
 .advanced-technology {
  width: 100%;
  margin-bottom: 80px;
}

 .advanced-technology .title-box {
  width: 100%;
  margin-bottom: 60px;
}

 .advanced-technology .title-box .title {
  font-family: SourceHanSansSC-Bold;
  font-size: 40px;
  font-weight: bold;
  color: #323236;
  margin-bottom: 15px;
  width: 100%;
  text-align: center;
}

 .advanced-technology .title-box .title-text {
  font-family: SourceHanSansSC-Regular;
  font-size: 18px;
  color: #333333;
  width: 100%;
  text-align: center;
}

 .advanced-technology .container {
  width: 1200px;
  margin: 0 auto;
}

 .advanced-technology .container .container-a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 406px;
  margin-bottom: 70px;
}

 .advanced-technology .container .container-a .container-left {
  width: 50%;
  height: 100%;
  overflow: hidden;
}

 .advanced-technology .container .container-a .container-left img {
  width: 100%;
  height: 100%;
  -webkit-transition: all .6s;
  transition: all .6s;
}

 .advanced-technology .container .container-a .container-left img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

 .advanced-technology .container .container-a .container-right {
  width: 50%;
  height: 100%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 108px;
  padding-left: 85px;
  padding-right: 65px;
}

 .advanced-technology .container .container-a .container-right .container-title {
  font-family: SourceHanSansSC-Regular;
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 35px;
}

 .advanced-technology .container .container-a .container-right .container-title-text {
  font-family: SourceHanSansSC-Regular;
  font-size: 16px;
  line-height: 28px;
  color: #666666;
}

 .advanced-technology .container .container-b {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

 .advanced-technology .container .container-b .content-a {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 45px;
  position: relative;
}

 .advanced-technology .container .container-b .content-a .num-pic {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 23px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

 .advanced-technology .container .container-b .content-a .num-pic .num {
  font-family: SourceHanSansSC-Regular;
  font-size: 18px;
  color: #132b83;
}

 .advanced-technology .container .container-b .content-a .num-pic .num span {
  font-family: Humanist777BT-BlackB;
  font-size: 65px;
  font-weight: bold;
  color: #132b83;
  margin-right: 13px;
}

 .advanced-technology .container .container-b .content-a .num-pic .pic {
  width: 50px;
  height: 50px;
  margin-left: 55px;
}

 .advanced-technology .container .container-b .content-a .num-pic .pic img {
  width: 100%;
  height: 100%;
}

 .advanced-technology .container .container-b .content-a .content-text {
  font-family: SourceHanSansSC-Regular;
  font-size: 18px;
  color: #333333;
}

 .advanced-technology .container .container-b .content-a:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../images/215.png);
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 18px;
  height: 103px;
}

 .advanced-technology .container .container-b .content-b {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 45px;
  position: relative;
}

 .advanced-technology .container .container-b .content-b .num-pic {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 23px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

 .advanced-technology .container .container-b .content-b .num-pic .num {
  font-family: SourceHanSansSC-Regular;
  font-size: 16px;
  color: #2242b7;
}

 .advanced-technology .container .container-b .content-b .num-pic .num span {
  font-family: Humanist777BT-BlackB;
  font-size: 65px;
  font-weight: bold;
  color: #2242b7;
  margin-right: 13px;
}

 .advanced-technology .container .container-b .content-b .num-pic .pic {
  width: 50px;
  height: 50px;
  margin-left: 55px;
}

 .advanced-technology .container .container-b .content-b .num-pic .pic img {
  width: 100%;
  height: 100%;
}

 .advanced-technology .container .container-b .content-b .content-text {
  font-family: SourceHanSansSC-Regular;
  font-size: 18px;
  color: #333333;
}

 .advanced-technology .container .container-b .content-b:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../images/216.png);
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 18px;
  height: 103px;
}

 .advanced-technology .container .container-b .content-c {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 45px;
  position: relative;
}

 .advanced-technology .container .container-b .content-c .num-pic {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 23px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

 .advanced-technology .container .container-b .content-c .num-pic .num {
  font-family: SourceHanSansSC-Regular;
  font-size: 18px;
  color: #132b83;
}

 .advanced-technology .container .container-b .content-c .num-pic .num span {
  font-family: Humanist777BT-BlackB;
  font-size: 65px;
  font-weight: bold;
  color: #132b83;
  margin-right: 13px;
}

 .advanced-technology .container .container-b .content-c .num-pic .pic {
  width: 48px;
  height: 48px;
  margin-left: 27px;
}

 .advanced-technology .container .container-b .content-c .num-pic .pic img {
  width: 100%;
  height: 100%;
}

 .advanced-technology .container .container-b .content-c .content-text {
  font-family: SourceHanSansSC-Regular;
  font-size: 18px;
  color: #333333;
}

 .advanced-technology .container .container-b .content-c:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../images/215.png);
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 18px;
  height: 103px;
}

 .advanced-technology .container .container-b .content-d {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 45px;
}

 .advanced-technology .container .container-b .content-d .num-pic {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 23px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

 .advanced-technology .container .container-b .content-d .num-pic .num {
  font-family: SourceHanSansSC-Regular;
  font-size: 18px;
  color: #2242b7;
}

 .advanced-technology .container .container-b .content-d .num-pic .num span {
  font-family: Humanist777BT-BlackB;
  font-size: 65px;
  font-weight: bold;
  color: #2242b7;
  margin-right: 6px;
}

 .advanced-technology .container .container-b .content-d .num-pic .pic {
  width: 64px;
  height: 48px;
  margin-left: 18px;
}

 .advanced-technology .container .container-b .content-d .num-pic .pic img {
  width: 100%;
  height: 100%;
}

 .advanced-technology .container .container-b .content-d .content-text {
  font-family: SourceHanSansSC-Regular;
  font-size: 18px;
  color: #333333;
}

 .about-cotent .content p{
  text-align: justify;
  text-indent: 2em;
 }

 .qiyewenhua-item{
  transition: all 0.6s;
 }

 .qiyewenhua-item:hover{
  margin-top: -10px;
  box-shadow: 0 0 20px #888;
 }

