@charset "utf-8";
/* CSS Document */

/* 全局样式 */
body{
	font-size:12px;	
}

body, div, ul, li, dl, dt, dd, form, input, p, select{
	margin:0;
	padding:0;	
}

ul, li{
	list-style:none;	
}

a{
	text-decoration:none;	
}

a img{
	border:none;	
}

.clear{
	clear:both;
	float:none;
	font-size:0;	
}
/* 容器container样式 */
.container{
	width:1000px;
	margin:0 auto;	
}

/* 头部header样式 */
.header{
	position:relative;
}

.logo{
	
}

.h_right{
	
}

.h_right ul{
	position:absolute;
	right:12px;
	top:50px;
}

.h_right ul li{
	float:left;
	padding-left:33px;
	height:28px;
	line-height:28px;
}

.h_right ul li.h_r_zw{
	margin-right:30px;
	background:url(../images/zhongwen.jpg) left center no-repeat;
}

.h_right ul li.h_r_yy{
	background:url(../images/english.jpg) left center no-repeat;
}

.h_right ul li a{
	color:#010000;
	/*font-weight:bold;*/
	font-size:16px;
	font-family:'Microsoft YaHei',Arial,Helvetica,sans-serif,'宋体';
}

.h_right ul li a:hover{
	text-decoration:underline;	
}

.h_right div{
	color:#000000;
	position:absolute;
	right:0px;
	top:90px;
}

.h_right div a{
	padding:0 10px;
	color:#000000;
}

.h_right div a:hover{
	text-decoration:underline;
}
/* 中间main样式 */
.main{
	position:relative;
}

.banner{
	height:303px;
	font-size:0;
}

.xingxing{
	position:absolute;
	left:40px;
	top:-5px;
}
/* 导航nav样式 */
.nav{
	
	border-bottom:#848181 1px solid;
}

