﻿/*内页banner*/
.nyban{
	overflow: hidden;
	position: relative;
	z-index: 0;
	margin-top: 150px;
	padding: 70px 0 80px;
	background-size: cover !important;
}
.nyban h2{
	font-size: 48px;
	margin-bottom: 10px;
}
.bread i {
	line-height: 24px;
	margin-right: 6px;
	font-size: 16px;
}
.bread  span {
	padding-right: 4px;
}
.bread em {
	padding: 0 8px;
}
.bread  span,
.bread a:hover{
	color: #9ad41f;
}

/*列表分页*/
.pagination{
	margin-top: 70px;
}
.pagination a{
	height: 44px;
	width: 44px;
	line-height: 43px;
	margin: 0 5px;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 15px;
	text-align: center;
}
.pagination a:hover svg path{
	fill: #ffffff;
}
.pagination a.page-num.page-num-current,
.pagination a:hover{
	border-color: #11a14a !important;
	background: #11a14a;
	color: #fff;
}

/*侧边栏标题*/
.sidetitle{
	border-bottom: 1px solid #e5e5e5;
}
.sidetitle h3{
	font-size: 24px;
	line-height: 1;
	text-transform: uppercase;
	border-bottom: 3px solid #11a14a;
	margin-bottom: -2px;
	padding-bottom: 15px;
}

/*详情评论*/
.xqcomment{
	margin-top: 60px;
}
.xqcomment h2{
	font-size: 32px;
	line-height: 1;
	margin-bottom: 35px;
}
.xqcomment form input{
	display: block;
	width: calc((100% - 20px) / 2);
	border-radius: 4px;
	background: #f5f5f5;
	border: 1px solid #dbdbdb;
	font-size: 14px;
	line-height: 52px;
	padding: 0 20px;
}
.xqcomment form textarea{
	display: block;
	width: 100%;
	border-radius: 4px;
	background: #f5f5f5;
	border: 1px solid #dbdbdb;
	font-size: 14px;
	line-height: 24px;
	padding: 10px 20px;
	height: 140px;
	margin: 20px 0 30px;
}
.xqcomment form button{
	border-radius: 4px;
	padding: 0 20px;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 50px;
	cursor: pointer;
}

/*相关产品*/
.hotpro{
	margin-top: 70px;
}
.hotpro .list{
	margin-top: 40px;
}
.hotpro .list ul li{
	padding-bottom: 35px;
	border-radius: 4px;
}
.hotpro .list ul li .pic{
	padding: 20px;
}
.hotpro .list ul li .pic img{
	mix-blend-mode: darken;
}
.hotpro .list ul li h3{
	padding: 0 40px;
	font-size: 18px;
	line-height: 28px;
	height: 56px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient:vertical;

}
.hotpro .list ul li:hover .pic img{
	transform: scale(1.05);
}
.hotpro .list ul li:hover h3{
	color: #11a14a;
}
.hotpro .swiper-pagination{
	margin-top: 40px;
}
.hotpro .swiper-pagination span.swiper-pagination-bullet {
    background: #131d2e;
}


@media only screen and (max-width: 1440px) {
	/*内页banner*/
	.nyban {
	    margin-top: 130px;
	    padding: 50px 0 60px;
	}
	.nyban h2 {
	    font-size: 42px;
	}
	.bread i {
	    margin-right: 4px;
	    font-size: 14px;
	}

	/*列表分页*/
	.pagination{
		margin-top: 60px;
	}
	.pagination a{
		height: 40px;
		width: 40px;
		line-height: 38px;
		margin: 0 2px;
		font-size: 14px;
	}
	.pagination a svg{
		width: 14px;
		height: 14px;
	}
	
	/*侧边栏标题*/
	.sidetitle h3{
		font-size: 22px;
		padding-bottom: 12px;
	}
	
	/*详情评论*/
	.xqcomment{
		margin-top: 50px;
	}
	.xqcomment h2{
		font-size: 28px;
		margin-bottom: 30px;
	}
	
	/*相关产品*/
	.hotpro{
		margin-top: 60px;
	}
	.hotpro .list ul li{
		padding-bottom: 25px;
	}
	.hotpro .list ul li h3{
		padding: 0 30px;
		font-size: 16px;
		line-height: 25px;
		height: 50px;
	}
}


