@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: 20px;
    bottom: 40px;
    color: #fff;
    z-index: 10
}
.banner .p_scrool span {
    text-transform: uppercase;
    color: #fff;
    display: block;
    font-family: arial;
    writing-mode: tb;
    line-height: 20px;
    margin-bottom: 12px;
    font-size: 12px
}

.banner .p_scrool i {
    display: block;
    width: 20px;
    height: 30px;
    border-radius: 12px;
    border: 2px #fff solid;
    position: relative
}

.banner .p_scrool i:before {
    content: "";
    display: block;
    width: 4px;
    height: 10px;
    background: #fff;
    border-radius: 2px;
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    top: 3px;
    animation: scrollmouse 2s linear infinite
}

@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 p.p1{
    font-size: 40px;
    font-family: 'ck';
    max-width: 450px;
    letter-spacing: 5px;
}

.banner .div-text p.des{
    max-width: 1000px;
}

.banner .swiper-pagination{
	left: 95%;
	bottom: 50%;
	width: 14px;
}

.banner .swiper-pagination span{
	width: 14px;
	height: 14px;
	background-color: #fff;
	border-radius: 14px;
	transition: all .6s ease;
}

.banner .swiper-pagination span.swiper-pagination-bullet-active{
	height: 40px;
}

.banner .swiperBtn:after{
	color: #fff;
	display: block;
	min-width: 45px;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	border:1px solid #fff;
	font-size: 16px;
	border-radius: 50%;
}

.banner .swiperBtn{
	right: 3%;
    bottom: 105px;
    top: unset;
}

.banner .swiperBtn.swiper-button-prev{
	left: unset;
	right: 3%;
	bottom: 40px;
    top: unset;
}

.banner .swiperBtn:hover:after{
	background-color: #333;
	border:1px solid #333;
}

.banner .div-img img{
	transition: all 3s ease;
	transform: scale(1.1);
}

.banner .swiper-slide.swiper-slide-active .div-img img{
	transform: scale(1);
}

/*公司简介*/
.syCompany{
    background: #fff;
}

.syCompany .item{
    padding: 0 45px;
    
}

.syCompany .item.item1{
    border-right: 1px solid #efefed;
}

.syCompany .item p.title{
    font-size: 88px;
    line-height: 1;
    font-family: 'ck';
    color: #000;
    text-transform: uppercase;
    opacity: .06;

}

.syCompany .item .des{
    margin-top: -40px;
    padding-left: 15px;
    font-size: 20px;
    color: #000;
}

.syCompany .more{
    margin-top: 45px;
}

.more a{
    display: inline-block;
    padding: 15px 50px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    background: var(--primary);
    position: relative;
    z-index: 1;
}

.more a:after{
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
    background: #333;
    transition: all .4s ease;
    z-index: -1;
}

.more a:hover:after{
    width: 100%;
    left: 0;
}


.syPro .more2{
    margin-top: 45px; 
}

.more2 a{
    display: inline-block;
    padding: 15px 50px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--primary);
    background: #fff;
    position: relative;
    z-index: 1;
}

.more2 a:after{
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
    background: var(--primary);
    transition: all .4s ease;
    z-index: -1;
}

.more2 a:hover{
    color: #fff;
}

.more2 a:hover:after{
    width: 100%;
    left: 0;
}


.syPro .swiperBtn:after{
    color: #fff;
    display: block;
    min-width: 45px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border:1px solid #fff;
    font-size: 16px;
    border-radius: 50%;
}

.syPro .swiperBtn{
    right: 3%;
    bottom: calc(50% - 33px);
    top: unset;
}

.syPro .swiperBtn.swiper-button-prev{
    left: unset;
    right: 3%;
    bottom: calc(50% + 33px);
    top: unset;
}

.syPro .swiperBtn:hover:after{
    background-color: var(--primary);
    border:1px solid var(--primary);
}

.syPro .div-text{
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
}


.syPro .div-text p.p1{
    font-size: 50px;
    font-family: 'ck';
    max-width: 1000px;
    line-height: 1.4;
}

.syPro .div-text p.p2{
    font-size: 24px;
    font-weight: lighter;
    max-width: 1000px;
    margin-top: 25px;
    margin-bottom: 45px; 
}

.hotList .swiper-slide {
  transition: all 0.4s ease; 
  transform: scale(0.5); 
  opacity: 0.6; 
  cursor: pointer;
}