.nav .nav_ul{
	height:39px;
	line-height:39px;
	/*background:url(../images/daohang_bj.gif) repeat-x;*/
	padding-left:25px;
	/*background: linear-gradient(to bottom,#303133,#505050,#303133);*/
	background: linear-gradient(to bottom,#303133,#606060,#303133);

    /*background: linear-gradient(90deg, #ffc108, #ff7378, #f74120, #ffc108);*/
    background-size: 1400% 300%;
    -webkit-animation-name: mymove;
    -moz-animation-name: mymove;
    -ms-animation-name: mymove;
    -o-animation-name: mymove;
    animation-name: mymove;
    animation: mymove 9s ease infinite;

}


@-webkit-keyframes mymove{0%{background-position:0% 0%;}50%{background-position:50% 100%;}100%{background-position:100% 0%;}}
@-moz-keyframes mymove{0%{background-position:0% 0%;}50%{background-position:50% 100%;}100%{background-position:100% 0%;}}
@-o-keyframes mymove{0%{background-position:0% 0%;}50%{background-position:50% 100%;}100%{background-position:100% 0%;}}
@keyframes mymove{0%{background-position:0% 0%;}50%{background-position:50% 100%;}100%{background-position:100% 0%;}}

.nav .nav_ul li{
	float:left;
	padding:0 22px;
	background:url(../images/nav_li_bj.gif) right center no-repeat;
}

.nav .nav_ul li.nav_hyxw{
	background:none;
}

.nav .nav_ul li a{
	color:#FFF;
	font-size:16px;
	/*font-weight:bold;*/
	font-family:'Microsoft YaHei',Arial,Helvetica,sans-serif,'宋体';
}

.nav .nav_ul li a:hover{
	text-decoration:underline;
}


/* 中间左边m_left样式 */
.m_left{
	float:left;
	width:220px;
	/*background:#000000;*/
	padding-bottom:15px;
	border-right:#6E696B 1px solid;
}

.column{
	width:201px;
	margin:0 auto;
	margin-top:10px;
	
}

.column li{
	width:201px;
	height:37px;
	line-height:37px;
	text-align:center;
}

.column li a{
	float:left;
	width:201px;
	height:37px;
	display:block;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	background:url(../images/lanmu_bj1.gif) no-repeat;
}

.column li a:hover, .column li a.hover{
	color:#27F37C;
	background:url(../images/lanmu_hover1.gif) no-repeat;	
}

.m_left .m_l_alsp{
	width:201px;
	margin: auto;
	/*height:250px;*/
	background:#373A40;
	border-bottom:#030B16 1px solid;
}

.m_left .m_l_alsp dt{
	color:#F6F7F6;
	font-size:14px;
	font-weight:bold;
	height:28px;
	line-height:28px;
	background:url(../images/m_l_xia_bj.gif) repeat-x;
	text-indent:10px;
}
.m_left .m_l_alsp *{ max-width:100%!important;}

/*.m_left .m_l_alsp dd img:hover{
	border:#FF6600 1px solid;
}*/

.m_left .m_l_yqlj{
	width:201px;
	margin: auto;
	height:130px;
	background:#373A40;	
	border-bottom:#030B16 1px solid;
}

.m_left .m_l_yqlj dt{
	color:#F6F7F6;
	font-size:14px;
	font-weight:bold;
	height:28px;
	line-height:28px;
	background:url(../images/m_l_xia_bj.gif) repeat-x;
	text-indent:10px;
}

.m_left .m_l_yqlj dd{
	float:left;
	width:95px;
	margin-left:5px;
	_margin-left:2px;
	margin-top:10px;
	height:20px;
}

.m_left .m_l_yqlj dd a{
	color:#FFFF33;	
}

.m_left .m_l_yqlj dd a:hover{
	text-decoration:underline;
	color:#F00;	
}

.m_left .m_l_bom{
	width:201px;
	margin:0 auto;
	height:80px;
	padding-top:6px;
	background:#A6A8AD;	
}

.m_left .m_l_bom dd{
	margin-bottom:5px;
	_margin-bottom:4px;
	height:20px;
	width:95px;
	margin-left:50px;
}
/* 中间右边m_right样式 */
.m_right{
	float:left;
	width:779px;
	padding-top:18px;
	/*background:url(../images/m_r_bj.gif) repeat-x;
	background-size:100% 100%;*/
	padding-bottom:10px;
	*padding-bottom:12px;
	_padding-bottom:0px;
}

.m_right .m_r_ss{

}

.m_right .m_r_ss p{
	color:#FFF;	
	font-size:14px;
	font-weight:bold;
	text-indent:25px;
	height:18px;
	line-height:18px;
	background:url(../images/m_r_ss_bj.gif) no-repeat;
	background-size: cover;
}

.m_r_ss .m_form{
	float:right;
	margin:15px 0;
	height:25px;
}

.m_form div{
	float:left;	
	
	margin-right:5px;	
}

.m_form .m_f_xxss{
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	line-height:25px;
}

.m_form .m_f_sslm{
	
}

.m_form .m_f_wb{
	
}

.m_form .m_f_wb input{
	
}

.user{
	float:left;	
	margin:15px 0;
	margin-left:5px;
}

.user div{
	float:left;	
	line-height:25px;
	margin-right:3px;
}

.user .u_yhu{
	color:#FFF;	
}

.user div .z_a{
	color:#27F37C;	
}

.user div .z_a:hover{
	text-decoration:underline;	
}

.m_right .m_r_gsjj{
	
}

.m_right .m_r_gsjj p{
	color:#FFF;	
	font-size:14px;
	font-weight:bold;
	text-indent:25px;
	height:18px;
	line-height:18px;
	background:url(../images/m_r_ss_bj.gif) no-repeat;	
	background-size: cover;
}

.m_right .m_r_gsjj dl{
	height:121px;
	margin:18px 0 24px 5px;
}

.m_right .m_r_gsjj dl dt{
	float:left;
	width:344px;
	height:121px;
	background:url(../images/gsjj_dt_bj.gif) no-repeat;
	margin-right:10px;
}

.m_right .m_r_gsjj dl dt img{
	margin-top:4px;
	margin-left:4px;	
}

.m_right .m_r_gsjj dl dd{
	float:left;
	color:#FFF;
	margin-top:15px;
	text-indent:25px;
	line-height:20px;
	width:400px;
}

.m_right .m_r_gsjj dl dd a{
	color:#FFFF33;
}

.m_right .m_r_gsjj dl dd a:hover{
	color:#F00;
	text-decoration:underline;
}

.m_right .m_r_zxcp{
	
}

.m_right .m_r_zxcp p{
	color:#FFF;	
	font-size:14px;
	font-weight:bold;
	text-indent:25px;
	height:18px;
	line-height:18px;
	background:url(../images/m_r_ss_bj.gif) no-repeat;	
	background-size: cover;
}

/* 产品幻光灯样式*/
.rollBox{
	width:750px; 
	_width:756px;
	height:159px; 
	overflow:hidden;/*padding:12px 0 5px 6px;*/
	margin-top:20px;
	margin-left:5px;
	margin-bottom:22px;
	border:#020202 1px solid;
}

.rollBox .LeftBotton{
	height:159px;
	width:31px; 
	background:url(../images/lefts.gif) no-repeat;
	overflow:hidden;
	float:left;
	display:inline;
	cursor:pointer;
}

.rollBox .RightBotton{
	height:159px;
	width:31px; 
	background:url(../images/rights.gif) no-repeat;
	overflow:hidden;
	float:left;
	display:inline;
	cursor:pointer;
}

.rollBox .Cont{
	width:684px;
	_width:690px;
	height:154px;
	padding-top:5px;
	overflow:hidden;
	float:left; 
	margin-left:2px; 
	margin-right:2px;
	background:#4F4F4F;
}

.rollBox .ScrCont{
	width:10000000px;
}

.rollBox .Cont .pic{
	width:134px;
	height:150px;
	float:left;
	text-align:center; 
	margin-left:15px;
	margin-right:25px;
	_margin-left:0;
	_margin-right:5px;
}

.rollBox .Cont .pic img{
	background:#fff;
	border:1px solid #A5A5A5;
	display:block;
	margin:0 auto; 
	width:128px; 
	height:113px;
}

.rollBox .Cont .pic p{
	line-height:25px;
	background:none;
	font-size:12px;
	font-weight:normal;
	text-indent:0;
}

.rollBox .Cont .pic p a{
	color:#FFF;	
}

.rollBox .Cont a:link,.rollBox .Cont a:visited{
	color:#626466;
	text-decoration:none;
}

.rollBox .Cont .pic p a:hover{
	color:#f00;
	text-decoration:underline;
}

.rollBox #List1,.rollBox #List2{
	float:left;
}
/* 产品幻光灯样式结束 */

