@charset "utf-8";
::-webkit-scrollbar {
  width: 0;
  height: 0;
}
::-moz-scrollbar {
  width: 0;
  height: 0;
}
::-ms-scrollbar {
  width: 0;
  height: 0;
}
@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: bold;
}
@font-face {
  font-family: 'Bilthers';/* 自定义字体名称 */
  src: url('./Bilthers.ttf') format('truetype');/* 字体文件的路径及格式 */
  font-weight: bold;
}
@font-face {
  font-family: 'Acens-1';/* 自定义字体名称 */
  src: url('./Acens-1.ttf') format('truetype');/* 字体文件的路径及格式 */
  font-weight: normal;
}
html, body {padding: 0;margin: 0;background: #fff;overflow-x: hidden;}
* {margin: 0;padding: 0;
  /* font-family: 'D-din'!important; */
  border: 0;outline: medium;text-shadow: none;text-decoration: none;
}
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: none;border: none;}
textarea {resize: none;background: none;border: none;}
h1, h2, h3, h4, h5, h6 {font-weight: normal;font-size: 14px;margin: 0;padding: 0;}
hr {border-width: 1px;border-style: inset;}
ul {list-style: none;margin: 0;}
p {margin: 0;}
a, a:link, a:active, a:visited, a:hover {text-decoration: none;}
a{transition: all 0.3s;}
a:hover{transform: translateY(-3px);}
i {display: block;}
i, em {font-style: normal;}
html{height: 100%;}
html, body {width: 100%;min-height: 100%;}
.h-bd{overflow-x: hidden;}
.fr{float: right;}
.fl{float: left;}
img {
  -webkit-user-drag: none; /* Safari/Chrome */
  -khtml-user-drag: none; /* Konqueror */
  -moz-user-drag: none; /* Firefox */
  -o-user-drag: none; /* Opera */
  user-drag: none; /* Generic */
}
.tr-Y{transition: all 0.3s;}
.tr-Y:hover{transform: translateY(-3px);}
.tr-X{transition: all 0.3s;}
.tr-X:hover{transform: translateX(-3px);}

.tr-shadow{transition: all 0.3s;}
.tr-shadow:hover{box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);}

