/* Animate.css动画演示 */
@import "../plugin/swiper/animate.min.css";

/* Swiper 7.4.1 */
@import "../plugin/swiper/swiper-bundle.min.css";

/* 字体图标 */
@import "../plugin/font/css/font-awesome.min.css";

/* 核心样式 */
@import "../css/core/bootstrap.min.css";

/* 公用样式 */
@import "../css/public.css";

/* main */
/* 我们的产品 */
.product {
  width: 100%;
  overflow: hidden;
  padding: 70px 0;
  position: relative;
  z-index: 2;
}
.product-title {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  line-height: 22px;
  text-align: center;
  font-size: 14px;
  color: #848484;
  text-transform: uppercase;
}
.product-title>h1 {
  width: 100%;
  float: left;
  line-height: 40px;
  font-family: "Source Han Sans CN";
  font-size: 30px;
  color: #191919;
  font-weight: normal;
}
.product-title::before {
  content: "";
  width: 55px;
  float: left;
  height: 7px;
  background-image: linear-gradient(to right, #125fb4, #1a9ab8);
  border-radius: 3px;
  margin-bottom: 18px;
}
.product-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  margin-top: 30px;
}
.product-nav::after {
  content: "";
  width: 100%;
  float: left;
  height: 1px;
  background-color: #e1e1e1;
  position: absolute;
  left: 0;
  bottom: 0;
}
.product-nav>li {
  float: left;
  margin: 0 30px;
}
.product-nav>li>a {
  float: left;
  padding-bottom: 31px;
  padding-left: 34px;
}
.product-nav>li>a>span {
  float: left;
  line-height: 34px;
  position: relative;
  font-family: "Source Han Sans CN";
  font-size: 18px;
  color: #4c4c4c;
}
.product-nav>li>a>span::before {
  content: "";
  width: 34px;
  float: left;
  height: 100%;
  background: url(../images/product-icon.png) no-repeat left center;
  position: absolute;
  left: -34px;
  top: 0;
}
.product-nav>li>a>span::after {
  content: "";
  width: 0;
  float: left;
  height: 1px;
  background-color: #125eb4;
  overflow: hidden;
  position: absolute;
  left: 50%;
  bottom: -31px;
  transform: translateX(-50%);
  transition: all 0.4s;
  z-index: 2;
}
.product-nav>li>a:hover>span,
.product-nav>li.product-active>a>span {
  color: #125eb4;
  font-weight: bold;
}
.product-nav>li>a:hover>span::after,
.product-nav>li.product-active>a>span::after {
  width: 100%;
}
#certify {
  position: relative;
  width: 100%;
  float: left;
  margin-top: 40px;
}
#certify .swiper-slide {
  width: 520px;
}
#certify .swiper-slide>a {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#certify .swiper-slide>a .product-img {
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
#certify .swiper-slide>a .product-img::before {
  content: "";
  display: block;
  padding-top: 100%;
}
#certify .swiper-slide>a>h1 {
  opacity: 0;
  float: left;
  height: 50px;
  line-height: 48px;
  max-width: 100%;
  margin-top: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "Source Han Sans CN";
  font-size: 24px;
  color: #434343;
  font-weight: normal;
  position: relative;
}
#certify .swiper-slide>a>h1::after {
  content: "";
  width: 100%;
  float: left;
  height: 2px;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #434343;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
#certify .swiper-slide-active>a>h1 {
  opacity: 1;
}
#certify .swiper-button-prev,
#certify .swiper-button-next {
  left: 0;
  width: 42px;
  height: 80px;
  background-image: url(../images/product-left.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 2;
  transform: translateY(-40px);
  opacity: 1;
}
#certify .swiper-button-next {
  left: initial;
  right: 0;
  background-image: url(../images/product-right.png);
}
#certify .swiper-button-prev::after,
#certify .swiper-button-next::after {
  content: '';
}

@media (max-width: 1240px) {
  .product {
    padding: 50px 0;
  }
}

@media (max-width: 991px) {
  .product {
    padding: 30px 0;
  }
}

