@charset "utf-8";
/* CSS Document */

/* css 重置start */
html { -webkit-text-size-adjust:none; -webkit-appearance: none;  }
body,div,form,img,ul,ol,li,dl,dt,dd,p,h1,h2,h3,h4,h5,h6{margin:0;padding:0; font-style:normal; -webkit-appearance: none;}
input,input[type="submit"], input[type="reset"],input[type="checkbox"],select,textarea {-webkit-appearance: none; appearance: none;  border-radius: 0; }
fieldset,img{border:0; vertical-align:middle;}
ul,ol,li{list-style:none;}
h1,h2,h3,h4,h5,h6 { font-size: 100%; font-weight:normal;}
:focus { outline: 0;}
sup, sub {font-size: 100%;vertical-align: baseline;}
legend { color: #000; } /* for ie6 */
fieldset, img { border: none; } /* img 搭车：让链接里的 img 无边框 */
button, input, select, textarea {  font-size: 100%;} /* 使得表单元素在 ie 下能继宿舍承字体大小 */
table { border-collapse: collapse; border-spacing:0;}
caption, th { text-align: left;}
a:link,a:visited,a:hover,a:active{ text-decoration:none; -webkit-tap-highlight-color: transparent; tap-highlight-color: transparent;}
.win_fz{ font-size:.75rem;}
.fz21{ font-size:1.312rem;}
.fz24{ font-size:1.5rem;}
.fz26{ font-size:1.625rem;}
.yuanjiao{border-radius:50%;}
/* css 重置end */


@-webkit-keyframes UpCss {

    0% {

        -webkit-transform: translateY(30%);
		 opacity:0;
    }
    100% {

        -webkit-transform: translateY(0);
		 opacity:1;

    }

}

@keyframes UpCss {

    0% {

      transform: translateY(30%);
	  opacity:0;

    }
    100% {

      transform: translateY(0);
	  opacity:1;
    }

}

@-webkit-keyframes downCss {

    0% {

        -webkit-transform: translateY(-30%);
		 opacity:0;
    }
    100% {

        -webkit-transform: translateY(0);
		 opacity:1;

    }

}

@keyframes downCss {

    0% {

      transform: translateY(-30%);
	  opacity:0;

    }
    100% {

      transform: translateY(0);
	  opacity:1;
    }

}

@-webkit-keyframes downUpCss {

    0% {

        -webkit-transform: translateY(0);
		 opacity:1;
    }

    50% {

        -webkit-transform: translateY(.1rem);
		 opacity:.5;
    }

    100% {

        -webkit-transform: translateY(0);
		 opacity:1;

    }

}

@keyframes downUpCss {

    0% {

      transform: translateY(0);
	  opacity:1;

    }

    50% {

      transform: translateY(.1rem);
	  opacity:.5;

    }

    100% {

      transform: translateY(0);
	  opacity:1;
    }

}

@-webkit-keyframes scaleCss {
    0% {   -webkit-transform: scale(2);  opacity:0;}
    100% {  -webkit-transform: scale(1);  opacity:1;}
}
@keyframes scaleCss {
    0% {transform: scale(2);   opacity:0;}
    100% { transform: scale(1);   opacity:1;}
}

@-webkit-keyframes z {
	from {
		-webkit-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
	}
	to {
		-webkit-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
	}
}

@keyframes z {
	from {
		transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
		
	}
	to {
		transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
	}
}

@-webkit-keyframes fz {
	from {
		-webkit-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
	}
	to {
		-webkit-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
	}
}

@keyframes fz {
	from {
		transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
	}
	to {
		transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(-360deg) scaleX(1) scaleY(1) scaleZ(1);
	}
}


@-webkit-keyframes glow {
    0% {
		border-color: #80f9e7;
		box-shadow: 0 0 .16rem rgba(84,255,229,.7), inset 0 0 .16rem rgba(0,255,0,.6), 0 1px 0 #54ffe5;
    }	
    100% {
		border-color: #54ffe5;
		box-shadow: 0 0 .36rem rgba(84,255,229,.9), inset 0 0 .26rem rgba(0,255,0,.8), 0 1px 0 #54ffe5;
    }
}

@keyframes glow {
    0% {
		border-color: #80f9e7;
		box-shadow: 0 0 .16rem rgba(84,255,229,.7), inset 0 0 .16rem rgba(0,255,0,.6), 0 1px 0 #54ffe5;
    }	
    100% {
		border-color: #54ffe5;
		box-shadow: 0 0 .36rem rgba(84,255,229,.9), inset 0 0 .26rem rgba(0,255,0,.8), 0 1px 0 #54ffe5;
    }
}


@-webkit-keyframes snow{
	0%{background-position-x:0;background-position-y:0}
	50%{background-position-y:40rem}
	100%{background-position-x:-40rem;background-position-y:80rem}
}

@keyframes snow{
	0%{background-position-x:0;background-position-y:0;}
	50%{background-position-y:40rem; }
	100%{background-position-x:-40rem;background-position-y:80rem; }
}

@-webkit-keyframes person-slow{
     0% {background-position:left -.02rem;}
	15% {background-position:left -1.02rem;}
	30% {background-position:left -2.02rem;}
	60% {background-position:left -2.02rem;}
	85% {background-position:left -1.02rem;}
	100% {background-position:left -.02rem;}
}

@keyframes person-slow{
     0% {background-position:left -.02rem;}
	15% {background-position:left -1.02rem;}
	30% {background-position:left -2.02rem;}
	60% {background-position:left -2.02rem;}
	85% {background-position:left -1.02rem;}
	100% {background-position:left -.02rem;}
}



/*公共样式*/
body{ font-family:'微软雅黑'; font-weight:400; font-size:0.32rem; background:#fff; color:#fff; position:inherit; width:100%;}
.prov{ position:relative; overflow:hidden;}
.ptas{ position:absolute;}
h1{ font-weight:500;margin:0;}
.fzs50 span{float:left; width:200%; margin-left:-50%;  -webkit-transform:scale(0.5);  transform:scale(0.5);}
.cssddd{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.boxCb{box-sizing:border-box;-moz-box-sizing:border-box; -webkit-box-sizing:border-box; }
select::-ms-expand { display:none; }
select {
  /*很关键：将默认的select选择框样式清除*/
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
}


.header{ width:100%; height:60px; background-color:#5090e6;  z-index:100; top:0px; left:0px;position:fixed;}
.header .h_logo{ float:left; height:50px; width:114px; padding-left:54px; background:url(http://thsy.yx20.com/m/Tpl/Public/Images/index/logo.png) no-repeat left top; margin:5px 0 0 2.5%;  background-size:50px 50px;}
.header .h_logo span{ font-size:14px; color:#fff; width:100%; float:left; line-height:20px; padding:7px 0 1px 0; }
@media (min-width: 360px){.header .h_logo{width:130px;} .header .h_logo span{ font-size:16px; } }
.header .h_logo font{ font-size:12px; color:#b8d6fe; width:100%; float:left; line-height:14px; text-indent:6px;}
.header .h5_down{ float:right; width:113px; height:38px; background:url(http://thsy.yx20.com/m/Tpl/Public/Images/zhuanti/20180917/down.png) no-repeat left top; background-size:113px 38px;  margin:11px 2.5% 0 0;  -moz-animation:cssScale 1s linear infinite; -webkit-animation:cssScale 1s linear infinite; animation:cssScale 1s linear infinite}
.header .h_home{ float:right; width:63px; height:38px; background:url(http://thsy.yx20.com/m/Tpl/Public/Images/index/gohome.png) no-repeat; background-size:63px 38px;  margin:11px 2.5% 0 0;}
.header .cv_down{ width:63px; height:38px; background:url(http://thsy.yx20.com/m/Tpl/Public/Images/index/mindown.png) no-repeat; float:right; background-size:63px 38px; margin:11px 5px 0 0;}


.ackBut.hover{
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both;	
	-webkit-animation-name:scaleCss;
	animation-name:scaleCss;
	-webkit-animation-timing-function:ease-out;
	animation-timing-function:ease-out;
	-webkit-animation-duration:.3s;
	animation-duration:.3s;
}

.ztt{ position:absolute; width:100%; left:0; min-height:1.27rem;}
.ztt1{ background:url(../../Images/zhuanti/20181219/b1tt.png) no-repeat center top; background-size:5.3rem 1.27rem; top:.51rem;}
.ztt2{ background:url(../../Images/zhuanti/20181219/b2tt.png) no-repeat center top; background-size:5.48rem 1.27rem; top:.57rem;}
.ztt3{ background:url(../../Images/zhuanti/20181219/b3tt.png) no-repeat center top; background-size:5.39rem 1.27rem; top:.72rem;}
.ztt4{ background:url(../../Images/zhuanti/20181219/b4tt.png) no-repeat center top; background-size:5.47rem 1.27rem; top:.57rem;}
.ztt5{ background:url(../../Images/zhuanti/20181219/b5tt.png) no-repeat center top; background-size:5.38rem 1.27rem; top:.63rem;}
.more{ width:1.7rem; height:.7rem; position:absolute; left:2.85rem; overflow:hidden;}
.imgBox{ position:absolute; width:5.74rem; height:3.66rem;  background:url(../../Images/zhuanti/20181219/txtk.png); background-size:100%; left:.87rem;}

.ztop{ width:100%; height:11.81rem;  background:url(../../Images/zhuanti/20181219/bg1.jpg) no-repeat left top; background-size:7.5rem 100%; position:relative; overflow:hidden;}

.ztop:before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: -50%;
    width: 200%;
    height: 100%;
    z-index: 1;
    background-size: 10rem 10rem;
    background-image: url(../../Images/zhuanti/20181219/falling-snow2.png);
    -webkit-animation: snow 88s linear infinite;
    animation: snow 88s linear infinite;
}


.ztop:after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: -50%;
    width: 200%;
    height: 100%;
    z-index: 10;
    background-size: 10rem 10rem;
    background-image: url(../../Images/zhuanti/20181219/falling-snow1.png);
    -webkit-animation: snow 68s linear infinite;
    animation: snow 68s linear infinite;
}



.zbox{ width:100%; position:relative; float:left; }
.zbox .title{ position:absolute; left:2.69rem; top:.9rem; width:4.81rem; height:5.69rem; background:url(../../Images/zhuanti/20181219/tt1.png); background-size:100%; z-index:2;}
.zbox .serName{ position:absolute; width:1.4rem; height:5rem; top:1.49rem; right:0px; background:url(../../Images/zhuanti/20181219/tt2.png); background-size:100%;}


.zbox1{ height:12.7rem; background:url(../../Images/zhuanti/20181219/bg2.jpg) no-repeat left top; background-size:7.5rem 100%;}
.zbox1 .b1txt{ position:absolute; text-align:center; color:#c2b9f3; font-size:.44rem; left:0px; top:1.94rem; height:.78rem; z-index:3; }
.zbox1 .b1txt span{ line-height:.78rem; margin-top:-.39rem;}
.zbox1 .b1but{ position:absolute; top:2.57rem; z-index:2; left:.9rem; height:auto; width:auto; }
.zbox1 .b1but a{ width:.64rem; height:1.66rem; float:left; margin-right:1.03rem; background:url(../../Images/zhuanti/20181219/b1but.png) no-repeat left top; background-size:5.66rem 2.07rem;}
.zbox1 .b1but a:nth-child(2){ margin-top:.41rem; background-position:-1.67rem -.41rem;}
.zbox1 .b1but a:nth-child(3){ margin-top:.41rem; background-position:-3.35rem -.41rem;}
.zbox1 .b1but a:nth-child(4){ margin-right:0; background-position:right top;}
.yy_but{ width:1.66rem; height:1rem; position:absolute; top:4.11rem;}
.current.yy_but{
	animation-timing-function:step-start;
	-webkit-animation-timing-function:step-start;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	animation-name: person-slow;
	-webkit-animation-name: person-slow;
	animation-duration: 1.2s;
	-webkit-animation-duration:1.2s; 
} 
.yybut1{ right:.17rem; background:url(../../Images/zhuanti/20181219/b1s.png) no-repeat left top; background-size:1.66rem 3rem; }
.yybut2{ left:.17rem;background:url(../../Images/zhuanti/20181219/b1y.png) no-repeat left top; background-size:1.66rem 3rem;}
.quanBox{ position:absolute; width:6.2rem; height:6.2rem; left:.65rem; top:5.64rem; overflow:hidden;}
.quanBox .q1{ position:absolute; width:6.2rem; height:6.2rem; left:0; top:0px; background:url(../../Images/zhuanti/20181219/q1.png) no-repeat left top; background-size:100%;}
.quanBox .q2{ position:absolute; width:4.63rem; height:4.63rem; left:50%; margin-left:-2.31rem; top:50%; margin-top:-2.31rem; background:url(../../Images/zhuanti/20181219/q2.png) no-repeat left top; background-size:100%;}
.quanBox .q3{ position:absolute; width:3.67rem; height:3.67rem; left:50%; margin-left:-1.83rem; top:50%; margin-top:-1.83rem; background:url(../../Images/zhuanti/20181219/q3.png) no-repeat left top; background-size:100%;}

.fz{-webkit-animation: fz 30s linear 0s infinite; animation: fz 30s linear 0s infinite;}
.z{-webkit-animation: z 30s linear 0s infinite; animation: z 30s linear 0s infinite;}

.b1Nav{ position:absolute; left:.48rem; top:5.28rem; width:auto;}
.b1Nav a{ float:left; width:.63rem; height:.63rem; margin-right:.14rem; z-index:66; position:relative; overflow:hidden;}
.b1Nav a i{ position:absolute; left:0px; top:0px; width:100%; z-index:2; opacity:0;  -webkit-transition: all .3s ease-out; transition: all .3s ease-out;}
.b1Nav a.hover i,.b1Nav a:hover i{opacity:1; }
.jnList{ position:absolute; z-index:16; width:100%; height:6.2rem; top:5.64rem; left:0px;}
.jnList .jnLul,.jnList .sxLul{ position:relative; width:100%; height:6.2rem; float:left;}
.jnList .jnLul .jnLul_li,.jnList .sxLul li{ position:absolute; width:100%; height:6.2rem; display:none;}
.jnList .jnLul .jnLul_li.hover,.jnList .sxLul li.hover{ display:block;}
.jnList .jnLul .jnLul_li a{ position:absolute; height:1.17rem;background:url(../../Images/zhuanti/20181219/jnbg2.png) no-repeat left top; background-size:1.17rem 1.17rem; z-index:5;}
.jnList .jnLul .jnLul_li a.hover{background:url(../../Images/zhuanti/20181219/jnbg.png) no-repeat left top; background-size:1.17rem 1.17rem;}
.jnList .jnLul .jnLul_li a.zyjn1{ left:1.1rem; top:.89rem;}
.jnList .jnLul .jnLul_li a.zyjn2{ left:4.98rem; top:.89rem; }
.jnList .jnLul .jnLul_li a.zyjn3{ left:.17rem; top:2.78rem; }
.jnList .jnLul .jnLul_li a.zyjn4{ right:.17rem; top:2.78rem; }
.jnList .jnLul .jnLul_li a.zyjn5{ left:1.1rem; top:4.68rem; }
.jnList .jnLul .jnLul_li a.zyjn6{ right:1.1rem; top:4.68rem; }

.jnList .jnLul .jnLul_li a.zyjn1_1{ left:1.2rem; top:1.32rem; }
.jnList .jnLul .jnLul_li a.zyjn2_1{ right:1.2rem; top:1.32rem; }
.jnList .jnLul .jnLul_li a.zyjn3_1{ left:.5rem; top:3.75rem; }
.jnList .jnLul .jnLul_li a.zyjn4_1{ right:.5rem; top:3.75rem; }
.jnList .jnLul .jnLul_li a.zyjn5_1{ left:3.17rem; width:1.17rem; top:4.82rem; background-position:left bottom;height:1.71rem; }


.jnList .jnLul .jnLul_li a.zyRjn{background-position:right top; }
.jnList .jnLul .jnLul_li a img{ float:left; width:.9rem; height:.9rem; margin:.12rem .13rem .13rem .13rem; border-radius:50%;}
.jnList .jnLul .jnLul_li a.zyRjn img{ margin:.12rem .14rem .13rem .12rem;}
.jnList .jnLul .jnLul_li a p{ float:left; width:.24rem; text-align:left; height:.44rem; overflow:hidden; margin-top:.35rem; color:#fff;}
.jnList .jnLul .jnLul_li a p span{ line-height:.44rem; font-size:.44rem; margin-top:-.22rem;}
.jnList .jnUt{ position:absolute; z-index:3; width:100%; left:0px; top:.35rem; height:.39rem; overflow:hidden; background:url(../../Images/zhuanti/20181219/t.png) no-repeat center top; background-size:4.57rem .39rem;}
.jnList .jnUt span{ font-size:.4rem; color:#dcd6fe; text-align:center; line-height:.78rem; margin-top:-.2rem;}

.jnList .jnLul .jnLul_li a.zyjn5_1 p{ text-align:center; width:1.17rem; height:.44rem; overflow:hidden; margin:0px; padding-bottom:.1rem; overflow:hidden; }
.jnList .jnLul .jnLul_li a.zyjn5_1 p span{ height:.88rem; margin-top:-.22rem; }

.jnUtxt{ position:absolute; padding-left:.65rem; width:1.76rem; min-height:4.54rem; z-index:2px; left:2.2rem; top:.84rem; background:url(../../Images/zhuanti/20181219/b2ck.png) no-repeat left top; background-size:2.41rem 4.54rem;}
.jnUtxt .boxName{ text-align:center; width:100%; padding:.3rem 0 .05rem 0;}
.jnUtxt li{ display:none;}
.jnUtxt li.hover{ display:block;}
.jnUtt{ width:100%; height:.43rem;}
.sxLul .jnUtxt .boxName{padding:.3rem 0 .26rem 0;}
.jnUtt1{ background:url(../../Images/zhuanti/20181219/nav/z1.png) no-repeat center top; background-size:1.07rem .42rem;}
.jnUtt2{background:url(../../Images/zhuanti/20181219/nav/z2.png) no-repeat center top; background-size:1.07rem .42rem;}
.jnUtt3{ background:url(../../Images/zhuanti/20181219/nav/z3.png) no-repeat center top; background-size:1.07rem .42rem;}
.jnUtt4{ background:url(../../Images/zhuanti/20181219/nav/z4.png) no-repeat center top; background-size:1.07rem .42rem;}
.jnUtt5{ background:url(../../Images/zhuanti/20181219/nav/z5.png) no-repeat center top; background-size:1.07rem .42rem;}
.jnUtt6{ background:url(../../Images/zhuanti/20181219/nav/z6.png) no-repeat center top; background-size:1.07rem .42rem;}
.jnUtt7{ background:url(../../Images/zhuanti/20181219/nav/z7.png) no-repeat center top; background-size:1.07rem .42rem;}
.jnUtt8{ background:url(../../Images/zhuanti/20181219/nav/z8.png) no-repeat center top; background-size:1.07rem .42rem;}
.jnUtt9{ background:url(../../Images/zhuanti/20181219/nav/z9.png) no-repeat center top; background-size:1.07rem .42rem;}

.jnUtxt .boxName img{ width:1.37rem; height:.44rem; margin:0 auto;}
.jnUtxt h2{ text-align:center; font-size:.24rem; color:#535bbf; margin:0px; line-height:.44rem; font-weight:bold;}
.jnUtxt p{ padding:0 .12rem; height:2.88rem;}
.jnUtxt p span{ font-size:.4rem; color:#535bbf; line-height:.72rem; height:5.76rem; margin-top:-1.44rem;}

.sxTxt{ line-height:.4rem; text-align:center;  color:#535bbf; padding-top:22px;}
.sxTxt p{ float:left; width:100%; height:.26rem; overflow:hidden; text-align:left; padding:0; margin-bottom:.04rem; text-indent:.92rem; background:url(../../Images/zhuanti/20181219/ts2.png) no-repeat 1.07rem bottom; background-size:.2rem .25rem;}
.sxTxt p span{ line-height:.52rem; margin-top:-.13rem; font-size:.44rem; height:.52rem;}

.zbox2{ height:12.64rem; background:url(../../Images/zhuanti/20181219/bg3.jpg) no-repeat left top; background-size:7.5rem 100%;}
.zbox2 .b2jj{ position:absolute; text-align:center; color:#4e71bf; font-size:.44rem; left:0px; top:1.94rem; height:.78rem; z-index:3; }
.zbox2 .b2jj span{ line-height:.78rem; margin-top:-.39rem;}
.zbox2 .b2name{ width:.64rem; height:1.75rem; background:url(../../Images/zhuanti/20181219/b2name.png); background-size:100%; position:absolute; top:2.65rem; right:.86rem;}
.zbox2 .b2fh{ position:absolute; left:0px; top:2.5rem; height:5.52rem; width:100%; background:url(../../Images/zhuanti/20181219/b2t.png); background-size:100%;}
.zbox2 .b2Cont{ position:absolute; left:.45rem; top:5.92rem; width:auto; height:auto; color:#4e71bf;}
.zbox2 .b2Cont h2{ height:.4rem;overflow:hidden; float:left; width:100%; background:url(../../Images/zhuanti/20181219/kk.png) no-repeat left top; background-size:1.32rem .4rem; margin:0px;}
.zbox2 .b2Cont h2 span{ width:2.64rem; margin-left:-.66rem; line-height:.8rem; margin-top:-.2rem; text-align:center; font-size:.44rem; }
.zbox2 .b2Cont p{ height:.74rem; float:left; width:100%; text-align:left; text-indent:.28rem; padding-bottom:.08rem;}
.zbox2 .b2Cont p span{ line-height:1.48rem; font-size:.44rem; margin-top:-.37rem;}
.zbox2 .gifBox{ position:absolute; left:1.22rem; top:9.52rem; width:5.04rem; height:1.95rem;  }
.zbox2 .gifBox a{ float:left;width:1.9rem; height:auto; position:relative; overflow:hidden;}
.zbox2 .gifBox a img{ padding:.1rem .05rem 0 .05rem; width:1.8rem; height:1.8rem;}
.zbox2 .gifBox a i{background:url(../../Images/zhuanti/20181219/gifk.png) no-repeat left top; background-size:5.04rem 1.95rem; position:absolute; left:0; top:0px; width:1.9rem; height:1.95rem;}
.zbox2 .gifBox a:nth-child(1){ float:left;}
.zbox2 .gifBox a:nth-child(2) i{ background-position:right top;}
.zbox2 .gifBox a:nth-child(2){ float:right;}
.zbox2 .gifBox a p{ height:.64rem; overflow:hidden;}
.zbox2 .gifBox a p span{ line-height:1.28rem; margin-top:-.32rem; font-size:.4rem; color:#4e71bf; text-align:center;}
.jnBox{ position:absolute; left:2.32rem; top:8.08rem; padding:.12rem 0 0 .04rem;  background:url(../../Images/zhuanti/20181219/jnk.png) no-repeat left top; background-size:4.38rem .84rem;}
.jnBox li{ float:left; width:.76rem; height:auto; margin-right:.43rem;}
.jnBox li img{ width:.68rem; height:.68rem; padding:0 .04rem .1rem .04rem;}
.jnBox li p{ height:.4rem; text-align:center;}
.jnBox li p span{ line-height:.8rem; font-size:.4rem; color:#4e71bf; margin-top:-.2rem; }


.zbox3{ height:9.19rem; background:url(../../Images/zhuanti/20181219/bg4.jpg) no-repeat left top; background-size:7.5rem 100%;}
.zbox3 ul{ position:absolute; height:auto; left:.95rem; top:2.16rem;}
.zbox3 ul p{ line-height:.35rem; height:1.05rem; overflow:hidden; text-align:left; color:#dcd6fe; font-size:.4rem;}
.zbox3 ul p span{ line-height:.7rem; margin-top:-.52rem;}
.zbox3 .more{ top:3.08rem;}
.zbox3 .imgBox{ top:4rem;}


.zbox3 ul li .z3Img{ float:left; width:.76rem; height:.76rem; margin-top:.02rem; border:solid .03rem #9ed0ff; border-radius:50%; margin-bottom:100px; -webkit-animation: glow2 1s ease-out infinite alternate;
	animation: glow2 1s ease-out infinite alternate;}

.zbox4{ height:9.89rem; background:url(../../Images/zhuanti/20181219/bg5.jpg) no-repeat left top; background-size:7.5rem 100%;}
.zbox4 ul{ position:absolute; height:auto; left:.95rem; top:2.16rem;}
.zbox4 ul p{ line-height:.35rem; height:1.75rem; overflow:hidden; text-align:left; color:#567fd9; font-size:.4rem;}
.zbox4 ul p span{ line-height:.7rem; margin-top:-.87rem;}
.zbox4 .more{ top:3.64rem;}
.zbox4 .imgBox{ top:4.26rem;}

.zbox5{ height:8rem; background:url(../../Images/zhuanti/20181219/bg6.jpg) no-repeat left top; background-size:7.5rem 100%;}
.zbox5 ul{ position:absolute; top:2.98rem; left:.67rem;}
.zbox5 ul a{ float:left; width:.96rem; margin-right:.33rem; height:2.73rem; background:url(../../Images/zhuanti/20181219/b5but.png) no-repeat left top; background-size:6.14rem 2.73rem;}
.zbox5 ul a:nth-child(2){ background-position:-1.29rem top;}
.zbox5 ul a:nth-child(3){ background-position:-2.58rem top;}
.zbox5 ul a:nth-child(4){ background-position:-3.87rem top;}
.zbox5 ul a:nth-child(5){ margin-right:0px; background-position:right top;}




.footer{  width:100%; height:auto; padding:.42rem 0 .37rem 0;  overflow:hidden; position:relative; background:#171820; color:#4e4e67; text-align:center;  font-size:.28rem; text-align:center;}
.footer p{ line-height:.38rem; overflow:hidden; float:left; width:100%; }
.footer p span{font-size:.32rem;}
.footer p font{ padding:0px 0.06rem;}
.footer a{color:#4e4e67;}


#pop_jn{ position:absolute; left:2.27rem; opacity:0; top:7.14rem; height:1.04rem; z-index:5; width:4.89rem; background:url(../../Images/zhuanti/20181219/popjn.png) no-repeat left top; background-size:4.89rem .93rem; }
#pop_jn p{ height:.74rem; padding:.12rem 0 0 .25rem;}
#pop_jn p span{ line-height:.68rem; height:1.36rem; font-size:.4rem; color:#fff; margin-top:-.32rem;}
#pop_jn p span.popJp2{ line-height:.48rem; margin-top:-.38rem; height:auto;}
#pop_jn .popJ{ position:absolute;  bottom:0px; width:.24rem; height:.14rem; background:url(../../Images/zhuanti/20181219/jnj.png) no-repeat left top; background-size:100%;}
#pop_jn .popJ0{ left:.39rem;}
#pop_jn .popJ1{ left:1.58rem;}
#pop_jn .popJ2{ left:2.78rem;}
#pop_jn .popJ3{ left:3.97rem;}

#pop_win{ z-index:900; width:100%; height:100%; position:fixed; _position:absolute; left:0px; top:0px; display:none; }
#pop_win .pwin_bg{width: 100%;height: 100%; background: #000; opacity: .3; filter: alpha(opacity=70);-moz-opacity: .7; -khtml-opacity: .7; }
#pop_win .pwin_box{ width:7.5rem; background:url(../../Images/zhuanti/20181219/popbg.png); background-size:100%; height:10.01rem; top:50%; margin-top:-5rem; position:absolute; right:-50%; margin-right:-3.75rem; display:inline; }
#pop_win .pwin_wp{ position:relative; width:6.39rem; height:auto; float:left; margin:.63rem 0 0 .53rem;}
#pop_win .pwin_box .pwin_exit{ position:absolute; cursor:pointer; top:-1rem; width:.99rem; height:.99rem; background:url(../../Images/zhuanti/20181219/close.png); background-size:100%; left:3.22rem;  z-index:2;}
#pwinifr{ width:100%; height:100%; border:0;}
.pwHtml{ display:none;}
.pwin_tt{ float:left; margin-left:1.82rem; width:2.67rem; height:.96rem; line-height:.96rem; text-align:center;  font-size:.38rem; color:#7294df; background:url(../../Images/zhuanti/20181219/p_tt.png); background-size:100%;} 
#pwin_cont{ width:5.64rem;  float:left; margin:.22rem 0 0 .33rem; display:inline-block; padding:0px 0.32rem .05rem 0px; overflow:hidden; text-align:left; color:#fff; font-size:.24rem; height:7.38rem;  }
#pwin_cont p{  line-height:.38rem; padding:.05rem 0px;  }
#pwin_cont h2{  color:#ff8a8a; font-size:.24rem; font-weight:600; margin:.4rem 0 0 0; font-weight:bold; padding:0px;   }
#pwin_cont p.ptt{ padding-top:0px; text-align:center;}
#pwin_cont .pwdv{ width:100%; text-align:center; height:auto; overflow:hidden; font-weight:bold; color:#3c7c5c;}
#pwin_cont .pwdv img{ margin:.1rem 0px;  }
#pwin_cont a{ color:#d4cdff; text-decoration:underline;}
.lcl{ color:#3762cc;}
#pwin_cont ul{ float:left; width:100%; margin-top:.4rem;}
#pwin_cont ul li{ width:1.07rem; height:1.07rem; margin-right:.2rem; float:left; margin-bottom:.3rem;}

#pwin_cont table{border-collapse: collapse; border: none; width:100%;margin-top:10px; font-size:.24rem;}
#pwin_cont th{ font-weight:400; border: solid #424242 1px; line-height:.6rem; background-color:#424242;  text-align:center;vertical-align:middle;color:#fff;}
#pwin_cont td{border: solid #424242 1px;  color:#424242;  text-align:center;  line-height:.44rem; }

.cssopt,.cssopts,.cssopd,.cssopds{opacity:0;}
.current.cssopt,.current .cssopts,.jnUtxt li.hover,.sxLul li.hover .sxTxt{
	opacity:1;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both;	
	-webkit-animation-name:UpCss;
	animation-name:UpCss;
	-webkit-animation-timing-function:ease-out;
	animation-timing-function:ease-out;
	-webkit-animation-duration:.8s;
	animation-duration:.8s;
}
.quanBox{ opacity:0;}
.current .quanBox{
	opacity:1;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both;	
	-webkit-animation-name:scaleCss;
	animation-name:scaleCss;
	-webkit-animation-timing-function:ease-out;
	animation-timing-function:ease-out;
	-webkit-animation-duration:.8s;
	animation-duration:.8s;
}
.current.cssopd,.current .cssopds{
	opacity:1;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both;	
	-webkit-animation-name:downCss;
	animation-name:downCss;
	-webkit-animation-timing-function:ease-out;
	animation-timing-function:ease-out;
	-webkit-animation-duration:.8s;
	animation-duration:.8s;
}

.delay4{
	-webkit-animation-delay:.4s;
	animation-delay:.4s;	
}
.delay6{
	-webkit-animation-delay:.6s;
	animation-delay:.6s;	
}
.delay8{
	-webkit-animation-delay:.8s;
	animation-delay:.8s;	
}
.delay10{
	-webkit-animation-delay:1s;
	animation-delay:1s;	
}
.delay12{
	-webkit-animation-delay:1.2s;
	animation-delay:1.2s;	
}
.delay14{
	-webkit-animation-delay:1.4s;
	animation-delay:1.4s;	
}
.delay16{
	-webkit-animation-delay:1.6s;
	animation-delay:1.6s;	
}

.delay18{
	-webkit-animation-delay:1.8s;
	animation-delay:1.8s;	
}

.delay20{
	-webkit-animation-delay:2s;
	animation-delay:2s;	
}
.delay22{
	-webkit-animation-delay:2.2s;
	animation-delay:2.2s;	
}
.delay24{
	-webkit-animation-delay:2.4s;
	animation-delay:2.4s;	
}

.delay28{
	-webkit-animation-delay:2.8s;
	animation-delay:2.8s;	
}

