/* reset.css */
/* 清除内外边距 */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, 
dl, dt, dd, ul, ol, li, 
pre, 
fieldset, lengend, button, input, textarea, 
th, td { 
    margin: 0;
    padding: 0;
}

body,
button, input, select, textarea { 
    /*font: 12px/1 Tahoma, Helvetica, Arial, "宋体", sans-serif;*/
    font: 12px/1 "Microsoft YaHei", "\5b8b\4f53", Tahoma, Helvetica, Arial,sans-serif; 
}

h1 { font-size: 18px;  }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4, h5, h6 { font-size: 100%; }

a:hover{text-decoration: none;}
address, cite, dfn, em, var { font-style: normal; } 
code, kbd, pre, samp, tt { font-family: "Courier New", Courier, monospace; } 
small { font-size: 12px; } 


ul, ol { list-style: none; }


a { text-decoration: none; }
a:hover { text-decoration: none; }

abbr[title], acronym[title] { 
    border-bottom: 1px dotted;
    cursor: help;
}
q:before, q:after { content: ''; }


legend { color: #000; } 
fieldset, img { border: none; } 

button, input, select, textarea {
    font-size: 100%; 
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
hr {
    border: none;
    height: 1px;
}
html { overflow-y: scroll; }

.head {
    width: 100%;
    height: 80px;
    background-color: #fff;
}
.head .log-seo{
    height: 0;
    text-indent: -999px;
}
.head  .tel h1{
    margin-top: 26px;
    font-size: 24px;
    font-weight: 600;
    position: relative;
   float: right;
}
.head  .tel h1::before{
    content: '';
    width: 30px;
    height: 30px;
    background: url('../image/tel.png') no-repeat;
    background-size: contain;
    position: absolute;
    top: 0px;
    left: -35px;
}
.navbar-img {
    float: right;
    margin-right: 15px;
    padding: 7px 10px;
}
.navbar-img img{
    width: 20px;
}
.navbar{
    width: 100%;
    height: 100px;
    background-color: #1fb538;
    margin-bottom: 0;
    border: none;
    z-index: 99;
}
.navbar-collapse{
    margin: 0;
    padding: 0;
}
.nav{
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: space-around;
    margin-right: 0;
}
.nav li {
    width: 12%;
    height: 100px;
    text-align: center;
    color: #fff;
}
.nav li.on{
    background-color: #1fb538;
    color: #fff;
}
.nav li:focus,.nav li:hover{
    background-color: #197b29;
    color: #000;
}
.nav li:visited a,.nav li:focus a{
    color: #000;
}
.nav li a{
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    font-size: 18px;
    color: inherit !important;
    padding-top: 32px;
}
.nav li a span{
    font-size: 16px;
    font-weight: 100;
}
@media screen and (max-width:768px){
    .navbar{
        height: 54px;
        background-color: #fff;
    }
    .navbar-collapse{
        background-color:#1fb538 ;
    }
    .navbar .logo_m{
        margin-top: 20px;
    }
    .navbar .logo_m img{
        width: 59%;
    }
    .nav{
        display: initial;
    }
    .nav li{
        width: 100%;
        height: 70px;
        padding-top: 15px;
        border-bottom: 1px solid #1fb538;
    }
    .nav li a{
        padding-top: 0;
    }
}
.banner{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.banner ul li img{
    width: 100%;
}
.banner .down{
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}
.banner .hd ul {
    display: inline-block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
}
.banner .hd ul li{
    width: 15px;
    height: 15px;
    background-color: #666;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
    cursor: pointer;
}
.banner .hd ul li.on{
    background-color: #1fb538;
}
section{
    padding: 30px 0;
}
.product{
    padding: 0;
}
.title{
    height: 80px;
    text-align: center;
    position: relative;
}
.title h1{
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
}
.title h4{
    font-size:18px;
}
.title::after{
    content: '';
    width :27px;
    height:6px;
    background-color: #1fb538;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.pro-nav ul{
    display: flex;
    display: -moz-box;
    display: flexbox;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    justify-content: space-around;
    -webkit-box-pack: distribute;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    
}
.pro-nav {
    margin: 10px;
}
.pro-nav ul a{
    padding: 10px 0;
    color: #333;
    font-size: 22px;
    display: inline-block;
}
.pro-nav ul a.on{
    color: #1fb538;
    border-bottom: 4px solid #1fb538;
}
.pro-nav ul a:hover{
    text-decoration: none;
    color: #1fb538;
    border-bottom: 4px solid #1fb538;
}
.pro-content ul{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.pro-content ul li{
    margin: 12px;
    width: 366px;
    border: 1px solid #666;
    position: relative;
}
.pro-content ul li:hover{
    background-color: #1fb538;
    border-color: #1fb538;
}
.pro-content ul li:hover .jiao{
    border-bottom-color:#4a9977;
    border-right-color: #4a9977 ;
}
.pro-content ul li:hover h1,.pro-content ul li:hover p{
    color: #fff;
}
.pro-content ul li a{
    text-decoration-line: none;
}
.pro-content ul li img{
    width: 100%;
}
.pro-content .pro-text{
   
    padding: 25px 32px 10px 32px;
}
.pro-content .pro-text h1{
    color: #333;
    font-size: 22px;
    line-height: 40px;
}
.pro-content .pro-text p{
    font-size: 16px;
    line-height: 24px;
    color: #333;
}
.pro-content .jiao{
    display: inline-block;
   border-top:15px solid transparent ;
   border-bottom:15px solid #dcdcdc;
   border-right:15px solid #dcdcdc;
   border-left:15px solid transparent ;
   position: absolute;
   right: 0;
   bottom: 0;
   display: none;
}
.pro-show{
    display: none;
}
.pro-show.on{
    display: block;
}
@media screen and (max-width:768px){
    .banner .hd ul li{
        width: 10px;
        height: 10px;
    }
    section{
        padding: 20px 0;
    }
    .btn-icon{
        border: 1px solid #999;
        width: 50px;
        height: 30px;
        border-radius: 5px;
        padding: 0 10px;
        margin: 0 auto;
        margin-top: 20px;
    }
    .btn-icon span{
        display: block;
        width: 30px;
        height: 2px;
        background-color: #999;
        margin: 5px 0;
    }
   
    .pro-nav ul{
        flex-wrap: wrap;
    }
    .pro-nav li{
        width: 33%;
        padding: 10px 0;
        text-align: center;
        color: #fff;
        background-color: #1fb538;
        border-radius: 5px;
        margin-bottom: 10px;
    }
    .pro-nav ul a{
        font-size: 14px;
        color: #fff;
        padding: 5px 0;
    }
    .pro-nav ul a:hover{
        border-bottom: #fff;
    }.pro-nav ul a.on{
        color: #fff;
        border-bottom:2px solid #fff;   
    }
    .pro-content ul li{
       margin: 1%;
       width: 31%;
    }
    .pro-content .pro-text{
        height: auto;
        padding:0 5px;
    }
    .pro-content .pro-text h1{
        font-size: 13px;
    }
    .pro-content .pro-text p{
        font-size: 14px;
	display:none
    }
}
.about .about-content{
    margin-top: 15px;
    margin-bottom: 20px;
}
.about .vdo{
    position: relative;
    width: 628px;
    height: 372px;
    cursor: pointer;
    padding: 0;
}
.about .vdo>img{
  width: 100%;
  height: 372px;
}
.about .vdo .boicon{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.about .vdo .boicon.on{
    display: none;
}
.about .vdo .boicon img{
    transition: all 0.3s;
}
.about .vdo:hover .boicon img{
    transform: scale(1.1);
}
.about .about-text{
    padding: 0;
    margin-left: 36px;
}
.about .about-text p{
    font-size: 18px;
    line-height: 36px;
    text-indent: 30px;
    text-align: justify;
}
.about .about-list ul{
    display: flex;
    display: flex;
    display: -moz-box;
    display: flexbox;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.about .about-list ul li{
    width: 270px;
    text-align: center;
}

.about .about-list ul li img{
    width: 100%;
}
.about .about-list ul li  h1{
    font-size: 20px;
    margin-top: 20px;
}
.about-inner .title{
    height: 60px;
    margin: 30px 0 20px;
}
.about-inner .title::after{
    width: 40px;
}
.about-inner .title h2{
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}
.about-inner span{
    display: inline-block;
}
@media screen and (max-width:768px){
    .about .vdo{
        width: 100%;
        height: auto;
    }
    .about .vdo img{
        height: auto;
    }
    .about .about-text{
        margin-left: 0;
    }
    .about .about-list ul {
        flex-wrap: wrap;
    }
    .about .about-list ul li{
        width: 48%;
    }
    .about-inner .title{
        height: 45px;
        margin: 10px 0;
    }
    .about-inner .title h2{
        font-size: 20px;
    }
}
.youshi .youshi-content{
    margin-top: 15px;
}
.youshi .youshi-content>div{
    margin-bottom: 40px;
}
.youshi .imgs,.youshi .text{
    padding: 0;
}
.youshi .imgs img{
    width: 100%;
	height:330px
}
.youshi .text{
    height: 330px;
    border: 1px solid #333;
    border-left: none;
}
.youshi .text .text-inner{
    padding: 34px 0;
}
.youshi .text .text-inner div{
    padding: 20px 44px;
    /* height: 100px; */
}
.youshi .text .text-inner div:nth-child(2){
    /*background-color: #1fb538;*/
    color: #333;
}
.youshi .text .text-inner div:nth-child(2) h1::after{
    background-color: #333;
    top: 38px;
}
.youshi .text .text-inner div:nth-child(1) h1 span{
    color: #1fb538;
}
.youshi .text .text-inner h1::after{
    content: '';
    display: block;
    width: 310px;
    height: 1px;

    position: absolute;
    left: -44px;
    top: 40px;
}
.youshi .text .text-inner h1{
    font-size: 24px;
    line-height: 40px;
    color: inherit;
    position: relative;
}
.youshi .text .text-inner h1 span{
    font-size: 18px;
}
.youshi .text .text-inner p{
    font-size: 18px;
    line-height: 24px;
    color: inherit;
}
.youshi .youshi-content>div:nth-child(2) .imgs{
    left: 50%;
}
.youshi .youshi-content>div:nth-child(2) .text{
    right: 50%;
    border: 1px solid #333;
    border-right: none;
}
@media screen and (max-width:768px){

    .youshi .youshi-content>div {
        margin-bottom: 10px;
    }
    .youshi .youshi-content>div:nth-child(2) .imgs{
        left: 58%;
    }
    .youshi .youshi-content>div:nth-child(2) .text{
        right: 42%;
    }
    .youshi .text,.youshi .imgs img{
        height: 150px;
        overflow: hidden;
   
    }
    .youshi .text .text-inner{
        padding-top: 20px;
    }
    .youshi .text .text-inner div{
        padding: 3px;
    }
    .youshi .text .text-inner p{
        font-size: 12px;
        line-height: 12px;
    }
    .youshi .text .text-inner h1,.youshi .text .text-inner h1 span{
        font-size: 14px;
        line-height: 19px;
    }
    .youshi .text .text-inner h1::after{
        width: 100%;
        left: 0;
    }
    .youshi .text .text-inner h1::after {
        top: 18px;
    }
    .youshi .text .text-inner div:nth-child(2) h1::after {
        top: 18px;
    }
}

/* 产品详情 */
.position{
    width: 100%;
    height: 70px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #d2d2d2;
}
.position .posi{
    padding-top: 30px;
}
.position p{
    font-size: 16px;
    line-height: 32px;
}
.arc-content{
    width: 210px;
    border: 1px solid #b5b5b5;
}
.lf-title{
    height: 48px;
    background-color: #f0f0f0;
    border-bottom: 1px solid #b5b5b5;
}
.lf-title h1{
    font-size: 16px;
    font-weight: bolder; 
    text-align: center;
    line-height: 48px;
}
.lf{
    padding: 15px;
    padding-bottom: 0;
}
.lf li{
    border: 1px solid #b5b5b5;
    margin-bottom: 20px;
}
.lf li img{
    width: 100%;
}
.lf li p{
    font-size: 16px;
    line-height: 32px;
    color: #333;
    text-align: center;
}
.mokuai{
    margin-bottom: 20px;
}
.rt-title{
    width: 100%;
    height: 48px;
    padding: 0 42px ;
    background-color: #f0f0f0;
}
.rt-title h1{
    float: left;
}
.rt-title span{
    float: right;
}
.rt-title h1{
    font-size: 16px;
    font-weight: bolder;
    line-height: 48px;
    position: relative;
}
.rt-title h1::before{
    content: '';
    width: 6px;
    height: 28px;
    background-color: #1fb538;
    position: absolute;
    top: 10px;
    left: -18px;
}
.rt-title span{
    padding: 5px 15px;
    border: 1px solid #b5b5b5;
    margin-top: 12px;
}
.rt-title span a{
    font-size: 14px;
    color: #333;
}

.rt .pro-img{
    margin-top: 20px;
}
.rt .pro-img .imgs{
    float: left;
    width: 280px;
    height: 220px;
    overflow: hidden;
}
.rt .pro-img .imgs img{
    width: 100%;
}
.rt .pro-img .tab{
    float: right;
}
.rt .pro-img .tab table{
    border: 1px solid #b5b5b5;
}
.rt .pro-img .tab table td{
    border: 1px solid #b5b5b5;
    height: 52px;
    font-size: 16px;
}
.rt .pro-img .tab table td:nth-child(2n-1){
    width: 184px;
    background-color: #ebeae8;
    text-align: center;
}
.rt .pro-img .tab table td:nth-child(2n){
    width: 400px;
    padding-left: 26px;
}
.mokuai .pro-content p{
    padding: 30px;
    font-size: 16px;
}
.mokuai .pro-content-aside {
    font-size: 16px;
    line-height: 30px;
    padding: 20px;
}
.mokuai .pro-content-aside img{
    width: 100% !important;
    height: auto !important;
}
@media screen and (max-width:768px){
    .position{
        height: auto;
    }
    .position p{
        font-size: 12px;
    }
    .position .posi{
        padding-top: 0;
    }
    .mokuai{
        padding: 10px;
        margin-bottom: 0;
    }
    .rt .pro-img .imgs{
        width: 35%;
        height: auto;
    
    }
    .rt .pro-img .imgs img{
        height: 97px;
    }
    .rt .pro-img .mtab{
        width: 65%;
    }
    .rt .pro-img .imgs img{
        width: 100%;
    }
    .rt .pro-img .tab table td{
        height: 24px;
        font-size: 12px;
    }
    .rt .pro-img .tab table td:nth-child(2n){
        padding-left: 10px;
    }
}
footer{
    background-color: #ebeae8;
    padding: 30px 0;
    position: relative;
}
footer .fn-title h1{
    font-size: 24px;
    font-weight: 600;
    position: relative;
    margin-bottom: 20px;
    text-align: center;
}
footer .fn-title h1::after{
    content: '';
    display: block;
    width: 90px;
    height: 3px;
    background-color: #1fb538;
    position: absolute;
    top: 30px;
    left: 34px;
}
footer .f-nav ul li{
    text-align: center;
    font-size: 16px;
    line-height: 32px;
}
footer .f-nav ul li a{
    color: #333;
}

footer .xinxi{
    font-size: 18px;
    line-height: 26px;
    padding-left: 30px;
}
footer .xinxi p{
    margin: 10px 0;
    position: relative;
    padding-left: 10px;
}
footer .xinxi p::before{
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: -25px;
    top: 3px;
}
footer .xinxi p:nth-child(1)::before{
   background: url(../image/mapicon.png) no-repeat;
   background-size: contain;
}
footer .xinxi p:nth-child(2)::before{
    background: url(../image/fenicon.png) no-repeat;
    background-size: contain;
 }
 footer .xinxi p:nth-child(3)::before{
    background: url(../image/kefuicon.png) no-repeat;
    background-size: contain;
 }
 footer .xinxi p:nth-child(4)::before{
    background: url(../image/emailicon.png) no-repeat;
    background-size: contain;
    top: 5px;
 }
footer .ft{
    font-size: 14px;
    color: #999;
    text-align: center;
    margin-top: 10px;
}
footer .wx li{
    float: left;
    margin-right: 20px;
}
footer .wx li p{
    line-height: 20px;
}

@media screen and (max-width:768px){
    .f-logo{
        text-align: center;
    }
    footer .wx ul li{
        float: left;
        width: 50%;
    }
    footer{
        padding-top: 10px;
    }
    footer .xinxi p{
        margin: 5px 0;
        font-size:12px;
        line-height:20px
    }
    footer .ft{
        margin-bottom: 50px;
        font-size: 10px;
    }
}

.pro-nav-inner{
    height: 78px;
    border-bottom: 1px solid #d2d2d2;

}
.proNav ul{
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
}
.proNav {
  margin-top: 34px;
}
.proNav ul a{
    display: inline-block;
    padding: 10px 20px;
    color: #333;
    font-size: 22px;
    font-weight: 600;
    border: 1px solid #b2b2b2;
    border-bottom: none;
    border-radius: 5px 5px 0 0;
}
.proNav ul a:hover,.proNav ul a:focus{
    text-decoration: none;
    background-color: #1fb538;
    color: #fff;
}
.proNav ul a.on{
    background-color: #1fb538;
    color: #fff;
}
@media screen and (max-width:768px){
    .pro-nav-inner{
        border: none;
    }
    .proNav{
        margin-top:10px;
    }
    .proNav ul{
        -webkit-flex-wrap: wrap;  
        -moz-flex-wrap: wrap;  
        -ms-flex-wrap: wrap;  
        -o-flex-wrap: wrap;  
        flex-wrap: wrap; 
    }
    .proNav ul li{
        width: 33%;
        text-align: center;
        background-color: #1fb538;
        border-radius:5px;
margin-bottom:10px;
        padding: 10px 0;
    }
.about ul li{
	 width: 24%;
}
    .proNav ul a{
        border: none;
        font-size: 15px;
        font-weight: 500;           
        color: #fff;
        padding:3px 0 ;
        text-align: center;
    }
    .proNav ul a.on{
        border-bottom: 1px solid #fff;
    }
}
.rm-lf,.rm-rt{
    padding: 0;
}
.rm .titl{
    margin-bottom: 10px;
}
.rm-img img{
    width: 100%;
    height: 385px;
}
.rm-content{
    padding: 38px;
    box-shadow: 0 0 5px #d3d3d3;
}
.rm-content li{
    padding: 20px 0;
}
.rm-content li:nth-child(2){
    border: 1px solid #999;
    border-left:none ;
    border-right:none ;
}
.rm-content strong{
    color: #333;

}
.rm-content em{
    color: #1fb538;
    font-size: 22px;
}
.rm-content h1{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
}
.rm-content span{
    padding: 2px 5px;
    color: #707070;
    font-weight: 600;
    font-size: 14px;
    background-color: #dcdcdc;
}
.rm-content p{
    font-size: 16px;
    color: #707070;
    line-height: 24px;
}
.rm-content .rm-btn{
    width: 162px;
    height: 32px;
    background-color: #1fb538;
    border-radius: 32px;
    text-align: center;
    float: right;
}
.rm-content .rm-btn a{
    color: #fff;
    line-height: 32px;
    font-size: 16px;
}
@media screen and (max-width:768px){
    .rm-content {
        padding: 30px;
    }
    .rm-img img{
        height: auto;
    }
    .rm-content .rm-btn{
        float: inherit;
        margin: 0 auto;
    }
}
.hezuo .content{
    margin-top: 15px;
    width: 100%;
}
.hezuo .content .bd ul li{
    box-sizing: border-box;
    width: 33.33%;
}
.hezuo .content .bd ul li:hover{
    border: 1px solid #1fb538;
}
.hezuo .content .bd ul li .anlidiv{
    padding: 15px;
}
.hezuo .content .bd ul li img{
    width: 100%;
}
.hezuo .content .bd ul li h1{
    font-size: 20px;
    font-weight: 600;
    line-height: 48px;
    float: left;
    color: #333;
}
.hezuo .content .bd ul li .anlimore{
    float: right;
   width: 124px;
   height: 18px;
   margin-top: 18px;
    background: url(../image/more.png) no-repeat;
}
.content .hd ul{
    display:inline-block ;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 20px;
}
.content .hd li{
    float: left;
    margin-right: 10px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #666;
    cursor: pointer;
}
 .content .hd li.on{
    background-color: #1fb538;
}

@media screen and (max-width:768px){
    .hezuo{
        display: none;
    }
    .hezuo .content ul{
        padding: 0 15px;
    }
    .hezuo .content .bd ul li{
        box-shadow: 0 1px 5px #dbdada;
        width: 100%;
    }  
}
.qy{
    background-color: #fff;
}
.qy .content{
    margin-top: 20px;
}
.qy .content2 .bd li{
    width: 25%;
}
.qy .content2 .bd li>div{
    padding: 20px;
}
.qy .content2 .bd li img{
    width: 100%;
}
@media screen and (max-width:768px){
    .qy .content2 .bd li{
        width: 50%;
    }
}
.news .news-title ul li{
    float: left;
    margin-left: 20px;
    font-size: 20px;
    font-weight: 600;
    line-height: 40px;
}
.news .news-title ul li a{
    color: #999;
}
.news .news-title ul li a:hover{
    text-decoration: none;
}
.news .news-title ul li.on a{
    color: #333;
}
.news .imgs{
    position: relative;
    overflow: hidden;
}
.news .imgs-1{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.news .imgs:hover p{
    transform: translateY(-36px);
}
.news  p{
    position: absolute;
    width: 100%;
    bottom: -36px;
    font-size: 16px;
    line-height: 36px;
    color: #fff;
    background-color: rgba(0,0,0,0.5);
    text-align: center;
    transition: all 0.3s;
}
.news .imgs img{
    width: auto;
    height: 345px;
    float: right;
}
.news .news-list ul{
    border-top:1px solid #dcdcdc ;
}
.news .news-list ul li{
    border-bottom: 1px solid #dcdcdc;
    padding: 0 10px;
    position: relative;

}

.news .news-list ul li::after{
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: url(../image/more1.png) no-repeat;
    position: absolute;
    right: 0;
    top: 24px;
}
.news .news-list ul li a{
    display: inline-block;
    width: 70%;
    font-size: 18px;
    line-height: 68px;
    color: #333;
    text-overflow:ellipsis
}
.news .news-list ul li a:hover{
    text-decoration: none;
    color: #1fb538;
}
.news .news-content>ul>li{
    display: none;
}
.news .news-content>ul>li.on{
    display: block;
}
.news .news-more{
    width: 180px;
    padding: 10px 0;
    background-color: #1fb538;
    border-radius: 34px;
    float: right;
    margin-right: 50px;
    margin-top: 20px;
    text-align: center;
}
.news .news-more:hover{
    background-color: #096633;
}
.news .news-more a{
    display: inline-block;
    width: 123px;
    height: 17px;
    background: url(../image/more2.png) no-repeat;
}
@media screen and (max-width:768px){
  
    .news .news-list{
        padding: 0;
    }
    .news .news-content .imgs{
        padding: 0;
    }
    .news .news-list ul li a{
        width: 90%;
        font-size: 14px;
        white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
        line-height: 36px;
    }
    .news .imgs img{
        height: 191px;
    }
    .news .news-title ul li{
        font-size: 16px;
    }
    .news .news-list ul li::after{
        top: 10px;
    }
    .news .news-more{
        width: 120px;
    }
    .news .news-more a{
        width: 120px;
        background-size: contain;
    }
}
.server{
    background-color: #ebeae8;
}
.server .imgs{
    margin-top: 30px;
}
.server .imgs img{
    width: 100%;
}
.mserver{
    background-color: #ebeae8;
    display: none;
}
.mserver .imgs{
    margin-top: 30px;
}
.mserver .imgs img{
    width: 100%;
}
@media screen and (max-width:768px){
    .server{
        display: none;
    }
    .mserver{
        display: block;
    }
}
.about ul a{
    padding: 10px 70px;
}
.about-inner{
    margin-bottom: 30px;
    padding:0 15px;
    font-size: 18px;
    line-height: 32px;
    text-align: justify;
}
.about-inner img{
    width: 100% !important;
height:auto !important
}
.about-inner *{
    font-size: inherit;
    line-height: inherit;
    text-align: inherit;
}
.case .pro-content ul li{
    border-width: 2px;
    border-color: #dcdcdc;
    padding: 10px;
}
.case .pro-content ul li:hover{
    background-color:initial;
    border-color: #1fb538;
}
.case .pro-content ul li:hover h1,.case .pro-content ul li:hover p{
    color: #333;
}
.case .jiao{
    display: none;
}
.text-title{
    text-align: center;
    margin-bottom: 30px;
}
.text-title h1{
    font-size: 20px;
    line-height: 50px;
    font-weight: 600;
}
.text-title p{
    font-size: 14px;
    color: #707070;
}
.text-content{
    font-size: 16px;
    color: #333;
    line-height: 32px;
}
.concat-top ul li{
   background-color: #efeded;
   height: 262px;
   text-align: center;
}
.concat-top ul li:nth-child(2n){
    background-color: #f8f8f8;
}
.concat-top ul li>div{
   padding: 30px 0  20px 0;
}

.concat-top ul li h1{
    font-size: 22px;
    font-weight: 600;
    color: #333;
    line-height: 44px;
}
.concat-top ul li p{
    font-size: 16px;
    line-height: 32px;
}
.concat-bottom h1{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}
.concat-bottom  ul li{
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    padding-left: 25px;
    position: relative;
}
.concat-bottom .left ul li::before{
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 5px;
}
.concat-bottom .left li:nth-child(1)::before{
    background: url(/templets/default/images/nameicon.png) no-repeat ;
    background-size: contain;

}
.concat-bottom .left li:nth-child(2)::before{
    background: url(../image/enameicon.png) no-repeat ;
    background-size: contain;

}
.concat-bottom .left li:nth-child(3)::before{
    background: url(../image/mapicon.png)  no-repeat;
    background-size: contain;
}
.concat-bottom .left li:nth-child(4)::before{
    background: url(../image/emailicon.png) no-repeat;
    background-size: contain;
}
.concat-bottom .left >div{
    margin-bottom: 50px;
}
.concat-bottom .right {
    width: 524px;
    margin: 0 auto;
margin-left:50px;
    background-color: #fff;
    box-shadow: -2px 0 5px #d2d2d2;
    border-radius: 20px;
    padding: 40px 20px;
}
.concat-bottom .right ul li{
    height: 50px;
    line-height: 50px;
}
.concat-bottom .right ul li:nth-child(2n){
    background-color: #f8f8f8;
}
.concat-bottom .right h1{
    padding-left: 20px;
}
@media screen and (max-width:768px){
    .about ul a{
        padding: 10px 0px;
    }
 
 
    .concat-bottom ul li{
        height: auto;
    }
    .concat-bottom .right{
        width: auto;
        margin-left: 0;
    }
    .concat-top ul li{
        padding: 0 5px;
        height: 140px;
    }
    .concat-top ul li>div{
        padding: 10px 0 ;
        width: 40px;
        height: 40px;
        margin: 0px auto;
    }
    .concat-top ul li>div img{
        width: 100%;
    }
    .concat-top ul li h1,.concat-top ul li p{
        font-size: 12px;
    }
    .concat-top ul li h1{
        line-height: 30px;
        margin-top: 20px;
    }
    .concat-top ul li p{
        line-height: 15px;
    }
    .concat-top ul li .emial{
        display: none;
    }
    section{
        background-size: cover !important;
    }
    .case .pro-content ul li{
        padding: 3px;
        
    }
    .concat-bottom .right{
        padding: 20px 10px;
        border-radius: 0;
    }
    .concat-bottom h1{
        font-size: 14px;
    }
    .concat-bottom .right ul li{
        font-size: 11px;
        height: 30px;
        line-height: 30px;
        padding-left: 10px;
    }
    .concat-bottom .left >div{
        margin-bottom: 20px;
    }
    .concat-bottom h1{
        margin-bottom: 0;
    }
}
.news .newsNav{
    margin-top: 24px;
}
.news .newsNav ul{
    justify-content: space-evenly;
}
.news .newsNav ul li a{
    padding:15px 180px ;
}
.news-inner ul li{
    padding: 30px 0;
    border-bottom: 1px solid #bbbbbb;
}
.news-inner .left,.news-inner .mid,.news-inner .right{
    padding: 0;
    vertical-align: text-top;
}
.news-inner .left{
    max-height: 174px;
    overflow: hidden;
}
.news-inner .left img{
    width: 80%;
}
.news-inner .mid{
    font-size: 0;
}
.news-inner .mid h1{
    font-size: 24px;
    font-weight: 500;
    color: #333;
    line-height: 24px;
    margin-bottom: 20px;
}
.news-inner .mid p{
    font-size: 16px;
    color: #666;
    line-height: 30px;
    text-indent: 30px;
}
.news-inner .mid .aa{
    display: block;
    width: 124px;
    height: 18px;
    background: url(../image/more.png) no-repeat;
    margin-top: 20px;
}
.news-inner .right{
    padding: 30px 0;
    text-align: center;
}
.news-inner .right h1{
    font-size: 30px;
    font-weight: 600;
    color: #333;
}
.news-inner .right p{
    font-size: 20px;
    color: #666;
}
@media screen and (max-width:768px){
    .mnews{
        background-color: #e5e5e5;
        height: 50px;
    }
    .newsNav ul li{
        background-color: transparent;
        padding: 0;
        margin-bottom: 0;
        margin-top: 16px;
    }
    .newsNav ul li a{
        color: #333;
    }
    .news .newsNav{
        margin-top: 0;
        margin-bottom: 0;
    }
    .newsNav ul li.on{
        background-color: #1fb538;
    }
    .news-inner .left img{
        width: 100%;
        height: 80px;
    }
    .news-inner ul li{
        padding: 15px;
        position: relative;
    }
    .news .newsNav ul li a{
        padding: 10px 20px;
    }
    .news-inner .left, .news-inner .mid, .news-inner .right{
        padding: 5px;
    }
    .news-inner .mid h1{
        font-size: 14px;
        margin-bottom: 0;
        font-weight: 600;
    }
    .news-inner .mid p{
        font-size: 10px;
        line-height: 20px;
    }
    .news-inner .right {
        text-align: left;
        position: absolute;
        bottom: 20px;
        right: 20px;
    }
    .news-inner .right h1,  .news-inner  .right p{
        display: inline-block;
        text-align: left;
        font-size: 14px;
    }
    .news-inner .right h1{
        font-size: 14px;
    }
    .news-inner .mid .aa{
        background-size: contain;
        width: 90px;
        margin-top: 10px;
    }
}
.careers ul li{
    width: 45%;
    height: auto;
    padding: 30px;
    border: 1px solid #e5e5e5;
    margin-bottom: 20px;
}
.careers ul li:nth-child(2n){
    margin-left: 10%;
}
.careers ul li>div{
    height: 50%;
}
.careers ul li .top h1{
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 15px;
}
.careers ul li .top p{
    font-size: 14px;
    color: #808080;
}
.careers ul li .top p span{
    display: inline-block;
    margin-left: 40px;
    position: relative;
}
.careers ul li .top p span::before{
    content:'';
    display: block;
    width: 17px;
    height: 14px;
    position: absolute;
    left: -15px;
    top: 0;
    background: url(../image/mapicon1.png) no-repeat;
    background-size: contain;
}
.careers ul li .top p span:nth-child(2)::before{
    background: url(../image/pericon.png) no-repeat;
    background-size: contain;
    left: -18px;
    top: -1px;
}
.careers ul li .top p span:nth-child(3)::before{
    background: url(../image/kicon.png) no-repeat;
    background-size: contain;
    left: -21px;
    top: -1px;
}
.careers ul li .bottom{
    font-size: 16px;
    color: #333;
    padding-top: 20px;
}
.careers ul li .bottom h1{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}
@media screen and (max-width:768px){
    .careers ul li{
        width: 100%;
    }
    .careers ul li:nth-child(2n){
        margin-left: 0;
    }
}
.inner-banner img{
    width: 100%;
}
.pages{
    padding: 50px 0;
    position: relative;
}
.pagelist{
    display: inline-block;
    width: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
 .pagelist li{
    float: left;
    margin-left: 20px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    color: #333;
    background-color: #eee;
}
.pagelist li a{
    color: #333;
}
.pagelist li a:hover{
    text-decoration: transparent;
}

.pagelist li.thisclass{
    background-color: #1fb538;
    color: #fff;
}
.pagelist li.thisclass .pagelist li:first-child{
    background-color: transparent;
    width: 50px;
}
.r-top{
    width: 50px;
    height: 50px;
    border: 2px solid #1fb538;
    border-radius: 50%;
    position: fixed;
    right: 20px;
    bottom: 150px;
    cursor: pointer;
    background: url(../image/top.png) no-repeat;
    background-size: contain;
    opacity: 0;
}
.m-bottom{
    display: none;
}
@media screen and (max-width:768px){
    .pages{
        padding: 30px;
    }
    .m-bottom{
        display: block;
        width: 100%;
        /* height: 98px; */
        position: fixed;
        bottom: 0;
        background-color: #1fb538;
        font-size: 16px;

    }
    .m-bottom a{
     display: block;
     width: 100%;
     height: 100%;
     text-align: center;
     color: #fff;
    }
    .m-bottom ul li{
        float: left;
        width: 25%;
        padding: 10px 0;
    }

    .m-bottom ul li img{
        width: 30px;
        height: 30px;
    }
    .m-bottom ul li p{
        margin-top: 10px;
        font-size: 12px;
    }
  
}
.pro-index-title{
    height: 100px;
    text-align: center;

}
.pro-index-title h1{
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 10px;
}
.pro-index-title p{
    color: #1fb538;
    font-size: 18px;
    margin-top: 14px;
    font-weight: 600;
    letter-spacing: 16px;
}
.pro-content .pro-text2{
    padding-top:16px ;
}
.pro-content .pro-text2 h1{
    position: relative;
    text-align: center;
}
.pro-content .pro-text2 h1::after{
    content: '';
    width: 30px;
    height: 5px;
    background-color: #1fb538;
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
}
.pro-content .pro-text2 p{
    margin-top:20px ;
    text-align: justify;
}
.rexian{
    width: 600px;
    height: 90px;
    border: 2px solid #1fb538;
    margin: 30px auto;
    font-size: 0;
}
.rexian span{
    display: inline-block;
    vertical-align: middle;
}
.rexian span:nth-child(1){
    width: 366px;
    height: 100%; 
    position: relative;
}
.rexian span:nth-child(1) p{
    font-size: 24px;
    padding-left: 100px;
    line-height: 33px;
    margin-top: 10px;
}
.rexian span:nth-child(1)::before{
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    background: url(../image/rexian.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 20px;
    left: 34px;
}
.rexian span:nth-child(2){
    width: 230px;
    height: 100%;
    background-color: #1fb538;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    line-height: 90px;
    text-align: center;
}
.rexian span:nth-child(2) a{
    color: #fff;
}
.rexian span:nth-child(2) a:hover{
    text-decoration: none;
}
.pro-youshi-wrap{
    padding: 30px 0;
}
.pro-youshi-img{
    width: 655px;
    height: 412px;
}
.pro-youshi-img img{
    width: 100%;
    height: 100%;
}
.pro-youshi-text>h1{
    font-size: 40px;
    text-align: center;
    margin: 30px 0;
    color: #1fb538;
    font-weight: 600;
}
.pro-youshi-text>div{
    border: 2px solid #1fb538;
    padding: 30px;
    text-align: center;
}
.pro-youshi-text>div h1{
    font-size: 22px;
    color: #1fb538;
    font-weight: 600;
    margin-bottom: 20px;
}
.pro-youshi-text>div p{
    font-size: 16px;
    line-height: 22px;
    text-align: justify;
}
@media screen and (max-width:768px){
    .pro-index-title h1{
        font-size: 20px;
        letter-spacing: 8px;
    }
    .pro-index-title p{
        font-size: 14px;
        letter-spacing: 10px;
    }
    .pro-content .pro-text2 p{
        display: none;  
    }
    .pro-content .pro-text2{
        height: 85px;
    }
    .rexian{
        width: 100%;
    }
    .rexian span:nth-child(1){
        width: 60%;
    }
    .rexian span:nth-child(2){
        width: 40%;
    }
    .rexian span:nth-child(1) p{
        font-size: 18px;
        padding-left: 70px;
    }
    .rexian span:nth-child(1)::before{
        width: 40px;
        left: 15px;
        top: 24px;
    }
    .pro-youshi-img{
       display: none;
    }
    .pro-index-title{
        height: 60px;
    }
    .pro-youshi-wrap{
        padding: 0;
    }
}
.pro-about-wrap{
    box-shadow: 0 2px 10px #bbb;
}
.pro-about-wrap img{
    width: 100%;
}
.pro-about-wrap .pro-about-text{
    padding: 50px;
    padding-top: 30px;
}
.pro-about-wrap .pro-about-text p{
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
}
.pro-about-img{
    margin-top: 50px;
}
.pro-about-img li{
    margin-bottom:30px
}
.pro-about-img li img{
    width: 100%;
}
.pro-index-title::after{
    display: none;
}
.pro-case-img img{
    width: 100%;
    vertical-align: top;
}
.inner-pro .pro-content ul li{
    padding: 0%;
}
.pro-case-img a:nth-child(1) img{ 
   width: 740px;
   height: 600px;
}
.pro-case-img  a:nth-child(2) img,.pro-case-img a:nth-child(3) img{
    width: 376px;
    height: 290px;
}
.pro-case-img a:nth-child(2) img{
    margin-left: 20px;
}
.pro-case-img a:nth-child(3) img{
    float: right;
    margin-top: -290px;
}
.pro-case-img>div:nth-child(2) img:nth-child(2){
    margin-top: 20px;
}
.t-title h1{
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 10px;
    line-height: 80px;
    margin-bottom: 20px;
}
@media screen and (max-width:768px){
    .pro-case-img a:nth-child(1) img{
        width: 100%;
        height: auto;
    }
    .pro-case-img a:nth-child(2) img{
        margin-left: 0;
    }
    .pro-case-img a:nth-child(2) img,.pro-case-img a:nth-child(3) img{
        width: 49%;
        height: auto;
        vertical-align: bottom;
        margin-top: 10px;
    }
    .pro-about-wrap .pro-about-text{
        padding: 20px;
    }
    .pro-about-wrap .pro-about-text p{
        font-size: 14px;
        line-height: 24px;
    }
    .t-title h1 {
        font-size: 16px;
        letter-spacing: 5px;
    }
}
@media screen and (max-width:768px){
    .title{
        height: 70px;
    }
    .title h1{
        font-size: 20px;

    }
    .about .about-text p{
        font-size: 14px;
        line-height: 24px;
    }
}
.mbanner{
  display: none;  
}
@media screen and (max-width:768px){
    .mbanner{
        display:block
    }
    .pcbanner{
        display: none;
    }
}
.pre-next{
	margin-top:20px
}
.pre-next>div{
	padding:5px 0;
	
}
.case-title{
    padding-top:15px;
    text-align: center;
    display: none;
}
.case-title h1{
    font-size: 18px;
    font-weight: 600;
}
.case{
    margin-top: 30px;
}
@media screen and (max-width:768px){
    navbar-header .navbar-toggle{
        width: 10%!important;
        float: left;
    }
    .logo_m{
        display: block;
        width: 65%;
        float: left;
        text-align: center;
        margin-top: 6px!important;
    }
    .logo_m img{
        width: 84%!important;
    }
    .case-title{     
        display: block;
    }
    .case{
      margin-top: 15px;
    }

}