﻿body{display: block;margin: 1px;}
.fr {float: right;}

.clearfix{*zoom:1;}
.clearfix:after{content:"."; display:block;clear:both;visibility:hidden;line-height:0;height:0;}
.w1200{width: 1200px; margin: 0 auto;}
#header{height: 80px; background: #fff; }
#header .cd_logo{margin-top: 10px;}
#header .mnav a{ float: left; margin-left: 15px; font-size: 14px; line-height: 84px;color: #333;text-decoration: none; }
#header .mnav a:hover{text-decoration: underline;color: #e80011;}

#footer{background-color: #fff; padding: 10px 0;border-top:1px solid #ccc;height: 76px;box-sizing: border-box;}
#footer p{ line-height: 10px; text-align: center; color: #999; font-size: 14px;}
#footer p a{color: #999;text-decoration: none; }
#footer p span{ margin: 0 5px; }

.img-lab{margin:0;}
.img-lab img{width: 100%;}

.content{background-color: #f7fafa;box-sizing: border-box;padding-bottom: 50px;}
.contents{background-color: #ffffff;box-sizing: border-box;padding-bottom: 136px;}
.lead {line-height: 30px;display: flex;align-items: center;background-color: #ffffff;box-sizing: border-box;padding: 10px;height: 137px;margin-top: 10px;}
.inspect {height: 305px;box-sizing: border-box;border: 1px solid #d5d5d5;background-color: #ffffff;margin-top: 47px;}
.inspect-head {border: 1px solid #f8f8f8;display: flex;align-items: center;box-sizing: border-box;}
.inspect-head div.first {background-color: #ff8d37;font-size: 14px;font-weight: bold;color: #ffffff;box-sizing: border-box;padding: 10px 20px;width: 600px;height: 54px;display: flex;align-items: center;justify-content: center;}
.inspect-head div.second {font-size: 14px;font-weight: bold;box-sizing: border-box;padding: 10px 20px;width: 600px;height: 54px;display: flex;align-items: center;justify-content: center;}
.inspect-content {box-sizing: border-box;display: flex;align-items: center;padding: 20px 0;}
.first-content {border-right: 1px dashed #dbdbdb;display: flex;align-items: center;width: 600px;box-sizing: border-box;padding: 0 30px}
.slideshow {width: 236px;height: 160px;}
.slideshow img {width: 236px;height: 160px;}
.content-article {box-sizing: border-box;padding: 0 10px;}
.content-article p {margin: 5px 0 0 0;color: #666666;font-size: 15px;line-height: 25px;}
.content-article a {text-decoration: none;color: #666666}

.second-content {border-right: 1px dashed #dbdbdb;display: flex;align-items: center;width: 600px;box-sizing: border-box;padding: 0 30px}

.inspect-head div.three {background-color: #d91101;font-size: 14px;font-weight: bold;color: #ffffff;box-sizing: border-box;padding: 10px 20px;width: 600px;height: 54px;display: flex;align-items: center;justify-content: center;}
.three-content {border-right: 1px dashed #dbdbdb;display: flex;align-items: center;width: 600px;box-sizing: border-box;padding: 0 30px}

.inspect-head div.four {font-size: 14px;font-weight: bold;box-sizing: border-box;padding: 10px 20px;width: 600px;height: 54px;display: flex;align-items: center;justify-content: center;}
.four-content {border-right: 1px dashed #dbdbdb;display: flex;align-items: center;width: 600px;box-sizing: border-box;padding: 0 30px}
.article p {text-indent: 2em;color: #666666;line-height:28px;}
.artic-content p {text-indent: 2em;color: #666666}
.artic-content p.im {width: 600px;margin: 0 auto;}
.artic-content p.im img.img3{width: 452px;height: 297px;}
.artic-content h2.im {width: 600px;margin: 0 auto;}

// 轮播图
* {
	margin:0;
	padding:0;
}
ul,ol {
	list-style:none;
}
#play {
	width:236px;
	height:160px;
	// margin:20px auto;
	position:relative;
	overflow:hidden;
}
#play #ul {
	position:absolute;
}
#play #ul li {
	float:left;
}
#play #ul li img {
	width:236px;
	height:160px;
}
#play #ol {
	position:absolute;
	top:236px;
	left:160px;
}
#play #ol li {
	width:10px;
	height:10px;
	border-radius:50%;
	border:2px solid green;
	float:left;
	margin:5px;
}
#play button {
	position:absolute;
	top:45px;
	font-size:50px;
	display:none;
}
#play #prev {
	left:10px;
}
#play #next {
	right:10px;
}
.bg {
	background:red;
}
