/* css 重置 */
body,
p,
input,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
dl,
dt,
dd,
form {
  margin: 0;
  padding: 0;
  list-style: none;
  vertical-align: middle;
  font-weight: normal;
  font-family: "微软雅黑";
  font-family: "mtl";
}

img {
  border: 0;
}
@font-face{
  font-family:"mtl";
  src:url("../font/montserrat-light.ttf")
}
@font-face{
  font-family:"ll";
  src:url("../font/Lato-Light.ttf")
}
@font-face{
  font-family:"meb";
  src:url("../font/Montserrat Extra Bold.ttf")
}
@font-face{
  font-family:"msbd";
  src:url("../font/Montserrat Semi Bold.ttf")
}
@font-face{
  font-family:"mbl";
  src:url("../font/Montserrat-Black.ttf")
}
@font-face{
  font-family:"mbd";
  src:url("../font/Montserrat-Bold.ttf")
}
@font-face{
  font-family:"mh";
  src:url("../font/Montserrat-Hairline.ttf")
}
@font-face{
  font-family:"mr";
  src:url("../font/Montserrat-Regular.ttf")
}

body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #000;
  text-align: left;  
}

header,
section,
footer,
img {
  display: block;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #000;
}

a:hover {
  text-decoration: none;
}

li {
  list-style: none;
}

.clearfix {
  zoom: 1;
}
.clearfix::after {
  content: '';
  display: block;
  clear: both;
}

.wrap{
  position: relative;
  height: auto;
}
/* .wrap.on{
  overflow: hidden;
  height: 0;
} */

/* loading */

.loading{
  display: none;
  position: relative;
  height: 5px;
  overflow: hidden;
  background-color: #05074e;
}
.runY.on{
  animation: loadings 2s ease-in infinite;
}

.btmSamll > #putTj{
  display: inline-block;
  margin-left: 10px;
}
#cnzz_stat_icon_1273436014,#cnzz_stat_icon_1273436014 > a{
  display: inline-block;
}

@keyframes loadings{
  0%{
    left: -30%;
  }
  100%{
    left: 100%;
  }
}
.runY{
  position: absolute;
  width: 30%;
  height: 5px;
  left: -30%;
  top: 0;
  transition: all 1s;
  background-color: #ffe206;
}
.header{
  position: relative;
  display: flex;
  /* max-width: 1800px; */
  height: 136px;
  margin: 0 auto;
  padding: 38px 60px 0;
  box-sizing: border-box;
  justify-content: space-between;
}
.header::after{
  content:"";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #eee;
}
.header > div{
  margin: 15px 0;
}
.header .logo a{
  display: inline-block;
}
.header  .logo img{
  width: 100%;
  max-width: 220px;
}
.header nav{
  width: 750px;
}
.header nav > ul{
  display: flex;
  height: 100%;
  justify-content: space-between;
}
/* .header nav > ul > li:nth-child(2){
  padding: 0 35px;
  box-sizing: border-box;
} */

.header nav > ul > li:nth-last-child(-n+2){
  display: none;
}
.header nav > ul > li > a{
  position: relative;
  display: block;
  height: 100%;
  line-height: 98px;
  box-sizing: border-box;
  color:#323232;
  transition: all .3s;
  font-size: 16px;
  font-family: "Arial";
}
.header nav > ul > li > a::after{
  content:"";
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 8px;
  left: 0;
  top: 50%;
  z-index: -1;
  transition: all .3s;
  background-color: transparent;
}

.header nav > li > a:hover{
  color:#ffe206;
}
.spSubnav{
  position: absolute;
  padding:40px 50px;
  display: none;
  width: 1300px;
  left: 50%;
  margin-top: -1px;
  background-color: white;
  transform: translateX(-50%);
  justify-content: space-between;
  /* box-sizing: border-box; */
  z-index: 20;
  background-color:#f7f7f7;
}

.spSubnav li{
  zoom: 1;
  padding: 0 3%;
  box-sizing: border-box;
}
.spSubnav li > a:first-child{
  font-weight:bold;
}

