@media screen and (min-width:1200px){
    .suspension{
        position: fixed;
        top: 50%;
        right: 30px;
        z-index: 999;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        width: 89px;
        background: #FFFFFF;
        box-shadow: 0px 0px 14px 0px rgba(9,60,146,0.2);
        border-radius: 14px;
    }
    .suspension .outbox a{
        display: block;
        font-size: 14px;
        color: #444444;
        width: 89px;
        height: 89px;
        line-height: 1;
        text-align: center;
        padding-top: 65px;
        border-radius: 14px;
        position: relative;
    }
    .suspension .outbox a:nth-child(1){
        background: url('../images/icon-loginRegister.png') no-repeat center 17px / 30px;
    }
    .suspension .outbox a:nth-child(2){
        background: url('../images/icon-application.png') no-repeat center 17px / 36px 33px;
    }
    .suspension .outbox a:nth-child(3){
        background: url('../images/icon-activity.png') no-repeat center 17px / 28px 31px;
    }
    .suspension .outbox a:nth-child(4){
        background: url('../images/icon-training.png') no-repeat center 17px / 33px 32px;
    }
    .suspension .outbox a:not(:last-child):after{
        content: "";
        width: 80px;
        height: 1px;
        background: #E3EFFA;
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }
    .suspension .outbox a:hover{
        color: #FFFFFF;
    }
    .suspension .personal{
        display: none;
        font-size: 14px;
        color: #FFFFFF;
        width: 89px;
        height: 100px;
        line-height: 1;
        text-align: center;
        padding-top: 17px;
        position: relative;
    }
    .suspension .personal img{
        width: 46px;
        height: 46px;
        border-radius: 50%;
        display: block;
        margin: 0 auto 12px;
    }
    .suspension .outbox a:nth-child(1):hover,
    .suspension.on .outbox a:nth-child(1){
        background: #E60012 url('../images/icon-loginRegister-active.png') no-repeat center 17px / 30px;
    }
    .suspension .outbox a:nth-child(2):hover{
        background: #E60012 url('../images/icon-application-active.png') no-repeat center 17px / 36px 33px;
    }
    .suspension .outbox a:nth-child(3):hover{
        background: #E60012 url('../images/icon-activity-active.png') no-repeat center 17px / 28px 31px;
    }
    .suspension .outbox a:nth-child(4):hover{
        background: #E60012 url('../images/icon-training-active.png') no-repeat center 17px / 33px 32px;
    }
    .suspension.on{
        /* background: #E60012; */
    }
    /* .suspension.on .outbox a,
    .suspension.on .outbox a:hover, */
    .suspension.on .outbox a:nth-child(1){
        color: #444444;
    }
    .suspension.on .outbox a:nth-child(1),
    .suspension .outbox a:not(:last-child):hover:after{
        display: none;
    }
    .suspension.on .personal,
    .suspension.on .outbox a:not(:last-child):hover:after,
    .suspension .personal:after{
        display: block;
    }
    .suspension.on .personal{
        background: #E60012;
        border-radius: 14px;
    }
    .index-title{
        padding-bottom: 36px;
    }
    .index-title .box .name{
    	font-size: 30px;
    	color: #093C92;
    }
    .index-title .box .more{
        font-size: 18px;
        color: #999999;
    	height: 18px;
        line-height: 18px;
        background: url("../images/more-arrow.png") no-repeat right center / 8px 14px;
        padding-right: 18px;
    }
    .index-title .box .more:hover{
        background: url("../images/more-arrow-on.png") no-repeat right center / 8px 14px;
    }
    .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;
    }
    .inside:after{
        content: "";
        width: 100%;
        height: 100%;
    	position: absolute;
    	left: 0;
    	top: 0;
        background:rgba(9,60,146,0.24);
    }
    .banner-inside img{
    	width: 100%;
    }
    .banner-inside .mobile{
    	display: none;
    }
    .banner-inside .ban-box{
    	width: 1400px;
    	position: absolute;
    	left: 50%;
    	top: 82px;
    	margin-left: -700px;
        z-index: 2;
    }
    .banner-inside .en-tit{
    	font-size: 48px;
    	color: #FFFFFF;
        line-height: 1;
        text-transform: uppercase;
        font-weight: lighter;
    }
    .banner-inside .cn-tit{
    	font-size: 56px;
    	font-weight: bold;
    	color: #FFFFFF;
        line-height: 1;
        margin-top: 16px;
    }
    .banner-inside .ban-nav{
    	width: 1400px;
    	position: absolute;
    	left: 50%;
    	bottom: 29px;
    	margin-left: -700px;
        display: flex;
        z-index: 2;
    }
    .banner-inside .ban-nav,
    .banner-inside .ban-nav a,
    .banner-inside .ban-nav span{
    	font-size: 16px;
    	color: #FFFFFF;
        line-height: 1;
    }
    .banner-inside .ban-nav a{
        margin-right: 5px;
    }
    .banner-inside .ban-nav a,
    .banner-inside .ban-nav span{
        margin-left: 5px;
    }
    .banner-inside .ban-nav a:first-child{
        margin-left: 0;
    }
    .main{
    	width: 1400px;
    	margin: 0 auto;
    }
    .pages{
    	padding: 40px 0 70px;
    }
    .pages a{
    	font-size: 16px;
    	color: #666666;
    }
    .pages a span{
        font-size:24px;
    }
    
    /************************************************************************************/
	
    
	.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-menu-common li{
    }
    .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 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 .box.on .nav-box-level3{
        top: 60px;
    }
    .nav-box-level3>.wrap{
        display: flex;
        flex-wrap: wrap;
        padding-top: 30px;
    }
    .nav-box-level3 .box{
        min-width: 64px;
        margin: 0 60px 32px 0;
    }
    .nav-box-level3 a{
        font-size: 16px;
        color: #999999;
        margin-right: 0;
        line-height:normal;
    }
    .nav-box-level3 .box:nth-child(10n){
        margin-right: 0;
    }
    .nav-box-level3 a.on,
    .nav-box-level3 a:hover,
    .nav-box-level2 .box.on>a{
        font-weight: bold;
        color: #0254E8;
    }
	
	.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 img{
    	width: 370px;
    	height: 184px;
    }
    .common-box .news-img-box .imgs img{
    	width: 370px;
    	height: 224px;
    }
    .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;
    }
    
    .electronic-card .tab-contlist::-webkit-scrollbar,
    .form-person2 .progress-form-box::-webkit-scrollbar{
        width: 4px;
    }
    .electronic-card .tab-contlist::-webkit-scrollbar-track-piece,
    .form-person2 .progress-form-box::-webkit-scrollbar-track-piece{
        background: #f1f1f1 !important;
        border-radius: 10px;
    }
    .electronic-card .tab-contlist::-webkit-scrollbar-thumb,
    .form-person2 .progress-form-box::-webkit-scrollbar-thumb{
        background: #888888 !important;
        border-radius: 10px;
    }
}

