body {
	-webkit-text-size-adjust: none;
	font-family: "微软雅黑", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	min-width: 320px;
	line-height: 1;
	padding:0;
	margin:0;
	color:#333;

}
*{
	margin:0;
	padding:0;
	list-style-type:none;
	font-family: "微软雅黑", Verdana, Arial, Helvetica, sans-serif;
	outline:0;
	-webkit-tap-highlight-color: transparent;/*/去除链接外蓝框/*/
	-webkit-appearance: none;/*/去除链接外蓝框/*/
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: 400;
}

hr{
	height:1px;
	color:#e6e6e6;
	border:none;
	border-top:1px solid #e6e6e6;
	}
.f_l {
	float: left;
}
.f_r {
	float: right;
}

li{
	list-style:none;
	}
a{
	text-decoration: none;
}
img{
	border:0;
}
input,img{
	vertical-align:middle;
}
input:focus{
	outline:none;
}
input[type="button"], input[type="submit"], input[type="reset"], input[type="text"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;}
table {
	border-collapse:collapse;
	border-spacing:0;
}



/*/主页样式/*/
.top{
	width:100%;
	height: 41px;
	line-height: 40px;
	background: #323436;
}
.top ul{
	width:1150px;
	margin:0 auto;
	line-height: 40px;
	font-size: 12px;
	color:#e6e6e6;
}
.dahuang{
	font-size: 14px;
	font-weight: bold;
	color:#ffc600;
}
.login{
	display: inline-block;
	width:120px;
	margin-left:40px;
}
.login a.dl{
	width:60px;
	text-align: center;
	color:#e6e6e6;
	display:inline-block;
	height: 28px;
	background: #505050;
	line-height: 28px;
}
.login a.reg{
	width:60px;
	text-align: center;
	color:#fff;
	display:inline-block;
	height: 28px;
	background: #6bc30d;
	line-height: 28px;
}
.header{
	position: relative;
	top:0;
	z-index: 2000;
	height: auto;
	width:100%;
}
.head{
	width:100%;
	background: #fff;
	margin:0 auto;
	height: auto;
	overflow: hidden;
	padding-bottom:5px;
}
.head ul{
	width:1200px;
	margin:10px auto;
}
.logo{
	width:400px;
	height: auto;
	font-size: 16px;
}

.menu{
	width:760px;
	text-align:right;
}
.menu a{
	display:inline-block;
	padding:0 15px;
	font-size: 16px;
	color:#333;
	line-height: 57px;
}

.banner{
	position: relative;
	width:100%;
	height: auto;
}


.qiehuan{
	width:100%;
	position: relative;
	top:0;
	background: #fff;
	height: 642px;
	z-index: 10;
}
.phone{
	width: 250px;
	height: 520px;
	position: absolute;
	z-index: 1000;
	background: url("../images/phone.png") top center;
	background-size: 100% 100%;
	bottom:18px;

}
.phone img{
	text-align: center;
	margin:180px auto;
	display: block;
}


.swiper-container {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;

	/* 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;
}
.swiper-slide a{
	width:100%;
	height: 642px;
}
.banner1{
	background: url("../images/banbg1.jpg") top center;
	background-size: auto 100%;
	overflow: hidden;
}
.banner2{
	background: url("../images/banbg2.jpg") top center;
	background-size: auto 100%;
	overflow: hidden;
}
.banner3{
	background: url("../images/banbg3.jpg") top center;
	background-size: auto 100%;
	overflow: hidden;
}
.banner3 a{
	background: #47b50b;
	text-align: center;
	font-size: 18px;
	color:#fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding:12px 50px;
}
.main{
	position: relative;
	width:100%;
	height:auto;
	margin:0 auto;
}
.main_help{
	position: relative;
	width:100%;
	height:auto;
	margin:0 auto;
	border-top:4px solid #057dc9;
}
.main_help ul{
	width:1200px;
	padding:50px 20px;
	height: auto;
	margin:0 auto;
	overflow: hidden;
}
.aq_left{
	width:160px;
	height: auto;
	overflow: hidden;
}
.aq_left li{
	line-height: 34px;
	font-size: 14px;
	color:#333;
	text-indent: 15px;
	border-bottom:1px solid #e6e6e6;
}
.aq_left li a{
	color:#0c7cd2;
}
.aq_left li a:hover{
	color:#f60;
}
.aq_right{
	width:1020px;
	height: auto;
	border-left:1px solid #ccc;
}
.aq_right li{
	width:100%;
	height: auto;
	margin-bottom:20px;
}
.aq_right li:nth-child(2n+1){
	background: #efefef;
}
.aq_div{
	width:100%;
	height: auto;
	overflow: hidden;
	display: block;
}
.aq_div ul{
	padding:20px;
	width:90%;
	font-size: 14px;
	line-height: 24px;
}
.aq_div ul h1{
	width:100%;
	font-size:16px;
	line-height: 40px;
	color:#0c7cd2;
}
/*弹出层的STYLE*/

.mydiv {
	background-color: #fff;
	border: 1px solid #fff;
	text-align: center;
	line-height: 40px;
	font-size: 12px;
	z-index:3100;
	width: 330px;
	height: 400px;
	left:50%;/*FF IE7*/
	top: 50%;/*FF IE7*/

	margin-left:-165px!important;/*FF IE7 该值为本身宽的一半 */
	margin-top:-200px!important;/*FF IE7 该值为本身高的一半*/

	margin-top:0px;

	position:fixed!important;/*FF IE7*/
	position:absolute;/*IE6*/

	_top:       expression(eval(document.compatMode &&
            document.compatMode=='CSS1Compat') ?
            documentElement.scrollTop + (document.documentElement.clientHeight-this.offsetHeight)/2 :/*IE6*/
            document.body.scrollTop + (document.body.clientHeight - this.clientHeight)/2);/*IE5 IE5.5*/

}
.mydiv ul{
	padding:20px;
}
.mydiv ul li{
	width:100%;
	display: block;
	margin-bottom:15px;
}
.input_bk{
	width:100%;
	border:1px solid #ccc;
	height: 40px;
	line-height: 40px;
	text-indent: 12px;
	font-size: 14px;

}
.lg_tt{
	font-size: 24px;
	color:#333;
	margin:40px 0 20px 40px;
}
.close{
	color:#666;
	font-size: 14px;
	margin:6px 15px 0 0;

}
.btn_dl{
	background: #4eb322;
	border:none;
	display: block;
	width:150px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color:#fff;
}
.bg {
	background-color: #000;
	width: 100%;
	height: 100%;
	left:0;
	top:0;/*FF IE7*/
	filter:alpha(opacity=70);/*IE*/
	opacity:0.7;/*FF*/
	z-index:3000;

	position:fixed!important;/*FF IE7*/
	position:absolute;/*IE6*/

	_top:       expression(eval(document.compatMode &&
            document.compatMode=='CSS1Compat') ?
            documentElement.scrollTop + (document.documentElement.clientHeight-this.offsetHeight)/2 :/*IE6*/
            document.body.scrollTop + (document.body.clientHeight - this.clientHeight)/2);/*IE5 IE5.5*/

}
/*The END*/


.gonggao{
	width:100%;
	height: 45px;
	line-height: 45px;
	background: #e6e6e6;
	margin:0 auto 0 auto;
}
.gonggao ul{
	width:1200px;
	margin:0 auto;
}
#gg_con{
	font-size: 14px;
}
.gg_con{
	width:80%;
	margin-left:40px;
	display: inline-block;
}
.gg_con li{
	float: left;
	font-size: 14px;
	text-align: left;
	width:33.33%;
	overflow:hidden;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	-webkit-text-overflow:ellipsis;
	-moz-text-overflow:ellipsis;
	white-space:nowrap;
}
.gg_con li a{
	color:#333;
	display: block;
	width:100%;
	overflow:hidden;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	-webkit-text-overflow:ellipsis;
	-moz-text-overflow:ellipsis;
	white-space:nowrap;
}
.gg_con li a:hover{
	color:#f30;
}