.m_right .m_r_xwdt{
	margin-left:5px;
}

.m_r_xwdt dl{
	float:left;
	width:244px;
	height:160px;
	margin-right:14px;
	_margin-right:10px;
}

.m_r_xwdt dl dt{
	width:244px;
	height:37px;
	line-height:37px;
	color:#303132;
	font-size:14px;
	font-weight:bold;
	text-indent:15px;
}
.m_r_x_con{ background:#303132; height:125px;}
.m_r_xwdt dl.m_r_x_qy dt{
	/*background:url(../images/qydt.gif) no-repeat;*/
	background: linear-gradient(to bottom,#00f1f1,#009c9c);
	border-top-left-radius:10px;
	border-top-right-radius:10px;
}

.m_r_xwdt dl.m_r_x_xw dt{
	/*background:url(../images/xwzx.gif) no-repeat;*/
	background: linear-gradient(to bottom,#f1c100,#dcb000);
	border-top-left-radius:10px;
	border-top-right-radius:10px;

}

.m_r_xwdt dl.m_r_x_cp dt{
	/*background:url(../images/cpzx.gif) no-repeat;*/
	background: linear-gradient(to bottom,#f76294,#cc517a);
	border-top-left-radius:10px;
	border-top-right-radius:10px;
}

.m_r_xwdt dl dd{
	height:25px;
	line-height:25px;
	padding-left:10px;
	background:#303132;
	*padding-top:2px;
	*padding-bottom:2px;
	_padding-top:2px;
	_padding-bottom:0px;
}

.m_r_xwdt dl dd a{
	float:left;
	color:#C9CCCF;
	padding-left:13px;
	background:url(../images/xwdt_dd.png) left center no-repeat;
}

.m_r_xwdt dl dd span{
	float:right;
	color:#FFF;	
	padding-right:3px;
}

.m_r_xwdt dl dd a:hover{
	text-decoration:underline;
	color:#F00;
}

/* 翻页 */
.page{
	text-align:center;
	color:#FFF;	
	margin-bottom:10px;
	font-size:14px;
}

.page a{
	color:#f00;padding:0 5px;
}

.page a:hover{
	text-decoration:underline;
	color:#F00;
}

.page2{
	text-align:center;
	color:#333333;	
	margin-bottom:10px;
	font-size:14px;
}

.page2 a{
	color:#060;padding:0 5px;
}

.page2 a:hover{
	text-decoration:underline;
	color:#F00;
}

/* 尾部footer样式 */
.footer{
	background: linear-gradient(to bottom,#303133,#404040,#666666,#404040,#303133);
}

.footer .f_dbdh{
	height:28px;
	line-height:28px;
	/*background:url(../images/dbdh.gif) repeat-x;*/
	/*background:#313033;*/
	color:#FFF;	
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	border-bottom:#000000 1px solid;
}

.f_dbdh a{
	color:#FFF;	
	padding:0 10px;
}

.f_dbdh a:hover{
	text-decoration:underline;
}

.f_dl{
	height:70px;
	/*background:#4A4C4C;*/
	color:#FFF;
	padding-top:10px;
}

.f_dl dd{
	text-align:center;	
	margin-top:5px;
}

.f_dl dd span{
	color:#FFF;
	padding:0 10px;
}

/* 联系我们页面样式 */
.m_bom{
	width:1000px;
	/*background:#333436;*/	
	    border-top: #6E696B 1px solid;
    padding-top: 15px;
	    background: linear-gradient(to bottom,#303133,#404040,#555555,#404040,#303133);
}

.column_m_left{
	float:left;
	width:230px;
}

.column_m_left .nav_column{
	width:201px;
	margin:0 auto;
	margin-top:10px;
}

.column_m_left .nav_column li{
	width:201px;
	height:37px;
	line-height:37px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	background:url(../images/lanmu_bj.gif) no-repeat;
	overflow:hidden;
}

.column_m_left .nav_column li a{
	display:block;
	width:201px;
	height:37px;
	color:#FFF;
}

.column_m_left .nav_column li a:hover, .column_m_left .nav_column li a.hover{
	background:url(../images/lanmu_hover.gif) no-repeat;
	color:#F00;
}

.column_m_right{
	float:left;	
	width:765px;
}

.c_m_r_top{
	margin-top:10px;
}

.c_m_r_top dt{
	height:148px;
	display:none;
}

.c_m_r_top dd{
	height:18px;
	line-height:18px;
	color:#000000;
	font-size:14px;
	font-weight:bold;
	text-indent:20px;
	background:url(../images/lxwm_wz.gif) no-repeat;
}

.c_m_r_bom{
	background:#E1E3E6;
	width:765px;
	margin-top:5px;
	padding-top:10px;
	padding-bottom:20px;
	margin-bottom:5px;
}

.c_m_r_b_dl{
	color:#010000;
	font-size:14px;
	width:630px;
	height:150px;
	padding-top:25px;
	margin-left:20px;
}

.c_m_r_b_dl dt{
	margin-bottom:5px;
}

.c_m_r_b_dl dd{
	float:left;	
	height:20px;
	width:300px;
	margin:2px 0;
}

.c_m_r_b_ditu{
	margin-top:10px;
}

.c_m_r_b_ditu dt{
	colro:#010000;
	font-size:14px;
	font-weight:bold;
	text-indent:30px;
	margin-bottom:5px;
}

.c_m_r_b_ditu dd{
	text-align:center;	
}

/* 公司简介页面样式 */
.gsjs_m_bom{
		
}

.gsjs_m_bom div{
	text-align:center;
	padding-bottom:20px;
	padding-top:20px;
}

.gsjs_m_bom div img{
	padding:0 3px;	
}

.gsjs_m_bom p{
	width:700px;
	line-height:25px;
	color:#000000;
	margin:0 auto;
	
	font-size:14px;
}

.gsjs_m_bom p img{
	max-width:700px!important;
	height:auto!important
 	zoom:expression(function(elm){if(elm.width>700){var oldVW = elm.width; elm.width=700; elm.height = elm.height*(140 /oldVW);}elm.style.zoom = '1';}(this));
}

.m_b_gsxc{
	width:200px;
	margin:0 auto;
	margin-top:10px;
	background:#010101;
	padding-bottom:5px;
}

.m_b_gsxc dt{
	width:200px;
	height:30px;
	line-height:30px;
	color:#F00;
	font-size:14px;
	font-weight:bold;
	text-indent:15px;
	background:#002672;	
}

.m_b_gsxc dd{
	height:25px;
	line-height:25px;
	padding-left:10px;
	color:#FFF;
}

.m_b_gsxc dd a{
	color:#C9CCCF;
	padding-left:13px;
	background:url(../images/xwdt_dd.png) left center no-repeat;
}

.m_b_gsxc dd a:hover{
	text-decoration:underline;
	color:#F00;
}


/* 产品列表页面样式 */
.cpzx_m_bom{
	padding-bottom:20px;
}

.cpzx_m_bom dl{
	float:left;	
	width:240px;
	margin-top:15px;
	margin-right:15px;
	_margin-right:11px;
}

.cpzx_m_bom dt{
	width:240px;
	height:240px;
	background:url(../images/cpzx_dt.png) no-repeat;
	text-align:center;
	border-bottom:#333333 1px solid;
}

.cpzx_m_bom dt img{
	margin-top:10px;	
}

.cpzx_m_bom dd{
	background:#F1F1F1;
	height:34px;
	line-height:34px;
	text-align:center;
	overflow:hidden;
}

.cpzx_m_bom dd a{
	color:#020000;
	font-size:14px;
	font-weight:bold;	
}

.cpzx_m_bom dd a:hover{
	color:#F00;
	text-decoration:underline;
}


.p_yqlj{
	width:201px;
	margin: auto;
	height:130px;
	background:#373A40;	
	border-bottom:#030B16 1px solid;
	margin-top:10px;
	margin-bottom:10px;
}

.p_yqlj dt{
	color:#F6F7F6;
	font-size:14px;
	font-weight:bold;
	height:28px;
	line-height:28px;
	background:url(../images/m_l_xia_bj.gif) repeat-x;
	text-indent:10px;
}

.p_yqlj dd{
	float:left;
	width:95px;
	margin-left:5px;
	_margin-left:2px;
	margin-top:10px;
	height:20px;
}

.p_yqlj dd a{
	color:#FFFF33;	
}

.p_yqlj dd a:hover{
	text-decoration:underline;
	color:#F00;	
}

/* 产品详细页面样式 */
.cpxx_bom{
	margin-top:12px;
	background:#E1E3E6;
	border:#FFF 1px solid;
	margin-bottom:20px;
}

.cpxx_b_left{
	float:left;	
	width:260px;
	padding-bottom:10px;
}

.cpxx_b_left dl{
	width:240px;
	margin:0 auto;
	margin-top:4px;
}

.cpxx_b_left dl dt{
	width:240px;
	height:240px;
	background:#FEFEFE;
	border:#CDCDCD 1px solid;
	text-align:center;
}

.cpxx_b_left dl dt img{
	margin-top:10px;	
}

.cpxx_b_left dl dd{
	text-align:center;
	color:#020000;
	font-size:14px;
	font-weight:bold;
	/*height:35px;*/
	line-height:30px;
	background:#F1F1F1;
	margin-top:5px;
}

.cpxx_b_right{
	float:left;
	width:503px;
	background:#EFF1F6;
	padding-bottom:20px;
	word-wrap:break-word;
}

.cpxx_b_right .cpxx_b_r_div{
	width:450px;
	height:26px;
	background:url(../images/1_02.png) repeat-x;
	color:#DB0707;
	line-height:26px;
	margin-top:10px;
	margin-left:0;
	text-indent:8px;
	margin-bottom:14px;
	padding-left:50px;
	overflow:hidden;
}

.cpxx_b_r_div_1{ font-size:13px;float:left; width:110px; text-align:center; color:#fff; cursor:pointer; }
.cpxx_b_r_div_2{ font-size:13px;float:left; width:110px; text-align:center; color:#fff; cursor:pointer;background:url(../images/2_02.png) repeat-x;}
#al01,#al02{ border-right:1px solid #fff;}
.ls_con{ padding:0 10px 15px 10px;}
#ls1{ display:block;}
#ls2{ display:none;}
#ls3{ display:none;}


/*.cpxx_b_right p{
	font-size:14px;
	color:#020000;
	width:440px;
	line-height:25px;
	margin-left:10px;	
	padding-left:25px;
	background:url(../images/yuandian.gif) left 7px no-repeat;
}
*/

.project_show{
	margin-bottom:20px;
}

.project_show p{
	font-size:14px;
	color:#020000;
	width:700px;
	line-height:25px;
	margin-left:10px;	
	padding-left:25px;
	margin-top:10px;
}

.project_show img{
	max-width:700px!important;
	height:auto!important
 	zoom:expression(function(elm){if(elm.width>700){var oldVW = elm.width; elm.width=700; elm.height = elm.height*(140 /oldVW);}elm.style.zoom = '1';}(this));
}

/* 新闻列表页样式 */
.xwzx_liebiao{
	padding-top:10px;
	padding-left:10px;
}

.xwzx_liebiao dt{
	width:120px;
	height:27px;
	line-height:27px;
	color:#DB0707;
	font-size:16px;
	font-weight:bold;
	background:#FDEF79;
	text-indent:10px;
}

.xwzx_liebiao dd{
	width:600px;
	height:25px;
	line-height:25px;
	margin-left:15px;
	font-size:14px;
	border-bottom:#363839 1px dashed;
	margin-top:10px;
	padding-left:15px;
	background:url(../images/xiaoyuandian.gif) left center no-repeat;
}


.xwzx_liebiao a{
	float:left;
	color:#020000;
}

.xwzx_liebiao a:hover{
	text-decoration:underline;
	color:#F00;	
}

.xwzx_liebiao span{
	float:right;	
	color:#666666;
	padding-right:10px;
}

/* 新闻内容页样式 */
.xwzx_m_bom{
	padding-top:10px;
}

.xwzx_neirong{
	
}

.xwzx_n_top{
	width:400px;
	height:27px;
	line-height:27px;
	color:#DB0707;
	font-size:16px;
	font-weight:bold;
	background:#FDEF79;
	margin-top:10px;
	margin-left:10px;
	text-indent:10px;
	margin-bottom:20px;
}

.xwzx_n_p{
	margin-left:18px;
	width:700px;
	font-size:14px;
	text-indent:20px;
	color:#020000;
}

.xwzx_n_p p{
	line-height:25px;
	width:700px;
}

.xwzx_n_p p img{
	max-width:700px!important;
	height:auto!important;
 	zoom:expression(function(elm){if(elm.width>700){var oldVW = elm.width; elm.width=700; elm.height = elm.height*(140 /oldVW);}elm.style.zoom = '1';}(this));	
}


/* 在线留言样式 */
.free_form{
	width:765px;
	
}

.free_form table{
	margin-top:25px;
	border:#000 1px solid;
	width:725px;	
}

.free_form table td span{
	font-size:14px;
	color:#E6BB21;
	padding-right:15px;
}

.free_form table tr{
	height:50px;
	color:#666666;	
}

.free_form table td{
	
}

.free_form table tr .f_input{
	height:25px;
	border:#CCCCCC 1px solid;
	width:217px;
	line-height:25px;
	margin-left:10px;
}

.free_form table tr input.f_input{
	margin-top:2px;
	width:270px;
}

table em{
	color:#F00;
	padding-right:5px;	
}

table p{
	margin-top:10px;	
}

form .btn{
	margin-left:202px;
	margin-top:5px;
}

.submit{
	background:url(../images/f_submit.gif) no-repeat;
	width:115px;
	height:40px;
	border:none;	
}

.yzcode{
	vertical-align:middle;
	margin-left:10px;	
}

/* 注册页面 */
.zhuce{
	background:#000;
	padding-bottom:20px;
}

.zhuce .z_p{
	height:25px;
	line-height:25px;
	
	background:#0E467E;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	text-indent:20px;	
}

.zhuce form{
	width:250px;
	margin:0 auto;
	padding-top:10px;
}

.zhuce form div{
	width:230px;
	margin-top:10px;
	line-height:25px;
	height:25px;
}

.zhuce form span{
	float:left;
	color:#FFF;
}

.zhuce form span.z_yzm{
	padding-right:29px;	
}

.zhuce form p{
	float:right;	
}

.zhuce form .z_img{
	margin-left:77px;	
}

.zhuce form .z_s{
	margin-left:20px;	
}

/* 公司相册样式 */
.picshow {
	BORDER-BOTTOM: #d9e0ea 1px solid; BORDER-LEFT: #d9e0ea 1px solid; MARGIN: 0px auto; WIDTH: 998px; HEIGHT: 620px; BORDER-TOP: #d9e0ea 1px solid; BORDER-RIGHT: #d9e0ea 1px solid
;}

#picarea {
	MARGIN: 0px auto; WIDTH: 990px; BACKGROUND: #fff; HEIGHT: 620px;
}
#bigpicarea {
	POSITION: relative; MARGIN: 0px auto; WIDTH: 774px; HEIGHT: 482px; OVERFLOW: hidden
}
.image {
	TEXT-ALIGN: center
}
.image IMG {
	BORDER-BOTTOM: #ececec 1px solid; BORDER-LEFT: #ececec 1px solid; MARGIN: 0px auto; BORDER-TOP: #ececec 1px solid; BORDER-RIGHT: #ececec 1px solid
}
#bigpicarea .word {
	TEXT-ALIGN: center; HEIGHT: 50px; COLOR: #333
}
#bigpicarea .word H3 {
	TEXT-ALIGN: center; LINE-HEIGHT: 48px; HEIGHT: 48px; COLOR: #333; FONT-SIZE: 14px
}
#bigpicarea .ui-els-hide {
	DISPLAY: none
}
#thumbs {
	LIST-STYLE-TYPE: none; MARGIN: 0px auto; WIDTH: 990px; HEIGHT: 110px
}
* HTML #thumbs {
	HEIGHT: 100%
}
#thumbs LI {
	MARGIN: 0px 3px; WIDTH: 85px; DISPLAY: inline; FLOAT: left; HEIGHT: 60px
}
#thumbs UL {
	MARGIN-TOP: 3px
}
#thumbs LI.last_img {
	MARGIN-RIGHT: 4px
}
#thumbs LI.first {
	MARGIN: 25px 10px 0px 15px; WIDTH: 9px; HEIGHT: 16px; CURSOR: pointer
}
#thumbs LI.last {
	MARGIN: 25px 10px 0px 15px; WIDTH: 9px; HEIGHT: 16px; CURSOR: pointer
}
#thumbs LI A {
	BORDER-BOTTOM: #fff 2px solid; BORDER-LEFT: #fff 2px solid; WIDTH: 80px; DISPLAY: block; FONT-SIZE: 0px; BORDER-TOP: #fff 2px solid; BORDER-RIGHT: #fff 2px solid
}
#thumbs LI A:hover {
	BORDER-BOTTOM: #000 2px solid; BORDER-LEFT: #000 2px solid; BORDER-TOP: #000 2px solid; BORDER-RIGHT: #000 2px solid
}
#thumbs LI A.current {
	BORDER-BOTTOM: #f8ae0f 2px solid; BORDER-LEFT: #f8ae0f 2px solid; BORDER-TOP: #f8ae0f 2px solid; BORDER-RIGHT: #f8ae0f 2px solid
}
#thumbs LI.first IMG {
	
}
#thumbs LI.last IMG {
	
}
.bigbtnPrev {
	Z-INDEX: 100; POSITION: absolute; WIDTH: 35px; HEIGHT: 51px; TOP: 186px; CURSOR: pointer; LEFT: 30px
}
.bigbtnNext {
	Z-INDEX: 100; POSITION: absolute; WIDTH: 35px; HEIGHT: 51px; TOP: 186px; CURSOR: pointer; RIGHT: 30px
}
#big_play_prev {
	BACKGROUND-IMAGE: url(../images/leftbig.png); WIDTH: 35px; DISPLAY: block; HEIGHT: 51px; _background: none; _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop,src='../images/leftbig.png')
}
#big_play_next {
	BACKGROUND-IMAGE: url(../images/rightbig.png); WIDTH: 35px; DISPLAY: block; HEIGHT: 51px; _background: none; _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop,src='../images/rightbig.png')
}
#smallpicarea {
	MARGIN: 0px auto; WIDTH: 990px; BORDER-TOP: #ececec 1px solid; PADDING-TOP: 20px;
}

