@charset "utf-8";
*{
	margin:0px;padding:0px;text-decoration:none;border:none;
	}
*{
	font-family:"微软雅黑";
	}
*{
	list-style-type:none;
	}
ul, ul li {
  display: block;list-style: none;
}
em, i{
	font-style:normal;font-size:12px;
	}
span{
	font-size:12px;
	}
.clr{
	clear:both;
	}
section{display:block}
.head{
	width:100%;float:left;
	}
.headcenter{
	width:1000px;margin:0px auto;
	}
.logo{
	width:690px;float:left;
	}
.logo span a{
	display:block;float:left;margin-top:22px;
	}
.phone{
	width:310px;float:left;
	}
.phone span{
	float:right;margin-top:15px;
	}
.phone a{
	display:block;float:left;margin-right:10px;line-height:20px;color:#3b3b3b;font-family:"宋体";font-size:12px;
	}
.phone a:hover{
	text-decoration:underline
	}
.phone i{
	display:block;float:left;margin-right:10px;line-height:20px;color:#3b3b3b;font-style:normal;font-size:12px;
	}
.phone  h2{
	float:left; margin-top:10px;
	}


.nav{
	width:100%;float:left;background:#222222;margin-top:15px;
	}
.navcenter{
	width:1000px;margin:0px auto;
	}
.navcenter ul.big_ul{
	display:block;float:left;width:100%;
	}
.navcenter ul.big_ul li.bg_li{
	display:block;float:left;line-height:45px;font-size:14px;position:relative;text-align:center;
	}
.navcenter ul.big_ul li.bg_li a{
	color:#222222;display:block;float:left;;width:140px;color:#fff;
	}
.navcenter ul.big_ul li.bg_li a:hover{
	background:#ff0000;
	}
.navcenter ul.big_ul li.bg_li a.sy{
	background:#ff0000;
	}
.navcenter ul.big_ul li.bg_li a.sy1{
	background:#ff0000;
	}
.navcenter ul.big_ul li.bg_li ul.child1{
	background:#222222;float:left;display:none;position:absolute;left:0px;top:45px;z-index:999;width:140px;
	}
.navcenter ul.big_ul li.bg_li ul.child1 li{
	font-size:12px;line-height:45px;float:left;text-align:center;
	}
.navcenter ul.big_ul li.bg_li ul.child1 li a{
	;width:140px;float:left;
	}
.navcenter ul.big_ul li.bg_li ul.child1 li a:hover{
	background:#ff0000;
	}