.spSubnav > li:nth-child(1){
  position: absolute;
  display: none;
  font-size: 16px;
  font-weight: bold;
  top:25px;
  color:#05074e;
}

.spSubnav p{
  display: block;
  white-space: nowrap;
  line-height: 26px;
  padding:5px;
  height: 26px;  
  text-align: left;
  /* box-sizing: border-box; */
}
.spSubnav li > p:first-child{
  margin-bottom: 20px;
}
.spSubnav > li p:nth-child(1) a{
  font-size: 30px;
  font-family: "mr";
}
.spSubnav a{
  display: inline-block;
  position: relative;
  /* display: block; */
  padding-right: 15px;
  color:black;
  font-size: 14px;
}
.spSubnav p a::after{
  content:"";
  position: absolute;
  display: block;
  width: 100%;
  height: 0;
  top: 50%;
  z-index: -1;
  transition: all .3s;
  background-color:#fee134;
}
.spSubnav p a:hover::after{
  height: 7px;
}
.spSubnav li > p:first-child a:hover::after{
  height: 18px;
}

.header .rl{
  position: relative;
}
.header nav > ul > li:nth-child(3){
  position: relative;
}
.header .subnav{
  position: absolute;
  display: none;
  padding: 10px 20px;
  z-index: 10;
  left: 0;
  top:calc(100% - 1px);
  overflow: hidden;
  box-sizing: border-box;
  background-color: #f7f7f7;
}
.header .subnav li{
  height: 45px;
  line-height: 45px;
}

.header .subnav a{
  position: relative;
  display: block;
  padding-left: 5px;
  padding-right: 15px;
  white-space: nowrap;  
  border-bottom: 1px solid #fff;
}
.header nav > ul > li > a:hover::after{
  background-color:#fee134;
}
.header .subnav a::after{
  content:"";
  position: absolute;
  display: block;
  width: 100%;
  height: 0;
  top: 50%;
  z-index: -1;
  transition: all .3s;
  background-color:#fee134;
}

.header .subnav a:hover::after{
  height: 7px;
}


.header .fivebtn{
  min-width: 230px;
  font-size: 0;
}
.header .fivebtn li{
  width: 34px;
  height: 34px;
  float: left;
  margin-top: 20px;
  margin-left: 10px;
  box-sizing: border-box;
  border:1px solid #b9bcbe;
}
.header .fivebtn li:nth-child(3){
  position: relative;
}
.header .fivebtn li:nth-child(3) p{
  position: absolute;
  display: none;
  top: calc(100% + 1px);
  left: -10px;
  width: 190px;
  height: 190px;
  z-index: 30;
}
.header .fivebtn li:nth-child(3) p > img{
  max-width: 100%;
  border: 1px solid #eee;
  box-sizing: border-box;
}

.header .fivebtn li:nth-child(3):hover p{
  display: block;
}

.header .fivebtn li:not(:nth-child(1)):hover{
  background-color: #05074e;
  border-color: #05074e;
}
.header .fivebtn li:hover a > img{
  filter: brightness(5);
}
.header .fivebtn li a{
  position: relative;
  display: block;
  height: 100%;
  line-height: 34px;
  text-align: center;
}

