@import url('bootstrap.min.css');
@import url('swiper.min.css');
@import url('animation.css');
@import url('base.css');
@import url('common.css');
@import url('fontawesome.min.css');


/*banner*/
.banner {
    margin-top: 100px;
}

.banner .swiper .swiper-slide{
    position: relative;
}

.banner .swiper .swiper-slide .div-text{
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
}

.banner .swiper .swiper-slide .div-text .main{
    padding: 0 4%;
}

.banner .swiper .swiper-slide .div-text p.p1{
    font-size: 68px;
    font-family: 'AlibabaPuHuiTi-3-85-Bold';
}

.banner .swiper .swiper-slide .div-text p.p1 font{
    color: var(--primary);
}

.banner .swiper .swiper-slide .div-text p.des{
    font-size: 46px;
    margin-bottom: 5%;
    margin-top: 15px;
    font-family: 'AlibabaPuHuiTi-3-45-Light';
}


.banner .swiper-pagination{
	text-align: right;
	padding-right: 10%;
	bottom: 5%;
}

.banner .swiper-pagination .swiper-pagination-bullet{
	width: 15px;
    height: 4px;
    background-color: rgb(255, 255, 255);
    opacity: 1;
    border-radius: 0;
    margin: 0px 8px;
    transition: 0.4s;
}

.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	width: 45px;
    background: var(--primary);
}

