/**
 * 产品系列
 */
.product-container{
	max-width: 100%;
	margin: 0 auto;
	padding: 50px 0;
	background: #f2f2f2;
	position: relative;
	z-index: 2;
	box-shadow: 0 0 6px rgba(0,0,0,0.2);
}
.tabcontent-header-menu{
	text-align: center;
	z-index: 4;
	position: relative;
}
.tabcontent-inner{
	overflow: hidden;
	max-width: 100%;
	display: block;
	padding: 0;
	margin: 0 auto;
	width: 100%;
	position: relative;
	background-color: transparent;
}
.tabcontent-inner ul{
	text-align: center;
	display: table;
	width: 100%;
	table-layout: fixed;
}
.tabcontent-inner ul li{
	display: table-cell;
	position: relative;
}
.tabcontent-inner ul li.itemblank{
	display: table-cell;
	width:20px
}
.tabcontent-inner ul li button{
	width: 200px;
	background: transparent;
	color: #727171;
	font-size: 18px;
	line-height: normal;
	border: 1px solid #9e9e9f;
	padding: 10px 0;
}
.tabcontent-inner ul li button.active,
.tabcontent-inner ul li button:hover{
	background: #9e9e9f;
	color: #ffffff;
}
@media screen and (max-width:1300px) {
	.tabcontent-inner{
		overflow-x: scroll !important;
	}
}
@media screen and (min-width:1380px) {
	.product-container{
		padding: 50px 40px;
	}
}
.product-bg{
	padding: 15px 0 80px;
	background: url(../images/product-bg.jpg) no-repeat center center;
	background-size: cover;
}
.product-wrap{
	width: 100%;
	max-width: 1400px;
	padding: 0 40px;
	margin: 0 auto;
}
.product-list{
	padding: 30px;
	background: #ffffff;
}
.product-list ul li{
	margin: 0 0 30px;
}
.product-list ul li a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.product-list ul li img{
	display: block;
	width: 100%;
	transition: all 0.5s ease;
}
.product-list ul li .post-thumb{
    position: relative;
}
.product-list ul li .post-thumb .model{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.5s ease;
    background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
}
.product-list ul li img:nth-child(2){
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0;
}
.product-list ul li:hover img:nth-child(2){
    opacity: 1;
}
.product-list ul li:hover .model{
    opacity: 1;
    -webkit-transform: scale(1.1);
	transform: scale(1.1);
	transition: all 1s ease;
}
.product-list ul li a:hover img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	transition: all 1s ease;
}
.product-list ul li .post-text{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 40px 20px;
}
.product-list ul li .post-text button{
	background: transparent;
	border: 1px solid #9e9e9f;
	width: 140px;
	height: 40px;
	font-size: 16px;
	color: #717071;
	margin: 20px 0 0;
}
.product-list ul li .post-text p{
	font-size: 14px;
	color: #727171;
	line-height: 28px;
}
.product-list ul li .post-text .line{
	width: 55px;
	height: 2px;
	margin: 10px 0;
	background: #717071;
}
.product-list ul li .post-text h3{
	margin: 0;
	font-size: 18px;
	color: #595757;
	line-height: 30px;
	font-weight: normal;
	font-family: 'SourceHanSans-Medium';
}
@media screen and (max-width: 540px) {
	.product-list{
		padding: 15px;
		background: #ffffff;
	}
	.product-list ul li{
		margin: 0 0 15px;
	}
	.product-wrap{
		width: 100%;
		max-width: 1400px;
		padding: 0 15px;
		margin: 0 auto;
	}
	.product-list .page-bar{
		margin: 20px 0 20px;
	}
}
@media screen and (min-width:992px) {
	.product-list ul li:nth-child(1),
	.product-list ul li:nth-child(2){
		height: 350px;
	}
	.product-list.search-list ul li:nth-child(1),
	.product-list.search-list ul li:nth-child(2){
		height: auto;
	}
	.product-list ul li:nth-child(1) .post-thumb,
	.product-list ul li:nth-child(2) .post-thumb{
		width: 100%;
		height: 100%;
		background-size: cover !important;
		background-repeat: no-repeat !important;
		background-position: center center !important;
	}
	/*.product-list ul li:nth-child(1) .post-thumb img,
	.product-list ul li:nth-child(2) .post-thumb img{
		display: none;
	}*/
	.product-list.search-list ul li:nth-child(1) .post-thumb img,
	.product-list.search-list ul li:nth-child(2) .post-thumb img{
		display: block;
	}
	.product-list .page-bar{
		margin: 20px 0 30px;
	}
}
@media screen and (min-width:992px) {
	.product-bg{
		padding: 50px 0 100px;
	}
	.product-list ul li .post-text{
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		padding: 15px;
	}
	.product-list ul li .post-text button{
		background: transparent;
		border: 1px solid #9e9e9f;
		width: 100px;
		height: 30px;
		font-size: 14px;
		color: #717071;
		margin: 10px 0 0;
	}
	.product-list ul li .post-text p{
		font-size: 12px;
		line-height: 24px;
		height: 48px;
		overflow: hidden;
	}
	.product-list ul li .post-text .line{
		width: 55px;
		height: 2px;
		margin: 5px 0;
		background: #717071;
	}
	.product-list ul li .post-text h3{
		margin: 0;
		font-size: 16px;
		height: 30px;
		overflow: hidden;
		line-height: 30px;
		font-weight: normal;
	}
}
@media screen and (min-width:1300px) {
	.product-bg{
		padding: 80px 0 100px;
	}
	.product-list ul li:nth-child(1),
	.product-list ul li:nth-child(2){
		height: 400px;
	}
	.product-list.search-list ul li:nth-child(1),
	.product-list.search-list ul li:nth-child(2){
		height: auto;
	}
	.product-list ul li .post-text{
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		padding: 20px 20px;
	}
	.product-list ul li .post-text button{
		background: transparent;
		border: 1px solid #9e9e9f;
		width: 120px;
		height: 30px;
		font-size: 14px;
		margin: 15px 0 0;
	}
	.product-list ul li .post-text p{
		font-size: 12px;
		line-height: 18px;
		height: 36px;
	}
	.product-list ul li .post-text .line{
		width: 55px;
		height: 2px;
		margin: 10px 0;
		background: #717071;
	}
	.product-list ul li .post-text h3{
		margin: 0;
		font-size: 16px;
		line-height: 30px;
		font-weight: normal;
	}
	.product-list .page-bar{
		margin: 30px 0 60px;
	}
}
@media screen and (min-width:1400px) {
	.product-bg{
		padding: 100px 0 200px;
	}
	.product-list ul li:nth-child(1),
	.product-list ul li:nth-child(2){
		height: 450px;
	}
	.product-list.search-list ul li:nth-child(1),
	.product-list.search-list ul li:nth-child(2){
		height: auto;
	}
	.product-list ul li .post-text{
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		padding: 20px 20px;
	}
	.product-list ul li .post-text button{
		background: transparent;
		border: 1px solid #9e9e9f;
		width: 120px;
		height: 30px;
		font-size: 12px;
		margin: 15px 0 0;
	}
	.product-list ul li .post-text p{
		font-size: 12px;
		line-height: 18px;
	    height: 36px;
	    overflow: hidden;
	}
	.product-list ul li .post-text .line{
		width: 55px;
		height: 2px;
		margin: 10px 0;
		background: #727171;
	}
	.product-list ul li .post-text h3{
		margin: 0;
		font-size: 16px;
		line-height: 30px;
		font-weight: normal;
	}
}


