/* 通用 */
p {
  margin: 0;
}

.dth_wh {
  width: 96%;
  max-width: 1200px;
  display: block;
  margin: 0 auto;
}

.flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
}

.flex::before,
.flex::after {
  display: none;
}

.fixed_ratio {
  position: relative;
  overflow: hidden;
  padding-top: calc(3 / 4 * 100%);
}

.fixed_ratio img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.enlarge .imgs {
  overflow: hidden;
  position: relative;
}

.enlarge .imgs img {
  transform: scale(1);
  transition: 0.5s ease;
}

.enlarge:hover .imgs img {
  transform: scale(1.1);
}

@media (max-width: 1200px) {
  .dth_wh {
    width: 100%;
    padding: 0 15px;
  }
}

@media (max-width: 991px) {
  body {
    padding-top: 60px;
  }
}

@media (max-width: 767px) {
  body {
    padding-bottom: 0;
  }
}

@media (max-width: 640px) {
  .dth_wh {
    padding: 0 12px;
  }
}

/* 插件整体样式修改 */
.slick-arrows {
  outline: none;
}

.swiper-button-prev,
.swiper-button-next {
  outline: none;
}

.swiper-button-prev,
.swiper-button-next {
  outline: none;
  display: flex;
  width: 24px;
  height: 44px;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
  background: none;
  display: block;
  width: 40px;
  height: 40px;
  border: 2px solid #ffffff;
  position: absolute;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  left: 12px;
  top: 50%;
  margin-top: -20px;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  width: 16px;
  height: 16px;
  border-color: transparent transparent #4d4d4d #4d4d4d;
  position: relative;
  left: 0;
  top: 0;
  margin: 0;
}

.swiper-button-prev:hover::after,
.swiper-button-next:hover::after {
  border-color: transparent transparent #ffffff #ffffff;
}

.swiper-button-next {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.swiper-pagination {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 5%;
  left: 0;
}

.swiper-pagination .swiper-pagination-bullet {
  outline: none;
  margin: 0 1em;
}

@media (max-width: 992px) {

  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }
}

/* 头部 */
header {
  position: relative;
  z-index: 80;
}

.top_Introduction {
  background-color: #444444;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2.5;
  letter-spacing: 0px;
  color: rgba(255, 255, 255, 0.6);
}

.top_Introduction .dth_wh {
  align-items: center;
  justify-content: space-between;
}

.top_Introduction a,
.top_Introduction span {
  font-size: inherit;
  color: inherit;
}

.top_Introduction a:hover {
  color: #ffffff;
}

.top_Introduction .wel {}

.top_Introduction .top_seo {}

.top_na {}

.top_na .dth_wh {
  align-items: center;
  justify-content: space-between;
}

.top_na .logo {
  width: 30%;
}

.top_na .logo a {
  display: block;
}

.top_na .logo img {
  max-width: 120%;
}

/* 导航 */
nav {
  width: 68%;
}

.x-menu {
  justify-content: flex-end;
  align-items: center;
}

.x-menu>li {
  position: relative;
  margin-right: 5.6%;
}

.x-menu>li:last-child {
  margin-right: 0;
}

.x-menu>li>a {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 3;
  letter-spacing: 0px;
  color: #444444;
  padding: 12px 0;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.x-menu>li:hover>a {
  color: #00479d;
}

.x-menu>li.active>a {}

.nav_xl {
  position: absolute;
  top: 100%;
  width: 680px;
  left: 0;
  background-color: #ffffff;
  box-shadow: 0 2px 5px rgba(0,0,0,0.3);
  display: none;
}
.nav_xl>.flex {
  justify-content: space-between;
  align-items: unset;
}
.x-menu>li:nth-child(n+2) .nav_xl {
  transform: translateX(-50%);
}
.x-menu>li:nth-child(n+4) .nav_xl {
  left: auto;
  right: -100%;
  transform: translateX(0);
}
.x-menu>li:last-child .nav_xl {
  right: 0;
}

.nav_rtext {
  width: 70%;
  padding: 30px 35px 35px;
}
.nav_rtext .imgs {
  padding-top: calc(216 / 406 * 100%);
}
.nav_rtext .text {
  margin-top: 10px;
}
.nav_rtext .text .sums {
  display: block;
  font-size: 12px;
  line-height: 1.75;
  color: #333333;
}

.x-sub-menu {
  position: relative;
  background-color: #f2f2f2;
  width: 30%;
  padding: 20px;
}
.x-sub-menu li {
  border-bottom: 1px solid #dddddd;
}

.x-sub-menu li a {
  display: block;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: 0px;
  color: #444444;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0.4em 0;
}

.x-sub-menu li:hover a {
  color: #00479d;
}



@media (max-width: 1250px) {}

@media (max-width: 1200px) {
  .top_Introduction {
    font-size: 12px;
  }
  .x-menu>li>a {
    font-size: 16px;
  }
  .x-sub-menu {
    min-width: 80px;
    max-width: 160px;
  }
  .x-sub-menu li a {
    font-size: 14px;
  }
}

@media (max-width: 990px) {
  header {
    display: none;
  }
}

@media (max-width: 768px) {}

@media (max-width: 640px) {}

/* banner */
#banner {
  position: relative;
  z-index: 1;
  font-size: 0;
}

