/*内页banner*/
.innerbanner{ }
.innerbanner img{ width: 100%;  }
.innerbanner span{ position: absolute; top: 100px; font-size:48px; color:#fff; 
   line-height: 100px; background:rgba(66,135,0,0.7); padding: 0 20px;  }




/*关于我们内页导航*/
.innerpagetitle{ border-bottom: 1px solid #ccc;color: #000; height:50px; 
  line-height: 50px; width: 100%;}

.innerpagetitle strong{ font-size:20px; float: left; font-weight:normal; }
.innerpagetitle p{ float: right; line-height: 50px;  }

.textcon p{ line-height: 30px; font-size: 14px; margin-bottom: 20px; text-indent: 30px }
.textcon img{ margin-bottom: 20px; margin:10px auto; display: inline-block; max-width:100%; }


/*产品中心内页*/
.conleft{ float: left; width: 270px; margin-top: 30px;  }
.conleft img{ background: #0054a3 ; width: 200px }
.conright{ float: right; width: 900px; float: right; min-height: 500px; background:#fff; margin-top: 30px }



.listbox .listbox{ margin-bottom:20px; overflow: hidden; display: block; clear: both; background: #fff }
.listbox .pronav{ background:url(../images/leftbg.png) no-repeat right bottom #0054a3; height: 100px; line-height: 100px; padding-left: 30px; color: #fff; display: block; font-size:25px; font-weight: normal; }
.listbox .prosubnav{ background: #f9f9f9; overflow: hidden; }
.listbox .prosubnav li{ line-height: 50px;  border-bottom: 1px #efefef dashed ; display: block; }
.listbox .prosubnav li a{ display: block; font-size: 14px; padding-left: 70px; background: url(../images/listicon.png) no-repeat 30px 19px ; }
.listbox .prosubnav li:hover {background: url(../images/iprod-g.png) no-repeat center bottom; transition: 0s  }
.listbox .prosubnav li:hover a{color: #fff; background: url(../images/listiconhover.png) no-repeat 30px 19px ;}

.question strong{border-bottom: 1px solid #ccc; display: block; margin-top: 30px; line-height: 50px; font-size: 18px; font-weight: normal;  }
.question strong a{ float: right; font-size: 12px; color: #ccc  }
.question strong a:hover{ color: #0054a3  }
.question ul li{ height: 30px; line-height:30px; padding-left:20px; overflow: hidden; background: url(../images/icon.png) 5px 12px no-repeat;  border-bottom: 1px solid #f1f1f1 }


.procon{ float: left; width: 925px; padding:30px 0; }
.procon .proconlist li{ float: left; margin-right: 25px; width: 283px; }
.procon .proconlist li:nth-child(3n){ margin-right:0; }
.procon .proconlist li img{ width: 100%; overflow: hidden; height: 230px }
.proconlist li{ margin-bottom:30px;border:1px dashed #f8f8f8; background: #fff; text-align: center; }
.proconlist li:hover{ box-shadow: 0px  0px 10px #ccc; transition: 0.5s;}
.proconlist li p{ height: 50px; line-height: 50px; font-size: 16px }




/*新闻列表页面*/
.newslist li{ border-bottom: 1px dashed #dfdfdf; height: 80px; padding:10px 0; }
.newslist li a{ display: block; overflow: hidden; height: 100%; width: 100% }
.newslist li span{ float: left; width: 80px;  text-align: center; border-right: 1px solid #efefef; font-size: 16px; margin-right: 30px }
.newslist li span em{ display: block; line-height: 30px }
.newslist li span i{ font-size: 12px }
.newslist li p{ float: left; width: 748px; border  }
.newslist li strong{ display: block; line-height: 30px; font-size: 14px; font-weight: bold; }
.newslist li b{ display: block; line-height: 30px; font-size: 13px; color: #a8a8a8}
.newslist li:hover{ box-shadow: 0px  0px 20px #ccc; transition: 0.5s;  }


/*分页*/
.page {
  width:100%;
  height:auto;
  margin:0px auto;
  overflow:hidden;
  text-align:center;
  margin:40px 0;
}
.page a {
  padding:10px 15px;
  color:#080403;
  font-size:12px;
  margin:10px 5px;
  display: inline-block;
}
.page a.cur,.page a:hover {
  background:#a4c63c  ;
  color:#080403;
}
.page a.nocur {
  background:none;
  color:#4c4c4c;
}


/*新闻详细页面*/
.newcontit{width: 100%; text-align: center;}
.newcontit strong{ font-size: 18px; color: #000;  margin:30px 0 10px 0; display: block; }
.newcontit span{ display: block; margin-bottom:30px;  }
.newcontit span em{ margin-left: 20px }


.nextpage{ margin:20px 0; }
.nextpage p{ line-height: 30px;
 overflow: hidden;display:block;  font-size: 14px; font-weight: bold; color:#000 }
 .nextpage p a{ margin-left: 10px }
 


.productcon {width: 100%; overflow: hidden; margin:50px 0; }
.productcon .proleft{ float: left; width: 350px; }
.productcon .proleft img{ max-width: 350px; overflow: hidden; }

.productcon .proright{ float: left; width: 450px; height: 30px;  margin-left:60px }

.productcon .proright p{ line-height: 40px; }

.productcon .proright p span{ color: #000; font-size: 14px; }
.protext a{background:#79bf1f; font-size: 16px; color: #fff;
 padding:10px 30px; display: inline-block; cursor: pointer; margin-right: 20px; margin-bottom:20px;}





/*留言板*/
.message {
  background: #fff;
  width: 460px;
  padding: 20px;
  margin: 0 auto;
  margin-top:30px;
}
.message p{
  text-align: center;
}
.message p strong{
  font-size: 30px;
  display: block;
  color: #000;
}
.message p em{
  color: #eeb819;
  font-size: 14px;

}
.message form{
  margin-top: 20px;
}

.message form label{ 
  display: block;
  margin-bottom: 20px
   }
   
.message form label span{ 
  width: 100px; 
display: inline-block; 
text-align: left;
font-size: 16px;
 }

.message form label input{
  border: none;
  border: 1px solid #ccc;
  border-radius: 5px;
  min-height: : 40px; 
  line-height: 40px;
  padding-left: 5px;
  background: #f1f1f1;
  width: 300px
}

.message form label.button{ 
  width: 100%;
  height: 40px; 
  background: #333333;
  color:#fff; 
  display: block;
  border-radius: 5px;
  text-align: center;
  line-height: 40px;
 }


 .message form label.button input{
  border: none;
  background: none;
  color: #fff;
  cursor: pointer;
 }


.message form label textarea{
  border: none;
  border: 1px solid #ccc;
  border-radius: 5px;
  line-height: 40px;
  padding-left: 5px;
  background: #f1f1f1;
  width: 300px}



.key { margin-top: 20px; }
.key h4{ color: #fff; }
.key div{padding: 10px}
.key p{ font-size: 12px; line-height: 30px; color: #666;   }
.key p span{ color: #000;}



.joincon{ padding-bottom: 50px }
.joinlist h3{ font-size: 20px; height: 60px; line-height: 60px; border-bottom: 1px solid #ccc; }
.joinlist strong{display: block; font-size: 16px; height: 50px; line-height:50px; display: inline-block; }
.joinlist p{ font-size: 14px;  height: 30px; line-height: 30px; color: #555 }





.contact {
  overflow:hidden;
  display:block;
  color:#000;
  font-size:14px;
}
.footinfo4 .logo{ width: 300px; display: block; }
.footinfo4,.footinfo5{ float: left; padding-left: 30px; 
 overflow: hidden;  margin:30px auto; }
.footall1{border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; overflow: hidden;}
.footinfo4{ padding-right:30px; width:400px;border-right: 1px solid #ddd; }
.footinfo4 img{ margin-top: 3px; vertical-align: -7px; }
.footinfo4 p{ margin-top: 10px; display: block; width: 100%; overflow: hidden; }
.footinfo4 p strong{ display: block; }
.footinfo5{ width: 700px;  }
.footinfo5 img{ width: 100%; height: 415px }








.index_zhuanjia{ width:907px; overflow:hidden;margin:40px auto 0 auto;}
.index_zhuanjia_pic{ width:780px; height:483px; overflow:hidden; float:left;position:relative;}
.index_zhuanjia_pic ul{height:377px;position:absolute; left:0;}
.index_zhuanjia_pic li{width:780px; height:483px; overflow:hidden;position:relative;float:left;}
.index_zhuanjia_pic li img{ width: 100% }
.index_zhuanjia_left_inc{ width:32px; height:41px; position:absolute;left:0px;top:195px; 
  cursor:pointer;background:url(../images/float_left_inc.png) center top no-repeat; z-index:9}
.index_zhuanjia_right_inc{ width:32px; height:41px; position:absolute;right:0px;top:195px;
 cursor:pointer;background:url(../images/float_right_inc.png) center top no-repeat; z-index:9}

.index_zhuanjia_list{ width:100px;height:483px; overflow:hidden; float:right;}
.index_zhuanjia_lists{width:100px; height:428px; overflow:hidden;position:relative;}
.index_zhuanjia_lists ul{ width:100px; height:428px;position:absolute;overflow:hidden;}
.index_zhuanjia_lists ul li{ width:100px; height:98px; padding-bottom:9px;position:relative; }
.index_zhuanjia_lists ul li.on dd img{ width:96px; height:96px; border:1px #4273b0 solid;}
.index_zhuanjia_lists ul li dd{ width:98px; height:98px; overflow:hidden; float:left;}
.index_zhuanjia_lists ul li dd img{ width:96px; height:96px; border:1px #e8e8e8 solid;}
.index_zhuanjia_lists ul li dt{ width:152px; height:26px; overflow:hidden; float:right; font-size:18px; padding-top:23px;}
.index_zhuanjia_lists ul li dl{ width:152px; height:26px; overflow:hidden; float:right; color:#7a7a7a;}
.index_zhuanjia_pre{ width:100px; height:23px; overflow:hidden; cursor:pointer;
  background:url(../images/index_zhuanjia_pre.png) no-repeat center top;}
.index_zhuanjia_next{ width:100px; height:23px; overflow:hidden; cursor:pointer;
  background:url(../images/index_zhuanjia_next.png) no-repeat center top;}



.textcon{ margin: 30px 0; display: block; overflow: hidden; }




























































