.header .fivebtn li a img{
  position: absolute;
  display: block;
  max-width: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.search{
  position: relative;
}

.header .fivebtn li.search.on{
  background-color: transparent;
  border:none;
}
.header .fivebtn li.search.on > a{
  display: none;
}
.header .fivebtn li:nth-child(1) a{
  transition: all .4s;
  transform: scale(1);
  background-color: #b9bcbe;
}
li.search.on a{
  border-radius: 30px;
  transform: scale(0.1);
}
/* .search form{
  display: none;
} */
li.search.on form{
  opacity: 1;
  width: 250px; 
  z-index: 10;
}

.search form{  
  position: absolute;  
  top: 0;
  right: -1px;
  width: 0;
  height: 34px;
  padding: 5px 0;
  margin: 0 auto;
  clear:both;
  max-height: 36px;
  overflow: hidden;
  opacity: 0;
  transition: all 1s;
  z-index: -1;
  border:1px solid grey;
  box-sizing: border-box;
  background-color: white;
}
.search form > *{
  vertical-align: -webkit-baseline-middle;
}
.search form > img{
  display: inline-block;
  max-width: 24px;
  max-height:24px;
  margin-left: 8px;
  vertical-align: middle;
  cursor: pointer;
}
.search input{
  display: inline-block;
  width: 170px;
  height: 24px;
  line-height: 24px;
  margin-left: 10px;
  padding-left: 5px;  
  box-sizing: border-box;
  border:none;
  outline:none;
  vertical-align: top;
}

.search button{
    display: inline-block;
    background: url(../images/icon-sharch-yel.png) no-repeat center 4px;
    background-size: 60%;
    background-position: center;
    width: 30px;
    height: 24px;
    cursor: pointer;
    outline: none;
    border:transparent;
    vertical-align: middle;
    background-color: transparent;
}

.header > .btnNav{
  position: relative;
  display: none;
  width: 40px;
  height: 40px;
  overflow: hidden;
  box-sizing: border-box;
}
.btnNav span{
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #05074e;
}
.btnNav span::after,.btnNav span::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  transition: all .3s;
  transform: rotate(0);
  background-color: #05074e;
}
.btnNav span::after{
  top: 7px;
}

.btnNav span::before{
  top: -7px;
}
.btnNav.on span{
  background-color: transparent;
}
.btnNav.on span::after{
  top: 0;
  transform: rotate(45deg);
}
.btnNav.on span::before{
  top: 0;
  transform: rotate(-45deg);
}

.footer{
  background-color: #f6f7f7;
}

.ftWrap{
  max-width: 1800px;
  margin: 0 auto;
  padding:85px 0 50px;
  box-sizing: border-box;
}
.btmSamll{
  margin-top: 150px;
}
.btmSamll,.btmSamll a{
  font-size: 16px;
  line-height: 16px;
  color:#969696;
}

.topBig ul{
  display: flex;
  justify-content: space-between;
}
.topBig ul li{
  text-align: left;  
}
.topBig li dt{
  line-height: 30px;
}
.topBig li dt:first-child,.topBig li dt:first-child a{  
  font-size: 26px;
  color:#323232;
}

.topBig li dt:first-child{
  margin-bottom: 40px;
  font-family: "mr";
}

.topBig li table{

}
.topBig li td{
  min-width: 70px;
  line-height: 24px;
  font-size: 16px;
  vertical-align: top;
}

.topBig li a{
  transition: all .3s;
}
.topBig li.putLogo dt > a img{
  margin-bottom: 25px;
}

.topBig li.sc dt:nth-child(n+2){
  position: relative;
  float: left;
  margin-right: 10px;
}
.topBig li.sc dt:nth-child(n+2) p{
  position: absolute;
  display: none;
  top: calc(100% + 1px);
  left: -20px;
  width: 190px;
  height: 190px;
}
.topBig li.sc dt:nth-child(n+2) p > img{
  max-width: 100%;
  border: 1px solid #eee;
  box-sizing: border-box;
}
.topBig li.sc dt:nth-child(n+2):hover p{
  display: block;
}


.topBig li.sc dt a{
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 38px;
  box-sizing: border-box;
  border: 1px solid #b5b8ba;
}
.topBig li.sc dt a:hover{
  background-color: #05074e;
  border-color: #05074e;
}
.topBig li.sc dt a:hover img{
  filter: brightness(5);
}
.topBig li.sc dt img{
  display: inline-block;
  max-width: 20px;
  vertical-align: text-bottom;
}
.topBig li a{
  position: relative;
  z-index: 0;
}
.topBig li a::after{
  content:"";
  position: absolute;
  display: inline-block;
  height: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  background-color: #ffe206;
}
.topBig li:not(.sc) a:hover::after{
  height: 8px;
}
.page{
  margin: 0rem 0 4.5rem;
  text-align: center;
}
.page a{
  display: inline-block;
  margin:0 12px;
  font-size: 16px;
  font-family: "mr";
}
.page a:nth-child(1),.page a:last-child{
  display: none;
}
.page a:hover,.page a.current{
  color:#fee134;
}
@media all and (min-width:1200px){
  .header nav > ul > li:hover .spSubnav{
    display: flex;
  }
  .header nav > ul > li .return{
    display: none;
  }
  .header nav ul > li:hover .subnav{
    display: block;
  }

}