/*================首页样式================*/
.top {width:100%;float:left;background:#222222;margin-top:15px;z-index:9997;}
.top .t_c_bottom{position:relative;width:1000px;margin:0 auto;z-index:9997;}

.top .t_c_bottom>ul{display:block;float:left;width:100%;z-index:9997}
.top .t_c_bottom>ul li{
	float:left;width:140px;text-align:center;line-height:45px;height:45px;position:relative;
	}
.top .t_c_bottom>ul li .gundong{
	position:relative;float:left;width:140px;text-align:center;line-height:45px;height:45px;overflow:hidden;
	}
.top .t_c_bottom>ul li .gundong a{
	display:block;width:140px;height:45px;text-align:center;color: #FFF;position:absolute;left:0;bottom:45px;
	}
.top .t_c_bottom>ul li .gundong a span{
	display:block;float:left;width:140px;line-height:45px;height:45px;overflow:hidden;text-align:center;font-size:14px;
	}
.top .t_c_bottom>ul li .gundong a span.all{
	color:#fff;
	}
.top .t_c_bottom>ul li .gundong a span.all1{
	background:#ff0000;color:#fff;
	}
.top .t_c_bottom>ul li.thisli .gundong a{
	bottom:0;
	}


/*===============子菜单定位=================*/
.top .t_c_bottom ul li .Nodes{position:absolute;width:140px;height:0px;left:0;top:45px;z-index:9999;}

.top .t_c_bottom ul li .Nodes ul li{width:140px;height:40px;float:none;}
.top .t_c_bottom ul li .Nodes ul li a{display:block;width:140px;height:40px;color:#FFF;line-height:40px;font-size:12px; transition:all 0.4s;}
.top .t_c_bottom ul li .Nodes ul li a:hover{background:#f72132;}
.top .t_c_bottom ul li .Nodes ul{
    left: 0;
    max-height: 0;
    position: absolute;
    top: 100%;
    z-index: 0;

    -webkit-perspective: 400px;
    -moz-perspective: 400px;
    -ms-perspective: 400px;
    -o-perspective: 400px;
    perspective: 400px;
}
.top .t_c_bottom ul li .Nodes ul{
	position:static;float:left;width:140px;left:0px;top:0px;z-index:9999;
	}
.top .t_c_bottom ul li .Nodes ul li {
	width:140px;height:40px;float:none;
    opacity: 0;
background-color:#3F4043;
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);

    -webkit-transition: opacity .4s, -webkit-transform .5s;
    -moz-transition: opacity .4s, -moz-transform .5s;
    -ms-transition: opacity .4s, -ms-transform .5s;
    -o-transition: opacity .4s, -o-transform .5s;
    transition: opacity .4s, transform .5s;
}
.top .t_c_bottom ul li .Nodes ul li:hover a {
    display:block;width:140px;height:40px;color:#FFF;line-height:40px;font-size:12px;transition:all 0.4s;
}
.top .t_c_bottom ul > li:hover .Nodes ul, .top .t_c_bottom ul > li:focus .Nodes ul{
    max-height: 2000px;
    z-index: 10;
}
.top .t_c_bottom ul > li:hover .Nodes ul li, .top .t_c_bottom ul > li:focus .Nodes ul li {
    opacity: 1;

    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

/* CSS3 è¿‡æ¸¡æ•ˆæžœçš„å»¶è¿Ÿ */
.top .t_c_bottom ul > li:hover .Nodes ul li:nth-child(1) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.top .t_c_bottom ul > li:hover .Nodes ul li:nth-child(2) {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -ms-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
}
.top .t_c_bottom ul > li:hover .Nodes ul li:nth-child(3) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}
.top .t_c_bottom ul > li:hover .Nodes ul li:nth-child(4) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
}
.top .t_c_bottom ul > li:hover .Nodes ul li:nth-child(5) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}
.top .t_c_bottom ul > li:hover .Nodes ul li:nth-child(6) {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
}
.top .t_c_bottom ul > li:hover .Nodes ul li:nth-child(7) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}
.top .t_c_bottom ul > li:hover .Nodes ul li:nth-child(8) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
}

.top .t_c_bottom ul > li:hover .Nodes ul li:nth-child(9) {
    -webkit-transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    transition-delay: 400ms;
}

.top .t_c_bottom ul > li:hover .Nodes ul li:nth-child(10) {
    -webkit-transition-delay: 450ms;
    -moz-transition-delay: 450ms;
    -ms-transition-delay: 450ms;
    -o-transition-delay: 450ms;
    transition-delay: 450ms;
}

.top .t_c_bottom ul > li:hover .Nodes ul li:nth-child(11) {
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
}

.top .t_c_bottom ul > li:hover .Nodes ul li:nth-child(12) {
    -webkit-transition-delay: 550ms;
    -moz-transition-delay: 550ms;
    -ms-transition-delay: 550ms;
    -o-transition-delay: 550ms;
    transition-delay: 550ms;
}

.top .t_c_bottom ul > li:hover .Nodes ul li:nth-child(13) {
    -webkit-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    -ms-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    transition-delay: 600ms;
}

