@font-face {
    font-family: "SourceHanSansCN-Regular";

    src: url("../fonts/SourceHanSansCN-Regular.woff") format("woff"),
  
    font-style: normal;
    font-weight: normal;
}

/*-----------------[初始化]--------------*/
html{position: relative;/* overflow-x: hidden; */}
body{overflow-x: hidden;color: #333;font-size: 12px;line-height: 1.5;font-family:"SourceHanSansCN-Regular","微软雅黑","Microsoft Yahei";}
a{color: #333;}
a:hover{color: #0053AC;}
img{max-width: 100%;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
input,textarea,select{font-size: 12px;color: #333;
    font-family:"SourceHanSansCN-Regular","微软雅黑","Microsoft Yahei";outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
input[type='submit'],input[type='reset'],input[type='button'],select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input[type='submit'],input[type='reset'],input[type='button']{cursor: pointer;}
::-webkit-input-placeholder {color: #999;}
::-moz-placeholder {color: #999; }
::-ms-input-placeholder {color: #999;}

.ani{
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
*,*:after,*:before{outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
/*布局*/
.wp{width: 100%;max-width: 1600px;margin: 0 auto;}
.wp2{width: 100%;max-width: 1400px;margin: 0 auto;}
.h50{height: 50px;clear: both;overflow: hidden;}
.h100{height: 100px;clear: both;overflow: hidden;}


/*******************************
  -------[=头部]-------
********************************/
.header{position: relative;z-index: 109;}
.header .top{height: 50px;line-height: 50px;overflow: hidden;
    background: linear-gradient(92deg, #085ABD 49%, #0E9CDE 99%);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}
.header .a-btn{font-size: 14px;color: rgba(255,255,255,.68);float: left;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.header .a-btn:after{content: '';display: inline-block;vertical-align: middle;
    width: 1px;height: 16px;background-color: #fff;opacity: .4;
    margin: 0 20px;position: relative;top: -1px;
}
.header .a-btn:hover{color: #fff;}
.so-btn{float: right;width: 20px;height: 20px;margin-top: 15px;cursor: pointer;
    background: url(../images/i-01.png) no-repeat center;
    -o-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
.so{float: right;width: 200px;border-radius: 18px;margin-top: 7px;overflow: hidden;position: relative;display: none;}
.so .inp{display: block;width: 100%;height: 36px;font-size: 14px;
    background-color: rgba(255,255,255,.5);border: 0;padding: 0 50px 0 15px;
}
.so .btn{position: absolute;right: 0;top: 0;width: 50px;height: 36px;
    border: 0;cursor: pointer;
    background: url(../images/i-01.png) no-repeat center;
    -o-background-size: 20px auto;
    -ms-background-size: 20px auto;
    -moz-background-size: 20px auto;
    -webkit-background-size: 20px auto;
    background-size: 20px auto;
}
.header .hd{*zoom:1;}
.header .hd:after,.header .hd:before{display:block; content:"clear"; height:0; clear:both; overflow:hidden; visibility:hidden; }
.logo{float: left;line-height: 100px;font-size: 0;}
.logo img{display: inline-block;vertical-align: middle;height: 56px;}
.nav{float: right;}
.nav .ico{display: none;}
.nav li{float: left;margin-left: 38px;position: relative;}
.nav li .v1{display: block;font-size: 18px;font-weight: bold;color: #234D81;line-height: 100px;
    position: relative;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.nav li .v1:after{content: '';position: absolute;left: 50%;right: 50%;bottom: 0;
    height: 4px;background-color: #0E9CDE;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.nav li:hover .v1,.nav li.on .v1{color: #0E9CDE;}
.nav li:hover .v1:after,.nav li.on .v1:after{left: 0;right: 0;}
.nav .sub{position: absolute;top: 100%;left: 50%;width: 180px;display: none;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.nav .sub dl{
    background-color: rgba(255,255,255,.9);padding: 10px 0;
    box-shadow: 0px 0px 10px rgba(0,0,0,.1);
}
.nav .sub dd{position: relative;}
.nav .sub dd a{display: block;font-size: 16px;text-align: center;line-height: 45px;}

/*******************************
    -------[=导航]-------
********************************/
.menuBtn{position: relative;z-index: 9;display: none;float: right;
    width: 40px;height: 40px;padding: 7px;cursor: pointer;margin-top: 5px;margin-right: -5px;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn b{display: block;height: 3px;background-color: #0053AC;
    margin: 3px 0 5px;border-radius: 2px;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn.open{}
.menuBtn.open b{display: none;margin: 0;position: absolute;left: 5px;top: 50%;width: 30px;}
.menuBtn.open b:first-child{display: block;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
}
.menuBtn.open b:last-child{display: block;
    transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
}

/*******************************
  -------[=banner]-------
*******************************/
.banner{height: calc( 100vh - 150px );position: relative;}
.banner .slick-slider,.banner .slick-list,.banner .slick-track,.banner .slick-slide{height: 100%;}
.banner .slick-slide .con{display: block;height: 100%;outline: 0;position: relative;
    background-position: center center;background-repeat: no-repeat;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.banner .slick-dots{position: absolute;left: 0;bottom: 30px;width: 100%;text-align: center;z-index: 99;}
.banner .slick-dots li{display: inline-block;margin: 0 2px;}
.banner .slick-dots li a{display: block;width: 24px;height: 24px;
    font-size: 0;line-height: 0;text-indent: 999px;background-color: #fff;border-radius: 50%;
}
.banner .slick-dots li.slick-active a{background-color: #000;}
.banner .bot{position: absolute;left: 0;right: 0;bottom: 0;z-index: 2;height: 105px;}
.banner .bot svg{
    display:block;
    width:100%;
    height:100%;
}
.banner .bot .wave-g>use{
    animation: move-forever 12s linear infinite;
}
.banner .bot .wave-g>use:nth-child(1) {
    animation-delay: -2s;
    opacity:.5;
}
.banner .bot .wave-g>use:nth-child(2) {
    animation-delay: -2s;
    animation-duration: 5s;
    opacity:.7;
}
.banner .bot .wave-g>use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 3s;
}
@keyframes move-forever {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}
.banner .bot:after{content: '';position: absolute;left: 0;right: 0;bottom: -1px;height: 100%;
    background: url(../images/ban-bg.png) no-repeat center bottom;
    -o-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}

/*******************************
  -------[=底部]-------
********************************/
.footer{height: 336px;margin-top: -69px;padding-top: 90px;position: relative;z-index: 6;
    background: url(../images/fd-bg.png) no-repeat center top;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.fd-top{overflow: hidden;padding-bottom: 39px;
    border-bottom: 1px solid rgba(255,255,255,.2);
}
.fd-txt{float: left;padding-top: 32px;}
.fd-txt .item{float: left;margin-right: 68px;}
.fd-txt .ico{width: 68px;height: 68px;border-radius: 50%;float: left;display: block;
    border: 1px dashed rgba(255, 255, 255, 0.6);margin-right: 30px;
}
.fd-txt .ico img{width: 100%;height: 100%;display: block;}
.fd-txt .txt{overflow: hidden;color: #fff;max-width: 267px;}
.fd-txt .t1{font-size: 18px;font-weight: normal;margin-bottom: 9px;}
.fd-txt .desc{font-size: 16px;}
.fd-txt .tel{font-size: 26px;font-family: Impact;letter-spacing: 2.6px;}
.fd-qr{float: right;width: 113px;text-align: center;}
.fd-qr .pic{margin-bottom: 12px;}
.fd-qr .pic img{width: 100%;display: block;}
.fd-qr span{font-size: 16px;color: #fff;}
.fd-copy{line-height: 54px;text-align: center;font-size: 14px;color: rgba(255,255,255,.68);}
.fd-copy span{margin: 0 27px;}



/*******************************
    -------[=正文]-------
********************************/


