.one-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mod-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100px;
}
.mod-header h4 {
  font-size: 46px;
  font-weight: bold;
}
@media (max-width: 640px) {
  .mod-header {
    height: 42px !important;
  }
  .mod-header h4 {
    font-size: 17px !important;
  }
}

.mod-more-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #b4b4b4;
  color: #777777;
  margin: 0 auto;
  width: 165px;
  height: 55px;
  border-radius: 35px;
  font-size: 15px;
  margin: 40px auto 80px auto;
}
@media (max-width: 640px) {
  .mod-more-btn {
    border-radius: 17px;
    font-size: 12px;
    width: 130px;
    height: 35px;
    margin: 45px auto 50px auto;
  }
}

.home-header {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  position: relative;
  background-color: #fff;
  min-width: 195px;
}
.home-header_menu {
  display: none;
}
.home-header_menu .iconfont {
  color: #000000;
  display: inline-block;
  margin-left: 20px;
  font-size: 25px;
}
@media (max-width: 1106px) {
  .home-header_menu {
    display: block;
  }
  .home-header_menu .iconfont {
    margin-left: 10px;
  }
}
@media (max-width: 1106px) {
  .home-header {
    padding: 17px 25px;
    height: 50px;
  }
}
@media (max-width: 640px) {
  .home-header {
    padding: 8px 13px;
  }
  .home-header_menu .iconfont {
    font-size: 14px;
  }
}
.home-header_center_x {
  width: 1600px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1440px) {
  .home-header_center_x {
    width: 1200px;
  }
}
.home-header .home-header_nav {
  display: flex;
  height: 100%;
  align-items: center;
}
.home-header .home-header_nav .icon-sousuo {
  font-size: 20px;
}
@media (max-width: 1106px) {
  .home-header .home-header_nav {
    display: none;
  }
}
.home-header .home-header_nav .nav_bar {
  height: 100%;
  padding: 0 20px;
  position: relative;
}
@media (max-width: 1440px) {
  .home-header .home-header_nav .nav_bar {
    padding: 0 10px;
  }
}
.home-header .home-header_nav .nav_bar .nav_bar_down {
  display: none;
  width: 100%;
  left: 0;
  top: 100px;
  z-index: 30;
  background-color: #fff;
  position: absolute;
}
.home-header .home-header_nav .nav_bar .nav_bar_down a {
  display: block;
  height: 44px;
  line-height: 44px;
  overflow: hidden;
  text-align: center;
  font-size: 13px;
  color: #222222;
}
.home-header .home-header_nav .nav_bar .nav_bar_down a:hover {
  background-color: #3cb35c;
  color: #fff;
}
.home-header .home-header_nav .nav_bar:hover .nav_bar_label {
  border-bottom: 3px solid #38b024;
  box-sizing: border-box;
}
.home-header .home-header_nav .nav_bar:hover .nav_bar_down {
  display: block;
}
.home-header .home-header_nav .nav_bar_label {
  cursor: pointer;
  font-size: 17px;
  display: block;
  font-weight: 400;
  height: 100%;
  color: #222222;
  display: flex;
  align-items: center;
  transition: all 0.2s;
}
.home-header_logo {
  width: 420px;
  height: 61px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .home-header_logo {
    width: 300px;
    height: 45px;
    overflow: hidden;
  }
  .home-header_logo img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 640px) {
  .home-header_logo {
    width: 215px;
    height: 30px;
    overflow: hidden;
  }
  .home-header_logo img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.home-header_logo img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

.home-swiper {
  position: relative;
  overflow: hidden;
  height: 860px;
}
.home-swiper .home-swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-swiper .home-swiper-pagination .active {
  border: 1px solid #ffffff;
}
.home-swiper .home-swiper-pagination .pagination-item {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-swiper .home-swiper-pagination .pagination-item span {
  display: block;
  width: 6px;
  height: 6px;
  background: #ffffff;
  border-radius: 50%;
}
.home-swiper .swiper-button-container {
  display: block;
  position: absolute;
  top: 0;
  height: 60px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  pointer-events: none;
  width: 1600px;
  display: flex;
  justify-content: space-between;
  z-index: 20;
}
@media (max-width: 1440px) {
  .home-swiper .swiper-button-container {
    width: 100%;
  }
}
.home-swiper .swiper-button-container .swiper-button {
  pointer-events: all;
  position: relative;
  width: 60px;
  height: 60px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-swiper .swiper-button-container .swiper-button .iconfont {
  color: #fff;
}
@media (max-width: 1106px) {
  .home-swiper {
    height: 430px;
  }
  .home-swiper .swiper-button-container {
    display: none;
  }
}
@media (max-width: 640px) {
  .home-swiper {
    height: 209px;
  }
  .home-swiper .swiper-button-container {
    display: none;
  }
  .home-swiper .pagination-item {
    width: 11px !important;
    height: 11px !important;
  }
  .home-swiper .pagination-item span {
    width: 3px !important;
    height: 3px !important;
  }
}
.home-swiper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.search_box {
  width: 100%;
  height: 200px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #1c62ad;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 40;
  box-sizing: border-box;
}
@media (max-width: 640px) {
  .search_box {
    padding: 0 14px;
  }
  .search_box .search_box_center {
    width: 100%;
  }
}
.search_box .search_box_center {
  width: 1600px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.search_box .search_box_center .close_search_box {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 50%;
  top: -40px;
  cursor: pointer;
}
.search_box .search_box_center .close_search_box .iconfont {
  color: #fff;
}
@media (max-width: 1440px) {
  .search_box .search_box_center {
    width: 1200px;
  }
}
.search_box .search_box_center .search_box_inpug {
  width: 800px;
  display: flex;
  align-items: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #fff;
}
.search_box .search_box_center .search_box_inpug input {
  flex: 1;
  height: 24px;
  margin-right: 30px;
  color: #fff;
  background-color: transparent;
  font-size: 24px;
}
.search_box .search_box_center .search_box_inpug input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.search_box .search_box_center .search_box_inpug input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.search_box .search_box_center .search_box_inpug input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.search_box .search_box_center .search_box_inpug .iconfont {
  font-size: 24px;
  color: #fff;
}
@media (max-width: 800px) {
  .search_box .close_search_box {
    width: 20px !important;
    height: 20px !important;
  }
  .search_box .search_box_inpug {
    width: 97% !important;
  }
}
@media (max-width: 640px) {
  .search_box {
    height: 100px;
  }
  .search_box .search_box_inpug {
    width: 100% !important;
    padding-bottom: 15px !important;
    padding-top: 15px !important;
  }
  .search_box .search_box_inpug input {
    font-size: 12px !important;
  }
  .search_box .search_box_inpug .iconfont {
    font-size: 14px !important;
  }
  .search_box .close_search_box {
    width: 20px !important;
    height: 20px !important;
    top: -15px !important;
  }
}

.home-about {
  padding: 80px 0 100px 0;
  box-sizing: border-box;
  background: url(../images/bg1.png) no-repeat bottom center/auto auto;
}
.home-about .text-linear {
  background: linear-gradient(-90deg, #3cb35c 0%, #1c62ad 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home-about .home-about-center {
  width: 1600px;
  margin: 0 auto;
}
.home-about .home-about-center .en {
  font-size: 36px;
  font-weight: bold;
  color: #c6cdd5;
}
.home-about .home-about-center .cn {
  font-size: 42px;
  font-weight: bold;
  color: #222222;
  margin-top: 30px;
  margin-bottom: 40px;
}
.home-about .home-about-center .words-box {
  height: 167px;
}
.home-about .home-about-center .words {
  font-size: 16px;
  font-weight: 400;
  color: #555555;
  line-height: 28px;
}
.home-about .home-about-center .about-more {
  width: 160px;
  height: 48px;
  background: #38b024;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 15px;
  margin-top: 30px;
}
.home-about .left-about {
  padding-right: 100px;
  box-sizing: border-box;
}
.home-about .right_img {
  width: 700px;
  height: 680px;
  flex-shrink: 0;
}
.home-about .right_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
@media (max-width: 1600px) {
  .home-about .home-about-center {
    width: 100%;
  }
}
@media (max-width: 1440px) {
  .home-about .home-about-center {
    width: 100%;
    margin: 0 auto;
  }
  .home-about .home-about-center .left-about {
    padding: 0 !important;
  }
  .home-about .home-about-center .right_img {
    display: none;
  }
  .home-about .words-box {
    height: auto !important;
  }
}
.home-about .about-grid {
  display: grid;
  grid-template-columns: 250px 250px;
  grid-row-gap: 55px;
  justify-content: space-between;
  margin-top: 60px;
}
.home-about .about-grid .x {
  flex: 1;
}
.home-about .about-grid .about-data {
  display: flex;
  margin-top: 20px;
}
.home-about .about-grid .nx {
  color: #000000;
  font-size: 54px;
  font-weight: bold;
}
.home-about .about-grid .tip {
  color: #444444;
}
@media (max-width: 640px) {
  .home-about {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    padding: 35px 15px;
  }
  .home-about .home-about-center {
    width: 100% !important;
  }
  .home-about .words-box {
    height: auto !important;
  }
  .home-about .about-grid {
    grid-template-columns: 140px 140px;
    margin-top: 25px;
    grid-row-gap: 25px;
  }
  .home-about .about-desc > span {
    color: #444444;
    font-size: 12px;
  }
  .home-about .about-desc .about-data {
    display: flex;
    align-items: center;
    margin-top: 10px;
  }
  .home-about .about-desc .tip {
    font-size: 10px;
  }
  .home-about .about-desc .nx {
    font-size: 22px;
  }
  .home-about .about-desc .icon_bar {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .home-about .about-desc .icon_bar img {
    width: 100%;
  }
  .home-about .en {
    font-size: 18px !important;
    font-weight: bold;
    color: #c6cdd5;
  }
  .home-about .cn {
    font-size: 21px !important;
    font-weight: bold;
    color: #222222;
    margin-top: 15px !important;
    margin-bottom: 20px !important;
  }
  .home-about .words {
    font-size: 14px;
    font-weight: 500;
    color: #222222;
    line-height: 25px;
  }
  .home-about .about-more {
    width: 130px !important;
    height: 35px !important;
    display: flex;
    background: #0075cf !important;
    border-radius: 25px;
    align-items: center;
    justify-content: center;
    font-size: 12px !important;
    margin-top: 25px !important;
    color: #fff;
  }
  .home-about .about-more .iconfont {
    font-size: 12px;
  }
  .home-about .left-about {
    width: 100%;
    padding: 0 !important;
  }
  .home-about .right_img {
    display: none;
  }
}

.mask {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 99;
  display: none;
  justify-content: flex-end;
  overflow: hidden;
}
.mask-active {
  display: flex !important;
}
.mask .mobile-nav {
  width: 75%;
  height: 100%;
  background-color: #1c62ad;
}
.mask .mobile-nav .home_l {
  padding: 17px 30px;
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  display: block;
  border-bottom: 1px solid #2a72be;
}
.mask .mobile-nav .close-x {
  box-sizing: border-box;
  padding: 0 12px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.mask .mobile-nav .close-x .close_icon_bar {
  color: #fff;
  font-size: 18px;
}
.mask .mobile-nav .nav-group {
  box-sizing: border-box;
}
.mask .mobile-nav .ng-nav_bar {
  border-bottom: 1px solid #2a72be;
  transition: all 0.3s;
}
.mask .mobile-nav .ng-nav_bar-active .gn-nav {
  display: flex !important;
}
.mask .mobile-nav .ng-nav_bar .head {
  box-sizing: border-box;
  padding: 17px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-size: 14px;
}
.mask .mobile-nav .ng-nav_bar .gn-nav {
  box-sizing: border-box;
  padding: 0 30px;
  line-height: 32px;
  display: none;
  flex-direction: column;
}
.mask .mobile-nav .ng-nav_bar .gn-nav .gn-nav_bar_a {
  font-size: 12px;
  color: #fff;
}

.business-box {
  position: relative;
  padding-top: 80px;
}
.business-box .switching {
  overflow: hidden;
  position: relative;
}
.business-box .switching .swiper-slide {
  width: 20%;
}
.business-box .business-center {
  width: 1600px;
  margin: 0 auto;
  margin-top: 380px;
}
.business-box .business-center .switching {
  height: 200px;
  background-color: #fff;
}
.business-box .web-bg {
  display: block;
  width: 100%;
  height: 750px;
}
.business-box .web-bg img {
  width: 100%;
  height: 100%;
}
.business-box .bgs img {
  width: 100%;
  height: 100%;
}
.business-box .phone-bg {
  display: none;
}
.business-box .switch-btns {
  display: flex;
  justify-content: flex-end;
  height: 50px;
  margin-bottom: 30px;
}
.business-box .switch-btns .btn {
  width: 50px;
  height: 100%;
  background-color: #fff;
  color: #222222;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.business-box .switch-btns .wit-next {
  background-color: #1c62ad;
  color: #fff;
}
.business-box .bgs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 325px;
  z-index: -1;
}
.business-box .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #fff;
}
.business-box .swiper-slide > .iconfont {
  font-size: 40px;
  color: #c1c1c1;
}
.business-box .swiper-slide_active {
  background: linear-gradient(0deg, #2183eb, #155dab);
}
.business-box .swiper-slide_active > .iconfont {
  color: #fff;
}
.business-box .swiper-slide_active .name {
  color: #fff !important;
}
.business-box .swiper-slide_active .more-a {
  display: flex !important;
}
.business-box .swiper-slide_active .name-en {
  display: none;
}
.business-box .swiper-slide .name {
  font-size: 18px;
  color: #222222;
  margin: 20px 0;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.business-box .swiper-slide .name-en {
  font-size: 12px;
  color: #bbbbbb;
}
.business-box .swiper-slide .more-a {
  width: 80px;
  height: 34px;
  border: 2px solid #ffffff;
  border-radius: 17px;
  display: none;
  align-items: center;
  justify-content: center;
  color: #fff;
}
@media (max-width: 1600px) {
  .business-box .business-center {
    width: 100%;
  }
  .business-box .switching .swiper-slide {
    width: 25%;
  }
}
@media (max-width: 640px) {
  .ui-area-img img{ height: 24px !important; width: 24px !important;}
  .business-box {
    padding-top: 40px;
  }
  .business-box .web-bg {
    display: none;
  }
  .business-box .switch-btns {
    margin-bottom: 20px !important;
    height: 30px !important;
  }
  .business-box .switch-btns .btn {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #000;
  }
  .business-box .switch-btns .wit-next {
    background-color: #1c62ad;
    color: #fff;
  }
  .business-box .phone-bg {
    display: block !important;
  }
  .business-box .switching {
    width: 100%;
    height: 105px !important;
    background-color: #ffffff;
  }
  .business-box .switching .swiper-slide {
    width: 33.3333333333%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-sizing: border-box;
    padding: 0 10px;
  }
  .business-box .switching .swiper-slide_active {
    background: linear-gradient(180deg, #2183eb, #155dab);
  }
  .business-box .switching .swiper-slide_active > .iconfont {
    color: #fff !important;
  }
  .business-box .switching .swiper-slide_active .name {
    color: #fff !important;
  }
  .business-box .switching .swiper-slide_active .name-en {
    display: none;
  }
  .business-box .switching .swiper-slide_active .more-a {
    display: flex !important;
  }
  .business-box .switching .swiper-slide .more-a {
    display: none;
    width: 40px;
    height: 20px;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 30px;
  }
  .business-box .switching .swiper-slide .more-a .iconfont {
    color: #fff;
  }
  .business-box .switching .swiper-slide .name {
    font-size: 12px;
    color: #222222;
    margin: 11px;
  }
  .business-box .switching .swiper-slide .name-en {
    color: #bbbbbb;
    font-size: 10px;
    text-align: center;
    display: none;
  }
  .business-box .switching .swiper-slide > .icon-qiye {
    font-size: 28px !important;
  }
  .business-box .switching .swiper-slide > .iconfont {
    font-size: 25px;
    color: #c1c1c1;
  }
  .business-box .phone-bg {
    width: 100%;
    height: 100%;
  }
  .business-box .business-center {
    margin-top: 140px !important;
    width: 100% !important;
    box-sizing: border-box;
    padding: 0 15px;
  }
}

.case-box {
  margin-top: 80px;
}
@media (max-width: 1600px) {
  .case-box .case-center {
    width: 100% !important;
  }
}
.case-box .case-center {
  width: 1600px;
  margin: 0 auto;
}
.case-box .case-list {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
}
.case-box .case-list .case-item {
  height: 480px;
  display: block;
  position: relative;
  flex: 1;
  margin-right: 20px;
}
.case-box .case-list .case-item:nth-child(4n) {
  margin-right: 0;
}
@media (min-width: 640px) {
  .case-box .case-list .case-item:hover .case-desc {
    height: 240px;
    background: linear-gradient(90deg, #2183eb, #155dab);
  }
  .case-box .case-list .case-item:hover .title {
    color: #fff;
  }
  .case-box .case-list .case-item:hover .time {
    color: #fff;
  }
  .case-box .case-list .case-item:hover .desc_p {
    color: #fff;
  }
  .case-box .case-list .case-item:hover .more-link {
    display: flex;
  }
}
.case-box .case-list .more-link {
  width: 120px;
  height: 34px;
  border: 2px solid #ffffff;
  border-radius: 17px;
  display: none;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-top: 30px;
}
.case-box .case-list .more-link .iconfont {
  color: #fff;
  margin-left: 10px;
}
.case-box .case-list .case-desc {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 190px;
  background-color: #f3f4f9;
  padding: 30px;
  box-sizing: border-box;
}
.case-box .case-list .title {
  font-size: 22px;
  color: #222222;
  width: 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.case-box .case-list .time {
  font-size: 14px;
  color: #777777;
  margin: 22px 0;
}
.case-box .case-list .desc_p {
  font-size: 14px;
  color: #777777;
  line-height: 24px;
  height: 48px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.case-box .case-list .img {
  width: 100%;
  height: 290px;
}
.case-box .case-list .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 640px) {
  .case-box {
    margin-top: 40px !important;
  }
  .case-box .case-center {
    width: 100% !important;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .case-box .case-list {
    display: grid !important;
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr !important;
    grid-template-rows: 232px 232px !important;
    margin-top: 20px !important;
  }
  .case-box .case-list .case-item {
    height: auto !important;
    margin: 0;
  }
  .case-box .case-list .img {
    height: 127px;
  }
  .case-box .case-desc {
    height: 125px !important;
    background-color: #f3f4f9;
    padding: 15px !important;
    box-sizing: border-box;
  }
  .case-box .case-desc .title {
    font-size: 15px;
    font-weight: bold;
    color: #222222;
    display: block;
    width: 140px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .case-box .case-desc .time {
    display: flex;
    align-items: center;
    margin: 8px 0;
    font-size: 11px;
    color: #777777;
  }
  .case-box .case-desc .time .iconfont {
    font-size: 10px;
    margin-right: 4px;
  }
  .case-box .case-desc .desc_p {
    font-size: 11px;
    color: #777777;
    line-height: 17px;
    height: 34px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}

.target-box {
  background: url(../images/bg5.png) no-repeat center center/100% 100%;
  padding-top: 80px;
}
.target-box .target-center {
  width: 1600px;
  margin: 0 auto;
}
@media (max-width: 1600px) {
  .target-box .target-center {
    width: 100% !important;
  }
  .target-box .target-item {
    padding: 0 30px !important;
  }
}
.target-box .target-list {
  display: flex;
  margin-top: 30px;
}
.target-box .target-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
  height: 540px;
  box-sizing: border-box;
  padding: 0 100px;
}
.target-box .target-item:hover {
  background-image: linear-gradient(rgba(250, 250, 250, 0) 20%, #1da2ff);
}
.target-box .target-item .title {
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  margin: 60px 0 15px 0;
}
.target-box .target-item .title_en {
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
}
.target-box .target-item .icon_spce {
  width: 32px;
  height: 2px;
  background: #ffffff;
  display: block;
  margin: 30px 0;
}
.target-box .target-item .p {
  font-size: 14px;
  color: #ffffff;
  line-height: 28px;
}
.target-box .icon_bar {
  display: block;
  flex-shrink: 0;
  width: 67px;
  height: 76px;
}
.target-box .icon_bar img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 640px) {
  .target-box {
    width: 100% !important;
    padding: 40px 20px 50px 20px !important;
    box-sizing: border-box;
    background: url(../images/bg4.png) no-repeat center center/100% 100%;
  }
  .target-box .target-center {
    width: 100% !important;
  }
  .target-box .target-list {
    flex-direction: column;
    align-items: center;
    margin-top: 23px;
  }
  .target-box .target-list .target-item {
    box-sizing: border-box;
    padding: 0 20px;
    margin-bottom: 25px;
    height: auto !important;
  }
  .target-box .target-list .target-item:hover {
    background-image: linear-gradient(rgba(250, 250, 250, 0), rgba(250, 250, 250, 0));
  }
  .target-box .target-list .target-item:last-child {
    margin-bottom: 0;
  }
  .target-box .target-list .target-item .icon_bar {
    width: 45px !important;
    height: 40px !important;
  }
  .target-box .target-list .target-item .title {
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
    display: block;
    margin: 20px 0 10px 0;
  }
  .target-box .target-list .target-item .title_en {
    font-size: 12px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.5);
  }
  .target-box .target-list .target-item .icon_spce {
    width: 16px;
    height: 2px;
    background: #ffffff;
    display: block;
    margin: 15px 0;
  }
  .target-box .target-list .target-item .p {
    font-size: 11px;
    color: #ffffff;
    line-height: 18px;
  }
}

.consultation-box {
  padding: 80px 0 100px 0;
  box-sizing: border-box;
}
.consultation-box .consultation-center {
  width: 1600px;
  margin: 0 auto;
}
.consultation-box .consult-content {
  display: flex;
}
.consultation-box .con-left_box {
  flex: 1;
  display: flex;
  justify-content: space-between;
  margin-right: 30px;
}
.consultation-box .consult-content {
  margin-top: 25px;
  justify-content: space-between;
}
.consultation-box .consult-content .con-left {
  width: 500px;
}
.consultation-box .consult-content .img {
  width: 100%;
  height: 350px;
}
.consultation-box .consult-content .img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.consultation-box .consult-content .news-desc {
  display: block;
  width: 100%;
  height: 190px;
  background-color: #f3f4f9;
  padding: 30px;
  box-sizing: border-box;
}
.consultation-box .consult-content .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.consultation-box .consult-content .info .t {
  font-size: 16px;
  color: #3cb35c;
}
.consultation-box .consult-content .info .time {
  font-size: 14px;
  color: #777777;
}
.consultation-box .consult-content .info .time .iconfont {
  font-size: 10px !important;
}
.consultation-box .consult-content .title {
  font-size: 22px;
  font-weight: bold;
  color: #222222;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 22px 0;
}
.consultation-box .consult-content .p {
  font-size: 14px;
  color: #777777;
  line-height: 24px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 1600px) {
  .consultation-box .consultation-center {
    width: 100%;
    box-sizing: border-box;
    padding: 0 30px;
  }
  .consultation-box .consultation-center .con-left_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .consultation-box .consultation-center .con-news-list {
    display: none !important;
  }
  .consultation-box .consultation-center .img-links {
    width: 700px;
    margin-left: 30px;
  }
  .consultation-box .consultation-center .con-left {
    width: 100%;
  }
  .consultation-box .consultation-center .consult-content {
    flex-direction: column;
  }
  .consultation-box .consultation-center .con-news-list {
    width: 100%;
    margin-top: 30px;
  }
  .consultation-box .consultation-center .left_d {
    width: 50% !important;
  }
}
.consultation-box .img-links {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 370px;
}
.consultation-box .img-links .img-lins_a {
  width: 100%;
  display: block;
  height: 260px;
  position: relative;
}
.consultation-box .img-links .img-lins_a .img {
  width: 100%;
  height: 100%;
}
.consultation-box .img-links .img-lins_a .img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.consultation-box .img-links .img-lins_a .desc {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
  color: #fff;
}
.consultation-box .img-links .img-lins_a .icon {
  width: 30px;
  height: 2px;
  background: #ffffff;
  display: block;
}
.consultation-box .img-links .img-lins_a .d_p {
  font-size: 16px;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 14px 0;
}
.consultation-box .img-links .img-lins_a .date {
  font-size: 14px;
  color: #ffffff;
}
.consultation-box .con-news-list {
  width: 670px;
}
.consultation-box .con-news-list .con-news-a {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed #E1E1E1;
  padding: 30px 0;
}
.consultation-box .con-news-list .con-news-a:first-child {
  padding-top: 0;
}
.consultation-box .con-news-list .con-news-a:last-child {
  margin-bottom: 0;
}
.consultation-box .con-news-list .con-news-a .left_d {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px 0;
  width: 435px;
  box-sizing: border-box;
}
.consultation-box .con-news-list .con-news-a .left_d .p {
  font-size: 15px;
  color: #222222;
  line-height: 23px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.consultation-box .con-news-list .con-news-a .left_d .desc {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: block;
  font-size: 14px;
  color: #777777;
  line-height: 24px;
  height: 48px;
}
.consultation-box .con-news-list .con-news-a .left_d .date {
  font-size: 11px;
  color: #777777;
}
.consultation-box .con-news-list .con-news-a .left_d .date .iconfont {
  font-size: 10px;
}
.consultation-box .con-news-list .con-news-a .right_img {
  flex-shrink: 0;
  width: 186px;
  height: 129px;
}
.consultation-box .con-news-list .con-news-a .right_img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 640px) {
  .consultation-box {
    padding: 40px 20px 25px 20px !important;
    box-sizing: border-box;
  }
  .consultation-box .consultation-center {
    width: 100%;
    padding: 0 !important;
  }
  .consultation-box .consultation-center .consult-content {
    flex-direction: column;
    margin-top: 25px;
  }
  .consultation-box .consultation-center .consult-content .con-left {
    width: 100% !important;
  }
  .consultation-box .consultation-center .consult-content .img {
    width: 100%;
    height: 245px;
  }
  .consultation-box .consultation-center .consult-content .img img {
    width: 100%;
    height: 100%;
    display: block;
  }
  .consultation-box .consultation-center .consult-content .news-desc {
    display: block;
    width: 100%;
    height: 133px;
    background-color: #f3f4f9;
    padding: 15px;
    box-sizing: border-box;
  }
  .consultation-box .consultation-center .consult-content .info {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .consultation-box .consultation-center .consult-content .info .t {
    font-size: 12px;
    color: #3cb35c;
  }
  .consultation-box .consultation-center .consult-content .info .time {
    font-size: 10px;
    color: #777777;
  }
  .consultation-box .consultation-center .consult-content .info .time .iconfont {
    font-size: 10px !important;
  }
  .consultation-box .consultation-center .consult-content .title {
    font-size: 17px;
    font-weight: bold;
    color: #222222;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 15px 0;
  }
  .consultation-box .consultation-center .consult-content .p {
    font-size: 11px;
    color: #777777;
    line-height: 17px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .consultation-box .consultation-center .img-links {
    display: none !important;
  }
  .consultation-box .consultation-center .con-news-list {
    width: 100% !important;
    margin-top: 15px !important;
    display: block !important;
  }
  .consultation-box .consultation-center .con-news-list .con-news-a {
    display: flex;
    justify-content: space-between;
    padding: 15px 0 !important;
    border: 0 !important;
  }
  .consultation-box .consultation-center .con-news-list .con-news-a .left_d {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px 0;
    width: 200px;
    box-sizing: border-box;
  }
  .consultation-box .consultation-center .con-news-list .con-news-a .left_d .p {
    font-size: 15px !important;
    color: #222222;
    line-height: 23px !important;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .consultation-box .consultation-center .con-news-list .con-news-a .left_d .desc {
    display: none;
  }
  .consultation-box .consultation-center .con-news-list .con-news-a .left_d .date {
    font-size: 11px;
    color: #777777;
  }
  .consultation-box .consultation-center .con-news-list .con-news-a .left_d .date .iconfont {
    font-size: 10px;
  }
  .consultation-box .consultation-center .con-news-list .con-news-a .right_img {
    flex-shrink: 0;
    width: 120px;
    height: 84px;
  }
  .consultation-box .consultation-center .con-news-list .con-news-a .right_img img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.footer-bxo {
  background-color: #2c2c2c;
  margin-top: 80px;
  padding: 60px 0;
  box-sizing: border-box;
}
.footer-bxo .footer-conter {
  width: 1600px;
  margin: 0 auto;
  display: flex;
}
.footer-bxo .footer-conter-secondary {
  display: none;
  width: 95%;
  margin: 0 auto;
  align-items: center;
}
.footer-bxo .footer-conter-secondary .secondar-nav_item {
  margin-right: 10%;
}
.footer-bxo .footer-conter-secondary .secondar-left {
  flex: 1;
  display: flex;
}
.footer-bxo .footer-conter-secondary .secondar-left .sec_icon {
  width: 50px;
  height: 50px;
  display: flex;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.footer-bxo .footer-conter-secondary .secondar-left .sec_icon .iconfont {
  font-size: 25px;
}
.footer-bxo .footer-conter-secondary .secondar-left .label {
  margin: 15px 0;
  color: #999999;
  display: block;
}
.footer-bxo .footer-conter-secondary .secondar-left .text {
  color: #fff;
}
.footer-bxo .footer-conter-secondary .secondar-right {
  width: 155px;
  height: 155px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 3px;
  box-sizing: border-box;
}
.footer-bxo .footer-conter-secondary .secondar-right img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer-bxo .left_footer {
  width: 330px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  color: #999999;
}
.footer-bxo .left_footer .tip {
  font-size: 14px;
}
.footer-bxo .left_footer .phone {
  font-size: 30px;
  font-weight: bold;
  color: #3cb35c;
  margin: 20px 0;
}
.footer-bxo .left_footer .addrss {
  font-size: 14px;
  color: #999999;
  line-height: 30px;
  display: flex;
  flex-direction: column;
}
.footer-bxo .left_footer .we-code {
  width: 120px;
  height: 120px;
  border: 1px solid #6a6a6a;
  padding: 6px;
  box-sizing: border-box;
  margin-top: 30px;
  margin-bottom: 20px;
}
.footer-bxo .left_footer .we-code img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer-bxo .left_footer .tip-f {
  font-size: 12px;
  padding-left: 15px;
}
@media (max-width: 1600px) {
  .footer-bxo .friend-chain {
    display: none !important;
  }
  .footer-bxo .footer-conter {
    width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
  }
  .footer-bxo .left_footer {
    align-items: center;
  }
  .footer-bxo .footer-conter-secondary {
    display: flex !important;
  }
}
.footer-bxo .friend-chain {
  display: flex;
  flex: 1;
  justify-content: flex-end;
}
.footer-bxo .friend-chain .chain {
  margin: 0 20px;
}
.footer-bxo .friend-chain .chain .chain-title {
  font-size: 18px;
  color: #fff;
  margin-bottom: 35px;
  display: block;
}
.footer-bxo .friend-chain .chain .chain-nav .chain-link {
  line-height: 30px;
  display: block;
  font-size: 14px;
  color: #999999;
}
@media (max-width: 1000px) {
  .footer-bxo .footer-conter {
    display: flex !important;
  }
  .footer-bxo .footer-conter-secondary {
    display: none !important;
  }
}
@media (max-width: 640px) {
  .footer-bxo {
    padding: 25px 0;
    box-sizing: border-box;
    margin-top: 40px !important;
  }
  .footer-bxo .friend-chain {
    display: none !important;
  }
  .footer-bxo .footer-conter {
    width: 100%;
    justify-content: center;
  }
  .footer-bxo .footer-conter .left_footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 27px;
    box-sizing: border-box;
    color: #999999;
  }
  .footer-bxo .footer-conter .left_footer .tip {
    font-size: 12px;
  }
  .footer-bxo .footer-conter .left_footer .phone {
    font-size: 20px;
    font-weight: bold;
    color: #3cb35c;
    margin: 15px 0;
  }
  .footer-bxo .footer-conter .left_footer .addrss {
    text-align: center;
    font-size: 12px;
    color: #999999;
    line-height: 21px;
  }
  .footer-bxo .footer-conter .left_footer .we-code {
    width: 80px;
    height: 80px;
    border: 1px solid #6a6a6a;
    padding: 6px;
    box-sizing: border-box;
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .footer-bxo .footer-conter .left_footer .we-code img {
    width: 100%;
    height: 100%;
  }
  .footer-bxo .footer-conter .left_footer .tip-f {
    font-size: 10px;
  }
}

.copyright-box {
  background-color: #2c2c2c;
  border-top: 1px solid #414141;
  padding: 30px 0;
  box-sizing: border-box;
}
.copyright-box .copyright-center {
  display: flex;
  width: 1600px;
  align-items: center;
  margin: 0 auto;
  justify-content: space-between;
}
.copyright-box .copyright-center .text {
  color: #999999;
  font-size: 14px;
}
.copyright-box .copyright-center .text a {
  color: #999999;
}
.copyright-box .friend_as {
  width: 300px;
  height: 40px;
  background: #404040;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  position: relative;
}
.copyright-box .friend_as .name {
  font-size: 14px;
  color: #aaaaaa;
}
.copyright-box .friend_as .iconfont {
  font-size: 12px !important;
  color: #aaaaaa;
}
.copyright-box .friend_as:hover .f-group {
  display: block !important;
}
.copyright-box .friend_as .f-group {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  display: none;
  background-color: #fff;
}
.copyright-box .friend_as .f-group .f-link {
  display: block;
  padding: 10px;
  box-sizing: border-box;
  color: #2c2c2c;
}
.copyright-box .friend_as .f-group .f-link:hover {
  background-color: #6a6a6a;
  color: #fff;
}
@media (max-width: 1600px) {
  .copyright-box {
    padding: 15px 0;
  }
  .copyright-box .friend_as {
    display: none !important;
  }
  .copyright-box .copyright-center {
    width: 100% !important;
    justify-content: center;
  }
  .copyright-box .copyright-center .text {
    font-size: 12px;
    font-weight: 500;
    color: #999999;
    line-height: 18px;
    width: 260px;
    text-align: center;
  }
  .copyright-box .copyright-center .text a {
    color: inherit;
  }
}

.sub_banner {
  width: 100%;
}
.sub_banner .mobile_banner {
  display: none;
}
@media (max-width: 640px) {
  .bh-fixright{ display: none;}
  .sub_banner .web_banner {
    display: none !important;
  }
  .sub_banner .mobile_banner {
    display: block !important;
  }
}
.sub_banner img {
  width: 100%;
  display: block;
}

.sub-nav-x {
  display: none;
}

@media (max-width: 640px) {
  .sub-nav-x {
    width: 100% !important;
    display: block !important;
    position: relative;
  }
  .sub-nav-x .sub-nav_head {
    padding: 0 20px;
    box-sizing: border-box;
    width: 100%;
    height: 45px;
    background: #1c62ad;
    display: flex;
    align-items: center;
    color: #fff;
  }
  .sub-nav-x .sub-nav_head .back {
    flex-shrink: 0;
    color: #fff;
  }
  .sub-nav-x .sub-nav_head .back .iconfont {
    font-size: 14px;
  }
  .sub-nav-x .sub-nav_head .sub-nav_title {
    flex: 1;
    text-align: center;
  }
  .sub-nav-x .sub-nav_head .sub_menu_btn {
    flex-shrink: 0;
  }
  .sub-nav-x .sub-nav_head .sub_menu_btn .iconfont {
    font-size: 20px;
    color: #fff;
  }
  .sub-nav-x .sub_nav_list {
    position: absolute;
    width: 100%;
    top: 45px;
    left: 0;
    background-color: #fff;
    display: none;
    justify-items: center;
    grid-template-columns: repeat(3, 1fr);
    box-sizing: border-box;
    padding: 0 25px;
  }
  .sub-nav-x .sub_nav_list-active {
    display: grid !important;
  }
  .sub-nav-x .sub_nav_list .a {
    padding: 10px 0;
    font-size: 14px;
    color: #555555;
  }
  .sub-nav-x .sub_nav_list .a-active {
    color: #1c62ad;
  }
  .sub-nav-history {
    display: none !important;
  }
}
@media (max-width: 750px) {
  .sub-nav-history .left-sub-nav .a {
    margin-right: 7% !important;
  }
}
.sub-nav-history {
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #ececec;
}
@media (max-width: 1600px) {
  .sub-nav-history .sub-nav-history-center {
    width: 100% !important;
  }
}
.sub-nav-history .sub-nav-history-center {
  width: 1600px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.sub-nav-history .sub-nav-history-center .left-sub-nav {
  flex: 1;
  display: flex;
  height: 80px;
}
.sub-nav-history .sub-nav-history-center .left-sub-nav .a {
  height: 100%;
  line-height: 80px;
  color: #222222;
  margin-right: 50px;
  box-sizing: border-box;
}
.sub-nav-history .sub-nav-history-center .left-sub-nav .a:hover, .sub-nav-history .sub-nav-history-center .left-sub-nav .a-active {
  border-bottom: 3px solid !important;
  color: #1c62ad !important;
}
.sub-nav-history .sub-nav-history-center .right-history {
  flex-shrink: 0;
  color: #666666;
  font-size: 14px;
}
.sub-nav-history .sub-nav-history-center .right-history .ha {
  color: #666;
}
.sub-nav-history .sub-nav-history-center .right-history .ha-active {
  color: #1c62ad;
}
.sub-nav-history .sub-nav-history-center .right-history .space_icon {
  margin: 0 8px;
}

.sub-about_box {
  background-color: #f8fafb;
  padding-top: 50px;
  padding-bottom: 80px;
}
@media (max-width: 640px) {
  .sub-about_box {
    width: 100% !important;
    padding-top: 25px;
    padding-bottom: 40px;
  }
  .sub-about_box .sub-about_center {
    width: 100% !important;
    padding: 0 20px !important;
  }
  .sub-about_box .sub-about_center .title {
    font-size: 20px !important;
  }
  .sub-about_box .sub-about_center .sub-content {
    font-size: 14px !important;
  }
}
.sub-about_box .sub-about_center {
  width: 1600px;
  margin: 0 auto;
  background-color: #fff;
  padding: 60px;
  box-sizing: border-box;
}
.sub-about_box .sub-about_center .title {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #1c62ad;
  margin-bottom: 50px;
}
.sub-about_box .sub-about_center .sub-content {
  font-size: 15px;
  font-weight: 400;
  color: #222222;
  line-height: 30px;
}
.sub-about_box .sub-about_center img {
  width: 100%;
  display: block;
  margin: 20px 0;
}

.develop-course-x {
  width: 100%;
  padding-top: 50px;
}
@media (max-width: 1600px) {
  .develop-course-x .develop-course-center {
    width: 100% !important;
  }
  .develop-course-x .develop-course-center .develop-middle {
    align-items: center;
  }
  .develop-course-x .develop-course-center .dev-left {
    width: auto !important;
    margin-right: 20px;
    max-width: 500px;
  }
  .develop-course-x .develop-course-center .dev-right {
    width: 40% !important;
    height: auto !important;
  }
  .develop-course-x .develop-course-center .dev-right img {
    height: auto !important;
  }
}
.develop-course-x .develop-course-center {
  width: 1600px;
  margin: 0 auto;
  background-color: #fff;
  padding: 60px;
  box-sizing: border-box;
}
.develop-course-x .develop-course-center .develop-middle {
  display: flex;
}
.develop-course-x .develop-middle {
  justify-content: space-between;
  margin-bottom: 60px;
  width: 80%;
  margin: 0 auto 60px auto;
}
.develop-course-x .develop-middle .dev-right {
  width: 530px;
  height: 334px;
  flex-shrink: 0;
}
.develop-course-x .develop-middle .dev-right img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.develop-course-x .develop-middle .dev-left {
  padding: 25px 0 20px 0;
  width: 535px;
}
.develop-course-x .develop-middle .dev-left .year {
  font-size: 60px;
  font-weight: bold;
  color: #1c62ad;
  margin-bottom: 20px;
}
.develop-course-x .develop-middle .dev-left .history-p {
  font-size: 16px;
  color: #444444;
  line-height: 34px;
  height: 220px;
  overflow: auto;
}
.develop-course-x .develop-middle .dev-left .history-p::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.develop-course-x .develop-middle .dev-left .history-p::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #1c62ad;
}
.develop-course-x .develop-middle .dev-left .history-p::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}
.develop-course-x .timeline-box {
  padding: 0 50px;
  box-sizing: border-box;
  position: relative;
}
.develop-course-x .time-btn {
  width: 50px;
  height: 50px;
  border: 1px solid #dedede;
  border-radius: 50%;
  background-color: #fff;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #808080;
  position: absolute;
  top: 0;
  cursor: pointer;
}
.develop-course-x .time-btn .iconfont {
  font-size: 10px;
}
.develop-course-x .time-prev {
  left: 0;
}
.develop-course-x .time-next {
  right: 0;
}
.develop-course-x .timeline {
  position: relative;
  overflow: hidden;
}
.develop-course-x .timeline .time-node {
  width: 10%;
}
.develop-course-x .timeline .time-node-active .time {
  color: #1c62ad !important;
}
.develop-course-x .timeline .time-node-active .point {
  width: 18px;
  height: 18px;
  background: #ffffff !important;
  border: 4px solid #1c62ad;
  border-radius: 50%;
}
.develop-course-x .timeline .time-node .time {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 18px;
  color: #999999;
}
.develop-course-x .timeline .time-node .line-x {
  display: flex;
  align-items: center;
  height: 50px;
  margin-bottom: 15px;
}
.develop-course-x .timeline .time-node .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  position: relative;
}
.develop-course-x .timeline .time-node .point {
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #dddddd;
  border-radius: 50%;
}
.develop-course-x .develop-head {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 50px;
}
.develop-course-x .develop-head h3 {
  font-size: 40px;
  font-weight: bold;
  color: #222222;
}
.develop-course-x .develop-head span {
  font-size: 16px;
  font-weight: 400;
  color: #888888;
  margin-top: 22px;
}
@media (max-width: 640px) {
  .develop-course-x {
    padding: 0 20px;
    padding-top: 25px;
    box-sizing: border-box;
  }
  .develop-course-x .develop-head {
    display: none;
  }
  .develop-course-x .develop-course-center {
    background-color: #fff;
    width: 100% !important;
    box-sizing: border-box;
    padding: 0 15px;
  }
  .develop-course-x .develop-course-center .timeline-box {
    padding: 0 25px;
    box-sizing: border-box;
    position: relative;
  }
  .develop-course-x .develop-course-center .time-btn {
    width: 25px;
    height: 25px;
    border: 1px solid #dedede;
    border-radius: 50%;
    background-color: #fff;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #808080;
    position: absolute;
    top: 0;
  }
  .develop-course-x .develop-course-center .time-btn .iconfont {
    font-size: 10px;
  }
  .develop-course-x .develop-course-center .time-prev {
    left: 0;
  }
  .develop-course-x .develop-course-center .time-next {
    right: 0;
  }
  .develop-course-x .develop-course-center .timeline {
    position: relative;
    overflow: hidden;
  }
  .develop-course-x .develop-course-center .timeline .time-node {
    width: 33.3333333333%;
  }
  .develop-course-x .develop-course-center .timeline .time-node-active .time {
    color: #1c62ad !important;
  }
  .develop-course-x .develop-course-center .timeline .time-node-active .point {
    width: 9px;
    height: 9px;
    background: #ffffff !important;
    border: 2px solid #1c62ad;
    border-radius: 50%;
  }
  .develop-course-x .develop-course-center .timeline .time-node .time {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 12px;
    color: #999999;
  }
  .develop-course-x .develop-course-center .timeline .time-node .line-x {
    display: flex;
    align-items: center;
    height: 25px;
    margin-bottom: 15px;
  }
  .develop-course-x .develop-course-center .timeline .time-node .line {
    width: 100%;
    height: 1px;
    background-color: #dddddd;
    position: relative;
  }
  .develop-course-x .develop-course-center .timeline .time-node .point {
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #dddddd;
    border-radius: 50%;
  }
  .develop-course-x .develop-course-center .develop-middle {
    flex-direction: column-reverse;
    margin-bottom: 20px !important;
  }
  .develop-course-x .develop-course-center .develop-middle .dev-right {
    width: 100% !important;
    height: 200px;
  }
  .develop-course-x .develop-course-center .develop-middle .dev-right img {
    width: 100%;
    height: 200px;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .develop-course-x .develop-course-center .develop-middle .dev-left {
    padding: 25px 0 20px 0;
    width: 100% !important;
    margin-right: 0 !important;
  }
  .develop-course-x .develop-course-center .develop-middle .dev-left .year {
    font-size: 30px;
    font-weight: bold;
    color: #1c62ad;
    margin-bottom: 20px;
  }
  .develop-course-x .develop-course-center .develop-middle .dev-left .history-p {
    font-size: 12px;
    color: #444444;
    line-height: 20px;
    height: 170px;
    overflow: auto;
  }
}

@media (max-width: 640px) {
  .recruitment-web-box {
    display: none;
  }
  .recruitment-mobile-box {
    display: block !important;
    padding: 20px 12px;
    box-sizing: border-box;
  }
  .recruitment-mobile-box .recruitment-mobile-center {
    width: 100%;
    background-color: #fff;
  }
  .recruitment-mobile-box .recruitment-card:last-child .recruitment-head {
    border-bottom: 1px solid #dedede !important;
  }
  .recruitment-mobile-box .recruitment-card-active .recruitment-head {
    color: #fff !important;
    background: #3cb35c;
  }
  .recruitment-mobile-box .recruitment-card-active .recruitment-desc {
    display: block !important;
  }
  .recruitment-mobile-box .recruitment-card .recruitment-head {
    height: 60px;
    box-sizing: border-box;
    padding: 0 20px;
    color: #222222;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    border: 1px solid #dedede;
    border-bottom: 0;
  }
  .recruitment-mobile-box .recruitment-card .recruitment-desc {
    border: 1px solid #dedede;
    border-top: 0;
    display: none;
    box-sizing: border-box;
    padding: 20px;
  }
}
.recruitment-mobile-box {
  display: none;
}

.recruitment-web-box {
  width: 100%;
}
@media (max-width: 1600px) {
  .recruitment-web-box .recru-w-c {
    width: 100% !important;
  }
}
.recruitment-web-box .recru-w-c {
  width: 1600px;
  margin: 0 auto;
  padding: 60px;
  box-sizing: border-box;
  background-color: #fff;
}
.recruitment-web-box .recru-header {
  height: 70px;
  background: #1c62ad;
  box-sizing: border-box;
  padding: 0 60px;
}
.recruitment-web-box .recru-header .col {
  font-size: 18px;
  color: #ffffff;
}
.recruitment-web-box .recru-body .recru-item {
  border-bottom: 1px solid #eceae6;
}
.recruitment-web-box .recru-body .recru-item-active .recru-desc {
  display: block !important;
}
.recruitment-web-box .recru-body .recru-item-active .btn {
  background: #3cb35c !important;
}
.recruitment-web-box .recru-body .recru-item .recru-desc {
  border-top: 1px solid #eceae6;
  padding: 30px 60px;
  display: none;
}
.recruitment-web-box .recru-body .recru-item .recru-item-head {
  height: 90px;
  padding: 0 60px;
  box-sizing: border-box;
}
.recruitment-web-box .recru-body .recru-item .recru-item-text {
  font-size: 17px;
  color: #444444;
}
.recruitment-web-box .recru-body .recru-item .recru-details {
  display: flex;
  align-items: center;
  justify-content: center;
}
.recruitment-web-box .recru-body .recru-item .recru-details .btn {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 40px;
  background: #dbdbdb;
  cursor: pointer;
}
.recruitment-web-box .recru-body .recru-item .recru-details .btn .iconfont {
  font-size: 14px;
  margin-left: 10px;
}
.recruitment-web-box .row {
  display: flex;
  align-items: center;
}
.recruitment-web-box .row .col {
  flex: 1;
}

.leave-message-box {
  padding-top: 50px;
  padding-bottom: 80px;
}
@media (max-width: 800px) {
  .leave-message-box .input-group {
    flex-direction: column;
  }
  .leave-message-box .input-group .col-input {
    margin-right: 0 !important;
    flex: auto !important;
    margin: 10px 0;
  }
}
@media (max-width: 1600px) {
  .leave-message-box .leave-message-center {
    width: 100% !important;
  }
}
.leave-message-box .leave-message-center {
  width: 1600px;
  margin: 0 auto;
  background-color: #fff;
  box-sizing: border-box;
  padding: 50px;
}
.leave-message-box .leave-message-center .head {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.leave-message-box .leave-message-center .head h4 {
  font-size: 40px;
  font-weight: bold;
  color: #222222;
  margin-bottom: 20px;
}
.leave-message-box .leave-message-center .head span {
  font-size: 16px;
  font-weight: 400;
  color: #888888;
}
.leave-message-box .leave-message-center .input-group {
  display: flex;
  margin-top: 40px;
  margin-bottom: 80px;
}
.leave-message-box .leave-message-center .input-group .col-input {
  flex: 1;
  margin-right: 30px;
  height: 60px;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0 20px;
}
.leave-message-box .leave-message-center .input-group .col-input .iconfont {
  font-size: 20px;
  margin-right: 10px;
}
.leave-message-box .leave-message-center .input-group .col-input .input {
  flex: 1;
}
.leave-message-box .leave-message-center .input-group .col-input:nth-child(3n) {
  margin-right: 0;
}
.leave-message-box .leave-message-center .textarea-x {
  width: 100%;
  height: 250px;
  background: #ffffff;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  padding: 20px;
  box-sizing: border-box;
  resize: none;
}
.leave-message-box .leave-message-center .btn-group {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.leave-message-box .leave-message-center .btn-group .submit {
  background: #1c62ad;
}
.leave-message-box .leave-message-center .btn-group .reset {
  background: #b7b7b7;
}
.leave-message-box .leave-message-center .btn-group .btn {
  width: 240px;
  height: 60px;
  border-radius: 31px;
  color: #fff;
  font-size: 18px;
  margin: 0 15px;
}
@media (max-width: 640px) {
  .leave-message-box {
    padding: 10px 20px;
    box-sizing: border-box;
  }
  .leave-message-box .head h4 {
    font-size: 20px !important;
  }
  .leave-message-box .head span {
    font-size: 10px !important;
  }
  .leave-message-box .input-group {
    margin-bottom: 40px !important;
    margin-top: 20px !important;
  }
  .leave-message-box .col-input {
    height: 40px !important;
  }
  .leave-message-box .col-input .iconfont {
    font-size: 16px !important;
  }
  .leave-message-box .col-input input {
    font-size: 12px !important;
  }
  .leave-message-box .textarea-x {
    height: 130px !important;
    padding: 10px !important;
    font-size: 10px !important;
  }
  .leave-message-box .btn-group {
    margin-top: 20px !important;
  }
  .leave-message-box .btn-group .btn {
    flex: 1;
    height: 40px !important;
    font-size: 14px !important;
  }
}

.qualification-list {
  padding: 30px 0;
}
@media (max-width: 1600px) {
  .qualification-list .qualification-list-center {
    width: 100% !important;
  }
  .qualification-list .qualification-list-center .qualification-item .img {
    width: 282px !important;
  }
}
.qualification-list .qualification-list-center {
  width: 1600px;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.qualification-list .qualification-list-center .qualification-li {
  display: flex;
  justify-content: center;
  align-content: center;
  width: 103%;
  margin-left: -30px;
  flex-wrap: wrap;
}
.qualification-list .qualification-list-center .qualification-li .qualification-item {
  padding: 30px;
  box-sizing: border-box;
  background-color: #fff;
  margin-left: 30px;
  margin-bottom: 30px;
}
.qualification-list .qualification-list-center .qualification-li .qualification-item .img {
  width: 316px;
  height: 234px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.qualification-list .qualification-list-center .qualification-li .qualification-item .img img {
  width: 100%;
}
.qualification-list .qualification-list-center .qualification-li .qualification-item .name {
  text-align: center;
  font-size: 17px;
  font-weight: 400;
  color: #444444;
  margin-top: 20px;
  display: block;
}
@media (max-width: 640px) {
  .qualification-list {
    width: 100% !important;
    box-sizing: border-box;
    padding: 20px !important;
  }
  .qualification-list .qualification-li {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    margin: 0 !important;
  }
  .qualification-list .qualification-li .qualification-item {
    margin: 0 !important;
    padding: 15px !important;
  }
  .qualification-list .qualification-li .qualification-item .img {
    width: 100% !important;
    height: 110px !important;
  }
  .qualification-list .qualification-li .qualification-item .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .qualification-list .qualification-li .qualification-item .name {
    font-size: 13px !important;
    margin-top: 10px !important;
  }
}

.news-and-info-box {
  padding: 50px 0;
}
@media (max-width: 1600px) {
  .news-and-info-box .news-and-info-center {
    width: 100% !important;
  }
}
@media (max-width: 640px) {
  .news-and-info-box {
    padding: 20px !important;
  }
  .news-and-info-box .news-and-info-center {
    width: 100% !important;
  }
  .news-and-info-box .news-and-info-center .news-links {
    padding: 10px !important;
    align-items: center;
  }
  .news-and-info-box .news-and-info-center .news-links .img {
    width: 100px !important;
    height: 100px !important;
  }
  .news-and-info-box .news-and-info-center .news-links .info {
    padding: 10px 0 !important;
  }
  .news-and-info-box .news-and-info-center .news-links .info h4 {
    font-size: 12px !important;
  }
  .news-and-info-box .news-and-info-center .news-links .info p {
    font-size: 10px !important;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .news-and-info-box .news-and-info-center .news-links .info .time {
    font-size: 12px !important;
  }
}
.news-and-info-box .news-and-info-center {
  width: 1600px;
  margin: 0 auto;
  background-color: #fff;
}
.news-and-info-box .news-and-info-center .news-links {
  display: flex;
  background-color: #fff;
  box-sizing: border-box;
  padding: 40px;
  border-bottom: 1px solid #eeeeee;
}
.news-and-info-box .news-and-info-center .news-links .img {
  width: 300px;
  height: 210px;
  margin-right: 30px;
}
.news-and-info-box .news-and-info-center .news-links .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.news-and-info-box .news-and-info-center .news-links .info {
  flex-direction: column;
  display: flex;
  justify-content: space-between;
  flex: 1;
  padding: 30px 0;
  box-sizing: border-box;
}
.news-and-info-box .news-and-info-center .news-links .info h4 {
  font-size: 24px;
  font-weight: 400;
  color: #000000;
}
.news-and-info-box .news-and-info-center .news-links .info p {
  font-size: 15px;
  font-weight: 400;
  color: #777777;
  line-height: 26px;
}
.news-and-info-box .news-and-info-center .news-links .info .time {
  font-size: 14px;
  font-weight: 400;
  color: #777777;
}

.search-result-list {
  padding: 30px 0;
}
@media (max-width: 1600px) {
  .search-result-list .search-result-center {
    width: 100% !important;
  }
}
@media (max-width: 640px) {
  .search-result-list {
    padding: 20px !important;
  }
  .search-result-list .result-item {
    margin: 10px 0 !important;
    padding: 20px 15px !important;
  }
  .search-result-list .result-item p {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .search-result-list .result-item h3 {
    font-size: 10px !important;
  }
  .search-result-list .result-item p {
    font-size: 10px !important;
  }
  .search-result-list .result-item .time {
    font-size: 12px !important;
  }
  .search-result-list .result-item .time .iconfont {
    font-size: 10px !important;
  }
}
.search-result-list .search-result-center {
  width: 1600px;
  margin: 0 auto;
}
.search-result-list .search-result-center .result-item {
  background-color: #fff;
  padding: 38px 30px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 20px 0;
}
.search-result-list .search-result-center .result-item h3 {
  font-size: 20px;
  font-weight: 400;
  color: #000000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search-result-list .search-result-center .result-item p {
  font-size: 16px;
  font-weight: 400;
  color: #777777;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 25px;
  margin-bottom: 30px;
}
.search-result-list .search-result-center .result-item .time {
  font-size: 14px;
  color: #777777;
}

.news-details-box {
  padding: 50px 0;
}
@media (max-width: 1600px) {
  .news-details-box .news-details-center {
    width: 100% !important;
  }
  .news-details-box .news-det-foot .text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.news-details-box .news-details-center {
  width: 1600px;
  margin: 0 auto;
  background-color: #fff;
  padding: 0 40px;
  box-sizing: border-box;
}
.news-details-box .head {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 0;
  border-bottom: 1px solid #eeeeee;
}
.news-details-box .head h3 {
  font-size: 30px;
  font-weight: 400;
  color: #222222;
}
.news-details-box .head .share {
  margin-top: 40px;
  font-size: 14px;
  font-weight: 400;
  color: #888888;
  display: flex;
  align-items: center;
}
.news-details-box .head .a {
  width: 30px;
  height: 30px;
  border: 1px solid;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.news-details-box .news-det-body {
  font-size: 15px;
  font-weight: 400;
  color: #555555;
  line-height: 32px;
  padding: 50px 0;
  box-sizing: border-box;
}
.news-details-box .news-det-foot {
  display: flex;
  justify-content: space-between;
  height: 70px;
  background: #ffffff;
  border: 1px solid #e9e9e9;
  align-items: center;
  padding: 0 20px;
  box-sizing: border-box;
}
.news-details-box .news-det-foot .page-btn {
  font-size: 16px;
  font-weight: 400;
  color: #444444;
}
.news-details-box .news-det-foot .return-to-list {
  width: 110px;
  height: 40px;
  background: #1c62ad;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.news-details-box .news-det-foot .return-to-list .iconfont {
  font-size: 20px;
  margin-right: 10px;
}
@media (max-width: 640px) {
  .news-details-box {
    padding: 20px !important;
  }
  .news-details-box .news-details-center {
    padding: 0 20px;
  }
  .news-details-box .head {
    padding: 20px 0;
  }
  .news-details-box .head h3 {
    font-size: 15px;
  }
  .news-details-box .head .share {
    font-size: 12px;
    margin-top: 20px;
  }
  .news-details-box .head .a {
    width: 15px !important;
    height: 15px !important;
  }
  .news-details-box .head .a .iconfont {
    font-size: 10px !important;
  }
  .news-details-box .news-det-body {
    font-size: 12px !important;
    padding: 25px 0 !important;
  }
  .news-details-box .news-det-foot {
    padding: 0 10px !important;
  }
  .news-details-box .news-det-foot .page-btn {
    font-size: 12px !important;
    display: flex;
    align-items: center;
  }
  .news-details-box .news-det-foot .page-btn .text {
    width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
  }
  .news-details-box .news-det-foot .return-to-list {
    width: 55px;
    height: 20px;
    display: none;
    font-size: 12px;
  }
  .news-details-box .news-det-foot .return-to-list .iconfont {
    font-size: 12px !important;
  }
  .news-details-box .news-det-foot .return-to-list span {
    font-size: 10px;
  }
}

.intr-box {
  padding: 50px 0;
  box-sizing: border-box;
}
@media (max-width: 1600px) {
  .intr-box .intr-center {
    width: 100% !important;
    flex-direction: column-reverse;
  }
  .intr-box .intr-center .r {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 20px !important;
  }
  .intr-box .intr-center .r img {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .intr-box .intr-center .into-item {
    margin: 20px !important;
  }
}
.intr-box .intr-center {
  width: 1600px;
  margin: 0 auto;
  background-color: #fff;
  padding: 60px;
  box-sizing: border-box;
  display: flex;
}
.intr-box .intr-center .into-item span {
  font-size: 20px;
  color: #000;
  font-weight: 600;
}
.intr-box .intr-center .into-item p {
  color: #555555;
  font-size: 17px;
  margin-top: 10px;
}
.intr-box .intr-center .l {
  flex: 1;
  padding-right: 7%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.intr-box .intr-center .r {
  width: 740px;
  height: 470px;
  flex-shrink: 0;
}
.intr-box .intr-center .r img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 640px) {
  .intr-box {
    padding: 20px !important;
  }
  .intr-box .intr-center {
    padding: 30px;
    flex-direction: column-reverse;
  }
  .intr-box .l {
    width: 100%;
  }
  .intr-box .r {
    width: 100% !important;
    height: auto !important;
  }
  .intr-box .r img {
    width: 100% !important;
  }
  .intr-box .into-item {
    margin: 20px 0;
  }
  .intr-box .into-item span {
    font-size: 14px !important;
  }
  .intr-box .into-item p {
    font-size: 10px !important;
  }
}

.contact-desc .name .cn {
  font-size: 32px;
  font-weight: bold;
  color: #1c62ad;
  margin-bottom: 17px;
  display: block;
}
.contact-desc .name .en {
  font-size: 14px;
  font-weight: 400;
  color: #888888;
}
.contact-desc .line_bar {
  display: block;
  width: 30px;
  height: 2px;
  background: #dcdcdc;
  margin-top: 40px;
  margin-bottom: 80px;
}
.contact-desc .foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact-desc .foot .lf .lf-row {
  font-size: 18px;
  margin-bottom: 25px;
}
.contact-desc .foot .lf .lf-row:last-child {
  margin-bottom: 0;
}
.contact-desc .foot .lf .lf-row .label {
  color: #666666;
}
.contact-desc .foot .lf .lf-row .value {
  color: #222222;
}
.contact-desc .foot .rf {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact-desc .foot .rf .img {
  width: 134px;
  height: 134px;
  box-sizing: border-box;
  padding: 3px;
  border: 1px solid #efeeee;
}
.contact-desc .foot .rf .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.contact-desc .foot .rf span {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  margin-top: 23px;
}
@media (max-width: 640px) {
  .contact-desc .name .cn {
    font-size: 18px !important;
  }
  .contact-desc .name .en {
    font-size: 12px !important;
  }
  .contact-desc .line_bar {
    margin-top: 20px !important;
    margin-bottom: 40px !important;
  }
  .contact-desc .foot {
    flex-direction: column;
  }
  .contact-desc .foot .lf {
    width: 100%;
  }
  .contact-desc .foot .rf {
    margin-top: 20px !important;
  }
}

.speech-box {
  padding: 50px 0;
}
@media (max-width: 1600px) {
  .speech-box .speech-center {
    width: 100% !important;
    flex-direction: column;
    align-items: center;
  }
  .speech-box .speech-center .introduction {
    margin-left: 0 !important;
    width: 100%;
  }
}
.speech-box .speech-center {
  display: flex;
  width: 1600px;
  margin: 0 auto;
  background-color: #fff;
  padding: 40px 60px;
  box-sizing: border-box;
}
.speech-box .img {
  flex-shrink: 0;
}
.speech-box .introduction {
  margin-left: 70px;
  display: flex;
  flex-direction: column;
}
.speech-box .aMaxim {
  height: 40px;
  width: auto;
  align-self: flex-start;
  margin-top: 20px;
}
.speech-box .signature {
  display: flex;
  justify-content: flex-end;
}
.speech-box .name-abs .name {
  color: #1c62ad;
  font-size: 40px;
  margin-right: 10px;
}
.speech-box .name-abs .abso {
  font: #222 16px;
}
.speech-box .speech {
  height: 317px;
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  line-height: 30px;
  margin-top: 40px;
  margin-bottom: 55px;
}
@media (max-width: 640px) {
  .speech-box .speech-center {
    padding: 10px 20px !important;
  }
  .speech-box .speech-center .img {
    width: 100% !important;
  }
  .speech-box .speech-center .img img {
    width: 100%;
  }
  .speech-box .speech-center .introduction {
    margin-top: 30px;
  }
  .speech-box .speech-center .introduction .name-abs .name {
    font-size: 20px;
  }
  .speech-box .speech-center .introduction .name-abs .abso {
    font-size: 12px;
  }
  .speech-box .speech-center .introduction .aMaxim {
    width: 100% !important;
  }
  .speech-box .speech-center .introduction .speech {
    height: auto !important;
    font-size: 14px !important;
  }
}

.subpage-case {
  background-color: #fff;
  padding: 40px;
  box-sizing: border-box;
  margin-bottom: 80px !important;
}
.subpage-case .case-list {
  margin-top: 0;
}
.subpage-case .case-item {
  width: 480px;
  flex: none !important;
  flex-shrink: 0 !important;
  margin-right: 40px !important;
  margin-bottom: 40px !important;
}
.subpage-case .case-item:nth-child(3n) {
  margin-right: 0 !important;
}
@media (max-width: 1600px) {
  .subpage-case .case-list {
    display: flex !important;
    flex-direction: column;
  }
  .subpage-case .case-list .case-item {
    width: 100% !important;
    margin: 0 !important;
  }
  .subpage-case .case-list .img {
    height: 290px !important;
  }
}/*# sourceMappingURL=index.css.map */