
.banner{
    width: 100%;
    height: 715px;
    overflow: hidden;
    margin: 0 auto;
    min-width: 1280px;
}
.banner-cont{
    width: 1900px ;
    height: 715px;
    /*background: url("/public/front/images/newView/new3.jpg")no-repeat;*/
}
.banner-cont .swiper-slide{
    overflow: hidden;
    align-items: center
}

.banner-cont .swiper-button-prev{
    width: 24px;
    height: 48px;
    background-image: url('/public/front/images/newindex/banner-prev.png');
    background-size: 100%;
    left: 56px;
}
.banner-cont .swiper-button-next{
    width: 24px;
    height: 48px;
    background-image: url('/public/front/images/newindex/banner-next.png');
    background-size: 100%;
    right: 56px;
}
.banner-nav-box{
    width: 1280px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 99;
}
.swiper-container{
    z-index: auto;
}
/*.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{*/
/*    z-index: 999;*/
/*}*/


.banner-nav{
    width: 189px;
    height: 430px;
    background: rgba(0, 0, 0, 0.33);
    padding: 10px 0;
    opacity: 0;
    transition:  opacity .5s;
    transition-timing-function: cubic-bezier(0.27, 0.03, 0.2, 1.04);

}

.banner-nav:hover{
    opacity:1;
}
.banner-nav li{
    margin: 3px 0;
    display: block;
    transition:  background .5s;
    transition-timing-function: ease-out;
}
.banner-nav li:hover{
    background: rgba(0, 0, 0, 0.5);
}
.banner-nav li a{
    color:#fff;
    font-size: 26px;
    text-align: center;
    width: 100%;
    display: inline-block;
    line-height: 50px;
}

.bz-new{
    margin-top: 20px !important;
    margin-bottom: 10px !important;
    overflow: hidden;

}
.bz-new-item{
    width: 305px;
    height: 310px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    float: left;
    margin-left: 20px;
}
.bz-new-item-title{
    width: 302px;
    height: 30px;
    margin-left: 3px;
    margin-top: 8px;
    background: url(/public/front/images/newView/dt.png);
}
.bz-new-item-title span{
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    display: inline-block;
    margin-left: 48px;
    margin-top: 3px;
}
.bz-new-item-ul{
    margin-top: 10px;
}
.bz-new-item-ws{
    overflow: hidden;
}
.bz-new-item-ws li{
    width: 134px;
    height: 118px;
    float: left;
    margin: 9px 9px;
    cursor: pointer;
}
.bz-new-item-ws li img{
    width: 100%;
    height:100%;
}

.bz-new-item-cont{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    max-width: 93% !important;
    display: inline-block;
    line-height: 26px;
    padding: 0 11px;
}
.bz-new-item-cont:before{
    content:"●";
    color:#c21f30;
    font-size:14px;
    padding-right: 10px;
}
/*.bz-new-item-cont:after{*/
/*    content:url("/public/front/images/newView/new.png");*/
/*    position: relative;*/
/*    top: 7px;*/
/*    left: 5px;*/
/*}*/

.bz-list-item{
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    overflow: hidden;
    margin-top: 20px !important;
}
.bz-list-item-title{
    font-size: 30px;
    font-weight: 500;
    padding: 10px;
    overflow: hidden;
}
.bz-list-item-title-left{
    float: left;
}
.bz-list-item-title-right{
    float: right;
}
.bz-list-item-divider{
    border: 3px solid;
    float: left;
    width: 100%;
}





.bz-list-item-cont{
    overflow: hidden;
    float: left;
}

.bz-list-item-cont-dd{
    padding: 20px;
    overflow: hidden;
}


.bz-list-item-dd-li{
    width: 100%;
    float: left;
}

.bz-list-item-dd-head div{
    float: left;
    line-height: 70px;
}
.bz-list-item-dd-content{
    overflow: hidden;
    float: left;
    position: relative;
    margin-top: 5px;
}
.bz-list-item-dd-content:hover{
    background-color: #F5F5F5;
}
.bz-list-item-dd-content a{
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;

}
.bz-list-item-dd-content div{
    float: left;
    line-height: 79px;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    overflow:hidden;
    text-overflow:ellipsis;
    overflow-wrap: anywhere;
}
.bz-list-item-dd-center{
    text-align: center;
}
.bz-list-item-dd-li-background{
    background: #F5F5F5;
}
.bz-list-item-dd-1{
    width: 300px;
}
.bz-list-item-dd-2{
    width: 173px;
}
.bz-list-item-dd-3{
    width: 73px;
}
.bz-list-item-dd-img{

    line-height: 16px !important;
}
.bz-list-item-dd-img img{
    width: 91px;
    height: 76px;
    line-height: 16px !important;
}
.bz-list-item-dd-button{
    width: 66px;
    height: 27px;
    background: #D32C25;
    border-radius: 6px;
    color: #fff;
    line-height: 26px !important;
    margin-top: 25px;
}
.bz-list-item-dd-title span{

    margin-left: 45px;
}
.bz-list-dd-tag{
    width: 65px;
    height: 65px !important;
    position: absolute;
}
.bz-list-dd-tag-a{
    background: url("/public/front/images/index/dA.png");
}
.bz-list-dd-tag-b{
    background: url("/public/front/images/index/dB.png");
}
.bz-list-dd-tag-c{
    background: url("/public/front/images/index/dC.png");
}





