.banner .content-tit {
  font-size: 2.477rem;
}
.banner .content-mintit {
  font-size: 1.486rem;
}
.item-top .title-text {
  font-size: 1.684rem;
}
.header-box .logo {
  font-size: 1.635rem;
}
.nav-contact-box .contact-phone {
  font-size: 1.486rem;
}
.header-nav-item,
.footer-link-box .link-item:first-child,
.item-top .intro {
  font-size: 0.88rem;
}
.nav-contact-box .contact-content,
.partner-box .partner-item {
  font-size: 0.8rem;
}
.header-nav .drop-list {
  font-size: 0.892rem;
}
.footer-link-box .link-item {
  font-size: 0.792rem;
}
.friendship-links .link {
  font-size: 0.8rem;
}
header {
  width: 100%;
  position: relative;
  z-index: 999;
}
header .header-box {
  width: 78vw;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  left: 10%;
  margin-top: 2%;
  box-sizing: border-box;
  padding: 0.6% 3.48%;
  border-radius: 0.39rem;
  background-color: rgba(255, 255, 255, 0.85);
}
header .header-box .logo {
  width:8%;
}
header .header-box .header-nav-box {
  width: 83%;
  box-sizing: border-box;
  padding: 1.37% 3.48%;
}
header .header-box .header-nav-box .header-nav {
  display: flex;
  justify-content: space-between;
}
header .header-box .header-nav-box .header-nav .header-nav-item:not(:nth-child(2)):not(:nth-child(4)):not(:nth-child(5)) {
  position: relative;
}
header .header-box .header-nav-box .header-nav .header-nav-item:not(:nth-child(2)):not(:nth-child(4)):not(:nth-child(5)):nth-child(3) {
  line-height: 141%;
}
header .header-box .header-nav-box .header-nav .header-nav-item:not(:nth-child(2)):not(:nth-child(4)):not(:nth-child(5)) .drop-down-box {
  display: none;
  width: 11vw;
  position: absolute;
  padding-top: 1.5rem;
  margin-top: 1rem;
  opacity: 0;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
header .header-box .header-nav-box .header-nav .header-nav-item:not(:nth-child(2)):not(:nth-child(4)):not(:nth-child(5)) .drop-down-box .drop-list {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0rem 0.1rem 0.7rem 0rem rgba(255, 255, 255, 0.12);
  border-radius: 0.4rem;
}
header .header-box .header-nav-box .header-nav .header-nav-item:not(:nth-child(2)):not(:nth-child(4)):not(:nth-child(5)) .drop-down-box .drop-list .drop-item {
  text-align: center;
  padding: 8.4% 0;
  color: #333;
}
header .header-box .header-nav-box .header-nav .header-nav-item:not(:nth-child(2)):not(:nth-child(4)):not(:nth-child(5)) .drop-down-box .drop-list .line {
  width: 40.9%;
  height: 1px;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.12);
}
/*header .header-box .header-nav-box .header-nav .header-nav-item:nth-child(2) .drop-down-box, header .header-box .header-nav-box .header-nav .header-nav-item:nth-child(4) .drop-down-box, header .header-box .header-nav-box .header-nav .header-nav-item:nth-child(5) .drop-down-box {
  display: none;
  width: 70vw;
  position: absolute;
  padding-top: .55rem;
  margin-top: 1rem;
  opacity: 0;
  top: 100%;
  left: 0;
}*/
header .header-box .header-nav-box .header-nav .header-nav-item:nth-child(2) .drop-down-box, header .header-box .header-nav-box .header-nav .header-nav-item:nth-child(4) .drop-down-box, header .header-box .header-nav-box .header-nav .header-nav-item:nth-child(5) .drop-down-box {
  display: none;
  width: 11vw;
  position: absolute;
  padding-top: 1.5rem;
  margin-top: 1rem;
  opacity: 0;
  top: 60%;
  left:28%;
  transform: translateX(-28%);
 /* 
 display: none;
    width: 11vw;
    position: absolute;
    padding-top: 1.5rem;
    margin-top: 1rem;
    opacity: 0;
    top: 100%;
    left: 50%;
    transform: translateX(-50%); */
  
  
}
/*header .header-box .header-nav-box .header-nav .header-nav-item:nth-child(2) .drop-down-box .drop-list, header .header-box .header-nav-box .header-nav .header-nav-item:nth-child(4) .drop-down-box .drop-list, header .header-box .header-nav-box .header-nav .header-nav-item:nth-child(5) .drop-down-box .drop-list {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0rem 0.1rem 0.7rem 0rem rgba(255, 255, 255, 0.12);
  border-radius: 0.4rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}*/
