/* CSS Document */
@charset "utf-8";
body,div{padding:0px;margin:0px;FONT-SIZE: 15px; FONT-FAMILY: "微软雅黑";}
body {
  font-family: "Microsoft YaHei", "Source Sans Pro", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  color: #777777;
  color: #7f7f7f;
  background: #fff;
  height: 100%;
  position: relative;
}

a {
  color: #6173f4;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #6173f4;
  outline: none;
  text-decoration: none;
}

p {
  margin-bottom: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-family: "Microsoft YaHei", "Source Sans Pro", Arial, sans-serif;
  font-weight: 400;
}

::-webkit-selection {
  color: #fff;
  background: #6173f4;
}

::-moz-selection {
  color: #fff;
  background: #6173f4;
}

::selection {
  color: #fff;
  background: #6173f4;
}

a{color:#333;text-decoration:none;}
a:link{color:#333;}
a:visited{color:#333;}
a:hover{text-decoration:underline;}
a:active{color:#333;}

.header {
	HEIGHT: auto; WIDTH: 100%; BACKGROUND: rgb(255,255,255) 0% 0%
}
.header_content {
	HEIGHT: 80px; WIDTH: 1024px; POSITION: relative;margin:0 auto;
}
.header_content a {
	FONT-SIZE: 16px; FONT-FAMILY: "微软雅黑"; TEXT-DECORATION: none; COLOR: #333333; LETTER-SPACING: 2px; margin-left:20px; 
}
.header_content a:hover {
	CURSOR: pointer; TEXT-DECORATION: none; COLOR: #369; margin-left:20px;border-bottom:solid 2px #ccc;
}

.banner {
	HEIGHT: 400px; HEIGHT: auto; WIDTH: 100%; BACKGROUND: rgb(255,255,255) 0% 0%;
}
.banner_content {
	HEIGHT: 400px; WIDTH: 1024px; POSITION: relative;margin:0 auto;
}
.content {
	HEIGHT: 600px; WIDTH: 100%; BACKGROUND: rgb(255,255,255) 0% 0%
}
.content_content {
	HEIGHT: 300px; WIDTH: 1024px; POSITION: relative;margin:0 auto;
}

.footer {
	HEIGHT: 100px; WIDTH: 100%; BACKGROUND:url(../images/footer_bg.png);
}
.footer_content {
	HEIGHT: 100px; WIDTH: 1024px; POSITION: relative;margin:0 auto; text-align:center;
}


.a_apply:link {
	-moz-box-shadow:inset 0px 1px 0px 0px #a4e271;
	-webkit-box-shadow:inset 0px 1px 0px 0px #a4e271;
	box-shadow:inset 0px 1px 0px 0px #a4e271;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #89c403), color-stop(1, #77a809));
	background:-moz-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:-webkit-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:-o-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:-ms-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:linear-gradient(to bottom, #89c403 5%, #77a809 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c403', endColorstr='#77a809',GradientType=0);
	background-color:#89c403;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #74b807;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:"微软雅黑";
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #528009;
	letter-spacing:2px;
}
.a_apply:hover {
	color:#ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77a809), color-stop(1, #89c403));
	background:-moz-linear-gradient(top, #77a809 5%, #89c403 100%);
	background:-webkit-linear-gradient(top, #77a809 5%, #89c403 100%);
	background:-o-linear-gradient(top, #77a809 5%, #89c403 100%);
	background:-ms-linear-gradient(top, #77a809 5%, #89c403 100%);
	background:linear-gradient(to bottom, #77a809 5%, #89c403 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a809', endColorstr='#89c403',GradientType=0);
	background-color:#77a809;
}
.a_apply:active {
	color:#ffffff;
	position:relative;
	top:1px;
}
.a_apply:visited{
	color:#ffffff;
	position:relative;
	top:1px;
	}
.detail_title{font-family:"微软雅黑";font-size:18px;font-weight:bold; color:#039;height:50px; line-height:50px;}
.detail_explain{font-size:16px; color:#666; line-height:30px; padding-left:25px; background:url(../images/dian.png) no-repeat 0px 8px;}

.apply_input{width:300px; height:30px; line-height:30px; font-size:14px;}

.copyrights{
  text-indent:-9999px;
  height:0;
  line-height:0;
  font-size:0;
  overflow:hidden;
}
        