* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
ol, ul, p {
  list-style: none;
  margin: 0;
  padding: 0;
}
li{
  list-style-type:none
}
a {
  text-decoration: none !important;
  cursor: pointer;
}
body {
  font-family: "PingFang SC","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Microsoft Yahei",STHeiti,SimSun,sans-serif;
}

img{
  border:0 none;
  width:auto;
  max-width:100%;
}

h4, h5, h6 {
  margin-top: 0;
  margin-bottom:0;
}

/* 头部 */
.header{
  width: 100%;
  height: 80px;
  background: rgba(0,0,0,0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  padding: 0 80px;
  box-sizing: border-box;
  transition:.5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
}
.headers{background: #fff;box-shadow: 0 10px 20px rgba(0,0,0,0.1);}
.headers .indlogo{display: none;}
.headers .indlogos{display: block;}
.headers .headerNav>ul>li>a{color: #333;}
.headers .headerNav>ul .active>a{color: #407aab;}
.headers .headerNav>ul .active>a::before{background-color: #407aab;}
.headers .headerNav>ul>li:hover>a{color: #407aab;}
.headers .headerNav>ul>li:hover>a::before{background-color: #407aab;}
.headers .headeright>a{color: #333;}
/*.headers .headerRight>a i{background: url(../img/updowns.png) center no-repeat;}*/
.headerBox {
  width: 100%;
  margin: 0 auto;
}

.headerLeft{
  float: left;
}
.headerLeft .logoBox{
  float: left;
  box-sizing: border-box;
  margin-right: 29px;
  display: flex;
  align-items: center;
  height: 80px;
}

.headerLeft .logo {
  display: inline-block;
  vertical-align: middle;
  width: 210px;
  height: 40px;
}
.headerLeft .logo img {
  width: 100%;
  height: 100%;
}
.img-banner-link img {
  width: 100%;
  height: 100%;
}
.logo2{
  display: none;
}

.headerNav{
  float: left;
}
.headerNav>ul>li{
  float: left;
  margin-right: 40px;
}
.headerNav>ul>li:last-child{
  margin-right: 0;
}
.headerNav>ul>li>a{
  display: block;
  font-size: 16px;
  color: #fff;
  position: relative;
  font-weight: 300;
  height: 80px;
  line-height: 80px;
  transition:.3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  -o-transition: .3s;
}
.headerNav>ul>li>a::before{
  content: '';
  width: 0;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  transition:.3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  -o-transition: .3s;
}
.headerNav>ul>li:hover>a{
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.headerNav>ul>li:hover>a::before{
  width: 100%;
}
.headerNav>ul .active>a{
  color: #fff;
}
.headerNav>ul .active>a::before{
  width: 100%;
}
.headerNav>ul>.seached{
  position: relative;
}
.headerRight{
  float: right;
  height: 80px;
  line-height: 80px;
  display: flex;
  align-items: baseline;
}
.headerRight .headerButton{
  margin-top: 22.5px;
  width: 92px;
  height: 35px;
  line-height: 35px;
  border-radius: 2px;
  border: 1px solid #FFFFFF;
  text-align: center;
}

.headerRight .phoneBox{
  display: flex;
  align-items: center;
  height: 34px;
  margin-right: 44px;
}
.headerRight .phoneBox .phoneIcon{
  width: 34px;
  height: 34px;
  text-align: center;
}
.headerRight .phoneBox .curPhone{
  color: #FFF;
  font-size: 24px;
  font-weight: 500;
  margin-left: 8px;
}

.headerRight .headerButton a{
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}
.secondary{width: 200px;background: #fefefe;padding: 40px 25px;box-sizing: border-box;position: absolute;top: 80px;left: 50%;transform: translateX(-50%);
  display: none;}

.secondary ul li{width: 100%;border-left: 6px solid #006288;height: 55px;line-height: 55px;}
.secondary ul li a{display: block;font-family: chainRegular;font-size: 16px;color: #333;transition:.3s;-moz-transition: .3s;-webkit-transition: .3s;-o-transition: .3s;
  padding-left: 28px;box-sizing: border-box;}
.secondary ul li:hover{background-color: rgba(228, 228, 228, 0.6);}
.secondary ul li:hover a{color: #407aab;}


/* 手机端头部 */
.nav{
  width: 65px;
  height: 60px;
  background: rgba(0,0,0,0.2);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2020;
  padding: 0 20px;
  box-sizing: border-box;
}
.navleft{float: left;height:60px;display:flex;flex-direction:column;justify-content:center;}
.navleft a{display: block;font-size: 0;}
.navright{float: right;margin-top: 20px;}
.navright>span{width: 24px;height: 2px;display: block;background: #fff;margin-bottom: 7px;transition:.3s;-moz-transition: .3s;-webkit-transition: .3s;-o-transition: .3s;
  background: #fff;}
.navright.active span:nth-child(2){margin-left:6px;-webkit-transition: all 0.3s;transition: all 0.3s;}
.navright.active span:nth-child(3){margin-left:2px;-webkit-transition: all 0.5s;transition: all 0.5s;}
.mobile{width: 100%;height: 100%;position: fixed;top: 0;right: -100%;z-index: 2000;}
.mobilebj{width: 100%;height: 100%;position: fixed;top: 0;right: -100%;background: rgba(0,0,0,0.01);}
.mobilebox{width: 100%;height: 100%;position: fixed;top: -100%;right: 0;}
.mobilebox .close{width: 100%;height: 68px;position: relative;display:none;}
.mobilebox .close i{float: right;width: 20px;height: 20px;background: url(../img/menu-close.svg) no-repeat;background-size: 100% 100%;margin: 24px;}
.mobilelist{
  width: 100%;
  height: 100%;
}
.mobilelist ul{
  box-shadow: 0 4px 12px 0 #0412261e;
  background: #fff;
}
.mobilelist>ul>li{width: 100%;}
.mobilelist>ul>li:first-child{border-top: 1px solid #0b56b9;}
.mobilelist>ul>li:last-child{border-bottom: 0;}
.mobilelist>ul>li>a{display: block;font-family: chainRegular;font-size: 14px;color: #666;padding: 9px 15px;box-sizing: border-box;background: #fff;position: relative;}
.mobilelist>ul>li>a i{display: inline-block;width: 20px;height: 20px;background: url(../img/index/jiao.png) center no-repeat;
  position: absolute;top:7px;right: 10px;transition:.3s;-moz-transition: .3s;-webkit-transition: .3s;-o-transition: .3s;}
.mobilelist>ul>.on>a i{transform: rotate(90deg);}
.mobilenav{width: 100%;display: none;padding:10px 40px;box-sizing:border-box;background-color:#fff;}
.mobilenav>a{display: block;font-size: 14px;color: #111;padding: 9px 15px;box-sizing: border-box;border-left: 4px solid #3f7bab;}
.mobilenav>a:first-child{border-top: 0;}
.mobilenav>div>span{display: block;font-family: chainRegular;font-size: 14px;color: #666;padding: 9px 15px 9px 25px;box-sizing: border-box;border-left: 4px solid #3f7bab;position: relative;background-color: #f8f8f8;}
.mobilenav>div>span i{display: inline-block;width: 20px;height: 20px;background: url(../img/index/jiao.png) center no-repeat;
  position: absolute;top:7px;right: 10px;transition:.3s;-moz-transition: .3s;-webkit-transition: .3s;-o-transition: .3s;}
.mobilenav>.on>span i{transform: rotate(90deg);}
.mobilenav>div>ul>li>a{display: block;background:#f8f8f8;font-size: 14px;font-family: chainRegular;color: #666;padding: 9px 15px 9px 35px;box-sizing: border-box;border-top: 1px solid #eee;position: relative;}
.mobileerji{display: none;}

/* 按钮 */
/*试用按钮*/
.headerRightPart li.buttonLi:hover {
  border-bottom: 2px solid #ffffff;
}
.headerRightPart .headerButton {
  display: inline-block;
  width: 96px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: #FA7F27;
  border-radius: 2px;
  font-size: 14px;
  color: #FFFFFF;
  /*margin-left: 48px;*/
  /*float: right;*/
}

/* 底部 */
#footer {
  width: 100%;
  min-width: 1200px;
}
#footer a {
  color:#69696a;
}
.contacts-list p{
  color:#69696a;
}
.footerInfo {
  width: 100%;
  height: 258px;
  margin: auto;
  background: #F4F4F8;
  font-size: 14px;
  display: flex;
}
.footerInfo .row {
  width: 100%;
  height: 178px;
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.footerInfo .itemRow {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.footerInfo .itemColumn {
  width: 50%;
}
.footerInfo p {
  margin-bottom: 16px;
}
.footerInfo .contacts-list li:last-child p{
  margin-bottom: 0;
}
.footerInfo h5 {
  font-size: 20px;
  color: #3F7BAB;
  margin-bottom: 26px;
}
.footerInfo .phoneBox h5 {
  margin-bottom: 16px;
}
.footerInfo .row .column:nth-of-type(1) h5 {
  margin-bottom: 25px;
}

.footerInfo .phone1 {
  margin-bottom: 22px;
  color: #333;
  font-size: 20px;
  font-weight: 600;
}
.footerInfo .phone2 .personalCode{
  width: 96px;
  height: 96px;
}
.footerInfo .phone2 em{
  display: block;
  font-style: normal;
  margin-top: 4px;
  color: #69696A;
  font-size: 14px;
  width: 96px;
  text-align: center;
}
.footerInfo .shiJiLogo {
  display: block;
  vertical-align: middle;
  margin-right: 32px;
  width: 130px;
}
.footerInfo .shiJiInfo {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  fint-size: 12px;
}
.footerInfo .shiJiInfo .companyName {
  margin-top: 27px;
  color:#69696a;
}
.footerInfo .shiJiInfo .stockCode {
  margin-top: 10px;
  color:#69696a;
}

#footer a:hover {
  color: #407aab;
}
.copyrightDark {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #F4F4F8;
  font-size: 12px;
  color: rgba(255,255,255,0.72);
  display: flex;
  justify-content: center;
  border-top: 2px solid #ECECEF;
}
.copyrightDark .row {
  width: 1200px;
  display: flex;
  justify-content: space-between;
}
.copyrightDark .row .companyInfo{
  display: flex;
  font-size: 12px;
  color: #333333B7;
}
.copyrightDark .row .companyInfo .address{
  margin-left:24px;
}
.copyrightDark .row .column {
  display: flex;
  justify-content: center;
}
.copyrightDark .row .column:nth-of-type(2) {
  display: flex;
  justify-content: flex-end;
  color: #333333B7;
}
.copyrightDark .column .footerIconBox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #333333B7 !important;
  font-size: 12px;
}
.copyrightDark .row > div span:first-child {
  margin-right: 30px;
}
.copyrightDark  .footerIcon {
  width: 17px;
  height: 18px;
  margin-right: 4px;
}

.copyrightDark a{
  color: #333333B7;
  font-size: 12px;
}


/* 正式页面 */
/*.mainPage {*/
/*    position: relative;*/
/*    width: 100%;*/
/*    min-width: 1200px;*/
/*    margin: 0 auto;*/
/*    margin-top: 64px;*/
/*    background-color: #ffffff;*/
/*    min-width: 1200px*/
/*}*/

/*.mainContainer{*/
/*    width: 1200px;*/
/*    margin: 0 auto;*/
/*}*/

/* 按钮 */
button {
  cursor: pointer;
}

/* 上面的banner图 */
.bannerBox {
  width: 100%;
}

/**小程序大小*/
.img-size{
  width: 230px;
  height: 400px;
}


.publicity {
  width: 100%;
  height: 78px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  background: #FA7F27;
}
.publicity img {
  width: 1920px;
  height: 78px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}

/* 清楚浮动 */
.clearfloat:after {display: block;clear: both;content: "";visibility: hidden;height: 0;}
.clearfloat {zoom: 1;}

/* 返回顶部 */
.backTop{
  width: 104px;
  height: 104px;
  background: #2e2e2f;
  border-radius: 50%;
  text-align: center;
  padding-top: 20px;
  box-sizing: border-box;
  cursor: pointer;
  position: fixed;
  bottom: 100px;
  right: 44px;
  z-index: 1500;
  opacity: 0;
  transition:.5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
}
.backTop .iconfont{
  display: block;
  font-size: 24px !important;
  width: 24px;
  height: 24px;
  margin: 0 auto 16px;
  color: #fff;
}
.backTop p {
  font-size: 20px;
  color: #fff;
}
.backTop:hover{
  background-color: #3F7BAB;
}

/* 右边固定 */
.rightFixedWayContainer{
  position: fixed;
  right: 16px;
  bottom: 75px;
  z-index: 100000;
  background: #fff;
  border: 1px solid #eee;
  width: 80px;
  padding: 16px 4px 0 4px;
  border-radius: 8px;
}

.rightFixedWayContainer .rightFixedWayItemBox{
  position: relative;
}

.rightFixedWayContainer .rightFixedWayItemBox .leftShowContentBox{
  width: 210px;
  background: #fff;
  padding: 22px 16px;
  position: absolute;
  top: -26px;
  left: -234px;
  display: none;
  border-radius: 8px;
  border: 1px solid #EEE;
}

.rightFixedWayContainer .rightFixedWayItemBox .leftShowContentBox ::before{
  content: "";
  border: 8px solid transparent;
  border-left-color: #eee;
  position: absolute;
  top: 42px;
  right: -17px;
}

.rightFixedWayContainer .rightFixedWayItemBox .leftShowContentBox ::after{
  content: "";
  border: 8px solid transparent;
  border-left-color: white;
  position: absolute;
  top: 42px;
  right: -16px;
}

.rightFixedWayContainer .rightFixedWayItemBox .leftShowContentBox .leftShowTitle{
  color: #666;
  font-size: 14px;
  font-weight: 400;
}

.rightFixedWayContainer .rightFixedWayItemBox .leftShowContentBox .leftShowContent{
  color: #333;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  margin-top: 4px;
}

.rightFixedWayContainer .rightFixedWayItemBox .leftShowCodeBox{
  width: 130px;
  background: #fff;
  padding: 12px;
  position: absolute;
  left: -156px;
  top: -26px;
  border: 1px solid #EEE;
  display: none;
  border-radius: 8px;
}

.rightFixedWayContainer .rightFixedWayItemBox .leftShowCodeBox ::before{
  content: "";
  border: 8px solid transparent;
  border-left-color: #eee;
  position: absolute;
  top: 24px;
  right: -17px;
}

.rightFixedWayContainer .rightFixedWayItemBox .leftShowCodeBox ::after{
  content: "";
  border: 8px solid transparent;
  border-left-color: white;
  position: absolute;
  top: 24px;
  right: -16px;
}

.rightFixedWayContainer .rightFixedWayItemBox .leftShowCodeBox .leftShowCodeImage{
  width: 96px;
  height: 96px;
  margin: auto;
}

.rightFixedWayContainer .rightFixedWayItemBox .leftShowCodeBox .leftShowCodeContent{
  color: #69696A;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  margin-top: 4px;
}

.rightFixedWayContainer .rightFixedWayItemBox .rightFixedWayItem{
  text-align:center;
  margin-bottom: 24px;
  cursor: pointer;
  padding: 8px;
}
.rightFixedWayContainer .rightFixedWayItemBox .rightFixedWayItem:hover{
  background: #F4F4F8;
  border-radius: 8px;
}

.rightFixedWayContainer .rightFixedWayItemBox .rightFixedWayItem .rightFixedWayIcon{
  width: 32px;
  height: 32px;
  margin: auto;
}

.rightFixedWayContainer .rightFixedWayItemBox .rightFixedWayItem .rightFixedWayTitle{
  margin-top: 8px;
  color: #333;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}

.phoneModalContainer{
  display: none;
}

.rightFixedMobileWayContainer{
  display: none;
}

.backTopBottomContent{
  margin-bottom: 16px;
  display: none;
  cursor: pointer;
  padding: 8px 0;
}
.backTopBottomContent:hover{
  background: #F4F4F8;
  border-radius: 8px;
}
.backTopBottomContent .backTopIcon{
  width: 32px;
  height: 32px;
  margin: auto;
}

.backTopBottomContent .backTopTitle{
  margin-top: 8px;
  color: #333;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}

@media screen and (max-width: 1600px) {
  .rightFixedWayContainer .rightFixedWayItemBox .leftShowContentBox .leftShowContent{
    font-size: 18px;
  }
  .headerLeft .logoBox {
    margin-right: 20px;
  }
  .headerNav>ul>li{
    float: left;
    margin-right: 18px;
  }
  .headerNav>ul>li>a{
    font-size: 14px;
  }
  .headerRight .phoneBox .phoneIcon{
    width: 24px;
    height: 24px;
  }
  .headerRight .phoneBox .curPhone{
    font-size: 16px;
    margin-left: 4px;
  }
}

@media screen and (max-width: 1366px) {
  .header {
    padding: 0 20px;
  }
}

@media screen and (min-width: 1366px) {
  .header2{
    visibility: hidden;
  }
  .header{
    visibility: visible;
  }
}

@media screen and (max-width: 1024px) {
  .header{
    visibility: hidden;
  }
  .header2{
    visibility: visible;
  }

  .footer-grey{
    width: 100% !important;
    min-width: auto !important;
    height: auto !important;
  }
  .copyrightDark{
    height: 80px !important;
    line-height: normal !important;
  }
  .copyrightDark .row {
     width: 100% !important;
  }
  .companyInfo,.footerInfo{
    display: none !important;
  }
  .copyrightDark .row .column:nth-of-type(2) {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: wrap !important;
  }
  .copyrightDark .row > div span:first-child {
    margin-right: 0 !important;
    width: 100% !important;
    text-align: center !important;
  }

  .backTop{
    bottom: 30px !important;
  }
}

@media screen and (max-width: 820px) {
  .rightFixedWayItemWx {
    display: none;
  }

  .rightFixedWayItemSY {
    display: none;
  }
}

@media screen and (max-width: 568px) {
  .backTop{
    bottom: 30px !important;
    width: 40px !important;
    height: 40px !important;
    padding-top: 10px !important;
    right: 28px;
  }
  .backTop .iconfont{
    margin: 0 auto 10px !important;
    font-size: 12px !important;
  }
  .backTop p{
    font-size: 16px !important;
  }

  .rightFixedWayContainer{
    display: none;
  }

  .rightFixedMobileWayContainer{
    position: fixed;
    right: 16px;
    bottom: 30%;
    z-index: 100000;
    display: block;
  }

  .rightFixedMobileWayContainer .rightFixedWayItemMobile{
    border: 1px solid #eee;
  }

  .rightFixedMobileWayContainer .rightFixedWayItemMobile .rightFixedWayItem{
    width: 64px;
    height: 64px;
    line-height: 44px;
    background: #fff;
    text-align: center;
    cursor: pointer;
    margin-bottom: 0;
    padding-bottom: 10px;
  }
  .rightFixedMobileWayContainer .rightFixedWayItemMobile .rightFixedWayItem .rightFixedWayIcon{
    width: 24px;
    height: 24px;
    margin: auto;
  }
  .rightFixedMobileWayContainer .rightFixedWayItemMobile .rightFixedWayItem .rightFixedWayTitle{
    margin-top: 2px;
    color: #333;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
  }

  .phoneModalContainer{
    width: 100%;
    height: 100vh;
    position: fixed;
    background: rgba(0,0,0,0.7);
    top: 0;
    z-index: 10000000;
    display: none;
  }

  .phoneModalContainer .phoneModalBox{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto auto;
    width: 248px;
    height: 108px;
    background: #fff;
    border-radius: 4px;
    text-align: center;
  }

  .phoneModalContainer .phoneModalBox .phoneModalTitle{
    font-size: 14px;
    margin-bottom: 16px;
    margin-top: 24px;
  }

  .phoneModalContainer .phoneModalBox .phoneModalContent{
    font-size: 24px;
  }

  .phoneModalContainer .phoneModalBox .closePhone{
    position: absolute;
    right: 8px;
    top: 8px;
    width: 20px;
    height: 20px;
  }
}