@media screen and (max-width:1199px){
	.banner-inside .pc,
	.nav-box-out,
	.nav-top-box{
		display: none;
	}
	.banner-inside{
		position: relative;
		overflow: hidden;
	}
	.banner-inside .mobile{
		display: block;
		width: 7.5rem;
		height: 3.01rem;
	}
	.banner-inside .ban-box{
		position: absolute;
		bottom: .48rem;
		left: .76rem;
		z-index: 2;
		width: 100%;
	}
	.banner-inside .cn-tit{
		font-size: .6rem;
		color: #FFFFFF;
	}
	.banner-inside .en-tit{
		font-size: .4rem;
		font-weight: bold;
		color: #FFFFFF;
		margin-top: .02rem;
	}
	.main{
		width: 100%;
		padding: 0 .3rem;
	}
	.pages{
		padding: .69rem 0 1rem;
		font-size: 0;
	}
	.pages a{
		min-width: .6rem;
		height: .6rem;
		line-height: .6rem;
		font-size: .28rem;
		color: #103ED8;
		border: 1px solid #103ED8;
		margin: 0 .17rem;
		text-align: center;
		white-space: nowrap;
	}
	.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;
	}
}

.suspension a,
.current-affairs .affairs-box li a,
.index-title .box .more,
.association .dynamics .cont-box li a,
.association .activity li .cont .titbox>a,
.association .list li .cont .titbox>a,
.footer .foot-nav .box+.box a,
.association .list li .cont .flex .sign-up:after,
.header .navigation>li .only-name,
.news-box-list li .tit a,
.new-img-hot .box .flex .check, 
.news-box-list li .box .check,
.pages a,
.activity-list li .cont .btn:after,
.activity-list li > a,
.new-img-hot .box .title a,
.hots-list li a,
.detail-paging .row a,
.branch-list li .box .check,
.dynamics-content .imgs-out .box .title a,
.dynamics-content .box .flex .check,
.recommend-box .activity-list li > a,
.training-list li .cont a,
.recommend-list .news-box-list li .tit a{
    transition: all .1s linear;
}
.current-affairs .affairs-box li a:hover,
.index-title .box .more:hover,
.association .dynamics .cont-box li a:hover,
.association .activity li .cont .titbox>a:hover,
.association .list li .cont .titbox>a:hover,
.news-box-list li .tit a:hover,
.pages a:hover,
.activity-list li > a:hover,
.new-img-hot .box .title a:hover,
.hots-list li a:hover,
.detail-paging .row a:hover,
.dynamics-content .imgs-out .box .title a:hover,
.recommend-box .activity-list li > a:hover,
.training-list li .cont a:hover,
.recommend-list .news-box-list li .tit a:hover{
    color: #093C92;
}
.nav-top-box a:hover{
	background: #103ED8;
	color: #FFFFFF;
}
.imgs{
	overflow: hidden;
}
.imgs .image{
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
}
.imgs:hover .image{
    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;
}


.footer .foot-nav .box+.box a:hover,
.new-img-hot .box .flex .check:hover, 
.news-box-list li .box .check:hover,
.branch-list li .box .check:hover,
.dynamics-content .box .flex .check:hover,
.system-list .news-box-list li .conts .check:hover{
	text-decoration: underline;
}