.bz-list-item-cont-lh{
    padding: 20px;
    overflow: hidden;
}
.bz-list-item-lh-li{
    border-radius: 6px;
    box-shadow: 1px 1px 1px #E7E8EE;
    width: 290px;
    float: left;
    height: 240px;
    margin: 15px 10px;
    position: relative;
}
.bz-list-item-lh-li a{
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;

}
.bz-list-item-lh-img{
    width: 290px;
    height: 166px;
}
.bz-list-item-lh-img img{
    width: 100%;
    height: 100%;
}
.bz-list-item-lh-title{
    /*text-align: left;*/
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow:hidden;
    text-overflow:ellipsis;
    overflow-wrap: anywhere;
}
.bz-list-item-lh-price{
    text-align: center;
    color: #FF5502;
    font-size: 16px;
    font-weight: bold;
}




.bz-list-item-cont-rc{
    padding: 20px;
    overflow: hidden;

}
.bz-list-item-rc-li{
    border-radius: 6px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    width: 270px;
    float: left;
    height: 240px;
    margin: 15px 10px;
    position: relative;
    padding: 10px;
}
.bz-list-item-rc-li a{
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;

}
.bz-list-item-rc-person{
    overflow: hidden;
    margin: 25px 0;
}
.bz-list-item-rc-company{
    margin: 25px 0;
}
.bz-list-item-rc-person-left{
    font-size: 20px;
    font-weight: 400;
    float: left;
    width:135px ;
}
.bz-list-item-rc-person-right{
    color:#D32C25;
    float: left;
    width:135px ;
    text-align: right;
}
.bz-list-item-rc-synopsis{
    color: #8D92A1;
    font-size: 14px;
}
.bz-list-item-rc-divier{
    border: 1px #F5F5F5 dashed;
    margin: 20px auto;
    max-width: 90%;
}


.bz-list-item-cont-zzs{
    padding: 20px;
    overflow: hidden;
}
.bz-list-item-zzs-li{
    border-radius: 6px 6px 0px 0px;
    box-shadow: 1px 1px 1px #E7E8EE;
    width: 290px;
    float: left;
    height: 240px;
    margin: 15px 10px;
    position: relative;
}
.bz-list-item-zzs-li a{
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;

}
.bz-list-item-zzs-img{
    width: 290px;
    height: 166px;
}
.bz-list-item-zzs-img img{
    width: 100%;
    height: 100%;
}
.bz-list-item-zzs-title{
    line-height: 37px
}
.bz-list-item-zzs-title1{

    font-size: 14px;
    color: #8D92A1;

}

.bz-list-item-cont-tg{
    position: relative;
    width: 1280px;
    height: 310px;
    overflow: hidden;
}
.bz-list-item-cont-tg a{
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
}
.bz-list-item-cont-tg img{
    width: 100%;
    height: 100%;
}
.bz-list-item-cont-gg{

}
.bz-list-item-gg-box{
    height: 282px;
}



.bj-text-overflow{
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    overflow:hidden;
    text-overflow:ellipsis;
    overflow-wrap: anywhere;
}


.news{
    font-size: 14px;

}
.news-top{
    width: 100%;
    margin-top: 40px;
}
.nt-left{
    overflow: hidden;
    width: 455px;
    float: left;
}
.nt-left ul{
    width: 94%;
    margin: 13px auto;
    margin-left: 15px;
}
.nt-left li{
    padding: 11px 0;
}

