@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: 145px;
}
.banner .swiper-slide{
	position: relative;
}

.banner .swiper-slide .div-text{
	position: absolute;
    left: 45px;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 99;
    color: #fff;
    display: flex;
    align-items: center;
    transform: translateY(-45px);
}

.banner .swiper-slide .div-text h2.title{
	font-size: 70px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 3px;
	word-spacing: 5px;
	margin-top: 15px;
}

.banner .swiper-slide .div-text p.p1{
	font-size: 26px;
	color: var(--primary);
	text-transform: uppercase;
}

.banner .swiper-pagination .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	border-radius: 0;
	background-color: #fff;
	position: relative;
	margin: 0 10px;
	width: 14px;
    height: 14px;
    background: unset;
    border: 1px solid #fff;
}

.banner .swiper-pagination .swiper-pagination-bullet:after{
	position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #fff;
    top: 3px;
    left: 3px;
    border-radius: 50%;
}


.banner .swiper-slide .div-text .more{
	margin-top: 85px;
}


.more a{
	display: inline-block;
	color: #fff;
	padding: 15px 25px;
	font-weight: bold;
	font-size: 24px;
	background-color: var(--primary);
}

.more a span{
	display: inline-block;
	margin-left: 10px;
}

.more a span svg{
	fill: #fff;
	width: 20px;
}

.more a:hover{
	color: #fff;
	font-weight: bold;
	background-color: var(--main);

}

.sp{
	padding: 95px 0;
}



/*首页留言*/

.serLists .item a{
	padding: 55px 15px;
	text-align: center;
	background-color: #f8f8f8;
	margin-top: 25px;
	display: block;
	width: 100%;
	color: #999999;
	position: relative;
	z-index: 1;
	box-shadow: 0 0 15px #fff;
	transition: all .8s ease;
}

.serLists .item a:after{
	position: absolute;
	content: "";
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	background-color: var(--primary);
	transition: all .8s ease;
	z-index: -1;
}

.serLists .item img{
	transition-delay: .3s;
	transition: all .8s ease;
}

.serLists .item svg{
	fill: #999999;
	transition: all .4s ease;
}

.serLists .item .tb{
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.serLists .item .tb span{
	display: inline-block;
	width: 65px;
}

.serLists .item .tb:after{
	position: absolute;
	content: "";
	width: 70px;
	height: 1px;
	background-color: var(--primary);
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}

.serLists .item p.title{
	font-size: 18px;
}

.serLists .item a:hover{
	color: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,.2);
}

.serLists .item a:hover:after{
	width: 100%;
}

.serLists .item a:hover .tb:after{
	background-color: #fff;
}

.serLists .item a:hover .tb svg{
	fill: #fff;
}

.serLists .item a:hover .tb img{
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
	transform: rotateY(180deg);
}


.lyService{
    position: relative;
    z-index: 1;
    margin-top: -10%;
}

.lyForm{
	background-color: var(--main);
	padding: 65px 35px;
	color: #fff;
	
}

.lyForm .item{
	margin-bottom: 25px;
	position: relative;
}

.lyForm .item:after{
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	right: 15px;
	top: 20px;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	border-top:8px solid #d8d8d8;
}

.lyForm input{
	display: block;
	width: 100%;
	padding: 10px 25px;
	border: 1px solid #eee;
	color: #999999;
	position: relative;
}

.lyForm input::placeholder{
	color: #d8d8d8;
}


.lyForm button{
	border: none;
	padding: 10px 35px;
	color: #fff;
	background-color: var(--primary);
	box-shadow: none;
	font-size: 20px;
	font-weight: bold;
	margin-top: 15px;
}



.lyForm p.p1{
	font-size: 30px;
	font-weight: bold;
}

.lyForm p.p2{
	font-size: 20px;
	margin-bottom: 25px;
}

.lyForm p.des{
	font-size: 12px;
}