@media all and (max-width:1800px){
  .footer{
    padding: 0 15px;
    box-sizing: border-box;
  }
}

@media all and (max-width:1400px){
  .header nav > ul{
    justify-content: space-around;
  }

}
@media all and (max-width:1366px){
  .header nav > ul > li > a{font-size: 14px;}
}
@media all and (max-width:1260px){
  .header > div{
    height: 68px;
    line-height: 68px;
  }

  .header nav{
    width: 700px;
  }

  .ftWrap{
    padding: 40px 0 20px;
  }
  .btmSamll{
    margin-top: 50px;
  }

  .topBig ul{
    flex-wrap: wrap;
  }
  .topBig ul li{
    width: 30%;
    text-align: center;
  }
  
  .topBig ul li.sc dt:nth-child(n+2){
    display: inline-block;
    float: none;
  }
  .topBig li.putLogo dt > a img{
    margin: 0 auto 25px;
  }
  .topBig ul li:nth-child(3){
    width: inherit;
    order:4;
    text-align: left;
  }
  .topBig ul li.sc,.topBig ul li:nth-child(3){
    margin-top: 10px;
  }
  .topBig li.sc dt:nth-child(n+2) p{
    top: inherit;
    bottom: 100%;
  }
}

@media all and (max-width:1200px){
  .header{
    position: fixed;
    width: 100%;
    top: 0;
    z-index:20;
    padding: 0 30px;
    height: 98px;
    align-items: center;
    background-color: white;
    justify-content: space-between;
  }
  .header + div{
    margin-top: 98px;
  }
  .header .logo{
    margin-left: 15px;
  }
  .header .logo a{
    vertical-align: middle;
  }
  .header nav{
    position: absolute;
    width: 100%;
    height: 0;
    top: 100%;
    left: 0;
    z-index: 40;
    transition: all .3s;
    overflow: hidden;
  }
  .header nav > ul{
    flex-direction: column;    
    /* background-color: #ffe206; */
    background-color: white;
    justify-content:flex-start;
    padding-top: 60px;
    box-sizing: border-box;
  }
  .header nav > ul > li{
    width: 100%;
    text-align: center;
  }
  .header nav > ul > li:hover{
    background-color: white;
  }
  .header nav > ul > li > a{
    line-height: 60px;
  }
  .header nav > ul > li > a:hover::after,
  .spSubnav p a::after{
    display: none;
  }
  .spSubnav > li:nth-child(1){display: block;cursor: pointer;}


  .header nav ul.spSubnav,.header nav ul.subnav{
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,1);
    z-index: 20;
    top: 0;
    padding: 10px 15px;
    box-sizing: border-box;
  }
  .header nav > ul > li.on .spSubnav
  /*.header nav > ul > li.on .subnav*/{
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .header nav ul.spSubnav li p:nth-child(n+2){
    display: none;
  }

  .header nav li a{
    width: 100%;
    color: #05074e;
  }
  .fivebtn{
    display: none;
  }
  .header > .btnNav{
    display: block;
    cursor:pointer;
    right: 15px;
  }
  .ctMain .adr {float: none !important; width: auto !important; margin: 0 5% 3%;}
  .ctMain .ly {float: none !important; width: auto !important; margin: 0 5% 0;}
}

@media all and (max-width:876px){
  .spSubnav > li p:nth-child(1) a{
    font-size: 20px;
  }
  .topBig ul{
    flex-direction: column;
  }
  .topBig ul li{
    width: 100%;
    
  }
  .topBig ul li dl{
    display: flex;
  }
  .topBig ul li dt{
    margin-right: 10px;
  }
}