.borderT:before{
    content:"●";
    color:#c21f30;
    font-size:14px;
    padding-right: 10px;
}
.borderA:after{
    content:url("/public/front/images/newView/new.png");
    position: relative;
    top: 7px;
    left: 5px;
}
.borderA a{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    max-width: 85% !important;
    display: inline-block;
    line-height: 13px;
}
.nt-lbut span{
    width: 18px;
    height: 18px;
    color: #fff;
    line-height: 18px;
    background-color: #000;
}
.nt-lbut .swiper-pagination-bullet-active{
    background-color: #c21f30;
}
.nt-right{
    width: 555px;
    float: left;
    /*overflow: hidden;*/
    margin-left: 190px
}
.ntr-li{
    padding: 0px 14px 14px 14px;
}
.ntr-li li{
    padding: 5px 0;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.ntr-li li:before{
    content:"●";
    color:#c21f30;
    font-size:14px;
    padding-right: 10px;
}
.nt-lcont{
    width: 386px;
    height: 212px;
    border: 1px solid #000000;
    margin-left: 36px;
}
.nt-lcont img{
    width: 100%;
    height: 100%;
}
.news-bottom{
    width: 100%;
    overflow: hidden;

}
.nb-left{
    float: left;
    width: 500px;
    padding: 5px 19px 15px 19px;
}
.nb-left-cont{
    padding: 2px;
    height: 212px;
    margin-top: 20px;
    width: 386px;
    overflow: hidden;
    border: 1px solid #ccc;
    text-align: center;
    /*margin-left: 40px;*/
    margin-left: 15px;
}
.nb-left-cont img{
    /*width: 100%;*/
    height: 100%;
}

.nb-right{
    float: left;
    width: 500px;
    height: 245px;
    padding: 5px 19px 15px 19px;
    margin-left: 101px;
}
.nb-right ul{
    /*margin-left: 57px;*/
}
.nb-right li{
    padding: 12px 0;
}
.title-logo{
    width: 153px;
    height: 36px;
    background: url(/public/front/images/newView/l.png)-8px -4px;
}
.bz-title{
    height: 37px;
    position: relative;
    margin-bottom: 15px;
}
.bz-t{
     width: 153px;
     height: 36px;
     background: url(/public/front/images/newView/l.png)-8px -4px;
    position: relative;
    float: left;
 }

.bz-t p{
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    top: 6px;
    left: 47px;
    letter-spacing: 4px;
}
.bz-bar{
    border-bottom: 1px solid #c21f30;
    width: 97%;
    position: relative;
    top: 29px;
    left: 37px;
}
.bz-more{
    font-size: 14px;
    width: 63px;
    float: right;
    margin-top: 12px;
}
.nb-left-title span{
    line-height: 20px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.borderT{
    border-top:1px solid #fff ;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.borderB{
    border-bottom:1px solid #dedede ;

}
.newss{
    float: right;
    display: inline-block;
    width: 53px;
    height: 20px;
    background: url(/public/front/images/newView/l.png)-4px -41px;
}
.newest{
    float: left;
    display: inline-block;
    width: 53px;
    height: 20px;
    background: url(/public/front/images/newView/l.png)-116px -41px;
}
.past{
    float: left;
    display: inline-block;
    width: 53px;
    height: 20px;
    background: url(/public/front/images/newView/l.png)-63px -41px;
}


.bz-index-cont{
    font-size: 14px;
}
.index-nav{
    width: 1200px;
    height: 120px;
    background: url(/public/front/images/newView/nav.jpg);
}
.index-nav ul{
    margin-left: 38px;
}
.index-nav li{
    height: 60px;
    width: 187px;
    float: left;
    margin: 58px 48px;
}
.index-nav li a{
    width: 100%;
    height: 100%;
    display: inline-block;
}
.index-c{
    height: 480px;
    position: relative;
}
.index-back-one{
    position: absolute;
    width: 279px;
    height: 480px;
    background: url(/public/front/images/newView/b1.jpg);
}
.index-back-two{
    position: absolute;
    width: 280px;
    height: 480px;
    background: url(/public/front/images/newView/b2.jpg);
    right: 0;
}
.back-two-img{
    width: 173px;
    height: 104px;
    float: left;
    padding: -17px;
    border: 1px solid #000;
    margin: 7px;
    overflow: hidden;
}
.back-two-img img{
    width: 100%;
    height: 100%;
}
.back-two-right{
    width: 114px;
    height: 116px;
    float: left;
    margin-left: 11px;
    overflow: hidden;
}
.province{
    height: 40px;
    border-bottom: 1px solid #000;
    margin-bottom: 5px;
}
.province p{
    line-height: 46px;
    float: right;
}

.province-img{
    width: 39px;
    height: 22px;
    background: url(/public/front/images/newView/l.png)-171px 24px;
    float: left;
    margin-top: 14px;
}
.back-two-p{
    line-height: 23px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.index-order ul {
    z-index: 99;
    position: absolute;
    left: 173px;
    top: 19px;
}
.index-order ul li{

    width: 322px;
    height: 137px;
    background-color: #fff;
    float: left;
    margin: 0px 0px 13px 20px;
    position: relative;
}
.index-li-img{
    width: 180px;
    height: 125px;
    border: 1px solid #ccc;
    margin: 5px !important;
}
.index-li-img .swiper-button-prev{
    width: 7px;
    height: 9px;
    background-image: url(/public/front/images/index/pave.png);
    background-repeat: no-repeat;
    background-size: 100%;
    margin-top: -3px;
}
.index-li-img .swiper-slide img{
    width: 100%;
    height: 100%;

}
.index-li-img .swiper-button-next{
    width: 7px;
    height: 9px;
    background-image: url(/public/front/images/index/next.png);
    background-repeat: no-repeat;
    background-size: 100%;
    margin-top: -3px;
}
.index-horn{
    right: 0;
    top: 0;
    position: absolute;
    width: 40px;
    height: 33px;
    background: url(/public/front/images/newView/l.png)182px -15px;
}
.index-horn{
    color:#fff;
    text-align: center;
    line-height: 23px;
}
.index-horn a{
    font-size: 12px;
}
.index-horn a:visited {
    color:#fff;
}
.index-horn a:link {
    color:#fff;
}
.index-li-c{
    width: 127px;
    position: absolute;
    top: 43px;
    right: 4px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.index-li-c p{
    line-height: 34px;
    text-align: center;
}

.index-authen ul{
    width: 1025px;
    z-index: 99;
    position: absolute;
    left: -21px;
    top: 19px;
}
.index-authen ul li{
    width: 318px;
    height: 120px;
    background-color: #fff;
    float: left;
    margin: 14px 0px 14px 20px;
}
.bz-index-jp{
    width: 100%;
    height: 192px;
    margin: 70px 0;
    overflow: hidden;
    background: url("/public/front/images/newView/jback.jpg");
}
.jback-img{
    width: 177px;
    height: 128px;
    margin: 33px 5px;
    border: 1px solid #ccc;
    float: left;
    overflow: hidden;
    text-align: center;

    
}

/* .jback-img:hover img{
    width: 110%;
    height: 110%;
    -webkit-transform: scale(1.1,1.1);
    -webkit-transition-duration: .8s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.09, 0.68, 0.53);
    -webkit-transition-delay: 0s;

    -moz-transform: scale(1.2,1.2);
    -moz-transition-duration: .8s;
    -moz-transition-property: all;
    -moz-transition-timing-function: cubic-bezier(0.55, 0.09, 0.68, 0.53);
    -moz-transition-delay: 0s;
    -o-transform: scale(1.2,1.2);
    -o-transition-duration: .8s;
    -o-transition-property: all;
    -o-transition-timing-function: cubic-bezier(0.55, 0.09, 0.68, 0.53);
    -o-transition-delay: 0s;
}
    */

.jback-img  img{
    width: 100%;
    height: 100%;
}

.bar-cont{
    /*margin: 40px auto;*/
    height: 332px;
    width: 100%;
}
.bar-background{
    background: url("/public/front/images/newView/bar.jpg")no-repeat;
    width: 1900px;
    height: 332px;
    margin: 0 auto;
    position: relative;
    z-index: -1;
    top: -371px;
}
.bar-cont ul li{
    width: 158px;
    height:98px ;
    float: left;
    background-color: #fff;
    margin: 5px 5px;
    border: 1px solid #cecece;
}
.bar-cont ul li a{
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
    top:-101px
}
.bar-cont ul li img{
    width: 100%;
    height:100%;
}
.bar-c{
    /*padding: 50px 0;*/
    height: 332px;
}
.bar{
    height: 332px;
    width: 100%;
    margin-top: 40px;
    overflow: hidden;
}
.bz-meeting{
    font-size: 14px;
}
.meeting-one{
    height: 326px;
    padding: 20px 0px 0px 0px;
}
.mo-left{
    /*width: 590px;*/
    /*height: 290px;*/
    width: 415px;
    height: 252px;
    float: left;
    box-shadow: 0px 3px 4px #656464;
    margin: 15px 55px 0 51px;
}
.mo-left .swiper-slide {
    text-align: center;
}
.mo-left .swiper-slide img{
    height: 100%;
}
.mo-right{
    width: 520px;
    /*height: 284px;*/
    height: 231px;
    float: left;
    margin-left: 84px;
}
.mo-right ul{
    margin-top: 14px;
    margin-left: 55px;
}
.mo-right li{
    padding: 15px 0;
}
.margintop{
    margin: 10px 0px 0px 0px;
}
.meeting-two{
    height: 278px
}
.mt-cont{
    width: 520px;
    float: left;
    overflow: hidden;
}
.mar-left{
    margin-left: 118px;
}
.mt-cont ul{
    margin-left: 15px;
}
.mt-cont li{
    padding: 5px 0;
}

.mtwo-li li{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.mtwo-li li:before{
    content:"●";
    color:#c21f30;
    font-size:14px;
    padding-right: 10px;
}
.meeting-three{
    height: 312px;
}
.meeting-three li{
    padding: 0;
}

.mthree-li li{
    list-style: none;
    width: 134px;
    height: 98px;
    border: #0a0a0a 1px solid;
    float: left;
    margin: 5px 15px;
}
.mthree-li li img{
    width: 100%;
    height: 100%;
}
.ntr-run{
    height: 165px;
    width: 100%;
}
.run-img{
    width: 258px;
    height: 162px;
    float: left;
    margin-left: 34px;
    border: 1px solid #ddd;
}
.run-img img{
    width: 100%;
    height: 100%;
}
.run-ul{
    width: 228px;
    height: 183px;
    margin-left: 327px;
}
.run-ul p{
    width: 100%;
    height: auto;
    word-wrap:break-word;
    word-break:break-all;
    overflow: hidden;
}

.run-ul li{
    padding: 5px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bar-contt{
    background-color: #fff;
    width: 1190px;
    height: 220px;
    padding: 5px;
    position: absolute;
    overflow: hidden;
}
.bar-contt ul{
    position: relative;
}
.bar-contt ul li{
    width: 158px;
    height:98px ;
    float: left;
    background-color: #fff;
    margin: 5px 5px;
    border: 1px solid #cecece;
}
.bar-contt ul li a{
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
    top:-101px
}
.bar-contt ul li img{
    width: 100%;
    height:100%;
}


.bz-shadow{
    box-shadow: 0px 3px 4px #656464;
}

.bz-shadow1{
    box-shadow: 3px 3px 3px #afaeae;
    -webkit-transition-duration: .3s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.09, 0.68, 0.53);
    -webkit-transition-delay: 0s;

    -moz-transition-duration: .3s;
    -moz-transition-property: all;
    -moz-transition-timing-function: cubic-bezier(0.55, 0.09, 0.68, 0.53);
    -moz-transition-delay: 0s;
    -o-transition-duration: .3s;
    -o-transition-property: all;
    -o-transition-timing-function: cubic-bezier(0.55, 0.09, 0.68, 0.53);
    -o-transition-delay: 0s;
}
.bz-shadow1:hover{
    box-shadow: 3px 6px 6px #afaeae;
    transform: scaleX(1.02) scaleY(1.02);
    -ms-transform:scaleX(1.02) scaleY(1.02); 	/* IE 9 */
    -moz-transform:scaleX(1.02) scaleY(1.02);	/* Firefox */
    -webkit-transform:scaleX(1.02) scaleY(1.02); /* Safari 和 Chrome */
    -o-transform:scaleX(1.02) scaleY(1.02); 	/* Opera */
}
.bz-bcolor-h{
    background-color: #e4e4e4 !important;
}
.bz-cursor{
    cursor:pointer;
}
.index-back-onea{
    display: inline-block;
    width: 100px;
    height: 100px;
    position: relative;
    top: 84px;
    left: 90px;
}
.index-back-twoa{
    display: inline-block;
    width: 100px;
    height: 100px;
    position: relative;
    top: 81px;
    left: 179px;
}
.bar-ccon .swiper-slide{
    width: 158px;
    height: 98px;
}


.bz-newindex-zixun{
    /*margin-top: 80px;*/
    margin-top: 40px;
}

.bz-newindex-title{
    text-align: center;
}
.bz-newindex-title-zh{
    color: #333333;
    /*font-size: 36px;*/
    font-size: 28px;
    font-weight: 400;
}
.bz-newindex-title-en{
    color: #666666;
    /*font-size: 16px;*/
    font-size: 14px;
}
.bz-newindex-title-line{
    width: 160px;
    height: 8px;
    background: #DD0404;
    margin: 0 auto;
    margin-top: 8px;
}

.bz-newindex-zxcont{
    width: 390px;
    height: 520px;
    margin-top: 40px;
    /*margin-top: 64px;*/
    margin-left: 47px;
    float: left;
    background: #F8F8F8;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
    overflow: hidden;
    position: relative;
}
.bz-newindex-zxcont:hover{

     background: #EEEEEE;
 }
.bz-newindex-zxcont:nth-last-of-type(3){
    margin-left: 8px !important;
}
.bz-newindex-zxcont-title{
    width: 120px;
    height: 40px;
    background: #8E9897;
    color:#fff;
    position: absolute;
    z-index: 2;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
}
.bz-newindex-zximg{
    overflow: hidden;
    width: 390px;
    height: 239px;
    position: relative;
}
.bz-newindex-zximg img{
    width: 100%;
    height: 100%;
}
.bz-newindex-zximg a{
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
}
.bz-newindex-zxcont-bar{
    width: 100%;
    height: 56px;
}
.bz-newindex-text{
    width: 326px;
    margin: 0 auto;
    margin-top: 12px;
    position: relative;
}
.bz-newindex-text:hover .bz-newindex-text-one{
    color: #DD0404;
}
.bz-newindex-text a{
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
}
.bz-newindex-text-one{
    /*font-weight: bold;*/
    color: #333333;
    line-height: 26px;
    font-size: 18px;
}
.bz-newindex-text-tow{
    font-size: 16px;
    font-weight: 400;
    color: #707070;
}
.bz-newindex-textov{
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bz-newindex-zxmore{
    position: absolute;
    bottom: 16px;
    right: 32px;
    width: 94px;
    height: 21px;
    background-image: url(/public/front/images/newindex/zxmore.png);
}
.bz-newindex-zxmore a{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.bz-newindex-more{
    min-width: 1280px;
    height: 57px;
    float: left;
}
.bz-newindex-more-button{
    width: 209px;
    height: 57px;
    position: relative;
    font-size: 20px;
    text-indent: 48px;
    line-height: 57px;
    color: #DD0404;
    background-image: url(/public/front/images/newindex/more.png);
    margin: 0 auto;
    transition: ease all 0.3s;

}

.bz-newindex-more-button:hover{
    background-image: url(/public/front/images/newindex/more-hover.png);
    color: #fff;
}
.bz-newindex-more-button a{
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.bz-newindex-zxmore-margin{
     margin-top: 80px;
     margin-bottom: 80px;
 }
.bz-newindex-more-margin{
    margin-top: 80px;
    margin-bottom: 80px;
}

.bz-newindex-dingdan{
    float: left;
    margin-top: 40px !important
}
.bz-newindex-ddmore-margin{
    margin-bottom: 64px;
}
.bz-newindex-ddmore-margin>.bz-newindex-more-button{
    float: right;
}
.bz-newindex-dingdan-box{
    width: 100%;
    height: 676px;
    float: left;
}
.bz-newindex-dd-left{
    width: 270px;
    height: 676px;
    background: #DD0404;
    box-shadow: 0px 6px 12px 1px rgba(0, 0, 0, 0.16);
    border-radius: 0px 12px 12px 0px;
    overflow: hidden;
    float: left;
}
.bz-newindex-dd-right{
    margin-left: 40px;
    width: 970px;
    height: 676px;
    float: left;
}

.bz-newindex-dd-nav{
    color: #FFFFFF;
    float: left;
    opacity: 0.7;
}
.bz-newindex-dd-nav-title{
    font-weight: bold;
    font-size: 34px;
}
.bz-newindex-dd-nav-sub{
    font-size: 16px;
}
.bz-newindex-dd-navbox{
    width: 100%;
    height: 100px;
    cursor: pointer;
    transition: ease all 0.3s;
    margin-top: 90px;
}

.bz-newindex-dd-navbar{
    width: 8px;
    height: 68px;
    float: left;
    margin-left: 48px;
    margin-right: 0px;
    transition: ease all 0.3s;
    background: #FFFFFF;
    opacity: 0;
}
.bz-newindex-dd-jt{
    width: 49px;
    height: 18px;
    background-image: url(/public/front/images/newindex/jt.png);
    transition: ease all 0.3s;
    opacity: 0;
}
.bz-newindex-dd-navbox-hover>.bz-newindex-dd-nav{
    opacity: 1;
}
.bz-newindex-dd-navbox-hover>.bz-newindex-dd-navbar{
    opacity: 1 !important;
    margin-right: 24px;
}
.bz-newindex-dd-navbox-hover>.bz-newindex-dd-nav>.bz-newindex-dd-jt{
    opacity: 1;
}

.bz-newindex-dd-cimg{
    margin-right: 40px;
}
.bz-newindex-dd-aimg{
    margin-right: 40px;
    border-radius: 4px;
    border: 1px solid #707070;
    width: 158px;
    height: 86px;
    overflow: hidden;
}
.bz-newindex-dd-aimg img{
    width: 100%;
    height: 100%;
}
.bz-newindex-dd-button{
    width: 88px;
    height: 40px;
    background: #DD0404;
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    border: 1px solid #DD0404;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    position: relative;
}
.bz-newindex-dd-button a{
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
}
.bz-newindex-dd-content-box{
    text-align: center;
    font-size: 16px;
    overflow: hidden;
    width: 100%;
    float: left;
    position: relative;
    margin-top: 16px;
}
.bz-newindex-dd-content-box:after{
    content: "";
    width: 768px;
    height: 1px;
    background-color: #707070;
    position: absolute;
    left: 202px;
    bottom: 0;
}

.bz-index-dd-text{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.bz-newindex-dd-c160{
    width: 160px;
}
.bz-newindex-dd-c147{
    width: 147px;
}
.bz-newindex-dd-c106{
    width: 106px;
}
.bz-newindex-dd-c104{
    width: 104px;
}
.bz-newindex-dd-c90{
    width: 90px;
}
.bz-newindex-dd-c{
    float: left;
}
.bz-newindex-dd-ac{
    float: left;
    margin-top: 32px;
}
.bz-newindex-dd-bc{
    float: left;
    margin-top: 22px;
}
.bz-newindex-dd-content-title{
    text-align: center;
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 16px;
    overflow: hidden;
}



.bz-newindex-dd-cp{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    /*justify-content: space-around;*/
    /*align-content: space-around;*/
}
.bz-newindex-dd-cpbox{
    width: 224px;
    height: 280px;
    border: 1px solid #707070;
    border-radius: 8px;
    margin: 28px 0;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}
.bz-newindex-dd-cpbox a{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.bz-newindex-dd-cpbox img{
    width: 100%;
    height: 100%;
}


.bz-newindex-dd-gc{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.bz-newindex-dd-gcbox{
    width: 224px;
    height: 136px;
    border: 1px solid #707070;
    border-radius: 4px;
    margin: 16px 0;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}
.bz-newindex-dd-gcbox a{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.bz-newindex-dd-gcbox img{
    width: 100%;
    height: 100%;
}

.bz-newindex-tuiguang{
    margin-top: 40px;
    overflow: hidden;
    float: left;
    width: 100%;
}
.bz-newindex-tgbox{
    width: 1280px;
    height: 568px;
    overflow: hidden;
}
.bz-newindex-tgboxcont{
    width: 1100px;
    height: 568px;
    margin: 0 auto;
}
.bz-newindex-tgitem{
    width: 200px;
    height: 264px;
    border: 1px solid #707070;
    float: left;
    margin: 9px;
    position: relative;
}
.bz-newindex-tgitem a{
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;

}
.bz-newindex-tgitem-img{
    width: 136px;
    height: 136px;
    margin: 32px;
}
.bz-newindex-tgitem-img img{
    width: 100%;
    height: 100%;
}
.bz-newindex-tgitem-text{
    text-align: center;
    width: 128px;
    margin: 0 auto;
    font-size: 16px;
}

.bz-newindex-tuiguang-cont{
    margin-top: 40px;
}
.bz-newindex-tg .swiper-button-prev{
    width: 24px;
    height: 48px;
    background-image: url('/public/front/images/newindex/banner-prev.png');
    background-size: 100%;

}
.bz-newindex-tg .swiper-button-next{
    width: 24px;
    height: 48px;
    background-image: url('/public/front/images/newindex/banner-next.png');
    background-size: 100%;
}

.bz-newindex-rencai{
    margin-top: 40px;
    overflow: hidden;
    float: left;
    width: 100%;
}
.bz-newindex-rcbox{
    margin-top: 48px;
    width: 100%;
    height: 512px;
    overflow: hidden;
}
.bz-newindex-rcleft{
    float: left; ;
    margin-right:52px ;
    overflow: hidden;
}
.bz-newindex-rcright{
    float: left;
}

.bz-newindex-rcleft-title{
    width: 308px;
    height: 80px;
    background: #DD0404;
    border-radius: 8px 8px 0px 0px;
    font-size: 36px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 80px;
    text-align: center;
}
.bz-newindex-rcleft-cont{
    width: 308px;
    height: 432px;
    background: #F8F8F8;
    border-radius: 0px 0px 8px 8px;
    overflow: hidden;
}
.bz-newindex-rcleft-cont >ul{
    width: 100%;
    margin: 20px 40px;
}
.bz-newindex-rcleft-cont >ul> li{
    margin-bottom: 16px;
    float: left;
    /*width: 100%;*/
    position: relative;
    width: 228px;
}
.bz-newindex-rcleft-cont >ul>li>a{
    position: absolute;
    width: 100%;
    height: 100%;

}
.bz-newindex-rcleft-text{
    /*font-weight: bold;*/
    /*color: #DD0404;*/
    width:  36px;
    font-size: 18px;
    display: inline-block;
    float: left;
    overflow: hidden;
    white-space: nowrap;
}

.bz-newindex-rcleft-text1{
    font-size: 18px;
    width: 160px;
    display: inline-block;
    float: left;
    margin-left: 32px;
}
.bz-newindex-rcright-title{
    position: relative;
    font-weight: 400;
    color: #333333;
    font-size: 36px;
    padding-top: 9px;
}
.bz-newindex-rcright-bar{
    width: 8px;
    height: 44px;
    background: #DD0404;
    border-radius: 2px 2px 2px 2px;
    float: left;
    margin-right: 16px;
}
.bz-newindex-rcmore{
    min-width: 210px !important;
    position: absolute;
    left: 700px;
    top: 0;
}
.bz-newindex-rcright-cont{
    width: 424px;
    margin-top: 56px;
    float: left;
}
.bz-newindex-rcright-cont >ul> li{
    margin-bottom: 24px;
    float: left;
    position: relative;
    width: 424px;
    text-align: center;
    color: #333333;
    font-size: 16px;
}

.bz-newindex-rcright-cont >ul> li> a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
}
.bz-newindex-rcright-cont >ul> li> span {
    display: inline-block;
    float: left;
}
.bz-newindex-rcright-text1{
    width: 112px;
    text-align: left;
}
.bz-newindex-rcright-text2{
    width: 232px;
    text-align: left;
}
.bz-newindex-rcright-text3{
    width: 80px;
    color: #888888;
}
.bz-newindex-rcright-cont-bar{
    width: 0px;
    height: 381px;
    border: 1px solid #707070;
    float: left;
    margin: 57px 26px 0 26px;
}

.bz-newindex-fuwu{
    margin-top: 40px;
    overflow: hidden;
    float: left;
    width: 100%;
}
.bz-newindex-fwbox{
    margin-top: 40px;
    width: 100%;
    height: 576px;
    overflow: hidden;
}
.bz-newindex-fw-top{
    position: relative;
    /*width: 360px;*/
    /*height: 400px;*/
    width: 320px;
    height: 356px;
    background: #E6E6E6;
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #E6E6E6;
    transition: ease all 0.3s;
    overflow: hidden;
    margin-left: 19px;
}
.bz-newindex-fw-top:hover{
    background: #DD0404;
}
.bz-newindex-fw-top:hover .bz-newindex-fw-text{
    color: #fff;
}
.bz-newindex-fw-top:hover .bz-newindex-fw-top1-text{
    color: #DD0404;
}
.bz-newindex-fw-top:hover .bz-newindex-fw-img1{
    background: url("/public/front/images/newindex/w1.png")no-repeat;
}
.bz-newindex-fw-top:hover .bz-newindex-fw-img3{
    background: url("/public/front/images/newindex/w3.png")no-repeat;
}
.bz-newindex-fw-top:hover .bz-newindex-fw-img5{
    background: url("/public/front/images/newindex/w5.png")no-repeat;
}
.bz-newindex-fw-top a{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
}
.bz-newindex-fw-top1{
    /*width: 328px;*/
    /*height: 264px;*/
    width: 272px;
    height: 218px;
    border-radius: 4px 4px 4px 4px;
    background: #FFFFFF;
    margin: 24px auto;
    margin-bottom: 16px;
    overflow: hidden;
}
.bz-newindex-fw-img{
    /*width: 140px;*/
    /*height: 120px;*/
    width: 120px;
    height: 106px;
    /*margin: 56px 96px 26px 96px;*/
    margin: 40px 76px 22px 76px;
}
.bz-newindex-fw-img1{
    background: url("/public/front/images/newindex/w2.png")no-repeat;
}
.bz-newindex-fw-img3{
    background: url("/public/front/images/newindex/w4.png")no-repeat;
}
.bz-newindex-fw-img5{
    background: url("/public/front/images/newindex/w6.png")no-repeat;
}
.bz-newindex-fw-top1-text{
    color:#000;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}
.bz-newindex-fw-text{
    width: 195px;
    color:#000;
    line-height: 28px;
    font-size: 18px;
    margin: 0 auto;
}
.bz-newindex-fwcont{
    width: 360px;
    margin: 0 24px;
    float: left;
}
.bz-newindex-fwbottom{
    width: 360px;
    height: 160px;
    background: #F5F5F5;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
    border-radius: 8px 8px 8px 8px;
    overflow: hidden;
    /*margin-top: 56px;*/
    margin-top: 40px;
}
.bz-newindex-fwbottom-left{
    width: 40px;
    border-radius: 8px 0px 0px 8px;
    background: #DD0404;
    height: 160px;
    color: #FFFFFF;
    font-size: 17px;
    float: left;
}
.bz-newindex-fwbottom-left span{
    width: 20px;
    display: inline-block;
    margin: 22px 12px;
    line-height: 28px;
}
.bz-newindex-fwbottom-right{
    font-size: 16px;
    color: #000000;
    float: left;
    width: 315px;
}
.bz-newindex-fwbottom-right>ul{
    width: 100%;
    overflow: hidden;
}
.bz-newindex-fwbottom-right>ul>li{
    width: 100%;
    overflow: hidden;
    margin: 9px 0;
    position: relative;
}
.bz-newindex-fwbottom-right>ul>li>a{
    position: absolute;
    width: 100%;
    height: 100%;
}
.bz-newindex-fwbottom-right>ul>li>span{
    display: inline-block;
    float: left;
}
.bz-newindex-fwbottom-right-text{
    width: 224px;
    font-size: 16px;
    line-height: 27px;
    border-bottom: 1px solid #707070;
    margin-left: 16px;
}
.bz-newindex-fwbottom-re{
    width: 28px;
    height: 28px;
    background: #DD0404;
    border-radius: 4px 4px 4px 4px;
    font-weight: 400;
    line-height: 28px;
    color: #FFFFFF;
    text-align: center;
    margin-left: 5px;
}
.bz-newindex-fwbottom-reopacity{
   opacity: 0;
}
.bz-newindex-fwbottom-jt{
    width: 9px;
    height: 15px;
    background: url("/public/front/images/newindex/fwjt.png")no-repeat;
    margin-left: 29px;
    margin-top: 7px;
}
.bz-newindex-fw-bar{
    float: left;
    width: 30px;
    height: 30px;
}



.bz-newindex-hezuo{
    overflow: hidden;
    float: left;
    width: 100%;
    margin-top: 40px;
}
.bz-newindex-hz{
    width: 1212px;
    height: 346px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    margin-top: 40px;
}
.bz-newindex-hzbox{
    min-width: 1212px;
    height: 346px;
    position: absolute;
    overflow: hidden;
}
.bz-newindex-hzflex{
    min-width: 1212px;
    height: 346px;
    display: flex;
    flex-direction:column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content:flex-start;
}
.bz-newindex-hzitem{
    width: 160px !important;
    height: 100px;
    overflow: hidden;
    border: 1px solid #ccc;
    float: left;
    margin-right: 13px;
    margin-bottom: 13px;
    cursor: pointer;
    position: relative;
    border-radius: 4px;
}
.bz-newindex-hzitem img{
    width: 100%;
    height: 100%;
}
.bz-newindex-hzitem a{
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    left: 0;
}

.bz-newindex-hezuo>.swiper-container>.swiper-wrapper {
    -webkit-transition-timing-function: linear;    /*之前是ease-out*/
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    margin: 0 auto;
}


.str_wrap{
    padding-left: 3em;
    padding-right: 3em;
    background: #fefefe;
    height: 10em;
    line-height: 2em;
    font-size: 1.2em;
}
.str3 { font-size:0 !important}
.str3-2 { background:none !important;}
.str3-2 span { border:5px solid #ccc; background:#f1f1f1; color:#999; margin:0 5px; text-align:center; font:40px/100px Arial, Helvetica, sans-serif; width:100px; height:100px; display:inline-block; vertical-align:top;}
.str4 .str_item {
    font-size:0;
    line-height:0
}
.str4 img { opacity:0.8}
.str4 img:hover { opacity:1}
.str4.str_wrap.str_active {
    background:#fff;
}





.banner-img{
    /*width: 100%;*/
    height: 100%;
}


.banner .swiper-container .swiper-pagination {
    bottom: 25px;
}

.banner .swiper-container .swiper-pagination-bullet {
    opacity: 1;
    position: relative;
    width: 80px;
    height: 8px;
    border-radius: 0;
    margin: 0 4px;
    background-color: rgba(0,0,0,0.5);
    transition: background-color .3s ease;
}

.banner .swiper-container .swiper-pagination-bullet::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #DD0404;
    transform: scaleX(0);
    transform-origin: 0 0;
}

.banner .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    animation: sliderPagination 3s linear forwards
}

.banner .swiper-container .swiper-pagination-bullet:hover {
    background-color: #DD0404;
}

@keyframes sliderPagination {
    100% {
        transform: scaleX(1);
        opacity: 1;
    }
}





