@charset "utf-8";
/* CSS Document */
.aboutlist {
	margin: 30px auto 60px auto;
	overflow: hidden;
}
.aboutlist .guides {
	display: block;
	width: 1255px;
	height: 50px;
	line-height: 50px;
	background: url(../img/bg_guide1.png) left center no-repeat;
	border-bottom: 2px groove skyblue;
	padding-left: 25px;
	margin-bottom: 15px;
}
.aboutlist .guides, .aboutlist .guides a {
	font-size: 15px;
}
.aboutlist .left {
	display: block;
	width: 220px;
}
.aboutlist .left h2 {
	display: block;
	text-align: center;
	background-color: #336699;
	color: #fff;
	padding: 20px 0px;
	font-size: 24px;
}
.aboutlist .left h2 em {
	display: block;
	width: 100%;
	color: #fff;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 14px;
}
.aboutlist .left ul {
}
.aboutlist .left ul li {
	display: block;
	width: 100%;
	height: 45px;
	line-height: 45px;
	border-bottom: 2px solid #fff;
	text-align: center;
	background-color: #f1f1f1;
}
.aboutlist .left ul li:hover {
	border-bottom: 2px groove Salmon;
	-webkit-transition: all .4s linear 0s;
	-moz-transition: all .6s linear 0s;
	-ms-transition: all .6s linear 0s;
	transition: all .6s linear 0s;
}
.aboutlist .left ul li a {
	font-size: 18px;
}
.aboutlist .left ul li:hover a {
	color: #d03f22;
	font-weight: bold;
}
.aboutlist .left h3 {
	display: block;
	width: 220px;
	background-color: #b2b4c9;
	text-align: center;
	padding: 20px 0px;
	color: #fff;
	line-height: 30px;
}
.aboutlist .left h3 em {
	display: block;
	width: 100%;
	font-weight: bold;
	font-size: 20px;
	color: #f08080;
	text-shadow: 0 0 0.2em #fffd72, -0 -0 0.2em #fffd72;
}
.aboutlist .left2 {
	width: 790px;
	float: left;
	margin-left: 10px;
}
.aboutlist .left2 h2 {
	background-color: #336699;
	height: 40px;
	line-height: 40px;
	padding: 0px;
	width: 790px;
	text-align: center;
}
.aboutlist .left2 h2 a {
	font-weight: bold;
	font-size: 20px;
	color: #fff;
}
.aboutlist .left2 ul {
	background-color: #f1f1f1;
	padding: 10px;
	width: 760px;
	overflow: hidden;
	border: 5px solid #fffd72;
	margin-bottom: 10px;
}
.aboutlist .left2 ul li {
	display: block;
	float: left;
	border: 0px;
	background-color: #f08080;
	margin-right: 1px;
	margin-bottom: 1px;
	width: 189px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-align: center;
}
.aboutlist .left2 ul li a {
	font-size: 14px;
}
.aboutlist .left2 ul li:hover a {
	color: #fff;
}
.aboutlist .right {
	width: 250px;
}
.aboutlist .right dl {
	display: block;
	width: 240px;
	padding: 5px;
	background-color: #f1f1f1;
	overflow: hidden;
	text-align: center;
}
.aboutlist .right dl dt {
	width: 236px;
	border: 2px solid #fffd72;
	height: 180px;
}
.aboutlist .right dl dt img {
	width: 236px;
	height: 180px;
}
.aboutlist .right dl dd {
	width: 240px;
	height: 40px;
	line-height: 40px;
}
.aboutlist .right dl dd a {
	font-size: 16px;
	font-weight: bold;
}
/*产品列表页*/
.aboutlist .right3 {
	width: 1050px;
	float: right;
	display: block;
}
.prolist h2 {
	display: block;
	width: 100%;
	margin-top:20px;
}
.prolist h2 a {
	display: block;
	height: 45px;
	line-height: 45px;
	font-size: 20px;
	background-color: #f1f1f1;
	padding-left: 20px;
	font-weight:bold;
}
.prolist .content1{ display:block; width:100%; height:79px; overflow:hidden;}
.prolist .protop{
	display: block;
	width: 995px;
	background-image: url(../img/pro_1.jpg);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-left: 55px;
	overflow:hidden;
}
.prolist .protitle{
	display: block;
	float: left;
	width: 280px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	font-size: 19px;
	font-weight: bold;
}
.prolist .proimg{
	display: block;
	float: right;
	width: 458px;
	height: 298px;
	border:1px solid #333;
}
.prolist .deslist {
	padding: 15px 0px;
}
.prolist .deslist .p span {
	width: 30px;
	display: block;
	height: 23px;
	position: absolute;
	left: 15px;
	top: 0;
	background: url(../img/icon_sy.png) left top no-repeat;
}
.prolist .deslist .p {
	line-height: 30px;
	display: block;
	position: relative;
	width: 970px;
	padding: 20px 25px 20px 55px;
}
.prolist .deslist .p em {
	width: 30px;
	display: block;
	height: 23px;
	position: absolute;
	right: 0;
	bottom: 0;
	background: url(../img/icon_xy.png) right bottom no-repeat;
}
.prolist .pro {
	background-color: #f08080;
	padding: 5px 0px;
	overflow: hidden;
}
.prolist .pro dl {
	display: block;
	float: left;
	background-color: #336699;
	padding: 3px;
	width: 344px;
	overflow: hidden;
	text-align: center;
}
.prolist .pro dl:hover {
	background-color: #f08080;
}
.prolist .pro dl dt img {
	width: 344px;
	height: 230px;
}
.prolist .pro dl dd {
	height: 45px;
	line-height: 45px;
	border-bottom: 3px solid #fffd72;
}
.prolist .pro dl dd a {
	font-size: 16px;
	color: #fff;
}


/*产品详细页*/