/*产品列表*/
.inproLists{
	padding: 0 6%;
	margin-top: 45px;
	position: relative;
}


  .inproLists{
    --swiper-theme-color: #ff6600;/* 设置Swiper风格 */
    --swiper-navigation-color: #f3f3f3;/* 单独设置按钮颜色 */
    --swiper-navigation-size: 20px;/* 设置按钮大小 */
  }

   .inproLists .swiper-button-next,  .inproLists .swiper-button-prev{
   	width: 45px;
   	height: 45px;
   	line-height: 45px;
   	text-align: center;
   	background-color: #fafafa;
   	border-radius: 50%;
  }

  .inproLists .swiper-button-next:hover,.inproLists .swiper-button-prev:hover{
  	--swiper-navigation-color: #fff;
  	background-color: var(--primary);
  }


  .inproLists .item{
  	position: relative;
  	color: #666666;
  	z-index: 1;
  	display: block;
  	cursor: pointer;
  }

  .inproLists .item:after{
  	position: absolute;
  	content: "";
  	width: 100%;
  	height: 70%;
  	background-color: #f8f8f8;
  	left: 0;
  	bottom: 0;
  	transition: all .3s ease;
  	z-index: -1;
  	transition: all .3s ease;
  }

  .rmore{
  	text-align: center;
  	color: #999999;
  	margin-top: 15px;
  }

  .rmore span{
  	text-decoration: underline;
  }

   .inproLists .item .div-text{
   	padding: 25px 15px;
   }

  .inproLists .item .div-text p.title{
  	font-size: 20px;
  }

  .inproLists .item .div-text p.des{
  	font-size: 14px;
  }

.inproLists .item:hover:after{
	background-color: var(--primary);

}

.inproLists .item:hover{
	color: #fff;
	box-shadow: 0 5px 15px rgba(0,0,0,.2);
}

 .inproLists .item:hover p.title, .inproLists .item:hover p.des, .inproLists .item:hover .rmore span{
 	color: #fff;
 }



/*首页产品end*/

.proLists{
	margin-top: 45px;
}

.proLists .item{
	display: block;
	position: relative;
	cursor: pointer;
	text-align: center;
	overflow: hidden;
	background-color: #fff;
	color: #111111;
}

.proLists .item .nrwz{
	padding: 15px;
} 

.proLists .item .title{
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box!important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	margin-top: 25px;
	margin-bottom: 15px;
}

.proLists .item .des{
	font-size: 15px;
	color: #888;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box!important;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.proLists .item .rmore span{
	display: block;
	width: 100%;
	text-align: center;
	color: #fff;
	background-color: var(--main);
	padding: 15px 0;
	font-size: 15px;
	line-height: 24px;
	transition: all .3s ease;
}

.proLists .item:hover .rmore span{
	background-color: var(--primary);
}

.proLists .item:hover .div-img img{
	transform: scale(1.1);
}

/*公司简介*/
.comT{
	font-size: 32px;
	font-weight: bold;		
}

.comT font{
	color: var(--primary);
}


.syAbout{
	background-size: cover;
	background-repeat: no-repeat;
	margin-top: 45px;
}

.syAbout .comT{
	color: #fff;
	margin-bottom: 15px;
}




.syAbout .titdes{
	color: #fff;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 25px;
	max-width: 520px;
}


.syAbout .div-text .des strong{
	display: block;
	margin-bottom: 10px;
}

.syAbout .div-text .des{
	margin-bottom: 25px;
}

.syAbout .div-text .des p{
	color: #fff;
	margin-bottom: 3px;
	font-size: 14px;
    font-weight: lighter;
    line-height: 22px;
}

.syProduct .comT{
	color: #323232;
	text-transform: uppercase;
}

.syProduct .comT font{
	color: var(--main);
}

.syProduct .comT .des{
	font-size: 20px;
	color: #999999;
	font-weight: lighter;
	text-transform: none;
}


.proshow .comT{
	margin-bottom: 45px;
	margin-top: 65px;
}

.proshow .tit{
	font-size: 20px;
	margin-bottom: 15px;
}

.proshow .des p{
	margin-bottom: 10px;
	color: #666666;
}

#thumbs{
	margin-bottom: 25px;
	margin-top: 45px;
}

