@charset "UTF-8";
/*css 初始化 */
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img,a { margin:0; padding:0; }
body{overflow-x:hidden;}
fieldset, img,input,button { border:none; padding:0;margin:0;outline-style:none; }
ul, ol { list-style:none; }
input { padding-top:0; padding-bottom:0; }
select, input { vertical-align:middle;}
select, input, textarea { font-size:12px; margin:0;}
textarea { resize:none; } /*防止拖动*/
img {border:0; vertical-align:middle; }  /*  去掉图片低测默认的3像素空白缝隙*/
table { border-collapse:collapse; }
body {
    font:12px/150% Arial,Verdana,"\5b8b\4f53";
    font-family:"微软雅黑","宋体";
    color:#333333;
    background:#fff;
    transition: all 0.6s;
}
.clearfix:before,.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after{clear:both;}
.clearfix{
    *zoom:1;/*IE/7/6*/
}
a {color:#333333; text-decoration:none; }
a:hover{color:#008e59;}
h1,h2,h3,h4,h5,h6 {text-decoration:none;font-weight:normal;font-size:100%;}
s,i,em{font-style:normal;text-decoration:none;}
.col-red{color: #008e59!important;}
ul,ol,li{list-style:none}

/*公共类*/
.w12 {  /*版心 提取 */
    width: 1200px;margin:0 auto;
}
.fl {
    float:left
}
.fr {
    float:right
}
.al {
    text-align:left
}
.ac {
    text-align:center
}
.ar {
    text-align:right
}
.hide {
    display:none
}

.clear{clear: both;}
.w14{width: 1400px;margin:0 auto;}
/* 头部公共 css */
#head{width: 100%;height:110px;box-sizing: border-box;background:#008e59;}
#head .logo{height:65px;margin-right:115px;padding-top:20px;}
#head .logo img{height:100%;}
#head .nav{flex: 1;}
#head .nav .top-nav .nLi{position: relative;z-index:99;width:110px;text-align: center;}
#head .nav .top-nav .top-a{font-size:18px;line-height:110px;color:#fff;}
#head .nav .top-nav .active,#head .nav .top-nav li:hover{background:#007b4d;}
#head .nav .top-nav .active .top-a,#head .nav .top-nav li:hover .top-a{font-weight:bold;}
#head .call-tel{width: 235px;font-size: 30px;line-height: 110px;color: #FFF;
    margin-left: 50px;margin-right: -60px;}
#head .call-tel:before{content:'';display:inline-block;width:22px;height:22px;background:url(../images/foot-tel.png)no-repeat center;
background-size:cover;margin-right:10px;}

.son-nav{position: absolute;background:#fff;overflow: hidden;top:110px;left:-10%;width:120%;text-align: center;z-index: 999;display: none;}
.son-nav a{font-size: 14px;line-height: 40px;border-top: 1px solid #eee;display: block;color: #333333;}
.son-nav a:hover{background:#008e59;color: #fff !important;}
/*banner*/
 .fullSlide{ width:100%;  position:relative;  background:#fff;z-index:1;height: 810px;}
    .fullSlide .bd{ margin:0 auto; position:relative; z-index:0; height: 810px;}
    .fullSlide .bd ul{ width:100% !important; }
    .fullSlide .bd li{ width:100% !important;  overflow:hidden; text-align:center;height: 810px;    background-position: center center !important;}
    .fullSlide .bd li a{ display:block;}
     .fullSlide .bd li img{width: 100%;}

    .fullSlide .hd{ display:block!important;width:100%;position:absolute;z-index:1999;bottom:5%;margin: 0 auto;
        left:0; text-align:center;}
    .fullSlide .hd ul{ text-align:center; }
    .fullSlide .hd ul li{cursor:pointer;display:inline-block;*display:inline;zoom:1;width:30px;height:6px;margin:4px;overflow:hidden;line-height:999px;
        border-radius:6px;box-sizing: border-box;background:rgba(0,0,0,0.5);}
    .fullSlide .hd ul .on{background:#008e59 !important;}

    .fullSlide .prev,.fullSlide .next{  display:block;  position:absolute; z-index:1; top:50%; margin-top:-30px; left:5%;  z-index:1; width:40px; height:60px; background:url(../images/slider-arrow.png) -126px -137px #000 no-repeat;  cursor:pointer; filter:alpha(opacity=50);opacity:0.5; display:none;  }
    .fullSlide .next{ left:auto; right:5%; background-position:-6px -137px; }  


/* 公共标题 */
.com-tit{padding:66px 0px 42px;text-align: center;font-size:22px;line-height:32px;}
.com-tit h2{font-size:34px;line-height:58px;display: inline-block;padding:15px 0px;margin-bottom:17px;}
.com-tit h2 p{width:100%;box-sizing: border-box;height:58px;}
.com-tit h2 p b{width:228px;height:65px;display: block;margin-top: -5.5px;
    font-size:46px;line-height:65px;letter-spacing:2px;}
.m-lf{margin-left: -1px;}
.m-rt{margin-right:-1px;}
.com-tit h2 p span{display: inline-block;margin:0px 20px;}
.col-323{border-top:1px dashed #2e2e2e;border-bottom:1px solid #2e2e2e;color: #323232;}
.col-323 p{border:1px solid #000000;}
.col-323 b{background:#008e59;color:#fff;}
.font-323{color:#323232;}
.font-fff{color:#fff;}

.col-416{border-top:1px dashed #fff;border-bottom:1px solid #fff;color: #fff;}
.col-416 p{border:1px solid #fff;}
.col-416 b{background:#fff;color:#416b9e;}


.df{display: flex;}
.fd{flex-direction:column;}
.jc{justify-content: space-between;}
.ja{justify-content: space-around;}
.fw{flex-wrap: wrap;}
.fdr{flex-direction:column-reverse;}

/* 底部信息 */
.mt110{margin-top: 110px;}
/* 底部信息 */
.footer{width: 100%;overflow: hidden;padding:59px 0px 10px;color: #fff;background:#2e2e2e;}
.footer .foot-nav{width: 851px;display: flex;justify-content: space-between;flex-flow: row;float: left;}
.footer .foot-nav .fo-li1 span{font-size: 18px;line-height: 18px;font-weight: bold;margin-bottom: 38px;display: block;}
.footer .foot-nav .fo-li1 .fo-li2{font-size: 14px;line-height: 14px;margin-bottom: 15px;}
.footer .foot-nav .fo-li1 .fo-li2 a{color: #999999;}
.footer .foot-nav .fo-li1 .fo-li2 a:hover{color:#fff;}
.footer .call-info{width:340px;text-align: right;font-size: 14px;}
.footer .call-info h3{font-size: 36px;font-weight: bold;line-height: 36px;}
.footer .call-info h3:before{content:'';display:inline-block;width: 36px;height: 36px;background: url(../images/foot-icon.png)no-repeat center;    margin-bottom: -3px;
    margin-right: 12px;}
.footer .call-info p,.footer .call-info h3{margin-bottom: 30px;}
.footer .call-info .rwm{width:126px;height: 126px;margin-top: 50px;float: right;}
.footer .call-info .rwm img{width:100%;}
.foot-info{font-size: 14px;line-height:14px;color: #999999;margin-top: -50px;}
.foot-info a{color:#999999;}



