.mgr{
	margin-right: 0px !important;
}
.introduce{
	width: 1200px;
	margin:0 auto;
}
.introduce p{
	line-height: 36px;
    font-size: 22px;
    padding: 10px 0;
}
/*广告*/
.bd ul li{
	width: 33.33333%;
	float: left;
}
.bd ul li div.txt{
	width: 100%;
	height: 99px;
	background: url("../images/btn_yf_bg.jpg");
	text-align: center;
}
.bd ul li div.txt1{
	width: 100%;
	height: 99px;
	background: url("../images/btn_yx_bg.jpg");
	text-align: center;
}
.bd ul li div.txt2{
	width: 100%;
	height: 99px;
	background: url("../images/btn_zz_bg.jpg");
	text-align: center;
}
.bd ul li div img{
	margin-top: 13px;
}
.bd ul li p{
	text-align: center;
	font-size: 16px;
	line-height: 45px;
}
/*产品*/
.product{
	width: 100%;
	background-color:#EBEBEB;
	padding-bottom: 50px;
}
.product h1{
	width: 1200px;
	margin:0 auto;
	text-align: center;
	padding-top: 50px;
}
.product p{
	width: 1200px;
	margin:0 auto;
	text-align: center;
	margin-top: 10px;
	font-size: 16px;
}
.product_box{
	width: 1200px;
	margin:0 auto;
	margin-top: 70px;
}
.product_box li{
	background-color: white;
	padding-bottom: 18px;
}
.product_box li.left{
	width: 23%;
	margin-right: 2.6%;
	float: left;
}
.product_box li img{
	width: 100%;
}
.product_box li p{
	width: 100%;
}
.product_box li .p_detail{
	width: 200px;
	float: left;
	position: absolute;
	z-index: 2;
	margin-top: -275px;
	border: 2px white solid;
	margin-left: 2%;
	color: white;
	text-align: center;
	padding: 15px 0;
	font-weight: bold;
}

/*新闻*/
.news{
	width: 100%;
	background-color: white;
}
.news_box{
	width: 1200px;
	margin:0 auto;
	padding-bottom: 50px;
}
.news_left{
	width: 50%;
	margin-top: 50px;
	float: left;
}
.news_left .big{
	font-size: 24px;
	font-weight: bold;
}
.news_left p{
	color: #5A5A5C
}
.news_left .new_detail{
	margin-top: 30px;
	width: 100%;
	height: auto;
}
.news_left .new_detail img{
	float: left;
}
.news_left .new_detail ul{
	float: left;
	width: 48%;
	margin-left: 30px;
}
.news_left .new_detail ul li{
	font-size: 14px;
	width: 100%;
	color: #8C8C8C;
	border-bottom: 1px #8C8C8C solid;
	padding-bottom: 10px;
}
.news_dd{
	color:#8C8C8C;
}
.news_right{
	width: 50%;
	margin-top: 50px;
	float: right;
}
.news_right .big{
	font-size: 24px;
	font-weight: bold;
}
.news_right .new_detail{
	margin-top: 30px;
	width: 100%;
	height: auto;
}
.news_right p{
	color: #5A5A5C
}
.news_right .new_detail ul{
	float: left;
	width: 48%;
	margin-left: 30px;
}
.news_right .new_detail img{
	float: left;
}
.news_right .new_detail ul li{
	width: auto;
	float: left;
}
