@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	font-family: "Microsoft YaHei","Arial","Hiragino Sans GB",Sans-Serif;
}
@media (min-width: 960px) {
	#new_header #headerNav .content {
		z-index: 99999;
	}
}
@media (max-width: 960px) {
	.w960 {
		width: 98%;
		margin: 1% auto;
	}
}
.videowrap{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}
.videoarea{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#4d000000', endColorstr='#4d000000', GradientType=0);
    background-size: cover;
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.75);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.75);
}
.videoclip{
    width:950px;
    height: 575px;
    margin: auto auto;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
#videoclose{
    color: #999;
    width: 70px;
    text-align: center;
}
#videotxt{
    color: #fff;
    width: 720px;
    height:50px;
    text-align: center;
    font-size: 20px;
    right: 0;
    left: 0;
    margin: auto;
    position: absolute;
    background-color: #333;
    line-height: 250%;
}
.videocontent{
    width: 100%;
    height: 100%;
}
@media (max-width: 440px) {
	.videoclip {
		width: 320px;
		height: 220px;
	}
	.w960 .right {
		display: none;
	}
}

#banner-video {
	position: relative;
	box-sizing: border-box;
	height: 650px;
	overflow: hidden;
	background-color: #fff;
}
#banner-video .video {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 990;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #fff;
}
#banner-video .video video {
	position: absolute;
	width: 100%;
	height: 100%;
}
#banner-video .mask {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 991;
	background: url(../images/index/kv_2000.jpg) repeat-x center center;
	background-size: cover;
}
#banner-video .mouse {
	position: absolute;
	left: 50%;
	margin-left: -63px;
	top: auto;
	bottom: 0;
	z-index: 9999;
}

.section {
	position: relative;
}
.section * {
}
.section .wrap {
	position: relative;
	width: 1050px;
	margin: auto;
}
.section .tag {
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	width: 80px;
	height: 100px;
	padding: 8px 22px 0 22px;
	cursor: pointer;
}
.section .tag.step-1 {
	left: 0;
}
.section .tag.step-2 {
	left: 100px;
}
.section .tag.step-3 {
	left: 200px;
}
.section .tag.tag1 {
	background: url(../images/index/tag1.png) no-repeat 0 0;
}
.section .tag.tag2 {
	background: url(../images/index/tag2.png) no-repeat 0 0;
}
.section .tag.tag3 {
	background: url(../images/index/tag3.png) no-repeat 0 0;
}
.section .tag.unselected {
	background-image: url(../images/index/tag-bg-unselect.png);
}
.section .tag .num {
	display: block;
	font-size: 30px;
	line-height: 43px;
	color: #fff;
	text-align: center;
}
.section .tag .text {
	display: block;
	font-size: 15px;
	line-height: 30px;
	border-top: 1px solid #fff;
	color: #fff;
	text-align: center;
}
.section .cont h5 {
	font-weight: normal;
	font-size: 20px;
	padding-bottom: 15px;
}
.section .cont h3 {
	font-weight: normal;
	font-size: 30px;
	padding-bottom: 15px;
}
.section .cont p {
	font-size: 14px;
	padding-bottom: 26px;
}
.section .cont a {
	display: inline;
	font-size: 20px;
	line-height: 20px;
	padding: 10px 20px;
	border: 1px solid #000;
	color: #000;
}

.section.s1 .img {
	position: absolute;
	top: 130px;
}
.section.s1 .cont {
	padding: 190px 0 160px 590px;
	width: 480px;
	height: 240px;
}
.section.s2 {
	background: url(../images/index/s2-bg.jpg) no-repeat center center;
	background-size: cover;
}
.section.s2.page1 {
	background-image: url(../images/index/s2-bg.jpg);
}
.section.s2.page2 {
	background-image: url(../images/index/s2-2-bg.jpg);
}
.section.s2 .cont {
	width: 410px;
	height: 210px;
	color: #fff;
}
.section.s2 .pages, .section.s2 .pages .page {
	margin: 0;
	padding: 0;
}
.section .pages .page {
	display: none;
	overflow: hidden;
}
.section .pages .page.current {
	display: block;
}
.section.s2 .page1 .cont {
	padding: 190px 0 160px 530px;
}
.section.s2 .page2 .cont {
	padding: 190px 0 160px 0;
}

.section.s2 .cont h3, .section.s2 .cont h5, .section.s2 .cont a {
	color: #fff;
}
.section.s2 .page2 .cont h3, .section.s2 .page2 .cont h5, .section.s2 .page2 .cont a, .section.s2 .page2 .cont p {
	color: #000;
}

.section.s2 .cont a {
	border-color: #fff;
}
.section.s2 .page2 .cont a {
	border-color: #000;
}
.section.s2 .img {
	position: absolute;
	top: 135px;
	left: 125px;
}
.section.s2 .page2 .img {
	display: none;
}
.section.s3 .img {
	position: absolute;
	top: 130px;
	right: 0;
}
.section.s3 .cont {
	padding: 190px 0 160px 0;
	width: 460px;
	height: 240px;
}
.section.s3 .page2 .cont {
}
.section.s3 .page2 .img {
}
.section.s4 {
	background-color: #EFEFEF;
	padding: 100px 0;
}
.section.s4 h4 {
	margin: auto;
	font-size: 36px;
	text-align: center;
	padding-bottom: 50px;
}
.section.s4 .prods {
	display: block;
	overflow: hidden;
}
.section.s4 .prods li {
	float: left;
	margin: 0 37px 30px 0;
}
.section.s4 .prods li.last {
	margin-right: 0;
}



