@charset "utf-8";
.yewu {	
	padding-left:20px;
	height:230px;
	margin:0 auto;	margin-top: 10px;
	background-color: #F2E2DA;
	position: relative;width:1220px;padding-left: 10px;
}
.yewu ul { width:100%; }
.yewu ul li {
	float:left;
	height:189px;width:137px;
	margin:20px 10px 0 0;
	overflow: hidden;
	position: relative;
}
.yewu ul li a{
	width:137px;
	height:189px;
	display: block;
	position: absolute;
	z-index: 1;top:0;
}
.yewu .bx_wrap{
	/*height:98px;	*/
	position: relative;
}
.yewu .bx_container{
	width:100%;
	height: 210px;
	overflow: hidden;
	position: absolute;
	left:25px;
	z-index: 999999;	
}
.yewu #demo img{border:0;
	height: 189px;
	width: 137px;
}
.yewu .bx_wrap a.prev,.yewu .bx_wrap a.next{
	display: block;
	position: absolute;
	height: 50px;
	width: 20px;
	top: 92px;
	z-index: 2;
	background: url(../img/arr.png) no-repeat left top;
	cursor: pointer;
	text-indent: -2000px;
}
.yewu .bx_wrap a.next{background-position: right top;right:5px;}
.yewu .bx_wrap a.prev:hover{background-position: left bottom;}
.yewu .bx_wrap a.next:hover{background-position: right bottom;}
.grid h2 {
    position: relative;
    height: 60px;
		padding-top:30px;
}

.grid h2 strong {
    display: block;
    line-height: 40px;
    font-size: 26px;
    color: #333;
}

.grid h2 b {
    display: block;
    line-height: 30px;
    font-weight: normal;
    font-size: 15px;
    color: #aaa;
}

.grid h2:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background-color: #cf3332;
}

.grid h2:after {
    content: '';
    position: absolute;
    bottom: 1px;
    left:0;
    width: 160px;
    height: 1px;
    background-color: #cf3332;
}

.grid h2.tc:before {
    left: 50%;
    margin-left: -20px;
}

.grid h2.tc:after {
    left: 49%;
    margin-left: -60px;
}

.grid h2.tc strong {
    color: #cf3332;
}
.grid h2.tr {
    text-align: right;
}

.grid h2.tr:before, .grid h2.tr:after {
    left: auto;
    right: 0;
}


.forms>div {
	width: auto;
	height: 543px;
}
.forms .b1,.forms .b2,.forms .b3,.forms .b4 {
	background: url(../img/banner01.jpg) center no-repeat;
}
.forms p span{
	width:450px;
	color:#fff;
	display:block;
	padding:175px 0px 0px 20px;
	font: normal 14px/30px microsoft yahei, simhei;
	}
/* part2 */
.brief{
	margin:0px 0px 30px;
	}
.brief h3{
	width:193px;
	height:111px;
	float:left;
	margin:30px 20px 0px 0px;
	background:url(../img/brief.png) 0px 0px no-repeat;
	}
.brief h3 b{
	color:#fff;
	display:block;
	margin:35px 0px 0px 20px;
	font:bold 26px/20px microsoft yahei, simhei;
	}
.brief p{
	padding:70px 30px 0px 0px;
	font: normal 16px/30px microsoft yahei, simhei;
	}
.company{
	width:1165px;
	height:178px;
	background:url(../img/company.png) 35px 0px no-repeat;
	}
.company h3{
	color:#fff;
	float:left;
	display:inline-block;
	margin:50px 30px 0px 70px;
	font:bold 28px/40px microsoft yahei, simhei;
	}
.company h3 b {
    line-height: 30px;
    font-weight: normal;
    font-size: 15px;
    color: #fff;
	  font: normal 14px/30px microsoft yahei, simhei;
}
.company ul li{
	width:183px;
	height:100px;
	float:left;
	margin-top:25px;
	padding-top:30px;
	text-align:center;
	background:url(../img/company_bg.png) 0px 0px no-repeat;
	}
.company ul li +li{
	margin-left:10px;
	}
.company ul li a{
	color:#f52f3e;
	font:bold 18px/30px microsoft yahei, simhei;
	}
.company ul li:hover{
	background:url(../img/company_bg.png) 0px 0px no-repeat;
  -webkit-box-shadow: 0 10px 10px rgba(151,2,1,.3);
	-moz-box-shadow: 0 10px 10px rgba(151,2,1,.3);
	box-shadow: 0 10px 10px rgba(151,2,1,.3);
	}

.p3 {
	background: url(../img/list_bg.jpg) 0px 0px  no-repeat;
}
.stock{
	margin-top:30px;
	}
.stock li{
	width:190px;
	height:240px;
	float:left;
	position:relative;
	background:#caaa6f;
-webkit-box-shadow: 0 5px 8px rgba(0,0,0,.1);
	-moz-box-shadow: 0 5px 8px rgba(0,0,0,.1);
	box-shadow: 0 5px 8px rgba(0,0,0,.1);
		}
.stock li + li{
	margin-left:10px;
	}
.stock li:hover{
  width: 190px;
	height: 240px;
	background-color: #6e9df1;
	-webkit-box-shadow: 0 5px 8px rgba(0,0,0,.1);
	-moz-box-shadow: 0 5px 8px rgba(0,0,0,.1);
	box-shadow: 0 5px 8px rgba(0,0,0,.1);
	background-image: -webkit-linear-gradient(bottom, #cb2d2c, #ec5c5c);
	background-image: -moz-linear-gradient(bottom, #cb2d2c, #ec5c5c);
	background-image: -o-linear-gradient(bottom, #cb2d2c, #ec5c5c);
	background-image: -ms-linear-gradient(bottom, #cb2d2c, #ec5c5c);
	background-image: linear-gradient(to top, #cb2d2c, #ec5c5c);
		}
.stock li img{
	width:150px;
	height:70px;
	margin:40px 20px 20px 20px;
	}
.stock li b{
	display:block;
	color:#fff1d7;
	padding:0px 20px;
	font:bold 20px/30px microsoft yahei, simhei;
	}

table.gray{
	margin:30px 0px;
	}	
table.gray tr{
	background:#f6f6f6;
	}
table.gray td {
	padding:10px;
	width:277px;
	height:50px;
	text-align:center;
	border:4px #fff solid;
	font:normal 16px/50px microsoft yahei, simhei;
}
table.gray tbody td.current {
	color:#fff;
	background-color:#cf3332;
}




.stock li span{
	display:none;
	}	
.stock li:hover span{
	position:relative;
	display:block;
	padding:20px 10px;
	font:normal 16px/30px microsoft yahei, simhei;
  width: 170px;
	height: 200px;
	color:#fff;
	margin-top:-160px;
	background-color: #6e9df1;
	-webkit-box-shadow: 0 5px 8px rgba(0,0,0,.1);
	-moz-box-shadow: 0 5px 8px rgba(0,0,0,.1);
	box-shadow: 0 5px 8px rgba(0,0,0,.1);
	background-image: -webkit-linear-gradient(bottom, #cb2d2c, #ec5c5c);
	background-image: -moz-linear-gradient(bottom, #cb2d2c, #ec5c5c);
	background-image: -o-linear-gradient(bottom, #cb2d2c, #ec5c5c);
	background-image: -ms-linear-gradient(bottom, #cb2d2c, #ec5c5c);
	background-image: linear-gradient(to top, #cb2d2c, #ec5c5c);
	}	
#comT{font-size:30px;color:#AF9251;}