.top .t_c_bottom ul > li:hover .Nodes ul li:nth-child(14) {
    -webkit-transition-delay: 650ms;
    -moz-transition-delay: 650ms;
    -ms-transition-delay: 650ms;
    -o-transition-delay: 650ms;
    transition-delay: 650ms;
}

.top .t_c_bottom ul > li:hover .Nodes ul li:nth-child(15) {
    -webkit-transition-delay: 700ms;
    -moz-transition-delay: 700ms;
    -ms-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    transition-delay: 700ms;
}

.top .t_c_bottom ul > li .Nodes ul li:nth-child(1) {
    -webkit-transition-delay: 700ms;
    -moz-transition-delay: 700ms;
    -ms-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    transition-delay: 700ms;
}

.top .t_c_bottom ul > li .Nodes ul li:nth-child(2) {
    -webkit-transition-delay: 650ms;
    -moz-transition-delay: 650ms;
    -ms-transition-delay: 650ms;
    -o-transition-delay: 650ms;
    transition-delay: 650ms;
}

.top .t_c_bottom ul > li .Nodes ul li:nth-child(3) {
    -webkit-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    -ms-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    transition-delay: 600ms;
}

.top .t_c_bottom ul > li .Nodes ul li:nth-child(4) {
    -webkit-transition-delay: 550ms;
    -moz-transition-delay: 550ms;
    -ms-transition-delay: 550ms;
    -o-transition-delay: 550ms;
    transition-delay: 550ms;
}

.top .t_c_bottom ul > li .Nodes ul li:nth-child(5) {
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
}

.top .t_c_bottom ul > li .Nodes ul li:nth-child(6) {
    -webkit-transition-delay: 450ms;
    -moz-transition-delay: 450ms;
    -ms-transition-delay: 450ms;
    -o-transition-delay: 450ms;
    transition-delay: 450ms;
}

.top .t_c_bottom ul > li .Nodes ul li:nth-child(7) {
    -webkit-transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    transition-delay: 400ms;
}

.top .t_c_bottom ul > li .Nodes ul li:nth-child(8) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
}
.top .t_c_bottom ul > li .Nodes ul li:nth-child(9) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}
.top .t_c_bottom ul > li .Nodes ul li:nth-child(10) {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
}
.top .t_c_bottom ul > li .Nodes ul li:nth-child(11) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}
.top .t_c_bottom ul > li .Nodes ul li:nth-child(12) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
}
.top .t_c_bottom ul > li .Nodes ul li:nth-child(13) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}
.top .t_c_bottom ul > li .Nodes ul li:nth-child(15) {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -ms-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
}
.top .t_c_bottom ul > li .Nodes ul li:nth-child(15) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
	
	
	

.banner{
	width:100%;float:left;
	}
.index_mian{
	width:100%;float:left;margin-top:45px;
	}
.index_miancenter{
	width:1000px;margin:0px auto;
	}
.index_mian_left{
	width:650px;float:left;
	} 
.index_mian_left_top{
	width:100%;float:left;
	} 
.index_mian_left_top span{
	display:block;float:left;width:280px;font-family:"微软雅黑";
	}
.index_mian_left_top span h4{
	display:block;float:left;line-height:32px;font-size:16px;color:#fb0000;text-indent:20px;
	}
.index_mian_left_top span i{
	display:block;float:left;margin-left:6px;line-height:32px;font-size:12px;color:#1f2021;
	}
.index_mian_left_top span em{
	display:block;float:left;margin-left:8px;line-height:37px;font-size:12px;color:#838587;font-style:normal;
	}
.index_mian_left_top a{
	display:block;float:right;margin-right:15px;background:url(../images/more.jpg) no-repeat;margin-top:10px;width:40px;height:15px;
	}
.index_mian_left_top a.rfgt{
	margin-right:0px
	}
.index_mian_left_bottom{
	width:100%;float:left;
	}
.index_mian_left_bottom ul{
	width:650px;float:left;
	}
