/* banner */
.banner {
  position: relative;
  width: 100%;
  height: auto;
}
.banner,
.banner .swiper-container-1 {
  height: 22vh;
}
.banner .swiper-slide {
  position: relative;
  display: block;
  width: 100%;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: left bottom;
}
.banner .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .swiper-button-prev,
.banner .swiper-button-next {
  display: none;
}
.banner .swiper-button-prev::after,
.banner .swiper-button-next::after {
  content: '';
}
.swiper-container-1 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  background-color: #fff
}
.banner .swiper-pagination-bullet-active {
  background-color: #2b3c82;
  border: 3px #fff solid;
}
.swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 0;
}
@media (min-width: 1024px) {
  /* .banner .swiper-slide img {
    height: auto;
  } */
  .banner .swiper-button-prev,
  .banner .swiper-button-next {
    display: flex;
    width: 50px;
    height: 70px;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .banner .swiper-button-prev span,
  .banner .swiper-button-next span {
    font-size: 30px;
    color: #fff;
  }
  .banner .swiper-button-prev {
    left: 30px;
  }
  .banner .swiper-button-next {
    right: 30px;
  }
  .swiper-container-1 .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
  }
  .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 10px;
  }
}
@media (min-width: 1025px) {
  .banner,
  .banner .swiper-container-1 {
    height: 730px;
    max-height: 730px;
  }
}
@media (min-width: 1200px) {
  .banner .swiper-button-prev,
  .banner .swiper-button-next {
    width: 60px;
    height: 85px;
  }
  .banner .swiper-button-prev span,
  .banner .swiper-button-next span {
    font-size: 42px;
  }
  .banner .swiper-button-prev {
    left: 50px;
  }
  .banner .swiper-button-next {
    right: 50px;
  }
}
@media (min-width: 1350px) {
  .banner .swiper-button-prev,
  .banner .swiper-button-next {
    width: 70px;
    height: 100px;
  }
  .banner .swiper-button-prev {
    left: 80px;
  }
  .banner .swiper-button-next {
    right: 80px;
  }
}