/* 下载样式 */

.xiazai_ul{
	margin-left:15px;
	height:35px;
	border-bottom:#333333 1px dashed;
	width:730px;
	margin-top:10px;
}

.xiazai_ul li{
	float:left;
	height:35px;
	line-height:35px;
	font-size:16px;	
}

.xiazai_ul li a{
	color:#333333;	
	font-weight:bold;
}

.xiazai_ul li a:hover{
	text-decoration:underline;	
}

.xiazai_ul_title{
	width:240px;
	font-weight:bold;
	color:#DB0707;
	text-indent:15px;
}

.xiazai_ul_dengku{
	width:140px;
}

.xiazai_ul_shuomingshu{
	width:140px;
	margin-right:30px;
}

.xiazai_ul_shipin{
	width:140px;
}


/*首页视频轮播*/
.swiper-slide.pic_shipin{
	/*width:134px;*/
	/*height:150px;*/
	float:left;
	
/*	margin-left:20px;
	margin-right:20px;*/
	text-align:center; 
	border:1px solid #f3f3f3;
	

}

.swiper-slide.pic_shipin img{
	background:#fff;
	/*border:1px solid #eeeeee;*/
	display:block;
	margin:0 auto; 
	width:100%; 
	height:279px;
}
.swiper-slide.pic_shipin .pic_shipin_a{
	/*border:1px solid #eeeeee;*/
	display:block;
	margin:0 auto; 
	width:100%; 
	height:319px;
	background:#ffffff;
}
.swiper-slide.pic_shipin .pic_shipin_a1{
	/*border:1px solid #eeeeee;*/
	display:block;
	margin:0 auto; 
	width:100%; 
	height:279px;
}

