html,
body,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
form,
input,
textarea,
th,
td,
select {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}
[v-cloak]{
display:none !important}
html,
body {
  min-height: 100%;
}

body {
  font-family: "Microsoft YaHei";
  font-size: 14px;
  color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

ul,
ol {
  list-style: none;
}

img {
  border: none;
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: #232323;
}

table {
  border-collapse: collapse;
  table-layout: fixed;
}

input,
textarea {
  outline: none;
  border: none;
}

textarea {
  resize: none;
  overflow: auto;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: ".";
  width: 0;
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
  overflow: hidden;
}

.fl {
  float: left
}

.fr {
  float: right
}

.tl {
  text-align: left;
}

.tc {
  text-align: center
}

.tr {
  text-align: right;
}

.ellipse {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.inline {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.my-title h2 {
  font-size: 34px;
  color: #333;
  text-align: center;
  margin-bottom: 19px;
}

.my-title .shot-line {
  width: 89px;
  height: 1px;
  background-color: #999999;
  margin: 0 auto;
}

.basic {
  min-width: 1200px;
  border-top: 1px solid #eee;
}

.headRow {
  width: 1920px;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  background-color: #fff;
  z-index: 99;
}

.basicRow {
  width: 1200px;
  margin: auto;
  height: 80px;
  font-size: 0;
}

.footRow {
	text-align: center;
  width: 1300px;
  margin: auto;
  line-height: 20px;
  color: #999;
}

.companyMsg {
  font-size: 14px;
  display: inline-block;
}

.companyAddress {
  display: inline-block;
  margin-left: 50px;
}

.wy_logo {
  display: inline-block;
  vertical-align: top;
}

.wy_logo img {
  vertical-align: top;
  margin-top: 17px;
}

.navBox {
  display: inline-block;
  margin-left: 153px;
}

.navBox>ul {
  height: 10px;
}

.navBox>ul>li {
  float: left;
  margin-left: 49px;
  font-size: 18px;
  line-height: 80px;
  border-bottom: 0px solid #ffffff;
  transition: color 0.3s;
}

.navBox>ul li:hover {
  cursor: pointer;
  color: #27629e;
  /*border-bottom: 1px solid #27629e;*/
}

.line {
  width: 0px;
  transition: width 300ms;
}

.navBox>ul>li:hover .line {
  width: 72px;
  border-bottom: 2px solid #27629e;
}

.navBox>ul li:first-child {
  margin-left: 0px;
}

.WeAndSina {
  display: inline-block;
  vertical-align: top;
  line-height: 80px;
  margin-left: 50px;
  position: relative;
}

.WeAndSina img:nth-child(2) {
  margin-left: 15px;
}

.wechatLogo:hover {
  cursor: pointer;
}

.QRCODE {
  display: none;
  position: absolute;
  width: 90px;
  height: 90px;
  background: url(../img/QRCODE.png) no-repeat center center;
  top: 63px;
  left: -26px;
  z-index: 11;
}

.QRCODE1 {
  display: none;
  position: absolute;
  width: 90px;
  height: 90px;
  background: url(../img/qrcode1.jpg) no-repeat center center;
  background-size: 90px;
  top: 63px;
  left: 25px;
  z-index: 11;
}

.secondNav {
  position: absolute;
  left: 0;
  top: 100%;
  height: 60px;
  line-height: 60px;
  background-color: #fafafa;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  opacity: 0.76;
  width: 100%;
  text-align: center;
  display: none;
  z-index: -2;
}

.secondNav ul {
  font-size: 0;
  padding-left: 120px;
}

.secondNav ul li {
  line-height: 60px;
  display: inline-block;
  font-size: 16px;
  color: #333;
  padding: 0 50px;
}

.secondNav ul li:nth-child(1) {
  padding-left: 0;
}

.secondNav ul li:last-child {
  padding-right: 0;
}

.basic .swiper-container {
  width: 100%;
  height: 100vh;
}

#top_img {
  margin-top: 80px;
}

#top_img > img {
  width: 100%;
  margin-top: 1.5px;
}

#app > div {
  min-width: 1600px;
}

/* 设置滚动条的样式 */
::-webkit-scrollbar {
  width:12px;
}

/* 滚动槽 */
::-webkit-scrollbar-track {
-webkit-box-shadow:inset006pxrgba(0,0,0,0.3);
  border-radius:10px;
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
  border-radius:10px;
  background:rgba(0,0,0,0.1);
-webkit-box-shadow:inset006pxrgba(0,0,0,0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
  /* background:rgba(255,0,0,0.4); */
}