@charset "utf-8";
/* CSS Document */

.aboutlist {
	margin: 60px auto;
	overflow: hidden;
}
.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 groove skyblue;
	text-align: center;
	margin: 15px 0px;
}
.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 .right {
	display: block;
	width: 1030px;
}
.aboutlist .right .guide {
	display: block;
	width: 1015px;
	height: 50px;
	line-height: 50px;
	background: url(../img/bg_guide.png) left center no-repeat;
	border-bottom: 2px groove skyblue;
	padding-left: 35px;
}
.aboutlist .right .guide, .aboutlist .right .guide a {
	font-size: 15px;
}
.aboutlist .right .desc {
	padding: 30px 0px 10px 0px;
	line-height: 30px;
	font-size: 16px;
	text-indent: 30px;
}
.aboutlist .right .desc p {
	line-height: 30px;
	font-size: 16px;
	text-indent: 30px;
}
.aboutlist .right .desc p strong {
	font-weight: bold;
	color: Salmon;
	text-shadow: 0 0 0.2em #fffd72, -0 -0 0.2em #fffd72;
}
.aboutlist .right .newslist {
}
.aboutlist .right .newslist li {
	display: block;
	float: left;
	width: 1030px;
	margin: 25px 0px;
}
.aboutlist .right .newslist li .left {
	width: 113px;
	text-align: center;
}
.aboutlist .right .newslist .left span {
	background-color: #85afd5;
	height: 65px;
	line-height: 65px;
	color: #fff;
	font-size: 26px;
	display: block;
	width: 100%;
}
.aboutlist .right .newslist .left span em {
	font-size: 16px;
	color: #fff;
}
.aboutlist .right .newslist .left p {
	border: 1px solid #c1c0bf;
	height: 40px;
	line-height: 40px;
	font-size: 26px;
	display: block;
	width: 111px;
	color: #c1c0bf;
}
.aboutlist .right .newslist li .right {
	width: 880px;
	float: left;
	margin-left: 30px;
}
.aboutlist .right .newslist li .right h3 a {
	display: block;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
}
.aboutlist .right .newslist li .right p {
	display: block;
	width: 100%;
	font-size: 14px;
	line-height: 26px;
	color: #3e3a39;
	padding-bottom: 20px;
	border-bottom: 1px solid #dfdfdf;
	padding-top: 15px;
}
.aboutlist .right .dection .title {
	color: #336699;
	font-size: 20px;
	font-weight: bold;
	height: 80px;
	line-height: 80px;
	border-bottom: 1px dashed #ccc;
	text-align: center;
}
.aboutlist .right .dection .jj {
	text-align: center;
	height: 50px;
	line-height: 50px;
	margin-bottom: 10px;
}
.aboutlist .right .dection .jj span {
	font-size: 13px;
	margin: 0px 15px;
	color: #ccc;
}
.aboutlist .right .dection .width100 {
	line-height: 30px;
	text-indent: 30px;
}
.aboutlist .right .dection .width100 p {
	line-height: 30px;
	text-indent: 30px;
}
.aboutlist .right .page {
	margin-top: 30px;
}
.aboutlist .right .page p {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px dashed #ccc;
}
.aboutlist .right .page p, .page a {
	font-size: 16px;
}
.aboutlist .right .page em {
	font-weight: bold;
	color: Salmon;
	text-shadow: 0 0 0.2em #fffd72, -0 -0 0.2em #fffd72;
}


/*产品列表*/
