﻿/*做最好的整站模板下载网站 */
@charset "utf-8";
body { color: #242323;background:;margin: 0;padding: 0;font-family: "微软雅黑";font-size: 12px;/*-moz-user-select:none;*/HEIGHT: 100%;}
*{ margin:0; padding:0;}
* + html { z-index: 6666;}
* + html .search {  z-index: 5555;}
.biaoti {font-family:  "Microsoft Yahei","微软雅黑", "Arial", "Verdana", "sans-serif";
	font-size: 14px;line-height: 120%;color: #828282;	text-decoration: none;	font-weight: bold;}
.line {	font-size: 9px;	line-height: 120%;	color: #333333;	text-decoration: none;	font-weight: normal;}

.pro{clear: both;margin-top: 20px;}
h1, h2, h3, h4, h5, h6, dl, dt, dd, ol, ul, li, q, span, strong, form, iframe, label, textarea, input {
	padding: 0;
	margin: 0;
}
ul, li, ol {list-style: none;list-style-type: none}
img {border: 0;	-ms-interpolation-mode: bicubic}
textarea {	overflow-y: auto}
q {	quotes: none}
q:before, q:after {	content: '';	content: none}
a {text-decoration: none;color: #242323;}
a:hover {text-decoration: none;color: #1563B6;}
a:link {text-decoration: none}
a:visited {text-decoration: none;}
a:active {text-decoration: none;}
.none, #none, .hide, #hide {display: none}
a, li, span, p {transition: all 0.2s linear;-webkit-transition: all 0.2s linear;-moz-transition: all 0.2s linear;-o-transition: all 0.2s linear;}

#clear, .clear {clear: both;line-height: 1px;height: 1px;margin-top: -1px;overflow: hidden}
.fl, .l, #l {float: left}
.fr, .r, #r {float: right}
.MT10 {	margin-top: 10px}
.MB10 {	margin-bottom: 10px}
.PT10 {	padding-top: 10px}
.PB10 {	padding-bottom: 10px}
.PT30 {	padding-top: 30px}
.MT20 {	margin-top: 20px}
.MT50 {	margin-top: 50px}
.MTA {	margin-top: 0px}
.r5 {	margin-right: 10px;}
.bbai {	background: #FFF !important;}
.clearfix {	zoom: 1;}
.clearfix:after {content: ".";	clear: both;height: 0;	visibility: hidden;	display: block;}
.gray {	color: #999;	font-weight: normal;}
.white {color: #fff;	font-weight: normal;}

h1,h2,h3,h4,h5,h6,h7,h8{ font-weight:normal;}
.f36{font-size:36px; }
.f24{font-size:24px; }
.f11{font-size:11px;}
.f13{font-size:13px;}
.f14{font-size:14px;}
.f15{font-size:15px;}
.f16{font-size:16px;}
.f18{font-size:18px;}
.f22{font-size:22px; }
.f20{font-size:20px;}
.f24{font-size:24px;}
.f26{font-size:26px;}
.f28{font-size:28px;}
.f30{font-size:30px; }
.f32{font-size:32px; }

.pl10{ padding-left:10px;}
.pl15{ padding-left:15px;}
.pl20{ padding-left:20px;}

.l20{ line-height:20px;}
.l22{ line-height:22px;}
.l24{ line-height:24px;}
.l26{ line-height:26px;}
.l28{ line-height:28px;}
.l30{ line-height:30px;}
.l34{ line-height:34px;}
.l44{ line-height:44px;}
.container {margin: 0 auto;	width: 1200px;}

/*头部*/
.topper{width:100%; height:35px; line-height:35px; background:#F6F6F6; overflow:hidden; font-size:13px; color:#888;}
.topper a{ color:#888;}
.topper span{ padding:0 5px; font-size:10px;}
.topper ul{ height:35px;}
.topper ul li{ float:left; width:50%;}
.topper ul li:nth-child(2){ text-align:right;}

#header { padding:25px 0;}
.hd_cont { overflow: hidden;}
.hd_cont .hd_logo a{font-size:30px;}
.hd_cont .hd_wz{ padding-left:20px; margin-left:20px; border-left:1px solid #ddd; margin-top:8.5px;}
.hd_cont .hd_wz dt { color:#1563B6; font-size:20px; font-weight:bold;} 
.hd_cont .hd_wz dd { font-size:14px; color:#666; letter-spacing:1px;} 
.hd_cont .dh_phone { padding-left:60px; height:56px; background:url(../images/phone.png) no-repeat left center;	color: #5c5c5c; padding-top:3px;}
.hd_cont .dh_phone dt { font-size:14px; line-height:20px;}
.hd_cont .dh_phone dd {	font-size: 28px;font-family:Impact; color: #1563B6; line-height:30px;}

/*导航*/
#nav { width:100%; height:55px; overflow:hidden; background:#1563B6; border-bottom:1px solid #12549C;}
#navMenu { width:1200px;overflow:hidden; height:55px; margin:0 auto;}
#navMenu ul { overflow:hidden; height:55px;}
#navMenu ul li { float:left; text-align:center;}
#navMenu ul li a { display:block; width:150px; line-height:55px; color:#FFF; font-size:15.5px; background:url(../images/nav_line.jpg) no-repeat center right;}
#navMenu ul li:last-child a{ background:none;}
#navMenu ul li a:hover { background:#176DCC;}
#navMenu ul .home a { background:#176DCC;}
#navMenu ul .hover a { background:#176DCC;}
#navMenu ul li .sub_nav{
 position: absolute;
   
    width: 150px;
    background: rgba(23,109,204,.95);
    transition: all 300ms;
  
    margin-top:0px;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    padding:0;padding-bottom: 20px;padding-top: 20px;
}
#navMenu ul li:hover .sub_nav{
  
    opacity: 1;
    visibility: visible;
}
#navMenu ul li .sub_nav a{
    display: block;
    text-align: center;
    color: #fff;
    font-size: 15px;border-bottom: 1px solid #267cda;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height:30px;
    line-height:30px;
    padding: 0px;
}
.sub_nav a :last-child{padding-bottom: 15px;}
#navMenu ul li.sub_nav a:hover{
    background: rgba(0,0,0,.1);color: #fff;
}

.dropMenu {	position: absolute;	top: 0;	z-index: 100;width: 160px;	visibility: hidden;	margin-top: -2px;	padding-top: 10px;	padding-bottom: 10px;background: #FF4200;}
.dropMenu li {display: block;}
.dropMenu a {display: block;	height: 35px;	line-height: 35px;	padding-left: 10px;	color: #FFFFFF;}
* html .dropMenu a {width: 100%;color: #FFFFFF;}
.dropMenu a:hover {	color: fff;	background-color: #666;}
.dropMenu li {transition: none;	-webkit-transition: none;	-moz-transition: none;	-o-transition: none;}
.dropMenu a {transition: none;	-webkit-transition: none;	-moz-transition: none;	-o-transition: none;}
.main {	width: 1000px;	overflow: hidden;	zoom: 1;}
.main:after {content: ".";	clear: both;height: 0;	visibility: hidden;	display: block;}

/*首页幻灯片*/
#banner { width:100%;float:left; height:600px; position:relative}
.ulBanner {	width:100%; height:600px}
.ulBanner li { position:absolute; width:100%; height:600px}
.ulBannerNav { position:absolute; bottom:30px; left:43%; margin-left:-33px; z-index:10}
.ulBannerNav li { float:left; background:#fff; margin:0 10px; width:80px; height:10px;	display:block;	cursor pointer;}
.ulBannerNav li.on { background:#1563B6; cursor:pointer}

/*搜索*/
.searchBg {	padding-top: 30px;	padding-bottom: 20px;	background: #fff url(../images/serbg.png) bottom no-repeat}
.search { height: 36px;	line-height: 36px;	overflow: hidden;}
.search .searchBox { width: 262px;}
.search .soText {float: left;width: 206px;height: 16px;	line-height: 16px;padding: 5px;color: #666;	border: none;background: #ddd;outline: none;font-family: microsoft yahei;}
.search .soBtn {float: right;	width: 46px;text-align: center;	height: 26px;	color: #fff;border: none;	background: #000;cursor: pointer}
.search .keyWord {	width: 500px;height: 36px;line-height: 36px;overflow: hidden;	color: #333;}
.search .keyWord b { font-weight: normal;	height: 36px;	float: left;}
.search .keyWord a { padding: 0 10px;	color: #333;}
.search .keyWord ul { float: left;	height:36px;}
.search .keyWord ul li {float: left;	padding: 0 5px;}

/*友情链接*/
.yqljbg { background: #F7F7F7; height:50px; line-height:50px;}
.yqlj {	}
.yqlj .conttit { font-size:13px;}
.yqlj .conttit .tita { color: #666; font-weight:bold;}
.yqlj .conttit .tita1 { color: #777; padding:0 5px;}

/*服务*/
.Index_fw{ margin:60px 0;}
.Index_fw .fw_list{}
.Index_fw .fw_list li{ float:left; width:33.333%; text-align:center;}
.Index_fw .fw_list li img{ width:25%;}
.Index_fw .fw_list li h4{ font-size:17px; margin-top:15px;}
.Index_fw .fw_list li i{ display:block; width:30px; height:3px; margin:15px auto;}
.Index_fw .fw_list li:nth-child(1) i{ background:#1563B6;}
.Index_fw .fw_list li:nth-child(2) i{ background:#f3792c;}
.Index_fw .fw_list li:nth-child(3) i{ background:#27AE61;}
.Index_fw .fw_list li p{ color:#666; font-size:14px; line-height:24px;}

/*标题*/
.Index_title{ text-align:center;}
.Index_title h3{ font-size:34px; color:#333333;}
.Index_title h3 span{ font-size:60px; color:#1563B6;}
.Index_title h4{ background:url(../images/ys_tit.png) no-repeat center; font-size:18px; color:#555555; margin-top:9px; font-weight:normal;}

.Index_title1{ text-align:center;}
.Index_title1 h3{ font-size:34px; color:#fff;}
.Index_title1 h3 span{ font-size:60px; color:#f3792c; font-weight:bold;}
.Index_title1 h4{ background:url(../images/ys_tit.png) no-repeat center; font-size:18px; color:#ddd; margin-top:9px; font-weight:normal;}

/*环保工程*/
.Index_hb{ padding:80px 0; background:#f5f5f5;}
.Index_hb .hbfl_list{ height:42px; line-height:40px; width:800px; margin:50px auto 0 auto; overflow:hidden;}
.Index_hb .hbfl_list li{ float:left; width:25%; text-align:center;}
.Index_hb .hbfl_list li a{ display:block; width:165px; margin:0 auto; font-size:14px; border:1px solid #ccc; border-radius:30px; color:#666;}
.Index_hb .hbfl_list li:nth-child(1) a,.hbfl_list li:hover a{ background:#1563B6; border:1px solid #1563B6; color:#fff;}

.Index_hb .hb_list{ margin-top:50px;}
#four_flash{ width:1400px; height:408px; margin:0 auto; position:relative;}
#four_flash .flashBg {width:1200px;height:408px; margin:0 auto; position:relative;overflow:hidden;}
#four_flash .flashBg ul.mobile{ width:2000%; height:408px; position:absolute; top:0; left:0;}
.Index_hb .hb_list li{ float:left; width:285px; height:408px; background:rgba(255,255,255,0.9); margin-right:20px; position:relative;}
.Index_hb .hb_list li .img{ width:285px; height:200px; overflow:hidden;}
.Index_hb .hb_list li .img img{ width:285px; height:200px; transition:all 0.6s;}
.Index_hb .hb_list li:hover img{ transform:scale(1.2)}
.Index_hb .hb_list li .Inf{ padding:30px 30px 40px 30px;}
.Index_hb .hb_list li h3{ font-size:18px; font-weight:bold; margin-bottom:15px;}
.Index_hb .hb_list li p{ font-size:14px; line-height:26px; color:#666;}
.Index_hb .hb_list li span{ display:block; width:50px; height:1px; background:#ccc; margin-top:20px;transition:all 0.6s;}
.Index_hb .hb_list li:hover span{ background:#fff; width:225px;}
.Index_hb .hb_list li:hover{ background:#1563B6}
.Index_hb .hb_list li:hover h3{ color:#FFF}
.Index_hb .hb_list li:hover p{ color:#eee}
#four_flash .but_left{width:36px;height:90px;position:absolute; top:159px; left:0px; cursor:pointer;} 
#four_flash .but_right{width:36px;height:90px; position:absolute; top:159px; right:0px; cursor:pointer;}


/*成套设备*/
.Index_pro{ padding:80px 0 50px 0;}
.Product{ margin-top:50px;}
.pro_left{ width:250px;  padding-bottom:30px;}
.pro_tit{ background:#1563B6; font-size:24px; text-align:center; color:#fff; padding:15px 0 10px 0; text-transform:uppercase; line-height:30px;}
.pro_fl_list{ padding:12px 20px 30px 20px; border:1px solid #CCCCCC; border-top:0;}
.pro_fl_list li{  border-bottom:1px solid #ccc; line-height:62px;}
.pro_fl_list li a{ display:block; background:url(../images/pro_li_bg.png) no-repeat 176px center; font-size:16px; padding-left:10px;}
.pro_fl_list li:hover a{ background:#1563B6 url(../images/pro_li_bg_hover.png) no-repeat 176px center; color:#fff;}
.pro_tel{ background:url(../images/pro_left_tel.png) no-repeat left center; padding-left:55px; margin-top:20px; color:#666;}
.tel_hm{ color:#1563B6; font-size:24px; line-height:28px; font-family:Impact}

.pro_right{ width:910px;}
.pro_rt_tit{color:#1563B6; height:30px; line-height:30px;}
.pro_more{ font-weight:bold;}
.pro_list{}
.pro_list li{ float:left; width:284px; margin-right:29px;  margin-bottom:30px;}
.pro_list li:nth-child(3n){ margin-right:0;}
.pro_list li .pro_img{ width:284px; height:204px;}
.pro_list li .pro_img img{ width:282px; height:202px; border:1px solid #CCC;}
.pro_list li:hover img{  border:1px solid #1563B6;}
.pro_list li .pro_t{ text-align:center; height:50px; line-height:50px; font-size:16px; background:#F1F1F1}

/*优势*/
.Index_ys{ background:url(../images/ys_bg.jpg) no-repeat center; padding:80px 0; background-size:cover;}
.Index_ys .ys_list{ margin-top:50px;}
.Index_ys .ys_list li{ float:left; width:300px; background:rgba(255,255,255,0.8); height:530px;}
.Index_ys .ys_list li img{ width:300px; height:250px;}
.Index_ys .ys_list li h3{ font-weight:bold; font-size:20px; margin-top:30px; text-align:center;}
.Index_ys .ys_list li i{ display:block; width:40px; height:2px; background:#1563B6; margin:25px auto;}
.Index_ys .ys_list li p{ line-height:26px; color:#666; font-size:14px; padding:0 30px;}
.Index_ys .ys_list li:nth-child(2n){ background:rgba(255,255,255,0.9);}

/*生产设备*/
.Index_scsb{ padding:80px 0; background:#f5f5f5;}
.Index_scsb .scsb_list{ margin-top:50px;}
.Index_scsb .scsb_list li{ float:left; width:572.5px; background:#ffffff; margin:0 35px 35px 0; box-shadow: 0 5px 5px #dedede;}
.Index_scsb .scsb_list li:nth-child(3),.Index_scsb .scsb_list li:nth-child(4),.Index_scsb .scsb_list li:nth-child(5){ width:370px;}
.Index_scsb .scsb_list li:nth-child(2),.Index_scsb .scsb_list li:nth-child(5){ margin-right:0;}
.Index_scsb .scsb_list li .scsb_img img{ width:572.5px; height:300px;}
.Index_scsb .scsb_list li:nth-child(3) .scsb_img img,
.Index_scsb .scsb_list li:nth-child(4) .scsb_img img,
.Index_scsb .scsb_list li:nth-child(5) .scsb_img img{ width:370px; height:270px;}
.Index_scsb .scsb_list li .scsb_tit{ font-size:16px; padding:20px 20px;}
.Index_scsb .scsb_list li .scsb_tit h2{ color:#333333; padding-bottom:10px;}
.Index_scsb .scsb_list li .scsb_tit p{ fonr-size:14px; color:#888; line-height:26px;}
.Index_scsb .scsb_list li .scsb_tit p span{ display:block; float:left;}
.Index_scsb .scsb_list li:nth-child(3) .scsb_tit p span,
.Index_scsb .scsb_list li:nth-child(4) .scsb_tit p span,
.Index_scsb .scsb_list li:nth-child(5) .scsb_tit p span{ width:210px; height:26px; overflow:hidden;}
.Index_scsb .scsb_list li .scsb_tit a{ display:block; float:right; width:85px; height:26px; line-height:26px; text-align:center; border:1px solid #c6c6c6; color:#666666; font-size:14px;}
.Index_scsb .scsb_list li:hover .scsb_tit a{ background:#1563B6; border:1px solid #1563B6; color:#FFF}

/*工程案例*/
.Index_case{ padding:80px 0; background:#f5f5f5; }
.Index_case .case_list{ margin-top:50px;}
.Index_case .case_list li{ float:left; overflow:hidden; background-repeat:no-repeat; background-position:center; background-size:cover; position:relative;}
.Index_case .case_list li:nth-child(1){ width:500px; height:460px; margin-right:20px;}
.Index_case .case_list li:nth-child(2){ width:330px; height:220px; margin-right:20px; margin-bottom:20px;}
.Index_case .case_list li:nth-child(3){ width:330px; height:220px; margin-bottom:20px;}
.Index_case .case_list li:nth-child(4){ width:680px; height:220px;}
.Index_case .case_list li a{ display:block; width:100%; height:100%;}
.Index_case .case_list li .bg{ width:100%;  background:rgba(0,0,0,0.5); text-align:center; color:#fff; padding:15px 0; position:absolute; bottom:-53px; transition:all 0.3s;}
.Index_case .case_list li h4{ /* background:rgba(21,99,182,0.4);*/  font-size:16px; margin-bottom:15px;}
.Index_case .case_list li p{ font-size:14px; color:#fff; padding:0 20px; height:38px;}
.Index_case .case_list li:hover .bg{ bottom:0;}

/*加工平台*/
.Index_jg{ margin:80px 0;}
.Index_jg .jg_list{ margin-top:50px;}
.Index_jg .jg_list li{ float:left; width:276px; margin-right:32px;}
.Index_jg .jg_list li:nth-child(4n){ margin-right:0;}
.Index_jg .jg_list li img{ width:270px; height:190px; border:1px solid #ddd; padding:2px;}
.Index_jg .jg_list li h4{ height:45px; line-height:45px; text-align:center; background:#ddd; font-size:15px;}


/*关于我们*/
.Index_ab{ padding-top:80px; /*background:#f5f5f5;*/}
.about{ background:url(../Images/ab_bg.jpg) no-repeat center top; margin-top:60px;}
.about h2{ font-size: 24px; color: #292929; line-height: 30px; padding-top:15px;}
.about h3{ font-size: 12px; color: #999999; font-size: 12px; color: #999999; font-family: Arial;}
.about i{ display:block; width:520px; height:1px; background:#E5E5E5; margin:30px 0;}
.about p{ font-size: 14px; line-height: 30px; color: #666666; width:520px;}
.about a{ display:block; width:160px; height:40px; line-height:40px; color:#fff; background:#1563B6; text-align:center; font-size:14px; margin-top:55px; }
.Index_kh{ margin-top:60px; padding:80px 0}
.kh_tit{ width:300px; font-size:24px; color:#FFF;}
.kh_tit span{ display:block; font-size:18px; padding-top:30px; color:#FFF;}
.kh_tit i{ display:block; width:50px; height:2px; background:#fff;}
.kh_list{ width:900px;}
.kh_list li{ float:left; width:128px; background:#fff; border:1px solid #ddd; text-align:center; margin-right:24px; margin-top:20px;}
.kh_list li.li6{ margin-right:0;}
.kh_list li img{ width:110px; height:auto;}


/*新闻中心*/
.Index_news{ margin:80px 0;}
.Index_news .news_list{ margin-top:50px;}
.Index_news .news_list li{ float:left; width:322px; padding:30px; background:#F9F9F9; margin-right:27px;}
.Index_news .news_list li:nth-child(3){ margin-right:0;}
.Index_news .news_list li .date{ font-size:18px; color:#999; line-height:24px; width:50px}
.Index_news .news_list li .date span{ display:block; font-size:14px; border-top:1px solid #ccc; margin-top:2px;}
.Index_news .news_list li h3{ font-size:18px; margin:30px 0 25px 0;}
.Index_news .news_list li img{ width:322px;}
.Index_news .news_list li p{ color:#888; font-size:14px; line-height:28px; margin:20px 0; height:56px; overflow:hidden;}
.Index_news .news_list li .more a{ display:block; width:108px; height:36px; line-height:36px; font-size:14px; text-align:center; color:#ccc; border-top:1px solid #ccc; border-bottom:1px solid #ccc;}
.Index_news .news_list li:hover .more a{ color:#1563B6; border-top:1px solid #1563B6; border-bottom:1px solid #1563B6;}
.Index_news .news_list li:hover{ background:#ECECEC;}


/*网站底部*/
.footer{ background:#222222; padding:60px 0 40px 0; color:#666; font-size:14px;}
.footer .f_logo{ width:200px; text-align:center; line-height:28px; margin-right:25px;}
.footer .f_logo img{ width:80px; padding:30px 0 5px;}
.footer .f_logo h3{ color:#fff; font-size:20px; font-weight:normal}
.footer .f_logo h4{ font-size:12px; text-transform:uppercase; font-weight:normal}
.footer .f_nav{ width:240px; border-left:1px solid #2D2D2D; border-right:1px solid #2D2D2D; padding:0 30px 0 70px;}
.footer .f_nav h3{ color:#fff; font-size:18px; font-weight:normal; margin-bottom:15px;}
.footer .f_nav a{ display:block; float:left; width:120px; height:35px; line-height:35px; color:#666;}
.footer .f_nav a:hover{ text-decoration:underline;}
.footer .f_lx { width:280px; line-height:35px; border-right:1px solid #2D2D2D; padding:0 50px;}
.footer .f_lx h3{ color:#fff; font-size:18px; font-weight:normal; margin-bottom:15px;}
.footer .f_lx h4{ font-size:16px; color:#ccc; font-weight:normal;}
.footer .f_ewm{ width:200px; text-align:center; line-height:28px;}
.footer .f_ewm img{ width:120px; padding:20px 0 5px;}
.bottom{ background:#1B1B1B; height:50px; line-height:50px; color:#666; text-align:center; font-size:14px; text-transform:uppercase;}
.bottom a{ color:#666;}

/*当前位置*/
.Inner_location{ border-bottom:1px solid #EAEAEA; height:43px; margin-bottom:20px;}
.Inner_location .homepage{ display:block; float:left; width:43px; height:43px; background: url(../images/loca.png) no-repeat center; border-left:1px solid #eaeaea; border-right:1px solid #eaeaea;}
.Inner_location p{ float: left; height: 43px; line-height: 43px; font-size: 13px; color: #999999; margin-left: 18px;}
.Inner_location p a{ color: #999999; padding: 0 4px;}
.Inner_weizhi{ border-bottom:1px dashed #dddddd; background:url(../Images/dot.png) no-repeat center left; padding-left:25px; margin:15px 0 50px 0;}
/*内页左右*/
.ncon {width: 1200px;height: auto;padding-bottom: 10px; margin:0 auto;}
.ncon:after {content: ".";display: block;height: 0;	clear: both;visibility: hidden}
.nconr { width: 900px;float: right;border: #EAEAEA 1px solid;background: #FFF; padding-top:28px;}
.nconl { width: 260px;float: left}

/*内页左侧产品分类*/
.prs {	width: 260px;overflow: hidden;	background: #FFF}
.prs .t05 {	background:#016ab4 url(../images/nconl_tit.png) no-repeat 205px center; height:80px;line-height: 80px; font-size:24px; font-weight: bold;color: #FFF; text-indent: 28px;}
.prs .t05_con {	border: 1px solid #e4e4e4; border-top: 0;}
.prs li {line-height: 58px; border-top: 1px solid #e4e4e4; text-indent: 28px; font-size: 15px; color: #333333; background: url(../images/nconl_li_bg.png) no-repeat 224px 20px;}
.prs li a {	color: #333333;	font-size: 15px;}
.prs li:hover{ background:#F5F5F5 url(../images/nconl_li_hover_bg.png) no-repeat 224px 20px;}
.prs li:hover a{ color: #016ab4; font-weight: bold;} 
.prs li:hover dl{background:#fff;color: #333333;}
.prs li:hover dd a{  color: #666;font-weight:400;}
.prs li dl{    position: relative;
    display: block;}
.prs li dd{    line-height: 40px;
    width: 80%;color: #333;
    margin-left: 10%;
    
	border-top: 1px solid #e4e4e4;} 
.prs li dd a{  color: #333;}
/*左侧联系我们*/
.contactn {	border: 1px solid #e4e4e4; margin-top: 20px; padding: 0 19px 26px; margin-bottom: 20px;}
.contactn .tits { font-size: 18px; color: #0d6eb3; font-weight: normal; height: 59px; line-height: 59px; border-bottom: 1px solid #e4e4e4; margin-bottom: 18px; text-indent: 10px;}
.contactn .subnr { }
.contactn .subnr p{ font-size: 14px; color: #333333; margin-bottom: 12px; line-height: 20px; padding: 0 10px;}
.contactn .subnr .zxzx{ display: block; width: 160px; height: 50px; overflow: hidden; background: #016ab4; text-decoration: none; margin-top: 36px;}
.contactn .subnr .zxzx span{ display: block; width: 50px; height: 50px; float: left; border-right: 1px solid #fff; background: url(../images/nconl_lx.png) no-repeat center;}
.contactn .subnr .zxzx em{ display: block; width: 109px; height: 50px; line-height: 50px; text-align: center; font-size: 16px; color: #fff; float: left; font-style:normal;}
.contactn .subnr .zxzx em img{ display: inline-block; *display: inline-block; position: relative; top: 2px; margin-left: 8px;}
/**/
.Inner_tit{ width:860px; text-align: center; margin:0 auto;}
.Inner_tit h2{ color: #0d6eb3; font-size: 20px;}
.Inner_tit i{ display: block; width: 860px; height: 3px; margin-top: 26px;}
.Inner_tit i img{ width:100%;}
.page {	width: 720px;	padding: 10px 0;margin-top: 5px;}
/*内页关于我们*/
.content { line-height: 28px;font-size: 14px;padding: 15px 20px 25px 20px; text-align:justify}
.content img {	max-width: 650px !important;display: block;	margin: 5px auto}

.content1 { line-height: 28px;font-size: 14px;padding: 15px 20px 25px 20px; text-align:justify}
.content1 img {	max-width: 100% !important;display: block;	margin: 5px auto}

/*产品图片列表*/
.pro { padding:0 20px;}
.pro ul { overflow: hidden;}
.pro li { float: left; width:266px; margin-right:31px; margin-bottom:31px;}
.pro li a{ display:block}
.pro li img{ width:264px; height:200px; border:1px solid #dddddd;}
.pro li:nth-child(3n) { margin-right: 0px;}
.pro li h5 { height:40px; line-height:40px; font-weight:normal; text-align:center; font-size:14px; background:#F2F2F2;}
.pro li:hover h5 a{ color: #016ab4;}
.proimg { width: 215px;height: 250px;float: left;display: block;padding: 10px 16px;}
.proimg img { width: 211px;height: 168px;border: #dedede 1px solid;padding: 1px;	display: block}
.proimg span { width: 215px;height: 30px;line-height: 30px;overflow: hidden;background: #F7F7F7;text-align: center;display: block}
.proimg p {	width: 215px;height: 45px;	padding-top: 5px;line-height: 20px;text-align: left;color: #666;font-weight: normal;display: block}

/*产品分页*/
.pagex { clear: both;height: 30px;margin: 20px;overflow: hidden; text-align:center}
.mbbody_body .pagex {margin-left: 20px;}
.pagex ul {}
.pagex ul li {float: left;	border: 1px solid #ccc;	padding: 2px 9px;margin: 0 3px;	line-height: 20px;	background: #fff;}
.pagex ul li.thisclass {display: inline-block;	border: 1px solid #FF4200;	padding: 2px 9px;	margin: 0 3px;	background: #FF4200;	color: #fff;}
.pagex ul li.thisclass a {color: #fff;}
.pagex ul li a:hover {	color: #1f9652;}
.pagex ul li span {	display: inline-block;	padding: 0;}

/*产品详情*/
.title { height: 60px; line-height:60px; text-align:center}
.title h1 {	height: 60px; line-height: 60px; font-size: 20px;font-weight: normal;display: block; text-align: center}
.resource {	height: 35px; line-height: 35px; text-align: center; margin:0 auto 8px auto;}
.proarc { width:100%; overflow:hidden; margin-bottom:50px; margin-top:30px;}
.proarc img{ max-width:700px; height:auto; margin-bottom:20px;}
.show_content { margin:0 auto; width:860px; font-size:14px; line-height:28px; color:#666;}
.pro_show{ font-size:14px; line-height:28px;;}
.pro_show table{ width:100%; border-spacing:0; padding:0;}
.pro_show table td{ padding-left:10px;}
.pro_tj{ margin:20px; text-transform:uppercase;}

/*位置*/
.weizhi {width: 810px;	height: 32px;border-bottom: #DDDDDD 1px solid;padding: 0 0 0 10px;}
.weizhi h2 {height: 32px;float: left;padding-left: 20px;background: url(../images/lf_n_ic2.gif) left no-repeat;	line-height: 32px;font-size: 14px;color: #0069DC;display: block}
.weizhi h3 {height: 32px;float: right;padding-right: 20px;text-align: right;line-height: 32px;font-size: 12px;font-weight: normal;color: #666;display: block}
.page {	width: 720px;	padding: 10px 0;margin-top: 5px;}

/*新闻列表*/
.liebiao { padding:20px;}
.liebiao li { height: 46px;line-height: 46px;background: url(../images/news_list.jpg) left no-repeat;padding-left: 15px;border-bottom: #CCC 1px dotted;}
.liebiao li a {	width: 520px;height: 46px;line-height: 46px;overflow: hidden;float: left; font-size:14px;}
.liebiao li span {width: 150px;	height: 46px;line-height: 46px;	float: right;text-align: right}

.news_show { line-height: 28px; font-size: 14px;text-align:justify; padding:20px;}
/*相关阅读*/
.linkarc { margin-bottom:60px; padding:0 20px;}
.linkarc_t { height: 25px;background: url(../images/xuxian.png) bottom repeat-x}
.linkarc_t h2 {	font-size: 12px;background: url(../images/dd.gif) left no-repeat;padding-left: 20px;font-weight: bold;font-family: "微软雅黑"}
.linkarc_c { padding: 10px 0;}
.linkarc_c li { height: 28px;line-height: 25px;padding-left: 15px;	background: url(../images/dd2.gif) left no-repeat;border-bottom: #CCC 1px dashed}
.linkarc_c li a {color: #2b2b2b}
.caseimg {	width: 690px;height: 115px;	float: left;padding: 5px 5px}
.caseimg img {width: 198px;	height: 108px;float: left;border: #CCC 1px solid;margin-right: 10px}

/*留言*/
.contact-xmtj {	width: 690px;	margin-top: 10px;}
.contact-xmtj a:hover {	color: #F00}
.contact-xmtj table td{ font-family:"微软雅黑"; font-size:14px;}
.name2 {width: 323px;	height: 21px;	line-height: 21px;	border: 1px #e2e2e2 solid;	font-family: "Microsoft YaHei";}
.con {	width: 583px;	height: 161px;	border: 1px #e2e2e2 solid;	font-family: "Microsoft YaHei";}

/*内页模板BANNER*/
.index_article {width: 100%;height: 297px;background: url(../images/img01.jpg) bottom no-repeat}
.list_article {	width: 100%;height: 297px;background: url(../images/img02.jpg) bottom no-repeat}
.list_article2 {width: 100%;height: 297px;	background: url(../images/img03.jpg) bottom no-repeat}
.article_article {	width: 100%;height: 297px;	background: url(../images/img03.jpg) bottom no-repeat}
.img_article {	width: 100%;height: 297px;	background: url(../images/img04.jpg) bottom no-repeat}
.book {	width: 100%;height: 297px;background: url(../images/img05.jpg) bottom no-repeat}
.des {height: 40px;width: 708px;padding: 5px;line-height: 23px;	border: #CCC 1px dotted;overflow: hidden; margin:0 auto}

/*.content p {
	padding-top: 10px
}*/
.fenxiang {	padding: 10px 5px;	width: 720px}


/*搜索图文混排列表*/
.list_1 {padding: 15px;	width: 720px}
.list_1 li {height: 100%;overflow: hidden;	margin-bottom: 15px;padding-bottom: 15px;border-bottom: 1px dashed #CCCCCC;}
.list_1 li img {width: 170px;height: 120px;	display: block;	float: left;margin-right: 10px;	padding: 3px;border: 1px solid #dedede;}
.list_1 li h5 a {font-size: 13px;padding-bottom: 5px;}
.list_1 li p {height: 60px;font-size: 12px;line-height: 20px;color: #666;overflow: hidden;padding-top: 5px;}
.list_1 li p a {color: #ff6600}
.list_1 li p a:hover {color: #ff3300;}


/*分页*/
.page_list {padding: 3px;margin: 3px;text-align: center}
.page_list a, .page_list strong {border: 1px solid #ddd;padding: 6px 10px;}
.page_list a.now, .page_list a:hover, .page_list li.thisclass a {background: #FF4200;color: #fff;cursor: pointer}
.page_list span.disabled {cursor: pointer;	border: 1px solid #ddd;	padding: 6px 10px;}
.page_list span.thisclass {background: #FF4200;	color: #fff;cursor: pointer;border: 1px solid #ddd;	padding: 6px 10px;}
/*产品*/
 /*-----------------详情页-放大图---------------------*/
.proarc {}
.show_gallery {
	float: left;
	width: 430px;
	height: 508px;
	margin: 0 0 20px 0;
	position: relative;
}
.gallery_box {
	width: 430px;
	height: 508px;
	background: #fff;
	overflow: hidden
}
.show_gallery1 {
	float: left;
	width: 680px;
	height: 608px;
	margin: 0 0 20px 0;
	position: relative;
}

.gallery_box1 {
	width: 680px;
	height: 608px;
	background: #fff;
	overflow: hidden
}

.tb-pic a {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.tb-pic a img {
	vertical-align: middle;
}
.tb-pic a {
*display:block;
*font-family:Arial;
*line-height:1;
}
.tb-thumb {
	margin: 10px 0 0;
	overflow: hidden;
	padding: 0;
}
.tb-thumb li img {
	width: 70px;
	height: 70px;
}
.tb-thumb li {
	float: left;
	height: 70px;
	margin: 0 5px 0 5px;
	overflow: hidden;
	padding: 2px;
	border: #dfdfdf 1px solid;
}
.tb-s310, .tb-s310 a {
	height: 414px;
	width: 414px;
}
.tb-s310, .tb-s310 img {
	max-height: 414px;
	max-width: 414px;
}
.tb-s310 a {
*font-size:271px;
}

.tb-s3100, .tb-s3100 a {
	height: 514px;
	width: 514px;
}
.tb-s3100, .tb-s3100 img {
	max-height: 514px;
	max-width: 514px;
}
.tb-s3100 a {
*font-size:371px;
}
.tb-s40 a {
*font-size:35px;
}
.tb-s40, .tb-s40 a {
	height: 70px;
	width: 70px;
}
.tb-booth {
	border: 1px solid #e9e9e9;
	background: #fff;
	position: relative;
	z-index: 1;
	padding: 2px;
}
.tb-thumb .tb-selected {
	height: 70px;
	border: #00a9e9 1px solid;
}
.tb-thumb .tb-selected div {
	background-color: #FFFFFF;
	border: medium none;
}
.tb-thumb li div {
}
div.zoomDiv {
	z-index: 999;
	position: absolute;
	top: 0px;
	left: 10px;
	width: 300px;
	height: 300px;
	background: #ffffff;
	border: 1px solid #CCCCCC;
	display: none;
	text-align: center;
	overflow: hidden;
	margin: -3px 0 0 2px;
}
div.zoomMask {
	position: absolute;
	border: 1px solid #aaa;
	background: #fff 50% top no-repeat;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(Opacity=50);
	cursor: move;
	z-index: 1;
	width: 200px;
	height: 200px;
}
.zoomDiv img {
	width: 600px;
	height: 600px;
}
.show_property {
	float: right;
	width: 280px;
	padding: 0 0 0 0;
	position: relative;
}
.show_property h1 {
	font-size: 20px;
	color: #333;
	line-height: 40px;
	font-family: "微软雅黑";
}
.show_property h1 a {
	color: #333;
}
.show_property h2 {
	font-size: 15px;
	color: #cc0000;
	line-height: 20px;
	margin-bottom: 20px;
}
.show_property p span {
	color: #999;
	display: inline-block;
}
.zx_price span {
	vertical-align: top;
	line-height: 37px;
}
.numbox span {
	vertical-align: top;
}
.show_property p {
	line-height: 25px;
	padding-bottom: 10px;
	color: #666
}
.show_property p s {
	color: #999;
	font-family: "微软雅黑";
}
.show_property p strong {
	color: #F0800F;
	font-size: 16px;
	font-weight: 700;
	font-family: "微软雅黑";
	vertical-align: bottom;
	position: relative;
	padding: 0 5px;
}
.show_property p b {
	color: #F0800F;
	font-size: 16px;
	font-family: "微软雅黑";
	vertical-align: bottom;
*vertical-align:middle;
	font-weight: 700;
}
.show_property .color_class {
	padding: 20px 0;
	width: 300px;
	margin: 10px 0 0 0;
}
.show_property .color_class span {
	vertical-align: top;
	line-height: 36px;
	display: block;
	float: left;
	width: 66px;
	color: #999;
}
.green {
	color: #669900;
}
.show_property .share {
	position: absolute;
	top: 438px;
	width: 280px;
	height: 40px;
}
.choose_style {
	width: 278px;
	height: 160px;
	margin: 10px 0 0 0;
	border: #e9e9e9 1px solid;
	background: #f4f4f4;
}
.choose_style h3 {
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 12px;
}
.choose_style h3 span {
	float: left;
	width: 148px;
	height: 39px;
	background: #fff;
	line-height: 39px;
	border-right: #e9e9e9 1px solid;
	border-bottom: #e9e9e9 1px solid;
	cursor: pointer;
}
.choose_style h3 span.last {
	border-right: none;
	width: 149px;
}
.choose_style h3 span.current {
	background: #f4f4f4;
	border-bottom: #f4f4f4 1px solid;
}
.choose_color {
	margin: 0;
}
.choose_color li {
	overflow: hidden;
	width: 78px;
	height: 38px;
	border: #ccc 1px solid;
	background: #fff;
	line-height: 34px;
	text-align: center;
	position: relative;
}
.choose_color li img {
	display: none;
}
.choose_color li span {
	display: none;
}
.choose_color li.tb-selected span {
	display: block;
	width: 14px;
	height: 14px;
	background: url(../images/choose.gif) no-repeat;
	position: absolute;
	right: 0;
	bottom: 0;
}
.choose_color li.tb-selected {
	width: 74px;
	height: 34px;
	border: #F0800F 3px solid;
	background: #fff;
	line-height: 34px;
}
.choose_color li .tb-s40, .choose_color li .tb-s40 a {
	height: 34px;
	width: 100%;
	display: block;
	text-decoration: none;
	font-size: 12px;
	line-height: 34px;
	cursor: pointer;
}
.choose_body {
	padding: 10px 0 15px 20px;
}
.choose_body td {
	height: 40px;
	line-height: 40px;
	padding: 0 0 10px 0;
}
.num_box {
	float: left;
	background: url(../images/num_box.jpg) no-repeat;
	width: 72px;
	height: 40px;
	line-height: 40px;
	border: none;
	text-align: center;
	font-size: 20px;
	color: #F0800F;
	font-family: Arial, Helvetica, sans-serif;
}
.add_num {
	float: left;
	display: block;
	width: 29px;
	height: 40px;
	background: url(../images/add.jpg) no-repeat;
	border: none;
	cursor: pointer;
}
.min_num {
	float: left;
	display: block;
	width: 29px;
	height: 40px;
	background: url(../images/min.jpg) no-repeat right 0;
	border: none;
	cursor: pointer;
}
.buybtn {
	margin: 0 20px 10px 0;
	display: block
}
.choose_body td.btnbar {
	padding: 10px 0 0 0;
}
.show_sider {
	float: left;
	width: 190px;
}

.show_content h3 {
	height: 47px;
	background: url(../images/hbg.jpg) repeat-x 0 bottom;
}
.show_content h3 span {
	float: left;
	display: block;
	height: 43px;
	line-height: 43px;
	color: #333;
	font-weight: bold;
	border: #e9e9e9 1px solid;
	border-bottom: none;
	background: #f9f9f9;
	cursor: pointer;
	font-weight: normal;
	width: 148px;
	text-align: center;
	margin: 0 10px 0 0;
	display: inline;
}
.show_content h3 span.current {
	height: 44px;
	line-height: 43px;
	border: #e9e9e9 3px solid;
	border-bottom: none;
	background: #fff;
	font-weight: bold;
	width: 144px;
}
.show_content h3 span b {
	color: #669900;
	font-weight: normal;
}
/*-----------------详情页-商品参数---------------------*/
.brand_box {
	background: #f9f9f9;
	border: #e9e9e9 1px solid;
	margin: 15px 0;
}
.brand_box ul {
	margin: 25px;
}
.brand_box ul li {
	float: left;
	width: 50%;
	height: 24px;
	line-height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}
.brand_box ul li strong {
	color: #333;
	font-weight: normal;
}
.content_body {
	text-align: left;
	line-height: 1.5em;
	font-size: 14px;
	padding: 5px
}
.content_body p {
	font-size: 14px;
}
.content_body img {
	max-width: 750px;
}
.content_box {
	display: none;
}
.evaluate ul {
	padding: 10px 0 0 0;
}
.evaluate ul li {
	border-bottom: #e9e9e9 1px solid;
	clear: both;
	padding: 18px 0;
}
.evaluate ul li span {
	color: #999;
}
.evaluate ul li p {
	line-height: 20px;
	color: #666;
}
.evaluate ul li p strong {
	color: #669900;
	font-weight: normal;
	margin-right: 8px;
}
.author {
	padding: 0 0 5px 0;
}
.show_content .pages {
	text-align: left;
	margin: 25px 0;
}
.comment {
	border: #e9e9e9 1px solid;
	background: #f4f4f4;
	padding: 20px 30px;
}
.comment h4 {
	line-height: 20px;
	color: #666;
	font-weight: normal;
	padding: 5px 0 15px 0;
}
.comment td {
	height: 35px;
	padding-bottom: 10px;
}
.comment td .text {
	border: #ccc 1px solid;
	height: 33px;
	line-height: 33px;
	width: 198px;
}
.comment td textarea {
	border: #ccc 1px solid;
	height: 118px;
	line-height: 33px;
	width: 598px;
	overflow: hidden;
}
.huifu {
	border: #FFCC99 1px solid;
	background: #FFF4EA;
	padding: 20px;
	line-height: 21.6px;
	margin: 15px 0 0 0;
}
.huifu_body {
	position: relative;
}
.huifu em {
	display: block;
	width: 16px;
	height: 18px;
	font-size: 0;
	line-height: 0;
	background: url(../images/jiao.gif) no-repeat 0 0;
	position: absolute;
	top: -28px;
*top:-33px;
	_top: -32px;
	left: 6px;
	z-index: 1000;
}
.huifu strong {
	color: #ff6500;
	font-weight: normal;
}
.sela_list li {
	height: 250px;
	margin: 15px 0 0 0;
	border: #dfdfdf 1px solid;
	padding: 20px;
	position: relative;
	z-index: 100;
}
.sela_list li img {
	margin: 0 40px 0 0;
	width: 250px;
	height: 250px;
}
.sela_list li p strong a {
	font-size: 20px;
	color: #333;
	font-family: "微软雅黑";
	line-height: 36px;
	font-style: normal;
}
.sela_list li p s {
	color: #999;
	line-height: 24px;
}
.sela_list li p em {
	color: #FF7F00;
	font-size: 25px;
	line-height: 24px;
	font-style: normal;
	font-family: "微软雅黑";
	margin-bottom: 15px;
	display: block;
}
.sela_list li p {
	line-height: 22px;
	color: #333;
	font-family: "微软雅黑";
	font-size: 11px;
}
.sela_list li p b {
	color: #FF7F00;
}
.tehui_ico {
	position: absolute;
	width: 79px;
	height: 79px;
	background: url(../images/tehui.gif) no-repeat;
	top: -1px;
	left: -1px;
}
.sela_list li .kq {
	display: block;
	width: 96px;
	height: 46px;
	background: #000 url(../images/kq.jpg) no-repeat right 0;
	position: absolute;
	top: 208px;
	right: -5px;
	z-index: 100;
}
.ok_btn {
	background: #FF4200;
	border: medium none;
	color: #ffffff;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	height: 40px;
	text-align: center;
	width: 130px;
}
.shr_hotpage {
	float: left;
	padding: 18px 0 22px 0;
	width: 100%;
	text-align: center;
	border-top: #dedede 1px dotted
}
.correlation-article {
	margin-top: 15px;
	padding-bottom: 15px;
}
.correlation-article h2 {
	border: 0;
	border-bottom: 1px #E6E6E6 solid;
	padding-left: 25px;
	margin-bottom: 10px;
	font-size: 14px;
	height: 26px;
	line-height: 26px;
	background: url(../images/xgtit.png) left no-repeat;
}
.correlation-article ul {
	height: 100%;
	overflow: hidden;
}
.correlation-article li {
	width: 48%;
	text-align: left;
	line-height: 30px;
	height: 30px;
	padding-left: 10px;
	float: left;
	background: url(../images/sou_bj.png) left no-repeat
}

/*在线客服*/
.online-qq {
	position: fixed;
	top: 50%;
	right: 3px;
	z-index: 200;
}
.online-qq .qq_content {
	background: #fff;
	margin: 0;
	padding: 0;
}
.online-qq .qq_content .dt {
	text-align: center;
	background: #202020;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 6px 15px;
	border: 1px solid #ddd;
	border-bottom: 0;
}
.online-qq .qq_content .qq {
	padding: 10px 10px 5px;
	margin: 0;
	border: 1px solid #ddd;
	border-top: 0
}
.online-qq .qq_content .qq p {
	background: url(../images/online_qq.png) repeat-x 0 -33px;
	margin: 0 0 5px
}
.online-qq .qq_content .qq a {
	border: 1px solid #ddd;
	display: block;
	background: url(../images/online_qq.png) no-repeat 10px -72px;
	height: 23px;
	line-height: 23px;
	padding: 0 18px 0 30px
}
.online-qq .qq_content .tel {
	background: #fff;
	padding: 10px;
	margin: 0;
	text-align: center;
	font-size: 14px;
	color: #333;
	border: 1px solid #ddd;
	border-top: 0
}
.online-qq .qq_content .tel strong {
	font-size: 12px;
	color: #f60
}
.online-qq .qq_content .tel p {
	text-align: center;
	font-size: 12px
}
.online-qq .footqq {
	border: 1px solid #ddd;
	background: #f1f1f1;
	height: 2px;
	overflow: hidden;
	margin: 0 5px;
	border-top: 0;
	display: none
}
.qr_code {
	position: fixed;
	top: 50%;
	left: 10px;
	z-index: 200;
	text-align: center;
	background: #fff;
	padding: 5px;
}
.qr_code img {
	margin: 0 0 5px;
	display: block
}
.page_top {
	position: absolute;
}
#pageTop {
	z-index: 160;
	width: 65px;
	height: 65px;
	background: url(../images/pagetop.png) no-repeat;
	position: fixed;
	_position: absolute;
	bottom: 10px;
	right: 10px;
	overflow: hidden;
	text-indent: -999px;
	cursor: pointer
}
#pageTop:hover {
	background-image: url(../images/pagetop_on.png)
}
#pageTop a {
	width: 100%;
	height: 100%;
	display: block;
}
*html #pageTop a {
	width: 65px;
	height: 65px
}


