﻿@charset "utf-8";
/* -------- 全局样式-------- */  
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "微软雅黑", "宋体", arial;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	background: #fff;
	color: #5c5c5c;
}
div, form, img, ul, li, dl, dt, dd {
	padding: 0px;
	margin: 0px;
	border: 0px;
}
td, p, div, li, select, input, textarea {
	font-family: "微软雅黑", "宋体", arial;
	margin: 0;
	padding: 0;
}
td, p, div, li, input, textarea {
	word-break: break-all;
}
h1, h2, h3, h4, h5, h6, b, strong, th{    font-size: 100%; font-weight: normal;}
/*强行换行*/
table, tr, td, th {
	font-size: 14px;
}
ul, li {
	list-style-type: none;
}
/*ul,li{ LIST-STYLE: none;}*/
h1, h2, h3, h4, h5, h6 {
	padding: 0px;
	margin: 0px;
}
/* -------- 链接-------- */
a:link {
	color: #333;
	text-decoration: none;
} /* 未访问的链接 */
a:visited {
	color: #333;
	text-decoration: none;
} /* 已访问的链接 */
a:hover {
	color: #008C17;
	text-decoration: none;
} /* 鼠标放上去的链接 */
a:active {
	color: #333;
} /* 激活链接 */
/* -------- 表单 -------- */