@media only screen and (max-width: 1200px) {
	/*内页banner*/
	.nyban {
	    margin-top: 120px;
	    padding: 40px 0 50px;
	}
	.nyban h2 {
	    font-size: 36px;
	}
	
	/*列表分页*/
	.pagination{
		margin-top: 50px;
	}
	
	/*侧边栏标题*/
	.sidetitle h3{
		font-size: 18px;
	}
	
	/*详情评论*/
	.xqcomment{
		margin-top: 40px;
	}
	.xqcomment h2{
		font-size: 24px;
		margin-bottom: 30px;
	}
	.xqcomment form input {
	    font-size: 14px;
	    line-height: 48px;
	    padding: 0 16px;
	}
	.xqcomment form textarea {
	    padding: 10px 16px;
	    height: 130px;
	}
	
	/*相关产品*/
	.hotpro{
		margin-top: 50px;
	}
	.hotpro .list{
		margin-top: 30px;
	}
	.hotpro .list ul li{
		padding-bottom: 25px;
	}
	.hotpro .list ul li h3{
		padding: 0 20px;
		font-size: 15px;
		line-height: 24px;
		height: 48px;
	}
	.hotpro .swiper-pagination {
	    margin-top: 35px;
	}
}

@media only screen and (max-width: 959px) {
	/*内页banner*/
	.nyban h2 {
	    font-size: 32px;
	}
	
	/*列表分页*/
	.pagination{
		margin-top: 40px;
	}
	
	/*侧边栏标题*/
	.sidetitle h3{
		font-size: 20px;
	}
	
	/*详情评论*/
	.xqcomment{
		margin-top: 30px;
	}
	.xqcomment h2{
		font-size: 24px;
		margin-bottom: 30px;
	}
	.xqcomment form input {
	    font-size: 14px;
	    line-height: 48px;
	    padding: 0 16px;
	}
	.xqcomment form textarea {
	    padding: 10px 16px;
	    height: 130px;
	}
	
	/*相关产品*/
	.hotpro .list{
		margin-top: 30px;
	}
	.hotpro .list ul li{
		padding-bottom: 25px;
	}
	.hotpro .list ul li h3{
		padding: 0 20px;
		font-size: 15px;
		line-height: 24px;
	}
	.hotpro .swiper-pagination {
	    margin-top: 35px;
	}
}

@media only screen and (max-width: 767px) {
	/*内页banner*/
	.nyban {
	    margin-top: 100px;
	    padding: 35px 0;
	}
	.nyban h2 {
	    font-size: 28px;
	    margin-bottom: 5px;
	}
	.bread {
	    line-height: 1.5;
	    font-size: 12px;
	}
	.bread em {
	    padding: 0 4px;
	}
	
	/*内页 列表分页*/
	.pagination{
		margin-top: 30px;
	}
	.pagination a{
		display: none;
		margin: 0 5px;
	}
	.pagination a.page-link{
		display: flex;
	}
	
	/*侧边栏标题*/
	.sidetitle h3{
		font-size: 18px;
	}
	
	/*详情评论*/
	.xqcomment{
		margin-top: 40px;
	}
	.xqcomment h2{
		font-size: 20px;
		margin-bottom: 20px;
	}
	.xqcomment form input {
		width: 100%;
	    margin-bottom: 10px;
	}
	.xqcomment form textarea {
	    padding: 10px 16px;
	    height: 130px;
	    margin: 0px 0 10px;
	}
	.xqcomment form button {
	    width: 100%;
	}
	
	/*相关产品*/
	.hotpro {
	    margin-top: 40px;
	}
	.hotpro .list{
		margin-top: 25px;
	}
	.hotpro .list ul li{
		padding-bottom: 20px;
	}
	.hotpro .list ul li h3{
		padding: 0 16px;
		font-size: 14px;
	}
	.hotpro .swiper-pagination {
	    margin-top: 30px;
	}
}