@import url('bootstrap.min.css');
@import url('swiper.min.css');
@import url('animation.css');
@import url('fontawesome.min.css');
@import url('base.css');
@import url('common.css');

/*banner*/
.banner.swiper{
	--swiper-theme-color: #fff;/* 设置Swiper风格 */
    --swiper-navigation-color: #fff;/* 单独设置按钮颜色 */
    --swiper-navigation-size: 24px;/* 设置按钮大小 */
    font-weight: lighter;
}

.banner.swiper .swiper-slide{
	position: relative;
}

.banner.swiper .swiper-slide .div-img{
	z-index: 1;
}

.banner.swiper .swiper-slide .div-img a{
	display: block;
}

.banner.swiper .swiper-slide .div-text{
	position: absolute;
	width: 100%;
	top: 45%;
	left: 0;
	transform: translateY(-50%);
	z-index: 2;
}

.banner.swiper .swiper-slide p.p1{
	font-size: 48px;
	font-family: 'SourceHanSansCN-Bold';
	margin-bottom: 45px;
	color: #fff;
	line-height: 1.7;
}

.more a{
	display: inline-block;
	padding: 10px 65px 10px 25px;
	border: 1px solid #fff;
	position: relative;
	color: #fff;
	font-family: 'SourceHanSansCN-Regular';
	font-weight: lighter;
	font-size: 24px;
	transition: all .3s ease;
}

.more a:after{
	position: absolute;
	content: "";
	width: 25px;
	height: 1px;
	background-color: #fff;
	right: 20px;
	top: 50%;
}

.more a:hover{
	background-color: var(--primary);
	border: 1px solid var(--primary);
}


/*公司简介*/
.syAbout .main{
	margin-top: 65px;
}
.syAbout .main .div-text{
	color:#fff;
	padding-left: 4%;
	margin-right: 45px;
	
}

.syAbout .main .div-text p.p1{
	font-size: 18px;
    line-height: 1.8;
	margin-bottom: 45px;
	font-family: 'SourceHanSansCN-Regular';
	font-weight: lighter;
}

.more2 a{
	display: inline-block;
	color: #fff;
	padding: 10px 55px 10px 25px;
	background-color: var(--primary);
	position: relative;
}

.more2 a:after{
	position: absolute;
	content: "";
	width: 20px;
	height: 1px;
	right: 25px;
	background-color: #fff;
	top: 50%;
}

.more2 a:before{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	border:1px solid var(--primary);
	transform: translateY(-4px) translateX(-19px);
	z-index: -1;
	transition: all .3s ease;
}

.more2 a:hover:before{
	transform: translateY(-10px) translateX(-25px);
}

.sj{
	margin-top: 35px;
	padding-right: 25px;
	border-right: 6px solid var(--primary);
	text-align: right;
	color: #fff;
	margin-right: 4%;
}

.sj p{
	margin-top: 15px;
	font-size: 28px;
}

/*产品分类*/
.pfl .item{
	position: relative;
}

.pfl .item .div-img img{
	transition: all 10s ease;
}

.pfl .item:hover .div-img img{
	transform: scale(1.2);
}

.pfl .item .div-text{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 100%;
	color: #fff;
}

.pfl .item .div-text img{
	max-width: 130px;
}

.pfl .item .div-text p.p1{
	display: inline-block;
	font-size: 72px;
	position: relative;
	padding-right: 105px;
	margin: 25px 0;
	position: relative;
	font-family: 'SourceHanSansCN-Bold';
}

.pfl .item .div-text p.p1:after{
	position: absolute;
	content: "";
	width: 75px;
	height: 1px;
	top: 50%;
	right: 0;
	background-color: #fff;
}

.pfl .item.item1 .div-text{
	left: unset;
	right: 0;
	text-align: right;
}

.pfl .item.item1 .div-text p.p1{
	padding-left: 105px;
	padding-right: 0;
}

.pfl .item.item1 .div-text p.p1:after{
	right: unset;
	left: 0;
}

.more3 a{
	display: inline-block;
	padding: 10px 45px 10px 25px;
	color: #fff;
	position: relative;
	transition: all .3s ease;
}

.more3 a:after{
	position: absolute;
	content: "";
	width: 25px;
	height: 1px;
	right: 15px;
	top: 50%;
	background-color: #fff;
}

.more3 a.a1{
	background-color: #333333;
	margin-right: 25px;
}

.more3 a.a2{
	background-color: #e60012;
}

.more3 a.a1:hover{
	background-color: #e60012;
}

