/*
*@Description: 网站内页样式
*@Author:      hanli 
*@Update:      hanli(2021-03-18)  
*/

.container{
	width: unset;
	padding: 0;
}
.layui-container{
	width: 100%!important;
	padding: 0 5%;
	/*max-width: 1500px;*/
	max-width: 1400px;
	margin: 0 auto;
}
@media screen and (max-width: 991px) {
	.layui-container{
        padding: 0 5%;
    }
}
@media screen and (max-width: 767px) and (min-width: 568px) {
	.layui-col-xsm6{
		width: 50%;
	}
}
.row-flex{
	display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: stretch;
    align-items: stretch;
}
.layui-row.row-flex:after, .layui-row.row-flex:before{
    content: none;
}


.theme-grey{
	background: #f5f6f7;
}

/*inner-banner*/
.inner-banner{
	height: 25vw;
	color: #fff;
	padding-top: 90px;
	align-items: flex-end;
	padding-bottom: 3.5vw;
	min-height: 340px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.inner-banner .inner-banner-text{
	width: 100%;
	line-height: 1.4;
	margin-bottom: 3.5vw;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.inner-banner .inner-banner-text .flex{
	align-items: stretch;
}
.inner-banner .inner-banner-text .title{
	font-size: 52px;
}
.inner-banner .inner-banner-text .flex-left .icon{
	padding-top: 4px;
}
.inner-banner .inner-banner-text .flex-left .iconfont{
	font-size: 48px;
}
.inner-banner .inner-banner-text .flex-right{
	margin-left: 2vw;
	padding-left: 2vw;
	border-left: 1px solid rgba(255,255,255,.35)
}
.inner-banner .inner-banner-text .layui-breadcrumb{
	margin-top: 2vw;
}
.layui-breadcrumb a{
	color: rgba(255,255,255,.65)!important;
}
.layui-breadcrumb a cite{
	color: #fff;
}
.layui-breadcrumb span[lay-separator]{
	color: rgba(255,255,255,.65);
}
.layui-breadcrumb a:hover{
	color: #fff!important;
}
@media screen and (max-width: 1599px) {
	.inner-banner .inner-banner-text .title{
		font-size: 42px;
	}
	.inner-banner .inner-banner-text .flex-left .iconfont{
		font-size: 36px;
	}
}
@media screen and (max-width: 1199px) {
	.inner-banner .inner-banner-text .title{
		font-size: 36px;
	}
	.inner-banner .inner-banner-text .flex-left .iconfont{
		font-size: 32px;
	}
}
@media screen and (max-width: 991px) {
	.inner-banner{
		padding-bottom: 35px;
		align-items: center;
		padding-top: 60px;
		max-height: 300px;
	}
	.inner-banner .inner-banner-text .flex{
		display: block;
		text-align: center;
	}
	.inner-banner .inner-banner-text .title{
		font-size: 32px;
	}
	.inner-banner .inner-banner-text .flex-left {
		margin-bottom: 20px;
	}
	.inner-banner .inner-banner-text .flex-left .iconfont{
		font-size: 28px;
	}
	.inner-banner .inner-banner-text .flex-right{
		padding-left: 0px;
		margin-left: 0px;
		border-left: 0;
	}
	.inner-banner .inner-banner-text .layui-breadcrumb{
		margin-top: 20px;
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.inner-banner{
		min-height: 240px;
		padding-top: 20px;
		padding-bottom: 0;
	}
	.inner-banner .inner-banner-text{
		margin-bottom: 0;
		padding-top: 30px;
	}
	.inner-banner .inner-banner-text .title{
		font-size: 28px;
	}
	.inner-banner .inner-banner-text .flex-left{
		display: none;
	}
	.inner-banner .inner-banner-text .layui-breadcrumb{
		margin-top: 15px;
	}
}
/*inner-banner END*/


/*footer*/
footer{
    /*background: #214474;*/
    background: #3D3D3D;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: auto 100%;
}
footer,footer a,footer a:visited{
    /* color: #D7D7D7; */
	color: hsla(0,0%,100%,.4);
	color: rgb(255 255 255 / 40%);
}
footer a:hover,
footer a:focus{
    color: hsla(0,0%,100%,.75);
	color: rgb(255 255 255 / 75%);
}
.footer-top{
    padding: 30px 0;
}
.footer-top img{
    max-width: 100%;
}
.footer-top .footer-logo{
    margin-bottom: 15px;
}
.footer-top .footer-logo img{
    max-height: 60px;
}

footer .title{
    margin-bottom: 10px;
    font-size: 18px;
    color: hsla(0,0%,100%,.75);
	color: rgb(255 255 255 / 75%);
	text-transform: uppercase;
}
.footer-top p{
    margin-bottom: 10px;
}

.footer-top ul,
.footer-top ul li{
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.footer-top .footer-link li{
    line-height: 150%;
    position: relative;
    margin-bottom: 10px;
}
.footer-top .footer-link li a{
    display: block;
}
.media-list{
    margin: 0 -2px;
}
.media-list .media-item{
    padding: 0;
    display: inline-block;
    margin: 2px;
    position: relative;
}
.media-list .media-item a{
    display: block;
    width: 40px;
    height: 40px;
    line-height: 41px;
    text-align: center;
    background: rgba(255,255,255,.25);
    /* color: #fff; */
	color: hsla(0,0%,100%,.75);
	color: rgb(255 255 255 / 75%);
    border-radius: 20px;
    font-size: 19px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.media-list .media-item a:hover{
    background: rgba(255,255,255,1);
    color: #2e55a2;
}
.media-list .media-item .box{
	background: #fff;
	padding: 15px 10px;
	position: absolute;
	left: 50%;
	bottom: 100%;
	-webkit-transform: translate(-50%,-10px);
	-ms-transform: translate(-50%,-10px);
	-o-transform: translate(-50%,-10px);
	transform: translate(-50%,-10px);
	margin-bottom: 20px;
	display: flex;
	box-shadow: 0px 10px 16px 0px rgb(0 0 0 / 28%);
	z-index: -1;
	opacity: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.media-list .media-item .box:after{
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -10px;
	bottom: -19px;
	border: 10px solid transparent;
	border-top: 10px solid #fff;
}
.media-list .media-item .box .item{
	flex: 1;
	text-align: center;
	padding: 0 5px;
	color: #4d4d4f;
	line-height: 1.2;
}
.media-list .media-item .box img{
	width: 100px;
	height: 100px;
	object-fit: contain;
	max-width: unset;
	margin-bottom: 5px;
}
.media-list .media-item:hover .box{
	-webkit-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	transform: translate(-50%,0);
	z-index: 1;
	opacity: 1;
}
@media screen and (max-width: 991px) {
	footer{
		background-size: 100% auto;
	}
}
@media screen and (max-width: 767px) {
    footer .title{
        margin-bottom: 5px;
    }
    .footer-top .footer-link li{
        display: inline-block;
    }
    .footer-top .footer-link li a{
        padding: 0 5px;
        position: relative;
        margin: 0;
    }
    .footer-top .footer-link li:not(:last-child) a:after{
        content: "";
        position: absolute;
        top: 5px;
        bottom: 4px;
        right: -1px;
        border-right: 1px solid #666;
    }
    footer{
		background-size: auto 50%;
	}
	.media-list .media-item .box{
		left: 0;
		-webkit-transform: translate(0,-10px);
		-ms-transform: translate(0,-10px);
		-o-transform: translate(0,-10px);
		transform: translate(0,-10px);
	}
	.media-list .media-item .box .item{
		padding: 0 2px;
	}
	.media-list .media-item .box:after{
		left: 20px;
	}
	.media-list .media-item:hover .box{
		-webkit-transform: translate(0,0);
		-ms-transform: translate(0,0);
		-o-transform: translate(0,0);
		transform: translate(0,0);
	}
}
footer .footer-copyright a:hover,
footer .footer-copyright a:focus{
    color: #2e55a2;
}

footer .footer-top{
	padding: 40px 0;
}
footer .copyright{
	padding: 15px 0;
	border-top: 1px solid rgba(255,255,255,.1);
	color: hsla(0,0%,100%,.4);
	color: rgb(255 255 255 / 40%);
}
/*footer END*/

/*block*/
.block{
	padding: 5vw 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.block.white{
	background-color: #fff;
}
.block.grey{
	background-color: #EAEAEA;
}
@media screen and (max-width: 991px) {
	.block{
		padding: 50px 0;
	}
}
/*block END*/

/*submenu*/
.submenu-block{
	margin-top: -3vw;
}
.submenu{
	height: 6vw;
	position: relative;
	display: flex;
	font-size: 18px;
	justify-content: center;
}
.submenu-swiper {
	background: #FFFFFF;
	box-shadow: 0px 10px 16px 0px rgb(224 226 228 / 28%);
	max-width: 100%;
	overflow: hidden;
	position: relative;
}
.submenu-swiper .swiper-button-next, 
.submenu-swiper .swiper-button-prev{
	top: 0;
	bottom: 0;
	margin-top: 0;
	background-color: rgba(255,255,255,.5);
	height: 100%;
	width: 40px;
}
.submenu-swiper .swiper-button-next{
	right: 0;
}
.submenu-swiper .swiper-button-prev{
	left: 0;
}
.submenu-swiper .swiper-button-next:after, 
.submenu-swiper .swiper-button-prev:after{
	color: #000;
	font-size: 24px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.submenu-swiper .swiper-button-next.swiper-button-disabled, 
.submenu-swiper .swiper-button-prev.swiper-button-disabled{
	opacity: 0;
}
.submenu-swiper .swiper-container,
.submenu-swiper .swiper-wrapper{
	width: 100%;
	height: 100%;
}
.submenu-swiper .swiper-slide{
    width: auto;
    position: relative;
    cursor: pointer;
    height: 100%;
	background: #fff;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	line-height: 1.3;
}
.submenu .menu-item{
	flex: 1;
	height: 100%;
	position: relative;
	text-align: center;
}
.submenu .menu-item a{
	display: block;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 5vw;
	cursor: pointer;
	position: relative;
	z-index: 2;
	min-width: 150px;
}
.submenu .menu-item span{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 5.75vw;
	color: rgba(255,255,255,.08);
	font-weight: bold;
	z-index: 0;
}
.submenu .swiper-slide:hover,
.submenu .swiper-slide.active{
	background: #2e55a2;
	color: #fff;
}
@media screen and (max-width: 1199px) {
	.submenu-block{
		margin-top: -35px;
	}
	.submenu{
		height: 70px;
		font-size: 15px;
	}
	.submenu .menu-item span{
		font-size: 65px;
	}
}
@media screen and (max-width: 767px) {
	.submenu-block{
		margin-top: 0;
	}
	.submenu{
		height: 70px;
		font-size: 14px;
		background: #fff;
	}
	.submenu-block .layui-container{
		padding: 0;
	}
	.submenu .menu-item a{
		min-width: 120px;
	}
}
/*submenu END*/

/*main-title*/
.main-title{
	line-height: 1.4;
	/* margin-bottom: 2.5vw; */
	margin-bottom: 2vw;
	position: relative;
}
.main-title .title{
	font-size: 42px;
	position: relative;
	padding-bottom: 10px;
}
.main-title .title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 50px;
    background-color: #2e55a2;
}
.main-title .sub-title{
	color: #999;
	font-size: 20px;
	font-weight: 100;
}
@media screen and (max-width: 1599px) {
	.main-title .title{
		font-size: 36px;
	}
}
@media screen and (max-width: 1199px) {
	.main-title{
		margin-bottom: 30px;
	}
	.main-title .title{
		font-size: 32px;
	}
	.main-title .sub-title{
		font-size: 18px;
	}
}
@media screen and (max-width: 991px) {
	.main-title .title{
		font-size: 28px;
	}
	.main-title .sub-title{
		font-size: 16px;
	}
}
@media screen and (max-width: 767px) {
	.main-title .title{
		font-size: 24px;
	}
}
/*main-title END*/

/*page-about*/
.about-keywords{
	margin-top: 40px;
}
.about-keywords .iconfont{
	font-size: 32px;
}
.about-keywords .title{
	font-size: 20px;
}
.about-keywords .desc{
	color: #999;
	line-height: 1.5;
}
@media screen and (max-width: 767px) {
	.about-keywords{
		margin-top: 25px;
	}
	.about-keywords .item{
		text-align: center;
	}
	.about-keywords .iconfont{
		font-size: 24px;
	}
	.about-keywords .title{
		font-size: 16px;
	}
	.about-keywords .desc{
		font-size: 13px;
		margin-top: 5px;
	}
}
/*page-about END*/

/*keywords*/
.keywords .keyword-item{
	text-align: center;
	line-height: 1;
}
.keywords .keyword-item .num{
	font-size: 42px;
	color: #2e55a2;
	font-weight: bold;
	margin-bottom: 15px;
}
.keywords .keyword-item .num em{
	font-style: normal;
	font-size: .85em;
}
@media screen and (max-width: 767px) {
	.keywords .keyword-item .num{
		font-size: 32px;
	}
}
.keywords.line .keyword-item .num{
	padding-bottom: 10px;
	border-bottom: 1px dashed #9c9c9c;
	position: relative;
}
.keywords.line .keyword-item .num:after{
	content: "";
	position: absolute;
	left: 50%;
	width: 50px;
	height: 4px;
	bottom: -2px;
	margin-left: -25px;
	background: #2e55a2;
}
/*keywords END*/

/*duty-list*/
.duty-list .duty-item{
	background: #fafafa;
	display: flex;
	padding: 20px;
	height: 100%;
}
.duty-list .duty-item .num{
	color: #BCBCBC;
	font-weight: bold;
	width: 30px;
	margin-right: 1.5vw;
	font-size: 16px;
	margin-top: -2px;
}
.duty-list .duty-item .title{
	flex: 1;
}
/*duty-list END*/

/*organization-list*/
.organization-list .organization-title{
	font-size: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #E5E5E5;
	margin-bottom: 25px;
}
.organization-detail,
.organization-menu{
	background: #fff;
	padding: 30px;
	height: 100%;
}
@media screen and (max-width: 1599px) {
	.organization-list .organization-title{
		font-size: 24px;
	}
}
@media screen and (max-width: 991px) {
	.organization-list .organization-title{
		font-size: 20px;
	}
}
@media screen and (max-width: 767px) {
	.organization-list .organization-title{
		font-size: 18px;
	}
}
.organization-menu li a{
	padding: 15px;
	cursor: pointer;
	background: #F5F6F7;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}
.organization-menu li .iconfont{
	color: #ccc;
	margin-left: 10px;
}
.organization-menu li+li{
	margin-top: 10px;
}
.organization-menu li a:hover,
.organization-menu li.active a{
	color: #fff;
	background: #2e55a2;
}
.organization-menu li.active .icon-minus:before{
	content: "\e60f";
}
.organization-menu li a:hover .iconfont,
.organization-menu li.active .iconfont{
	color: #fff;
}
@media screen and (max-width: 991px) {
	.organization-menu ul{
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-align-items: stretch;
		align-items: stretch;
		margin: -8px;
	}
	.organization-menu ul li{
		height: 100%;
		width: 33.33333%;
		padding: 8px;
		margin: 0;
	}
}
@media screen and (max-width: 567px) {
	/*.block-organization{
		background: #FAFAFA!important;
	}*/
	.organization-menu ul li{
		width: 50%;
	}
}
/*organization-list END*/

/*staff-list*/
.staff-list{
	margin-top: 30px;
}
.staff-list .staff-item{
	height: 100%;
	overflow: hidden;
	position: relative;
}
.staff-list .staff-item .img-box{
	width: 100%;
	height: 0;
	padding-bottom: 130%;
	position: relative;
}
.staff-list .staff-item .img-box .img{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.staff-list .staff-item .img-box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.staff-list .staff-item .text-box{
	position: absolute;
	left: 0;
	right: 0;
	bottom: -110px;
	background: none;
	padding: 20px;
	color: #fff;
	font-size: 13px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.staff-list .staff-item .text-box .name{
	font-size: 20px;
	margin-bottom: 10px;
}
.staff-list .staff-item .text-box .title{
	opacity: .9;
	position: relative;
}
.staff-list .staff-item .text-box .title:after{
	content: "\e61b";
	position: absolute;
	right: 0;
	bottom: 3px;
	line-height: 1;
	font-family: 'iconfont';
	font-weight: bold;
	display: inline-block;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.staff-list .staff-item .text-box .info{
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid rgba(229, 229, 229, 0);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.staff-list .staff-item .text-box .info span{
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	display: flex;
}
.staff-list .staff-item .text-box .info span+span{
	margin-top: 5px;
}
.staff-list .staff-item .text-box .info span em{
	flex: 1;
	font-style: normal;
}
.staff-list .staff-item .text-box .info .iconfont{
	margin-right: 5px;
}
.staff-list .staff-item:hover .text-box{
	bottom: 0;
	background: rgba(201, 21, 30, .75);
}
.staff-list .staff-item:hover .text-box .info{
	border-top: 1px solid rgba(229, 229, 229, .3);
}
.staff-list .staff-item:hover .text-box .title:after{
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.staff-list .staff-item:hover .text-box .info span{
	white-space: normal;
	overflow: unset;
	text-overflow: unset;
}
@media screen and (max-width: 1199px) {
	.staff-list .staff-item .text-box{
		font-size: 12px;
		padding: 15px;
		bottom: -88px;
	}
	.staff-list .staff-item .text-box .name{
		font-size: 18px;
	}
	.staff-list .staff-item .text-box .info{
		padding-top: 15px;
		margin-top: 15px;
	}
	.staff-list .staff-item .text-box .info span+span{
		margin-top: 0;
	}
	.staff-list .layui-col-space30{
		margin: -10px;
	}
	.staff-list .layui-col-space30>*{
		padding: 10px;
	}
}
@media screen and (max-width: 567px) {
	.staff-list .layui-col-space30{
		margin: -5px;
	}
	.staff-list .layui-col-space30>*{
		padding: 5px;
	}
	.organization-detail, .organization-menu{
		padding: 0px;
	}
	.block-organization{
		background: #fff;
	}
	.organization-list .organization-title{
		padding-bottom: 15px;
		margin-bottom: 20px;
	}
	.staff-list .staff-item .text-box{
		padding: 10px;
		bottom: -74px;
	}
	.staff-list .staff-item .text-box .info{
		padding-top: 10px;
		margin-top: 10px;
	}
	.staff-list .staff-item .text-box .name{
		margin-bottom: 5px;
	}
}
/*staff-list END*/


/* staff-items */
.staff-items{
	margin: 20px 0;
}
.staff-items .staff-item{
	background-color: #fff;
	padding: 20px;
	display: flex;
}
.block-organization .staff-items .staff-item{
	background-color: #F5F6F7;
}
.staff-items .staff-item+.staff-item{
	margin-top: 20px;
}
.staff-items .staff-item .img-box{
	width: 140px;
	height: 182px;
	position: relative;
	margin-right: 20px;
}
.staff-items .staff-item .img-box .img{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.staff-items .staff-item .img-box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.staff-items .staff-item .text-box{
	background: none;
	/* font-size: 13px; */
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	flex: 1;
	overflow: hidden;
}
.staff-items .staff-item .text-box .name{
	font-size: 20px;
	margin-bottom: 10px;
}
.staff-items .staff-item .text-box .title{
	opacity: .9;
	position: relative;
}
.staff-items .staff-item .text-box .info{
	margin-top: 20px;
	/* border-top: 1px solid rgba(229, 229, 229, 0); */
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	font-size: .95em;
}
.staff-items .staff-item .text-box .info span{
	display: block;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	display: flex;
}
.staff-items .staff-item .text-box .info span+span{
	margin-top: 5px;
}
.staff-items .staff-item .text-box .info span em{
	flex: 1;
	font-style: normal;
}
.staff-items .staff-item .text-box .info .iconfont{
	margin-right: 5px;
}
@media screen and (max-width: 767px) {
	.staff-items .staff-item+.staff-item{
		padding: 15px;
	}
	.staff-items .staff-item .img-box{
		width: 120px;
		height: 156px;
	}
	.staff-items .staff-item .text-box .info{
		margin-top: 15px;
	}
}
@media screen and (max-width: 567px) {
	.staff-items .staff-item+.staff-item{
		padding: 15px;
	}
	.staff-items .staff-item .img-box{
		width: 100px;
		height: 130px;
	}
	.staff-items .staff-item .text-box .info{
		margin-top: 15px;
	}
}
/* staff-items END */

/*slide*/
.row-flex .slide{
	height: 100%;
}
.slide{
	/*background: #fff;*/
	display: block;
	-webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
	color: inherit!important;
	line-height: 1.6!important;
	color: #1d1f22!important;
}

.slide:hover{
	text-decoration: unset!important;
}
.slide.has-bottom{
	padding-bottom: 30px;
	position: relative;
}
.slide .img-box{
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}
.slide .img-box .img{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
}
.slide .img-box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.slide:hover .img-box .img img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

.slide .logo-box{
	width: 60px;
	height: 60px;
	background: #fff;
	border: 5px solid #fff;
	position: absolute;
	right: 20px;
	bottom: -30px;
	border-radius: 50px;
	overflow: hidden;
	box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.05);
}
.slide .logo-box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.slide .text-box{
	padding: 15px 0;
}
.slide.has-logo .text-box{
	padding-top: 40px;
	padding-bottom: 30px;
}
.slide .text-box .category{
	font-size: 12px;
	color: #2e55a2;
	font-weight: bold;
	margin-bottom: 8px;
}
.slide .text-box .title{
	/* font-size: 15px; */
	font-weight: bold;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    /* max-height: 47px; */
}
.slide .text-box .large-title{
	font-size: 18px;
	line-height: 1.5;
	/* overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    max-height: 28px; */
}
.slide .text-box .desc{
	color: #999;
	font-size: 14px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    /* max-height: 75px; */
    line-height: 1.8;
    margin-top: 10px;
}
.slide .text-box .desc-all{
	color: #666;
	font-size: 14px;
    line-height: 1.8;
    margin-top: 10px;
}
.slide .text-box .bottom{
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 12px;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0;
	color: #999;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	font-weight: bold;
}
.slide .text-box .bottom .iconfont{
	font-size: 16px;
	color: #2e55a2;
	font-weight: bold;
}

.slide .text-box .date{
	color: #999;
	font-size: 13px;
}
.slide:hover .cover{
    opacity: 1;
}
.slide:hover .cover .line{
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}
.slide:hover .cover .iconfont{
    -webkit-animation: fadeInDown .3s ease-in-out .1s forwards;
    -o-animation: fadeInDown .3s ease-in-out .1s forwards;
    animation: fadeInDown .3s ease-in-out .1s forwards;
}
.slide:hover .cover .text{
    -webkit-animation: fadeInUp .3s ease-in-out .1s forwards;
    -o-animation: fadeInUp .3s ease-in-out .1s forwards;
    animation: fadeInUp .3s ease-in-out .1s forwards;
}
@media screen and (max-width: 991px) {
	.slide .text-box .title{
		font-size: 14px;
		max-height: 44px;
	}
}


.slide.has-padding{
	background: #fff;
	position: relative;
	top: 0;
	box-shadow: none;
	transition: all .3s;
}
.slide.has-padding:hover{
	top: -5px;
	-webkit-box-shadow: 0px 8px 16px 0px rgb(50 50 50 / 7%);
    -moz-box-shadow: 0px 8px 16px 0px rgba(50,50,50,0.07);
    box-shadow: 0px 8px 16px 0px rgb(50 50 50 / 7%);
}
.white .slide.has-padding{
	background: #F5F6F7;
}
.slide.has-padding.has-bottom{
	padding-bottom: 50px;
}
.slide.has-padding .text-box{
	padding-left: 20px;
	padding-right: 20px;
}
.slide.has-padding .text-box .bottom{
	padding: 15px 20px;
}
.slide.has-padding .text-box .bottom:after{
	content: "";
	position: absolute;
	top: 0;
	left: 20px;
	right: 20px;
	height: 1px;
	background: #eee;
}
/*slide END*/


/*slide-grid*/
.slide-grid{
	height: 100%;
	background: #fff;
	display: block;
	padding: 30px 10px;
	text-align: center;
	position: relative;
	top: 0;
	box-shadow: none;
	transition: all .3s;
}
.slide-grid:hover{
	top: -5px;
	-webkit-box-shadow: 0px 8px 16px 0px rgb(50 50 50 / 7%);
    -moz-box-shadow: 0px 8px 16px 0px rgba(50,50,50,0.07);
    box-shadow: 0px 8px 16px 0px rgb(50 50 50 / 7%);
}
.slide-grid .img-box{
	display: flex;
	align-items: center;
	justify-content: center;
}
.slide-grid .logo-box{
	width: 100px;
	height: 100px;
	background: #f5f6f7;
	border-radius: 50px;
	position: relative;
	overflow: hidden;
}
.slide-grid .logo-box .img{
	position: absolute;
	left: 5px;
	right: 5px;
	top: 5px;
	bottom: 5px;
	border-radius: 50%;
	overflow: hidden;
}
.slide-grid .logo-box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.slide-grid .text-box .title{
	font-size: 18px;
	/* overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    max-height: 28px; */
    margin-top: 10px;
}
.slide-grid .text-box .desc{
	color: #999;
	font-size: 14px;
	margin-bottom: 10px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    /* max-height: 68px; */
    line-height: 1.8;
    margin-top: 10px;
}
.slide-grid .text-box .desc>*:last-child{
	margin-bottom: 0;
}
.slide-grid:hover{
	text-decoration: none!important;
}
/*slide-grid END*/

.page-content+.list{
	margin-top: 50px;
}

/*news*/

.news-block .slide .time .day{
	font-size: 2.4em;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 5px;
}
/* .news-block .slide .time .month{
	opacity: .85;
} */
.news-block .slide .time{
	position: absolute;
	left: 20px;
	top: 20px;
	color: #fff;
	font-size: 12px;
	opacity: 1;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
@media screen and (max-width: 991px){
	.news-block .slide .time{
		left: 15px;
		top: 15px;
	}
}
.news-block .img-box .img:after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(51, 51, 51, .3);
}
/*news END*/

/*pages*/
.pages{
	text-align: center;
    margin: 40px 0 0;
}
.layui-laypage a:hover{
    color: #2e55a2;
}
.layui-laypage a, .layui-laypage span{
    height: 45px;
    line-height: 45px;
    width: 45px;
    text-align: center;
    padding: 0;
    font-size: 15px;
}
.layui-laypage-prev,
.layui-laypage-next{
	font-weight: bold;
}
/*pages END*/

/*map*/
#contact-map,.contact-map{
	width: 100%;
    height: 500px;
}
@media screen and (max-width: 768px) {
    #contact-map,.contact-map{
        height: 400px;
    }
}
@media screen and (min-width: 1921px) {
    #contact-map,.contact-map{
        height: 550px;
    }
}
.contact-map img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#contact-map .iw_poi_content a{
    display: inline-block;
    padding: 3px 10px;
    background: #2e55a2;
    color: #fff;
    border-radius: 3px;
    margin-top: 10px;
}
#contact-map .iw_poi_content a:hover{
    opacity: .75;
}
/*map END*/
.block-contact .map-container{
	position: relative;
	padding: 60px 0;
}
.block-contact .text-container{
	background: #2e55a2;
	padding: 50px 30px;
	color: #fff;
	position: absolute;
	left: 40px;
	top: 0px;
	bottom: 120px;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	justify-content: space-between;
	width: 300px;
	box-shadow: 0px 23px 27px 0px rgba(203, 32, 41, 0.57);
}
.block-contact .text-container .top .title{
	font-size: 20px;
}
.block-contact .text-container >div{
	padding: 30px 0;
}
.block-contact .text-container .bottom{
	border-top: 1px solid rgba(255,255,255,.25)
}

.block-contact .main-title{
	border-bottom: 1px solid #E7E7E7;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.block-contact .media-list .media-item a{
	background: none;
    border: 1px solid rgba(0,0,0,.25);
    color: #1d1f22;
}
.block-contact .media-list .media-item a:hover{
	background: #2e55a2;
	color: #fff;
	border-color: transparent;
}
.block-contact .contact-title{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
.block-contact .contact-text p{
	margin-bottom: 8px;
}
@media screen and (max-width: 991px) {
	.block-contact .text-container{
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.block-contact .main-title{
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
}

/*map-container*/
.map-block{
	overflow: hidden;
	/*padding: 150px 0;*/
}
.map-block .global-map{
	max-width: 900px;
	margin: 0 auto;
}
.map-block .china-container .circle img{
	animation: unset;
}
/*map-container END*/

.search-tab{
	margin: 0;
	margin-top: -80px;
}
.search-tab .tab-title{
	border-bottom: 0;
	height: unset;
	line-height: 1;
	width: 100%!important;
	padding: 0 5%;
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	align-items: center;
}
.search-tab .tab-title a{
	/* background-color: #2e55a2;
	color: #fff; */
	background-color: #e0e0e0;
	color: #666;
	padding: 20px 40px;
	height: unset;
	line-height: 1;
	font-size: 15px;
	display: block;
}
.search-tab .tab-title .active{
	background: #fff;
	color: #000;
}
.search-form{
	background: #fff;
	padding: 30px;
}
.search-form .layui-form-item{
	position: relative;
}
.search-form .layui-input{
    height: 60px;
    border: 0;
    padding: 10px 70px 10px 26px;
    background: #F9F9F9;
    position: relative;
    z-index: 2;
}
.search-form .form-submit{
    margin-top: 10px;
    position: absolute;
    right: 0px;
    width: 70px;
    background: none;
    outline: none;
    top: 0px;
    bottom: 0px;
    margin-top: 0;
    border: 0;
    font-size: 20px;
    cursor: pointer;
    z-index: 3;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}
.search-form .layui-form-item{
	color: #3F4349;
	margin-bottom: 0;
}
.search-form .layui-form-item+.layui-form-item{
	margin-top: 22px;
}
.search-form .layui-form-item .flex{
	align-items: flex-start;
}
.search-form .form-label{
	width: 120px;
	display: flex;
	align-items: center;
	margin-top: 5px;
}
.search-form .form-label .iconfont{
	font-size: 18px;
	margin-right: 8px;
}
.search-form .options{
	flex: 1;
}
.search-form .option{
	padding: 8px 20px;
	line-height: 1;
	display: inline-block;
	border-radius: 3px;
	color: #666;
	margin: 5px 0;
	cursor: pointer;
}
.search-form .option:not(.active):hover{
	color: #2e55a2;
}
.search-form .option.active{
	background: #2e55a2;
	color: #fff;
}

.swiper-content .main-title{
	margin-top: 60px;
}

.search-tab .block-related{
	position: relative;
	padding-bottom: 0;
	overflow: hidden;
}
.search-tab .block-related .swiper-program,
.search-tab .block-related .swiper-university{
	position: relative;
	padding: 60px 0;
}
.search-tab .block-related .swiper-program:after,
.search-tab .block-related .swiper-university:after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 33%;
	background: #969AA1;
}
.search-tab .block-related .swiper-container{
	margin-left: 20%;
	width: 80%;
	position: relative;
	z-index: 2;
}
.search-tab .swiper-button{
	position: relative;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.search-tab .swiper-button-prev,
.search-tab .swiper-button-next{
	position: static;
	margin-top: 0;
	width: 60px;
	height: 60px;
	border-radius: 50px;
	border: 2px solid #eee;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 10px 0;
}
.search-tab .swiper-button-prev:after,
.search-tab .swiper-button-next:after{
	font-family: 'iconfont';
	font-weight: lighter;
	font-size: 24px;
}
.search-tab .swiper-button-prev:after{
	content: "\e606";
}
.search-tab .swiper-button-next:after{
	content: "\e60c";
}
@media screen and (max-width: 1600px) {
	.search-tab .swiper-button-prev,
	.search-tab .swiper-button-next{
		width: 50px;
		height: 50px;
	}
}
@media screen and (max-width: 767px) {
	.search-tab{
		margin-top: 0;
	}
	.search-form{
		padding: 15px;
		margin-left: -5%;
		margin-right: -5%;
		padding: 15px 5%;
	}
	.layui-tab>.layui-container{
		padding: 0;
		overflow: hidden;
	}
	.search-tab .tab-title{
		background-color: #fff;
		padding: 0;
	}
	.search-tab .tab-title a{
		padding: 20px 8px;
		font-size: 14px;
		flex: 1;
		text-align: center;
	}
	.search-form .layui-form-item .flex{
		display: unset;
	}
	.search-form .form-label{
		width: 100px;
		border-bottom: 1px solid #eaeaea;
		padding-bottom: 5px;
		margin-bottom: 10px;
		width: 100%;
	}
	.search-form .option{
		padding: 5px 10px;
	}
	.search-tab .swiper-button-prev,
	.search-tab .swiper-button-next{
		width: 42px;
		height: 42px;
	}
	.search-tab .swiper-button-prev:after, 
	.search-tab .swiper-button-next:after{
		font-size: 20px;
	}
	.search-tab .swiper-button{
		display: none;
	}
	.search-tab .block-related .swiper-program,
	.search-tab .block-related .swiper-university{
		padding-top: 0;
	}
	.search-tab .block-related .swiper-program:after,
	.search-tab .block-related .swiper-university:after{
		content: none;
	}
	.search-tab .block-related .swiper-container{
		width: 100%;
		margin-left: 0;
	}
}
.result-block .result-title{
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.result-block .result-title .title{
	font-size: 24px;
}
.result-block .result-title .num{
	color: #2e55a2;
	margin: 0 5px;
}
.result-block .result-title .more-btn{
	cursor: pointer;
	margin-top: 0;
}
@media screen and (max-width: 767px) {
	.result-block .result-title{
		flex-direction: column-reverse;
		align-items: unset;
		justify-content: unset;
	}
	.result-block .result-title .more-btn{
		width: 100%;
		margin-bottom: 20px;
	}
}

/*announcement-list*/
.announcement-list .item{
	padding: 36px 2.5vw;
	border-bottom: 1px solid #DADDE4;
	cursor: pointer;
	background: none;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	position: relative;
	overflow: hidden;
}
.announcement-list .item:hover{
	background: #fff;
}
.announcement-list .item .date{
	text-align: center;
	padding-right: 2.5vw;
	margin-right: 2.5vw;
	border-right: 1px solid #DADDE4;
}
.announcement-list .item .date .day{
	/*color: #2e55a2;*/
	font-size: 2.5em;
	line-height: 1.2;
}
.announcement-list .item .date .month{
	color: #999;
}
.announcement-list .item .text-box{
	flex: 1;
	display: block;
	overflow: hidden;
}
.announcement-list .item .title{
	font-size: 18px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1;
}
.announcement-list .item .desc{
	margin-top: 15px;
	color: rgba(51,51,51,.5);
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    /* max-height: 44px; */
}
.announcement-list .item .icon{
    position: absolute;
    top: 0;
    bottom: 0;
    right: -120px;
    width: 120px;
    background: rgba(201,21,30,1);
    color: #fff;
    font-size: 28px;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
}
.announcement-list .item:hover .icon{
    right: 0;
}
@media screen and (max-width: 991px) {
	.announcement-list .item{
		padding: 32px 20px;
	}
	.announcement-list .item .date{
		margin-right: 15px;
		padding-right: 15px;
	}
}
@media screen and (max-width: 767px) {
	.announcement-list .item{
		padding: 20px 0;
	}
	.announcement-list .item .date{
		margin-right: 10px;
		padding-right: 10px;
		font-size: 13px;
	}
	.announcement-list .item .date .day{
		font-size: 2em;
	}
	.announcement-list .item .title{
		font-size: 16px;
		margin-bottom: 8px;
	}
	.announcement-list .item .icon{
		display: none;
	}
	.announcement-list .item:hover{
		background: none;
	}
	.announcement-list .item .desc{
		font-size: 13px;
		max-height: 40px;
	}
}
/*announcement-list END*/

/*category-nav*/
/*.category-nav{
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	margin-bottom: 40px;
}
.category-nav:before{
	content: "";
	width: 50px;
	height: 4px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	border-bottom: 1.5px solid #DADDE4;
}*/
.category-nav .main-title{
	margin-bottom: 0;
	font-size: 32px;
	position: relative;
	z-index: 2;
	border-bottom: 4px solid #2e55a2;
	padding: 15px 0;
}
.category-nav .layui-form-select .layui-input{
	border: unset;
	border-radius: 0;
	height: 42px;
	line-height: 42px;
}
.category-nav .layui-form-select .layui-edge,
.category-nav .layui-form-selected .layui-edge{
	margin-top: 0;
	border: unset;
	width: unset;
	height: unset;
	font-style: normal;
	top: 50%;
	margin-top: -11px;
	color: unset;
	font-weight: bold;
}
.category-nav .layui-form-select .layui-edge:after{
	content: "\e9cd";
	font-family: 'iconfont'
}
.category-nav .layui-form-selected .layui-edge:after{
	content: "\e8c3";
}
.category-nav .layui-form-select dl{
	padding: 0;
	border: unset;
	border-radius: unset;
	top: 46px;
}
.category-nav .layui-form-select dl dd.layui-this{
	background: #141A22;
}
/*category-nav END*/

/*.category-nav*/
.category-nav{
	/*display: flex;
	align-items: center;
	justify-content: space-between;*/
    position: relative;
    margin-bottom: 40px;
}
.category-nav:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1.5px;
    border-bottom: 1.5px solid #DADDE4;
}
.category-nav .swiper-slide{
    width: auto;
    padding-bottom: 16px;
    position: relative;
    cursor: pointer;
    font-size: 22px;
    color: #888;
}
.category-nav .swiper-slide:hover,
.category-nav .swiper-slide-active{
    color: #1d1f22;
}
.category-nav .swiper-slide:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    height: 3px;
    background-color: #2e55a2;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.category-nav .swiper-slide:not(:last-child):before{
    content: "";
    position: absolute;
	right: -30px;
	top: 7px;
	bottom: 23px;
	width: 1px;
	background: #ccc;
	/*font-weight: lighter;
	color: #aaa;*/
}
.category-nav .swiper-slide-active:after{
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}
@media screen and (max-width: 991px) {
	.category-nav .swiper-slide{
		font-size: 22px;
	}
}
@media screen and (max-width: 767px) {
	.category-nav{
		margin-bottom: 25px;
	}
	.category-nav .swiper-slide{
		font-size: 20px;
	}
}
/*.category-nav END*/


/*layui-form*/
.layui-input, .layui-select, .layui-textarea{
	height: 42px;
	line-height: 42px;
	/* border: unset; */
}
.layui-form-select dl dd.layui-this{
	background: #1d1f22;
}
/*layui-form END*/


/*program-banner*/
.program-banner{
	height: unset;
	align-items: center;
	max-height: unset;
}
.program-banner .inner-banner-text{
	padding: 3vw 0 2vw;
	margin-bottom: 0;
}
/* .program-banner .inner-banner-text .flex{
	align-items: center;
	justify-content: space-between;
	width: 100%;
} */
/* .inner-banner .inner-banner-text .text-box{
	flex: 1;
	text-align: left;
} */
.program-banner .banner-logo{
	background: rgba(255,255,255,.5);
	border-radius: 50%;
	width: 12vw;
	height: 12vw;
	overflow: hidden;
	padding: 8px;
	min-width: 140px;
	min-height: 140px;
}
.program-banner .banner-logo img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	overflow: hidden;
	border-radius: 50%;
}
.inner-banner .inner-banner-text .banner-logo+.text-box,
.inner-banner .inner-banner-text .text-box+.banner-logo{
	margin-left: 20px;
}
.inner-banner .inner-banner-text .banner-logo+.text-box{
	margin-left: 30px;
}
.program-banner .info{
	margin-top: 20px;
	font-size: 16px;
}
.program-banner .info-item{
	line-height: 1.5;
	margin: 10px 0;
}
.program-banner .inner-banner-text .title{
	line-height: 1.4;
	margin-bottom: 20px;
}
.program-banner .info .iconfont{
	margin-right: 6px;
}
/* .program-banner.inner-banner .inner-banner-text .layui-breadcrumb{
	margin-top: 0;
	margin-bottom: 30px;
	margin-bottom: 0;
} */
.inner-banner .inner-banner-text .layui-breadcrumb{
	margin-bottom: 0;
}

.program-banner .logo-items{
	/*border-top: 1px dashed rgba(255,255,255,.5);
	margin-top: 40px;
	padding-top: 20px;*/
	overflow: hidden;
	display: flex;
	max-width: 300px;
	flex-wrap: wrap;
}
.program-banner .logo-items .item{
	float: right;
	background: rgba(255,255,255,1);
	width: 6vw;
	height: 6vw;
	overflow: hidden;
	padding: 3px;
	min-width: 100px;
	min-height: 100px;
	margin: 5px;
}
.program-banner .logo-items .item img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	overflow: hidden;
}
@media screen and (max-width: 1200px) {
	.inner-banner .inner-banner-text{
		padding: 30px 0;
		margin-bottom: 0;
	}
}
/* @media screen and (max-width: 991px) {
	.program-banner .inner-banner-text .flex{
		display: flex;
		text-align: left;
	}
} */
@media screen and (max-width: 767px) {
	.inner-banner .inner-banner-text{
		padding: 90px 0 60px;
	}
	.program-banner .inner-banner-text .flex{
		display: block;
	}
	.program-banner .banner-logo{
		display: none;
	}
}

.event-banner .inner-banner-text .layui-breadcrumb,
.university-banner .inner-banner-text .layui-breadcrumb{
	margin-top: 0;
	margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
	.event-banner .inner-banner-text .flex,
	.university-banner .inner-banner-text .flex{
		display: flex;
		text-align: left;
	}
}
.university-banner{
	position: relative;
}
.university-banner:before{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	/* height: 160px; */
	bottom: 0;
	background: rgba(0,0,0,.5);
    background: -webkit-linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,0));
    background: -o-linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,0));
    background: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,0));
	top: 0;
}
/*program-banner END*/


/*sidebar*/

.sidebar .sidebar-item{
    margin-bottom: 30px;
}
.sidebar .sidebar-item:last-child{
    margin-bottom: 0;
}

.sidebar-item h4{
    font-weight: normal;
    font-size: 24px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #e2e2e2;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sidebar-item h4:after{
    content: "";
    position: absolute;
    left: 0;
    width: 40px;
    height: 3px;
    background: #2e55a2;
    bottom: -2px;
}
.sidebar-item h4 span{
    display: block;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    flex: 1;
}
.sidebar-item h4 .iconfont{
    font-size: 14px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-weight: bold;
}
.sidebar-item ul li{
    margin: 15px 0;
}
.sidebar-item ul li a{
    color: #333;
}
.sidebar-item ul li a:hover{
    color: #214474;
}
.sidebar-item ul li .title{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    /* max-height: 47px; */
    /* max-height: 44px; */
}
.sidebar-item ul li .title+.tag{
    margin-top: 5px;
}
.sidebar-item ul li .tag {
    font-size: 13px;
    color: #828589;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sidebar-item ul li .tag .iconfont{
    margin-right: 5px;
}
.sidebar-item .slide{
	background: #f5f6f7;
}
@media screen and (max-width: 991px) {
	.sidebar-item ul li .title{
		max-height: 44px;
	}
}
@media screen and (max-width: 767px) {
    .sidebar .sidebar-item {
        padding-top: 20px;
        position: relative;
    }
    .sidebar .sidebar-item:after{
        content: "";
        position: absolute;
        top: 0;
        height: 5px;
        background: #f0f0f0;
        left: -5%;
        right: -5%;
    }
}

/*sidebar END*/

/*article-title*/
.article-title h3{
    font-size: 28px;
    line-height: 1.5;
    color: #333;
}
.article-other{
    padding: 0px 0px 20px;
    margin-top: 15px;
    margin-bottom: 30px;
    line-height: 18px;
    font-size: 14px;
    border-bottom: 1px solid #e2e2e2;
    color: #888;
}
.article-other em{
    font-style: normal;
}
.article-other span {
    display: inline-block;
    padding: 0 15px;
    position: relative;
}
.article-other span:first-child{
    padding-left: 0;
}
.article-other span:last-child:after{
    border-right: 0;
}
.article-other span:after {
    content: "";
    position: absolute;
    top: 3px;
    bottom: 3px;
    right: 0;
    border-right: 1px solid #aaa;
}
@media screen and (max-width: 1199px) { 
    .article-title h3{
        font-size: 24px;
    }
}
@media screen and (max-width: 991px) { 
    .article-title h3{
        font-size: 22px;
    }
}
@media screen and (max-width: 767px) {
    .article-title h3{
        font-size: 20px;
    }
}
/*article-title END*/

.map-banner{
	overflow: hidden;
	/*height: calc(100vh - 120px);*/
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 120px;
	overflow: hidden;
	/* padding-bottom: 50px; */
	background-repeat: no-repeat;
	background-position: center;
}
.map-banner .map-left{
    width: 100vw;
    position: relative;
    height: 100%;
}
.map-banner .map-right{
    width: 18.75vw;
    background: #141A22;
    color: #fff;
	height: 100%;
	position: relative;
	height: 100%;
}
.map-banner .map-right .page-container{
	position: absolute;
	left: 12.5%;
    right: 12.5%;
    margin-top: 8vh;
    margin-bottom: 8vh;
    z-index: 9;
}

.map-banner .page-title{
    font-size: 56px;
    line-height: 1.2;
    margin-bottom: 5vh;
}
.map-banner .page-title .title{
    text-transform: uppercase;
}
.map-banner .page-title .small-title{
    font-size: .4em;
    opacity: .75;
    margin-top: 8px;
}
@media screen and (min-width: 992px) {
    .map-banner .page-title{
        font-size: 36px;
    }
}
.map-banner .keywords{
	padding-bottom: 50px;
}
.map-banner .keywords .keyword-item{
    text-align: left;
    margin: 40px 0;
    position: relative;
    /*padding-left: 20px;
    border-left: 2px solid #999;*/
	display: flex;
	align-items: center;
	color: #fff;
}
.map-banner .keywords .keyword-item .icon-box{
	width: 60px;
	height: 60px;
	border-radius: 60px;
	background: rgba(255,255,255,.05);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
}
.map-banner .keywords .keyword-item .icon-box img{
	max-width: 60%;
	max-height: 60%;
}
.map-banner .keywords .keyword-item .text-box{
	padding-left: 20px;
	flex: 1;
}
.map-banner .keywords .keyword-item .num{
    font-size: 30px;
    margin-bottom: 8px;
	color: #fff;
}
.map-banner .keywords .keyword-item .num em{
    font-size: .75em;
    font-style: normal;
}
@media screen and (max-width: 1599px) {
    .map-banner .keywords .keyword-item .num{
        font-size: 28px;
    }
}
.map-banner .layui-form{
    margin-top: 30px;
}
.map-banner .layui-input, 
.map-banner .layui-select, 
.map-banner .layui-textarea{
    background: rgba(255,255,255,.1);
    border: none;
    height: 42px;
    line-height: 42px;
    color: #fff;
}
.map-banner .layui-btn{
    width: 100%;
    height: 42px;
    line-height: 42px;
    background: #2e55a2;
    border-radius: unset;
}
.map-banner .layui-form-item{
    margin-bottom: 0;
}
.map-banner .layui-form-select dl dd{
	color: #1d1f22;
}
.map-banner .layui-form-select dl dd.layui-this{
    background: #141A22;
    color: #fff;
}
.map-banner .map-right .page-title{
    color: #fff
}
@media screen and (min-width: 992px){
	.map-banner .map-container {
	    justify-content: space-between;
	}
}
.map-banner .map-right .page-title{
    text-align: right;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
    .map-banner .map-right .page-title{
        font-size: 32px;
    }
    .map-banner .map-right .small-title{
        font-size: 14px;
    }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
    .map-banner .map-right .page-title{
        font-size: 24px;
    }
    .map-banner .map-right .small-title{
        font-size: 14px;
    }
}

.map-banner .global-map{
	max-width: 75%;
}
/*.map-banner .china-container .circle img{
	animation: unset;
}*/
.map-banner .global-map .map-dot-text{
	color: #fff;
	font-weight: normal;
}

@media screen and (max-width: 992px) {
	.map-banner{
		height: unset;
		display: block;
		padding: 90px 0 20px;
		align-items: unset;
	}

    .map-banner .global-map{
        margin: 40px 0;
    }
	.map-banner .map-right .page-title{
		display: none;
	}
	.map-banner .keywords {
	    text-align: center;
	    position: static;
	    z-index: 2;
	    width: 100%;
	    display: flex;
	    align-items: center;
		padding-bottom: 0;
	}
	.map-banner .keywords .keyword-item {
	    flex: 1;
	    text-align: center;
	    padding: 0!important;
		display: block;
	}
	.map-banner .keywords .keyword-item .icon-box{
		margin: 0 auto;
		margin-bottom: 15px;
		width: 56px;
		height: 56px;
	}
	.map-banner .keywords .keyword-item .text-box{
		padding-left: 0;
	}
	.map-banner .map-container{
		position: static;
		display: block;
		align-items: unset;
	}
	.map-banner .map-left,
	.map-banner .map-right{
		width: 100%;
	}
	.map-banner .global-map{
		max-width: 100%;
	}
	.map-banner .map-right{
		margin: 0 -5%;
		padding: 40px 5%;
		width: unset;
	}
	.map-banner .map-right .page-container{
		position: static;
		margin: 15px 0;
	}
	.map-banner .map .globalMap {
	    max-height: unset;
	    /*margin: 40px 0;*/
	}
}
@media screen and (max-width: 767px) {
	.map-banner .keywords{
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 0;
    }
    .map-banner .keywords .keyword-item{
        flex: unset;
        width: 50%;
        padding: 20px 0!important;
        margin: 0;
        border-left: 0;
    }
    .map-banner .keywords .keyword-item .num{
        font-size: 24px;
    }
    .map-banner .keywords .keyword-item:not(:last-child):after{
        content: none;
    }
}

.map-banner .role-tab{
	display: flex;
	align-items: center;
	background-color: rgba(0,0,0,.25);
	padding: 6px;
	margin: 0 auto;
	align-items: stretch;
	position: relative;
	z-index: 999;
	width: 400px;
	margin-top: 20px;
}
.map-banner .role-tab .item{
	flex: 1;
	display: flex;
	align-items: center;
	padding: 10px 15px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	height: 100%;
}
.map-banner .role-tab .item .iconfont{
	width: 48px;
	height: 48px;
	line-height: 48px;
	background-color: rgba(2552,255,255,.25);
	font-size: 24px;
	border-radius: 50%;
	text-align: center;
	margin-right: 10px;
}
.map-banner .role-tab .item .title{
	font-size: 16px;
}
.map-banner .role-tab .item .desc{
	opacity: .65;
	font-size: 13px;
}
.map-banner .role-tab .item:hover{
	background-color: #fff;
	color: #1d1f22;
}
/*map-banner  END*/

.sidebar-item .swiper-program{
	width: 100%;
	overflow: hidden;
}
.sidebar-item .swiper-program>.flex{
	position: relative;
	justify-content: space-between;
}
.sidebar-item .swiper-program .swiper-container .swiper-notification,
.sidebar-item .swiper-program .swiper-pagination{
    bottom: unset;
    top: 0;
    text-align: left;
    left: 0;
    right: 0;
    margin: 15px 0;
    color: #666;
    position: static;
    flex: 1;
    font-weight: bold;
}
.sidebar-item .swiper-program .swiper-pagination .swiper-pagination-current{
    font-size: 1.2em;
    color: #2e55a2;
}
.sidebar-item .swiper-program-button .swiper-button-next, 
.sidebar-item .swiper-program-button .swiper-button-prev{
    width: 24px;
    height: 24px;
    background-color: transparent;
    border-radius: 25px;
    line-height: 24px;
    text-align: center;
    margin: 0;
    top: 50%;
    margin-top: -16px;
}
.sidebar-item .swiper-program-button .swiper-button-next:after, 
.sidebar-item .swiper-program-button .swiper-button-prev:after{
    color: #1D1F22;
    font-size: 15px;
    font-weight: bold;
}
.sidebar-item .swiper-program-button .swiper-button-prev{
    left: unset;
    right: 24px;
}
.sidebar-item .swiper-program-button .swiper-button-next{
    left: unset;
    right: 0px;
}
.swiper-university .swiper-slide,
.swiper-program .swiper-slide{
	height: unset;
}
.swiper-university .swiper-slide .slide,
.swiper-program .swiper-slide .slide{
	height: 100%;
}



/*item-list*/
.item-list .item{
	padding: 36px 0;
    border-bottom: 1px solid #DADDE4;
    cursor: pointer;
    background: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
    overflow: hidden;
}
/*.item-list .item:after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background: #2e55a2;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
}
.item-list .item:hover:after{
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
}*/
.item-list .item:hover{
	padding: 36px 30px;
	background: #fff;
}
.item-list .text-box{
	flex: 1;
	overflow: hidden;
	display: block;
}
.item-list .text-box .title{
	font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1;
}
.item-list .icon-box img{
	width: 36px;
	height: 36px;
	object-fit: contain;
	margin-right: 40px;
	line-height: 1;
}
.item-list .icon-box{
	position: relative;
}
.item-list .icon-box:after{
	content: "";
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -18px;
	height: 36px;
	width: 1px;
	background: #DADDE4;
}
.item-list .iconfont{
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	font-size: 18px;
	color: #ccc;
}
.item-list .item:hover .iconfont{
	color: #2e55a2;
}
@media screen and (max-width: 767px) {
	.item-list .item{
		padding: 20px 0;
	}
	.item-list .text-box .title{
		font-size: 16px;
	}
	.item-list .iconfont{
		font-size: 14px;
	}
	.item-list .item:hover{
		padding: 20px 15px;
	}
	.item-list .icon-box img{
		width: 24px;
		height: 24px;
		margin-right: 15px;
	}
	.item-list .icon-box:after{
		content: none;
	}
}
/*item-list END*/


/*event-list*/
.event-list .event-item{
	display: flex;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.event-list .event-item+.event-item{
	margin-top: 30px;
}
.event-list .event-item .img-box{
	width: 40%;
	overflow: hidden;
	position: relative;
}
.event-list .event-item .img-box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.event-list .event-item:hover{
	-webkit-box-shadow: 0px 10px 30px -17px rgb(50 50 50 / 20%);
    box-shadow: 0px 10px 30px -17px rgb(50 50 50 / 20%);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}
.event-list .event-item:hover img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.event-list .event-item .time .day{
	font-size: 3em;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 5px;
}
.event-list .event-item .time .month{
	opacity: .85;
}
.event-list .event-item .time{
	position: absolute;
	left: 20px;
	top: 20px;
	color: #fff;
	font-size: 12px;
	opacity: 1;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.event-list .event-item .text-box{
	width: 60%;
	background: #fff;
	padding: 3vw 3.5vw;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.event-list .event-item .text-box .title{
	font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.event-list .event-item .text-box .desc{
	margin-top: 15px;
    color: rgba(51,51,51,.5);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    /* max-height: 44px; */
}
.event-list .event-item .text-box .bottom{
	margin-top: 30px;
	color: #333;
	font-style: 13px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.event-list .event-item .text-box .bottom .flex-left{
	flex: 1;
	overflow: hidden;
	margin-right: 15px;
}
.event-list .event-item .text-box .info-item{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.event-list .event-item .text-box .info-item+.info-item{
	margin-top: 5px;
}
.event-list .event-item .more-btn{
	padding: 14px 0;
	width: 120px;
	text-align: center;
}
@media screen and (max-width: 991px) {
	.event-list .event-item .time .day{
		font-size: 2.4em;
	}
	.event-list .event-item .text-box{
		padding: 30px;
	}
	.event-list .event-item .text-box .title{
		font-size: 18px;
	}
	.event-list .event-item .more-btn{
		padding: 12px 0;
		width: 100px;
	}
}
@media screen and (max-width: 767px) {
	.event-list .event-item .text-box .title{
		font-size: 16px;
		white-space: normal;
		overflow: unset;
		text-overflow: unset;
	}
	.event-list .event-item{
		display: block;
	}
	.event-list .event-item .img-box,
	.event-list .event-item .text-box{
		width: 100%;
	}
	.event-list .event-item .text-box{
		padding: 25px 15px;
	}
	.event-list .event-item .time{
		left: 15px;
		top: 15px;
	}
	.event-list .event-item .text-box .bottom{
		margin-top: 15px;
		color: rgba(51,51,51,.5);
	}
	.event-list .event-item .text-box .desc{
		margin-top: 5px;
		display: none;
	}
}
/*event-list END*/

/*article_tags*/
.article-tags {
    border-top: 1px dashed #d0d0d0;
    padding-top: 30px;
    margin-top: 50px;
}
.article-tags .tag {
    color: #2e55a2;
    border: 1px solid #2e55a2;
    border-radius: 4px;
    padding: 5px 12px;
    display: inline-block;
    margin-right: 8px;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-bottom: 10px;
	font-size: 12px;
}
.article-tags .tag:hover{
	background: #2e55a2;
	color: #fff;
}
/*article_tags END*/

/*video-list*/
.video-list .icon-play{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -25px;
    margin-left: -25px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border: 2px solid rgba(255,255,255,.85);
    background: rgba(255,255,255,.15);
    opacity: 1;
}
.video-list .icon-play span{
    border: 10px solid transparent;
    border-left: 14px solid rgba(255,255,255,.85);
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -10px;
    margin-left: -5px;
}
.video-list .slide{
	cursor: pointer;
}
.video-list .slide:hover .icon-play{
	opacity: 0;
}
/*video-list END*/

/*layui-layer tc-video*/
.layui-layer.tc-video{
    background: none;
    max-height: 95vh;
    max-width: 95vw;
}
.layui-layer.tc-video .video-player{
    height: 100%;
}
.layui-layer.tc-video .video-js{
    width: 100%;
    height: 100%;
}
.layui-layer.tc-video .layui-layer-setwin .layui-layer-close2{
    background: rgba(0,0,0,.25);
}
.layui-layer.tc-video .layui-layer-setwin{
    top: 10px;
    right: 10px;
    margin: 0;
}
.layui-layer.tc-video .layui-layer-setwin .layui-layer-close2:hover{
    background: #2e55a2;
    color: #fff;
}
@media screen and (max-width: 767px) {
    .layui-layer.tc-video{
        background: none;
        height: 100vh!important;
        width: 100vw!important;
        max-height: 100vh;
        max-width: 100vw;
    }
}
/*layui-layer tc-video END*/

/*gallery-list*/
.gallery-list .item img{
	width: 100%;
}
.gallery-list {
    position: relative;
}
.gallery-list .gallery-item {
    position: absolute;
    width: 25%;
    padding: 10px;
    overflow: hidden;
}
.gallery-list .gallery-item .item{
	position: relative;
}
.gallery-list .gallery-item .view{
	position: absolute;
	bottom: -100%;
	right: 10px;
	font-size: 1.4em;
	z-index: 2;
	line-height: 1;
	border-radius: 4px;
	text-align: center;
	color: #fff;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.gallery-text{
	position: absolute;
	bottom: -100%;
	left: 10px;
	right: 50px;
	padding: 10px;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	z-index: 2;
	font-size: 13px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.gallery-item:after{
	content: "";
	position: absolute;
	bottom: 10px;
	opacity: 0;
	left: 10px;
	right: 10px;
	padding: 10px;
	height: 50px;
	background: -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,.5));
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.gallery-list .gallery-item:hover:after{
	opacity: 1;
}
.gallery-list .gallery-item:hover .view,
.gallery-list .gallery-item:hover .gallery-text{
	bottom: 10px;
}
@media screen and (max-width: 991px){
    .gallery-list .gallery-item{
        width: 33.333333%;
    }
}
@media screen and (max-width: 767px){
    .gallery-list .gallery-item{
        width: 50%;
    }
}
@media screen and (max-width: 467px){
    .gallery-list .gallery-item{
        width: 100%;
    }
}

/*gallery-list END*/

/*subscribe*/
.subscribe-block{
	color: #fff;
	text-align: center;
}
.subscribe-block .layui-input, 
.subscribe-block .layui-select, 
.subscribe-block .layui-textarea{
	background: rgba(255,255,255,.85);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	border-radius: 0;
	color: #1d1f22;
}
.subscribe-block .layui-input:focus, 
.subscribe-block .layui-select:focus, 
.subscribe-block .layui-textarea:focus{
	background: rgba(255,255,255,1);
}
.subscribe-block .more-btn{
	margin-top: 0;
	height: 42px;
	line-height: 42px;
	padding: 0;
	width: 100%;
	text-align: center;
	cursor: pointer;
}
.subscribe-block .layui-form{
	margin: 0 auto;
	margin-bottom: 40px;
	max-width: 800px;
}
.subscribe-block .main-title .sub-title{
	color: #fff;
	opacity: .5;
}
/*subscribe END*/

/*file-item*/
.file-swiper .file-item{
	height: 100%;
	background: #fff;
	padding: 20px;
	display: block;
	position: relative;
	/* padding-bottom: 50px; */
}
.file-swiper .file-item .bottom{
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 0 20px 20px;
	color: #2e55a2;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.file-swiper .file-item .icon-box{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.file-swiper .file-item .icon-box .iconfont{
	width: 30px;
	height: 30px;
	background: #F5F6F7;
	border-radius: 30px;
	line-height: 30px;
	text-align: center;
	display: inline-block;
	color: #999;
}
.file-swiper .file-item .icon-box img{
	width: 24px;
	height: 24px;
}
.file-swiper .file-item .title{
	font-size: 15px;
	font-weight: bold;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    /* max-height: 47px; */
    margin: 15px 0 10px;
}
.main-title .flex{
	justify-content: space-between;
}
.main-title .flex-right{
	position: relative;
}

.swiper-button-box .swiper-button-prev,
.swiper-button-box .swiper-button-next{
    width: 42px;
    height: 42px;
    left: unset;
    border: 2px solid #323943;
    border-radius: 42px;
    margin-top: -21px;
    left: unset;
    right: 0;
}
.swiper-button-box .swiper-button-prev{
	margin-right: 52px;
}
.swiper-button-box .swiper-button-prev:after,
.swiper-button-box .swiper-button-next:after{
    font-size: 18px;
    color: #323943;
}
@media screen and (max-width: 767px) {
	.swiper-button-box .swiper-button-prev,
	.swiper-button-box .swiper-button-next{
		width: 32px;
		height: 32px;
		margin-top: -16px;
		border-width: 1.5px;
	}
	.swiper-button-box .swiper-button-prev:after,
	.swiper-button-box .swiper-button-next:after{
	    font-size: 14px;
	}
	.swiper-button-box .swiper-button-prev{
		margin-right: 42px;
	}
}
/*file-item END*/

/*part-news*/
/*party-news*/
/*swiper-pagination*/
.party-news .swiper-pagination {
    bottom: 15px;
    left: 0;
    right: 0;
    text-align: center;
}
.party-news .swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 4px;
    background: #93070A;
    position: relative;
    width: 24px;
    height: 4px;
    border-radius: 0px;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    opacity: .3;
}
.party-news .swiper-pagination-bullets .swiper-pagination-bullet:first-child{
    margin-left: 0;
}
.party-news .swiper-pagination-bullets .swiper-pagination-bullet:last-child{
    margin-right: 0;
}
.party-news .swiper-pagination-bullets .swiper-pagination-bullet-active {
    opacity: 1;
}
.party-news .swiper-pagination-bullets .swiper-pagination-bullet-active:after{
    border: 2px solid rgba(255,255,255,1);
}
/*swiper-pagination END*/

.party-swiper,.party-swiper .swiper-container,.party-swiper .swiper-slide{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.party-swiper .news-item{
    overflow: hidden;
    position: relative;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    height: 0;
    display: block;
    width: 100%;
    padding-bottom: 56.25%;
}
@media screen and (max-width: 991px) {
    .party-swiper,.party-swiper .swiper-container,.party-swiper .swiper-slide{
        height: auto;
    }
    .party-swiper .news-item{
        height: 0;
        padding-bottom: 60%;
    }
}
.party-swiper .news-item .news-box{
    background-color: rgba(201,21,30,.75);
    padding: 30px 30px 50px;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 30%;
    color: #fff;
}

.party-swiper .news-item .news-box .news-title{
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    /* max-height: 56px; */
    margin-top: 5px;
}
.party-swiper .swiper-pagination-bullets .swiper-pagination-bullet{
    background: #fff;
}
.party-swiper  .swiper-pagination{
    right: 30%;
    text-align: left;
    padding: 0 30px;
}


.party-news .news-list .news-item{
    background: #f5f6f7;
    padding: 30px 20px;
    height: 100%;
    display: block;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 3px solid #fff;
}
.party-news .news-list [class^="layui-col"]:nth-of-type(1) .news-item,
.party-news .news-list [class^="layui-col"]:nth-of-type(2) .news-item{
	border-top: 0;
}
.party-news .news-list [class^="layui-col"]:nth-of-type(3) .news-item,
.party-news .news-list [class^="layui-col"]:nth-of-type(4) .news-item{
	border-bottom: 0;
}
.party-news .news-list .news-item .news-title{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    /* height: 47px; */
    margin-bottom: 15px;
    /* font-size: 14px; */
    font-weight: bold;
}
.party-news .news-list .news-item .news-desc{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.5;
    /* height: 39px; */
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}
.party-news .flex-container{
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
}
.party-news .news-list,
.party-news .news-list .layui-row{
	height: 100%;
}
.party-news .news-list .news-item .news-date{
    font-size: 13px;
    color: #888;
}
.party-news .flex-container .single-link{
    margin-top: 0;
    font-size: 12px;
}
@media screen and (max-width: 991px) {
	.party-news .news-list [class^="layui-col"]:nth-of-type(1) .news-item,
	.party-news .news-list [class^="layui-col"]:nth-of-type(2) .news-item{
		border-top: 3px solid #fff;
	}
	.party-news .news-list [class^="layui-col"]:nth-of-type(3) .news-item,
	.party-news .news-list [class^="layui-col"]:nth-of-type(4) .news-item{
		border-bottom: 3px solid #fff;
	}
	.party-news .news-list [class^="layui-col"]:nth-of-type(1) .news-item,
	.party-news .news-list [class^="layui-col"]:nth-of-type(3) .news-item{
		border-left: 0;
	}
	.party-news .news-list [class^="layui-col"]:nth-of-type(2) .news-item,
	.party-news .news-list [class^="layui-col"]:nth-of-type(4) .news-item{
		border-right: 0;
	}
}
@media screen and (max-width: 767px) {
    .party-swiper .news-item .news-box{
        padding: 15px 15px 40px;
        right: 15%;
    }
    .party-swiper .swiper-pagination{
        right: 15%;
        padding: 0 15px;
    }
    .party-news .news-list .news-item{
        padding: 15px;
    }
    .party-news .news-list .news-item .news-title{
        height: auto;
        max-height: 42px
    }
    .party-news .news-list .news-item .news-desc{
        display: none;
    }
    .party-news .news-list .news-item{
    	border: 4px solid #fff!important;
    	border-left: 0!important;
    	border-right: 0!important;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .party-news .news-list .news-item .news-desc{
        display: none;
    }
}

/*party-news END*/

/*order-item*/
.order-item{
    height: 100%;
    padding: 20px 40px;
    border: 1px solid #bbb;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.order-item .iconfont{
    width: 48px;
    height: 48px;
    border-radius: 48px;
    border: 2px solid #aaa;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}
.order-item  .text-box{
    padding-left: 20px;
}
.order-item  .text-box .title{
    font-size: 18px;
}
.order-item  .text-box .desc{
    opacity: .65;
}
.order-item:hover{
    background: #2e55a2;
    color: #fff;
    border-color: #2e55a2;
}
.order-item:hover .iconfont{
    border-color: rgba(255,255,255,.65);
}
/*order-item END*/

/*global-announcement*/
.global-announcement .announcement-item{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    align-items: stretch;
    margin-bottom: 15px;
    height: 100%;
}
.global-announcement .announcement-item .right{
    flex: 1;
    background: #fff;
    border: 2px solid #fff;
    padding: 25px 15px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: #333;
}
.global-announcement .announcement-item .time{
    color: #888;
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 12px;
}
.global-announcement .announcement-item .title{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.8;
    /* max-height: 48px; */
    font-weight: bold;
}
.global-announcement .announcement-item .desc{
    color: #828589;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 13px;
    /* max-height: 39px; */
}
.global-announcement .announcement-item .date{
    width: 80px;
    text-align: center;
    border: 2px solid #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background: #E8E9EB;
}
.global-announcement .announcement-item .date .top{
    height: 7px;
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
    margin-bottom: 3px;
    background: #2e55a2;
}
.global-announcement .announcement-item .date .bottom{
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-radius: 0;
    line-height: 1.415;
    padding: 7px 0 9px;
    font-size: 12px;
}
.global-announcement .announcement-item .date .bottom .day{
    font-size: 24px;
}
.global-announcement .announcement-item:hover .date{
    background: #fff;
    color: #2e55a2;
    font-weight: bold;
}
.global-announcement .announcement-item:hover .right{
    background: #E8E9EB;
}
.global-announcement .announcement-item:hover .right .time{
    color: #fff;
    /*opacity: .85;*/
}
/*global-announcement END*/

/*program-list-swiper*/
.program-list-swiper .program-item{
	display: block;
	cursor: pointer;
}
.program-list-swiper .program-item .img-box{
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.program-list-swiper .program-item .img-box .img{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.program-list-swiper .program-item .img-box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.program-list-swiper .program-item .text-box{
	background: #fff;
	margin: 0 30px;
	padding: 20px 30px;
	margin-top: -86px;
	position: relative;
	z-index: 3;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.program-list-swiper .program-item .text-box .num{
	font-size: 24px;
	opacity: .2;
}
.program-list-swiper .program-item .text-box .more{
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 12px;
	font-weight: bold;
	margin-top: 30px;
	opacity: .85;
}
.program-list-swiper .program-item .text-box .title{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.8;
    /* height: 48px; */
    font-weight: bold;
}
.program-list-swiper .program-item:hover  .text-box{
	background: #2e55a2;
	color: #fff;
}
@media screen and (max-width: 767px) {
	.program-list-swiper .program-item .text-box{
		margin-left: 15px;
		margin-right: 15px;
		padding: 15px;
		margin-top: -30px;
	}
	.program-list-swiper .program-item .text-box .num{
		font-size: 20px;
	}
	.program-list-swiper .program-item .text-box .more{
		margin-top: 15px;
	}
}
/*program-list-swiper END*/

/*program-result*/
.program-result .icon-play{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -25px;
    margin-left: -25px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border: 2px solid rgba(255,255,255,.85);
    background: rgba(255,255,255,.15);
    opacity: 1;
}
.program-result .icon-play span{
    border: 10px solid transparent;
    border-left: 14px solid rgba(255,255,255,.85);
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -10px;
    margin-left: -5px;
}
/*program-result END*/


/*search-page*/
.search-header {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #eee;
    padding-bottom: 80px;
    margin-top: 80px;
}
.search-header .form-text {
    width: 100%;
    border: none;
    border: 1px solid #eee;
    height: 50px;
    font-size: 16px;
    padding: 0 100px 0 15px;
}
.search-header .form-text:focus{
    border-color: #ccc;
}

.search-header .form-submit{
    position: absolute;
    right: 0px;
    top: 0px;
    width: 80px;
    height: 50px;
    line-height: 50px;
    background: none;
    border: none;
    outline: none;
    color: #fff;
    background: #2e55a2;
    font-size: 20px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.search-header .form-submit:hover{
    background: #2e55a2;
    color: #fff;
}

/*search-result*/
.search-results{
    padding-bottom: 40px;
    margin-top: -40px;
    position: relative;
    z-index: 99;
}
.search-nav{
	/*display: flex;
	align-items: center;
	justify-content: space-between;*/
    position: relative;
    margin-bottom: 40px;
}
.search-nav .swiper-slide{
    width: auto;
    position: relative;
    cursor: pointer;
    font-size: 16px;
	padding-bottom: 15px;
    color: #888;
}
.search-nav .swiper-slide:hover,
.search-nav .swiper-slide-thumb-active{
    color: #1d1f22;
}
.search-nav .swiper-slide:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    height: 3px;
    background-color: #2e55a2;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.search-nav .swiper-slide:not(:last-child):before{
    content: "";
    position: absolute;
	right: -30px;
	top: 7px;
	bottom: 23px;
	width: 1px;
	background: #ccc;
	/*font-weight: lighter;
	color: #aaa;*/
}
.search-nav .swiper-slide-thumb-active:after{
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}

.search-results .layui-tab{
    margin: 0;
}
.search-results .layui-tab-brief>.layui-tab-title .layui-this{
    color: #2e55a2;
}
.search-results .layui-tab-brief>.layui-tab-title .layui-this:after{
    border-bottom: 2px solid #2e55a2;
}
.search-results .layui-tab-title{
    padding-left: 0;
    border-bottom: 0;
}
.search-results .layui-tab-content{
    padding: 20px 0;
}

.search-results .search-result-item{
    border-bottom: 1px dashed #d0d0d0;
    margin-bottom: 20px;
    padding-bottom: 20px
}
.search-results .search-result-item .title{
    font-size: 16px;
    font-weight: bold;
}
.search-results .search-result-item .desc{
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    /* max-height: 68px; */
    margin-top: 15px;
}
.search-results .other{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    margin-top: 10px;
}
.search-results .link{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    flex: 1;
}
.search-results .link,
.search-results .link a{
    color: #9B907B;
}
.search-results a:hover{
    text-decoration: underline;
}
.search-results .time{
    color: #888;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.search-results .time+.time{
	margin-left: 15px;
}
.anchor{
    position: relative;
    display: block;
    padding-top: 50px;
    margin-top: -50px;
    /* z-index: -1; */
}

/*search-result END*/
/*search-page END*/


/*template-list*/
.template-list .template-item+.template-item{
	margin-top: 5vw;
}
.template-list .template-item .layui-row{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.template-list .template-item:nth-of-type(2n) .layui-row{
	-webkit-flex-direction: row-reverse;
	-moz-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	-o-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.template-list .template-item .img-box,
.template-list .template-item .text-box{
	position: relative;
}
.template-list .template-item .img-box{
	margin-right: -40px;
	height: 100%;
}
.template-list .template-item:nth-of-type(2n) .img-box{
	margin-right: 0;
	margin-left: -40px;
}
.template-list .template-item .text-box{
	margin-left: -40px;
}
.template-list .template-item:nth-of-type(2n) .text-box{
	margin-left: 0;
	margin-right: -40px;
}
.template-list .template-item .img-box .img{
	width: 100%;
	/*padding-bottom: 66.66666%;
	height: 0;
	overflow: hidden;*/
	height: 100%;
	position: relative;
	overflow: hidden;
}
.absolute{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.template-list .template-item .img-box .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.template-list .template-item:hover .img-box .img img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.template-list .template-item .text-box{
	background: #fff;
	padding: 3vw;
	margin-top: 48px;
	margin-bottom: 48px; 
}
.template-list .template-item .text-box .text{
	position: relative;
}
.template-list .template-item .text-box .num{
	font-size: 120px;
	opacity: .05;
	position: absolute;
	top: -1vw;
	right: -1vw;
	line-height: 1;
}
.template-list .template-item .text-box .title{
	font-size: 24px;
	margin-bottom: 1.5vw;
	position: relative;
	padding-bottom: 10px;
}
.template-list .template-item .text-box .title:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 4px;
	width: 50px;
	background-color: #2e55a2;
}
.template-list .template-item .text-box .desc{
	color: #999;
    /* overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; */
    /* -webkit-box-orient: vertical; */
    /* max-height: 75px; */
    line-height: 1.8;
    margin-top: 10px;
}
.template-list .template-item .text-box .more-btn{
	margin-top: 0;
}
.template-list .template-item .text-box .more-box{
	margin-top: 30px;
}
.template-list .template-item .text-box .single-link{
	font-size: 13px;
}
.template-list .subList{
	display: flex;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
	margin-top: 15px;
}
.template-list .subList .sub-item{
	padding: 0 15px;
	width: 50%;
	color: #666;
	margin-bottom: 5px;
}
.template-list .subList .sub-item a{
	padding: 10px 0;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}
.template-list .subList .sub-item a:after{
	content: "";
	position: absolute;
	left: 0;
	height: 1px;
	bottom: 0;
	background: #2e55a2;
	width: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.template-list .subList .sub-item span{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.template-list .subList .sub-item span .iconfont{
	margin-right: 5px;
}
.template-list .subList .sub-item .icon-arrow-right{
	position: relative;
	right: 15px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	opacity: 0;
}
.template-list .subList .sub-item:hover{
	color: #1d1f22;
}
.template-list .subList .sub-item:hover .icon-arrow-right{
	opacity: 1;
	right: 0;
}
.template-list .subList .sub-item:hover a:after{
	width: 100%;
}
.template-list .template-item .more-btn{
	margin-top: 2vw;
}
@media screen and (max-width: 1400px) {
	.template-list .template-item .text-box .title{
		font-size: 20px;
	}
}
@media screen and (max-width: 991px) {
	.template-list .template-item+.template-item{
		margin-top: 50px;
	}
}
@media screen and (max-width: 767px) {
	.template-list .template-item+.template-item{
		margin-top: 20px;
	}
	.template-list .template-item .img-box,
	.template-list .template-item .text-box{
		margin: 0!important;
	}
	/*.template-list .template-item .img-box .img{
		height: 0;
		padding-bottom: 56.25%;
	}*/
	.template-list .template-item .text-box{
		padding: 20px;
	}
	.template-list .template-item .text-box .title{
		margin-bottom: 15px;
	}
	.template-list .template-item .more-btn{
		margin-top: 20px;
	}
	.template-list .template-item .text-box .num{
		font-size: 100px;
	}
}
@media screen and (max-width: 567px) {
	.template-list .subList .sub-item{
		width: 100%;
	}
}
.anchor{
	position: relative;
    display: block;
    padding-top: 70px;
    margin-top: -70px;
     z-index: -1;
}
/*template-list END*/

/*party-list*/
.party-list.staff-list .staff-item .text-box{
	bottom: 0;
	background: rgba(0, 0, 0, .35);
}
.party-list.staff-list .staff-item .text-box .title:after{
	content: none;
}
.party-list.staff-list .staff-item .text-box .name{
	font-size: 18px;
	margin-bottom: 0px;
}
.party-list.staff-list .staff-item .text-box{
	padding: 10px 15px;
}
@media screen and (min-width: 992px) {
	.party-list .layui-col-md2{
		width: 20%;
	}
}
@media screen and (max-width: 767px) {
	.party-list.staff-list .staff-item .text-box .name{
		font-size: 16px;
	}
}
/*party-list END*/


/*partner-items*/
.partner-items .item{
	padding: 15px 0;
	display: flex;
	align-items: center;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.partner-items .item:not(:last-child){
	border-bottom: 1px dashed #e2e2e2;
}
.partner-items .item img{
	width: 80px;
	height: 80px;
	object-fit: cover;
	border-radius: 50%;
	margin-right: 15px;
}
.partner-items .item .text{
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.partner-items .item .text .title{
	font-size: 18px;
}
.partner-items .item .text .iconfont{
	font-weight: bold;
	font-size: 12px;
}
.partner-items .item:hover{
	color: #2e55a2;
}
/*partner-items END*/

/* field-list */
.field-list{
	margin: 12px 0;
}
.field-list dl{
	display: flex;
	padding: 18px 0;
	border-bottom: 1px dashed #e2e2e2;
}
/* .field-list dl:hover{
	background: #f8f8f8;
} */
.field-list dl dt{
	width: 80px;
	color: #1d1f22;
}
.field-list dl dd{
	padding-left: 20px;
	flex: 1;
}
.field-list dl dd>*:last-child{
	margin-bottom: 0!important;
}
@media screen and (max-width: 767px) {
	.field-list dl{
		display: block;
	}
	.field-list dl dt{
		width: 100%;
		margin-bottom: 12px;
	}
	.field-list dl dd{
		padding-left: 0;
	}
}
/* field-list END */

.topic-news-swiper .slide .text-box .title{
	text-align: center;
}



/*process*/
.process-box{
    position: relative;
	padding-top: 30px;
}
.process-box .process-item{
    /*width: 20%;*/
    text-align: center;
    position: relative;
}
.process-box .process-item:before{
    content: "";
    position: absolute;
    font-size: 24px;
    top: 40px;
    font-weight: bold;
    height: 2px;
    left: 0;
    right: 0;
    background: #2e55a2;
    z-index: 1;
}
.process-box .process-item:first-child:before{
    left: 50%;
}
.process-box .process-item:last-child:before{
    right: 50%;
}
.process-box .process-item .img-box{
    display: inline-block;
    padding: 20px;
    border: 1px solid #2e55a2;
    border-radius: 50%;
    position: relative;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    position: relative;
    z-index: 2;
    line-height: 1;
    background: #2e55a2;
}
.process-box .process-item .num{
	color: #fff;
	opacity: .15;
	font-size: 4em;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.process-box .process-item img{
    width: 40px;
    height: 40px;
}
.process-box .process-item .iconfont{
    font-size: 36px;
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    color: #999fa9;
    position: relative;
    z-index: 2;
    font-weight: lighter;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.process-box .process-item .text-box{
    margin: 20px 0 30px;
    padding: 0 5px;
}
.process-box .process-item .text-box .process-title{
    font-size: 16px;
    margin-bottom: 10px;
}
.process-box .process-item .text-box .process-desc{
    color: #888;
    /* font-size: 13px; */
    /*text-align: left;*/
}
.process-box .process-item .text-box .process-desc a{
	color: #2e55a2;
}
.process-box .process-item .text-box .process-desc a:hover{
	text-decoration: underline;
}
.process-box .layui-icon{
    font-size: 24px;
    color: grey;
    margin-top: 46px;
    font-weight: bold;
}
.process-box .process-item .num-box{
    position: absolute;
    width: 50px;
    height: 50px;
    background: #2F5597;
    color: #fff;
    border-radius: 50%;
    left: -5px;
    top: -5px;
    font-size: 16px;
}
.process-box .process-item .num-box span{
    display: block;
    line-height: 1.3;
}
.process-box .process-item .process-step{
    font-size: 12px;
    margin-top: 8px;
    font-style: italic;
}
@media screen and (min-width: 992px) {
    .process-box{
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
    .process-box .process-item{
        -webkit-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        -o-flex: 1;
        flex: 1;
    }
    .process-box .process-item .text-box{
        max-width: 250px;
        margin: 20px auto 30px;
    }
}
@media screen and (max-width: 991px) {
    .process-box .process-item{
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        width: 100%;
        padding: 15px 0;
    }
    .process-box .process-item .img-box{
        width: 82px;
        height: 82px;
    }
    .process-box .process-item .text-box{
        padding: 10px 0 10px 15px;
        margin: 0;
        text-align: left;
        -webkit-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        -o-flex: 1;
        flex: 1;
    }
    .process-box .process-item:before{
        height: auto;
        width: 2px;
        left: 40px;
        right: auto;
        top: 0;
        bottom: 0;
    }
    .process-box .process-item:first-child:before{
        top: 50%;
        left: 40px;
    }
    .process-box .process-item:last-child:before{
        bottom: 50%;
        right: auto;
    }
}

.tab-list{
	margin: 0 -15px;
	display: flex;
	align-items: center;
}
.tab-list .tab-item{
	position: relative;
    cursor: pointer;
    font-size: 22px;
    color: #888;
	padding: 0 20px;
}
.tab-list .tab-item.active{
	color: #1d1f22;
}
.tab-list .tab-item:not(:last-child):after{
	content: "";
	position: absolute;
    right: 0px;
    top: 7px;
    bottom: 7px;
    width: 1px;
    background: #ccc;
}
@media screen and (max-width:767px) {
	.main-title .mobile-flex{
		display: block;
	}
	.tab-list{
		margin-top: 30px;
	}
}

/* tabs-list */
.tabs-list{
	position: relative;
}
.tabs-list .layui-tab{
	margin: 0;
}
.tabs-list .layui-tab-title{
	border: 0;
	position: absolute;
	top: -72px;
	/* height: 54px; */
	left: 150px;
	right: 0px;
	text-align: right;
	margin: 0 -20px;
}
.tabs-list .layui-tab-title li{
	position: relative;
    cursor: pointer;
    font-size: 22px;
    color: #888;
	padding: 0 20px;
}
.tabs-list .layui-tab-brief>.layui-tab-title .layui-this{
	color: #1d1f22;
}
.tabs-list .layui-tab-title li:not(:last-child):before {
    content: "";
    position: absolute;
    right: 0px;
    top: 7px;
    bottom: 7px;
    width: 1px;
    background: #ccc;
}
.tabs-list .layui-tab-brief>.layui-tab-more li.layui-this:after, .layui-tab-brief>.layui-tab-title .layui-this:after{
	content: unset;
}

.tabs-list .layui-tab-content{
	padding: 0;
}
@media screen and (max-width:1199px) {
	.tabs-list .layui-tab-title{
		top: -65px;
	}
}
@media screen and (max-width:767px) {
	.tabs-list .layui-tab-title{
		position: static;
		text-align: unset;
	}
	.tabs-list .layui-tab-content{
		padding: 20px 0;
	}
}
/* tabs-list END */

/* contact-block */
.contact-block{
	display: flex;
	margin: -10px;
	flex-wrap: wrap;
}
.contact-block .contact-item{
	display: block;
	width: 20%;
	padding: 10px;
	text-align: center;
	color: #4d4d4f;
	transition: all .3s;
}
.contact-block .contact-item .icon-box{
	width: 120px;
	height: 120px;
	border-radius: 120px;
	border: 2px solid #2e55a2;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 48px;
	color: #2e55a2;
	margin: 0 auto;
	margin-bottom: 20px;
	transition: all .3s;
}
.contact-block .contact-item:hover{
	color: #2e55a2;
}
.contact-block .contact-item:hover .icon-box{
	background: #3d3d3d;
	color: #eee;
	border-color: #eee;
}
@media screen and (max-width:991px) {
	.contact-block .contact-item .icon-box{
		width: 100px;
		height: 100px;
		font-size: 42px;
	}
}
@media screen and (max-width: 767px) {
	.contact-block .contact-item{
		width: 50%;
	}
	.contact-block .contact-item .icon-box{
		width: 80px;
		height: 80px;
		font-size: 32px;
	}
}
/* contact-block END */

/* summer-video-swiper */
.summer-video-swiper .video-item{
    display: block;
    background: #fff;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
    cursor: pointer;
}
.summer-video-swiper .video-item .img-box{
    position: relative;
    height: 0;
    width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;
}
.summer-video-swiper .video-item .img-box .img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.summer-video-swiper .video-item .img-box img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.summer-video-swiper .video-item .icon-play{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -25px;
    margin-left: -25px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border: 2px solid rgba(255,255,255,.85);
    background: rgba(255,255,255,.15);
    opacity: 1;
}
.summer-video-swiper .video-item .icon-play span{
    border: 10px solid transparent;
    border-left: 14px solid rgba(255,255,255,.85);
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -10px;
    margin-left: -5px;
}
.summer-video-swiper .video-item .text-box {
    padding: 20px;
}
.summer-video-swiper .video-item .text-box .title{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 15px;
    font-size: 15px;
}
.summer-video-swiper .video-item .text-box .flex{
    justify-content: space-between;
    border-top: 1px solid rgba(0,0,0,.15);
    padding-top: 10px;
    margin-top: 10px;
    opacity: .75;
}
/* summer-video-swiper END */

/* quick-link */
.quick-link .quick-link-item{
	background-color: #fff;
	padding: 10px;
	border: 1px solid #DADDE4;
	display: block;
	width: 100%;
}
.quick-link .quick-link-item .img-box{
	width: 100%;
	height: 0;
	padding-bottom: 50%;
	position: relative;
}
.quick-link .quick-link-item .img-box .img{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.quick-link .quick-link-item .img-box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* quick-link END */

/* certificate-wrap */
.certificate-block{
	margin-top: 80px;
}
.certificate-wrap{
	max-width: 640px;
	background-color: #fff;
	padding: 30px 40px;
	margin: 0 auto;
}
.certificate-wrap .title{
	font-size: 20px;
	margin-bottom: 20px;
	color: #000;
	text-align: center;
	height: 40px;
	line-height: 40px;
}
.certificate-wrap .layui-input-block{
	margin-left: 0px;
}
.certificate-wrap .layui-input{
	border: 1px solid #eee;
	background-color: unset;
}
.certificate-wrap .layui-form-label{
	color: #606266;
	float: unset;
    display: block;
    padding: unset;
    width: unset;
    font-weight: 400;
    line-height: 40px;
    text-align: unset;
}
.certificate-wrap input[type=text]::placeholder,
.certificate-wrap input::placeholder{
	color: #C0C4CC;
}
.certificate-wrap .inline-flex{
	display: flex;
	align-items: center;
}
.certificate-wrap .inline-flex .code{
	position: absolute;
	right: 5px;
	top: 5px;
	bottom: 5px;
	height: 32px;
	max-width: 100px;
}
.certificate-wrap .inline-flex .layui-input{
	padding-right: 110px;
}
.certificate-wrap .layui-btn{
	text-align: center;
	height: 42px;
	line-height: 42px;
	background-color: #c5151e;
}
.certificate-wrap .layui-form-item+.layui-form-item{
	margin-top: 20px;
}
.certificate-wrap .layui-form-select dl dd.layui-this{
	background-color: #1d1f22;
}
.certificate-wrap .layui-form-item .layui-btn{
	border-radius: 4px;
	width: 100%;
	font-size: 15px;
	letter-spacing: 2px;
}
.no-result{
	text-align: center;
	color: #808080;
	padding: 50px 40px;
}
.no-result .text-box{
	margin-bottom: 30px;
}
.no-result .text-box img{
	max-width: 180px;
	margin-bottom: 30px;
	opacity: .5;
}
.certificate-wrap.certificate{
	max-width: 700px;
	padding: 0;
}
.certificate-wrap.certificate img{
	width: 100%;
}
@media screen and (max-width: 767px) {
	.certificate-block{
		background: unset!important;
		background-color: #f8f8f8!important;
	}
	.certificate-wrap{
		background-color: unset;
		padding: 0;
	}
	.no-result .text-box img{
		max-width: 160px;
	}
}
/* certificate-wrap END */


/* testimonials-item */
.testimonials-item{
	display: flex;
	height: 100%;
}
.testimonials-item .item-left .img-box{
	width: 80px;
	height: 80px;
	border-radius: 50%;
	overflow: hidden;
	border: 2px solid #e0e0e0;
}
.testimonials-item .item-left .img-box img{
	width: 100%;
	height: 100%;
	border-radius: 50%;
	overflow: hidden;
	object-fit: cover;
}
.testimonials-item .item-right{
	height: 100%;
	flex: 1;
	position: relative;
	margin-left: 20px;
	padding: 20px;
	border-radius: 4px;
	color: #fff;
}
.testimonials-item .item-right:before{
	content: "";
	position: absolute;
	border: 10px solid transparent;
	left: -20px;
	top: 40px;
	margin-top: -10px;
	border-right: 10px solid;
}
.layui-row .layui-col-xs12:nth-of-type(4n+1) .testimonials-item .item-right{
	background-color: #1fb392;
}
.layui-row .layui-col-xs12:nth-of-type(4n+1) .testimonials-item .item-left .img-box,
.layui-row .layui-col-xs12:nth-of-type(4n+1) .testimonials-item .item-right:before{
	border-right-color: #1fb392;
}
.layui-row .layui-col-xs12:nth-of-type(4n+2) .testimonials-item .item-right{
	background-color: #27a2df;
}
.layui-row .layui-col-xs12:nth-of-type(4n+2) .testimonials-item .item-left .img-box,
.layui-row .layui-col-xs12:nth-of-type(4n+2) .testimonials-item .item-right:before{
	border-right-color: #27a2df;
}
.layui-row .layui-col-xs12:nth-of-type(4n+3) .testimonials-item .item-right{
	background-color: #b99ded;
}
.layui-row .layui-col-xs12:nth-of-type(4n+3) .testimonials-item .item-left .img-box,
.layui-row .layui-col-xs12:nth-of-type(4n+3) .testimonials-item .item-right:before{
	border-right-color:#b99ded;
}
.layui-row .layui-col-xs12:nth-of-type(4n+4) .testimonials-item .item-right{
	background-color: #ee713f;
}
.layui-row .layui-col-xs12:nth-of-type(4n+4) .testimonials-item .item-left .img-box,
.layui-row .layui-col-xs12:nth-of-type(4n+4) .testimonials-item .item-right:before{
	border-right-color: #ee713f;
}

.testimonials-item .item-right .content{
	/* font-size: 17px; */
	color: #fff;
	padding: 0 42px;
	position: relative;
	line-height: 1.5;
}
.testimonials-item .item-right .foot{
	margin-top: 20px;
	font-size: .85em;
	text-align: right;
	font-style: italic;
	opacity: .75;
}
.testimonials-item .item-right .content:before,
.testimonials-item .item-right .content:after{
	content: "\e60e";
	color: #000;
	font-size: 1.8em;
	position: absolute;
	font-family: "iconfont";
	opacity: .15;
	line-height: 1;
}
.testimonials-item .item-right .content:before{
	left: 0;
	top: 0;
	transform: rotate(180deg);
}
.testimonials-item .item-right .content:after{
	right: 0;
	bottom: 0;
}

@media screen and (max-width: 991px) {
	.testimonials-item .item-left .img-box{
		width: 60px;
		height: 60px;
	}
	.testimonials-item .item-right:before{
		border: 8px solid transparent;
		left: -16px;
		top: 30px;
		margin-top: -8px;
		border-right-width: 8px;
	}
}
@media screen and (max-width: 767px) {
	.testimonials-item .item-left .img-box{
		width: 50px;
		height: 50px;
	}
	.testimonials-item .item-right:before{
		top: 25px;
	}
	.testimonials-item .item-right{
		padding: 15px;
		margin-right: 15px;
	}
	.testimonials-item .item-right .content{
		padding: 0;
	}
	.testimonials-item .item-right .content:before, 
	.testimonials-item .item-right .content:after{
		opacity: .08;
	}
}
/* testimonials-item END */