body {
	background-image: url(../image/body_bj.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #e9f0f8;
}


/* 主体内容 */

#main {
	width: 12rem;
	margin: 0 auto;
	background: #fff;
}


/* 体系认证、服务项目、行业动态 */

#threeType {
	width: 100%;
	align-items: flex-start;
	padding: .38rem .18rem;
}

.three_item {
	width: 2.76rem;
	padding: .15rem 0;
	border-top: 1px solid #f2f2f2;
}


/* 标题 */

.three_title {
	width: 100%;
	padding-bottom: .15rem;
	border-bottom: 2px solid #b8b8b8;
}

.three_title_text {
	font-family: 'Microsoft YaHei';
	font-size: 18px;
	color: #1368b7;
	font-weight: bold;
}

.three_title_en {
	font-family: Arial;
	font-size: 12px;
	color: #adadad;
	text-transform: uppercase;
	padding: 5px 0 0 5px;
}

.three_title_more {
	height: .18rem;
	padding-top: 3px;
	padding-left: 3px;
}

.three_title_more a {
	width: 100%;
	height: 100%;
	padding-left: 3px;
	background: #cfcfcf;
	display: flex;
	font-size: 10px;
	color: #fff;
}


/* 列表 */

.three_list {
	width: 100%;
	padding-top: 10px;
}

.three_list_item {
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}

.three_dot {
	width: 4px;
	height: 4px;
	margin-right: 8px;
	border-radius: 50%;
	background: #ccc;
}

.three_a {
	font-size: .14rem;
	line-height: .14rem;
	color: #6c6c6c;
	display: inline-block;
	white-space: nowrap;
	width: 160px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.three_time {
	font-size: 12px;
	line-height: 12px;
	color: #afafaf;
}


/* 广告图片 */

.Advertisement_img {
	width: 100%;
	margin: .3rem 0;
	display: flex;
	overflow: hidden;
}

.Advertisement_img img {
	width: 100%;
}

.mobileAdvertisement_img {
	display: none;
}

/* 两个有弹窗的信息介绍 */

#infoBox {
	width: 100%;
	padding: .3rem .18rem;
}

.infoBox_item {
	width: 49%;
	height: 2.1rem;
	position: relative;
	overflow: hidden;
}

.infoBox_item img {
	width: 100%;
	height: 100%;
}

.infoBox_text {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: -210px;
	padding: 15px 25px;
	background: rgba(0, 71, 137, 0.6) none repeat scroll 0 0 !important;
}

.infoBox_text_title {
	font-family: 'Microsoft YaHei';
	font-size: .16rem;
	color: #fff;
	font-weight: bold;
}

.infoBox_text_content {
	font-family: 'Microsoft YaHei';
	font-size: .13rem;
	color: #fff;
	margin-top: 10px;
	opacity: 0.8;
}

.infoBox_text_more {
	margin-top: .1rem;
}

.infoBox_text_more a {
	width: 1.3rem;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 8px 0;
	border: 1px solid #fff;
	border-radius: .3rem;
	color: #fff;
}


/* 友情链接 */

#link {
	width: 100%;
	padding: 0 .18rem;
	overflow: hidden;
}

.link_title {
	border-bottom: 1px solid #f0f0f0;
	font-family: 'Microsoft YaHei';
	font-size: 16px;
	color: #2d2d2d;
}

.link_title_item {
	display: inline-flex;
	align-items: center;
	border-bottom: 1px solid #1368b7;
}

.link_title_item:last-child {
	margin-right: 0;
}

.link_en {
	font-family: Arial;
	font-size: 30px;
	color: #1368b7;
	text-transform: uppercase;
	padding-left: 10px;
}

.link_list {
	padding: .26rem 0;
}

.link_item {
	margin-right: .15rem;
}

.link_item_text {
	margin-left: .06rem;
	font-family: SimSun;
	font-size: 12px;
	color: #a1a1a1;
	margin-top: 12px;
	transition: all 0.4s;
}

