@charset "utf-8";
@font-face {
  font-family: 'D-din';/* 自定义字体名称 */
  src: url('./D-DIN.woff') format('woff');/* 字体文件的路径及格式 */
  font-weight: normal;
}
@font-face {
  font-family: 'D-din';/* 自定义字体名称 */
  src: url('./D-DIN-Bold.woff') format('woff');/* 字体文件的路径及格式 */
  font-weight: 600;
}
html, body {padding: 0;margin: 0;background: #fff;}
* {margin: 0;padding: 0;font-family: Arial, Helvetica, Verdana, 'Microsoft YaHei';border: 0;outline: medium;text-shadow: none;text-decoration: none;font-family: 'D-din';color: rgba(0, 0, 0, .8);font-weight: 300;transition: all 0.3s;}
body {color: #333;font-size: 14px;line-height: 1.5;position: relative;-webkit-text-size-adjust: none;-ms-text-size-adjust: none;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);overflow-x: hidden;}
input {vertical-align: middle;background-color: none;border: none;outline: none;}
textarea {resize: none;}
h1, h2, h3, h4, h5, h6 {font-weight: normal;font-size: 16px;margin: 0;padding: 0;}
hr {border-width: 1px;border-style: inset;}
ul {list-style: none;margin: 0;padding: 0;}
p {margin: 0;}
a, a:link, a:active, a:visited, a:hover {text-decoration: none;color: #333;}
i {display: block;}
i, em {font-style: normal;}
html, body {width: 100%;min-height: 100%;}
.h-bd{overflow-x: hidden;}
.fr{float: right;}
.fl{float: left;}
.clear{clear: both;}
a:hover{transform: translateY(-3px);}


.tit-1{text-align: center;position: relative;}
.tit-1 h4{font-size: 36px;font-weight: 600;}
.tit-1 h4 span{color: #006AAD;font-weight: 600;}
.tit-1 h4 span::before{display: inline-block;content: '';width: 9px;height: 9px;background-color: rgba(0, 0, 0, .8);border-radius: 50%;margin: 0 14px;}
.tit-1 i{display: flex;font-size: 16px;align-items: center;color: #006AAD;justify-content: center;margin: 15px 0;}
.tit-1 i::after,.tit-1 i::before{display: inline-block;content: '';width: 50px;height: 2px;background-color: #006AAD;margin: 0 7px;}
.tit-1 b{font-size: 50px;font-weight: 600;color: rgba(0, 0, 0, .07);text-transform: uppercase;position: absolute;top: 28px;left: 50%;transform: translateX(-50%);white-space: nowrap;}
.tit-1 p{font-size: 20px;line-height: 25px;}

/* head */
.head{width: 100%;position: fixed;top: 0;left: 0;z-index: 100;transition: all 0.3s;height: 100px;display: flex;align-items: center;
  /* background-image: linear-gradient(to top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)); */
}

.headleft{width: 30%;transition: all 0.3s;display: flex;justify-content: center;align-items: center;height: 100%;}
.headleft .logo{height: 100%;}
.headleft .logo a h1{height: 100%;display: flex;justify-content: center;align-items: center;}
.headleft .logo a h1 img{max-width: 325px;max-height: 75%;width: 100%;}


.headright{width: 70%;display: flex;display: flex;align-items: center;}
.headright .nav{width: 70%;display: none;}
.headright .nav .navBox ul{margin: 0;display: flex;}
.headright .nav .navBox ul .child{text-align: center;line-height: 100px;font-size: 16px;transition: all 0.3s;position: relative;flex-grow: 1;max-width: 120px;}
.headright .nav .navBox ul .child>a{display: block;}
.headright .nav .navBox ul .child>a p{display: inline-block;position: relative;color: #fff;font-weight: 600;font-size: 17px;}
.headright .nav .navBox ul .child>a p::after{position: absolute;content: '';display: inline-block;width: 0%;height: 2px;background-color: #fff;bottom: 0px;right: 0;transition: all 0.3s;}
.headright .nav .navBox ul .child:hover>a p::after{right: auto;left: 0;width: 100%;}
.headright .nav .navBox ul .child .childContent{padding: 0px 0;transform: rotateX(90deg) translateX(-50%);transform-origin: top;transition: all 0.3s;position: absolute;min-width: 100%;z-index: 11;left: 50%;}
.headright .nav .navBox ul .child .childContent li{width: 100%;line-height: 55px;white-space: nowrap;padding: 0 15px;position: relative;}
.headright .nav .navBox ul .child .childContent li::before{position: absolute;content: '';display: inline-block;width: 0%;height: 0%;z-index: -1;background-color: #006AAD;opacity: 0;left: 50%;top: 50%;transform: translate(-50%,-50%);transition-property: all, height;transition-duration: 0.3s, 0.3s;}
.headright .nav .navBox ul .child .childContent li a{color: #333;display: inline-block;width: 100%;height: 100%;font-size: 16px;}
/* .headright .nav .navBox ul .child .childContent li:hover{background-color: #006AAD;} */
.headright .nav .navBox ul .child .childContent li:hover::before{width: 100%;height: 100%;opacity: 1;}
.headright .nav .navBox ul .child .childContent li:hover a{color: #fff;}
.headright .nav .navBox ul .child:hover .childContent{transform: rotateX(0deg) translateX(-50%);background-color: #fff;}
.headright .headtel{width: 30%;font-size: 22px;line-height: 24px;font-weight: 600;color: #fff;display: flex;margin-left: auto;align-items: center;justify-content: center;display: none;}
.headright .headtel .t-tel{width: 90%;max-width: 210px;color: #fff;display: flex;padding: 7.5px 5px;background-color: #006AAD;border-radius: 9px;justify-content: center;align-items: center;margin: 0 auto;font-weight: 600;}
.headright .headtel .t-tel i{font-size: 32px;color: #fff;margin-right: 8px;}


.head.tr{background-color: rgba(0, 0, 0, 0.7);height: 90px;}
.head.tr .headright .nav .navBox ul .child>a{color: #333;}
.head.tr .headright .headtel .en{filter: brightness(0.1);}

.head:hover{background-color: rgba(0, 0, 0, 0.7);}
.head:hover .headright .nav .navBox ul .child>a{color: #333;}
.head:hover .headright .headtel .en{filter: brightness(0.1);}


/* wapnav */
.menu-btn {position: absolute;z-index: 3;display: flex;justify-content: center;align-items: center;width: 105px;height: 43px;border-radius: 22px;cursor: pointer;transition: 0.4s 0.2s;background: rgba(0, 0, 0, 0.2);top: 50%;right: 3%;transform: translateY(-50%);}
.menu-btn p {margin-right: 10px;color: #fff;font-size: 15px;text-transform: uppercase;transition: 0.4s 0.2s;}
.menubtn {position: relative;z-index: 20;float: right;cursor: pointer;transition: 0.4s;cursor: pointer;}
.menubtn span {display: block;width: 18px;height: 2px;background: #fff;position: relative;vertical-align: middle;-webkit-transition-duration: .3s,.3s;-moz-transition-duration: .3s,.3s;-ms-transition-duration: .3s,.3s;-o-transition-duration: .3s,.3s;transition-duration: .3s,.3s;-webkit-transition-delay: .3s,0s;-moz-transition-delay: .3s,0s;-ms-transition-delay: .3s,0s;-o-transition-delay: .3s,0s;transition-delay: .3s,0s;}
.menubtn span:after, .menubtn span:before {content: "";position: absolute;display: inline-block;width: 100%;height: 2px;left: 0;background-color: #fff;-webkit-transition-duration: .3s,.3s;-moz-transition-duration: .3s,.3s;-ms-transition-duration: .3s,.3s;-o-transition-duration: .3s,.3s;transition-duration: .3s,.3s;-webkit-transition-delay: .3s,0s;-moz-transition-delay: .3s,0s;-ms-transition-delay: .3s,0s;-o-transition-delay: .3s,0s;transition-delay: .3s,0s;}
.menubtn span:before {top: -6px;-webkit-transition-property: top,transform;-moz-transition-property: top,transform;-ms-transition-property: top,transform;-o-transition-property: top,transform;transition-property: top,transform;}
.menubtn span:after {bottom: -6px;-webkit-transition-property: bottom,transform;-moz-transition-property: bottom,transform;-ms-transition-property: bottom,transform;-o-transition-property: bottom,transform;transition-property: bottom,transform;}
.menubtn.active span {background-color: transparent;-webkit-transition-delay: 0s,0s;-moz-transition-delay: 0s,0s;-ms-transition-delay: 0s,0s;-o-transition-delay: 0s,0s;transition-delay: 0s,0s;}
.menubtn.active span:after, .menubtn.active span:before {-webkit-transition-delay: 0s,.3s;-moz-transition-delay: 0s,.3s;-ms-transition-delay: 0s,.3s;-o-transition-delay: 0s,.3s;transition-delay: 0s,.3s;}
.menubtn.active span:before {top: 0px;-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);}
.menubtn.active span:after, .menubtn.active span:before {-webkit-transition-delay: 0s,.3s;-moz-transition-delay: 0s,.3s;-ms-transition-delay: 0s,.3s;-o-transition-delay: 0s,.3s;transition-delay: 0s,.3s;}
.menubtn.active span:after {bottom: 0px;-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);}
.menu-flex.show {visibility: visible;pointer-events: visible;}
.menu-flex {position: fixed;left: 0;top: 0;width: 100%;height: 100%;visibility: hidden;pointer-events: none;transition: 0.88s;}
.menu-flex.show .menu-bg {opacity: 1;visibility: visible;transition: 0.88s 0s;}
.menu-bg {position: absolute;left: 0;top: 0;background: rgba(0, 0, 0, 0.5);width: 100%;height: 100%;opacity: 0;visibility: hidden;transition: 0.88s 0.3s;z-index: 9;}
.menu-flex.show .menu-right {right: 0;}
.menu-right {position: absolute;right: -330px;top: 0;width: 60%;max-width: 330px;height: 100%;background: #fff;transition: 0.8s cubic-bezier(0.77, 0, 0.175, 1);z-index: 10;}
.menu-list {padding-top: 100px;margin: 0 30px;}
.menu-list > li {position: relative;z-index: 3;border-bottom: 1px solid #ebebeb;}
.menu-list > li > a {display: block;position: relative;z-index: 2;padding-left: 42px;color: #333333;font-size: 16px;height: 59px;line-height: 59px;}
.menu-list > li > a:before {position: absolute;left: 0;bottom: 0;content: "";width: 100%;height: 0;background: #6ef944;transition: 0.38s;z-index: -1;}



.area{width: 100%;padding: 0 15px;}
.area h2{display: inline-block;width: 100%;text-align: center;font-weight: 600;position: relative;}
.area h2 p{font-size: 35px;color: #333;position: relative;z-index: 2;padding: 1% 0;display: inline-block;}
.area h2 p::before,.area h2 p::after{content: '';display: inline-block;position: absolute;width: 10px;height: 10px;background-color: #006AAD;top: 50%;transform: translateY(-50%) rotate(45deg);}
.area h2 p::before{right: calc(100% + 15px);}
.area h2 p::after{left: calc(100% + 15px);}
.area h2 span{font-size: 22px;color: #818181;font-weight: 300;display: inline-block;width: 100%;}
.n-area{width: 100%;max-width: 1400px;margin: 0 auto;overflow: hidden;}

.more{display: flex;width: 50%;max-width: 230px;line-height: 60px;font-size: 16px;border: 1px solid #fff;border-radius: 60px;justify-content: center;align-items: center;}
.more i{font-size: 20px;margin-left: 10px;}

table tr td{border: 1px solid #222;padding: 5px;}

/* nbanner */
.nbanner{height: 400px;width: 100%;background-size: 1920px auto;background-attachment: fixed;position: relative;background-position: center top;background-repeat: no-repeat;}
.nbanner .crumbs{position: relative;width: 100%;height: 100%;max-width: 1400px;margin: 0 auto;}
.nbanner .crumbs h3{font-size: 46px;color: #fff;margin-bottom: 15px;font-weight: 600;position: absolute;left: 15px;top: 45%;line-height: 40px;}
.nbanner .crumbs h3 span{font-size: 20px;color: #fff;}
.nbanner .crumbs p{font-size: 16px;color: #fff;line-height: 60px;position: absolute;left: 15px;bottom: 0;}
.nbanner .crumbs p a{color: #fff;}

.n-nav .n-area{overflow: visible;}
.n-nav{padding: 15px 0;background-color: #f6f6f6;width: 100%;}
.n-nav .n-area{padding: 0 15px;display: flex;flex-wrap: wrap;justify-content: center;}
.n-nav a{padding: 0;font-size: 16px;display: inline-block;position: relative;z-index: 1;margin: 0 20px;line-height: 50px;}
.n-nav a::before{position: absolute;content: '';display: inline-block;width: 0%;height: 3px;background-color: #006AAD;right: 0;bottom: 0;transition: all 0.3s;}
.n-nav a:hover{color: #006AAD;}
.n-nav a:hover::before{width: 100%;left: 0;}
.n-nav a.active{color: #006AAD;}
.n-nav a.active::before{width: 100%;left: 0;}


/* foot */
.footer{color: #fff;padding: 3% 15px 0;background-image: url(../images/f-bg.jpg);background-size: cover;background-position: center;background-attachment: fixed;padding-top: 35px;}
.footer .n-area{display: flex;flex-wrap: wrap;}
.footer .left{width: 310px;}
.footer .left .f-logo{width: 100%;margin-bottom: 15px;}
.footer .left .f-logo img{width: 90%;max-width: 300px;}
.footer .left p{line-height: 35px;font-size: 15px;color: rgba(255, 255, 255, 0.6);}

.footer .right{width: calc(100% - 310px);display: flex;flex-wrap: wrap;}
.footer .right .f-qrcode{width: 100%;margin: 0 5%;display: flex;max-width: 260px;}
.footer .right .f-qrcode .li{flex-grow: 1;margin-right: 30px;}
.footer .right .f-qrcode .li:last-child{margin-right: 0;}
.footer .right .f-qrcode .li img{width: 100%;}
.footer .right .f-qrcode .li p{line-height: 20px;margin-top: 15px;color: rgba(255, 255, 255, 0.6);text-align: center;}
.footer .right .f-nav{width: calc(90% - 260px);display: flex;align-items: start;flex-wrap: wrap;}
.footer .right .f-nav li{flex: 1;-webkit-flex: 1;display: inline-grid;}
.footer .right .f-nav li:last-child{flex: inherit;-webkit-flex: inherit;}
.footer .right .f-nav li a{color: rgba(255, 255, 255, 0.6);font-size: 15px;line-height: 35px;}
.footer .right .f-nav li a:first-child{font-size: 17px;color: #fff;font-weight: 600;}
.footer .right .copyright{width: 100%;margin-top: 70px;color: rgba(255, 255, 255, 0.6);line-height: 30px;padding: 15px 0;text-align: center;border-top: 1px dashed rgba(255, 255, 255, 0.3);}
.footer .right .copyright a{color: rgba(255, 255, 255, 0.6);}

@media screen and (min-width: 0px) and (max-width:1400px){
  .tit-1 b{font-size: 40px;}

  .nbanner .crumbs h3{font-size: 40px;}
  .nbanner .crumbs h3 span{font-size: 18px;}
}
@media screen and (min-width: 0px) and (max-width:1200px){
  .head{height: 85px;}
  .head.tr{height: 75px;}
  .headleft{width: 70%;justify-content: left;padding-left: 15px;}
  .headleft .logo a h1{justify-content: left;}
  .headleft .logo a h1 img{max-width: 280px;}

  .tit-1 h4{font-size: 32px;}
  .tit-1 p{font-size: 18px;}

  .footer .right .f-nav li{flex: auto;-webkit-flex: auto;width: 33.333333%;}
}
@media screen and (min-width: 0px) and (max-width:1024px){
}
@media screen and (min-width: 0px) and (max-width:992px){
  .footer .right .f-nav{width: 100%;text-align: center;margin-top: 30px;}
  .footer .right .f-nav li a{display: none;}
  .footer .right .f-nav li a:first-child{display: block;}
  .footer .right .copyright{margin-top: 30px;}
  
  .nbanner .crumbs h3{font-size: 36px;}
}
@media screen and (min-width: 0px) and (max-width:768px){
  .col-xs-6:nth-child(2n){padding-left: 7.5px;}
  .col-xs-6:nth-child(2n-1){padding-right: 7.5px;}

  .nbanner .crumbs h3{font-size: 32px;}
  .nbanner .crumbs h3 span{font-size: 16px;}
  .nbanner .crumbs p{font-size: 15px;}
  
  .n-nav{padding: 10px 0;}
  .n-nav a{line-height: 35px;font-size: ;}

  .tit-1 h4{font-size: 28px;}
  .tit-1 b{font-size: 34px;}
  .tit-1 p{font-size: 16px;}
}
@media screen and (min-width: 0px) and (max-width:640px){
  .footer .left{width: 100%;}
  .footer .right{width: 100%;margin-top: 30px;}
}
@media screen and (min-width: 0px) and (max-width:440px){
  .head{height: 75px;}
  .head.tr{height: 70px;}

  .tit-1 p{font-size: 15px;}
  .tit-1 h4{font-size: 24px;}
  .tit-1 b{font-size: 30px;}

  .more{font-size: 15px;line-height: 45px;}

  .nbanner .crumbs p{font-size: 14px;}

  .menu-list > li > a{font-size: 14px;}

  .footer .left .f-logo img{max-width: 225px;}
  .footer .left p{font-size: 14px;}
  .footer .right .f-nav li a:first-child{font-size: 15px;font-weight: 300;}
  .footer .right,.footer .right .f-nav,.footer .right .copyright{margin-top: 15px;}
}
@media screen and (min-width: 0px) and (max-width:375px){

}
@media screen and (min-width: 0px) and (max-width:320px){

}