@media screen and (min-width:1200px){
	.swiper-box{
		position: relative;
		overflow: hidden;
	}
	.swiper-box img{
		width: 100%;
	}
	.swiper-box .swiper-button-prev,
	.swiper-box .swiper-button-next{
		position: absolute;
		top: 50%;
		width: 88px;
		height: 88px;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		margin-top:0;
	}
	.swiper-box .swiper-button-prev{
		left: 15%;
		background: url(../images/banner-prev.png) no-repeat;
		background-size:cover;
	}
	.swiper-box .swiper-button-next{
		right: 15%;
		background: url(../images/banner-next.png) no-repeat;
		background-size:cover;
	}
	.swiper-box-mobile{
		display: none;
	}
	.notice-box{
		margin-top: -42px;
        position: relative;
	}
	.notice-box .swiper-slide{
		width: 351px !important;
		height: 157px;
	}
	.notice-box .swiper-slide+.swiper-slide{
		margin-left: 15px;
	}
	.notice-box .slide{
		width: 351px;
		height: 100px;
		border-radius: 10px;
		background: #FFFFFF;
		box-shadow: 0px 0px 20px 0px rgba(16, 62, 216, 0.12);
		padding: 0 25px 0 27px;
	}
	.notice-box .slide .flex-h{
		height: 100px;
	}
	.notice-box .speaker{
		width: 40px;
		height: 40px;
		border-radius: 100%;
		background: url(../images/icon-speaker.png) no-repeat center center #103ED8;
		background-size:20px 17px;
	}
	.notice-box .cont{
		width: 250px;
		margin-left: 14px;
	}
	.notice-box .title{
		color: #000000;
		font-size: 18px;
		font-weight: bold;
	}
	.notice-box .abstract{
		color: #000000;
		font-size: 16px;
	}
	.notice-box .slide-fix{
        width: 107px;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 10;
        padding: 0 11px 0 16px;
	}
    .notice-box .slide-fix .cont {
        width: auto;
        margin-left: 4px;
    }
    .notice-box .slide-fix .speaker {
        width: 40px;
        height: 40px;
        border-radius: 100%;
        background: url(../images/icon-arrow.png) no-repeat center center #103ED8;
        background-size: 24px 24px;
    }
    .notice-box .slide-fix .title {
        white-space: nowrap;
    }
	.index-title.add{
		padding: 68px 0 54px;
	}
	.index-title h4{
		font-size: 28px;
		color: #CBD5F4;
		line-height: normal;
	}
	.index-title .box .name{
		font-size: 30px;
		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: 18px;
		padding: 4px 14px;
		margin-left: 33px;
		cursor: pointer;
	}
	.index-title .box .new-tabs span.on{
		background: #103ED8;
		color: #FFFFFF;
	}
	.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;
	}
	.news-container{
		align-items: flex-start;
		padding: 0 0 120px;
		display: none;
	}
	.news-container.shows{
		display: flex;
	}
	.news-img-box{
		width: 370px;
	}
    .news-list-fl{
        flex-wrap: wrap;
        align-items: flex-start;
    }
	.news-img-box .imgs img{
		width: 370px;
		height: 178px;
	}
	.news-img-box .conts{
		background: #F7F9FF;
		height: 180px;
		padding: 14px 15px 0 20px;
	}
	.news-img-box .tit a{
		font-size: 18px;
		color: #000000;
		font-weight: bold;
	}
	.news-img-box .abstract{
		color: #3D3D3D;
		font-size: 14px;
		line-height: 24px;
		margin: 10px 0 14px;
	}
	.news-container .box p{
		font-size: 16px;
		color: #A1A1A1;
		line-height: 1;
	}
	.news-container .box a{
		font-size: 14px;
		color: #103ED8;
		background: url(../images/index-blue-arrow.png) no-repeat right 3px;
		background-size:5px 9px;
		padding-right: 14px;
		line-height: 1;
	}
	.news-list{
		margin-top: -5px;
	}
	.news-list li{
		width: 369px;
		height: 227px;
		float: left;
		border-bottom: 1px solid #A4B9FF !important;
		margin-right: 46px;
	}
	.news-list li:nth-child(3n){
		margin-right: 0;
	}
    .news-list li:nth-child(n+4){
    	border-bottom: 0 !important;
    }
	.news-list li .tit a{
		font-size: 18px;
		color: #000000;
		font-weight: bold;
	}
	.news-list li .abstract{
		font-size: 14px;
		line-height: 24px;
		color: #3D3D3D;
		margin: 10px 0 14px;
	}
    .news-container-out{
        position: relative;
    }
    .news-container-out .more{
        font-size: 20px;
        color: #103ED8;
        background: url(../images/index-blue-arrow.png) no-repeat right 3px;
        background-size:9px 16px;
        padding-right: 18px;
        line-height: 1;
        position: absolute;
        left: 50%;
        bottom: 60px;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }
	.xshy-box{
		background: url(../images/index-xshy-bg.png) no-repeat center top;
		background-size:cover;
		height: 608px;
		position: relative;
	}
	.xshy-box .strip{
		position: absolute;
		left: 130px;
		top: -58px;
		width: 59px;
		height: 329px;
		transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);
		background: linear-gradient(180deg, rgba(16, 62, 216, 0.08) 0%, rgba(203, 213, 244, 0.8) 100%);
		display: none;
	}
	.xshy-list{
		display: flex;
	}
	.xshy-list li{
		width: 380px;
	}
	.xshy-list li+li{
		margin-left: 32px;
	}
	.xshy-list li .imgs img{
		width: 380px;
		height: 160px;
	}
	.xshy-list li .tit{
		margin-top: 14px;
		height: 70px;
	}
	.xshy-list li .tit a{
		font-size: 20px;
		color: #FFFFFF;
	}
	.xshy-list li .tent{
		display: flex;
		padding: 20px 0;
	}
	.xshy-list li .tent span{
		font-size: 14px;
		line-height: 24px;
		color: #FFFFFF;
		padding-left: 21px;
	}
	.xshy-list li .tent span:nth-child(1){
		background: url(../images/icon-date.png) no-repeat left center;
		background-size:12px 12px;
	}
	.xshy-list li .tent span:nth-child(2){
		background: url(../images/icon-here.png) no-repeat left center;
		background-size:12px 14px;
		margin-left: 16px;
	}
	.xshy-list li .more{
		font-size: 14px;
		color: #FFFFFF;
		width: 71px;
		height: 26px;
		line-height: 26px;
		border: 1px solid #FFFFFF;
		background: url(../images/xshy-arrow.png) no-repeat 54px 9px;
		background-size:5px 9px;
		padding-left: 10px;
		display: block;
	}
	.exhibitions-box {
		display: flex;
		flex-wrap: wrap;
		margin-left: -67px;
		padding: 49px 0 79px;
	}
	
	.exhibitions-box a {
		width: 355px;
		margin: 0 0 30px 67px;
	}
	
	.exhibitions-box .imgs {
		border-radius: 10px;
		text-align: center;
		height: 120px;
		padding: 20px 12px;
		background: #FFFFFF;
		position: relative;
		overflow: visible;
	}
	
	.exhibitions-box .imgs:after {
		content: "";
		width: 100%;
		height: 120px;
		position: absolute;
		left: 0;
		bottom: -5px;
		z-index: -1;
		background: #103ED8;
		border-radius: 10px;
		box-shadow: 0px 0px 20px 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: 16px;
		line-height: 24px;
		color: #3D3D3D;
	}
	.jshd-box{
		background: url(../images/index-jshd-bg.png) no-repeat center top;
		background-size:cover;
		position: relative;
	}
	.activities-box{
		display: flex;
		flex-wrap: wrap;
		margin-left: -45px;
		padding: 40px 0 100px;
	}
	.activities-box a {
		width: 380px;
		height: 160px;
		margin-left: 32px;
		position: relative;
	}
	
	.activities-box .imgs  img{
        width: 380px;
        height: 160px;
	}
	.activities-box .into{
		position: absolute;
		right: 0;
		bottom: 0;
		width: 40px;
		height: 40px;
		background: url(../images/icon-into.png) no-repeat center center #FD63A5;
		background-size:18px 18px;
	}
	.xhsk-box{
		
	}
	.xhsk-tabs{
		padding-bottom: 98px;
	}
	.xhsk-tabs .tabl{
		width: 342px;
		height: 369px;
		border-radius: 10px;
		box-sizing: border-box;
		border: 1px solid #A4B9FF;
	}
	.xhsk-tabs .tabl .item{
		height: 123px;
		position: relative;
		box-sizing: border-box;
		padding: 0 54px;
		cursor: pointer;
        display: flex;
        align-items: center;
	}
	.xhsk-tabs .tabl .item:before{
		content: "";
		width: 234px;
		height: 1px;
		background: #A4B9FF;
		position: absolute;
		left: 50%;
		bottom: 0;
		transform: translateX(-50%);
		-webkit-transform: translateX(-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%);
	}
	.xhsk-tabs .tabl .item p{
		font-size: 22px;
		line-height: 1;
		color: #000000;
		margin-bottom: 10px;
	}
	.xhsk-tabs .tabl .item span{
		font-size: 14px;
		line-height: 1;
		color: #000000;
	}
	.xhsk-tabs .tabl .item .round{
		width: 57px;
		height: 57px;
		background: url(../images/xshy-round.png) no-repeat;
		background-size:cover;
		position: absolute;
		left: 0;
		bottom: 0;
	}
	.xhsk-tabs .tabl .item.on{
		border-radius: 10px;
		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{
		width: 831px;
		height: 369px;
		border-radius: 10px;
		background: #FFFFFF;
		box-shadow: 0px 0px 20px 0px rgba(16, 62, 216, 0.2);
	}
	.xhsk-tabs .show-cont{
		display: none;
	}
	.xhsk-tabs .show-cont .out{
		padding: 30px 70px 30px 65px;
		align-items: flex-start;
	}
	.xhsk-tabs .show-cont .box{
		width: 408px;
		padding-top: 26px;
	}
	.xhsk-tabs .show-cont .title{
		font-size: 26px;
		font-weight: bold;
		color: #000000;
	}
	.xhsk-tabs .show-cont .en{
		font-size: 14px;
		color: #000000;
	}
	.xhsk-tabs .show-cont .tent{
		position: relative;
		padding: 25px 0 21px;
		margin-top: 25px;
	}
	.xhsk-tabs .show-cont .tent:before{
		content: "";
		width: 94px;
		height: 1px;
		background: #000000;
		position: absolute;
		left: 0;
		top: 0;
	}
	.xhsk-tabs .show-cont .tent p{
		font-size: 14px;
		line-height: 22px;
		color: #000000;
	}
	.xhsk-tabs .show-cont .tent p+p{
		padding-top: 28px;
	}
	.xhsk-tabs .show-cont .imgsBox,
	.xhsk-tabs .show-cont .imgsBox img{
		width: 216px;
		height: 309px;
	}
	.xhsk-tabs .show-cont .check{
		color: #000000;
		font-size: 14px;
		line-height: 22px;
		position: relative;
		padding-right: 16px;
	}
	.xhsk-tabs .show-cont .check:after{
		content: "";
		width: 12px;
		height: 12px;
		background: url(../images/arrow-right.png) no-repeat;
		background-size:cover;
		position: absolute;
		top: 4px;
		right: 0;
	}
	.link-box{
		background: url(../images/index-jshd-bg.png) no-repeat center top;
		background-size:cover;
		position: relative;
	}
	.link-box .link{
		margin: -20px 0 0 -20px;
		position: relative;
	}
	.link-box .swiper-container{
		padding: 20px;
		width: 1240px;
		margin: 0 auto;
	}
	.link-box .swiper-slide a{
		width: 263px;
		height: 116px;
		margin: 0 auto;
		display: block;
		box-shadow: 0px 0px 20px 0px rgba(16, 62, 216, 0.2);
	}
	.link-box .swiper-slide a:nth-child(4n){
		margin-right: 0;
	}
	.link-box .swiper-slide .imgs{
		border-radius: 10px;
		text-align: center;
		height: 116px;
		background: #FFFFFF;
		position: relative;
		overflow: visible;
	}
	.link-box .swiper-slide .imgs:after {
		content: "";
		width: 263px;
		height: 116px;
		position: absolute;
		left: 0;
		bottom: -5px;
		z-index: -1;
		background: #103ED8;
		border-radius: 10px;
	}
	.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: 40px;
		height: 40px;
		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: 44px;
	}
	.link-box .link .swiper-button-box{
		display: flex;
		justify-content: center;
		width: 1200px;
		margin-left: 20px;
		padding: 24px 0 60px;
	}
    .index-login{
        height: 111px;
        display: flex;
        align-items: center;
        background: url(../images/index-login-bg.png) no-repeat;
        background-size: cover;
    }
    .index-login .login-item{
        flex:1;
        position: relative;
    }
    .index-login .login-item:after{
        content: "";
        display: block;
        position: absolute;
        right: 0px;
        top: 50%;
        width: 1px;
        height: 60px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        background: #D8D8D8;
    }
    .index-login .login-item:last-child:after{
        display: none;
    }
    .index-login .login-item a{
        font-size: 20px;
        font-weight: bold;
        color: #FFFFFF;
        display: block;
        position: relative;
        padding-left: 96px;
    }
    .index-login .login-item a:before{
        content: "";
        display: block;
        position: absolute;
        left: 73px;
        top: 50%;
        width: 20px;
        height: 20px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }
    .index-login .login-item:nth-child(1) a:before{
        background: url(../images/login-user-check.png) no-repeat;
        background-size: cover;
    }
    .index-login .login-item:nth-child(2) a:before{
        background: url(../images/login-users.png) no-repeat;
        background-size: cover;
    }
    .index-login .login-item:nth-child(3) a:before{
        background: url(../images/login-user.png) no-repeat;
        background-size: cover;
    }
    .index-login .login-item:nth-child(4) a:before{
        background: url(../images/login-search.png) no-repeat;
        background-size: cover;
    }
    .index-login .login-item a:after{
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        width: 24px;
        height: 24px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        background: url(../images/login-arrow.png) no-repeat;
        background-size: cover;
    }
    .index-login .login-item:nth-child(1) a:after,
    .index-login .login-item:nth-child(2) a:after{
       left: 218px;
    }
    .index-login .login-item:nth-child(3) a:after,
    .index-login .login-item:nth-child(4) a:after{
        left: 239px;
    }
    .index-member{
        display: flex;
        align-items: center;
        margin-top: 20px;
    }
    .index-member .member{
        padding: 39px 40px 0;
        box-sizing: border-box;
        height: 287px;
    }
    .index-member .member .title{
        font-size: 24px;
        font-weight: bold;
        line-height: 24px;
        letter-spacing: 0.05em;
        color: #000000;
        position: relative;
        padding-left: 29px;
    }
    .index-member .member .title:before{
        content: "";
        display: block;
        width: 16px;
        height: 16px;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }
    .index-member .member .title:after{
        content: "";
        display: block;
        width: 10px;
        height: 30px;
        background: #67D1FB;
        position: absolute;
        top: 50%;
        right: -40px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }
    .index-member .member .paragraph{
        position: relative;
        margin: 24px 0 47px;
    }
    .index-member .member .paragraph p{
        color: #2E2E2E;
        font-size: 16px;
        line-height: 24px;
        text-align: justify;
    }
    .index-member .member .paragraph .more{
        color: #103ED8;
        font-size: 16px;
        position: absolute;
        right: 0;
        bottom: 0;
    }
    .index-member .member .btn{
        width: 170px;
        height: 50px;
        line-height: 50px;
        font-size: 18px;
        font-weight: bold;
        display: block;
        padding-left: 21px;
        box-sizing: border-box;
    }
    .index-member .member:first-child{
        background: #EAEEFC;
    }
    .index-member .member:first-child .title:before{
        background: url('../images/index-member-title-before01.png') no-repeat center /cover;
    }
    .index-member .member:first-child .btn{
        color: #3662EC;
        background: #FFFFFF url('../images/index-member-btn-arrow01.png') no-repeat 142px center /8px 15px;
    }
    .index-member .member:last-child{
        background: #F7F9FF;
    }
    .index-member .member:last-child .title:before{
        background: url('../images/index-member-title-before02.png') no-repeat center /cover;
    }
    .index-member .member:last-child .btn{
        color: #FFFFFF;
        background: #103ED8 url('../images/index-member-btn-arrow02.png') no-repeat 142px center /8px 15px;
    }
}
@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){
    .news-container-out .more{
        font-size: .26rem;
        color: #103ED8;
        background: url(../images/index-blue-arrow.png) no-repeat right .06rem;
        background-size:.1rem .17rem;
        padding-right: .3rem;
        line-height: 1;
        display: block;
        margin: .5rem auto;
        width: 1.3rem;
        white-space: nowrap;
    }
	.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;
        display: flex;
        justify-content: flex-start;
	}
    
	/* .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: 74%;
	}
	.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: 3.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;
	}
    .notice-box .slide-fix{
        width: 1.6rem;
        position: absolute;
        top: 0;
        right: .3rem;
        z-index: 10;
    }
    .notice-box .slide-fix .cont {
        width: auto;
        margin-left: 4px;
    }
    .notice-box .slide-fix .speaker {
        width: .54rem;
        height: .54rem;
        border-radius: 100%;
        background: url(../images/icon-arrow.png) no-repeat center center #103ED8;
        background-size:.24rem .24rem;
    }
    .notice-box .slide-fix .title {
        white-space: nowrap;
    }
    .notice-box .slide-fix .flex-h{
        height: 79%;
        padding: 0.16rem 0 0.16rem 0.2rem;
    }
	.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;
        display: flex;
	}
	.index-title .box .new-tabs span{
		background: #EBEBEB;
		color: #000000;
		font-size: .26rem;
		/* width: 1.66rem; */
        width: 1.2rem;
		height: .54rem;
		line-height: .54rem;
		margin-left: .29rem;
		cursor: pointer;
		display: inline-block;
		text-align: center;
        overflow: hidden;
	}
	.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 .04rem;
		background-size:.1rem .17rem;
		padding-right: .21rem;
		line-height: 1;
	}
	.news-list{
		padding: 0 .27rem 0 .2rem;
        margin-top: -.43rem;
	}
	.news-list li{
		border-bottom: 1px solid #A4B9FF;
		padding: .43rem 0;
		display: none;
	}
	.news-list li:nth-child(1),
    .news-list li:nth-child(2){
		display: block;
	}
    .news-list-fl{
        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;
	}
    .backendText span{
        font-size: .26rem !important;
        line-height: .4rem !important;
    }
	.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 {
		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 #FD63A5;
		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 .out{
		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: .18rem 0;
		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;
	}
	.xhsk-tabs .show-cont .check{
		color: #000000;
		font-size: .24rem;
		line-height: .4rem;
		position: relative;
		padding-right: .2rem;
	}
	.xhsk-tabs .show-cont .check:after{
		content: "";
		width: .2rem;
		height: .2rem;
		background: url(../images/arrow-right.png) no-repeat;
		background-size:cover;
		position: absolute;
		top: .07rem;
		right: 0;
	}
	.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;
	}
    .index-login{
        height: 1.11rem;
        display: flex;
        align-items: center;
        background: url(../images/index-login-bg.png) no-repeat;
        background-size: cover;
    }
    .index-login .login-item{
        flex:1;
        position: relative;
    }
    .index-login .login-item:after{
        content: "";
        display: block;
        position: absolute;
        right: 0px;
        top: 50%;
        width: 1px;
        height: .6rem;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        background: #D8D8D8;
    }
    .index-login .login-item a{
        font-size: .26rem;
        font-weight: bold;
        color: #FFFFFF;
        display: block;
        position: relative;
        padding-left: 1.3rem;
    }
    .index-login .login-item:nth-child(2):after,
    .index-login .login-item:nth-child(3),
    .index-login .login-item:nth-child(4){
        display: none;
    }
    .index-login .login-item a:before{
        content: "";
        display: block;
        position: absolute;
        left: 1rem;
        top: 50%;
        width: .2rem;
        height: .2rem;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }
    .index-login .login-item:nth-child(1) a:before{
        background: url(../images/login-user-check.png) no-repeat;
        background-size: cover;
    }
    .index-login .login-item:nth-child(2) a:before{
        background: url(../images/login-users.png) no-repeat;
        background-size: cover;
    }
    .index-login .login-item:nth-child(3) a:before{
        background: url(../images/login-user.png) no-repeat;
        background-size: cover;
    }
    .index-login .login-item:nth-child(4) a:before{
        background: url(../images/login-search.png) no-repeat;
        background-size: cover;
    }
    .index-login .login-item a:after{
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        width: .24rem;
        height: .24rem;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        background: url(../images/login-arrow.png) no-repeat;
        background-size: cover;
    }
    .index-login .login-item:nth-child(1) a:after,
    .index-login .login-item:nth-child(2) a:after,
    .index-login .login-item:nth-child(3) a:after,
    .index-login .login-item:nth-child(4) a:after{
        left: 2.7rem;
    }
    .index-member{
        margin-top: .2rem;
        padding: 0 .3rem;
    }
    .index-member .member{
        padding: .3rem;
        box-sizing: border-box;
    }
    .index-member .member .title{
        font-size: .28rem;
        font-weight: bold;
        line-height: 1.5;
        letter-spacing: 0.05em;
        color: #000000;
        position: relative;
        padding-left: .3rem;
    }
    .index-member .member .title:before{
        content: "";
        display: block;
        width: .2rem;
        height: .2rem;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }
    .index-member .member .title:after{
        content: "";
        display: block;
        width: .1rem;
        height: .3rem;
        background: #67D1FB;
        position: absolute;
        top: 50%;
        right: -.3rem;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }
    .index-member .member .paragraph{
        position: relative;
        margin: .24rem 0 .37rem;
    }
    .index-member .member .paragraph p{
        color: #2E2E2E;
        font-size: .24rem;
        line-height: 1.5;
        text-align: justify;
    }
    .index-member .member .paragraph .more{
        color: #103ED8;
        font-size: .24rem;
        position: absolute;
        right: 0;
        bottom: 0;
    }
    .index-member .member .btn{
        width: 2.1rem;
        height: .6rem;
        line-height: .6rem;
        font-size: .24rem;
        font-weight: bold;
        display: block;
        padding-left: .21rem;
        box-sizing: border-box;
    }
    .index-member .member:first-child{
        background: #EAEEFC;
    }
    .index-member .member:first-child .title:before{
        background: url('../images/index-member-title-before01.png') no-repeat center /cover;
    }
    .index-member .member:first-child .btn{
        color: #3662EC;
        background: #FFFFFF url('../images/index-member-btn-arrow01.png') no-repeat 1.8rem center /.08rem .15rem;
    }
    .index-member .member:last-child{
        background: #F7F9FF;
    }
    .index-member .member:last-child .title:before{
        background: url('../images/index-member-title-before02.png') no-repeat center /cover;
    }
    .index-member .member:last-child .btn{
        color: #FFFFFF;
        background: #103ED8 url('../images/index-member-btn-arrow02.png') no-repeat 1.8rem center /.08rem .15rem;
    }
    .contOneLine{
        white-space: nowrap;
    }
}