*{
    margin: 0px;
    padding: 0px；
}
body{
    background: #fff;
}
.wrpuheader{
    /* width: 100%; */
    height: 120px;
}
.wrpuheader img{
    width: 100%;
    height: 100%;
}
.content1 {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0px;
    margin-top: 20px;
    background-color: #fff;
}
.cont1-left{
    float: left;
    width: 49%;
}
.cont1-right{
    float: right;
    width: 49%;
}
.lunbox{
    width: 100%;
    height: 403px;
    overflow: hidden;
    position: relative;
    /* width: 485px; */
}
.lunbox .lunboul{
    position: absolute;
    left: 0px;
    width: 1000%
}
.lunbox .lunboul li{
    float: left;
    width: 588px;
}
.lunbox ul li {
    zoom: 1;
    vertical-align: middle;
    position: relative;
}
.lunbox ul li a{
    display: block;
    width: 100%;
}
.lunbox ul li img {
  width: 100%;
}
.lunbox ul li  p{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35px;
    line-height: 35px;
    z-index: 1;
    background: rgb(65, 67, 70);
    opacity: 0.5;
    font-size: 14px;
    color: #fff;
}

.lunbox ul li  p span{
    display: inline-block;
    width: 75%;
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.lunbox .circles {
    overflow: hidden;
    zoom: 1;
    position: absolute;
    right: 8px;
    bottom: 12px;
}

.circles li{
    z-index: 100;
    float: left;
    margin-left: 8px;
    width: 12px;
    height: 12px;
    background: #fff;
    cursor: pointer;
    border-radius: 6px;
}

.circles .on {
    background: #24931a;
}

.cont1-title{
    width: 100%;
    height: 36px;
    background: #d7d7d7;
}
.cont1-title>span{
    display: inline-block;
    width: 80px;
    height: 33px;
    text-align: center;
    float: left;
    font-size: 15px;
    background-color: #1a9419;
}
.cont1-title>span a{
    color: #fff;
    line-height: 33px;
}
.cont1-title>a {
    display: inline-block;
    height: 33px;
    line-height: 33px;
    text-align: center;
    float: right;
    margin-right: 25px;
}
.listul{
    margin-top: 15px;
}
.listul li{
    line-height: 25px;
    text-indent: 15px;
    background: url(../../../images/icon/dian2.jpg)no-repeat 0px center;
}
.listul li  span{
    float: right;

}
.content2{
    margin-top: 40px;
    padding-top: 20px;
}
.cont2-title{
    width: 100%;
    height: 160px;
}
.wenzititlw{
    width: 100%;
    height: 40px;
}
.cont2-title img,.wenzititlw>img{
    width: 100%;
    height: 100%;
}
.gjbox{
    padding-top: 15px;
}
.gjleft,.gjright{
    width: 49%;
    float: right;
}
.gjleft{
    float: left;
}
.gj-title {
    width: 100%;
    height: 36px;
    background: url(li.jpg) no-repeat left center;
    border-bottom: 3px solid #238919;
}
.gj-title span{
    padding: 0 15px;
    height: 36px;
    float: left;
    line-height: 29px;
    font-size: 18px;
    color: #238919;
    font-weight: bold;
    font-family: "微软雅黑";
    position: relative;
}
.gj-title span::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 10px;
    display: block;
    width: 5px;
    height: 23px;
    background: #1a9419;
}
.gj-title>a {
    float: right;
    height: 36px;
    line-height: 28px;
    padding-right: 20px;
}
.gjbox{
    width: 100%;
    /* margin: 10px auto; */
}
.gjbox li{
    float: left;
    width: 85%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 25px;
    text-indent: 15px;
    background: url(../../../images/icon/dian2.jpg)no-repeat 0px center;
}
@media (max-width: 1520px) {

}
@media (max-width: 1220px) {
    .lunbox {
        height: 350px;;
    }
    .lunbox .lunboul li{
        width: 10%;
    }
}
@media (max-width: 992px) {
	.lunbox {
        height: 262px;;
    }
    .lunbox .lunboul li{
        width: 10%;
    }
    .content2 {
        margin-top: 20px;
    }
   
}
@media (max-width: 767px) {
    .wrpuheader{
        height: 60px;
    }
    .content1{
        margin-top: 0px
    }
    .cont1-left,.cont1-right{
        width: 100%;
    }
    .cont1-right{
        margin-top: 15px;
    }
    .cont2-title {
        width: 100%;
        height: 100px;
    }
    .wenzititlw {
        height: 24px;
    }
    .gjleft,.gjright{
        width: 100%;
    }
    .gjright{
        margin-top: 15px;
    }
    .lunbox .lunboul{
        height: 262px;;
    }
    .lunbox .lunboul li img{
        height: 262px;
        height: 100%;
    }
    .listul li span{
        display: none;
    }
}

