@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{
	position: relative;
	overflow: hidden;
}
.banner .p_scrool {
    position: absolute;
    left: 50%;
    bottom: 40px;
    transform: translateX(-50%);
    z-index: 1;
    animation: scrollmouse 2s linear infinite;
}
.banner .p_scrool img{
    max-width: 20px;
}

@keyframes scrollmouse {
    from {
        transform: translate(-50%,0);
        opacity: 1
    }

    to {
        transform: translate(-50%,10px);
        opacity: 0
    }
}

.banner .div-text{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	width: 100%;
}

.banner .div-text.div-text2{
    width: auto;
    left: 0;
    width: 100%;
    transform: translateY(-40%);
}

.banner .div-text p.p1{
    font-size: 40px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}

.banner .div-text .xt{
    margin: 35px auto;
    position: relative;
    width: 0;
    height: 6px;
    background: #8dc557c9;
}

.banner .div-text p.des{
    max-width: 1040px;
    text-align: center;
    margin: auto;
    font-size: 14px;
    line-height: 1.6;
}

.banner .div-text p.p2{
    font-size: 40px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    position: relative;
    display: inline-block;
    z-index: 2;
}

.banner .div-text p.p2:after{
    position: absolute;
    content: "";
    width: 100%;
    height: 6px;
    background: var(--primary);
    left: 0;
    bottom: 15px;
    z-index: -1;
}

.banner .div-text p.des2{
    color: #fff;
    max-width: 850px;
    font-size: 14px;
    line-height: 1.8;
    margin-top: 25px;
    padding-bottom: 25px;
    border-bottom: 4px solid #8dc55766;
    margin-bottom: 35px;
}

.banner .div-text p.p3{
    font-size: 40px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    position: relative;
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.banner .div-text p.p4{
    font-size: 56px;
    font-weight: bold;
    color: #fff;
    position: relative;
    text-align: center;
}

.banner .div-text p.des3{
    color: #fff;
    max-width: 1000px;
    font-size: 15px;
    line-height: 1.8;
    margin-top: 15px;
    margin-bottom: 35px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.banner .swiper-pagination{
    width: 14px;
	left: 95%;
	top: 50%;
    transform: translateY(-30%);
}

.banner .swiper-pagination span{
	width: 4px;
	height: 45px;
	background-color: rgba(255,255,255,1);
	border-radius: 14px;
	transition: all .6s ease;
}

.banner .swiper-pagination span.swiper-pagination-bullet{
    display: inline-block;
    margin-top: 4px;
    margin-bottom: 4px;
    opacity: 1;

}

.banner .swiper-pagination span.swiper-pagination-bullet-active{
	background-color:var(--primary);
}

/*产品*/
.syPro{
    background-color: #f1f2f3;
    background-image: url(../images/proBg.jpg);
    background-position: left;
    background-size: auto 100%;
    background-repeat: no-repeat;
}

.proTop{
    margin-bottom: 45px;
}

.proTop .main{
    padding: 0 4%;
}

.proTop .d1{
    margin-right: 25px;
} 

.commonTit p.p1{
    font-size: 40px;
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
    line-height: 1;
    position: relative;
    z-index: 1;
}

.commonTit p.p1:after{
    position: absolute;
    content: "";
    width: 140px;
    height: 8px;
    background: var(--primary);
    left: 3px;
    bottom: 0px;
    z-index: -1;
}

.proCates a{
    font-size: 13px;
    display: inline-block;
    margin-left: 15px;
    padding: 5px 20px;
    border-radius: 10px;
    background: var(--primary);
    color: #000;
    line-height: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: all .4s ease;
}

.proCates a:hover{
    background: #333;
    color: #fff;
}

.proList .main{
    padding-left: 4%;
    margin-bottom: 35px;
}

.proList .item a{
    display: block;
    background: #fff;
    color: #000;
}

.proList .item .div-text{
    text-align: center;
    padding: 25px 25px;
    position: relative;
}

.proList .item .div-text:after{
    position: absolute;
    content: "";
    width: 84%;
    height: 1px;
    left: 8%;
    top: 0;
    background: var(--primary);
    transition: all .4s ease;
    transform-origin: center;
}

.proList .item .div-text p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box!important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: all .4s ease;
}

.proList .item:hover .div-img img{
    transform: scale(1.05);
}

.proList .item:hover .div-text:after{
    width: 100%;
    left: 0;
}

.proList .item:hover .div-text p{
    font-weight: bold;
    color: var(--primary);
}

.proList .swiper-pagination{
    position: unset;
    display: flex;
    max-width: 80%;
}

.proList .swiper-pagination .swiper-pagination-bullet{
    background:rgba(0,0,0,.08);
    width: 100%;
    border-radius: 0;
    height: 4px;
    margin: 0;
}

.proList .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #fff;
}

