/*轮播图*/
.list_img{
    width: 100%;
    min-width: 1200px;
    height: 480px;
    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;
    border-bottom: 1px dashed #ffffff;
}
.list ul li:last-of-type a{
    border: none;
}
.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: 100%;
    position: absolute;
    top: 0px;
    left: 0;
}
.img{
    position: relative;
    width: 100%;
    height: 100%;
    margin-top: 0px;
}
.Three_img li{
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 480px;
    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:480px;
    cursor: pointer;
    line-height: 0px;
}
.Three_img li a img{
    display: block;
    width: 100%;
    height: 480px;
}
.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{
    width: 49%;
    display: block;
    height: 125px;
    margin-top: 20px;
}
.adv-two a img{
    display: block;
    width: 100%;
    height: 100%;
}
.auto-tit img{
  display: block;
}
.auto-tit a {
    display: inline-block;
    font-size: 15px;
    position: absolute;
    right: 0px;
    top: 20px;
}
.funny{
    background-color: #f0f4f2;
    padding: 30px 0px;
}
.funny-left{
    width: 25%;
}
.funny-right{
    width: 75%;
}
.funny-right a{
    display: block;
}
.funny-right a p{
    height: 50px;
    line-height: 50px;
    color: #26a38d;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}
.news-left{
    width: 32%;
}
.news-left a{
    display: block;
    padding: 18px 0px;
    border-bottom: 1px solid #e4e4e4;
}
.news-left a p{
    color: #00bc92;
    display: block;
    font-size: 15px;
    width: 100%;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
}
.news-center{
    width: 32%;
}
.news-left a span{
    color: #b2b2b2;
    display: block;
    font-size: 15px;
    width: 100%;
    height: 60px;
    line-height:20px;
    overflow: hidden;
}
.news-tit{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #bbbbbb;
    margin: 8px 0px;
}
.news-tit p{
    margin: 8px 0px;
    color:#09b391;
    font-weight: bold;
    font-size: 16px;
    border-left: 3px solid #09b391;
    text-align: center;
    height:20px;
    line-height:20px;
    text-indent: 10px;
}
.news-tit a{
    display: block;
}
.buy-xx li a{
    position: relative;
    padding-left: 7%;
    font-size: 15px;
    display: block;
    height: 40px;
    line-height:40px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.buy-xx li a:before {
    content: "";
    background-image: url(../images/sjx.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 16px;
    left: 7px;
}
.news-right{
    width: 32%;
}
.news-right a{
    display: block;
}
.news-right a img{
    display: block;
    width: 100%;
    height: 225px;
}
.news-right a p{
    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;
}
.news-right a span{
    color: #9d9d9d;
    display: block;
    font-size: 15px;
    width: 100%;
    height: 60px;
    line-height: 30px;
    overflow: hidden;
}
.sup-left{
    width: 49%;
}
.sup-oi{
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sup-oi a{
    display: block;
    width: 49%;
    position: relative;
    margin-bottom: 10px;
}
.sup-oi a img{
    display: block;
    width: 100%;
    height: 230px;
    box-sizing: border-box;
}
.sup-oi a p{
    display: block;
    height: 33px;
    line-height: 33px;
    background-color: #000000;
    position: absolute;
    text-align: center;
    opacity: 0.7;
    width: 100%;
    left: 0;
    bottom: 0;
    color: #fff;
    overflow: hidden;
    font-size: 15px;
}
.news-xx li a{
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    height: 32px;
    line-height: 32px;
}
.news-xx li a span{
    color: #09b391;
    display: block;
    width: 17%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.news-xx li a p{
    width:82%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.sup-right{
    width: 49%;
}
.sup-right a{
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}
.sup-right a img{
    display: block;
    width: 40%;
    height: 157px;
}
.sup-right a div{
    width: 54%;
}
.sup-right a div p{
    display: block;
    font-size: 15px;
    width: 100%;
    height: 60px;
    line-height: 30px;
    margin-top: 15px;
    overflow: hidden;
}
.sup-right a div span{
    font-style: normal;
    color: white;
    font-size: 15px;
    display: inline-block;
    width: 61%;
    text-align: center;
    padding: 10px 1%;
    box-sizing: border-box;
    margin-left: 5px;
    margin-top: 10px;
    background-image: url(../images/bbb.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    text-align: center;
}
.buy-left{
    width: 49%;
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.buy-left a{
    display: block;
    width: 49%;
    position: relative;
    margin-bottom: 10px;
}
.buy-left a img{
    display: block;
    width: 100%;
    height: 240px;
    box-sizing: border-box;
}
.buy-left a p{
    display: block;
    height: 33px;
    line-height: 33px;
    background-color: #000000;
    position: absolute;
    text-align: center;
    opacity: 0.7;
    width: 100%;
    left: 0;
    bottom: 0;
    color: #fff;
    overflow: hidden;
    font-size: 15px;
}
.buy-right{
    width: 49%;
}
.buy-img a{
    display: block;
    width: 100%;
    height: 160px;
}
.buy-img a img{
    display: block;
    width: 100%;
    height: 100%;
}
.inf-left{
    width: 49%;
}
.inf-one a{
width: 49%;
    border: 1px solid #d5d5d5;
    box-sizing: border-box;
    padding: 15px 0px;
}
.inf-one a p{
    font-size: 15px;
    width: 40%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: white;
    background-color: #ea4941;
    border-radius: 0px 20px 20px 0px;
}
.inf-one div{
    padding: 10px 4%;
}
.inf-one div span{
    display: block;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    font-size: 15px;
}
.inf-one div img{
    display: block;
    padding: 5px 0px;
    width: 100%;
    height: 210px;
}
.inf-one div em{
    font-style: normal;
    color: #717171;
    font-size: 14px;
    display: block;
    width: 100%;
    height: 90px;
    line-height: 30px;
    overflow: hidden;
}

.tra-b a{
    display: block;
    padding: 11px 0px;
    border-bottom: 1px solid #b2b2b2;
}
.tra-b a p{
    color: #09b391;
    font-size: 16px;
    display: block;
    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-b span{
    display: block;
    color: #717171;
    font-size: 14px;
    width: 100%;
    height: 60px;
    line-height: 30px;
    overflow: hidden;
}
.inf-right{
    width: 49%;
}
.inf-two a{
    display: flex;
    justify-content: space-between;
    padding: 5px 0px;
}
.inf-two a img{
    display: block;
    width: 38%;
    height: 130px;
    box-sizing: border-box;
    border: 1px solid #09b391;
}
.inf-two a div{
    width: 60%;
}
.inf-two a h4{
    margin-top: 5px;
    font-size: 15px;
    display: block;
    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;
}
.inf-two a p{
    display: block;
    font-size: 15px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}
.inf-three{
    margin-top: 10px;
}
.inf-three a{
    display: block;
    position: relative;
}
.inf-three a img{
    display: block;
    width: 100%;
    height:380px;
    box-sizing: border-box;
}
.inf-three a p{
    display: block;
    height: 33px;
    line-height: 33px;
    background-color: #000000;
    position: absolute;
    text-align: center;
    opacity: 0.7;
    width: 100%;
    left: 0;
    bottom: 0;
    color: #fff;
    overflow: hidden;
    font-size: 15px;
}
.exh{
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.exh a{
    display: block;
    width: 32%;
    border: 1px solid #26a38d;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.exh a h4{
    text-indent: 5px;
    font-size: 15px;
    display: block;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px solid #26a38d;
}
.exh a div{
    padding: 10px 2%;
}
.exh a div p{
    color: #b2b2b2;
    display: block;
    font-size: 15px;
    width: 100%;
    height: 60px;
    line-height: 30px;
    overflow: hidden;
}
.exh a div span{
    color: #ea4941;
    display: block;
    font-size: 15px;
    width: 100%;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
}