@media (max-width: 767px) {
  .product {
    padding: 15px 0;
  }
  .product-title {
    line-height: 20px;
  }
  .product-title::before {
    width: 50px;
    height: 4px;
    margin-bottom: 5px;
  }
  .product-title>h1 {
    line-height: 30px;
    font-size: 20px;
  }
  .product-nav {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .product-nav>li {
    margin: 0 5px;
  }
  .product-nav>li>a {
    padding-bottom: 11px;
    padding-left: 25px;
  }
  .product-nav>li>a>span {
    line-height: 30px;
    font-size: 14px;
  }
  .product-nav>li>a>span::before {
    width: 25px;
    left: -25px;
  }
  .product-nav>li>a>span::after {
    bottom: -11px;
  }
  #certify {
    margin-top: 15px;
  }
  #certify .swiper-slide {
    width: 100%;
  }
  #certify .swiper-slide>a>h1 {
    height: 42px;
    line-height: 40px;
    margin-top: 5px;
    font-size: 18px;
  }
  #certify .swiper-button-prev,
  #certify .swiper-button-next {
    width: 24px;
    height: 44px;
    transform: translateY(-20px);
  }
}

/* 关于贝采里 */
.about {
  width: 100%;
  overflow: hidden;
  min-height: 947px;
  background: url(../images/about-bj.png) no-repeat center center;
  background-size: 100% 100%;
  margin-top: -100px;
  padding: 210px 0 288px 0;
}
.about-title {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
}
.about-title::before {
  content: "";
  width: 492px;
  float: left;
  height: 5px;
  background-color: #fff;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 25px;
  z-index: 2;
}
.about-title>h1 {
  float: left;
  line-height: 38px;
  color: #fff;
  font-size: 30px;
}
.about-title>span {
  float: left;
  margin-left: 60px;
  line-height: 92px;
  font-size: 107px;
  color: #c0c0c0;
  opacity: 0.1;
  text-transform: uppercase;
}
.about-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-top: 30px;
}
.about-left {
  width: calc(50% - 15px);
  float: left;
  position: relative;
  margin-top: -56px;
}
.about-left .about-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
.about-left .about-img::before {
  content: "";
  display: block;
  padding-top: 65.410959%;
}
.about-left>a {
  width: 80px;
  float: left;
  height: 80px;
  overflow: hidden;
  background-color: #1a9bb8;
  position: absolute;
  left: -15px;
  bottom: -10px;
  border-radius: 10px;
}
.about-right {
  width: calc(50% - 60px);
  float: left;
}
.about-right>h2 {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 18px;
  color: #fff;
}
.about-text {
  display: block;
  overflow: hidden;
  height: 216px;
  line-height: 24px;
  font-size: 15px;
  color: #fff;
  margin: 10px 0;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
}
.about-more {
  display: block;
  overflow: hidden;
}
.about-more>a {
  width: 130px;
  float: left;
  height: 44px;
  border-radius: 22px;
  background-color: #fff;
  font-size: 14px;
  color: #5d5d5d;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.about-more>a:hover {
  background-color: #1a9bb8;
  color: #fff;
}

@media (max-width: 1240px) {
  .about {
    min-height: initial;
    padding: 180px 0;
  }
  .about-right {
    width: calc(50% - 40px);
  }
}

@media (max-width: 991px) {
  .about {
    padding: 150px 0 100px 0;
  }
  .about-left {
    margin-top: -30px;
  }
  .about-right {
    width: calc(50% - 20px);
  }
}

@media (max-width: 767px) {
  .about {
    padding: 20px 0;
    background: #154bad;
    margin: 0;
  }
  .about-title {
    justify-content: center;
    text-align: center;
  }
  .about-title::before {
    width: 50px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    left: initial;
    top: initial;
  }
  .about-title>h1 {
    width: 100%;
    line-height: 30px;
    font-size: 20px;
  }
  .about-title>span {
    width: 100%;
    margin-left: 0;
    line-height: 20px;
    font-size: 14px;
    opacity: 1;
  }
  .about-content {
    margin-top: 15px;
  }
  .about-left {
    width: 100%;
  }
  .about-left>a {
    width: 40px;
    height: 40px;
    left: 0;
    bottom: 0;
  }
  .about-left>a>img {
    width: 20px;
    height: 20px;
  }
  .about-right {
    width: 100%;
    margin-top: 15px;
  }
  .about-text {
    height: auto;
    -webkit-line-clamp: initial;
    margin: 5px 0;
  }
  .about-more>a {
    width: 100px;
    height: 30px;
    border-radius: 15px;
  }
}

