@charset "utf-8";
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

html {
	font-size: 62.5%;
	width: 100%
}

body {
	font-size: 1.5em;
	margin: 0 auto;
	font-family: "Microsoft YaHei","宋体","黑体",Arial,Helvetica,sans-serif;
	width: 100%;
	/*overflow: hidden;*/
}

nav{display:block;}
ul, li, ol, dl, dd, dt{list-style:none;list-style-position:outside;}

div.header_wrap {
	width: 100%;
	position: fixed;
	opacity: .95;
	filter: alpha(opacity=95);
	*position: absolute;
	top: 0;
	left: 0;
	z-index: 10002;
	background-color: #fff
}

div.header_wrap header {
	visibility: visible
}

header {
	position: relative;
	visibility: hidden;
	z-index: 10003;
	padding: 0;
	width: 960px;
	margin: 0 auto;
	white-space: nowrap;
}

header img,header ul {
	vertical-align: middle
}

header img.beiliao {
	vertical-align: middle
}

header ul.menu {
	width:auto;
	text-align: right;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding-right: 4px;
	letter-spacing: 1px
}

header ul.menu li {
	display: inline-block;
	_width: 120px;
	*display: inline;
	*zoom: 1;
	margin: 0 0 0 10px;
}
header ul.menu li a {
	*width: 80px;
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding: 40px 14px 37px;
	border-bottom:3px solid #fff;
	_border: 0;
	width: auto;
	color: #444;
	text-align: center;
	cursor: pointer
}

header ul.menu li a:hover {
	border-bottom: 3px solid #ffd03f;
	background-color: #f1f1f1;
	cursor: pointer;
}

header ul.menu li a.active {
	border-bottom: 3px solid #ffd03f;
	background-color: #f1f1f1;
}

header ul.menu li.more {
	position: relative;
	z-index: 100;
	*overflow: visible
}

header ul.menu li.more a {
	position: relative
}

header ul.menu li.more a span {
	margin-left: 12px;
	position: absolute;
	right: 0px;
	top: 45px;
	width: 12px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	height: 5px;
	background: url("../img/images/more.png") center center no-repeat
}

header ul.menu li.more a:hover span {
	background: url("../img/images/more3.png") center center no-repeat
}

header ul.menu li.more ul.submenu {
	opacity: .8;
	filter: alpha(opacity=90);
	display: none;
	position: absolute;
	top: 96px;
	white-space: normal;
	left: 0px;
	background-color: #f3f3f3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	border-bottom: 0;
	overflow: hidden;
	z-index: 100
}

header ul.menu li.more ul.submenu li {
	padding: 0
}

header ul.menu li.more ul.submenu li a {
	width: 140px;
	padding: 0 15px;
	text-align: left;
	border: 0;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	line-height: 44px
}

header ul.menu li.more ul.submenu li a em {
	margin: 0;
	padding: 0;
	display: block;
	background-color: #ddd;
	height: 1px;
	line-height: 1px;
	vertical-align: bottom
}

header ul.menu li.more ul.submenu li a.active,header ul.menu li.more ul.submenu li a:hover {
	*overflow: visible;
	color: #444;
	border: 0;
	background-color: #f6f8fa
}

header ul.menu li.more ul.submenu li.last {
	border: 0
}

header ul.menu li.more:hover ul.submenu {
	display: block
}