.part1,.part2,.part3,.part4{
	width:100%;
	height: auto;
	overflow: hidden;
}
.part1 ul,.part2 ul,.part4 ul{
	padding:60px 0 0 0;
}
.part1 h1,.part2 h1,.part4 h1{
	text-align: center;
	width:100%;
	margin-bottom:60px;
}
.part4{
	background: #f9b903;
	padding-bottom:80px;
}
.part2{
	background: #e0e0e0;
	padding-bottom:60px;
	margin-top:30px;
}
.part3{
	background: url("../images/part3bg.jpg") no-repeat top center;
	background-size: auto 731px;
	height: 731px;
}
.part3 ul{
	margin:100px auto 0 auto;
	width:1200px;
	background: url("../images/lnt.png") no-repeat left center;
	background-size: 792px 504px;
	height: 504px;
	overflow: hidden;

}
.ln_text{
	float: right;
	margin-right:30px;
	line-height: 50px;
	text-align: right;
}
/*/选项卡/*/

#tabs{
	height:100px;
	width:1200px;
	display:table;
	margin:0 auto;
}
#tabs ul{
	width:100%;
	display:table-row;
}
#tabs li{
	display:table-cell;
	font-size:16px;
	border-bottom:1px solid #e6e6e6;
	color:#fff;
	vertical-align:middle;
	text-align:center;
	height: 44px;
	line-height: 20px;
	overflow: hidden;
	background:#666;
	width:20%;
	cursor:pointer;
	border-right:1px solid #fff;
}
#tabs ul li p{
	line-height:20px;
}
.part1 ul div ul{
	padding:15px;
}
#tabbox{ width:100%;
	height: 550px; overflow:hidden; margin:0 auto; background: #fff; display:table;}
.tab_conbox{
	border-top: none;
	position: relative;
	top:0;
	height: auto;
	background: #ffffff;
	height: 550px;
}
.tab_con{ display:none; width:1200px; margin:0 auto 0 auto; color:#fff;
	height: 550px;}



#tabs ul li span {padding: 0; cursor: pointer; text-align: center; }

#tabs .thistab,#tabs .thistab a:hover{
	border-bottom: 1px solid #ff8a00;
	color: #fff;
	font-size: 18px;
	background-color: #ff8a00;
}

.tab_con {padding:0;font-size: 14px; line-height:175%;}
.tab_con img{
	width:auto;
	height:550px;
	margin:0 auto;
}

/*//*/


.video_con{
	width:1200px;
	margin:0 auto;
	height: auto;
	overflow: hidden;
}

.video_bk{
	width:50%;
	text-align: center;
	background: url("../images/videobg.png") no-repeat top center;
	background-size: 545px 443px;
	height: 443px;
}

.video_text{
	text-align: left;
	width:40%;
	margin-left:5%;
	margin-right:5%;
}
.video_text ul{
	padding:25px 20px 0 0;
}
.video_text li{
	line-height: 40px;
}

.vd_dh{
	font-size: 20px;
	font-weight: bold;
	padding-bottom:10px;
	text-indent: 40px;
}
.vd_xz{
	font-size: 14px;
	color:#333;
	padding-left: 40px;
}
.vd_tb{
	background: url("../images/vd_tb.png") no-repeat top left;
	background-position: 0 10px;

}