.index_mian_left_bottom ul li{
	display:block;float:left;width:147px;margin-right:20px;-webkit-transition: all .2s linear;transition: all .2s linear;-ms-transform: all .2s linear;margin-top:13px;
	}
.index_mian_left_bottom ul li span a{
	display:block;float:left;width:137px;padding:5px;
	}
.index_mian_left_bottom ul li span a img{
	width:137px;height:137px;
	}
.index_mian_left_bottom ul li:hover{
     -webkit-transform: translate3d(0, -2px, 0); -ms-transform: translate3d(0, -2px, 0); transform: translate3d(0, -2px, 0); -o-transform: translate3d(0, -2px, 0);-moz-transform: translate3d(0, -2px, 0);
	}

.index_mian_left_bottom ul li h4{
	display:block;float:left;width:100%;line-height:25px;text-align:center;font-weight:normal;font-size:12px;
	}
.index_mian_left_bottom ul li h4 a{
	color:#080808;font-family:"宋体"; transition:all 0.4s linear;
	}
.index_mian_left_bottom ul li:hover h4 a{
	color:#ff0000;
	}
.index_mian_left_bottom ul li.bright{
	margin-right:0px;
	}
.index_mian_right{
	width:350px;float:left;
	}
.index_mian_right_botton{
	width:100%;float:left;
	}
.index_mian_right_botton em{
	width:1px;float:left;border-left:1px solid #e4e4e4;height:150px;
	}
.index_mian_right_botton ul{
	width:348px;float:left;margin-top:10px;
	}
.index_mian_right_botton ul li{
	display:block;float:left;background:url(../images/icon.jpg) 20px 11px no-repeat;text-indent:30px;width:348px;transition:all 0.4s linear;
	}
.index_mian_right_botton ul li h4{
	display:block;float:left;line-height:30px;height:30px;font-size:12px;font-weight:normal;width:240px;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;
	}
.index_mian_right_botton ul li h4 a{
	color:#3d3d3d;font-family:"宋体";transition:all 0.4s linear;
	}
.index_mian_right_botton ul li h4 a:hover{
	color:#ff0000;
	}
.index_mian_right_botton ul li:hover{
	text-indent:40px;
	}
.index_mian_right_botton ul li i{
	font-style:normal;float:right;line-height:30px;font-size:12px;font-family:"宋体";
	}
.foot{
	width:100%;float:left;background:#222222;margin-top:40px;
	}
.footcenter{
	width:1000px;margin:0px auto;
	}
.footleft{
	width:700px;float:left;margin-top:30px;line-height:25px;color:#fff;font-size:12px; letter-spacing:1px;
	}
.footright{
	width:300px;float:left;margin-top:40px;
	}
.footright  h2{
	width:100%;float:left;margin-top:30px;line-height:22px;color:#fff;font-size:14px;
	}
.footright  h2 em{
	font-size:28px;line-height:32px;color:#ff0000;font-style:italic;
	}
.tyyu{
	width:100%;float:left;margin-top:10px;padding-bottom:10px;
	}

.product{
	width:100%;float:left;margin-top:20px;
	}
.productcenter{
	width:1000px;margin:0px auto;
	}
.proleft{
	width:270px;float:left;
	}
.proleft_f1{
	width:230px;float:left;
	}
.proleft_f1_top{
	width:100%;float:left;
	}
.proleft_f1_top span{
	display:block;float:left;width:210px;
	}
.proleft_f1_top span h4{
	display:block;float:left;line-height:32px;font-size:16px;color:#fb0000;
	}
.proleft_f1_top span i{
	display:block;float:left;margin-left:6px;line-height:32px;font-size:12px;color:#1f2021;
	}
.proleft_f1_top span em{
	display:block;float:left;margin-left:8px;line-height:37px;font-size:12px;color:#838587;font-style:normal;
	}
.proleft_f1_top a{
	display:block;float:right;background:url(../images/more.jpg) no-repeat;margin-top:10px;width:40px;height:15px;
	}