#banner li {
  position: relative;
}

#banner li a {
  display: block;
}

#banner li .imgs {
  display: block;
}

#banner li .imgs img {
  width: 100%;
  min-height: 240px;
  object-fit: cover;
}
#banner li video {
  width: 100%;
  height: calc(650 / 1920 * 100vw);
  object-position: center;
  object-fit: cover;
  min-height: 240px;
}

#banner li .banner_wz {
  position:absolute;
  left: 26.55%;
  width: 46.9%;
  height: 23.5%;
  top: 35%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url('../images/banner_text.png')
}
  
  
#banner .hi {
  display: none;
}

#banner .swiper-button-prev,
#banner .swiper-button-next {
  width: 50px;
  height: 65px;
  background-color: rgba(255, 255, 255, 0.5);
}

#banner .swiper-button-prev {
  left: 0;
}

#banner .swiper-button-next {
  right: 0;
}

#banner .swiper-button-prev:hover,
#banner .swiper-button-next:hover {
  background-color: #00479d;
}

/* #banner .swiper-button-prev::after,
#banner .swiper-button-next::after {
  width: 16px;
  height: 16px;
  border-color: transparent transparent #4d4d4d #4d4d4d;
  position: relative;
  left: 0;
  top: 0;
  margin: 0;
}

#banner .swiper-button-prev:hover::after,
#banner .swiper-button-next:hover::after {
  border-color: transparent transparent #ffffff #ffffff;
} */

#banner .swiper-pagination {
  bottom: 20px;
}

#banner .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  opacity: 0.5;
  margin: 0 15px;
}

#banner .swiper-pagination-bullet:hover,
#banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #00479d;
}

@media (max-width: 1250px) {
  #banner .swiper-pagination-bullet {
    margin: 0 10px;
  }
}
@media (max-width: 1200px) {
}
@media (max-width: 990px) {
    #banner li .banner_wz {
        width: 60%;
        left: 20%;
    }
    
  #banner .swiper-pagination-bullet {
    margin: 0 7px;
    width: 10px;
    height: 10px;
  }
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
    #banner li .imgs img {
        min-height: 200px;
    }
    #banner li video {
        min-height: 200px;
    }
    #banner li .banner_wz {
        width: 80%;
        left: 10%;
    }
  #banner .swiper-pagination {
    bottom: 15px;
  }
  #banner .swiper-pagination-bullet {
    margin: 0 5px;
    width: 8px;
    height: 8px;
  }
}


/* 关于我们 */
.about {
  background-color: #eef3f7;
  padding: 1px 0;
  position: relative;
  z-index: 10;
}

.about_text {
  background-color: #ffffff;
  margin-top: -80px;
  padding: 3.1% 3.3% 3.4%;
}

.about_tit {
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
}

.about_text_wz {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.875;
  letter-spacing: 0px;
  color: #585858;
  text-align: center;
  margin-top: 10px;
}

.about_a {
  display: block;
}

.about_a a {
  display: block;
  margin: 0 auto;
  background-color: #004fa1;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2.4;
  letter-spacing: 0px;
  color: #ffffff;
  width: 8.7em;
  text-align: center;
  margin-top: 1.6em;
}

