@charset "gb2312";
/* Initialization */
body{ overflow-x:hidden;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin:0; padding:0; }
body { background:#edf3f8; color:#555; font-size:14px; font-family: Verdana, Arial, Helvetica, sans-serif; overflow-y:hidden }
td,th,caption { font-size:14px; }
h1, h2, h3, h4, h5, h6 { font-weight:normal; font-size:100%; }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal;}
a { color:#555; text-decoration:none; }
a:hover { text-decoration:underline; }
img { border:none; }
ol,ul,li { list-style:none; }
input, textarea, select, button { font:14px Verdana,Helvetica,Arial,sans-serif;outline:0px }
table { border-collapse:collapse; }
html {overflow-y: scroll;} 
.clearfix:after {content: "."; display: block; height:0; clear:both; visibility: hidden;}
.clearfix { *zoom:1; }

.contetn{ width:1000px; margin:0px auto}

/*Top*/
.header{ height:60px; background:#FFF}
.con{ width:1000px; margin:0px auto}
.logo{ float:left; margin-top:15px}
.nav{ float:left; margin:25px 0px 0px 20px;display:block; width:450px}
.nav li{ float:left; margin-left:5px}
.tel{ float:right; font:18px/60px "微软雅黑", Arial, "宋体"}

/*Banner*/
.banner{ height:800px; background:url(imagesbanner_bg.jpg) no-repeat; position:relative}
.font01{ width:569px; height:354px; position:absolute; background:url(imagespng_01.png) no-repeat; margin-left:50%; left:-284px; top:58px; z-index:1}
.font02{ width:329px; height:72px; position:absolute; background:url(imagespng_03.png) no-repeat; margin-left:50%; left:-164px; top:84px; z-index:2}
.font03{ width:773px; height:439px; position:absolute; background:url(imagespng_02.png) no-repeat; margin-left:50%; left:-370px; top:195px; z-index:3}
.minute{
	width: 74px;
	height: 74px;
	background: url(imagesminute.png) no-repeat;
	z-index: 99;
	position: absolute;
	margin-left:50%;
	left:-77px;
	top:210px;
	animation:minute 4s ease-in-out 0s infinite both;
}
.clockwise{
	width: 74px;
	height: 74px;
	background: url(imagesclockwise.png) no-repeat;
	position: absolute;
	z-index: 55;
	margin-left:50%;
	left:-77px;
	top:210px;
}

.indicator_left{ width:92px; height:90px; position:absolute; background:url(imagespng_05.png) no-repeat; margin-left:50%; left:-180px; top:655px; z-index:3; display:none}
.indicator_right{ width:161px; height:177px; position:absolute; background:url(imagespng_04.png) no-repeat; margin-left:50%; left:112px; top:599px; z-index:3; display:none}
.way{ width:584px; height:200px; position:absolute; background:url(imagespng_066.png) no-repeat 0 0; margin-left:50%; left:-292px; bottom:0px; z-index:4;;background-size:800%;animation: way steps(7) 3s infinite both}
.people_run{ display:block; width:200px; height:263px; position:absolute; margin-left:50%; left:-105px; bottom:45px; z-index:5 ; background:url(imagespeople_run.png) no-repeat 0 0;background-size: 500%;animation: people_run steps(4) 1s infinite both; }

.fe{ background:#fff6f6; height:850px}
.bd{ background:#fff; height:800px}
.sa{ background:#ffefd9; height:840px}
.fe_box,.bd_box,.sa_box{width:1000px; margin:0px auto; position:relative}

.adorn{ width:372px; height:70px; margin:0px auto}
.part01,.part02{ width:462px; height:96px; margin:0px auto; padding-top:80px}
.part03{ width:564px; height:96px; margin:0px auto; padding-top:80px}

.people_one{ width:191px; height:243px; position:absolute; background:url(imagespeople_one.png) no-repeat; left:0px; top:53px}
.people_two{ width:185px; height:277px; position:absolute; background:url(imagespeople_two.png) no-repeat; right:0px; top:95px}

.form_style{  padding-top:50px}
.form_style_one{  padding-top:10px}
.content_box{ padding-top:20px}
.content_box_one{ padding-top:50px}

.content_two_center{ width:241px; height:194px; position:absolute; margin-left:50%; left:-120px;animation:img_center 4s ease-in-out 0s infinite both;-webkit-animation:img_center 4s ease-in-out 0s infinite both;-ms-animation:img_center 4s ease-in-out 0s infinite both;-moz-animation:img_center 4s ease-in-out 0s infinite both;-o-animation:img_center 4s ease-in-out 0s infinite both;}

.btn_box_one,.btn_box_two,.btn_box_three{ padding-top:30px}
.btn_box_one a{ width:278px; height:85px; background:url(imagesbtn_one.png) no-repeat; display:block; margin:0px auto;}
.btn_box_one a:hover{background:url(imagesbtn_one_on.png) no-repeat;}
.btn_box_two a{ width:278px; height:85px; background:url(imagesbtn_two.png) no-repeat; display:block; margin:0px auto;}
.btn_box_two a:hover{background:url(imagesbtn_two_on.png) no-repeat;}
.btn_box_three a{ width:278px; height:85px; background:url(imagesbtn_three.png) no-repeat; display:block; margin:0px auto;}
.btn_box_three a:hover{background:url(imagesbtn_three_on.png) no-repeat;}


@keyframes people_run {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: 100%;
  }
}
@keyframes way {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: 100%;
  }
}
@keyframes img_center {
	0% { transform:rotate(10deg)}
	16% {transform:rotate(-10deg)}
	33%{transform:rotate(10deg)}
	50%{transform:rotate(-10deg)}
	66%{transform:rotate(10deg)}
	82%{transform:rotate(-10deg)}
	100%{transform:rotate(10deg)}
}
@keyframes minute {
	
	from{transform: rotate(0deg)}
    to{transform: rotate(358deg)}
}


/*=================END================*/




/*=================地址================*/


.zg_row08{color: #5a5a5a;padding-bottom: 20px;}
.zg_r8info a:hover{color: #ff7e00; font-weight:bold; text-decoration:none;}
.zg_r8info{width: 960px;border:1px dashed #ff4d4d; margin:20px auto;font-size:18px;}
.zg_r8info td{border-bottom:1px dashed #ff4d4d;height: 72px;}
.zg_title{ padding-top: 40px;}
.zg_title h3{ background:url(imageszg_linbg3.png) no-repeat center bottom;height:86px;line-height:86px; font-size:40px;color: #222;text-align: center; font-weight:bold;}
.zg_title h3 span{color: #ff4d4d; font-size:40px;}	
.zg_subtit{height: 70px;line-height:70px;font:24px/70px "微软雅黑"; color:#464646; text-align: center;}




.five_title{width:100%;height:130px;background:#e35d64;text-align:center;}
.five_title img{display:block;width:1100px;}
.offcn_five{width:100%;height:280px;background:url(../images/05_bg_1911.jpg) no-repeat center top; }
.offcn_five_cont{width:960px;height:200px;padding-top:30px;position:relative;}
.offcn_dz{width:960px;height:180px;background:#;position:relative;}
.offcn_dz span{
	width: 954px;
	height: 55px;
	border-bottom: 1px solid #ff4d4d;
	display: block;
	position: absolute;
	left: 3px;
	top: 0px;
	z-index: 777
}
.offcn_dz span a{padding:0 20px;height:55px;float:left;font:14px/55px "微软雅黑";color:#333;display:inline}
.offcn_dz span a.h_hover{padding:0 10px;height:54px;background:#;border:1px solid #ddd;border-bottom:none;border-top:2px solid #ff4d4d;color:#ff4d4d;display:inline}

.offcn_dz p{
	width: 907px;
	height: 72px;
	background: url(imagesfxqt.jpg) no-repeat 10px top;
	margin-top: 40px;
	padding-left: 40px;
	position: absolute;
	left: 5px;
	top: 40px;
	z-index: 888
}
.offcn_dz p strong{display:block;width:550px;font:16px/35px "微软雅黑";color:#333;padding-left:350px;}
.offcn_five_cont h3{width:960px;height:82px;background:#ff9ba0;padding-top:17px;text-align:center;position:absolute;left:-17px;top:240px;z-index:998}
.offcn_zktj{width:960px;height:208px;background:#fff;margin-top:82px; position:absolute; top:270px; left:0;}
.offcn_zktj a{float:left;margin-left:44px;margin-top:29px;}

/*结束部分开始*/
.hdd {width: 1000px;margin-top: px;margin-right: auto;margin-bottom: 0px;margin-left: auto; padding-top:20px;}
#foot{width:100%;height:auto;background-color:#25292C;background-repeat: repeat-x;clear:both;margin-top: 0;margin-right: auto;margin-bottom: 0;margin-left: auto;border-top-width: 1px;border-top-style: solid;border-top-color: #333;}
#foot-all{width:1000px;height:110px;color: #FFF;text-decoration: none;padding-top:5px;line-height: 25px;margin-top: 0;margin-right: auto;margin-bottom: 0;margin-left: auto;text-align: center;font:12px/25px "微软雅黑"}
#foot #foot-all a {color: #CCC;text-decoration: none;}
/*结束部分结束*/
/*辅助指导开始*/
.lnzd{ width:auto; height:auto; position:fixed; top:80px; left:0px;}
/*辅助指导结束*/
/*咨询悬挂开始*/
.xg_20150225{ width:auto; height:auto; position:fixed; top:80px; right:0px;}
/*咨询悬挂结束*/
.lnzd,.xg_20150225{ z-index:9999999}