.rmore a{
    display: inline-block;
    border-radius: 5px;
    padding: 12px 35px;
    background-image: -webkit-linear-gradient(to right, #dc4603, #ef5d1c, #f8a61a, #f8a61a);
    background-image: linear-gradient(to right, #dc4603, #ef5d1c, #f8a61a, #f8a61a);
    color: #fff;
    transition: all .4s ease;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.rmore a:after{
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(to left, #dc4603, #ef5d1c, #f8a61a, #f8a61a);
    opacity: 0;
    transition: all .4s ease;
    z-index: -1;
    border-radius: 10px;
}

.rmore a:hover:after{
    opacity: 1;
    transform-origin: left;
    width: 100%;
    border-radius: 0;
}

.syAbout{
    margin-top: 40px;
}

.zzLists .item{
    background-color: #f0f0f0;
}

.zzLists .row>div:nth-child(2) .item{
     background-image: -webkit-linear-gradient(to right, #dc4603, #ef5d1c, #f8a61a, #f8a61a);
    background-image: linear-gradient(to right, #dc4603, #ef5d1c, #f8a61a, #f8a61a);
}

.zzLists .row>div:nth-child(4) .item{
     background-image: -webkit-linear-gradient(to left, #dc4603, #ef5d1c, #f8a61a, #f8a61a);
    background-image: linear-gradient(to left, #dc4603, #ef5d1c, #f8a61a, #f8a61a);
}

.zzLists .item a{
    display: block;
    color: #898989;
    line-height: 2;
}

.zzLists .row>div:nth-child(2) .item a{
    color: #fff;
}

.zzLists .row>div:nth-child(4) .item a{
    color: #fff;
}

.zzLists .item .div-text{
    padding: 0 20px 45px 20px;
    margin-top: -30px;
}

.zzLists .item p.p1{
    font-size: 24px;
    font-family: 'AlibabaPuHuiTi-3-85-Bold';
    color: #2e2e2e;
}

.zzLists .row>div:nth-child(2) .item p.p1{
    color: #fff;
}

.zzLists .row>div:nth-child(4) .item p.p1{
    color: #fff;
}

.zzLists .item p.des{
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box!important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.zzLists .item .tb{
    text-align: center;
    transform: translateY(-50%);
}

.zzLists .item .tb span{
    display: inline-block;
    width: 80px;
    height: 80px;
    text-align: center;
    border-radius: 50%;
    background-color: #f0f0f0;
    margin: auto;
    border: 8px solid #fff;
    transition: all .4s ease;
}

.zzLists .item .tb span svg{
   fill: var(--primary);
}

.zzLists .row>div:nth-child(2) .item .tb span,.zzLists .row>div:nth-child(4) .item .tb span{
    background-color: var(--primary);
}

.zzLists .row>div:nth-child(2) .item .tb span svg{
    fill: #fff;
}

.zzLists .row>div:nth-child(4) .item .tb span svg{
    fill: #fff;
}

.zzLists .item:hover .tb span{
    transform: rotateY(180deg);
}

.gsIntro{
    padding-top: 85px;
}

.gsIntro .introLeft{
    position: relative;
}

.gsIntro  .nf{
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #141913;
    color: #fff;
    height: 21.5%;
    display: flex;
    align-items: center;
    width: 65%;
    justify-content: center;
}

.gsIntro  .nf .d1{
    margin-right: 10px;
}

.gsIntro  .nf .d1 img{
    max-width: 45px;
}

.gsIntro  .nf .d2 .sz{
    font-size: 38px;
    font-family: 'ssblack';
    font-weight: bolder;
    line-height: 1;
}

.gsIntro  .nf .d2 p{
    font-size: 14px;
    font-family: 'AlibabaPuHuiTi-3-45-Light';
}

.introRight{
    padding-left: 30px;
}

.introRight .commonTit{
    margin-top: 35px;
    margin-bottom: 25px;
}

.commonTit p.p1{
    font-size: 24px;
    color: var(--primary);
}

.commonTit p.p2{
    font-size: 36px;
    color: #171717;
}

.introRight .des{
    font-size: 16px;
    font-family: 'AlibabaPuHuiTi-3-45-Light';
    line-height: 32px;
    color: #66656a;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box!important;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    margin-bottom: 25px;
}

.syProduct{
    background-image: url(../images/pbg.jpg);
    background-size: cover;
    background-attachment: fixed;
}

.syProduct .commonTit{
    margin-bottom: 45px;
}

.syProduct .commonTit p.p2{
    color: #fff;
}

.pLists{
    margin-bottom: 55px;
}

.pLists .item{
    display: block;
    border-radius: 10px;
    overflow: hidden;
    background-image: url(../images/productBg.jpg);
    background-size: cover;
    background-position: center;
}

.pLists .item .div-img{
    padding: 35px 10px 25px 10px;
}

.pLists .item .div-img img{
    transform: scale(.98);
    transition: all .4s ease;
}

.pLists .item .div-text{
    padding: 0 15px 35px 15px;
    text-align: center;
}

.pLists .item .div-text p{
    font-size: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box!important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #333333;
    transition: all .4s ease;
}

.pLists .item:hover .div-img img{
    transform: scale(1);
}

.pLists .item:hover .div-text p{
    color: var(--primary);
}

.pbtns .jt span{
    display: inline-block;
    padding: 15px 23px;
    color: #333;
    background-color: #fff;
    font-family: 'ssblack';
    font-weight: bolder;
    font-size: 20px;
    cursor: pointer;
    transition: all .4s ease;
}

.pbtns .jt:nth-child(2){
    margin-left: 10px;
    
}

.pbtns .jt:nth-child(2) span{
    background-color: var(--primary);
}

.pbtns .jt span:hover{
    background-color: var(--primary);
}

.rmore2 a{
    display: inline-block;
    padding: 15px 45px;
    color: var(--primary);
    border: 1px solid var(--primary);
    border-radius: 10px;
    font-size: 20px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.rmore2 a:after{
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(to right,#dc4603, #ef5d1c, #f8a61a, #f8a61a);
    transition: all .4s ease;
    z-index: -1;
}

.rmore2 a:hover{
    color: #fff;
/*    border: none;*/
}

.rmore2 a:hover:after{
    width: 100%;
    
/*    background-image: -webkit-linear-gradient(to right, #dc4603, #ef5d1c, #f8a61a, #f8a61a);
    background-image: linear-gradient(to right, #dc4603, #ef5d1c, #f8a61a, #f8a61a);*/
    
}

.syService{
    background-image: url(../images/serviceBg.jpg);
    background-size: cover;
    background-position: center;
}

.serLists{
    margin-top: 45px;
}


.serLists .item{
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.serLists .item a{
    display: block;
    position: relative;
    overflow: hidden;
}

.serLists .item a:after{
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    background: linear-gradient(to top,rgba(0, 0, 0, .8), rgba(0, 0, 0, 0));
    bottom: 0;
    z-index: 1;
}

.serLists .item .div-text{
    position: absolute;
    bottom: 25px;
    width: 100%;
    text-align: center;
    color: #fff;
    z-index: 2;
    transition: all .4s ease;
}

.serLists .item .div-text2{
   position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 25px;
    background: linear-gradient(to top, #dc4603, #ef5d1c,#f8a61a,#f8a61a);
    transform: translateY(98%); 
    z-index: 3;
    transition: all .4s ease-out;
    transition-delay: .2s;


}

.serLists .item .div-text2 p{
    color: #fff;
    font-size: 14px;
    line-height: 2;
}

.serLists .item .div-text2 span{
    display: inline-block;
    margin-top: 15px;
    font-size: 14px;
    color: #fff;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
}

.serLists .item:hover .div-text2{
    transform: translateY(0); 
}

.serLists .item:hover .div-text{
    opacity: 0;
    transform: translateY(100%); 
}

.syMsg{
    background-image: url(../images/msgBg.jpg);
    background-size: cover;
    background-attachment: fixed;
}

.onLineMsg{
    background-color: rgba(20,25,19,.8);
    padding: 65px 45px;

}

.onLineMsg .commonTit{
    margin-bottom: 35px;
}

.onLineMsg .commonTit p.p2{
    color: #fff;
}

.onLineMsg .divForm{
    max-width: 85%;
}

.divForm .item{
    margin-bottom: 20px;
}

.divForm input,.divForm textarea{
    display: block;
    width: 100%;
    border-radius: 5px;
    padding: 12px 15px;
    color: #fff;
    border: 1px solid #fff;
    background-color: unset;
    font-size: 14px;
}

.divForm input::placeholder,.divForm textarea::placeholder{
   color: rgba(255,255,255,.6);
}

.divForm button{
    display: inline-block;
    padding: 13px 45px;
    border-radius: 10px;
    border: unset;
    text-shadow: unset;
    box-shadow: unset;
    background-image: -webkit-linear-gradient(to right, #dc4603, #ef5d1c, #f8a61a, #f8a61a);
    background-image: linear-gradient(to right, #dc4603, #ef5d1c, #f8a61a, #f8a61a);
    color: #fff;
}

.divForm button:hover{
     background-image: -webkit-linear-gradient(to left, #dc4603, #ef5d1c, #f8a61a, #f8a61a);
    background-image: linear-gradient(to left, #dc4603, #ef5d1c, #f8a61a, #f8a61a);
}


.syNews .newsLists{
    margin-top: 45px;
}

.newsLists .item a{
    display: block;
    color: #141913;
}

.newsLists .item{
    margin-bottom: 25px;
    box-shadow: 0 0 15px rgba(0,0,0,.08);
    border-radius: 10px;
}

.newsLists .item .div-img{
    position: relative;
}

.newsLists .item .time{
    display: inline-block;
    padding: 5px 15px;
    position: absolute;
    left: 15px;
    bottom: 15px;
    background-color: var(--primary);
    color: #fff;
    font-size: 14px;
}

.newsLists .item .div-text{
    padding: 25px 20px;
    background-color: #fff;
}

.newsLists .item .div-text p.p1{
    font-size: 18px;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box!important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.newsLists .item .div-text p.p2{
    font-size: 13px;
    line-height: 2;
    height: 50px;
    color: #66656a;
    font-family: 'AlibabaPuHuiTi-3-45-Light';
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box!important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.newsLists .item:hover .div-img img{
    transform: scale(1.2);
}

.newsLists .item:hover .div-text p.p1{
    color: var(--primary);
}

.mainFooter{
    color: #fff;
}

.mainFooter a{
    color: #fff;
}

.mainFooter a:hover{
    color: var(--primary);
}

.mainFooter .main{
    background-image: url(../images/footerBg.jpg);
    background-size: cover;
    background-position: center;
}

.mainFooter .copyRight{
    background-color: var(--primary);
    font-size: 14px;
    font-family: 'AlibabaPuHuiTi-3-45-Light';
    padding: 15px 15px;
}

.mainFooter .copyRight a:hover{
    color: #fff;
}

.mainFooter .divLogo{
    margin-bottom: 25px;
}

.mainFooter .divLogo img{
    max-width: 85px;
}

.mainFooter .infos .des{
   margin-bottom: 45px;
   max-width: 500px;
   margin-right: 45px;
   font-size: 18px;
}

.mainFooter .infoItem .item{
    margin-bottom: 10px;
    font-family: 'AlibabaPuHuiTi-3-45-Light';
}

.mainFooter .infoItem .tb span{
    display: inline-block;
    margin-right: 5px;
} 

.mainFooter .infoItem .tb span svg{
    width: 22px;
    fill: var(--primary);
}

.fmenus{
    max-width: 600px;
}

.fmenus .item .title{
    font-size: 20px;
    padding-bottom: 12px;
    margin-bottom: 25px;
    position: relative;
}

.fmenus .item .title:after{
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    background-color: var(--primary);
    bottom: 0;
    left: 0;
}

.fmenus .item .dhlist a{
    display: block;
    font-family: 'AlibabaPuHuiTi-3-45-Light';
    line-height: 2;
}

/*内页开始*/
.pageTit{
    position: relative;
    height: 450px;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.pageTit .div-text{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    color: #fff;
}

.pageTit .div-text>div{
    width: 100%;
    text-align: center;
}

.pageTit .div-text p.p1{
    font-size: 46px;
    font-family: 'AlibabaPuHuiTi-3-85-Bold';
}

.pageTit .div-text p.p1 font{
    color: var(--primary);
}

.pageTit .div-text .mbxDh a{
    display: inline-block;
    color: #fff;
}

.pageTit .div-text .mbxDh a:hover{
    color: var(--primary);
}

.pageTit .div-text .mbxDh span{
    display: inline-block;
    margin: 0 5px;
}

.introRight .des.des2{
        -webkit-line-clamp: unset;
}

.syAbout.nyAbout{
    margin-top: 0;
}

.ourAav{
    background-color: #fafafa;
    margin-top: 45px;
}

.ourAav .item{
    padding: 65px 25px;
    margin-bottom: 25px;
    height: 100%;
    border: 3px solid var(--primary);
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.ourAav .item p.p1{
    font-size: 26px;
    font-family: 'AlibabaPuHuiTi-3-85-Bold';
    margin-bottom: 15px;
    text-align: center;
}

.ourAav .item p.des{
    color: #66656a;
    font-size: 14px;
    font-family: 'AlibabaPuHuiTi-3-45-Light';
    line-height: 2;
}

.ourAav .item span{
    display: inline-block;
    position: absolute;
    width: 285px;
    height: 285px;
    padding-left: 45px;
    line-height: 150px;
    border-radius: 50%;
    background-image: -webkit-linear-gradient(to left, #dc4603, #ef5d1c, #f8a61a, #f8a61a);
    background-image: linear-gradient(to left, #dc4603, #ef5d1c, #f8a61a, #f8a61a);
    border: 10px solid #fde3b7;
    right: 0;
    bottom: 0;
    font-size: 74px;
    color: #fff;
    z-index: -1;
    transform: translate(137px, 145px);
    font-family: 'AlibabaPuHuiTi-3-85-Bold';
}

.nySmenu{
    margin-bottom: 45px;
    padding: 35px 15px;
    box-shadow: 0 0 15px rgba(0,0,0,.08);
    border-radius: 10px;
    background-color: #fff;
}

.nySmenu .item.on a{
    color: var(--primary);
}

.nySmenu .item a{
    display: block;
    padding: 0 50px;
    font-size: 20px;
}

.nySmenu .item:not(:last-child){
    border-right: 1px solid #eee;
}

.nyZltx{
    background-color: #eee;
}

.zlwaList{
    background-image: url(../images/zlBg.jpg);
    background-size: cover;
    /*background-position: center;*/
    padding: 125px 45px;
    /*border-radius: 10px;*/
    background-attachment: fixed;
}

.zlwaList .item{
    /*border: 1px solid #fff;*/
    padding: 45px 25px;
    color: #fff;
    height: 100%;
    font-family: 'AlibabaPuHuiTi-3-45-Light';
    line-height: 2;
    border-radius: 10px;
    background-color: rgba(255,255,255,.2);
}


.zlwaList{
    margin-bottom: 65px;
}


.nyryLists .row>li{
    display: block;
    margin-bottom: 25px;
}

.nyryLists .item{
    cursor: pointer;
    border: 6px solid #ffffff;
    box-shadow: 0 0 15px rgba(0,0,0,.1);
}

.nyryLists .item .div-img{
    position: relative;
}


.nyryLists .item .div-img .mask{
    position: absolute;
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
    background-color: rgb(0 0 0 / 29%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all .3s ease;
}

.nyryLists .item .div-img .mask svg{
    width: 46px;
    fill: #fff;
    transition: all .8s ease;
    
}

.nyryLists .item .div-text{
    padding: 15px 15px 15px 15px;
    text-align: center;
}

.nyryLists .item:hover .mask{
    width: 100%;
    left: 0;
    opacity: 1;
}

.nyryLists .item:hover .div-img img{
    transform: scale(1.02);
}

.nyGsfc{
    margin-top: 65px;
}

.sevList{
    margin-top: 45px;
    background-color: #fafafa;
    box-shadow: 0 0 15px rgba(0,0,0,.11);
}

.sevList .item{
    cursor: pointer;
}

.sevList .div-text{
    padding: 10% 8%;
    color: #66656a;
    font-size: 18px;
    line-height: 2;
    font-family: 'AlibabaPuHuiTi-3-45-Light';
    height: 100%;
}

.sevList .div-text p.p1{
    margin-bottom: 25px;
    display: inline-block;
    padding: 3px;
    border: 4px solid var(--primary);
    border-radius: 50%;
    transition: all .4s ease;
}

.sevList .div-text p.p1 span{
    width: 75px;
    height: 75px;
    line-height: 70px;
    text-align: center;
    display: inline-block;
     background-image: -webkit-linear-gradient(to left, #dc4603, #ef5d1c, #f8a61a, #f8a61a);
    background-image: linear-gradient(to left, #dc4603, #ef5d1c, #f8a61a, #f8a61a);
    border: 1px solid var(--primary);
    border-radius: 50%;
}

.sevList .div-text p.p1 span svg{
    width: 55%;
    fill: #fff;
}

.sevList .item:hover .div-img img{
    transform: scale(1.05);
}

.sevList .item:hover .div-text p.p1{
    transform: rotateY(180deg);
}



.shList{
    max-width: 1400px;
    margin: 0 auto;
}

.shList .item{
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,.02);
    border-radius: 5px;
    margin-bottom: 15px;
    cursor: pointer;
    
}

.shList .item .d1{
    background-color: #f5f5f5b8;
    padding: 25px 25px;
}

.shList .item .d1 span{
    display: inline-block;
}

.shList .item .d1 .s1{
    width: 65px;
    height: 65px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    background-image: -webkit-linear-gradient(to left, #dc4603, #ef5d1c, #f8a61a, #f8a61a);
    background-image: linear-gradient(to left, #dc4603, #ef5d1c, #f8a61a, #f8a61a);
    color: #fff;
    font-size: 24px;
    font-family: 'AlibabaPuHuiTi-3-85-Bold';
    margin-right: 15px;
}

.shList .item .d1 .s1 svg{
    width: 80%;
    fill: #fff;
}

.shList .item .d1 .s2{
    font-size: 24px;
    font-family: 'AlibabaPuHuiTi-3-85-Bold'
}

.shList .item .d1 .tb{
    display: none;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--primary);
    transition: all .4s ease;
}

.shList .item .d1 .tb svg{
    width: 50%;
    fill: #fff;
}



.shList .item .d2{
    padding: 25px 45px;
    color: #666;
    line-height: 2;
     border-top: 1px solid #21252912; 
    /* margin-top: 25px; */
    display: none;
    background: #f5f5f5b8;
}

.shList .item .d2 p{
    padding-left: 25px;
    position: relative;
    font-family: 'AlibabaPuHuiTi-3-45-Light';
}

.shList .item .d2 p:after{
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-image: -webkit-linear-gradient(to left, #dc4603, #ef5d1c, #f8a61a, #f8a61a);
    background-image: linear-gradient(to left, #dc4603, #ef5d1c, #f8a61a, #f8a61a);
    left: 5px;
    top: 9px;
    font-size: 10px;
    color: #db251f;
}


.shList .item .d2 p strong{
    display: block;
    color: #000;
}

.shList .item .d2 h4{
    font-size: 18px;
    font-family: 'AlibabaPuHuiTi-3-85-Bold';
    color: var(--main);
    line-height: 2;
}

.shList .item.on .d1 .tb{
    transform: rotate(90deg);
}

.shList .item.on .d2{
    display: block;
}

.nyContact{
    /*background-image: url(../images/contactBg.jpg);
    background-size: cover;
    background-position: center;*/
}

.nyContact .commonTit{
    margin-bottom: 35px;
}

.contactinfos .item{
    margin-bottom: 15px;
    padding: 25px;
    background-color: #f5f5f5b8;
}

.contactinfos .item .tb{
    display: inline-block;
    width: 65px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    border-radius: 50%;
    background-image: -webkit-linear-gradient(to left, #dc4603, #ef5d1c, #f8a61a, #f8a61a);
    background-image: linear-gradient(to left, #dc4603, #ef5d1c, #f8a61a, #f8a61a);
    margin-right: 10px;
}

.contactinfos .item .tb svg{
    fill: #fff;
    width: 60%;
}

.contactinfos .item p.p1{
    font-size: 22px;
    font-family: 'AlibabaPuHuiTi-3-85-Bold';
    color: var(--main);
}

.contactinfos .item p.p2,.contactinfos .item p.p2 a{
    color: #66656a;
}

.contactinfos .item p.p2 a:hover{
    color: var(--primary);
}


/*other*/
.newsLists2 .item a{
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
   /* padding: 25px;*/
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0,0,0,.08);
    color: #333;
    transition: all .3s ease;
}

.newsLists2 .item .time{
    line-height: 1;
}

.newsLists2 .item .time span{
    display: none;
    /*display: inline-block;*/
    margin-right: 10px;
    vertical-align: middle;
    width: 20px;
}

.newsLists2 .item .time span svg{
    width: 100%;
    fill: var(--primary);
}

.newsLists2 .item .time font{
    display: inline-block;
    vertical-align: text-bottom;
    color: #999;
}

.newsLists2 .item .title{
    font-size: 22px;
    font-family: 'AlibabaPuHuiTi-3-85-Bold';
    color: #000;
    margin-top: 15px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box!important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.newsLists2 .item .des{
    color: #666;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box!important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 15px;
}

.newsLists2 .item .div-text{
    padding: 25px 15px;
}

.newsLists2 .item .div-text>span{
    color: var(--primary);
}

.newsLists2 .row>div{
    margin-bottom: 25px;
}



.newsLists2 .item a{
    transition: all .6s ease;
    background-size: cover;
    background-position: left;
}

.newsLists2 .item a:hover .div-img img{
    transform: scale(1.1);
}

.newsLists2 .item a:hover{
    background-image: url(../images/newslistBg.jpg);
     background-position: center;
   /* background-color: var(--primary);*/
}

.newsLists2 .item a:hover .time span svg{
    fill: #fff;
}

.newsLists2 .item a:hover .time font{
    color: #fff;
}

.newsLists2 .item a:hover .title{
    color: #fff;
}

.newsLists2 .item a:hover .des{
    color: #fff;
}

.newsLists2 .item a:hover .div-text>span{
    color: #fff;
}


.newsDetail,.onlineMsg{
    padding: 45px 25px;
    box-shadow: 0 0 15px rgba(0,0,0,.08);
}

.newsDetail h2.title{
    font-size: 24px;
    font-family: 'AlibabaPuHuiTi-3-85-Bold';
    color: #000;
    text-align: center;
}

.newsDetail .meta{
    padding-top: 15px;
    padding-bottom: 25px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    line-height: 1;
    color: #999;
}

.newsDetail .meta>div>div{
    margin: 0 7px;
}

.newsDetail .meta span{
    display: inline-block;
    margin-right: 3px;
    line-height: 1;
}

.newsDetail .meta span svg{
    fill: var(--primary);
}


.newsDetail .content{
    min-height: 250px;
    margin-bottom: 35px;
}

.newsDetail .content p{
    color: #66656a;
    line-height: 1.6;
    font-family: 'AlibabaPuHuiTi-3-45-Light';

}

.newsDetail .content p strong{
    color: #000;
}

.prevNext{
    background: #f8f8f8;
    padding: 25px;
}

.prevNext .d1{
    font-weight: bolder;
    color: #000;
}

.prevNext .d1 a{
    display: inline-block;
    font-weight: normal;
    color: #999;
    margin-left: 5px;
}

.prevNext .d1 p{
    margin-top: 10px;
    font-family: 'AlibabaPuHuiTi-3-45-Light';
}

.prevNext .d1 a:hover{
    color: var(--primary);
}

.prevNext .d2 a{
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background-color: var(--primary);
    border-radius: 50%;
    transition: all .3s ease;
}

.prevNext .d2 a svg{
    width: 55%;
    fill: #fff;
}

.prevNext .d1 span{
    min-width: 50px;
}

/*.prevNext .d2 a:hover{
    background-color: var(--main);
}

.prevNext .d2 a:hover svg{
    fill: #000;
}*/

.newsRelate{
    background-image: url(../images/newtjBg.jpg);
    background-size: cover;
    background-position: center;
}

.newsRelate .swiper{
    margin-top: 35px;
    padding-bottom: 25px;
}

.newsRelate .swiper .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-image: -webkit-linear-gradient(to left, #dc4603, #ef5d1c, #f8a61a, #f8a61a);
    background-image: linear-gradient(to left, #dc4603, #ef5d1c, #f8a61a, #f8a61a);
}

.nproLists .item a{
    display: block;
    padding: 10px;
    box-shadow: 0 0 15px rgba(0,0,0,.08);
}

.nproLists .row>div{
    margin-bottom: 25px;
}

.nproLists .item .div-text{
    border-top: 1px solid #f0f0f0;
    padding: 25px 15px 25px 15px;
    text-align: center;
}

.nproLists .item .div-text p{
    font-family: 'AlibabaPuHuiTi-3-85-Bold';
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box!important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.nproLists .item:hover .div-img img{
    transform: scale(1.1);
}


.proBig{
   
} 

.proTop{
    padding: 45px 25px;
    box-shadow: 0 0 15px rgba(0,0,0,.08);
    border-radius: 10px;
    background-image: url(../images/2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.proTop .div-text h2.title{
    font-size: 30px;
    font-family: 'AlibabaPuHuiTi-3-85-Bold';
    color: var(--main);
    padding-bottom: 15px;
    margin-bottom: 15px;
    margin-top: 25px;
    border-bottom: 1px solid var(--primary);
}

.proTop .div-text p.des{
    color: #66656a;
    margin-bottom: 35px;
    line-height: 2;
    font-size: 18px;
    font-family: 'AlibabaPuHuiTi-3-45-Light';
}

.proTop .div-text .tbs{
    max-width: 260px;
    margin-bottom: 45px;
}

.proTop .div-text .tbs .item svg{
    height: 35px;
    fill: #999;
}

.proTop .div-text .tel p.p1{
    font-size: 24px;
    color: var(--main);
    font-family: 'AlibabaPuHuiTi-3-85-Bold';
}

.proTop .div-text .tel p.p2{
    font-size: 46px;
    font-family: 'bboss';
    color: var(--primary);
    margin-bottom: 25px;
}

.appMore{
    margin-top: 25px;
}

.appMore a{
    display: inline-block;
    padding: 15px 85px;
    color: #000;
}

.appMore a{
    border: 1px solid var(--primary);
    color: #fff;
    background-color: var(--primary);
    transition: all .3s ease;
}

.appMore a:hover{
    box-shadow: 0 0 15px rgba(0,0,0,.08);
}

.proContent{
    margin-top: 45px;
    color: #666;
}

.proContent h3.title{
    font-size: 24px;
    font-family: 'AlibabaPuHuiTi-3-85-Bold';
    color: #fff;
    background-color: var(--primary);
    padding: 25px 25px;
    margin-bottom: 35px;
}

.proContent .content{
    min-height: 250px;
    margin-bottom: 45px;
}

.proContent .content p{
    color: #222;
}

.pagination{
    justify-content: center;
    margin-bottom: 45px;
    margin-top: 45px;
}

.pagination a{
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 32px;
    text-align: center;
    border-radius: 3px;
    border:1px solid #eee;
    margin: 0 3px;
}

.pagination a.page-num-current,.pagination a:hover{
    color: #fff;
    background-color: var(--primary);
}

.pagination a:nth-child(1) svg{
    transform: rotate(180deg);
}
.mainSlider,.leftInfo{
    background-color: #f8f8f8;
    padding: 45px 25px;
    border-radius: 10px;
}

.mainSlider .lefttit,.leftInfo p.title{
    font-size: 24px;
    font-family: 'AlibabaPuHuiTi-3-85-Bold';
    margin-bottom: 15px;
}

.mainSlider .xlcates .cate{
    border: 1px solid #d8dde1;
    padding: 12px 20px;
    border-radius: 25px;
    background-color: #fff;
    margin-bottom: 10px;
}

.mainSlider .xlcates .d1 p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box!important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.mainSlider .xlcates a{
    display: block;
    color: var(--main);
    font-family: 'AlibabaPuHuiTi-3-45-Light';
}

.mainSlider .xlcates .d2 span{
    display: inline-block;
    width: 18px;
}

.mainSlider .xlcates a:hover .cate,.mainSlider .xlcates .active a .cate{
    color: #fff;
    background-color: var(--primary);
}

.mainSlider .xlcates a:hover .d2 span svg,.mainSlider .xlcates .active a .d2 span svg{
    fill: #fff;
}

.leftInfo{
    margin-top: 25px;
}

.leftInfo p.title{
    padding-bottom: 25px;
    border-bottom: 1px solid var(--primary);
}

.leftInfo p.des{
    font-family: 'bboss';
    color: #666;
    margin-bottom: 25px;
}

.leftInfo .info .item{
    margin-bottom: 15px;
}

.leftInfo .info .d1 span{
    display: inline-block;
    margin-right: 10px;
}

.leftInfo .info .d1 span svg{
    width: 35px;
    height: 35px;
    fill: var(--primary);
}

.leftInfo .info .d2{
    font-size: 28px;
    color: var(--main);
    font-family: 'AlibabaPuHuiTi-3-85-Bold';
    letter-spacing: -2px;
}


.newsLists2 .item a{
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
   /* padding: 25px;*/
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0,0,0,.08);
    color: #333;
    transition: all .3s ease;
}

.newsLists2 .item .time{
    line-height: 1;
}

.newsLists2 .item .time span{
    display: none;
    /*display: inline-block;*/
    margin-right: 10px;
    vertical-align: middle;
    width: 20px;
}

.newsLists2 .item .time span svg{
    width: 100%;
    fill: var(--primary);
}

.newsLists2 .item .time font{
    display: inline-block;
    vertical-align: text-bottom;
    color: #999;
}

.newsLists2 .item .title{
    font-size: 22px;
    font-family: 'AlibabaPuHuiTi-3-85-Bold';
    color: #000;
    margin-top: 15px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box!important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.newsLists2 .item .des{
    color: #666;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box!important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 15px;
}

.newsLists2 .item .div-text{
    padding: 25px 15px;
}

.newsLists2 .item .div-text>span{
    color: var(--primary);
}

.newsLists2 .row>div{
    margin-bottom: 25px;
}



.newsLists2 .item a{
    transition: all .6s ease;
    background-size: cover;
    background-position: left;
}

.newsLists2 .item a:hover .div-img img{
    transform: scale(1.1);
}

.newsLists2 .item a:hover{
    background-image: url(../images/newslistBg.jpg);
     background-position: center;
   /* background-color: var(--primary);*/
}

.newsLists2 .item a:hover .time span svg{
    fill: #fff;
}

.newsLists2 .item a:hover .time font{
    color: #fff;
}

.newsLists2 .item a:hover .title{
    color: #fff;
}

.newsLists2 .item a:hover .des{
    color: #fff;
}

.newsLists2 .item a:hover .div-text>span{
    color: #fff;
}





























