
@font-face {
    font-family: "SourceHanSansCN-Regular";
    src: url("../fonts/SourceHanSansCN-Regular.eot");
    src: url("../fonts/SourceHanSansCN-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/SourceHanSansCN-Regular.woff") format("woff"),
    url("../fonts/SourceHanSansCN-Regular.ttf") format("truetype"),
    url("../fonts/SourceHanSansCN-Regular.svg#SourceHanSansCN-Regular") format("svg");
    font-style: normal;
    font-weight: normal;
}

/*-----------------[初始化]--------------*/
body{color: #333;font-size: 12px;line-height: 1.5;font-family: "ArialMT","微软雅黑","Microsoft Yahei";}
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: 14rem;margin: 0 auto;}
.h50{height: 50px;clear: both;overflow: hidden;}
.h100{height: 100px;clear: both;overflow: hidden;}


/*******************************
  -------[=头部]-------
********************************/
.header.fixed{
    -webkit-transform: translateY(-.57rem);
    -moz-transform: translateY(-.57rem);
    -o-transform: translateY(-.57rem);
    -ms-transform: translateY(-.57rem);
    transform: translateY(-.57rem);
}
.header.fixed:before{display: none;}
.header.fixed .hd{padding: .15rem 0;
    background-color: #1E55AF;
}
.header.fixed .hd .logo{margin-top: 0;}
.header.fixed .logo img{height: .56rem;}
.header.fixed .nav{margin-top: 0;}
.header.fixed .nav li .v1{line-height: .5rem;}
.header{position: fixed;top: 0;left: 0;right: 0;z-index: 109;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.header:before{content: '';position: fixed;top: 0;left: 0;right: 0;height: 3.12rem;
    background: url(../images/hd-bg.png) no-repeat top 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;
}
.header .top{height: .5rem;line-height: .5rem;font-size: 0;}
.header .top .wp{display: flex;justify-content: space-between;}
.header .top-l{}
.header .mail{padding-left: .28rem;margin-right: .46rem;
    font-size: .14rem;color: #929ED4;display: inline-block;vertical-align: middle;
    background: url(../images/i-01.png) no-repeat left center;
    -o-background-size: .19rem auto;
    -ms-background-size: .19rem auto;
    -moz-background-size: .19rem auto;
    -webkit-background-size: .19rem auto;
    background-size: .19rem auto;
}
.header .tel{padding-left: .18rem;
    font-size: .14rem;color: #929ED4;display: inline-block;vertical-align: middle;
    background: url(../images/i-02.png) no-repeat left center;
    -o-background-size: .13rem auto;
    -ms-background-size: .13rem auto;
    -moz-background-size: .13rem auto;
    -webkit-background-size: .13rem auto;
    background-size: .13rem auto;
}
.header .top-r{z-index: 9;}
.so-btn{display: inline-block;vertical-align: middle;
    width: .51rem;height: .51rem;margin-right: .22rem;cursor: pointer;
    background: url(../images/i-03.png) no-repeat center;
    -o-background-size: .21rem auto;
    -ms-background-size: .21rem auto;
    -moz-background-size: .21rem auto;
    -webkit-background-size: .21rem auto;
    background-size: .21rem auto;
}
.lang{font-size: .16rem;color: #D5E5FF;display: inline-block;vertical-align: middle;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.lang:hover{color: #fff;}
.header .hd{padding: 0;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.header .hd .wp{display: flex;justify-content: space-between;}
.header .hd .logo{margin-top: -.2rem;}
.logo img{display: block;height: .76rem;position: absolute;z-index: 99999;}
.nav{margin-top: .2rem;}
.nav ul{display: flex;flex-wrap: wrap;}
.nav li{position: relative;margin-left: .56rem;}
.nav li .v1{display: block;font-size: .2rem;color: #fff;font-weight: bold;}
.nav .sub{position: absolute;left: 50%;top: 100%;padding-top: .1rem;display: none;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.nav .sub dl{padding: 0;position: relative;
    background-color: #fff;box-shadow: 0px 0px .15rem rgba(0,0,0,.15);border-top:2px solid #1E55AF;
}

.nav .sub dd a{display: block;font-size: .18rem;color: #333;line-height: .55rem;
    white-space: nowrap;padding: 0 .15rem;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.nav .sub dd:hover a{background-color: #1E55AF;color: #fff;}

.pop-so{position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 110;
    display: none;
}
.pop-so .bg{position: fixed;top: 0;left: 0;width: 100%;height: 100%;
    background: rgba(0,0,0,.8)
}
.pop-so .form{position: absolute;top: 50%;left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    background-color: #fff;
    z-index: 2
}
.pop-so .close{position: absolute;top: 5%;right: 5%;width: .4rem;height: .4rem;cursor: pointer;
    background: url(../images/close.svg) center center no-repeat;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 2;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}
.pop-so .close:hover{
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.pop-so .form .inp{display: block;width: 7rem;height: .6rem;
    line-height: .6rem;border: none;
    background: 0 0;
    padding: 0 1.2rem 0 .2rem;
    font-size: .18rem;
    color: #333
}
.pop-so .form .btn{display: block;width: 1rem;height: .6rem;
    line-height: .6rem;
    border: none;
    background: #1E55AF;
    color: #fff;
    font-size: .18rem;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}
.pop-so .form .btn:hover{
    opacity: .7
}


/*******************************
    -------[=导航]-------
********************************/
.menuBtn{position: relative;z-index: 9;display: none;margin-top: .2rem;
    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: #fff;
    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: 50%;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: 100vh;position: relative;}
.banner .slick-slider,.banner .slick-list,.banner .slick-track,.banner .slick-slide{height: 100%;}
.banner .slick-slide .con{outline: 0;position: relative;height: 100%;display: block;
    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 .bg{width: 100%;height: 100%;overflow: hidden;}
.banner .bg img{width: 100%;height: 100%;display: block;object-fit: cover;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
}
.banner .img_scale .bg img{
    -webkit-transition: 4s;
    -o-transition: 4s;
    -moz-transition: 4s;
    transition: 4s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}




.banner .wp{position: relative;height: 100%;}
.banner .tit{position: absolute;left: 0;right: 0;top: 60%;
    font-size: .65rem;font-weight: normal;line-height: 1.6;
    color: #fff;background: url(../images/i-bg1.png) no-repeat left bottom;
}
.banner .slick-arrow{position: absolute;top: 50%;z-index: 2;width: .56rem;height: .56rem;
    font-size: 0;line-height: 0;z-index: 2;text-indent: 9999px;border-radius: 50%;border: 0;cursor: pointer;
    background-repeat: no-repeat;background-position: center;background-color: rgba(255,255,255,.5);
    -o-background-size: .28rem auto;
    -ms-background-size: .28rem auto;
    -moz-background-size: .28rem auto;
    -webkit-background-size: .28rem auto;
    background-size: .28rem auto;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}
.banner .slick-prev{left: 1.6rem;background-image: url(../images/arr-l.png);}
.banner .slick-next{right: 1.6rem;background-image: url(../images/arr-r.png);}
.banner .slick-prev:hover{background-image: url(../images/arr-l-on.png);}
.banner .slick-next:hover{background-image: url(../images/arr-r-on.png);}
.banner .slick-arrow:hover{background-color: rgba(30, 85, 175, .5);}

/*******************************
  -------[=底部]-------
********************************/
.footer{padding: .65rem 0 .15rem;
    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;
}
.footer .wp{display: flex;justify-content: space-between;}
.fd-logo{margin-bottom: .21rem;}
.fd-logo img{display: block;height: .57rem;}
.fd-desc{font-size: .16rem;color: #fff;line-height: 2.29;}
.fd-desc .i-t{padding-left: .4rem;
    background-position: left center;background-repeat: no-repeat;
    -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-desc .i1{background-image: url(../images/i-06.png);}
.fd-desc .i2{background-image: url(../images/i-07.png);}
.fd-desc .i3{background-image: url(../images/i-08.png);}
.fd-nav{padding: .16rem 0 0 1.08rem;height: 1.97rem;width: 33.33%;
    border-left: 1px solid rgba(60, 81, 119, .5);
    border-right: 1px solid rgba(60, 81, 119, .5);
}
.fd-nav dd a{display: block;font-size: .16rem;color: #fff;line-height: 2.86;padding-left: .15rem;
    background: url(../images/i-09.png) no-repeat left center;
    -o-background-size: .07rem auto;
    -ms-background-size: .07rem auto;
    -moz-background-size: .07rem auto;
    -webkit-background-size: .07rem auto;
    background-size: .07rem auto;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.fd-nav dd a:hover{color: #fff;}
.fd-qr{display: flex;flex-wrap: wrap;}
.fd-qr .item{width: 1.2rem;margin-left: .4rem;}
.fd-qr .item .pic img{width: 100%;display: block;}
.fd-qr .item .pic{margin-bottom: .1rem;}
.fd-qr .item .t1{color: #fff;font-size: .16rem;text-align: center;display: block;}
.fd-copy{font-size: .14rem;color: #D2D0D0;line-height: 2.29;padding-top: .29rem;
    text-align: center;
}
/*******************************
    -------[=正文]-------
********************************/
.btn-down{position: absolute;left: 50%;bottom: .4rem;z-index: 3;font-size: 12px;color: #fff;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    animation: myfirst infinite linear alternate 1s;
    -moz-animation: myfirst infinite linear alternate 1s;
    -webkit-animation: myfirst infinite linear alternate 1s;
    -o-animation: myfirst infinite linear alternate 1s;
}
.btn-down .ico{width: .4rem;height: .4rem;display: block;margin: 0 auto .08rem;
    background: url(../images/i-down.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;
}
.btn-down:hover{color: #fff;}
@keyframes myfirst {
    0% {bottom: 35px;}
    100% {bottom: 10px;}
}
@-moz-keyframes myfirst{
    0% {bottom: 35px;}
    100% {bottom: 10px;}
}
@-webkit-keyframes myfirst{
    0% {bottom: 35px;}
    100% {bottom: 10px;}
}
@-o-keyframes myfirst{
    0% {bottom: 35px;}
    100% {bottom: 10px;}
}

@keyframes myfirst2 {
    0% {bottom: .24rem;}
    100% {bottom: .08rem;}
}
@-moz-keyframes myfirst2{
    0% {bottom: .24rem;}
    100% {bottom: .08rem;}
}
@-webkit-keyframes myfirst2{
    0% {bottom: .24rem;}
    100% {bottom: .08rem;}
}
@-o-keyframes myfirst2{
    0% {bottom: .24rem;}
    100% {bottom: .08rem;}
}

@keyframes myfirst3 {
    0% {right: -.22rem;opacity: 1;}
    100% {right: -.3rem;opacity: 0;}
}
@-moz-keyframes myfirst3{
    0% {right: -.22rem;opacity: 1;}
    100% {right: -.3rem;opacity: 0;}
}
@-webkit-keyframes myfirst3{
    0% {right: -.22rem;opacity: 1;}
    100% {right: -.3rem;opacity: 0;}
}
@-o-keyframes myfirst3{
    0% {right: -.22rem;opacity: 1;}
    100% {right: -.3rem;opacity: 0;}
}


.Annex {
    margin-top: .4rem;
    color: #1E55AF;
    text-indent: 0em;
}

.Annex h3 {
    margin: .24rem 0;
    font-size: .24rem;
	background: url(../images/atth.png) no-repeat 0;
	padding-left: .42rem;
}

.Annex ul li {
    margin-bottom: .02rem;
    font-size: .18rem;
}
.Annex ul li span{margin-right:.1rem;color:#333;}
.Annex ul li a:hover {
    color: #1E55AF;
}
/*分页*/
.pages{ text-align:center; height:30px;line-height:28px; margin:35px 0; overflow: hidden;font-size: 14px;}
.pages img{vertical-align: middle;width: auto;}
.pages span{ color:#003c7f; padding:0 20px 0 0px;}
.pages a{ display: inline-block; *display:inline; *zoom:1; *vertical-align: middle;width:28px; height: 28px;*height:29px;line-height: 28px; text-align:center; margin:0 5px;border:1px solid #ddd;}
.pages a img{*display:block; *margin-top: 8px;}
.pages a:hover{ color:#fff; background-color:#003b90;}
.pages a.prev,.pages a.start,.pages a.next,.pages a.end{width: auto;padding:0 8px;}
.pages a.prev:hover,.pages a.start:hover,.pages a.next:hover,.pages a.end:hover{background:#1E55AF;color:#fff;}
.pages a.on_pages{ background-color:#012b5b;color:#fff;}
.pages_min{ margin:25px 0; overflow: hidden; display: none;padding:0 18px;font-size:13px;font-size:1.3rem;}
.pages_min a.prev_min,.pages_min a.next_min{ display: block; width:100px; height: 30px; float:left; background: #eaeef5; border-radius: 3px; color:#003c7f; line-height: 30px; text-align: center;}
.pages_min a.next_min{ float:right;}
.pages_min a:hover{ background:#f18e21; color:#fff; transition:0.5s;}
