@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;}
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: 1300px;margin: 0 auto;overflow: hidden;position: relative;}

/* load */
#loading{position: fixed;width: 100vw;height: 100vh;top: 0;left: 0;background-color: #fff;z-index: 999999;}
#loading img{position: absolute;width: 20%;max-width: 55px;left: 50%;top: 50%;transform: translate(-50%,-50%);animation: load_img2 10s linear infinite;}
@keyframes load_img {
    0%{
        transform: translate(-50%,-50%) rotateX(0deg);
    }
    75%{
        transform: translate(-50%,-50%) rotateX(360deg);
    }
    100%{
        transform: translate(-50%,-50%) rotateX(360deg);
    }
}
@keyframes load_img2 {
    0%{
        transform: translate(-50%,-50%) rotate(0deg);
    }
    100%{
        transform: translate(-50%,-50%) rotate(360deg);
    }
}

/* 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: #f7f7f7;line-height: 40px;padding: 0 15px;}
.head .top-link .n-area{height: 100%;font-size: 0;display: flex;}
.head .top-link p{display: inline-block;width: calc(100%);color: #333;font-size: 14px;}
.head .top-link form{display: inline-block;height: 100%;position: relative;width: 300px;padding-right: 15px;padding-left: 35px;}
.head .top-link form input{width: 100%;height: 24px;display: inline-block;vertical-align: middle;border-bottom: 1px solid rgba(36,144,156, 1);line-height: 25px;text-align: center;color: rgba(36,144,156, 1);}
.head .top-link form input::placeholder{color: rgba(36,144,156, 1);font-size: 13px;text-align: center;}
.head .top-link form button{position: absolute;top: 50%;left: 0;transform: translateY(-50%);width: 25px;height: 25px;border-radius: 50%;display: inline-block;background-color: rgba(36,144,156, .1);}
.head .top-link form button svg{width: 17px;height: 17px;color: rgba(36,144,156, 1);}


.head .top-logo{background-color: #fff;padding: 0 15px;}
.head .top-logo .logo{width: calc(100% - 210px);}
.head .top-logo .logo img{padding: 15px 0;height: 100%;}
.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-color: rgba(36,144,156, 1);}
.head .top-nav .n-area{overflow: visible;}
.head .top-nav ul{float: left;width: 100%;position: relative;}
.head .top-nav li{width: 11.111111%;float: left;cursor: pointer;}
.head .top-nav li:last-child::after{display: none;}
.head .top-nav li a{color: #fff;font-size: 19px;text-align: center;line-height: 50px;font-weight: bold;}
.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);width: 100%;z-index: 10;padding: 20px 5%;display: flex;align-items: center;cursor: pointer;transition-property: transform;transition-duration: 0.3s;}
.head .top-nav li .child h3{width: 16%;font-weight: bold;font-size: 28px;color: rgba(36,144,156, 1);text-align: right;vertical-align: middle;}
.head .top-nav li .child .childul{width: 60%;display: flex;padding: 0 5%;}
.head .top-nav li .child .childul .childli{margin: 0 7.5px;}
.head .top-nav li .child .childul .childli a{color: #333;font-size: 18px;line-height: 25px;position: relative;display: inline-block;transform: translateY(-10px);font-weight: normal;padding: 15px 0;}
.head .top-nav li .child .childul .childli a::before,.head .top-nav li .child .childul .childli a::after{display: inline-block;position: absolute;content: '';left: 0;bottom: 0;height: 1px;}
.head .top-nav li .child .childul .childli a::before{width: 100%;background-color: #c5c5c5;z-index: 1;}
.head .top-nav li .child .childul .childli a::after{width: 35%;background-color: rgba(36,144,156, 1);z-index: 2;}
.head .top-nav li .child .img{width: 24%;}
.head .top-nav li .child .img img{height: 110px;width: 100%;object-fit: cover;}

.head .top-nav li:hover .child{transform: translateX(-50%) rotateX(0deg);}
.head .top-nav li .child .childul .childli a:hover{color: rgba(36,144,156, 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;transition: 0.38s;z-index: -1;}


/* foot */
.footer{color: #fff;padding: 0 15px;background-image: url(../images/foot-bg.jpg);background-size: cover;background-position: center top;position: relative;}
.footer::before{display: inline-block;content: '';position: absolute;width: 100%;height: 100%;left: 0;top: 0;background-color: rgba(0,0,0, .8);}
.footer>.n-area{display: flex;flex-wrap: wrap;padding: 40px 0;}
.footer .f-link{line-height: 30px;padding: 5px 0;background-color: rgba(36,144,156, 1);margin-right: -15px;margin-left: -15px;position: relative;z-index: 2;}
.footer .f-link a{display: inline-block;padding: 0 10px;color: #fff;font-size: 14px;}
.footer .foot-l{width: 55%;}
.footer .foot-l .img{width: 85%;margin: 40px 7.5%;position: relative;}
.footer .foot-l .img img{width: 100%;}
.footer .foot-r{width: 45%;padding: 20px 0;}
.footer .foot-r .info{margin: 0 7.5%;width: 85%;}
.footer .foot-r p{font-size: 17px;line-height: 40px;}


/* r-plate */
.r-plate{width: 120px;position: fixed;right: 5px;border-radius: 5px;background-color: #63a2c9;top: 50%;transform: translate(0,-50%);z-index: 11;display: none;transition-property: transform;transition-duration: 0.3s;}
.r-plate a{color: #fff;font-size: 17px;font-weight: bold;text-align: center;display: inline-block;width: 100%;padding: 15px;cursor: pointer;transition-property: transform;transition-duration: 0.3s;position: relative;}
.r-plate a>img{width: auto;max-width: 55%;}
.r-plate a p{line-height: 40px;}
.r-plate a:hover{transform: translateY(-5px);}
.r-plate .open-bt{position: absolute;right: 100%;color: #333;font-size: 13px;display: inline-block;width: 25px;background-color: #eee;border-top-left-radius: 3px;border-bottom-left-radius: 3px;padding: 10px 0;text-align: center;transition: all 0.3s;cursor: pointer;z-index: -1;}
.r-plate .open-bt:hover{background-color: #333;color: #eee;}
.r-plate.trs{transform: translate(calc(100% + 5px),-50%);}

.r-plate a .qrcode{position: absolute;right: 100%;top: 0;background-color: #63a2c9;width: 0px;transition: all 0.3s;}
.r-plate a .qrcode img{width: 100%;padding: 10px;}
.r-plate a:hover .qrcode{width: 150px;}


@media screen and (min-width: 0px) and (max-width:1200px){
  .head .top-nav li a{font-size: 17px;}
  .footer .foot-r p{font-size: 15px;}
  .r-plate{width: 100px;}
}
@media screen and (min-width: 0px) and (max-width:992px){
  .head .top-logo .logo img{width: 95%;height: auto;}
  .head .top-nav li::after{height: 25px;}
  .head .top-nav li .child h3{font-size: 25px;}
  .head .top-nav li .child .childul .childli a{font-size: 16px;}

  .footer .foot-r p{font-size: 14px;}
  
  .r-plate{width: 90px;}
  .r-plate a{font-size: 15px;font-weight: normal;}
}
@media screen and (min-width: 0px) and (max-width:768px){
  .head .top-logo .logo{width: 100%;}
  .head .top-logo .tel{display: none;}
  .head .top-nav li::after{height: 20px;}
  .head .top-nav li{width: 20%;}
  .head .top-nav li a{line-height: 55px;}
  .head .top-link p{font-size: 13px;}
  .head .top-link form{padding-right: 0;}
  .head .top-nav li .child{padding: 15px;}
  .head .top-nav li .child h3{display: none;}
  .head .top-nav li .child .childul{width: 76%;}

  .col-xs-6:nth-child(2n-1){padding-right: 7.5px;}
  .col-xs-6:nth-child(2n){padding-left: 7.5px;}

  .footer>.n-area{padding: 30px 0 15px;}
  .footer .foot-l{width: 100%;}
  .footer .foot-l .img{margin: 0 7.5%;}
  .footer .foot-r{width: 100%;padding-bottom: 0;}

  .r-plate a{padding-bottom: 0;}
}
@media screen and (min-width: 0px) and (max-width:640px){
  .head .top-nav li .child .childul .childli a{font-size: 15px;}
  .head .top-nav li .child .img img{height: 75px;}
}
@media screen and (min-width: 0px) and (max-width:550px){
  .head .top-nav li a{font-size: 15px;font-weight: normal;}
  .head .top-link form{width: 170px;}
}
@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;}
  .menu-list{padding-top: 70px;}
  .menu-list > li > a{font-size: 14px;padding-left: 30px;}
  .head .top-link p{font-size: 12px;}
  .head .top-nav li .child .childul{padding: 0 5% 0 0;}
  .head .top-nav li .child .childul .childli a{font-size: 14px;}

  .footer .foot-l .img{margin: 0;width: 90%;}
  .footer .foot-r .info{margin: 0; width: 100%;}
  .footer .foot-r p{font-size: 13px;}
}
@media screen and (min-width: 0px) and (max-width:320px){
  .menu-list{padding-top: 60px;}
}