.history .history-page1 .bg {
  background: url("../img/about/history/bg.jpg") no-repeat center 0;
  background-size: 100% auto;
  margin-top: 20px;
}
.history .history-page1 .bg .name {
  text-align: center;
  padding: 50px 0 0 0;
}
.history .history-page1 .con {
  padding-top: 20px;
}
.history .history-page1 .con img {
  width: 100%;
}
.history footer {
  margin-top: 0px;
}
.introduction .introduction-page1 .content .video {
  padding: 50px 0 0 0;
}
.introduction .introduction-page1 .content .video video {
  width: 100%;
  cursor: pointer;
}
.introduction .introduction-page2 .title {
  font-size: 32px;
  color: #3A599A;
  font-weight: 300;
  border-bottom: 1px solid #3887BD;
  padding: 50px 0 30px 0;
  max-width: 1100px;
}
.introduction .introduction-page2 .title.t2 {
  margin-top: 30px;
}
.introduction .introduction-page2 .con {
  display: flex;
  margin-top: 20px;
}
.introduction .introduction-page2 .con .left {
  width: calc(100% - 392px - 180px);
  padding-right: 50px;
  line-height: 30px;
}
.introduction .introduction-page2 .con .left .checked {
  background: url("../img/header/checked.svg") no-repeat 0 center;
  background-size: 40px 40px;
  padding: 20px 0;
  padding-left: 60px;
}
.introduction .introduction-page2 .con .left .checked.active {
  background: url("../img/header/checked-active.svg") no-repeat 0 center;
  background-size: 40px 40px;
  color: #000000;
}
.introduction .introduction-page2 .con .left .but {
  padding: 20px 0 0 0;
  display: flex;
  justify-content: space-between;
}
.introduction .introduction-page2 .con .left .but a {
  width: calc((100% - 30px)/3);
  display: block;
  background-color: #3887BD;
  line-height: 32px;
  color: #fff;
  border-radius: 6px;
  text-align: center;
}
.introduction .introduction-page2 .con .right {
  width: 392px;
}
.introduction .introduction-page2 .con .right img {
  width: 100%;
}
.introduction .introduction-page2 .text {
  padding: 50px 180px 0 0;
}
.introduction .introduction-page2 .container .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.introduction .introduction-page2 .container .row .col-md-6 {
  width: calc((100% - 50px)/2);
  padding-top: 30px;
}
.introduction .introduction-page2 .container .row .col-md-6 p {
  padding-top: 10px;
}
.introduction .introduction-page2 .container .row .col-md-6 p .btn {
  display: block;
  line-height: 40px;
  border-radius: 40px;
  color: #fff;
  font-weight: 300;
  display: inline-block;
  background-image: linear-gradient(125deg, #3B60A5 0%, #378DC8 97%);
  text-align: center;
  font-size: 18px;
  padding: 0 30px;
  margin-top: 10px;
}
.introduction .introduction-page2 .container .row .col-md-6 h4 {
  font-size: 21px;
}
.introduction .introduction-page2 .container .row .padding-bottom-40 {
  padding-bottom: 40px;
}
.introduction .introduction-page2 .number-box-introduction {
  padding-right: 180px;
  padding-bottom: 50px;
}
.honor .honor-page1 .content .introduce {
  background: url("../img/about/honor/a-bg.png") no-repeat 0 0;
  height: 333px;
  margin-top: 50px;
  padding: 0 0 0 200px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
.honor .honor-page1 .content .introduce .name {
  font-size: 32px;
  color: #3A599A;
  font-weight: 300;
  letter-spacing: 2px;
}
.honor .honor-page1 .content .introduce .name img {
  width: 50px;
  vertical-align: bottom;
  margin-left: 10px;
}
.honor .honor-page1 .content .introduce .text {
  font-size: 18px;
  padding-top: 20px;
}
.honor .honor-page2 .content .zs-list {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
}
.honor .honor-page2 .content .zs-list dd {
  width: calc((100% - 160px)/3);
  position: relative;
  margin-right: 80px;
}
.honor .honor-page2 .content .zs-list dd .bg {
  width: 100%;
  box-shadow: 0 0 10px gray;
}
.honor .honor-page2 .content .zs-list dd .img {
  position: absolute;
  left: 4%;
  top: 4%;
  width: 93.5%;
}
.honor .honor-page2 .content .zs-list dd .img img {
  width: 100%;
}
.honor .honor-page2 .content .zs-list dd .name {
  font-size: 18px;
  padding: 30px 0 50px 0;
  text-align: center;
}
.honor .honor-page2 .content .zs-list dd:nth-child(3n) {
  margin-right: 0px;
}
.about-title-module {
  font-size: 32px;
  color: #3A599A;
  font-weight: 300;
  border-bottom: 1px solid #3887BD;
  padding: 50px 0 30px 0;
}
.advantage .advantage-page1 .content .advantage-box .title {
  font-size: 32px;
  text-align: center;
  padding: 60px 0 30px 0;
  color: #3A599A;
  font-weight: 300;
}
.advantage .advantage-page1 .content .advantage-box .sub-title {
  font-size: 18px;
  color: #000000;
  padding: 0 0 20px 0;
}
.advantage .advantage-page1 .content .advantage-box .list {
  text-align: center;
  display: flex;
  padding: 50px 0;
}
.advantage .advantage-page1 .content .advantage-box .list dd {
  width: calc(100%/6);
}
.advantage .advantage-page1 .content .advantage-box .list dd .name {
  padding: 30px 0 0 0;
}
.advantage .advantage-page1 .content .advantage-box .list dd .name span {
  display: inline-block;
  position: relative;
  font-size: 18px;
}
.advantage .advantage-page1 .content .advantage-box .list dd .name span:after,
.advantage .advantage-page1 .content .advantage-box .list dd .name span:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 1px;
  background-color: #94A1BE;
  top: 50%;
}
.advantage .advantage-page1 .content .advantage-box .list dd .name span:after {
  left: -30px;
}
.advantage .advantage-page1 .content .advantage-box .list dd .name span:before {
  right: -30px;
}
.advantage .advantage-page2 .content .text {
  padding: 30px 60px;
}
.advantage .advantage-page2 .content .development {
  margin: 0 60px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.advantage .advantage-page2 .content .development dd {
  padding: 0 0px;
  width: calc((100% - 60px) / 3);
  background-color: #C6D3DB;
  margin-right: 30px;
  margin-bottom: 30px;
}
.advantage .advantage-page2 .content .development dd .img {
  width: 100%;
  height: 180px;
}
.advantage .advantage-page2 .content .development dd .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.advantage .advantage-page2 .content .development dd .con {
  font-size: 18px;
}
.advantage .advantage-page2 .content .development dd .con .name {
  color: #3B5DA3;
  font-weight: 300;
  height: 60px;
  display: flex;
  align-items: center;
}
.advantage .advantage-page2 .content .development dd .con .name span {
  border-left: 4px solid #3B5DA3;
  display: block;
  padding: 0 0 0 10px;
  line-height: 20px;
}
.advantage .advantage-page2 .content .development dd .con .text {
  padding: 20px;
  padding-top: 0px;
  padding-bottom: 30px;
}
.advantage .advantage-page2 .content .development dd .con .text div {
  text-indent: 37px;
}
.advantage .advantage-page2 .content .development dd:nth-child(3n) {
  margin-right: 0px;
}
.advantage .advantage-page3 .bg {
  background: url("../img/about/advantage/bg1.jpg") no-repeat center 0;
  height: 602px;
  margin-top: 50px;
}
.advantage .advantage-page3 .bg .content {
  display: flex;
  justify-content: space-between;
}
.advantage .advantage-page3 .bg .content .left {
  height: 602px;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 450px;
}
.advantage .advantage-page3 .bg .content .left div {
  width: 100%;
}
.advantage .advantage-page3 .bg .content .left img {
  width: 60px;
  margin-bottom: 30px;
  display: block;
}
.advantage .advantage-page3 .bg .content .left .text {
  text-indent: 37px;
  color: #fff;
  font-size: 18px;
  line-height: 2;
}
.advantage .advantage-page3 .bg .content .right {
  width: calc(100% - 500px);
  display: flex;
  align-items: center;
}
.advantage .advantage-page3 .bg .content .right img {
  max-width: 525px;
  width: 100%;
}
.advantage .advantage-page4 .zs-list2 {
  display: flex;
  align-items: center;
}
.advantage .advantage-page4 .zs-list2 .left {
  padding: 0 150px 0 100px;
  line-height: 2;
}
.advantage .advantage-page4 .pz {
  text-align: center;
  padding: 40px 0 0 0;
}
.advantage .advantage-page4 .pz img {
  max-width: 1200px;
  width: 100%;
}
.advantage .advantage-page4 .s-title {
  padding: 50px 0 0 71px;
}
.advantage .advantage-page4 .cs {
  padding: 0 20px;
  padding-top: 30px;
}
.advantage .advantage-page4 .cs img {
  width: 100%;
}
.news .news-page .content .title {
  font-size: 32px;
  color: #3A599A;
  font-weight: 300;
  padding: 50px 0 30px 0;
  text-align: center;
}
.news .news-page .content .news-list dd {
  background-color: #E9ECF5;
  padding: 20px 30px;
  display: flex;
  margin-bottom: 50px;
}
.news .news-page .content .news-list dd .left {
  padding-right: 100px;
  box-sizing: border-box;
  width: calc(100% - 444px);
}
.news .news-page .content .news-list dd .left .name {
  color: #3B5DA3;
  font-size: 21px;
  padding: 5px 0 5px 0;
}
.news .news-page .content .news-list dd .left .date {
  background: url("../img/about/news/date.png") no-repeat 0 center;
  background-size: 16px auto;
  padding: 0 0 0 25px;
  margin: 10px 0 0 0;
}
.news .news-page .content .news-list dd .left .text {
  padding: 20px 0;
  line-height: 2;
  text-indent: 33px;
}
.news .news-page .content .news-list dd .left .text div {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 95px;
}
.news .news-page .content .news-list dd .left .but a {
  display: inline-block;
  width: 146px;
  line-height: 32px;
  border: 1px solid #378FCA;
  padding: 0 0 0 20px;
  box-sizing: border-box;
  height: 38px;
  position: relative;
  letter-spacing: 2px;
}
.news .news-page .content .news-list dd .left .but a .arrow-right {
  width: 8px;
  height: 8px;
  background-color: transparent;
  border-color: #378FCA;
  border-style: solid;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  position: absolute;
  right: 22px;
  top: 14px;
}
.news .news-page .content .news-list dd .left .but a:hover {
  background-color: #378FCA;
  color: #fff;
}
.news .news-page .content .news-list dd .left .but a:hover .arrow-right {
  border-color: #fff;
}
.news .news-page .content .news-list dd .right img {
  width: 444px;
  height: 241px;
  object-fit: cover;
}
@media screen and (max-width: 1430px) {
  .introduction .introduction-page2 .con .left {
    width: calc(100% - 392px);
  }
  .introduction .introduction-page2 .text,
  .introduction .introduction-page2 .number-box-introduction {
    padding-right: 0px;
  }
}
@media screen and (max-width: 750px) {
  .introduction .introduction-page2 {
    padding: 0 20px;
  }
  .introduction .introduction-page2 .con {
    display: block;
  }
  .introduction .introduction-page2 .con .left,
  .introduction .introduction-page2 .con .right {
    width: 100%;
    padding-bottom: 30px;
    padding-right: 0px;
    font-size: 14px;
  }
  .introduction .introduction-page2 .con .left .checked,
  .introduction .introduction-page2 .con .right .checked {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .introduction .introduction-page2 .con .right {
    padding-bottom: 0px;
  }
  .introduction .introduction-page2 .text {
    padding: 50px 0px 0 0;
  }
  .introduction .introduction-page2 .number-box-introduction {
    padding-right: 0px;
    padding-bottom: 50px;
  }
  .advantage .advantage-page1 .content .advantage-box {
    padding: 0 20px;
  }
  .advantage .advantage-page1 .content .advantage-box .list {
    padding: 0px;
    flex-wrap: wrap;
  }
  .advantage .advantage-page1 .content .advantage-box .list dd {
    width: calc(100%/2);
    margin-top: 50px;
  }
  .advantage .advantage-page2 {
    padding: 0 20px;
  }
  .advantage .advantage-page2 .content .text {
    padding: 30px 0px;
  }
  .advantage .advantage-page2 .content .development {
    margin: 0px;
  }
  .advantage .advantage-page2 .content .development dd {
    width: 100%;
    margin-right: 0px;
  }
  .advantage .advantage-page3 .about-title-module {
    margin: 0 20px;
  }
  .advantage .advantage-page3 .bg {
    height: auto;
    background-image: none;
    background-color: #3f5996;
    padding: 0 20px;
    padding-bottom: 50px;
  }
  .advantage .advantage-page3 .bg .content {
    display: block;
  }
  .advantage .advantage-page3 .bg .content .left {
    display: block;
    width: auto;
    height: auto;
    padding: 50px 0;
  }
  .advantage .advantage-page3 .bg .content .left div {
    width: auto;
  }
  .advantage .advantage-page3 .bg .content .right {
    width: auto;
  }
  .advantage .advantage-page4 {
    padding: 0 20px;
  }
  .advantage .advantage-page4 .zs-list2 {
    display: block;
    padding-top: 20px;
  }
  .advantage .advantage-page4 .zs-list2 .left {
    padding: 0 0px 0 0px;
  }
  .advantage .advantage-page4 .zs-list2 .right img {
    width: 100%;
  }
  .advantage .advantage-page4 .pz {
    text-align: center;
    padding: 40px 0 0 0;
  }
  .advantage .advantage-page4 .pz img {
    width: 100%;
  }
  .advantage .advantage-page4 .s-title {
    padding: 20px 0 0 0px;
  }
  .advantage .advantage-page4 .cs {
    padding: 0 0px;
    padding-top: 30px;
  }
  .advantage .advantage-page4 .cs img {
    width: 100%;
  }
  .honor .honor-page1 .content .introduce {
    background-size: 100px 100%;
    padding: 30px 20px 30px 40px;
    height: auto;
  }
  .honor .honor-page2 {
    padding: 0 20px;
  }
  .honor .honor-page2 .content .zs-list {
    display: block;
  }
  .honor .honor-page2 .content .zs-list dd {
    width: 100%;
    margin-right: 0px;
  }
  .news .news-page .content .news-list dd {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .news .news-page .content .news-list dd .left {
    padding-right: 0px;
    width: 100%;
  }
  .news .news-page .content .news-list dd .left .name {
    padding-top: 20px;
  }
  .news .news-page .content .news-list dd .right {
    width: 100%;
  }
  .news .news-page .content .news-list dd .right img {
    width: 100%;
    height: 40vw;
    object-fit: cover;
  }
}
/*# sourceMappingURL=./about.css.map */