@font-face {
    font-family: "SourceHanSansCN-Regular";
    src: url("../fonts/SourceHanSansCN-Regular.woff") format("woff");
    font-style: normal;
    font-weight: normal;
}

/*-----------------[初始化]--------------*/
body{color: #333;font-size: 12px;line-height: 1.5;font-family: "Microsoft YaHei", "微软雅黑", sans-serif;}
a{color: #333;}
a:hover{color: #f60;}
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";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: 16rem;margin: 0 auto;}
.h50{height: 50px;clear: both;overflow: hidden;}
.h100{height: 100px;clear: both;overflow: hidden;}


/*******************************
  -------[=头部]-------
********************************/
.header{position: relative;z-index: 109;
    background: url(../images/hd-bg.png) no-repeat center;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.header .wp{display: flex;justify-content: space-between;}
.logo{line-height: 1.2rem;font-size: 0;}
.logo img{display: inline-block;vertical-align: middle;height: .76rem;}
.hdr{display: flex;justify-content: space-between;position: relative;}
.nav ul{display: flex;flex-wrap: wrap;}
.nav li{margin-right: .8rem;position: relative;}
.nav li .v1{display: block;font-size: .24rem;color: #333;line-height: 1.2rem;position: relative;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.nav li .v1:after{content: '';position: absolute;bottom: 0;left: 50%;right: 50%;height: 4px;
    background-color: #E1BA86;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.nav li:hover .v1,.nav li.on .v1{color: #1582EE;}
.nav li:hover .v1:after,.nav li.on .v1:after{left: 0;right: 0;}

.nav .sub{position:absolute;top:100%;left:50%;width:2.2rem;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);background-color:#fff;-webkit-box-shadow:0 0 5px rgba(0,0,0,.1);box-shadow:0 0 5px rgba(0,0,0,.1);padding:0 .1rem;border-radius:.1rem;display:none}
.nav .sub .v2{display:block;font-size: .2rem;color:#333;line-height:.6rem;-webkit-transition:.4s;-o-transition:.4s;-moz-transition:.4s;transition:.4s;text-align:center;padding:0 .1rem;text-transform:uppercase}
.nav .sub .v2:last-child{border-bottom:none}
.nav .sub .v2:hover{background-color:#fff;color:#0062a9}

.so-btn{width: .34rem;height: .34rem;border-radius: 50%;display: block;margin-top: .43rem;
    border: 1px solid #979797;cursor: pointer;
    background: url(../images/i-01.png) no-repeat center;
    -o-background-size: .16rem auto;
    -ms-background-size: .16rem auto;
    -moz-background-size: .16rem auto;
    -webkit-background-size: .16rem auto;
    background-size: .16rem auto;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.so-btn:hover{border-color: #1582EE;}
.so{position: absolute;right: 0;top: 100%;margin-top: .1rem;width: 2.8rem;display: none;}
.so .inp{
    display: block;
    width: 100%;
    height: .5rem;
    border-radius: .25rem;
    background-color: #fff;
    border: 0;
    box-shadow: 0px 0px .15rem rgba(0,0,0,.15);
    font-size: .18rem;
    padding: 0 .6rem 0 .15rem;
    line-height: 0.6rem;
}
.so .btn{position: absolute;top: 2px;right: 2px;bottom: 2px;width: .46rem;
    cursor: pointer;border: 0;border-radius: 50%;
    background: #1582EE url(../images/i-01-on.png) no-repeat center;
    -o-background-size: .16rem auto;
    -ms-background-size: .16rem auto;
    -moz-background-size: .16rem auto;
    -webkit-background-size: .16rem auto;
    background-size: .16rem auto;
}


















/*******************************
    -------[=导航]-------
********************************/
.menuBtn{position: relative;z-index: 9;display: none;top: .3rem;position: absolute;right: .3rem;
    width: .7rem;height: .7rem;padding: .07rem;cursor: pointer;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn b{display: block;height: .06rem;background-color: #1582EE;
    margin: .06rem 0 .1rem;border-radius: .04rem;
    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: .05rem;top: 40%;width: .6rem;}
.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( 87.4vh - 0rem );}
.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;background-repeat: no-repeat;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.banner .video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 1;
    background: #000;
}

.banner .video video,.banner .video source{
    display: block;
    width: auto;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0 auto;
    background: #000;
}


.banner .slick-dots{position: absolute;left: 0;bottom: .3rem;width: 100%;text-align: center;z-index: 2;font-size: 0;}
.banner .slick-dots li{display: inline-block;margin: 0 3px;width: .4rem;height: .4rem;
    border-radius: 50%;text-align: center;line-height: .4rem;cursor: pointer;
}
.banner .slick-dots li button{display: inline-block;vertical-align: middle;
    width: .16rem;height: .16rem;border: 0;cursor: pointer;padding: 0;
    font-size: 0;line-height: 0;text-indent: 999px;background-color: #fff;border-radius: 50%;
}
.banner .slick-dots li.slick-active{background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 80%);}


/*******************************
  -------[=底部]-------
********************************/
.footer{
    background: url(../images/fd-bg2.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;
}
.fd-top{
    background: url(../images/fd-bg.jpg) no-repeat center;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

.fd-link{overflow: hidden;font-size: .18rem;line-height: 1.06rem;
    border-bottom: 1px solid rgba(255,255,255,.3);
}
.fd-link .t1{float: left;color: #fff;margin-right: .14rem;padding-left: .27rem;
    background: url(../images/i-14.svg) no-repeat left center;
    -o-background-size: .18rem auto;
    -ms-background-size: .18rem auto;
    -moz-background-size: .18rem auto;
    -webkit-background-size: .18rem auto;
    background-size: .18rem auto;
}
.fd-link .t-c{overflow: hidden;}
.fd-link .t-c a{color: #fff;}
.fd-link .t-c a:after{content: '';display: inline-block;vertical-align: middle;
    width: .07rem;height: .17rem;margin: 0 .12rem;
    background: url(../images/i-13.svg) 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;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.fd-link .t-c a:hover{opacity: .8;}
.fd-con{padding: .4rem 0 .55rem;display: flex;justify-content: space-between;}
.fd-logo img{height: .82rem;display: block;}
.fd-txt{display: flex;flex-wrap: wrap;padding-top: .06rem;}
.fd-txt .item{margin-left: .9rem;overflow: hidden;}
.fd-txt .ico{width: .7rem;height: .7rem;float: left;margin-right: .13rem;}
.fd-txt .ico img{width: 100%;display: block;}
.fd-txt .t-c{overflow: hidden;color: #fff;padding-top: .06rem;}
.fd-txt .tit{font-size: .22rem;font-weight: normal;}
.fd-txt .desc{font-size: .16rem;}

.fd-copy{height: .64rem;text-align: center;line-height: .64rem;
    font-size: .16rem;color: #fff;
    background-color: rgba(0,0,0,.1);
}
.fd-copy a{color: #fff;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.fd-copy a:hover{opacity: .8;}
/*******************************
    -------[=正文]-------
********************************/

