@charset "utf-8";
body{
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;font-family:"aliLight","Microsoft Yahei","微软雅黑";}

	@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');
			src: url('fonts/aliMedium.eot?#iefix') format('embedded-opentype'),
				url('fonts/aliMedium.woff') format('woff'),
				url('fonts/aliMedium.ttf') format('truetype'),
				url('fonts/aliMedium.svg#handfont') format('svg');
		}

.pro_wrap{ width:100%; margin:auto;font-family:"aliLight","Microsoft Yahei","微软雅黑";}
.one{ overflow:hidden; color: #fff; background:#17171d url(../images/m_bannerbg.jpg) no-repeat center top; background-size:100%; text-align:center; height:12.4rem;}
.one p {
	font-size: 0.38rem;
	line-height: 0.70rem;
	font-family: 'aliMedium';
	padding-top: 2.3rem;
}
.one span {
	display: block;
	padding: 0 1.0rem;
	color: #b1b3b5;
	font-size: 0.30rem;
}

.two{ background:#121217 url(../images/m_twobg.jpg) no-repeat center center;  background-size:100%; text-align:center; height:12.4rem;}
.two .twoTop {
	text-align: center;
	padding-top: 1.6rem;
}
.two h3{
font-weight: normal;
font-family: 'aliMedium';
font-size: 0.60rem;
margin-top: 0.10rem;
}
.two p {
	font-size: 0.54rem;
	line-height: 0.60rem;
}
.two span {
	display: block;
	font-size: 0.32rem;
	line-height: 0.48rem;
	margin-top: 0.10rem;
	padding: 0 0.6rem;
	color: #262626
}

.three {
	background: #121217 url(../images/m_threebg.jpg) no-repeat center center;
	background-size: 100%;
	text-align: center;
	height: 10.3rem;
}

.three .threeTop {
	text-align: center;
	padding-top: 1.6rem;
}

.three h3 {
	font-weight: normal;
	font-family: 'aliMedium';
	font-size: 0.60rem;
	margin-top: 0.10rem;
	color: #e3e3e3;
}

.three p {
	font-size: 0.54rem;
	line-height: 0.60rem;
	color: #a8a8a8;
}

.three span {
	display: block;
	font-size: 0.32rem;
	line-height: 0.48rem;
	margin-top: 0.10rem;
	padding: 0 0.6rem;
	color: #e3e3e3
}

.four {
	overflow: hidden;
}

.four .img1 {
	margin: auto;
	width: 5.7rem;
	padding-top: 1.0rem;
}

.four p.fourTitle {
	text-align: center;
	padding-top: 0.10rem;
	font-size: 0.60rem;
}

.four .imgTab {
	margin: 0.60rem auto 0;
	width: 7.5rem;
	height: 4.5rem;
	display: block;
	background: #fff url(../images/m_imgTabbg.jpg) no-repeat center center;
	background-size: 100%;
	position: relative;
}

.four .imgTab .buttton {
	position: absolute;
}

.four .imgTab .content {
	position: absolute;
	left: 2.26rem;
	top: 0.48rem;

}

.four .imgTab .content img {
	width: 3.07rem;
	height: 3.07rem;
	overflow: hidden;
}


.four span {
	font-family: "aliMedium";
}

.fourWrap {
	position: relative;
	top: 0.20rem;
	left: 2.34rem;
	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: 0.70rem;
	height: 0.70rem;
	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: 0.70rem;
	height: 0.70rem;
	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;
	margin-top: 0.40rem;
}

.fourBott1 {
	font-size: 0.50rem;
	line-height: 0.60rem;
}

.fourBott2 {
	font-size: 0.50rem;
	line-height: 0.60rem;
	margin-top: 0.16rem;
	font-family: "aliMedium";
}

.fourBott3 {
	font-size: 0.32rem;
	line-height: 0.32rem;
	font-weight: bold;
	color: #7a6638;
	margin-top: 0.20rem;
}

.fourBott4 {
	font-size: 0.32rem;
	line-height: 0.48rem;
	padding: 0.20rem 0.30rem 0.80rem 0.30rem;
}

.five {
	background: #121217 url(../images/m_fivebg.jpg) no-repeat center center;
	background-size: 100%;
	text-align: center;
	height: 12.4rem;
}

.five .fiveTop {
	text-align: center;
	padding-top: 1.4rem;
}

.five h3 {
	font-weight: normal;
	font-family: 'aliMedium';
	font-size: 0.60rem;
	margin-top: 0.10rem;
	color: #e3e3e3;
}

.five p {
	font-size: 0.54rem;
	line-height: 0.60rem;
	color: #a8a8a8;
}

.five span {
	display: block;
	font-size: 0.32rem;
	line-height: 0.48rem;
	margin-top: 0.10rem;
	padding: 0 0.6rem;
	color: #e3e3e3
}

.six {
	background: #eee url(../images/m_sixbg.jpg) no-repeat center center;
	background-size: 100%;
	text-align: center;
	height: 11.6rem;
}
.six p{
		font-size: 0.54rem;
		line-height: 0.60rem;
	padding-top: 1.5rem;

}
.six h3 {
	font-size: 0.40rem;
	line-height: 0.60rem;
	margin-top: 0.20rem;
}
.six h3 span{
	font-weight: normal;
	font-family: 'aliMedium';
	font-size: 0.50rem;
}

.eight {
	background: #000 url(../images/m_eightbg.jpg) no-repeat center center;
	height: 12.5rem;
	background-size: 100%;
	color: #fff;
}

.eight .eightTop {
	text-align: center;
	padding-top: 1.66rem;
}

.eight .eightTop p {
	font-size: 0.54rem;
	line-height: 0.60rem;
	color: #a8a8a8;
}

.eight .eightTop span {
	display: block;
	font-size: 0.32rem;
	line-height: 0.48rem;
	margin-top: 0.10rem;
	padding: 0 0.6rem;
	color: #e3e3e3
}

.eight .eightTop h3 {
	font-weight: normal;
	font-family: 'aliMedium';
	font-size: 0.60rem;
	margin-top: 0.10rem;
	color: #e3e3e3;
}

.eightBott {
	width: 5.0rem;
	height: 5.0rem;
	position: relative;
	cursor: pointer;
	margin-left: 0.70rem;
	margin-top: 1.0rem;
}

.imgTab04 {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 111;
	width: 100%;
}

@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: 2.7rem;
	height: 2.7rem;
	left: 2.3rem;
	top: 1.0rem;
	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: 2.7rem;
	height: 2.7rem;
	left: 2.3rem;
	top: 1.0rem;
	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 .slider {
	width: 100%;
}

.banner .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	width: 7.5rem;
	height:3.98rem;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.banner .swiper-slide img{ width: 7.5rem; height:4.0rem ;}



.pc-banner{
	height: 11.30rem;
	background: #191716;
	color: #fff;
	text-align: center;

}

.pc-banner {
	color:#e3e3e3;
	text-align: center;
}

.pc-banner_title {
	padding-top:2.4rem;
	font-size: 0.60rem;
	line-height: 0.60rem;
	font-family: 'aliMedium';
	color: #e3e3e3;
	padding-bottom: 1.6rem;
}

.pc-banner_content {
	display: block;
	font-size: 0.26rem;
	line-height: 0.42rem;
	margin-top: 0.40rem;
	color: #e3e3e3;
	padding: 0 0.6rem;
	margin-bottom: 1.6rem;
}

.ten {
	background: #121217 url(../images/m_tenbg.jpg) no-repeat center center;
	background-size: 100%;
	text-align: center;
	height: 11.4rem;
}

.ten h3 {
	font-weight: normal;
	font-family: 'aliMedium';
	font-size: 0.60rem;
	margin-top: 0.10rem;
	color: #e3e3e3;
}

.ten p {
	font-size: 0.54rem;
	line-height: 0.60rem;
	color: #a8a8a8;
	padding-top: 1.6rem;
}