.focus{
  width:100%;
  margin:0 auto;
  position:relative;
}
.focus .hd {
    width: 960px;
    position: absolute;
    z-index: 1;
    bottom: 0;
    text-align: center;
    margin-top: 10px;
    left: 50%;
    margin-left: -480px;
}
.focus .hd ul {
    margin: 0 auto 10px auto;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    float: none;
    width: 100%;
    text-align: center;
    display: block;
}
.focus .hd ul li {
    display: inline-block;
    width: 23px;
    height: 9px;
    float: none;
    background-color: #e2eef3;
    margin: 0 4px;
}
.focus .hd ul li.on{
	background-color: #ffd03f;
}
.focus .hd div{
	position: absolute;
	top:-310px;
	width: 110px;
	height: 110px;
	opacity: 0.5;
	filter:Alpha(opacity=50);
	background:transparent url(../img/images/nav.png) 0 0 no-repeat;
}
.focus .hd div.prev{
	left:-140px;
	background:transparent url(../img/images/nav.png) 0 0 no-repeat;
}
.focus .hd div.next{
	right:-140px;
	background:transparent url(../img/images/nav.png) 0 100% no-repeat;
}
.focus .hd div.prev:hover{
	background:transparent url(../img/images/nav.png) 100% 0 no-repeat;
}
.focus .hd div.next:hover{
	background:transparent url(../img/images/nav.png) 100% 100% no-repeat;
}
.focus .bd{
  position:relative;
  z-index:0;
  overflow: hidden;
}
.focus .bd ul{
  width: 100%;
  white-space: nowrap;
}
.focus .bd li{
  display: inline-block;
}
.focus .bd li div{
  width:100%;
  margin:0;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
  padding-top: 482px;
}
div.wrap {
	width: 100%;
	margin: 0 auto;
	/*overflow: hidden;*/
}
div.wrap.w0{
	background:#696456 url(../img/images/bg4.png) no-repeat center center;
	height: 660px;
}
div.wrap.w0 section{
	position: relative;
}
div.wrap.w0 section.move{
	display: none;
}
div.wrap.w0 aside{
	position: absolute;
	top:-115px;
	right:-110px;
	width: 110px;
	background-color: #fff;
	text-align: center;
	padding: 16px 0 0;
}
div.wrap.w0 aside span{
	display: inline-block;
	width: 42px;
	height: 46px;
	margin-top: 10px;
	border-top: 1px solid #a8a8a8;
	background: #fff url(../img/images/qq_1.png) 50% 100% no-repeat;
	cursor: pointer;
}
div.wrap.w0 aside div.tel{
	padding-top: 36px;
	line-height: 1.5em;
	font-size:15px;
	background: #fff url(../img/images/tel.png) 0 0 no-repeat;
}
div.wrap.w0 aside div.QR{
	width: 109px;
	height: 103px;
	background: #fff url(../img/images/qr.png) 0 0 no-repeat;
}
div.wrap.w4{
	background:#fff ;
}


div.wrap.w3 section{
	position: relative;
}
div.wrap.w3 section.move{
	display: none;
}
div.wrap.w3 aside{
	position: absolute;
	top:-115px;
	right:-110px;
	width: 110px;
	background-color: #fff;
	text-align: center;
	padding: 16px 0 0;
}
div.wrap.w3 aside span{
	display: inline-block;
	width: 42px;
	height: 46px;
	margin-top: 10px;
	border-top: 1px solid #a8a8a8;
	background: #fff url(../img/images/qq_1.png) 50% 100% no-repeat;
	cursor: pointer;
}
div.wrap.w3 aside div.tel{
	padding-top: 36px;
	line-height: 1.5em;
	font-size:15px;
	background: #fff url(../img/images/tel.png) 0 0 no-repeat;
}
div.wrap.w3 aside div.QR{
	width: 109px;
	height: 103px;
	background: #fff url(../img/images/qr.png) 0 0 no-repeat;
}





