* {
  box-sizing: border-box;
}
html{
	overflow-x:hidden;
} 
body {
  font-family: STHeiti !important;
  font-size: 12px;
}
a {
  font-size: 12px;
}
.contain-box {
  max-width: 1920px;
  min-width: 1200px;
  overflow-x: hidden;
  margin: 0 auto;
}
.contain {
  width: 1200px;
  margin: 0 auto;
  font-size: 16px;
}

.banner{
	background: url(./banner1.jpg) center no-repeat;
  width: 100%;
  height: 730px;
  position: relative;
}
.banner .xq{
	position: absolute;
  width: 1180px;
  top: 426px;
}
.banner .xq .d1{
	position: absolute;
	width: 1146px;
	margin: 0 auto;
	overflow: hidden;
  clear: both;
  font-size: 20px;
  margin-left: 24px;
  animation:mymove 2s infinite;
  -webkit-animation:mymove 2s infinite;
}
@keyframes mymove{
  0%{top:-4px;}
  50%{top:6px;}
  100%{top:-4px;}
}
@-webkit-keyframes mymove{
  0%{top:-4px;}
  50%{top:6px;}
  100%{top:-4px;}
}
@keyframes mymove2{
  0%{top:-6px;}
  50%{top:8px;}
  100%{top:-6px;}
}
@-webkit-keyframes mymove2{
  0%{top:-6px;}
  50%{top:8px;}
  100%{top:-6px;}
}
.banner .xq .d2{
	width: 936px;
  margin: 64px auto;
  overflow: hidden;
  clear: both;
  margin-left: 130px;
  font-size: 20px;
  position: absolute;
  animation:mymove2 2s infinite;
  -webkit-animation:mymove2 2s infinite;
}
.banner .xq .d1 p{
	display: inline;
	float: left;
	background: #00b7ee;
	color: #FFFFFF;
	padding: 6px 23px;
	margin-right: 80px;
	border-radius: 20px;
}
.banner .xq .d1 p.s2{
	background: #ea68a2;
}
.banner .xq .d1 p.s3{
	background: #f8b551;
}
.banner .xq .d1 p.s4{
	background: #00b7ee;
}
.banner .xq .d1 p.s5{
	background: #ea68a2;
}
.banner .xq .d2 p.n1{
	background: #f8b551;
}
.banner .xq .d2 p.n2,.banner .xq .d2 p.n4{
	background: #32b16c;
}
.banner .xq .d2 p.n3{
	background: #ea68a2;
}
.banner .xq .d2 p{
  display: inline;
  float: left;
  background: #00b7ee;
  color: #FFFFFF;
  padding: 6px 24px;
  margin-right: 96px;
  border-radius: 20px;
}
.banner .xq .d1 p.s6{
	margin-right: 0px;
	background: #00b7ee;
}
.banner .xq .d2 p.n5{
	margin-right: 0px;
	background: #f8b551;
}
.clean{
	clear: both;
}
.title p{
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	letter-spacing: 2px;
}

.part1{
	background: url(./bg_1.jpg) no-repeat center bottom;
  width: 100%;
  height: 800px;
  position: relative;
}
.part1 .title{
	color: #666666;
}
.part1 .title p em{
	border-bottom: 6px solid #32b16c;
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	border-radius:2px;
}