/*/视频切换/*/
#getId{width:1090px;}
.tabT{width:450px;float:right;padding:0;margin:0px;height:443px;}
.tab,.tab li{padding:0;margin:0;border:none}
.tab{height:auto;display:block;}
.tab li{display:block;height:auto;line-height:26px;padding:15px;text-align:left;cursor:pointer; font-size: 16px; margin-bottom:20px;

	background: url("../images/vd_tb.png") no-repeat top left;
	background-position: 10px 10px;
}
.tab li.current{display:block;color:red;background-color:#fff;padding:15px;}
.show,.hidden{float:left;width:550px;margin-top:0;text-align:left;height:320px;}
.hidden{display:none;}
.show{display:block;}
.con{padding-left:11px;}
/*/视频切换/*/



.fd_play{
	position: absolute;
	z-index: 10;
}
.zt_play{
	position: absolute;
	z-index: 10;
	margin-top:260px;
	margin-left:470px;
}



.huoban{
	width:1200px;
	height: auto;
	overflow: hidden;
	margin:0 auto;
}
.huoban ul{
	padding:0;
	margin:0;
}
.huoban ul li{
	float: left;
	width:20%;
	height: auto;
	text-align: center;
	padding:10px 0 10px 0;
}
.huoban ul li img{
	width:90%;
	height: auto;
	border:1px solid #ccc;
}

.foot{
	background: #343434;
	width:100%;
	height: auto;
	overflow: hidden;
}
.foot ul{
	width:1100px;
	height: auto;
	margin:30px auto;
	overflow: hidden;
}
.foot ul li{
	float: left;
	font-weight: normal;
	line-height: 28px;

}
.foot ul li a{
	color:#a8a8a8;
}
.foot ul li a:hover{
	text-decoration: underline;
}
.foot ul li:nth-child(1){
	width:15%;
	text-align: left;
	color:#a8a8a8;
	font-size: 12px;
}
.foot ul li:nth-child(2){
	width:15%;
	text-align: left;
	color:#a8a8a8;
	font-size: 12px;
}
.foot ul li:nth-child(3){
	width:40%;
	text-align: center;
	color:#e6e6e6;
	font-size: 14px;

}
.foot ul li:nth-child(4){
	width:30%;
	text-align: center;
	color:#e6e6e6;
	font-size: 14px;
}
.dacheng{
	color:#f9b903;
	font-size: 24px;
	line-height: 40px;

}
.bottom{
	width:100%;
	height: 34px;
	line-height: 34px;
	color:#999;
	text-align: center;
	background: #222;
}
.bottom ul{
	padding:0;
}

.data_ban{
	background: url("") top center #dfdfdf;
	background-size: auto 305px;
	height: 305px;
	width:100%;
	overflow: hidden;
}
.data_ban ul{
	width:1150px;
	margin:0 auto;
	height: auto;
	position: relative;
}
.dt_text{
	position: absolute;
	font-size: 40px;
	color:#057dc9;
	text-shadow: 1px 1px 1px #666;
	top:120px;
	left:200px;

	animation:          che 2s ease-in-out alternate forwards; /* 播放到最后位置停止*/
	-webkit-animation:  che 2s ease-in-out alternate forwards; /* Safari 和 Chrome */
	-moz-animation:     che 2s ease-in-out alternate forwards; /* Firefox */
	-o-animation:       che 2s ease-in-out alternate forwards; /* Opera */
}
.dt_che{
	position: absolute;
	font-size: 30px;
	left:400px;
	color:#fff;
	text-shadow: 1px 1px 1px #666;

	animation:          che 2s ease-in-out alternate forwards; /* 播放到最后位置停止*/
	-webkit-animation:  che 2s ease-in-out alternate forwards; /* Safari 和 Chrome */
	-moz-animation:     che 2s ease-in-out alternate forwards; /* Firefox */
	-o-animation:       che 2s ease-in-out alternate forwards; /* Opera */
}

@keyframes datasj
{
	from {
		transform: translateY(200px);
		opacity: 0;
	}
	to   {
		transform: translateY(100px);
		opacity: 1;
	}
}

@-webkit-keyframes datasj
{
	from {
		transform: translateY(0);
		opacity: 0;
	}
	to   {
		transform: translateY(-50px);
		opacity: 1;
	}
}

@-zos-keyframes datasj
{
	from {
		transform: translateY(0);
		opacity: 0;
	}
	to   {
		transform: translateY(-50px);
		opacity: 1;
	}
}

@-o-keyframes datasj
{
	from {
		transform: translateY(100px);
		opacity: 0;
	}
	to   {
		transform: translateY(0);
		opacity: 1;
	}
}

.dt_sj{
	position: absolute;
	font-size: 30px;
	z-index: 100;
	color:#fff;
	text-shadow: 1px 1px 1px #666;
	animation:          datasj 2s ease-in-out alternate forwards; /* 播放到最后位置停止*/
	-webkit-animation:  datasj 2s ease-in-out alternate forwards; /* Safari 和 Chrome */
	-moz-animation:     datasj 2s ease-in-out alternate forwards; /* Firefox */
	-o-animation:       datasj 2s ease-in-out alternate forwards; /* Opera */
	margin:0 auto;
	right:50px;
}
.dt_xian{
	position: absolute;
	font-size: 30px;
	z-index: 100;
	color:#fff;
	text-shadow: 1px 1px 1px #666;
	animation:          hezi 3s ease-in-out alternate forwards; /* 播放到最后位置停止*/
	-webkit-animation:  hezi 3s ease-in-out alternate forwards; /* Safari 和 Chrome */
	-moz-animation:     hezi 3s ease-in-out alternate forwards; /* Firefox */
	-o-animation:       hezi 3s ease-in-out alternate forwards; /* Opera */
	margin:0 auto;
	right:250px;
}
.data_con{
	width:100%;
	height: auto;
	overflow: hidden;
}

.data_con ul{
	padding:80px 0;
	width:1200px;
	height: auto;
	margin:0 auto;
	overflow: hidden;
}
.data_con ul li{
	float:left;
	width:25%;
	text-align: center;
	line-height: 45px;
	margin-bottom:50px;
	font-size: 16px;
}
.xz{
	font-size: 16px;
	font-weight: bold;
}
.about_ban{
	background: url("../images/abban.png") no-repeat top right #1f1f1f;
	background-size: auto 400px;
	height: 400px;
	width:100%;
	overflow: hidden;
}
.abpt1{

	background: url("../images/pbg1.png") repeat-x top center;
	background-size: auto 454px;
	height: 454px;
	width:100%;
	overflow: hidden;
	text-align: center;
}
.abpt2{

	background: -webkit-radial-gradient(#1d4a47 , #122927 ); /* Safari 5.1 - 6.0 */
	background: -o-radial-gradient(#1d4a47, #122927 ); /* Opera 11.6 - 12.0 */
	background: -moz-radial-gradient(#1d4a47 , #122927 ); /* Firefox 3.6 - 15 */
	background: radial-gradient(#1d4a47 , #122927 ); /* 标准的语法 */
	height: 454px;
	width:100%;
	overflow: hidden;
	text-align: center;
}
.abpt1 ul,.abpt2 ul{
	width:1150px;
	height: 454px;
	margin:0 auto;
	overflow: hidden;
}
.abtext{
	font-size: 24px;
	color:#ffff00;
	line-height: 40px;
	text-align: center;
	padding:100px 0;
	margin:0 auto;
}
.abpt3{
	width:100%;
	height: auto;
	overflow: hidden;
}
.abpt3 ul{
	width:1150px;
	margin:70px auto;
	height: auto;
}
.abpt3 ul .tdjs{
	 font-size: 14px;
	 color:#333;
	 line-height: 26px;
	width:100%;
	height: auto;

 }
.tdjs2{
	width:100%;
	line-height: 26px;
	font-size: 14px;
	color:#333;
	margin-top:20px;
	height: auto;
	overflow: hidden;
}
.tdjs2 li{
	float: left;
	height: auto;
	overflow: hidden;
	display: inline-block;
	margin-bottom:35px;
}
.tdjs2 li:nth-child(2n+1){
	width:30%;
	text-align: center;
	padding:0;
}
.tdjs2 li:nth-child(2n+1) img{

	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	width:200px;
	height: 200px;

}
.tdjs2 li:nth-child(2n+2){
	width:65%;
	text-align: left;
	padding-right:5%;
}
.kouhao{
	color:#f30;
	padding:10px 0;
}
.ubi_ban{
	background: url("../images/cxban.jpg") no-repeat top center;
	background-size: auto 575px;
	height: 575px;
	width:100%;
	overflow: hidden;
	text-align: center;
}
.lx_ban{
	background: url("../images/lxban.jpg") no-repeat top center;
	background-size: auto 353px;
	height: 353px;
	width:100%;
	overflow: hidden;
	text-align: center;
}
.hz_ban{
	background: url("../images/swban.jpg") no-repeat top center;
	background-size: auto 400px;
	height: 400px;
	width:100%;
	overflow: hidden;
	text-align: center;
}
.lx_con{
	width:100%;
	height: auto;
	overflow: hidden;
}
.lx_con ul{
	width:950px;
	line-height: 45px;
	font-size: 16px;
	color:#333;
	margin:60px auto;
}
.lx_con ul td{
	line-height: 45px;
}

.hz_con{
	width:100%;
	height: auto;
	overflow: hidden;
}
.hz_con ul{
	width:950px;
	line-height: 28px;
	font-size: 16px;
	color:#333;
	margin:60px auto;
}
.hz_con ul p{
	text-indent: 34px;
	margin-bottom:20px;
}
.shop_ban{
	background: url("") no-repeat top center #262626;
	background-size: auto 575px;
	height: 575px;
	width:100%;
	overflow: hidden;
	text-align: center;
}
.shop_ban ul{
	width:1150px;
	margin:10px auto;
	height: auto;
}
.sp_l{
	width:40%;
	text-align: center;

	animation:          hezi 2s ease-in-out alternate forwards; /* 播放到最后位置停止*/
	-webkit-animation:  hezi 2s ease-in-out alternate forwards; /* Safari 和 Chrome */
	-moz-animation:     hezi 2s ease-in-out alternate forwards; /* Firefox */
	-o-animation:       hezi 2s ease-in-out alternate forwards; /* Opera */
}
.sp_r{
	width:50%;
	text-align: left;
	color:#ffd37e;
	font-size: 16px;
	margin-top:220px;
	line-height: 26px;
	margin-left:100px;

	animation:          lingqu 2s ease-in-out alternate forwards; /* 播放到最后位置停止*/
	-webkit-animation:  lingqu 2s ease-in-out alternate forwards; /* Safari 和 Chrome */
	-moz-animation:     lingqu 2s ease-in-out alternate forwards; /* Firefox */
	-o-animation:       lingqu 2s ease-in-out alternate forwards; /* Opera */
}
.pingtai_ban{
	background: url("../images/ptban.jpg") no-repeat top center;
	background-size: auto 575px;
	height: 575px;
	width:100%;
	overflow: hidden;
	text-align: center;
}
.pingtai_ban ul{
	width:1150px;
	margin:100px auto;
	height: auto;
}
.pt_text{
	width:100%;
	text-align: center;
	font-size: 26px;
	text-shadow: 1px 1px 1px #666;
	color:#fff;
	line-height: 40px;
}
.pt_san{
	width:90%;
	margin:0 auto;
	height: auto;
}
.pt_san ul{
	padding:50px 0 0 0;
	margin:0;
}
.pt_san ul li{
	font-size: 24px;
	float: left;
	line-height: 36px;
	text-shadow: 1px 1px 1px #666;
	text-align: center;
	width:30%;
}
.ptndiv1{
	width:80%;
	margin:0 auto;
	height:auto;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	padding:20px;
	color: #ffffff;
	text-shadow: 1px 1px 1px #666;
	background: #00dbf1;
}
.ptndiv2{
	width:80%;
	margin:0 auto;
	height:auto;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	padding:20px;
	color: #ffffff;
	text-shadow: 1px 1px 1px #666;
	background: #0ed885;
}
.ptndiv3{
	width:80%;
	margin:0 auto;
	height:auto;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	padding:20px;
	color: #ffffff;
	text-shadow: 1px 1px 1px #666;
	background: #ffba00;
}


/*/从上到下移动动画/*/

@keyframes che
{
	from {
		transform: translateY(-100px);
		opacity: 0;
	}
	to   {
		transform: translateY(0);
		opacity: 1;
	}
}

@-webkit-keyframes che
{
	from {
		transform: translateY(-100px);
		opacity: 0;
	}
	to   {
		transform: translateY(0);
		opacity: 1;
	}
}

@-zos-keyframes che
{
	from {
		transform: translateY(-100px);
		opacity: 0;
	}
	to   {
		transform: translateY(0);
		opacity: 1;
	}
}

@-o-keyframes che
{
	from {
		transform: translateY(-100px);
		opacity: 0;
	}
	to   {
		transform: translateY(0);
		opacity: 1;
	}
}

/*/从上到下移动动画/*/

@keyframes hezi
{
	from {
		transform: translateY(0);
		opacity: 0;
	}
	to   {
		transform: translateY(50px);
		opacity: 1;
	}
}

@-webkit-keyframes hezi
{
	from {
		transform: translateY(0);
		opacity: 0;
	}
	to   {
		transform: translateY(50px);
		opacity: 1;
	}
}

@-zos-keyframes hezi
{
	from {
		transform: translateY(0);
		opacity: 0;
	}
	to   {
		transform: translateY(50px);
		opacity: 1;
	}
}

@-o-keyframes hezi
{
	from {
		transform: translateY(0);
		opacity: 0;
	}
	to   {
		transform: translateY(50px);
		opacity: 1;
	}
}
/*/从上到下移动动画/*/

@keyframes sanjiao
{
	from {
		transform: translateY(0);
		opacity: 0;
	}
	to   {
		transform: translateY(-150px);
		opacity: 1;
	}
}

@-webkit-keyframes sanjiao
{
	from {
		transform: translateY(0);
		opacity: 0;
	}
	to   {
		transform: translateY(-150px);
		opacity: 1;
	}
}

@-zos-keyframes sanjiao
{
	from {
		transform: translateY(0);
		opacity: 0;
	}
	to   {
		transform: translateY(-150px);
		opacity: 1;
	}
}

@-o-keyframes sanjiao
{
	from {
		transform: translateY(0);
		opacity: 0;
	}
	to   {
		transform: translateY(-150px);
		opacity: 1;
	}
}

/*/从上到下移动动画/*/

@keyframes hztext
{
	from {
		transform: translateY(0);
		opacity: 0;
	}
	to   {
		transform: translateY(15px);
		opacity: 1;
	}
}

@-webkit-keyframes hztext
{
	from {
		transform: translateY(0);
		opacity: 0;
	}
	to   {
		transform: translateY(15px);
		opacity: 1;
	}
}

@-zos-keyframes hztext
{
	from {
		transform: translateY(0);
		opacity: 0;
	}
	to   {
		transform: translateY(15px);
		opacity: 1;
	}
}

@-o-keyframes hztext
{
	from {
		transform: translateY(0);
		opacity: 0;
	}
	to   {
		transform: translateY(15px);
		opacity: 1;
	}
}


.hzpic {
	animation:          hezi 2s ease-in-out alternate forwards; /* 播放到最后位置停止*/
	-webkit-animation:  hezi 2s ease-in-out alternate forwards; /* Safari 和 Chrome */
	-moz-animation:     hezi 2s ease-in-out alternate forwards; /* Firefox */
	-o-animation:       hezi 2s ease-in-out alternate forwards; /* Opera */
	width: 525px;
	height: 249px;
	margin:0 auto;
	z-index: 100;
	position: relative;

}
.hztext{

	animation:          hztext 2s ease-in-out alternate forwards; /* 播放到最后位置停止*/
	-webkit-animation:  hztext 2s ease-in-out alternate forwards; /* Safari 和 Chrome */
	-moz-animation:     hztext 2s ease-in-out alternate forwards; /* Firefox */
	-o-animation:       hztext 2s ease-in-out alternate forwards; /* Opera */
	width: 525px;
	height: 249px;
	margin:0 auto;
	z-index: 100;
	position: relative;

	color:#9f9f9f;
	font-size: 14px;
	line-height: 30px;


}
.sanjiao{
	animation:          sanjiao 1s ease-in-out alternate forwards; /* 播放到最后位置停止*/
	-webkit-animation:  sanjiao 1s ease-in-out alternate forwards; /* Safari 和 Chrome */
	-moz-animation:     sanjiao 1s ease-in-out alternate forwards; /* Firefox */
	-o-animation:       sanjiao 1s ease-in-out alternate forwards; /* Opera */
	width: 525px;
	height: 249px;
	margin:0 auto;
	z-index: 10;
	position: absolute;



}

.zhongduan_ban{
	background: #1f1f1f;
	height: 575px;
	width:100%;
	overflow: hidden;
	text-align: center;
}






.club_ban{
	background: url("../images/jlbban.jpg") no-repeat top center;
	background-size: auto 575px;
	height: 575px;
	width:100%;
	overflow: hidden;
	text-align: center;
}
.club_ban ul{
	width:1150px;
	margin:0 auto;
	height:auto;
}
.cxpart1{
	width:100%;
	background: #e6e6e6;
	height: auto;
	overflow: hidden;
}
.cxpart2{
	width:100%;
	background: #fff;
	height: auto;
	overflow: hidden;
}
.cxpart3{
	width:100%;
	background: #32bcde;
	height: auto;
	overflow: hidden;
}
.cxpart1 ul,.cxpart3 ul{
	padding:80px 0;
	width:1200px;
	height: auto;
	margin:0 auto;
	overflow: hidden;
}
.cxpart1 ul li{
	float:left;
	height: auto;

}
.cxpart1 ul .li_two{
	width:218px;
	text-align: center;
	margin-left:54px;
}
.cxpart1 ul .li_one{
	background: url("../images/xsjbg.png") no-repeat center center;
	width:440px;
	height: 450px;
}

.cxpart1 ul .li_the{
	background: url("../images/xsjbg2.png") no-repeat center center;
	width:440px;
	height: 450px;
}
.cxpart2 ul{
	padding:100px 0 0 0;
	width:1150px;
	height: auto;
	margin:0 auto;
	overflow: hidden;
}


.cxpart2 div p{
	margin-bottom:30px;
}
.sqbtn{
	background: #68b218;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	width:90%;
	text-align: center;
	font-size: 26px;
	color:#fff;
	line-height: 45px;
	display: block;
	margin:0 auto;
}
.cxpart3 h1{
	text-align: center;
	width:100%;
	font-size: 30px;
	font-weight: bold;
	color: #ffffff;
}
.cxpart3 ul{
	text-align: center;
	color:#fff;
	font-size: 14px;
}
.cxpart3 .jsbtn{
	display: block;
	width:300px;
	height: 60px;
	line-height: 60px;
	margin:0 auto 20px auto;
	background: #f60;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 24px;
	color:#fff;
}
.cxlc{
	width:900px;
	height: 522px;
	background: url("../images/quxian.png") no-repeat top center;
	background-size: auto 522px;
	margin:0 auto;
}
.cxpart3 .pp1{
	color:#fff;
	text-align: center;
	max-width:100px;
	width:30px;
	padding:0;
	position: relative;
	font-size: 14px;
	cursor: pointer;
	margin-top:40px;
	margin-left:300px;
}
.cxpart3 .pp2{
	color:#fff;
	text-align: center;
	width:60px;
	padding:0;
	position: relative;
	font-size: 14px;
	cursor: pointer;
	margin-top:75px;
	margin-left:100px;
	height: 90px;
}
.cxpart3 .pp3{
	color:#fff;
	text-align: center;
	width:60px;
	padding:0;
	position: relative;
	font-size: 14px;
	cursor: pointer;
	margin-top:-130px;
	margin-left:430px;
}
.cxpart3 .pp4{
	color:#fff;
	text-align: center;
	width:60px;
	padding:0;
	position: relative;
	font-size: 14px;
	cursor: pointer;
	margin-top:-75px;
	margin-left:780px;
}
.cxpart3 .pp5{
	color:#fff;
	text-align: center;
	width:90px;
	padding:0;
	position: relative;
	font-size: 14px;
	cursor: pointer;
	margin-top:55px;
	margin-left:580px;
}
.cxpart3 .pp6{
	color:#fff;
	text-align: center;
	width:60px;
	padding:0;
	position: relative;
	font-size: 14px;
	cursor: pointer;
	margin-top:5px;
	margin-left:365px;
}
.pp1 span,.pp2 span,.pp3 span,.pp4 span,.pp5 span,.pp6 span{
	display:none;
}
.pp1:hover span{
	position:absolute;
	display:block;
	top:-90px;
	left:-117px;
	width:263px;
	height:84px;
	background: url("../images/tsk.png") no-repeat top center;
	z-index:1;
	color:#333;
	padding-top:10px;
	line-height: 24px;
	font-size: 14px;
}
.pp2:hover span{
	position:absolute;
	display:block;
	top:-90px;
	left:-100px;
	width:263px;
	height:84px;
	background: url("../images/tsk.png") no-repeat top center;
	z-index:1;
	color:#333;
	padding-top:10px;
	line-height: 24px;
	font-size: 14px;
}
.pp3:hover span{
	position:absolute;
	display:block;
	top:-90px;
	left:-117px;
	width:263px;
	height:84px;
	background: url("../images/tsk.png") no-repeat top center;
	z-index:1;
	color:#333;
	padding-top:10px;
	line-height: 24px;
	font-size: 14px;
}
.pp4:hover span{
	position:absolute;
	display:block;
	top:-90px;
	left:-117px;
	width:263px;
	height:84px;
	background: url("../images/tsk.png") no-repeat top center;
	z-index:1;
	color:#333;
	padding-top:10px;
	line-height: 24px;
	font-size: 14px;
}
.pp5:hover span{
	position:absolute;
	display:block;
	top:-90px;
	left:-102px;
	width:263px;
	height:84px;
	background: url("../images/tsk.png") no-repeat top center;
	z-index:1;
	color:#333;
	padding-top:10px;
	line-height: 24px;
	font-size: 14px;
}
.pp6:hover span{
	position:absolute;
	display:block;
	top:-90px;
	left:-102px;
	width:263px;
	height:84px;
	background: url("../images/tsk.png") no-repeat top center;
	z-index:1;
	color:#333;
	padding-top:10px;
	line-height: 24px;
	font-size: 14px;
}

.yuan{
	background: #fff;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-align: center;
	color:#007aff;
	font-size: 14px;
	width:30px;
	height: 30px;
	line-height: 30px;
	margin:0 auto 10px auto;

}

.hzpart1{
	width:100%;
	height: auto;
	overflow: hidden;
}
.hzpart1 ul{
	width:1200px;
	margin:0 auto;
	height: auto;
	overflow: hidden;
}
.zc{
	width:50%;
	height: auto;
	overflow: hidden;
}
.zc ul{
	padding:80px 20px 80px 20px;
	margin:0;
	width:80%;
}
.zc ul p{
	line-height: 30px;
	margin-bottom:10px;
	font-size: 16px;
	color:#666;
	height: auto;
}
.zc ul img{
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	width:95%;
}

@keyframes lingqu
{
	from {
		transform: translateY(0);
		opacity: 0;
	}
	to   {
		transform: translateY(-50px);
		opacity: 1;
	}
}

@-webkit-keyframes lingqu
{
	from {
		transform: translateY(0);
		opacity: 0;
	}
	to   {
		transform: translateY(-50px);
		opacity: 1;
	}
}

@-zos-keyframes lingqu
{
	from {
		transform: translateY(0);
		opacity: 0;
	}
	to   {
		transform: translateY(-50px);
		opacity: 1;
	}
}

@-o-keyframes lingqu
{
	from {
		transform: translateY(0);
		opacity: 0;
	}
	to   {
		transform: translateY(-50px);
		opacity: 1;
	}
}
.lqbtn{
	width:220px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	margin:250px auto 0 auto;
	background: #3d9000;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;

	animation:          lingqu 1s ease-in-out alternate forwards; /* 播放到最后位置停止*/
	-webkit-animation:  lingqu 1s ease-in-out alternate forwards; /* Safari 和 Chrome */
	-moz-animation:     lingqu 1s ease-in-out alternate forwards; /* Firefox */
	-o-animation:       lingqu 1s ease-in-out alternate forwards; /* Opera */

}
.zdpart1{
	width:100%;
	height: auto;
	overflow: hidden;
}
.zdpart1 ul{
	padding:80px 0;
	width:1100px;
	margin:0 auto;
}
.zdpart1 .text{
	width:40%;
	text-align: left;
	font-size: 18px;
	color:#333;
	line-height: 28px;
	padding:30px;
}
.zdpart1 .bg1{
	background: url("../images/zdpic1.png") no-repeat center center;
	height: 420px;
	background-position: left;
}

.zdpart1 .bg2{
	background: url("../images/zdpic2.png") no-repeat center center;
	height: 420px;
	background-position: right;
}
.zdpart1 .bg3{
	background: url("../images/zdpic3.png") no-repeat center center;
	height: 420px;
	background-position: left;
}
.zdpart1 .bg4{
	background: url("../images/zdpic4.png") no-repeat center center;
	height: 420px;
	background-position: right;
}
.zdpart1 .bg5{
	background: url("../images/zdpic5.png") no-repeat center center;
	height: 420px;
	background-position: left;
}
.zdpart1 .bg6{
	background: url("../images/zdpic6.png") no-repeat center center;
	height: 420px;
	background-position: left;
}
.zdpart1 .bg7{
	background: url("../images/zdpic7.png") no-repeat center center;
	height: 420px;
	background-position: right;
}
.zdpart1 .bg8{
	background: url("../images/zdpic8.png") no-repeat center center;
	height: 420px;
	background-position: left;
}
.lcbg{
	background: url("../images/lcbg.jpg") no-repeat top center;
	-webkit-background-size: auto 536px;
	background-size: auto 536px;
	height: 536px;
}
.lc_text{
	font-size: 26px;
	color:#fff;
	line-height: 50px;
	text-shadow: 2px 2px 2px #333;
	display: inline-block;
	text-align: center;
	width:500px;

	animation:          hztext 1s ease-in-out alternate forwards; /* 播放到最后位置停止*/
	-webkit-animation:  hztext 1s ease-in-out alternate forwards; /* Safari 和 Chrome */
	-moz-animation:     hztext 1s ease-in-out alternate forwards; /* Firefox */
	-o-animation:       hztext 1s ease-in-out alternate forwards; /* Opera */
}
.lc_text2{

	font-size: 100px;
	color:#ffff00;
	text-shadow: 2px 2px 2px #666;
	display: inline-block;
	text-align: center;
	width:100px;
	line-height: 200px;
	font-family: "宋体";
	font-weight: bold;

	animation:          hezi 1s ease-in-out alternate forwards; /* 播放到最后位置停止*/
	-webkit-animation:  hezi 1s ease-in-out alternate forwards; /* Safari 和 Chrome */
	-moz-animation:     hezi 1s ease-in-out alternate forwards; /* Firefox */
	-o-animation:       hezi 1s ease-in-out alternate forwards; /* Opera */
}
.azsm{
	margin:50px auto; text-align:center; font-size: 24px; color:#fff;
	animation:          hezi 1s ease-in-out alternate forwards; /* 播放到最后位置停止*/
	-webkit-animation:  hezi 1s ease-in-out alternate forwards; /* Safari 和 Chrome */
	-moz-animation:     hezi 1s ease-in-out alternate forwards; /* Firefox */
	-o-animation:       hezi 1s ease-in-out alternate forwards; /* Opera */

}

/*/club/*/
.clubp1{
	width:100%;
	height:auto;
	overflow: hidden;
}
.clubp1 ul{
	width:1200px;
	margin:0 auto;
	background: url("../images/hand.png") no-repeat right center;
	-webkit-background-size: auto 641px;
	background-size: auto 641px;
	height: 641px;
	padding:80px 0 20px 0;
}
.nine{
	width:50%;
	float: left;
	height: auto;
	overflow: hidden;
	margin:50px auto 50px 30px;
}
.nine li{
	float: left;
	width:33.33%;
	text-align: center;
	font-size: 14px;
	line-height: 40px;
	margin-bottom:10px;
}
.yuanbg1{
	background: url("../images/jlbtb1a.png") no-repeat top center #0ad4cd;
	-webkit-background-size: 90px 90px;
	background-size: 90px 90px;
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	border-radius: 45px;
	border:1px solid #0ad4cd;
	width:90px;
	height: 90px;
	margin:0 auto;
}
.yuanbg1:hover{
	background: url("../images/jlbtb1a.png") no-repeat top center #ff9600;
	-webkit-background-size: 90px 90px;
	background-size: 90px 90px;
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	border-radius: 45px;
	border:1px solid #f60;
}
.yuanbg2{
	background: url("../images/jlbtb2a.png") no-repeat top center #0ad4cd;
	-webkit-background-size: 90px 90px;
	background-size: 90px 90px;
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	border-radius: 45px;
	border:1px solid #0ad4cd;
	width:90px;
	height: 90px;
	margin:0 auto;
}
.yuanbg2:hover{
	background: url("../images/jlbtb2a.png") no-repeat top center #ff9600;
	-webkit-background-size: 90px 90px;
	background-size: 90px 90px;
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	border-radius: 45px;
	border:1px solid #f60;
}

.yuanbg3{
	background: url("../images/jlbtb3a.png") no-repeat top center #0ad4cd;
	-webkit-background-size: 90px 90px;
	background-size: 90px 90px;
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	border-radius: 45px;
	border:1px solid #0ad4cd;
	width:90px;
	height: 90px;
	margin:0 auto;
}
.yuanbg3:hover{
	background: url("../images/jlbtb3a.png") no-repeat top center #ff9600;
	-webkit-background-size: 90px 90px;
	background-size: 90px 90px;
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	border-radius: 45px;
	border:1px solid #f60;
}

.yuanbg4{
	background: url("../images/jlbtb4a.png") no-repeat top center #0ad4cd;
	-webkit-background-size: 90px 90px;
	background-size: 90px 90px;
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	border-radius: 45px;
	border:1px solid #0ad4cd;
	width:90px;
	height: 90px;
	margin:0 auto;
}
.yuanbg4:hover{
	background: url("../images/jlbtb4a.png") no-repeat top center #ff9600;
	-webkit-background-size: 90px 90px;
	background-size: 90px 90px;
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	border-radius: 45px;
	border:1px solid #f60;
}

.yuanbg5{
	background: url("../images/jlbtb5a.png") no-repeat top center #0ad4cd;
	-webkit-background-size: 90px 90px;
	background-size: 90px 90px;
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	border-radius: 45px;
	border:1px solid #0ad4cd;
	width:90px;
	height: 90px;
	margin:0 auto;
}
.yuanbg5:hover{
	background: url("../images/jlbtb5a.png") no-repeat top center #ff9600;
	-webkit-background-size: 90px 90px;
	background-size: 90px 90px;
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	border-radius: 45px;
	border:1px solid #f60;
}

.yuanbg6{
	background: url("../images/jlbtb6a.png") no-repeat top center #0ad4cd;
	-webkit-background-size: 90px 90px;
	background-size: 90px 90px;
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	border-radius: 45px;
	border:1px solid #0ad4cd;
	width:90px;
	height: 90px;
	margin:0 auto;
}
.yuanbg6:hover{
	background: url("../images/jlbtb6a.png") no-repeat top center #ff9600;
	-webkit-background-size: 90px 90px;
	background-size: 90px 90px;
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	border-radius: 45px;
	border:1px solid #f60;
}

.yuanbg7{
	background: url("../images/jlbtb7a.png") no-repeat top center #0ad4cd;
	-webkit-background-size: 90px 90px;
	background-size: 90px 90px;
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	border-radius: 45px;
	border:1px solid #0ad4cd;
	width:90px;
	height: 90px;
	margin:0 auto;
}
.yuanbg7:hover{
	background: url("../images/jlbtb7a.png") no-repeat top center #ff9600;
	-webkit-background-size: 90px 90px;
	background-size: 90px 90px;
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	border-radius: 45px;
	border:1px solid #f60;
}

.yuanbg8{
	background: url("../images/jlbtb8a.png") no-repeat top center #0ad4cd;
	-webkit-background-size: 90px 90px;
	background-size: 90px 90px;
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	border-radius: 45px;
	border:1px solid #0ad4cd;
	width:90px;
	height: 90px;
	margin:0 auto;
}
.yuanbg8:hover{
	background: url("../images/jlbtb8a.png") no-repeat top center #ff9600;
	-webkit-background-size: 90px 90px;
	background-size: 90px 90px;
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	border-radius: 45px;
	border:1px solid #f60;
}
.yuanbg9{
	background: url("../images/jlbtb9a.png") no-repeat top center #0ad4cd;
	-webkit-background-size: 90px 90px;
	background-size: 90px 90px;
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	border-radius: 45px;
	border:1px solid #0ad4cd;
	width:90px;
	height: 90px;
	margin:0 auto;
}
.yuanbg9:hover{
	background: url("../images/jlbtb9a.png") no-repeat top center #ff9600;
	-webkit-background-size: 90px 90px;
	background-size: 90px 90px;
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	border-radius: 45px;
	border:1px solid #f60;
}
.clubp2{
	width:100%;
	height:550px;
	overflow: hidden;
	background: url("../images/jlbhpic.jpg") no-repeat top center;
	-webkit-background-size: auto 550px;
	background-size: auto 550px;
}
.clubp2 ul{
	width:1100px;
	margin:0 auto;
	height:auto;
}
.mendian{
	width:300px;
	height: auto;
	overflow: hidden;
	padding: 30px;
	text-align: center;
	background: #ffcc00;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color:#000;
	margin-top:140px;
	font-size: 16px;
	line-height: 36px;
}
.chezhu{
	width:300px;
	height: auto;
	overflow: hidden;
	padding: 30px;
	text-align: center;
	background: #00d2ff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color:#000;
	margin-top:140px;
	font-size: 16px;
	line-height: 36px;
}
.jiantou{
	width:150px;
	height: auto;
	overflow: hidden;
	padding: 10px 10px;
	text-align: center;
	background: #333;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color:#000;
	margin-top:240px;
	font-size: 42px;
	line-height: 36px;
	margin-left:105px;
}
.clubp3{
	width:100%;
	height:auto;
	overflow: hidden;
}
.clubp3 ul{
	width:1100px;
	margin:0 auto;
	padding:80px 0 80px 0;
	height: auto;
	overflow: hidden;
}
.clubp3 h1{
	width:100%;
	text-align: center;
	height: 50px;
	line-height: 50px;
	font-size: 30px;
	font-weight: bold;
	padding-bottom:25px;
}

.yctime{
	visibility: visible;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 0.7s;
	-moz-animation-delay: 0.7s;
	animation-delay: 0.7s;
}

.tongji{
	width:100%;
	height: 46px;
	line-height: 47px;
	font-size: 14px;
	color:#e6e6e6;
	background: #333;
}
.tongji ul{
	width:1150px;
	padding:0;
	margin:0 auto;
}
.tongji ul a{
	background: #70c01b;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-align: center;
	font-size: 14px;
	color:#fff;
	padding:4px 25px;
	line-height: 32px;
	height: 32px;
	float: right;
	margin-top:3px;
}
.xcheng{
	font-size: 16px;
	font-weight: bold;
	color:#ffff60;
}
.showbtn_a {
	display: inline-block;
}
#zbg {
	background-color: #000;
	position: absolute;
	z-index: 9990;
	left: 0;
	top: 0;
	display: none;
	width: 100%;
	height: 100%;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.5;
}


/* box */
.abox {
	position: fixed;
	width: 900px;
	height:550px;
	margin:50px auto;
	z-index: 9999;
	background-color: #fff;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding-bottom:10px;

}
.abox h2 {
	height: 46px;
	font-size: 18px;
	border-bottom:1px solid #d2d2d2;
	position: relative;
	line-height: 46px;
	color: #f30;
	text-indent:15px;
}
.abox h2 a {
	right: 5px;
	font-size: 12px;
	color: #333;
}

@keyframes move
{
	from {
		transform: translateX(0);
		opacity: 0;
	}
	to   {
		transform: translateX(100px);
		opacity: 1;
	}
}

@-webkit-keyframes move
{
	from {
		transform: translateX(0);
		opacity: 0;
	}
	to   {
		transform: translateX(100px);
		opacity: 1;
	}
}

@-zos-keyframes move
{
	from {
		transform: translateX(0);
		opacity: 0;
	}
	to   {
		transform: translateX(100px);
		opacity: 1;
	}
}

@-o-keyframes move
{
	from {
		transform: translateX(0);
		opacity: 0;
	}
	to   {
		transform: translateX(100px);
		opacity: 1;
	}
}

.left_right{
	animation:          move 3s alternate;
	-webkit-animation:  move 3s alternate; /* Safari 和 Chrome */
	-moz-animation:     move 3s alternate; /* Firefox */
	-o-animation:       move 3s alternate; /* Opera */
	position: absolute;
	background-color: yellow;
	width: 100px;
	height: 100px;
}


/*/百分比/*/

.circliful {
	position: relative;
}

.circle-text, .circle-info, .circle-text-half, .circle-info-half {
	width: 100%;
	position: absolute;
	text-align: center;
	display: inline-block;
}

.circle-info, .circle-info-half {
	color: #999;
}

.circliful .fa {
	margin: 0;
	position: relative;
	bottom: 4px;
}
.club_text{
font-size:30px;
color:#333;
line-height:46px;
text-align:left;
margin-top:150px;
margin-left:70px;

	animation:          left_r 1s ease-in-out alternate forwards; /* 播放到最后位置停止*/
	-webkit-animation:  left_r 1s ease-in-out alternate forwards; /* Safari 和 Chrome */
	-moz-animation:     left_r 1s ease-in-out alternate forwards; /* Firefox */
	-o-animation:       left_r 1s ease-in-out alternate forwards; /* Opera */
}
.scsj{


	margin-left:50px;
	animation:          hezi 1s ease-in-out alternate forwards; /* 播放到最后位置停止*/
	-webkit-animation:  hezi 1s ease-in-out alternate forwards; /* Safari 和 Chrome */
	-moz-animation:     hezi 1s ease-in-out alternate forwards; /* Firefox */
	-o-animation:       hezi 1s ease-in-out alternate forwards; /* Opera */
}
.scsj2{

margin-left:50px;
	animation:          move 1s ease-in-out alternate forwards; /* 播放到最后位置停止*/
	-webkit-animation:  move 1s ease-in-out alternate forwards; /* Safari 和 Chrome */
	-moz-animation:     move 1s ease-in-out alternate forwards; /* Firefox */
	-o-animation:       move 1s ease-in-out alternate forwards; /* Opera */
}
.scsj2 img{
	width:80%;
	height: auto;
}
.scsj3{
	font-size: 18px;
	color:#fff;
	line-height: 32px;
	text-shadow: 1px 1px 1px #666;
	text-align: left;
	margin-left:120px;
	margin-top:50px;
}


/*/从右到左移动动画/*/

@keyframes move
    {
        from {
            transform: translateX(0);
			opacity: 0;
        }
        to   {
            transform: translateX(-100px);
			opacity: 1;
        }
    }
 
    @-webkit-keyframes move
    {
        from {
            transform: translateX(0);
			opacity: 0;
        }
        to   {
            transform: translateX(-100px);
			opacity: 1;
        }
    }
 
    @-zos-keyframes move
    {
        from {
            transform: translateX(0);
			opacity: 0;
        }
        to   {
            transform: translateX(-100px);
			opacity: 1;
        }
    }
 
    @-o-keyframes move
    {
        from {
            transform: translateX(0);
			opacity: 0;
        }
        to   {
            transform: translateX(-100px);
			opacity: 1;
        }
    }
     
    .box {
        animation:          move 2s ease-in-out alternate forwards; /* 播放到最后位置停止*/
        -webkit-animation:  move 2s ease-in-out alternate forwards; /* Safari 和 Chrome */
        -moz-animation:     move 2s ease-in-out alternate forwards; /* Firefox */
        -o-animation:       move 2s ease-in-out alternate forwards; /* Opera */
        width: 525px;
        height: 249px;
		margin-top:200px;
    }

/*/从左到右移动动画/*/

@keyframes left_r
{
	from {
		transform: translateX(0);
		opacity: 0;
	}
	to   {
		transform: translateX(40px);
		opacity: 1;
	}
}

@-webkit-keyframes left_r
{
	from {
		transform: translateX(0);
		opacity: 0;
	}
	to   {
		transform: translateX(40px);
		opacity: 1;
	}
}

@-zos-keyframes left_r
{
	from {
		transform: translateX(0);
		opacity: 0;
	}
	to   {
		transform: translateX(40px);
		opacity: 1;
	}
}

@-o-keyframes left_r
{
	from {
		transform: translateX(0);
		opacity: 0;
	}
	to   {
		transform: translateX(40px);
		opacity: 1;
	}
}


.reg_con{
	width:1100px;
	margin:0 auto;
	height: auto;
	overflow: hidden;
}
.reg_con ul{
	padding:10px;
	margin:0;
}
.reg_con ul h1{
	font-size: 20px;
	width:80%;
	border-bottom:1px solid #ccc;
	line-height: 40px;
	text-indent: 10px;
	margin:0 auto;
}

.reg_bk{
	width:100%;
	height: auto;
	overflow: hidden;
}
.reg_bk dl {
	width:760px;
	margin:50px auto;
}
.reg_bk dl dt {
	color:#333;
	font-size: 14px;
	float:left;
	margin-right:10px;
	line-height: 46px;
	padding:5px;
	width:100px;
}
.reg_bk dl dd {
	margin:2px 0;
	padding:5px 0;
	width:600px;
	line-height: 46px;
}
.reg_bk dl dd .intext{
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color:#666;
	border:1px solid #ccc;
	background: none;
	width:400px;
	text-indent: 12px;
}

.reg_bk dl dd .inbtn{
	height: 40px;
	line-height: 30px;
	font-size: 14px;
	color:#fff;
	background: none;
	background: #0091d5;
	border: none;
	width:140px;
}

@media screen and (min-width:768px){



}