.swiper-slide.pic_shipin .pic_shipin_a_title{
	width: calc(100% - 20px);
	padding:0 10px;
	height:40px;
	line-height:40px;
	background:none;
	font-size:14px;
	font-weight:normal;
	text-indent:0;
	color:#333333;	
	overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}


.rollBox_shipin .swiper-button-prev_shipin:after, .swiper-container-rtl .swiper-button-next_shipin:after {
    content: '';
}
.rollBox_shipin .swiper-button-next_shipin:after, .swiper-container-rtl .swiper-button-prev_shipin:after {
    content: '';
}
.rollBox_shipin{
	width:100%;
	/*height:200px;*/ 
	overflow:hidden;/*padding:12px 0 5px 6px;*/
	margin-top:20px;
	margin-left:5px;
	margin-bottom:30px;
	/*border:#999999 1px solid;*/
}
.rollBox_shipin .swiper-button-prev_shipin {
left:0;
top:0;
margin-top:0;
	height:321px;
	line-height:321px;
	width:31px;
	text-align:center;
	/*background:url(/images/lefts.gif) no-repeat;*/
	overflow:hidden;
	float:left;
	display:inline;
	cursor:pointer;
	font-size:46px;
	background: #ffffff;
	color:#666666;
}
.rollBox_shipin .swiper-button-prev_shipin .swiper-button-prev_shipin_d {
margin-top:126px;
height:70px;
line-height:65px;
background: linear-gradient(to bottom,#dddddd,#eeeeee,#dddddd);
border-radius:3px;

}

.rollBox_shipin .swiper-button-next_shipin{
right:0;
top:0;
margin-top:0;
	height:321px;
	line-height:321px;
	width:31px; 
	text-align:center;
	/*background:url(/images/rights.gif) no-repeat;*/
	overflow:hidden;
	float:left;
	display:inline;
	cursor:pointer;
	font-size:46px;
	background: #ffffff;
	color:#666666;
}
.rollBox_shipin .swiper-button-next_shipin .swiper-button-next_shipin_d {
margin-top:126px;
height:70px;
line-height:65px;
background: linear-gradient(to bottom,#dddddd,#eeeeee,#dddddd);
border-radius:3px;

}

.rollBox_shipin .swiper-wrapper{
	width:906px;
	/*height:154px;
	padding-top:5px;*/
	margin-left:33px; 
	margin-right:33px;
	background:#ffffff;
}
/*首页视频轮播end*/



/*首页视频 -  改*/
.m_r_zxcp_index_video{ width:calc(100% - 32px); padding:0 15px; background:#ffffff; border:1px solid #f1f1f1;}
.m_r_zxcp_index_video_title{ padding:20px 0; text-align:center;}
.m_r_zxcp_index_video_title span{ font-size:32px; letter-spacing:1px; font-weight:bolder; color:#333;text-shadow: 2px 2px 5px rgb(0 0 0 / 30%);}


/*首页视频 -  改 end*/

/*首页中部 -  改*/
.index_con_all{ background:linear-gradient(to bottom,#303133,#404040,#666666,#777777,#303133);}



/*.index_con_all{ background:#00f}*/

.m_right_all{ float:none; width:100%;}

/*首页中部 -  改 end*/



/*首页中部轮播*/

/*首页视频轮播*/
.swiper-slide.pic_shipin_products{
	/*width:134px;*/
	height:150px;
	float:left;
	
/*	margin-left:20px;
	margin-right:20px;*/
	text-align:center; 
	

}
.pic_shipin_products_a{ background:#ffffff; display:block;}

.swiper-slide.pic_shipin_products img{
	background:#fff;
	border:1px solid #A5A5A5;
	display:block;
	margin:0 auto; 
	width:100%; 
	height:164px;
}
.swiper-slide.pic_shipin_products .pic_shipin_products_a1{
	border-bottom:1px solid #eeeeee;
	display:block;
	margin:0 auto; 
	width:100%; 
	height:164px;
	box-sizing:border-box;	-moz-box-sizing:border-box;	-webkit-box-sizing:border-box;
}

.swiper-slide.pic_shipin_products .pic_shipin_products_a_title{
	width: cale(100% - 10px);
	padding:0 5px;
	height:25px;
	line-height:25px;
	background:none;
	font-size:12px;
	font-weight:normal;
	text-indent:0;
	color:#333333;
	overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}

.swiper-slide.pic_shipin_products p a{
	color:#FFF;	
}


.rollBox_shipin_products .swiper-button-prev_products:after, .swiper-container-rtl .swiper-button-next_products:after {
    content: '';
}
.rollBox_shipin_products .swiper-button-next_products:after, .swiper-container-rtl .swiper-button-prev_products:after {
    content: '';
}
.rollBox_shipin_products{
	width:950px;
	height:210px; 
	overflow:hidden;/*padding:12px 0 5px 6px;*/
	margin-top:20px;
	margin-left:5px;
	margin-bottom:22px;
	border:#020202 1px solid;
}
.rollBox_shipin_products .swiper-button-prev_products {
left:0;
top:0;
margin-top:0;
	height:210px;
	width:31px; 
	background:url(/images/lefts.gif) no-repeat;
	background-size:100% 100%;
	overflow:hidden;
	float:left;
	display:inline;
	cursor:pointer;
}

.rollBox_shipin_products .swiper-button-next_products{
right:0;
top:0;
margin-top:0;
	height:210px;
	width:31px; 
	background:url(/images/rights.gif) no-repeat;
	background-size:100% 100%;
	overflow:hidden;
	float:left;
	display:inline;
	cursor:pointer;
}

.rollBox_shipin_products .swiper-wrapper{
	width:884px;
	height:205px;
	padding-top:5px;
	margin-left:33px; 
	margin-right:33px;
	background:#4F4F4F;
}
/*首页视频轮播end*/

/*首页中部轮播 end*/



