@charset "utf-8";

.wp{
	overflow: hidden;
	width: 1200px;
	margin: 0 auto;
}

.banner{
	width: 100%;
	overflow: hidden;	
	position: relative;
	min-width:1200px;
	margin:0 auto;
	border-bottom: 3px solid #ffd100;
	z-index: 1;
}
.slideBox{ 
	width: 100%; 
	overflow:hidden;
	z-index: 1;
	position: relative;
}
.slideBox .hd{ 
	height:16px; 
	overflow:hidden; 
	position:absolute; 
	width: 100%;
	text-align: center;
	right: 0; 
	bottom: 25px; 
	z-index:10; 
}
.slideBox .hd ul{ 
	overflow:hidden; 
	zoom:1; 
	float:left;  
	width: 100%;
}
.slideBox .hd ul li{ 
	display: inline-block;
	margin: 0 8px;
	width: 12px; 
	height:12px; 
	border-radius: 50%;
	background: #e6d6d2;
	cursor:pointer; 
	*display:inline;
	*zoom:1;
}
.slideBox .hd ul li.on{ background: #ffd742; }
.slideBox .bd{ position:relative; height:100%; z-index:0;}
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{ width: 100%; max-height: 500px; display:block;min-height: 420px;height: 500px;}
.pcm1 h3{
	margin: 44px auto;
	text-align: center;
}
.pcm2{
	width: 100%;
	height: 120px;
	background: url(../images/mobile/pm2.jpg) center 0 no-repeat;
	margin-top: 40px;
	background-size: 100% 100%;
}
.pcm2 a{
	float: right;
	margin-top: 36px;
	margin-right: 90px;
}
.pcm3{
	width: 100%;
	background: url(../images/mobile/p3bk.jpg) center 0 no-repeat;
	height: 600px;
	background-size: 100% 100%;
	overflow: hidden;
}
.pcm3 .wp{
	margin-top: 204px;
}
.pcm3 .wp div{
	float: left;
	text-align: center;
	width: 25%;
	color: #fff;
}
.pcm3 .wp span{
	display: inline-block;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	transition: all 0.5s;
}
.pcm3 .wp div:nth-child(1) span{
	background: url(../images/mobile/p31.png) 0 0 no-repeat;
}
.pcm3 .wp div:nth-child(2) span{
	background: url(../images/mobile/p32.png) 0 0 no-repeat;
}
.pcm3 .wp div:nth-child(3) span{
	background: url(../images/mobile/p33.png) 0 0 no-repeat;
}
.pcm3 .wp div:nth-child(4) span{
	background: url(../images/mobile/p34.png) 0 0 no-repeat;
}
.pcm3 .wp div:nth-child(1):hover span{
	background: url(../images/mobile/p311.png) 0 0 no-repeat;
}
.pcm3 .wp div:nth-child(2):hover span{
	background: url(../images/mobile/p321.png) 0 0 no-repeat;
}
.pcm3 .wp div:nth-child(3):hover span{
	background: url(../images/mobile/p331.png) 0 0 no-repeat;
}
.pcm3 .wp div:nth-child(4):hover span{
	background: url(../images/mobile/p341.png) 0 0 no-repeat;
}
.pcm3 .wp div:hover span{
	transform: rotateY(180deg);
}
.pcm3 .wp h3{
	font-weight: normal;
	font-size: 20px;
	margin: 40px auto 15px;
}
.pcm3 .wp p{
	font-size: 14px;
	line-height: 24px;
}

.pch3{
	text-align: center;
	margin: 60px auto 20px;
}
.slidep4{
	position: relative;
	overflow: hidden;
	padding-bottom: 5px;
}
.slidep4 .bd{
	margin: 0 auto;
	width: 1085px;
	overflow: hidden;
	box-shadow: 0px 0px 10px #dedede;
}
.slidep4 ul{
	overflow: hidden;
}
.slidep4 li{
	padding: 20px;
	overflow: hidden;
	background: #f5f5f5;
	float: left;
	width: 1085px;
	box-sizing: border-box;
}
.slidep4 li img{
	width: 560px;
	height: 404px;
	float: left;
}
.slidep4 li div{
	float: right;
	width: 400px;
	overflow: hidden;
	margin-top: 20px;
}
.slidep4 h4{
	font-size: 24px;
	font-family: "汉仪大黑简";
	color: #333333;
	margin-top: 50px;
}
.slidep4 h4 span{
	color: #fc9732;
}
.apn{
	position: absolute;
	width: 100%;
	left: 0;
	height: 0;
	top: 207px;
}
.apn .prev{
	float: left;
}
.apn .next{
	float: right;
}
.pcm5{
	overflow: hidden;
}
.pcm5 h3{
	text-align: center;
	margin: 60px auto 20px;
}
.pcm5 .video{
	/*height: 400px;*/
	position: relative;
	overflow: hidden;
}
.pcm5 .bd{
	width: 800px;
	margin: 0 auto;
}
.pcm5 .bd ul{
	overflow: hidden;
}
.pcm5 .bd li{
	height: 400px;
	width: 100%;
	position: relative;
}
.pcm5 .bd li a{
	display: block;
}
.pcm5 .bd li .img{
	width: 800px;
	height: 400px;
	display: block;
}
.pcm5 .bk, .pcm5 .bk p{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.pcm5 .bk{
	opacity:1;
	transition: all 0.5s;
}
.pcm5 .bk.on{
	opacity: 0;
}
.pcm5 li:hover .bk{
	opacity:1;
}
.pcm5 .bk p{
	background: #000;
	opacity: 0.8;
}
.pcm5 .bk img{
	display: block;
	width: 50px;
	height: 50px;
	margin: 164px auto 0;
	position: relative;
	z-index: 10;
	cursor: pointer;
}
.pcm5 .apn{
	position: absolute;
	width: 100%;
	height: 0;
	top: 190px;
	left: 0;
}
.pcm5 .apn .prev{
	float: left;
}
.pcm5 .apn .next{
	float: right;
}
.pcm6{
	overflow: hidden;
}
.pcm6 .bd ul{
	overflow: hidden;
}
.pcm6 .bd li{
	width: 1200px;
	float: left;
	overflow: hidden;
}
.pcm6 .bd li img{
	width: 1200px;
	height: 435px;
}
.hdhd{
	margin-top: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.hdhd a{
	margin: 0 50px;
}
.hdhd ul{
	display: inline-block;
}
.hdhd li{
	display: inline-block;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #999999;
	margin: 0 9px;
}
.hdhd span{
	width: 12px;
	height: 12px;
	background: #999999;
	display: block;
	margin: 0 auto;
	transition: all 0.2s;
	border-radius: 50%;
}
.hdhd li.on span{
	width: 14px;
	height: 14px;
	background: #ff9000;
}

.pcm7 .con{
	overflow: hidden;
	margin-top: 50px;
}
.pcm7 .con div{
	width: 33.33333%;
	float: left;
	overflow: hidden;
	text-align: center;
}
.pcm7 .con span{
	display: inline-block;
	width: 50px;
	height: 50px;
	transition: all 0.5s;
}
.pcm7 .con div:nth-child(1) span{
	background: url(../images/mobile/p71.jpg) 0 0 no-repeat;
}
.pcm7 .con div:nth-child(2) span{
	background: url(../images/mobile/p72.jpg) 0 0 no-repeat;
}
.pcm7 .con div:nth-child(3) span{
	background: url(../images/mobile/p73.jpg) 0 0 no-repeat;
}
.pcm7 .con div:nth-child(1):hover span{
	background: url(../images/mobile/p711.jpg) 0 0 no-repeat;
}
.pcm7 .con div:nth-child(2):hover span{
	background: url(../images/mobile/p721.jpg) 0 0 no-repeat;
}
.pcm7 .con div:nth-child(3):hover span{
	background: url(../images/mobile/p731.jpg) 0 0 no-repeat;
}
.pcm7 .con h3{
	font-weight: normal;
	font-size: 18px;
	color: #333;
	margin-top: 35px;
}
.pcm7 .con h6{
	font-family: "Arial";
	color: #999;
	font-size: 12px;
	margin-top: 5px;
}
.pcm7 .con p{
	font-size: 14px;
	color: #333333;
	line-height: 25px;
	letter-spacing: 3px;
	margin-top: 25px;
}

.pcm8{
	margin-top: 60px;
	height: 400px;
	background: url(../images/mobile/pm8h.jpg) center 0 no-repeat;
	background-size: 100% 100%;
	margin-bottom: 50px;
}
input,textarea{
	border: none;
	background: none;
	outline: none;
}
#pcf{
	padding: 0 67px;
	float: left;
	width: 600px;
	box-sizing: border-box;
	overflow: hidden;
}
#pcf h3{
	margin: 33px auto 45px;
}
#pcf p{
	overflow: hidden;
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	height: 30px;
	border-bottom: 1px solid #fff;
	width: 400px;
	margin: 0 auto;
	margin-bottom: 30px;
}
#pcf span{
	float: left;
}
#pcf .ipt1{
	height: 30px;
	line-height: 30px;
	float: left;
	font-size: 16px;
	color: #fff;
	width: 325px;
}
#pcf #txt{
	width: 285px;
}
#pcf div{
	overflow: hidden;
	margin-top: 50px;
}
#pcf .ipt2{
	width: 150px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
	color: #fff;
	background: #ff9000;
	float: left;
	border-radius: 1px;
}
.pc8r{
	width: 455px;
	float: right;
	margin-right: 60px;
	overflow: hidden;
}
.pc8r h3{
	text-align: center;
	padding: 33px 0 44px;
	border-bottom: 1px solid #bfbfbf;
}
.pc8r .bd{
	margin-top: 35px;
	overflow: hidden;
}
.pc8r li{
	font-size: 14px;
	color: #333;
	line-height: 30px;
	letter-spacing: 3px;
}