@import url('../bootstrap/font/bootstrap-icons.css');
.bg-gradient{
	background-image: -webkit-gradient(linear, left top, right top, from(#BD69FA), to(#685EE6));
	background-image: -moz-linear-gradient(left, #BD69FA, #685EE6);
	background-image: linear-gradient(to right, #BD69FA, #685EE6);
}
.bg-gradient-reverse{
	background-image: -webkit-gradient(linear, left top, right top, from(#685EE6), to(#BD69FA));
	background-image: -moz-linear-gradient(left, #685EE6, #BD69FA);
	background-image: linear-gradient(to right, #685EE6, #BD69FA);
}
.bg-blue-gradient{
	background-image: -webkit-gradient(linear, left top, right top, from(#0359D6), to(#4BD6FE));
	background-image: -moz-linear-gradient(left, #0359D6, #4BD6FE);
	background-image: linear-gradient(to right, #510A81, #510A81);
}
.bg-blue{
	background: linear-gradient( 90deg, #510A81 0%, #4B0D8A 100%);
}
.bg-blue-light{
	background: #F3F6FF;
}
.bg-blue-light-2{
	background: #510A81;
}
.bg-blue-2{
	background: linear-gradient( 90deg, #510A81 22%, #1E2CD6 100%);
}
.fixed-top-placeholder{
	height: 50px;
}
.fixed-top + .fixed-top-next{
	padding-top: 50px!important;
}
.flex-nowrap{
	flex-wrap: nowrap;
}
.header-nav{
	flex: 1;
}
.header-nav .nav-link{
	color: #fff;
	font-size: 14px;
}
.header-nav-container{
	justify-content: flex-start;
}

.font-14{
	font-size: 14px;
}
.font-16{
	font-size: 16px;
}
.font-20{
	font-size: 20px;
}

.h-20px{
	height: 20px;
}
.center-block{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.text-bold{
	font-weight: bold;
}
.text-gray{
	color: #A3A3A3;
}
.padd-2px{
	padding: 2px;
}

.about-title{
	font-size: 30px;
	color: #4A4A4A;
}
.abount-content{
	color: #4A4A4A;
	margin: 0 55px;
}
.abount-content p{
	text-indent: 2rem;
	margin-bottom: 0.5rem;
}
.section-about{
	position: relative;
}
.section-about::before,
.section-about::after{
	content: ' ';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 27px;
	background-repeat: no-repeat;
	background-position: center;
}
.section-about::before{
	left: 0;
	background-image: url('../images/bg-about-left.svg');
}
.section-about::after{
	right: 0;
	background-image: url('../images/bg-about-right.svg');
}

.cate_title{
	background: url('../images/bg-title.svg') no-repeat center;
	width: 330px;
	height: 86px;
	text-align: center;
	line-height: 70px;
	box-sizing: border-box;
	color: #fff;
	font-weight: bold;
	font-size: 30px;
	margin-left: auto;
	margin-right: auto;
}


.caai_contact{
	background: url('../images/bg_saidao_lb.png') no-repeat bottom left;
	color: #4A4A4A;
	position: relative;
}

.bg_tr{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 445px;
	background: url(../images/bg_saidao_tr.png) no-repeat top right;
	z-index: -1;
}

.caai_contact_name{
	font-size: 16px;
	font-weight: bold;
}

.contact_item{
	font-size: 14px;
}
.contact_item p{
	margin-bottom: 0;
}
.contact_wechat{
	font-size: 16px;
}
.contact_item img{
	max-width: 70%;
}
.contact_wechat img{
	max-width: 140px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#backtotop{
	position: fixed;
	right: 10px;
	bottom: 50px;
	z-index: 2;
	cursor: pointer;
	display: none;
}

.cate_title_sub{
	display: inline-block;
	font-size: 24px;
	padding: 0.3rem 3rem;
	font-weight: bold;
	background: #fff;
	border-radius: 50px;
	color: #3D6AD7;
}

.cate_title2{
	font-size: 24px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.cate_title2 span{
	line-height: 0;
}
.cate_title2 span.text-white{
	line-height: inherit;
}
.cate_title2_sth{
}
.cate_title2_sth.left{
	margin-right: 1.5rem;
}
.cate_title2_sth.right{
	margin-left: 1.5rem;
}

.people-li{
	width: 20%;
	box-sizing: border-box;
	padding: 1rem;
	text-align: center;
	cursor: pointer;
}
.people-li-avatar{
	width: 150px;
	height: 150px;
	padding: 3px;
	border-radius: 100%;
	margin: auto;
	border: solid 1px #fff;
	position: relative;
}
.people-li-avatar-bg{
	width: 100%;
	height: 100%;
	border-radius: 100%;
	background: #fff;
	position: relative;
	overflow: hidden;
	border: solid 1px #fff;
}
.people-li-avatar-bg img{
	position: absolute;
	max-width: 100%;
	max-height: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}
.people-li-name{
	font-size: 18px;
	/* font-weight: bold; */
	color: #fff;
	text-align: center;
	/*line-height: 1.8;*/
	padding: 0.4rem 0;
	margin: 0;
}
.people-li-position{
	font-size: 12px;
	color: #fff;
}
.people-li-position p{
	margin: 0;
}

.ciis_zuzhijiagou{
	position: relative;
	overflow: hidden;
	background: #3d6ad7 url('../images/bg.svg') no-repeat top;
	background-size: 100% auto;
}

ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.caai_process > li{
	margin-bottom: 1rem;
}
.process_1_name span{
	font-size: 24px;
	font-weight: bold;
	color: #0155D5;
}
.process_1_name img{
	margin-right: 10px;
}
.process_1_content{
	position: relative;
	margin-left: 0.7rem;
	padding-left: 20px;
	overflow: hidden;
}
.process_1_content::before{
	position: absolute;
	left: 5px;
	top: 0;
	bottom: 0;
	width: 1px;
	background: #0155D5;
	content: ' ';
}
.process_1_content::after{
	position: absolute;
	left: 0;
	top: 0;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: #0155D5;
	content: ' ';
}
.process_1_icon{
	width: 20px;
	margin-right: 0.5rem;
}
.process_1_content > dl > dd{
	display: flex;
	align-items: center;
	font-size: 18px;
	color: #5A5A5A;
	margin: 0.8rem 0;
}
.process_1_content > dl > dd > div{
	flex: 1;
}
.procces_1_meeting_list{
	border-top: solid 1px #0155D5;
	border-bottom: solid 1px #0155D5;
	padding-bottom: 0.5rem;
}
.procces_1_meeting_list > li{
	border-bottom: solid 1px #CECECE;
}
.procces_1_meeting_list > li:last-child{
	border: none;
}
.procces_1_meeting_subject{
	color: #510A81;
	margin: 0.5rem 0;
	padding: 0;
}
.procces_1_meeting_user{
	font-size: 16px;
}

.process_2_list{
	padding-top: 10px;
}
.process_2_list > li{
	position: relative;
	margin-left: 0.7rem;
	padding: 10px 0 10px 20px;
}
.process_2_list > li::before{
	position: absolute;
	left: 5px;
	top: 0;
	bottom: 0;
	width: 1px;
	background: #0155D5;
	content: ' ';
}
.process_2_list > li::after{
	position: absolute;
	left: 0;
	top: 0;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: #0155D5;
	content: ' ';
}
.process_2_content{
	/*border-radius: 30px;*/
	border: solid 1px #0155D5;
	font-size: 20px;
	color: #5A5A5A;
	padding: 0.3rem 1rem;
	position: relative;
	top: -25px;
	cursor: pointer;
}
.process_2_content + dl{
	display: none;
}
.process_2_list > li:last-child::before{
	display: none;
}

.caai_prize_groupname{
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	color: #fff;
}
.caai_prize_img{
	max-width: 50%;
}
.caai_prize_name{
	font-size: 22px;
	color: #5A5A5A;
	font-weight: bold;
}
.caai_prize_desc{
	font-size: 16px;
	color: #848484;
	font-weight: bold;
}

.caai_reviewteam_list{
	background: #fff;
}
.review_team{
	width: 20%;
	text-align: center;
}
.review_team h5,
.review_team p{
	font-size: 16px;
	font-weight: bold;
	color: #848484;
	margin: 0;
	padding: 0;
}

.caai_partner_catname{
	font-size: 20px;
	font-weight: bold;
	color: #4A4A4A;
	border-bottom: 4px solid #510A81;
	padding-bottom: 0.2rem;
	display: inline-block;
}
.caai_partner_list{
	display: flex;
	margin-left: -1rem;
	margin-right: -1rem;
	flex-wrap: wrap;
}
.caai_partner_list li{
	width: calc(20% - 2rem);
	margin: 1rem 1rem 0;
}
.caai_partner{
	border: solid 1px #C2C2C2;
	overflow: hidden;
	height: 70px;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-color: #fff;
}
.caai_partner:hover{
	text-decoration: none;
}

.caai_guide_map,
.caai_guide_content{
	width: 50%;
}
.caai_guide_map{
	height: 40vh;
	overflow: hidden;
}
.caai_guide_content{
	color: #fff;
	font-size: 16px;
	background: rgba(67, 16, 16, 0.5);
}
.caai_guide_content h2{
	font-size: 22px;
	padding-bottom: 1rem;
}

.modal-close{
	position: absolute;
	top: 0;
	right: 7px;
	font-size: 2rem;
	line-height: 1;
	z-index: 2;
	cursor: pointer;
}
.modal-people-name{
	font-size: 20px;
	color: #000;
	font-weight: bold;
	text-align: center;
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.modal-people-position{
	font-size: 16px;
	color: #000;
	text-align: center;
}
.modal-people-position p{
	margin: 0;
}
.modal-people-desc{
	font-size: 16px;
	color: #5A5A5A;
	text-align: justify;
	margin-top: 1rem;
}
.modal-people-desc p{
	margin: 0;
}
#peopleInfo .modal-content{
	background: rgba(255, 255, 255, 0.95);
	width: 400px;
	background: rgba(255,255,255,0.9);
}
.modal-body::-webkit-scrollbar{
	display: none;
}

.empty .bi{
	font-size: 6rem;
}
#footer-fixed-bottom-padding{
	height: 2.4rem;
}
.ciis_canhuizhinan{
	background: url('../images/bg-map-2025.png') no-repeat;
	background-size: cover;
}
.ciis_wangjiehuigu-box{
	display: block;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	background-color: rgba(0,0,0,.8);
	height: 100%;
}
.ciis_wangjiehuigu-box,
.ciis_wangjiehuigu-box:hover{
	text-decoration: none;
	color: #fff;
}
.ciis_wangjiehuigu-box span{
	border: solid 1px #fff;
	border-radius: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	padding: 0.3rem 2rem;
}
.ciis_wangjiehuigu{
	align-items: stretch;
}
.ciis_wangjiehuigu .col-lg-3 .ciis_wangjiehuigu-box{
	height: 23vh;
}
.ciis_wangjiehuigu .col-lg-9 .col-12{
	height: 100%;
}
@media screen and (max-width: 991px){
	.ciis_wangjiehuigu .col-lg-3 .ciis_wangjiehuigu-box,
	.col-lg-9 .ciis_wangjiehuigu-box{
		height: 40vh;
	}
	.caai_partner_list li{
		width: calc(25% - 2rem);
	}
}
@media screen and (max-width: 768px){
	.caai_partner_list li{
		width: calc(33.33% - 2rem);
	}
}
@media screen and (max-width: 540px){
	.ciis_wangjiehuigu .col-lg-3 .ciis_wangjiehuigu-box,
	.col-lg-9 .ciis_wangjiehuigu-box{
		height: 35vh;
	}
}
.ciis_goupiao{
	color: rgba(74, 74, 74, 1);
}
.ciis_goupiao h3{
	font-size: 22px;
	font-weight: bold;
	margin-top: 2rem;
	margin-bottom: 1rem;
}


.subject-tag {
    position: relative;
    margin: 0px auto;
    width: 140px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #510A81;
    padding-bottom: 10px;
    border-bottom: solid 1px #510A81;
}
.subject-tag:before,
.subject-tag:after{
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	display: block;
	border-radius: 100%;
	background: #510A81;
	bottom: -3px;
}
.subject-tag:before{
	left: -3px;
}
.subject-tag:after{
	right: -3px;
}
/*2022*/
.cate2022-1{
	display: flex;
	justify-content: center;
	align-items: stretch;
	position: relative;
	height: 60px;
	line-height: 37px;
	margin-top: 30px;
	padding-bottom: 30px;

}
.text-theme{
	color: #510A81;
	font-weight: 800;
	height: 6rem;
	font-size: 1.6rem;
}
@media screen and (max-width: 540px){
	.text-theme{
		color: #510A81;
		font-weight: 800;
		font-size: 1.2rem;
	}
}
.cate2022-1 span{
	font-size: 32px;
	line-height: 1;
	font-weight: normal;
	color: #333333;
	font-weight: 800;
	margin: 0 10px;
	/* margin: 0 12px 0 15px; */
	padding-bottom: 20px;
}
.container-about{
	display: flex;
	align-items: baseline;
	/* flex-direction: column; */
}
.container-about img {
	height: 20px;
}


/* @media (min-width: 960px) and(max-width:960px){ */
	/* .cate2022-1 .h{
		position: absolute;
		top: 2.8rem;
		left: 10rem;
		width: 0px;
		height: 0px;
		border: 7px solid transparent;
		border-top-color: #4B0D8A;
	} */
/* } */
/* @media screen and (min-width: 960px){ */
	/* 倒三角 */
 /* .cate2022-1 .h{
	 position: absolute;
	 top: 44px;
	 left: 537px;
	 width: 0px;
	 height: 0px;
	 border: 7px solid transparent;
	 border-top-color: #4B0D8A;
 }
 } */
 .bg-blue-gradient-h{
	background-image: linear-gradient(90deg, #510A81 22%, #1E2CD6 100%);
	/* background-image: -webkit-gradient(linear, top, right, from(#510A81), to(#4B0D8A));
	background-image: -moz-linear-gradient(top, #510A81, #4B0D8A);
	background-image: linear-gradient(to right, #4B0D8A, #4B0D8A); */
	/* linear-gradient(to right, #510A81, #4B0D8A) */
}
#nav2022-2 li{
	flex: 1;
	text-align: center;
}
#nav2022-2 a{
	display: block;
	line-height: 65px;
	font-size: 20px;
	color: white;
	font-weight: bold;
}
#nav2022-2 a:hover{
	text-decoration: none;
}
#nav2022-2 li:nth-child(2n+1) a{
	/* background-image: -webkit-gradient(linear, top, bottom, from(#277dd3), to(#267dd2));
	background-image: -moz-linear-gradient(top, #277dd3, #267dd2);
	background-image: linear-gradient(to bottom, #2f8eeb, #2f8eeb); */
	background: rgba(255, 255, 255, 0.1);
}
.people-li-name{
	color: #333333;
}
.people-li-position{
	color: #2a2a2a;
	display: none;

}

.cate2022-2{
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
	
}
.cate2022-2 h4{
	font-size: 32px;
	line-height: 1.4;
	font-weight: normal;
	color: #363636;
	padding: 0 35px;
	display: block;
	position: relative;
	margin: 0;
}
.cate2022-2 h4::before,
.cate2022-2 h4::after{
	content: " ";
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background-color: #4B0D8A;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}
.cate2022-2 h4::before{
	left: 0;
}
.cate2022-2 h4::after{
	right: 0;
}
.cate2022-2 span{
	flex: 1;
	height: 2px;
	overflow: hidden;
	background-color: #4B0D8A;
	display: block;
}
.cate2022-2-2{
	display: flex;
	justify-content: center;
	align-items: stretch;
	margin-top: 44px !important;
	margin-bottom: 20px !important;
}
.cate2022-2-2 h4{
	font-size: 25px;
	line-height: 1.5;
	font-weight: normal;
	color: #333333;
	font-weight: 800;
	margin: 0;
}
.cate2022-2-2 img{
	/* height: 37px; */
	margin: 0 10px;
}
.bg-gray-light{
	background-color: #f2f4f7!important;
}
.chzn_title{
	display: inline-block;
	font-size: 37px;
	font-weight: bold;
	margin: 0 10px;
	padding-bottom: 20px;
	position: relative;
	color: white;
}
.chzn_title:before,
.chzn_title:after{
	content: ' ';
	display: block;
	position: absolute;
}
.chzn_title:before{
	left: 0;
	right: 0;
	bottom: 6px;
	height: 2px;
	overflow: hidden;
	background-color: #8da5d1;
}
.chzn_title:after{
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #8da5d1;
}
.people-li-avatar{
	border: none;
	padding: 8px;
	box-sizing: border-box;
	position: relative;
}
.people-li-avatar:after{
	content: ' ';
	display: block;
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	background: url('/assets/images/bg-people-avatar-2025.png') no-repeat;
	background-size: 100%;
	background-position: center;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
}
.people-li-avatar-bg{
	border-color: #4B0D8A;
	background: white;
}
.people-li.current .people-li-avatar:after{
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
}
#peopleInfo .modal-content{
	border-color: #5762E8;
    box-shadow: 0 0 3px #5762E8;
}
#ciis2022_wangjiehuigu{
	overflow-x: auto;
	font-size: 0;
	line-height: 1;
	white-space: nowrap;
}
#ciis2022_wangjiehuigu > li{
	width: 20%;
	display: inline-grid;
}
@media screen and (max-width: 540px){
	#ciis2022_wangjiehuigu > li{
		width: 45%;
		display: inline-grid;
	}
}
#ciis2022_wangjiehuigu > li a{
	display: block;
	text-decoration: none;
}
.ciis2022_wangjiehuigu_img{
	margin: 0 9px;
	height: 120px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 15px;
}
.ciis2022_wangjiehuigu_text{
	position: relative;
	text-align: center;
	color: #5b5b5b;
	padding-top: 15px;
	font-size: 14px;
	line-height: 1.4;
}
.ciis2022_wangjiehuigu_text b{
	color: #4B0D8A;
	font-size: 16px;
}
.ciis2022_wangjiehuigu_text::before,
.ciis2022_wangjiehuigu_text::after{
	content: ' ';
	display: block;
	position: absolute;
}
.ciis2022_wangjiehuigu_text::before{
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	top: 0;
	height: 10px;
	width: 10px;
	overflow: hidden;
	background: #4B0D8A;
	border-radius: 100%;
}
.ciis2022_wangjiehuigu_text::after{
	left: 0;
	top: 4px;
	right: 0;
	height: 2px;
	overflow: hidden;
	background: #510A81;
}
.process_1_name{
	height: 24px;
	line-height: 24px;
	align-items: stretch;
}
.z-index-10{
	z-index: 10;
	padding: 3.4rem !important;
	/* padding: 37px 45px 0px 30px !important; */
}
@media screen and (max-width: 540px){
	.z-index-10{
		z-index: 10;
		padding: 0 0.2rem !important;
		/* padding: 37px 45px 0px 30px !important; */
	}
}
/* .about-bg-2022-top{
	background: url(/assets/images/bg-about-2022-top.png) no-repeat center;
	background-size: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: -30px;
	z-index: 1;
} */
.about-bg-2022-top{
	background: url(/assets/images/bg-about-2024-top.svg) no-repeat;
	background-size: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: -30px;
	z-index: 1;
}
@media screen and (max-width: 540px){
	.about-bg-2022-top{
		display: none;
	}
}
/* .about-bg-2022-bottom{
	background: url(/assets/images/bg-about-2022-bottom.png) no-repeat center;
	background-size: 100%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.about-bg-2022-bg{
	background: url(/assets/images/bg-about-2022-bg.png) repeat-y;
	background-size: 100%;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 1;
} */
.about-bg-2022-bottom{
	/* background: url(/assets/images/bg-about-2024-bottom.svg) no-repeat center; */
	background-size: 100%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.about-bg-2022-bg{
	background: url(/assets/images/bg-about-2025-bg.svg) no-repeat;
	/* background-size: 100%; */
	position: absolute;
	left: 0;
	right: 0;
	z-index: 1;
}
.bg-global{
	/* background-image: url(/assets/images/bg-2024C.png);
	background-repeat: repeat-y;
	background-size: 100vw; */
	background-color: #fff;
}
.new-bg{
	background: #F8F8FB;
}
/* .bg-global {
	background-image: url(/assets/images/bg-2024A.png), url(/assets/images/bg-2024B.png);
    background-repeat: repeat-x, repeat-y;
    background-position: top left, bottom left;
	background-size: 100vw, 100vw; 
	background-color: #fff;
} */
/* #about{
	background-image: url(/assets/images/bg_2024_ons_top.svg);
} */
.index-newslist{
	display: flex;
	flex-wrap: wrap;
}
.index-newslist li{
	width: calc(50% - 2rem);
	box-sizing: border-box;
	margin-right: 2rem;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-left: 15px;
	line-height: 1.8;
	margin-bottom: 10px;
	position: relative;
	white-space: nowrap;
}
.index-newslist li,
.index-newslist li a{
	color: #444;
}
.index-newslist li:before{
	content: ' ';
	position: absolute;
	width: 5px;
	height: 5px;
	border-radius: 5px;
	background: #444;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
}