.part1 ul{
	overflow: hidden;
  clear: both;
	padding-top: 55px;
	width: 806px;
	margin: 0 auto;
}
.part1 ul li{
	width: 33%;
	float: left;
	position: relative;
}
.part1 ul li:nth-child(1){
  margin-top: 156px;
}
.part1 ul li:nth-child(2){
  margin-top: 84px;
}
.part1 ul li:nth-child(3){
  margin-top: 8px;
}
.part1 ul li img{
	display: block;
	margin: 0 auto;
	position: relative;
	animation:mymove 2s infinite;
	-webkit-animation:mymove 2s infinite;
}
.part1 ul li .xq{
	text-align: center;
	margin-top: 42px;
}
.part1 ul li h5{
	color: #e52635;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	position: relative;
	animation:mymove 2s infinite;
	-webkit-animation:mymove 2s infinite;
}
.part1 ul li .xq h6{
	color: #570ad6;
	font-weight: bold;
}
.part1 ul li .xq h6 em{
	color: #570ad6;
	font-size: 40px;
	font-weight:600;
}
.part1 ul li .xq p{
	color: #f8fcff;
	text-transform: uppercase;
/*   text-shadow: 10px 14px 24px #9f69f2; */
  font-size: 20px;
  margin-top: 20px;
}
.part1 ul li .xq span{
	display: block;
	color: #a093b5;
	margin-top: 20px;
	text-transform: uppercase;
  /* text-shadow: 6px 14px 43px #5c02e6; */
  font-size: 14px;
  line-height: 22px;
}
.part1 ul li h6:after {
	content: "";
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #620eee;
	margin: 0 auto;
}
.part2{
	background: url(./bg_02.jpg) no-repeat center bottom;
	height: 860px;
}
.part2 .title{
	color: #FFFFFF;
	padding-top: 80px;
}
.part2 .title p em{
	border-bottom: 6px solid #e45050;
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	border-radius:2px;
	color: #e45050;
}
.part2 ul{
	width: 1090px;
	margin: 0 auto;
	overflow: hidden;
  clear: both;
}
.part2 ul li{
	width: 25%;
	float: left;
	display: block;
	margin: 0 auto;
}
.part2 ul li p{
	background: url(./img_01.png) no-repeat center bottom;
	height: 180px;
	margin: 90px 0 56px 0;
	padding-top: 20px;
}
.part2 ul li p img{
	display: block;
	margin: 20px auto;
}
.part2 ul li:nth-child(3) p img{
	margin: 10px auto;
}
.part2 ul li p em{
	display: block;
	text-align: center;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
}
.part2 ul li dl{
  text-align: center;
}
.part2 ul li dd{
	color: #FFFFFF;
	background: #620eee;
  display: inline-block;
  padding: 4px 12px;
  border-radius: 6px;
  margin: 10px 6px 0 0;
}
.part2 span{
	display: block;
	color: #FFFFFF;
	text-align: center;
	margin-top: 90px;
	font-weight: bold;
}
.part2 span em{
	border-bottom: 4px solid #80c269;
	border-radius:2px;
	font-weight: bold;
}
.part3{
	background: url(./bg_03.jpg) no-repeat center bottom;
	height: 1166px;
}
.part3 .title{
	color: #333333;
	margin-top: 100px;
}
.part3 .title em{
	border-bottom: 6px solid #e45050;
	border-radius:2px;
	font-size: 40px;
	font-weight: bold;
	color: #e45050;
}
.part3 ul{
	overflow: hidden;
  clear: both;
}
.picScroll-left{ overflow:hidden; position:relative;padding-bottom: 90px;}
/*.picScroll-left .hd{ overflow:hidden;  height:30px; background:#f4f4f4; padding:0 10px;  }*/
.picScroll-left .hd{text-align: center;bottom: 58px;height: 5px; zoom:1;position: absolute;width:500px;text-align: center;left: 50%;margin-left: -250px;}
.picScroll-left .hd ul{overflow:hidden; zoom:1; float:left;width:500px !important;}
.picScroll-left .hd ul li{display: inline-block;width: 9px;height: 9px;margin-right: 9px;cursor:pointer;font-size: 0;border-radius: 50%;border: 1px #3d53c4 solid;}
.picScroll-left .hd ul li.on{background: #3d53c4;}
.picScroll-left .bd{
	width: 1076px;
	margin: 0 auto;
}
.picScroll-left .bd ul{ overflow:hidden; zoom:1; padding: 74px 0 20px !important;}
.picScroll-left .bd ul li{ 
	float: left;
	width: 300px;
	height: 734px;
	position: relative;
	background: #fff;
	border-radius: 10px;
	margin: 0 29px;
}
.picScroll-left .bd ul li:nth-child(odd) .sz{
	background: url(./img_12.png) no-repeat center bottom;
	height: 300px;
	text-align: center;
	color: #FFFFFF;
}
.picScroll-left .bd ul li:nth-child(even) .sz{
	background: url(./img_14.png) no-repeat center bottom;
	height: 300px;
	text-align: center;
	color: #FFFFFF;
}
/*.picScroll-left .bd ul li:nth-child(3n+0) .sz{
	background: url(../images/img_15.png) no-repeat center bottom;
	height: 300px;
	text-align: center;
	color: #FFFFFF;
}*/
.picScroll-left .bd ul li .sz img{
  margin: 12px 0px 0px 0px;
}
.picScroll-left .bd ul li .sz p{
	font-size: 24px;
	font-weight: bold;
	margin-top: 4px;
}
.picScroll-left .bd ul li .sz span{
	font-size: 20px;
	display:block;
	margin-top: 10px;
}
.picScroll-left .bd ul li .xq{
	border: 1px #e3ebff solid;
	box-shadow: 0 0 20px rgba(70,2,2,.1);
	padding: 30px;
	height: 434px;
}
.picScroll-left .bd ul li .xq h6{
	background: #e45050;
	width: 90px;
	height: 30px;
	line-height: 30px;
	border-radius: 10px;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
}
.picScroll-left .bd ul li .xq p{
	background: #80c269;
	margin-top: 6px;
	width: 90px;
	height: 30px;
	line-height: 30px;
	border-radius: 10px;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	margin-top: 20px;
}
.picScroll-left .bd ul li .xq span{
	font-size: 14px;
	color: #666666;
	margin-top: 10px;
	line-height: 22px;
}
.picScroll-left .bd ul li:hover div{top: -62px;}
.picScroll-left .bd ul li .pic div img{width: 100%;}
.picScroll-left .bd ul li h2{
	font-size: 22px;
	color: #000;
	text-align: center;
	padding: 64px 0 10px;
}

.picScroll-left .bb{
	width: 1200px;
	left: 0;
	top: 400px;
	height: 50px;
	margin-left: 0;
	overflow: visible;
}
.picScroll-left .bb .prev, .picScroll-left .bb .next {
	position: absolute;
	width: 33px;
	height: 63px;
}
.picScroll-left .bb .prev{
	background: url(./box8left.jpg) no-repeat left top;
	left: 0;
}
.picScroll-left .bb .next{
	background: url(./box8right.jpg) no-repeat left top;
	right: 0;
}
.picScroll-left .bb .prev:hover, .picScroll-left .bb .next:hover{
	background-position: -33px 0;
}
.part3 .jy p{
	text-align: center;
	color: #ae8888;
	font-size: 20px;
	padding-top: 10px;
}
.part4{
	background: url(./bg_4.jpg) no-repeat center bottom;
	height: 1036px;
}
.part4 .title p{
	color: #FFFFFF;
	width: 700px;
	margin: 0 auto;
	padding-top: 80px;
	text-transform: uppercase;  
  text-shadow: 0 0 20px #170865;
  border-bottom: 4px solid #5917ba;
}
.part4 .title p em{
	color: #e45050;
	font-size: 40px;
	font-weight: bold;
}
.part4 ul{
	width: 1058px;
	margin: 0 auto;
	height: 282px;
	overflow: hidden;
  clear: both;
}
.part4 ul li{
  background: url(./img_37.png) no-repeat center bottom;
  height: 210px;
  width: 324px;
  position: relative;
  float: left;
}
.part4 ul li.l1{
	top: 60px;
  left: 368px;
}
.part4 ul li em{
	display: block;
	text-align: center;
	font-size: 30px;
	color: #FFFFFF;
	margin-top: 70px;
}
.part4 ul li p{
	position: absolute;
	color: #ffffff;
	text-align: center;
}
.part4 ul li p:before{
	display: block;
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: #721ed9;
  border-radius: 50px;
  z-index: 5;
}
.part4 ul li p.a1:before{
  top: 6px;
  left: 42px;
}
.part4 ul li p.a2:before{
  top: 6px;
  left: -28px;
}
.part4 ul li p.a3:before{
	top: 6px;
  left: -16px;
}
.part4 ul li p.a4:before{
	top: 6px;
  left: -16px;
}
.part4 ul li p.a5:before{
	top: 6px;
  left: -22px;
}
.part4 ul li p.a6:before{
	top: -4px;
  left: -12px;
}
.part4 ul li p.a7:before{
  top: -8px;
  left: 30px;
}
.part4 ul li p.a8:before{
  top: 6px;
  left: 70px;
}
.part4 ul li p.a9:before{
	top: 6px;
  left: 34px;
}
.part4 ul li p.a1{
  top: 30px;
  left: 56px;
}
.part4 ul li p.a2{
	top: 16px;
  left: 216px;
}
.part4 ul li p.a3{
  top: 60px;
  left: 254px;
}
.part4 ul li p.a4{
  top: 126px;
  left: 258px;
}
.part4 ul li p.a5{
	top: 160px;
  left: 250px;
}
.part4 ul li p.a6{
	top: 202px;
  left: 182px;
}
.part4 ul li p.a7{
top: 196px;
    left: 84px;
}
.part4 ul li p.a8{
  top: 160px;
  left: 16px;
}
.part4 ul li p.a9{
  top: 100px;
  left: 30px;
}
.part4 ul li.l2{
	top: 0px;
  left: 0px;
  width: 426px;
}
.part4 ul li.l3{
  top: 0px;
 	left: 206px;
  width: 426px;
}
.part4 ul li.l4{
	top: -16px;
  left: 154px;
  width: 406px;
}
.part4 ul li.l5{
	top: -16px;
  left: 66px;
  width: 450px;
}
.part4 ul li p.b1{
	top: -2px;
  left: 44px;
}
.part4 ul li p.b2{
  top: 58px;
  left: 38px;
}
.part4 ul li p.b3{
  top: 128px;
  left: 0px;
}
.part4 ul li p.b4{
	top: 182px;
  left: 70px;
}
.part4 ul li p.b1:before{
  top: 32px;
  left: 114px;
}
.part4 ul li p.b2:before{
  top: 14px;
  left: 84px;
}
.part4 ul li p.b3:before{
  top: 14px;
  left: 122px;
}
.part4 ul li p.b4:before{
  top: 4px;
  left: 90px;
}
.part4 ul li p.c1{
	top: 14px;
  left: 260px;
}
.part4 ul li p.c2{
	top: 48px;
  left: 298px;
}
.part4 ul li p.c3{
  top: 112px;
  left: 314px;
}
.part4 ul li p.c4{
  top: 156px;
  left: 300px;
}
.part4 ul li p.c5{
	top: 206px;
  left: 228px;
}
.part4 ul li p.c1:before{
  top: 6px;
  left: -20px;
}
.part4 ul li p.c2:before{
  top: 6px;
 	left: -16px;
}
.part4 ul li p.c3:before{
  top: 6px;
 	left: -16px;
}
.part4 ul li p.c4:before{
  top: 6px;
 	left: -16px;
}
.part4 ul li p.c5:before{
  top: -8px;
  left: -16px;
}
.part4 ul li p.d1{
  top: 38px;
  left: 50px;
}
.part4 ul li p.d2{
	top: 130px;
  left: 306px;
}
.part4 ul li p.d3{
  top: 130px;
  left: 8px;
}
.part4 ul li p.d1:before{
  top: 6px;
  left: 80px;
}
.part4 ul li p.d2:before{
  top: 6px;
  left: -20px;
}
.part4 ul li p.d3:before{
  top: 6px;
  left: 102px;
}
.part4 ul li p.e1{
  top: 38px;
  left: 50px;
}
.part4 ul li p.e2{
  top: 28px;
  left: 300px;
}
.part4 ul li p.e3{
	top: 148px;
  left: 316px;
}
.part4 ul li p.e1:before{
  top: 6px;
  left: 102px;
}
.part4 ul li p.e2:before{
  top: 8px;
  left: -22px;
}
.part4 ul li p.e3:before{
  top: 6px;
  left: -18px;
}
.part5{
	background: #ffffff;
	height: 1036px;
}
.part5 .title p{
	width: 800px;
	height: 80px;
	line-height: 80px;
	border-radius: 10px;
	margin: 70px auto;
	box-shadow: 4px 10px 10px #f3eeee;
	color: #333333;
}
.part5 .title p em{
	font-size: 40px;
	font-weight: bold;
	color: #e45050;
}
.part5 .title span{
	display: block;
	text-align: center;
	font-size: 18px;
	margin-top: -30px;
}
.part5 .title span em{
	font-size: 18px;
	border-bottom: 4px solid #32b16c;
	border-radius:2px;
}
.part5 .slideTxtBox{ 
    position: relative;
    z-index: 0;
    width: 1100px;
    margin: 0 auto;
}
.part5 .slideTxtBox .hd{
		width: 852px;
		border-radius: 10px;
		margin: 0 auto;
		box-shadow: 4px 10px 10px #f3eeee;
		height:50px; 
		line-height:50px;
		margin-top: 40px;
		padding: 0 16px;
}
.part5 .slideTxtBox .hd ul{
	margin: 0 auto;
}
.part5 .slideTxtBox .hd ul li{ 
	float:left; 
	padding:0 14px;
	font-size: 20px; 
	cursor:pointer;
	color: #999999;
	margin-right: 20px;
	border-radius: 20px;
}
.part5 .slideTxtBox .hd ul li:nth-of-type(6){
	margin-right: 0px;
}
.part5 .slideTxtBox .hd ul li.on{
	background: #8141eb;
  color: #FFFFFF;
  border:0px solid #fe1d6f;
  height: 46px;
  line-height: 46px;
}
.part5 .slideTxtBox .bd{
	margin-top: 20px;
}
.part5 .slideTxtBox .bd ul{ 
	padding:15px;  zoom:1;  
}
.part5 .slideTxtBox .bd ul img{
	display: block;
	margin: 0 auto;
	width: 790px;
}
.part5 .slideTxtBox .bd li{ 
	height:24px;
	line-height:24px;
}
.part5 .slideTxtBox .prev,.part5 .slideTxtBox .next{ 
	position:absolute;
	width: 110px;
	height: 110px;
}
.part5 .slideTxtBox .prev{
	background: url(./img_24.png) no-repeat center;
	top: 290px;
	left: 0;
}	
.part5 .slideTxtBox .next{
	background: url(./img_25.png) no-repeat center;
	top: 290px;
	right: 0;
}
.part6{
	background: url(./bg_06.jpg) no-repeat center bottom;
	height: 1060px;
}
.part6 .title{
	padding-top: 60px;
	color: #ffffff;
}
.part6 .title p{
	text-transform: uppercase;  
  text-shadow: 0 0 20px #180103;
}
.part6 .title em{
	color:#e45050;
	font-size: 40px;
	font-weight: bold;
}
.part6 .title span{
	display: block;
	width: 704px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	margin: 20px auto;
	font-size: 20px;
	background: #620eee;
	border-radius: 20px;
}
.part6 .table {
  height: 650px;
  overflow: hidden;
 	width: 100%;
  margin: 40px auto;
}
.part6 table {
  width: 86%;
  margin: 0 auto;
  table-layout: fixed;
  text-align: center;
  font-size: 16px;
  color: #FFFFFF;
 	margin-top: 30px;
  border-collapse: collapse;
}
.part6 table thead td {
  color: #fff;
  font-weight: bold;
  font-size: 22px;
}
.part6 table tr {
  height: 38px;
}
.part6 table tr .price {
  color: #e45050;
  font-weight: bold;
}
/*.part7{
	background: #eeeeee;
	height: 804px;
}
.part7 .title{
	padding-top: 90px;
	color: #333333;
}
.part7 .title em{
	font-size: 40px;
	color: #e45050;
	font-weight: bold;
	border-bottom: 6px solid #e45050;
	border-radius:2px;
}*/

.part8{
	background: url(./bg_07.png) no-repeat center bottom;
	height: 804px;
}
.part8 .title p{
	padding-top: 88px;
	color: #ffffff;
}
.part8 .title p em{
	color: #80c269;
	font-size: 40px;
	font-weight: bold;
	border-bottom: 6px solid #80c269;
	border-radius:2px;
}
.part8 .title span{
	display: block;
	text-align: center;
	margin-top: 30px;
	color: #FFFFFF;
}
.part8 .title span em{
	color: #f8b551;
}
.part8 ul{
	overflow: hidden;
  clear: both;
  width: 670px;
  margin: 20px auto;
}
.part8 ul li{
	width: 33.3%;
	float: left;
	text-align: center;
	margin-top: 60px;
}
.part8 ul li img{
	display: block;
	margin: 0 auto;
	transition: all .4s;-moz-transition: all .4s;-webkit-transition: all .4s;-o-transition: all .4s;
}
.part8 ul li:hover img{margin-top: -8px;}
.part8 ul li:hover p{margin-top: -4px;}
.part8 ul li p{
	font-size: 20px;
	color: #FFFFFF;
	transition: all .4s;-moz-transition: all .4s;-webkit-transition: all .4s;-o-transition: all .4s;
}
.part8 ul li span{
	display: block;
	color: #ebd8d8;
	margin-top: 12px;
	font-size: 16px;
	line-height: 24px;
}
.cbtn img {
  position: relative;
  vertical-align: middle;
  top: -3px;
  margin-left: 8px; 
}
.cbtn:after {
  position: absolute;
  content: "";
  width: 330px;
  height: 330px;
  background-color: #be207e;
  top: 50%;
  left: 50%;
  margin-left: -165px;
  margin-top: -165px;
  border-radius: 50%;
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
  opacity: 0; 
}
.cbtn:hover:after {
  -webkit-animation: scale2 1s ease 0s infinite;
  -moz-animation: scale2 1s ease 0s infinite;
  -o-animation: scale2 1s ease 0s infinite;
  animation: scale2 1s ease 0s infinite; 
}
@-webkit-keyframes scale2 {
0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1; 
}
80% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0; 
}
100% {
    opacity: 0; 
    } 
}
@-moz-keyframes scale2 {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1; }
  80% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0; }
  100% {
    opacity: 0; } }
@-ms-keyframes scale2 {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1; }
  80% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0; }
  100% {
    opacity: 0; } }
@keyframes scale2 {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1; }
  80% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0; }
  100% {
    opacity: 0; } }