.clearfix:after {
    display: block;
    content: '';
    clear: both;
}

button::-moz-focus-inner,

input[type="reset"]::-moz-focus-inner,

input[type="button"]::-moz-focus-inner,

input[type="submit"]::-moz-focus-inner,

input[type="file"]>input[type="button"]::-moz-focus-inner {
    border: none;
    padding: 0;
}

input[type="button"], input[type="submit"], input[type="reset"], input[type="text"] {
    -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
}

* {
    box-sizing: border-box;
}

a {
    -webkit-transition: all 0.68s;
    -moz-transition: all 0.68s;
    -ms-transition: all 0.68s;
    -o-transition: all 0.68s;
    transition: all 0.68s;
}
.warpper_mid{
    width: 1400px;
    position: relative;
    margin:0 auto;
}
.warpper_min{
    width: 1200px;
    position: relative;
    margin:0 auto;
}



.padding {
    padding: 5% 0 5% 0;
}
.padding-inner {
    padding: 5% 0 5% 0;
}
.padding-top {
    padding-top: 5%;
}

.padding-bottom {
    padding-bottom: 5%;
}
.inner-padding{
    padding:5% 0;
}
.inner-padding-top{
    padding-top: 5%;
}
.inner-padding-bottom{
    padding-bottom: 5%;
}

.transi {
    -webkit-transition: all 0.68s;
    -moz-transition: all 0.68s;
    -ms-transition: all 0.68s;
    -o-transition: all 0.68s;
    transition: all 0.68s;
}