.rmore a{
    color: #000;
    font-size: 14px;
    display: inline-block;
    padding: 15px 35px;
    position: relative;
    z-index: 1;
    transition: all .4s ease;
}

.rmore a:after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: var(--primary);
    left: 0;
    top: 0;
    transform: skewX(-25deg);
    z-index: -1;
    transition: all .4s ease;
}

.rmore a:hover:after{
    transform: skewX(0deg);
}


.syAbout{
    background-color: #f5f5f5;
    background-image: url(../images/aboutBg.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom;
}

.chx{
    width: 80%;
    height: 2px;
    background: #c7c7c7;
    margin-left: auto;
}

.aboutCon{
    margin-top: 55px;
}

.aboutCon .d1{
    max-width: 850px;
    margin-right: 45px;
}

.aboutCon .d1 .des{
    color: #999999;
    line-height: 2.4;
}

.aboutCon .d1 .des p{
    margin-bottom: 5px;
}

.aboutCon .d1 .rmore{
    margin-top: 65px;   
}

.aboutCon .d1 .rmore{
    text-align: right;
}

.aboutCon .d1 .rmore a{
    color: #fff;
}

.aboutNum .item:nth-child(2){
    margin: 25px 0;
}

.aboutNum .item a{
    color: #000;
    display: block;
    padding: 30px 30px;
    background-color: #fff;
    outline:2px solid var(--primary);
    border-radius: 15px;
}

.aboutNum .item p.p1{
    font-size: 42px;
    line-height: 1;
    font-weight: bold;
    color: var(--primary);
    font-family: 'DIN-B';
    margin-bottom: 10px;
}

.aboutNum .item p.p2{
    font-size: 14px;
    margin-left: 3px;
}

.aboutNum .item img{
    max-width: 25px;
    transition: all .4s ease;
}

.aboutNum .item.item2 a{
    color: #fff;
    background-image: url(../images/num2.jpg);
    background-size: cover;
    background-position: center;
    outline:unset;
}

.aboutNum .item.item2 p.p1,.aboutNum .item:hover p.p1,.aboutNum .item:hover a{
    color: #fff;
}

.aboutNum .item:hover img{
    transform: translateX(5px);
}

.aboutNum .item.item1:hover a{
    background-image: url(../images/num1.jpg);
    background-size: cover;
    background-position: center;
    outline:unset;
}

.aboutNum .item.item3:hover a{
    background-image: url(../images/num3.jpg);
    background-size: cover;
    background-position: center;
    outline:unset;
}

/*优势*/
.syAdv{
    background-image: url(../images/advBg.jpg);
    background-size: cover;
    background-attachment: fixed;
}

.syAdv .commonTit p.p1{
    color: #fff;
}

.syAdv .commonTit p.p1:after{
    left: 0;
}

.syAdv .advLists{
  margin-top: 85px;
  margin-bottom: 55px;
}

.advLists .item{
    height: 100%;
    text-align: center;
    color: #fff;
    border:1px solid #fff;
    padding: 65px 25px 85px 25px;
    
    position: relative;
    z-index: 1;
}

.advLists .row>div{
    margin-bottom: 25px;
}

.advLists .item:after{
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--primary);
    z-index: -1;
    transition: all .4s ease;
}



