/*轮播图*/
.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;
}
.list ul{
    width: 100%;
    float: left;
    overflow: hidden;

}
.list ul li{
    float: left;
    width: 100%;
    background: white;
    opacity: 0.93;
}
.list ul li:first-child{
    margin-top: 0px;
    border-top: none;
}
.list ul li a{
    display: block;
    height: 82px;
    line-height: 82px;
    color: #eb6100;
    font-size: 15px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}
.list ul li:hover a{
    font-weight: 700;
    color: #eb6100;
}

.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 #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: 415px;
    margin-top: 0px;
}
.Three_img li{
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 492px;
    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: 100%;
    cursor: pointer;
    line-height: 0px;
}
.Three_img li:first-child{
    opacity: 1;
}
.Three_img li a{
    display: block;
}
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-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;
}
.auto-tit{
    background-image: url(../images/tit.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    height: 43px;
    line-height: 43px;
    display: flex!important;
}
.auto-tit p{
    width: 24%;
    text-align: center;
    color: white;
    font-size: 20px;
}
.auto-tit span{
    color: white;
    display: inline-block;
    width: 20%;
    text-align: center;
    font-size: 17px;
}
.news-box{
    justify-content: space-between;
    display: flex;
}
.news-left{
    width:40%;
}
.news-img a{
    display:block;
    width: 100%;
    height: 265px;
}
.news-img a img{
    display: block;
    width: 100%;
    height: 100%;
}
.news-one a{
    display: block;
    padding-top: 5px;
}
.news-one a p{
    color: #f39800;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-one a span{
    font-size: 14px;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 25px;
    overflow: hidden;
    color: #a2a2a2;
}
.news-right{
    width: 58%;
}
.news-right a{
    display: block;
}
.news-right a p{
    display: block;
    font-size: 15px;
    height: 38px;
    line-height: 38px;
    width: 92%;
    padding-left: 5%;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.news-right a p:before{
    content: "";
    background-image: url(../images/hm.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 17px;
    height: 18px;
    position: absolute;
    left: 5px;
    top: 9px;
}
.news-a{
    padding: 8px 2%;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed #cccccc;
}
.news-a:last-child{
    border: none;
}
.news-sj{
    width: 56%;
    border-left: 1px solid #f39800;
    box-sizing: border-box;
    padding: 0px 2%;
}
.news-sj span{
    color: #666666;
    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: 14px;
}
.news-sj em{
    font-style: normal;
    color: #666666;
    font-size: 14px;
    display: block;
    width: 100%;
    height: 75px;
    line-height: 25px;
    overflow: hidden;
}
.news-a img{
    display: block;
    width: 38%;
    height: 130px;
}
.sup-box{
    display: flex;
    flex-wrap: wrap;
}
.sup-one{
    display: block;
    width: 28.4%;
    margin-top: 20px;
    margin-left: 1.33333%;
    background-color: #f4f4f4;
    padding: 10px 2%;
}
.sup-one:nth-child(3n+1) {
    margin-left: 0px;
}
.sup-tit{
    color: #eb6100;
    font-size: 17px;
    border-left: 3px solid #e8680a;
    text-indent: 10px;
}
.sup-img a{
    display: block;
    width: 100%;
    height: 180px;
    margin: 10px 0px;
}
.sup-img a img{
    display: block;
    width: 100%;
    height: 100%;
}
.sup-xx li a{
    font-size: 15px;
    display: block;
    height: 33px;
    line-height: 33px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
/*tab*/
.sr-bot{
    height:35px;
    line-height: 35px;
    display: flex;
    flex-wrap: wrap;
}
.sr-bot span{
   display: inline-block;
    border-radius: 10px;
    color: #fff;
    background-color: #f39800;
    width: 11%;
    margin: 0px 2%;
    font-size: 16px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border: 1px solid #f39800;
    box-sizing: border-box;
}
.sr-bot .src_tit_active {
    color: #f39800;
    background-color: #fff;
    font-size: 16px;
    font-weight: bold;
   border: 1px solid #f39800;
    box-sizing: border-box;
}
.srb-box{
    padding-top: 10px;
}
.news-three{
    justify-content: space-between;
    display: flex;
    padding-bottom: 2px;
}
.news-three .news-a{
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news-three .news-a a{
    display: block;
    width: 24%;
}
.news-three .news-a a img{
    display: block;
    width: 100%;
    height: 180px;
}
.news-three .news-a a p{
    height: 33px;
    line-height: 33px;
    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;
}
.srb-box .srb_conbak {
    display: none;
}
.bus{
    justify-content: space-between;
    display: flex;
}
.bus-left{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.bus-left a{
    margin-top: 10px;
    width: 49%;
    display: flex;
    justify-content: space-between;
}
.bus-left a:last-child{
    margin-top: 15px;
}
.bus-left a img{
    display: block;
    width: 38%;
    height: 160px;
}
.bus-wz{
    width: 60%;
}
.bus-wz h3{
    color: #f39800;
    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;
}
.bus-wz p{
    color: #717170;
    height: 25px;
    line-height: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
}
.bus-wz span{
    color: #717170;
    font-size: 14px;
    display: block;
    width: 100%;
    height: 90px;
    line-height: 30px;
    overflow: hidden;
}
.bus-img{
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.bus-img a{
    display: block;
    width: 19%;
    /*margin-top: 20px;*/
}
.bus-img a img{
    display: block;
    border: 1px solid #cccccc;
    width: 100%;
    height: 200px;
}
.tra{
    justify-content: space-between;
    display: flex;
}
.tra-left{
    width: 53%;
}
.tra-left a{
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}
.tra-left a img{
    display: block;
    width: 38%;
    height: 105px;
}
.tra-wz{
    width: 60%;
}
.tra-wz h3{
    color: #f39800;
    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;
}
.tra-wz span{
    color: #717170;
    font-size: 14px;
    display: block;
    width: 100%;
    height: 47px;
    line-height: 23px;
    overflow: hidden;
}
.tra-wz p{
    color: #f39800;
    height: 25px;
    line-height: 25px;
}
.tra-left a:last-child{
    margin: 0px;
}
.tra-right{
    width: 45%;
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.tra-right a{
    display: block;
    width: 49%;
    margin-top: 10px;
}
.tra-right a img{
    display: block;
    width: 100%;
    height: 145px;
}
.tra-right a p{
    font-size: 15px;
    height: 25px;
    line-height: 25px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.adv-one a{
    display: block;
    width: 100%;
}
.adv-one a img{
    display: block;
    width: 100%;
    height: 110px;
}