@media screen and (max-width:1200px) {
	/* 主体内容 */

	#main {
		width: 100%;
		margin: 0 auto;
		background: #fff;
	}


	/* 体系认证、服务项目、行业动态 */

	#threeType {
		width: 100%;
		align-items: flex-start;
		padding: .38rem .18rem;
		flex-direction: column;
	}

	.three_item {
		width: 100%;
		padding: .15rem 0;
		border-top: none;
	}


	/* 标题 */

	.three_title {
		width: 100%;
		padding-bottom: .15rem;
		border-bottom: 2px solid #b8b8b8;
	}

	.three_title_text {
		font-family: 'Microsoft YaHei';
		font-size: 18px;
		color: #1368b7;
		font-weight: bold;
	}

	.three_title_en {
		font-family: Arial;
		font-size: 12px;
		color: #adadad;
		text-transform: uppercase;
		padding: 5px 0 0 5px;
	}

	.three_title_more {
		height: .5rem;
		padding-top: 3px;
		padding-left: 3px;
	}

	.three_title_more a {
		width: 100%;
		height: 100%;
		padding-left: 3px;
		background: #cfcfcf;
		display: flex;
		font-size: 16px;
		color: #fff;
	}


	/* 列表 */

	.three_list {
		width: 100%;
		padding-top: 10px;
	}

	.three_list_item {
		margin-top: 10px;
		padding-bottom: 10px;
		border-bottom: 1px dotted #ccc;
	}

	.three_dot {
		width: 4px;
		height: 4px;
		margin-right: 8px;
		border-radius: 50%;
		background: #ccc;
	}

	.three_a {
		font-size: 16px;
		line-height: 16px;
		color: #6c6c6c;
		display: inline-block;
		white-space: nowrap;
		width: 250px;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.three_time {
		font-size: 12px;
		line-height: 12px;
		color: #afafaf;
	}


	/* 广告图片 */

	.Advertisement_img {
		width: 100%;
		margin: .3rem 0;
		display: none;
		overflow: hidden;
	}

	.Advertisement_img img {
		width: 100%;
	}

	.mobileAdvertisement_img {
		width: 100%;
		display: flex;
		margin: .3rem 0;
		overflow: hidden;
	}

	.mobileAdvertisement_img img {
		width: 100%;
	}

	/* 两个有弹窗的信息介绍 */

	#infoBox {
		width: 100%;
		padding: .3rem .18rem;
		flex-direction: column;
	}

	.infoBox_item {
		width: 100%;
		height: 2.1rem;
		margin-bottom: 0.4rem;
		position: relative;
		overflow: hidden;
	}

	.infoBox_item img {
		width: 100%;
		height: 100%;
	}

	.infoBox_text {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		bottom: 0 !important;
		padding: 15px 25px;
		background: rgba(0, 71, 137, 0.6) none repeat scroll 0 0 !important;
	}

	.infoBox_text_title {
		font-family: 'Microsoft YaHei';
		font-size: .16rem;
		color: #fff;
		font-weight: bold;
		display: none;
	}

	.infoBox_text_content {
		font-family: 'Microsoft YaHei';
		font-size: 14px;
		color: #fff;
		margin-top: 0;
		opacity: 0.8;
		text-overflow: -o-ellipsis-lastline;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		line-clamp: 3;
		-webkit-box-orient: vertical;
	}

	.infoBox_text_content p {
		margin-bottom: 0;
	}

	.infoBox_text_more {
		margin-top: .1rem;
	}

	.infoBox_text_more a {
		width: 2.6rem;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 0px 0;
		border: 1px solid #fff;
		border-radius: .3rem;
		color: #fff;
	}


	/* 友情链接 */

	#link {
		width: 100%;
		padding: 0 .18rem;
	}

	.link_title {
		border-bottom: 1px solid #f0f0f0;
		font-family: 'Microsoft YaHei';
		font-size: 16px;
		color: #2d2d2d;
	}

	.link_title_item {
		display: inline-flex;
		align-items: center;
		border-bottom: 1px solid #1368b7;
	}

	.link_title_item:last-child {
		margin-right: 0;
	}

	.link_en {
		font-family: Arial;
		font-size: 30px;
		color: #1368b7;
		text-transform: uppercase;
		padding-left: 10px;
	}

	.link_list {
		padding: .26rem 0;
		flex-wrap: wrap;
		align-items: flex-start;
	}

	.link_item {
		width: 45%;
		margin-right: .15rem;
		margin-bottom: 0.3rem;
		flex-direction: column;
	}

	.link_item img {
		width: 1.2rem;
		height: 1.2rem;
	}

	.link_item_text {
		margin-left: .06rem;
		font-family: SimSun;
		font-size: 12px;
		color: #a1a1a1;
		margin-top: 12px;
		transition: all 0.4s;
	}
}