/* section-1 */
.section-1 {
  background-color: #fafafa;
  padding: 20px 0 35px 0;
}
.section-1-swiper,
.section-3-swiper {
  flex: none;
  width: 100%;
  height: 180px;
  margin: 0;
}
.section-1-swiper .swiper-slide,
.section-3-swiper .swiper-slide {
  display: block;
}
.section-1-swiper .swiper-slide img,
.section-3-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-1-swiper .swiper-slide-title {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 14px;
  color: #fff;
  line-height: 42px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 0 130px 0 10px;
  box-sizing: border-box;
}
.section-1-swiper .swiper-pagination {
  text-align: right;
  bottom: 12px;
}
.section-3-swiper .swiper-pagination {
  bottom: 10px;
}
.section-1-swiper .swiper-pagination-bullet,
.section-3-swiper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #fff;
  opacity: 1;
}
.section-1-swiper .swiper-pagination-bullet-active,
.section-3-swiper .swiper-pagination-bullet-active {
  background-color: #ee7313;
}
.section-item .news {
  box-sizing: border-box;
  padding-top: 20px;
}
.section-item .news-head {
  position: relative;
  width: 100%;
  height: 50px;
  align-items: center;
  background-color: #214889;
  padding: 0 10px;
  box-sizing: border-box;
  border-bottom: 1px #e0e0e0 solid;
  margin-bottom: 10px;
}
.section-3.section-item .news-head {
    background-color: transparent;
    padding: 0 0 10px 0;
}
/*.section-item .news-head::after {*/
/*  position: absolute;*/
/*  left: 0;*/
/*  bottom: -1px;*/
/*  content: '';*/
/*  width: 100px;*/
/*	height: 1px;*/
/*	background-color: #216bab;*/
/*}*/
.section-item .news-head-title {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}
.section-3.section-item .news-head-title {
    color: #333;
}
.section-item .news-list-item {
  display: block;
  border-bottom: 1px #e0e0e0 solid;
}
.section-item .news-list-item_title,
.section-item .news-list-item_time {
  font-size: 16px;
  line-height: 46px;
}
.section-item .news-list-item_title {
  position: relative;
  color: #333;
  padding: 0 10px 0 21px;
  box-sizing: border-box;
}
.section-item .news-list-item_title::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 6px;
	height: 6px;
	background-color: #2b3c82;
}
.section-item .news-list-item_time {
  color: #686868;
}
.section-1 .news-list-item_desc {
  font-size: 14px;
  color: #686868;
  line-height: 26px;
  max-height: 52px;
  overflow: hidden;
  height: 0;
  transition: all 0.35s linear;
  margin-bottom: 2px;
}
.section-1-news_active .news-list-item_title,
.section-1-news_active .news-list-item_time {
  color: #2b3c82;
  font-weight: bold;
}
.section-1-news_active .news-list-item_desc {
  height: 52px;
}
.section-1-bottom .news-list-item:hover .news-list-item_title {
  color: #2b3c82;
}
@media (min-width: 576px) {
  .section-1-swiper,
  .section-3-swiper {
    height: 300px;
  }
  .section-1-swiper .swiper-slide-title {
    font-size: 16px;
    line-height: 52px;
    padding: 0 130px 0 20px;
  }
  .section-1-swiper .swiper-pagination {
    bottom: 15px;
  }
  .section-1-swiper .swiper-pagination-bullet,
  .section-3-swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
@media (min-width: 768px) {
  .section-1-swiper {
    height: 390px;
  }
  .section-3-swiper {
    height: 433px;
  }
}
@media (min-width: 992px) {
  .section-1 {
    padding: 50px 0 46px 0;
  }
  .section-1-swiper {
    width: 50%;
    height: 456px;
  }
  .section-3-swiper {
    width: 49%;
  }
  .section-item .news {
    padding-top: 0;
    width: 0;
  }
  .section-1-top .news {
    padding-left: 40px;
  }
  .section-1-bottom .news:last-child {
    padding-left: 40px;
  }
  .section-item .news-head {
    /*padding-bottom: 15px;*/
    height: 62px;
    margin-bottom: 15px;
    padding: 0 20px;
  }
  .section-item .news-head-title {
    font-size: 24px;
  }
  .section-item .news-list-item_title,
  .section-item .news-list-item_time {
    font-size: 18px;
    line-height: 62px;
  }
  .section-1 .news-list-item_desc {
    font-size: 16px;
    line-height: 30px;
    max-height: 60px;
  }
  .section-1-news_active .news-list-item_desc {
    height: 60px;
  }
  .section-1-bottom {
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  .section-1-swiper {
    height: 456px;
  }
}
@media (min-width: 1350px) {
  .section-1-swiper .swiper-slide-title {
    line-height: 64px;
  }
  .section-1-swiper .swiper-pagination {
    text-align: right;
    bottom: 20px;
  }
  .section-1-swiper .swiper-pagination-bullet,
  .section-3-swiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
}
@media (min-width: 1600px) {
  .section-1-swiper {
    height: 456px;
  }
}


/* section-2 */
.section-2 {
  position: relative;
  padding: 20px 0 25px 0;
}
.section-2-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.8s linear;
}
.section-2 .index-container {
  position: relative;
  height: 100%;
  box-sizing: border-box;
}
.section-2-link {
  width: 100%;
  padding-top: 65px;
}
.section-2-link .link-item {
  box-shadow: 3px 4px 15px 0px rgba(227, 227, 227, 0.75);
}
.section-2-link .link-item,
.section-2-en-link .link-item {
  z-index: 3;
  position: relative;
  align-content: center;
  height: 100px;
  background-color: #fff;
  transition: all 0.5s linear;
}
.section-2-link .link-item *,
.section-2-en-link .link-item * {
  transition: all 0.3s ease-in-out;
}
.section-2-link .link-item:nth-child(1),
.section-2-link .link-item:nth-child(2),
.section-2-en-link .link-item:nth-child(1),
.section-2-en-link .link-item:nth-child(2) {
  width: 49%;
  margin-bottom: 5px;
}
.section-2-link .link-item:nth-child(1),
.section-2-en-link .link-item:nth-child(1) {
  margin-right: 2%;
}
.section-2-link .link-item:nth-child(3),
.section-2-link .link-item:nth-child(4),
.section-2-link .link-item:nth-child(5),
.section-2-en-link .link-item:nth-child(3),
.section-2-en-link .link-item:nth-child(4),
.section-2-en-link .link-item:nth-child(5) {
  width: 32%;
  margin-right: 2%;
}
.section-2-link .link-item:nth-child(5),
.section-2-en-link .link-item:nth-child(5) {
  margin-right: 0%;
}
.section-2-link .link-item-icon,
.section-2-en-link .link-item-icon {
  width: 56px;
  height: 56px;
  background-color: #ececec;
  border-radius: 50%;
}
.section-2-link .link-item-icon_img,
.section-2-en-link .link-item-icon_img {
  width: 32px;
  overflow: hidden;
}
.section-2-link .link-item-icon_img-active,
.section-2-en-link .link-item-icon_img-active {
  display: none;
}
.section-2-link .link-item-icon_img img,
.section-2-en-link .link-item-icon_img img {
  width: 100%;
  height: auto;
}
.section-2-link .link-item-text,
.section-2-en-link .link-item-text {
  width: 100%;
  font-size: 12px;
  color: #333;
  text-align: center;
  padding-top: 10px;
}
.section-2-link .link-item:hover {
  background-image: linear-gradient(0deg, #1f4070 0%, #10698a 50%, #0091a4 100%);
}
.section-2-link .link-item:hover .link-item-text {
  color: #fff;
}
/*.section-2-link .link-item:hover .link-item-icon_img-normal,*/
/*.section-2-en-link .link-item:hover .link-item-icon_img-normal {*/
/*  display: none;*/
/*}*/
/*.section-2-link .link-item:hover .link-item-icon_img-active,*/
/*.section-2-en-link .link-item:hover .link-item-icon_img-active {*/
/*  display: block;*/
/*}*/
@media (min-width: 576px) {
  .section-2 {
    padding: 30px 0 25px 0;
  }
  .section-2-link .link-item,
  .section-2-en-link .link-item {
    height: 110px !important;
  }
  .section-2-link .link-item:nth-child(1),
  .section-2-link .link-item:nth-child(2),
  .section-2-en-link .link-item:nth-child(1),
  .section-2-en-link .link-item:nth-child(2)  {
    margin-bottom: 15px;
  }
  .section-2-link .link-item-icon,
  .section-2-en-link .link-item-icon {
    width: 50px;
    height: 50px;
  }
  .section-2-link .link-item-text,
  .section-2-en-link .link-item-text {
    font-size: 14px;
    padding-top: 15px;
  }
}
@media (min-width: 768px) {
  .section-2 {
    padding: 49px 0 35px 0;
  }
  .section-2-link .link-item,
  .section-2-en-link .link-item {
    height: 147px !important;
  }
  .section-2-link .link-item-icon,
  .section-2-en-link .link-item-icon {
    width: 67.5px;
    height: 67.5px;
  }
  .section-2-link .link-item-icon_img,
  .section-2-en-link .link-item-icon_img  {
    width: 34px;
  }
  .section-2-link .link-item-text,
  .section-2-en-link .link-item-text {
    font-size: 16px;
    padding-top: 20px;
  }
}
@media (min-width: 1024px) {
  .section-2 {
    height: 70vh;
    padding: 79px 0 35px 0;
  }
  .section-2-link {
    position: absolute;
    left: 0;
    bottom: 0;
    padding-top: 0;
  }
  .section-2-link .link-item,
  .section-2-en-link .link-item {
    width: 19% !important;
    height: 280px !important;
    margin-right: 1.25% !important;
  }
  .section-2-link .link-item:last-child,
  .section-2-en-link .link-item:last-child {
    margin-right: 0 !important;
  }
  .section-2-link .link-item:nth-child(1),
  .section-2-link .link-item:nth-child(2),
  .section-2-en-link .link-item:nth-child(1),
  .section-2-en-link .link-item:nth-child(2) {
    margin-bottom: 0;
  }
  .section-2-link .link-item-icon,
  .section-2-en-link .link-item-icon {
    width: 150px;
    height: 150px;
  }
  .section-2-link .link-item-icon_img,
  .section-2-en-link .link-item-icon_img {
    width: 75px;
  }
  .section-2-link .link-item-text {
    font-size: 24px;
    padding-top: 15px;
  }
}
@media (min-width: 1200px) {
  .section-2 {
    height: 60vh;
    padding: 39px 0 30px 0;
  }
}


/* section-3 */
.section-3 {
  background: url('../../resources/img/bg-5.png');
  padding: 25px 0 35px 0;
}
.section-3 .common-title {
  margin-bottom: 20px;
}
.section-3 .common-title-cn,
.section-3 .common-title-en {
  color: #333;
}
.section-3-topic {
  margin-bottom: 10px;
}
.section-3-topic .topic-item {
  width: 49%;
  height: 120px;
}
.section-3-topic .topic-item:first-child {
  margin-right: 2%;
}
.section-3-topic .topic-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-3 .news {
  width: 100%;
  background-color: #fff;
  padding: 13px 10px;
  box-sizing: border-box;
}
.section-3 .news:first-child {
  /*margin-bottom: 20px;*/
}
.section-3 .news-head-title {
  font-weight: normal;
}
.section-3 .news-head {
  border-bottom: 0;
  margin-bottom: 0;
}
.section-3 .news-head::after {
  height: 0;
}
.section-3 .news-list-item {
  border-bottom: 0;
}
.section-3 .news-list-item_title,
.section-3 .news-list-item_time {
  line-height: 42px;
}
.section-3 .news-list-item:hover .news-list-item_title {
  color: #216bab;
}
@media (min-width: 992px) {
  .section-3 {
    padding: 70px 0;
  }
  .section-3 .common-title {
    margin-bottom: 45px;
  }
  .section-3-topic {
    margin-bottom: 20px;
  }
  .section-3-topic .topic-item {
    width: 49%;
    height: 170px;
  }
  .section-3-cover {
    width: 50%;
    margin-right: 40px;
  }
  .section-3-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .section-3-news {
    width: 49%;
  }
  .section-3 .news {
    padding: 23px 28px;
  }
  .section-3 .news-list-item_title,
  .section-3 .news-list-item_time {
    line-height: 48px;
  }
}


/* section-4 */
.section-4 {
  width: 100%;
  padding: 20px 0 25px 0;
  background: url('../../resources/img/bg-1.jpg') no-repeat 0 0;
  background-size: 100% 100%;
}
.section-4 .common-title-cn::after {
  background-color: #ffc600;
}
.section-4 .index-container {
  position: relative;
  height: 100%;
  box-sizing: border-box;
}
.section-4-cont {
  padding-top: 30px;
  width: 100%;
  height: 100%;
}
.section-4 .company-cover {
  width: 50%;
  height: 490px;
}
.section-4 .company-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-4 .company-info {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 20px 20px 36px 20px;
  box-sizing: border-box;
}
.section-4 .company-title {
  font-size: 20px;
  color: #333;
  line-height: 30px;
  padding-bottom: 12px;
}
.section-4 .company-desc {
  font-size: 14px;
  color: #333;
  line-height: 28px;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
  max-height: 196px;
}
.section-4 .company-desc,
.section-4 .company-desc p,
.section-4 .company-desc span,
.section-4 .company-desc p span {
  font-size: 14px !important;
  line-height: 28px !important;
}
.section-4 .company-more {
  width: 160px;
	height: 42px;
  border-radius: 20px;
	border: solid 1px #666;
  margin-top: 24px;
  transition: all 0.5s linear;
}
.section-4 .company-more-text {
  font-size: 16px;
  color: #666;
  padding-right: 10px;
}
.section-4 .company-more .iconfont {
  font-size: 20px;
  color: #666;
}
.section-4 .company-more:hover {
  border-color: #216bab;
}
.section-4 .company-more:hover .company-more-text,
.section-4 .company-more:hover .iconfont {
  color: #216bab;
}
@media (min-width: 992px) {
  .section-4 {
    padding: 35px 0;
  }
  .section-4-cont {
    padding-top: 75px;
  }
  .section-4 .company-cover,
  .section-4 .company-info {
    height: 380px;
  }
  .section-4 .company-info {
    width: 57%;
    background-color: #fff;
    margin-top: -50px;
    margin-left: -7%;
  }
  .section-4 .company-title {
    font-size: 26px;
    line-height: 32px;
    padding-bottom: 18px;
  }
  .section-4 .company-desc {
    font-size: 16px;
    line-height: 32px;
    -webkit-line-clamp: 6;
    max-height: 192px;
  }
  .section-4 .company-desc,
  .section-4 .company-desc p,
  .section-4 .company-desc span,
  .section-4 .company-desc p span {
    font-size: 16px !important;
    line-height: 32px !important;
  }
  .section-4 .company-more {
    width: 180px;
    height: 50px;
    border-radius: 25px;
    margin-top: 34px;
    border-color: #e5e5e5;
  }
  .section-4 .company-more-text {
    font-size: 16px;
    padding-right: 15px;
    color: #989898;
  }
  .section-4 .company-more .iconfont {
    font-size: 20px;
    color: #b7b7b7;
  }
}
@media (min-width: 1200px) {
  .section-4 {
    padding: 60px 0;
  }
  .section-4 .company-cover,
  .section-4 .company-info {
    height: 400px;
  }
  .section-4 .company-info {
    padding: 39px 39px 56px 39px;
  }
  .section-4 .company-title {
    font-size: 28px;
    line-height: 36px;
  }
  .section-4 .company-desc {
    font-size: 18px;
    line-height: 36px;
    -webkit-line-clamp: 5;
    max-height: 180px;
  }
  .section-4 .company-desc,
  .section-4 .company-desc p,
  .section-4 .company-desc span,
  .section-4 .company-desc p span {
    font-size: 18px !important;
    line-height: 36px !important;
  }
  .section-4 .company-more {
    width: 200px;
    height: 56px;
    border-radius: 28px;
  }
  .section-4 .company-more-text {
    font-size: 18px;
    padding-right: 20px;
  }
}
@media (min-width: 1350px) {
  .section-4 {
    padding: 80px 0;
  }
  .section-4-cont {
    padding-top: 100px;
  }
  .section-4 .company-cover,
  .section-4 .company-info {
    height: 490px;
  }
  .section-4 .company-desc {
    -webkit-line-clamp: 7;
    max-height: 252px;
  }
}


/* ny-banner */
.ny-banner {
  width: 100%;
  height: 150px;
  align-content: center;
  vertical-align: middle;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  font-size: 36px;
  line-height: 1;
  text-align: center;
}
.ny-banner .title-cn {
  width: 100%;
  font-size: 24px;
  color: #4c5478;
  padding-bottom: 10px;
  font-weight: bold;
}
.ny-banner .title-en {
  width: 100%;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
@media (min-width: 768px) {
  .ny-banner {
    height: 270px;
  }
  .ny-banner .title-cn {
    font-size: 28px;
  }
  .ny-banner .title-en {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .ny-banner {
    height: 300px;
  }
  .ny-banner .title-cn {
    font-size: 30px;
  }
  .ny-banner .title-en {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .ny-banner {
    height: 320px;
  }
  .ny-banner .title-cn {
    font-size: 36px;
  }
  .ny-banner .title-en {
    font-size: 30px;
  }
}
@media (min-width: 1350px) {
  .ny-banner {
    height: 250px;
  }
}


/* ny-section */
.ny-section {
  background: url('../../resources/img/bg-5.png');
  padding-bottom: 54px;
}
.ny-section-r {
  width: 0;
}
@media (min-width: 1024px) {
  .ny-section {
    padding-bottom: 94px;
  }
  .ny-section-r {
    border-left: 3px #eee solid;
  }
}


/* search-wrap */
.search-wrap {
  padding: 18px 0;
}
.search-wrap .search {
  width: 100%;
	background-color: #ffffff;
  padding: 15px;
  box-sizing: border-box;
}
.search-wrap .search form {
  height: 50px;
	border-radius: 10px;
	border: solid 1px #e1e1e1;
}
.search-wrap .search .icon-search {
  font-size: 24px;
  color: #e2e2e2;
  line-height: 1;
  padding-right: 5px;
}
.search-wrap .search input {
  width: 100%;
  height: 46px;
  padding: 0 12px;
  box-sizing: border-box;
  font-size: 18px;
  color: #333;
  line-height: 46px;
  border: 0;
  border-radius: 10px;
  outline: none;
}
.search-wrap .search-btn {
  width: 89px;
	height: 48px;
	background-color: #1e4b8f;
	border-radius: 0px 10px 10px 0px;
  border: 0;
  outline: none;
  font-size: 18px;
  color: #fff;
  line-height: 1;
}
.search-wrap .result-wrap {
  background-color: #fff;
  padding: 0 12px 30px 12px;
  box-sizing: border-box;
  margin-top: 20px;
}
.search-wrap .result-head {
  border-bottom: 1px #e6e6e6 solid;
  padding: 15px 0;
}
.search-wrap .result-head .common-pos-wrap {
  border-bottom: 0;
}
.search-wrap .result-title {
  position: relative;
  font-size: 24px;
  color: #333;
  padding-left: 21px;
}
.search-wrap .result-title::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 8px;
	height: 24px;
	background-color: #1e4b8f;
}
.search-wrap .result-list .item {
  height: 42px;
  box-sizing: unset;
}
.search-wrap .result-list .item:nth-child(5n) {
  padding-bottom: 15px;
  border-bottom: 1px #f3f3f3 dashed;
}
.search-wrap .result-list .item:nth-child(5n + 1) {
  margin-top: 15px;
}
.search-wrap .result-list .item-title {
  position: relative;
  font-size: 16px;
  color: #333;
  padding: 0 15px;
}
.search-wrap .result-list .item-title::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 0;
  height: 0;
  border-top: 7px transparent solid;
  border-bottom: 7px transparent solid;
  border-left: 7px #d1d1d1 solid;
}
.search-wrap .result-list .item-time {
  font-size: 16px;
  color: #888;
}
.search-wrap .result-list .item:hover .item-title {
  color: #1e4b8f;
}
.search-wrap .result-list .item:hover .item-title::before {
  color: #1e4b8f;
}
@media (min-width: 576px) {
  .search-wrap {
    padding: 28px 0;
  }
  .search-wrap .search {
    padding: 20px 30px;
  }
  .search-wrap .search-btn {
    width: 109px;
    font-size: 20px;
  }
  .search-wrap .result-wrap {
    padding: 0 25px 30px 25px;
  }
  .search-wrap .result-head {
    padding: 20px 0;
  }
  .search-wrap .result-list .item {
    height: 56px;
  }
  .search-wrap .result-list .item:nth-child(5n) {
    padding-bottom: 20px;
  }
  .search-wrap .result-list .item:nth-child(5n + 1) {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .search-wrap .result-head {
   /* padding: 0;*/
  }
}
@media (min-width: 992px) {
  .search-wrap .search {
    padding: 32px 80px;
  }
  .search-wrap .search form {
    height: 50px;
  }
  .search-wrap .search-btn {
    width: 109px;
    height: 48px;
    font-size: 24px;
  }
  .search-wrap .search .icon-search {
    font-size: 30px;
    padding-right: 10px;
  }
  .search-wrap .search input {
    height: 47px;
    padding: 0 12px;
    font-size: 18px;
    line-height: 47px;
  }
}
@media (min-width: 1024px) {
  .search-wrap .search {
    padding: 32px 100px;
  }
  .search-wrap .search form {
    height: 65px;
  }
  .search-wrap .search-btn {
    width: 139px;
    height: 63px;
  }
  .search-wrap .result-wrap {
    padding: 0 65px 50px 65px;
  }
}
@media (min-width: 1200px) {
  .search-wrap .search {
    padding: 32px 150px;
  }
}


/* list-cover */
.list-cover {
  margin-top: 20px;
}
.list-cover .item {
  border-bottom: 1px #eee solid;
  padding: 12px 10px;
  box-sizing: border-box;
  transition: all 0.5s linear;
}
.list-cover .item-cover {
  width: 120px;
	height: 87px;
}
.list-cover .item-cover img {
  width: 100%;
	height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.list-cover .item-r {
  width: 0;
  padding-left: 12px;
  box-sizing: border-box;
}
.list-cover .item-title {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  padding-bottom: 5px;
}
.list-cover .item-intro {
  font-size: 14px;
  color: #686868;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
}
.list-cover-1 .item-intro {
  height: 60px;
}
.list-cover .item-date {
  padding-top: 5px;
}
.list-cover .item-date .iconfont {
  font-size: 16px;
  color: #cacaca;
}
.list-cover .item-date-text {
  font-size: 14px;
  color: #999;
}
.list-cover .item:hover {
  background-color: #fff;
  border-bottom: 0;
  box-shadow: 3px 4px 15px 0px rgba(227, 227, 227, 0.75);
}
@media (min-width: 576px) {
  .list-cover .item-cover {
    width: 140px;
    height: 90px;
  }
}
@media (min-width: 768px) {
  .list-cover .item-r {
    padding-left: 22px;
  }
}
@media (min-width: 1024px) {
  .list-cover {
    padding-left: 20px;
    margin-top: 40px;
  }
}
@media (min-width: 1200px) {
  .list-cover {
    padding-left: 50px;
    margin-top: 60px;
  }
  .list-cover .item {
    padding: 24px 25px 27px 25px;
  }
  .list-cover .item-cover {
    width: 240px;
    height: 150px;
  }
  .list-cover .item-r {
    padding-left: 31px;
  }
  .list-cover .item-title {
    font-size: 20px;
    padding-bottom: 12px;
  }
  .list-cover .item-intro {
    font-size: 16px;
    line-height: 26px;
    height: 52px;
  }
  .list-cover-1 .item-intro {
    height: 78px;
  }
  .list-cover .item-date {
    padding-top: 25px;
  }
  .list-cover .item-date .iconfont {
    font-size: 20px;
  }
  .list-cover .item-date-text {
    font-size: 18px;
  }
}


/* single */
.single {
  padding: 20px 5px;
  box-sizing: border-box;
}
.single img {
  max-width: 100% !important;
  height: auto !important;
}
@media (min-width: 768px) {
    .single {
        padding: 20px 0 20px 20px;
    }
}
@media (min-width: 1200px) {
    .single {
        padding: 50px 0 50px 50px;
    }
}


/* news-detail */
.news-detail {
  box-sizing: border-box;
  padding: 0 10px;
}
.news-detail .title {
  font-size: 20px;
  color: #333;
  line-height: 28px;
  text-align: center;
  padding: 20px 0 0 0;
}
.news-detail .info {
  position: relative;
  font-size: 12px;
  line-height: 28px;
  color: #acacac;
  text-align: center;
  padding: 10px 0;
}
.news-detail .info::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 5px;
  background: url('../../resources/img/bg-line.png');
}
.news-detail .info span {
  padding-left: 10px;
}
@media (min-width: 768px) {
  .news-detail {
    padding: 0 20px;
  }
  .news-detail .title {
    font-size: 24px;
    line-height: 32px;
    padding: 30px 0 0 0;
  }
  .news-detail .info {
    padding: 15px 0;
  }
  .news-detail .info::after {
    height: 10px;
  }
}
@media (min-width: 992px) {
  .news-detail {
    padding: 0 30px;
  }
  .news-detail .title {
    font-size: 30px;
    line-height: 36px;
    padding: 50px 0 0 0;
  }
  .news-detail .info {
    font-size: 16px;
    line-height: 32px;
    padding: 20px 0;
  }
}
@media (min-width: 1024px) {
  .news-detail {
    padding: 0 0 0 50px;
  }
}


/* contact-us */
.contact-us {
  padding: 20px 10px 0 10px;
}
.contact-us #map {
  width: 100%;
  height: 200px;
}
#map .BMap_bubble_title {
  font-size: 18px;
  padding-bottom: 20px;
}
#map .BMap_bubble_content {
  font-size: 14px;
  line-height: 26px;
}
.contact-us .contact-info-title {
  font-size: 20px;
  color: #333;
  line-height: 32px;
  font-weight: bold;
  padding: 22px 0;
}
.contact-us .contact-info-other span {
  display: block;
  font-size: 14px;
  line-height: 28px;
}
@media (min-width: 576px) {
  .contact-us #map {
    height: 300px;
  }
}
@media (min-width: 768px) {
  .contact-us #map {
    height: 360px;
  }
  .contact-us {
    padding: 37px 20px;
  }
  .contact-us .contact-info-title {
    font-size: 26px;
    padding: 30px 0 36px 0;
  }
  .contact-us .contact-info-other span {
    font-size: 18px;
    line-height: 36px;
  }
}
@media (min-width: 1200px) {
  .contact-us #map {
    height: 460px;
  }
}
@media (min-width: 1350px) {
  .contact-us {
    padding: 47px 0 50px 50px;
  }
  .contact-us .contact-info-title {
    font-size: 30px;
    line-height: 36px;
    padding: 42px 0;
  }
}


