@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,.Indexbanner{
	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;
	font-family: 'chuangke';
	text-transform: uppercase;
	letter-spacing: 3px;
	word-spacing: 5px;
	margin-top: 15px;
}

.banner .swiper-slide .div-text p.p1{
	font-size: 26px;
	font-family: 'Square721 BT Bold';
	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;
}

.banner .swiper-button-prev:after, .banner .swiper-rtl .swiper-button-next:after,.banner .swiper-button-next:after, .banner .swiper-rtl .swiper-button-prev:after{
	font-size: 30px;
	color: #fff;
}


.more a{
	display: inline-block;
	color: #fff;
	padding: 15px 25px;
	border-radius: 5px;
	background-color: var(--primary);
	font-family: 'Square721 BT Roman';
}

.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;
}


.Indexbanner{
	position: relative;
}

.ppTbs{
	position: absolute;
	left: 0;
    bottom: 0;
    z-index: 9;
    width: 100%;
    padding: 65px 25px;
}

.ppTbs .item{
	margin: 0 5%;
	text-align: center;
}

.ppTbs .item img{
	max-width: 100%;
	width: auto;
}

.ppTbs .item img.ppimg1{
	max-height: 90px;
}

.ppTbs .item img.ppimg2{
	max-height: 119px;
}

.ppTbs .item img.ppimg3{
	max-height: 44px;
}

.divSearch{
	margin-left: 35px;
}

.divSearch a{
	display: inline-block;
	width: 24px;
	height: 24px;
	fill: #333333;
}

.divSearch a:hover svg{
	fill: var(--primary);
}

.sp{
	padding: 95px 0;
}

/*首页 内容开始*/
.syAdv{
	background-color: #fff;
	position: relative;
	z-index: 1;
	margin-top: -85px;
    margin-bottom: 45px;
	/*transform: translateY(-50%);*/
}

.syAdv:after{
	position: absolute;
	content: "";
	width: 6px;
	height: 100%;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background-color: var(--primary);
	z-index: -1;
}

.syAdv .item{
	padding: 25px 30px;
}

.syAdv .item .d1{
	min-width: 80px;
	height: 80px;
}

.syAdv .item .d1 svg{
	fill: var(--primary);
}

.syAdv .item .d2{
	padding: 0 25px;
}

.syAdv .itemcenter{
	height: 100%;
    position: absolute;
    left: 50%;
    top: 30%;
    transform: translate(-50%);
}

.syAdv .itemcenter span{
	display: inline-block;
	min-width: 65px;
	height: 65px;
	width: 65px;
	line-height: 50px;
	text-align: center;
	background-color: #fff;
	border-radius: 50%;
	border:6px solid var(--primary);
	color: var(--primary);
	font-size: 30px;
}

.syAdv .item .tit{
	color: #111111;
	font-size: 20px;
	margin-bottom: 10px;
	font-family: 'Swis721 BT Bold';
}

.syAdv .item .des{
	color: #888888;
	line-height: 24px;
	max-width: 500px;
	min-height: 72px;
}

.syAdv .item.item2{
	text-align: left;
	
}

.syAdv .item.item2>div{
	justify-content: end;
}

.syProduct{
	background-color: #f6f6f6a1;
	padding-bottom: 125px;
}

.syProduct .commonTit{
	margin-bottom: 35px;
}

.syProduct .proLists{
	margin-top: 15px;
}


.syAdv .flex1{
	min-width: calc(50% - 35px);
	width: calc(50% - 35px);
}

/*产品列表*/
.proLists{
	
}

.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;
	font-family: 'Swis721 BT Bold';
}

.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);
}

/*公司简介*/
.commonTit .d1{
	display: flex;
	align-items: center;
	justify-content: center;
}
.commonTit .d1 .hx{
	width: 45px;
	height: 4px;
	background-color: var(--primary);
}

.commonTit .d1 .hx.hxl{
	margin-right: 15px;	
}

.commonTit .d1 .hx.hxr{
	margin-left: 15px;
}

.commonTit .d1 font{
	font-size: 26px;
	text-transform: uppercase;
	color: var(--primary);
	font-weight: bold;
}

