body {
  font-family: "Microsoft YaHei";
}
.wp {
  width: 1200px;
  margin: 0 auto;
}
.wp::after {
  content: '\20';
  display: block;
  height: 0;
  clear: both;
}
.Home-header {
  position: fixed;
  top: 0;
  z-index: 10;
  min-width: 1200px;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(100,100,100,.1);
}
.Home-header .header-logo {
  position: relative;
  z-index: 2;
  display: inline-block;
  vertical-align: middle;
}
.Home-header .header-logo a {
  display: inline-block;
  line-height: 80px;
}
.Home-header .header-logo img {
  max-width: 130px;
  vertical-align: middle;
}
.Home-header .recruit{
	display: inline-block;
	padding-left:50px;
}
.Home-header .recruit a{
	color: #25b864;
}
.Home-header .recruit a:hover{
	text-decoration: underline;
}
.Home-header .header-nav {
  vertical-align: middle;
  float: right;
}
.Home-header .header-nav .nav-list {
  position: relative;
  z-index: 10;
  float: left;
  height: 80px;
  margin: 0;
  list-style-type: none;
  font-size: 16px;
}
.Home-header .header-nav .nav-list .nav-item {
  position: relative;
  float: left;
  line-height: 80px;
}
.Home-header .header-nav .nav-list .nav-item a {
  position: relative;
  display: block;
  padding: 0 25px;
  color: #1d1d1d;
  line-height: 80px;
}
.Home-header .header-nav .nav-list .nav-item a:hover,
.Home-header .header-nav .nav-list .nav-item.current a {
  color: #25b864;
}
.Home-header .header-nav .nav-list .member_btn {
  margin-left: 25px;
}
.Home-header .header-nav .nav-list .member_btn a {
  width: 96px;
  height: 36px;
  display: inline-block;
  background-color: #25b864;
  color: #fff;
  line-height: 36px;
  padding: 0;
  text-align: center;
}
.Home-header .header-nav .nav-list .member_btn a:hover {
  color: #fff;
  background-color: #1aa254;
}
.Home-header .header-nav .nav-list .dropdown-menu {
  position: absolute;
  top: 62%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.Home-header .header-nav .nav-list .dropdown-menu > dd > a {
  display: block;
  padding: 6px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.footer {
  position: relative;
  z-index: 3;
  background-color: #000;
}
.footer .footer_content {
  padding-top: 68px;
  padding-bottom: 38px;
}
.footer dl {
  transition: all 0.3s ease 0s;
  padding-right: 170px;
  float: left;
  margin-bottom: 30px;
  color: #cccccc;
}
.footer dl dt {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #cccccc;
}
.footer dl dd {
  line-height: 28px;
  font-size: 14px;
  color: #cccccc;
}
.footer dl dd p {
  width: 254px;
  word-wrap: break-word;
  line-height: 24px;
}
.footer dl dd a {
  color: #cccccc;
  text-decoration: none;
}
.footer .foot-logo {
  padding-right: 120px;
}
.footer .f-logo img {
  max-width: 130px;
}
.footer .link:last-child {
  padding-right: 0;
}
.footer .contact_tell {
  float: right;
  color: #cccccc;
  text-align: right;
}
.footer .contact_tell .tel {
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 34px;
  color: #25b864;
  font-weight: bold;
}
.footer .contact_tell .icons {
  margin-top: 40px;
}
.footer .contact_tell .icons .icon{
	height: 35px;
	width: 35px;
}
.footer .contact_tell .icons li {
  position: relative;
  display: inline-block;
  margin-left: 9px;
  margin-right: 9px;
}
.footer .contact_tell .icons .code_img {
  position: absolute;
  left: 50%;
  margin-left: -66px;
  top: -150px;
  z-index: 10;
  display: none;
  width: 100px;
  padding: 15px;
  background: #fff;
  box-shadow: 0 0 5px #888;
}
.footer .contact_tell .icons .code_img:after {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 14px solid #fff;
}
.footer .contact_tell .icons .code_img > img {
  width: 100px;
}
.footer .contact_tell .icons p {
  margin-bottom: 5px;
  font-size: 12px;
  text-align: center;
  color: #333;
  line-height: 20px;
}
.friends_links {
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
}
.friends_links a {
  line-height: 30px;
  font-size: 12px;
  color: #666666;
  padding-right: 10px;
}
.friends_links a:hover {
  color: #fff;
}
.friends_links span {
  padding-right: 15px;
  font-size: 12px;
  color: #666666;
}
.footerbar {
  background-color: #000;
  color: #fff;
}
.footerbar .copyright {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 12px;
  color: #666;
}
.footerbar .copyright a {
  color: #666;
}
.footerbar .copyright p {
  margin-top: 14px;
}
.footerbar .links a {
  color: #666;
  margin-left: 40px;
}