/* section-1-en */
.section-1-en {
  padding: 24px 0 34px 0;
}
.section-1-en .company-title {
  font-size: 22px;
  color: #073d83;
  line-height: 30px;
  font-weight: bold;
  padding-bottom: 15px;
}
.section-1-en .company-desc {
  font-size: 16px;
  color: #666;
  line-height: 26px;
  max-height: 182px;
  word-break: break-all;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
}
.section-1-en .company-more,
.section-2-en-cont .company-more {
  width: 160px;
	height: 42px;
  border-radius: 5px;
	border: solid 1px #e5e5e5;
  margin-top: 24px;
  transition: all 0.5s linear;
}
.section-1-en .company-more-text,
.section-2-en-cont .company-more-text {
  font-size: 16px;
  color: #989898;
  padding-right: 10px;
}
.section-1-en .company-more .iconfont,
.section-2-en-cont .company-more .iconfont {
  font-size: 20px;
  color: #666;
}
.section-1-en .company-more:hover,
.section-2-en-cont .company-more:hover {
  border-color: #216bab;
}
.section-1-en .company-more:hover .company-more-text,
.section-1-en .company-more:hover .iconfont,
.section-2-en-cont .company-more:hover .company-more-text,
.section-2-en-cont .company-more:hover .iconfont {
  color: #216bab;
}
.section-1-en .company-cover {
  position: relative;
  width: 100%;
}
.section-1-en .company-cover-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 242px;
	height: 374px;
}
.section-1-en .company-cover-bg img {
  width: 100%;
	height: 100%;
}
.section-1-en .company-cover-pic {
  z-index: 2;
  position: relative;
  width: 100%;
	height: 200px;
  margin-top: 26px;
}
.section-1-en .company-cover-pic img {
  width: 100%;
	height: 100%;
  object-fit: cover;
}
@media (min-width: 576px) {
  .section-1-en .company-cover-pic {
    height: 300px;
  }
}
@media (min-width: 768px) {
  .section-1-en {
    padding: 22px 0 54px 0;
  }
  .section-1-en .company-title {
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 10px;
  }
  .section-1-en .company-desc {
    font-size: 16px;
    line-height: 28px;
    max-height: 196px;
    overflow: hidden;
  }
  .section-1-en .company-more,
  .section-2-en-cont .company-more {
    width: 200px;
	  height: 56px;
    margin-top: 36px;
  }
  .section-1-en .company-more-text,
  .section-2-en-cont .company-more-text {
    font-size: 18px;
  }
  .section-1-en .company-wrap {
    padding-top: 25px;
  }
  .section-1-en .company-cover-pic {
    margin-top: 25px;
  }
}
@media (min-width: 992px) {
  .section-1-en {
    padding: 64px 0 74px 0;
  }
  .section-1-en .company-wrap {
    width: 0;
  }
  .section-1-en .company-title {
    font-size: 28px;
    line-height: 36px;
    padding-bottom: 12px;
  }
  .section-1-en .company-desc {
    font-size: 18px;
    line-height: 32px;
    max-height: 224px;
    overflow: hidden;
  }
  .section-1-en .company-wrap {
    padding-top: 35px;
  }
  .section-1-en .company-cover {
    width: 53.5%;
    margin-left: 65px;
  }
  .section-1-en .company-cover-pic {
    width: 93%;
    height: 490px;
    margin-top: 35px;
  }
}
@media (min-width: 1200px) {
  .section-1-en .company-title {
    font-size: 32px;
    line-height: 42px;
    padding-bottom: 15px;
  }
  .section-1-en .company-desc {
    font-size: 20px;
    line-height: 36px;
    max-height: 252px;
    overflow: hidden;
  }
  .section-1-en .company-wrap {
    padding-top: 50px;
  }
  .section-1-en .company-cover-pic {
    margin-top: 50px;
  }
}


