@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(#0659D4), to(#479ce5));
	background-image: -moz-linear-gradient(left, #0659D4, #479ce5);
	background-image: linear-gradient(to right, #0659D4, #479ce5);
}

.bg-blue {
	background: #112589;
}

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

.bg-blue-light-2 {
	background: #0659D4;
}

.bg-blue-2 {
	background: #0659D4;
}

.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: #232323;
	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;
}

.navbar-brand {
	display: flex;
}

.navbar-brand .logo-font {
	font-size: 0.8rem;
	color: #000;
	margin-left: 5px;

}

.logo-font-title {
	font-weight: bolder;
	font-size: 14px;
	margin-bottom: 0;
}

.navbar-brand img {
	height: 40px;
}

.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;
	background: #CCEFFB;
}

.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;
	align-items: flex-start;
}

.caai_contact_name img {
	margin-top: 4px;
}

.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-white {
	line-height: inherit;
}

.cate_title2_sth {}

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

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

#force {
	width: 20%;
}

.people-li {
	width: 25%;
	box-sizing: border-box;
	padding: 1rem;
	text-align: center;
	cursor: pointer;
}

.people-li-avatar {
	width: 190px;
	height: 190px;
	margin: auto;
	position: relative;
	overflow: hidden;
}

.people-li-avatar>img {
	width: 100%;
}

.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: 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: #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: #0659D4;
}

.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: #0659D4;
	content: ' ';
}

.process_1_content::after {
	position: absolute;
	left: 0;
	top: 0;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: #0659D4;
	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 #0659D4;
	border-bottom: solid 1px #0659D4;
	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: #0659D4;
	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: #0659D4;
	content: ' ';
}

.process_2_list>li::after {
	position: absolute;
	left: 0;
	top: 0;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: #0659D4;
	content: ' ';
}

.process_2_content {
	/*border-radius: 30px;*/
	border: solid 1px #0659D4;
	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_content {
	display: flex;
	/* width: 100%; */
	margin-top: 20px;
}

#other_partners {
	margin-left: 100px;
	margin-top: -20px;
	width: 94%;
}

.caai_partner_catname {
	/* font-size: 20px;
	font-weight: bold;
	color: #4A4A4A;
	border-bottom: 4px solid #0659D4;
	padding-bottom: 0.2rem;
	display: inline-block; */
	font-size: 16px;
	font-weight: 400;
	color: #0c0b0b;
	border-right: 3px solid #0659D4;
	/* padding-right: 0.3rem; */
	display: inline-block;
	height: 20px;
	width: 82px;
	margin-right: 20px;
	margin-top: 20px;
}

.caai_partner_list {
	display: flex;
	margin-left: -1rem;
	margin-right: -1rem;
	flex-wrap: wrap;
	width: 100%;
}

.caai_partner_list li {
	/* width: calc(20% - 2rem); */
	width: calc(16% - 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_map img {
	width: 100%;
	height: 100%;
}

.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-map-2024.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: 40px auto;
	width: 110px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #1976d0;
	padding-bottom: 10px;
	border-bottom: solid 1px #1976d0;
}

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

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

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

/*2022*/
.cate2022-1 {
	display: flex;
	justify-content: center;
	align-items: stretch;
	height: 37px;
	line-height: 37px;
}

.cate2023-1 {
	background-image: url('/assets/images/border-2024.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	text-align: center;
	width: 300px;
	height: 68px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: auto;
}

.cate2023-1 span {
	display: inline-block;
	/* background: linear-gradient(to right, #0ba01e 0%, #8dc518 100%); */
	background: linear-gradient(0deg, #0025C3 0%, #0F91E7 100%);
	-webkit-background-clip: text;
	color: transparent;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

.cate2022-1 span {
	font-size: 32px;
	line-height: 1;
	font-weight: normal;
	color: #5a5a5a;
	margin: 0 10px 0 10px
}

.bg-blue-gradient-h {
	background-image: -webkit-gradient(linear, top, bottom, from(#000EBB), to(#12A4EF));
	background-image: -moz-linear-gradient(top, #000EBB, #12A4EF);
	background-image: linear-gradient(to bottom, #000EBB, #12A4EF);
	/* background: linear-gradient(90deg, #000EBB 0%, #12A4EF 100%); */
}

#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(#000ebb), to(#12a4ef85));
	background-image: -moz-linear-gradient(top, #000ebb, #12a4ef85);
	background-image: linear-gradient(to bottom, #000ebb, #12a4ef85);
	/* background-image: linear-gradient(to right, #000ebb, #12a4ef85); */
}

.people-li-name {
	color: #0659D4;
}

.people-li-position {
	color: #2a2a2a;
}

.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: #0659D4;
	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: #0659D4;
	display: block;
}

.cate2022-2-2 {
	display: flex;
	justify-content: center;
	align-items: center;
}

.cate2022-2-2 h4 {
	font-size: 28px;
	line-height: 1;
	font-weight: bold;
	color: #363636;
	margin: 0;
}

.cate2022-2-2 img {
	margin: 0 10px;
}

.bg-gray-light {
	/* background-color: #f2f4f7 !important; */
	background: linear-gradient(to top, #E5F7FC, #fff) !important;
}

.chzn_title {
	display: inline-block;
	font-size: 37px;
	font-weight: bold;
	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;
	display: none;
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	background: url('/assets/images/bg-people-avatar.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: #3587d6;
	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: #1D24C2;
	box-shadow: 0 0 3px #1D24C2;
}

#ciis2022_wangjiehuigu {
	overflow-x: auto;
	font-size: 0;
	line-height: 1;
	white-space: nowrap;
}

#ciis2022_wangjiehuigu>li {
	width: 20%;
	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: #0659D4;
	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: #0659D4;
	border-radius: 100%;
}

.ciis2022_wangjiehuigu_text::after {
	left: 0;
	top: 4px;
	right: 0;
	height: 2px;
	overflow: hidden;
	background: #0659D4;
}

.process_1_name {
	height: 24px;
	line-height: 24px;
	align-items: stretch;
}

.z-index-10 {
	z-index: 10;
}

.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: 0;
	z-index: 1;
}

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

.bg-global {
	/*	background-image: url(/assets/images/bg.png);*/
	background-repeat: repeat-y;
	background-position: bottom;
	/*background-size: contain;*/
}

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

.bg-gradation {
	background: linear-gradient(180deg, #CCEFFB 0%, #FFFFFF 100%);
}

.bottom-gradation {
	background: linear-gradient(180deg, #FFFFFF 0%, #CCEFFB 100%);
	padding-bottom: 10px;
}

/*.caai_contact_name img{
	width: 14px;
	height: 21px;
	height: auto;
}*/
@media screen and (max-width: 1190px) {
	#ciis2022_wangjiehuigu>li {
		width: 208px;
	}
}

.pc-width-100 {
	display: none;
}

@media screen and (min-width: 1191px) {
	#guidemap {
		height: 304px;
	}

	.pc-width-100 {
		width: 100%;
		display: block;
	}
}

@media screen and (max-width: 390px) {
	#nav2022-2 a {
		font-size: 16px;
	}

	/*.cate2023-1{
		transform: scale(0.7);
		display: inline-flex;
		margin-left: -6%;
	}*/
	.cate2022-2-2 h4 {
		font-size: 22px;
	}
}