@media screen and (min-width:1200px){
    .current-affairs{
        padding: 60px 0;
    }
    .current-affairs > .wrap,
    .association > .wrap{
        display: flex;
        justify-content: space-between;
    }
    .current-affairs .imgs{
        border-radius: 20px;
    }
    .current-affairs .imgs,
    .current-affairs .imgs .image{
        width: 920px;
        height: 466px;
    }
    .current-affairs .affairs-box{
        width: 440px;
    }
    .current-affairs .affairs-box .index-title{
        margin-top: -10px;
        padding-bottom: 20px;
    }
    .current-affairs .affairs-box li{
        border-bottom: 1px solid #D0D0D0;
        padding: 18px 0;
    }
    .current-affairs .affairs-box li:first-child{
        padding-top: 0;
    }
    .current-affairs .affairs-box li a{
        font-size: 18px;
        color: #444444;
        line-height: 24px;
    }
    .association .dynamics{
        width: 920px;
    }
    .association .cont-box .box ul{
        display: flex;
        flex-wrap: wrap;
    }
    .association .cont-box .box li{
        width: 440px;
    }
    .association .cont-box .box li:nth-child(2n){
        margin-left: 40px;
    }
    .association .cont-box .box li.show-img{
        padding: 0;
        border-bottom: 0;
    }
    .association .cont-box .box li.show-img > a,
    .association .cont-box .box li.show-img > p{
        display: none;
    }
    .association .cont-box .box li.hide-cont .cont{
        display: none;
    }
    .association .cont-box .box .imgs{
        border-radius: 20px;
        position: relative;
    }
    .association .cont-box .box .imgs,
    .association .cont-box .box .imgs .image{
        width: 440px;
        height: 249px;
    }
    .association .cont-box .box .title{
        width: 100%;
        height: 84px;
        background:linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
        background-blend-mode: multiply; 
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 2;
        padding: 0 34px 0 24px;
    }
    .association .cont-box .box .title p{
        font-size: 18px;
        color: #FFFFFF;
        line-height: 24px;
    }
    .association .cont-box li{
        padding: 13px 0;
        border-bottom: 1px solid #DDDDDD;
    }
    .association .cont-box li a{
        font-size: 16px;
        color: #444444;
        line-height: 22px;
    }
    .association .cont-box li p{
        font-size: 16px;
        color: #444444;
        line-height: 26px;
        margin-top: 4px;
    }
    .association .activity{
        width: 440px;
    }
    .association .list li{
        display: flex;
        justify-content: space-between;
    }
    .association .list li+li{
        margin-top: 33px;
    }
    .association .list li .imgs{
        border-radius: 10px;
    }
    .association .list li .imgs,
    .association .list li .imgs .image{
        width: 120px;
        height: 85px;
    }
    .association .list li .cont{
        width: 295px;
    }
    .association .list li .cont .titbox{
        height: 51px;
    }
    .association .list li .cont .titbox>a{
        font-size: 16px;
        color: #444444;
        line-height: 24px;
    }
    .association .list li .cont .flex p{
        font-size: 14px;
        color: #444444;
        line-height: 24px;
    }
    .association .list li .cont .flex .sign-up{
        height: 34px;
        line-height: 34px;
        background: #093C92;
        border-radius: 17px;
        font-size: 14px;
        color: #FFFFFF;
        position: relative;
        padding: 0 25px 0 12px;
    }
    .association .list li .cont .flex .sign-up:after{
        content: "";
        width: 7px;
        height: 13px;
        background: url('../images/sign-up-arrow.png') no-repeat center / cover;
        position: absolute;
        top: 50%;
        right: 9px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }
    .association .list li .cont .flex .sign-up:hover:after{
        right: 12px;
    }
    .association.news{
        height: 983px;
        background: url('../images/news-bg.png') no-repeat center / cover;
        padding-top: 127px;
    }
    .association.news .cont-box .box .tent{
        display: flex;
        padding-top: 9px;
    } 
    .association.news .cont-box .box .tent span{
        font-size: 14px;
        color: #FFFFFF;
        margin-right: 40px;
    } 
    .association.news .cont-box .box .flex-h{
        display: block;
        padding-top: 40px;
        height: 134px;
    }
    .association.news .cont-box .box .list li:not(:nth-child(-n+2)) .imgs{
        border-radius: 10px;
    }
    .association.news .cont-box .box .list li:not(:nth-child(-n+2)) .imgs, 
    .association.news .cont-box .box .list li:not(:nth-child(-n+2)) .imgs .image{
        width: 120px;
        height: 85px;
    }
    .association.news .cont-box .box .list li:nth-child(2){
        margin-top: 0;
    }
    .association.news .list2 li .cont {
        width: auto;
    }
    .association.news .cont-box li {
        padding: 0;
        border-bottom: 0;
    }
    .association.news .list2 li{
        padding: 16px 0;
    }
    .association.news .list2 li+li+li{
        margin: 0;
        border-top: 1px solid #DDDDDD;
    }
    .association.news .cont-box .box .list2 li+li{
        margin-left: 0;
    }
    .association.news .list2 li:last-child{
        border-bottom: 0;
    }
    .association.fengcai{
        height: auto;
        background: none;
        padding-top: 0;
    }
    .association.fengcai .dynamics{
        width: auto;
    }
    .association.fengcai .list2 li{
        padding: 0;
        border-bottom: 1px solid #DDDDDD;
    }
    .association.fengcai .list2 li+li {
        margin-top: 0;
    }
    .association.fengcai .cont-box .box .list2,
    .association.fengcai .list2 li:first-child,
    .association.news .list2 li:first-child{
        padding-top: 0;
    }
    .association.fengcai .list3 li .cont .flex p {
        line-height: 20px;
    }
    .association.fengcai .cont-box .box .list3 li:not(:nth-child(-n+3)) .imgs{
        border-radius: 10px;
    }
    .association.fengcai .cont-box .box .list li:not(:nth-child(-n+2)) .imgs, 
    .association.fengcai .cont-box .box .list li:not(:nth-child(-n+2)) .imgs .image{
        width: 440px;
        height: 249px;
    }
    .association.fengcai .cont-box .box .list3 li:not(:nth-child(-n+3)) .imgs, 
    .association.fengcai .cont-box .box .list3 li:not(:nth-child(-n+3)) .imgs .image{
        width: 120px;
        height: 85px;
    }
    .association.fengcai .cont-box .box .list3 li:nth-child(2n){
        margin-left: 0;
    }
    .association.fengcai .cont-box .box .list3 li{
        margin-right: 40px;
    }
    .association.fengcai .cont-box .box .list3 li:nth-child(3n){
        margin-right: 0;
        margin-left: 0;
    }
    .association.fengcai .list3 li:nth-child(3){
        margin-top: 0;
    }
    .swiper-box{
    	position: relative;
        overflow: hidden;
        margin: 50px auto 60px;
    }
    .swiper-box,
    .swiper-box .image{
    	width: 1400px;
    	height: 160px;
        border-radius: 20px;
    }
    .swiper-box .swiper-pagination{
    	bottom: 30px;
        height: 14px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding-right: 30px;
    }
    .swiper-box .swiper-pagination-bullet{
        width: 10px;
        height: 10px;
        background: #FFFFFF;
        border-radius: 5px;
        opacity: 1;
    	margin-left: 10px;
        border: 2px solid #FFFFFF;
    }
    .swiper-box .swiper-pagination-bullet-active {
        position: relative;
        background:none;
    	opacity: 1;
    }
    .swiper-box .swiper-pagination-bullet-active:after{
        content: "";
        width: 7px;
        height: 7px;
        background: #FFFFFF;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
    }
    
    /****************************************************************************/
	
	.notice-box{
		position: relative;
	}
	.notice-box .swiper-slide{
        width: 360px !important;
        height: 120px;
	}
	.notice-box .slide{
		width: 360px;
		height: 120px;
		background: #FFFFFF;
		position: relative;
        border: 1px solid rgba(2, 84, 232, 0.4);
	}
	.notice-box .slide .flex-h{
		height: 120px;
	}
	.notice-box .speaker{
		width: 60px;
		height: 60px;
		border-radius: 100%;
		background: #0254E8;
        margin-left: 40px;
	}
	.notice-box .cont{
		margin-left: 31px;
        font-size: 22px;
        color: #000000;
        font-weight: bold;
	}
    .notice-box .arrow{
        position: absolute;
        right: 40px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        width: 13px;
        height: 24px;
        background: url(../images/icon-blue-arrow.png) no-repeat;
        background-size:cover;
    }
    .notice-box .swiper-button-prev,
    .notice-box .swiper-button-next{
    	width: 70px;
    	height: 70px;
    	margin-top:0;
        top: 29px;
    }
    .notice-box .swiper-button-prev{
        left: -85px;
    	background: url(../images/asso-prev.png) no-repeat;
    	background-size:cover;
    }
    .notice-box .swiper-button-next{
        right: -85px;
    	background: url(../images/asso-next.png) no-repeat;
    	background-size:cover;
    }
    .association-services{
        position: relative;
    }
    .association-services:after{
        content: "";
        width: 100%;
        height: 140px;
        background: #0254E8;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }
	.dynamics{
        margin-right: 0;
    }
    .dynamics .imgs img{
		width: 370px;
		height: 284px;
	}
    .dynamics .news-cont{
        height: 83px;
    }
    .dynamics .news-cont .title{
        width: 285px;
        height: 83px;
        background: #0254E8;
        box-sizing: border-box;
        padding: 0 17px;
    }
    .dynamics .news-cont .title span{
        font-size: 16px;
        color: #FFFFFF;
        line-height: normal;
        height: 46px;
    }
    .dynamics .news-cont .arrow{
        width: 85px;
        height: 83px;
        background: url(../images/index-news-w-arrow.png) no-repeat center center #E60012;
        background-size:15px 28px;
    }
	
	.news-list{
		margin-top: -5px;
        width: 830px;
	}
	.news-list li{
		width: 372px;
		float: left;
		border-bottom: 1px solid #A4B9FF;
		margin-left: 43px;
		padding: 36px 0;
	}
	.news-list li:nth-child(1),
	.news-list li:nth-child(2){
		padding-top: 0;
	}
	.news-list li:nth-child(3),
	.news-list li:nth-child(4){
		padding-bottom: 0;
		border-bottom:0;
	}
	.news-list li .tit a{
		font-size: 16px;
		color: #000000;
		font-weight: bold;
	}
	.news-list li .abstract{
		font-size: 14px;
		line-height: 20px;
		color: #666666;
		margin: 21px 0 17px;
	}
	.exhibition-box{
		background: url(../images/exhibition-bg.png) no-repeat center top;
		background-size:cover;
		height: 546px;
		position: relative;
        margin-top: 100px;
	}
	.xshy-box{
		position: relative;
	}
	.xshy-box .swiper-slide{
	    width: 380px !important;
	}
    .xshy-box .imgs img{
		width: 380px;
		height: 160px;
	}
	.xshy-box .tit{
		padding: 14px 0;
	}
    .xshy-box .tit a{
        font-size: 20px;
        color: #000000;
        height: 58px;
    }
	.xshy-box .tent span{
	    font-size: 14px;
	    line-height: 24px;
	    color: #000000;
        padding-left: 23px;
	}
    .xshy-box .tent span:nth-child(1){
        background: url(../images/icon-date.png) no-repeat left center;
        background-size:14px 14px;
    }
    .xshy-box .tent span:nth-child(2){
        background: url(../images/icon-position.png) no-repeat left center;
        background-size:14px 16.33px;
        margin-left: 37px;
    }
	.xshy-box .swiper-button-prev,
	.xshy-box .swiper-button-next{
		width: 40px;
		height: 40px;
		margin-top:0;
	    top: 114px;
	}
	.xshy-box .swiper-button-prev{
	    left: -70px;
		background: url(../images/exhibition-prev.png) no-repeat;
		background-size:cover;
	}
	.xshy-box .swiper-button-next{
	    right: -70px;
		background: url(../images/exhibition-next.png) no-repeat;
		background-size:cover;
	}
    .tab-content{
        width: 1230px;
        margin: 0 auto;
        position: relative;
    }
    .ministries-box{
        margin: -20px 0 62px 0;
    }
    .ministries-box .swiper-container{
        width: 1230px;
        margin: 0 auto;
    }
    .ministries-box .swiper-slide{
        width: 25% !important;
    }
    .ministries-box .slide-box{
        padding: 20px 10px;
    }
    .ministries-box .slide{
        width: 100%;
        height: 102px;
        background: #0254E8;
        box-shadow: 0px 0px 20px 0px rgba(16, 62, 216, 0.12);
    }
    .ministries-box .imgs{
    	width: 99%;
    	height: 99px;
        background: #FFFFFF;
        padding: 0 7px;
    }
    .ministries-box .imgs img{
        max-width: 100%;
    }
    .ministries-box .swiper-button-prev,
    .ministries-box .swiper-button-next{
    	width: 40px;
    	height: 40px;
    	margin-top:0;
        top: 50px;
    }
    .ministries-box .swiper-button-prev{
        left: -60px;
    	background: url(../images/exhibition-prev.png) no-repeat;
    	background-size:cover;
    }
    .ministries-box .swiper-button-next{
        right: -60px;
    	background: url(../images/exhibition-next.png) no-repeat;
    	background-size:cover;
    }
    .tab-container {
        width: 100%;
        margin: 0 auto;
    }
    .tab-pane {
        display: none;
    }
    .tab-pane.active {
        display: block;
    }
    .picture-imgs{
        display: flex;
        margin-top: 70px;
    }
    .picture-imgs .imgs,
    .picture-imgs .imgs img{
        width: 600px;
        height: 150px;
    }
}
@media screen and (max-width:1440px){
	.swiper-box .swiper-button-prev,
	.swiper-box .swiper-button-next{
		width: 60px;
		height: 60px;
	}
	.swiper-box .swiper-button-prev{
		left: 10%;
	}
	.swiper-box .swiper-button-next{
		right: 10%;
	}
}
@media screen and (max-width:1199px){
	.swiper-box{
		display: none;
	}
	.swiper-box-mobile{
		display: block;
		position: relative;
		overflow: hidden;
	}
	.swiper-box-mobile img{
		width: 100%;
		height: 4.17rem;
	}
	.swiper-box-mobile .swiper-pagination{
		bottom: 0.8rem;
		left: 0;
		width: 100%;
	}
	.swiper-box-mobile .swiper-pagination-bullet{
	    width: 0.16rem;
	    height: 0.16rem;
	    opacity: .5;
		margin: 0 0.08rem;
	}
	.swiper-box-mobile .swiper-pagination-bullet-active {
	    background: #103ED8;
		opacity: 1;
	}
	.notice-box{
		height: 1.5rem;
		overflow: hidden;
		margin: -0.85rem auto 0;
		position: relative;
		z-index: 20;
	}
	/* .notice-box .swiper-container{
		width: 100%;
		height: 100%;
		margin: 0 auto;
		position: relative;
		z-index: 30;
		padding:.2rem .3rem;
		box-sizing: border-box;
	} */
	.notice-box .swiper-slide{
		padding: 0 .3rem 1rem;
	}
	.notice-box .slide .flex-h{
		padding: 0.16rem 0.27rem 0.16rem 0.2rem;
		border-radius: 0.1rem;
		background: #FFFFFF;
		box-shadow: 0px 0px 0.1rem 0px rgba(16, 62, 216, 0.12);
	}
	.notice-box .slide{
		margin-top: .15rem;
		height: 100%;
		width: 100%;
	}
	.notice-box .speaker{
		width: .54rem;
		height: .54rem;
		border-radius: 100%;
		background: url(../images/icon-speaker.png) no-repeat center center #103ED8;
		background-size:.27rem .23rem;
	}
	.notice-box .cont{
		width: 5.69rem;
		margin-left: .2rem;
	}
	.notice-box .title{
		color: #000000;
		font-size: .3rem;
		font-weight: bold;
	}
	.notice-box .abstract{
		color: #000000;
		font-size: .24rem;
		white-space: nowrap;
	}
	.index-title{
		padding: .18rem .3rem .54rem;
	}
	.index-title.add{
		padding: .68rem .3rem .33rem;
	}
	.index-title h4{
		font-size: .3rem;
		color: #CBD5F4;
		line-height: normal;
	}
	.index-title .box .name{
		font-size: .36rem;
		color: #103ED8;
		line-height: normal;
	}
	.index-title .box .new-tabs{
		font-size: 0;
	}
	.index-title .box .new-tabs span{
		background: #EBEBEB;
		color: #000000;
		font-size: .26rem;
		width: 1.66rem;
		height: .54rem;
		line-height: .54rem;
		margin-left: .29rem;
		cursor: pointer;
		display: inline-block;
		text-align: center;
	}
	.index-title .box .new-tabs span.on{
		background: #103ED8;
		color: #FFFFFF;
	}
	.index-title .more{
		font-size: .26rem;
		color: #FFFFFF;
		background: url(../images/index-white-arrow.png) no-repeat right .06rem;
		background-size:.1rem .17rem;
		padding-right: .3rem;
		line-height: 1;
	}
	.index-title .blue{
		color: #103ED8;
		background: url(../images/index-blue-arrow.png) no-repeat right 3px;
		background-size:9px 16px;
		display: none;
	}
	.news-container{
		align-items: flex-start;
		padding: 0 .3rem;
		display: none;
	}
	.news-container.shows{
		display: block;
	}
	.news-img-box .imgs img{
		width: 6.9rem;
		height: 3.32rem;
	}
	.news-img-box .conts{
		background: #F7F9FF;
		padding: .31rem .27rem .43rem .2rem;
	}
	.news-img-box .tit a{
		font-size: .3rem;
		color: #000000;
		font-weight: bold;
	}
	.news-img-box .abstract{
		color: #3D3D3D;
		font-size: .26rem;
		line-height: .44rem;
		margin: .14rem 0 .23rem;
	}
	.news-container .box p{
		font-size: .24rem;
		color: #A1A1A1;
		line-height: 1;
	}
	.news-container .box a{
		font-size: .24rem;
		color: #103ED8;
		background: url(../images/index-blue-arrow.png) no-repeat right .06rem;
		background-size:.1rem .17rem;
		padding-right: .21rem;
		line-height: 1;
	}
	.news-list{
		padding: 0 .27rem 0 .2rem;
	}
	.news-list li{
		border-bottom: 1px solid #A4B9FF;
		padding: .32rem 0 .43rem;
		display: none;
	}
	.news-list li:nth-child(1){
		display: block;
	}
	.news-list li .tit a{
		font-size: .3rem;
		color: #000000;
		font-weight: bold;
	}
	.news-list li .abstract{
		font-size: .26rem;
		line-height: .44rem;
		color: #3D3D3D;
		margin: .24rem 0 .32rem;
	}
	.index-title.lef{
		padding-left: .5rem;
	}
	.xshy-box{
		background: url(../images/index-xshy-bg-mobile.png) no-repeat center top;
		background-size:cover;
		position: relative;
	}
	.xshy-box .strip{
		position: absolute;
		left: 0;
		top: .7rem;
		width: .42rem;
		height: .9rem;
		background: linear-gradient(90deg, rgba(16, 62, 216, 0.08) 0%, rgba(203, 213, 244, 0.8) 100%);
	}
	.xshy-list{
		padding: .2rem .54rem 0;
	}
	.xshy-list li{
		position: relative;
		display: none;
	}
	.xshy-list li:nth-child(-n+2){
		display: block;
	}
	.xshy-list li .imgs img{
		width: 100%;
	}
	.xshy-list li .tit{
		margin-top: .3rem;
	}
	.xshy-list li .tit a{
		font-size: .3rem;
		color: #FFFFFF;
	}
	.xshy-list li .tent{
		padding: .34rem 0 .9rem;
	}
	.xshy-list li .tent span{
		font-size: .26rem;
		line-height: .24rem;
		color: #FFFFFF;
		padding-left: .32rem;
		display: block;
	}
	.xshy-list li .tent span:nth-child(1){
		background: url(../images/icon-date.png) no-repeat left center;
		background-size:.2rem .2rem;
	}
	.xshy-list li .tent span:nth-child(2){
		background: url(../images/icon-here.png) no-repeat left center;
		background-size:.2rem .24rem;
		margin-top: .3rem;
	}
	.xshy-list li .more{
		font-size: .24rem;
		color: #FFFFFF;
		width: 1.2rem;
		height: .44rem;
		/* line-height: .44rem; */
		border: 1px solid #FFFFFF;
		background: url(../images/xshy-arrow.png) no-repeat .91rem center;
		background-size:.09rem .15rem;
		padding-left: .17rem;
		display: block;
		position: absolute;
		right: 0;
		bottom: .8rem;
	}
	.exhibitions-box {
		display: flex;
		flex-wrap: wrap;
		margin-left: -.32rem;
		padding: .52rem .3rem 0;
	}
	
	.exhibitions-box a {
		flex:calc(50% - .32rem) 0;
		margin: 0 0 .5rem .32rem;
	}
	
	.exhibitions-box .imgs {
		border-radius: .1rem;
		text-align: center;
		height: 1.12rem;
		padding: .2rem .12rem;
		background: #FFFFFF;
		position: relative;
		overflow: visible;
	}
	
	.exhibitions-box .imgs:after {
		content: "";
		width: 100%;
		height: 1.12rem;
		position: absolute;
		left: 0;
		bottom: -.05rem;
		z-index: -1;
		background: #103ED8;
		border-radius: .1rem;
		box-shadow: 0px 0px .2rem 0px rgba(16, 62, 216, 0.2);
	}
	
	.exhibitions-box .imgs img {
		max-width: 100%;
		max-height: 100%;
	}
	.zyzh-box .cont,
	.jshd-box .cont{
		font-size: .26rem;
		line-height: .4rem;
		color: #3D3D3D;
		padding: 0 .3rem;
	}
	.jshd-box{
		/* background: url(../images/index-jshd-bg-mobile.png) no-repeat center top; */
		background-size:100% 100%;
		position: relative;
		padding-bottom: .89rem;
	}
	.activities-box{
		padding: .7rem .58rem 0;
	}
	.activities-box a {
		width: 6.36rem;
		height: 2.05rem;
		position: relative;
		display: none;
		overflow: hidden;
	}
	.activities-box a:nth-child(-n+2){
		display: block;
	}
	.activities-box a+a{
		margin-top: .49rem;
	}
	.activities-box .imgs  img{
		width: 100%;
	}
	.activities-box .into{
		position: absolute;
		right: 0;
		bottom: 0;
		width: .47rem;
		height: .47rem;
		background: url(../images/icon-into.png) no-repeat center center #103ED8;
		background-size:.22rem .22rem;
	}
	.xhsk-box{
		padding-bottom: .8rem;
	}
	.xhsk-tabs{
		display: block;
	}
	.xhsk-tabs .tabl{
		width: 6.9rem;
		height: 1.33rem;
		border-radius: .1rem;
		box-sizing: border-box;
		border: 1px solid #A4B9FF;
		display: flex;
		margin: 0 auto;
	}
	.xhsk-tabs .tabl .item{
		width: 33.3%;
		height: 1.33rem;
		position: relative;
		box-sizing: border-box;
		cursor: pointer;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.xhsk-tabs .tabl .ibox{
		text-align: center;
	}
	.xhsk-tabs .tabl .item:before{
		content: "";
		width: 1px;
		height: .6rem;
		background: #A4B9FF;
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}
	.xhsk-tabs .tabl .item:after{
		content: "";
		width: 9px;
		height: 16px;
		background: url(../images/xshy-arrow.png) no-repeat;
		background-size:cover;
		position: absolute;
		top: 50%;
		right: 45px;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		display: none;
	}
	.xhsk-tabs .tabl .item p{
		font-size: .26rem;
		line-height: normal;
		color: #000000;
		margin-bottom: .07rem;
	}
	.xhsk-tabs .tabl .item span{
		font-size: .16rem;
		line-height: 1.5;
		color: #000000;
		display: block;
	}
	.xhsk-tabs .tabl .item .round{
		width: .36rem;
		height: .36rem;
		background: url(../images/xshy-round.png) no-repeat;
		background-size:cover;
		position: absolute;
		left: 0;
		bottom: 0;
	}
	.xhsk-tabs .tabl .item.on{
		border-radius: .1rem;
		background: #103ED8;
	}
	.xhsk-tabs .tabl .item.on:before,
	.xhsk-tabs .tabl .item:last-child:before{
		display: none;
	}
	.xhsk-tabs .tabl .item.on p,
	.xhsk-tabs .tabl .item.on span{
		color: #FFFFFF;
	}
	.xhsk-tabs .tabl .item.on span{
		background: linear-gradient(180deg, #FFFFFF 22%, rgba(255, 255, 255, 0) 82%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
	}
	.xhsk-tabs .tabr{
		border-radius: .1rem;
		background: #FFFFFF;
		box-shadow: 0px 0px .2rem 0px rgba(16, 62, 216, 0.2);
		margin: .4rem .3rem 0;
	}
	.xhsk-tabs .show-cont{
		display: none;
	}
	.xhsk-tabs .show-cont a{
		padding: .3rem .4rem .8rem;
		align-items: flex-start;
	}
	.xhsk-tabs .show-cont .box{
		width: 3.39rem;
	}
	.xhsk-tabs .show-cont .title{
		font-size: .32rem;
		font-weight: bold;
		color: #000000;
	}
	.xhsk-tabs .show-cont .en{
		font-size: .24rem;
		color: #000000;
		white-space: nowrap;
	}
	.xhsk-tabs .show-cont .tent{
		position: relative;
		padding-top: .18rem;
		margin-top: .18rem;
	}
	.xhsk-tabs .show-cont .tent:before{
		content: "";
		width: .94rem;
		height: 1px;
		background: #000000;
		position: absolute;
		left: 0;
		top: 0;
	}
	.xhsk-tabs .show-cont .tent p{
		font-size: .24rem;
		line-height: .4rem;
		color: #000000;
	}
	.xhsk-tabs .show-cont .tent p+p{
		padding-top: .57rem;
	}
	.xhsk-tabs .show-cont .imgsBox{
		margin-top: 1.2rem;
	}
	.xhsk-tabs .show-cont .imgsBox,
	.xhsk-tabs .show-cont .imgsBox img{
		width: 2.41rem;
		height: 3.45rem;
	}
	.link-box{
		background: url(../images/index-link-box-mobile.png) no-repeat center top;
		background-size:cover;
		position: relative;
		padding: 0 .3rem;
	}
	.link-box .link{
		margin: -.24rem 0 0 -.24rem;
		position: relative;
	}
	.link-box .swiper-container{
		padding: .24rem;
		margin: .3rem auto 0;
		box-sizing: border-box;
	}
	.link-box .swiper-slide{
		padding-bottom: .4rem;
	}
	.link-box .swiper-slide a{
		width: 2.04rem;
		height: .97rem;
		margin: 0 0 .24rem;
		display: block;
	}
	.link-box .swiper-slide a:nth-child(3n){
		margin-right: 0;
	}
	.link-box .swiper-slide .imgs{
		border-radius: .1rem;
		text-align: center;
		height: .97rem;
		background: #FFFFFF;
		position: relative;
		overflow: visible;
	}
	.link-box .swiper-slide .imgs:after {
		content: "";
		width: 2.04rem;
		height: .97rem;
		position: absolute;
		left: 0;
		bottom: -.05rem;
		z-index: -1;
		background: #103ED8;
		border-radius: .1rem;
	}
	.link-box .swiper-slide .imgs img {
		max-width: 100%;
		max-height: 100%;
	}
	.link-box .link .swiper-button-prev,
	.link-box .link .swiper-button-next{
		position: static;
		width: .4rem;
		height: .4rem;
		margin-top:0;
	}
	.link-box .link .swiper-button-prev{
		background: url(../images/link-prev.png) no-repeat;
		background-size:cover;
	}
	.link-box .link .swiper-button-next{
		background: url(../images/link-next.png) no-repeat;
		background-size:cover;
		margin-left: .44rem;
	}
	.link-box .link .swiper-button-box{
		display: flex;
		justify-content: center;
		width: 100%;
		padding: .4rem 0 .34rem;
		margin-top: -.8rem;
	}
	.link-box .index-title{
		padding-left: 0;
		padding-right: 0;
	}
}