/*@media (min-width:1601px) {
    html {
        font-size: 16px;
    }
}

@media (min-width:1400px) and (max-width:1600px) {
    html {
        font-size: 14px;
    }
}

@media (min-width:640px) and (max-width:1399px) {
    html {
        font-size: 13px;
    }
}

@media (min-width:481px) and (max-width:639px) {
    html {
        font-size: 13px;
    }
}

@media (min-width:329px) and (max-width:480px) {
    html {
        font-size: 13px;
    }
}
*/


/*-----------------[初始化]--------------*/
html{position: relative;overflow-x: hidden;}
body{color: #333;font-size: 12px;line-height: 1.5;font-family:"微软雅黑","Microsoft Yahei";
    overflow-x: hidden;
}
a{color: #333;}
a:hover{color: #1F55AD;}
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:"微软雅黑","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: 14rem;margin: 0 auto;}
.h50{height: 50px;clear: both;overflow: hidden;}
.h100{height: 100px;clear: both;overflow: hidden;}





/*******************************
  -------[=头部]-------
********************************/
.header.fixed:before{background: rgba(0,0,0,0);height: 100%;}
.header.fixed{position: fixed;padding: 0 1.3rem;
    background-color: #fff;
    box-shadow: 0px 0px .15rem rgba(0,0,0,.1);
}
.header.fixed .link{display: none;}
.header.fixed .nav{clear: both;margin-right: .8rem;}
.header.fixed .nav li .v1{color: #333;line-height: .92rem;padding: 0;font-size: .24rem;}
.header.fixed .nav li .ok .v1{font-weight:bold;color: #1E55AF!important;}
.header.fixed .serv{display: none;}
.header.fixed .menu{display: none;}
.header.fixed .logo{line-height: .92rem;font-size: 0;margin: 0;}
.header.fixed .logo img{display: inline-block;vertical-align: middle;}
.header.fixed .logo .img1{display: none;}
.header.fixed .logo .img2{display: inline-block;}
.header.fixed .logo img{height: .67rem;}
.header.fixed .so-btn{background-image: url(../images/i-so.png);
    position: absolute;top: 0;right: 0;margin-top: .19rem;
}




.header{position: absolute;top: 0;left: 0;right: 0;z-index: 109;
    border-top: .08rem solid #1E55AF;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.header:before{content: '';position: absolute;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 .wp1600{position: relative;z-index: 2;}
.logo{margin-top: .3rem;float: left;margin-left: 1.3rem;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.logo img{display: block;height: .76rem;}
.logo .img2{display: none;}
.hdr{float: right;}
.header .t-r{float: right;position: relative;}
.header .link{float: left;line-height: .54rem;}
.header .link a{font-size: .16rem;color: #D5E5FF;margin-left: .32rem;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.header .link a:hover,.header .serv dt:hover{color: #fff;}
.header .serv{float: left;margin-left: .38rem;position: relative;}
.header .serv dt{font-size: .18rem;color: #D5E5FF;padding-right: .19rem;
    font-weight: bold;line-height: .55rem;cursor: pointer;
    background: url(../images/i-03.png) no-repeat right center;
    -o-background-size: .1rem auto;
    -ms-background-size: .1rem auto;
    -moz-background-size: .1rem auto;
    -webkit-background-size: .1rem auto;
    background-size: .1rem auto;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.header .serv dd{position: absolute;top: 100%;left: 50%;width: 1.2rem;display: none;
    background-color: #1E55AF;text-align: center;padding: .1rem 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.header .serv dd a{display: block;font-size: .16rem;color: #fff;line-height: 2.5;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.header .serv dd a:hover{background-color: #C7DCFF;color: #1E55AF;}
.so-btn{float: left;width: .55rem;height: .55rem;margin-left: .4rem;cursor: pointer;
    background: url(../images/i-04.png) no-repeat center;
    -o-background-size: .26rem auto;
    -ms-background-size: .26rem auto;
    -moz-background-size: .26rem auto;
    -webkit-background-size: .26rem auto;
    background-size: .26rem auto;
}
.so{position: absolute;right: 0;top: 100%;z-index: 2;width: 3rem;display: none;}
.so .inp{display: block;width: 100%;height: .5rem;padding: 0 .66rem 0 .16rem;
    border: 0;font-size: .16rem;
}
.so .btn{position: absolute;right: 0;top: 0;width: .5rem;height: 100%;
    border: 0;cursor: pointer;
    background: #1E55AF url(../images/i-04.png) no-repeat center;
}
.menu{float: right;position: relative;width: 1.37rem;height: 1.06rem;cursor: pointer;
    background: url(../images/i-59.png) no-repeat left 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;
}
.nav{clear: both;}
.nav li{float: left;margin-left: .38rem;position: relative;}
.nav li .v1{display: block;font-size: .22rem;color: #FFF;padding: .15rem 0;}
.nav li.ok .v1{font-weight:700;}
.nav .sub{position: absolute;left: 50%;width: 1.44rem;text-align: center;display: none;
    background-color: #fff;border-top: 2px solid #1E55AF;padding: 5px 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.nav .sub a{display: block;font-size: .18rem;line-height: 2.5;}


.pop-nv{position: fixed;top: 0;left: 0;right: 0;bottom: 0;z-index: 111;border-top: .05rem solid #1E55AF;display: none;
    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;
}
.nv-hd{padding: 0 1.6rem;position: relative;*zoom:1;}
.nv-hd:after,.nv-hd:before{display:block; content:"clear"; height:0; clear:both; overflow:hidden; visibility:hidden; }
.nv-hd .t-l{float: left;margin-top: .28rem;}
.nv-hd .t-l a{font-size: .16rem;color: #D5E5FF;margin-right: .3rem;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.nv-hd .t-r{float: right;margin-top: .28rem;position: relative;}
.nv-hd .t-r:after{content: '';position: absolute;right: 0;top: 50%;width: 1px;height: .16rem;
    background-color: #fff;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.nv-hd .t-r a{font-size: .16rem;color: #D5E5FF;margin-right: .3rem;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.nv-hd .t-l a:hover,.nv-hd .t-r a:hover{color: #fff;}
.nv-hd .menu2{position: absolute;right: 0;top: 0;width: .87rem;height: .72rem;cursor: pointer;
    background: url(../images/i-58.png) no-repeat left 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;
}
.nv-hd .so-btn{float: right;margin-left: .2rem;margin-top: .11rem;}
.p-logo{position: absolute;top: .33rem;left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.p-logo img{display: block;height: .76rem;}
.nv-con{padding-top: 1.18rem;}
.nv-con ul{text-align: center;
    display: flex;
    justify-content: space-between;
}
.nv-con ul li{transform: translateY(0);opacity: 1;

    transform: translateY(.5rem);
    transition: .5s;

    text-align: center
}
.nv-con ul  li:nth-child(1) {transition-delay: .1s}
.nv-con ul  li:nth-child(2) {transition-delay: .2s}
.nv-con ul  li:nth-child(3) {transition-delay: .3s}
.nv-con ul  li:nth-child(4) {transition-delay: .4s}
.nv-con ul  li:nth-child(5) {transition-delay: .5s}
.nv-con ul  li:nth-child(6) {transition-delay: .6s}
.nv-con ul  li:nth-child(7) {transition-delay: .7s}
.nv-con ul  li:nth-child(8) {transition-delay: .8s}
.nv-con ul  li:nth-child(9) {transition-delay: .9s}

.nv-con a{color: #FFF;display: block;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.nv-con a:hover{opacity: .7;}
.nv-con dt{margin-bottom: .34rem;}
.nv-con dt a{font-size: .22rem;position: relative;}
.nv-con dd a{font-size: .18rem;line-height: 2.2;}

.nv-con .ico{display: none;}


.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
}

.pop-service{position: fixed;top: 0;left: 0;right: 0;bottom: 0;z-index: 111;
    display: none;
    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;
}
.pop-service .close{position: absolute;top: .62rem;right: 1.62rem;z-index: 2;
    width: .38rem;height: .38rem;cursor: pointer;
    background: url(../images/close.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;
}
.pop-service .close:hover{
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg)
}
.pop-service .tit{text-align: center;font-size: .3rem;color: #fff;margin: .57rem 0 .6rem;}
.pop-service ul{padding: 0 .4rem;}
.pop-service .ico{float: left;width: .32rem;height: .32rem;margin-right: .16rem;}
.pop-service .ico img{width: 100%;display: block;}
.pop-service dt{margin-bottom: .23rem;}
.pop-service dt a{font-size: .22rem;color: #fff;line-height: .32rem;font-weight: bold;}
.pop-service dd a{font-size: .16rem;line-height: 3.13;color: #fff;display: block;
    padding-left: .48rem;
}
.pop-service dd a:hover{font-weight: 600;}

.pop-service li{width: 16.66%;float: left;}
.pop-service li a{font-size: .18rem;color: #fff;display: block;line-height: .5rem;
    text-align: center;
}
.pop-service li a:hover{font-weight: 600;}




/*******************************
    -------[=导航]-------
********************************/
.menuBtn{z-index: 9;display: block;position: absolute;top: 50%;left: 50%;
    width: 3.44rem;height: 3.44rem;cursor: pointer;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn b{display: block;height: 0.44rem;background-color: #fff;
    margin-bottom: 0.81rem;
    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: 2px;top: 40%;width: 3.13rem;}
.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;overflow: hidden;}
.banner .con{display: block;}
.banner .bg img{display: block;height: 100vh;width: 100%;object-fit: cover;
    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;
    -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 .swiper-slide-active .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 .swiper-slide {
    overflow: hidden
}
.banner .ban-bot{position: absolute;left: 0;right: 0;bottom: 1.72rem;z-index: 2;font-size: 0;text-align: center;}
.banner .swiper-pagination{position: static;width: auto !important;display: inline-block;vertical-align: middle;}
.banner .swiper-pagination .swiper-pagination-bullet{width: .16rem;height: .16rem;margin: 0 7px !important;
    border: 1px solid #fff;border-radius: 50%;opacity: 1;
    background-color: transparent;
}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color: #F1A90D;border-color: #F1A90D;}
.banner .more{font-size: 12px;color: #fff;height: .16rem;line-height: .16rem;display: inline-block;vertical-align: middle;
    border-left: 1px solid #fff;margin-left: 8px;padding-left: 10px;
}
.banner .swiper-arrow{position: absolute;top: 50%;width: .62rem;height: .62rem;
    border-radius: 50%;z-index: 2;cursor: pointer;
    background-position: center;background-repeat: no-repeat;
    background-color: rgba(30, 85, 175, .33);
    -o-background-size: .29rem auto;
    -ms-background-size: .29rem auto;
    -moz-background-size: .29rem auto;
    -webkit-background-size: .29rem auto;
    background-size: .29rem auto;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.banner .swiper-prev{left: .93rem;background-image: url(../images/i-01.png);}
.banner .swiper-next{right: .93rem;background-image: url(../images/i-02.png);}
.banner .swiper-arrow:hover{background-color: rgba(30, 85, 175, .7);}

.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;}
}



/*******************************
  -------[=底部]-------
********************************/
.footer{}
.fd-con{overflow: hidden;padding: .6rem 0 .78rem;
    background: url(../images/p-bg7.jpg) no-repeat center;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.fd-l{float: left;}
.fd-logo{margin-bottom: .23rem;}
.fd-logo img{display: block;height: .83rem;}
.fd-txt{font-size: .18rem;color: #D8D8D8;line-height: 1.88;}
.fd-link{float: left;margin-left: 1.33rem;width: 5.16rem;padding-top: .76rem;}
.fd-link a{font-size: .18rem;line-height: 1.88;color: #D8D8D8;float: left;width: 50%;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.fd-link a:hover{color: #fff;}
.fd-share{float: right;margin-top: 1.66rem;}
.fd-share a{float: left;width: .51rem;height: .51rem;position: relative;margin-left: .36rem;
    border-radius: 50%;background-color: rgba(114, 150, 208, .8);
    background-position: center;background-repeat: no-repeat;
    -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-share .ico-weix{background-image: url(../images/i-42.png);}
.fd-share .ico-qiye{background-image: url(../images/i-43.png);}
.fd-share .ico-shou{background-image: url(../images/i-44.png);}
.fd-share .ico-mail{background-image: url(../images/i-45.png);}
.fd-share a:hover{background-color: #fff;}
.fd-share .ico-weix:hover{background-image: url(../images/i-42-on.png);}
.fd-share .ico-qiye:hover{background-image: url(../images/i-43-on.png);}
.fd-share .ico-shou:hover{background-image: url(../images/i-44-on.png);}
.fd-share .ico-mail:hover{background-image: url(../images/i-45-on.png);}
.fd-share .qr{position: absolute;left: 50%;bottom: 100%;margin-bottom: .32rem;width: 1.14rem;padding: 9px 9px 0;
    background-color: #fff;border-radius: .1rem;text-align: center;display: none;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.fd-share .qr:after{content: '';position: absolute;top: 100%;left: 50%;
    border-top: 10px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.fd-share .qr .t1{font-size: 12px;color: #333;display: block;padding: 3px 0 5px;}
.fd-share a:hover .qr{display: block;}
.fd-bot{height: .61rem;line-height: .61rem;text-align: center;
    background-color: #083A8C;
    font-size: .16rem;color: #ADCCFF;
}
.fd-bot a{color: #ADCCFF;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.fd-bot a:hover{color: #fff;}
/*******************************
    -------[=正文]-------
********************************/
.fix-right{position: fixed;right: 0;top: 50%;z-index: 108;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.fix-right li{margin-bottom: 1px;}
.fix-right .con{display: block;position: relative;width: .48rem;height: .48rem;}
.fix-right .t-c{position: absolute;top: 0;right: 0;width: 1.5rem;height: 100%;overflow: hidden;
    background-color: rgba(30, 85, 175, .66);
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.fix-right .ico{display: block;float: left;width: .48rem;height: 100%;position: relative;border-right: 1px solid rgba(255,255,255,.6);}
.fix-right .ico img{width: 100%;height: 100%;display: block;position: absolute;top: 0;left: 0;
    transition: .5s;padding:.08rem;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.fix-right .t1{overflow: hidden;line-height: .48rem;font-weight: normal;
    font-size: .16rem;color: #fff;text-align: center;
}
.fix-right .con:hover .t-c{width: 1.7rem;
    background-color: #C09944;
}
.fix-right .con:hover .ico .img1{opacity: 0;}
.fix-right .con:hover .ico .img2{opacity: 1;}
.fix-right .down{position: absolute;top: 100%;right: 0%;width: 1.5rem;cursor: pointer;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.fix-right .down i{width: .48rem;height: .48rem;display: block;margin: 0 auto;
    background: url(../images/i-q21.png) no-repeat center center;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
}
.fix-right.on .t-c{width: .48rem;}
.fix-right.on .down{width: .48rem;}
.fix-right.on .down i{background-image: url(../images/i-q21-1.png);}



.ban{height: 6.03rem;position: relative;
    background-position: center bottom;background-repeat: no-repeat;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.ban img{width: 100%;height: 100%;display: block;}
.ban-con{position: absolute;left: 0;right: 0;bottom: 1.22rem;z-index: 2;
    color: #FFF;
}
.ban-con .left{float: left;}
.ban-con .tit{font-size: .36rem;font-weight: normal;width: 2.12rem;padding-bottom: .13rem;margin-bottom: .16rem;
    background: url(../images/i-53.png) no-repeat left 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;
}
.ban-con .cur{font-size: .16rem;}
.ban-con .cur a{color: #fff;}
.ban-con .cur a:hover{text-decoration: underline;}
.ban-con .tab{float: right;margin-top: .58rem;}
.ban-con .tab li{float: left;margin-left: .36rem;}
.ban-con .tab li a{font-size: .22rem;color: #fff;}
.ban-con .tab li.on a,.ban-con .tab li:hover a{font-weight: bold;}



@media only screen and (max-width: 1199px) {
    .pop-service li{width: 33.33%;}
    .pop-service li a{font-size: .24rem;}
    .pop-service ul{padding: 0 .3rem;}
	.fix-right .ico img{width: 80%;height:80%;left:15%;top:10%;}
	.fix-right .down{display:none;}
}