div.wrap.w5{
	background:#fdd34c;
}
div.wrap.w6{
	background:#fff url(../img/images/bg3.jpg) no-repeat center center;
	height: 1090px;
}
div.wrap.w6 .time{
	position: relative;
	height: 942px;
	background-image: url(../img/images/line.png);
	background-repeat: no-repeat;
	background-position: 0 442px;
	background-size: 100% auto;
}
div.wrap.w6 .time div.wrap{
	overflow: hidden;
	position: relative;
	height: 942px;
	width: 100%;
}
div.wrap.w6 .time .lr{
	width: 110px;
	height: 110px;
	background-image: url(../img/images/leftright.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 200% auto;
	position: absolute;
	top:394px;
}
div.wrap.w6 .time .lr.left{
	left:-140px;
}
div.wrap.w6 .time .lr.left:hover{
	background-position: 0 100%;
}
div.wrap.w6 .time .lr.right{
	right: -140px;
	background-position: 100% 0;
}
div.wrap.w6 .time .lr.right:hover{
	background-position: 100% 100%;
}
div.wrap.w6 .timewrap{
	position: absolute;
	top:426px;
	left:0;
	white-space: nowrap;
	height:10px;
	transition:left 0.5s ease-in-out;
	-moz-transition:left 0.5s ease-in-out;
	-webkit-transition:left 0.5s ease-in-out;
	-o-transition:left 0.5s ease-in-out;
}
div.wrap.w6 .time b{
	display: block;
	width: 142px;
	height: 96px;
	border-radius: 8px;
	-webkit-border-radius:8px;
	-o-border-radius:8px;
	-ms-border-radius:8px;
	-moz-border-radius:8px;
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
div.wrap.w6 div.timewrap div{
	width: 258px;
	display: inline-block;
}
div.wrap.w6 div.timewrap div div{
	position: absolute;
	/*left:0;*/
}
div.wrap.w6 div.timewrap div.top div{
	top:-185px;
}
div.wrap.w6 div.timewrap div.bottom div{
	top:114px;
}
div.wrap.w6 div.timewrap div.top{
	position: relative;
	top:-76px;
	left: 124px;
	padding: 0 0 114px;
	background-image: url(../img/images/timeline.png);
	background-repeat: no-repeat;
	background-position: 71px 100%;
	background-size: 28px auto;
}
div.wrap.w6 div.timewrap div.bottom{
	position: absolute;
	bottom:-112px;
	/* left:0; */
	padding:114px 0 0;
	background-image: url(../img/images/timeline2.png);
	background-repeat: no-repeat;
	background-position: 71px 0;
	background-size: 28px auto;
}
div.wrap.w6 .time h4{
	font-size: 20px;
	color: #282828;
	padding: 20px 0 12px;
}
div.wrap.w6 .time p{
	font-size: 14px;
	color: #282828;
	line-height: 20px;
}
.flip{transform: rotate3d(0,1,0,0deg);transition-duration: 0.4s;}
.fliped{transform: rotate3d(0,1,0,-180deg);transition-duration: 0.4s;}

section {
	width: 1004px;
	margin: 0 auto;
	height: auto;
	padding: 126px 50px 116px
}

section div.left,section div.right {
	vertical-align: middle;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 422px
}
div.wrap.w5 h2{
	color: #fff;
}
section div.left h3,section div.right h3,section div.left p,section div.right p {
	color: #444;
	text-align: left;
	margin: 0 0 34px;
	font-weight: bold;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 400px
}

section div.left h3,section div.right h3 {
	font-weight: normal;
	line-height: 1.3em;
	font-size: 36px;
	margin: 120px 0 20px
}

section div.left p,section div.right p {
	line-height: 24px;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}

section div.left p span,section div.right p span {
	display: block;
	line-height: 24px;
	vertical-align: bottom;
	color: #898989;
	text-align: left;
	font-weight: bold
}

section div.left p.comment,section div.right p.comment {
	color: #898989;
	padding-top: 40px;
}

section div.left {
	text-align: left;
	margin-left: 25px
}

section div.right {
	text-align: right;
	margin-right: 25px
}

section.action div.left {
	margin-left: -100px
}

section.action div.right {
	margin-left: 200px;
	margin-right: -100px
}

section.start div.left,section.start div.right {
	margin: 0
}

.index section {
	padding: 36px 22px;
}

.index section div.left h3,.index section div.right h3 {
	font-weight: normal;
	margin-top: 0
}
.index div.w5 section{
	padding: 76px 0 16px;
	position: relative;
}
.index div.w5 section.show{
	position: absolute;
	width: 508px;
	height: 589px;
	bottom:0;
	left:-80px;
	background-size: 100% auto;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../img/images/fun.png);
	margin: 0;
}
.index div.w5 section.show ul{
	position: absolute;
	top:63px;
	left:210px;
	width: 226px;
	height: 407px;
	border:1px solid #aeafb0;
	overflow: hidden;
}
.index div.w5 ul.show li{
	position: absolute;
	top:0;
	left: 226px;
	width: 226px;
	height: 407px;
	background-size: auto 100%;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0;
	transition:left 0.5s ease-in-out;
	-moz-transition:left 0.5s ease-in-out;
	-webkit-transition:left 0.5s ease-in-out;
	-o-transition:left 0.5s ease-in-out;
	opacity: 0;
	z-index: 1;
}
.index div.w5 ul.show li.active{
	left:0;
	opacity: 1;
	z-index: 2;
}
.index div.w5 ul.show li.after{
	left:-226px;
	opacity: 1;
	z-index: 2;
}
.index section ul.great{
	padding: 0 0 0 495px;
}
.index section ul.great li{
	display: inline-block;
	text-align: center;
	width: 250px;
	margin: 0 0 58px;
	cursor:pointer;
}
.index section ul.great li h4{
	color: #212121;
	font-weight: bold;
	font-size: 20px;
	padding: 4px 0 14px;
	margin: 0;
}
.index section ul.great li p{
	color: #212121;
	font-size: 12px;
	color: #8a732b;
	line-height: 1.5em;
}
.index section ul.great li b{
	width:112px;
	height:112px;
	display: inline-block;
	background-size: 224px auto;
	background-position: 0 -896px;
	background-repeat: no-repeat;
	background-image: url(../img/images/icon0.png);
}
.index section ul.great li.great1 b{
	background-position: 0 -1010px;
}
.index section ul.great li.great2 b{
	background-position: 0 -1122px;
}
.index section ul.great li.great3 b{
	background-position: 0 -1233px;
}
.index section ul.great li.active.great0 b{
	background-position: -112px -896px;
}
.index section ul.great li.active.great1 b{
	background-position: -112px -1010px;
}
.index section ul.great li.active.great2 b{
	background-position: -112px -1122px;
}
.index section ul.great li.active.great3 b{
	background-position: -112px -1233px;
}
.index section div.left{
	float:left;
	width: 292px;
	margin: 0;
}
.index section div.center{
	padding:64px 334px 0;
	height: 540px;
	width: 100%;
	background-image: url(../img/images/phone.png);
	background-size: auto 100%;
	background-position: center center;
	background-repeat: no-repeat;
}
.index .w4 section div.center ul{
	position: relative;
	width: 230px;
	height: 412px;
	margin: 0 auto;
	border:1px solid #aeafb0;
	overflow: hidden;
}
.index .w4 section div.center ul li{
	position: absolute;
	top:0;
	left:228px;
	width: 228px;
	height: 412px;
	background-size: auto 100%;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0;
	z-index: 1;
	/*transition:left 1s ease-in-out;
	-moz-transition:left 1s ease-in-out;
	-webkit-transition:left 1s ease-in-out;
	-o-transition:left 1s ease-in-out;*/
	opacity: 0;
}
.index .w4 section div.center ul li.active{
	z-index: 2;
	left:0;
	opacity: 1;
	transition:left 0.5s ease-in-out;
	-moz-transition:left 0.5s ease-in-out;
	-webkit-transition:left 0.5s ease-in-out;
	-o-transition:left 0.5s ease-in-out;
}
.index .w4 section div.center ul li.after{
	z-index: 2;
	left:-228px;
	opacity: 1;
	transition:left 0.5s ease-in-out;
	-moz-transition:left 0.5s ease-in-out;
	-webkit-transition:left 0.5s ease-in-out;
	-o-transition:left 0.5s ease-in-out;
}
.index section div.right{
	float:right;
	width: 292px;
	margin: 0;
}
.index .w4 section div h3{
	font-size: 20px;
	line-height: 2.4em;
	padding: 0;
	margin: 0;
	color: #ffd03f;
	padding-left: 10px;
}
.index .w4 section div p{
	font-size: 12px;
	padding-left: 10px;
	width: 224px;
	color: #fff;
}
.index .w4 section div ul li{
	position: relative;
	width: 189px;
	height: 104px;
	display: inline-block;
	margin: 12px 0 20px;
}
.index .w4 section div ul li div{
	opacity: 0;
}
.index .w4 section div.left ul li h4{
	height: 104px;
	line-height: 104px;
	font-size: 20px;
	color: #6c6654;
	position: absolute;
	top:0;
	left: 0;
	font-weight: bold;
	padding-left: 40px;
}
.index .w4 section div.right ul li h4{
	height: 104px;
	line-height: 104px;
	font-size: 20px;
	color: #6c6654;
	position: absolute;
	top:0;
	right: 0;
	font-weight: bold;
	padding-right: 40px;
}
.index .w4 section div.left ul li.active{
	background-color: #555;
	border-left:8px solid #ffd03f;
	width: 290px;
}
.index .w4 section div.right ul li.active{
	background-color: #555;
	border-right: 8px solid #ffd03f;
	width: 290px;
}
.index .w4 section div ul li.active h4{
	opacity: 0;
}
.index .w4 section div ul li.active div{
	opacity: 1;
}
.index .w4 section div ul b{
	width: 94px;
	height: 94px;
	position: absolute;
	top:6px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 224px auto;
	background-image: url(../img/images/icon0.png);
}
.index .w4 section div.left ul b{
	right: -47px;
}
.index .w4 section div.right ul b{
	left: -47px;
}
.index .w4 section div.right ul{
	text-align: right;
}
.index .w4 section div.left ul li{
	padding-right: 54px;
	cursor: pointer;
}
.index .w4 section div.right ul li{
	padding-left: 54px;
	cursor: pointer;
}
button{
	cursor: pointer;
}
div.w1 {
	background-color: #fafafa
}
section h2 {
	font-size: 40px;
	font-weight: normal;
	padding-bottom: 32px;
	color: #444;
	text-align: center;
}
.w4 section h2 {
	padding-bottom: 64px;
}
.index .w4 section div li.fun0 b{
	background-position: 0 0;
}
.index .w4 section div li.fun1 b{
	background-position: 0 -112px;
}
.index .w4 section div li.fun2 b{
	background-position: 0 -225px;
}
.index .w4 section div li.fun3 b{
	background-position: 0 -337px;
}
.index .w4 section div li.fun4 b{
	background-position: 0 -449px;
}
.index .w4 section div li.fun5 b{
	background-position: 0 -562px;
}
.index .w4 section div li.fun6 b{
	background-position: 0 -673px;
}
.index .w4 section div li.fun7 b{
	background-position: 0 -785px;
}
.index .w4 section div li.fun0.active b{
	background-position: -94px 0;
}
.index .w4 section div li.fun1.active b{
	background-position: -94px -112px;
}
.index .w4 section div li.fun2.active b{
	background-position: -94px -225px;
}
.index .w4 section div li.fun3.active b{
	background-position: -94px -337px;
}
.index .w4 section div li.fun4.active b{
	background-position: -94px -449px;
}
.index .w4 section div li.fun5.active b{
	background-position: -94px -562px;
}
.index .w4 section div li.fun6.active b{
	background-position: -94px -673px;
}
.index .w4 section div li.fun7.active b{
	background-position: -94px -785px;
}
section.screen p {
	font-weight: normal;
	padding: 0 0 26px;
	font-size: 14px;
	line-height: 24px;
}
div.w2 {
	background-color: #ffda30
}
div.footer{
	background-color: #fed34d;
	white-space: nowrap;
}
div.footer ul.about,section.screen{
	display: inline-block;
	vertical-align: top;
}
div.footer ul.about{
	width: 508px;
	padding-top: 52px;
}
div.footer ul.about li{
	white-space: nowrap;
}
div.footer ul.about li div{
	display: inline-block;
}
div.footer div.contect h4{
	color: #666;
	font-size: 22px;
	line-height: 16px;
	font-weight: bold;
	padding: 0;
}
div.footer div.contect{
	padding-left: 108px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 78px auto;
	background-image: url(../img/images/telephone.png);
}
div.footer div.contect button{
	width: 174px;
	padding: 14px 32px 14px 50px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 20px 10px;
	background-size: 22px auto;
	border: none;
	font-size: 16px;
	color: #636566;
	background-image: url(../img/images/qq_b.png);
	margin: 18px 0 0;
	font-weight: bold;
}
div.footer div.contect p{
	color: #666;
	font-size: 14px;
	line-height: 30px;
}
div.footer ul.about li div.contect{
	width: 352px;
	border-right: 1px solid #f3f3f3;
}
div.footer ul.about li div.qr{
	text-align: right;
	width: 156px;
}
div.footer ul.about li div.qr p{
	font-size: 16px;
	line-height: 36px;
	color: #666;
}
div.footer ul.about li.honour h4{
	font-size: 16px;
	line-height: 36px;
	color: #666;
	padding: 50px 0 12px;
	font-weight: bold;
}
div.footer ul.about li.honour a{
	display: block;
	line-height: 2;
	color: #666;
}
div.footer ul.about li.honour h4 a{
	float: right;
	font-weight: normal;
	margin-right: 50px;
}
li.honour a:hover {
	text-decoration: underline;
}
div.footer ul.friend{
	white-space: normal;
	width: 990px;
	padding: 0 0 0 0;
	margin: 0 auto;
}
div.footer ul.friend li{
	display: inline-block;
	width: 112px;
	height: 38px;
	margin: 0 25px 18px 0;
	border-radius: 4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	-ms-border-radius:4px;
	background-color: #636566;
	overflow: hidden;
}
div.footer h4{
	font-size: 16px;
	color: #666;
	padding: 30px 0 20px;
	font-weight: bold;
}
div.footer ul.friend li a{
	display: block;
	width: 112px;
	height: 38px;
	background-size: 100% auto;
	background-position: center center;
	background-repeat: no-repeat;
}
section.screen {
	height: auto;
	width: 452px;
	padding: 0 0 0 86px;
}

section.screen h2,section.screen p {
	text-align: left;
	font-weight: normal;
	font-size: 24px;
	padding:0 0 16px;
	color: #fff;
}
section.screen p {
	font-weight: normal;
	padding: 0 0 26px;
	font-size: 12px;
	line-height: 24px;
	color: #666;
	white-space: nowrap;
}

section.screen form#apply_form {
	width: 370px;
	margin: 0 auto;
	text-align: left;
}

