﻿﻿﻿/*初始化*/
@charset "utf-8";
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/*Html5*/
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display: block;}
audio,canvas,video{display: inline-block;}
audio:not([controls]){display: none;height: 0;}
/*Base*/
html{font: 62.5%/1.8 "微软雅黑","\5b8b\4f53",Arial,sans-serif;-ms-text-size-adjust: none;-webkit-text-size-adjust: none; /*修正手持设备字体变化*/min-width: 16rem;overflow-x: hidden;}
body{overflow-x: hidden;}
*{margin: 0;padding: 0;}
a{text-decoration: none;background: transparent;color: inherit; /*修正win8系统IE连接灰色背景*/outline:none;}
a:focus{outline: 0;}
a:active,a:hover{outline: 0;/*transition:text-shadow 500ms ease-in 0ms, color 500ms ease-in 0ms;*/}
img{border: 0;vertical-align: middle;-ms-interpolation-mode:bicubic;}
fieldset{border: 0.025rem solid #c0c0c0;margin: 0 0.1rem;padding: 0.35em 0.625em 0.75em;}
button,input,select,textarea{font-family: inherit;font-size: 100%;margin: 0;outline:none;border:none;-webkit-appearance: none;border-radius: 0;}
button,input{line-height: normal;}
button,select{text-transform: none;}
button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance: button;cursor: pointer;}
button[disabled],html input[disabled]{cursor: default;}
input[type="checkbox"],input[type="radio"]{box-sizing: border-box;padding: 0;}
input[type="search"]{-webkit-appearance: textfield;-moz-box-sizing: content-box;-webkit-box-sizing: content-box;box-sizing: content-box;}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance: none;}
button::-moz-focus-inner,input::-moz-focus-inner{border: 0;padding: 0;}
input.submit{border: 0;margin: 0;cursor: pointer;}input.radio{width: 0.65rem;height: 0.65rem;float: left;display: inline;}
textarea{overflow: auto;vertical-align: top;}
table{border-collapse: collapse;border-spacing: 0;}
ul,ol,li{list-style: none;}
/*清除浮动*/
.cl{zoom:1;}
.cl:after{display:block;clear:both;visibility:hidden;height:0;overflow:hidden;content:".";}
.fl{float:left;}
.fr{float:right;}
*{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.b{display: block;width: 100%;height: 100%;}
.p{padding: 0 0.625rem;}
.tan05{-webkit-transition: all .5s;-moz-transition: all .5s;-ms-transition: all .5s;-o-transition: all .5s;transition: all .5s;}
.tan01{-webkit-transition: all 1s;-moz-transition: all 1s;-ms-transition: all 1s;-o-transition: all 1s;transition: all 1s;}
.noclick{pointer-events: none;}
.ws{white-space: nowrap;overflow: hidden;text-overflow: ellipsis}
/*首页------------------------------------------------------------------*/
.fiexd-con{
    position: fixed;
    top: 80px;
    right: 0;
    width: 110px;
    z-index: 999;
}
.fiexd-top{
    height: 48px;
    position: relative;
    background: url("../images/top.gif") no-repeat;
}
.fiexd-top a{
    display: block;
    width: 90px;
    height: 40px;
}
.fiexd-top i{
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0;
    top: 0;
    cursor: pointer;
}
.fiexd-con img{
    display: block;
    width: 100%;
    border: 1px solid #333;
}
body{
    max-width: 640px;
    min-height: 320px;
    margin: 0 auto 2.7rem;
}
.header{
    height: 3.375rem;
}
.logo{
    width: 7rem;
    height: 100%;
    float: left;
}
.nav-btn{
    float: right;
    background: url("../images/nav_btn.png") no-repeat center / cover;
    width: 5rem;
    height: 100%;
}
.nav{
    position: fixed;
    z-index: 9999;
    background: #007248;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    display: none;
}
.nav-close{
    background: url("../images/nav_close.png") no-repeat center center / 100% 100%;
    margin-right: 0.5rem;
    width: 4.4rem;
    height: 3.3rem;
    float: right;
}
.nav-list{
    overflow: hidden;
    clear: both;
}
.nav-list li{
    float: none;
    position: relative;
    text-align: center;
    line-height: 2rem;
    font-size: 0.8rem;
}
.nav-list li a{
    color: white;
}
.nav-list li:nth-child(2n){
    right: 1.5rem;
}
.nav-list li:nth-child(2n+1){
    left: 1.5rem;
}
/*banner图*/
.swiper-banner{
    height: 14.625rem;
    overflow: hidden;
}
.swiper-banner h3{
    color: white;
    font-size: 1.5rem;
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0;
    top: 5rem;
    opacity: 0;
}
.swiper-banner .swiper-wrapper{
    height: 12.5rem;
}
.swiper--banner-btn{
    height: 2.125rem;
    background: #f3f3f3;
}
.swiper-banner-span{
    float: left;
    height: 100%;
    position: relative;
    text-align: center;
    line-height: 2.125rem;
    overflow: hidden;
    width: 11rem;
    font-size: 0;
}
.swiper-banner-span span{
    display: inline-block;
    vertical-align: middle;
    width: 0.9rem;
    height: 0.9rem;
    border-radius: 50%;
    background: #ddd;
    font-size: 0.55rem;
    line-height:0.9rem;
    margin: 0 0.15rem;
    opacity: 1;
}
.swiper-banner-span span.swiper-pagination-bullet-active{
    background: #007248;
    color: white;
}
.swiper-banner-prev,
.swiper-banner-next{
    width: 2.5rem;
    height: 100%;
    float: left;
}
.swiper-banner-prev{
    margin-left: -0.05rem;
    margin-right: 0.05rem;
    background: url("../images/banner_l.jpg") no-repeat center / cover;
}
.swiper-banner-next{
    background: url("../images/banner_r.jpg") no-repeat center / cover;
}

/*底部浮动信息*/
.bottom-btn{
    width: 100%;
    height: 2.7rem;
    position: fixed;
    max-width: 640px;
    bottom: 0;
    background-color: rgba(0,114,72,.6);
    z-index: 999;
}
.bottom-btn a{
    display: block;
    float: left;
    width: 33.33%;
    height: 100%;
    color: white;
    font-size: 0.6rem;
    text-align: center;
    line-height: 3.8rem;
    font-weight: bold;
}
.bottom-btn-map{
    background: url("../images/bottom_map.png") no-repeat center 0.3rem;
    background-size: 0.8rem 1.15rem;
}
.bottom-btn-tel{
    border-left: 0.025rem solid rgba(255,255,255,.7);
    border-right: 0.025rem solid rgba(255,255,255,.7);
    background: url("../images/bottom_tel.png") no-repeat center 0.425rem;
    background-size: 0.95rem;
}
.bottom-btn-top{
    background: url("../images/bottom_top.png") no-repeat center 0.65rem;
    background-size: 1.675rem 0.7rem;
}
.about{
    margin-top: 1.5rem;
}
.about-title{
    padding-left: 2.2rem;
    color: #007248;
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
    line-height:1.5rem;
    background: url("../images/about_title.png") no-repeat left center / 1.825rem 0.125rem;
}
.about-title span{
    font-size: 0.6rem;
    color: #999;
    font-weight: normal;
    padding-left: 0.25rem;
}
.about-01 .about-con{
    background: url("../images/about_01.jpg") no-repeat center top / cover;
    padding: 1.5rem 0 0 1rem;
}
.about-02 .about-con{
    background: url("../images/about_02.jpg") no-repeat center top / cover;
    padding: 3.375rem 0 0 5.625rem;
}
.about-con{
    height: 16.825rem;
}
.about-con p{
    color: white;
    font-size: 0.45rem;
    height: 1.1rem;
}
.about-more{
    display: block;
    width: 4.75rem;
    line-height: 1.375rem;
    text-align: center;
    font-size: 0.6rem;
    color: #007248;
    background: #effe01;
    margin-top: 0.25rem;
}
.case{
    background: url("../images/case_bg.jpg");
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.title{
    text-align: center;
    margin-bottom: 0.75rem;
}
.title h3{
    color: #007248;
    font-size: 0.95rem;
}
.title p{
    color: #666;
    font-size: 0.45rem;
}
.swiper-case{
    text-align: center;
    font-size: 0;
    overflow: hidden;
    padding-bottom: 1.25rem;
}
.swiper-case li{
    display: inline-block;
    vertical-align: top;
    width: 7.05rem;
    margin: 0 0.4rem;
    position: relative;
}
.case-img{
    width: 5.975rem;
    height: 8.975rem;
    margin: 0 auto;
    position: relative;
}
.case-img:before,
.case-img:after{
    content: "";
    position: absolute;
}
.case-img:before{
    background: url("../images/case_yy_r.png") no-repeat center / cover;
    height: 9.925rem;
    width: 0.95rem;
    right: -0.95rem;
    top: 0;
}
.case-img:after{
    background: url("../images/case_yy_b.png") no-repeat center / cover;
    height: 0.95rem;
    width: 100%;
    left: 0;
    bottom: -0.95rem;
}
.swiper-case-span{
    text-align: center;
        height: 0.65rem;
}
.swiper-case-span span{
    display: inline-block;
    vertical-align: top;
    width: 0.65rem;
    height: 0.65rem;
    opacity: 1;
    margin: 0 0.2rem;
    border: 0.125rem solid transparent;
    background: #ccc;
    background-clip: content-box;
}
.swiper-case-span span.swiper-pagination-bullet-active{
    background: #007248;
    border-color: rgba(0,114,72,.22);
    background-clip: content-box;
}
.case-info{
    background: #000;
    position: absolute;
    width: 100%;
    height: 2.25rem;
    box-shadow: 0 0 0.875rem rgba(0,0,0,1);
    padding: 0.5rem 0.5rem 0;
    left: 0;
    bottom: 0;
}
.case-info h3{
    color: white;
    font-size: 0.35rem;
}
.case-info p{
    font-size: 0.3rem;
    color: #999;
}
.news{
    padding: 0.65rem 0.5rem 1rem;
    border-top: 0.025rem solid #e2e2e2;
}
.news .title{
    margin-bottom: 0;
}
/* .news-list li{
    margin-bottom: 0.75rem;
    color: white;
    height: 4.25rem;
}
.news-time{
    float: left;
    width: 20%;
    height: 100%;
    text-align: center;
    background: #004b2a;
    padding: 0.7rem 0.3rem 0;
}
.news-time span{
    display: block;
    font-size: 1.2rem;
    line-height: 1.75rem;
    border-bottom: 0.025rem solid #007349;
}
.news-time p{
    font-size: 0.45rem;
    line-height: 1rem;
}
.news-info{
    float: right;
    width: 80%;
    height: 100%;
    background: #007349;
    padding: 0.5rem 0.75rem 0;
}
.news-info h3{
    font-size: 0.6rem;
    margin-bottom: 0.15rem;
}
.news-info p{
    font-size: 0.55rem;
    line-height: 0.95rem;
    height: 1.9rem;
    overflow: hidden;
    color: #c6ecde;
} */
.release{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    background: url("../images/release_bg.jpg") no-repeat center / cover;
}
.title-m{
    text-align: center;
    font-size: 0.95rem;
    color: #007248;
    margin-bottom: 0.5rem;
    line-height: 1.5rem;
}
.title-m span{
    font-weight: normal;
    font-size: 0.625rem;
    padding-left: 0.25rem;
}
.swiper-rel li{
    background: url("../images/rel_li.png") no-repeat center / cover;
    height: 4.925rem;
    width: 15.275rem;
    margin: 0 auto 0.5rem;
}
.swiper-rel li a{
    padding: 0.825rem 0.95rem 0 1.075rem;
}
.swiper-rel li h3{
    font-size: 0.6rem;
    color: white;
    background: #007248;
    line-height:1.15rem;
    padding: 0 0.3rem;
    margin-bottom: 0.3rem;
}
.swiper-rel li p{
    font-size: 0.55rem;
    line-height:0.8rem;
    height: 1.6rem;
    color: #007248;
    overflow: hidden;
}
.swiper-poj-btn{
    text-align: center;
    margin-top: 0.5rem;
}
.swiper-poj-btn div{
    display: inline-block;
    vertical-align: top;
    margin: 0 0.375rem;
    height: 1.5rem;
    width: 3.45rem;
}
.swiper-poj-prev{
    background: url("../images/poj_l.jpg") no-repeat center / cover;
}
.swiper-poj-next{
    background: url("../images/poj_r.jpg") no-repeat center / cover;
}
.consult{
    padding: 1.5rem 0;
}
.swiper-con li{
    width: 14.75rem;
    margin: 0 auto 0.75rem;
    box-shadow: 0 0 0.15rem rgba(0,0,0,.25);
}
.swiper-con li a{
    padding: 0.75rem;
}
.con-title{
    line-height: 0.7rem;
    margin-bottom: 0.25rem;
}
.con-title p{
    float: left;
}
.con-title p.con-title-more{
    float: right;
}
.con-title-more span{
    display: block;
    color: white;
    border-radius: 0.35rem;
    text-align: center;
    width: 2.125rem;
    font-size: 0.35rem;
    background: #007248;
}
.con-title-name,
.con-title-time{
    color: #999;
    font-size: 0.4rem;
}
.con-title-name{
    width: 4.5rem;
}
.con-info{
    font-size: 0.55rem;
    line-height: 0.875rem;
    height: 2.625rem;
    overflow: hidden;
}


/*清除浮动lyy*/
.clear{zoom:1;}
.clear:after{display:block;clear:both;visibility:hidden;height:0;overflow:hidden;content:".";}
.fl {
    float:left;
    display: inline;
}
.fr {
    float:right;
    display: inline;
}

@font-face {
    font-family: 'icomoon';
    src:url('../fonts/icomoon.eot');
    src:url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.ttf') format('truetype'),
        url('../fonts/icomoon.svg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}



.icon-arrow-left:before {
    content: "\e600";
}
.icon-arrow-down:before {
    content: "\e601";
}
.icon-arrow-right:before {
    content: "\e602";
}
.icon-arrow-up:before {
    content: "\e603";
}
.icon-phone:before {
    content: "\e606";
}
.icon-house:before {
    content: "\e607";
}
.icon-search:before {
    content: "\e60a";
}
.icon-details:before {
    content: "\e604";
}
.icon-left:before {
    content: "\e605";
}


 [class*="icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.mian {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  min-width: 320px;
  overflow: hidden;
  background-color: #fff;
  font-family: Microsoft YaHei;
}
.menu_list{width: 100%;}
.menu_list li{width: 100%; float: none;}

.menu_list li .son_list{display: none;}
.menu_list .active .son_list{display: block;}
.menu_list a{
  line-height: 2rem;
  display: block;
  color: #333;
  background: #f4f4f4;
  padding: 0 1.125rem;
  border-bottom: 1px solid #cfcbc1;
  font-size: 0.8rem;
  }
.menu_list li i {
float: right;
margin-top: .45rem;
color: #007248;
font-weight: bold;
font-size: 1.6em;
}

.CategoryList_Title{height: 2rem;line-height: 2rem;padding: 0 .687em;color: #333;text-align: center;border-bottom: 1px solid #b0b4bb;font-size: 1rem;background: linear-gradient(180deg , #f2f2f2 0% , #e0e0e0 100%);}

.CategoryList_Title i{font-size: 0.8rem; margin-top:.6rem; color:#007248}

.productLayout .prt{background:#02935d;color:#fff;height:35px;width:100%;line-height:35px;padding-left:20px;}
.productLayout{overflow:hidden; min-height: 11rem;}
.productLayout dl{padding:10px 0; float:left; width:46%; margin:10px 2%; text-align:center; background-color:#f9f9f9; overflow:hidden;}
.productLayout dl dt img{width:100%;}
.productLayout dd h5{height:20px; line-height:20px; overflow:hidden; margin-top:10px;}
.productLayout dd h5 a{color:#333; font-size:0.5rem;}


.nyListSpan li{border-bottom:1px solid #ccc; float: none;}
.nyListSpan li a.nyListLinkSpan{display:block;overflow: hidden; height:100% ;padding:10px; background:linear-gradient(180deg , #fff 0% , #f1f1f1 100%); color:#666; background-position: 90% center;}
.nyListSpan li a.nyListLinkSpan:hover{background:linear-gradient(180deg , #fff 0% , #ccc 100%); background-position: 90% center;}
.contact{ overflow: hidden; }
.nyListSpan li  span {
    background: rgba(0, 0, 0, 0) url("../images/i_l_do_do.png") no-repeat scroll right center;
    color: #003f98;
    margin-left: 20px;
    opacity: 0.5;
    padding-right: 25px;
}
.nyListSpan li h4{ white-space:nowrap; overflow: hidden; text-overflow: ellipsis;}
.nyListSpan li img{ float: left; width: 5rem; margin-right: 0.5rem; }




.gyBox{ color:#444; 
font-size: 0.625rem;
line-height: 1rem; padding:0.6rem;
min-height: 16.5rem;
;
}
.gyBox img{ width:100%;}
/*翻页*/
.flip{  line-height:20px; text-align:center; padding:20px 0; clear:both;font-size:0.6rem;}
.flip a, .flip span{ padding:5px 9px; margin:0 5px; background-color:#007248; color:#fff; border-radius:2px;}
.flip span,  .flip a:hover{ color:#FF0000;  }
.cp_xqct{padding:10px;  color: #444;
  font-size: 0.625rem;
  line-height: 1rem;}
.cp_xqct .title{border-bottom:1px solid #ccc;display: block; margin:0 auto; text-align:center; line-height:30px;  margin-bottom: 1rem;
 font-size: 0.8rem;overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.cp_xqct img{ display:block; width:100%!important; marx-widht:640px!important; margin:0 auto;}
.page{overflow: hidden;white-space: nowrap;text-overflow: ellipsis; font-size: 0.6rem;}
.page a{color: #333;}

/**手机图集滚动**/
.swiper_case1{ margin-bottom: 1rem;margin:0 auto; overflow: hidden;width: 100%; }
.swiper_case1 li {  height: 12rem; text-align: center; overflow: hidden;}
.swiper_case1 li img{vertical-align:middle;display: inline;width: 100%;}
.swiper_case1 .swiper_case_span{text-align: center;}
.clean_st{font-size: 0.625rem;}



.i-title {
    color: #007248;
    text-align: center;
    margin-bottom: 1rem;
}

.i-p-zhuan{
    margin-bottom: 1rem;
    overflow: hidden;
}
.i-p-zhuan img{
    width: 100%;
}
.i-p-zhuan-info{
    width: 100%;
    height: 6rem;
    background: #ececec;
    padding: 1.5px 0 0 1.5px;
}
.i-p-zhuan-info h3{
    color: #007248;
}
.i-p-zhuan-info p{
    color: #666;
}
.i-p-zhuan-list{
    margin-top: 0.25rem;
}
.i-p-zhuan-list li{
    float: left;
    line-height: 1rem;
    text-align: center;
    margin-right: .5rem;
    background: white;
    font-size: 0.625rem
}
.i-p-zhuan-list li:hover{
    background: #03a246;
    color: white;
}



.i-pj-mas-form{
    background: #f6f6f6;
    line-height: 1rem;
    padding-top: 1.5rem;
    padding-bottom: 1rem;
}
.i-pj-mas-form form{
    width: 100%;
    margin: 0 auto;
    font-size: 0;
}
.i-pjmas-form-line{
    margin-bottom: 0.5rem;
}
.i-pjmas-form-item{line-height: 1.5rem;} 
.i-pjmas-form-item input,
.i-pjmas-form-item textarea{
    display: inline-block;
    vertical-align: top;
    border-radius: 5px;
    background: white;
    outline: none;
    padding: 0 10px;
    font-size: 16px;
    border: 1px solid #f1f1f1;
    box-shadow: 1px 1px 5px rgba(0,0,0,.23) inset;
    width: 60%;
}
.i-pjmas-form-item input:focus,
.i-pjmas-form-item textarea:focus{
    border: 1px solid #f1f1f1;
    outline: none;
    background: white;
}
.i-pjmas-form-item textarea{
    width: 60%;
    resize: none;
}
.i-pjmas-form-item label{
    display: inline-block;
    vertical-align: top;
    text-align: left;
    font-size: 0.625rem;
    width: 4rem;
}
.i-pjmas-form-line-up{
    text-align: center;
}
.i-pjmas-form-line-up input[type=submit],
.i-pjmas-form-line-up input[type=reset]{
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin: 0 20px;
    color: white;
    width: 3rem;
    line-height: 1.5rem;
    font-size: .635rem;
    border-radius: 5px;
    cursor: pointer;
}
.i-pjmas-form-line-up input[type=submit]{
    background: #41af67;
}
.i-pjmas-form-line-up input[type=reset]{
    background: #999;
}



.news-list li{
    float: left;
    width: 49%;
    margin-top: 0.4rem;
}

.news-list li:nth-child(2n+1){
    margin-right: 2%;
}

.news-list li img{
    display: block;
    width: 100%;
}
.news-info{
    background: #191919;
    padding: .5rem;
}
.news-info h3{
    font-size: .6rem;
    color: white;
    margin-bottom: 0.2rem;
}
/* .news-info p{
    color: #ccc;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
} */
.news-info span{
    display: block;
    border: 1px solid #5b5b5b;
    width: 3rem;
    line-height: 1rem;
    text-align: center;
    font-size: 0.6rem;
    color: #ccc;
    margin-top: .2rem;
}
.news-more{
    display: block;
    margin: 1rem auto 0;
    width: 3rem;
    line-height: 1.5rem;
    text-align: center;
    border-radius: 1rem;
    font-size: 16px;
    color: #999;
    border: 1px solid #cdcdcd;
}
.news-list li:hover .news-info{
    background: #007248;
}
.news-list li:hover .news-info span{
    background: #0c9d67;
    border-color: #0c9d67;
}