#banner {
  height: 348px;
  background: url("../images/join/banner.jpg") repeat-x center;
  text-align: center;
}
#banner h3 {
  padding-top: 95px;
  font-size: 35px;
  color: #ffffff;
}
#banner p.remark {
  font-size: 30px;
  color: #ffffff;
  width: 1120px;
  margin-left: auto;
  margin-right: auto;
  line-height: 40px;
  padding-top: 25px;
}
#box1 {
  padding-top: 80px;
  padding-bottom: 80px;
}
#box1 .container > .title {
  text-align: center;
}
#box1 .container > .title h3 {
  font-size: 26px;
}
#box1 .container > .title p {
  color: #666;
  width: 610px;
  margin-right: auto;
  margin-left: auto;
  line-height: 24px;
  padding-top: 15px;
}
#box1 .container .content {
  margin-top: 40px;
}
#box1 .container .content .item {
  float: left;
  width: 370px;
  height: 460px;
  border: 1px solid #eaeaea;
  transition: all 0.3s;
}
#box1 .container .content .item:hover {
  box-shadow: 0 0 10px #cdcdcd;
  border-color: #eee;
}
#box1 .container .content .item + .item {
  margin-left: 42px;
}
#box1 .container .content .item .text {
  padding: 18px 30px 0 30px;
}
#box1 .container .content .item .text h4 {
  font-size: 20px;
  line-height: 36px;
  height: 72px;
}
#box1 .container .content .item .text p {
  color: #666666;
  line-height: 24px;
  margin-top: 10px;
}
#box2 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #fafafa;
}
#box2 .container .title {
  text-align: center;
}
#box2 .container .title h3 {
  font-size: 26px;
}
#box2 .container .title p {
  color: #666666;
  padding-top: 10px;
  line-height: 24px;
  width: 610px;
  margin-left: auto;
  margin-right: auto;
}
#box2 .container .content {
  margin-top: 45px;
}
#box2 .container .content .item {
  float: left;
  width: 288px;
  height: 285px;
  text-align: center;
  border-radius: 5px;
  transition: all 0.5s;
  position: relative;
  margin-left: 208px;
}
#box2 .container .content .item .icon {
  width: 138px;
  height: 138px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  margin-left: auto;
  margin-right: auto;
}
#box2 .container .content .item .icon div {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
#box2 .container .content .item .pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 139px;
  background: url("../images/join/box2_hover_bg.jpg") no-repeat center;
  background-size: cover;
  opacity: 0;
  transition: all 0.5s;
}
#box2 .container .content .item h3 {
  font-size: 20px;
  line-height: 75px;
}
#box2 .container .content .item p {
  color: #666666;
  line-height: 24px;
  padding-left: 20px;
  padding-right: 20px;
}
#box2 .container .content .item:hover {
  background-color: #ffffff;
  box-shadow: 0 0 10px #cdcdcd;
}
#box2 .container .content .item:hover .pic {
  opacity: 1;
}
#box3 {
  padding-top: 75px;
  padding-bottom: 75px;
}
#box3 .container .title {
  text-align: center;
}
#box3 .container .title h3 {
  font-size: 26px;
}
#box3 .container .title p {
  color: #666666;
  line-height: 24px;
  margin-top: 10px;
  width: 610px;
  margin-left: auto;
  margin-right: auto;
}
#box3 .container .content {
  margin-top: 10px;
  margin-left: -40px;
}
#box3 .container .content .item {
  float: left;
  width: 578px;
  height: 180px;
  border: 1px solid #eaeaea;
  margin-left: 40px;
  margin-top: 40px;
}
#box3 .container .content .item .pic {
  float: left;
  width: 181px;
  height: 180px;
  overflow: hidden;
}
#box3 .container .content .item .text {
  float: right;
  width: 340px;
  margin-right: 28px;
}
#box3 .container .content .item .text h4 {
  font-size: 18px;
  padding-top: 30px;
}
#box3 .container .content .item .text p {
  color: #666666;
  margin-top: 10px;
  line-height: 24px;
}
#box4 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #fafafa;
}
#box4 .container .content > .item {
  width: 580px;
}
#box4 .container .content > .item .hd {
  height: 48px;
  border-bottom: 1px solid #e0e0e0;
}
#box4 .container .content > .item .hd h4 {
  font-size: 18px;
}
#box4 .container .content > .item .bd {
  margin-top: 25px;
}
#box4 .container .content > .item .bd .item {
  float: left;
  color: #666666;
  line-height: 24px;
}
#box4 .container .content > .item .bd .item + .item {
  margin-left: 170px;
}
#box4 .container .content > .item .bd .item a.btn-qq {
  display: block;
  margin-top: 5px;
  width: 64px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  border: 1px solid #afc6e7;
  border-radius: 3px;
  font-size: 12px;
  color: #1a649d;
  background: #ffffff;
  background: linear-gradient(#ffffff, #d4f0fb);
}
/*# sourceMappingURL=join.style.map */