@charset "utf-8";
/* CSS Document */

#bodyfade {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 1;
	z-index: 9999;
	display: block;
}
.video {
	position: absolute;
	width: 1100px;
	height: 620px;
	background: #000;
	left:50%;
	margin-left:-550px;
	top:50%;
	margin-top:-350px;
}
.close{ width:35px; height:35px;  right:0px; top:0px; position:absolute;}

.close a{ width:100%; height:100%; display:block; background:url(../img/close.png) no-repeat;}
.flashcontent{ background:#000;}





/*banner begin*/
.banner {
	position: relative; overflow:hidden;
}
.banner .slides li {
	position: relative;
	overflow: hidden;
}
.banner img {
	width: 100%;
	display: block;
}
.banner-s img {
	position: relative;
	left: 50%;
	width: 1600px;
	margin-left: -800px;
}
.banner .para, .banner .text,.banner .para, .banner .pp {
	position: absolute;
	top: 0;
	left: 0;
	margin-left: 0;
}
.banner .text { 
	top: 26%;
	left: 50%;
	width: auto;
	height: auto;
	margin-left: -500px;
	color:#fff;
	font-family:'宋体'
}
.banner .text dt{
	font-size:28px;
	height:45px;
	font-weight: bold;
}
.banner .text dd.tit{
	height:18px;
	font-size: 14px;
	text-indent:2px;
}
.banner .text dd.data{
	font-family: arial;
	font-size:12px;
	text-indent:2px;
}
.banner .text dd.btn{
	margin-top:12px;
}
.banner .text dd.btn a{display: block;height:28px;line-height:28px;width:80px;background:#bf3331;text-align: center;
	font-size:12px;
	color:#fff;
	font-family:'宋体'
}




.banner .flex-prev,
.banner .flex-next {
	position: absolute;
	top:50%;
	width: 77px;
	height: 118px;
	margin-top: -59px;
	text-indent: -100em;
	overflow: hidden; border:none; border-image-width:0;
}
.banner .flex-prev {
	left: 0;
	background: url(../img/arrow-left.png) no-repeat center center;
}
.banner .flex-next {
	right: 0;
	background: url(../img/arrow-right.png) no-repeat center center;
}
.banner .flex-control-nav {
	position: absolute;
	bottom: 3%;
	left: 50%;
	margin-left: 530px;
}
.banner .flex-control-nav li {
	float: left;
	width: 10px;
	height: 10px;
	margin-left: 8px;
}
.banner .flex-control-nav li a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -100em;
	overflow: hidden;
	background: #fff;
	cursor: pointer;
	background: url(../img/index-btn2.png) no-repeat;
}
.banner .flex-control-nav li .flex-active {
	background: url(../img/index-btn1.png) no-repeat;
}



.flex-direction-nav  a{ border:0;}
/*banner end*/


.index_product_class_parents {
	width: 100%;
	clear: both; float:left;
}
.index_product_class {
	width: 1200px;
	margin: 0 auto;padding-top: 60px;
	
}
.index_product_class ul li {
	float: left;
	margin-right: 50px;
	position: relative;
	width: 199px;
	height: 199px;
	overflow: hidden;
	border: 1px solid #cccccc; 
}
.index_product_class ul li img {
}
.index_product_class ul li:nth-child(4) {
	margin-right: 0;
}
.index_product_class ul li:nth-child(5) {
	margin-right: 0;
	float: right;
}
.index_product_class_img {
	position: absolute;
	width: 199px;
	left: 0;
	top: 0;
}
.index_product_class_img img{ width:199px;}
.index_product_class_txt {
	position: absolute;
	width: 100%;
	height: 65px;
	bottom: -20px;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	color: #FFF;
	text-align: center;
	font-size: 18px;
	line-height: 45px;
}
a.index_product_class_txt:hover {
	color: #FFF;
}
a.index_product_class_txt em {
	display: block;
	width: 78px;
	height: 10px;
	background: url("../img/z04.png") no-repeat;
	position: absolute;
	top: 45px;
	left: 60px;
}
.index_about_parents {
	width: 100%;
	clear: both;
	background:#f5f5f5;
}
.index_about {
	width: 1200px;
	margin: 0 auto;
	padding-top: 80px;padding-bottom: 60px;
}
.index_about_txt {
	text-align: center;
	color: #bf3331;
	font-size: 48px;
	line-height: 90px;
	background: url(../img/index_about_txt_bg.png) center center no-repeat;
}
.index_about_content {
	padding-top: 20px;
	font-size: 15px;
	line-height: 36px;
	text-indent: 30px;
}
.index_about_more {
	padding-top: 35px;
	
}
.index_about_more a {
	display: block;
	width: 135px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border: 1px solid #bf3331;
	color: #bf3331;
	margin: 0 auto;
}
.index_about_more a:hover {
	background: #bf3331;
	color: #fff;
}