header .header-box .header-nav-box .header-nav .header-nav-item:nth-child(2) .drop-down-box .drop-list, header .header-box .header-nav-box .header-nav .header-nav-item:nth-child(4) .drop-down-box .drop-list, header .header-box .header-nav-box .header-nav .header-nav-item:nth-child(5) .drop-down-box .drop-list {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0rem 0.1rem 0.7rem 0rem rgba(255, 255, 255, 0.12);
    border-radius: 0.4rem;
}
/*header .header-box .header-nav-box .header-nav .header-nav-item:nth-child(2) .drop-down-box .drop-list .drop-item, header .header-box .header-nav-box .header-nav .header-nav-item:nth-child(4) .drop-down-box .drop-list .drop-item, header .header-box .header-nav-box .header-nav .header-nav-item:nth-child(5) .drop-down-box .drop-list .drop-item {
  width: 20%;
  text-align: center;
  padding: 1% 0;
  color: #333;
}*/
header .header-box .header-nav-box .header-nav .header-nav-item:nth-child(2) .drop-down-box .drop-list .drop-item, header .header-box .header-nav-box .header-nav .header-nav-item:nth-child(4) .drop-down-box .drop-list .drop-item, header .header-box .header-nav-box .header-nav .header-nav-item:nth-child(5) .drop-down-box .drop-list .drop-item {
text-align: center;
    padding: 8.4% 0;
    color: #333;
}
header .header-box .header-nav-box .header-nav a.active {
  color: #143D8E;
}
header .header-box .nav-contact-box {
  display: none;
  margin-left: auto;
  text-align: right;
}
header .header-box .nav-contact-box .contact-content {
  color: #000;
}
header .header-box .nav-contact-box .contact-phone {
  color: #143D8E;
  background: url(../images/icon1.png) no-repeat left center;
  background-size: 10%;
  font-weight: 700;
  padding-left: 2rem;
}
header .mob-header-box {
  display: none;
}
.float_side {
  position: fixed;
  top: 57%;
  right: 0;
  width: 3.6%;
  z-index: 6666;
}
.float_side .float_top {
  padding: 0 20%;
}
.float_side > ul {
  background-color:#143D8E;
  padding: 30% 13%;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.float_side > ul > li {
  position: relative;
}
.float_side > ul > li > p {
  display: none;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 120px;
  transform: translate(-100%, -50%);
  background-color:#143D8E;
  border-radius: 8px;
  padding: 24%;
  color: #FFF;
  white-space: nowrap;
  z-index: -1;
}
.float_side > ul > li .c-img {
  display: none;
}
.float_side > ul .float_qr > p {
  width: 200%;
  transform: translate(-115%, -50%);
  left: 0;
}
.float_side .float_top,
.float_side .float_qr,
.float_side .float_tel {
  margin-bottom: 60%;
}
.y-base {
  display: none;
}
footer .footer-box {
      background: url(../images/fb1.png) no-repeat center;
    background-size: cover;
    padding-top: 2vw;
}
footer .footer-box .logo {
  width: 89.6%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 2.6% 0 1.04% 1.56%;
  border-bottom: 1px solid #FFF;
}

footer .footer-box .logo .img-box {
  width: 24.76%;
}

footer .footer-box .mob-friendship-links {
  display: none;
}

footer .footer-box .footer-link-box {
  width: 86.4%;
  margin: 2.08% auto 3.9%;
  display: flex;
  justify-content: space-between;
}
footer .footer-box .footer-link-box .link-wrap .link .link-item img {width:30%;}
footer .footer-box .footer-link-box address.link-wrap {
  display: flex;
  justify-content: space-between;
  width: 57.62%;
}
footer .footer-box .footer-link-box address.link-wrap .link:first-child {
  width: 39.59%;
}
footer .footer-box .footer-link-box address.link-wrap .link:last-child {
  width: 56.23%;
}
footer .footer-box .footer-link-box address.link-wrap .link:last-child .link-item:first-child {
  /*opacity: 0;*/
}
footer .footer-box .footer-link-box address.link-wrap .link:last-child .link-item:nth-child(4) {
  /*margin-bottom: 10%;*/
}
footer .footer-box .footer-link-box .link-item:first-child {
  color: #FFF;
  margin-bottom: 1.48rem;
}
footer .footer-box .footer-link-box .link-item:not(:first-child) {
  color: #EEE;
  margin-bottom: 0.49rem;
}
footer .footer-box .friendship-links {
  width: 86.4%;
  margin: 0 auto;
  padding-bottom: 1.04%;
  display: flex;
}
footer .footer-box .friendship-links .link {
  color: #FFF;
  margin-right: 1rem;
}
footer .partner-box {
  background-color: #011741;
}
footer .partner-box .partner {
  padding: 1.2% 0;
  display: flex;
  justify-content: center;
}
footer .partner-box .partner .partner-item {
  color: #FFF;
}
footer .partner-box .partner .partner-item:nth-child(2) {
  margin: 0 1.8%;
}
.container-box {
  width: 100%;
  margin:3% 0;
}
.container-box .item-top {
  padding:2% 0 2%;
  text-align: center;
}
.container-box .item-top .title-text {
  margin-bottom: 1.04%;
}
.container-box .item-top .intro {
  color: #666;
  font-weight: 400;
}
.ifuwu{margin-top:7rem; overflow:hidden;} 
.iabo{margin-top:-2.4rem; overflow:hidden;}
.inew{margin-top:-2.8rem; overflow:hidden;}
.nser{margin-top:2.8rem; overflow:hidden;} 
.nzs{margin-top:2.8rem; overflow:hidden;}
.nfile{margin-top:2.8rem; overflow:hidden;} 
.ncase{margin-top:2.8rem; overflow:hidden;}
.banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.banner .banner-content {
  position: absolute;
}
.banner .content-mintit {
  font-weight: 400;
}
.mob-img {
  display: none;
}
.changeHeadNav {
  position: fixed;
  background-color: #FFF;
}
.changeHeadNav .header-box {
  width: 89.6%;
  padding: 1.2% 0;
  margin-top: 0;
  position: static;
  align-items: center;
  justify-content: start;
  left: 5.2%;
}
.changeHeadNav .header-box .logo {
  width:5.6%;
  margin-right:10%;
  padding-bottom: 0;
  position: static;
}
.changeHeadNav .header-box .logo img {
  position: static;
  transform: none;
  width: 100%;
}
.changeHeadNav .header-box .header-nav-box {
  width: 55.35%;
  padding: 0;
  margin-right: 2.79%;
}
.changeHeadNav .header-box .header-nav-box .header-nav {
  margin-top: 0.1%;
}
.changeHeadNav .header-box .header-nav-box .header-nav-item:not(:nth-child(2)):not(:nth-child(4)):not(:nth-child(5)) .drop-down-box {
  padding-top: 3rem !important;
}
.changeHeadNav .header-box .header-nav-box .header-nav-item:nth-child(2) .drop-down-box, .changeHeadNav .header-box .header-nav-box .header-nav-item:nth-child(4) .drop-down-box, .changeHeadNav .header-box .header-nav-box .header-nav-item:nth-child(5) .drop-down-box {
  left: 19vw !important;
  transform:none !important;
  top:85% !important;
}
.changeHeadNav .header-box .nav-contact-box {
  display: block;
}
/*分页list*/
.fylist{ text-align:center; margin:0px 0px 30px;}
.fylist .page-on{ background-color:#e4392a; color:#FFF}
.fylist a{ width:41px; height:41px; line-height:41px; background-color:#edecec; font-family:Arial, Helvetica, sans-serif; color:#666; font-size:18px; display:inline-block;border-radius:3px; text-align:center;margin:0 4px;}
.fylist2 .page-on{ background-color:#143D8E !important;border-color: #143D8E !important;}
.fylist2 a{ background-color:#fff; border-radius:0px; margin:0px;border: 1px solid #DDD;  border-right: none;}
.fylist2 a:last-child{border-right: 1px solid #DDD;}
.zspic img{width:20%; margin:0 auto;}
.nkh {margin-bottom:1rem;}
.footer-box .logo .img-box img{width:24%;}
.proimg img{width:50%;height:auto;}
@media screen and (max-width: 1200px) {
  .mob-header-nav-box {
    font-size: 1.486rem;
  }
  .mob-header-nav-box .mob-drop-down-box {
    font-size: 1.288rem;
  }
  .partner-box .partner-item,
  .mob-friendship-links {
    font-size: 0.792rem;
  }
  header {
    position: fixed;
    padding-bottom: 13.33%;
  }
  header .header-box {
    display: none;
  }
  header .mob-header-box {
    display: block;
  }
  header .mob-header-box .mob-header {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.6);
    width: 100%;
    height: 100%;
  }
  header .mob-header-box .mob-header .mob-header-logo {
    width: 5.9%;
    height: 27%;
    position: absolute;
    left:3%;
    top: 37%;
  }
  header .mob-header-box .mob-header .mob-header-logo img{
    width:4rem;
	height:auto;
	margin-top:-0.6rem;
  }     
  header .mob-header-box .mob-header .mob-header-btn {
    width: 5.9%;
    height: 27%;
    position: absolute;
    right:3%;
    top: 37%;
  }
  header .mob-header-box .mob-header .mob-header-btn .line {
    width: 100%;
    height: 2px;
    border-radius: 5px;
    background-color: #143D8E;
    transition-property: transform opacity;
    transition-duration: .3s;
    transform-origin: right center;
    position: absolute;
  }
  header .mob-header-box .mob-header .mob-header-btn .line:first-child {
    top: 0;
    left: 0;
  }
  header .mob-header-box .mob-header .mob-header-btn .line:nth-child(2) {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  header .mob-header-box .mob-header .mob-header-btn .line:last-child {
    bottom: 0;
    left: 0;
  }
  header .mob-header-box .mob-header .mob-header-btn.active .line:first-child {
    transform: rotateZ(-30deg);
  }
  header .mob-header-box .mob-header .mob-header-btn.active .line:nth-child(2) {
    opacity: 0;
  }
  header .mob-header-box .mob-header .mob-header-btn.active .line:last-child {
    transform: rotateZ(30deg);
  }
  header .mob-header-box .mob-header-nav-box {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 0;
    z-index: -1;
    overflow: hidden;
  }
  header .mob-header-box .mob-header-nav-box .mob-header-nav {
    text-align: right;
    width: 42%;
    height: 100%;
    box-sizing: border-box;
    padding: 26.67% 10.66% 0 0;
    margin-left: auto;
    color: #FFF;
    display: flex;
    flex-direction: column;
    background-color: #143D8E;
  }
  header .mob-header-box .mob-header-nav-box .mob-header-nav .mob-header-nav-item {
    margin-bottom: 16%;
  }
  header .mob-header-box .mob-header-nav-box .mob-header-nav .mob-header-nav-item > a {
    color: #CCC;
  }
  header .mob-header-box .mob-header-nav-box .mob-header-nav .mob-header-nav-item > a.active {
    color: #FFF;
  }
  header .mob-header-box .mob-header-nav-box .mob-header-nav .mob-header-nav-item .mob-drop-down-box {
    display: none;
    position: absolute;
    left: 58%;
    top: 0;
    height: 100%;
    width: 58vw;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: -1;
  }
  header .mob-header-box .mob-header-nav-box .mob-header-nav .mob-header-nav-item .mob-drop-down-box .drop-list {
    text-align: left;
    width: 85%;
    display: flex;
    flex-wrap: wrap;
    margin: 65% auto 0;
  }
  header .mob-header-box .mob-header-nav-box .mob-header-nav .mob-header-nav-item .mob-drop-down-box .drop-list .drop-item {
    width: 50%;
    margin-bottom: 8.5%;
  }
  header .mob-header-box .mob-header-nav-box .mob-header-nav .mob-header-nav-item .mob-drop-down-box .drop-list .drop-item a {
    color: #000;
  }
  header .mob-header-box .mob-header-nav-box .mob-header-nav .mob-header-nav-item .mob-drop-down-box .drop-list .drop-item a.active {
    color: #143D8E;
  }
  header .mob-header-box .mob-header-nav-box .mob-header-nav .mob-header-nav-item:nth-child(3) .drop-list .drop-item, header .mob-header-box .mob-header-nav-box .mob-header-nav .mob-header-nav-item:nth-child(5) .drop-list .drop-item {
    width: 100% !important;
  }
  .float_side {
    display: none;
  }
  .y-base {
    width: 100%;
    display: block;
    position: fixed;
    bottom: 0;
    z-index: 999;
  }
  .y-base .base-wrap {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding:5.05% 8%;
    background-color:#143D8E;
  }
  .y-base .base-wrap .base-item {
    width:10%;
  }
  footer .footer-box .logo {
    width: 93.6%;
    padding: 7.12% 0 2.85%;
  }
  footer .footer-box .logo .img-box {
    width: 60.68%;
  }
  footer .footer-box .footer-link-box {
    flex-wrap: wrap;
    width: 93.6%;
    margin: 2.08% auto 0;
  }
  footer .footer-box .footer-link-box .link-wrap {
    margin-bottom: 9.26%;
  }
  footer .footer-box .footer-link-box address.link-wrap {
    width: 100%;
    display: block;
  }
  footer .footer-box .footer-link-box address.link-wrap .link:first-child,
  footer .footer-box .footer-link-box address.link-wrap .link:last-child {
    width: 100%;
  }
  footer .footer-box .footer-link-box address.link-wrap .link:first-child {
    margin-bottom: 0;
  }
  footer .footer-box .friendship-links {
    display: none;
  }
  footer .footer-box .mob-friendship-links {
    display: flex;
    flex-wrap: wrap;
    width: 93.6%;
    margin: 2.66% auto 8%;
    color: #FFF;
  }
  footer .footer-box .mob-friendship-links .link {
    margin-right: 1%;
    margin-bottom: 1%;
  }
  footer .partner-box {
    padding: 2.67% 0;
  }
  .container-box {
    margin:4% 0;
  }
  .container-box .item-top {
    padding: 8%;
  }
  .container-box .item-top .title-text {
    margin-bottom: 2.66%;
  }
  .pc-img {
    display: none;
  }
  .mob-img {
    display: block;
  }
.imgzs img{width:100% !important;}  
}