.advLists .item p.p1{
    font-size: 20px;
    font-weight: bold;
}

.advLists .item p.des{
    font-size: 14px;
    line-height: 2;
    min-height: 85px;
    margin-bottom: 35px;
    margin-top: 35px;
}

.advLists .item:hover:after{
    width: 100%;
}

.advLists .item:hover{
    border:1px solid var(--primary);
}


.rmore2 a{
    color: #fff;
    font-size: 12px;
    display: inline-block;
    padding: 10px 30px;
    position: relative;
    z-index: 1;
    transition: all .4s ease;
}

.rmore2 a:after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border:1px solid #fff;
    left: 0;
    top: 0;
    transform: skewX(-25deg);
    z-index: -1;
    transition: all .4s ease;
}

.rmore2 a:hover{
    /*color: #fff;*/
}

.rmore2 a:hover:after{
    transform: skewX(0deg);
}

.syNews{
    /*background-image: url(../images/newsBg.jpg);*/
}

.syNews .commonTit p.p1:after{
    width: 95%;
}

.newsTop{
    margin-bottom: 45px;
}

.newsLeft .div-img{
    border-radius: 20px;
    overflow: hidden;
}

.newsLeft .div-img:hover img{
    transform: scale(1.05);
}

.newsRight .item a{
    display: block;
    color: #333;
    padding: 13px 20px;
}