.img_jz {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.img_cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img_container {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.flexcent{
    display: flex;
    align-items: center;
    justify-content: center;
}
.flexleft{
    display: flex;
    align-items: center;
    justify-content: left;
}
.flexsp{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.textover {
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.over-line-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.over-line-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.over-line-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.over-line-5 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.bold{
    font-weight: bold;
}
.textupper{
    text-transform: uppercase;
}
.hover:hover .pic{
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
}

.indexSwiper .warpper{
    height: 100%;

}
.indexSwiper .warpper .slideinner{
    width: 100%;
    height: 100%;
    padding-top: 110px;
    display: flex;
    align-items: center;
}

.indexSwiper{
    width: 100%;
    height: 100%;
    background: #000;
}
.indexSwiper .swiper-slide{

    width: 100%;
    height: 100%;
}
.bannerSwiper{
    width: 100%;
    height: 100%;
}
.bannerSwiper .swiper-wrapper{
    width: 100%;
    height: 100%;
}
.bannerSwiper .swiper-wrapper .swiper-slide{
    width: 100%;
    height: 100%;
}
.bannerSwiper .swiper-wrapper .swiper-slide a{
    display: block;
    width: 100%;
    height: 100%;
}

.allnav{
    position: fixed;
    width: 100%;
    z-index: 99;
    top:0;
    left:0;
    background: rgba(0,0,0,0.6);
}
.allnav-inner{
    height: 110px;
}
.allnav-inner .logo .t1{
    font-size:32px;
    color:#fff;
}
.allnav-inner .logo .t2{
    font-size:12px;
    color:#fff;
}
.menuBar{
    width: 45%;
    height: 100%;
}
.menuBar ul{
    width: 100%;
    height: 100%;
}
.menuBar ul li{
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
}
.menuBar ul li:after{
    content:"";
    position: absolute;
    bottom:0;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 3px;
    width: 0;
    -webkit-transition: all 0.45s;
    -moz-transition: all 0.45s;
    -ms-transition: all 0.45s;
    -o-transition: all 0.45s;
    transition: all 0.45s;
    background: var(--zhu-color);
}
.menuBar ul li.act:after
,.menuBar ul li:hover:after{
    width: 100%;
}
.menuBar ul li a{
    font-size:18px;
    color:#fff;
}
.telBar{
    color:#fff;
    background: var(--zhu-color);
    padding:10px;
}
.telBar .t1{
    font-size:16px;
}
.telBar .t2{
    font-size:20px;
}
.mouse{
    position: absolute;
    z-index: 2;
    bottom:30px;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    cursor: pointer;
}
.mouse img{
    margin:0 auto;
}
.company_slide{
    background: url("../img/combg.jpg") no-repeat center / cover;
}

.company_slide .tbox .t1{
    color:#fff;
    font-size:26px;
}
.company_slide .tbox .t2{
    color:#fff;
    font-size:16px;
}
.company_slide .t3{
    color:#fff;
    font-size:44px;
    margin: 3% 0;
}
.company_slide .t4{
    color:#fff;
    font-size:14px;
    line-height: 30px;
    margin-bottom: 6%;
}
.company_item{
    margin-bottom: 6.5%;
}
.company_item .list .t1{
    color:#fff;
    font-size:16px;
}
.company_item .list .t2{
    color:#fff;
    font-size:30px;
}
.slideinner .inner{
    width: 100%;
}
.company_slide .slideinner .inner{
    width: 57%;
}
.allmore{
    width: 195px;
    height: 60px;
    background: linear-gradient(to right, #b32121,#b3212105);
}
.allmore:hover{
    background: #b32121;
}
.allmore span{
    color:#fff;
    font-size:16px;
    display: inline-block;
    margin-right: 40px;
}
.allmore .icon{
    width: 45px;
    height: 45px;
    background: #fff;
    border-radius: 100%;
    position: relative;
}
.cp_slide{
    background: url("../img/cpbg.jpg") no-repeat center / cover;
}
.alltitle{
    text-align:center;
    margin-bottom: 33px;
}
.alltitle .t1{
    font-size:40px;
}
.alltitle .en{
    font-size:12px;
}
.alltitle.white .t1{
     color:#fff;
 }
.alltitle.black .t1{
    color:#343434;
}
.alltitle.white .en{
    color:#fff;
}
.alltitle.black .en{
    color:#343434;
}
.allpro{
    width: 450px;
    height: 345px;
}
.allpro .imgbox{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.cpSwiper .allpro{
    width: 100%;

}
.allpro .imgbox .title{
    position: absolute;
    width: 100%;
    left:0;
    bottom:0;
    line-height: 60px;
    background: rgba(0,0,0,0.7);
    color:#fff;
    font-size:16px;
    padding:0 15px;
}
.allpro:hover .imgbox .title{
    background: var(--zhu-color);
}
.cp_slide .cpbtn{
    margin-top: 5%;
}
.cp_slide .cpbtn .left{
    width: calc(100% - 187px);
    position: relative;
}
.cp_slide .cpbtn .right{
    width: 160px;
    height: 63px;
    position: relative;
}
.cpSwiper .swiper-pagination-progressbar{
    height: 2px;
}
.cpSwiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background: #b41e1f;
}
.cp_slide .cpbtn .right>div{
    width: 63px;
    height: 63px;
    background: #fff;
    border-radius: 100%;
    margin-top: 0;
    top: 0;
}
.cp_slide .cpbtn .right>div:hover{
    background: #b41e1f;
}
.cp_slide .cpbtn .right>div:hover img{
    filter:brightness(1000%);
}
.cp_slide .cpbtn .right>div:after{
    display: none;
}
.cp_slide .cpbtn .right .swiper-button-next{
    right: 0;
}
.cp_slide .cpbtn .right .swiper-button-prev{
    left: 0;
}

.news_slide{
    background: url("../img/newsbg.jpg") no-repeat center / cover;
}

.news_lunbo{
    position: relative;
}
.newsSwiper .imgbox{
    width: 100%;
    height: 260px;
    position: relative;
    overflow: hidden;
    border-radius: 25px;
}
.newsSwiper .imgbox .time{
    position: absolute;
    bottom: 61px;
    left: 28px;
    color: #fff;
}
.newsSwiper .imgbox .time .t1{
    font-size:36px;
}
.newsSwiper .imgbox .time .t2{
    font-size:13px;
}
.newsSwiper .text{
    background: #fff;
    overflow: hidden;
    border-radius: 25px;
    padding: 27px;
    margin-top: -34px;
    position: relative;
}
.newsSwiper .text .title{
    font-size:21px;
    color:#484848;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom:1px dashed var(--zhu-color);
}
.newsSwiper .text .content{
    font-size:13px;
    color:#626262;
    line-height: 25px;
    margin:3% 0;
}
.newsSwiper .text .icon{
    width: 30px;
    height: 30px;
    background: var(--zhu-color);
    border-radius: 100%;
    position: relative;
    margin-top: 35px;
}
.news_lunbo .btn{
    width: 51px;
    height: 51px;
    background: #fff;
    border-radius: 100%;
}
.news_lunbo .btn:after{
    display: none;
}
.news_lunbo .btn:hover{
    background: var(--zhu-color);
}
.news_lunbo .btn:hover img{
    filter:brightness(1000%);
}
.news_lunbo .swiper-button-next{
    right: -70px;
}
.news_lunbo .swiper-button-prev{
    left: -70px;
}

.footerbox[date=bg]{
    background: url("../img/footbg.jpg") no-repeat center / cover;
}
.footerbox .top{
    display: flex;
    justify-content: space-between;
}
.footerbox .top .f-logo{
    width: 340px;
    color:#fff;
}
.footerbox .top .f-logo .t1{
    font-size:28px;
    font-weight: bold;
}
.footerbox .top .f-logo .line{
    width: 29px;
    height: 2px;
    background: #fff;
    margin:7% 0;
}
.footerbox .top .f-logo .t2{
    font-size:16px;
    line-height: 26px;

}
.footerbox .top  .list .fira{
    display: block;
    font-weight: bold;
    font-size:18px;
    margin-bottom: 25px;
    color:#fff;
}
.footerbox .top  .list .line{
    background: #fff;
    width: 22px;
    height: 2px;
    margin:15px 0;
}
.footerbox .top  .list .abox a{
    display: block;
    font-size:14px;
    color:rgba(255,255,255,0.8);
    line-height: 30px;
    position: relative;
    overflow: hidden;
}
.footerbox .top  .list .abox a:hover{
    color:rgba(255,255,255,1);
}
.footerbox .top  .list .abox a:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(
            270deg, #0b0b0d 5%, rgba(255, 255, 255, 0.8) 10%, rgba(255, 255, 255, 0.8) 95%, #0b0b0d);
    transform-origin: left;
    transform: translateX(-100%);
    z-index: 2;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.footerbox .top  .list .abox a:hover:before{
    transition: transform 0.4s cubic-bezier(0.67, 0, 0.33, 1);
    transform: translateX(100%);
}
.footerbox .top .erbox{
    width: 145px;
    text-align:center;
}
.footerbox .top .erbox img{
    width: 100%;
}
.footerbox .top .erbox  p{
    font-size: 14px;
    color: #515151;
    padding: 1px 0 10px 0;
    background: #fff;
}
.footerbox .bottom{
    margin-top: 6%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footerbox .bottom .left{
    width: 80%;
    display: flex;
    justify-content: space-between;
}
.footerbox .bottom .left .list{
    display: flex;
    align-items: center;
    justify-content: left;
}
.footerbox .bottom .left .list .icon{
    width: 45px;
    height: 45px;
    position: relative;
    margin-right: 15px;
}
.footerbox .bottom .left .list .icon.color1{
    background: #f4a000;
}
.footerbox .bottom .left .list .icon.color2{
    background: #b41e1f;
}
.footerbox .bottom .left .list .icon.color3{
    background: #003c9f;
}
.footerbox .bottom .left .list .text .t1{
    color:#fff;
    font-size:14px;
}
.footerbox .bottom .left .list .text .t2{
    color:#fff;
    font-size:14px;
    margin-top: 4px;
}
.footerbox .bottom .left .list .text a{
    color:#fff;
}
.footerbox .bottom .left .list.tel .text .t2{
    font-size:20px;
    font-weight: bold;
}
.footerbox .bottom .back{
    width: 45px;
    height: 45px;
    position: relative;
    background: #01449d;
    cursor: pointer;
}
.footerbox .bottom .back:hover{
    background: #c5a176;
}
.footerbox .link{
    margin-top: 5%;
    display: flex;
    align-items: center;
    justify-content: left;
}
.footerbox .link span ,.footerbox .link a{
    display: inline-block;
    color:#fff;
    font-size:14px;
}
.footerbox .link a{
    margin-right: 40px;
}
.footerbox .link span{
    margin-right: 20px;
}
.footerbox .link a:last-child{
    margin-right: 0;
}
.footerbox .link a img{
    max-height: 40px;
}
.copy{
    font-size:14px;
    background:var(--zhu-color);
    line-height: 80px;
    color:#fff;
    width: 100%;
}
.copy[date=bg]{

}
.copy a{
    color:#fff;
}
.copy .left{
    float: left;
}
.copy .right{
    float: right;
}

.indexSwiper  .foot_slide{
    background: url("../img/footbg.jpg") no-repeat center / cover;
}
.foot_slide .copy{
    position: absolute;
    z-index: 2;
    left:0;
    bottom:0;
    margin-top: 0;
}
.footerbox .allmore{
    margin-top: 13%;
}
.footerbox .allmore span{
    margin-left: 22px;
    margin-right: 0;
}
.sbanner{
    height: 500px;
    position: relative;
}
.sbanner .text{
    position: absolute;
    width: 100%;
    text-align:center;
    color:#fff;
    left:0;
    top:43%;
}
.sbanner .text .t1{
    font-size:40px;
}
.sbanner .text .en{
     font-size:16px;
 }
.sbanner .text .t2{
    font-size:20px;
}
.sbanner .text img{
    margin:8px auto;
}
.allcrumbs{
    background: #f5f5f5;
}
.allcrumbs .inner{
    height: 80px;
}
.allcrumbs .inner .abox{
    height: 100%;
}
.allcrumbs .inner .abox ul{
    height: 100%;
}
.allcrumbs .inner .abox ul li{
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    margin-right: 40px;
}
.allcrumbs .inner .abox ul li:last-child{
    margin-right: 0;
}
.allcrumbs .inner .abox a{
    font-size: 18px;
    color: #363636;
    position: relative;
    display: block;
    line-height: 80px;
}

.allcrumbs .inner .abox li a:after{
    position: absolute;
    content:"";
    width: 0;
    height: 4px;
    background: var(--zhu-color);
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    left:0;
    bottom:0;
}
.allcrumbs .inner .abox li a.act:after{
    width: 100%;
}
.crumbs-text{
    font-size:14px;
    color:#363636;
    padding-left:35px;
    background: url("../img/homoe-icon.png") no-repeat left center;
}
.crumbs-text a{
    color:#363636;
}
.inner-company-fir .text{
    float: left;
    width: 850px;
}
.inner-company-fir .text .en{
    font-size:14px;
    color:#b41e1f;
    padding-left:24px;
    background: url("../img/yuan-icon.png") no-repeat left center;
}
.inner-company-fir .text .t11{
     font-size:36px;
     color:#363636;
 }
.inner-company-fir .text .t22{
    font-size:18px;
    color:#363636;
}
.inner-company-fir .text .line{
    width: 42px;
    height: 4px;
    background: #b41e1f;
    margin:20px 0 25px 0;
}
.inner-company-fir .text .t3{
    font-size:16px;
    color:#2d2d2d;
    line-height: 30px;
    margin-bottom: 4%;
}
.inner-company-fir .company_item .list .t1{
    color:#353535;
}
.inner-company-fir .company_item .list .t2 {
    color: #353535;
}
.inner-company-fir .imgbox{
    width: 478px;
    height: 496px;
    float: right;
    overflow: hidden;
}
.inner-company-sec{
    background: url("../img/innersecbg.jpg") no-repeat center / cover;
}
.honor-lunbo{
    background: #fff;
    padding:60px;
}

.honorSwiper .imgbox{
    width: 100%;
    position: relative;
    height: 350px;
    overflow: hidden;
}
.mymap{
    position: relative;
    width: 100%;
    height: 560px;
    overflow: hidden;
}
#mymap{
    position: absolute;
    width: 130%;
    height: 100%;
    left:-30%;
    top:0;
    z-index: 1;
}
.inner-contact-fir .text{
    position: absolute;
    width: 357px;
    padding:41px 35px;
    background: var(--zhu-color);
    color:#fff;
    z-index: 2;
    right:80px;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.inner-contact-fir .text .t{
    font-size:24px;
}
.inner-contact-fir .text img{
    width: 100%;
    margin:15px 0 40px 0;
}
.inner-contact-fir .text .item .list .t1{
    font-size:14px;
}
.inner-contact-fir .text .item .list .t2{
    font-size:16px;
}
.inner-contact-fir .text .item .list {
    margin-bottom: 25px;
}
.inner-contact-fir .text .item .list:last-child{
    margin-bottom: 0;
}
.inner-contact-sec{
    background: url("../img/innerconbg.jpg") no-repeat center / cover;
}

.sideforme .formt{
    width: 24%;
    background: #f3f3f3;
    overflow: hidden;
    padding:0 15px;
    height: 80px;
    margin-bottom: 15px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: left
}
.sideforme .formt .icon{
    float: left;
    width: 34px;
    height: 34px;
    position: relative;
}
.sideforme .formt input{
    float: left;
    width: calc(100% - 34px);
    line-height: 50px;
    text-indent: 6px;
    font-size:14px;
    color:#333;
    outline: none;
}
.sideforme .formt.mes{
    width: 100%;
    height: auto;
    align-items: flex-start;
    padding-top: 32px;
}
.sideforme .formt textarea{
    width: calc(100% - 35px);
    height: 225px;
    background: #f3f3f3;
    font-size: 14px;
    color: #333;
    padding: 8px 4px;
}
.sideforme .formt input::placeholder
,.sideforme .formt textarea::placeholder{
    font-size:14px;
    color:#999999;
}
.sideforme .formt .code{
    position: absolute;
    width: 94px;
    height: 46%;
    right:10px;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.sideforme .formt .code .verify
,.sideforme .formt .code img{
    width: 100%;
    height: 100%;
}
.sideforme .submit{
    display: block;
    line-height: 80px;
    text-align:center;
    font-size:20px;
    color:#fff;

    background: var(--zhu-color);
}
.sideforme .submit:hover{
    background: #003c9f;
}

.inner-pro-list{
    float: left;
    width: 33.33%;
    padding:0 1.5%;
    margin-bottom: 3%;
}
.inner-pro-list .allpro{
    width: 100%;
}

.inner-case-des{
    float: left;
    width:calc(100% - 413px);
    margin-top: 1%;
    background: #fff;
    padding:3%;
}

.case-des-left{
    width: 100%;
}
.case-des-left .imgbox{
    width: 100%;
}
.case-des-left .imgbox img{
    max-width: 100%;
    margin-bottom: 1%;
}
.case-des-right{
    width: 100%;
    padding:0 0 4% 0;
}
.case-des-right .title{
    color: #333;
    font-weight: bold;
    font-size: 27px;
    padding-left: 53px;
    position: relative;
}
.case-des-right .title:before{
    position: absolute;
    z-index: 10;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 40px;
    height: 1px;
    content: "";
    background: rgb(222, 222, 222) none repeat scroll 0 0;
}
.case-des-right .title:after{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 2px;
    height: 35px;
    content: "";
    background: #7e7e7e;
}
.case-des-right .canshu{
    margin-top: 2%;
}
.case-des-right .ct{
    color: #333;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px;
}
.case-des-right .canshu ul li{
    border-bottom: 1px solid #d6d5d5;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.case-des-right .canshu ul li span{
    display:block;
    padding-top: 15px;
    color: #a5a5a5;
    font-size: 16px;
}
.case-des-right .canshu ul li span.s1{
    color: #333;
    font-weight: 700;
    font-size: 18px;
}
.case-des-right .shuoming{
    margin-top: 3%;
}
.case-des-right .shuoming-des{
    font-size: 16px;
    line-height: 25px;
    border-bottom: 1px solid #d6d5d5;
    padding-bottom: 15px;
}
.case-des-right .othercase{
    margin-top:17%;
}
.inner-case-zhongdian {
    background: url(../img/zcasebg.jpg) no-repeat center / cover;
}
.inner-case-zhongdian .inner-case-type{
    float: right;
    width: 340px;
}
.inner-case-zhongdian .inner-case-type .casebiaoti {

    font-size: 22px;
    color: #c5c5c5;
    margin-bottom: 4vw;
}
.casebiaoti{
    position: relative;
    display: inline-block;
    margin-bottom: 4%;
}
.casebiaoti span{
    display: inline-block;
    font-weight: bold;
    color: #2d2d2d;
    font-size: 46px;
    position: relative;
    z-index: 2;
}
.casebiaoti i{
    display: block;
    position: absolute;
    width: 100%;
    height: 16px;
    background: #cc191c;
    left: 0;
    bottom: 6px;
    z-index: 1;
}
.inner-case-zhongdian .inner-case-type .allpro{
    width: 100%;
    height: 265px;

}
.inner-case-zhongdian .inner-case-type .other-service{
    margin-bottom: 3%;
}
.inner-case-zhongdian .inner-case-type .other-service:last-child{
    margin-bottom: 0;
}

.news-inner-list{
    width: 85%;
    margin:0 auto;
    margin-bottom: 3%;
    padding-bottom: 3%;
    border-bottom: 1px solid #eee;
}
.news-inner-list .time{
    float: left;
    width: 120px;
}
.news-inner-list .time .fir{
    font-family: ziti1;
    font-size: 40px;
    color: #8f8f8f;
    position: relative;
}
.news-inner-list .time .fir:after{
    content:"";
    position: absolute;
    left:104%;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 35px;
    height: 1px;
    background: #ccc;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.news-inner-list:hover .time .fir:after{
    width: 65px;
}
.news-inner-list .time .sec{
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align:center;
    background: #fff;
    margin-top: 21%;
}
.news-inner-list:hover .time .sec{
    background: #333;
}
.news-inner-list .time .sec i{
    color:#ccc;
    font-size:13px;
}
.news-inner-list:hover .time .sec i{
    color:#fff;
}
.news-inner-list .text{
    float: left;
    width: calc(100% - 435px);
    padding-left: 6%;
}
.news-inner-list:hover .text{
    padding-left: 9%;
}
.news-inner-list .text .t1{
    color: #717171;
    font-size:22px;
}
.news-inner-list:hover .text .t1{
    color:#333;
}
.news-inner-list .text .t2{
    color: #999;
    font-size: 17px;
    margin-top: 2%;
    line-height: 27px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.news-inner-list .imgbox{
    float: right;
    width: 270px;
    height: 175px;
    overflow: hidden;
}
.news-inner-list:hover .imgbox img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.innerbg {
    background: #f7f7f7;
}
.inner-title{
    text-align:center;
    margin-bottom: 4%;
}
.inner-title .fir{
    font-size:30px;
    color:#333333;
    text-align:center;
}
.inner-title .line{
    width: 50px;
    height: 2px;
    background: #cc191c;
    margin:2% auto;
}
.inner-title .sec{
    font-size:14px;
    color:#999999;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.sub {
    border-bottom: 1px dashed #e7e7e7;
    margin-bottom: 3%;
    padding-bottom: 2%;
    text-align: center;
}

.sub li {
    display: inline-block;
    font-size: 14px;
    font-weight: lighter;
    margin-right: 15px;
    color: #666;
    padding-left: 30px;
}

.sub li a {
    display: inline-block;
    font-size: 16px;
    font-weight: lighter;
    color: #666;
}
.news_inner_item{
    font-size: 16px;
    color: #595757;
    line-height: 30px;
}
.news_inner_item img{
    max-width: 100%;
    margin:2% auto;
}
.info_content{
    background: #fff;
    padding:7%;
}


.cbl {
    width: 77px;
    position: fixed;
    right: 10px;
    top: 30%;
    z-index: 3333;
}

.cbl.active {
    display: none;
}

.cbl li {
    margin-top: 5px;
    transition: 0.4s ease-in-out;
    height: 73px;
    width: 77px;
}

.cbl span {
    transition: 0.2s ease-in-out;
    display: inline-block;
    height: 67px;
    width: 67px;
    text-align: center;
    background: #b41e1f;
    box-sizing: border-box;
    font-size: 12px;
    color: white;
    position: relative;
    padding-top: 43px;
}

.cbl span i {
    transition: 0.4s ease-in-out;
    display: block;
    font-size: 36px;
    color: #fff;
    line-height: 30px;
}
.cbl li.tel span{
    background: #b41e1f url("../img/s2.png") no-repeat center top 15px;
}

.cbl li.email span{
    background: #b41e1f url("../img/s4.png") no-repeat center top 11px;
}

.cbl li.weixin span{
    background: #b41e1f url("../img/s5.png") no-repeat center top 12px;
}

.cbl li.fd span{
    background: #b41e1f url("../img/s6.png") no-repeat center top 9px;
}

.cbl li.fd span .fir{
    font-size:12px;
}

.cbl span .fir {
    font-size:14px;
    color:#fff;
    text-align:center;
}
.cbl li:hover span .fir{
    color:#fff;
}

.cbl li aside {
    position: absolute;
    right: 76px;
    top: 0;
    padding:0 10px;
    line-height: 50px;
    opacity: 0;
    visibility: hidden;
    transform:rotateX(-90deg);
    transition: all .2s linear 0s;
    display: inline-block;
    vertical-align: top;
    background: #b41e1f;
    box-sizing: border-box;
    font-size: 16px;
    color: white;
    white-space: nowrap;
    font-family: ziti2;
}
.cbl li aside.ex{
    padding: 10px;
}
.cbl li aside img{
    width: 100px;
}
.cbl li:hover aside{
    transform:rotateX(0);
    opacity: 1;
    visibility: visible;
}
.cbl li aside:after{
    width: 0px;
    height: 0px;
    border: 8px solid transparent;
    border-left: 8px solid #b41e1f;
    display: block;
    content: '';
    position: absolute;
    top: 12px;
    right: -16px;
    transition: top .2s linear;
    transition-delay: .1s;
}


