@charset "UTF-8";
/*-----default model-----*/
body,h1, h2, h3, h4, h5, h6,p,ul, ol, dl, dd,figure, menu, input, textarea, button, select, th, td,figcaption {margin: 0;padding: 0;}
h1, h2, h3, h4, h5, h6,b, strong {font-size: 100%;font-weight: normal;}
li {list-style: none;}
em, i {font-style: normal;}
img {border:none;}
input,textarea,button,select {outline: 0 none;}
table{border-collapse: collapse; margin:0 auto;}
textarea {resize: vertical;}
a {text-decoration: none;outline: 0 none;color:inherit}
table{border-collapse:collapse;width: 100%;color: #333;text-align: center;}
.clearfix:before,.clearfix:after{display:block;clear:both;content:"";visibility:hidden;height:0} 
.clearfix{zoom:1} 
body{width: 100%;height:100%; background: #224cb9; font-size: 12px;min-width: 1100px!important; font-family: "Microsoft YaHei",-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Helvetica,Arial,"PingFang SC",'Noto Sans',"Hiragino Sans GB","Heiti SC","Microsoft YaHei","WenQuanYi Micro Hei",sans-serif; color: #444;}
a[title="站长统计"]{display: none;}
@media only screen and (min-width: 800px) {
	.pc-hide{display:none !important;}
}
.left{float: left;}
.right{float: right;}
.wrap{position: relative; width: 1100px; margin: 0 auto;font-size: 0;text-align: center;}
.hide{display: none;}
.section{ padding-top: .8rem;}
.title{ margin-bottom: .1rem;}
.title h2{font-size: .36rem; color: #fff; font-weight: bold; letter-spacing: .01rem;}

/*banner*/
.banner-box{
	width: 100%;height: 710px;position: relative;background: url(../images/ban_bg.jpg) no-repeat top center;font-size: 0; box-sizing: border-box; padding-top: 0.8rem; 
}
.banner-box .ban-ej{ 
	display: block;
}
.sec01-img01{
	position: absolute; top: 1.7rem; left: -2.87rem; width: 5.48rem;animation: scaleUp2 1s infinite ease-in-out alternate;
}
.sec01-img02{
	position: absolute; top: 3.1rem; right: -2.8rem; width: 3.85rem;animation: scaleDown2 1s infinite ease-in-out alternate;
}
@keyframes scaleUp2{
	0%{transform: translateY(-10px);}
	100%{transform: translateY(0);}
}
@keyframes scaleDown2{
	0%{transform: translateY(0);}
	100%{transform: translateY(-10px);}
}

/*sec01*/
.sec01{
	background: url(../images/s1_bg.jpg) no-repeat top center; padding-top: 0;
}
.sec01 .sec-box{
	border-radius: .2rem; box-shadow:inset 0 0 20px #fff; padding: .26rem .26rem .48rem;
	background: #da2828;
	background: linear-gradient(to bottom, #fe6c38 , #da2828);
}
.sec01-main{
	height: 2rem; background: url(../images/s1_mbg.png) no-repeat center / 100% 100%; text-align: center; padding-top: 0.3rem; box-sizing: border-box;
}
.sec01-main ul li{
	width: 2.55rem; display: inline-block; vertical-align: middle; border-right: 1px dashed #bdcaf7; box-sizing: border-box; cursor: pointer;  transition: all .5s;
}
.sec01-main ul li div{
	width: 2.2rem; border-radius: .16rem; margin: 0 auto; padding: .22rem 0; box-sizing: border-box; transition: background .5s;
}
.sec01-main ul li i{
	width: 0.65rem; height: 0.6rem; display: inline-block; vertical-align: middle; transition: background .5s;
}
.sec01-main ul li:nth-child(1) i{
	background: url(../images/s1_img01.png) no-repeat center / 100% 100%;
}
.sec01-main ul li:nth-child(2) i{
	background: url(../images/s1_img02.png) no-repeat center / 100% 100%;
}
.sec01-main ul li:nth-child(3) i{
	background: url(../images/s1_img03.png) no-repeat center / 100% 100%;
}
.sec01-main ul li:nth-child(4) i{
	background: url(../images/s1_img04.png) no-repeat center / 100% 100%;
}
.sec01-main ul li:nth-child(1):hover i{
	background: url(../images/s1_img01_h.png) no-repeat center / 100% 100%;
}
.sec01-main ul li:nth-child(2):hover i{
	background: url(../images/s1_img02_h.png) no-repeat center / 100% 100%;
}
.sec01-main ul li:nth-child(3):hover i{
	background: url(../images/s1_img03_h.png) no-repeat center / 100% 100%;
}
.sec01-main ul li:nth-child(4):hover i{
	background: url(../images/s1_img04_h.png) no-repeat center / 100% 100%;
}
.sec01-main ul li h3{
	font-size: .24rem; color: #1549de; font-weight: 600; line-height: 0.32rem; text-align: left; display: inline-block; vertical-align: middle; padding-left: 0.16rem; transition: color .5s;
}
.sec01-main ul li:hover{
	transform: translateY(-10px);
}
.sec01-main ul li:hover h3{
	color: #d01a18;
}
.sec01-main ul li:hover div{
	background: #ffe9e9;
}
.sec01-main a{
	width: 4.9rem; height: 0.92rem; line-height: 0.82rem; background: url(../images/s1_btn_bg.png) no-repeat center / 100%; display: inline-block; font-size: .32rem; color: #fff; font-weight: 600; margin-top: .09rem; animation: scale .8s infinite alternate ease-in-out; cursor: pointer;
}
.sec01-main a::after{
	content: ''; width: 0.32rem; height: 0.33rem; background: url(../images/s1_jt.png) no-repeat center / 100%; display: inline-block; margin-left: 0.2rem; position: relative; top: 0.05rem;
}
@keyframes scale{
	0%{transform: scale(1);}
	100%{transform: scale(1.1);}
}

/*sec02*/
.sec02{
	background: url(../images/s2_bg.jpg) no-repeat top center;
}
.sec02-main{
	border-radius: .2rem; box-shadow:inset 0 0 15px #b9e1ff; padding: .25rem; position: relative;
	background: #3b70fe;
	background: linear-gradient(to bottom, #3b70fe , #2e53db);
}
.sec02 .hd{
	text-align: left; position: absolute; top: -0.51rem; left: 0.5rem;
}
.sec02 .hd ul li{
	width: 2.74rem; height: 0.76rem; line-height: 0.8rem; background: url(../images/s2_hd_bg.png) no-repeat center / 100%; display: inline-block; margin-left: -0.12rem; text-align: center; font-size: .3rem; font-weight: bold; color: #fff; cursor: pointer;
}
.sec02 .hd ul li.on{
	background: url(../images/s2_hd_bg_h.png) no-repeat center / 100%;
}
.sec02 .hd ul li span{
	background-image: -webkit-linear-gradient(top,#fefeff,#bdd9ff);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.sec02 .hd ul li.on span{
	background: none; color: #fff;-webkit-text-fill-color:#fff
}
.sec02-main .bd .tempWrap{
	border-radius: .15rem;
}
.sec02-main .bd ul li{
	display: none;
}
.whiteBg{
	background: #fff; border-radius: .15rem; box-shadow: 0 3px 6px #1547c9; padding: .5rem 0; padding-top: 0.8rem;
}
.tab1-t{
	width: 9.4rem; border-bottom: 1px dashed #6285df; margin: 0 auto; margin-bottom: 0.9rem; 
}
.tab1-t-l .list{
	width: 4rem; background: #ebf3ff; border-radius: .1rem; margin-bottom: 0.6rem; padding-bottom: 0.28rem; padding-left: 0.32rem; box-sizing: border-box;
}
.tab1-t-l .list h3{
	width: 2.3rem; height: .56rem; line-height: 0.56rem; background: #3460f2; border-radius: .28rem; box-shadow: -.06rem 0 0 #c2cffb; position: relative; top: -0.28rem; left: .1rem; margin-bottom: -.1rem;
}
.tab1-t-l .list h3 span{
	font-size: .26rem; color: #fff; font-weight: bold; border-left: 1px solid #6799ff; padding-left: 0.12rem; margin-left: 0.12rem;
}
.tab1-t-l .list img{
	position: relative; top: .03rem;
}
.tab1-t-l .list p{
	font-size: .24rem; color: #174cd7; font-weight: 600; text-align: left;
}
.tab1-t-l .list:nth-child(2) p{
	font-size: .2rem; text-align: left; font-weight: normal; margin-bottom: 0.05rem;
}
.tab1-t-l .list:nth-child(2) p::before{
	content: ''; width: 0.23rem; height: 0.23rem; background: url(../images/s2_tab1_i03.png) no-repeat center / 100%; display: inline-block; margin-right: 0.12rem; position: relative; top: 4px;
}
.tab1-t-r{
	position: relative;
}
.tab1-t-r a{
	width: 2.9rem; height: 0.6rem; line-height: 0.58rem; background: url(../images/s2_tab1_btn.png) no-repeat center / 100%; font-size: .24rem; color: #fff; position: absolute; bottom: .54rem; left: .96rem; cursor: pointer;
} 
.tab1-b{
	width: 9.4rem; margin: 0 auto;
}
.tab1-b .tab1-t-r{
	margin-top: -0.18rem;
}

/*  */
.tab2{
	width: 9.7rem; margin: 0 auto;
}
.tab2-bt{
	display: flex; align-items: center; margin-bottom: 0.46rem;
}
.tab2-bt h3{
	font-size: .3rem; color: #174cd7; font-weight: bold;
}
.tab2-bt i{
	width: 3.3rem; height: 0.02rem; border-bottom: 1px dashed #91b3e5; box-sizing: border-box; margin: 0 .12rem;
}
.tab2-bt span{
	width: 2.9rem; height: 0.5rem; line-height: 0.5rem; background: #ebf3ff; border-radius: .25rem; font-size: .22rem; color: #174cd7;
}
.tab2-bt span b{
	color: #e23420; font-weight: bold;
}
.tab2-m-l{
	width: 5.4rem;
}
.tab2-m-bt{
	text-align: left; margin-left: 0.3rem;
}
.tab2-m-bt h4{
	width: 1.56rem; height: .5rem; line-height: 0.5rem; background: #3460f2; border-radius: .28rem; box-shadow: -.06rem 0 0 #c2cffb; font-size: .24rem; color: #fff; font-weight: bold; text-align: center; display: inline-block; vertical-align: middle;
}
.tab2-m-bt span{
	font-size: .22rem; color: #174cd7; display: inline-block; vertical-align: middle; padding-left: 0.18rem;
}
.tab2-m-list{
	width: 100%; background: #ebf3ff; border-radius: .12rem; padding: .24rem; box-sizing: border-box; margin-top: 0.2rem;
}
.tab2-m-list .tab2-item{
	width: 100%; height: 0.68rem; background: #fff; border-radius: .12rem; box-shadow: 0 3px 6px #224cb918; margin-bottom: 0.14rem; padding: 0 .18rem; box-sizing: border-box; text-align: left; padding-top: 0.08rem;
}
.tab2-m-list .tab2-item i{
	width: 0.56rem; height: 0.52rem; background: url(../images/s2_tab2_i01.png) no-repeat center / 100%; display: inline-block;vertical-align: middle; margin-right: 0.2rem;
}
.tab2-m-list .tab2-item span{
	width: 2.08rem; font-size: .26rem; color: #174cd7; font-weight: bold; border-left: 1px solid #80aef3; padding-left: 0.2rem; display: inline-block; vertical-align: middle;
}
.tab2-m-list .tab2-item a{
	width: 1.5rem; height: 0.44rem; line-height: 0.44rem; border-radius: .22rem; box-shadow: 0 3px 6px #e9412d55; font-size: .2rem; color: #fff; text-align: center; display: inline-block; vertical-align: middle;
	background: #ff6233;
	background: linear-gradient(to bottom, #ff6233 , #db2a28);
}
.tab2-m-list .tab2-item:hover{
	background: #3460f2;
}
.tab2-m-list .tab2-item:hover i{
	background: url(../images/s2_tab2_i02.png) no-repeat center / 100%;
}
.tab2-m-list .tab2-item:hover span{
	color: #fff;
}
.tab2-m-r{
	width: 3.99rem; position: relative;
}
.tab2-m-r img{
	margin-top: 0.72rem; display: block;
}
.tab2-m-r p{
	width: 2.6rem; height: 0.48rem; line-height: 0.48rem; border-radius: .24rem .24rem .24rem 0; font-size: .22rem; color: #fff; position: absolute;
}
.tab2-m-r p:nth-child(2){
	left: 0.88rem; top: 0; animation: scale .8s infinite alternate ease-in-out;
	background: #2e53db;
	background: linear-gradient(to bottom, #2e53db , #567dfe);
}
.tab2-m-r p:nth-child(3){
	top: 0.64rem; left: 0.66rem; animation: scale1 .8s infinite alternate ease-in-out;
	background: #ff8a22;
	background: linear-gradient(to bottom, #ff8a22 , #fbb444);
}
.tab2-m-r p:nth-child(4){
	top: 1.3rem; left: 1.36rem; animation: scale .8s infinite alternate ease-in-out;
	background: #f43d3d;
	background: linear-gradient(to bottom, #f43d3d , #fb6c64);
}
@keyframes scale{
	0%{transform: scale(1);}
	100%{transform: scale(1.08);}
}
@keyframes scale1{
	0%{transform: scale(1.08);}
	100%{transform: scale(1);}
}

/*  */
.tab3{
	width: 100%;
}
.tab3-t{
	width: 9.7rem; margin: 0 auto;
}
.tab3-table{
	background: #ebf3ff; border-radius: .12rem; padding: .2rem .28rem; 
}
.tab3-table tr:nth-child(1){
	height: 0.52rem; line-height: 0.52rem; background: #2e53db; background: linear-gradient(to bottom, #2e53db , #577dfe); border-radius: .12rem; box-shadow: 0 5px 0 #becfff;
}
.tab3-table tr{
	transition: all .4s;
}
.tab3-table tr th{
	font-size: .22rem; color: #fff; font-weight: 600;
}
.tab3-table tr th:nth-child(1){
	width: 1.86rem; border-radius: .12rem 0 0 .12rem;
}
.tab3-table tr th:last-child{
	border-radius: 0 .12rem .12rem 0;
}
.tab3-table tr td{
	height: 0.65rem; font-size: .22rem; color: #1140dc; border-right: 1px solid #cfdff8;
}
.tab3-table tr:hover{
	transform: scale(1.05);
}
.tab3-table tr td:last-child{
	border-right: none;
}
.tab3-table tr td:nth-child(1){
	font-weight: 600;
}
.tab3-table tr:nth-child(2n-1) td{
	background: #fff;
}
.tab3-table tr td a{
	width: 1.5rem; height: 0.4rem; line-height: 0.4rem; background: #ffe7e3; border-radius: .2rem; font-size: .2rem; color: #e53c2a; display: inline-block;
}
.tab3-table tr td a:hover{
	color: #fff; background: #ff6233;
	background: linear-gradient(to bottom, #ff6233 , #db2a28); box-shadow: 0 3px 6px #e9412d55;
}
.tab3-table tr:last-child td{
	border-bottom: 1px solid #cfdff8;
}
.mt20{
	margin-top: 0.2rem; padding-top: 0;
}
.tab3-b h4{
	width: 4.74rem; height: 0.6rem; line-height: 0.6rem; background: url(../images/s2_tab3_btbg.png) no-repeat top center / 100%;
	margin: 0 auto; font-size: .24rem; color: #fff; font-weight: bold; margin-bottom: 0.3rem;
}
.tab3-list{
	width: 4.5rem; display: inline-block; vertical-align: top;
}
.tab3-list h5{
	text-align: left; margin-bottom: 0.25rem;
}
.tab3-list h5 span{
	width: 1.3rem; height: 0.46rem; line-height: 0.46rem; background: url(../images/s2_tab3_btbg02.png) no-repeat top center / 100%; font-size: .22rem; color: #fff; font-weight: bold; text-align: center; display: inline-block; vertical-align: middle; margin-right: 0.3rem;
}
.tab3-list h5 i{
	width: 2.8rem; height: 0.01rem; background: #b7c8f4; display: inline-block; vertical-align: middle;
}
.tab3-list p{
	font-size: .2rem; color: #444444; line-height: 0.3rem; text-align: left;
}
.tab3-list p span{
	color: #224bd0; font-weight: 600;
}
.tab3-list01{
	margin-right: 0.55rem;
}
.tab3-list01 img{
	margin-top: 0.18rem; transition: all .4s;
} 
.tab3-list01 img:hover{
	transform: scale(1.05);
}
.tab3-list div p{ 
	width: 2.6rem; font-size: .2rem; display: inline-block; vertical-align: middle; margin-right: 0.45rem;
}
.tab3-list div img{
	display: inline-block; vertical-align: middle;
}

/*sec03*/
.sec03 .sec03-main{
	background: url(../images/s3_bg.png) no-repeat center / 100% 100%; height: 2.9rem;
}
.sec03-l{
	width: 2.1rem; display: inline-block; vertical-align: top; position: relative; margin-right: 1rem; margin-top: .48rem;
}
.sec03-l img{
	display: block; margin-left: .37rem; width: 2.32rem; margin-top: .05rem;
}
.sec03-l span{
	width: 2rem; height: 0.5rem; line-height: 0.5rem; font-size: .22rem; color: #fff; font-weight: 600; background: #ff6233;
	background: linear-gradient(to bottom, #ff6233 , #db2a28); box-shadow: 0 3px 6px #e9412d55; border-radius: .25rem .25rem 0 .25rem; display: inline-block; position: absolute; left: 0; top: 1rem; animation: scale 1s infinite ease-in-out alternate;
}
.sec03-m{
	width: 4.4rem; display: inline-block; vertical-align: top; margin-right: 0.36rem; margin-top: 0.66rem;
}
.sec03-m h3{
	margin-bottom: 0.16rem;
}
.sec03-m p{
	font-size: .22rem; color: #333; margin-bottom: 0.22rem;
}
.sec03-m p i{
	width: 1.06rem; height: 0.01rem; background: #c6d1ed; display: inline-block; vertical-align: middle;
}
.sec03-m p span{
	padding: 0 .28rem;
}
.sec03-m p b{
	color: #db2a29; font-weight: bold;
}
.sec03-m a{
	width: 3.3rem; height: 0.58rem; line-height: 0.54rem; background: url(../images/s3_abg.png) no-repeat center / 100%; display: inline-block; font-size: .22rem; color: #fff; font-weight: 600;
}
.sec03-m a::after{
	content: ''; width: 0.24rem; height: 0.24rem; background: url(../images/s1_jt.png) no-repeat center / 100%; display: inline-block; margin-left: 0.2rem; position: relative; top: 0.05rem; animation: move 1s infinite alternate ease-in-out;
}
.sec03-r{
	display: inline-block; vertical-align: top; margin-top: 0.57rem;
}
@keyframes move{
	0%{ transform: translateX(-6px);}
	100%{ transform: translateX(0);}
}

/*sec04*/
.sec04-title{
	margin-bottom: 0;
}
.sec04-main{
	height: 7.7rem; background: url(../images/s4_mbg.jpg) no-repeat top center / 100% 100%;
}
.sec04-main h3{
	font-size: .36rem; color: #427efe; font-weight: bold; padding-top: 0.96rem;
}
.sec04-main ul{
	text-align: left;
}
.sec04-main ul li{
	display: inline-block; vertical-align: top; text-align: center;
}
.sec04-main ul li:nth-child(1),.sec04-main ul li:nth-child(2){
	width: 3.67rem; height: 0.84rem; line-height: 0.69rem; font-size: .28rem; color: #fff; font-weight: 600;
}
.sec04-main ul li:nth-child(3),.sec04-main ul li:nth-child(4){
	width: 3.17rem; height: 0.73rem; line-height: 0.6rem; font-size: .24rem; color: #fff; font-weight: 600;
}
.sec04-main ul li:nth-child(1){
	background: url(../images/s4_lbg01.png) no-repeat center / 100%; margin-left: 1.12rem; margin-right: 1.06rem; animation: scale 1s infinite alternate ease-in-out;
}
.sec04-main ul li:nth-child(2){
	background: url(../images/s4_lbg02.png) no-repeat center / 100%; margin-top: 0.6rem; animation: scale1 1s infinite alternate ease-in-out;
}
.sec04-main ul li:nth-child(3){
	background: url(../images/s4_lbg03.png) no-repeat center / 100%; margin-left: 1.02rem; margin-right: 2.8rem; animation: scale1 1s infinite alternate ease-in-out;
}
.sec04-main ul li:nth-child(4){
	background: url(../images/s4_lbg04.png) no-repeat center / 100%; margin-top: 0.48rem; animation: scale 1s infinite alternate ease-in-out;
}
.sec04-main a{
	width: 4.9rem; height: 0.92rem; line-height: 0.8rem; background: url(../images/s4_abg.png) no-repeat center / 100%; display: inline-block; font-size: .32rem; color: #fff; font-weight: 600; margin-top: 2.1rem; animation: scale .8s infinite alternate ease-in-out;
}
.sec04-main a::after{
	content: ''; width: 0.32rem; height: 0.33rem; background: url(../images/s1_jt.png) no-repeat center / 100%; display: inline-block; margin-left: 0.2rem; position: relative; top: 0.05rem;
}

/*sec05*/
.sec05{
	position: relative; padding-bottom: 1rem;
}
.sec05-main{
	border-radius: .2rem; box-shadow:inset 0 0 15px #b9e1ff; padding: .25rem; position: relative; margin-top: .75rem;
	background: #3b70fe;
	background: linear-gradient(to bottom, #3b70fe , #2e53db);
}
.sec05-t{
	position: absolute; top: 2.42rem; left: 50%; margin-left: -33%;
}
.sec05-t img{
	display: inline-block; vertical-align: top; position: relative;
}
.sec05-t h3{
	width: 4.24rem; height: 0.88rem; line-height: .73rem; background: url(../images/s5_tbg.png) no-repeat center / 100%; display: inline-block; vertical-align: top; margin-left: -1.09rem; margin-top: .94rem; margin-right: 0.64rem; text-align: center;
}
.sec05-t h3 span{
	font-size: .38rem; font-weight: bold; font-style: italic; display: block;
	background-image: -webkit-linear-gradient(top,#fef5f4,#ffc7c7);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.sec05-t img:last-child{
	margin-top: .25rem;
}
.sec05-m .hd{
	width: 2.8rem; display: inline-block; vertical-align: top; margin-top: 0.92rem;
}
.sec05-m .hd ul li{
	cursor: pointer;
}
.sec05-m .hd ul li div{
	border-bottom: 1px solid #5f84fc; padding: .48rem 0;
}
.sec05-m .hd ul li div i{
	width: 0.24rem; height: 0.29rem; display: inline-block; vertical-align: middle; margin-right: 0.14rem;
}
.sec05-m .hd ul li:nth-child(1) div i{
	background: url(../images/s5_n01.png) no-repeat center / 100% 100%;
}
.sec05-m .hd ul li:nth-child(2) div i{
	background: url(../images/s5_n02.png) no-repeat center / 100% 100%;
}
.sec05-m .hd ul li:nth-child(3) div i{
	background: url(../images/s5_n03.png) no-repeat center / 100% 100%;
}
.sec05-m .hd ul li:nth-child(4) div i{
	background: url(../images/s5_n04.png) no-repeat center / 100% 100%;
}
.sec05-m .hd ul li div span{
	font-size: .32rem; color: #fff; border-left: 1px solid #4a75f6; padding-left: 0.15rem; display: inline-block;  vertical-align: middle;
}
.sec05-m .hd ul li.on{
	background: #fff; box-shadow: 0 0 20px #1f51d6; border-radius: .2rem 0 0 .2rem;
}
.sec05-m .hd ul li.on div{
	border-bottom: none;
}
.sec05-m .hd ul li:nth-child(1).on div i{
	background: url(../images/s5_n01_h.png) no-repeat center / 100% 100%;
}
.sec05-m .hd ul li:nth-child(2).on div i{
	background: url(../images/s5_n02_h.png) no-repeat center / 100% 100%;
}
.sec05-m .hd ul li:nth-child(3).on div i{
	background: url(../images/s5_n03_h.png) no-repeat center / 100% 100%;
}
.sec05-m .hd ul li:nth-child(4).on div i{
	background: url(../images/s5_n04_h.png) no-repeat center / 100% 100%;
}
.sec05-m .hd ul li.on div span{
	color: #164cd7; border-left: 1px solid #c0c0c0; font-weight: bold;
}
.sec05-m .bd{
	width: 7.65rem; display: inline-block; background: #fff; border-radius: .15rem; padding-top: 0.7rem; padding-bottom: .6rem;
}
.sec05-m .bd ul li{
	display: none;
}
.sec05-m .bd ul li.on{
	display: block;
}
.s5-tab1-t img{
	display: inline-block; vertical-align: middle; margin-right: 0.4rem;
}
.s5-tab1-t .s5-tab1-list-box{
	width: 4.1rem; display: inline-block; vertical-align: top; margin-top: 0.42rem;
}
.s5-tab1-t .s5-tab1-list-box h3{
	width: 1.6rem; height: .48rem; line-height: 0.48rem; background: #3460f2; border-radius: .28rem; box-shadow: -.06rem 0 0 #c2cffb; font-size: .24rem; color: #fff; font-weight: bold; position: relative; z-index: 1; margin-left: 0.18rem;
}
.s5-tab1-t .s5-tab1-list-box p{
	background: #ebf3ff; border-radius: .15rem; padding-top: 0.4rem; padding-bottom: 0.2rem; font-size: .2rem; color: #164cd7; text-align: left; padding-left: 0.26rem; margin-top: -0.24rem;
}
.s5-tab1-t .s5-tab1-list-box p i{
	width: 0.06rem; height: 0.06rem; background: #164cd7; border-radius: .5rem; display: inline-block; vertical-align: middle; margin-right: 0.07rem;
} 
.s5-tab1-t .s5-tab1-list-box p i:nth-child(2){
	margin-left: 0.14rem;
}
.s5-tab1-list{
	margin-bottom: 0.18rem;
}
/* .s5-tab1-b{
	width: 6.76rem; margin: 0 auto; background: url(../images/s5_tab1_bbg.png) no-repeat top center / 100% 100%;
} */
.s5-tab1-b div{
	display: inline-block; vertical-align: middle; margin-right: 0.3rem; margin-left: 1rem;
}
.s5-tab1-b div a{
	width: 2.6rem; height: 0.5rem; line-height: 0.5rem; background: #ff6233; background: linear-gradient(to bottom, #ff6233 , #db2a28); border-radius: .25rem; font-size: .22rem; color: #fff; display: block;
}
.s5-tab1-b div p{
	font-size: .22rem; color: #fff; margin-top: 0.18rem;
}
.s5-tab1-b img{
	display: inline-block; vertical-align: middle; margin-top: 0.26rem;
}

/* sec05-tab2 */
.s5-tab2{
	position: relative; height: 5.52rem;
}
.s5-tab2-list{
	width: 3rem; display: inline-block; vertical-align: top; margin: 0 .2rem;
}
.s5-tab2-list h3{
	width: 2.1rem; height: 0.58rem; line-height: 0.58rem; background: #3460f2; border-radius: .28rem; box-shadow: -.06rem 0 0 #c2cffb; font-size: .28rem; color: #fff; font-weight: bold; position: relative; z-index: 1; margin: 0 auto;
}
.s5-tab2-list div{
	background: #ebf3ff; border-radius: .15rem; padding-top: 0.58rem; margin-top: -0.34rem;
}
.s5-tab2-list div{
	background: #ebf3ff; border-radius: .15rem; padding-top: 0.58rem; padding-bottom: 0.22rem; padding-left: 0.6rem;
}
.s5-tab2-list div p{
	font-size: .24rem; color: #164cd7; text-align: left; margin-bottom: 0.16rem;
}
.s5-tab2-list div p i{
	width: 0.28rem; height: 0.28rem; line-height: 0.28rem; background: #57a4fe; border-radius: .5rem; font-size: .18rem; color: #ffffff; display: inline-block; vertical-align: top; margin-right: 0.12rem; text-align: center; margin-top: 3px;
}
.s5-tab2-list div p span{
	font-size: .24rem; color: #164cd7; display: inline-block; padding-bottom: 0.16rem; border-bottom: 1px dashed #aec7eb;
}
.s5-tab2-list div p:last-child span{
	border-bottom: none;
}
.s5-tab2-list a{
	width: 2.3rem; height: 0.58rem; line-height: 0.58rem; background: url(../images/s5_tab2_abg.png) no-repeat center / 100%; display: inline-block; font-size: .22rem; color: #fff; font-weight: 600; margin-top: -0.3rem;
}
.s5-tab2-list a::after{
	content: ''; width: 0.24rem; height: 0.24rem; background: url(../images/s1_jt.png) no-repeat center / 100%; display: inline-block; margin-left: 0.2rem; position: relative; top: 0.05rem; animation: move 1s infinite alternate ease-in-out;
}
.sec05-tab2-img{
	position: absolute; bottom: -.62rem; left: 1.44rem;
}

/* s5-tab3 */
.s5-tab3-list{
	width: 98%; margin: 0 auto; border-radius: .1rem; box-shadow: 0 7px 9px #123a9845; padding-left: 0.22rem; box-sizing: border-box; margin-bottom: 0.12rem;
}
.s5-tab3-lbg{
	background: url(../images/s5_tab3_l_mbg.png) no-repeat top center / 100% 100%; padding: .18rem; padding-left: 0.36rem; padding-bottom: 0.5rem; box-sizing: border-box;
}
.s5-tab3-lbg h3{
	width: 2.85rem; height: 0.6rem; line-height: 0.52rem; font-size: .24rem; color: #fff; font-weight: bold; background: url(../images/s5_tab3_tbg.png) no-repeat top center / 100% 100%; text-align: left; padding-left: 0.18rem; box-sizing: border-box; margin-left: 0.5rem;
}
.s5-tab3-lbg h3 span{
	width: 1.64rem; display: inline-block; text-align: center; font-size: .24rem; color: #133a98; font-weight: bold;
}
.s5-tab3-lbg h3 span b{
	font-size: .36rem; color: #d50f07; font-weight: 900;
}
.s5-tab3-txt{
	width: 6.53rem; background: url(../images/s5_tab3_lbg.jpg) no-repeat center / 100% 100%; padding: .1rem 0; text-align: left; padding-left: 0.48rem; box-sizing: border-box;
}
.s5-tab3-txt img{
	margin-right: 0.5rem; display: inline-block; vertical-align: top;
}
.s5-tab3-txt div{
	display: inline-block; vertical-align: top; padding-top: 0.22rem;
}
.s5-tab3-txt div h4{
	font-size: .3rem; color: #ffffff; font-weight: bold; margin-bottom: 0.28rem; padding-left: 0.2rem;
}
.s5-tab3-txt div p{
	width: 2.08rem; height: 0.55rem; line-height: 0.45rem; font-size: .18rem; color: #0d2bb0; background: url(../images/s5_tab3_tips_bg.png) no-repeat center / 100%; text-align: center;
}
.s5-tab3-info{
	margin-top: 0.1rem;
}
.s5-tab3-info h4{
	font-size: .24rem; color: #0d2bb0; font-weight: bold; line-height: 0.28rem; display: inline-block; vertical-align: middle; margin-right: 0.18rem;
}
.s5-tab3-info div{
	display: inline-block; vertical-align: middle;
}
.s5-tab3-info1 div{
	background: url(../images/s5_tab3_info_bg.png) no-repeat left center; padding-left: 0.37rem;
}
.s5-tab3-info2 div{
	background: url(../images/s5_tab3_info_bg02.png) no-repeat left center; padding-left: 0.48rem;
}
.s5-tab3-info div p{
	width: 4.75rem; height: 0.35rem; line-height: 0.35rem; font-size: .18rem; color: #333333; border: 1px solid #214baa; border-radius: .04rem;
}
.s5-tab3-info div p span{
	color: #ff0000;
}
.s5-tab3-info1 div p{
	margin-bottom: 0.4rem;
}
.s5-tab3-info2 div p{
	margin-bottom: 0.11rem;
}
.s5-tab3-info div p:last-child{
	margin-bottom: 0;
}
/* s5-tab4 */
.s5-tab4 h3{
	width: 6.4rem; margin: 0 auto; line-height: 0.8rem; font-size: .28rem; color: #2a5be8; font-weight: bold; background: #ebf3ff; border-radius: .12rem; margin-bottom: 0.18rem;
}
.km-hd{
	width: 5.46rem; margin: 0 auto;
}
.km-hd p{
	width: 1.6rem; height: 0.56rem; line-height: 0.56rem; border: 1px solid #c8dcfa; border-radius: .12rem; font-size: .26rem; color: #2a5be8; font-weight: bold; display: inline-block; margin: .1rem; cursor: pointer; box-sizing: border-box;
}
.km-bd{
	margin-top: .36rem; margin-bottom: 0.18rem;
}
.km-hd p.on{
	background: #4068ff; background: linear-gradient(to bottom, #4068ff , #2155de); border-radius: .12rem; border: none; color: #fff;
}
.km-bd-img{
	display: inline-block; vertical-align: middle; margin-right: 0.4rem;
}
.km-bd-txt{
	display: inline-block; vertical-align: middle; text-align: left;
}
.km-bd-txt p{
	margin-bottom: 0.12rem;
}
.km-bd-txt p:last-child{
	margin-bottom: 0;
}
.km-bd-txt p img{
	display: inline-block; vertical-align: middle; position: relative;
}
.km-bd-txt p span{
	width: 2.3rem; background: #ebf3ff; line-height: 0.56rem; border-radius: .24rem; font-size: .22rem; color: #2a5be8; display: inline-block; vertical-align: middle; margin-left: -.21rem; padding-left: 0.3rem; box-sizing: border-box;
}
.km-bottom a{
	width: 2.5rem; height: 0.58rem; line-height: 0.54rem; background: url(../images/s5_tab4_abg.png) no-repeat top center / 100%; display: inline-block; vertical-align: middle; font-size: .22rem; color: #fff; font-weight: 600;
}
.km-bottom span{
	font-size: .22rem; color: #2a5be8; font-weight: 600; display: inline-block; vertical-align: middle; padding-left: 0.2rem;
}

/*弹窗*/
.mask{width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 99; background: rgba(0,0,0,.8); display: none;}
.popup {width: 3.2rem; background: #fff; z-index: 9; border-radius: .2rem; position: fixed; top: 50%; left: 50%; -webkit-transform:translate(-50%,-50%); -moz-transform:translate(-50%,-50%); -ms-transform:translate(-50%,-50%); -o-transform:translate(-50%,-50%); transform:translate(-50%,-50%); text-align: center;}
.popup h3 {width: 100%; height: .7rem; line-height: .7rem; text-align: center; background: url(../images/s2_popup_tbg.png) center no-repeat; background-size: 100% 100%;font-size: .26rem; color: #fff; font-weight: bold; border-radius: 9px 9px 0 0;}
.popup-m{padding: .2rem 0;}
.popup-p{font-size: .2rem; color: #444444; line-height: 0.3rem; margin: 0.1rem 0;}
.popup a.close2{width: 2.2rem; height: 0.5rem; line-height: 0.5rem; border-radius: .25rem; box-shadow: 0 3px 6px #e9412d55; font-size: .2rem; color: #fff; text-align: center; display: inline-block; vertical-align: middle;background: #ff6233;background: linear-gradient(to bottom, #ff6233 , #db2a28);}
.popup .close1 {display: block; width: .3rem; position: absolute; top: -.4rem; right: 0;}
.popup .close1 img{width: 100%;}