.maxw1400 {
  max-width: 1400px;
  margin: 0 auto;
}
@media (max-width: 1400px) {
  .maxw1400 {
    padding: 0 15px;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 100;
  box-shadow: 0 0 3px #ccc;
}
.header .maxw1400 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
}
.header .maxw1400 .navlr{
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}
.header .maxw1400 .navlr .brand{
  margin-right: 64px;
}
.header .maxw1400 .navlr .brand img{
  width: 55px;
  height: 55px;
}
.header .maxw1400 .navlr .onenav .closenav{
  display: none;
  float: right;
  width: 28px;
  margin-top: -44px;
  margin-right: 18px;
}
.header .maxw1400 .navlr .onenav>li{
  float: left;
  position: relative;
  margin-right: 24px;
}
.header .maxw1400 .navlr .onenav>li:last-child{
  margin-right: 0;
}
.header .maxw1400 .navlr nav .onenav>li>a{
  display: block;
  box-sizing: border-box;
  padding: 26px 10px 0;
  font-size: 16px;
  color: #333333;
  text-align: center;
  font-family: "PingFangSC-Medium",Arial,"微软雅黑";
}
.header .maxw1400 .navlr nav, .header .maxw1400 .navlr nav .onenav,
.header .maxw1400 .navlr nav .onenav>li, .header .maxw1400 .navlr nav .onenav>li>a{
  height: 100%;
}
.header .maxw1400 .navlr .onenav>li>a:hover{
  color: #2ea0d2;
}
.header .maxw1400 .navlr nav .onenav>li>a.curnav{
  border-top: 4px solid #2ea0d2;
  padding-top: 22px;
  color: #2ea0d2;
}
.header .maxw1400 .navlr nav .onenav>li>a.curnav.hastwo:after{
  border-left: 1px solid #2ea0d2;
  border-top: 1px solid #2ea0d2;
}
.header .maxw1400 .navlr nav .onenav>li>a.hastwo:after{
  display: inline-block;
  content: '';
  width: 8px;
  height: 8px;
  border: none;
  border-left: 1px solid #c7c7c7;
  border-top: 1px solid #c7c7c7;
  transform: matrix(-0.707107,-0.707107,0.707107,-0.707107, 0, -2);
  margin-left: 8px;
}
.header .maxw1400 .navlr nav .onenav>li>a.hastwo:hover:after{
  border-left: 1px solid #2ea0d2;
  border-top: 1px solid #2ea0d2;
}
.header .maxw1400 .navlr .onenav>li .twonav{
  position: absolute;
  display: none;
  background: #fff;
  box-shadow: 0 5px 8px 3px rgba(0, 22, 32, 0.16);
  padding: 10px 0;
}
.header .maxw1400 .navlr .onenav>li .twonav li, .header .maxw1400 .navlr .onenav>li .twonav li a{
  display: block;
  width: 100%;
}
.header .maxw1400 .navlr .onenav>li .twonav li a{
  padding: 16px 22px;
  box-sizing: border-box;
  font-size: 16px;
  color: #333333;
  text-align: center;
  white-space: nowrap;
  font-family: "PingFangSC-Medium",Arial,"微软雅黑";
}
.header .maxw1400 .navlr .onenav>li .twonav li a:hover{
  color: #2ea0d2;
}
.header .maxw1400 .navlr .onenav>li .twonav li a.curnav{
  color: #2ea0d2;
}
@media (max-width: 1220px) {
  .header .maxw1400 .navlr nav{
    position: fixed;
    right: -500px;
    top: 0;
    width: 350px;
    height: 100%;
    background: rgba(17, 4, 11, 0.9);
    z-index: 100;

  }
  .header .maxw1400 .navlr .onenav .closenav{
    display: block;
  }
  .header .maxw1400 .navlr .onenav{
    height: 100%;
    overflow: scroll;
    padding: 60px 0 20px;
    box-sizing: border-box;
  }
  .header .maxw1400 .navlr nav .onenav>li{
    float: none;
    margin-right: 0;
    height: auto;
  }
  .header .maxw1400 .navlr nav .onenav>li>a{
    font-size: 38px;
    padding: 20px 24px 20px 42px;
    text-align: left;
    color: #fff;
  }
  .header .maxw1400 .navlr nav .onenav>li>a.curnav{
    border-top: none;
    padding-top: 20px;
  }
  .header .maxw1400 .navlr nav .onenav>li>a.hastwo:after{
    width: 12px;
    height: 12px;
    margin-left: 0;
    float: right;
    margin-top: 22px;
    border-left: 1px solid #b4b4b4;
    border-top: 1px solid #b4b4b4;
  }
  .header .maxw1400 .navlr nav .onenav>li>a.hastwo.opentwo:after{
    transform: matrix(0.707107,0.707107,-0.707107,0.707107, 0, -2);
  }
  .header .maxw1400 .navlr .onenav>li .twonav{
    position: static;
    background: none;
    padding: 0;
  }
  .header .maxw1400 .navlr .onenav>li .twonav li a{
    font-size: 32px;
    color: #b5b5b5;
    padding: 20px 24px 20px 74px;
    text-align: left;
    white-space: normal;
    word-break: break-all;
  }
}
@media (max-width: 1080px) {
  .header .maxw1400 {
    height: 60px;
  }
  .header .maxw1400 .navlr .brand{
    margin-right: 18px;
  }
  .header .maxw1400 .navlr nav .onenav>li>a{
    padding-top: 20px;
  }
  .header .maxw1400 .navlr nav .onenav>li>a.curnav{
    padding-top: 16px;
  }
}
@media (max-width: 500px) {
  .header .maxw1400 .navlr nav{
    width: 80%;
  }
}
.header .maxw1400 .lang{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header .maxw1400 .lang .loginicon{
  width:24px;
  height:24px;
  margin-right:15px;
  background: url(../img/a0bb5c2ceed893c8ddf53f2b1a99ea15.png) no-repeat center;
  background-size: contain;
}
.header .maxw1400 .lang .loginicon:hover{
  background: url(../img/409a3fc51fde1dce217cac7c2bf93edb.png) no-repeat center;
  background-size: contain;
}
.header .maxw1400 .lang, .header .maxw1400 .langnav, .header .maxw1400 .langnav>li, .header .maxw1400 .langnav>li>a{
  height: 100%;
}
.header .maxw1400 .langnav>li{
  position: relative;
}
.header .maxw1400 .langnav li a{
  cursor: pointer;
  color: #666666;
  font-size: 16px;
  background-color:white;
}
.header .maxw1400 .langnav li a:hover{
  color: #2ea0d2;
}
.header .maxw1400 .langnav>li>a{
    display: block;
    box-sizing: border-box;
    padding: 26px 10px 0 10px;
    text-align: center;
    font-family: "PingFangSC-Medium",Arial,"微软雅黑";
}

.header .maxw1400 .langnav>li>a.hastwo:after{
  display: inline-block;
  content: '';
  width: 8px;
  height: 8px;
  border: none;
  border-left: 1px solid #c7c7c7;
  border-top: 1px solid #c7c7c7;
  transform: matrix(-0.707107,-0.707107,0.707107,-0.707107, 0, -2);
  margin-left: 8px;
}
.header .maxw1400 .langnav>li>a.hastwo:hover:after{
  border-left: 1px solid #2ea0d2;
  border-top: 1px solid #2ea0d2;
}
.header .maxw1400 .langnav .twonav {
    position: absolute;
    display: none;
    width: 100%;
}
.header .maxw1400 .langnav .twonav>li>a{
    display: block;
    box-sizing: border-box;
    padding: 14px 10px 14px 10px;
    font-family: "PingFangSC-Medium",Arial,"微软雅黑";
    text-align: center;
}
.header .maxw1400 .langnav .twonav>li>a:hover{
    display: block;
    box-sizing: border-box;
    padding: 14px 10px 14px 10px;
    font-family: "PingFangSC-Medium",Arial,"微软雅黑";
    text-align: center;
    background-color: white;
}
.header .maxw1400 .lang .mshownav{
  width: 32px;
  cursor: pointer;
  display: none;
}

@media (max-width: 1220px) {
  .header .maxw1400 .lang .mshownav{
    display: block;
    margin-left:16px
  }
}
@media (max-width: 1080px) {
  .header .maxw1400 .langnav>li>a{
    padding-top: 20px;
  }
}
.warninfo{
  background: #707070;
  color: #ffffff;
  text-align: center;
  padding: 20px 0;
  position: fixed;
  bottom: 0;
  width: 100%;
  display: none;
  z-index: 99;
}
.warninfo .detail{
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}
.warninfo .detail h2{
  font-size: 20px;
  font-family:"PingFangSC-Regular",Arial,"微软雅黑";
}
.warninfo .detail h3,.warninfo .detail p{
  width: 70%;
  margin: 0 auto;
}
.warninfo .detail h3{
  font-size: 18px;
  color:#fdffcb;
  margin-top: 16px;
  font-family:"PingFangSC-Regular",Arial,"微软雅黑";
}
.warninfo .detail p{
  font-size: 14px;
  margin-top: 10px;
  font-family:"PingFangSC-Regular",Arial,"微软雅黑";
}
.warninfo .detail .hidewarninfo{
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
@media (max-width: 1400px){
  .warninfo .detail .hidewarninfo{
    right: 15px;
  }
}
@media (max-width: 460px){
  .warninfo .detail .hidewarninfo{
    top: -5px;
    right: 16px;
  }
}
.showwarninfo{
  position: fixed;
  bottom: 66px;
  right: 0;
  width: 86px;
  height: 56px;
  border-radius: 50px 0 0 50px;
  background: #707070;
  padding-top: 13px;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  z-index: 90;
}
.showwarninfo img{
  width: 30px;
  height: 30px;
}
@media (max-width: 700px){
  .showwarninfo{
    width: 50px;
    height: 36px;
    padding-top: 8px;
  }
  .showwarninfo img{
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 440px){
  .maxw1400{
    padding: 0 10px;
  }
}

.full-menu .bline{
  width: 90%;
  height: 0;
  margin: 0 auto;
  display: none;
}
.full-menu .bline:after{
  border: 1px solid #fff;
  content: '';
  display: block;
}
.full-menu .navbtnxpshow{
  display: none;
}
@media screen and (max-width: 660px){
  .full-menu .navbtnxpshow,.full-menu .bline{
    display: block;
  }
}

/*底部*/
.footer{
  font-family:"PingFangSC-Regular",Arial,"微软雅黑";
}
.footer .share {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 135px;
  background: #2c2c2c;
}
.footer .share .shareimgtwo{
  width: 40px;
}
@media (max-width: 800px) {
  .footer .share {
    height: 100px;
  }
}
.footer .share a {
  margin: 0 8px;
}
.footer .share a img {
  display: block;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  transition: 0.3s;
}
.footer .share a:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
@media (max-width: 540px) {
  .footer .share .shareimgtwo {
    width: 30px;
  }
  .footer .share a{
    margin: 0 4px;
  }
}
.footer .ercaddr{
  font-family: "PingFangSC-Semibold",Arial,"微软雅黑";
  font-size: 16px;
  color: #fff;
  background: #292929;
  text-align: center;
  padding: 16px 0;
}
.footer .ercaddr span{
  font-size: 14px;
  font-family: "PingFangSC-Regular",Arial,"微软雅黑";
  color: #9d9d9d;
  margin-right: 10px;
}
.footer .ercaddr a{
  color: #2fa1d2;
}
@media (max-width: 800px) {
  .footer .ercaddr span{
    display: block;
    margin-right: 0;
  }
  .footer .ercaddr{
    padding: 16px 10px;
    word-break: break-all;
  }
}
.footer .mail {
  text-align: center;
  padding: 14px 0;
  background: #252525;
  font-family: "PingFangSC-Regular",Arial,"微软雅黑";
}
.footer .mail .title {
  font-size: 14px;
  color: #9d9d9d;
  padding-bottom: 4px;
  display: inline-block;
}
.footer .mail .title:last-child{
  margin-left: 80px;
}
.footer .mail span{
  color: #4f5050;
}
.footer .mail .detail {
  color:#999999;  
}
.footer .copy-right {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 69px;
  font-size: 14px;
  color: #5c5c5c;
  background: #1a1b1d;
}
@media (max-width: 800px) {
  .footer .copy-right {
    height: 50px;
  }
}
.footer .copy-right span {
  padding-left: 50px;
  line-height: 32px;
  height: 32px;
  white-space: nowrap;
  background: url(../img/foot.png) left center/auto 100% no-repeat;
  background-size: contain;
}
@media (max-width: 490px) {
  .footer .copy-right {
    height: 100px;
  }
  .footer .copy-right span{
    white-space: normal;
    background: url(../img/foot.png) left center/auto no-repeat;
    height: auto;
    min-height: 32px;
    line-height: 32px;
  }
}
/*菜单*/
.full-screen .wrap {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 1628px;
  width: 95%;
  box-sizing: border-box;
  background: #fff;
  border-radius: 5px;
  z-index: 12;
  display: none;
}
@media (max-width: 1500px) {
  .full-screen .wrap {
    max-width: 1200px;
  }
}
@media (max-width: 800px) {
  .full-screen .wrap {
    padding: 15px;
  }
}
.full-screen .close {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 58px;
  z-index: 100;
  padding: 10px;
}
@media (max-width: 1500px) {
  .full-screen .close {
    top: 30px;
    right: 30px;
    width: 50px;
  }
}
@media (max-width: 800px) {
  .full-screen .close {
    right: 20px;
    top: 20px;
    width: 30px;
  }
}
.full-screen .close img {
  display: block;
  width: 100%;
}
.full-screen .content {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0 auto;
}
.full-screen .content:focus {
  border: none;
  outline: none;
}
@media (max-width: 1100px) {
  .full-screen .content {
    flex-direction: column;
    max-height: 80vh;
    overflow: scroll;
    padding-top: 5vh;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 800px) {
  .full-screen .content {
    padding-top: 0;
    display: block;
  }
}
.full-screen .content .text {
  flex: 0 0 64%;
  width: 100%;
  padding: 70px;
  box-sizing: border-box;
}
@media (max-width: 1500px) {
  .full-screen .content .text {
    padding: 50px;
  }
}
@media (max-width: 1100px) {
  .full-screen .content .text {
    flex: 0 0 100%;
  }
}
@media (max-width: 800px) {
  .full-screen .content .text {
    padding: 0;
  }
}
.full-screen .content .text h3 {
  font-size: 38px;
  color: #282828;
  line-height: 70px;
  padding-bottom: 40px;
  font-family: "myFont",Arial,"微软雅黑";
}
@media (max-width: 1500px) {
  .full-screen .content .text h3 {
    font-size: 30px;
    line-height: 80px;
  }
}
@media (max-width: 800px) {
  .full-screen .content .text h3 {
    padding-bottom: 15px;
    font-size: 30px;
  }
}
.full-screen .content .text p {
  font-size: 18px;
  color: #282828;
  line-height: 34px;
  font-family:"PingFangSC-Regular",Arial,"微软雅黑";
}
@media (max-width: 1500px) {
  .full-screen .content .text p {
    line-height: 34px;
  }
}
@media (max-width: 1100px) {
  .full-screen .content .text p {
    line-height: 34px;
  }
}
@media (max-width: 1100px) {
  .full-screen .content .text p {
    font-size: 20px;
    line-height: 1.5;
  }
}
.full-screen .content .pic {
  flex: 0 0 36%;
  display: block;
}
@media (max-width: 1100px) {
  .full-screen .content .pic {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.full-screen .content .pic img {
  display: block;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 800px) {
  .full-screen .content .pic img {
    max-width: 400px;
  }
}
body.active {
  position: fixed;
  left: 0;
  right: 0;
}
.layout-no-touch {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  background: rgba(0,0,0,0.7);
  z-index: 11;
}

.full-menu{
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  margin-top: 70px;
  padding-top: 7vh;
  background:rgba(40,40,40,0.9);
  z-index: 1;
}
@media(max-width: 1080px){
  .full-menu{
    margin-top: 60px;
  }
}
.full-menu a{
  display: block;
  font-size: 24px;
  color: #fff;
  line-height: 55px;
  height: 55px;
  text-align: center;
 /* max-width: 300px;*/
  width: 100%;
  margin: 0 auto;
  transition: 0.3S;
}
.full-menu a:hover{
  font-size: 30px;
}

/*鐢佃剳鎵嬫満鏄剧ず闅愯棌鏍峰紡*/
.mshow{display: none;}
@media(max-width: 900px){
  .mshow{display: block;}
  .mhide{display: none;}
}











div.ndwarninfo{ display: none; margin-top: 10px; color: red; font-family: "PingFangSC-Regular",Arial,"微软雅黑"; font-size: 14px;
 background: url(../img/warninfo.png); background-repeat: no-repeat; background-position: left center;padding-left: 28px;text-align: left;}
.otherndwarninfo{ display: none; margin-top: 20px; color: red; font-family: "PingFangSC-Regular",Arial,"微软雅黑"; font-size: 16px;text-align:center;width:100%;}
.item .itemyzm .ndwarninfo{ float: left;}
.item .itemyzm .ndwarninfo,.imgyzmitem .ndwarninfo{ float: left;}
.ndswarninfo{display: none; margin-top: 10px; color: red; font-family: "PingFangSC-Regular",Arial,"微软雅黑"; font-size: 14px;
 background: url(../img/warninfo.png); background-repeat: no-repeat; background-position: left center;padding-left: 28px;text-align: left;}
.intl-tel-input .ndwarninfo{height: 30px;line-height: 30px; }
/*鐢佃剳鎵嬫満鏄剧ず闅愯棌鏍峰紡*/
.mshow{display: none;}
@media(max-width: 900px){
  .mshow{display: block;}
  .mhide{display: none;}
}
/*鎴愬姛鎻愮ず*/
.succenotelr{
  font-family: "PingFangSC-Regular",Arial,"微软雅黑";
  font-size: 14px;
  color: #fff;
  text-align: center;
  padding: 46px 10px 0;
  text-align: center;
  border-radius: 3px;
  background: rgba(0,0,0,0.85);
  position: fixed;
  top: 62%;
  left: 50%;
  transform: translate(-50%,-50%);
  opacity: 0;
  display: none;
  width: 262px;
  height: 190px;
  box-sizing: border-box;
  z-index: 1000;
}
.succenotelr .succenotetext{
  width: 100%;
  text-align: center;
  font-size: 16px;
  margin-top: 28px;
}
/*娉�*/
.zhu{
  margin-top: 10px;
  font-size: 12px;
  color: #fa735d;
}