@media (min-width: 1024px) {
}
@media (min-width: 1601px) {

}
@media (min-width: 1281px) and (max-width: 1601px) {
}
@media (min-width: 1024px) and (max-width: 1280px) {
	.section .wrap {
		width: 1024px;
		padding: 0 28px;
		box-sizing: border-box;
	}
	.section .tag {
		left: 30px;
	}
	.section.s1 .cont {
		padding: 190px 0 160px 500px;
		width: 460px;
	}
	.section.s2 .cont {
		padding: 190px 0 160px 500px;
		width: 460px;
	}
	.section.s3 .img {
		left: 510px;
	}
	.section.s3 .cont {
		padding: 190px 0 160px 28px;
		width: 420px;
	}
	.section.s4 .prods li {
		float: left;
		margin: 0 10px 30px 0;
	}
}
@media (min-width: 320px) and (max-width: 1023px) {
	#banner-video .video video {
		display: none;
	}
	#banner-video .mask {
		background-image: url(../images/index/kv_1024.jpg);
	}
	.section .tags {
		position: relative;
		left: 0;
		right: 0;
		margin: auto;
		width: 280px;
		height: 100px;
	}
	.section .tags .step-1 {
		left: 0;
		right: auto;
	}
	.section .tags .step-2 {
		left: 100px;
		right: auto;
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	#banner-video {
		height: 360px;
	}

	.section .wrap {
		width: 470px;
		margin: auto;
	}

	.section.s1 .img, .section.s2 .img, .section.s3 .img {
		position: static;
		display: block;
		padding: 30px 0 40px 0;
		width: 100%;
	}
	.section.s1 .cont, .section.s2 .page .cont, .section.s3 .cont {
		padding: 0 0 60px 0;
		width: auto;
		height: auto;
	}
	.section .cont p {
		color: #000;
	}

	.section .tags {
		width: 80px;
	}
	.section.s2 .tags {
		width: 180px;
	}

	.section.s2 {
		background: #EFEFEF;
	}
	.section.s2.page1, .section.s2.page2 {
		background-image: none;
	}
	.section.s2 .cont h3, .section.s2 .page .cont h5, .section.s2 .cont a {
		color: #000;
	}
	.section.s2 .cont a {
		border-color: #000;
	}
	.section.s2 .page2 .img {
		display: block;
	}
	.section.s4 .wrap {
		margin: auto;
	}
	.section.s4 {
		background-color: #EFEFEF;
		padding: 100px 0;
	}
	.section.s4 .wrap {
		width: 490px;
	}
	.section.s4 h4 {
		color: #000;
	}
	.section.s4 .prods {
		display: block;
		overflow: hidden;
	}
	.section.s4 .prods li {
		float: left;
		margin: 0 10px 28px 0;
	}
	.section.s4 .prods li.last {
		margin-right: 0;
	}
}
@media (min-width: 320px) and (max-width: 767px) {
	#banner-video {
		height: 226px;
	}

	.section .wrap {
		width: auto;
		padding: 0 30px;
		margin: 0;
	}
	.section .tag {
		left: 0;
		right: 0;
		margin: auto;
	}

	.section.s1 .img, .section.s2 .img, .section.s3 .img {
		position: static;
		display: block;
		width: 100%;
		padding: 30px 0 40px 0;
	}
	.section.s2 .img {
		padding-top: 30px;
	}
	.section.s1 .cont, .section.s2 .page .cont, .section.s3 .cont {
		padding: 0 0 60px 0;
		width: auto;
		height: auto;
	}
	.section .cont p {
		color: #000;
	}

	.section.s2 {
		background: #EFEFEF;
	}
	.section.s2.page1, .section.s2.page2 {
		background-image: none;
	}
	.section.s2 .cont h3, .section.s2 .cont h5, .section.s2 .cont a {
		color: #000;
	}
	.section.s2 .cont a {
		border-color: #000;
	}
	.section.s2 .page2 .img {
		display: block;
	}
	.section.s4 .wrap {
		margin: auto;
	}
	.section.s4 {
		background-color: #EFEFEF;
		padding: 50px 0;
	}
	.section.s4 .wrap {
		width: auto;
	}
	.section.s4 h4 {
		color: #000;
	}
	.section.s4 .prods {
		display: block;
		overflow: hidden;
	}
	.section.s4 .prods li {
		display: block;
		float: none;
		margin: 0 0 28px 0;
	}
	.section.s4 .prods li img {
		margin: auto;
	}
}
@media (min-width: 480px) and (max-width: 767px) {

}
@media (min-width: 320px) and (max-width: 479px) {

}
@media (max-width: 320px) {
}
