@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: -moz-linear-gradient(left, #19538C, #15A97A);
	background-image: linear-gradient(to right, #19538C, #15A97A);
	background-image: linear-gradient(to right, #19538C, #15A97A);
}

.bg-blue {
	background: #08BA6B;
}

.bg-blue-light {
	background: #F0F4F7;
}

.bg-blue-light-2 {
	background: #9ec3ff;
}

.footer {
	background: linear-gradient(to right, #19538C, #15A97A);
}

.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;
} */
.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
	/* width: 100px; */
	/* 设置元素的宽度 */
	/* height: 100px; */
	/* 设置元素的高度 */
	border-radius: 50%;
	/* 圆形 */
	position: relative;
	/* 为伪元素定位做准备 */
	/* background-color: white; */
	/* 圆形的背景色 */
}

.center-block::before {
	content: '';
	position: absolute;
	top: -4px;
	/* 调整到边框的外部 */
	left: -4px;
	width: calc(100% + 8px);
	/* 扩展边框宽度 */
	height: calc(100% + 8px);
	border-radius: 50%;
	background: linear-gradient(to right, #19538C, #15A97A);
	/* 渐变边框 */
	z-index: -1;
}


.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.png');
}

.section-about::after {
	right: 0;
	background-image: url('../images/bg-about-right.png');
}

.cate_title {
	background: url('../images/bg-title.png') 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: 100%;
}

.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-blue {
	line-height: inherit;
	color: #5370B3;
}

.cate_title2_sth {}

.cate_title2_sth.left {
	margin-right: 1.5rem;
}

.cate_title2_sth.right {
	margin-left: 1.5rem;
}

.cate_title3 {
	background: #fff;
	padding: 22px;
	margin: 0 auto;
	border-radius: 30px;
	max-width: 50%;

}

.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%);
}

.people-li-name {
	font-size: 22px;
	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: url('../images/bg.png') no-repeat top;
	background-size: 100% 100%;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.caai_process>li {
	margin-bottom: 1rem;
}

.process_1_name span {
	font-size: 24px;
	font-weight: bold;
	background: linear-gradient(to right, #19538C, #15A97A);
	/* 设置渐变颜色从左到右 */
	-webkit-background-clip: text;
	/* 仅在文字上显示背景 */
	-webkit-text-fill-color: transparent;
	/* 填充为透明，使背景颜色可见 */
	background-clip: text;
	text-fill-color: transparent;
}

.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 {
	margin: 0.5rem 0;
	padding: 0;
	background: linear-gradient(to bottom, #15A97A, #19538C);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.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;
	width: 80%;
}

@media screen and (max-width: 768px) {
	.process_2_list>li {
		width: 100%;
	}
}

.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: solid 1px #0155D5; */
	font-size: 20px;
	/* color: #5A5A5A; */
	padding: 0.3rem 1rem;
	position: relative;
	top: -25px;
	cursor: pointer;
	background: linear-gradient(to right, #19538C, #15A97A);
	/* 背景渐变颜色 */
}

.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;
	padding-bottom: 0.5rem;
	display: inline-block;
	position: relative;
	/* 为伪元素定位做准备 */
}

.caai_partner_catname::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	/* 设置下边框的高度 */
	background: linear-gradient(to right, #19538C, #15A97A);
	/* 渐变背景 */
	border-radius: 2px;
	/* 可选：圆角边框效果 */
}


.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: 25vh; */
	overflow: hidden;
}

.caai_guide_content {
	color: #fff;
	font-size: 16px;
	background: rgba(16, 34, 67, 0.6);
}

.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);
}

.modal-body::-webkit-scrollbar {
	display: none;
}

.empty .bi {
	font-size: 6rem;
}

#footer-fixed-bottom-padding {
	height: 2.4rem;
}

.ciis_canhuizhinan {
	background: url('../images/bg-mapA.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%);
	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: 40px auto;
	width: 110px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #9EC2FF;
	padding-bottom: 10px;
	border-bottom: solid 1px #9EC2FF;
}

.subject-tag:before,
.subject-tag:after {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	display: block;
	border-radius: 100%;
	background: #9EC2FF;
	bottom: -3px;
}

.subject-tag:before {
	left: -3px;
}

.subject-tag:after {
	right: -3px;
}


/* 2023-06-10 */
.ciis_wangjiehuigu .col-lg-6 .col-6 {
	float: left;
}

.ciis_wangjiehuigu .col-lg-6 .ciis_wangjiehuigu-box {
	height: 18.75vh;
	background-color: #f5f5f5;
}

.ciis_wangjiehuigu .col-lg-6 .col-12 .ciis_wangjiehuigu-box {
	height: 100%;
	width: 100%;
	height: 40vh;
}

@media screen and (max-width: 991px) {

	.ciis_wangjiehuigu .col-lg-6 .ciis_wangjiehuigu-box,
	.col-lg-6 .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-6 .ciis_wangjiehuigu-box,
	.col-lg-6 .ciis_wangjiehuigu-box {
		height: 20vh;
	}
}