.about_img {
  overflow: hidden;
  margin-bottom: -1px;
}

.about_img img {
  width: 100%;
}


@media (max-width: 1250px) {
  .about_tit {
    font-size: 3.2vw;
  }
  .about_text {
    margin-top: -6.4vw;
  }
  .about_text_wz {
    font-size: 15px;
  }
  .about_a a {
    font-size: 13px;
  }
}

@media (max-width: 1200px) {
  .about_text_wz {
    font-size: 14px;
  }
}

@media (max-width: 990px) {
  .about {
    padding: 30px 0 20px;
  }
  .about_text {
    margin-top: 0;
  }
  .about_text_wz {
    text-align: justify;
  }
  .about_a a {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .about_tit {
    font-size: 26px;
  }
}

@media (max-width: 640px) {
  .about_text {
    padding: 20px 12px;
  }
  .about_tit {
    font-size: 22px;
  }
  .about_text_wz {
    line-height: 1.7;
  }
}

/* 相同标题 */
.titles {
  text-align: center;
}

.titles h2 {
  font-size: 40px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0px;
  color: #343434;
  display: flex;
  justify-content: center;
  align-items: center;
}

.titles h2::before,
.titles h2::after {
  content: "";
  display: block;
  width: 0.55em;
  height: 0.5em;
  background-size: contain;
  background-repeat: no-repeat;
}

.titles h2::before {
  background-image: url("../images/tit_l.png");
}

.titles h2::after {
  background-image: url("../images/tit_r.png");
}

.titles h2 p {
  display: block;
  margin: 0 0.25em;
}

.titles h2 span {
  color: #00479d;
}

.titles h4 {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0px;
  color: #666666;
  margin-top: 0.375em;
}


@media (max-width: 1250px) {
  .titles h2 {
    font-size: 3.3vw;
  }
  .titles h4 {
    font-size: 15px;
  }
}

@media (max-width: 1200px) {
  .titles h4 {
    font-size: 14px;
  }
}

@media (max-width: 990px) {
  .titles h2 {
    font-size: 28px;
  }
}

@media (max-width: 768px) {}

@media (max-width: 640px) {
  .titles h2 {
    font-size: 24px;
  }
  .titles h4 {
    font-size: 13px;
  }
}


/* 产品展示 */
.product {
  padding: 80px 0 95px;
}

.pro_tit {
  padding: 1.2% 0;
}

.pro_tit ul {
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.pro_tit li {
  margin: 0 4.58%;
}

.pro_tit li a {
  display: block;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0px;
  color: #777777;
}

.pro_tit li.active a,
.pro_tit li:hover a {
  color: #00479d;
}

.product_cont {
  margin-top: 3.5%;
  position: relative;
}

.product_tab {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.product_tab.active {
  opacity: 1;
  visibility: visible;
  transition: 0.5s ease;
}

.product_tab:first-child {
  position: relative;
}

.product_tab li {}

.product_tab li a {
  display: block;
}

.product_tab li .imgs {
  padding-top: calc(495 / 380 * 100%);
}

.product_tab li .imgs::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 53, 105, 0.4);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 19.8% auto;
  background-image: url("../images/bt_jia.png");
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
  transition: 0.5s ease;
}

.product_tab li:hover .imgs::after {
  opacity: 1;
}

.product_tab li .text {
  background-color: #004fa1;
  padding: 2.1% 4%;
  text-align: center;
}

.product_tab li .text h3 {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: 0px;
  color: #ffffff;
}

@media (max-width: 1250px) {
  .product {
    padding: 6.4vw 0 7.9vw;
  }
}

@media (max-width: 1200px) {
  .product_tab li .text h3 {
    font-size: 18px;
  }
}

@media (max-width: 990px) {
  .product {
    padding: 50px 0 40px;
  }
  .pro_tit {
    margin-top: 10px;
  }
  .pro_tit li {
    margin: 0 4%;
  }
  .pro_tit li a {
    font-size: 15px;
  }
  .product_tab li .text h3 {
    font-size: 16px;
  }
}

@media (max-width: 768px) {}

@media (max-width: 640px) {
  .product {
    padding: 40px 0 30px;
  }
  .pro_tit {
    margin-top: 5px;
    padding: 5px 0;
  }
  .pro_tit li a {
    font-size: 14px;
  }
  .product_cont {
    margin-top: 20px;
  }
  .product_tab li .text h3 {
    font-size: 14px;
  }
}


/* 新闻资讯 */
.news {
  padding: 66px 0 100px;
  background-color: #f8f8f8;
}

.news_cont {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 4.1%;
}

.news_left {
  width: 40.3%;
}

.news_left ul {
  background-color: #ffffff;
  padding: 26px 14px 20px;
}

.news_left li {}

.news_left li a {
  display: block;
}

.news_left li .text {}

.news_left li .text h5 {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0px;
  color: #00479d;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news_left li .text .sum {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.875;
  letter-spacing: 0px;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 0.25em;
}

.news_left li .imgs {
  padding-top: calc(267 / 456 * 100%);
  margin-top: 2px;
}


.news_right {
  width: 55.6%;
}

.news_right ul {}

.news_right li {
  background-color: #ffffff;
  border: solid 1px #eeeeee;
}

.news_right li:nth-child(n+2) {
  margin-top: 5.7%;
}

.news_right li:hover {
  background-color: #00479d;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.08);
}

.news_right li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 2.4% 5px 4.5%;
}