#thumbs .div-img{
	border: 2px solid #eee;
	text-align: center;
}


.proShowImgs{
	margin-top: 65px;
}

.proShowImgs .div-img{
	max-width: 650px;
	margin-left: auto;
	background-image: url(../images/probg.png);
	background-size: 65% auto;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
}

.proshow .des p font{
	color: var(--primary);
}

.jmore{
	text-transform: uppercase;
}

.jmore img{
	max-width: 55px;
}

.syFG{
	background-image: url(../images/fgBg.png);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}

.syFG .comT {
    color: #fff;
    
    text-align: center;
}

.syFG .comT .des{
	font-weight: lighter;
    font-size: 20px;
    max-width: 800px;
    margin: 0px auto 25px;
}
.syFG .comT span{
	text-transform: uppercase;
	font-size: 66px;
}

.syFG .more{
	text-transform: uppercase;
	margin: auto;
	text-align: center;
}

.caseList .item .div-text .num{
	font-size: 70px;
	color: #e7e7e7;
	letter-spacing: 15px;
}

.caseList .item .div-text p.title{
	font-size: 40px;
	margin: 25px 0;
	color: #111111;
}

.caseList .item .div-text p.des{
	line-height: 30px;
	color: #888;
	margin-bottom: 25px;
}

.caseList .item{
	margin-bottom: 45px;
}

.caseList .item:nth-child(even) .row{
	flex-direction: row-reverse;
}



#Honor .swiper-wrapper{
  padding: 125px 0;
}
#Honor .swiper-slide{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;   
}


#Honor .swiper-slide .item{
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  color: #fff;
  transition: all .3s ease;
}
#Honor .swiper-slide-active{
  z-index: 9;
}

#Honor .swiper-slide.swiper-slide-next{
  z-index: 8;
}

.appList .item .div-text{
  position: absolute;
  bottom: 25px;
  left: 25px;
  display: none;
}

#Honor .swiper-slide.swiper-slide-visible.swiper-slide-next{
	z-index: 8
}

#Honor .swiper-slide.swiper-slide-visible.swiper-slide-active{
	z-index: 9;
}


#Honor .swiper-slide.swiper-slide-visible{
	z-index: 7;
}

#Honor .swiper-slide.swiper-slide-visible.swiper-slide-duplicate-prev{
	z-index: 6;
}


/*新闻*/
.syNews{
	background-image: url(../images/newsBg.png);
	background-size: cover;
	background-position: center;

}

.syNews .newsLists{
	margin-top: 45px;
}

.newsLists a.item{
	display: block;
	width: 100%;
	background-color: #fff;
	overflow: hidden;
	padding-bottom: 15px;
	margin-bottom: 25px;
	border-bottom: 4px solid var(--primary);
	box-shadow: 0 0 10px rgba(0,0,0,.15);
}

.newsLists .item .div-img{
	position: relative;
}

.newsLists .item .time{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: rgba(0,0,0,.8);
	color: #fff;
	padding: 15px;
}

.newsLists .item .time span{
	display: inline-block;
	vertical-align: bottom;
}

.newsLists .item .time span.tb svg{
		width: 20px;
		height: 20px;
		fill: #fff;
}

.newsLists .item .time .s2{
	font-size: 12px;
}

