@charset "utf-8";
*,
*:before,
*:after {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body {
	height: 100%;
	width: 100%;
	min-width: 1200px;
	color: #333;
}

body,
input,
button,
select {
	font-family: "Microsoft YaHei", "微软雅黑", sans-serif;
	font-size: 14px;
	background: #fff;
}

a {
	text-decoration: none;
	outline: 0 none;
}

img {
	border: 0;
	vertical-align: middle;
}

ol,
ul,
li,
table,
tbody {
	margin: 0;
	padding: 0;
	list-style: none;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #b0b0b0;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #b0b0b0;
}

select::-ms-expand {
	display: none;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="date"],
input[type="text"],
input[type="tel"],
button {
	-webkit-appearance: none;
	appearance: none;
	font-family: '微软雅黑';
	border-radius: 0;
	outline: none;
	border: 0;
}

select {
	outline: none;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

textarea {
	-webkit-appearance: none;
	appearance: none;
	outline: none;
}

.packageBanner {
	width: 100%;
	height: 900px;
	position: relative;
	overflow: hidden;
}

.packageBanner .pkBanner {
	background: url(../images/DT/one_01.jpg)no-repeat center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -100;
	width: 100%;
	height: 100%;
	transition: all 5s linear;
}

.packageBanner.active .pkBanner {
	transform: scale(1.1);
}

.packageBanner .text {
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	position: absolute;
	top: 120px;
	left: 50%;
	margin-left: -321px;
	transition: all 0.8s;
}

.packageBanner .text.active {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	top: 85px;
}

.of2 {
	width: 100%;
	height: 500px;
	background: white;
	position: relative;
}

.of2 ul {
	width: 1200px;
	height: 294px;
	position: absolute;
	top: 100px;
	left: 50%;
	margin-left: -600px;
	display: flex;
	justify-content: space-between;
}

.of2 ul li {
	width: 280px;
	height: 100%;
	background: #F5F5F5;
}

.of2 ul li img {
	display: block;
	margin: auto;
	padding-top: 60px;
}


/*ul>li:hover img {
	animation: bounce 1000ms both
}*/


/*@keyframes bounce {
	from,
	20%,
	53%,
	80%,
	to {
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transform: translate3d(0, 0, 0);
	}
	40%,
	43% {
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		transform: translate3d(0, -30px, 0);
	}
	70% {
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		transform: translate3d(0, -15px, 0);
	}
	90% {
		transform: translate3d(0, -4px, 0);
	}
}*/

.easeIn {
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transform: translate3d(0, 35px, 0);
	transform: translate3d(0, 35px, 0);
	transition: all 0.8s;
}

.easeIn.active {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.form1 {
	background: url(../images/DT/one_03.jpg)no-repeat center;
	background-size: cover;
	height: 391px;
	width: 100%;
	position: relative;
}

.form1 img {
	position: absolute;
	top: 88px;
	left: 50%;
	margin-left: -500px;
}

.form1 form {
	width: 460px;
	height: 200px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: absolute;
	top: 60px;
	left: 50%;
	margin-left: 90px;
}

.form1 form input {
	width: 100%;
	height: 60px;
	text-indent: 15px;
	font-size: 18px;
	line-height: 60px;
	background: white;
	transition: all 0.5s;
}

.form1 form input:hover {
	/*font-size: 24px;*/
}

.form1 form .submit {
	background: #184496;
	color: white;
	text-indent: 0px;
	font-weight: 600;
	border: none;
	cursor: pointer;
	opacity: .8;
}


/*标题*/

.packageSecTit {
	padding: 0 0 40px;
	font-size: 16px;
	color: #888;
	text-align: center;
}

.packageSecTit h3 {
	font-size: 45px;
	color: #222;
}

.packageSecTit p {
	font-size: 20px;
}


/*轮播图*/

.packageSpace {
	position: relative;
	text-align: center;
}

.packageSpace .anchor {
	position: absolute;
	left: 0;
	top: -50px;
}

.packageSpace .spaceBox {
	position: relative;
	margin: 0 auto;
	padding-top: 72px;
	width: 100%;
	max-width: 1920px;
	height: 686px;
	overflow: hidden;
}

.packageSpace .spaceBox .spaceThumb {
	position: absolute;
	left: 50%;
	top: 4px;
	z-index: 1;
	margin-left: -600px;
	width: 1200px;
	height: 72px;
}

.packageSpace .spaceBox .spaceThumb li {
	float: left;
	width: 200px;
	height: 72px;
	border-bottom: 4px solid transparent;
	font-size: 22px;
	text-align: center;
	transition: all 0.5s;
}

.packageSpace .spaceBox .spaceThumb li.activeSlide {
	padding-top: 5px;
	border-bottom-color: #feb300;
	color: #feb300;
}

.packageSpace .spaceBox .spaceThumb li span {
	display: block;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: normal;
}

.packageSpace .spaceBox ol {
	width: 1200px;
	height: 614px;
	border-top: 4px solid #333;
	margin: auto;
	position: relative;
}

.packageSpace .spaceBox ol li {
	width: 100%;
	height: 610px;
	cursor: pointer;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 6;
	transition: all 1s;
	opacity: 0;
}

.current {
	z-index: 7!important;
	opacity: 1!important;
}
.btMaskBg,.configure{
	transition: all 1.5s;
}
.spaceBox ol li.current .btMaskBg {
	bottom:0!important;
}
.configure{
	transition: all 1.5s;
}
.spaceBox ol li.current .configure {
	bottom:0!important;
}
.packageSpace .spaceBox .space {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	opacity: 0;
	padding-top: 220px;
	text-align: left;
}

.packageSpace .spaceBox .inner {
	position: relative;
	z-index: 1;
	padding: 22px 25px 0 30px;
	width: 400px;
	height: 170px;
}

.packageSpace .spaceBox .maskBg {
	position: absolute;
	top: 220px;
	left: 0;
	z-index: 0;
	width: 400px;
	height: 170px;
	background: #feb300;
	opacity: 0.85;
	filter: alpha(opacity=85);
}

.packageSpace .spaceBox .inner h4 {
	font-weight: normal;
	font-size: 48px;
}

.packageSpace .spaceBox .inner span {
	font-weight: bold;
}

.packageSpace .spaceBox .inner p {
	font-size: 18px;
}

.packageSpace .spaceBox .btMaskBg {
	position: absolute;
	bottom: -110px;
	left: 0;
	width: 100%;
	height: 110px;
	z-index: 1;
	background: rgba(0, 52, 149);
	opacity: 0.6;
	filter: alpha(opacity=70);
}

.packageSpace .spaceBox .configure {
	position: absolute;
	display: block !important;
	bottom: -110px;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 110px;
	color: #fff;
}

.packageSpace .spaceBox .detailBox {
	margin: 0 auto;
	width: 1200px;
	height: 110px;
	overflow: hidden;
	text-align: left;
}

.spaceBox .detailBox img {
	display: block;
	margin: auto;
	padding-top: 30px;
}

.packageSpace .spaceBox .thumb,
.packageSpace .spaceBox .prevView,
.packageSpace .spaceBox .nextView {
	display: block;
	position: absolute;
	top: 72px;
	width: 100%;
	height: 614px;
	z-index: 10;
}

.packageSpace .spaceBox .prevView,
.packageSpace .spaceBox .nextView {
	background-position: right center;
	border-top: 4px solid #333;
}
.packageSpace .spaceBox  .prevView{
	background: url(../images/bj.jpg)no-repeat center;
	background-size: cover;
	background-position-x: 1023px;
}
.packageSpace .spaceBox  .nextView{
	background: url(../images/bj.jpg)no-repeat right;
	background-size: cover;
	background-position-x: -1538px;
}
.packageSpace .spaceBox .thumb span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 6;
	width: 100%;
	height: 614px;
	/*background: #444342;*/
	opacity: 0.9;
	filter: alpha(opacity=50);
}

.packageSpace .spaceBox .spacePrev,
.packageSpace .spaceBox .prevView {
	left: -100%;
	margin-left: 352px;
	z-index: 0;
}

.packageSpace .spaceBox .spaceNext,
.packageSpace .spaceBox .nextView {
	right: -100%;
	margin-right: 352px;
	z-index: 0;
}

.packageSpace .spaceBox .thumb i {
	position: relative;
	z-index: 11;
	display: block;
	margin-top: 257px;
	width: 51px;
	height: 95px;
}

.packageSpace .spaceBox .iconPgPrev {
	float: right;
	margin-right: 135px;
	background: url("../images/arrow_left.png") no-repeat;
}

.packageSpace .spaceBox .iconPgNext {
	margin-left: 135px;
	background: url("../images/arrow_right.png") no-repeat;
}


/*主材
*/

.packageMaterials {
	width: 100%;
	height: auto;
	position: relative;
}

.packageMaterials .packageSecTit {
	padding: 30px 0 40px;
}

.cailiao {
	width: 100%;
	height: 700px;
	position: relative;
	background-size: cover;
}

.cailiao img {
	display: block;
	position: absolute;
	left: 50%;
}

.chuw {
	background: url(../images/DT/one_05.jpg)no-repeat center;
}

.chuw img {
	top: 232px;
	margin-left: -579px;
}

.dib {
	background: url(../images/DT/one_06.jpg)no-repeat center;
}

.dib img {
	top: 92px;
	margin-left: -179px;
}

.czian {
	background: url(../images/DT/one_07.jpg)no-repeat center;
}

.czian img {
	top: 202px;
	margin-left: -12%;
}

.mum {
	background: url(../images/DT/one_08.jpg)no-repeat center;
}

.mum img {
	top: 92px;
	margin-left: -170px;
}

.yoiq {
	background: url(../images/DT/one_09.jpg)no-repeat center;
}

.yoiq img {
	top: 232px;
	margin-left: 140px;
}


/*布局*/

.buju {
	width: 100%;
	height: 2893px;
	background: url(../images/DT/one_10.jpg)no-repeat center;
	background-size: cover;
	overflow: hidden;
}

.buju .packageSecTit {
	padding: 120px 0 40px;
}

.bjuket,
.bjchuf,
.bjyushi {
	width: 100%;
	position: relative;
	height: 835px;
}

.bjuket img,
.bjchuf img,
.bjyushi img {
	position: absolute;
	left: 50%;
}

.bjuket .a {
	top: 274px;
	margin-left: -450px;
}

.bjuket .b {
	top: 436px;
	margin-left: -604px;
}

.bjuket .c {
	top: 580px;
	margin-left: -350px;
}

.bjuket .d {
	top: 681px;
	margin-left: -100px;
}

.bjuket .e {
	top: 590px;
	margin-left: 200px;
}

.bjuket .f {
	top: 474px;
	margin-left: 380px;
}

.bjuket .g {
	top: 200px;
	margin-left: 450px;
}

.buju>.bjuket>img:hover {
	animation: fanfare 1000ms infinite both
}

@keyframes fanfare {
	0%,
	100% {
		transform: scale(1);
	}
	30% {
		transform: scale(.8) rotateZ(5deg);
	}
	40%,
	60%,
	80% {
		transform: scale(1.15) rotateZ(-5deg);
	}
	50%,
	70%,
	90% {
		transform: scale(1.15) rotateZ(5deg);
	}
}

.bjchuf img,
.bjyushi img {
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	transform: scale(0.1);
}

.bjchuf .a {
	top: 128px;
	margin-left: -450px;
}

.bjchuf .b {
	top: 329px;
	margin-left: 382px;
}

.bjchuf .c {
	top: 449px;
	margin-left: 23px;
}

.bjchuf .d {
	top: 483px;
	margin-left: -318px;
}

.bjchuf .e {
	top: 150px;
	margin-left: -31px;
}

.bjyushi .a {
	top: 337px;
	margin-left: -450px;
}

.bjyushi .b {
	top: 459px;
	margin-left: 282px;
}

.bjyushi .c {
	top: 490px;
	margin-left: -24px;
}

.bjyushi .d {
	top: 183px;
	margin-left: 218px;
}

.bjyushi .e {
	top: 550px;
	margin-left: -281px;
}

.kitchen.active img {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	transform: scale(1);
}

.kitchen.active .a {
	transition: all 1s 0.5s;
}

.kitchen.active .b {
	transition: all 1s 1s;
}

.kitchen.active .c {
	transition: all 1s 1.5s;
}

.kitchen.active .d {
	transition: all 1s 2s;
}

.kitchen.active .e {
	transition: all 1s 2.5s;
}


/*性价比*/

.xingjb {
	width: 100%;
	height: 757px;
	background: #fff;
	position: relative;
	overflow: auto;
}

.xingjb .packageSecTit {
	padding: 0px 0 40px;
}

.xingjb img {
	position: absolute;
	left: 50%;
	top: 108px;
}

.xingjb .imgg {
	width: 1200px;
	height: 611px;
	margin: auto;
	padding-top: 2px;
	position: relative;
}


/*.xingjb .imgg ul{
	width: 1200px;
	height: 611px;
	position: relative;
	left: 50%;
	z-index: 5;
	overflow: hidden;
}*/

.xingjb .imgg ul li {
	position: absolute;
	transition: all 2s ease-in 0.5s;
	opacity: 0.4;
	z-index: 5;
}

.xingjb .imgg ul .left {
	transform: skew(20deg);
	width: 0px;
	height: 515px;
	background: url(../images/3cen/left.png)no-repeat left;
	background-size: cover;
	left: 180px;
}

.xingjb .imgg ul .right {
	transform: skew(20deg);
	width: 0px;
	height: 518px;
	background: url(../images/3cen/right.png)no-repeat right;
	background-size: cover;
	right: 200px;
}

.xingjb ul.active li {
	opacity: 1;
	transform: skew(0deg)!important;
}

.xingjb ul.active .left {
	width: 465px;
}

.xingjb ul.active .right {
	width: 474px;
}

.xingjb .b {
	transform: translate(-50%, 0);
	/*transition: all 10s linear;*/
}

.xingjb .c {
	margin-left: -600px;
}


/*.xingjb:hover .b{
	transform: scale(1.1);
}*/


/*环保家*/

.huanbaoj {
	width: 100%;
	height: 1170px;
	background: white;
}

.huanbaoj .packageSecTit {
	padding: 120px 0 0px;
}

.huanbaoj .neir {
	width: 1200px;
	height: 820px;
	margin: auto;
	position: relative;
	background: url(../images/yjr.png)no-repeat center;
}

.huanbaoj .neir img {
	position: absolute;
	left: 50%;
}

.huanbaoj .neir .a {
	top: 100px;
	margin-left: -450px;
}

.huanbaoj .neir .b {
	top: 400px;
	margin-left: -550px;
}

.huanbaoj .neir .c {
	top: 600px;
	margin-left: -360px;
}

.huanbaoj .neir .d {
	top: 120px;
	margin-left: 250px;
}

.huanbaoj .neir .e {
	top: 400px;
	margin-left: 330px;
}

.huanbaoj .neir .f {
	top: 600px;
	margin-left: 150px;
}

.neir.active img {
	-webkit-animation: moveTop 0.5s linear;
	-ms-animation: moveTop 0.5s linear;
	-moz-animation: moveTop 0.5s linear;
	animation: moveTop 0.5s linear;
}

.neir.active .a {
	-webkit-animation: flicker1 1s 1s linear infinite alternate, scale9 1s 0.5s linear infinite alternate;
	-ms-animation: flicker1 1s 0.5s linear infinite alternate, scale9 1s 0.5s linear infinite alternate;
	-moz-animation: flicker1 1s 0.5s linear infinite alternate, scale9 1s 0.5s linear infinite alternate;
	animation: flicker1 1s 0.5s linear infinite alternate, scale9 1s 0.5s linear infinite alternate;
}

.neir.active .b {
	-webkit-animation: flicker1 1s 1s linear infinite alternate, scale9 1s 1s linear infinite alternate;
	-ms-animation: flicker1 1s 1s linear infinite alternate, scale9 1s 1s linear infinite alternate;
	-moz-animation: flicker1 1s 1s linear infinite alternate, scale9 1s 1s linear infinite alternate;
	animation: flicker1 1s 1s linear infinite alternate, scale9 1s 1s linear infinite alternate;
}

.neir.active .c {
	-webkit-animation: flicker1 1s 1.5s linear infinite alternate, scale9 1s 1.5s linear infinite alternate;
	-ms-animation: flicker1 1s 1.5s linear infinite alternate, scale9 1s 1.5s linear infinite alternate;
	-moz-animation: flicker1 1s 1.5s linear infinite alternate, scale9 1s 1.5s linear infinite alternate;
	animation: flicker1 1s 1.5s linear infinite alternate, scale9 1s 1.5s linear infinite alternate;
}

.neir.active .d {
	-webkit-animation: flicker1 1s 1s linear infinite alternate, scale9 1s 0.5s linear infinite alternate;
	-ms-animation: flicker1 1s 0.5s linear infinite alternate, scale9 1s 0.5s linear infinite alternate;
	-moz-animation: flicker1 1s 0.5s linear infinite alternate, scale9 1s 0.5s linear infinite alternate;
	animation: flicker1 1s 0.5s linear infinite alternate, scale9 1s 0.5s linear infinite alternate;
}

.neir.active .e {
	-webkit-animation: flicker1 1s 1s linear infinite alternate, scale9 1s 1s linear infinite alternate;
	-ms-animation: flicker1 1s 1s linear infinite alternate, scale9 1s 1s linear infinite alternate;
	-moz-animation: flicker1 1s 1s linear infinite alternate, scale9 1s 1s linear infinite alternate;
	animation: flicker1 1s 1s linear infinite alternate, scale9 1s 1s linear infinite alternate;
}

.neir.active .f {
	-webkit-animation: flicker1 1s 1.5s linear infinite alternate, scale9 1s 1.5s linear infinite alternate;
	-ms-animation: flicker1 1s 1.5s linear infinite alternate, scale9 1s 1.5s linear infinite alternate;
	-moz-animation: flicker1 1s 1.5s linear infinite alternate, scale9 1s 1.5s linear infinite alternate;
	animation: flicker1 1s 1.5s linear infinite alternate, scale9 1s 1.5s linear infinite alternate;
}


/*moveTop ani*/

@-moz-keyframes moveTop {
	from {
		margin-top: 10px;
	}
	to {
		margin-top: 0;
	}
}

@-webkit-keyframes moveTop {
	from {
		margin-top: 10px;
	}
	to {
		margin-top: 0;
	}
}

@-ms-keyframes moveTop {
	from {
		margin-top: 10px;
	}
	to {
		margin-top: 0;
	}
}

@keyframes moveTop {
	from {
		margin-top: 10px;
	}
	to {
		margin-top: 0;
	}
}


/*flicker ani*/

@-moz-keyframes flicker1 {
	from {
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
	}
	to {
		filter: alpha(opacity=50);
		-moz-opacity: 0.5;
		-khtml-opacity: 0.5;
		opacity: 0.5;
	}
}

@-webkit-keyframes flicker1 {
	from {
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
	}
	to {
		filter: alpha(opacity=50);
		-moz-opacity: 0.5;
		-khtml-opacity: 0.5;
		opacity: 0.5;
	}
}

@-ms-keyframes flicker1 {
	from {
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
	}
	to {
		filter: alpha(opacity=50);
		-moz-opacity: 0.5;
		-khtml-opacity: 0.5;
		opacity: 0.5;
	}
}

@keyframes flicker1 {
	from {
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
	}
	to {
		filter: alpha(opacity=50);
		-moz-opacity: 0.5;
		-khtml-opacity: 0.5;
		opacity: 0.5;
	}
}


/*scale9 ani*/

@-moz-keyframes scale9 {
	from {
		-moz-transform: scale(1);
	}
	to {
		-moz-transform: scale(0.98);
	}
}

@-webkit-keyframes scale9 {
	from {
		-webkit-transform: scale(1);
	}
	to {
		-webkit-transform: scale(0.98);
	}
}

@-ms-keyframes scale9 {
	from {
		-ms-transform: scale(1);
	}
	to {
		-ms-transform: scale(0.98);
	}
}

@keyframes scale9 {
	from {
		transform: scale(1);
	}
	to {
		transform: scale(0.98);
	}
}


/*质选千思*/

.zhixuan {
	width: 100%;
	height: 630px;
	background: url(../images/DT/one_12.jpg)no-repeat center;
	background-size: cover;
	position: relative;
}

.zhixuan img {
	display: block;
	margin: auto;
	padding: 88px 0 0 190px;
}

.form1>.for2 {
	width: 400px!important;
	height: 296px!important;
	top: 326px!important;
	margin-left: 160px;
}

.form1>.for2>input {
	border: 1px solid #424242;
}

.zzj1{width:1200px; margin:0 auto; text-align:center; padding-top:100px; padding-bottom:50px;}

.zzj2{width:550px; margin:0 auto; text-align:center; padding-bottom:60px;}

.zzj3{width:1200px; margin:0 auto; text-align:center;}

.zzj4-main{width:100%; background:#f1f1f1; padding-top:50px; padding-bottom:50px; text-align:center;}

.zzj4{width:1200px; margin:0 auto; text-align:center;}

.zzj5{width:100%; margin:0 auto; text-align:center; padding-bottom:50px;}

.zzj6{width:533px; margin:0 auto; text-align:center; padding-bottom:40px;}

.zzj7{width:1200px; margin:0 auto; text-align:center;}