section.screen form#apply_form label {
	position: relative;
	z-index: 1;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 10px 0 0;
	font-size: 12px;
	color: #666;
}

section.screen form#apply_form label span {
	color: #666;
	font-weight: normal
}
section.screen form#apply_form label.name {
	margin-right: 28px;
	*margin-right: 18px
}

section.screen form#apply_form input {
	margin-top: 10px;
	display: inline-block;
	font-family: "Microsoft YaHei";
	*display: inline;
	*zoom: 1;
	border: none;
	font-size: 12px;
	padding: 10px 18px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px
}

section.screen form#apply_form input#kid {
	width: 364px
}

section.screen form#apply_form input#name {
	width: 165px
}

section.screen form#apply_form input#phone {
	width: 165px;
	*width: 210px
}

section.screen form#apply_form h4 {
	padding: 20px 0 10px;
	font-size: 12px;
	color: #444;
	line-height: 1;
}

section.screen form#apply_form .radio {
	display: none
}

section.screen form#apply_form label.btn {
	cursor: pointer;
	font-weight: normal;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	width: 86px;
	border: none;
	text-align: center;
	padding: 10px 0;
	margin-right: 2px;
	font-size: 12px;
	background-color: #fff;
}
section.screen form#apply_form label.btn.active{
	background-color:#40da22;
	color:#fff;
}
section.screen form#apply_form label.last {
	margin: 0
}
section.screen form#apply_form button#submit {
	cursor: pointer;
	width: 364px;
	margin: 0 auto;
	color: #636566;
	text-align: center;
	padding: 16px 0;
	background-color: #fff;
	margin-top: 40px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	display: block;
	border: 0;
	font-size: 14px;
	font-weight: bold
}

