.section {
  color: #4f4f4f;
  text-align: justify;
}
.section .sideBar {
  position: relative;
  width: 280px;
}
.section .sideBar h3 {
  width: 100%;
  height: 80px;
  margin-bottom: 50px;
  color: #fff;
  text-align: center;
  -moz-border-radius: 40px 0 0 40px;
  -webkit-border-radius: 40px 0 0 40px;
  border-radius: 40px 0 0 40px;
}
.section .sideBar h3 .zh {
  display: block;
  padding-top: 16px;
  font-size: 18px;
}
.section .sideBar h3 .en {
  font-size: 12px;
}
.section .sideBar .codeBox {
  width: 140px;
  height: 140px;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.section .sideBar .codeBox img {
  margin-bottom: 28px;
}
.section .sideBar .arrow {
  position: absolute;
  bottom: 0;
  right: -7px;
  width: 13px;
}
.section .content {
  width: 574px;
  margin-left: 83px;
  text-align: justify;
}
.section .content h3 {
  color: #3d5a7b;
  font-weight: bold;
  margin-bottom: 30px;
}
.section .content h3 .en {
  font-size: 28px;/*ԭ��48*/
  display: block;
  line-height: 1;
}
.section .content h3 .zh {
  font-size: 36px;
  line-height: 1.8;
}
.section h4 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 20px;
  line-height: 1;
  color: #3d5a7b;
}
.section .imgBox {
  overflow: hidden;
}
.section .imgBox img {
  width: 530px;
}
.society {
  margin-top: 77px;
}
.society .sideBar {
  border-right: 1px solid #6ea8ed;
}
.society .sideBar h3 {
  background: #6ea8ed;
}
.society .sideBar .codeBox {
  color: #6ea8ed;
}
.society .sideBar .arrow {
  height: 9px;
  background: url("../img/sideBar1.png") no-repeat;
}
.society .imgBox {
  margin-bottom: 20px;
}
.society .imgTwo {
  margin-bottom: 20px;
}
.society .imgTwo img {
  width: 262px;
  float: left;
}
.society .imgTwo .first {
  margin-right: 10px;
}
.society p {
  margin-bottom: 20px;
}
.alliance {
  margin-bottom: 130px;
}
.alliance .sideBar {
  border-right: 1px solid #8fd19e;
}
.alliance .sideBar h3 {
  background: #8fd19e;
}
.alliance .sideBar .codeBox {
  color: #8fd19e;
}
.alliance .sideBar .arrow {
  bottom: -4px;
  height: 13px;
  background: url("../img/sideBar2.png") no-repeat;
}
.alliance .content h3 {
  margin-top: 40px;
}
.alliance .content .imgBox {
  margin-top: 24px;
  margin-bottom: 40px;
}
.alliance .content b {
  color: #3d5a7b;
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin-top: 26px;
  margin-bottom: 15px;
}
.alliance .content ul,
.alliance .content .strengths,
.alliance .content .tip {
  margin-left: 36px;
}
.alliance .content .last {
  margin-top: 16px;
  margin-left: 36px;
}
