.form-person2 .progress-form-box::-webkit-scrollbar{
    width: 4px;
}
.form-person2 .progress-form-box::-webkit-scrollbar-track-piece{
    background: #f1f1f1 !important;
    border-radius: 10px;
}
.form-person2 .progress-form-box::-webkit-scrollbar-thumb{
    background: #888888 !important;
    border-radius: 10px;
}
.detailImg{
    max-width: 333px !important;
}

@media screen and (min-width:1200px){
    .banner_img{
            width: 100%;
            height: 560px !important;
            background-size: cover !important;
    }
	.main{
		width: 1200px;
		margin: 0 auto;
	}
    .banner-box-out{
        position: relative;
    }
	.banner-inside{
		position: relative;
		width: 100%;
		height: 300px;
		overflow: hidden;
	}
	.inside{
		position: absolute;
		left: 50%;
		top: 0;
		width: 1920px;
		height: 300px;
		margin-left: -960px;
	}
	.banner-inside img{
		width: 100%;
	}
	.banner-inside .mobile{
		display: none;
	}
	.banner-inside .ban-box{
		width: 1200px;
		position: absolute;
		left: 50%;
		bottom: 114px;
		margin-left: -600px;
	}
	.banner-inside .cn-tit{
		font-size: 50px;
		font-weight: bold;
		color: #FFFFFF;
	}
	.nav-box-out{
		width: 100%;
		position: absolute;
		left: 0;
		bottom: 0;
        background: rgba(2, 84, 232, 0.8);
	}
    .nav-box-out>.wrap{
        display: flex;
        align-items: center;
        height: 50px;
    }
	.nav-box-out li>a{
		font-size: 16px;
		color: #FFFFFF;
        margin-right: 60px;
        position: relative;
        height: 50px;
        line-height: 50px;
        display: block;
	}
    .nav-box-out li>a:after{
        content: "";
        display: none;
        width: 18px;
        height: 9px;
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        background: url(../images/arrow-down-small.png) no-repeat;
        background-size: 18px 9px;
    }
    .nav-box-out li>a:before{
        content: "";
        display: none;
        width: 9.86px;
        height: 5.66px;
        background: url(../images/arrow-down.png) no-repeat;
        background-size: 9.86px 5.66px;
        position: absolute;
        top: 50%;
        right: -15px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }
    .nav-box-out li>a.arrow:before,
    .nav-box-out li>a.on:after,
    .nav-box-out li>a:hover:after,
    .nav-menu-common li.on>a:after{
        display: block;
    }
    .nav-box-out li>a.on,
    .nav-box-out li>a:hover,
    .nav-menu-common li.on>a{
        font-weight: bold;
    }
    .nav-box-level2{
        background: rgba(240, 242, 247, 1);
        display: none;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 3;
    }
    .nav-box-level2.clear{
        position: static;
    }
    .nav-menu-common li.on .nav-box-level2{
        top: 50px;
    }
    .nav-box-level2>.wrap{
        display: flex;
        align-items: center;
        height: 60px;
    }
    .nav-box-level2 a{
    	font-size: 16px;
    	color: #444444;
        margin-right: 60px;
        height: 60px;
        line-height: 60px;
    }
    .nav-box-level2 a.on,
    .nav-box-level2 a:hover{
        font-weight: bold;
        color: #0254E8;
    }
    .nav-box-level3{
        border-bottom: 1px solid #0254E8;
        display: none;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 3;
        background: #FFFFFF;
    }
    .nav-box-level2>.wrap{
        height: auto;
    }
    .nav-box-level2 .box.on .nav-box-level3{
        top: 60px;
    }
    .nav-box-level2>.wrap{
        display: flex;
        flex-wrap: wrap;
        padding-top: 30px;
    }
    .nav-box-level2 .box{
        min-width: 64px;
        margin: 0 55px 32px 0;
    }
    .nav-box-level2 a{
        font-size: 16px;
        color: #999999;
        margin-right: 0;
        line-height:normal;
    }
    .nav-box-level2 .box:nth-child(10n){
        margin-right: 0;
    }
    .nav-box-level2 .box:nth-child(30){
        margin-right: 60px;
    }
    .nav-box-level2 a.on,
    .nav-box-level2 a:hover,
    .nav-box-level2 .box.on>a{
        font-weight: bold;
        color: #0254E8;
    }
	.pages{
		padding: 90px 0 0;
        display: block;
	}
    .pages .pagination{
        display: flex;
        justify-content: center;
        align-items: center;
    }
	.pages .pagination li{
		margin: 0 14px;
	}
    .pages .pagination li a,
    .pages .pagination li span{
        min-width: 35px;
        height: 36px;
        line-height: 36px;
        font-size: 16px;
        color: #0254E8;
        display: block;
        border: 1px solid #0254E8;
        box-sizing: border-box;
        text-align: center;
    }
	.pages .ellipsis{
		display: none;
	}
	.pages .pagination li.active a,
    .pages .pagination li:hover a,
    .pages .pagination li span{
		border: 1px solid #0254E8;
		background: #0254E8;
		color: #FFFFFF;
	}
    .pages .pagination li.disabled{
        margin: 0;
    }
	.pages .pagination li.disabled span{
		color: #999999;
		cursor: auto;
        border: 0;
        background:none;
        min-width:0;
	}
	.pages a:first-child,
	.pages a:last-child{
		border: 0;
	}
    .pages a:first-child{
        margin-right: 0;
    }
    .pages a:last-child{
        margin-left: 0;
    }
    .pages-special{
        padding: 75px 0;
    }
	.nav-top-box{
		border-bottom: 1px solid #103ED8;
		display: flex;
		margin: 38px 0 31px;
	}
	.nav-top-box a{
		padding: 0 23px;
		height: 48px;
		line-height: 48px;
		font-size: 18px;
		color: #000000;
		text-align: center;
		white-space: nowrap;
	}
	.nav-top-box a.on{
		background: #103ED8;
		color: #FFFFFF;
	}
	.m-b-20{
		margin-bottom: 50px;
	}
	.imgs{
		overflow: hidden;
	}
	.single-line-ellipsis {
	  display: -webkit-box;
	  -webkit-box-orient: vertical; 
	  -webkit-line-clamp: 1; 
	  overflow: hidden; 
	  text-overflow: ellipsis; 
	}
	.multi-line-ellipsis {
	  display: -webkit-box; 
	  -webkit-box-orient: vertical; 
	  -webkit-line-clamp: 2; 
	  overflow: hidden; 
	  text-overflow: ellipsis; 
	}
    .news-container{
    	align-items: flex-start;
    	display: none;
    }
    
    .news-container.shows{
    	display: flex;
    }
    .news-img-box{
        width: 370px;
        margin-right: 47px;
    }
    .news-img-box:last-child{
        margin-right: 0;
    }
    .news-img-box .imgs a{
    	width: 370px;
    	height: 184px;
        display: block;
    }
    .common-box .news-img-box .imgs a{
    	width: 370px;
    	height: 224px;
        display: block;
    }
    .news-img-box .conts{
    	background: #F1F2F7;
    	height: 191px;
    	padding: 16px 20px 0;
    }
    .news-img-box .tit a{
    	font-size: 16px;
    	color: #000000;
    	font-weight: bold;
    }
    .news-img-box .abstract{
    	color: #666666;
    	font-size: 14px;
    	line-height: 20px;
    	margin: 22px 0 17px;
    }
    .news-container .box p{
    	font-size: 16px;
    	color: #999999;
    	line-height: 1;
        display: flex;
        align-items: center;
    }
    .news-container .box p img{
        width: 4.5px;
        height: 11px;
        margin: 0 2px;
    }
    .news-container .box a{
    	font-size: 14px;
    	color: #0254E8;
    	background: url(../images/news-arrow.png) no-repeat right center;
    	background-size:6.36px 11.31px;
    	padding-right: 15px;
    	line-height: 1;
    }
    .index-title{
        padding: 16px 0 20px;
    }
    .index-title.add{
    	padding: 56px 0 66px;
    }
    .index-title.common{
    	padding: 70px 0 40px;
    }
    .index-title .box .name{
    	font-size: 30px;
    	color: #FFFFFF;
    	line-height: normal;
        position: relative;
    }
    .index-title.add .box .name{
    	color: #0254E8;
        font-weight: bold;
    }
    .index-title.add .box .name:after{
        content: "";
        width: 30px;
        height: 2px;
        background: #E60012;
        position: absolute;
        bottom: -7px;
        left: 0;
    }
    .index-title .box .view-all{
    	font-size: 20px;
    	color: #FFFFFF;
    }
    .index-title .box .more{
    	height: 34px;
        line-height: 34px;
        box-sizing: border-box;
        border: 1px solid #0254E8;
        font-size: 18px;
        color: #0254E8;
        background: url(../images/more-arrow.png) no-repeat 92px center;
        background-size: 14px 14px;
        padding: 0 30px 0 20px;
    }
    .index-title .box .more:hover{
        font-weight: normal;
    }
    .index-title .box .new-tabs,
    .index-title .box .scroll,
    .tabs{
    	font-size: 0;
        display: flex;
    }
    .index-title .box .new-tabs span,
    .tab-button{
    	color: #000000;
    	font-size: 18px;
        height: 40px;
        line-height: 40px;
        border: 1px solid #0254E8;
    	padding: 0 32px;
    	margin-left: 33px;
    	cursor: pointer;
        position: relative;
        display: inline-block;
    }
    .index-title .box .new-tabs span:after,
    .tab-button:after{
        content: "";
        width: 100%;
        height: 2px;
        background: #E60012;
        border-left: 1px solid #E60012;
        border-right: 1px solid #E60012;
        position: absolute;
        left: 0;
        bottom: -1px;
        z-index: 2;
        display: none;
        margin: 0 -1px;
    }
    .index-title .box .change-after span:after,
    .tab-button:after{
        width: 4px;
        height: 100%;
        border-top: 1px solid #E60012;
        border-bottom: 1px solid #E60012;
        border-left: 0;
        border-right: 0;
        left: auto;
        right: -1px;
        bottom:0;
        margin: -1px 0;
    }
    .tab-button{
        background: none;
    }
    .index-title .box .new-tabs span.on,
    .tab-button.active{
    	background: #0254E8;
    	color: #FFFFFF !important;
    }
    .index-title .box .new-tabs span.on:after,
    .tab-button.active:after{
        display: block;
    }
    .index-title .more{
    	font-size: 20px;
    	color: #FFFFFF;
    	background: url(../images/index-white-arrow.png) no-repeat right 3px;
    	background-size:9px 16px;
    	padding-right: 18px;
    	line-height: 1;
    }
    .index-title .blue{
    	color: #103ED8;
    	background: url(../images/index-blue-arrow.png) no-repeat right 3px;
    	background-size:9px 16px;
    }
    .index-title.update .box .more{
        border: 0;
    }
    .index-title.update {
        padding: 40px 0;
    }
    .empty-box{
        text-align: center;
        padding: 87px 0 94px;
    }
    .empty-box img{
        width: 80px;
        height: 80px;
    }
    .empty-box p{
        font-size: 20px;
        color: #999999;
        padding-top: 19px;
    }
    .cityAll{
        display: none;
    }
}