.commonTit .tit{
	font-size: 50px;
	color: #111;
	font-family: 'Swis721 BT Bold';
	letter-spacing: 3px;
}

.syAbout .commonTit{
	padding: 65px 0;
	background-image: url(../images/aboutBg.png);
	background-size: 69%;
	background-repeat: no-repeat;
	background-position: center;
}

.syAbout .aboutContent{
	margin-top: 65px;
	color: #888;
	font-size: 15px;
	line-height: 30px;
}

.caseFl{
	margin-top: 45px;
	margin-bottom: 85px;
}

.caseFl a.item{
	font-size: 24px;
	width: 100%;
	height: 75px;
	line-height: 55px;
	padding: 10px 15px;
	color: #fff;
	background-color: var(--primary);
	border-radius: 5px;
	margin-bottom: 10px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box!important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.caseFl a.item:hover,.caseFl a.item.active{
	background-color: var(--main);
}

.caseList .item .div-text .num{
	font-size: 70px;
	font-family: 'chuangke';
	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;
}


/*新闻*/
.syNews{
	background-color: #f6f6f6;
}

.syNews .newsLists{
	margin-top: 45px;
}

.newsLists a.item{
	display: block;
	width: 100%;
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
	padding-bottom: 15px;
	margin-bottom: 25px;
}

.newsLists .item .div-img{
	position: relative;
}

.newsLists .item .time{
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: var(--primary);
	color: #fff;
	padding: 15px;
}

.newsLists .item .time span{
	display: block;
	text-align: center;
	line-height: 1;
}

.newsLists .item .time .s1{
	font-size: 35px;
	font-family: 'Square721 BT Bold';
}

.newsLists .item .time .s2{
	font-size: 12px;
	font-family: 'Square721 BT Roman';
}

.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);
}

.mainFooter{
	background-image: url(../images/footerBg.jpg);
	background-size: cover;
	background-position: center;
	color: #fff;
	font-family: 'Square721 BT Roman';
}

.mainFooter .main{
	padding: 45px 0;
}

.mainFooter .commonTit .d1{
	justify-content: unset;
}

.mainFooter .commonTit .d2{
	max-width: 600px;
}

.mainFooter .commonTit .tit{
	color: #fff;
    line-height: 1.2;
    margin-top: 10px;
    margin-bottom: 35px;
    font-size: 28px;
    letter-spacing: 0;
}

.mainFooter .qrcode{
	text-align: center;
    display: inline-block;
}

.mainFooter .qrcode img{
	max-width: 200px;
}

.mainFooter .qrcode p{
	font-size: 14px;
	margin-bottom: 10px;
}

.mainFooter .infoItems .item{
	
}

.mainFooter .infoItems .item{
	margin-bottom: 15px;
	max-width: 650px;
}

.mainFooter .infoItems{
	font-size: 14px;
}

.mainFooter .infoItems .item .d1{
	min-width: 20px;
	width: 20px;
	margin-right: 10px;
}

.mainFooter .infoItems .item .d1 svg{
	fill: var(--primary);
}

.copyRight{
	font-size: 14px;
	padding: 15px 0;
	border-top: 1px solid #969696;
}

.copyRight a{
	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: 240px;
}

.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;
}


.searchForm{
	position: fixed;
	left: 50%;
	top: 0;
	background-color: rgba(0,0,0,.8);
	color: #fff;
	z-index: 9999;
	width: 100%;
	height: 100%;
	transform: scaleX(0);
	transition: all .6s;
}

.searchForm.on{
	transform: scaleX(1);
	left: 0;
}

.searchForm form{
	display: block;
}

.searchForm form input,.searchForm form button{
	display: block;
	border: none;
	box-shadow: unset;
}


.searchForm form input{
	width: 300px;
	padding: 15px 30px;
	background-color: #fff;
}

.searchForm form button{
	padding: 15px 25px;
	background-color: var(--primary);
	color: #fff;
}

.gbbtn{
	position: fixed;
	right: 45px;
	top: 45px;
	z-index: 99999;
	cursor: pointer;
	transform: scale(0);
	transition: all .3s ease;
	transition-delay: .3s;
}

.gbbtn svg{
	fill: #fff;
	width: 40px;
	height: 40px;
}

.gbbtn.on{
	transform: scale(1);
}





















