.index-m1{
    padding: 20px 1%;
    margin-bottom: 15px;
}
.index-tlt1{
    text-align: center;
}
.index-tlt1 h2{
    font-size: 30px;
    font-weight: bold;
    color: #32b16c;
    line-height: 50px;
    position: relative;
}
.index-tlt1 h3{
    font-size: 14px;
    text-transform: uppercase;
    color: #5a5a5a;
    line-height: 30px;
}
.index-tlt1 h2::before{
    content: "";
    width: 120px;
    height: 1px;
    background: #a0a0a0;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -60px;
}
.index-tlt1 h2::after{
    content: "";
    width: 60px;
    height: 1px;
    background: #a0a0a0;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -30px;
}


.slideBox1{
    position: relative;
    margin: 10px auto;
}
.slideBox1 .bd ul li{
    margin-bottom: 30px;
    padding: 5px;
}
.slideBox1 .bd ul li a{
   display: block;
   background: #fff;
   box-shadow: 0 2px 5px #ddd;
}
.slideBox1 .bd ul li img{
    width: 100%;
}
.slideBox1 .bd ul li .wz{
    padding: 4% 5% 6%;
}
.slideBox1 .bd ul li .wz .wz1{
    float: left;
    border-right: 2px solid #32b16c;
    padding-right: 5px;
    width: 100px;
}
.slideBox1 .bd ul li .wz .wz1 h3{
    font-size: 16px;
    color: #323232;
    font-weight: bold;
    line-height: 24px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.slideBox1 .bd ul li .wz .wz1 h4{
    font-size: 12px;
    color: #323232;
    text-transform: uppercase;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.slideBox1 .bd ul li .wz .wz2{
    font-size: 12px;
    color: #878787;
    line-height: 20px;
    float: right;
    width: calc(100% - 110px);
}
.slideBox1 .bd ul li .wz .wz2 p{
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.slideBox1 .hd{margin-top: 20px}
.slideBox1 .hd ul{
    text-align: center;
}
.slideBox1 .hd ul li{
    width: 10px;
    height: 10px;
    border: 1px solid #666;
    text-align: center;
    margin: 0 4px;
    border-radius: 50%;
    display: inline-block;
    text-indent: 100px;
    overflow: hidden
}
.slideBox1 .hd ul li.on{
    background: #32b16c;
    border-color: #32b16c;
}
.slideBox1 a.more1{
    width: 100px;
    height: 32px;
    background: #32b16c;
    display: block;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    position: relative;
    margin: 0 auto;
    margin-top: -60px;
}

.index-m2{
    background: url(../images/bg1.jpg) no-repeat center;
    background-size: cover;
    padding: 4% 3%; 
}

.index-tlt2{
    text-align: center;
}
.index-tlt2 h2{
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    line-height: 50px;
    position: relative;
}
.index-tlt2 h3{
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    line-height: 30px;
}
.index-tlt2 h2::before{
    content: "";
    width: 120px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -60px;
}
.index-tlt2 h2::after{
    content: "";
    width: 60px;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -30px;
}

.slideBox2 .bd ul li{
    padding-bottom: 10px;
    position: relative;
    
}
.slideBox2 .bd ul li .conn{
    padding: 3%;
    background: #fff;
    
    
}

.slideBox2 .bd ul li img{
    width: 100%;
}
.slideBox2 .bd ul li .wz{
    font-size: 14px;
    line-height: 24px;
    color: #5a5a5a;
    text-align: center;
    padding: 5px 0;
}
.slideBox2 .bd ul li::before{
    width: 18px;
    height: 12px;
    content: "";
    background: url(../images/jt1.png) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -9px;
}
.slideBox2 .hd {
    margin-top: 20px;
}
.slideBox2 .hd ul{
    text-align: center;

}

.slideBox2 .hd ul li{
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    text-align: center;
    margin: 0 4px;
    border-radius: 50%;
    display: inline-block;
    text-indent: 100px;
    overflow: hidden
}
.slideBox2 .hd ul li.on{
    background: #fff;
}



.index-m3{
    padding: 20px 2%;
}

.index-tlt3{
    background: #32b16c;
    text-align: center;
    padding-top: 5px;
}
.index-tlt3 h2{
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    line-height: 50px;
    position: relative;
}
.index-tlt3 h3{
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    line-height: 30px;
}
.index-tlt3 h2::before{
    content: "";
    width: 120px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -60px;
}
.index-tlt3 h2::after{
    content: "";
    width: 60px;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -30px;
}
.index-m3 ul{
    margin-top: 10px;
}
.index-m3 ul li{
    width: 49%;
    float: left;
    margin-right: 2%;
    margin-bottom: 5px;
}
.index-m3 ul li:nth-child(2n){
    margin-right: 0;
}
.index-m3 ul li a{
    display: block;
}
.index-m3 ul li img{
    width: 100%;
}


.index-m4{
    padding: 2%;
}
.index-m4-con{
    border-top: 4px solid #32b16c;
    border-bottom: 4px solid #32b16c;
}
.index-m4-wz{
    padding: 4% 4% 0;
}
.index-m4-wz .jj{
    font-size: 13px;
    color: #282828;
    text-align: left;
    line-height: 20px;

}

.index-m4-wz .vision{
    font-size: 12px;
    color: #5a5a5a;
    line-height: 20px;
    padding: 10px 0;
}
.index-m4-tu{
    position: relative;
}
.index-m4-tu img{
    width: 100%;
    display: block;
}
.index-m4-tu a{
    width: 100px;
    height: 32px;
    background: #32b16c;
    display: block;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    left: 50%;
    margin-left: -50px;
}


.index-m5{
    padding-top: 20px;
}
.index-m5-sort{
    background: #32b16c;
    height: 42px;
}
.index-m5-sort ul{
    text-align: center;
}
.index-m5-sort ul li{
    display: inline-block;
    position: relative;
    line-height: 42px;
    padding: 0 15px 0 5px;
}
.index-m5-sort ul li::after{
    content: "/";
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
}
.index-m5-sort ul li a{
    display: block;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
}

.index-m5-sort ul li:last-child::after{
    display: none;
}

.index-m5-list{
   padding: 2%;
}
.index-m5-list ul li{
    margin-bottom: 10px;
    border-bottom: 4px solid #009944;
}
.index-m5-list ul li a{
    display: block;
    padding: 4%;
    border: 1px solid #e5e5e5;
}
.index-m5-list ul li h4{
    font-size: 13px;
    color: #5a5a5a;
    font-weight: 100;
    line-height: 24px;
}
.index-m5-list ul li h3{
    font-size: 16px;
    color: #323232;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    margin-bottom: 10px;
}

.index-m5-list ul li .info{
    font-size: 12px;
    color: #5a5a5a;
    line-height: 20px;
}


.index-m6{
    width: 100%;
}
.index-m6 img{
    width: 100%;
}

.bxs{overflow: hidden;}