@media all and (max-width:678px){
  .header{
    height: 60px;
    padding: 0;
  }
  .header + div{
    margin-top: 60px;
  }
  .header > div{    
    height: 45px;
    line-height: 45px;
  }
  .header > .btnNav{
    height: 25px;
    width: 25px;
  }
  .header .logo img{
    max-height: 35px;
    width: inherit;
  }
  .ctWrap .ctheader .breadNav{
    display: none;
  }
  .ftWrap{
    padding: 20px 0 10px;
  }
  .topBig li dt:first-child,
  .topBig li dt:first-child a{
    font-size: 18px;
    font-weight: bold;
  }
  .topBig > ul > li:nth-child(-n+3){
    display: none;
  }
  .topBig li a{
    font-size: 16px;
  }
  .topBig ul li dl{
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .topBig ul li dt {
    margin-right: 10px;
  }
  .topBig li dt:first-child{
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 20px;
  }
  .topBig ul li.sc dl{
    justify-content: center;
  }
  .topBig ul li.putLogo dl{
    flex-direction: column;
  }
  .btmSamll{
    line-height: 24px;
    margin-top: 30px;
    padding-bottom: 20px;
    box-sizing: border-box;
    text-align: center;
  }
  .page{
    margin: 0 0 3rem;
  }
}

@font-face { font-family: jdcfont; src: url(../font/jdcfont.eot); src: url(../font/jdcfont.eot#iefix) format("embedded-opentype"), url(../font/jdcfont.woff) format("woff"), url(../font/jdcfont.ttf) format("truetype"), url(../font/jdcfont.svg#jdcfont) format("svg") }
.jdcfont { font-family: jdcfont!important; font-size: 16px; font-style: normal; -webkit-font-smoothing: antialiased; -webkit-text-stroke-width: .2px; -moz-osx-font-smoothing: grayscale }
.jdc-side { display: none; position: fixed; right: 20px; bottom: 20px; z-index: 300; width: 60px }
.mod_hang_qrcode { position: relative }
.mod-qr-tips { height: 70px; background: url(../images/qrtips.png) center no-repeat; background-size: 100% }
.mod_hang_qrcode_show { display: none; position: absolute; right: 70px; top: -65px; width: 138px; min-height: 166px; border: 0 none; background: #fff; -webkit-box-shadow: 0 0 10px 0 rgba(20,34,67,.1); -moz-box-shadow: 0 0 10px 0 rgba(20,34,67,.1); box-shadow: 0 0 10px 0 rgba(20,34,67,.1) }
.mod_hang_qrcode_show p { margin-top: 5px; line-height: 16px; color: #666; font-size: 12px; text-align: center }
.mod_hang_qrcode_show_bg { width: 124px; height: 124px; margin: 8px auto 0; background-position: 0 0; background-repeat: no-repeat; -moz-background-size: 124px auto; background-size: 124px auto; background-image: url(../images/qrcode.png) }
.jdc_hang_qrcode .mod_hang_qrcode_show_bg { background-image: url(../images/qrcode.jpg) }
.jdc_hang_qrcode .mod_hang_qrcode_show_bg img {
	display: block; width: 124px;
}
.jdc_hang_qrcode p { padding-bottom: 5px }
.mod_hang_qrcode_btn { display: block; width: 60px; height: 60px; color: #0989c5; font-size: 40px; cursor: pointer; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; transition: all .25s ease }
.mod_hang_top { display: block; width: 60px; height: 60px; margin: 5px 0 0; text-align: center; cursor: pointer; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; transition: all .25s ease; background-color: transparent }
.mod_hang_qrcode:hover .mod_hang_qrcode_show { display: block }
.mod_hang_qrcode_btn { position: relative; margin-top: 5px; text-align: center; background-color: transparent; -webkit-box-shadow: 0 0 10px 0 rgba(20,34,67,.1); -moz-box-shadow: 0 0 10px 0 rgba(20,34,67,.1); box-shadow: 0 0 10px 0 rgba(20,34,67,.1) }
.mod_hang_qrcode_btn span { display: none; position: absolute; top: 25px; left: 25px; width: 30px; line-height: 15px; font-size: 12px; text-align: center }
.mod_hang_qrcode_btn:hover { color: #fff }
.mod_hang_top { -webkit-box-shadow: 0 0 10px 0 rgba(20,34,67,.1); -moz-box-shadow: 0 0 10px 0 rgba(20,34,67,.1); box-shadow: 0 0 10px 0 rgba(20,34,67,.1) }
.mod_hang_top .mod_hang_qrcode_btn { background: 0 0; margin: 0 }
.mod_hang_appeal_btn { display: block; width: 60px; height: 60px; color: #0989c5; text-align: center; font-size: 20px; cursor: pointer; -webkit-box-shadow: 0 0 10px 0 rgba(20,34,67,.1); -moz-box-shadow: 0 0 10px 0 rgba(20,34,67,.1); box-shadow: 0 0 10px 0 rgba(20,34,67,.1) ;}

.mod_hang_appeal:hover .mod_hang_appeal_show{ display:block;opacity: 1;}

.mod_hang_appeal_btn i, .mod_hang_qrcode_btn i { display: inline-block; width: 60px; height: 60px; line-height: 60px; font-size: 40px; color: #0989c5; background-color: #fff }
.mod_hang_appeal_btn span { display: none; position: absolute; top: 25px; left: 25px; width: 30px; line-height: 15px; font-size: 12px; text-align: center }
.mod_hang_appeal.show .mod_hang_appeal_show { display: block }
.mod_hang_appeal_show { opacity: 0; z-index:-9; right:-500px; position: absolute; right: 70px; bottom: 0; background: #fff; -webkit-box-shadow: 0 0 10px 0 rgba(20,34,67,.1); -moz-box-shadow: 0 0 10px 0 rgba(20,34,67,.1); box-shadow: 0 0 10px 0 rgba(20,34,67,.1); width: 300px }
.mod_hang_appeal_show li {
*zoom:1; cursor: pointer }
.mod_hang_appeal_show li:hover { background: #f3f5fb }
.mod_hang_appeal_show li:after, .mod_hang_appeal_show li:before { content: ""; display: block; clear: both; height: 0; line-height: 0; visibility: hidden }
.mod_hang_appeal_show .icon_box, .mod_hang_appeal_show .text_box { float: left; width: 215px; height: 90px; cursor: pointer }
.mod_hang_appeal_show .icon_box { width: 78px; line-height: 90px; text-align: center }
.mod_hang_appeal_show .icon_box i { color: #0989c5; font-size: 30px }
.mod_hang_appeal_show .text_box h5 { margin-top: 10px; font-size: 16px; color: #03004c; line-height: 24px; cursor: pointer; white-space: nowrap; text-overflow: ellipsis; overflow: hidden }
.mod_hang_appeal_show .text_box p { margin-top: 10px; max-height: 36px; overflow: hidden; line-height: 18px; font-size: 12px; color: #666; cursor: pointer }
.jdc_feedback_qrcode .mod_hang_qrcode_btn { margin-bottom: 5px }
.jdc_feedback_qrcode .mod_hang_qrcode_show { min-height: 226px }
.jdc_feedback_qrcode .mod_hang_qrcode_show p { padding-bottom: 5px }
.jdc_feedback_qrcode .mod_hang_qrcode_show_bg { margin-top: 0; background-image: none }
@media (max-width:768px) {
.jdc-rwd .jdc-side { display: none!important }
}
.jdc-lang-en .jdc_hang_qrcode .mod_hang_qrcode_show_bg { background-image: url(../images/qrcode-en.jpg) }
.jdc-lang-en .mod-qr-tips { position: relative }
.jdc-lang-en .mod-qr-tips:after { content: "Search"; position: absolute; left: 41px; top: 8px; width: 85px; height: 30px; line-height: 30px; background: #fff; color: #666; font-size: 16px }