.theme_bg{
	width: 100%;
	height: 70px;
	background: #18124e;
}
.cmic_bg img{
	width: 100%;
	height: auto;
	display: block;
}
.cmic_container{
	/*width: 80%;*/
	width: 1200px;
	margin: 0 auto;
}
.cmic_describe{
	width: 100%;
	display: flex;
	margin: 55px 0;
}
.cmic_items_cont:first-child{
	width: 45%;
}
.cmic_items_cont:last-child{
	width: 55%;
}
.cmic_introduce_cont{
	/*margin-right: 60px;
	margin-left: 5%;*/
	height: 100%;
}
.cmic_introduce{
	line-height: 32px;
	padding-right: 10px;
	color: #666;
	text-indent: 2em;
}
.cmic_introduce_img{
	margin-top: 15px;
    padding-right: 40px;
    text-align: center;
	/*padding:0 30px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;*/
}
.cmic_introduce_img img{
	width: 90%;
    height: 220px;
    max-width: 600px;
}
.cmic_relateds_cont{
	padding-left: 40px;
}
.cmic_relateds{
	line-height: 35px;
	padding-bottom: 50px;
}
.cmic_related_title{
	margin-bottom: 18px;
	padding-left: 50px;
}
.cmic_related_txt{
	/*padding-left: 85px;*/
	padding-left: 45px;
	color: #666;
    width: 110%;
}
.related_icon1{
	background: url(../imgs/related_1.png) no-repeat;
	background-size: 45px;
	background-position:  0 -3px;
}
.related_icon2{
	background: url(../imgs/related_2.png) no-repeat;
	background-size: 45px;
	background-position:  0 -3px;
}
.related_icon3{
	background: url(../imgs/related_3.png) no-repeat;
	background-size: 30px;
	background-position:50px 5px;
}
.cmic_group{
	text-align: center;
	padding: 0 11%;
}
.cmic_group_main_title{
	margin-bottom: 40px;
}
.cmic_group_main_title h2{
	font-weight: 700;
	line-height: 45px;
}
.main_title_border{
	width: 300px;
	height: 5px;
	background: linear-gradient(to right,#f8c037, #bf272c);
	margin: 0 auto;
}
.cmic_group_items{
	line-height: 40px;
}
.cmic_group_number{
	margin-bottom: 25px;
}
.cmic_group .main_title_cont{
	padding-top: 10px;
    margin-bottom: 40px;
}
.group_cont{
	width: 100%;
	display: flex;
}
.group_items{
	width: 25%;
	border: 1px solid #d2dce7;
	/* border-left:none; */
	padding-top: 75px;
	position: relative;
}
.group_items canvas{
	width: 220px;
	position: absolute;
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
}
.group_items .data_canvas{
	z-index: 99;
}
.group_supplier .cmic_group_title, .group_institutions .cmic_group_title{
	margin-top: 45px;
}
.group_supplier .group_items{
	width: 20%;
}
.group_institutions  .group_items{
	width: 33.33333%;
}
.data_num{
	line-height: 55px;
}
.group_source{
	line-height: 20px;
	margin-bottom: 20px;
}
.main_title_cont{
	padding-top: 70px;
	margin-bottom: 60px;
}
.group_servicegoal{
	width: 80%;
	display: flex;
	margin: 0 auto;
	margin-bottom: 40px;
}
.servicegoal_items{
	width: 33.333%;
	display: flex;
	box-sizing: border-box;
    
}
.servicegoal_item{
	line-height: 35px;
	color: #666666;
}
.servicegoal_title{
	font-family: "微软雅黑 Bold", "微软雅黑 Regular", 微软雅黑;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    margin-bottom: 20px;
}
.servicegoal_txt{
	font-family: 'Arial Normal', 'Arial';
	color: #666666;
}
.footer_kong{
	height: 60px;
}
/*
@media screen and (max-width: 960px){
	.group_items{
		padding-top: 90px;
	}
   .group_items canvas{
		width: 290px;
		top: 10px;
	}
	.data_num{
		line-height: 80px;
	}
}
*/

.partner{
	margin: 0 auto;
	margin:0px 0px 10px 0px;
	padding: 0px;
	
}
.partner span{
	width: 200px;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	font-weight: 400;
	text-align: center;
	color: #FFFFFF;
	background: url(../imgs/organization1.png) no-repeat;
	background-size:100% 40px; 
	margin-bottom: 20px;
	margin-top: 30px;

}

.partner i{
	display: inline-block;
	vertical-align: middle;
	width: 3px;
	height: 25px;
	background: #f6ca8b;
}

.partner dl{
	display: flex;
	flex-wrap:wrap;
}

.partner dd{
	width: 190px;
	height: 100px;
	text-align: center;	
}
.partner dd img{
	height: 66px;
	
}

/* 延期通知 */
.yanqitongzi{
	padding: 15px 30px;
	display: none;
}
.yanqitongzi p{
	font-size: 14px;
	line-height: 28px;
	padding-top: 10px;
}
.yanqitongzi h2{
	font-size: 22px;
	text-align: center;
	height: 45px;
	line-height: 45px;
	
}