/* -------- 文本样式 -------- */ 
.fB {
	font-weight: bold;
}
.f12px {
	font-size: 12px;
}
.f14px {
	font-size: 14px;
}
.lh_16 {
	line-height: 16px;
}
.lh_18 {
	line-height: 18px;
}
.lh_20 {
	line-height: 20px;
}
.lh_22 {
	line-height: 22px;
}
/* -------- 对齐和边距 -------- */
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
/*.clear{ clear:both; visibility:hidden;font-size:1px; width:1px;}  */
.pd_10 {
	padding: 10;
}
.mg_10 {
	margin: 10;
}
.ma {
	margin: 0 auto;
}
/* -------- 结构布局 --------*/
.main {
	background: #fff;
}
.center {
	width: 1200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
.left {
}
.right {
}
/* -------- 栏目板块 -------- */ 

.w {width: 1100px;margin: 0 auto;}
.s{background:url(../images/tip.png) no-repeat; }

.container-fluid {
  max-width: 1200px !important;
  margin: 0 auto;
  padding: 0;
}


.wh{width: 1200px;margin:0 auto;}
.pos{position: relative;width: 1920px;left: 50%;margin-left: -960px;}

.com-img{ display:inline; overflow:hidden;margin:0 auto;display: table;}
.com-img img{ transition:all 0.5s ease-in 0s; -webkit-transition:all 0.5s ease-in 0s; -moz-transition:all 0.5s ease-in 0s; -o-transition:all 0.5s ease-in 0s;}
.com-img:hover img{transform:scale(1.1); -webkit-transform:scale(1.1); -moz-transform:scale(1.1); -o-transform:scale(1.1);-ms-transform:scale(1.1);}



/*头部样式*/
.top1{background:url(../images/tp.png) no-repeat;color:#888888;font-size:14px;line-height:52px;height:50px;overflow:hidden;}
.top1 a{color:#888888;}
.k1 a{margin-left:15px;}


.fl{float:left;}
.fr{float:right;}
.di{_display:inline;}
.fwn{font-weight:normal;}
.dib{*display:inline;_zoom:1;_display:inline;_font-size:0px;}



.top2{height: 150px;overflow: hidden;}
.logo{float:left;line-height: 150px;}
.k2{margin-top:40px;background:url(../images/t.png) no-repeat left top;font-size:28px;font-weight:bold;color:#006db8;padding-left: 84px;padding-top: 36px;height:72px;}






/* 导航样式 */
.dao{background:#006db8;height:60px;}

.x-menu {
  width: 1200px;margin:0 auto;
 
}

.x-menu > li {text-align:center;width:150px;
  float: left;
  position: relative;

}
.x-menu > li+li{background:url(../images/x.png) no-repeat left center;}
.x-menu > li > a {
  display: block;
  font-size: 16px;
  color: #fff;
  line-height:60px;
}

.x-menu > li > a:hover {
  background: #76b301;
  color: #fff;
}

.x-menu > li.active > a {

}

.x-menu > li:after {
  content: '';
  position: absolute;
  z-index: 100;
  width: 100%;
  left: 0;
  height: 40px;
  opacity: 0;
  top: 100%;
}

.x-menu > li:hover .x-sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.x-sub-menu {
  position: absolute;
  z-index: 99;
  width: 150%;
  left: -25%;
  top: 65px;
  background: #fff;
  border-radius: 5px;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.x-sub-menu > li > a {
  display: block;
  text-align: center;
  line-height: 2;
  font-size: 14px;
  color: #333;
  line-height: 1.5;
  padding: .5em;
}

.x-sub-menu > li > a:hover {
  background: #e9eaeb;
}

.x-sub-menu:after {
  content: '';
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 10px;
  cursor: pointer;
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent #fff transparent;
  border-top: none;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  z-index: 99;
}






/* banner */
.banner { position:relative; z-index:10;   }
.banner .list { position:relative; overflow:hidden; z-index:1; }
.banner .list li { position:absolute; width:100%; height:100%; overflow:hidden; background:#FFF; display:none; z-index:1;transition: none; }
.banner .list li:first-child { display:block; }
.banner .list li.active { z-index:2; }
.banner .list img { position:relative; display:block; width:1920px; left:50%; margin:0 0 0 -960px; }
.banner .tip { position:absolute; width:1200px;left: 50%;margin-left: -600px; bottom:40px; z-index:5; 
  text-align:center; height: 20px!important;}
.banner .tip li { display:inline-block; float: none;+display:inline; +zoom:1; width:40px; height:16px; background:#0061c2;
  margin:0 5px; cursor:pointer;  }
.banner .tip li.current { background:#f36f05; }
.banner .prev,
.banner .next { width:37px; height:80px; position:absolute; top:50%; margin:-50px 0 0; z-index:9; cursor:pointer; }
.banner .prev { background:url(../images/tip.png) left top no-repeat; left:60px; }
.banner .next { background:url(../images/tip.png) right top no-repeat; right:60px; }
.banner .prev:hover {  }
.banner .next:hover {  }
.banner .list,
.banner .list img { height:550px; }

/*搜索*/
.baner_b{background: url(../images/ishearch_shadow.jpg) center top no-repeat;height: 75px; padding-top: 10px;color: #454545; }
.baner_b .w{position: relative;   height: 50px;line-height: 2.4;}
.baner_b .zi{   font-size: 16px; max-width: 750px;margin-top: 6px;line-height: 1.6;}
.baner_b .zi b{    }

.baner_b .zi p{    float: left;}

.baner_b .tel{ color: #fff;margin-top: 12px;background-position: left -200px;}
.baner_b .tel h1,.baner_b .tel p{ color: #fff;}
/*搜索*/
.searcher{width:330px;height:40px;float: right;margin-top: 6px;}
.searcher .submit{width:48px;height:36px;float:right;border:0px;background-position: left -300px; 
  color: #fff;cursor:pointer;}
.searcher .txt{width:280px;height:31px;line-height:31px;float:right; text-indent: .5em;border: none;
border: 2px solid #a8a8a8;border-right: none;}

.nav{height: 65px;width:100%; background:#0F8E47;}
.nav1{ }
.nav ul{}
.nav li{position: relative;float: left;z-index: 1000; line-height: 65px; width:120px;}
.nav li>a{    font-size: 16px;text-align: center;    color: #fff; font-weight: bold;   display: block;height: 65px; }
.nav li>a i{     font-style: normal;    font-weight: normal;    display: block; font-size: 14px;color: #8593c5; text-transform: uppercase;}

.nav li>a:hover,.nav li .hover{ background:url(../images/nav_hover.png) no-repeat center;   }
.nav li>a:hover i,.nav li .hover i{ color: #f6a77d;}
.nav li.home>a:hover,.nav li.home .hover{  background-position: 20px -178px;  }
.nav li.home>a:hover i,.nav li.home .hover i{ color: #8593c5; }

.nav .subNav{ display: none;  position: absolute; top: 90px;transition:none;
background: #f17005; min-height:50px; }
.nav .subNav .pai{min-height:50px; /* width: 400px; */}
.nav .subNav .stemp{width: 194px;height: 138px; position: absolute;left: 12px;top: 12px; }
.nav .subNav .stemp img{ width: 194px;height: 138px;}
.nav .subNav a{       width: 90px;
    float: left;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    padding-top: 0;
    padding: 0 5px;
    margin: 0;
    color: #fff;
    text-align: center;
    background: url(../images/drop_li.png) no-repeat right center;
    overflow: hidden; }

.nav .subNav a:hover{  font-weight: bold; }
.no_bg{background: none!important;}




/*幻灯Banner*/
.banner {
	position: relative;
	height: 500px;
}
.banner .btn1 {
	bottom: 20px;
	margin-right: -450px;
	padding: 5px 6px;
	position: absolute;
	right: 50%;
	z-index: 7;
}
.banner .btn1 span {
	line-height: 14px;
	background: none repeat scroll 0 0 #008C17;
	border: 1px solid #008C17;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	margin-left: 5px;
	padding: 2px 5px;
}
.banner .btn1 span.cur {
	font-weight: bold;
	padding: 4px 8px;
	background: none repeat scroll 0 0 #008C17;
	border: 1px solid #008C17;
}
.banner .bgitem {
	height: 500px;
	cursor: pointer;
	width: 100%;
	margin: 0 auto;
	position: absolute;
	background-position: center top;
	background-repeat: no-repeat;
}
/*demo1*/
.demo1 {
	width: 1002px;
	margin: 0px auto 0px;
}

/*title*/

.title font {
font-family: Tahoma, Geneva, sans-serif;
font-size: 14px;
}
.nameff {
	float: left;
	width: 492px;
	height:56px;
	background: url(../images/dt_bg.png) repeat-x 0 50px;
}
.nameff p {
	float: left;
}
.nameff p span {

font-size:16px;
padding-bottom: 16px;
height: 40px;
margin-bottom: 30px;
font-weight: normal;
overflow: hidden;
display:block;
color:#333;
}
.nameff p em {
	display: block;
	font-style:normal;
	color: #989898;
	line-height: 22px;
	font-size: 12px;
	z-index: 0;
	text-transform:Uppercase;
}
.nameff a {
	float: right;
	padding: 12px 0 0 0;
	color: #333;
}

/*bottom*/
.font_w {font-family: 'Microsoft YaHei'; }
.font_w  a{line-height:24px;}
.foot{background:#0F8E47;padding:0px 0px 24px;}
.ftNav{border-bottom: 1px solid #62B770;
    background: #0F8E47;
    padding-top: 10px;
    border-top: 1px solid #0F8E47;
	height: 50px;}
.ftNav li{float:left;position:relative;padding-right:77px;height:50px;}
.ftNav li a{color:#fff;line-height:40px;padding-bottom:10px;display:block; font-size: 14px;}
.ftNav li a.ftCur em{position:absolute;height:3px;background:#6AA8F3;left:0px;bottom:-2px;width:53px;}
.ftCon{margin-top:10px; height: 160px;}
.bottom{padding:35px 0px 20px;line-height:30px;color:#fff; width: 590px;}
.bottom p{font-size: 16px;}
.bottom a{color:#fff;margin:0px 2px;}
.bottom a:hover{color:#c1c1c1;}
.bottom p span{margin-right:15px;}
.bottom .cnzz{margin-top:10px;*margin-top:0px;}
.ftLogo{width:250px;margin-top:30px;}
.ftEwm {width:294px;margin-top:40px;}
.ftEwm p{color:#fff;margin-top:8px;}

.copright {
	margin: 20px 0 0 0;
	text-align:left;
}
.copright p {
	color: #fff;
	line-height:24px;
	
}

.copright a {
	color: #fff;
	margin:0 0px 0 0;
}
.copright a:hover {
	color: #ffae00;
}
.link {height: 20px;
    padding: 15px 0;}
.link  p{    font-size: 12px;
    color: #fff;
    font-weight: bold;
	float:left;}
.link a{    
float:left;
margin:0 5px;
 color: #fff;
}

/*内页*/

.title_ny {
	font-size: 14px;
color: #fff;
font-weight: normal;
line-height: 22px;
overflow: hidden;
height: 20px;
padding: 0 0 10px 40px;
background: url('../images/jt.png') no-repeat 20px 8px;
}
.title_ny span {
	margin: 0 0 0 5px;
}
.a_left {
	width: 210px;
	float: left;
	position: relative;
}
.a_title {
	height: 35px;
	line-height: 35px;
	background: #008C17;
	font-size: 14px;
	padding-left: 17px;
	color: #fff;
	text-align: left;
}
.a_title a {
	color: #fff;
}
.a_list {
	width: 208px;
	border: 1px solid #ccc;
	margin: 20px 0 0 0;
	padding: 0px 0 10px 0;
}
.a_list ul {
	padding: 10px 0px 0 0;
	padding-left: 40px;
}
.a_list ul li {
	line-height: 30px;
}
.a_list ul li >a {
	background: url(../images/jt.gif) no-repeat left center;
	padding-left: 12px;
	color: #333;
}
.a_list ul li >a:hover {
	color: #C30D23;
}
.a_list ul li dl {
	padding-left: 10px;
}
.a_list ul li dl dd {
	height: 22px;
	line-height: 22px;
}
.a_list ul li dl dd a {
	padding-left: 15px;
	background: url(../images/-.gif) no-repeat left center;
	color: #333;
}
.a_list ul li dl dd a:hover {
	color: #C30D23;
}
.a_contact {
	width: 208px;
	border: 1px solid #ccc;
	margin: 10px 0 20px 0;
	text-align: center;
	padding-bottom: 5px;
}
.a_contact >p {
	color: #666666;
	line-height: 18px;
	text-align: left;
	padding: 0 8px 0 8px;
}
.a_contact >p >a {
	color: #333;
}
.a_contact >p >a:hover {
	color: #C30D23;
}
.a_contact img {
	margin: 5px 0 5px 0;
}
.a_tel {
	background: url(../images/dh.gif) no-repeat 8px center;
	text-align: left;
	padding-left: 68px;
	margin-bottom: 10px;
}
.a_tel span {
	color: #333;
}
.a_tel p {
	color: #C30D23;
	font: 14px "Impact";
}
.a_right {
	width: 930px;
	float: right;
	position: relative;
	margin: 31px 0 0 0;
}
/* 下一个产品 */
.preNext {
	position: relative;
	padding-top: 10px;
	margin-top: 10px;
}
.preNext a{
	display:block;
	margin-bottom:10px;
	}
.preNext .line {
	height: 10px;
	overflow: hidden;
	clear: both;
	margin: 4px auto;
	padding-top: 10px;
}
.preNext .line strong {
	display: block;
	width: 8px;
	height: 10px;
	overflow: hidden;
	font-size: 0px;
	line-height: 100px;
	float: left;
}
.preNext .text {
	color: #333;
}
.preNext .text dt{line-height: 38px;}
.preNext .text a:hover {
	color: #0F8E47;
	text-decoration: underline;
}
.preNext .text dt a {
	color: #333;
}
.preNext .text dt a:hover {
	color: #0F8E47;
}
.preNext .text_b {
	color: #0F8E47;
}
.preNext .text_b a {
	color: #0F8E47 !important;
}
.nrfg{    border-bottom: 1px solid #ccc;     margin: 20px 0 0 0;}
.nrfg span{    font-size: 15px;  font-weight: bold;}
/*新闻列表*/
.news_list li {
    height: 45px;
    line-height: 45px;
    border-bottom: 1px #E3E9EA solid;
}
.news_list li {
	font-size: 14px;
	background:url(../images/time.png) left center no-repeat;
	padding-left:30px;
}
.news_list span {
	float: right;
}
.news_list li a {
	color: #333;
}
.news_list li a:hover {
	color: #0F8E47;
}
/* 翻页 */
.page_list {
	height: 20px;
	line-height: 20px;
	text-align: center;
	letter-spacing: 0;
	;
	font-size: 12px;
	margin-top: 20px;
	border: none !important;
	margin-bottom: 20px;
}
.page_list a {
	display: inline-block;
	color: #aaa;
	border: 1px solid #aaa;
	background: #fff;
	text-align: center;
	margin: 0 1px;
	width: auto;
	height: 20px;
	padding: 0px 6px;
	font-family: "Microsoft Yahei", "宋体";
}
.page_list a:hover {
	color: #fff;
	border: 1px solid #C30D23;
	background: #C30D23;
}
.page_list a.on {
	color: #fff;
	border: 1px solid #C30D23;
	background: #C30D23;
}
/*新闻详细*/
.title_news_article {
	font-size: 24px;
	color: #333333;
	height: 50px;
	text-align: center;
}
.news_aticle {
	line-height: 24px;
	font-size: 14px;
	color: #333;
}
/*product 页面*/
.prolist {
}
.prolist ul li {
	float: left;
	margin: 0 7px 0 8px;
	height:260px;
}
.prolist ul li > a {
	display: block;
	width: 210px;
	border: 1px #ccc solid;
}
.prolist ul li p {
	margin-bottom: 10px;
}
.prolist ul li p a {
	width: 210px;
	text-align: center;
	margin-top: 0px;
	font-size: 14px;
	color: #333;
	height: 40px;
	text-align: center;
	line-height: 40px;
	display: inline-block;
}
.prolist ul li p a:hover {
	color: #C30D23;
}
/* 产品详情 */
.proinfo {
	width: 100%;
	height: 300px;
}
.photo{width: 100%;}
.photo h3{    text-align: center; font-size: 20px; margin-bottom: 20px; font-weight: bold;}
.photo h3 a{color:#0F8E47;}
.photo_img{width: 400px; margin: 0 auto; margin-top: 20px; border: 10px #fff solid;}
.proinfo_img {
	float: left;
	width: 400px;
	border: 1px #d0d0d0 solid;
}
.proinfo_text {
	float: left;
	width: 420px;
	margin-left: 50px;
}
.proinfo_text h1 {
	color: #C30D23;
	border-bottom: 1px #d0d0d0 solid;
	height: 35px;
	font-size: 24px;
	font-weight: normal;
	line-height: 35px;
	margin-top: 10px;
	font-family: "微软雅黑";
}
.proinfo_text p {
	margin: 10px 0;
	color: #333;

}
.pro_c {
	color: #333;
	padding-bottom: 20px;
	line-height: 24px;
}
/*相关信息*/
.related_news {
	margin: 20px 0 0 0;
	height: 120px
}
.related_title {
	border-bottom: 1px solid #ccc;
	margin: 0px 0 10px 0;
}
.related_title span {
	font-size: 14px;
	font-weight: bold;
}
.related_title a {
	float: right;
	font-size: 12px;
	font-weight: normal;
}
/*相关新闻*/

.related_news ul li {
	width: 50%;
	float: left;
	padding: 2px 10px;
	box-sizing: border-box;
}
.related_news ul li a {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	line-height: 24px;
}
.related_news ul li a em {
	float: right;
}
/*相关产品*/
.related_product {
	height: 235px;
}
.related_product ul li {
	float: left;
    width: 190px;
    margin-left: 13px;
    margin-right: 13px;
}
.related_product ul li>a {
	border: 1px #ddd solid;
width: 200px;
height: 150px;
display: block;
}
.related_product ul li p a {
	text-align: center;
	display: block;
}


/* 分页 */
.page_info{text-align:center;margin-top:10px;color:#aaa;}
.page_info span{padding:0 2px;font-weight:bold;}
.page_list{height:20px;line-height:20px;text-align:center;letter-spacing:0;;font-size:12px;margin-top:20px; border:none !important;}
.page_list a{display:inline-block;color:#aaa;border:1px solid #aaa;background:#fff;text-align:center;margin:0 1px; width:auto; height:20px; padding:0px 6px;font-family:"Microsoft Yahei";}
.page_list a:hover{color:#fff;border:1px solid #C30D23;background:#C30D23;}
.page_list a.on{color:#fff;border:1px solid #C30D23;background:#C30D23;}


.pagination {
    clear: both;
    text-align: center;
	float: right;
}
.pagination li {
   display: inline-block;
}
.pagination li a {
    display: block;
    padding: 4px 12px;
    background-color: #fcfcfc;
    border: 1px solid #eeeeee;
}
.pagination li + li a {
    border-left: none;
}
.pagination li.active a,
.pagination li a:hover {
    background-color: #0F8E47;
    color: #ffffff;
}
.clearfix:after{ content:""; clear:both; height:0; visibility:hidden; display:block;}
.bg1_cont {width: 960px;margin:0 auto;/* height: 328px; */overflow: hidden;}
.bg1_text {padding-left: 30px;width:472px;background: url(../images/line1.gif) no-repeat left top;}
.bg1_text .p1 img {vertical-align: top;}
.bg1_text .p2 {padding: 16px 0 22px 0;font: 14px/24px "Microsoft YaHei";color: #333;}
.fr { float:right;}
.adv1 {background: url(../images/adv1.jpg) center no-repeat; height:721px;}
.adv3 {background: url(../images/adv3.jpg) center no-repeat; height:206px; margin-bottom:25px;}
.adv2 a:hover {color:#fab00e;}


	   
	   /* 询盘 */
.xqtitle{ width:80px; height:24px; text-align:center;  line-height:24px; background:#C30D23; font-size:14px; margin-bottom:10px; font-family:"Microsoft Yahei","微软雅黑"; color:#fff; }
.goodsConts{color:#666; margin-top:20px;}
.inquiry{ margin:0 auto; clear:both; font-size:14px; border:1px #ddd solid; padding:30px; background:#f8f8f8} 
.form-group1{ width:50%; float:left; margin-bottom:10px} 
.form-group10{ width:50%; float:left; margin-bottom:10px} 
.form-group2{ width:100%; float:left; margin-bottom:10px} 
.form-group3{ float:left; margin:0 50px 10px 0;} 
.form-group4{ float:left; margin-bottom:10px} 

.inquiry label{ float:left; line-height:30px;} 
.form-control1{ float:left; width:75%; border:1px #ddd solid; height:30px; line-height:30px;} 
.form-control2{ float:left; width: 87.5%; border:1px #ddd solid; height:100px; line-height:30px;} 
.form-control3{ float:left; width:100px; border:1px #ddd solid; height:30px; line-height:30px;} 
.form-sub1{ width:80px; height:30px; color:#fff; background:#C30D23; border:none;}

	   /* 留言 */
.content01{padding: 10px 10px 20px 10px;}
.form-group{width: 650px; margin: 0 auto; clear: both; padding: 12px 0;}
.form-group label{float: left;}
.form-control{    float: left; width: 500px; border: 1px #ddd solid; height: 30px; line-height: 30px;}
.form-control-c{float: left; width: 500px; border: 1px #ddd solid; height: 100px; line-height: 30px;}
button.form-sub{width: 650px;  margin: 0 auto; clear: both; padding: 12px 0;}
.form-sub{height: 40px; color: #fff; background: #0F8E47;  border: none;}
.form-control-y{    float: left;  width: 100px; border: 1px #ddd solid; height: 30px;  line-height: 30px;}
.content {
	padding: 20px 10px;
	margin: 10px 0 20px 0;
}
.content p {
	color: #333;
	font-size: 14px;
	line-height: 28px;
}

ul {
	list-style: none outside none;
}

.wfixed{width:1200px; margin:0 auto;}
.fl{float:left;}
.fr{float:right;}
	   /* 首页产品列表产品 */	   
.cpbg{width:100%; background: url(../images/prod_bg.jpg) top center repeat-x #f5f8f9; height: 700px; padding-top: 30px; }
.g-sd1{position: relative; float: left; width: 240px;}
.cate-box{width: 100%; background-color: #0f8e47; color: #fff;}
.cate-box h3{font-size: 30px; color: #fff; line-height: 67px; text-align: center; border-bottom: 1px solid #fff; position: relative; overflow: hidden;}
.cate-box h3:after{position: absolute; top: -30px;  right: -30px; display: block; content: ''; width: 60px;height: 60px; background-color: #fff; transform: rotate(45deg);}
.cate-box ul li{font-size: 16px;}
.cate-box ul li a{color: #fff; display: block; line-height: 54px; border-bottom: 1px solid #28b365; border-left:#FFCA09 solid 5px; background:#007DB8; padding-left: 54px;}
.cate-box ul li a:hover{background:#FF8E01; border-left:#000 solid 5px; }
.tel-box{border: 2px solid #007DB8; border-top: 0px; text-align: left; background-color: #fff; padding: 15px;}
.tel-box p.big{font-size: 18px; text-align: center;}
.tel-box strong{color: #ff8e00;  font-size: 24px; font-weight: bold;}
.tel-box a{background-color: #f38005; border-radius: 10px; padding: 5px 25px; color: #fff;}
.mt10{margin-top: 10px;}

.g-mn1{width:910px; float:right;}
.widget_search{padding: 14px 0; width: 100%; line-height: 35px; text-align: left; background-color: #fff; position: relative; height: 40px;}
.widget-notice{width: 645px; height: 40px; float: left;}
.widget-notice img{float:left; padding-top: 10px;}
.widget-notice span{float:left; padding-left: 20px; font-size: 14px; color: #000; line-height: 32px; width: 625px; box-sizing: border-box;}
.widget-search-form{width:282px; float:right;}
.input_text{box-sizing: border-box; display: block; width: 100%; height: 40px; padding: 6px 12px; font-size: 14px; line-height: 1.42857143; color: #555;
    background-color: #fff; background-image: none; border: 1px solid #eae7e7; border-radius: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075); -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;}
.widget-search-form .input_text{float: left;  width: 75%; height: 35px; vertical-align: top; border-color: #0f8e47; border-radius: 20px;}
.input_text:focus{border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6); box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);}
.widget-search-form .btn_search{margin-left: 4%; width: 20%; height: 35px; border: none; background-color: #0f8e47; color: #fff; border-radius: 10px; font-size: 14px;}

.widget_product li{float: left; margin-right: 20px; width: 290px; background: #fff; margin-bottom: 20px;}
.widget_product li a p{    line-height: 32px; font-size: 16px; text-align: center;}
.widget_product li:nth-child(3n){margin-right: 0;}



	   /* 首页优势 */
.youshi{background:url(../images/advs.jpg) top center no-repeat #0f8e41; height:152px;}
.youshi2{background:url(../images/adv_bg.jpg) top center no-repeat #0f8e41; height:152px;}
.ys_l{background-color: #f5f8f9; height: 1180px; padding-top: 40px;}
.ys_l .T{background: url(../images/adv05.png) top center no-repeat; height: 130px; padding-bottom: 35px;}
.ys_s{width:100%; height: 500px;}
.ys_d{width:587px;}
.ys_span{padding: 20px 0; background: inherit; text-align: left; display: block;}
.ys_span h3{position: relative; padding-left: 76px; color: #0f8e47; font-weight: 700;}
.ys_span h3:before{position: absolute; top: -2px; left: 0; width: 68px; height: 56px; background: url(../images/adv_bg2.png) no-repeat;
    color: #fff; text-align: center; font-weight: bolder; font-size: 36px; line-height: 45px; }
.ys_span h3:before{content: '01';}
.ys_span .yss:before{content: '02';}
.ys_span .ysa:before{content: '03';}
.ys_span .ysb:before{content: '04';}
.ys_span h3 p{padding: 0; color: inherit; font-size: 24px;}
.ys_span h3 p:before{content: '';}
.ys_span p{padding-left: 76px; height: auto; color: #3a3a3a; font-size: 14px; line-height: 32px;}
.ys_span p:before{color: #ff8e00; content: '+'; font-weight: 700;}
.ys_span h3 small{color: #ff8e00; font-size: 18px; line-height: 32px;}

	   /* 产品轮播 */
.hot_rx{background: url(../images/case_bg.jpg) top center repeat; height: 515px; padding-top: 40px;}
.E{background: url(../images/case_t.png) top center no-repeat; height: 160px; padding-bottom: 10px;}
.box{ width:1200px; margin:0 auto; position:relative; overflow:hidden; _height:100%;}
.hotproduct {margin: 15px 0 20px 0;}
#demo1p {width: 1200px; height: 265px; overflow: hidden; position: relative;}
#indemo1p {float: left; width: 800%;}
#demo1p1 {float: left;}
#demo1p2 {float: left;}
.top_14 {list-style: none outside none; display: inline;}
.top_14 li {float: left; height: 265px; overflow: hidden;  padding-right: 8px; padding-top: 8px; text-align: center; width: 285px; background: #fff; margin-right: 20px; padding-left: 8px;}
.top_14 h3 {height: 217px; margin: 0 auto;}
.top_14 h3 a {padding: 1px; display: table-cell;}
.top_14 h3 img {vertical-align: middle;}
.top_14 li p {margin-top: 7px;}
.top_14 li p .a1 {font-size: 15px; overflow: hidden; display: block; height: 24px; color:#666;}
.top_14 li p .a1:hover {color: #0f8e47;}

	   /* 关于我们 */
.about_box{border: 2px solid #0f8e47; height: 400px; margin-top: 80px; margin-bottom: 40px;}
.about_t{padding: 50px 35px 30px; position: relative; width:690px; box-sizing: border-box;}
.about_t h3{position: absolute; top: -45px; background: #fff; font-size: 36px; color: #0f8e47; padding: 0 60px; font-weight: bold;}
.f-toe{overflow: hidden; word-wrap: normal; white-space: nowrap; text-overflow: ellipsis;}
.about_t h3:before{position: absolute; display: block; content: ''; width: 30px; height: 35px; border-top: 2px solid #ff8e00; border-left: 2px solid #ff8e00; top: 5px; left: 15px;}
.about_t h3:after{position: absolute; display: block; content: ''; width: 30px; height: 35px; border-bottom: 2px solid #ff8e00; border-right: 2px solid #ff8e00; bottom: 5px; right: 15px;}
.about_t .C{color: #333; font-size: 14px; line-height: 28px; text-align: justify;}
.more a{background-color: #fff; color: #0f8e47;     padding: 6px 30px; border: 1px solid #0f8e47; border-radius: 20px; display: inline-block; margin-top: 10px; font-size: 14px;}
.about_f{width:480px; padding: 50px 35px 30px; position: relative; box-sizing: border-box;}
.about_f span{font-size: 28px; display: block; width: 100%; height: 1px; position: relative;}
.about_f span b{width: 100%; line-height: 70px; background-color: #0f8e47; text-align: center; color: #fff; position: absolute; top: 0;}

	   /* 首页新闻 */
.index_new{width:587px; margin-top: 60px;}	   
.box-t{border-bottom: 1px solid #ccc;font-size: 24px;color: #0f8e47;margin-bottom: 15px;padding-bottom: 10px;position: relative;line-height: 24px;text-align: left}
.box-t strong{font-weight: bold;}
.box-t .small{font-size: 18px; font-weight: bold;}
.box-t a{font-size: 12px;color: #b2b2b2;}
.box-t:after{position: absolute;display: block;content: '';width: 100px;height: 2px;background-color: #0f8e47;bottom: -1px}	   
.PageCrumbList{float: right; font-size: 14px; color: #b2b2b2; font-weight: normal;}
.PageCrumbList a{font-size: 14px; color: #666;}
.box-t:after{position: absolute; display: block; content: ''; width: 100px; height: 2px; background-color: #0f8e47; bottom: -1px;}

.news-box{position: relative; color: #828282; border-bottom: 1px solid #ddd; padding-bottom: 1em; height: 143px;}
.news-cont{width:380px;}
.news-cont h3{font-size: 16px; font-weight: bold; line-height:200%;}
.news-cont h3 a{color:#333;}
.news-cont p{font-size: 14px; line-height: 30px; color: #666;}

.new-box{font-size: 16px; color: #535353; padding-top: 10px; margin-bottom: 1em;}
.new-box li{font-size: 15px; line-height: 28px; background:url(../images/text_align_left.png) left center no-repeat; padding-left:25px;}
.new-box li a{color:#333;}
.new-box li span{padding-right: 8px; float: right; color: #828282;}

.index_news{width:587px; margin-top: 60px;}
.newss-box{position: relative; color: #828282; border-bottom: 1px solid #ddd; padding-bottom: 1em; margin-bottom: 1em;}
.newss-box h3{font-size: 16px; font-weight: bold; line-height: 32px;}
.newss-box h3 i{background-color: #ff7700;}
.newss-box i{font-size: 12px; border-radius: 5px; color: #fff; padding: 4px; font-weight: normal; margin-right: 10px; font-style:normal;}
.newss-box h3 a{font-weight: normal; color: #ff7700;}
.newss-box p{padding: 3px 0; line-height: 24px; font-size: 14px;}
.newss-box p i{background-color: #0c8854;}
.newss-box p span{ }

	   /* 友情链接 */
.busMess{background: #F3F6F7; line-height: 24px; margin-top: 30px; padding-top: 15px; padding-bottom: 15px;}
.busMess span{font-size: 12px; color:#333;}
.con{font-size:12px;}

.box-x{position: relative; margin-bottom: 15px; padding: 6px 0 28px 0; width: 100%; background-color: #fff; color: #000; text-align: left; font-size: 30px; line-height: 35px; border-bottom: 0;}
.box-x strong{font-weight: bold;}
.box-x .PageCrumbList{color: #000;}
.box-x .PageCrumbList a{color: #000;}

.pagination li { display: inline-block;  display: inline-block;  zoom: 1;  float: left; margin: 0; width: auto; height: auto;}





.nav .menu ul {
	background-color:#0F8E47;
	position: absolute;
	display: none;
	top:65px;
	overflow: hidden;
	z-index: 999;
	left:0;	
}

.nav .menu ul.pro{
	width:1200px;
	left:-290px;
	}

.nav .menu ul li {
	float: none;
	position: static;
	text-align: left;
	background: none;
	width:120px;
	padding:0;
	float:left;
}
.nav .menu ul.pro li{
	width:160px;
	}

.nav .menu ul li a {
	border-bottom: medium none;
	display: block;
	font-size: 14px;
	position: static;
	color: #fff;
	padding:0;
	text-transform: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height:35px;
	line-height: 35px;
}

.nav .menu ul li a:hover {
	color: #fff;
	background-color:#F60;
	border-bottom: medium none;
	display: block;
	font-size: 14px;
	font-weight: normal;
	position: static;
	text-transform: none;
}

.nav .menu ul li .current {
	color: #fff;
	background-color: #f27a00;
}

.nav .menu ul.subnav {
	display: block;
}
.fbanner{
	width:100%;
	height:350px;
	}

.footer-wrap{
	margin-top:60px;
	}
.footer-wrap .footer {
  background: url(../images/footerbg.jpg) no-repeat center center;
  background-size: cover;
}
.footer-wrap .footer .f1box {
  padding: 35px 0;
}
.footer-wrap .footer .f1box .ewmbox .pic img {
  max-width: 100%;
}
.footer-wrap .footer .f1box .cconbox .link-ul {
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
}
.footer-wrap .footer .f1box .cconbox .link-ul .list {
  width: 12.5%;
  display: inline-block;
  float: left;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
}
.footer-wrap .footer .f1box .cconbox .link-ul .list a {
  color: #fff;
}
.footer-wrap .footer .f1box .cconbox .link-ul .list span {
  float: right;
}
.footer-wrap .footer .f1box .cconbox .cbox {
  margin-top: 30px;
}
.footer-wrap .footer .f1box .cconbox .cbox .clt {
  float: left;
  color: #fff;
  line-height: 28px;
  font-size: 1.4rem;
}
.footer-wrap .footer .f1box .cconbox .cbox .clt span {
  display: block;
  font-size: 3rem;
  font-family: "Arial";
  font-weight: bold;
  margin-bottom: 10px;
}
.footer-wrap .footer .f1box .cconbox .cbox .crt {
  float: right;
  margin-top: 20px;
}
.footer-wrap .footer .f2box {
  background: rgba(0, 0, 0, 0.5) !important;
  background: #000;
  filter: alpha(opacity=50);
  font-size: 1.2rem;
  color: #fff;
  line-height: 20px;
  overflow: hidden;
  padding: 10px 0;
  text-align: center;
}



	
.infoNav{
 margin-top:30px; padding-top:6px; border-top:1px solid #ccc;
}

.fl{
 float:left;
 }
.fr{
 float:right
 }
.clear{
	clear:both;
	}
.pageNav{
 clear:both; margin-top:30px; text-align:right;
}
.pageNav{}
.pageNav a{
 padding:8px 10px; font-size:11px; background:#EBEBEB;
}

.pageNav a.prev, .pageNav a.next, .pageNav a.cur{
 background-color:#060;  color:#ffffff; padding:8px 10px;
}
.pageNav a:hover{
	background:#0C3;
	color:#fff;
	}