@media screen and (max-width:1199px){
	.banner-inside .pc,
	.nav-top-box{
		display: none;
	}
	.banner-inside{
		position: relative;
		overflow: hidden;
	}
	.banner-inside .mobile{
		display: block;
		width: 7.5rem;
		height: 3rem;
	}
	.banner-inside .ban-box{
		position: absolute;
		top: 1.14rem;
		left: .47rem;
		z-index: 2;
		width: 100%;
	}
	.banner-inside .cn-tit{
		font-size: .5rem;
		color: #FFFFFF;
        line-height: 1;
	}
    .banner-box-out{
        position: relative;
    }
    .nav-box-out{
    	width: 100%;
    	position: absolute;
    	left: 0;
    	bottom: 0;
        background: rgba(2, 84, 232, 0.8);
    }
    .nav-box-out>.wrap{
        display: flex;
        align-items: center;
        height: .7rem;
    }
    .nav-box-out li>a{
    	font-size: .24rem;
    	color: #FFFFFF;
        margin-right: .4rem;
        position: relative;
        height: .7rem;
        line-height: .7rem;
        display: block;
    }
    .nav-box-out li>a:after{
        content: "";
        display: none;
        width: .23rem;
        height: .11rem;
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        background: url(../images/arrow-down-small.png) no-repeat;
        background-size: .23rem .11rem;
    }
    .nav-box-out li>a.arrow:before,
    .nav-box-out li>a.on:after,
    .nav-box-out li>a:hover:after,
    .nav-menu-common li.on>a:after{
        display: block;
    }
    .nav-box-out li>a.on,
    .nav-box-out li>a:hover,
    .nav-menu-common li.on>a{
        font-weight: bold;
    }
	.main{
		width: 100%;
		padding: 0 .3rem;
	}
    
	.pages{
		padding: .7rem 0;
		display: block;
	}
    .pages .pagination{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .pages .pagination li{
    	margin: 0 .14rem;
    }
    .pages .pagination li a,
    .pages .pagination li span{
        min-width: .6rem;
        height: .6rem;
        line-height: .6rem;
        font-size: .28rem;
        color: #103ED8;
        border: 1px solid #0254E8;
        box-sizing: border-box;
        text-align: center;
        display: block;
    }
    .pages .pagination li.active a,
    .pages .pagination li:hover a,
    .pages .pagination li span{
    	border: 1px solid #0254E8;
    	background: #0254E8;
    	color: #FFFFFF;
    }
    .pages .pagination li.disabled{
        margin: 0;
    }
    .pages .pagination li.disabled span{
    	color: #999999;
    	cursor: auto;
        border: 0;
        background:none;
        min-width:0;
    }
    .pages .pagination li:nth-child(5),
    .pages .pagination li:nth-child(6),
    .pages .pagination li:nth-child(7),
    .pages .pagination li:nth-child(8),
    .pages .pagination li:nth-child(9){
        display: none;
    }
	.pages a.on{
		border: 0;
		background: #103ED8;
		color: #FFFFFF;
	}
	.pages a.give{
		color: #999999;
		cursor: auto;
	}
	.pages a:first-child,
	.pages a:last-child{
		border: 0;
	}
	.pages .ellipsis{
		display: block;
		border: 0;
		margin: 0;
		line-height: .5rem;
		min-width:.22rem;
	}
	.pages a:nth-child(4)~a{
		display: none;
	}
	.pages a:nth-child(9)~a{
		display: block;
	}
    .index-title{
        padding: .27rem 0 .32rem;
    }
    .index-title.add{
    	padding: .5rem 0 .3rem;
    }
    .index-title.common{
    	padding: .3rem 0 .4rem;
    }
    .index-title.add .box{
        display: block;
    }
    .index-title.add-more .box{
        display: flex;
    }
    .index-title .box .name{
    	font-size: .3rem;
    	color: #FFFFFF;
    	line-height: normal;
        position: relative;
    }
    .index-title.add .box .name{
    	color: #0254E8;
        font-weight: bold;
    }
    .index-title.add .box .name:after{
        content: "";
        width: .3rem;
        height: .02rem;
        background: #E60012;
        position: absolute;
        bottom: -.07rem;
        left: 0;
    }
    .index-title .box .view-all{
    	font-size: .26rem;
    	color: #FFFFFF;
    }
    .index-title .box .more{
        width: 1.26rem;
    	height: .34rem;
        line-height: .34rem;
        box-sizing: border-box;
        border: 1px solid #0254E8;
        font-size: .22rem;
        color: #0254E8;
        background: url(../images/more-arrow.png) no-repeat .99rem center;
        background-size: .12rem .12rem;
        padding: 0 .1rem;
    }
    .index-title .box .more:hover{
        font-weight: normal;
    }
    .index-title .box .new-tabs,
    .tabs{
    	font-size: 0;
        display: flex;
        margin: .3rem -.4rem 0;
    }
    .news-tabs1 .index-title .box .new-tabs,
    .news-tabs2 .index-title .box .new-tabs{
        margin: .3rem -.4rem 0;
        overflow-x: auto;
        overflow-y: hidden;
        width: 7.6rem;
    }
    .news-tabs1 .index-title .box .scroll,
    .news-tabs2 .index-title .box .scroll{
        display: flex;
        padding-right: 1px;
    }
    .index-title .box .new-tabs span,
    .tab-button{
    	color: #000000;
    	font-size: .26rem;
        height: .6rem;
        line-height: .6rem;
        border: 1px solid #0254E8;
    	width: 1.96rem;
    	margin-left: .4rem;
    	cursor: pointer;
        position: relative;
        text-align: center;
    }
    .index-title .box .new-tabs span:after,
    .tab-button:after{
        content: "";
        width: .06rem;
        height: 100%;
        background: #E60012;
        border: 1px solid #E60012;
        position: absolute;
        right: 0;
        bottom: -1px;
        z-index: 2;
        display: none;
        margin: 0 -1px;
    }
    .index-title .box .change-after span{
        margin-left: .4rem;
    }
    .tab-button-scroll{
        margin-left: 0;
    }
    .index-title .box .change-after span:after,
    .tab-button:after{
        width: 4px;
        height: 100%;
        border-top: 1px solid #E60012;
        border-bottom: 1px solid #E60012;
        border-left: 0;
        border-right: 0;
        left: auto;
        right: -1px;
        bottom:0;
        margin: -1px 0;
    }
    .tab-button{
        background: none;
    }
    .index-title .box .new-tabs span.on,
    .tab-button.active{
    	background: #0254E8;
    	color: #FFFFFF;
    }
    .index-title .box .new-tabs span.on:after,
    .tab-button.active:after{
        display: block;
    }
    .index-title .more{
    	font-size: 20px;
    	color: #FFFFFF;
    	background: url(../images/index-white-arrow.png) no-repeat right 3px;
    	background-size:9px 16px;
    	padding-right: 18px;
    	line-height: 1;
    }
    .index-title .blue{
    	color: #103ED8;
    	background: url(../images/index-blue-arrow.png) no-repeat right 3px;
    	background-size:9px 16px;
    }
    .index-title.update .box .more{
        border: 0;
    }
    .index-title.update {
        padding: .4rem 0 0;
    }
    .index-title.update .box{
        display: flex;
    }
    .index-title.update .box .more{
        font-size: .24rem;
        color: #103ED8;
        background: url(../images/news-arrow.png) no-repeat right center;
        background-size: .1036rem .1931rem;
        padding-right: .23rem;
        width: auto;
    }
    .news-container{
    	align-items: flex-start;
    	display: none;
    }
    .news-container.shows{
    	display: block;
    }
    .news-img-box{
        margin-bottom: .4rem;
    }
    .news-img-box:last-child{
        margin-bottom: 0;
    }
    .news-img-box .imgs a{
    	width: 100%;
        height: 3.26rem;
        display: block;
    }
    .common-box .news-img-box .imgs a{
    	width: 6.9rem;
    	height: 3.23rem;
        display: block;
    }
    .news-img-box .conts{
    	background: #F1F2F7;
    	padding: .2rem .37rem .24rem;
    }
    .news-img-box .tit a{
    	font-size: .3rem;
    	color: #000000;
    	font-weight: bold;
    }
    .news-img-box .abstract{
    	color: #666666;
    	font-size: .26rem;
    	line-height: .4rem;
    	margin: .16rem 0 .28rem;
    }
    .news-container .box p{
    	font-size: .24rem;
    	color: #999999;
    	line-height: 1;
        display: flex;
        align-items: center;
    }
    .news-container .box p img{
        width: 4.5px;
        height: 11px;
        margin: 0 2px;
    }
    .news-container .box a{
    	font-size: .24rem;
    	color: #0254E8;
    	background: url(../images/news-arrow.png) no-repeat right center;
    	background-size:.1186rem .2093rem;
    	padding-right: .23rem;
    	line-height: 1;
    }
    .single-line-ellipsis,
    .multi-line-ellipsis{
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .nav-box-level2{
        background: rgba(240, 242, 247, 0.8);
        display: none;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 3;
    }
    .nav-menu-common{
        width: 100%;
        overflow-x: auto;
    }
    .nav-menu-common li{
        min-width: .96rem;
        margin-left: .4rem;
    }
    .nav-menu-common li:first-child{
        margin-left: 0;
    }
    .nav-menu-common li>a{
        margin-right: 0;
    }
    .nav-menu-common li .nav-box-level2{
        top: .7rem;
    }
    .nav-box-level2>.wrap{
        display: flex;
        align-items: center;
        height: .8rem;
    }
    .nav-box-level2 a{
    	font-size: .24rem;
    	color: #444444;
        margin-right: .4rem;
        height: .8rem;
        line-height: .8rem;
    }
    .nav-box-level2 a.on{
        font-weight: bold;
        color: #0254E8;
    }
    .nav-box-level3{
        border-bottom: 1px solid #0254E8;
        display: none;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 3;
        background: #FFFFFF;
    }
    .nav-box-level2>.wrap{
        display: flex;
        flex-wrap: wrap;
        padding-top: .3rem;
        height: auto;
    }
    .nav-box-level2 .box{
        width: 13%;
        margin: 0 .6rem .32rem 0;
        text-align: center;
    }
    .nav-box-level2 a{
        font-size: .24rem;
        color: #999999;
        margin-right: 0;
        line-height:normal;
        white-space: nowrap;
    }
    .nav-box-level2 .box:nth-child(5n){
        margin-right: 0;
    }
    .nav-box-level2 a.on,
    .nav-box-level2 a:hover,
    .nav-box-level2 .box.on>a{
        font-weight: bold;
        color: #0254E8;
    }
    .empty-box{
        text-align: center;
        padding: .8rem 0;
    }
    .empty-box img{
        width: .8rem;
        height: .8rem;
    }
    .empty-box p{
        font-size: .24rem;
        color: #999999;
        padding-top: .2rem;
    }
    .empty-box-update{
        position: relative;
        top: .35rem;
    }
    .nav-box-level2.clear{
        display: block;
        position: static;
    }
    .clearFlex{
        display: block !important;
    }
    .nav-box-city>.wrap{
        margin: 0 -.3rem;
        border-top: 1px solid #DBDBDB;
    }
    .nav-box-city .box {
        /* flex: 1; */
        width: 20%;
        margin: 0 0 .32rem 0;
    }
    .nav-box-city .box:nth-child(5n) {
        margin-right: 0;
    }
    .nav-box-city .box:first-child{
        margin-right: .15rem;
        display: none;
    }
    /* .nav-box-city .box:nth-child(27){
        margin-left: .15rem;
    }
    .nav-box-city .box:nth-child(27),
    .nav-box-city .box:nth-child(31),
    .nav-box-city .box:nth-child(32),
    .nav-box-city .box:last-child{
        flex:0 1 auto;
    } */
    .cityAll{
        height: .8rem;
        background: rgba(240, 242, 247, 0.8);
        padding: 0 .3rem;
        display: flex;
    }
    .cityAll p{
        font-size: .24rem;
        font-weight: bold;
        color: #0254E8;
    }
    .cityAll span{
        width: .34rem;
        height: .33rem;
        background: url(../images/icon-shows.png) no-repeat;
        background-size: cover;
    }
}

.news-img-box .tit a,
.news-list li .tit a,
.xshy-box .tit a,
.nav-box-out a,
.footer .foot-nav a{
    transition: all .1s linear;
}
.news-img-box .tit a:hover,
.news-list li .tit a:hover,
.xshy-box .tit a:hover,
.footer .foot-nav a:hover{
    color: #0254E8;
}
.nav-top-box a:hover{
	background: #103ED8;
	color: #FFFFFF;
}
.imgs{
	overflow: hidden;
}
.imgs a{
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
}

.imgs a:hover{
    transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
}
.header .right-box .member-login:hover{
	background: url(../images/icon-member-login-act.png) no-repeat 21px center #103ED8;
	background-size: 19px 18px;
	color: #ffffff;
}
.header .right-box .universal:hover{
	background: url(../images/icon-universal-act.png) no-repeat 21px center #103ED8;
	background-size: 17px 18px;
	color: #ffffff;
}

.news-container .box a:hover,
.xshy-list li .tit a:hover,
.news-box-list li .box a:hover,
.detail-box .pages-box .item a:hover,
.electronic-card .tab-item .boxl a:hover,
.form-box .login-box .forget a:hover,
.form-box .login-box .admission a:hover,
.form-box .register-box .return a:hover,
.index-title.update .box .more:hover{
	text-decoration: underline;
}
.index-title .more:hover,
.news-list li .cont span:hover,
.detail-bom a:hover,
.summary li .sm-box a:hover,
.tit-link .tit-flex a:hover{
	font-weight: bold;
}

.swiper-box .ban-box .title span,
.swiper-box .ban-box .slogan span{
    transition: 1.5s;
    opacity: 0;
}
.swiper-box .ban-box .title span:nth-child(1) {
    transition-delay: 0.1s;
}

.swiper-box .ban-box .title span:nth-child(2) {
    transition-delay: 0.15s;
}

.swiper-box .ban-box .title span:nth-child(3) {
    transition-delay: 0.2s;
}

.swiper-box .ban-box .title span:nth-child(4) {
    transition-delay: 0.25s;
}

.swiper-box .ban-box .title span:nth-child(5) {
    transition-delay: 0.3s;
}

.swiper-box .ban-box .title span:nth-child(6) {
    transition-delay: 0.35s;
}

.swiper-box .ban-box .title span:nth-child(7) {
    transition-delay: 0.4s;
}

.swiper-box .ban-box .title span:nth-child(8) {
    transition-delay: 0.45s;
}
.swiper-box .ban-box .slogan span:nth-child(1) {
    transition-delay: 0.1s;
}
.swiper-box .ban-box .slogan span:nth-child(2) {
    transition-delay: 0.15s;
}
.swiper-box .ban-box .slogan span:nth-child(3) {
    transition-delay: 0.2s;
}
.swiper-box .ban-box .slogan span:nth-child(4) {
    transition-delay: 0.25s;
}
.swiper-box .ban-box .slogan span:nth-child(5) {
    transition-delay: 0.3s;
}
.swiper-box .ban-box .slogan span:nth-child(6) {
    transition-delay: 0.35s;
}
.swiper-box .ban-box .slogan span:nth-child(7) {
    transition-delay: 0.4s;
}
.swiper-box .ban-box .slogan span:nth-child(8) {
    transition-delay: 0.45s;
}
.swiper-box .ban-box .slogan span:nth-child(9) {
    transition-delay: 0.5s;
}
.swiper-box .ban-box .slogan span:nth-child(10) {
    transition-delay: 0.55s;
}
.swiper-box .ban-box .slogan span:nth-child(11) {
    transition-delay: 0.6s;
}
.swiper-box .ban-box .slogan span:nth-child(12) {
    transition-delay: 0.65s;
}
.swiper-box .ban-box .slogan span:nth-child(13) {
    transition-delay: 0.7s;
}
.swiper-box .ban-box .slogan span:nth-child(14) {
    transition-delay: 0.75s;
}
.swiper-box .ban-box .slogan span:nth-child(15) {
    transition-delay: 0.8s;
}
.swiper-box .ban-box .slogan span:nth-child(16) {
    transition-delay: 0.85s;
}
.swiper-box .ban-box .slogan span:nth-child(17) {
    transition-delay: 0.9s;
}
.swiper-box .ban-box .slogan span:nth-child(18) {
    transition-delay: 0.95s;
}
@-webkit-keyframes fadeInLeftshow {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-10px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes fadeInLeftshow {
    0% {
        opacity: 0;
        -moz-transform: translateX(-5px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
}
.swiper-box .swiper-slide-active .ban-box .title span:nth-child(1) {
    -webkit-animation: fadeInLeftshow 0.5s .2s ease both;
    -moz-animation: fadeInLeftshow 0.5s .2s ease both;
    animation-delay: 0.1s;
}

.swiper-box .swiper-slide-active .ban-box .title span:nth-child(2) {
    -webkit-animation: fadeInLeftshow 0.5s .2s ease both;
    -moz-animation: fadeInLeftshow 0.5s .2s ease both;
    animation-delay: 0.2s;
}

.swiper-box .swiper-slide-active .ban-box .title span:nth-child(3) {
    -webkit-animation: fadeInLeftshow 0.5s .2s ease both;
    -moz-animation: fadeInLeftshow 0.5s .2s ease both;
    animation-delay: 0.3s;
}

.swiper-box .swiper-slide-active .ban-box .title span:nth-child(4) {
    -webkit-animation: fadeInLeftshow 0.5s .2s ease both;
    -moz-animation: fadeInLeftshow 0.5s .2s ease both;
    animation-delay: 0.4s;
}

.swiper-box .swiper-slide-active .ban-box .title span:nth-child(5) {
    -webkit-animation: fadeInLeftshow 0.5s .2s ease both;
    -moz-animation: fadeInLeftshow 0.5s .2s ease both;
    animation-delay: 0.5s;
}

.swiper-box .swiper-slide-active .ban-box .title span:nth-child(6) {
    -webkit-animation: fadeInLeftshow 0.5s .2s ease both;
    -moz-animation: fadeInLeftshow 0.5s .2s ease both;
    animation-delay: 0.6s;
}

.swiper-box .swiper-slide-active .ban-box .title span:nth-child(7) {
    -webkit-animation: fadeInLeftshow 0.5s .2s ease both;
    -moz-animation: fadeInLeftshow 0.5s .2s ease both;
    animation-delay: 0.7s;
}

.swiper-box .swiper-slide-active .ban-box .title span:nth-child(8) {
    -webkit-animation: fadeInLeftshow 0.5s .2s ease both;
    -moz-animation: fadeInLeftshow 0.5s .2s ease both;
    animation-delay: 0.8s;
}

.swiper-box .swiper-slide-active .ban-box .slogan span:nth-child(1) {
    -webkit-animation: fadeInLeftshow 0.5s .2s ease both;
    -moz-animation: fadeInLeftshow 0.5s .2s ease both;
    animation-delay: 0.1s;
}
.swiper-box .swiper-slide-active .ban-box .slogan span:nth-child(2) {
    -webkit-animation: fadeInLeftshow 0.5s .2s ease both;
    -moz-animation: fadeInLeftshow 0.5s .2s ease both;
    animation-delay: 0.2s;
}
.swiper-box .swiper-slide-active .ban-box .slogan span:nth-child(3) {
    -webkit-animation: fadeInLeftshow 0.5s .2s ease both;
    -moz-animation: fadeInLeftshow 0.5s .2s ease both;
    animation-delay: 0.3s;
}
.swiper-box .swiper-slide-active .ban-box .slogan span:nth-child(4) {
    -webkit-animation: fadeInLeftshow 0.5s .2s ease both;
    -moz-animation: fadeInLeftshow 0.5s .2s ease both;
    animation-delay: 0.4s;
}
.swiper-box .swiper-slide-active .ban-box .slogan span:nth-child(5) {
    -webkit-animation: fadeInLeftshow 0.5s .2s ease both;
    -moz-animation: fadeInLeftshow 0.5s .2s ease both;
    animation-delay: 0.5s;
}
.swiper-box .swiper-slide-active .ban-box .slogan span:nth-child(6) {
    -webkit-animation: fadeInLeftshow 0.5s .2s ease both;
    -moz-animation: fadeInLeftshow 0.5s .2s ease both;
    animation-delay: 0.6s;
}
.swiper-box .swiper-slide-active .ban-box .slogan span:nth-child(7) {
    -webkit-animation: fadeInLeftshow 0.5s .2s ease both;
    -moz-animation: fadeInLeftshow 0.5s .2s ease both;
    animation-delay: 0.7s;
}
.swiper-box .swiper-slide-active .ban-box .slogan span:nth-child(8) {
    -webkit-animation: fadeInLeftshow 0.5s .2s ease both;
    -moz-animation: fadeInLeftshow 0.5s .2s ease both;
    animation-delay: 0.8s;
}
.swiper-box .swiper-slide-active .ban-box .slogan span:nth-child(9) {
    -webkit-animation: fadeInLeftshow 0.5s .2s ease both;
    -moz-animation: fadeInLeftshow 0.5s .2s ease both;
    animation-delay: 0.9s;
}
.swiper-box .swiper-slide-active .ban-box .slogan span:nth-child(10) {
    -webkit-animation: fadeInLeftshow 0.5s .2s ease both;
    -moz-animation: fadeInLeftshow 0.5s .2s ease both;
    animation-delay: 1s;
}
.swiper-box .swiper-slide-active .ban-box .slogan span:nth-child(11) {
    -webkit-animation: fadeInLeftshow 0.5s .2s ease both;
    -moz-animation: fadeInLeftshow 0.5s .2s ease both;
    animation-delay: 1.1s;
}
.swiper-box .swiper-slide-active .ban-box .slogan span:nth-child(12) {
    -webkit-animation: fadeInLeftshow 0.5s .2s ease both;
    -moz-animation: fadeInLeftshow 0.5s .2s ease both;
    animation-delay: 1.2s;
}
.swiper-box .swiper-slide-active .ban-box .slogan span:nth-child(13) {
    -webkit-animation: fadeInLeftshow 0.5s .2s ease both;
    -moz-animation: fadeInLeftshow 0.5s .2s ease both;
    animation-delay: 1.3s;
}
.swiper-box .swiper-slide-active .ban-box .slogan span:nth-child(14) {
    -webkit-animation: fadeInLeftshow 0.5s .2s ease both;
    -moz-animation: fadeInLeftshow 0.5s .2s ease both;
    animation-delay: 1.4s;
}
.swiper-box .swiper-slide-active .ban-box .slogan span:nth-child(15) {
    -webkit-animation: fadeInLeftshow 0.5s .2s ease both;
    -moz-animation: fadeInLeftshow 0.5s .2s ease both;
    animation-delay: 1.5s;
}
.swiper-box .swiper-slide-active .ban-box .slogan span:nth-child(16) {
    -webkit-animation: fadeInLeftshow 0.5s .2s ease both;
    -moz-animation: fadeInLeftshow 0.5s .2s ease both;
    animation-delay: 1.6s;
}
.swiper-box .swiper-slide-active .ban-box .slogan span:nth-child(17) {
    -webkit-animation: fadeInLeftshow 0.5s .2s ease both;
    -moz-animation: fadeInLeftshow 0.5s .2s ease both;
    animation-delay: 1.7s;
}
.swiper-box .swiper-slide-active .ban-box .slogan span:nth-child(18) {
    -webkit-animation: fadeInLeftshow 0.5s .2s ease both;
    -moz-animation: fadeInLeftshow 0.5s .2s ease both;
    animation-delay: 1.8s;
}

@keyframes slideInUp {
  from {
    opacity: 1 !important;
  }

  to {
    opacity: 0 !important;
    transform: translateY(10px) !important; /* 修改这个值控制距离 */
  }
}