﻿@charset "utf-8";
/* CSS Document */

body{
	margin:0px; padding:0px; font-family:"微软雅黑"; font-size:12px; line-height:22px; color:#333333; background:#FFF;
}
/*------------------------Start 解决12号字在google和傲游浏览器的不识别小于12号的英文字体-------------*/
html{-webkit-text-size-adjust:none;}
/*------------------------End 解决12号字在google和傲游浏览器的不识别小于12号的英文字体----------*/
div, h1, h2, h3, h4, p, form, label, input, textarea, img, span{
	margin:0px; padding:0px;
}
ul{
	margin:0px; padding:0px; list-style-type:none;
}
dl{
	margin:0px;	padding:0px; list-style-type:none;
}
dd{
	margin:0px;
}
a{
	color:#333333;
	text-decoration:none;
}
a:hover{
	color:#0b5cac;
	text-decoration:none;
}
.link-blue{
	color: #0b5cac;
	text-decoration:underline;
}
.link-blue:hover{
	color: #0b5cac;
	text-decoration:underline;
}
img{
	font-size:0px;
	line-height:0px;
	vertical-align:bottom;
	border:0px;
}
.c{
	clear:both;
	margin:0px;
	padding:0px;
	list-style:none;
    overflow: hidden;
}
.clear{
   clear:both;
    overflow: hidden;
}
.mar{
margin:0 auto;
width: 100%;
}
.marn{
    margin:0 auto;
    width: 1200px;
}
/*--End 分页样式---------*/
.top_w{
   background-color: #fafafa;
   border-bottom: 1px solid #fff;
   line-height: 40px;
}
.top_n{
    overflow: hidden;
    line-height: 40px;
    color: #595959;
}
.top_n_r{
    float: right;
}
.top_n_r a{
    margin:0 5px;
       color: #595959;
}
.top_n_r a.last{
    margin-right: 0;
}
.top_n_r a:hover{
    color: #7a5100;
}
.logo_w{
   background-color: #fafafa;
   border-top: 1px solid #e4e4e4;
}
.logo_n{
    background: url(../images/web_03.jpg) center top no-repeat;
    height: 137px;
}
/*********nav*********/
.nav_w{
   
    height:61px; 
    position: relative;
    z-index: 10;
}
.nav_w_bj{
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    margin:0 auto;
    z-index: 11;
    height: 56px;
       background-color: #ad7a14;
       border-bottom: 5px solid #835d11; 
}
.nav_n{
position: absolute;
margin:0 auto;
width: 100%;
z-index: 13; 
height: 61px;
}
.nav_n ul{
    height: 56px;
}
.nav_n ul li{
    float: left;
    line-height: 56px;
    height: 56px;
    font-size: 16px;
    width: 166px;
text-align: center;

}
.nav_n ul li a{
    color: #fff;
    display: block;
    width: 166px;
    height: 56px;
}
.nav_n ul li a.on{
background-color: rgba(223,154,15); border-bottom: 5px solid rgba(223,154,15,0.2);
}
.nav_n ul li a:hover{
     background-color: rgba(223,154,15);
     border-bottom: 5px solid  rgba(223,154,15,0.2);
}
/************/

.banner_w {
  width: 100%;
  height:538px;
  position: relative;
  overflow: hidden;
  clear: both;
  background-color: #f8f8f8;
}

.banner {
  margin: 0 auto;
  width: 1920px;
  height:538px;
  position: absolute;
  overflow: hidden;
  left: 50%;
  margin-left: -960px;
}

.banner .img {
  width: 25000px;
  position: absolute;
  left: 0;
  top: 0;
}

.banner .img li {
  float: left;
  overflow: hidden;
}

.banner .num {
  position: absolute;
  width: 100%;
  bottom: 20px;
  left: 0;
  text-align: center;
  font-size: 0;
}

.banner .num li {
  width: 12px;
  height:12px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  margin: 0 3px;
  cursor: pointer;
}

.banner .num li.on {
  background-color: #ffff00;
}

.banner .btn {
  width: 30px;
  height: 50px;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
  text-align: center;
  line-height: 46px;
}

.banner:hover .btn {
  display: block
}

.banner .btn_l {
  left: 15%;
}

