.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: 28px;
	padding-right: 10px;
    color: #666;
}
.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: 20px;
}
.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;
}
.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: 90px;
	position: relative;
}
.group_items canvas{
	width: 290px;
	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: 80px;
}
.group_source{
	line-height: 20px;
	margin-bottom: 30px;
}
.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;
    padding-left: 5%;
}
.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;
	}
}*/