/* section-2-en */
.section-2-en {
  position: relative;
  padding-bottom: 108px;
}
.section-2-en-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 620px;
  background: url('../img/bg-7.jpg') no-repeat 0 0;
  background-size: 100% 100%;
}
.section-2-en .index-container {
  z-index: 9;
  position: relative;
}
.section-2-en-link {
  width: 100%;
  padding-top: 23px;
}
.section-2-en-link .link-item {
  height: 120px;
}
.section-2-en-link .link-item-active {
  background-color: #eaa623;
}
.section-2-en-link .link-item-active .link-item-text {
  color: #fff;
}
.section-2-en-cont {
  background-color: #fff;
  margin-top: 30px;
}
.section-2-en-cont .cont {
  padding: 15px;
  box-sizing: border-box;
  box-shadow: 3px 4px 10px 0px rgba(7, 0, 2, 0.05);
}
.section-2-en-cont .cover {
  width: 55%;
  height: 590px;
}
.section-2-en-cont .cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-2-en-cont .cont-title {
  font-size: 26px;
  line-height: 36px;
  color: #073d83;
  padding-bottom: 15px;
}
.section-2-en-cont .cont-desc {
  font-size: 16px;
  line-height: 26px;
  color: #383838;
  max-height: 260px;
  word-break: break-all;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
  overflow: hidden;
}
.section-2-en-cont .cont-desc,
.section-2-en-cont .cont-desc p,
.section-2-en-cont .cont-desc span,
.section-2-en-cont .cont-desc p span {
  font-size: 16px !important;
  line-height: 26px !important;
}
.section-2-en-cont .cont-wrap {
  display: none;
  transition: height 0.3s ease-in;
}
.section-2-en-cont .cont-wrap:first-child {
  display: block;
}
@media (min-width: 768px) {
  .section-2-en-cont .cont {
    padding: 30px;
  }
  .section-2-en-cont .cont-title {
    font-size: 32px;
    line-height: 40px;
    padding-bottom: 20px;
  }
  .section-2-en-cont .cont-desc {
    font-size: 18px;
    line-height: 30px;
    max-height: 300px;
    overflow: hidden;
  }
  .section-2-en-cont .cont-desc,
  .section-2-en-cont .cont-desc p,
  .section-2-en-cont .cont-desc span,
  .section-2-en-cont .cont-desc p span {
      font-size: 18px !important;
      line-height: 30px !important;
  }
}
@media (min-width: 992px) {
  .section-2-en {
    padding-bottom: 75px;
  }
  .section-2-en-link {
    padding-top: 53px;
  }
  .section-2-en-cont {
    margin-top: 50px;
  }
  .section-2-en-cont .cont-wrap:first-child {
    display: flex;
  }
  .section-2-en-cont .cont {
    padding: 40px;
  }
  .section-2-en-cont .cont-title {
    font-size: 32px;
    line-height: 40px;
    padding-bottom: 15px;
  }
  .section-2-en-cont .cont-desc {
    font-size: 20px;
    line-height: 32px;
    max-height: 320px;
    overflow: hidden;
  }
  .section-2-en-cont .cont-desc,
  .section-2-en-cont .cont-desc p,
  .section-2-en-cont .cont-desc span,
  .section-2-en-cont .cont-desc p span {
      font-size: 20px !important;
      line-height: 32px !important;
  }
}
@media (min-width: 1024px) {
  .section-2-en-link .link-item::after {
    opacity: 0;
    position: absolute;
    bottom: -17px;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    width: 0;
    height: 0;
    border-left: 17px transparent solid;
    border-right: 17px transparent solid;
    border-top: 17px #eaa623 solid;
    transition: opacity 0.5s ease-in;
  }
  .section-2-en-link .link-item-active::after {
    opacity: 1;
  }
}
@media (min-width: 1200px) {
  .section-2-en {
    padding-bottom: 108px;
  }
  .section-2-en-link {
    padding-top: 83px;
  }
  .section-2-en-link .link-item {
    height: 230px;
  }
  .section-2-en-cont .cont-title {
    font-size: 36px;
    line-height: 46px;
    padding-bottom: 30px;
  }
}