.proleft_f1_top1{
	width:100%;float:left;
	}
.proleft_f1_top1 span{
	display:block;float:left;width:180px;
	}
.proleft_f1_top1 span h4{
	display:block;float:left;line-height:32px;font-size:16px;color:#fb0000;
	}
.proleft_f1_top1 span i{
	display:block;float:left;margin-left:6px;line-height:32px;font-size:12px;color:#1f2021;
	}
.proleft_f1_top1 span em{
	display:block;float:left;margin-left:8px;line-height:37px;font-size:12px;color:#838587;font-style:normal;
	}
.proleft_f1_top1 a{
	display:block;float:right;background:url(../images/more.jpg) no-repeat;margin-top:10px;width:40px;height:15px;
	}
.proleft_f2{
	width:230px;float:left;margin-top:30px;
	}
.proleft_f2_bottom{
	width:230px;float:left;margin-top:10px;
	}
.proleft_f2_bottom span{
	width:100%;float:left;
	}
.proleft_f2_bottom span img{
	width:100%;height:75px;
	}
.proleft_f2_bottom ul{
	width:230px;float:left;margin-top:10px;
	}
.proleft_f2_bottom ul li{
	display:block;float:left;width:230px;line-height:25px;font-size:12px;color:#3d3d3d;font-family:"宋体";
	}
.productright{
	width:730px;float:left;
	}
.proright_f1{
	width:100%;float:left;
	} 
.proright_f1 h4{
	display:block;float:left;font-size:16px;color:#fb0000;line-height:30px;background:url(../images/icon.jpg) 0px 11px no-repeat;text-indent:10px; letter-spacing:1px;
	}
.proright_f1 span{
	display:block;float:right;font-size:12px;color:#3d3d3d;line-height:30px;letter-spacing:1px;
	}
.proright_f2{
	width:100%;float:left;margin-top:30px;max-width:730px;
	}





.news{
	width:100%;float:left;
	}
.news ul{
	width:100%;float:left;
	}
.news ul li{
	diaplay:block;float:left;width:100%;;margin-top:20px;
	}
.news ul li .news_m h4{
	display:block;float:left;line-height:25px;width:100%;
	}
.news ul li .news_m h4 i{
	diaplay:block;float:left;font-style:normal;font-size:14px;
	}
.news ul li .news_m h4 i a{
	color:#5a5a5a;
	}
.news ul li .news_m h4 i a:hover{
	color:#fb0000;
	}
.news ul li .news_m h4 em a{
	diaplay:block;float:right;line-height:25px;font-style:normal;font-size:12px;color:#5a5a5a;font-weight:normal;
	}
.news ul li .news_m span{
	width:100%;float:left;line-height:22px;font-size:12px;color:#919191;margin-top:4px;
	}
.news ul li .news_pic{
	width:140px;float:left;
	}	
.news ul li .news_pic a img{
	width:120px;max-height:100px;
	}	
.news ul li .news_m1{
	width:590px;float:left;
	}
.news ul li .news_m1 h4{
	display:block;float:left;line-height:25px;width:100%;
	}
.news ul li .news_m1 h4 i{
	diaplay:block;float:left;font-style:normal;font-size:14px;
	}
.news ul li .news_m1 h4 i a{
	color:#5a5a5a;
	}
.news ul li .news_m1 h4 i a:hover{
	color:#fb0000;
	}
.news ul li .news_m1 h4 em a{
	diaplay:block;float:right;line-height:25px;font-style:normal;font-size:12px;color:#5a5a5a;font-weight:normal;
	}
.news ul li .news_m1 span{
	width:100%;float:left;line-height:22px;font-size:12px;color:#919191;margin-top:4px;
	}	
	