.banner .btn_r {
  right: 15%;
}
/*******关键词*********/
.gjzms{
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  color: #666;
}
.gjzms span{
  font-size: 15px;
  font-weight: bold;
  color: #666;
}
/*******首页产品*****/
.content_w{
  background-color:#f4f2f3;
  padding: 50px 0;
}
.pro_syleft{
  float: left;
  width: 215px;
}
.pro_syright{
  float: right;
  width: 930px;
}
/***产品左侧*****/
.prosy_bt{
  height: 80px;
}
.yansejb{
background: -webkit-linear-gradient(left, #df9a0f , #ac7912); /* Safari 5.1 - 6.0 */
background: -o-linear-gradient(right, #df9a0f, #ac7912); /* Opera 11.1 - 12.0 */
background: -moz-linear-gradient(right, #df9a0f, #ac7912); /* Firefox 3.6 - 15 */
background: linear-gradient(to right, #df9a0f , #ac7912); /* 标准的语法（必须放在最后） */
}
.prosy_bt_bj{
  height: 80px;
  padding-left: 65px;
  background: url(../images/web_05.png) 15px center no-repeat;
}
.prosy_bt01{
  font-size: 26px;
  color: #fff;
  padding-top:18px;
  letter-spacing:2px;
}
.prosy_bt02{
  font-size: 12px;
text-transform:uppercase;
color: #fff;
padding-top: 2px;
}
.prosy_nr{
  background-color:#fff;
  padding: 15px;
}
.prosy_nr ul li a{
  display: block;
  line-height:50px;
  border-bottom: 1px solid #ececec;
  font-size:16px;
  color: #666;
  padding-left: 35px;
  background: url(../images/web_12.jpg)  10px center no-repeat;
}
.prosy_nr ul li a.pro_on{
  color: #b88111;
background: url(../images/web_09.jpg)  10px center no-repeat;
}
.prosy_nr ul li a:hover{
  color: #b88111;
background: url(../images/web_09.jpg)  10px center no-repeat;
}
.prosy_db{
  height: 190px;
}
.pro_tel01{
  margin:0px auto 0;
  text-align: center;
  padding: 25px 0 0;
}
.pro_tel02{
  font-size: 27px;
  color: #ffffff;
  line-height: 30px;
  padding-top: 15px;
  text-align: center;
  font-family: Arial;
}
.pro_tel03{
  padding-top:0px;
  font-size: 18px;
   color: #ffffff; text-align: center;
    line-height: 40px;
}
.pro_tel04{
  margin:5px 20px 30px;
  height:30px;
  background-color: #fff3dc;
  text-align: center;
  line-height: 30px;
}
.pro_tel04 a{
  color: #7a5100;
  font-size: 15px;
}
.pro_tel04 a:hover{
  color: #543c0c;
}
.prosy_bt_01{
  float: left;
}
.prosy_bt_01a{
  font-size: 37px;
    color: #b88111;
    font-weight: bold;
    line-height: 36px
}
.prosy_bt_01b{
    font-size: 22px;
    line-height: 36px;
    color: #ccc;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.prosy_bt_02{
  float: right;
}
.prosy_nra{
  clear: both;
  overflow: hidden;
}
.prosy_nra ul{
  display: flex;
  flex-wrap:wrap;
  justify-content:space-between;
}
.prosy_nra ul li{
  background-color: #fff;
  padding: 15px 11px;
  margin-bottom: 25px;
  text-align: center;
}
.prosy_nra ul li .pro_pic{
  margin-bottom: 10px;
}
.prosy_nra ul li .pro_pic a{
  display: block;
  width: 278px;
  height: 208px;
  overflow: hidden;
}
.prosy_nra ul li .pro_pic a img{
  width: 278px;
  height: 208px;
      transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
}
.prosy_nra ul li .pro_pic a:hover img{
  transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}
.prosy_nra ul li .pro_name{
  border-top: 1px solid #f4f2f3;
  line-height: 30px;
  font-size: 16px;
}
.prosy_nra ul li .pro_name a{
   color: #666;
}
.prosy_nra ul li .more_aa{
  margin:7px auto;
  width: 200px;
  font-size: 14px;

  height: 34px;
  line-height: 34px;
}
.prosy_nra ul li .more_aa a{
  display: block;
  width: 100%;
    color: #fff;  background-color: #cdcdcd;
}
.prosy_nra ul li .more_aa a:hover{
  background-color: #b88111;
}


/***********5个优势*****************/
.content_b_w{
  clear: both;
  overflow: hidden;
  margin:0 auto;
  width: 100%;
  padding: 50px 0 0px;
}
.content_b{
  margin:0 auto;
  width: 1200px;
}
.btsy_01{
  clear: both;
  overflow: hidden;
  margin:0 auto;
  width: 1200px;
    text-align: center;
}
.btsy_01_a{
  font-size:37px;
  color: #b88111;
  line-height: 50px;
  font-weight: bold;
}
.btsy_01_b{
  font-size: 14px;
  line-height: 40px;
  color: #666;
}
.btsy_01_c{
  margin:10px auto 0;
  width: 440px;
  position: relative;
  height: 20px;
}
.xt_sy_a{
  position: absolute;
  height: 3px;
  left: 0;
  top:0;
  margin:0 auto;
  width: 100%;
  z-index: 13;
}
.xt_sy_a01{
    width: 60px;
    height: 2px;
  margin:0 auto;background-color: #7e570a;
}
.xt_sy_b{
  position: absolute;
  height: 3px;
  left: 0;
  top:1px;
  margin:0 auto;
  width: 100%;
      height: 1px;
  margin:0 auto;
  background-color: #cacaca;
  z-index: 12;
}
.content_b_nr{
  clear: both;
  overflow: hidden;
  margin:5px auto 45px;
}
.centent_b_nrleft{
  float: left;
  width: 539px;
  padding-top: 50px;
}
.centent_b_nrleft img{
  width: 539px;
  height: 388px;
}
.centent_b_nrright{
  float: right;
  width: 610px;
}
.centent_b_nrright ul{
  clear: both;
  overflow: hidden;
}
.centent_b_nrright ul li{
  margin:33px 0;
    height: 56px;
  border-bottom: 1px solid #b88111;
}
.centent_b_nrright ul li .yssy_left{
  width:47px;
    height: 56px;
    background: url(../images/pic_02.png) 0 0 no-repeat;
  float: left;  text-align: center;
}
.centent_b_nrright ul li .yssy_left span{
  font-size: 24px;
  color: #fff;
  line-height:64px;

}
.centent_b_nrright ul li .yssy_right{
  float: right;
  width: 546px;
  font-size: 18px;
  color: #272727;
}
/*************首页分割图*********/
.content_c_w{
  background: url(../images/pic_03.jpg) top center no-repeat;
  height: 203px;
  margin:0 auto;
  clear: both;
  overflow: hidden;
}
/***************厂房环境**********/
.content_d_w{
  clear: both;
  overflow: hidden;
  margin:0 auto;
  width: 100%;
  padding:50px 0; 
  background-color: #f1f1f1;
}
.content_d_nr{
  margin:40px auto;
  width: 1140px;
  padding: 30px;
  background-color: #fff;
    -moz-box-shadow: 0x 0px 4px #dfdfdf;
    -webkit-box-shadow: 0px 0px 4px #dfdfdf;
    box-shadow: 0px 0px 4px #dfdfdf;
}
/*********单行滚动************/

.edu_sy .bd{
overflow: hidden;
}
.edu_sy .bd ul li {
    float: left;
    margin: 15px 15px;
    width: 268px;
    overflow: hidden;
}

.edu_sy .bd ul li a {
    display: block;
    width: 268px;
    height: 100%;
}

.edu_sy .bd ul li a span {
    display: block;
    width:268px;
    height:201px;
    overflow: hidden;

}

.edu_sy .bd ul li a span img {
    width:268px;
    height:201px;
    transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
}
.edu_sy .bd ul li a span:hover img {
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

/*.edu_sy .bd ul li p {
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: left;
    margin-top: 10px;
    font-size: 16px;
    color: #4099ad;
}
*/
.edu_sy .bd ul li a:hover {
}
/******************新闻列表***********/
.news_synr{
  clear: both;
  overflow: hidden;
}
.news_synr ul li{
  float: left;
  width: 520px;
  padding: 20px;
  margin:15px 20px;
  background-color: #f9f9f9;
        transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}
.news_synr ul li .news_list_bt{
    margin-bottom:5px;
}
.news_synr ul li .news_list_bt a{
  font-size: 16px;
  color: #666;
}
.news_synr ul li .news_list_jj{
  font-size: 12px;
  color: #999;
  line-height: 22px;
}
.news_synr ul li:hover{
  background-color: #c37a0b;
  color: #fff;
}
.news_synr ul li:hover .news_list_bt a{
  color: #fff;
}
.news_synr ul li:hover .news_list_jj{
  color: #fff;
}
.news_synr ul li .news_list_bt a:hover,.news_synr ul li:hover .news_list_bt a:hover{
  color: #ffff00;
}
/************************首页而关于我们************/
.content_e_w{
  padding-bottom:40px;
}
.about_sy{
  clear: both;
  overflow: hidden;
  margin:40px auto;
  width: 1200px;
}
.about_left{
  float: left;
  width: 565px;
}
.about_left a{
  display: block;
  width: 565px;
  height: 347px;
  overflow: hidden;
}
.about_left a img{
  width: 565px;
  height: 347px;
     transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
}
.about_left a:hover img{
     transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}
.about_right{
  float: right;
  width: 600px;
}
.about_right_nr{
    line-height: 30px;
  font-size: 16px;
}
.about_right_more{
  margin-top: 15px;
  float: right;
  width: 130px;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
background-color: #b88111;
}
.about_right_more a{
    color: #fff;
}
.about_right_more a:hover{
  color: #ffff00;
}
/****新闻***************/
.news_sy{
  margin: 60px auto 40px;
}
.news_sy_left{
  float: left;
  width: 650px;
  background-color: #fff; 
}
.news_sy_right{
  float: right;
  width: 485px;
  background-color: #fff;
}
.news_sy_bt{
  height: 42px;
  position: relative;
}
.news_sy_bt_txt{
  width: 120px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  background-color: #b88111;
}
.news_sy_bt_xt{
height: 1px;
background-color: #e8e8e8;
}
.new_sy01_nr{
  margin:30px;
}
.news_sy01_nrleft{
  float: left;
  width: 245px;
}
.news_sy01_pic a{
  display: block;
  width: 245px;
  height: 187px;
  overflow: hidden;
}
.news_sy01_pic a img{
    width: 245px;
  height: 187px;
       transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
}
.news_sy01_nrleft a:hover img{
       transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}
.news_sy01_name{
  background-color: #b88111;
  height: 60px;
  padding:10px 10px 5px;
}
.news_sy01_name a{
  font-size: 14px;line-height: 24px;
  color: #fff;
}
.news_sy01_name a:hover{
  color: #ffff00;
}
.news_sy01_nrright{
  float: right;
  width: 320px;
}
.news_sy01_nrright ul{
  clear: both;
  overflow: hidden;
}
.news_sy01_nrright ul li{
  line-height: 32px;
  font-size: 14px;
  border-bottom: 1px dashed #dfdfdf;
  padding-left: 15px;
  background: url(../images/news_b.png) 0 center no-repeat;
}
.news_sy01_nrright ul li a{
  color:#666;
}
.news_sy01_nrright ul li a:hover{
color: #b88111;
}
.new_sy02_nr{
  margin:30px;
}
.new_sy02_nr ul{
  clear: both;
  overflow: hidden;
}
.new_sy02_nr ul li{
  margin-bottom: 21px;
}
.new_sy02_nr ul li .wt_bt{
  clear: both;
  overflow: hidden;
}
.new_sy02_nr ul li .wt_bt_d{
  float: left;
  width: 20px;
  height: 15px;
  border-radius: 50%;
  background-color: #b88111;
  padding-top: 11px;
  padding-left:6px;
}
.new_sy02_nr ul li .wt_bt_right{
  float: right;
  width: 385px;
}
.new_sy02_nr ul li .wt_bt_right a{
  color: #666;
  font-size: 14px;
}
.new_sy02_nr ul li .wt_bt_right a:hover{
  color: #b88111;
}
.new_sy02_nr ul li .wt_nr{
  clear: both;
  margin-top: 5px;
}
.new_sy02_nr ul li .wt_nr_d{
  float: left;
  width: 16px;
  height:20px;
  border-radius: 50%;
  background-color:#313131;
  padding-top: 6px;
  padding-left:10px;
}
.new_sy02_nr ul li .wt_nr_right{
  color: #999;
  line-height:18px;
  float: right;
  width: 385px;
  font-size: 12px;
}

/********footer************/
.foot_w{
    background-color: #624407;
    margin:0px auto 0;
    width: 100%;
        clear: both;
    overflow: hidden;
}
.foot{
    margin:0px auto;
    width: 1200px;
    padding:50px 0;
}
.foot .foot_left{
    float: left;
    width: 760px;
    margin-top: 15px;
}
.foot .foot_left .foot_left_nav{
    font-size: 13px;
    color: #fff;
}
.foot .foot_left .foot_left_nav a{
    color: #fff;
    margin:0 8px;
}
.foot .foot_left .foot_left_nav a.a_first{
    margin-left: 0;
}
.foot .foot_left .foot_left_nr{
    margin-top: 20px;
    font-size: 14px;
    color: #fff;
}
.foot .foot_left .foot_left_nr a{
    color: #fff;
}
.foot .foot_left .foot_left_nr a:hover{
    color: #ffff00;
}
.foot_right{
    float: right;
    width: 440px;
}
.foot_right ul{
    clear: both;
    overflow: hidden;
}
.foot_right li{
    float: right;
    margin-left: 15px;
    text-align: center;
}
.foot_right li .name_wx{
    color: #fff;
    line-height: 30px;
    font-size: 14px;
    margin-top: 10px;
}
/***************内页关于我们**********/
.ny_wz a{
  color: #666;
  margin:0 6px;
}
.ny_wz a:hover{
  color: #b88111;
}
.ny_about{
  min-height: 680px;
  font-size: 14px;
  line-height: 28px;
  color: #666;
}
.ny_about_w{
  padding: 25px;  background-color: #fff;
  width:880px;
}
.ny_bt{
  border-bottom: 1px solid #f1f1f1;
  margin-bottom:15px;
}
.newshow_bt{
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  padding-bottom: 10px;
}
.newshow_time{
  font-size: 12px;
  text-align: center;
  line-height: 24px;
  border-top:1px dashed #dfdfdf;
  border-bottom:1px dashed #dfdfdf;
}
.ny_right_nr{
  margin-top:10px;
  min-height:460px;
}
.news_list{
  clear: both;
  overflow: hidden;
}
.news_list li{
    padding:10px 20px;
    clear: both;
    overflow: hidden;
    margin: 15px 0px;
    background-color: #f9f9f9;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}
.news_list li .news_list_bt{
  margin-bottom: 0px;
  font-size: 15px;
}
.news_list li .news_list_jj{
  line-height: 22px;
  color: #666;
  font-size: 12px;
}
.news_list li .news_time{
  background-color: #ccc;
  width: 90px;
  text-align: center;
  margin:6px 0;
  float: left;
  height:70px;
  margin-right: 15px;
  font-size: 12px;
  line-height: 70px;
  word-break:break-all;
  
}
/******产品分页*******/
.ny_news_page{
	margin:10px auto 60px;
	clear:both;
	padding-top:10px;
	width:1200px;}
.ny_news_page a,.ny_news_page span{
	display:block;
	float:left;
	line-height:40px;
	text-align:center;
	font-size:12px;
	width:70px;
	height:40px;
	color:#333;
	background-color:#f8f8f8;
	margin-right:10px}
.ny_news_page a:hover,.ny_news_page span{
	background-color:#b88111;
	color:#fff;}
.ny_news_page a.page_aa{
	background-color:#b88111;
	color:#fff;}
/**************************/
.ny_news_pageaaa{
	margin-top:20px;
	margin-bottom:80px;}
/***************厂房环境******************/
.cf_list ul{
  clear: both;
  overflow: hidden;
}
.cf_list ul li{
  float: left;
  width: 268px;
  margin:0 12px 30px;
}
.cf_list ul li .cf_pic a{
  display: block;
  width: 268px;
  height: 201px;
  overflow: hidden;
}
.cf_list ul li .cf_pic a img{
  width: 268px;
  height: 201px;
    transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
}
.cf_list ul li .cf_pic a:hover img{
      transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);

}
.cf_list ul li .cf_name{
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  margin-top: 10px;
}
.cf_list ul li .cf_name a{
  color: #666;
}
.cf_list ul li .cf_name a:hover{
  color: #b88111;
}