@charset "utf-8";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;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;border: 0;background: none;color: rgba(255, 255, 255, .8);font-size: 14px;}
input::placeholder{color: rgba(255, 255, 255, .8);}
textarea {resize: 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;padding: 0;}
p {margin: 0;}
a, a:link, a:active, a:visited, a:hover {text-decoration: none;}
i {display: block;}
i, em {font-style: normal;}
html{height: 100%;}
html, body {width: 100%;min-height: 100%;}
.fr{float: right;}
.fl{float: left;}

.area{width: 100%;padding: 0 15px;}
.n-area{width: 100%;max-width: 1400px;margin: 0 auto;overflow: hidden;position: relative;}


/* head */
.head{width: 100%;background-image: linear-gradient(to top, rgba(0,0,0,0), rgba(0,0,0,0.6));}
.head .top-link{background-color: rgba(6, 53, 115, 1);text-align: right;height: 30px;line-height: 30px;padding: 0 15px;}
.head .top-link .n-area{height: 100%;font-size: 0;}
.head .top-link a{display: inline-block;font-size: 14px;padding-left: 30px;padding-right: 40px;color: #fff;position: relative;}
.head .top-link .n-area a:nth-child(1)::before{content: '';display: inline-block;position: absolute;width: 30px;height: 100%;left: 0;background-image: url(../images/tel-ico.png);background-size: 15px;background-position: center center;background-repeat: no-repeat;}
.head .top-link .n-area a:nth-child(2)::before{content: '';display: inline-block;position: absolute;width: 30px;height: 100%;left: 0;background-image: url(../images/lan-ico.png);background-size: 15px;background-position: center center;background-repeat: no-repeat;}
.head .top-link form{display: inline-block;height: 100%;position: relative;}
.head .top-link form input{height: calc(100% - 7px);display: inline-block;width: 100%;vertical-align: inherit;width: 100px;border-bottom: 1px solid #fff;margin: 3px 0;}
.head .top-link form button{position: absolute;background-color: rgba(0, 0, 0, 0);top: 50%;right: 0;transform: translateY(-50%);}
.head .top-link form button svg{width: 20px;height: 20px;color: #fff;vertical-align: middle;transform: translateY(-3px);}


.head .top-logo{background-color: #fff;padding: 0 15px;}
.head .top-logo .logo{width: calc(100% - 210px);}
.head .top-logo .logo img{width: 70%;max-width: 230px;margin: 30px 0 25px;}
.head .top-logo .tel{width: 210px;position: absolute;right: 0;top: 50%;transform: translateY(-50%);}
.head .top-logo .tel img{height: 50px;}
.head .top-logo .tel p{position: absolute;right: 0;top: 50%;transform: translateY(-50%);display: inline-block;color: rgba(235, 92, 32, 1);font-size: 18px;}
.head .top-logo .tel p b{font-size: 28px;margin-left: 5px;vertical-align: middle;font-weight: normal;}


.head .top-nav{background-image: linear-gradient(to top,rgba(0,35,89,1),rgba(23,104,190,1));}
.head .top-nav .n-area{overflow: visible;}
.head .top-nav ul{float: left;width: 100%;}
.head .top-nav li{width: 10%;float: left;position: relative;}
.head .top-nav li::after{content: '';display: inline-block;position: absolute;height: 37px;width: 4px;background-image: linear-gradient(to right,rgba(17,88,162,1),rgba(92,161,230,1));right: 0;top: 50%;transform: translate(1px,-50%);}
.head .top-nav li:last-child::after{display: none;}
.head .top-nav li a{color: #fff;font-size: 17px;text-align: center;line-height: 70px;}
.head .top-nav li .child{position: absolute;background-color: rgba(255, 255, 255, .9);transform-origin: top;left: 50%;top: 100%;transform: translateX(-50%) rotateX(90deg);min-width: 100%;z-index: 10;}
.head .top-nav li .child .childli{padding: 0 15px;}
.head .top-nav li .child .childli a{color: #333;line-height: 39px;font-size: 15px;text-align: center;display: inline-block;width: 100%;border-bottom: 1px solid #dce3ee;}
.head .top-nav li:last-child .child .childli a{border-bottom: 0;}
.head .top-nav li:hover .child{transform: translateX(-50%) rotateX(0deg);}
.head .top-nav li .child .childli a:hover{color: rgba(235, 92, 32, 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;}


/* foot */
.footer{background-color: rgba(6, 53, 115, .9);color: #fff;padding: 0 15px;}
.footer .row{padding: 45px 0 20px;}
.footer .foot-l .f-nav{width: 100%;display: flex;}
.footer .foot-l .f-nav .li{width: 20%;}
.footer .foot-l .f-nav .li a{display: block;}
.footer .foot-l .f-nav .li>a{width: 100%;color: #fff;font-size: 17px;margin-bottom: 25px;line-height: 25px;}
.footer .foot-l .f-nav .li .li-2nd{width: 100%;}
.footer .foot-l .f-nav .li .li-2nd a{font-size: 14px;color: #fff;line-height: 30px;display: block;}

.footer .foot-r{}
.footer .foot-r h3{margin-bottom: 25px;font-size: 17px;line-height: 25px;}
.footer .foot-r p{line-height: 30px;font-size: 14px;}
.footer .foot-r .w-code{margin-top: 20px;}
.footer .foot-r .w-code .img,.footer .foot-r .w-code .info{display: flex;flex-wrap: wrap;}
.footer .foot-r .w-code img{width: 45%;max-width: 115px;}
.footer .foot-r .w-code p{width: 45%;max-width: 115px;font-size: 14px;color: #fff;text-align: center;line-height: 25px;}
.footer .foot-r .w-code img:first-child{margin-right: 10%;}
.footer .foot-r .w-code p:nth-last-child(2){margin-right: 10%;}

.footer .co{background-color: #363636;line-height: 25px;padding: 5px 15px;color: #fff;font-size: 14px;margin-left: -15px;margin-right: -15px;}


@media screen and (min-width: 0px) and (max-width:1200px){
  .head .top-nav li a{font-size: 15px;}
}
@media screen and (min-width: 0px) and (max-width:992px){
  .head .top-nav li a{font-size: 14px;}
  .head .top-nav li::after{height: 25px;}

}
@media screen and (min-width: 0px) and (max-width:768px){
  .head .top-nav li a{font-size: 16px;}
  .head .top-nav li::after{height: 20px;}
  .head .top-nav li{width: 20%;}
  .head .top-nav li a{line-height: 55px;}
  .head .top-logo .tel{display: none;}
  .head .top-logo .logo{width: 100%;}
  .footer .foot-l .f-nav .li .li-2nd{display: none;}
  .footer .foot-l .f-nav .li>a{font-size: 15px;}
  .footer .row{padding-top: 30px;}

  .col-xs-6:nth-child(2n-1){padding-right: 7.5px;}
  .col-xs-6:nth-child(2n){padding-left: 7.5px;}
  .footer .co{font-size: 13px;}
}
@media screen and (min-width: 0px) and (max-width:550px){
  .head .top-nav li a{font-size: 15px;}
  .head .top-logo .logo img{max-width: 190px;margin: 15px 0;}
}
@media screen and (min-width: 0px) and (max-width:440px){
  .head .top-nav li{width: 33.333333%;}
  .head .top-nav li a{line-height: 40px;font-size: 14px;}
  .menu-list{padding-top: 70px;}
  .menu-list > li > a{font-size: 14px;padding-left: 30px;}
  .footer .foot-l .f-nav .li>a{font-size: 13px;text-align: center;}
  .footer .foot-r h3{margin-bottom: 10px;}
  .footer .co{font-size: 12px;}
}
@media screen and (min-width: 0px) and (max-width:320px){
  .menu-list{padding-top: 60px;}
}