/*轮播图*/
.list_img{
  
    width: 1200px;

    margin: 0px auto;
    overflow: hidden;
    position: relative;
}
.list_img .fg{ position: absolute;
    margin: 0px auto;
 top: 0px; left: 0px;
}
.list{
    width: 185px;
    overflow: hidden;
    position: relative;
    z-index: 99;
    background-color: #fff; opacity: 0.85;
    overflow: hidden;
}
.list ul{
    width: 100%; padding-bottom: 17px;
    overflow: hidden; height: 100%;

}
.list ul li{  text-align: center; flex: 1; display: flex; padding-left: 25px; align-items: center;
    height: 57px;
    width: 100%;
}
.list ul li a:before{
    content: "";
    background-color: #00bd31;
    border-radius: 10px;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 7px;
    left: 0px;
}

.list ul li:first-child{
    margin-top: 0px;
    border-top: none;
}
.list ul li a{ text-align: center;  text-align: center; color: #000; padding-left: 20px;
    font-size: 16px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}
.list ul li:hover a{
    font-weight: 700;
}

.list_img .eject{
    height:450px;
    position: absolute;
    top:0px;
    left:185px;
    width: 1006px;
}
.list_img .zindex{
    z-index: 9999;
}
.demo{
    width: 500px;
    height:430px;
    overflow: hidden;
    overflow-y: auto;
    display: none;
    border: 1px solid #ddd;
    border-top: none;
    border-left: none;
    opacity: .93;
    box-shadow: 0px 1px 10px #f1f1f1;
    background-color: #ffffff;
    z-index: 999;
}
.demo .item{

    overflow: hidden;
    margin-top: 10px;
    padding:0px 10px;
    border-bottom: 1px dashed #d5d5d5;
    float: left;
}
.demo .item span{
    display: block; padding-left: 13px; padding: 10px;font-size: 16px;
    width: 100%;
    font-weight: bold;
}
.demo .item div {
    padding-bottom: 5px;
}
.demo .item div a{
    padding: 0px 15px;
    display: inline-block;
    margin: 7px 0px;
    font-size: 14px;
    border-right: 1px solid #d5d5d5;
    color: #000;
}
.demo .navadv {
    width: 150px;
    overflow: hidden;
    float: left;
    margin-left: 50px;
}
.demo .navadv  li{
    width: 150px;
    margin-top: 13px;
    margin-bottom: 13px;
    height: 120px;
    float: left;
}
.demo .navadv  li a{
    display: block;
}
.demo .navadv  li img{
    display: block;
    width: 100%;
    height: 120px;
    transition: all .2s linear;
    transform: translate3d(0, 0px, 0);
}
.demo .navadv li:hover a img {
    transform: translate3d(0, -4px, 0);
}
.dw{
    width: 546px;
    height: 285px;

    top: 0px;
    left: 0;
}
.img{
    position: relative;
    width: 100%;
    height: 413px;
    margin-top: 0px;
}
.Three_img li{
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 413px;
 
    background-position: center center;
    background-size: 100% 100%;
    z-index: 9;
}
.Three_img li a{
    display: block;
    width: 100%;
    height:510px;
    cursor: pointer;
    line-height: 0px;
}
.Three_img li a img{
    display: block;
    width: 100%;
    height: 100%;
}
.Three_img li:first-child{
    opacity: 1;
}

