/*轮播图*/
.list_img{
    width: 100%;
    min-width: 1200px;
    height: 580px;
    margin: 0px auto;
    overflow: hidden;
    position: relative;
}
.list_img .fg{
    width: 1200px;
    margin: 0px auto;
    position: relative;
}
.list{
    width: 250px;
    overflow: hidden;
    position: relative;
    z-index: 99;
}
.list ul{
    width: 100%;
    float: left;
    overflow: hidden;

}
.list ul li{
    float: left;
    width: 100%;
    background: #fff;
    opacity: 0.93;
}
.list ul li:first-child{
    margin-top: 0px;
    border-top: none;
}
.list ul li a{
    display: block;
    height: 65px;
    line-height: 65px;
    font-size: 15px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}
.list ul li:hover a{
    font-weight: 700;
}

.list ul li a span{
    display: block;
    text-align: center;
}
.list ul li a i{
    width: 6px;
    height: 15px;
    background: url("../images/hyjth.png") no-repeat;
    position: absolute;
    top:14px;
    right:8px;
}
.list_img .eject{
    height: 630px;
    position: absolute;
    top:0px;
    left:250px;
    width: 800px;
}
.list_img .zindex{
    z-index: 9999;
}
.demo{
    width: 800px;
    height:630px;
    overflow: hidden;
    overflow-y: auto;
    display: none;
    border: 1px solid #2dbb55;
    border-top: none;
    border-left: none;
    opacity: .93;
    box-shadow: 0px 1px 10px #f1f1f1;
    background-color: #ffffff;
    z-index: 999;
}
.demo .item{
    width: 467px;
    overflow: hidden;
    margin-top: 10px;
    padding:0px 10px;
    border-bottom: 1px dashed #d5d5d5;
    float: left;
}
.demo .item span{
    display: block;
    width: 100%;
    font-weight: bold;
}
.demo .item div {
    padding-bottom: 5px;
}
.demo .item div a{
    padding: 0px 14px;
    display: inline-block;
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: 12px;
    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: 100%;
    height: 580px;
    position: absolute;
    top: 0px;
    left: 0;

}
.img{
    position: relative;
    width: 100%;
    height: 580px;
    margin-top: 0px;
}
.Three_img li{
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 580px;
    background: url("../images/Rotation.jpg") no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    z-index: 9;
}
.Three_img li a{
    display: block;
    width: 100%;
    height: 580px;
    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-two{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.adv-two a{
    margin-top: 15px;
    display: block;
    width: 49%;
    height: 120px;
}
.adv-two a img{
    display: block;
    width: 100%;
    height: 100%;
}
.adv-one a{
    display: block;
    width: 100%;
    height: 130px;
}
.adv-one a img{
    display: block;
    width: 100%;
    height: 100%;
}
.new-tit{
    content: "";
    background-image: url(../images/on.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    text-align: center;
    font-weight: bold;
}
.new-tit a{
    padding: 10px 21%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
    justify-content: space-between;
    display: flex;
    font-size: 16px;
}
.tit-auto h1{
    background-image: url(../images/tit.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    height: 50px;
    line-height: 50px;
   color: white;
    display: block;
    text-align: center;
}
.tit-auto p{
    letter-spacing:15px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
}
.news{
    justify-content: space-between;
    display: flex;
}
.news-left{
    width: 49%;
}
.tll-t a {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
}
.tll-t a img {
    display: block;
    width: 100%;
    height:440px;
}
.tll-t a p{
    /*background-color: #000000;*/
    text-indent: 5px;
    position: absolute;
    /*opacity: 0.8;*/
    bottom: 0px;
    color: white;
    font-size: 17px;
    height: 45px;
    line-height: 45px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #139e00;
}
.swiper-pagination span{
    background-color: white!important;
}
.swiper-pagination-bullet-active{
    background-color:white!important;
}
.news-right{
    width: 49%;
}
.news-xx li{
    display: block;
    height: 62px;
    line-height: 62px;
    padding-left: 4%;
    position: relative;
    border-bottom: 1px solid #d5d5d5;
}
.news-xx li:before{
    content: "";
    background-color: #ffa516;
    width: 5px;
    height: 5px;
    border-radius: 10px;
    position: absolute;
    top: 29px;
    left: 6px;
}
.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;
}
.sup-img{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sup-img a{
    display: block;
    width: 24%;
    border: 1px solid #b2b2b2;
    box-sizing: border-box;
}
.sup-img a img{
    display: block;
    width: 100%;
    height:220px;
}
.sup-img a p{
    font-size: 15px;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}
.sup-one{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #e8f5e7;
    border-radius: 10px;
}.sup-m1{
    width: 20%;
 }
.sup-m1 a{
    display: block;
    width: 100%;
    height: 270px;
    border-radius: 10px;
 }
.sup-m1 a img{
    display: block;
    width: 100%;
    height: 100%;
}
.sup-m2{
    width: 79%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sup-m2 a{
    display: block;
    width: 24%;
}
.sup-m2 a img{
    display: block;
    width: 100%;
    height: 240px;
    border-radius: 10px;
}
.sup-m2 a p{
    font-size: 15px;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}
.sup-xx{
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex !important;
}
.sup-xx li{
    width: 45%;
    display: block;
    height: 62px;
    line-height: 62px;
    padding-left: 4%;
    position: relative;
    border-bottom: 1px solid #d5d5d5;
}
.sup-xx li:before {
    content: "";
    background-color: #ffa516;
    width: 5px;
    height: 5px;
    border-radius: 10px;
    position: absolute;
    top: 29px;
    left: 6px;
}
.sup-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;
}
.buy{
    justify-content: space-between;
    display: flex;
}
.buy-left{
    width: 76%;
}
.sup-c{
    justify-content: space-between;
    display: flex;
}
.sup-c .srb_tit{
    width: 20%;
    box-sizing: border-box;
    background-color: #f7f7f7;
}
.sup-c .srb_tit span{
    display: block;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
    height: 60px;
    line-height: 60px;
}
.sup-c .srb_tit .srb_tit_active{
    background-color: #06a61a;
    color:white;
    display: block;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
}
.srb .srb_conbak {
    display: none;
}
.srb{
    width: 78%;
}

.srb_con-photo a{
    display: block;
    height: 62px;
    line-height: 62px;
    padding-left: 4%;
    position: relative;
    border-bottom: 1px solid #d5d5d5;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.srb_con-photo a:before{
    content: "";
    background-color: #ffa516;
    width: 5px;
    height: 5px;
    border-radius: 10px;
    position: absolute;
    top: 29px;
    left: 6px;
}
.buy-right{
    width: 23%;
}
.buy-right a{
    display: block;
    width: 100%;
    height: 380px;
}
.buy-right a img{
    display: block;
    width: 100%;
    height: 100%;
}
.tra-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.tra-one{
    width: 49%;
}
.tra-one a{
    display: flex;
    justify-content: space-between;
}
.tra-one a img{
    display: block;
    width: 45%;
    height: 180px;
    border: 1px solid #bdbdbd;
    box-sizing: border-box;
}
.tra-xx{
    width: 54%;
}
.tra-xx h4{
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.tra-xx p{
    color: #717171;
    font-size: 15px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}
.news-aa{
    width: 49%;
}
.news-aa li a{
    padding: 10px 0px;
    display: flex;
    justify-content: space-between;
}
.ne-three{
    width: 11%;
    background-color: #ececec;
    padding: 10px 1%;
}
.ne-three h3{
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.ne-two{
    width: 85%;
    padding-left: 3%;
}

.ne-two p{
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    font-size: 14px;
}
.ent{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ent-one{
    width: 38%;
}
.ent-one a{
    display: flex;
    justify-content: space-between;
    padding: 12px 0px;
}
.ent-one a img{
    display: block;
    width: 43%;
    height: 96px;
    border: 1px solid #189842;
    box-sizing: border-box;
}
.ent-xx{
    width: 55%;
    padding-top: 25px;
}

.ent-xx p{
    font-size: 15px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}
.exh-one{
    width: 60%;
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.exh-one a{
    width: 33%;
    display: block;
}
.exh-one a img{
    display: block;
    width: 100%;
    height: 200px;
    border: 1px solid #139e00;
    box-sizing: border-box;
}
.exh-one a p{
    color: white;
    background-color: #139e00;
    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;
}
/* 搜索框 */
.common-top form{
    position: relative;
    display: flex;
    height: 40px;
    line-height: 40px;
    border: 1px solid #02b555;
    background-size: 100% 100%;
    background: #fff;
    box-sizing: border-box;
    /* overflow: hidden; */
    justify-content: space-between;
}
.common-top form input[type="text"]{
    text-indent: 0.3em;
    width: 60%;
    padding: 0!important;
    display: block;
    height: 38px;
    line-height: 38px;
    box-sizing: border-box;
    border-right: none;
    color: #393939;
    background: none;
    /* border-radius: 5px; */
}
.common-top form input[type="text"]::placeholder{
    color: #393939;
}
.common-top form button{
    width: 21%;
    padding: 0!important;
    border: none;
    /* background: linear-gradient(to top,#0d5286,#0d5286); */
    background: #02b555;
    display: flex;
    justify-content: center;
    height: 38px;
    align-items: center;
    color: #fff;
}
.common-top form button span{
    font-size: 16px;
}
.common-top form button img{
    width: 25px;
    height: 25px;
    margin: 5px auto;
}
.top_input div{
    width: 20%;
    height: 38px;
    line-height: 38px;
    /* background-color: #5eb200; */
    border-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.top_input div span{
    display: block;
    width: 100%;
    height: 38px;
    line-height: 38px;
    text-align: center;
    cursor: pointer;
}
#input_option{
    position: relative;
}
#input_option.hk-a::after{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: url(../img/ic0.png)no-repeat;
    background-size: 100% 100%;
    right: 0;
    top: calc((100% - 10px)/2);
    transform: rotateX(180deg);
}
#input_option::after{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: url(../img/ic0.png)no-repeat;
    background-size: 100% 100%;
    right: 0;
    top: calc((100% - 10px)/2);
}
.top_input .option-ul{
    display: none;
   top: 51px;
   background: rgba(0,167,81,0.6)!important;
   height: auto;
   width: 20%;
   position: absolute;
   z-index: 8;
   flex-wrap: wrap;
   border-radius: 20px;
}
.top_input .option-ul span{
    display: block;
    width: 100%;
    color: #fff;
}
/* end */