/*轮播图*/
.ban-box {
    position: relative;
    max-height: 446px;
    overflow: hidden;
    /*轮播图+右侧登录栏*/
}
.ban-box .shurff_box .shurff_topbox .shurff_left {
    float: left;
    margin-left: 260px;
    width: 910px;
    margin-top: 5px;
}
.ban-box .shurff_box .shurff_topbox .shurff_left .shurff {
    cursor: pointer;
}
.ban-box .shurff_box .shurff_topbox .shurff_left .shurff .swiper-container {
    height: 100%;
}
.ban-box .shurff_box .shurff_topbox .shurff_left .shurff .swiper-container img {
    width: 100%;
    height: 100%;
    display: block;
}
.ban-box .shurff_box .shurff_topbox .shurff_left .shurff .swiper-container .swiper-pagination {
    width: 100%;
    bottom: 10px;
}
.ban-box .shurff_box .shurff_topbox .shurff_left .shurff .swiper-container .swiper-pagination-bullet-active {
    background-color: #fff;
}
/*.ban-box .shurff_box .shurff_topbox .shurff_left .shurff .swiper-container .swiper-button-next,*/
/*.ban-box .shurff_box .shurff_topbox .shurff_left .shurff .swiper-container .swiper-button-prev {*/
/*width: 68px;*/
/*height: 68px;*/
/*-webkit-background-size: 68px 68px;*/
/*background-size: 68px 68px;*/
/*}*/
.ban-box .shurff_box .shurff_topbox .shurff_left .shurff_bottombox {
    overflow: hidden;
    z-index: 99;
    margin-top: 5px;
}
.ban-box .shurff_box .shurff_topbox .shurff_left .shurff_bottombox .swiper-container {
    margin: 0px auto;
}
.ban-box .shurff_box .shurff_topbox .shurff_left .shurff_bottombox .swiper-container a {
    display: block;
}
.ban-box .shurff_box .shurff_topbox .shurff_left .shurff_bottombox .swiper-container a img {
    display: block;
    width: 100%;
    border: 1px solid #eeeeee;
}
.ban-box .aside-box {
    position: absolute;
    left: 50%;
    margin-left: -595px;
    top: 0px;
    height: 100%;
    z-index: 999;
}
.ban-box .aside-box .aside-left {
    padding: 0px 20px;
    width: 250px;
    float: left;
    background-color: #00ac3d;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari */
}
.ban-box .aside-box .aside-left .al {
    overflow: hidden;
    margin: 0 auto;
}
.ban-box .aside-box .aside-left .al .al-one {
    height: 62px;
    line-height: 62px;
    cursor: pointer;
    transition: all .2s ease;
    border-bottom: 1px solid #ffffff;
}
.ban-box .aside-box .aside-left .al .al-one a {
    text-align: center;
    font-size: 16px;
    display: inline-block;
    text-decoration: none;;
    transform: translate3d(0, 0, 0);
    transition: all .3s linear;
    color: #fff;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.ban-box .aside-box .aside-left .al-one-active .al-one a {
    transform: translate3d(5px, 0, 0);
    font-weight: bold;
}
/*.ban-box .aside-box .aside-left .al-one-active .al-one a img {*/
/*margin-right: 22px;*/
/*}*/
.ban-box .aside-box .aside-left .al:last-child {
    border: none;
}
.ban-box .aside-box .aside-left:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    /*opacity: .6;*/
    z-index: -1;
    left: 0;
    top: 0;
}
.ban-box .aside-box .aside-right {
    float: left;
    height: 100%;
}
.ban-box .aside-box .aside-right .demo {
    width: 794px;
    position: relative;
    background-color: #ffffff;
    border-top: 0;
    z-index: 999;
    height: 100%;
    border-left: 0;
    overflow: hidden;
    opacity: .93;
    box-shadow: 0px 1px 10px #f1f1f1;
}
.ban-box .aside-box .aside-right .demo .item {
    margin-left: 10px;
    margin-top: 10px;
    width: 75%;
}
.ban-box .aside-box .aside-right .demo .item span {
    display: block;
}
.ban-box .aside-box .aside-right .demo .item span img {
    width: 12px;
    display: inline-block;
    vertical-align: middle;
}
.ban-box .aside-box .aside-right .demo .item span a {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #000;
    line-height: 28px;
    font-weight: bold;
}
.ban-box .aside-box .aside-right .demo .item div {
    border-bottom: 1px dashed #d5d5d5;
    padding-bottom: 5px;
}
.ban-box .aside-box .aside-right .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;
}
.ban-box .aside-box .aside-right .demo .item div a:last-child {
    border-right: 0;
}
.ban-box .aside-box .aside-right .demo .item div a:hover {
    color: #19a356;
    font-weight: bold;
}
.ban-box .aside-box .aside-right .demo .navadv {
    position: absolute;
    right: 10px;
    top: 0px;
}
.ban-box .aside-box .aside-right .demo .navadv li {
    width: 150px;
    margin-top: 20px;
    margin-bottom: 20px;
    height: 120px;
}
.ban-box .aside-box .aside-right .demo .navadv li a {
    display: block;
}
.ban-box .aside-box .aside-right .demo .navadv li a img {
    display: block;
    width: 100%;
    height: 120px;
    transition: all .2s linear;
    transform: translate3d(0, 0px, 0);
}
.ban-box .aside-box .aside-right .demo .navadv li:hover a img {
    transform: translate3d(0, -4px, 0);
}
.ban-box .aside-box .aside-right .demoback {
    display: none;
}
/*轮播图*/
.list_img{
    width: 100%;
    min-width: 1200px;
    margin: 0px auto;
    overflow: hidden;
    position: relative;
    height: 450px;
}
.list_img .fg{
    width: 1200px;
    margin: 0px auto;
    position: relative;
    overflow: hidden;
    bottom: 415px;
}
.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: #f1f1f1;
    opacity: 0.93;
    border-top: 1px solid white;
    padding: 11px 0px;
    position: relative;
}
.list ul li:before{
    content: "";
    display: block;
    position: absolute;
    left: 210px;
    top: 24px;
    width: 7px;
    height:15px;
    background-image: url(../images/more.png);
    background-repeat: no-repeat;
    background-size: 100%;
}
.list ul li:first-child{
    margin-top: 0px;
    border-top: none;
}
.list ul li .cp-one{
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}
.list ul li .cp-two{
    padding-left: 10px;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
}
.list ul li .cp-two a{
    display: block;
    height: 20px;
    line-height: 20px;
    font-size: 13px;
    color: #87868b;
    padding: 0px 5px;
}
.list ul li:hover a{
    font-weight: 700;
}