.news_right li .times {
  flex-shrink: 0;
  text-align: center;
  width: 50px;
}

.news_right li .times span:first-child {
  display: block;
  font-family: Arial;
  font-size: 43px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0px;
  color: #555555;
}

.news_right li:hover .times span:first-child {
  color: #ffffff;
}

.news_right li .times span:last-child {
  font-family: Arial;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0px;
  color: #666666;
}

.news_right li:hover .times span:last-child {
  color: #ffffff;
}

.news_right li .text {
  flex-grow: 1;
  margin-left: 10%;
}

.news_right li .text h5 {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0px;
  color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news_right li:hover .text h5 {
  color: #ffffff;
}

.news_right li .text .sum {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.85;
  letter-spacing: 0px;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 0.3em;
}

.news_right li:hover .text .sum {
  color: #ffffff;
}

.news_right li .text .r_mor {
  font-family: Arial;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0px;
  color: #999999;
  margin-top: 2px;
}

.news_right li:hover .text .r_mor {
  color: #ffffff;
}

@media (max-width: 1250px) {
  .news {
    padding: 5.28vw 0 6vw;
  }
  .news_left li .text h5 {
    font-size: 22px;
  }
}

@media (max-width: 1200px) {
  .news_left li .text h5 {
    font-size: 20px;
  }
  .news_left li .text .sum {
    font-size: 14px;
  }
  .news_right li a {
    padding: 15px 15px 10px;
  }
  .news_right li:nth-child(n+2) {
    margin-top: 5%;
  }
  .news_right li .text .sum {
    -webkit-line-clamp: 1;
  }
}

@media (max-width: 990px) {
  .news {
    padding: 50px 0 40px;
  }
  .news_cont {
    flex-flow: column;
  }
  .news_left {
    width: 100%;
  }
  .news_left li .text .sum {
    line-height: 1.7;
  }
  .news_right {
    width: 100%;
    margin-top: 20px;
  }
  .news_right li:nth-child(n+2) {
    margin-top: 20px;
  }
  .news_right li .text {
    margin-left: 20px;
  }
  .news_right li .text .sum {
    -webkit-line-clamp: 2;
  }
  .news_right li .times span:first-child {
    font-size: 36px;
  }
}

@media (max-width: 768px) {}

@media (max-width: 640px) {
  .news {
    padding: 40px 0 30px;
  }
  .news_cont {
    margin-top: 24px;
  }
  .news_left ul {
    padding: 20px 12px 15px;
  }
  .news_left li .text h5 {
    font-size: 17px;
  }
  .news_left li .imgs {
    margin-top: 10px;
  }
  .news_right {
    margin-top: 15px;
  }
  .news_right li:nth-child(n+2) {
    margin-top: 12px;
  }
  .news_right li .times span:first-child {
    font-size: 32px;
  }
  .news_right li .times span:last-child {
    font-size: 12px;
  }
  .news_right li .text h5 {
    font-size: 15px;
  }
}


/* 友情链接 */
.ft_link {
  padding: 30px 0 22px;
}

.ft_link .dth_wh {
  display: flex;
  justify-content: flex-start;
  align-items: unset;
}

.ft_link dt {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0px;
  color: #666666;
  border-right: 1px solid #d6d6d6;
  padding-right: 1.5em;
  flex-shrink: 0;
}

.ft_link dt span {
  font-size: 26px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0px;
  color: #00479d;
  margin-top: 2px;
  display: block;
}

.ft_link dd {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 7px 0 0;
}

.ft_link dd a {
  display: block;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: 0px;
  color: #999999;
  margin-left: 2.1em;
}

@media (max-width: 1250px) {}

@media (max-width: 1200px) {
  .ft_link dt {
    font-size: 14px;
    padding-right: 1em;
  }
  .ft_link dt span {
    font-size: 20px;
  }
  .ft_link dd a {
    font-size: 12px;
    margin-left: 1.5em;
  }
}

@media (max-width: 990px) {
  .ft_link {
    display: none;
  }
}

@media (max-width: 768px) {}

@media (max-width: 640px) {}



/* 底部 */
footer {
  background-color: #333431;
}
.layout {
  padding: 64px 0 56px;
}
.layout .dth_wh {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.layout_nav {
  width: 57.5%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.layout_nav dl {
  flex: 1;
}
.layout_nav dt {
  font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 2;
	letter-spacing: 0px;
	color: #ffffff;
  margin-bottom: 1em;
}
.layout_nav dd {
  font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 2.1;
	letter-spacing: 0px;
	color: rgba(255, 255, 255, 0.6);
}
.layout_nav dd a {
  display: block;
  color: inherit;
  font-size: inherit;
}
.layout_nav dd a:hover {
  color: #ffffff;
}
.layout_contact {
  margin-left: 1.6%;
  flex-grow: 1;
}
.layout_contact h4 {
  font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 2;
	letter-spacing: 0px;
	color: #ffffff;
  margin-bottom: 1em;
}
.layout_contact .text {
  font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 2.1;
	letter-spacing: 0px;
	color: rgba(255, 255, 255, 0.6);
}
.layout_contact .text a {
  color: inherit;
  font-size: inherit;
}
.layout_contact .text a:hover {
  color: #ffffff;
}
.layout_ewm {
  margin-left: 2%;
  width: 120px;
  text-align: center;
  margin-top: 3.6%;
}
.layout_ewm img {
  max-width: 100%;
}

.layout_ewm p {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 2;
	letter-spacing: 0px;
	color: #9a9c96;
  margin-top: 1em;
}

.foots {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 2;
	letter-spacing: 0px;
	color: rgba(255, 255, 255, 0.65);
  padding: 1.5em 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.foots a {
  color: inherit;
  font-size: inherit;
}
.foots a:hover {
  color: #ffffff;
}
.foots .dth_wh {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.ft_copyright {

}
.ft_region {

}
.ft_copyr {

}
.ft_seo {

}

@media (max-width: 1250px) {
  .layout_nav dt,
  .layout_contact h4 {
    font-size: 16px;
  }
  .layout_contact .text {
    font-size: 13px;
  }
  .layout_nav dd {
    font-size: 13px;
  }
  .layout_ewm p {
    font-size: 13px;
  }
}

@media (max-width: 1200px) {
  .layout {
    padding: 50px 0 40px;
  }
  .layout_nav dt,
  .layout_contact h4 {
    font-size: 15px;
    margin-bottom: 0.5em;
  }
  .layout_ewm {
    width: 100px;
  }
  .foots {
    font-size: 12px;
  }
}

@media (max-width: 990px) {
  .layout {
    padding: 30px 0 20px;
  }
  .layout .dth_wh {
    align-items: center;
  }
  .layout_nav {
    display: none;
  }
  .layout_ewm {
    margin-top: 0;
  }
  .layout_ewm p {
    margin-top: 0.5em;
    line-height: 1.5;
  }
  .ft_region,
  .ft_copyr {
    display: none;
  }
}

@media (max-width: 768px) {}

@media (max-width: 640px) {
  .layout_contact .text {
    font-size: 12px;
  }
  .layout_ewm {
    width: 80px;
  }
  .layout_ewm p {
    font-size: 13px;
  }
}