.newsRight .item p.title{
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box!important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.newsRight .item p.des{
    font-size: 13px;
    color: #999999;
    line-height: 1.8;
    margin: 5px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box!important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.newsRight .item .time{
    font-size: 13px;
    display: inline-block;
    padding: 2px 25px;
    border-radius: 25px;
    color: var(--primary);
    border:1px solid var(--primary);
}

.newsRight .item:hover p.title{
    color: var(--primary);
}

.newsRight .item:hover .time{
    background-color: var(--primary);
    color: #fff;
}

.mainFooter{
    background: #333;
    color: #fff;
}

.mainFooter .main{
    padding: 85px 0;
}

.mainFooter a{
    color: #fff;
}

.mainFooter a:hover{
    color: var(--primary);
}

.fdhs{
    position: relative;
}

.fdhs:after{
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: rgba(255,255,255,.6);
    left: 0;
    top: 85px;
}

.fdhs .flogo img{
    height: 60px;
}

.cinfos{
    margin-top: 63px;
}

.cinfos .item{
    margin-bottom: 15px;
    max-width: 550px;
}

.cinfos .item a{
    font-family: 'DIN-B';
}

.cinfos .item .d1{
    margin-right: 10px;
    min-width: 45px;
}

.mainFooter .fright{
    max-width: 800px;
    margin-left: auto;
}

.fright .item p.title{
    font-size: 20px;
    font-weight: bold;
    padding-left: 45px;
    margin-top: 14px;
    margin-bottom: 70px;
    position: relative;
}

.fright .item p.title:after{
    position: absolute;
    content: "";
    width: 30px;
    height: 4px;
    background: var(--primary);
    left: 0;
    top: 15px;
}

.fright .item ul{
    display: block;
    padding-left: 45px;
}

.fright .item ul li a{
    display: inline-block;
    line-height: 2;
    margin-bottom: 10px;
    font-size: 15px;
}

.copyright{
    padding: 15px 0;
    font-size: 12px;
    background: #000;
}

.copyright p{
    margin: 0 5px;
}

/*内页开始*/
.ny{
    padding: 85px 0; 
}

.mbxDh{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 25px 0;
    border-top: 1px solid #8dc5569c;
    background-color: rgba(0,0,0,.2);
    font-size: 14px;
    color: #fff;
    line-height: 1;
}

.mbxDh a{
    color: #fff;
}

.mbxDh .tb{
    display: inline-block;
    margin-right: 5px;
}

.mbxDh svg{
    width: 20px;
    fill: var(--primary);
}

.mbxDh i{
    display: inline-block;
    margin: 0 8px;
}

.nyAbout{
    background-image: url(../images/aboutBg2.jpg);
    background-size: cover;
}

.aboutMenu{
    max-width: 800px;
    margin: auto;
    border-radius: 20px;
    box-shadow: 0 0 15px rgba(0,0,0,.08);
    overflow: hidden;
}

.aboutMenu a{
    display: block;
    padding: 30px 25px;
    text-align: center;
    position: relative;
    transition: all .4s ease;
}

.aboutMenu .item:not(:last-child) a:after{
    position: absolute;
    content: "";
    width: .5px;
    height: 35px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #eee;

}

.aboutMenu a.active,.aboutMenu a:hover{
    background-color: var(--primary);
    color: #fff;
}

.aboutMenu a.active:after,.aboutMenu a:hover:after{
    display: none;
}

.nyaboutCon{
    margin-top: 65px;
}

.nrTit{
    text-align: center;
    margin-bottom: 25px;
}

.nrTit p.entit{
    font-size: 56px;
    line-height: 1;
    font-weight: bold;
    color: rgba(0,0,0,.04);
    text-transform: uppercase;
}

.nrTit p.title{
    color: #000;
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
}

.nyaboutCon .des p{
    line-height: 2;
    margin-bottom: 10px;
    color: #999;
}

.nyNum{
    margin-top: 45px;
    margin-bottom: 55px;
}

.nyNum .item{
    background: var(--primary);
    border-radius: 5px;
    width: 30%;
    padding: 35px 35px;
    cursor: pointer;
    box-shadow: 0 0 15px rgba(0, 0, 0, .08);
}

.nyNum .item .tb{
    margin-right: 10px;
}

.nyNum .item .tb svg{
    height: 65px;
    fill: #fff;
    transition: all .4s ease;
}

.nyNum .item p.p1{
    font-size: 46px;
    font-family: 'DIN-B';
    line-height: 1;
    color: #fff;
}

.nyNum .item p.p2{
    color: #666;
    margin-left: 3px;
    color: #fff;
}

.nyNum .item:hover .tb svg{
    transform: rotateY(180deg);
}

.qyWh{
    margin-top: 35px;
}

.qyWh .row>div{
    margin-bottom: 25px;
}

.qyWh .item{
    height: 100%;
    padding: 55px 25px;
    margin-bottom: 25px;
    background-color: #f1f2f3;
    cursor: pointer;
    transition: all .3s; 
}

.qyWh .item p.p1{
    text-align: center;
    font-size: 26px;
    color: #000;
    font-weight: bold;
    padding-bottom: 15px;
    margin-bottom: 8px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box!important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.qyWh .item p.p1:after{
    position: absolute;
    content: "";
    width: 45px;
    height: 4px;
    left: 50%;
    bottom: 0;
    background-color: var(--primary);
    transform: translateX(-50%);
    transition: all .6s;
}

.qyWh .item p.p2{
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    display: none;
}

.qyWh .item .des{
    margin: 20px 0;
    font-size: 14px;
    line-height: 1.8;
    color: #000;
    transition: all .3s;
}

.qyWh .item .tb{
    text-align: center;
    margin-bottom: 25px;

}

.qyWh .item .tb svg{
    height: 50px;
    transition: all .6s;
    fill: var(--primary);
}

.qyWh .item:hover{
    box-shadow: 0 0 15px rgba(0,0,0,.08);
}

.qyWh .item:hover .des{
/*    color: var(--primary);*/
}

.qyWh .item:hover svg{
    transform: rotateY(180deg);
}

.qyWh .item:hover p.p1:after{
    width: 65px;
}



.nyAdv{
    background-image: url(../images/advBg2.jpg);
    background-size: cover;
    background-position: center;
}

.nyAdv .advItems{
    margin-top: 35px;
}

.advItems .item span{
    display: inline-block;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 3px;
    margin-right: 10px;
    background: var(--primary);
    border-top-left-radius: 25px;

}

.advItems .item p.p1{
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 25px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.contactinfos{
    padding: 25px 35px;
    background-color: #f4f4f4;
}


.contactinfos .item{
    padding-bottom: 25px;
    padding-top: 25px;
    
}

.contactinfos .item:not(:last-child){
    border-bottom: 1px solid #c7c7c7;
}

.contactinfos .item .tb{
    display: inline-block;
    width: 65px;
    height: 65px;
    line-height: 60px;
    text-align: center;

   border:2px solid var(--primary);
    margin-right: 10px;
}

.contactinfos .item .tb svg{
    fill: var(--primary);
    width: 60%;
}

.contactinfos .item p.p1{
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

.contactinfos .item p.p2,.contactinfos .item p.p2 a{
    color: #66656a;
}

.contactinfos .item p.p2 a:hover{
    color: var(--primary);
}

.infoBlock{
    margin-top: 45px;
}


.divForm{
    max-width: 850px;
    margin: auto;
    margin-top: 35px;
}


.divForm input,.divForm textarea{
    display: block;
    width: 100%;
    border: unset;
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,.8);
    padding: 15px 15px;
    margin-bottom: 20px;
    background-color: unset;
    text-shadow: unset;
    outline: none;
    font-size: 14px;
}

.divForm input::placeholder,.divForm textarea::placeholder{
    color: rgba(255,255,255,.8);
}

.divForm button{
    display: inline-block;
    text-align: center;
    background-color: var(--primary);
    color: #fff;
    margin: auto;
    border: none;
    text-shadow: unset;
    outline: none;
    padding: 15px 30px;
    text-align: center;
    text-transform: uppercase;
    transition: all .3s ease;
}

.divForm button:hover{
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    color: #fff;
}


.nyMessage{
    background-image: url(../images/conBg.jpg);
    background-size: cover;
    background-attachment: fixed;
    /*background-color: #f5f5f5;*/
}

.nyMessage .d1{
    margin-right: 35px;
    margin-top: 55px;
}


.nyMessage .divForm button{
    width: 100%;
    margin-top: 35px;
}

.nyMessage .divForm input, .nyMessage .divForm textarea{
  
}

.nrTit2{
    color: #fff;
    max-width: 450px;
}

.nrTit2 p.entit{
    font-size: 36px;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    opacity: .4;
}

.nrTit2 p.des{
    margin-top: 25px;
    line-height: 2;
}

.lyTb{
    margin-top: 45px;
}

.lyTb svg{
    width: 45px;
    fill: var(--primary);
}


.newsLists .item{
    margin-bottom: 25px;
}

.newsLists .item a{
    display: block;
    box-shadow: 0 0 15px rgba(0,0,0,.1);
    border-radius: 10px;
    color: #333;
    overflow: hidden;
}

.newsLists .item .div-text{
    padding: 35px 35px;
}

.newsLists .item .div-text p.title{
    font-size: 18px;
    font-weight: bold;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box!important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.newsLists .item .div-text .des{
    font-size: 15px;
    line-height: 1.8;
    color: #999;
    margin-top: 15px;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box!important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.newsMore{
    margin-top: 25px;
}

.newsMore span{
    display: inline-block;
    padding: 8px 35px;
    border-radius: 45px;
    border: 1px solid var(--primary);
    color: var(--primary);
    font-size: 14px;
}

.newsLists .item .div-img{
    position: relative;
    max-width: 340px;
    width: 340px;
    min-width: 340px;
}

.newsLists .item .time{
    margin-left: 15px;
}

.newsLists .item .time span{
    font-size: 14px;
    color: #999;
    display: inline-block;
}

.newsLists .item:hover .div-img img{
    transform: scale(1.06);
}

.newsLists .item:hover .div-text p.title{
    color: var(--primary);
}

.newsLists .item:hover .newsMore span{
    color: #fff;
    background: var(--primary);
}


.newsDetail h2.title{
    font-size: 28px;
    font-weight: bold;
    color: #333;
    text-align: center;
}

.newsDetail .meta{
    padding-top: 15px;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    line-height: 1;
    color: #999;
}

.newsDetail .meta>div>div{
    margin: 0 15px;
}

.newsDetail .meta span{
    display: inline-block;
    margin-right: 3px;
    vertical-align: text-bottom;
    line-height: 1;
}

.newsDetail .meta span svg{
    fill: var(--primary);
}


.newsDetail .content{
    min-height: 250px;
    margin-bottom: 35px;
}

.newsDetail .content p{
    color: #666;
    line-height: 2;

}

.newsDetail .content p strong{
    color: #000;
}

.prevNext .d1{
    font-weight: bolder;
    color: #000;
}

.prevNext .d1 a{
    display: inline-block;
    font-weight: normal;
    color: #999;
    margin-left: 5px;
    overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box!important;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}

.prevNext .d1 p{
    margin-top: 10px;
}

.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: 45%;
    fill: #fff;
}

.prevNext .d2 a:hover{
    background-color: #333;
}


.mainSlider,.leftInfo{

    padding: 0 0 65px 0;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
    overflow: hidden;
}

.mainSlider .lefttit,.leftInfo p.title{
    font-size: 24px;
    font-family: 'Ali-85';
    margin-bottom: 15px;
    padding: 35px 35px;
    background-color: var(--primary);
    background-image: url(../images/titBg.png);
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;

}

.leftInfo font{
    display: block;
    font-size: 16px;
    color: #000;
    line-height: 1;
    font-weight: bold;
}

.mainSlider .xlcates .cate{
    padding: 15px 20px;
    background-color: #f8f8f8;
    margin-bottom: 10px;
    border-left: 4px solid #f8f8f8;
}

.mainSlider .xlcates .d1 p{
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box!important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.mainSlider .xlcates a{
    display: block;
    color: #333;
    
}

.mainSlider .xlcates .d2 span{
    display: inline-block;
    width: 18px;
}

.mainSlider .xlcates a:hover .cate,.mainSlider .xlcates .active a .cate{
    border-left: 4px solid var(--primary);
}

.mainSlider .xlcates a:hover .d2 span svg,.mainSlider .xlcates .active a .d2 span svg{
 
}

.leftInfo .leftCon{
    padding: 15px 20px;
    background: #f8f8f8;
}

.leftInfo .leftCon .info{
    padding-top: 15px;
}

.leftInfo{
    margin-top: 25px;
}

.leftInfo p.title{
    padding-bottom: 25px;
    border-bottom: 1px solid var(--primary);
}

.leftInfo p.des{
    font-family: 'Ali-85';
    color: #666;
    margin-bottom: 25px;
}

.leftInfo .info .item{
    margin-bottom: 25px;
}

.leftInfo .info span{
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}

.leftInfo .info span svg{
    width: 25px;
    height: 25px;
    fill: var(--primary);
}

.leftInfo .info .d2 p{
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.4;
    margin-top: 10px;
}


/*产品详情*/
.nyproJs{
  padding: 40px 35px;
  background-color: #fff;
  margin-bottom: 15px;
  box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}


.topCon .div-text{
    height: 100%;
}

.topCon .div-text p.title{
   font-size: 20px;
   font-weight: bold;
   color: #000;
}

.topCon .div-text p.p1{
    font-size: 16px;
    margin-top: 15px;
}

.topCon .div-text p.key{
    font-size: 14px;
}

.topCon .div-text p.des{
    font-size: 14px;
    line-height: 1.8;
    color: #999;
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box!important;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}

.topCon .div-text .ted p{
    margin-bottom: 10px;
}

.topCon .div-text .ted i{
    display: inline-block;
    margin-right: 10px;
    vertical-align: super;
}

.topCon .div-text .ted i svg{
    width: 40px;
    height: 40px;
    fill: var(--primary);
}

.topCon .div-text .ted span{
    font-size: 24px;
    font-family: 'Ali-85';
}

.topCon .div-text .design{
    font-size: 26px;
    margin-top: 25px;
    border-radius: 35px;
    font-family: 'Ali-105';
    margin-bottom: 25px;
    color: var(--primary);
}

.topBtn{
    margin-top: 45px;
}

.topBtn a{
    display: inline-block;
    margin-right: 15px;
    font-size: 16px;
    color: #fff;
    transition: all .36s ease;
    padding: 10px 45px;
    border-radius: 25px;
}

.topBtn a:nth-child(1){
    
    border: 1px solid var(--primary);
    color: var(--primary);
}

.topBtn a:nth-child(2){
    background: #333333;
    border: 1px solid #333333;
}

.topBtn a:nth-child(1):hover{
    background: var(--primary);
    color: #fff;
    border:1px solid var(--primary);
}

.topBtn a:nth-child(2):hover{
    background:#fff ;
    color: #333333;
    border:1px solid #333333;
}

.proBig{
    border:1px solid #eee;
    margin-bottom: 15px;
}

.proSmall .swiper-button-prev,.proSmall .swiper-button-next{
    padding: 25px 0;
    background-color: var(--primary);
}
.proSmall .swiper-button-prev:after,.proSmall .swiper-button-next:after{
    display: inline-block;
    font-size: 14px;
    color: #fff;
}

.proSmall .div-img{
    border:1px solid #eee;
    border-radius: 5px;
}

.proSmall .swiper-slide-active.swiper-slide-thumb-active{
    border:1px solid var(--primary);
    border-radius: 5px;
}

.proSmall .swiper-button-next.swiper-button-disabled, .proSmall .swiper-button-prev.swiper-button-disabled{
    opacity: .15;
}

.nrtit{
    margin-top: 45px;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 25px;
}

.nrtit span{
    display: inline-block;
    padding: 15px 15px;
    border-top-right-radius: 35px;
    border-top-left-radius: 35px;
    text-transform: uppercase;
    font-size: 22px;
    color: #000;
    font-weight: bold;
    border-bottom: 4px solid #8dc557;
}

.jsCon{
  background-color: #fff;
}

.jsCon .con{
    min-height: 350px;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #eee;
}

.jsCon .table{
    font-size: 14px;
}

.jsCon .table td, .jsCon .table th{
  vertical-align: middle;
}

.jsCon .con h3{
  font-size: 20px;
  margin-top: 25px;
  margin-bottom: 15px;
  font-weight: bolder;
  color: #8dc556;
}

.jsCon .con ul li p{
  padding-left: 15px;
  position: relative;
}

.jsCon .con ul li p:after{
  position: absolute;
  display: inline-block;
  content: "";
  width: 7px;
  height: 7px;
  background-color: #333;
  border-radius: 50%;
  left: 0;
  top: 12px;
}

.jsCon .con .div-img{
  margin:15px 0;
}


.keywords{
    margin-top: 35px;
    margin-bottom: 45px;
}

.keywords span{
    display: inline-block;
    padding: 5px 10px;
    min-width: 59px;
    text-align: center;
    border-radius: 3px;
    margin-left: 10px;
    border: 1px solid #d9d9d9;
}

.proList2 .item{
    box-shadow: 0 0 15px rgba(0,0,0,.06);
    margin-bottom: 25px;
}


.nyImglist .nrTit{
    margin-top: 65px;
}

.nyryLists{
    margin-top: 35px;
}


.nyryLists .item{
    display: block;
    cursor: pointer;
    padding: 4px;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,.09);
    margin-bottom: 25px;
}

.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 / 20%);
    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);
}

.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);
}
































































