@charset "utf-8";
body{
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

		@font-face{font-family: 'aliLight';
			src: url('fonts/aliLight.eot'); /* IE9*/
			src: url('fonts/aliLight.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
			url('fonts/aliLight.woff') format('woff'), /* chrome、firefox */
			url('fonts/aliLight.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
			url('fonts/aliLight.svg#handfont') format('svg'); /* iOS 4.1- */
		}

		@font-face {
			font-family: 'aliMedium';
			src: url('fonts/aliMedium.eot');
			/* IE9*/
			src: url('fonts/aliMedium.eot?#iefix') format('embedded-opentype'),
				/* IE6-IE8 */
				url('fonts/aliMedium.woff') format('woff'),
				/* chrome、firefox */
				url('fonts/aliMedium.ttf') format('truetype'),
				/* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
				url('fonts/aliMedium.svg#handfont') format('svg');
			/* iOS 4.1- */
		}

.proAllWrap{font-family:"aliLight","Microsoft Yahei","微软雅黑"; font-size:18px;}
.pro_wrap{ width:1200px; margin:auto; overflow: hidden;}
.one {
	overflow: hidden;
	color: #979a9d;
	height: 800px;
  background-image:url("../images/bannerbg_01.jpg"),
  url("../images/bannerbg_02.jpg");
  background-repeat: no-repeat,
  no-repeat;
  background-position: center 0,
   center 383px;
}
.oneL{ margin-top:220px; width: 640px; text-align: center; }
.one p {
	font-size: 38px;
	margin-top: 10px;
	text-align: center;
	font-weight: bold;
}
.one span {
	font-size: 18px;
	line-height: 22px;
	display: block;
	padding-top:12px;
	text-align: center;

}


.two{ background:#eee url(../images/twobg.jpg) no-repeat center center;  height:800px;}
.two p {
	font-size: 37px;
	line-height: 40px;
	letter-spacing: 10px;
}

.two h3 {
	text-align: center;
	padding-top: 8px;
	font-size: 60px;
	font-weight: normal;
	font-family: "aliMedium";
}

.two .twoTop {
	text-align: center;
	padding-top: 300px;
}
.two span{ display:block; line-height:28px; margin:10px auto 0;text-align: center;  font-size:18px;}

.three {
	background: #000 url(../images/threebg.jpg) no-repeat center center;
	height: 800px;
	color: #fff;
}

.three h3 {
	text-align: center;
	padding-top: 8px;
	font-size: 60px;
	font-weight: normal;
	font-family: "aliMedium";
}

.three .threeTop {
	text-align: center;
	padding-top: 116px;
}

.three .threeTop p {
	font-size: 37px;
	line-height: 40px;
	letter-spacing: 10px;
	color: #a8a8a8;
}

.three .threeTop span {
	display: block;
	line-height: 28px;
	margin: 10px auto 0;
	text-align: center;
	font-size: 18px;
	color: #e3e3e3;
}

.four{overflow: hidden;}
.four .img1{ margin: auto;padding-top: 110px;}
.four p.fourTitle {
		text-align: center;
		padding-top: 2px;
		font-size: 60px;
}
.four .imgTab {
	margin: 100px auto 0;
	width: 908px;
	height: 444px;
	display: block;
	background:#fff url(../images/imgTabbg.jpg) no-repeat center center;
	position: relative;
}
.four .imgTab .buttton {
	position: absolute;
}

.four .imgTab .content{
	position: absolute;
	left: 301px;
	top: 48px;

}

.four .imgTab .content ul{
	width: 311px;
	height: 311px;
	overflow: hidden;}


.four span {
	font-family: "aliMedium";
}

.pc-banner {
	height: 820px;
	background: #0d0e0e;
	color: #e3e3e3;
}

.pc-banner_title {
	font-size: 60px;
	line-height: 60px;
	text-align: center;
	padding-top: 100px;
	color: #fefefe;
	font-family: "aliMedium";
	font-weight: normal;
}

.pc-banner_content {
	line-height: 36px;
	margin: 30px auto 0;
	text-align: center;
	color: #dadbdb;
	font-size: 20px;
}

.pc-banner .swiper-container {
	padding-top: 120px;
}

.content .swiper-button-prev{
	background:none;
	width: 50px;
	height: 50px;
	left:250px;
	top: 80px;
	z-index: 999;
}

.fourWrap {
	position: relative;
	top:28px;
	left: 250px;
	cursor: pointer;
}

.fourbg {
	position: absolute;
	z-index: 1
}

@keyframes warn {
	0% {
		transform: scale(0.5);
		opacity: 1;
	}

	100% {
		transform: scale(1);
		opacity: 0.0;
	}
}

@-webkit-keyframes warn {
	0% {
		transform: scale(0.5);
		opacity: 1;
	}

	100% {
		transform: scale(1);
		opacity: 0.0;
	}
}



.pulse2 {
	position: absolute;
	width: 50px;
	height: 50px;
	left: 0;
	top: 0px;
	/* background: #6b5835; */
	border: 1px solid #ffd8a2;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	z-index: 2;
	opacity: 0;

	-webkit-animation: warn 2s ease-out;
	-moz-animation: warn 2s ease-out;
	animation: warn 2s ease-out;

	box-shadow: inset 0px 0px 10px 5px rgba(231, 201, 148, 1),
	0px 0px 10px 3px rgba(231, 201, 148, 0.5);


	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}


.pulse3 {
	position: absolute;
	width: 50px;
	height: 50px;
	left: 0;
	top: 0px;
	/* background: #6b5835; */
	border: 1px solid #ffd8a2;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	z-index: 2;
	opacity: 0;

	box-shadow: inset 0px 0px 10px 5px rgba(231, 201, 148, 1),
	0px 0px 10px 3px rgba(231, 201, 148, 0.5);

	-webkit-animation: warn 2s ease-out;
	-moz-animation: warn 2s ease-out;
	animation: warn 2s ease-out;


	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-iteration-count: infinite;

	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	animation-delay: 1s;

}

.fourBott{ text-align: center;}

.fourBott1 {
	font-size: 37px;
	line-height: 38px;
}

.fourBott2 {
	font-size: 37px;
	line-height: 38px;
	margin-top: 10px;
	font-family: "aliMedium";
}
.fourBott3 {
	font-size: 18px;
	line-height: 28px;
	font-weight: bold;
	color: #7a6638;
	margin-top: 10px;
}
.fourBott4 {
	font-size: 18px;
	line-height: 28px;
	width: 650px;
	margin: 10px auto 0;
	padding-bottom: 60px;
}

.five {
	overflow: hidden;
	height: 800px;
	background: #17171d url(../images/fivebg.jpg) no-repeat center center;
	text-align: left;
	overflow: hidden;
}
.fiveTop{ float:right; width: 450px; padding-top: 234px;}
.five p {
	font-size: 30px;
	font-weight: normal;
	line-height: 30px;
	margin-bottom: 4px;
	display: block;
	letter-spacing: 6px;
	color: #b4b4b4;
}

.five h3 {
	font-size: 60px;
	line-height: 64px;
	color: #fff;
	margin-top: 10px;
	font-weight: normal;
	font-family: "aliMedium";
}
.five span {
	display: block;
	line-height: 28px;
	color: #fefefe;
	margin-top: 12px;

}

.six{
		overflow: hidden;
		height: 800px;
		background: #eee url(../images/sixbg.jpg) no-repeat center center;
		overflow: hidden;
		text-align: center;
}

.six p {
	font-size: 30px;
	font-weight: normal;
	line-height: 30px;
	margin-bottom: 4px;
	display: block;
	letter-spacing: 6px;
	padding-top: 82px;
}

.six h3 {
	font-weight:bold;
	font-size: 50px;
	line-height: 64px;
	margin-top: 10px;
}
.six h3 span{
	font-family: "aliMedium";
	font-weight: normal;
	font-size: 60px;
}

.six .pfloat{ position: relative; margin-top: 176px; height: 200px;}
.six .pfloat .pfloat1 {
	position: absolute;
	left: 100px;
	top: 0;
}

.six .pfloat .pfloat2 {
	position: absolute;
	left: 234px;
	top: 120px;
}

.six .pfloat .pfloat3 {
	position: absolute;
	right: 110px;
	top: 36px;
}

.six .pfloat .pfloat4 {
	position: absolute;
	right: 312px;
	bottom: 0;
}

.eight {
	background: #000 url(../images/eightbg.jpg) no-repeat center center;
	height: 800px;
	color: #fff;
}

.eight h3 {
	text-align: center;
	padding-top: 8px;
	font-size: 60px;
	font-weight: bold;
}

.eight .eightTop {
	text-align: center;
	padding-top: 116px;
}

.eight .eightTop p {
	font-size: 37px;
	line-height: 40px;
	letter-spacing: 10px;
	color: #a8a8a8;
}

.eight .eightTop span {
	display: block;
	line-height: 28px;
	margin: 10px auto 0;
	text-align: center;
	font-size: 18px;
	color: #e3e3e3;
	width: 600px;
}

.eight .eightTop h3 {
	display: block;
	text-align: center;
	font-size: 60px;
	color: #fff;
	font-family: "aliMedium";
	font-weight: normal;
}

.eightBott {
	width: 360px;
	height: 360px;
	position: relative;
	cursor: pointer;
	margin-left: 120px;
	margin-top: 40px;
}

.imgTab04 {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 111;
}

.imgTab05 {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 112;
}

@keyframes pulse {
	0% {
		transform: scale(0.2);
		opacity: 1;
	}

	100% {
		transform: scale(1);
		opacity: 0.0;
	}
}

@-webkit-keyframes pulse {
	0% {
		transform: scale(0.2);
		opacity: 1;
	}

	100% {
		transform: scale(1);
		opacity: 0.0;
	}
}

.pulse4 {
	position: absolute;
	z-index: 110;
	width: 180px;
	height: 180px;
	left: 180px;
	top: 80px;
	/* background: #6b5835; */
	border: 2px solid #8f6b36;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	z-index: 2;
	opacity: 0;

	-webkit-animation: pulse 2s ease-out;
	-moz-animation: pulse 2s ease-out;
	animation: pulse 2s ease-out;

	box-shadow: inset 0px 0px 30px 10px rgba(231, 201, 148, 1),
		0px 0px 30px 10px rgba(231, 201, 148, 0.5);


	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}


.pulse5 {
	position: absolute;
	z-index: 109;
	width: 180px;
	height: 180px;
	left: 180px;
	top: 80px;
	/* background: #6b5835; */
	border: 2px solid #8f6b36;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	z-index: 2;
	opacity: 0;

	box-shadow: inset 0px 0px 30px 10px rgba(231, 201, 148, 1),
		0px 0px 30px 10px rgba(231, 201, 148, 0.5);

	-webkit-animation: pulse 2s ease-out;
	-moz-animation: pulse 2s ease-out;
	animation: pulse 2s ease-out;


	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-iteration-count: infinite;

	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	animation-delay: 1s;

}

.banner {
	width: 100%;
	max-width: 1920px;
	overflow: hidden;
	height: 800px;
}

.banner .slider {
	width: 1920px;
	height: 800px;
	position: relative;
	overflow: hidden;
	left: 50%;
	margin-left: -960px;
}

.banner .slider img {
	width: 1920px;
}

.banner .slider .num {
	overflow: hidden;
	height: 12px;
	position: absolute;
	bottom: 25px;
	left: 50%;
	margin-left: -33px;
	zoom: 1;
	z-index: 3
}

.banner .slider .num li {
	width: 12px;
	height: 12px;
	line-height: 12px;
	text-align: center;
	font-size: 0;
	color: #FFFFFF;
	background: #999;
	margin: 0 5px;
	border-radius: 50%;
	cursor: pointer;
	float: left;
	color: #888;
	display: block
}

.banner .slider .num li.on {
	background: #fff;
	color: #fff
}

.ten {
	background: #000000;
	height: 800px;
	text-align: center;
}

.ten h3 {
	text-align: center;
	padding-top: 8px;
	font-size: 60px;
	font-weight: bold;
	color: #fff;
	font-family: "aliMedium";
	font-weight: normal;
}

.ten p {
	font-size: 37px;
	line-height: 40px;
	letter-spacing: 10px;
	color: #cccccc;
	padding-top: 120px;

}