/* 研发项目 */
.RD {
  width: 100%;
  overflow: hidden;
  padding: 0 0 95px 0;
  margin-top: -20px;
}
.RD-list {
  display: block;
  overflow: hidden;
  margin-top: 15px;
}
.RD-list>li {
  width: calc(50% - 12px);
  float: right;
  margin-top: 30px;
}
.RD-list>li>a {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
.RD-list>li>a::before {
  content: "";
  display: block;
  padding-top: 41.326530612245%;
}
.RD-list>li>a>h1 {
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -100%;
  padding: 15px;
  font-size: 18px;
  color: #fff;
  font-weight: normal;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
}
.RD-list>li:nth-child(1) {
  float: left;
}
.RD-list>li:nth-child(1)>a::before {
  padding-top: 87.7551020408164%;
}
.RD-list>li>a:hover>img {
  transform: scale(1.1);
}
.RD-list>li>a:hover>h1 {
  bottom: 0;
}

@media (max-width: 1440px) {
  .RD {
    padding: 0 0 70px 0;
  }
}

@media (max-width: 1240px) {
  .RD {
    padding: 0 0 50px 0;
  }
}

@media (max-width: 991px) {
  .RD {
    padding: 0 0 30px 0;
  }
  .RD-list>li {
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  .RD {
    padding: 15px 0;
    margin: 0;
  }
  .RD-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
  }
  .RD-list>li {
    width: calc(50% - 5px);
    margin-top: 10px;
  }
  .RD-list>li>a::before {
    padding-top: 75%;
  }
  .RD-list>li:nth-child(1) {
    width: 100%;
  }
  .RD-list>li:nth-child(1)>a::before {
    padding-top: 50%;
  }
  .RD-list>li>a>h1 {
    padding: 10px;
    font-size: 16px;
  }
}

/* 企业社会责任 */
.corporate {
  width: 100%;
  overflow: hidden;
  background: url(../images/corporate-bj.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  padding: 115px 0 95px 0;
}
.corporate-title {
  width: 216px;
  display: block;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  color: #fff;
  line-height: 24px;
  font-size: 18px;
  text-transform: uppercase;
  padding: 50px 15px 20px 15px;
  text-align: center;
  font-family: "Source Han Sans CN";
  font-weight: normal;
}
.corporate-title>h1 {
  display: block;
  overflow: hidden;
  line-height: 38px;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}
.corporate-title::before {
  content: "";
  width: 100%;
  height: 60px;
  border: 5px solid #fff;
  border-bottom: none;
  position: absolute;
  left: 0;
  top: 0;
}
.corporate-title::after {
  content: "";
  width: 100%;
  height: 60px;
  border: 5px solid #fff;
  border-top: none;
  position: absolute;
  left: 0;
  bottom: 0;
}
.corporate-content {
  display: block;
  overflow: hidden;
  text-align: center;
  line-height: 30px;
  font-size: 18px;
  color: #fff;
  margin-top: 25px;
}

@media (max-width: 1240px) {
  .corporate {
    padding: 70px 0;
  }
}

@media (max-width: 991px) {
  .corporate {
    padding: 40px 0;
  }
}

@media (max-width: 767px) {
  .corporate {
    padding: 20px 0;
  }
  .corporate-title {
    line-height: 20px;
    font-size: 14px;
    padding: 15px;
  }
  .corporate-title>h1 {
    line-height: 30px;
    font-size: 20px;
    margin-bottom: 5px;
  }
  .corporate-title::before {
    height: 30px;
    border: 3px solid #fff;
    border-bottom: none;
  }
  .corporate-title::after {
    height: 30px;
    border: 3px solid #fff;
    border-top: none;
  }
  .corporate-content {
    line-height: 24px;
    font-size: 14px;
    margin-top: 10px;
  }
}

/* 新闻资讯 */
.news {
  width: 100%;
  overflow: hidden;
  padding: 80px 0;
}
.news-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 10px;
}
.news-list>li {
  width: calc(50% - 15px);
  float: left;
  margin-top: 30px;
}
.news-list>li>a {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
}
.news-list>li>a .news-img {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
}
.news-list>li>a .news-img::before {
  content: "";
  display: block;
  padding-top: 51.2820513%;
}
.news-list>li>a .news-time {
  width: 88px;
  float: left;
  height: 88px;
  background-color: #1f5593;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  color: #fff;
  line-height: 22px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.news-list>li>a .news-time>span {
  width: 100%;
  line-height: 34px;
  font-size: 30px;
}
.news-list>li>a .news-time>em {
  text-decoration: underline;
}
.news-list>li>a .news-box {
  width: 100%;
  float: left;
  overflow: hidden;
  padding-top: 30px;
}
.news-list>li>a .news-box>h1 {
  display: block;
  overflow: hidden;
  line-height: 26px;
  font-weight: normal;
  font-size: 18px;
  color: #232323;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-list>li>a .news-box .news-text {
  display: block;
  overflow: hidden;
  height: 72px;
  line-height: 24px;
  font-size: 15px;
  color: #7a7a7a;
  margin-top: 15px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news-list>li>a:hover .news-img>img {
  transform: scale(1.1);
}
.news-list>li>a:hover .news-box>h1 {
  color: #1f5593;
  font-weight: bold;
}

@media (max-width: 1240px) {
  .news {
    padding: 50px 0;
  }
}

@media (max-width: 991px) {
  .news {
    padding: 30px 0;
  }
  .news-list>li {
    width: calc(50% - 10px);
    margin-top: 20px;
  }
  .news-list>li>a .news-box {
    padding-top: 15px;
  }
}

@media (max-width: 767px) {
  .news {
    padding: 15px 0;
  }
  .news-list {
    margin: 0;
  }
  .news-list>li {
    width: 100%;
    margin-top: 15px;
  }
  .news-list>li>a .news-img {
    width: 40%;
  }
  .news-list>li>a .news-time {
    width: 60px;
    height: 60px;
    font-size: 12px;
    line-height: 16px;
  }
  .news-list>li>a .news-time>span {
    line-height: 24px;
    font-size: 16px;
  }
  .news-list>li>a .news-box {
    width: 60%;
    padding: 0 0 0 10px;
  }
  .news-list>li>a .news-box .news-text {
    font-size: 14px;
    margin-top: 10px;
  }
}
/* END-main */

/* 关于我们 */
.main {
  width: 100%;
  overflow: hidden;
  padding: 90px 0;
}
.main-title {
  width: 100%;
}
.place-title {
  width: 100%;
  float: left;
}
.main-content {
  width: 100%;
}
.company {
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 36px;
  color: #333;
}
.company img{
  display: block;
	max-width: 100%;
	 height: auto;
	margin: 0 auto;
}

@media (max-width: 1440px) {
  .main {
    padding: 70px 0;
  }
}

@media (max-width: 1200px) {
  .main {
    padding: 50px 0;
  }
}

@media (max-width: 991px) {
  .main {
    padding: 30px 0;
  }
}

@media (max-width: 767px) {
  .main {
    padding: 0;
  }
  .menu-title {
    width: calc(100% + 40px);
    text-align: center;
    margin-left: -20px;
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    color: #fff;
    position: relative;
    background-color: #1f5593;
  }
  .menu-title-active {
    text-align: left;
  }
  .menu-title-active::after {
    content: "\f078";
    font-family: FontAwesome;
    font-size: 16px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  .main-content {
    width: 100%;
    padding: 20px 0;
  }
  .company {
    line-height: 24px;
    font-size: 14px;
  }
}
/* END-关于我们 */

/* 我们的产品 */
.product-main {
  float: left;
  overflow: visible;
  padding: 0 0 90px 0;
}
.menu-list {
  width: 100%;
  float: left;
  background-color: #fff;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.25);
  transform: translateY(-50%);
  position: relative;
  z-index: 9;
  padding: 20px;
}
.menu-list>li {
  width: 180px;
  float: left;
  margin: 4px 7px;
}
.menu-list>li>a {
  display: block;
  overflow: hidden;
  height: 48px;
  padding: 2px;
  background-image: linear-gradient(to right, #154bad, #1a9bb8);
  border-radius: 24px;
}
.menu-list>li>a>span {
  display: block;
  overflow: hidden;
  height: 44px;
  line-height: 44px;
  background-color: #fff;
  border-radius: 22px;
  text-align: center;
  font-size: 16px;
  color: #3d3d3d;
}
.menu-list>li>a:hover>span,
.menu-list>li.menu-active>a>span {
  font-weight: bold;
}

.produce-list {
  display: block;
  overflow: hidden;
  width: 1233px;
}
.produce-list>li {
  width: 378px;
  float: left;
  margin: 0 33px 60px 0;
}
.produce-list>li>a {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.produce-list>li>a .produce-img {
  width: 100%;
  overflow: hidden;
  position: relative;
  background-color: #1f5593;
}
.produce-list>li>a .produce-img::before {
  content: "";
  display: block;
  padding-top: 99.44973545%;
}
.produce-list>li>a>h1 {
  float: left;
  max-width: 100%;
  margin-top: 20px;
  line-height: 40px;
  font-size: 18px;
  color: #434343;
  font-family: "Source Han Sans CN";
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: normal;
  position: relative;
  overflow: hidden;
}
.produce-list>li>a>h1::after {
  content: "";
  width: 100%;
  float: left;
  height: 2px;
  border-top: 1px solid #8e8e8e;
  border-bottom: 1px solid #dadada;
  position: absolute;
  left: 0;
  bottom: 0;
}

.product-details {
  display: block;
  overflow: hidden;
}
.product-details-left {
  width: 378px;
  float: left;
  overflow: hidden;
  position: relative;
  margin-right: 50px;
}
.product-details-left::before {
  content: "";
  display: block;
  padding-top: 135.44973545%;
}
.product-details-title {
  display: block;
  overflow: hidden;
  font-size: 24px;
  color: #434343;
  line-height: 28px;
  margin-bottom: 28px;
  font-weight: bold;
}
.product-details-text {
  display: block;
  line-height: 36px;
  font-size: 16px;
  color: #434343;
}

@media (max-width: 1440px) {
  .product-main {
    padding: 0 0 70px 0;
  }
}

@media (max-width: 1240px) {
  .product-main {
    padding: 0 0 50px 0;
  }
  .produce-list {
    width: 102%;
    margin-left: -1%;
  }
  .produce-list>li {
    width: 31.333333%;
    margin: 0 1% 50px 1%;
  }

}

@media (max-width: 991px) {
  .product-main {
    padding: 0 0 30px 0;
  }
  .produce-list>li {
    margin: 0 1% 30px 1%;
  }
  .product-details-left {
    width: 33%;
    margin-right: 30px;
  }
  .product-details-title {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .product-main {
    padding: 0;
  }
  .menu-list {
    display: none;
    padding: 10px;
    transform: translateY(0);
    transition: initial;
  }
  .menu-list>li {
    width: 100%;
    margin: 2px 0;
  }
  .menu-list>li>a {
    height: 40px;
    border-radius: 20px;
  }
  .menu-list>li>a>span {
    height: 36px;
    line-height: 36px;
    border-radius: 18px;
    font-size: 14px;
  }

  .produce-list>li {
    width: 48%;
    margin: 0 1% 10px 1%;
  }
  .produce-list>li>a>h1 {
    margin-top: 5px;
    font-size: 16px;
  }
  .product-details-left {
    width: 100%;
    float: none;
    margin: 0 0 15px 0;
    background-color: #1f5593;
  }
  .product-details-left::before {
    padding-top: 75%;
  }
  .product-details-title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .product-details-text {
    line-height: 24px;
    font-size: 14px;
  }
}
/* END-我们的产品 */

/* 新闻资讯 */
.main-content .news-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0;
}
.main-content .news-list>li {
  width: calc(50% - 15px);
  float: left;
  margin: 0 0 30px 0;
}
.main-content .news-list>li>a {
  background-color: #f1f1f1;
}
.main-content .news-list>li>a .news-box {
  padding: 20px;
}
.main-content .news-list>li>a:hover {
  background-color: #1f5593;
}
.main-content .news-list>li>a:hover .news-box>h1 {
  color: #fff;
  font-weight: bold;
}
.main-content .news-list>li>a:hover .news-box .news-text {
  color: #fff;
}

.news-details {
  display: block;
  overflow: hidden;
}
.news-details-title {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 20px;
  color: #333;
  font-weight: bold;
  line-height: 30px;
}
.news-details-time {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  color: #666;
  line-height: 1.1;
  padding: 15px 0;
  border-bottom: 1px dashed #ccc;
}
.news-details-content {
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 36px;
  padding-top: 20px;
}
.news-details-content img {
  display: block;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .main-content .news-list>li {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .main-content .news-list>li>a .news-img {
    width: 40%;
  }
  .main-content .news-list>li>a .news-time {
    width: 60px;
    height: 60px;
    font-size: 12px;
    line-height: 16px;
  }
  .main-content .news-list>li>a .news-time>span {
    line-height: 24px;
    font-size: 16px;
  }
  .main-content .news-list>li>a .news-box {
    width: 60%;
    padding: 10px;
  }
  .main-content .news-list>li>a .news-box .news-text {
    font-size: 14px;
    margin-top: 10px;
  }

  .news-details-title {
    font-size: 16px;
  }
  .news-details-content {
    line-height: 24px;
    font-size: 14px;
  }
}
/* END-新闻资讯 */

/* 联系我们 */
.contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-text {
  width: 40%;
  float: left;
  background-color: #1f5593;
  color: #fff;
  padding: 30px;
  font-size: 16px;
  line-height: 36px;
}
.contact-map {
  width: 60%;
  float: left;
  overflow: hidden;
  height: 400px;
  border: none;
}

@media (max-width: 767px) {

  .contact-text {
    width: 100%;
    padding: 15px;
    font-size: 14px;
    line-height: 24px;
  }
  .contact-map {
    width: 100%;
    height: 300px;
  }
}
/* END-联系我们 */