.index_product_parents {
	
	width: 100%;
	float: left;
	padding-bottom: 60px;
}
.index_product {
	margin: 0 auto;
	width: 1200px;
	padding-top: 60px;
}
.index_product_title {
	text-align: center;
	color: #bf3331;
	font-size: 48px;
	line-height: 91px;
	background: url(../img/index_product_title_bg.png) center center no-repeat; margin-bottom:30px;
}
.index_product_content{ position:relative;}
.index_product_content  ul li{ float:left;margin-right: 57px;width: 360px;}
.index_product_content ul li .index_product_img {
    display: block;
   /* position: relative;*/
	width: 360px;
	height: 260px;
	border: 1px solid #ccc;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	margin-top: 30px;
	margin-bottom:20px; margin-left:3px; float:left;
}
.index_product_content ul li .index_product_img:hover{border: 1px solid #bf3331;
	-webkit-box-shadow: 0 1px 3px rgba(191,51,49,0.5);}
.index_product_content ul li .index_product_img img{ width:360px;}
/*.index_product_content ul li:nth-child(3), .index_product_content ul li:nth-child(6) {
	margin-right: 0;
}*/
.index_product_txt { display:inline-block;
	width: 100%;
	text-align: center;
	line-height:28px;
	font-size: 18px;
}
.index_product_txt:hover {
}

/*.index_product_img_zhezhao{position: absolute;
    opacity: 0.0;
    display: inline;
    width: 100%;
    height: 100%;
    background: url(../img/index_product_inco.png) #bf3331 no-repeat center center;
    text-align: center;}*/
.img_scroll2lis div {
	padding: 0;
	margin: 0;
	float: left;
}
.s_arrow {
	position: absolute;
	top: -25px;
	width: 25px;
	height: 25px;
	cursor: pointer;
}
.s_left {
	background: #333 url(../Img/but_left.png) no-repeat;
	right: 4px;
}
.s_right {
	background: #333 url(../Img/but_right.png) no-repeat;
	right: 33px;
}
.s_left:hover {
	background: url(../Img/but_left2.png) no-repeat;
}
.s_right:hover {
	background: url(../Img/but_right2.png) no-repeat;
}
/*.scrollbox{width:1200px;}
#scrollDiv{width:1200px;height:644px; overflow:hidden;}*/

/*这里的高度和超出隐藏是必须的*/

/*#scrollDiv li{height:322px;zoom:1;}
.scroltit{ height:26px; line-height:26px; border-bottom:#CCC dashed 1px; padding-bottom:4px; margin-bottom:4px;}
.scroltit small{float:right; width:26px; height:26px; display:block;}
.scroltit small#but_up{margin-top:-0px; margin-right:0px; background:url(../img/but_up.png) no-repeat;}
.scroltit small#but_down{margin-top:-0px; background:url(../img/but_down.png) no-repeat;}
.scroltit small#but_up:hover{margin-top:-0px; margin-right:0px; background:url(../img/but_up2.png) no-repeat;}
.scroltit small#but_down:hover{margin-top:-0px; background:url(../img/but_down2.png) no-repeat;}*/