.hotList .swiper-slide-active {
  transform: scale(1.3); 
  opacity: 1;
  z-index: 10;
}
.hotList .swiper-slide-prev,
.hotList .swiper-slide-next {
  transform: scale(0.7);
  opacity: 0.8;
}

.hotList .swiper .swiper-wrapper{
    padding: 65px 0;
}




.hotList .swiper-slide .div-text{
    text-align: center;
    opacity: 0;
    /*display: none;*/
}

.hotList .swiper-slide.swiper-slide-active .div-text{
    opacity: 1;
}

.hotList .swiper-slide .div-text a{
    display: block;
    font-size: 30px;
    line-height: 1;
    font-weight: bold;
    padding-top: 30px;
    position: relative;
}

.hotList .swiper-slide .div-text a:before{
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    left: 50%;
    top: 0;
    background: var(--primary);
    transition: all 1s ease;
    transition-delay: .3s;
    transform-origin: center;
}

.hotList .swiper-slide.swiper-slide-active .div-text a:before{
    width: 100%;
    left: 0;
}

.hotList .swiperBtn{
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    background: #333;
}

.hotList .swiperBtn:hover{
    background: var(--primary);
}

.hotList .swiperBtn:after{
    font-size: 18px;
    color: #fff;
}

.syNews{
    background-image: url(../images/newsBg.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.newsList .item a{
    display: block;
    box-shadow: 0 0 15px rgba(0,0,0,0.08);
    background: #fff;
    color: #000;
}

.newsList .item .div-text{
    padding: 15px 20px;
}

.newsList .item p.title{
    font-size: 20px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box!important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.newsList .item .des p{
    color: #666;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box!important;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    margin: 15px 0;
}

.newsList .item .time{
    font-size: 14px;
    color: #666;
}

.newsList .item .time svg{
    width: 20px;
    height: 20px;
    fill: #666;
}

.newsList .item .time span{
    display: inline-block;
    margin-left: 5px;
    line-height: 1.6;
}

.ndetail{
    font-size: 14px;
    color: var(--primary);
    transition: all .4s ease;
}

.newsList .item:hover .div-img img{
    transform: scale(1.05);
}

.newsList .item:hover .ndetail{
    transform: translateX(-10px);
}

.newsList .item:hover p.title{
    color: var(--primary);
}

.syNews .more{
    margin-top: 55px;
}

.syAdv{
    padding: 125px 0;
    background-image: url(../images/advBg.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    color: #fff;
}

.syAdv .div-text p.p1{
    font-size: 50px;
    font-family: 'ck';
    max-width: 1000px;
    line-height: 1.4;
}

.syAdv .div-text p.des{
    font-size: 24px;
    font-weight: lighter;
    max-width: 1000px;
    margin-top: 25px;
    margin-bottom: 45px;
}

.syMsg{
    background-image: url(../images/msgBg.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.divMsg input,.divMsg textarea,.divMsg select{
    font-size: 14px;
    display: block;
    width: 100%;
    padding: 12px 15px;
    border-radius: 3px;
    color: #999;
    border:1px solid #ccc;
    background: #f1f2f3;
}

.divMsg select{
    /* 隐藏原生箭头 */
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    /* 自定义箭头：背景图 */
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 23px;
}

.divMsg select option{
    font-size: 12px;
    color: #999;
}

.divMsg .ts{
    margin-bottom: 10px;
    font-weight: bold;
}

.divMsg .ts span{
    color: #df342f;
}

.divMsg .item{
    margin-bottom: 25px;
}

.syMsg .msgTit{
    text-align: center;
    margin-bottom: 45px;
    text-transform: uppercase;
}

.msgTit p.p1{
    font-size: 58px;
    color: var(--primary);
    font-family: 'ck';
}

.msgTit p.p2{
    font-size: 22px;
    color: #000;
}

.divMsg a{
    display: inline-block;
    line-height: 1.5;
    color: var(--primary);
    border-bottom: 1px solid var(--primary);
}

.divMsg button{
    display: inline-block;
    padding: 20px 45px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: var(--primary);
    outline: none;
    border:none;
    margin-top: 35px;
    transition: all .4s ease;
}

.divMsg button:hover{
    background: #333;
}

/*底部*/
.mainFooter .main{
    padding: 125px 0;
    background-image: url(../images/foorerBg.jpg);
    background-size: cover;
    background-position: center;
    color: #fff;
}

.mainFooter .logo img{
    max-height: 65px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.mainFooter .cdes{
    font-size: 18px;
    font-weight: lighter;
    margin-top: 45px;
    margin-bottom: 55px;
    max-width: 500px;
}

.footerTel p.p1{
    text-transform: uppercase;
    font-size: 18px;
    opacity: .8;
} 

.footerTel p.p2 a{
    font-size: 40px;
    font-family: 'din';
    color: #fff;
}

.footerDh .item{
    padding-top: 35px;
    margin-left: 125px;
}

.footerDh .item p.title{
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 30px; 
    text-transform: uppercase;
}

.footerDh .item ul li{
    display: block;
    margin-bottom: 15px;
}

.footerDh .item ul li a{
    display: inline-block;
    color: #fff;
    font-size: 16px;
}

.footerDh .item ul li a:hover{
    color: var(--primary);
}

.copyright{
    padding: 15px 0;
    color: #fff;
    font-size: 14px;
    background: #333;
}

.copyright a{
    color: #fff;
}

.copyright *{
    margin: 0 10px;
}

.copyright a:hover{
    color: var(--primary);
}

/*内页开始*/
.pageTit{
    padding: 245px 0 165px 0;
    color: #fff;
    background-size: cover;
    background-position: right center;
}


.pageTit p.p1{
    font-size: 20px;
/*    font-weight: bold;
    font-family: 'ck';
    letter-spacing: 3px;*/
}

.pageTit p.p2{
    font-size: 66px;
    font-weight: bold;
    line-height: 1;
    margin-left: -15px;
}

.pageTit p.p2 i{
    font-size: 106px;
    font-family: 'din';
    color: var(--primary);
    font-style: italic;
}


.mbxDh{
    padding: 20px 0;
    color: #000;
    border-bottom: 1px solid #eee;
}

.mbxDh i{
    font-size: 20px;
    display: inline-block;
    margin-right: 10px;
}

.mbxDh span{
    display: inline-block;
    margin:  0 5px;
}

.mbxDh a{
    color: #000;
}

.mbxDh a:hover{
    color: var(--primary);
}

.nyAbout{
    background-image: url(../images/aboutBg.jpg);
    background-size: cover;
}

.nyTit{
    margin-bottom: 35px;
}

.nyTit p.tit{
    font-size: 50px;
    font-family: 'din';
    color: var(--primary);
    text-transform: uppercase;
}

.nyTit .title{
    font-size: 36px;
    font-weight: bold;
    color: #000;
}

.companyCon p{
    line-height: 2;
    margin-bottom: 10px;
    color: #333;
}

.companyCon p strong{
    font-size: 18px;
    color: #000;
}

.companyImg{
    margin-top: 45px;
}

.companyImg a{
    display: block;
    padding: 15px;
    background: #fff;
    border:1px solid #ccc;
}


.companyImg a:hover .div-img img{
    transform: scale(1.05);
}

.nyCulture{
    background-image: url(../images/culBg.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.nyCulture .nyTit .tit{
    color: #fff;
}

.culLists{
    color: #fff;
}

.culLists>div{
    margin-bottom: 25px;
}

.culLists .item{
    border:1px solid #fff;
    padding: 45px 30px;
    height: 100%;
    transition: all .4s ease;
    position: relative;
    z-index: 1;
}

.culLists .item:after{
    position: absolute;
    content: "";
    width: 40%;
    height: 6px;
    background: var(--primary);
    bottom: 0;
    left: 30%;
    transform-origin: center;
    transition: all .4s ease;
    z-index: -1;
}

.culLists .item .tb{
    text-align: center;
}

.culLists .item .tb span{
    display: inline-block;
    transition: all .4s ease;
}

.culLists .item .tb span svg{
    fill: #fff;
    height: 60px;
}

.culLists .item p.title{
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    margin: 15px 0;
}

.culLists .item p.des{
    font-size: 14px;
    line-height: 2;
    font-weight: lighter;
}

.culLists .item:hover{
    cursor: pointer;
    border:1px solid var(--primary);
}

.culLists .item:hover:after{
    width: 100%;
    height: 100%;
    left: 0;
}

.culLists .item:hover .tb span{
    transform: rotateY(180deg);
}

.nyHonor{
    background-image: url(../images/honorBg.jpg);
}

.nyHonor .honorList{
    margin-top: 65px;
    margin-bottom: 65px;
}

.honorList a{
    display: block;
    padding: 20px;
    border:1px solid #ccc;
    transition: all .4s ease;
}

.honorList a:hover .div-img img{
    transform: scale(1.05);
}

.honorList a:hover{
    border:1px solid var(--primary);
}

.nyContact{
    background-image: url(../images/conBg.jpg);
    background-size: cover;
}

.conLeft .title p.p1{
    font-size: 18px;
    color: var(--primary);
}

.conLeft .title p.p2{
    font-size: 46px;
    font-weight: bold;
    line-height: 1.2;
    color: #000;
    max-width: 750px;
    margin-top: 10px;
    margin-bottom: 45px;
}

.cinfos .item{
    margin-bottom: 25px;
}

.cinfos .item span{
    display: inline-block;
    width: 65px;
    height: 65px;
    line-height: 60px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(0,0,0,.08);
    margin-right: 15px;
}

.cinfos .item span svg{
    width: 50%;
    fill: var(--primary);
}

.cinfos .item .dtext p.p1{
    color: #999;
    margin-bottom: 10px;
}

.cinfos .item .dtext p.p2,.cinfos .item .dtext p.p2 a{
    color: #000;
}


.divMsg2{
    margin-left: 45px;
    padding: 65px 65px;
    background: rgba(0,0,0,.8);
}

.divMsg2 p.title{
    color: #fff;
    font-size: 46px;
    font-weight: bold;
    margin-bottom: 15px;
}

.divMsg2 .item{
    margin-bottom: 15px;
}

.divMsg2 .item input,.divMsg2 .item textarea{
    display: block;
    width: 100%;
    border:none;
    border-bottom: 1px solid #fff;
    background: unset;
    padding: 15px 0;
    color: #fff;
    font-size: 14px;
}

.divMsg2 .item input::placeholder,.divMsg2 .item textarea::placeholder{
    color: rgba(255,255,255,.6);
}

.divMsg2 button{
    display: block;
    width: 100%;
    margin-top: 25px;
    color: #fff;
    border:1px solid var(--primary);
    background: var(--primary);
    padding: 15px 0;
    transition: all .4s ease;
}

.divMsg2 button:hover{
    color: var(--primary);
    background: #fff;
    border:1px solid #fff;
}

.nyDt{
    
    background-image: url(../images/mapBg.jpg);
    background-size: cover;
    background-position: center;
}

/*新闻*/
.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;
}

.nyNews .newsList>div{
    margin-bottom: 30px;
}

.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);
}

.nyTit{
    margin-bottom: 45px;
}

.nyTit p.p1{
    font-size: 58px;
    color: var(--primary);
    font-family: 'ck';
}

.nyTit p.p2{
    font-size: 22px;
    color: #000;
}


/*侧边*/
.mainSlider{
    position: sticky;
    top: 125px;
}
.sliderSearch{
    box-shadow: 0 0 15px rgba(0,0,0,.08);
    padding: 30px 20px;
    background-color: #fff;
    margin-bottom: 25px;

}

.sliderSearch input{
    background-color: unset;
    border: 1px solid #eee;
    padding: 15px 15px;
    max-width: calc(100% - 60px);
}

.sliderSearch button{
    min-width: 60px; 
    background-color: var(--primary);
    padding: 15px 25px;
     box-shadow: unset;
    border: none;
    outline: none;
}

.sliderSearch button svg{
    width: 20px;
    fill: #fff;

}


/*分类*/
ul.xlcates li{
  display: block;
  margin-bottom: 2px;
  padding: 15px 25px;
  background-color: #eeeeee5c;
}

ul.xlcates li .cate .d1 a{
  display: block;
  line-height: 1.6;
}

ul.xlcates li .cate .d2 span{
  display: inline-block;
  cursor: pointer;
  line-height: 1;
  transform-origin: center;
}

ul.xlcates li .cate .d2 span svg{
  width: 14px;
  height: 14px;
  fill: #333;
}

ul.xlcates li .d1 a{
  display: block;
  line-height: 1;
  font-size: 18px;

}

ul.xlcates li .sub{
  display: none;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px dashed #f0f0f0;
}

ul.xlcates li .sub .item{

}

ul.xlcates li .sub .item>a{
  display: block;
  transition: all .3s;
  padding: 10px 15px 10px 23px;
  position: relative;
  font-size: 14px;
}

ul.xlcates li .sub .item>a:after{
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: var(--primary);
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

ul.xlcates li .sub .item>a:hover,ul.xlcates li .sub .item>a.cur{
    color: var(--primary);
}

ul.xlcates li .sub .item>a:hover:after,ul.xlcates li .sub .item>a.cur:after{
  
}

ul.xlcates li.active .cate,ul.xlcates li.on .cate{
 
}

ul.xlcates li .d2 span svg{
  transition: all .4s;
}

ul.xlcates li.active .d2 span svg{
  transform: rotate(90deg);
}

ul.xlcates li.active .sub{
  display: block!important;

}

.leftCates,.popular{
    box-shadow: 0 0 15px rgba(0,0,0,.08);
    border-radius: 15px;
    overflow:hidden;
}

.lefttit{
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    padding: 35px 25px;
    position: relative;
    background-color:var(--primary);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;

}

.lefttit:after{
   /* position: absolute;
    content: "";
    width: 45px;
    height: 3px;
    background-color: var(--primary);
    left: 0;
    bottom: 0;*/
}

.LeftNews{
    margin-top: 25px;
}

.popular{
    margin-top: 25px;
}

.popular .item{
    margin-bottom: 15px;
    padding: 0 15px;
}

.popular .item a{
    display: block;
}

.popular .item .d1{
    min-width: 80px;
    max-width: 80px;
    margin-right: 15px;
    border-radius: 5px;
    overflow:hidden;
}

.popular .item .d1 img{
    width: 100%;
    border: 1px solid #f0f0f0;
}

.popular .item .time{
    font-size: 12px;
    color: #999;
    margin-bottom: 5px;
    font-weight: bold;
}

.popular .item .title{
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box!important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.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);
}

/*产品详情*/
.nyproJs{
  padding: 40px 30px;
  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: 28px;
   font-weight: bold;
   line-height: 2;
   color: #000;
}

.topCon .div-text p.p1{
    font-size: 16px;
    margin-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.topCon .div-text p.key{
    font-size: 14px;
}

.topCon .div-text p.des{
    font-size: 14px;
    line-height: 1.8;
    color: #666;
    
    font-family: 'Ali-45';
}

.topCon .div-text .ted p{
    margin-bottom: 10px;
}

.topCon .div-text .ted i{
    display: inline-block;
    margin-right: 10px;
    vertical-align: super;
    width: 50px;
    height: 50px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(0,0,0,0.08);
}

.topCon .div-text .ted i svg{
    width: 55%;
    fill: var(--primary);
}

.topCon .div-text .ted span{
    font-size: 20px;
    font-weight: bold;
}

.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;

}
.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-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: 15px;
}

.nrtit span{
    display: inline-block;
    padding: 15px 0;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
}

.jsCon{
  background-color: #fff;
}

.jsCon .con{
  font-size: 14px;
  min-height: 250px;
  margin-bottom: 25px;
  padding: 25px 0;
}

.jsCon .con h3{
    font-size: 20px;
    color: #000;
    font-weight: bold;
}

.jsCon .con strong{
    font-weight: bolder;
    display: block;
    width: max-content;
    min-width: 100%;
    text-align: center;
}

.jsCon .con p{
  font-size: 15px;
  color: #333;
  line-height: 2;
}

.jsCon .con p img{
    margin: 10px 0;
}

.jsCon .con .table{
  text-align: center;
  margin: 15px 0;
}

.jsCon .con .table td, .jsCon .con .table th{
    vertical-align: middle;
    
}

.jsCon .con .table th{
    background: #eee;
}


.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;
}

.prev-next{
    margin-top: 45px;
    padding: 20px 0;
    border-top: 1px solid #eee;
}

.nyImgs .nyryLists .item{
    margin-bottom: 25px;
}

.nyImgs .commonTit{
    margin-bottom: 35px;
}


.prodImgs a{
    display: block;
    margin-bottom: 25px;
    overflow: hidden;
}

.prodImgs a:hover .div-img img{
    transform: scale(1.05);
}


.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);
}























