.help_left_menu
{
	width:100%;float:left;

}
.help_left_menu_ul
{
	width:100%; float:left; font-size:12px;
}
.help_left_menu_ul li
{
	width:100%; float:left;
}
.help_left_menu_ul li a
{
	display:block; float:left; width:100%; text-decoration:none; color:#3e3e3e; line-height:32px; text-indent:25px;background:url(../images/dian.jpg) no-repeat;letter-spacing:1px; transition:all 0.3s linear;
}
.help_left_menu_ul li a.def
{
	color:#fb0000;background:url(../images/dian_hover.jpg) no-repeat;
}

.help_left_menu_ul li a:hover
{
	color:#fb0000;background:url(../images/dian_hover.jpg) no-repeat;
}
.help_left_menu_ul li.havechild
{
	background:url(../images/dian_hover.jpg) no-repeat;
}
.help_left_menu_ul li a.havechildplay
{
	background:url(../images/dian_hover.jpg) no-repeat;color:#fb0000;
}
.childul
{
	width:218px; float:left; background:#e4e4e4;
}
.childul li
{
	width:100%; float:left;
}
.childul li a
{
	display:block; float:left; width:100%;color:#3e3e3e;background:none;transition:all 0.3s linear;
}
.childul li a:hover, .childul li a.def1
{
	 color:#fb0000;background:none
}		

.pagelisttopborder
{
	width:100%; float:left; font-size:12px;  padding:20px;text-align:center
}
.pagelisttopborder a:hover
{
	
	color:#000;
}
.manu {
	PADDING-RIGHT: 3px; PADDING-LEFT: 3px; PADDING-BOTTOM: 3px; MARGIN: 3px; 
	PADDING-TOP: 3px;font-size:12px; 

	}
.manu A {
	 MARGIN: 2px; 
	COLOR: #333; PADDING: 5px 10px;  font-size:12px; 
	TEXT-DECORATION: none; transition:all 0.4s linear;}