/* units-wrap */
.units-wrap {
  padding-left: 50px;
}
.units-tabs {
  width: 100%;
  padding-top: 20px;
  border-bottom: 5px #1e4b8f solid;
  margin-bottom: 20px;
  cursor: pointer;
}
.units-tabs-item {
  font-size: 28px;
  color: #333;
  line-height: 80px;
}
.units-tabs-item_active {
  position: relative;
}
.units-tabs-item_active::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  width: 0;
  height: 0;
  border-left: 13px transparent solid;
  border-right: 13px transparent solid;
  border-bottom: 13px #1e4b8f solid;
}
.units-list {
  display: none;
}
.units-list:first-child {
  display: flex;
}
.units-list-item {
  width: 48%;
  height: 50px;
  border-bottom: 1px #ddd dashed;
  padding: 0 10px;
  box-sizing: border-box;
}
.units-list-item:nth-child(2n) {
  margin-left: 4%;
}
.units-list-item .item-icon {
  width: 15px;
  height: 15px;
  background-color: rgba(30, 75, 143, 0.3);
  border-radius: 50%;
}
.units-list-item .item-icon i {
  width: 6px;
  height: 6px;
  background-color: #1e4b8f;
  border-radius: 50%;
}
.units-list-item .item-title {
  font-size: 18px;
  color: #333;
  padding-left: 10px;
}
.units-list-item:hover .item-title {
  color: #1e4b8f;
}
