﻿@charset "utf-8";
/* CSS Document */
@import url("global.css");
@import url("layout.css");
/* 第一层 */
#products{
	width:1421px;
	height:948px;
	background-color:#FFF;
	margin:0 auto;
}
.chanpin{
	width:1421px;
	height:174px;
	background:url(../images/chanpin_bg.jpg) no-repeat;
}
.products_con{
	width:1161px;
	height:674px;
	margin:0 auto;	
}

.p_list ul li{
	width:338px;
	height:287px;
	float:left;
	padding-top:50px;
	padding-left:24px;
	padding-right:24px;
	display:block;
}
.p_list ul li dl dt{
    width:338px;
	height:268px;
}
/* 第二层 */
#about{
	width:1421px;
	height:1008px;
	margin:0 auto;
	background-image:url(../images/about_bg11.jpg);
}
.about_con{
	width:510px;
	height:155px;
	padding-top:540px;
	padding-left:560px;
	text-indent:24px;
	font-size:18px;
	line-height:30px;
	color:#1c2244;	
}
.about_con p.bottom{
	width:130px;
	height:38px;
	border-bottom:1px solid #000000;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-top:1px solid #000000;
	margin-top:30px;
	color:#1c2244;	
}

/* 第三层 */
#other{
	width:1421px;
	height:1228px;
	margin:0 auto;
	background-color:#FFF;
}
.other_bg{
	width:1421px;
	height:465px;
	background:url(../images/other_bg.jpg) no-repeat;
}
.other_con{
	width:1421px;
	height:763px;
	margin:0 auto;
}

.others_left{
	width:513px;
	height:763px;
	background:url(../images/other_left.jpg) no-repeat;
	float:left;
}

.others_right{
	width:648px;
	height:763px;
	background:url(../images/other_right.jpg) no-repeat;
	float:right;
}
.others_right dl.ys1 {
	width:550px;
	padding-top:145px;
	padding-left:100px;
	float:left;
}
.others_right dl.ys1 dd{
	height:30px;
	font-size:18px;
	line-height:30px;
	color:#524e4e;
}
.others_right dl.ys2 {
	width:550px;
	padding-top:140px;
	padding-left:100px;
	float:left;
}
.others_right dl.ys2 dd{
	height:30px;
	font-size:18px;
	line-height:30px;
	color:#524e4e;
}
.others_right dl.ys3 {
	width:550px;
	padding-top:160px;
	padding-left:100px;
	float:left;
}
.others_right dl.ys3 dd{
	height:30px;
	font-size:18px;
	line-height:30px;
	color:#524e4e;
}
.others_right dl.ys4 {
	width:550px;
	padding-top:130px;
	padding-left:100px;
	float:left;
}
.others_right dl.ys4 dd{
	height:30px;
	font-size:18px;
	line-height:30px;
	color:#524e4e;
}


/* 第四层 */
#news{
	width:1421px;
	height:525px;
	background-color:#FFF;
	margin:0 auto;
}
.news_bg{
	width:1421px;
	height:114px;
	background:url(../images/news_bg.jpg) no-repeat;
}
.box1{
	width:1421px;
	height:411px;
	background-color:#FFF;
	margin:0 auto;
}
.box2{
	width:1124px;
	height:411px;
	margin:0 auto;
}
.box2 ul li{
	width:534px;
	height:152px;
	float:left;
	padding-top:27px;
	padding-right:28px;
	display:block;
}
.box2 ul li dl dt{
	width:248px;
	height:152px;
	float:left;
}
.box2 ul li dl dd{
	width:257px;
	height:169px;
	padding-top:10px;
	padding-left:26px;
	float:left;
}
.box2 ul li dl dd strong{
	font-size:15px;
	line-height:24px;
	color:#333;
}
.box2 ul li dl dd p{
	font-size:13px;
	line-height:22px;
	color:#333;
}











































