.guide-cont {

right: 150px;
  position: fixed; bottom: 8%; width:1200px; margin:0 auto;
}
.guide-cont .g-logo {
  float: left;
  margin-right: 60px;
}
.guide-cont .g-btn {
  display: block;
  margin-left: 30px;
  margin-top: 18px;
  width: 150px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 30px;
  float: left;
  border: 2px solid #0a63b3;
  font-size: 20px;
}
.guide-cont .g-btn:hover {
  background: #0962af;
  color: #fff;
}
.guide-footer {
  position: fixed;
    right: 150px;
  bottom: 20px;
  text-align: right;
}

.join-us .join-us-title {
  width: 1200px;
  margin: 50px auto 0;
  text-align: center;
}
.join-us .join-us-title .j-top {
  font-size: 28px;
  color: #065aa2;
}
.join-us .join-us-title .j-top span {
  display: block;
  font-size: 14px;
  color: #9e9e9e;
}
.join-us .join-us-title .j-desc {
  color: #666;
  margin-top: 30px;
  margin-bottom:30px;
}
.join-us .sideMenu {
  margin-top: 40px;
}
.join-us .sideMenu h3 {
  height: 60px;
  line-height: 60px;
  background: #ECECEC;
  margin-bottom: 6px;
  padding: 0 25px;
  font-size: 16px;
  cursor: pointer;
}
.join-us .sideMenu h3 em {
  float: right;
  display: block;
  width: 30px;
  height: 30px;
  margin-top: 15px;
  background: url(/images/icoAdd.png) 0 0 no-repeat;
  cursor: pointer;
}
.join-us .sideMenu h3.on {
  background: #676767;
  color: #fff;
}
.join-us .sideMenu h3.on em {
  background-position: 0 -28px;
}
.join-us .sideMenu ul li {
  padding: 20px 0;
  border-bottom: 1px solid #d9d9d9;
  margin: 0 25px;
}
.join-us .sideMenu ul li p {
  text-indent: 0;
}
.join-us .map {
  width: 1200px;
  height: 420px;
  border: 1px solid #b8b8b8;
  margin-top: 30px;
}
.join-us .map img {
  margin: 0;
}
.join-us .contact-item {
  margin-top: 40px;
}
.join-us .contact-item .l-contact {
  width: 515px;
  background: #f3f2f2;
  padding: 10px 30px;
  float: left;
}
.join-us .contact-item .l-contact ul li {
  padding-left: 30px;
  margin: 18px auto;
  height: 20px;
  font-size: 16px;
}
.join-us .contact-item .l-contact ul li img {
  display: block;
  float: left;
  width:25px;
}
.join-us .contact-item .l-contact ul li > div {
  float: left;
  margin-left: 25px;
    width: 400px;
}
.join-us .contact-item .r-contact {
  width: 574px;
  float: right;
}
.join-us .contact-item .r-contact .tip {
  color: #075ea4;
  margin-bottom: 10px;
}
.join-us .contact-item .r-contact .leave .form-group {
  margin-bottom: 10px;
}
.join-us .contact-item .r-contact .leave .form-group label {
  display: block;
}
.join-us .contact-item .r-contact .leave .form-group input {
  width: 545px;
  height: 18px;
  border: 1px dashed #bcbcbc;
  background: #f7f7f7;
  padding: 10px;
  margin-top: 10px;
}
.join-us .contact-item .r-contact .leave .form-group textarea {
  width: 545px;
  height: 40px;
  border: 1px dashed #bcbcbc;
  background: #f7f7f7;
  padding: 10px;
  margin-top: 10px;
}
.join-us .contact-item .r-contact .leave a.button {
  width: 125px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #075ea4;
  color: #fff;
  cursor: pointer;
    display: block;
}
.about .com-pic {
  margin-top: 30px;
}
.about .com-pic img {
  display: block;
  float: left;
  margin-right: 12px;
}
.about .history {
  margin-top: 15px;
}
.about .history .h-year {
  width: 87px;
  height: 87px;
  border-radius: 50%;
  background: #065aa2;
  color: #fff;
  text-align: center;
  line-height: 87px;
  font-size: 20px;
  margin-left: 28px;
}
.about .history .h-month li .month-con {
  margin-left: 70px;
  border-left: 1px solid #065aa2;
  padding-top: 20px;
}
.about .history .h-month li .month-con .month-icon {
  margin-left: -22px;
  float: left;
}
.about .history .h-month li .month-con .month-icon img {
  margin-right: 15px;
  display: block;
  float: left;
}
.about .history .h-month li .month-con .month-icon span {
  display: block;
  float: left;
  font-size: 18px;
  margin-top: 8px;
}
.about .history .h-month li .month-con .month-detail {
  width: 990px;
  background: #f6f6f6;
  line-height: 38px;
  float: right;
  margin-top: -35px;
  margin-bottom: 50px;
  padding: 15px;
}
.about .history .h-month li .month-con .month-detail p span {
  margin-right: 25px;
}
.about .honor {
  width: 1260px;
}
.about .honor li {
  float: left;
  margin-right: 16px;
  width: 280px;
  background: #fff;
  margin-bottom: 30px;
}
.about .honor li img {
  width: 270px;
  height: 180px;
  border: 1px solid #f6f6f6;
  padding: 5px;
}
.about .honor li h4 {
  font-size: 16px;
  text-align: center;
}