.index-service{
	padding: 50px 0;
}
.index-service .index-title{
	margin: 0 0 50px;
}
.index-service .index-service-box{
	display: flex;
	justify-content: center;
	flex-flow: wrap;
}
.index-service .index-service-box .item{
	margin: 0 35px 20px;
	color: #595757;
	min-width: 200px;
	padding-left: 55px;
}
.index-service .index-service-box .item:nth-child(1){
	background: url(../images/service-icon1.png) no-repeat left center;
	background-size: 50px 50px;
}
.index-service .index-service-box .item:nth-child(2){
	background: url(../images/service-icon2.png) no-repeat left center;
	background-size: 50px 50px;
	padding-left: 58px;
}
.index-service .index-service-box .item:nth-child(3){
	background: url(../images/service-icon3.png) no-repeat left center;
	background-size: 50px 50px;
	padding-left: 60px;
}
.index-service .index-service-box .item:nth-child(4){
	background: url(../images/service-icon4.png) no-repeat left center;
	background-size: 50px 50px;
	padding-left: 65px;
}
.index-service .index-service-box .item p{
	font-size: 16px;
	line-height: 20px;
}
.index-service .index-service-box .item h3{
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
}
@media screen and (min-width:992px) {
	.index-service{
		padding: 100px 0;
	}
}