.photo{
	width: 100%;
	white-space: nowrap;
	font-size: 0;
}
.photo li{
	display: inline-block;
	*display:inline;
	*zoom:1;
	width: 232px;
	height: 196px;
	margin-right: 10px;
	position: relative;
}
.photo li a{
	display: block;
	height: 196px;
	cursor: pointer;
}
.descrip{
	height: 150px;
	position: relative;
	padding: 0;
	margin-top: 30px;
}
.descrip i{
	display: block;
	position: absolute;
	top:-18px;
	left: 78px;
	width:36px;
	height: 36px;
	background: url(../img/images/arrow.png) center center no-repeat;
	transition: left .2s ease;
	-moz-transition: left .2s ease;
	-webkit-transition: left .2s ease;
	-o-transition: left .2s ease;
}
.descrip li{
	position: absolute;
	top:0;
	width: 100%;
	left:0;
	background-color: #efeeec;
	border-radius: 8px;
	-webkit-border-radius:8px;
	-o-border-radius:8px;
	-ms-border-radius:8px;
	-moz-border-radius:8px;
	padding: 20px;
	color: #454545;
	font-size: 14px;
	line-height: 20px;
	display: none;
}
.descrip li.active{
	display: block;
}
.descrip li h3{
	color: #ffae00;
	font-size: 18px;
	line-height: 18px;
}
.descrip li span{
	display: block;
	color: #ffae00;
	font-size: 14px;
	padding: 8px 0 16px;
	line-height: 14px;
}

