@charset "utf-8";
/* CSS Document */

* {
	padding: 0px;
	margin: 0px;
}
body {
	widtH: 100%;
	margin: 0 auto;
	font-family: "微软雅黑";
}
.banner img {
	width: 100%;
}
.wl {
	widtH: 1100px;
	margin: 0 auto;
	margin-top: 30px;
	height: 330px;
}
.wl h2 {
	font-sizE: 32px;
	text-align: center;
	font-weight: normal;
	letter-spacing: 1px;
}
.wl h3 {
	font-sizE: 18px;
	text-align: center;
	font-weight: normal;
	letter-spacing: 1px;
	margin-top: 10px;
	color: #61636c;
}
.wl_1 img {
	margin: 0 auto;
	displaY: block;
	margin-top: 20px;
}
.hb {
	height: 520px;
}
.gw {
	widtH: 220px;
	margin: 0 auto;
	margin-top: 15px;
	line-height: 40px;
	background: #455879;
	font-size: 22px;
	text-align: center;
	color: #FFF;
}
.wl p {
	font-size: 18px;
	text-align: left;
	text-indent: 2em;
	line-height: 1.7;
	margin-top: 15px;
	color: #61636c;
}
.wl ul {
	height: 236px;
	margin-top: 20px;
}
.wl ul li {
	widtH: 358px;
	float: left;
}
.wl_2 {
	margin-lefT: 10px;
	margin-right: 10px;
}
.by {
	height: 80px;
}
.ys {
	height: 400px;
}
.xq {
	height: 745px;
}
.sz1 {
	height: 650px;
}
.zx {
	widtH: 300px;
	margin: 0 auto;
	margin-top: 30px;
	line-height: 50px;
	background: #eae9f3;
	font-size: 24px;
	text-align: center;
	border-radius: 25px;
	letter-spacing: 1px;
}
.zx a {
	displaY: block;
	color: #000;
}
.yx {
	margin: 0 auto;
	width: 100%;
	margin-top: 30px;
	overflow: hidden;
}
.p1 .main {
	position: relative;
}
#case {
	top: 16px;
	left: 50%;
	margin-left: -960px;
	width: 1920px;
	height: 528px;
	overflow: hidden;
}
#case .swiper-slide .ui {
	margin: 0 auto;
	width: 232px;
	height: 498px;
	position: relative;
}
#case .swiper-slide .ui .shaw {
	top: 0;
	left: 50%;
	width: 232px;
	height: 498px;
	margin-left: -116px;
	position: absolute;
	background: rgba(0,0,0,0.3);
}
#case img {
	width: 230px;
	height: 498px;
	display: block;
}
#case .swiper-slide.act .ui .shaw {
	display: none;
}
.p1 .iphonex {
	left: 50%;
	top: 0;
	margin-left: -132px;
	width: 264px;
	height: 528px;
	z-index: 9;
	position: absolute;
}
.iphone-btn {
	top: 445px;
	left: 50%;
	margin-left: -80px;
	width: 160px;
	height: 44px;
	cursor: pointer;
	z-index: 99;
	position: absolute;
}
.p1-left {
	top: 200px;
	left: 50%;
	margin-left: -170px;
	width: 52px;
	height: 36px;
	display: none;
	cursor: pointer;
	position: absolute;
	background: url("/d/file/hh/2018-05-17/p1-left.png") no-repeat center;
}
.p1-right {
	top: 200px;
	left: 50%;
	margin-left: 120px;
	width: 52px;
	height: 36px;
	display: none;
	cursor: pointer;
	position: absolute;
	background: url("/d/file/hh/2018-05-17/p1-right.png") no-repeat center;
}
.p1 .main:hover .p1-left {
	display: block;
}
.p1 .main:hover .p1-right {
	display: block;
}
.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	direction: ltr;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	/* Fix of Webkit flickering */
	z-index: 1;
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	-webkit-transition-property: -webkit-transform, left, top;
	-webkit-transition-duration: 0s;
	-webkit-transform: translate3d(0px, 0, 0);
	-webkit-transition-timing-function: ease;
	-moz-transition-property: -moz-transform, left, top;
	-moz-transition-duration: 0s;
	-moz-transform: translate3d(0px, 0, 0);
	-moz-transition-timing-function: ease;
	-o-transition-property: -o-transform, left, top;
	-o-transition-duration: 0s;
	-o-transform: translate3d(0px, 0, 0);
	-o-transition-timing-function: ease;
	-o-transform: translate(0px, 0px);
	-ms-transition-property: -ms-transform, left, top;
	-ms-transition-duration: 0s;
	-ms-transform: translate3d(0px, 0, 0);
	-ms-transition-timing-function: ease;
	transition-property: transform, left, top;
	transition-duration: 0s;
	transform: translate3d(0px, 0, 0);
	transition-timing-function: ease;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.swiper-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}