.manu A:hover {
	 
	 COLOR: #ff0000;  }

.manu .current {
	  MARGIN: 2px; font-size:12px; PADDING: 5px 10px;  
	 COLOR: #ff0000; 
	 }
.manu .next1 {
	 MARGIN: 2px; 
	COLOR: #ff0000; PADDING: 5px 10px;  font-size:12px; 
	}
.manu .pre1 {
	 MARGIN: 2px; 
	COLOR: #ff0000; PADDING: 5px 10px;  font-size:12px; 
	}
	
.news_we{
	width:100%;float:left;
	}
.news_we h3.shownewstitle{
	width:100%;float:left;text-align:center;line-height:30px;font-size:18px;;color:#333;
	}
.shownewsinfo
{
	width:100%; float:left; font-size:12px; line-height:25px;  margin-top:5px;
	 text-align:center; color:#CECECE;
}
.shownewscontent
{
	width:100% ;float:left; color:#666;
}
.pro_f3{
	width:100%;float:left;
	}
.pro_f3left{
	width:400px;float:left;
	}
.pro_f3left span{
	display:block;float:left;background:url(../images/proshow_shadow.png) center no-repeat;width:100%;height:220px;
	}
.pro_f3left span img{
	;width:200px;height:200px;margin-left:100px
	}
.pro_f3right{
	width:330px;float:left;
	}
.pro_f3right_2{
	width:100px;float:left;background:url(../images/ps_dload1.png) no-repeat;height:36px;margin-top:10px;
	}
.sdfg{
	width:100%;float:left;margin-top:20px;
	}
.pro_f3right_1{
	width:330px;float:left;font-size:16px;color:#ff0000;
	}
.pro_f3right_2 a{
	height:38px;width:71px;
	}
.pro_f3right_3{
	width:100px;float:left;height:38px;margin-top:10px;
	}
.pro_f3right_3 a{
	height:38px;width:71px;
	}
.pro_f3right_4{
	width:120px;;float:left;height:38px;margin-top:10px;
	}
.pro_f3right_4 a{
	height:38px;width:118px;
	}
.pro_f3right_5{
	width:330px;float:left;margin-top:5px;
	}
.pro_f3right_5 h4{
	width:330px;float:left;line-height:25px;font-size:14px;color:#3d3d3d;overflow: hidden;font-weight:normal;font-familyz:"宋体";
	}
.proright_f11{
	width:100%;float:left;
	}
.proright_f11 ul{
	width:100%;float:left;margin-top:10px;
	}
.proright_f11 ul li{
	display:block;float:left;width:172px;margin-right:14px;margin-top:10px;-webkit-transition: all .2s linear;transition: all .2s linear;-ms-transform: all .2s linear;
	}
.proright_f11 ul li:hover{
     -webkit-transform: translate3d(0, -2px, 0); -ms-transform: translate3d(0, -2px, 0); transform: translate3d(0, -2px, 0); -o-transform: translate3d(0, -2px, 0);-moz-transform: translate3d(0, -2px, 0);
	}
.proright_f11 ul li.qwer{
	margin-right:0px;
	}
.proright_f11 ul li span a{
	display:block;float:left;padding:10px;width:152px;
	}
.proright_f11 ul li span a img{
	width:152px;height:152px;
	}
.proright_f11 ul li h4{
	display:block;float:left;line-height:25px;font-size:14px;text-align:center;width:100%;
	}
.proright_f11 ul li h4 a{
	color:#3d3d3d;
	}
.proright_f11 ul li:hover h4 a{
	color:#ff0000;
	}
.pro_f3right_6{
	width:100%;float:left;margin-top:10px;
	}
.pro_f3right_6 h4{
	font-size:12px;display:block;float:left;width:100%;line-height:25px;color:#333;
	}
.pro_f3right_6 h4 a{
	border:1px solid #ccc;color:#333;line-height:25px;font-size:12px;padding:0px 15px 0px 15px;margin-right:10px;
}
.pro_f3right_6 h4 a:hover{
	border:1px solid #ff0000;
	}
.list_div{font-size:12px;padding:10px;color:#666;}
/*****************************QQ客服***************************************/	
.side {
	position:fixed;
	width:50px;
	height:275px;
	right:0;
	top:250px;
	z-index:100;
}
.side ul li {
	width:50px;
	height:50px;
	float:left;
	position:relative;
	margin-bottom: 2px;
}
.side ul li .sidebox {
	position:absolute;
	width:50px;
	height:50px;
	border-radius:5px 0 0 5px;
	top:0;
	right:0;
	transition:all 0.3s;
	background:#000022;
	color:#fff;
	font:16px/50px "微软雅黑";
	overflow:hidden;
}
.side ul li a:hover .sidebox {
	width: 175px;
}
.side ul li .sidetop {
	width:50px;
	height:50px;
	line-height:50px;
	display:inline-block;
	background:#000;
	opacity:0.8;
	filter:Alpha(opacity=80);
	transition:all 0.3s;
}
.side ul li .sidetop:hover {
	background:#e4392a;
}
.side ul li img {
	float:right;
}
.side2 {
	position: fixed;
	width: 40px;
	right: 10px;
	z-index: 100;
	top: 500px;
	height: 80px;
}
.side2 ul li {
	width: 40px;
	height: 40px;
}
.side2 ul li a {
	display: block;
	background-color: #e4392a;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
}
.side2 ul li a img {
	vertical-align: middle;
	display: inline-block;
}
.side2 ul li a:hover {
	background-color: #000022;
}
.side2 ul li .weixin {
	position: absolute;
	right: 50px;
	bottom: 0;
	display: none;
}
.side2 ul li .weixin em {
	background: url("../images/arr3.png") no-repeat;
	width: 5px;
	height: 17px;
	display: block;
	position: absolute;
	right: -5px;
	top: 33%;
	margin-top: 3px;
}
.side2 ul li .weixin img {
	display: block;
}	