.newsLists .item .div-text p.title{
	font-size: 18px;
	font-weight: bold;
	color: #111;
	margin-top: 25px;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box!important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.newsLists .item .div-text{
	padding: 10px 15px;
}

.newsLists .item .div-text p.des{
	color: #888;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box!important;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
}

.newsLists a.item:hover .div-img img{
	transform: scale(1.1);
}

.newsLists a.item:hover .div-text p.title{
	color: var(--primary);
}

.newsMore{
	text-align: right;
	margin-bottom: 15px;
	margin-top: 25px;
}

.newsMore span{
	display: inline-block;
	font-size: 14px;
	color: var(--main);
	text-transform: uppercase;
}

.newsMore span:hover{
	color: var(--primary);
}

.mainFooter{
	background-image: url(../images/footerBg.png);
	background-size: cover;
	background-position: center;
	color: #fff;
	font-size: 14px;
	padding-top: 85px;
	padding-bottom: 15px;
}

.mainFooter .ditem .title{
	font-size: 24px;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.mainFooter .ditem ul li a{
	display: block;
	line-height: 2;
	color: #fff;
	padding-left: 15px;
	position: relative;
}

.mainFooter .ditem ul li a:before{
	position: absolute;
	content: ">";
	left: 0;
	top: -4px;
	font-size: 18px;	
}

.mainFooter .ditem ul li a:hover{
	color: var(--primary);
}

.mainFooter .commonTit .d1{
	justify-content: unset;
}

.mainFooter .commonTit .tit{
	color: #fff;
	line-height: 1;
	margin-top: 10px;
	margin-bottom: 35px;
}

.mainFooter .qrcode{
	text-align: right;
}

.mainFooter .qrcode img{
	max-width: 200px;
}

.mainFooter .infoItems .item{
	
}

.mainFooter .infoItems .item{
	margin-bottom: 15px;
	max-width: 650px;
}

.mainFooter .infoItems .item .d1{
	min-width: 24px;
	width: 24px;
	margin-right: 10px;
}

.mainFooter .infoItems .item .d1 svg{
	fill: #fff;
}


.mainFooter .flogo img{
	max-width: 100px;
	margin-bottom: 15px;
}

.mainFooter .ditem{
	max-width: 450px;
	margin: 0 25px;
}

.mainFooter .ditem.d1{
	max-width: 400px;
}

.mainFooter .ditem.d1 p.p1{
	font-size: 13px;
	margin: 10px 0;
}

.mainFooter .ditem.d1 p.p2{
	font-size: 12px;
}

.footerForm{
	display: block;
	margin: 25px 0;
	min-width: 350px;
}

.footerForm input{
	display: inline-block;
	border: 2px solid #fff;
	background-color: unset;
	padding: 5px 15px;
	box-shadow: unset;
	min-width: 120px;
}

.footerForm button{
	display: inline-block;
	border: unset;
	padding: 5px 15px;
	box-shadow: unset;
	margin-left: -5px;
	background-color: #fff;
	border: 2px solid #fff;
	color: var(--main);
}

.mainFooter .shares a{
	display: inline-block;
	margin: 0 5px;
}

.mainFooter .copyright{
	margin-top: 25px;

}

.mainFooter .copyright p,.mainFooter .copyright a{
	margin: 0 5px;
	color: #fff;
}


/*固定侧边*/
.sidebar{
	position: fixed;
    right: 20px;
    bottom: 100px;
    z-index: 999;
}

.sidebar li{
	margin-top: 10px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: var(--primary);
}

.sidebar li em{
	width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.sidebar li a{
	display: block;
    line-height: 50px;
    position: absolute;
    bottom: 0;
    right: 0;
    white-space: nowrap;
    color: #fff;
    width: 0;
    background-color:var(--primary);
    overflow: hidden;
    text-align: center;
    opacity: 0;
    transition: all 0.4s;
}

.sidebar li:hover a{
	opacity: 1;
	width: 200px;
}

.quoteDiv.show {
    transform: scale(1);
}

.quoteDiv{
	width: 400px;
    position: fixed;
    z-index: 9999999;
    bottom: 10px;
    right: 75px;
    background: var(--primary);
    background-size: cover;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
    padding: 30px;
    transform-origin: bottom right;
    transform: scale(0);
    transition: all 0.3s;
    border-radius: 5px;
}

.quoteDiv form input,.quoteDiv form textarea{
	display: block;
	width: 100%;
	border: none;
	background-color: rgba(255,255,255,.8);
	margin-bottom: 15px;
	border-radius: 5px;
	font-size: 14px;
	color: #888;
	padding: 10px 20px;
}

.quoteDiv form button{
	display: block;
	width: 100%;
	text-align: center;
	padding: 10px 15px;
	border:none;
}

.quoteDiv form button:hover{
	background-color: var(--main);
	color: #fff;
}






