.list ul li .cp-one span{
    display: block;
    text-indent: 15px;
}
.list_img .eject{
    height: 517px;
    position: absolute;
    top:0px;
    left:240px;
    width: 800px;
}
.list_img .zindex{
    z-index: 9999;
}
.demo{
    width: 740px;
    height: 439px;
    overflow: hidden;
    overflow-y: auto;
    display: none;
    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%;
}
.img{
    position: relative;
    width: 100%;
    height: 415px;
    margin-top: 0px;
}
.Three_img li{
    position: absolute;
    opacity: 0;
    width: 945px;
    margin-left: 255px;
    height: 450px;
    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%;
    bottom: 16px;
    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{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.adv a{
    display: block;
    width: 49%;
}
.adv a img{
    display: block;
    width: 100%;
    height: 110px;
    border-radius: 10px;
}
.auto-tit{
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #6e6e6e;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.auto-tit div{
    font-size: 19px;
    font-weight: bold;
    width: 20%;
}
.auto-tit p{font-size: 17px;
}
.sup-box{
    margin-top: 20px;
    background: url(../images/bj.jpg) center top no-repeat;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 30px 2%;
}
.sup-tit{
    height: 32px;
    line-height: 0px;
    font-size: 19px;
    color: white;
    font-weight: bold;
    text-indent: 30px;
}
.sup-one{
    justify-content: space-between;
    display: flex;
}
.sup-left{
    width: 63%;
    display: flex;
    flex-wrap: wrap;
}
.sup-left a{
    display: block;
    width: 31.4%;
    margin-left: 1.33333%;
}
.sup-left a img{
    display: block;
    width: 100%;
    height: 180px;
    border-radius: 15px;
}
.sup-left a p{
    padding: 5px 0px;
    display: block;
    font-size: 14px;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
}
.sup-right{
    width: 36%;
}
.sup-right ul li{
    height: 35px;
    line-height: 35px;
    position: relative;
}
.sup-right ul li:before{
    content: "";
    background: url(../images/yq.png) center top no-repeat;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 9px;
    left: 1px;
}
.sup-right ul li a{
    display: block;
    padding-left: 5%;
    width: 95%;
    overflow: hidden;
}
.sup-right ul li p{
    font-size:15px;
    width: 83%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.sup-right ul li span {
    color: #eb6100;
    display: block;
    width: 14%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
    text-align: right;
}
.adv-three{
    display: flex;
    flex-wrap:wrap;
    margin-bottom: 20px;
}
.adv-three a{
    display: block;
    width: 32.4%;
    height: 110px;
    margin-top: 20px;
    margin-left: 1.33333%;
}

.adv-three a:nth-child(3n+1){
    margin-left: 0px;
}
.adv-three a img{
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.ent-img{
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ent-img a{
    display: block;
    width: 19%;
}
.ent-img a img{
    display: block;
    border:1px solid #cccccc;
    width: 100%;
    height: 200px;
    box-sizing: border-box;
}
.ent-box{
    justify-content: space-between;
    display: flex;
}
.lxhd {
    width: 49%;
    overflow: hidden;
    position: relative;
}
.lxhd i {
    width: 3px;
    height: 87%;
    position: absolute;
    top: 24px;
    left: 6.5px;
    background: #bfbfbf;
    z-index: 6;
}
.lxhd ul {
    width: 100%;
    overflow: hidden;
    padding-top: 5px;
}
.lxhd ul li {
    width: 100%;
    overflow: hidden;
    float: left;
    line-height: 30px;
    position: relative;
    padding: 5px 0px;

}
.lxhd ul li a {
    display: block;
    overflow: hidden;
}
.lxhd ul li b {
    width: 15px;
    height: 15px;
    background-color: #bfbfbf;
    border-radius: 10px;
    position: absolute;
    z-index: 9;
    top: 12px;
}
.lxhd ul li .sc {
    width: 90%;
    float: left;
    margin-left: 5%;
    color: #666;
    padding-right: 5%;
    font-size: 16px;
}
.lxhd ul li .sc p{
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    font-weight: unset;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.lxhd ul li .sc span{
    display: block;
    height: 94px;
    line-height: 29px;
    font-size: 13px;
}
.lxhd ul li .sc em{
    font-style:normal;height: 20px;
    line-height: 20px;
    font-size: 13px;
    color: #767676;
}
.exh-box{
    justify-content: space-between;
    display: flex;
}
.exh-left{
    width: 49%;
}
.exh-img a{
    display: block;
    width: 90%;
    position: relative;
    padding: 0px 5%;
}
.exh-img a img{
    display: block;
    width: 100%;
    height: 305px;
}
.exh-img a p{
    height: 33px;
    line-height: 33px;
    background-color: rgba(255, 255, 255, 0.79);
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 14px;
    text-align: center;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.exh-left ul{
    margin-top: 10px;
}
.exh-left ul li a{
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    height: 35px;
    line-height: 35px;
}
.exh-left ul li a p{
    width: 88%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.exh-left ul li a span{
    display: block;
    color: #eb6100;
    width: 9%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.exh-right{
    width: 50%;
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.exh-right a{
    display: block;
    width: 45%;
    margin-top: 10px;
}
.exh-right a img{
    display: block;
    width: 100%;
    height: 145px;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    border-radius: 10px;
}
.exh-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;
}
.news{
    justify-content: space-between;
    display: flex;
}
.news-left{
    width: 36%;
}
.news-img a{
    display: block;
    width: 100%;
}
.news-img a img{
    display: block;
    width: 100%;
    height: 255px;
}
.news-img a p{
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.news-a{
    margin-top: 10px;
}
.news-tit{
    font-size: 16px;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
}
.news-a ul li a{
    position: relative;
    padding-left: 5%;
    font-size: 15px;
    display: block;
    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;
}
.news-a ul li a:before{
    content: "";
    background-color: #eb6100;
    border-radius: 15px;
    width: 5px;
    height: 5px;
    position: absolute;
    top:17px;
    left: 3px;
}
.news-right{
    width: 62%;
}
.news-right ul li {
    background-color: #f2f2f2;
    padding: 5px 0px;
    margin-bottom: 8px;
    border-radius: 5px;
}
.news-right ul li a {
    display: block;
    margin: 11px 0;
}
.news-right ul li a span{
    display: block;
    width: 33%;
    height: 105px;
    padding-left: 2%;
}
.news-right ul li a span img{
    display: block;
    border-radius: 5px;
    width: 100%;
    height: 100%;
}
.news-right ul li a p{
    width: 62%;
}
.news-right ul li a p strong{
    display: block;
    font-size: 15px;
    height: 37px;
    line-height: 37px;
    font-weight: unset;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.news-right ul li a p small{
    display: block;
    color: #b0b0b0;
    font-size: 13px;
    height: 60px;
    line-height: 20px;
    overflow: hidden;
}

