body{
	background: #eee;
}
.productArea{
	width: 540px;
	float: left;
}
.productArea>.title{
	font-size: 18px;
	color: #373d41;
	line-height: 50px;
	padding-top: 20px;
}
.productArea.left{
	margin-right: 20px;
}
.productArea>.demo{
	height: 200px;
	width: 140px;
	background: #f8f8f8;
	float: left;
	padding: 20px;
	overflow: hidden;
	position: relative;
}
.productArea>.demo>img{
	width: 50%;
	position: absolute;
	bottom: 30px;
	right:10px;
}
.productArea>.demo>.title{
	padding-bottom: 100px;
}
.productArea>.demo>.summary{
	font-size: 14px;
	color: #a5a5a5;
	display: none;
}
.productArea>.productList{
	width: 400px;
	height: 200px;
	float: left;
	padding: 20px;
	position: relative;
	background: #fff;
}
.swiper-container {
	background: #fff;
    width: 100%;
    height: 100%;
}  
.productList .titleLink{
	height: 14px;
	line-height: 14px;
}
.productList .picLink{
	display: block;
	height: 14px;
	line-height: 14px;
	position: absolute;
	top: 40px;
	left: 10px;
	height: 100px;
	width: 140px;
	overflow: hidden;
}
.productList .picLink:after{
	display: none;
}
.productList .summary{
	padding-left: 160px;
	height: 115px;
	overflow: hidden;
	font-size: 12px;
	color: #a5a5a5;
	line-height: 2em;
	padding-top: 15px;
}
.productList .picLink>div{
	width: 100%;
	height: 100%;
}
.swiper-pagination-bullet{
	width: 20px !important;
	height: 3px !important;
	border-radius: 0 !important;
	opacity: .7;
}
.swiper-pagination{
	bottom: 0 !important;
}
.swiper-pagination-bullet-active{
	background: #f47425 !important;
}
.contentMask{
	height: 40px;
	clear: both;
}
.contactHeader{
	width: 100%;
	height: 220px;
	min-width: 1100px;
	position: relative;
	background-size: 100% auto;
	background-position: center;
}
.contactHeader>.mask{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(21,21,21,.75);
}
.contactHeader>.pic{
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	overflow: hidden;
	display: none;
}
.contactHeader>.pic.rotate1{
	display: block;
}
.contactHeader>.pic>img{
	width: 100%;
}
.contactMinTitle{
	position: absolute;
	top: 80px;
	left: 0;
	width: 100%;
	text-align: center;
	color: #f47425;
}
.contactMinTitle:after{
	content: '';
	width: 50px;
	margin-left: -25px;
	margin-top: 5px;
	position: absolute;
	left: 50%;
	top: 100%;
	border-bottom: 2px solid #f47425;
}
.contactTitle{
	position: absolute;
	top: 120px;
	left: 0;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 40px;
}
.contactSummary{
	position: absolute;
	top: 200px;
	left: 0;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 18px;
}
.contactSummary>.container{
	width: 700px;
	color: #ddd;
	font-weight: normal;
	line-height: 2em;
}
.commingsoon{
	padding: 0 50px;
}
.commingsoon>img{
	width: 100%;
	opacity: .7;
}
.commingsoon>.text{
	text-align: center;
	font-size: 14px;
	padding-top: 10px;
	color: #777;
}
.slide_prev{
	position: absolute;
	top: 50%;
	margin-top: -10px;
	left: 10px;
	z-index: 9;
	cursor: pointer;
	display: none;
	opacity: .8;
}
.slide_prev:after{
	font-family: 'iconfont';
	content: '\e610';
	color: #f47425;
	font-size: 30px;
}
.slide_next:after{
	font-family: 'iconfont';
	content: '\e892';
	color: #f47425;
	font-size: 30px;
}
.slide_next{
	position: absolute;
	top: 50%;
	margin-top: -10px;
	right: 10px;
	z-index: 9;
	cursor: pointer;
	display: none;
	opacity: .8;
}
.swiper-container:hover .slide_prev,
.swiper-container:hover .slide_next{
	display: block;
}

.slide_prev:hover,
.slide_next:hover{
	opacity: 1;
}

@media (max-width: 1199.98px) {
	.productArea,
	.productArea.left {
		width: calc(50% - 10px);
	}

	.productArea > .demo {
		width: 130px;
	}

	.productArea > .productList {
		width: calc(100% - 130px);
	}
}

@media (max-width: 991.98px) {
	.contactHeader {
		min-width: 0;
		height: 220px;
		background-size: cover;
	}

	.contactMinTitle {
		top: 70px;
	}

	.contactTitle {
		top: 110px;
		font-size: 34px;
	}

	.productArea,
	.productArea.left {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 18px;
	}

	.productArea > .title {
		padding-top: 8px;
	}

	.productArea > .demo {
		width: 32%;
		height: 210px;
	}

	.productArea > .productList {
		width: 68%;
		height: 210px;
	}

	.productList .summary {
		height: 124px;
	}

	.contentMask {
		height: 24px;
	}
}

@media (max-width: 575.98px) {
	.contactHeader {
		height: 180px;
	}

	.contactMinTitle {
		top: 56px;
		font-size: 13px;
	}

	.contactTitle {
		top: 92px;
		font-size: 27px;
	}

	.productArea {
		background: #fff;
	}

	.productArea > .title {
		line-height: 36px;
	}

	.productArea > .demo,
	.productArea > .productList {
		width: 100%;
		float: none;
	}

	.productArea > .demo {
		height: 118px;
		padding: 16px;
	}

	.productArea > .demo > .title {
		padding-bottom: 8px;
	}

	.productArea > .demo > .summary {
		display: block;
		line-height: 1.6;
	}

	.productArea > .demo > img {
		width: 78px;
		bottom: 12px;
	}

	.productArea > .productList {
		height: 230px;
		padding: 16px;
	}

	.productList .picLink {
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
		height: 116px;
		margin-top: 10px;
	}

	.productList .summary {
		padding-left: 0;
		padding-top: 10px;
		height: 56px;
		line-height: 1.6;
	}

	.commingsoon {
		padding: 0 18px;
	}
}