.swiper-slide {
	float: left;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
}
.kc {
	widtH: 100%;
	height: 660px;
	background: #fff8e6;
	margin-top: 30px;
	padding-top: 10px;
}
.kc h2 {
	font-sizE: 32px;
	text-align: center;
	font-weight: normal;
	letter-spacing: 1px;
	margin-top: 20px;
}
.kc_1 {
	widtH: 1100px;
	margin: 0 auto;
	margin-top: 30px;
	height: 450px;
}
.p6 .box {
	width: 530px;
	height: 437px;
	position: relative;
}
.p6 .tab-btn {
	width: 510px;
	height: 115px;
	background: #ffffff;
	box-shadow: 0 5px 20px #999999;
	margin-lefT: 10px;
}
.p6 .tab-btn li {
	float: left;
	width: 125px;
	height: 115px;
	cursor: pointer;
	border-right: 2px solid #93571d;
}
.p6 .tab-btn li.last {
	border-right: none;
}
.p6 .tab-btn li.tag1 {
	background: url(/d/file/hh/2018-05-17/y_1_10.jpg) no-repeat center 10px;
}
.p6 .tab-btn li.tag2 {
	background: url(/d/file/hh/2018-05-17/y_2_10.jpg) no-repeat center 10px;
}
.p6 .tab-btn li.tag3 {
	background: url(/d/file/hh/2018-05-17/y_3_10.jpg) no-repeat center 10px;
}
.p6 .tab-btn li.tag4 {
	background: url(/d/file/hh/2018-05-17/y_4_10.jpg) no-repeat center 10px;
}
.p6 .tab-btn li.act.tag1 {
	background: url(/d/file/hh/2018-05-17/z_1_10.jpg) no-repeat center 10px;
}
.p6 .tab-btn li.act.tag2 {
	background: url(/d/file/hh/2018-05-17/z_2_10.jpg) no-repeat center 10px;
}
.p6 .tab-btn li.act.tag3 {
	background: url(/d/file/hh/2018-05-17/z_3_10.jpg) no-repeat center 10px;
}
.p6 .tab-btn li.act.tag4 {
	background: url(/d/file/hh/2018-05-17/z_4_10.jpg) no-repeat center 10px;
}
.p6 .tab-btn li p {
	margin-top: 57px;
	font-size: 19px;
	text-align: center;
	color: #1c0000;
	line-height: 1.5;
}
.p6 .tab-btn li p span {
	font-size: 15px;
}
.p6 .tab-btn li.act p {
	color: #fc0000;
}
.tab-txt {
	position: absolute;
	top: 220px;
	left: 100px;
	width: 365px;
	height: 150px;
	overflow: hidden;
}
.tab-txt div {
	width: 365px;
	height: 150px;
	position: absolute;
	transition: 0.2s;
}
.tab-txt div.d1 {
	top: 0;
	left: -365px;
}
.tab-txt div.d2 {
	top: -150px;
	left: 0;
}
.tab-txt div.d3 {
	top: 0;
	left: 365px;
}
.tab-txt div.d4 {
	top: 150px;
	left: 0;
}
.tab-txt div.act {
	top: 0;
	left: 0;
	transition: 0.8s;
}
.tab-txt p {
	font-sizE: 24px;
	text-align: left;
}
.tab-img {
	left: 545px;
	top: 0;
	width: 548px;
	height: 437px;
	overflow: hidden;
	position: absolute;
}
.tab-img img {
	left: 0;
	width: 548px;
	height: 437px;
	display: block;
	position: absolute;
	transition: 0.8s;
}
.tab-img img.i1 {
	top: 0;
	left: -548px;
}
.tab-img img.i2 {
	top: -437px;
	left: 0;
}
.tab-img img.i3 {
	top: 0;
	left: 548px;
}
.tab-img img.i4 {
	top: 437px;
	left: 0;
}
.tab-img img.act {
	top: 0;
	left: 0;
	transition: 0.8s;
}
.zx_2 {
	background: #5b5874;
}
.zx_2 a {
	color: #FFF;
}
.jy {
	widtH: 100%;
	height: 258px;
	margin-top: 25px;
}
.jy img {
	float: left;
}
.jy_1 {
	float: left;
	width: 540px;
	height: 207px;
	margin-top: 25px;
}
.jy_1 img {
	margin-lefT: 20px;
}
.jy1 {
	position: relative;
	margin-top: 0;
}
.jy_2 {
	widtH: 540px;
	height: 66px;
	padding: 20px;
	background: #FFF;
	box-shadow: 0 5px 20px #CCCCCC;
	position: absolute;
	top: 80px;
	lefT: 35px;
}
.jy_2 p {
	text-indent: 0;
	margin-top: 0;
}
.jy_3 {
	position: absolute;
	left: 550px;
}
.sz {
	widtH: 100%;
	overflow: hiden;
	margin-top: 25px;
}
.sz_1 {
	width: 310px;
	border: 4px solid #000;
	height: 565px;
	float: left;
	margin-lefT:150px;
}
.sz_1 img {
	displaY: block;
	margin: 0 auto;
	margin-top: 10px;
}
.sz_1 h4 {
	font-size: 20px;
	text-indent: 0.5em;
	margin-top: 10px;
}
.sz_1 p {
	widtH: 293px;
	height: 140px;
	margin: 0 auto;
	text-indent: 0;
	line-height: 1.6;
	margin-top: 5px;
}
.zx_1 {
	widtH: 180px;
	font-sizE: 18px;
	margin-top: 15px;
	line-height: 40px;
}
