@font-face {
  font-family: "SOURCEHANSANSCN-REGULAR";
  src: url("font/SOURCEHANSANSCN-REGULAR.woff2") format("woff2"),
       url("font/SOURCEHANSANSCN-REGULAR.woff") format("woff"),
       url("font/SOURCEHANSANSCN-REGULAR.ttf") format("truetype"),
       url("font/SOURCEHANSANSCN-REGULAR.eot") format("embedded-opentype"),
       url("font/SOURCEHANSANSCN-REGULAR.svg") format("svg"),
       url("font/SOURCEHANSANSCN-REGULAR.otf") format("opentype");
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
pre,
form,
fieldset,
input,
textarea,
p,
blockquoteth,
td {
  margin: 0px;
  padding: 0px;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 1rem;
  font-weight: normal;
}
.h1, .h2, .h3, h1, h2, h3,
.h4, .h5, .h6, h4, h5, h6{
  margin: 0;
}
ul, ol {
  list-style: none;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:focus, video:focus{
  text-decoration: none;
  outline: none;
}
html, body {
  font-size: 17px;
  min-width: 320px;
  width: 100%;
}

body {
  font-family: "SOURCEHANSANSCN-REGULAR"; 
  background: #fff;
  margin: 86px auto 0;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  max-width: 100%;
}
input, textarea, select, option {
  -webkit-appearance: none;
  -moz-appearance: none;
}
div, p,
dl, dt, dd,
ul, ol,
input, select, textarea,
h1, h2, h3, h4, h5, h6,
form, table, td, tr, th, body {
  box-sizing: border-box
}
em, i {
  font-style: normal;
  font-style: normal;
}
.hide{
  display: none;
}
.ab_trans {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ab_trans2{
  width: 80%;
}
.color-white{
  color: white;
}
.color-blue{
  color: #4793CD;
}
.relative{
  position: relative;
}
.center {
  text-align: center;
}
.bold{
  font-weight: bold;
}
.size{
  font-size: 1.4rem;
}
.jz_display_mobile{
  display: none;
}
.jz_display_pc{
  display: block;
}
a.btn{
  font-size: .9rem;
  border: 1px solid #5f9edc;    
  padding: 10px 20px;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
}
a.btn-value{
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}
a.btn-blue{
  background: #5f9edc;
  color: #fff;
  border: 1px solid transparent;
}
a.btn-white{
  background: #fff;
  color: #5f9edc;
}
a.btn-orange{
  background: #ff7a59;
  color: #fff;
  border: 1px solid #ff7a59;
}
a.btn-yellow{
  background: #FEAE00;
  color: #fff;
  border: 1px solid #FEAE00;
}
a.btn-orange:hover, a.btn-orange:focus{
  background: #fff;
  color: #ff7a59;
}
a.btn-yellow:hover, a.btn-yellow:focus{
  background: transparent;
  color: #FEAE00;
}
a.btn-blue:hover, a.btn-value:hover,
a.btn-blue:focus, a.btn-value:focus{
  background: #fff;
  color: #FEAE00;
}
a.btn-white:hover, a.btn-white:focus{
  background: #FEAE00;
  color: #fff;
  border-color: #FEAE00;
}
a.btn.btn-margin{
  margin-right: 1rem;
}
.btns-ts{
  font-size: .85rem;
  color: #656565;
  margin-top: 12px;
}
.top{
  margin-top: -86px;
  width: 100%;
  overflow: hidden;
}
.top2{
  margin-top: 0;
}
.title{
  color: #656565;
  font-size: 1.5rem;
  line-height: 1.4;
  text-align: center; 
  margin-bottom: 35px;
  width: 80%;
  margin-left: 10%;
}
.btn-mt{
  margin-top: 30px;
}
.marginTop{
  margin-top: 100px;
}
.marginTop2{
  margin-top: 60px;
}
.marginTop-small{
  margin-top: 70px;
}
.marginTop-small2{
  margin-top: 35px;
}
.wh{
  width: 80%;
  margin-left: 10%;
}
.wh-max{
  width: 80%;
  max-width: 1200px;
  margin: auto;
}
.hh{
  height: 100px;
}
.flex-default{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.flex{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.flex-align{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.flex-center{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.flex-justify{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.flex-item{
  flex: 1;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
}
.clear{
  clear: both;
}

/*  头部  header_top   */
.header_top_fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, .1);
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.header_top_fixed_black, .header_top_scroll{
  background: #273444;
}
.header_top {
  width: 90%;
  max-width: 1800px;
  margin: 0 auto;
  height: 86px;
  line-height: 86px;
  font-size: 16px;
}
.header_top .logo {
  width: 100px;
  float: left;
  position: relative;
  top: 0;
  height: 86px;
}
.header_select {
  margin-left: 25px;
  float: right;
  height: 82px;
  line-height: 82px;
}
.header_select ul{
  overflow: hidden;
}
.header_select li{
  display: inline-block;
  float: left;
  color: #fff;
}
.header_select li#wechat-qr{
  display: none;
}
.header_select li a{
  color: #fff;
}
.header_select li a:hover,
.header_select li a:focus{
  color: #FEAE00;
}
.header_select li.zh-hans:before {
  content: '/';
  display: inline-block;
  margin: 0 2px;
  color: #fff;
}
.header_select li.mobile_login{
  display: none;
}
.header_select li.mobile_login{
  margin-left: 15px;
}
.header_select li.mobile_login a{
  display: inline-block;
  background: #fff;
  color: #5f9edc;
  padding: 0 10px;
  border-radius: 4px;
  height: 28px;
  line-height: 28px;
}
.header_select .contact_wx{
  display: inline-block;
  margin-left: 15px;
}
.header_select .contact_wx img{
  width: 1.5rem;    
  width: 1.5rem;
  vertical-align: middle;
  float: none;
}
.qrcode{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99998;
  display: none;
}
.qrcode .content {
  width: 100%;
  height: 100%;
  background: url(../images/Wechatimg.jpeg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 320px;
}
.qrcode .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  background: url(../images/close.png);
  background-size: 20px 20px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.header_top .header_contact {
  float: right;
  height: 82px;
  line-height: 82px;
}
.header_top .header_contact a {
  padding: 10px 25px;
  border: 1px solid #fff;
  border-radius: 6px;
  color: #fff;
  transition: all .2s;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
}
.header_top .header_contact a.header_btn{
  padding: 10px 25px;
  margin-left: 16px;
}
.header_top .header_contact a.header_btn:hover,
.header_top .header_contact a.header_btn:focus{
  background: #FEAE00;
  border-color: #FEAE00;
  color: #fff;
}
.header_top .header_contact a.header_btn2{
    color: #fff;
    background: #ff7a59;
    border-color: #ff7a59;
}
.header_top .header_contact a.header_btn2:hover,
.header_top .header_contact a.header_btn2:focus{
    background: #fff;
    border-color: #fff;
    color: #ff7a59;
}
.header_top .header_contact a.header_contact_bg {
  background: #0070D2;
  color: #fff;
  border-color: #0070D2;
}
.header_top .header_contact a.header_contact_bg:hover,
.header_top .header_contact a.header_contact_bg:focus{
  background: #0466BC;
}
.header_top .header_contact a.contact_call{
  border: none;
  padding: 0;
  border-radius: 0;
  width: auto;
  height: 28px;
  display: inline-block;
}
.header_top .header_contact a.contact_call img{
  width: auto;
  height: 100%;
  animation: msClock 1.2s linear infinite;
  animation: msClock 1.2s linear infinite;
}
.header_top .header_contact a.contact_call span{
    color: #fff;
    font-size: 17px;
    margin-left: 10px;
}
.header_top .header_contact a.contact_call:hover span,
.header_top .header_contact a.contact_call:focus span{
  color: #FEAE00;
}
@keyframes msClock {
  0%, 90%, 100% {
    transform: rotate(0) scale(1);
  }
  20%, 40% {
    transform: rotate(-15deg) scale(1.1);
  }
  30%, 50% {
    transform: rotate(15deg) scale(1.1);
  }
}
@-webkit-keyframes msClock {
  0%, 90%, 100% {
    transform: rotate(0) scale(1);
  }
  20%, 40% {
    transform: rotate(-15deg) scale(1.1);
  }
  30%, 50% {
    transform: rotate(15deg) scale(1.1);
  }
}
@-moz-keyframes msClock {
  0%, 90%, 100% {
    transform: rotate(0) scale(1);
  }
  20%, 40% {
    transform: rotate(-15deg) scale(1.1);
  }
  30%, 50% {
    transform: rotate(15deg) scale(1.1);
  }
}
@-o-keyframes msClock {
  0%, 90%, 100% {
    transform: rotate(0) scale(1);
  }
  20%, 40% {
    transform: rotate(-15deg) scale(1.1);
  }
  30%, 50% {
    transform: rotate(15deg) scale(1.1);
  }
}
.header_top .header_contact span {
  color: #000;
}
.header_top .header_contact em {
  color: #8492a6;
  margin-right: 50px;
  margin-left: 20px;
  border-left: 1px solid #979797;
  padding-left: 20px;
}
.header_top .header_menu {
  float: left;
  height: 82px;
  line-height: 82px;
}
.header_top .header_menu .wechat-logo {
  width: 130px;
  height: 50px;
  float: left;
  position: relative;
  top: 6px;
  margin-left: 15px;
}
.header_top .header_nav {
  float: right;
  margin-left: 20px;
}
.header_top .header_nav li {
  cursor: pointer;
  display: inline-block;
  padding: 4px 15px 0;
}
.header_top .header_nav>ul>li>a{
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  transition: all .3s;
}
.header_top .header_nav li.active>a,
.header_top .header_nav>ul>li>a:hover,
.header_top .header_nav>ul>li>a:focus{
  color: #FEAE00;
}
.navicon, .top_menu_phone {
  display: none;
}
li.two-re{
  position: relative;
}
li.two-re .mainheader:before, li.two-re1 .mainheader:before{
  content: '';
  border: 10px solid;
  border-color: transparent transparent #fff;
  position: absolute;
  top: -20px;
  left: 5%;
  margin-left: 135px;
}
li.two-re .mainheader:before{
  left: 50%;
  margin: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
li.two-re .mainheader .product_nav{
  width: 100%;
  padding: 0;
  text-align: center;
}
li.two-re .mainheader{
  left: 50%;
  width: auto;
  min-width: 140px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 1px solid #ebebeb;
  border-top: none;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
li.two-re1 .mainheader{
  background: transparent;
}
li.two-re1 .mainheader .product_nav{
  padding-left: 105px;
}
li.two-re1 .mainheader .product_nav .nav_cont{
  background: #fff;
  padding: 30px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
/* 二级导航 */
.mainheader {
  background: #fff;
  top: 86px;
  left: 0;
  width: 100%;
  position: absolute;
  /* overflow: hidden; */
  display: none;
}
.mainheader .product_nav {
    width: 90%;
    max-width: 1800px;
    margin: auto;
    padding-left: 135px;
    box-sizing: border-box;
}
.nav_cont{
  padding: 30px 0;
  line-height: normal;
  display: flex;
  justify-content: space-between;
}
.nav_cont .grey-bleed {
  -webkit-transition: background 300ms;
  -moz-transition: background 300ms;
  transition: background 300ms;
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  top: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.menu-list-container.menu-contain-left{
  flex: 2;
  /* padding: 10px 20px 10px 10px; */
}
.nav_cont .flexarea-container {
  flex: 3;
}
.menu-list-container h5, .menu-list-container.menu-contain-left>p, 
.flexareaTitle, .twonav-t, .nav_cont2 .featured-top-menu-list li>a{
  font-size: 16px;
  display: block;
  border-bottom: 1px solid #BABABA;
  color: #6D6E6F;
  font-weight: bold;
  line-height: normal;
  margin: 0 0 4px;
  padding: 0 0 8px;
}
.flexareaTitle{
  border: none;
  margin: 0;
  padding: 0 0 0 8px;
}
.twonav-t{
  color: #333;
  border: none;
  padding: 0;
}
.featured-top-menu-list{
  /* margin-bottom: 15px; */
}
.nav_cont2 .featured-top-menu-list li>a{
  color: #666;
  border: none;
  font-weight: normal;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  padding: 0 10px;
}
.nav_cont2 .twonav-t{
  padding-bottom: 12px
}
.mainheader2 .nav_cont{
  justify-content: flex-start;
  text-align: left;
  padding: 30px;
}
.mainheader2 .menu-list-container.menu-contain-left{
  flex: inherit;
  width: 170px;
  position: relative;
}
.mainheader2 .menu-list-container.menu-contain-left:before{
  content: '';
  background: #666;
  position: absolute;
  right: 35px;
  top: 4px;
  bottom: 2px;
  width: 1px;
}
.mainheader2 .menu-list-container.menu-contain-left:last-child:before{
  display: none;
}
.menu-list-container .featured-top-menu-list > li {
  display: block;
  line-height: normal;
  padding: 0;
  margin: 0 0 10px;
  position: relative;
}
.menu-list-container .featured-top-menu-list > li:last-child{
  margin-bottom: 0;
}
.menu-list-container .featured-top-menu-list2 > li{
  margin-bottom: 20px;
}
.menu-list-container li a{
  font-size: .75rem;
  padding: 4px 0;
  margin: 0;
  display: block;
  text-decoration: none;
  white-space: normal;
  font-weight: 400;
  color: #6D6E6F;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
}
.menu-list-container li a:hover,
.menu-list-container li a:focus,
.menu-list-container li a:hover .twonav-t,
.menu-list-container li a:focus .twonav-t{
  color: #0070D2;
  opacity: 1;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
}
.nav_cont .flexarea{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.nav_cont .flexarea .flexarea-title{
  width: 80%;
  text-align: center;
}
.nav_cont .flexarea .flexarea-title>p{
  font-size: 1rem;
}
.double-banner{
  width: 50%;
  padding: 8px;
}
.double-banner>a{
  color: #fff;
  display: block;
  width: 100%;
  position: relative;
  transition: transform 250ms ease, box-shadow 250ms ease;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
  transform: translateZ(0);
}
.double-banner>a:hover,
.double-banner>a:focus{
  transform: scale(1.04);
  box-shadow: 0 5px 30px rgba(31, 36, 43, 0.3);
}
.double-banner>a>img{
  width: 100%;
}
.two-slide li .download-app{
  padding-top: 20px!important;
  border-top: 1px solid #666!important;
}
.download-app .featured-top-menu-list2 li p>span{
  display: inline-block;
  border-bottom: 1px solid #6D6E6F;
  padding-bottom: 2px;
}
.menu-list-container li a:hover p>span,
.menu-list-container li a:focus p>span{
  border-bottom-color: #0070D2;
}

/* 底部导航 */
.footer-article{
  background: #273444;
}
.footer.footer2019{
  background: #273444;
  font-size: .8rem;
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 0 5rem;
}
.footer_bg .footer .footer_nav.footer_nav2019 {
  font-size: .5rem;
  max-width: 1400px;
  margin: 2rem auto 0;
  padding: 0 5%;
  text-align: center;
  overflow: hidden;
}
.footer_bg .footer .footer_nav dl dd{
  line-height: 2.3;
  position: relative;
}
.footer_bg .footer .footer_nav dl dd a {
  color: #bbb;
}
.footer_bg .footer .footer_nav dl dt {
  color: #fff;
  font-size: .7rem;
  line-height: 2.3;
}
.footer_bg .footer .footer_nav.footer_nav2019 dl{
  display: inline-block;
  padding-top: 3rem;
  margin-left: 70px;
  text-align: left;
  vertical-align: top;
}
.footer_bg .footer .footer_nav.footer_nav2019 dl.callW {
  display: inline-block;
  margin-left: 0;
  /* position: relative; */
}
.footer-logo-blue{
  /* position: absolute;
  top: 8px;
  left: 0; */
  width: auto;
  height: 3rem;
  margin-bottom: .8rem;
}
.footer_bg .footer .footer_nav dl.callW dd a {
  font-size: 18px;
  font-weight: bold;
}
.call_icon img{
  width: 1.6rem;
  margin-bottom: .4rem;
}
.call_icon span{
  margin-left: 8px;
  font-size: .8rem;
}
.footer_bg .footer .footer_nav.footer_nav2019 dl.callW dd {
  color: #bbb;
  font-size: .75rem;
  line-height: 2.3;
  position: relative;
}
.footer_bg .footer .footer_nav.footer_nav2019 dl.callW dd.right-path{
  line-height: 1.6;
}
.footer_bg .footer .footer_nav dl dd img {
  width: 4.5rem;
} 
.footer_bg .footer .footer_nav dl dd a.app_store img {
  margin-bottom: .3rem;
}
.footer_bg .footer .footer_nav dl dd p{
  display: none;
  background: #fff;
  min-width: 4.6rem;
  padding: .3rem .5rem .2rem;
  font-size: .6rem;
  border-radius: 6px;
  position: absolute;
  bottom: -20px;
  left: 5.6rem;
  white-space: nowrap;
  text-align: center;
  animation: show_p 1.5s;
  -webkit-animation: show_p 1.5s;
  -moz-animation: show_p 1.5s;
  -ms-animation: show_p 1.5s;
  -o-animation: show_p 1.5s;
}
@keyframes show_p {
  0% {
    opacity: 0;
    left: 6.6rem;
  }
  100% {
    opacity: 1;
    left: 5.6rem;
  }
}
@-webkit-keyframes show_p {
  0% {
    opacity: 0;
    left: 6.6rem;
  }
  100% {
    opacity: 1;
    left: 5.6rem;
  }
}
@-moz-keyframes show_p {
  0% {
    opacity: 0;
    left: 6.6rem;
  }
  100% {
    opacity: 1;
    left: 5.6rem;
  }
}
@-ms-keyframes show_p {
  0% {
    opacity: 0;
    left: 6.6rem;
  }
  100% {
    opacity: 1;
    left: 5.6rem;
  }
}
@-o-keyframes show_p {
  0% {
    opacity: 0;
    left: 6.6rem;
  }
  100% {
    opacity: 1;
    left: 5.6rem;
  }
}
.footer_bg .footer .footer_nav dl dd p:after {
  content: "";
  position: absolute;
  bottom: 40px;
  left: -20px;
  width: 0px;
  height: 0px;
  border: 10px solid transparent;
  border-right-color: #fff;
}
.footer_bg .footer .footer_nav dl dd p img {
  width: 92%;
  display: block;
  margin: 0 auto;
  line-height: 0;
}
.footer_bottom_bg .footer_bottom {
  background: #273444;
  max-width: 1500px;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 1rem;
}
.footer_bottom_bg .footer_bottom>p:last-child {
  color: #ABA8A8;
  width: auto;
  float: right;
  text-align: right;
}
.footer_bottom_bg .footer_bottom p span {
  margin-right: 6rem;
  display: block;
  font-size: .6rem;
  line-height: 1.7;
}
.footer_bottom_phone {
  display: none;
}
.footer_nav_phone {
  display: none;
}
.footer_bottom_bg {
  color: #fff;
  font-size: .7rem;
}
.footer_bottom_phone{
  display: none;
}
.footer_bottom_bg .footerOpacity {
  opacity: 0;
  font-size: .6rem;
  text-align: center;
}

/* fooer new */
.footer-article-pc{
  background: #f9f9f9;
  border-bottom: 20px solid #337ab7;
}
.footer-article .footer_bottom_bg .footer_bottom, .footer-article .footer.footer2019{
  background: transparent;
}
.footer-article-pc .footer_bg .footer .footer_nav.footer_nav2019{
  margin-top: 0;
}
.footer-article-pc .footer.footer2019{
  padding-bottom: .5rem;
}
.footer_img img{
  width: 100%;
}
.footer-article-pc .footer_bg .footer .footer_nav dl dd a.lx{
  font-size: .95rem;
}
.footer-article-pc .footer_bg .footer .footer_nav dl dd a.lx,
.footer-article-pc .footer_bg .footer .footer_nav dl dd a:hover{
  color: #337ab7;
}
.footer-article-pc .footer_bg .footer .footer_nav dl dd a.lx:hover{
  color: #FEAE00;
}
.footer-article-pc .footer_bg .footer .footer_nav dl dd a.app_store:hover{
  color: #656565;
  cursor: default;
}
.footer-article-pc .footer_bg .footer .footer_nav dl dd{
  line-height: 2.5;
}
.footer-article-pc .footer_bg .footer .footer_nav dl dd a,
.footer-article-pc .footer_bg .footer .footer_nav.footer_nav2019 dl.callW dd{
  color: #656565;
  display: block;
}
.footer-article-pc .footer_bg .footer .footer_nav dl dd a{
  font-size: .65rem;
}
.footer-article-pc .footer_bg .footer .footer_nav dl dt{
  color: #656565;
  font-size: .65rem;
  font-weight: bold;
}
.footer-article-pc .footer_bg .footer .footer_nav dl dd a.app_wechat{
  line-height: normal;
  cursor: default;
}
.footer-article-pc .footer_bg .footer .footer_nav dl dd a.app_wechat:hover{
  color: #656565;
}
.footer-article-pc .footer_bg .footer .footer_nav dl dd img{
  width: 5rem;
}
.beian{
  color: #fff;
  font-size: .6rem;
  padding: 10px;
  text-align: center;
}
.beian a{
  color: #fff;
}
.beian span{
  display: block;
}
.beian img {
  width: 12px;
  height: 12px;
  position: relative;
  top: -2px;
}
.footer_img_re{
  position: relative;
}
.footer_img_re .beian{
  position: absolute;
  right: 0;
  bottom: 12px;
  font-size: .7rem;
  color: #656565;    
  padding: 12px 0 0;
  border-top: 1px dashed #b0b0b0;
  text-align: right;
}
.footer_img_re .beian a{
  color: #656565
}
.footer_img_re .beian span{
  text-align: right;
}

/* 视频 */
video.video-show {
  width: 600px;
  height: 340px;
  position: fixed;
  left: 50%;
  top: -400px;
  margin-left: -300px;
  z-index: 99999;
}
.power {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99998;
  display: none;
}
.power .close_icon{
  position: absolute;    
  top: 10px;
  left: 50%;
  margin-left: 300px;
  width: 40px;
  cursor: pointer;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
  background-image: url('../images/right_icon.png');
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
  background-image: url('../images/left_icon.png');
}
.swiper-pagination{
  width: 100%;
}
.swiper-pagination .swiper-pagination-bullet{
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin: 0 2px;
}
/* banner */
.swiper-banner .banner_slide_img {
  position: relative;
  width: 100%;
  margin: auto;
  z-index: 9;
  text-align: center;
  overflow: hidden;
}
.banner_slide_img img {
  width: 100%;
  height: auto;
}
.banner_slide_img .banner_absolute{
  position: absolute;
  top: 110px;
  right: 14%;
  width: auto;
  height: 64%;
}
.banner_slide_img .banner_absolute2{
  top: 16%;
  width: 33%;
  height: auto;
  right: 8%;
}
.swiper-banner .text-banner{
  color: #fff;
  font-size: 1.2rem;
  position: absolute;
  top: 50%;
  left: 10%;
  width: 80%;
  padding-top: 70px;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}
.swiper-banner .text-banner-bo{
  top: 80%;
}
.swiper-banner .text-banner h1,
.swiper-banner .text-banner .h1,
.swiper-banner .text-banner p,
.swiper-banner .text-banner h2,
.swiper-banner .text-banner .h2 { 
  color: #fff;
  font-size: 1.6rem;   
  font-weight: normal;
  margin-bottom: .6rem;
  line-height: 1.4;
  letter-spacing: 1px;
}
.swiper-banner .text-banner h1>span,
.swiper-banner .text-banner .h1>span{
  border-top: 2px solid #fff;
  padding-top: .4rem;
}
.swiper-banner .text-banner p,
.swiper-banner .text-banner h2,
.swiper-banner .text-banner .h2 {
  font-size: 1rem;   
}
/* new banner title */
.swiper-banner .text-banner .p_1{
  font-size: 38px;
  font-weight: bold;
  margin: 1rem auto;
}
.swiper-banner .text-banner .p_2{
  font-size: 30px;
  font-weight: bold;
  margin: 1rem auto;
}
.swiper-banner .text-banner .p_3{
  font-size: 20px;
  font-weight: normal;
}
.swiper-banner .text-banner .span_border_b{
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 3px solid #fff;
}
.text-banner-circle{
  position: absolute;
  top: 12%;
}
.circle-gray span{
  font-size: 22px;
  color: #fff;
  background: #90b0d3;
  border-radius: 6px;
  padding: 5px 12px;
}

.banner_slide_img.banner_index6 img{
  height: 84vh;
}
.banner_slide_img .banner_text_6 img{
  height: auto;
}
.swiper-banner .text-banner6 a.btn{
  line-height: 24px;
  font-size: 16px;
  padding: 10px 25px;
}
.banner_slide_img.banner_index6 img.banner_index6_pic{
  width: auto;
  height: auto;
  position: absolute;
  right: 0;
  top: 86px;
  width: 45%;
}
.swiper-banner .text-banner6{
  left: 5%;
  width: 80%;
  text-align: left;
}
.swiper-banner .text-banner6 .p_1{
  font-size: 54px;
}
.banner_index6_logos{
  width: 52%;
  background: #6196f4;
  text-align: center;
  margin: 20px 0;
  padding: 10px 0;
  border-radius: 5px;
}
.banner_index6_logos_i{
  flex: 1;
  text-align: center;
  justify-items: center;
  justify-content: center;
  margin: 5px 0;
}
.banner_index6_logos_i img{
  width: 24px;
  margin-right: 10px;
}
.banner_index6_logos_i span{
  color: #fff;
  font-size: 1.2rem;
}

.swiper-banner .text-banner-arc{
  padding-bottom: 9rem;
}
.swiper-banner .text-banner-arc h1, .swiper-banner .text-banner-arc p.p_1, .swiper-banner .text-banner-arc p.p_2{
  font-weight: normal;
  color: #4793CD;
}
.swiper-banner .text-banner-arc p,
.swiper-banner .text-banner-arc h2{
  color: #3E3E3E;
}
.swiper-banner .text-banner-left{
  text-align: left;
}
.swiper-banner .text-banner-right{
  text-align: right;
}
.swiper-banner .btns .btn{
  margin-top: 1rem;
}
.swiper-banner .text-banner-arc a.btn-blue:hover{
  background: #FEAE00;
  color: #fff;
}
.swiper-banner .btns.btns-center{
  text-align: center;
}
.gallery-top .swiper-pagination-bullet{
  border-radius: 0;
  width: 5%;
  height: 6px;
  background: rgba(255, 255, 255, 1);
  opacity: .2;
}
.gallery-top .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}
/* logo */
.logo-icon{
  width: 100%;
  overflow: hidden;
  margin: -15px -1% 0;
}
.logo-icon>div{
  float: left;    
  width: 23%;
  padding: 14px 0;
  height: auto;
  margin: 15px 1%;
  box-shadow: 0 0px 8px 1px #dedede;
}
.logo-icon-three>div{  
  width: 31.3%;
}
.icon-logo {
  width: 100%;
  height: 50px;
  display: inline-block;
  text-align: center;
  cursor: default;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.icon-logo.pointer{
  cursor: pointer;
}
.icon-logo img {
  width: auto;
  height: 100%;
  opacity: 1;
  transition: opacity .8s, -webkit-transform .8s;
  transition: opacity .8s, transform .8s;
  transition: opacity .8s, transform .8s, -webkit-transform .8s;
}
.icon-logo:hover img{
  opacity: 0.9;
  transition: opacity .8s, -webkit-transform .8s;
  transition: opacity .8s, transform .8s;
  transition: opacity .8s, transform .8s, -webkit-transform .8s;
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
.bottom_pic{
  display: block;
}
.bottom_pic img{
  width: 100%;
}
.bottom_pic h5, .bottom_pic .bottom_pic_title{
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 15px;
  line-height: 1.6;
}
.bottom_pic h6, .bottom_pic p{
  color: #fff;
  font-size: 1.2rem;
}

/* 右侧导航 */
.customer-service{
  position: fixed;
  right: 20px;
  bottom: 80px;
  width: 45px;
  z-index: 12;
}
.customer-service li{
  margin-bottom: 12px;
  position: relative;
  cursor: pointer;
}
.customer-service li a{
  display: block;
  height: 45px;
  width: 45px;
  position: relative;
  -webkit-transition: .5s all;
  transition: .5s all;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  cursor: pointer;
}
.customer-service li a .icon{
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  z-index: 2;
}
.customer-service li a .text{
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.customer-service li a span{
  background: #29A7FF url('../images/phone_w.png') no-repeat center;
  background-size: 28px 28px;
  border-radius: 8px;
  display: block;
  width: 45px;
  height: 45px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.customer-service li.ct-service a span{
  background-image: url('../images/contact_w.png');
}
.customer-service li.wx-service a span{
  background-image: url('../images/wechat_w.png');
}
.customer-service li .tips{
  display: none;
  background: #fff;
  border: 1px solid #29A7FF;
  border-radius: 10px;
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
}
.customer-service li .tips .con{
  background: #FFFFFF;
  border-radius: 10px;
  padding: 15px;
  text-align: center;
  width: 170px;
  box-sizing: border-box;
}
.customer-service li .tips .con p{
  color: #656565;
  font-size: 15px;
  line-height: 20px;
}
.customer-service li .tips .con img{
  width: 120px;
  height: auto;
}
.customer-service li .tips .arrow-right{
  width: 0;
  height: 0;
  display: block;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #FFFFFF;
  margin-top: -8px;
  position: absolute;
  right: -5px;
  top: 50%;
}
.customer-service li .tips .arrow-right-bottom{ 
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid #32B5C5;
  right: -7px;
  margin-top: -10px;
  z-index: -1;
}
.customer-service li:hover a{
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.customer-service li:hover a span{
  background-color: #7C7C7C;
}
.customer-service li:hover .tips{
  display: block;
}

@media screen and (max-width: 1250px) {
  .footer_bg .footer .footer_nav.footer_nav2019 {
    padding: 0;
  }
  /* 手机端顶部导航 */
  .header_top .header_menu .header_nav li{
    padding-left: 10px;
    padding-right: 10px;
  }
  .header_top .header_menu .header_nav .featured-top-menu-list li{
    padding: 0;
  }
  .header_top .header_contact a.header_btn{
    padding-left: 12px;
    padding-right: 12px;
  }
  .header_select{
    margin-left: 12px;
  }
  .banner_index6_logos{
    width: 70%;
  }
}
@media screen and (max-width: 1350px) and (min-width: 991px) {
  .header_top .header_contact a.contact_call span{
    display: none;
  }
}
@media screen and (max-width: 1050px) and (min-width: 991px) {
  .header_top .logo{
    display: none;
  }
  .header_top .header_nav{
    margin-left: 0;
  }
}
@media screen and (max-width: 990px) {
  body{
    margin: 0 auto;
  }
  .jz_display_pc{
    display: none;
  }
  .jz_display_mobile{
    display: block;
  }
  .top{
    margin-top: 0;
  }
  .title{
    color: #656565;
    width: 90%;
    margin-left: 5%;
    font-size: 1.3rem;
    margin-bottom: 20px;
  }
  a.btn{
    padding: 6px 15px;
  }
  .btn-mt{
    margin-top: 15px;
  }
  .marginTop{
    margin-top: 40px;
  }
  .marginTop-small{
    margin-top: 30px;
  }
  .wh{
    width: 90%;
    margin-left: 5%;
  }
  .wh-max{
    width: 90%;
    margin: auto;
  }
  .hh{
    height: 40px;
  }
  .swiper-button-next, .swiper-button-prev {
    width: 24px;
    height: 20px;
  }
  /* 手机端顶部导航 */
  .header_top_fixed {
    /* position: relative; */
    background: #273444;
  }
  .header-he, .header_top .logo {
    height: 60px;
    line-height: 60px;
  }
  .header_top, .header_top .logo {
    height: 60px;
    line-height: 60px;
  }
  .header_top .header_menu, .header_top .header_contact, .header_select {
    height: 60px;
    line-height: 60px;
    padding-right: 45px;
  }
  .header_selectn{
    padding-right: 0;
  }
  .header_top .header_contact, .header_top .header_menu{
    display: none;
  }
  .header_top .logo img {
    width: 75%;
  }
  .navicon {
    display: block;
    width: 60px;
    height: 60px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
  }
  .navicon img {
    width: 60%;
    margin-top: 0.6rem;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
  }
  #wechat-qr {
    display: none;
  }
  .header_select li.mobile_login{
    display: block;
  }
  .top_menu_phone {
    display: none;
    width: 100%;
    position: fixed;
    left: 0;
    padding: 0 5%;
    background: #F9FAFC;
    padding: .5rem 0 0;
    z-index: 999;
    box-shadow: 1px 1px 5px #ccc;
  }
  .top_menu_phone ul {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
  }
  .top_menu_phone ul li {
    border-bottom: 1px solid #DCE0E9;
    padding: 1rem 3% 1rem 1%;
  }
  .top_menu_phone ul li a {
    color: #8492A6;
    display: block;
  }
  .top_menu_phone ul li img {
    float: right;
    width: 1.2rem;
    height: auto;
  }
  img.rotate_a{
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
  }
  .phone_product{
    display: none;
  }
  .phone_product p{
    color: #8492A6;
    margin-top: 10px;
  }
  .phone_product p>em{
    float: right;
    margin: 0 4px;
  }
  .top_menu_phone .product_p ul{
    display: none;
  }
  .top_menu_phone .product_p ul li{
    border: none;
    padding: 10px 0 0 0;
  }
  .top_menu_phone ul>li:last-child {
    border-bottom: none;
  }
  .top_menu_phone ul>li:last-child a {
    display: inline-block;
  }
  .top_menu_phone ul li a.contact{
    display: inline-block;
  }
  .top_menu_phone ul li i {
    color: #ADAEAE;
  }
  .phone_product {
    display: none;
  }
  .phone_product p {
    color: #8492A6;
    margin-top: 10px;
  }
  .phone_product p>em {
    float: right;
  }
  .phone_product ul {
    display: none;
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
  }
  .phone_product .product_p ul li {
    border: none;
    padding: 10px 0 0 0;
  }
  .top_menu_phone ul li.contact{
    width: 90%;
    margin: 1.4rem auto;
    background: #0070D2;
    color: #fff;
    border: 1px solid #0070D2;
    border-radius: 20px;
    padding: 6px 0;
    text-align: center;
  }
  .top_menu_phone ul li.contact a{
    color: #fff;
    display: inline-block;
    text-align: center;
  }
  .top_menu_phone ul li.mobile_log{
    background: #fff;
    color: #0070D2;
  }
  .top_menu_phone ul li.mobile_log a{
    color: #0070D2;
  }
  /* 底部导航 */
  .footer_bg {
    -webkit-background-size: 100% 900px;
    background-size: 400% 1100px;
    background-position: top center;
  }
  .footer_bg .footer {
    padding-bottom: 0;
    overflow: inherit;
  }
  .footer_bg .footer .footer_nav{
    display: none;
  }
  .footer_nav_phone{
    display: block;
    color: #fff;
    border-top: 1px solid #979797;
  }
  .footer_nav_phone ul li {
    border-bottom: 1px solid #979797;
    padding: 1rem 3% 1rem 5%;
    position: relative;
  }
  .footer_nav_phone ul li .lx_a {
    color: #fff;
  }
  .footer_nav_phone ul li .lx_a img {
    width: auto;
    margin: 0 10px 0 0;
    height: .9rem;
  }
  .footer_nav_phone ul li em {
    float: right;
    font-size: 1.3rem;
    position: relative;
    top: -.3rem;
  }
  .footer_nav_phone ul li .phone_nav {
    margin-top: 1rem;
    display: none;
  }
  .footer_nav_phone ul li .phone_nav p {
    line-height: 2;
    margin-bottom: .1rem;
  }
  .footer_nav_phone ul li .phone_nav p a {
    color: #bbb;
    display: block;
  }
  .footer_nav_phone ul li .phone_nav .contact_phone_wx img {
    width: 30%;
  }
  .footer_bottom_bg .footer_bottom{
    display: none;
  }
  .footer_nav_phone ul li .phone_nav.phone-we h4,
  .footer_nav_phone ul li .phone_nav.phone-we p{
    font-size: .8rem;
    display: inline-block;
    width: 33%;
    text-align: center;
    margin-right: 8%;
    line-height: 1.4;
  }
  .footer_nav_phone ul li .phone_nav h4 img,
  .footer_nav_phone ul li .phone_nav.phone-we p img {
    width: 100%;
    margin-bottom: .4rem;
  }
  .footer_bottom_phone {
    display: block;
    padding: 1rem 4% 2rem;
  }
  .footer_bottom_phone h6 {
    font-size: .7rem;
    color: #ABA8A8;
    text-align: center;
    margin-bottom: .5rem;
    letter-spacing: -1px;
  }
  
  /* 视频 */
  video.video-show{
    width: 96%;
    top: -800px;
    margin-left: -48%;
  }
  /* logo */
  .logo-icon{
    margin: -8px 0 0;
  }
  .logo-icon>div, .logo-icon>div:nth-child(2n){
    width: 29.3%;
    margin: 8px 2%;
  }
  .icon-logo {
    height: 26px;
  }
  /* banner */
  .swiper-banner .text-banner{
    width: 92%;
    left: 4%;
    line-height: 1.6;
    padding-top: 0;
  }
  .banner_slide_img img {
    width: 990px;
    height: 350px;
    object-fit: cover;
  }
  .banner_slide_img .banner_absolute, .banner_slide_img .banner_absolute2{
    display: none;
  }
  .swiper-banner .text-banner h1, .swiper-banner .text-banner .h1{
    font-size: 1.3rem;
    margin-bottom: .3rem;
  }
  .size{
    font-size: 1.1rem;
  }
  .ab_trans2{
    width: 90%;
  }
  .swiper-banner .text-banner p,
  .swiper-banner .text-banner h2,
  .swiper-banner .text-banner .h2{
    font-size: .9rem;
  }
  .swiper-banner .text-banner-arc p>span{
    display: block;
  }
  .swiper-banner .text-banner-left,
  .swiper-banner .text-banner-right{
    text-align: center;
  }

  /* new banner title */
  .swiper-banner .text-banner .p_1{
    font-size: 1.4rem;
    font-weight: normal;
    margin: .8rem auto;
  }
  .swiper-banner .text-banner .p_2{
    font-size: 1.1rem;
    font-weight: normal;
    margin: .8rem auto;
  }
  .swiper-banner .text-banner .p_3{
    font-size: .85rem;
  }
  .swiper-banner .text-banner .span_border_b{
    border-bottom-width: 2px;
  }
  .text-banner-circle{
    position: static;
  }
  .circle-gray span{
    font-size: 1rem;
  }

  .swiper-banner .text-banner6{
    position: static;
    width: 100%;
    color: #fff;
    background: #387bf0;
    text-align: center;
    padding: 40px 5%;
    box-sizing: border-box;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
  .banner_slide_img.banner_index6 img{
    height: auto;
  }
  .text-banner6 img.banner_index6_pic{
    position: static;
    width: 90%;
    margin: auto;
    padding: 25px 0;
  }
  .banner_index6_logos{
    background: #6196f4;
    flex-wrap: wrap;
    text-align: center;
    width: 100%;
    margin: 20px auto;
    padding: 10px 0;
    border-radius: 5px;
  }
  .banner_index6_logos_i{
    flex: auto;
    width: 50%;
    text-align: center;
    justify-items: center;
    justify-content: center;
    margin: 5px 0;
  }
  .banner_index6_logos_i img{
    width: 24px;
    margin-right: 10px;
  }
  .banner_index6_logos_i span{
    font-size: 1.1rem;
  }
  .text-banner.text-banner6 p.p_3{
    font-size: 1rem;
  }
  .text-banner.text-banner6 .banner_text_title{
    font-size: 1.6rem;
  }

  .swiper-banner .btns a.btn{
    display: block;
    width: 50%;
    margin: 1rem auto 0;
    padding: 6px 15px;
  }
  .footer_bottom_bg .footerOpacity{
    display: none;
  }

  .bottom_pic h5, .bottom_pic .bottom_pic_title{
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
  .bottom_pic h6, .bottom_pic p{
    font-size: 1rem;
  }
}

@media screen and (max-width: 320px) {
  html, body {
    font-size: 14px;
  }
}
@media screen and (max-width: 375px) {
  html, body {
    font-size: 15px;
  }
}
@media screen and (max-width: 414px) {
  .customer-service{
    display: none;
  }
  html, body {
    font-size: 16px;
  }
}