.more3 a.a2:hover{
	background-color: #333333;
}

/*热门产品*/
.cpfl{
	color: #fff;
	margin-top: 65px;
	margin-bottom: 45px;
}

.cpfl .d1{
	width: 480px;
    margin-right: 35px;
}

.cpfl ul li a{
	display: block;
	color: #fff;
	border: 1px solid #fff;
	padding: 3px 0;
	border-radius: 15px;
	font-size: 14px;
	text-align: center;
}

.d2-next span{
	display: inline-block;
	background-color: var(--primary);
	color: #333;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	font-family: fangsong;
    font-weight: bold;
    cursor: pointer;
}

.more4 a{
	display: inline-block;
    padding: 10px 45px 10px 25px;
    color: #fff;
    position: relative;
    transition: all .3s ease;
    border-radius: 25px;
    background-color: var(--primary);
}

.more4 a:after{
	position: absolute;
    content: "";
    width: 20px;
    height: 1px;
    right: 15px;
    top: 50%;
    background-color: #fff;
}


.proLists .item{
	margin-bottom: 25px;
	background-color: #fff;
}

.proLists .item a{
	display: block;
	width: 100%;
	height: 100%;
	color: #333;
}

.proLists .item .div-text{
	padding: 0 15px 25px 15px;
}

.proLists .item .div-text p.p1{
	font-size: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box!important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.proLists .item .div-text p.p2{
	color: var(--primary);
}

.proLists .item:hover .div-img img{
	transform: scale(1.1);
}


/*新闻中心*/
.syNews{
	background-color: #292929;
}

.syNews .main{
	margin-top: 45px;
}

.newsLists .item{
	margin-bottom: 40px;
}

.newsLists .item.item1{
	padding-right: 25px;
}

.newsLists .item a{
	display: block;
	padding: 15px;
	background-color: #fff;
	color: #333;
}

.newsLists .item .d1{
	min-width: 350px;
    max-width: 350px;
    margin-right: 25px;
}

.newsLists .item .d2{
	width: 100%;
}

.newsLists .item:hover .div-img img{
	transform: scale(1.1);
}

.newsLists .item .date{
	color: var(--primary);
	padding-bottom: 15px;
	margin-top: 15px;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.newsLists .item p.p1{
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box!important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	margin-bottom: 15px;
}

.newsLists .item .s1{
	font-size: 14px;
}

.newsLists .item .s2{
	transform: scaleY(2);
    font-size: 14px;
}

.syContact{
	position: relative;
}

.syContact .div-text{
	position: absolute;
	width: 100%;
	bottom: 10%;
	left: 0;
	color: #fff;
	font-size: 32px;
	line-height: 2;
}

.syContact .div-text a{
	color: #fff;
}

.mainFooter{
	color: #fff;
}

.mainFooter a{
	color: rgba(255,255,255,.52);
}

.mainFooter a:hover{
	color: var(--primary);
}

.mainFooter .d1 img{
	max-width: 240px;
}

.mainFooter .d1 p.des{
	max-width: 550px;
    font-size: 16px;
    line-height: 2;
    font-family: auto;
    font-weight: lighter;
    margin-top: 25px;
}

.mainFooter .d2{
	margin-right: 10%;
}

.mainFooter .d2 ul li a{
	display: inline-block;
	padding-left: 30px;
	position: relative;
	margin-bottom: 15px;
}

.mainFooter .d2 ul li a:after{
	position: absolute;
	content: "";
	width: 15px;
	height: 1px;
	background-color: rgba(255,255,255,.52);
	left: 0;
	top: 50%;
}

.mainFooter .d2 .title{
	font-size: 22px;
	font-family: 'SourceHanSansCN-Bold';
	margin-bottom: 25px;
}

.mainFooter .d3 img{
	max-width: 160px;
	margin-bottom: 15px;
}

.copyright{
	padding: 15px 0;
	background-color: #292929;
	color: #fff;
	font-size: 14px;
}

.copyright span{
	display: inline-block;
}

.copyright a{
	color: #fff;
	display: inline-block;
}

.copyright a:hover{
	color: var(--primary);
}

.copyright .d1 a{
	margin-left: 15px;
}

.copyright .d2 a{
	padding-right: 15px;
	margin-right: 15px;
	position: relative;
}

.copyright .d2 a:after{
    position: absolute;
    content: "";
    width: 1px;
    height: 18px;
    background-color: #fff;
    top: 3px;
    right: 0;
}

















