@charset "utf-8";
*{
    margin: 0;
    padding:0;
}
html, body {
    width: 100%;
    font-family: "Microsoft yahei", Helvetica, Arial, sans-serif;
    min-height: 100%;
    position: relative;
    font-size: 12px;
}
body{
    padding-top: constant(safe-area-inset-top);
    padding-left: constant(safe-area-inset-left);
    padding-right: constant(safe-area-inset-right);
    padding-bottom: constant(safe-area-inset-bottom);
    padding-top: env(safe-area-inset-top);
    padding-left: env(safe-area-inset-left);
    padding-right: env(safe-area-inset-right);
    padding-bottom: env(safe-area-inset-bottom);
}
a{text-decoration: none}
ul,li,ol{list-style: none;}
i,em{font-style:normal}
.acer:after{
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}
input,button{outline: none;}
/*导航栏*/
.dbdh{
    height: 35px;
    background: #191D20;
    line-height: 35px;
    text-align: right;
}
.dbdh a{
    color: #8CD901;
    font-size: 0.3733333333333333rem;
    margin-left: 10px;
}
.dbdh a img{
    vertical-align: sub;
    width: 15px;
    margin-right: 5px;
}
.xsyc_rjl{
    position: relative;
}
.logo{
    display: block;
    width:3rem;
    position: absolute;
    left:0.32rem;
    top: -27px;
    z-index: 99999;
}
.logo img{
    display: block;
    width: 100%;
}
.andj{
    display: block;
    position: absolute;
    right:0.32rem;
    top:3px;
    width: 1.333333333333333rem;
    height: 1.333333333333333rem;
    z-index: 99999;
}
.andj i{
    background: url("../images/dh.png") no-repeat;
    background-size: contain;
    display: block;
    float: right;
    width: 1.333333333333333rem;
    height: 1.333333333333333rem;
}
.andj.on i{
    background: url("../images/dh-2.png") no-repeat;
    background-size: contain;
}
.cdhxsyc{
    position: fixed;
    left:0;
    top:0;
    background: #71b100;
    color: #fff;
    height: 100%;
    z-index: 99999999;
    width: 50%;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    transition: all .3s ease-in;
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}
.on {
    overflow: scroll;
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.cdh_xs{
    padding: 0 12px;
    overflow-x: scroll;
    height: 100%;
}
.cdh_xs li{
    /*overflow: hidden;*/
    position: relative;
    border-bottom: 1px solid #fff;
}
.cdh_xs li>a{
    color: #fff;
    display: block;
    padding: 10px 0;
    font-size: 16px;
}
.ejdhxs{display: none;}
.ejdhxs>a{
    color: #fff;
    font-size: 0.3733333333333333rem;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0.2666666666666667rem 0;
}
.cdh_xs li>i {
    display: block;
    width: 0.5333333333333333rem;
    height: 0.5333333333333333rem;
    position: absolute;
    right: 0;
    top: 0.2666666666666667rem;
    background: url(../images/zpxx_dk.png) no-repeat;
    background-size: contain;
    z-index: 9999;
}
.cdh_xs li.on>i {
    background: url(../images/zpxx_dk_hx.png) no-repeat;
    background-size: contain;
}
.hidden{
    overflow: hidden;
}
/*首页*/
.in_lunbo{margin-top: 1.2rem;}
.slideBox{ position:relative; overflow:hidden; margin:0 auto;  max-width:100%;/* 设置焦点图最大宽度 */ }
.slideBox .hd{ position:absolute; height:28px; line-height:28px; bottom:0; right:0; z-index:1;width: 100%;text-align: center; }
.slideBox .hd li{ display:inline-block;
    width:10px;
    height:10px;
    border-radius:50%;
    background:#fff;
    text-indent:-9999px;
    overflow:hidden;
    margin:0 5px;
}
.slideBox .hd li.on{ background:#93E600;width: 20px;border-radius: 10px;}
.slideBox .bd{ position:relative; z-index:0; }
.slideBox .bd li{ position:relative; text-align:center;  }
.slideBox .bd li img{ background:url(../images/loading.gif) center center no-repeat;  vertical-align:top; width:100%;/* 图片宽度100%，达到自适应效果 */}
.slideBox .bd li a{ -webkit-tap-highlight-color:rgba(0,0,0,0);  }  /* 去掉链接触摸高亮 */

.in_gyrdb{margin-top: 35px;}
.tpbt{
    display: block;
    width: 100%;
    margin-bottom: 20px;
}
.tpbt img{
    display: block;
    margin: 0 auto;
    width: 175px;
}
.in_rdjjwz{
    font-size: 0.3733333333333333rem;
    color: #999;
}
.db_sdsm{margin-top: 20px;}
.db_sdsm li{
    float: left;
    width: 25%;
    padding: 0 7px;
    box-sizing: border-box;
}
.db_sdsm li img{
    display: block;
    margin: 0 auto;
    width: 60px;
}
.db_sdsm li span{
    display: block;
    width: 100%;
    text-align: center;
    font-weight: bold;
    color: #253C4A;
    height: 50px;
    font-size: 0.32rem;
    margin-top: 7px;
}
.db_sdsm li span i{
    display: block;
    text-transform:uppercase;
}
.db_sdsm li span em{
    display: block;
}
.smxwztp{
    margin-top: 20px;
}
.smxwztp>img{
    display: block;
    width: 100%;
}
.smxwztp>div{
    background: #EAEFF3;
    padding-top: 15px;
    padding-bottom: 15px;
}
.smxwztp h5 img{
    width: auto;
    max-width: 100%;
    display: block;
}
.smxwztp>div p{
    font-size: 0.3733333333333333rem;
    color: #344956;
    margin-top: 15px;
}
.in_cpzhx{
    padding-top: 30px;
}
.sdfs{
    text-align: center;
}
.sdfs a{
    display: inline-block;
    text-align: center;
    color: #B0B0B0;
    font-size: 0.4rem;
    margin: 0 5px;
}
.sxlbfd {
    text-align: center;
    margin-top: 20px;
}
.sxlbfd li{
    display: inline-table;
    text-align: center;
    width: 25%;
    border: 1px solid #ECECEC;
    margin: 0px 5px 10px 5px;
    box-sizing: border-box;
}
.sxlbfd li a{
    display: block;
    color: #999;
    font-size: 0.3733333333333333rem;
    padding: 5px 5px;
    box-sizing: border-box;
    overflow: hidden;
    word-break:keep-all;
}
.sxlbfd li.on{
    background: url("../images/border_x.png") no-repeat;
    background-size: 100% 100%;
    border: 0;
}
.cplbpl{margin-top: 15px;}
.cplbpl li{
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
}
.cplbpl li img{
    display: block;
    width: 100%;
}
.cplbpl li span{
    position: absolute;
    left:0;
    bottom:0;
    height: 35px;
    line-height: 35px;
    display: block;
    width: 100%;
    background: rgba(0,0,0,0.5);
    color: #fff;
    font-size: 0.3733333333333333rem;
    padding: 0 0.12rem;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.scsb_lb{margin-top: 40px;}
.hd_ovs{
    overflow: scroll;
    margin-top: 20px;
}
.hd_ovs ul{
    overflow: hidden;
}
.hd_ovs li{
    width: 8rem;
    float: left;
    padding-right: 20px;
    box-sizing: border-box;
}
.hd_ovs li img{
    display: block;
    width: 100%;
    border-radius: 10px;
}
.xwbjs{
    background: url("../images/xinwen_bj.png") no-repeat;
    background-size: 100% 100%;
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 2.5rem;
}
.hudong{
    margin: 2rem auto 0 auto;
    /* background: #fff; */
    position: relative;
    padding-bottom: 20px;
    width: 8.266666666666667rem;
    /* height: 400px; */
    padding-top: 1rem;
    overflow-y: scroll;
}
.hudong li{
    position: relative;
    padding: 0 0.8rem;
    float: left;
    width: 8.266666666666667rem;
    background: #fff;
    box-sizing: border-box;
    padding-bottom: 20px;
    margin-left: 20px;
}
.hudong li:first-child{margin-left: 0;}
.tupian{
    display: block;
    height: 3.12rem;
    width: 6.64rem;
    position: relative;
    top: -32px;
    margin: 0 auto;
    border: 2px solid #ECECEC;
    border-radius: 10px;
    box-sizing: border-box;
}
.tupian img{
    display: block;
    width: 100%;
    border-radius: 10px;
}
.nrplsd h5{
    overflow: hidden;
}
.nrplsd h5 span{
    display: block;
    width: 80%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    float: left;
    color: #253D4B;
    font-size: 0.4rem;
}
.nrplsd h5 i{
    float: right;
    width: 20%;
    font-size: 0.4rem;
    font-weight: normal;
    color: #A2A2A2;
    text-align: right;
}
.nrplsd p{
    color: #656565;
    font-size: 0.3777777rem;
    margin-top: 0.12rem;
}
.yuandian{
    display: block;
    width: 100%;
    text-align: center;
}
.yuandian i{
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: none;
    border: 2px solid #fff;
    margin: 0 4px;
}

/*尾部*/
.dzdhlb li{
    position: relative;
    height: 60px;
    margin: 20px 0;
}
.dzdhlb li>span{
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    left:0;
    top:0;
}
.dzdhlb li>span img{
    display: block;
    width: 100%;
}
.wb_wzsm {
    height: 60px;
    padding-left: 70px;
}
.wb_wzsm b{
    display: block;
    font-size: 0.4rem;
    color: #253C4A;
    padding-top: 0.2666666666666667rem;
}
.wb_wzsm p{
    color: #989898;
    font-size: 0.3466666666666667rem;
}
.ewmtb{
    overflow: hidden;
    margin-top: 40px;
}
.ewmtb span{
    display: block;
    width: 50%;
    float: left;
}
.ewmtb span img{
    display: block;
    margin: 0 auto;
    width: 120px;
}
.wb_bqdf{
    text-align: center;
    padding-bottom: 30px;
    color: #989898;
    font-size: 13px;
    padding-top: 20px;
}
/*产品中心*/
.cpzx_lbsd{
    background: #F2F2F2;
    padding-bottom: 30px;
}
.cpzx_lbsd .sxlbfd li,.cpzx_lbsd .sxlbfd li.on{background-color: #fff;}
.cpzx_lbsd .cplbpl li{
    background: #fff;
    padding: 15px 15px 0 15px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 8px 4px #DEDEDE;
    -moz-box-shadow: 0 0 8px 4px #DEDEDE;
    box-shadow: 0 0 8px 4px #DEDEDE;
}
.cpzx_lbsd .cplbpl li span{
    background: none;
    position: static;
    color: #222;
}
/*新闻列表*/
.xwlb_new{
    padding-top: 40px;
}
.xwlb_pl li{
    position: relative;
    height: 65px;
    border-bottom: 1px dashed #E2E2E2;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.xwlb_pl li a>span{
    position: absolute;
    width: 2.4rem;
    height: 1.733333333333333rem;
    display: block;
}
.xwlb_pl li a>span img{display: block;width: 100%;height: 100%;border-radius: 7px;}

.mc_wzs{
    padding-left: 2.666666666666667rem;
}
.mc_wzs h5{
    color: #3E3A39;
    font-size: 0.4rem;
    font-weight: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 1.066666666666667rem;
}
.mc_wzs>span{
    color: #999;
    font-size:0.3733333333333333rem;
    display: block;
    margin-top: 3px;
}
.fylbx{padding-bottom: 20px;text-align: center;margin: 0 auto;}
.fenye{
    width: 82%;
    margin: 0 auto;
    float: none;
    overflow: hidden;
    position: relative;
}
.fenye li{
    display: inline-block;
    border: 1px solid #AAD166;
    border-radius: 6px;
    float: left;
    box-sizing: border-box;
    margin: 0 3px;
    margin-bottom: 10px;
}
.fenye li.on{background: #71B200}
.fenye li.on a{color: #fff}
.fenye li a{
    display: block;
    font-size: 14px;
    padding: 5px 10px;
    color: #666;
}
.xwlb_lb footer,.cpxq_bre footer,.xwxq_pls footer{
    background: #FCFCFC;
    padding-top: 20px;
}
/*产品详情*/
.cpxq_tit{
    text-align: center;
    color:#71B202;
    font-size: 0.48rem;
    font-weight: normal;
    border-bottom: 1px dashed #DFDFDF;
    padding: 30px 0;
}
.tyols{
    border-bottom: 1px dashed #DFDFDF;
    padding: 20px 0;
}
.tyols>span,.xqp_pl>span{
    display: block;
    font-size: 0.4266666666666667rem;
    color: #1B1C1E;
    margin-bottom: 0.4rem;
}
.tyols>span img,.xqp_pl>span img{
    display: inline-block;
    vertical-align: middle;
    width: 0.8rem;
    margin-right: 10px;
}
.tyols p{
    color: #666;
    font-size: 0.3733333333333333rem;
    line-height: 20px;
}
.xqtp_pl img{
    display: block;
    max-width: 100%;
    width: auto;
    margin: 10px auto;
}
.xqp_pl{
    padding-top: 20px;
}
.xqnlb{padding-bottom: 20px;}
/*新闻详情*/
.cpxq_tit span{
    display: block;
    color: #999;
    margin-top: 5px;
}
.xwxqye .xqnlb .tyols{border-bottom: 0;}
.xwxqye .tyols img{
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}

/*通用格式*/
.zupad{padding: 0 0.32rem;}
.db_sdsm li a,.cplbpl li a,.nrplsd a{
    display: block;
}




@media screen and (max-width:767px) and (min-width:481px){

}
















