/*轮播图*/
.list_img{
    width: 100%;
    min-width: 1200px;
    margin: 0px auto;
    overflow: hidden;
    position: relative;
}
.list_img .fg{
    width: 1200px;
    /*height: 517px;*/
    margin: 0px auto;
    position: relative;
    overflow: hidden;
}
.list{
    width: 250px;
    overflow: hidden;
    position: relative;
    z-index: 99;
    border: 1px solid #990000;
    box-sizing: border-box;
}
.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:54px;
    line-height:54px;
    color: #990000;
    font-size: 15px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}
.list ul li:hover a{
    font-weight: 700;
    color: #990000;
}

.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 #990000;
    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: 517px;
    position: absolute;
    top: 0px;
    left: 0;

}
.img{
    position: relative;
    width: 100%;
    height: 488px;
    margin-top: 0px;
}
.Three_img li{
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 488px;
    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: 488px;
    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;
}
.auto-tit{
    height: 38px;
    line-height: 38px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #b8b8b8;
}
.auto-tit div{
    display: flex;
    flex-wrap: wrap;
    width: 14%;
    position: relative;
    border-bottom: 2px solid #990000;
}
.auto-tit div img{
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 7px;
}
.auto-tit div span{
    font-size: 19px;
    padding-left: 18%;
}
.news{
    justify-content: space-between;
    display: flex;
}
.news-left{
    width: 30%;
}
.news-one a{
    display: block;
}
.news-one a img{
    display: block;
    width: 100%;
    height: 215px;
}
.news-one a p{
    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;
    font-size: 16px;
}
.news-two{
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news-two a{
    width: 49%;
    display: block;
}
.news-two a img{
    display: block;
    width: 100%;
    height: 135px;
}
.news-two a p{
    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;
    font-size: 16px;
}
.news-center{
    width: 35%;
    background: url(../images/n-bg.png) center top no-repeat;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 0px 1%;
}
.news-xx li a{
    display: flex;
    justify-content: space-between;
    height: 40px;
    line-height: 40px;
}
.news-xx li a i{
    background-color: #77696e;
    font-size: 15px;
    color: white;
    margin-top: 10px;
    height: 25px;
    line-height: 25px;
    display: block;
    width: 5%;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.news-xx li a p{
    font-size: 15px;
    width: 92%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.news-three a{
    display: block;
    height: 40px;
    line-height: 35px;
    text-indent: 345px;
    overflow:hidden;
    color:white;
    font-size: 14px;
}
.hs{
    background-color: #ad3232!important;
}
.news-right{
    width: 30%;
}
.news-four a{
    display: block;
   margin-bottom: 10px;
}
.news-four a p{
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
}
.news-four a span{
    color: #717171;
    font-size: 14px;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 25px;
    overflow: hidden;
}
.news-adv a{
display: block;
    width: 100%;
    height: 135px;
}
.news-adv a img{
    display: block;
    width: 100%;
    height: 100%;
}
.adv-one a{
    display: block;
    width: 100%;
}
.adv-one a img{
    display: block;
    width: 100%;
    height: 110px;
}
.sup{
    justify-content: space-between;
    display: flex;
}
.sup-left{
    width: 20%;
}
.sup-left a{
    display: block;
}
.sup-left a img{
    display: block;
    width: 100%;
    height: 520px;
}
.sup-center{
    width: 78%;
}
.sup-one{
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sup-one a{
    display: block;
    width: 24%;
}
.sup-one a img{
    display: block;
    width: 100%;
    height:150px;
}
.sup-one a p{
    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;
    font-size: 16px;
}
.sup-two{
    display: flex;
    flex-wrap: wrap;
}
.sup-two li{
    width: 49%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.sup-two li a{
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    height: 35px;
    line-height: 40px;
}
.sup-two li a span{
    color: #990000;
    display: block;
    width: 7%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.sup-two li a p{
    width: 92%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.buy{
    display: flex;
    flex-wrap: wrap;
}
.buy-box{
    width: 49%;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
}
.buy-left{
    width: 23%;
    background-color: #ccbba7;
    padding: 5px 0px;
}
.buy-left p{
color: white;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 19px;
}
.buy-left span{
    display: block;
    color: #4a4a4a;
    height: 33px;
    line-height: 33px;
    font-size: 22px;
    text-align: center;
}
.buy-right{
    width: 72%;
    margin-left: 3%;
}
.buy-right p{
    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;
    font-size: 16px;
}
.buy-one{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}
.buy-one span{
    display: block;
    width: 40%;
    height:39px;
    line-height: 39px;
}
.buy-one em{
    color: #ad3232;
    text-align: center;
    display: block;
    border: 1px solid #ad3232;
    width: 13%;
    font-style: normal;
    height: 20px;
    line-height: 20px;
    margin-top: 8px;
    border-radius: 3px;
}
.ent{
    background-color: #ededed;
    justify-content: space-between;
    display: flex;
}
.ent-left{
    text-align: center;
    background-color: #ad3232;
    padding: 16% 1%;
    width: 2%;
    font-size: 20px;
    color: white;
}
.ent-right{
    padding: 20px 1%;
    width: 93%;
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ent-right a{
    display: block;
    width: 24%;
}
.ent-right a img{
    display: block;
    width: 100%;
    height: 225px;
}
.ent-right a:nth-child(n+5) {
    margin-top: 10px;
}
.ent-one{
    display: flex;
    flex-wrap: wrap;
}
.ent-one a{
    width: 49%;
    display: block;
    margin-bottom: 10px;
}
.ent-one a p{
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
}
.ent-one a span{
    color: #717171;
    font-size: 14px;
    display: block;
    width: 100%;
    height: 60px;
    line-height: 20px;
    overflow: hidden;
}
.ent-one a em{
    display: block;
    font-style: normal;
    color: #ad3232;
    position: relative;
    height: 25px;
    line-height: 25px;
}
.ent-one a em:before{
    content: "";
    background-image: url(../images/jt.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 20px;
    height: 5px;
    position: absolute;
    left: 61px;
    top: 7px;
}
.exh{
    justify-content: space-between;
    display: flex;
}
.exh-left{
    width: 30%;
}
.exh-left a{
    display: block;
}
.exh-left a img{
    display: block;
    width: 100%;
    height: 285px;
}
.exh-left a div{
    margin-top: 5px;
    background-color: #ad3232;
    padding: 20px 2%;
}
.exh-left a div p{
    color: white;
    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;
}
.exh-left a div span{
    color: white;
    font-size: 14px;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 25px;
    overflow: hidden;
}
.exh-center{
    width: 38%;
}
.exh-one a{
    display: block;
}
.exh-one a p{
    height: 40px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
}
.exh-one a span{
display:block;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}
.exh-tit{
    padding: 10px 0px;
}
.exh-tit span{
    display: block;
    width: 20%;
    height: 29px;
    line-height: 29px;
    color: white;
    font-size: 15px;
    position: relative;
    background-color: #cfc0ae;
    text-align: center;
}
.exh-tit span:before{
    content: "";
    position: absolute;
    display: block;
    background-color: #cccccc;
    width: 325px;
    height: 1px;
    left: 84px;
    top: 14px;
}
.exh-xx li a{
    position: relative;
    padding-left: 5%;
    font-size: 15px;
    display: block;
    height: 38px;
    line-height: 38px;
    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: #990000;
    border-radius: 10px;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 17px;
    left: 6px;
}
.exh-right{
    width: 30%;
}
.exh-right a{
    display: block;
    width: 100%;
    height: 200px;
}
.exh-right a img{
    display: block;
    width: 100%;
    height: 100%;
}
.exh-right a:last-child{
    margin-top: 10px;
}
.bottom-bg{
    background: url(../images/bottom.jpg) center top no-repeat;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.link a{
    padding: 0px 1%;
    display: inline-block;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
}
.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: 120px;
}
.adv-four a:nth-child(n+5) {
    margin-top: 8px;
}
.adv-two{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.adv-two a{
    display: block;
    width: 49%;
}
.adv-two a img{
    display: block;
    width: 100%;
    height: 120px;
}