.swiper-button-prev,.swiper-button-next{width: 50px;height: 50px;background-color: rgba(0, 0, 0, 0.7);border-radius: 50%;}
.swiper-button-prev:after, .swiper-button-next:after{color: #fff;font-size: 18px;text-align: center;}

a.more{display: block;width: 50%;max-width: 240px;font-size: 15px;color: rgba(0, 0, 0, 0.8);padding: 20px 0;text-align: center;border-radius: 50px;}

.wow{opacity: 0;animation-fill-mode: forwards;transition: opacity 0.5s ease-out;}
.wow2{opacity: 1;}


@media screen and (min-width: 0px) and (max-width:768px){
  .swiper-button-prev,.swiper-button-next{width: 35px;height: 35px;}
}

/* head */
.head{width: 100%;position: fixed;top: 0;left: 0;height: 120px;z-index: 100;transition: all 0.3s;border-bottom: 1px solid rgba(255, 255, 255, 0.2);}
.head .n-area{width: 100%;transition: all 0.3s;padding: 0 15px;display: flex;max-width: 1720px;align-items: center;margin: 0 auto;height: 100%;position: relative;}
.head .logo a h1.l2{display: none;padding: 5% 0;align-items: center;}

.head .logo{width: 400px;padding-right: 50px;;max-width: 50%;}
.head .logo a h1.l1{display: grid;padding: 5% 0;align-items: center;}
.head .logo a h1 img{max-width: 100%;max-height: 80%;}
.head .nav{width: calc(100% - 510px);margin-right: 110px;display: flex;max-width: 1000px;margin-left: auto;}
.head .nav .li{flex: 1;-webkit-flex: 1;display: inline-grid;}
.head .nav .li:last-child{flex: inherit;-webkit-flex: inherit;}
.head .nav .li a{color: #fff;font-size: 18px;font-weight: bold;}

.head .search-top{position: absolute;right: 20px;border: 1px solid rgba(0, 0, 0, 0);transition: all 0.3s;}
.head .search-top form{display: flex;align-items: center;}
.head .search-top form input{width: 0;height: 30px;transition: all 0.3s;text-indent: 10px;}
.head .search-top form button{background-color: rgba(0, 0, 0, 0);}
.head .search-top form button svg{fill: #fff;}
.head .search-top:hover{border: 1px solid rgba(0, 0, 0, 0.2);background-color: rgba(255, 255, 255, 1);padding-right: 10px;}
.head .search-top:hover input{width: 200px;}
.head .search-top:hover form button svg{fill: rgba(0, 0, 0, 0.8);}

/* 首页head */
.head.top-tran{background-color: #fff;box-shadow: 0 2px 5px rgba(0, 0, 0, 0.07);height: 100px;}
.head.top-tran .nav .li a{color: rgba(0, 0, 0, 0.8);}
.head.top-tran .search-top form button svg{fill: rgba(0, 0, 0, 0.8);}
.head.top-tran .logo a h1.l1{display: none;}
.head.top-tran .logo a h1.l2{display: grid;}

/* 内页head */
.head.top-tran2{height: 80px;background-color: rgba(0, 0, 0, 0.6);}



/* wapnav */
.menu-btn {z-index: 3;width: 60px;height: 40px;border-radius: 22px;cursor: pointer;transition: 0.4s 0.2s;z-index: 11;width: 85px;position: relative;margin-left: auto;}
.menu-btn p {margin-right: 10px;color: #fff;font-size: 15px;text-transform: uppercase;transition: all 0.4s;line-height: 40px;}
.menubtn {position: absolute;z-index: 20;cursor: pointer;transition: 0.4s;cursor: pointer;right: 0;top: 50%;transform: translateY(-50%);}
.menubtn span {display: block;width: 15px;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;transition: all 0.4s; */
}

.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;transition: all 0.4s;}
.menubtn span:before {top: -5px;-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: -5px;-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 {background-color: #fff;-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);}

.head.top-tran .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;}
.head.top-tran .menubtn.active span:after,.head.top-tran .menubtn.active span:before {background-color: #fff;-webkit-transition-delay: 0s,.3s;-moz-transition-delay: 0s,.3s;-ms-transition-delay: 0s,.3s;-o-transition-delay: 0s,.3s;transition-delay: 0s,.3s;}
.head.top-tran .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);}
.head.top-tran .menubtn.active span:after,.head.top-tran .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;}
.head.top-tran .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);}
.head.top-tran .menu-btn.active p{color: #fff;}


.head.top-tran .menu-btn p{color: rgba(0, 0, 0, 0.8);}
.head.top-tran .menubtn span{background-color: rgba(0, 0, 0, 0.8);}
.head.top-tran .menubtn span:after,.head.top-tran .menubtn span:before{background-color: rgba(0, 0, 0, 0.8);}


.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;z-index: 10;}
.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 {transform: translateY(0);}
.menu-right {position: absolute;right: 0px;top: 0;width: 100%;max-width: 830px;height: 100%;background-color: rgba(1, 77, 160, 1);transition: 0.8s cubic-bezier(0.77, 0, 0.175, 1);z-index: 10;transform: translateX(100%);display: flex;align-items: center;flex-wrap: wrap;}
.menu-list {width: 40%;padding: 0 5%;border-right: 1px solid rgba(255, 255, 255, 0.1);}
.menu-list > li {position: relative;z-index: 3;}
.menu-list > li > a {display: block;position: relative;z-index: 2;padding-left: 35px;color: rgba(255, 255, 255, 0.5);font-size: 18px;height: 55px;line-height: 55px;text-transform: uppercase;font-weight: bold;}
.menu-list > li > a:before {position: absolute;left: 0;bottom: 0;content: "";width: 100%;height: 0;background: #6ef944;transition: 0.38s;z-index: -1;}

.menu-contact{width: 55%;padding: 0 5%;}
.menu-contact .li{font-size: 16px;color: #fff;margin: 12% 0;}
.menu-contact .li i{font-size: 25px;color: rgba(255, 255, 255, 0.5);}



.area{width: 100%;height: 100%;position: relative;margin: 0 auto;padding: 0 15px;overflow: hidden;}
.n-area{max-width: 1680px;margin: 0 auto;}
.h-100{height: 100%;}
.h-50{height: 50%;}
.hd-x{overflow-x: hidden;}
.max-w1{max-width: 1600px;width: 100%;}
.max-w2{max-width: 1400px;width: 100%;}
.op0{opacity: 0;}
.vh{visibility: hidden;}
table tr td{border: 1px solid #222;padding: 5px;}
.tit h2{font-size: 36px;display: inline-block;position: relative;}
.tit p{font-size: 18px;line-height: 32px;display: inline-block; max-width: 800px;margin: 0 auto;width: 90%;}
/* .tit h2::after{content: '';display: inline-block;width: 100%;height: 2px;position: absolute;bottom: 0;left: 0;background-image: linear-gradient(to right, rgba(15, 76, 150, 1), rgba(41, 178, 229, 1));} */


/* nbanner */
.nbanner{height: 450px;background-size: 1920px;background-position: top center;position: relative;background-repeat: no-repeat;background-color: rgba(1, 77, 160, 1);overflow: hidden;background-attachment: fixed;}
.nbanner .n-tit{position: absolute;top: 60%;left: 50%;transform: translate(-50%,-50%);color: #333;width: 90%;max-width: 1400px;}
/* .nbanner .n-tit::after{content: '';display: inline-block;height: 500%;width: 80%;background-image: linear-gradient(to right, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 0));position: absolute;left: -7%;top: 50%;transform: translateY(-50%);z-index: -1;} */
.nbanner .n-tit h2{font-size: 36px;padding: 15px 5px;color: #fff;text-align: center;}
.nbanner .n-tit p{font-size: 22px;line-height: 36px;}

.nbanner .n-nav{position: absolute;right: 0;bottom: 0;width: 95%;font-size: 16px;background-color: #fff;transform: translateY(50%);z-index: 9;padding:30px 10% 30px 5%;}
.nbanner .crumbs{width: 100%;}
.nbanner .crumbs .current{width: 100%;height: 40px;text-align: center;color: rgba(255, 255, 255, 0.5);display: flex;align-items: center;justify-content: center;flex-wrap: wrap;}
.nbanner .crumbs .current i{font-size: 27px;color: rgba(255, 255, 255, 0.5);margin-right: 0px;}
.nbanner .crumbs a{font-size: 16px;color: rgba(255, 255, 255, 0.5);padding: 0 10px;line-height: 40px;}

.nbanner .s-nav{width: 60%;float: left;max-width: 840px;text-align: right;}
.nbanner .s-nav a{font-size: 16px;color: #333;line-height: 40px;padding: 0 0px 0 50px;}

.n-nav{width: 100%;line-height: 80px;text-align: center;background-color: #fff;border-bottom: 1px solid #eee}
.n-nav a{display: inline-block;color: #333;font-size: 20px;margin: 0 15px;font-weight: bold;}
.n-nav a.active{color: rgba(1, 77, 160, 1);border-bottom: 2px solid rgba(1, 77, 160, 1);}


.s-category{width: 100%;display: flex;flex-wrap: wrap;justify-content: center;background-color: #F4F8FB;}
.s-category a{display: inline-block;line-height: 35px;font-size: 15px;color: rgba(0,0,0,0.8);position: relative;margin: 0 15px;padding: 10px 0;}
.s-category a::before{content: "";display: inline-block;width: 0%;height: 3px;background-color: rgba(1, 77, 160, 1);position: absolute;top: calc(100% - 3px);right: 0;transition: all 0.3s;}
.s-category a:hover::before{width: 100%;left: 0;}
.s-category a.active::before{width: 100%;}






/* foot */
.foot{padding: 0 15px;}
.foot .n-area{max-width: 1680px;}
.foot{background-color: rgba(51, 57, 63, 1);}
.foot .f-link{padding: 30px 0;border-bottom: 1px solid rgba(255, 255, 255, 0.1);}
.foot .f-link a{font-size: 15px;line-height: 25px;color: #fff;}

.foot>.n-area{display: flex;flex-wrap: wrap;}
.foot .info-l{width: 45%;display: flex;flex-wrap: wrap;align-content: center;padding: 25px 0;}
.foot .info-l .contact-info{width: 45%;color: #Fff;}
.foot .info-l .contact-info img{width: 90%;max-width: 350px;margin-bottom: 10%;}
.foot .info-l .contact-info p{display: inline-block;line-height: 30px;padding: 5px 0;font-size: 15px;width: 100%;}
.foot .info-l .wx-qrcode{width: 55%;font-size: 14px;text-align: center;color: #fff;line-height: 35px;display: flex;align-items: center;}
.foot .info-l .wx-qrcode .li{width: 45%;margin: 0 2.5%;}
.foot .info-l .wx-qrcode img{width: calc(100% - 10px);border: 5px;border-radius: 10px;}

.foot .info-r{width: 55%;padding-left: 5%;padding: 25px 0;}
.foot .info-r .ul{width: 100%;display: flex;flex-wrap: wrap;}
.foot .info-r .ul .li{flex: 1;-webkit-flex: 1;display: inline-grid;display: flex;flex-wrap: wrap;align-content: start;}
.foot .info-r .ul .li:last-child{flex: inherit;-webkit-flex: inherit;}
.foot .info-r .ul .li a{color: rgba(255, 255, 255, 0.6);line-height: 30px;padding: 5px 0;text-align: center;font-size: 15px;width: 100%;}
.foot .info-r .ul .li a:first-child{color: rgba(255, 255, 255, 1);padding-bottom: 25px;margin-bottom: 25px;position: relative;}
.foot .info-r .ul .li a::before{display: inline-block;content: '';height: 1px;width: 80%;max-width: 35px;background-color: rgba(255, 255, 255, 0.6);bottom: 0;left: 50%;transform: translate(-50%,50%);position: absolute;}

.foot .copyright{width: 100%;border-top: 1px solid rgba(255, 255, 255, 0.1);color: #fff;line-height: 30px;padding: 10px 0;text-align: center;}
.foot .copyright a{color: #fff;}

@media screen and (min-width: 0px) and (max-width:1400px){
  .head .nav{margin-right: 70px;}
}

@media screen and (min-width: 0px) and (max-width:1200px){
  .head .nav{display: none;}
  .head .search-top{right: 140px;}
  .foot .info-r .ul .li a{font-size: 13px;}
}

@media screen and (min-width: 0px) and (max-width:992px){
  .head{height: 100px;}
  .head.top-tran{height: 80px;}
  .head.top-tran2{height: 70px;}
  .head .logo a h1 img{height: 80%;}
  .head .logo{max-width: 70%;}

  .nbanner{height: 370px;}
  .nbanner .n-tit h2{font-size: 30px;}
  .nbanner .crumbs a{font-size: 15px;}

}

@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;}
  .head .search-top{display: none;}
  .menu-contact .li{font-size: 14px;}
  a.more{padding: 15px 0;font-size: 15px;}
  .tit h2{font-size: 28px;}
  
  .foot .info-l{width: 100%;}
  .foot .info-l .contact-info img{max-width: 300px;margin-bottom: 7%;}
  .foot .info-r{width: 100%;}
  .foot .info-r .ul .li:last-child{flex: 1;-webkit-flex:1;}
  .foot .info-r .ul .li a:first-child{padding-bottom: 15px;margin-bottom: 15px;}
}
@media screen and (min-width: 0px) and (max-width:640px){

}
@media screen and (min-width: 0px) and (max-width:530px){

}
@media screen and (min-width: 0px) and (max-width:440px){
  .head{height: 80px;}
  .head.top-tran{height: 70px!important;}
  a.more{padding: 10px 0;font-size: 14px;}
  .tit h2{font-size: 24px;}
  .foot .f-link{padding: 20px 0;}
  .foot .info-l .contact-info p{font-size: 14px;}
  .foot .info-r{padding: 0;display: none;}
  /* .foot .info-r .ul .li a{display: none;}
  .foot .info-r .ul .li a:first-child{display: block;}
  .foot .info-r .ul .li a::before{display: none;} */

      
  .foot .info-l .contact-info{width: 100%;}
  .foot .info-l .contact-info img{max-width: 200px;margin-bottom: 2.5%;}
  .foot .info-l .wx-qrcode{width: 100%;margin-top: 2%;}
}
@media screen and (min-width: 0px) and (max-width:375px){


}
@media screen and (min-width: 0px) and (max-width:320px){


}