/*轮播图*/
.list_img{
    width: 100%;
    min-width: 1200px;
    height: 510px;
    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;
    content: "";
    background-image: url(../images/bb.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}
.list ul{
    width: 100%;
    float: left;
    overflow: hidden;

}
.list ul li{
    float: left;
    width: 100%;
    /*background: #fff;*/
    opacity: 0.97;
}
.list ul li:first-child{
    margin-top: 0px;
    border-top: none;
}
.list ul li a{
    display: block;
    height: 70px;
    line-height: 70px;
    font-size: 15px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}
.list ul li a img{
    content: "";
    position: absolute;
    left: 60px;
    top: 24px;
}
.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: 600px;
    position: absolute;
    top: 0px;
    left: 0;
}
.img{
    position: relative;
    width: 100%;
    height: 600px;
    margin-top: 0px;
}
.Three_img li{
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 600px;
    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:600px;
    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{
    display: block;
    width: 49%;
    height: 120px;
}
.adv-two a img{
    display: block;
    width: 100%;
    height: 100%;
}
.adv-one a{
    display: block;
    width: 100%;
    height: 120px;
}
.adv-one a img{
    display: block;
    width: 100%;
    height: 100%;
}
.auto-tit{
    height: 70px;
    line-height:70px;
}
.auto-tit img{
    display: block;
    height: 100%;
    width: 100%;
}
.news a{
    display: flex;
    justify-content: space-between;
}
.news a img{
    display: block;
    width: 45%;
    height: 280px;

}
.news a div{
    margin: 10px 0px;
    width: 55%;
    border: 1px solid #b2b2b2;
    box-sizing: border-box;
    padding: 40px 3%;
}
.news a div h3{
    overflow: hidden;
    font-size: 16px;
    display: block;
    height: 50px;
    line-height:50px;
}
.news a div p{
    display: block;
    height: 66px;
    line-height: 22px;
    overflow: hidden;
    font-style: normal;
    font-size: 14px;
}
.news a div span{
    height: 40px;
    line-height: 40px;
    display: block;
    color: #ff8530;
    font-size: 13px;
    margin-top: 10px;
    width: 100%;
    overflow: hidden;
}
.news-box{
    justify-content: space-between;
    display: flex;
}
.news-left{
    width: 67%;
}
.news-one a{
    display: flex;
    justify-content: space-between;
}
.news-one a img{
    display: block;
    width: 35%;
    height: 180px;
}
.news-one a div{
    width: 63%;
}
.news-one a p{
    display: block;
    font-size: 15px;
    width: 100%;
    height: 60px;
    line-height: 30px;
    margin-top: 30px;
    overflow: hidden;
}
.news-one a span{
    font-size: 15px;
    color: #878787;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 25px;
    overflow: hidden;
}
.ind-xx{
    margin-top: 10px;
}
.ind-xx li{
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.ind-xx li:before {
    content: "";
    background-color: #ff7109;
    width: 8px;
    height: 8px;
    border-radius: 10px;
    position: absolute;
    top: 20px;
    left: 11px;
}
.ind-xx li a{
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px dashed #d3d3d3;
}
.ind-xx li a p{
    width: 79%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 4%;
}
.ind-xx li a span{
    display: block;
    width: 16%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
    text-align: right;
}
.news-right{
    width: 30%;
}
.news-right a{
    display: block;
}
.news-right a img{
    display: block;
    width: 100%;
    height: 230px;
}
.news-right a h3{
    font-size: 15px;
    height: 60px;
    line-height: 30px;
    overflow: hidden;
}
.news-right a p{
    font-size: 15px;
    display: block;
    width: 100%;
    height: 60px;
    line-height: 30px;
    overflow: hidden;
}
.sup{
    justify-content: space-between;
    display: flex;
}
.sup-left{
    width: 23%;
}
.sup-left a{
    display: block;
    width: 100%;
    height: 380px;
}
.sup-left a img{
    display: block;
    width: 100%;
    height: 100%;
}
.srb_con-photo{
    width: 75%;
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.srb_con-photo a{
    display: block;
    width: 32%;
    border: 1px solid #b2b2b2;
    box-sizing: border-box;
    padding: 10px 1%;
}
.srb_con-photo a img{
    display: block;
    width: 100%;
    height: 210px;
    margin-bottom: 10px;
}
.phone-wz p{
    font-size: 15px;
    display: block;
    width: 100%;
    height: 60px;
    line-height: 30px;
    overflow: hidden;
}
.phone-wz div{
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.phone-wz span{
    border-radius: 20px;
    background-color: #ff8530;
    font-style: normal;
    color: white;
    font-size: 15px;
    display: inline-block;
    width:41%;
    text-align: center;
    padding: 10px 1%;
    box-sizing: border-box;
    margin-left: 5px;
}
.phone-wz em{
    width: 20%;
    font-style: normal;
    display: block;
    font-size: 15px;
    color: #ff8530;
    height: 40px;
    line-height: 40px;
}
.buy{
    justify-content: space-between;
    display: flex;
}
.buy-left{
    width: 34%;
    border: 1px solid #c4c7da;
    box-sizing: border-box;
}
.buy-left a{
    display: flex;
    justify-content: space-between;
    padding: 10px 1%;
    box-sizing: border-box;
    border-bottom: 1px solid #c4c7da;
}
.buy-left a:last-child{
    border: none;
}
.buy-left a img{
    display: block;
    width: 48%;
    height: 140px;
}
.buy-left a div{
    width: 48%;
}
.buy-left a p{
    margin-top: 15px;
    font-size: 15px;
    display: block;
    width: 100%;
    height: 60px;
    line-height: 30px;
    overflow: hidden;
}
.buy-left a span{
    margin-top: 10px;
    display: block;
    font-size: 15px;
    color: #ff8530;
    height: 40px;
    line-height: 40px;
}
.buy-center{
    width: 28%;
}
.buy-center a{
    display: block;
    width: 100%;
}
.buy-center a img{
    display: block;
    width: 100%;
    height: 485px;
}
.news-c a{
    display: flex;
    justify-content: space-between;
}
.news-c a .ne-a{
    width: 28%;
}
.news-c a .ne-a img{
    display: block;
    width: 100%;
    height: 180px;
    box-sizing: border-box;
}
.news-c a .ne-b{
    width: 70%;
}
.news-c a .ne-b h4{
    margin-top: 20px;
    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;
}
.news-c a .ne-b p{
    color: #6d6d6d;
    font-size: 13px;
    display: block;
    width: 100%;
    height: 90px;
    line-height:30px;
    overflow: hidden;
}
.news-c a .ne-b span{
    color: #ff8530;
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
}
.exh{
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.exh-left{
    width: 60%;
}
.exh-tit{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0px;
}
.exh-tit p{
    font-weight: bold;
    color: #0865fd;
    font-size: 16px;
    border-left: 3px solid #0865fd;
    text-indent: 10px;
    height:25px;
    line-height: 25px;
}
.exh-tit a{
    color: #0865fd;
}
.exh-right{
    width: 38%;
}
.news-two a{
    display: block;
    padding: 5px 0px;
    border-bottom: 1px dashed #b2b2b2;
}
.news-two a p{
    display: block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    font-size: 16px;
}
.ent{
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ent-left{
    width: 70%;
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ent-left a{
    display: block;
    width: 32%;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    position: relative;
    height:270px;
    margin-bottom: 40px;
}
.ent-left a img{
    display: block;
    width: 100%;
    height: 210px;
}
.ent-left a p{
    background-color: #fff8f0;
    border-bottom: 3px solid #ff8530;
    position: absolute;
    width: 200px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    overflow: hidden;
    font-size: 15px;
    bottom: 0px;
    left: 34px;
}
.ent-right{
    width: 28%;
}
.sup-hm li{
    display: block;
    height:48px;
    line-height: 48px;
    position: relative;
    overflow: hidden;
    width: 93%;
    padding-left:6%;
    border-bottom: 1px dashed #b2b2b2;
}
.sup-hm 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-hm li:before {
    border-radius: 10px;
    content: "";
    background-color: #ff8530;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 21px;
    left: 5px;
    border-radius: 10px;
}
.ent-img{
    margin-top: 10px;
}
.ent-img a{
    display: block;
}
.ent-img a img{
    display: block;
    width: 100%;
    height: 290px;
}