.index-service .index-more{
	margin: 30px auto 0;
}

.index-title{
	text-align: center;
	font-size: 30px;
	color: #4a2c2c;
	font-family: 'SourceHanSans-Light';
}
.index-more{
	width: 200px;
	line-height: 42px;
	border: 1px solid #717071;
	margin: 0 auto;
	display: block;
	text-align: center;
	font-size: 16px;
}
.index-more span{
	display: inline-block;
	background: url(../images/more.png) no-repeat;
	background-position: left center;
	padding-left: 30px;
}
.index-news .index-more{
	margin: 30px auto 0;
}

.show-product{
	padding: 50px 0 60px;
}


.show-product-wrap{
	max-width: 1400px;
	margin: 0 auto;
	width: 100%;
}
.show-product-wrap-box{
	padding: 0 15px;
}
@media screen and (min-width:768px) {
	.show-product-wrap-box{
		padding: 0 25px;
	}
	.show-product{
		padding: 60px 0 80px;
	}
}
@media screen and (min-width:992px) {
	.show-product-wrap-box{
		padding: 0 40px;
	}
	.show-product{
		padding: 100px 0 120px;
	}
}


.show-product-img-list img{
	display: block;
	width: 100%;
	margin: 0 auto;
	max-width: 500px;
}
.show-product-info{
	padding: 100px 0 50px;
}
.show-product-info h1{
	font-size: 34px;
	font-weight: normal;
	line-height: 40px;
	color: #595757;
	margin: 0 0 15px;
	font-family: 'SourceHanSans-Regular';
}
.show-product-info .line{
	width: 30px;
	height: 3px;
	background: #f9b949;
}
.show-product-info p{
	font-size: 16px;
	color: #727171;
	line-height: 30px;
	margin: 15px 0 0;
	font-family: 'SourceHanSans-Light';
}
.show-product-img-list .swiper-button-prev,
.show-product-img-list .swiper-button-next{
	width: 32px;
	height: 32px;
	top: 50%;
	margin-top: -16px;
	cursor: pointer;
	border-radius: 2px;
	background: url(../images/rs-default.png) #727171;
}
.show-product-img-list .swiper-button-prev{
	background-position: -64px -32px;
}
.show-product-img-list .swiper-button-next{
	background-position: -64px -64px;
}
.swiper-pagination-bullet{
	background: #ffffff;
	opacity: 1;
}
.swiper-pagination-bullet-active{
	background: #d69d49;
}
@media screen and (max-width:767px) {
	.show-product-info{
		padding: 30px 0;
	}
	.show-product-info h1{
		font-size: 24px;
		margin: 0 0 10px;
	}
}
.show-product-content img{
	max-width: 100%;
}


.index-more{
	width: 200px;
	line-height: 42px;
	border: 1px solid #717071;
	color: #717071;
	margin: 80px auto 0;
	display: block;
	text-align: center;
	font-size: 16px;
}
@media screen and (min-width:992px) {
	.index-more{
		margin: 100px auto 0;
	}
}
@media screen and (min-width:1400px) {
	.index-more{
		font-size: 18px;
		margin: 200px auto 0;
	}
}
.index-more span{
	display: inline-block;
	background: url(../images/more.png) no-repeat;
	background-position: left center;
	padding-left: 30px;
}

.index-more:hover{
	border: 1px solid #333333;
	color: #333333;
}
.index-more:hover span{
	background: url(../images/more-hover.png) no-repeat;
	background-position: left center;
}