li{
    list-style: none;
}
.Three_jumpBtn{
    width: 220px !important;
    height: 5px;
    position: absolute;
    left: 50%;
    top: 550px;
    z-index: 10;
    margin-left: -90px;
}
.Three_jumpBtn li{
    height: 5px;
    width: 50px;
    margin-left: 11px;
    margin-right: 11px;
    background: #ffffff;
    float: left;
    cursor: pointer;
    opacity: 0.7;
}
.Three_jumpBtn li:first-child{
    background:#ffffff;
    opacity: 1;
}
.adv-one a{
    display: block;
    width: 100%;
    height: 110px;
}
.adv-one a img{
    display: block;
    width: 100%;
    height: 100%;
}
.adv-two{
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.adv-two a{ 
    display: block;
    width: 49.3%;
}
.adv-two a img{
    display: block;
    width: 100%;
    height: 135px;
}


.adv-three{
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.adv-three a{ 
    display: block;
    width: 32.5%;
}
.adv-three a img{
    display: block;
    width: 100%;
    height: 135px;
}


.adv-four{
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.adv-four a{
    display: block;
    width: 24%;
}
.adv-four a img{
    display: block;
    width: 100%;
    height: 110px;
}
.adv-four a:nth-child(n+5) {
    margin-top: 8px;
}

.tit-auto{ 

    background-image: url(../images/tit.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size:100% 28px;
    height: 65px; margin-bottom: 15px;
}
.tit-auto h2 {  font-size:25px;  color: #00bd3a; text-align: center;}




.news-one{
    justify-content: space-between;
    display: flex;
}
.news-tit{
    height: 50px;
    line-height: 50px;
    position: relative;
}
.news-tit img {
    position: absolute;
    width: 18px;
    height: 18px;
    left: 5px;
    top: 16px;
}
.news-tit p {
    color: #0d85d9;
    text-indent: 28px;
    font-size: 18px;
    font-weight: bold;
}
.news-xx{
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news-xx li{
    width: 31%;
    display: block;
    height: 34px;
    line-height: 34px;
    padding-left: 2%;
    position: relative;
}
.news-xx li a{
    display: block;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.news-xx li:before{
    content: "";
    background-color: black;
    border-radius: 10px;
    width: 4px;
    height: 4px;
    position: absolute;
    top: 16px;
    left: 0px;
}
.ind-one{
    justify-content: space-between;
    display: flex;
}
.ind-one a{
    display: block;
    width: 33%;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}
.ind-one a img{
    display: block;
    width: 100%;
    height: 240px;
}
.ind-one a p{
    display: block;
    height: 33px;
    line-height: 33px;
    background-color: #020202;
    position: absolute;
    text-align: center;
    opacity: 0.7;
    width: 100%;
    left: 0;
    bottom: 0;
    color: #fff;
    overflow: hidden;
    font-size: 15px;
}
.sup{
    justify-content: space-between;
    display: flex;
}
.sup-left{
    width:68%;
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sup-left a{
    width: 24%;
}
.sup-left a img{
    display: block;
    width: 100%;
    height: 190px;
    border-radius: 200px;
}
.sup-left a p {
    height: 30px;
    line-height: 30px;
    width: 100%;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
}
.sup-right{
    width: 30%;
}

.sup-xx{
    margin-top: 10px;
}
.sup-xx li a{
    display: block;
    font-size: 15px;
    height: 42px;
    line-height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.sup-img{
    justify-content: space-between;
    display: flex;
    margin-top: 10px;
}
.sup-img a{
    display: block;
    width: 49%;
    height: 160px;
}
.sup-img a img{
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50px;
}
.exh-xx li{ box-sizing: border-box;
    line-height: 45px;
    position: relative;  padding-left: 20px; overflow: hidden; border-bottom: 1px #d9d9d9 dashed ; 
}
.exh-xx li a{
display: block;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.exh-xx li a:before{
    content: "";
    background-color: #00bd3a;
    border-radius: 10px;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 16px;
    left: 0px;
}


.exh-xx1 li{
    display: block;
    height: 40px;
    line-height: 40px;
    padding-left:35px; padding-right: 30px;
    position: relative;
}
.exh-xx1 li a{
    display: block;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.exh-xx1 li a:before{
    content: "";
    background: url(../images/tubiao.png) no-repeat left center ;
    background-size: 21px 16px;

    width: 21px;
    height: 16px;
    position: absolute;
    top: 10px;
    left: 0px;
}



.exh-xx1 li a:after{
    content: ">>";
     color: #aaaaaa;
    position: absolute;
    top: 1px;
    right: 0px;
}
.pur-box{
    justify-content: space-between;
    display: flex;
    margin-top: 20px;
}
.ind-xx{
    width: 40%;
}
.ind-xx li a{
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
}
.ind-xx li a p{
    width: 86%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.ind-xx li a span{
    color: #6bbef8;
    display: block;
    width: 13%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.pur-center{
    width: 13%;
}
.pur-center a{
    display:block;
    width: 100%;
    height:85px;
    margin-top: 10px;
}
.pur-center a img{
    display: block;
    width: 100%;
    height: 100%;
}
.pur-img{
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pur-img a{
    display: block;
    width: 19%;
}
.pur-img a img{
    display: block;
    width: 100%;
    height: 100px;
}
.pur{
    justify-content: space-between;
    display: flex;
}
.pur a{
    display: flex;
    justify-content: space-between;
    margin: 10px 0px;
    width: 33%;
}
.pur a img{
    display: block;
    width: 38%;
    height: 140px;
    border-radius: 20px;
}
.pur a div{
    width: 58%;
}
.pur a p{
    margin-top:30px;
    font-size: 15px;
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}
.pur a span{
    margin-top: 10px;
    display: block;
    width: 40%;
    font-size: 15px;
    color: white;
    background-color: #0d85d9;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.pur{
    justify-content: space-between;
    display: flex;
}
.pur a{
    display: flex;
    justify-content: space-between;
    margin: 10px 0px;
    width: 33%;
}
.pur a img{
    display: block;
    width: 38%;
    height: 140px;
}
.pur a div{
    width: 58%;
}
.pur a p{
    margin-top:30px;
    font-size: 15px;
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}
.pur a span{
    margin-top: 10px;
    display: block;
    width: 40%;
    font-size: 15px;
    color: white;
    background-color: #0d85d9;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.ent{
    background-color: #f9f9f9;
}
.ent-box{
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 0px;
}
.ent-box a{
    width: 24%;
    display: block;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.ent-box a img{
    display: block;
    width: 100%;
    height: 240px;
}
.ent-box a p{
    background-color: #f9f9f9;
    height: 36px;
    line-height: 36px;
    width: 100%;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
}
.ent-tit{
    content: "";
    background-image: url(../images/t-a.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    height: 35px;
    line-height: 35px;
    font-weight: bold;
    color: #0d85d9;
    text-indent: 34px;
    font-size: 17px;
}
.ent-xx{
    margin-top: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex !important;
}
.ent-xx li{
    width: 22%;
    display: block;
    height: 45px;
    line-height:45px;
    padding-left: 2%;
    position: relative;
}
.ent-xx li:before{
    content: "";
    background-color: #0d85d9;
    border-radius: 10px;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 16px;
    left: 0px;
}
.ent-xx li a{
    display: block;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.ind-two{
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ind-two a{
    width: 32%;
    padding: 10px 0px;
    border-bottom: 1px dashed #c5c3c3; padding-bottom: 15px;
    display: block;
}
.ind-two a p{
    display: block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    font-size: 16px;
}
.ind-two a span{
    font-size: 14px;
    color: #878787;
    display: block;
    width: 100%;
    height: 44px;
    line-height: 22px;
    overflow: hidden;
}
.link a{
    padding: 0px 1%;
    display: inline-block;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
}


.index1{width: 100%; overflow: hidden; display: flex;justify-content: center;}
.index4{  margin-top: 10px; margin-bottom: 12px; text-align: center;}
.anniu{ color: #fff; border-radius: 50px; width: 145px; height: 35px; display: block;  background-color: #00bd3a; text-align: center; line-height: 35px;}


.index11 li{ background-color: #f3f8f3; padding: 30px 30px; box-sizing: border-box;}
.index11 li h3{ margin: 30px 0px ;}
.index11 li div{ border-bottom: 3px #00bd31 solid; display: inline; padding-bottom: 5px; }
.index11 li div span{ font-size: 35px; font-weight: bold; margin-right: 10px;}

.tmtitile div{ background-color: #000; opacity: 0.8; width: 100%; position: absolute; bottom: 0px; left: 0px; z-index: 1; height: 35px;}
.tmtitile .bg-div{ background-color: #00bd3a; }
.tmtitile p{width:98%; margin-left: 1%; position: absolute; bottom: 0px; left: 0px;  z-index: 2; font-size: 14px; text-align: center; color: #fff; line-height: 35px;height: 35px; overflow: hidden; }



.size12{ font-size: 12px;}
.biaoti{ display: flex; justify-content: space-between; align-items: center;}

.biaoti2{ position: relative;  margin-bottom: 10px; border-left: 5px #00bd3a solid; padding-left: 10px;}
.biaoti2 h3{ font-size: 18px; padding-right: 10px; color: #00bd3a; }.biaoti2 p{  color: #656565; }
.biaoti2:after{ content: ">>";color: #00bd3a;position: absolute;top: 1px;right: 0px;}

.newspic-list li{ border-bottom: 1px #d9d9d9 dashed ; padding-bottom: 8px; margin-bottom: 10px;  }
.newspic-list li .pic { margin-right:15px; }
.newspic-list li .pic  img{border-radius: 7px; }
.newspic-list li h3{ position: relative; line-height: 30px; overflow: hidden; display: block;  }
.newspic-list li p{ line-height: 30px; overflow: hidden;}
