/*轮播图*/
.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;
    background-color: #fff;
}
.list ul{
    width: 100%;
    float: left;
    overflow: hidden;

}
.list ul li{
    float: left;
    width: 100%;
    opacity: 0.93;
}
.list ul li:first-child{
    margin-top: 0px;
    border-top: none;
}
.list ul li a{
    font-weight: bold;
    color: #fcab11;
    display: block;
    text-align: center;
    height: 63px;
    line-height:63px;
    font-size: 16px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    margin: 0px 5%;
}

.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 #2490e4;
    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: 700px;
    margin-top: 0px;
}
.Three_img li{
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 700px;
    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: 700px;
    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-four{
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.adv-four a{
    display: block;
    width: 24%;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
}
.adv-four a img{
    display: block;
    width: 100%;
    height: 110px;
}
.adv-four a:nth-child(n+5) {
    margin-top: 8px;
}
.adv-two{
    justify-content: space-between;
    display: flex;
}
.adv-two a{
    width: 49%;
    display: block;
    height: 110px;
}
.adv-two a img{
    display: block;
    width: 100%;
    height: 100%;
}
.adv-three{
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex !important;
}
.adv-three a{
    display: block;
    width: 32%;
}
.adv-three a img{
    display: block;
    width: 100%;
    height: 110px;
}
.news-left{
    width:70%;
}
.sup-tit{
    border-bottom: 1px solid #fcab11;
    height: 30px;
    line-height:30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sup-tit p{
    font-weight: bold;
    text-indent: 6px;
    width:21%;
    font-size: 16px;
}
.sup-tit a{
    color: #5f5f5f;
}
.news-nm{
    margin-top: 15px;
}
.news-as{
    width: 49%;
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news-as a{
    display: block;
    width: 49%;
}
.news-as a img{
    display: block;
    width: 100%;
    height: 145px;
}
.news-as a p{
    height: 36px;
    line-height: 36px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
}
.news-hj{
    width: 49%;
}
.news-bn a {
    display: flex;
    justify-content: space-between;
}
.news-bn a img{
    display: block;
    width: 38%;
    height: 134px;
}
.news-bn a div{
    width: 58%;
}
.news-bn a p{
    margin-top:10px;
    font-size: 15px;
    display: block;
    width: 100%;
    height: 60px;
    line-height: 30px;
    overflow: hidden;
}
.news-bn a span{
    color: #fcab11;
    display: block;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
}
.buy-xx{
    margin-top: 10px;
}
.buy-xx li{
    position: relative;
}
.buy-xx li:before{
    border-radius: 10px;
    content: "";
    background-color: #fcab11;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 14px;
    left: 10px;
}
.buy-xx li a{
    display: block;
    font-size: 15px;
    height: 35px;
    line-height:35px;
    width: 92%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
    padding-left:8%;
}
.news-right{
    width:28%;
}
.buy-ty a {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.buy-ty a img{
    display: block;
    width: 38%;
    height:80px;
}
.buy-ty a div{
    width: 58%;
}
.buy-ty a p{
    margin-top:10px;
    font-size: 15px;
    display: block;
    width: 100%;
    height: 60px;
    line-height: 30px;
    overflow: hidden;
}
.xin-left{
    width: 49%;
}
.exh-one a{
    display: block;
    padding: 5px 0px;
    border-bottom: 1px solid #b2b2b2;
}
.exh-one a p{
    font-size: 15px;
    display: block;
    height: 28px;
    line-height:28px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.exh-one span{
    display: block;
    color: #717171;
    font-size: 14px;
    width: 100%;
    height: 50px;
    line-height: 25px;
    overflow: hidden;
}
.xin-aut{
    margin-top: 10px;
}
.aut-left{
width: 30%;
}
.aut-left a{
    display: block;
    height: 260px;
    width: 100%;
    margin-top: 10px;
}
.aut-left a img{
    display: block;
    width: 100%;
    height: 100%;
}
.aut-right{
    width: 66%;
}
.inf-tit{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.inf-tit p{
    margin: 8px 0px;
    font-weight: bold;
    font-size: 16px;
    border-left: 3px solid #fcab11;
    text-align: center;
    height:20px;
    line-height:20px;
    text-indent: 10px;
}
.inf-tit span{
    width: 73%;
    height:1px;
    border-bottom: 1px solid #d2d2d2;
}
.news-one{
    margin-top: 15px;
}
.news-one a{
    display: block;
    width: 100%;
}
.news-one a img{
    display: block;
    width: 100%;
    height: 260px;
}
.news-one a p{
    text-align: center;
    font-size: 15px;
    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;
}
.news-two{
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news-two a{
    display: block;
    width:49%;
}
.news-two a img{
    display: block;
    width: 100%;
    height: 155px;
}
.news-two a p{
    text-align: center;
    height: 36px;
    line-height: 36px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
}
.xin-right{
    width: 49%;
}
.sup-hh{
    margin-top: 10px;
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sup-hh a{
    display: block;
    width: 49%;
}
.sup-hh a img{
    display: block;
    width: 100%;
    height: 205px;
}
.sup-hh a p{
    height: 36px;
    line-height: 36px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
}
.buy-left{
    width: 70%;
}
.buy-aut{
    margin-top: 15px;
}
.mai-left{
    width:31%;
}
.mai-left a{
    display: block;
}
.mai-left a img{
    display: block;
    width: 100%;
    height: 190px;
}
.mai-left a p{
    height: 36px;
    line-height: 36px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
}
.mai-right{
    width: 67%;
}
.mai-xx li a {
    height: 42px;
    line-height: 42px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mai-xx li a img {
    position: absolute;
}
.mai-xx li a p{
    font-weight: bold;
    color: red;
    font-size: 16px;
    width: 87%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 13%;
}
.buy-right{
    width: 28%;
}
.buy-bn a {
    padding: 5px 0px;
    display: flex;
    justify-content: space-between;
}
.buy-bn a img{
    display: block;
    width: 38%;
    height: 105px;
}
.buy-bn a div{
    width: 58%;
}
.buy-bn a p{
    font-size: 15px;
    display: block;
    width: 100%;
    height: 60px;
    line-height: 30px;
    overflow: hidden;
}
.buy-bn a span{
    color: #fcab11;
    display: block;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
}
.exh-left{
    width: 60%;
}
.exh-two{
    margin-top: 10px;
}
.exh-kl{
    width: 59%;
}
.exh-kl a {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    padding: 10px 2%;
    background-color: #ffe8bb;
}
.exh-kl a img{
    display: block;
    width: 38%;
    height: 118px;
}
.exh-kl a div{
    width: 58%;
}
.exh-kl a p{
    margin-top:10px;
    font-size: 15px;
    display: block;
    width: 100%;
    height: 60px;
    line-height: 30px;
    overflow: hidden;
}
.exh-kl a span{
   color: #87868b;
    display: block;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
}
.exh-io{
    width: 39%;
}

.exh-gh a{
    display: block;
    width: 100%;
}
.exh-gh a img{
    display: block;
    width: 100%;
    height: 250px;
}
.exh-gh a p{
    text-align: center;
    font-size: 15px;
    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;
}
.exh-right{
    width: 38%;
}
.exh-tit{
    height: 52px;
    line-height:52px;
    background-image: url(../images/ff.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}
.exh-tit a{
    font-size: 15px;
    display: block;
    text-align: right;
}
.exh-three a{
    display: block;
    padding:9px 0px;
    border-bottom: 1px dashed #fcab11;
}
.exh-three a p{
    font-size: 15px;
    display: block;
    height: 28px;
    line-height:28px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.exh-three span{
    display: block;
    color: #717171;
    font-size: 14px;
    width: 100%;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
}
.inf-left{
    width: 32%;
}
.inf-right{
    width: 66%;
}
.inf-box{
    margin-top: 20px;
}
.inf-ip{
width: 65%;
}
.inf-er{
    width: 33%;
}
.inf-one a{
    display: block;
}
.inf-one a img{
    display: block;
    width: 100%;
    height: 210px;
}
.inf-one a p{
    text-align: center;
    height: 36px;
    line-height: 36px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
}
.inf-img a{
    display: block;
    width: 100%;
    height: 110px;
}
.inf-img a img{
    display: block;
    width: 100%;
    height: 100%;
}
.link a{
    padding: 0px 1%;
    /*  display: inline-block; */
    font-size: 15px;
    height: 30px;
    line-height: 30px;
}