@charset "utf-8";
/* CSS Document */

.about {
	padding: 50px 0px;
	overflow: hidden;
	margin-top: 30px;
}
.about h2 {
	font-size: 38px;
	font-weight: bold;
	text-align: center;
}
.about h5 {
	font-size: 14px;
	color: #393939;
	text-transform: uppercase;
	font-family: FZZCHJW;
	line-height: 38px;
	text-align: center;
}
.about p {
	color: #a4a3a3;
	line-height: 27px;
	margin: 30px 0px;
	display: block;
	width: 100%;
}
.about ul {
	padding: 20px 0px;
	overflow: hidden;
}
.about ul li {
	display: block;
	float: left;
	text-align: center;
	width: 25%;
}
.about ul li a {
	display: block;
}
.about ul li a em {
	display: block;
	width: 85px;
	border: 2px solid #ddd;
	border-radius: 50%;
	height: 85px;
	margin: 0px auto;
	background-position: center;
	background-repeat: no-repeat;
}
.about ul li a span {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #393939;
	font-weight: bold;
}
.about ul li:nth-child(1) a em {
	background-image: url(../img/icon_a1.png);
}
.about ul li:nth-child(2) a em {
	background-image: url(../img/icon_a2.png);
}
.about ul li:nth-child(3) a em {
	background-image: url(../img/icon_a3.png);
}
.about ul li:nth-child(4) a em {
	background-image: url(../img/icon_a4.png);
}
.about ul li:hover a em {
	border: 2px solid #f5bb19;
}
.about ul li:hover a span {
	color: #f5bb19;
}
.about ul li:nth-child(1):hover a em {
	background-image: url(../img/icon_a1_h.png);
}
.about ul li:nth-child(2):hover a em {
	background-image: url(../img/icon_a2_h.png);
}
.about ul li:nth-child(3):hover a em {
	background-image: url(../img/icon_a3_h.png);
}
.about ul li:nth-child(4):hover a em {
	background-image: url(../img/icon_a4_h.png);
}
/*.product {
	background: #ededed;
	padding: 70px 0px;
}
.product h2 {
	font-size: 38px;
	font-weight: bold;
}
.product h3 {
	font-size: 14px;
	color: #393939;
	text-transform: uppercase;
	font-family: FZZCHJW;
	line-height: 38px;
}*/
h2.title {
	display: block;
	font-size: 28px;
	font-weight: bold;
	color: #f5bb19;
	width: 100%;
	line-height: 50px;
	text-align: center;
	margin-top: 50px;
}
em.line {
	display: block;
	width: 30px;
	height: 5px;
	background: #f5bb19;
	margin: 0px auto;
}
h3.title {
	display: block;
	width: 100%;
	color: #999;
	line-height: 50px;
	text-align: center;
}
.about ul li p {
	font-weight: bold;
	color: #000;
}
.product {
	background: #ededed;
	padding-bottom: 50px;
	overflow: hidden;
}
.product li {
	/*border-radius: 20px;*/
	overflow: hidden;
	position: relative;
}
.product li img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.product li span {
	position: absolute;
}
.product ul.ul1 li {
	width: 290px;
	height: 203px;
	margin: 20px 0px;
}
.product ul li span {
	left: 0;
	bottom: 0;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 18px;
	background: rgba(0,0,0,0.18);
	width: 100%;
}
.product ul.ul2 li {
	width: 193px;
	height: 135px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.product ul.ul2 li:last-child {
	margin-right: 0px;
}
/*.product ul {
	padding: 20px 0px;
	overflow: hidden;
}
.product ul li {
	display: block;
	float: left;
	width: 103px;
	padding-left: 50px;
	height: 45px;
	line-height: 45px;
	border: 1px solid #ddd;
	margin-top: 10px;
	background: url(../img/li_bg.png) 10px center no-repeat;
}
.product ul li a {
	font-size: 18px;
}*/
.product dl {
	display: block;
	float: left;
	border: 1px solid #ddd;
	padding: 5px;
	margin-right: 16px;
	width: 290px;
	margin-top: 20px;
}
.product dl img {
	width: 290px;
	height: 207px;
}
.product dl dd {
	width: 100%;
	text-align: center;
	height: 45px;
	line-height: 45px;
}
.product dl:nth-child(2n) {
	margin-right: 0px;
}
.txtScroll-left {
	position: relative;
	padding: 60px 0px;
	overflow: hidden;
}
.txtScroll-left .hd .left {
	width: 300px;
}
.txtScroll-left .hd .left h2 {
	font-size: 38px;
	font-weight: bold;
}
.txtScroll-left .hd .left h3 {
	font-size: 14px;
	color: #393939;
	text-transform: uppercase;
	font-family: FZZCHJW;
	line-height: 38px;
}
.txtScroll-left .hd {
	overflow: hidden;
}
.txtScroll-left .hd ul {
	float: right;
	overflow: hidden;
	zoom: 1;
	margin-top: 30px;
}
.txtScroll-left .hd ul li {
	float: left;
	width: 13px;
	height: 13px;
	background: #ededed;
	border-radius: 50%;
	overflow: hidden;
	margin-left: 7px;
	text-indent: -999px;
	cursor: pointer;
}
.txtScroll-left .hd ul li.on {
	background: #f5bb19;
}
.txtScroll-left .bd {
}
.txtScroll-left .bd ul {
	overflow: hidden;
	zoom: 1;
}
.txtScroll-left .bd ul li {
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
}
.txtScroll-left .bd ul li .left {
	width: 200px;
	height: 143px;
	border: 1px solid #d0d0d0;
}
.txtScroll-left .bd ul li .left img {
	width: 200px;
	height: 143px;
}
.txtScroll-left .bd ul li .right {
	width: 400px;
}
.txtScroll-left .bd ul li .right h4 {
	display: block;
	font-size: 18px;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
}
.txtScroll-left .bd ul li .right em {
	display: block;
	width: 39px;
	height: 5px;
	background: #f5bb19;
	margin: 5px 0px;
}
.txtScroll-left .bd ul li .right span {
	display: block;
	font-size: 14px;
	line-height: 30px;
	height: 30px;
}
.txtScroll-left .bd ul li .right p.more {
	display: block;
	width: 119px;
	padding-left: 30px;
	height: 36px;
	line-height: 36px;
	border: 1px solid #c5c5c5;
	border-radius: 30px;
	background: url(../img/icon_arr.png) 110px center no-repeat;
	margin-top: 10px;
}
.txtScroll-left .bd ul li:hover .left {
	border-color: #f5bb19;
}
.txtScroll-left .bd ul li:hover .right h4 {
	color: #f5bb19;
}
.txtScroll-left .bd ul li:hover .right em {
	background: #ddd;
}
.txtScroll-left .bd ul li:hover .right p.more {
	background: url(../img/icon_arr_h.png) 110px center no-repeat #f5bb19;
	color: #fff;
	border: 1px solid #f5bb19;
}
.equipment {
	background: url(../img/i_csbac_06.jpg) left top no-repeat;
}
.equipment .w100 {
}
.equipment .w100 h2 {
	font-size: 38px;
	font-weight: bold;
	color: #fff;
	margin-top: 33px;
}
.equipment .w100 h3 {
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	font-family: FZZCHJW;
	line-height: 38px;
}
.equipment .w100 p {
	color: #fff;
}
.equipment ul.w620 {
	background: #fff;
	padding: 40px 40px 0px 40px;
	overflow: hidden;
	width: 540px;
	margin-top: 50px;
}
.equipment ul.w620 li {
	display: block;
	float: left;
	height: 60px;
	line-height: 60px;
	width: 50%;
	margin-bottom: 30px;
	overflow: hidden;
}
.equipment ul.w620 li span {
	color: #f5bb19;
	height: 60px;
	line-height: 60px;
	border-right: 1px solid #b2b2b2;
	display: block;
	font-size: 30px;
	float: left;
	padding-right: 20px;
}
.equipment ul.w620 li em {
	display: block;
	float: left;
	height: 24px;
	line-height: 24px;
	color: #9f9f9f;
	padding: 6px 0px 6px 20px;
}
.picScroll-left {
	overflow: hidden;
	position: relative;
	padding: 20px 0px 40px 0px;
}
.picScroll-left .hd {
	width: 80px;
	margin: 30px auto;
}
.picScroll-left .hd .prev, .picScroll-left .hd .next {
	display: block;
	width: 38px;
	height: 38px;
	float: left;
	cursor: pointer;
}
.picScroll-left .hd .prev {
	background: url(../img/lt.png) center no-repeat;
	margin-right: 4px;
}
.picScroll-left .hd .prev:hover {
	background: url(../img/lt_h.png) center no-repeat;
}
.picScroll-left .hd .next {
	background: url(../img/rt.png) center no-repeat;
}
.picScroll-left .hd .next:hover {
	background: url(../img/rt_h.png) center no-repeat;
}
.picScroll-left .bd {
	overflow: hidden;
}
.picScroll-left .bd ul {
	overflow: hidden;
	zoom: 1;
}
.picScroll-left .bd ul li {
	display: block;
	float: left;
	margin-right: 12.66px;
	width: 298px;
}
.picScroll-left .bd ul li:last-child {
	margin-right: 0px;
}
.picScroll-left .bd ul li img {
	width: 298px;
	height: 213px;
}
/*产品中心专题页*/
.proplus {
}
.proplus h2 a {
	height: 50px;
	line-height: 50px;
	color:#f5bb19;
	font-weight:bold;
	font-size:20px;
	text-align:center;
	display:block;
	width:100%;
}
.proplus img {
	max-width: 100%;
}
.proplus ul {
	padding: 20px 0px;
	overflow: hidden;
}
.proplus ul li {
	display: block;
	float: left;
	width: 308px;
	border: 1px solid #ddd;
	height: 35px;
	line-height: 35px;
	text-align: center;
	margin-bottom: 10px;