footer {
	background-color: #fafafa;
	border-top: 1px solid #eaeaea;
	text-align: center;
	padding: 0 0 76px;
	color: #666;
}
footer a{
	color: #666;
	font-size:12px;
	/*line-height: 2em;*/
	padding:0 5px;
}
footer img{
	margin: 0px 0 28px;
}
footer p {
	line-height: 24px;
	font-size: 12px;
	color: #666;
}


footer {
	background-color: #fafafa;
	border-top: 1px solid #eaeaea;
	text-align: center;
	padding: 0 0 76px
}

footer ul {
	width: 1004px;
	margin: 0 auto 56px;
	padding: 32px 0 0 20px;
	text-align: center
}

footer ul li {
	width: 190px;
	vertical-align: top;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	text-align: left
}

footer ul li a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	color: #0073fe;
	font-size: 14px;
	padding-bottom: 12px
}

footer ul li a:hover {
	text-decoration: underline
}

footer ul li h5 {
	font-weight: bold;
	font-size: 14px;
	color: #444;
	padding-bottom: 16px
}

footer ul li a#kefu {
	width: 154px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	padding: 12px 0 12px 26px;
	margin-top: 12px;
	border: 0;
	color: #444;
	font-weight: bold;
	background: url(../img/images/qq.png) 40px 10px no-repeat;
	background-color: #fce22d
}

