body {
  padding-top: 110px;
}
.news_content {
  padding: 47px 0 73px 0;
  background-color: #f8f8f8;
}
.news_content .news_wrap {
  position: relative;
}
.news_content .news_wrap .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  background-color: transparent;
  border: 2px solid #c2994b;
  opacity: 1 !important;
  position: relative;
  margin: 0 7px !important;
}
.news_content .news_wrap .swiper-pagination-bullet-active {
  width: 12px !important;
  height: 12px !important;
}
.news_content .news_wrap .swiper-pagination-bullet-active::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #c2994b;
  width: 60%;
  height: 60%;
  border-radius: 50%;
}
.news_content .news_wrap .swiper-button-next,
.news_content .news_wrap .swiper-button-prev {
  bottom: 12px !important;
  top: auto !important;
}
.news_content .news_wrap .swiper-button-next::after,
.news_content .news_wrap .swiper-button-prev::after {
  color: #c2994b !important;
  font-size: 16px;
}
.news_content .news_wrap .swiper-button-next {
  right: 17% !important;
}
.news_content .news_wrap .swiper-button-prev {
  left: 72% !important;
}
.news_content .news_wrap .swiper-pagination {
  width: auto !important;
  left: 75%;
  bottom: 28px;
  display: flex;
  align-items: center;
}
.news_content .news_wrap .swiper-slide {
  display: flex;
}
.news_content .news_wrap .swiper-slide .new_right_box {
  flex: 1;
  background-color: #f8f3e8;
  padding: 38px 76px;
}
.news_content .news_wrap .swiper-slide .new_right_box .new_title_ {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 36px;
}
.news_content .news_wrap .swiper-slide .new_right_box .new_timer {
  font-size: 15px;
  color: #999999;
  margin-bottom: 24px;
}
.news_content .news_wrap .swiper-slide .new_right_box .new_info {
  color: #666666;
  font-size: 16px;
  line-height: 1.6;
}
.news_content .news_wrap .swiper-slide .new_left_box {
  width: 747px;
  height: 409px;
}
.news_content .news_wrap .swiper-slide .new_left_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cnmc_center_newBox {
  background-color: #ecebeb;
  padding: 38px 0;
}
.cnmc_center_newBox .cnmc_center_topbox {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  justify-content: space-between;
}
.cnmc_center_newBox .cnmc_center_topbox .cnmc_title {
  font-size: 24px;
  color: #c2994b;
  font-weight: bold;
}
.cnmc_center_newBox .cnmc_center_topbox a {
  border-radius: 7px;
  border-radius: 5px;
  border: 2px solid #c2994b;
  display: flex;
  align-items: center;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: bold;
  color: #c2994b;
  justify-content: center;
}
.cnmc_center_newBox .cnmc_center_topbox a img {
  max-width: 100%;
  max-height: 100%;
  margin-right: 7px;
}
.cnmc_center_newBox .cnmc_list_new {
  display: flex;
}
.cnmc_center_newBox .cnmc_list_new .cnmc_item_ {
  width: 32%;
  margin-right: 2%;
  border-radius: 5px;
  overflow: hidden;
}
.cnmc_center_newBox .cnmc_list_new .cnmc_item_:nth-child(4n) {
  margin-right: 0;
}
.cnmc_center_newBox .cnmc_list_new .cnmc_item_ .cnmc_img_box {
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.cnmc_center_newBox .cnmc_list_new .cnmc_item_ .cnmc_img_box:hover > img {
  transform: scale(1.1);
}
.cnmc_center_newBox .cnmc_list_new .cnmc_item_ .cnmc_img_box img {
  transition: linear 0.3s;
  width: 100%;
  height: 100%;
object-fit: cover;
}
.cnmc_center_newBox .cnmc_list_new .cnmc_item_ .cnmc_info_box {
  background-color: #fff;
  padding: 30px 30px 60px 30px;
}
.cnmc_center_newBox .cnmc_list_new .cnmc_item_ .cnmc_info_box img {
  max-width: 100%;
  max-height: 100%;
}
.cnmc_center_newBox .cnmc_list_new .cnmc_item_ .cnmc_info_box .cnmc_new_title {
  font-size: 22px;
  font-weight: bold;
 height:90px;
}
.cnmc_center_newBox .cnmc_list_new .cnmc_item_ .cnmc_info_box .cnmc_new_desc {
  margin-top: 30px;
  font-size: 16px;
  color: #000;
  line-height: 1.6;
  margin-bottom: 30px;
}
.company_wrap {
  padding: 52px 0;
}
.company_wrap .company_box {
  display: flex;
  justify-content: space-between;
}
.company_wrap .company_box .company_row {
  width: 48%;
}
.company_wrap .company_box .company_top_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
}
.company_wrap .company_box .company_top_box .company_tit {
  font-size: 24px;
  font-weight: bold;
  color: #c2994b;
}
.company_wrap .company_box .company_top_box a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c2994b;
  font-weight: bold;
  font-size: 16px;
  border: 2px solid #c2994b;
  padding: 10px 15px;
  border-radius: 7px;
}
.company_wrap .company_box .company_top_box a img {
  margin-right: 7px;
  max-width: 100%;
  max-height: 100%;
}
.company_wrap .company_box .company_a_item {
  display: flex;
  align-items: cente;
  margin-bottom: 8px;
  background-color: #f9f9f8;
  padding: 18px 48px 20px 30px;
}
.company_wrap .company_box .company_a_item:hover {
  opacity: 0.85;
}
.company_wrap .company_box .company_a_item .company_mess {
  flex: 1;
  margin-left: 60px;
  color: #4c4c4c;
  font-size: 20px;
}
.company_wrap .company_box .company_a_item .company_data .day {
  font-size: 20px;
  color: #c2c4c7;
}
.company_wrap .company_box .company_a_item .company_data .year {
  font-size: 16px;
  color: #c2c4c7;
}
.contact-us {
  padding: 50px 0;
  background-color: #f0f0f0;
}
.contact-us .contact_title {
  font-weight: bold;
  font-size: 24px;
  color: #c2994b;
  margin-bottom: 40px;
}
.contact-us .contact_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-us .contact_list .contact_item {
  width: 31%;
  border-radius: 10px;
  padding: 34px 60px;
  box-sizing: border-box;
  background-color: #fff;
  display: flex;
  align-items: center;
  margin-bottom: 52px;
}
.contact-us .contact_list .contact_item:not(:nth-child(n+3)) {
  width: 48.2%;
}
.contact-us .contact_list .contact_item .c_title {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 20px;
}
.contact-us .contact_list .contact_item .c_desc {
  font-size: 20px;
  color: #999999;
}
.contact-us .contact_list .contact_item .c_info {
  flex: 1;
}
.contact-us .contact_list .contact_item .c_ico {
  width: 74px;
  height: 74px;
  margin-right: 14px;
}
.contact-us .contact_list .contact_item .c_ico img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .w1400 {
    width: 100% !important;
  }
  .news_content {
    padding: 0 15px !important;
  }
  .news_content .newSwiperIndex .swiper-slide {
    flex-wrap: wrap;
  }
  .news_content .newSwiperIndex .swiper-slide .new_left_box {
    height: 200px !important;
  }
  .news_content .newSwiperIndex .swiper-slide .new_right_box {
    padding: 15px !important;
  }
  .news_content .newSwiperIndex .swiper-slide .new_right_box .new_title_ {
    font-size: 18px;
    margin-bottom: 15px !important;
  }
  .news_content .newSwiperIndex .swiper-slide .new_right_box .new_timer {
    margin-bottom: 15px !important;
  }
  .news_content .newSwiperIndex .swiper-slide .new_left_box,
  .news_content .newSwiperIndex .swiper-slide .new_right_box {
    width: 100% !important;
  }
  .cnmc_center_topbox {
    flex-wrap: wrap;
  }
  .cnmc_center_topbox .cnmc_title,
  .cnmc_center_topbox a {
    width: 100% !important;
  }
  .cnmc_center_topbox a {
    font-size: 16px !important;
  }
  .cnmc_center_topbox .cnmc_title {
    margin-bottom: 15px;
    font-size: 18px !important;
  }
  .cnmc_list_new {
    flex-wrap: wrap;
  }
  .cnmc_list_new .cnmc_item_ {
    width: 100% !important;
    margin-bottom: 15px;
  }
  .cnmc_list_new .cnmc_item_ .cnmc_img_box {
    height: auto !important;
  }
  .cnmc_list_new .cnmc_item_ .cnmc_info_box {
    padding: 15px !important;
  }
  .cnmc_list_new .cnmc_item_ .cnmc_new_title {
    font-size: 16px !important;
  }
  .cnmc_list_new .cnmc_item_ .cnmc_new_desc {
    font-size: 14px ;
    margin: 15px 0!important;
  }
  .company_wrap {
    padding: 20px 15px !important;
  }
  .company_top_box {
    flex-wrap: wrap;
  }
  .company_top_box .company_tit,
  .company_top_box a {
    width: 100% !important;
  }
  .company_top_box a {
    font-size: 16px !important;
  }
  .company_top_box .company_tit {
    margin-bottom: 15px;
    font-size: 18px !important;
  }
  .company_a_item {
    padding: 0 !important;
    flex-direction: column-reverse;
    margin-bottom: 15px !important;
  }
  .company_a_item .company_mess {
    margin-left: 0 !important;
    font-size: 16px !important;
    margin-bottom: 7px;
  }
  .company_a_item .company_data * {
    font-size: 16px !important;
  }
  .contact-us {
    padding: 20px 15px !important;
  }
  .contact-us .contact_title {
    font-size: 18px !important;
    margin-bottom: 15px !important;
  }
  .contact-us .contact_list {
    flex-wrap: wrap;
  }
  .contact-us .contact_list .contact_item {
    width: 100% !important;
    padding: 10px !important;
    margin-bottom: 15px !important;
  }
  .contact-us .contact_list .contact_item .c_title {
    font-size: 16px !important;
  }
  .contact-us .contact_list .contact_item .c_desc {
    font-size: 14px !important;
  }
  .contact-us .contact_list .contact_item .c_ico {
    width: 30px !important;
    height: 30px !important;
  }
  .company_box {
    flex-wrap: wrap;
  }
  .company_box .company_row {
    width: 100% !important;
  }
  .cnmc_center_newBox {
    padding: 30px 15px !important;
  }



}