footer ul li.survice p {
	font-size: 12px;
	color: #999;
	padding-top: 3px
}

footer ul li.survice div.call {
	font-size: 24px;
	font-weight: bold;
	color: #333
}

footer p {
	line-height: 24px;
	font-size: 12px;
	color: #666;
	padding-top: 20px
}

/*rightNav*/
.rightNav{ position:fixed; right:5px; top:60%; margin-top:-93px; z-index:999;}
.rightNav li{ width:62px; height:62px; background:url(../img/images/action.png) no-repeat; cursor:pointer; margin-bottom:8px;}
.rightNav .i1{ background-position:-124px 0;}
.rightNav .i2{ background-position:-62px 0;}
.rightNav .i3{ background-position:0 0;}

.rightNav .block{ background:rgba(0,0,0,0.6); position:absolute; right:70px; border-radius:5px; display:none;}
.rightNav .msg{ width:200px; top:-26px; padding:16px 30px;}
.rightNav .msg p{ overflow:hidden; font-size:14px; margin-bottom:12px;}
.rightNav .msg span{ height:28px; line-height:28px; display:inline-block; color:#fff;}
.rightNav .msg .text{ width:160px; height:26px; line-height:28px; border:1px solid #fff; background:none; color:#fff; float:right; text-indent:4px;}
.rightNav .msg textarea{ background:none; border:1px solid #fff; width:194px; color:#fff; line-height:18px; font-size:14px;}
.rightNav .msg .btn{ background:none; width:194px; height:26px; line-height:22px; border:1px solid #fff; color:#fff; text-align:center; font-family:"Microsoft YaHei"; font-size:14px;}
.rightNav .wx{ width:158px; padding:24px 40px; color:#fff; font-size:14px; line-height:24px; top:-22px;}
.rightNav .wx img{ margin:10px 0;}
.rightNav .block:after{ content:""; display:block; position:absolute; width:0; height:0; right:-6px; border-top:6px solid transparent; border-left:6px solid rgba(0,0,0,0.6); border-bottom:6px solid transparent;}
.rightNav .msg:after{ top:120px;}
.rightNav .wx:after{ top:50px;}
/*rightNav-End*/

