/* 通用 */
body {
  padding: 0;
}

.dth_wh {
  width: 96%;
  max-width: 1500px;
  display: block;
  margin: 0 auto;
}
.dth_wh.w1780 {
  width: 100%;
  max-width: 100%;
  padding: 0 2%;
  display: flex;
}

.flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.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 (min-width: 1780px) {
  .dth_wh.w1780 {
    padding: 0 3.65%;
  }
}
@media (max-width: 1200px) {
  .dth_wh {
    width: 100%;
    padding: 0 15px;
  }
  /* .fp-enabled body,
  body {
    padding-top: 60px;
  } */
}
@media (max-width: 991px) {
  body {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .fp-enabled body,
  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;
  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: 16px;
  height: 16px;
  border: 2px solid #ffffff;
  border-color: transparent transparent #4d4d4d #4d4d4d;
  position: absolute;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  /* left: 12px;
  top: 50%; */
  /* margin-top: -20px; */
  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;
  }
}

/* 整体翻屏设置 */
.section {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media (max-width: 1600px) {
}
@media (max-width: 1200px) {
  .section,
  .fp-tableCell {
    height: auto !important;
  }
}
@media (max-width: 1024px) {
}
@media (max-width: 990px) {
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
}

/* 头部 */
@media (min-width: 991px) {
  body {
    /* padding-top: 94px; */
  }
}
header {
  position: fixed;
  z-index: 95;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  /* background-color: #ffffff; */
  transition: 0.5s all;
}
header.scroll {
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
}
header .dth_wh::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s all;
}
header .dth_wh:hover::before {
  opacity: 1;
  visibility: visible;
}
header:hover {
  background-color: #ffffff;
}
header .dth_wh {
  align-items: center;
  position: relative;
  flex-wrap: nowrap;
  z-index: 20;
}
header .dth_wh .flex {
  flex-wrap: nowrap;
}

.logo {
  display: block;
  width: 15%;
  position: relative;
}
.logo a {
  display: block;
  position: relative;
}
.logo a:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  visibility: hidden;
}
.logo img {
  display: block;
  max-width: 100%;
  max-height: 85px;
  object-fit: contain;
  transition: 0.5s all;
}
header.scroll .logo img {
  max-height: 72px;
}
.logo a:nth-child(2) {
  visibility: hidden;
  z-index: -1;
}
.scroll .logo a:first-child {
  visibility: hidden;
  z-index: -1;
}
.scroll .logo a:nth-child(2) {
  z-index: 1;
  visibility: visible;
}
.show .logo a:first-child {
  z-index: 1;
  visibility: visible;
}
.show .logo a:nth-child(2) {
  visibility: hidden;
  z-index: -1;
}
header .dth_wh:hover .logo a:first-child {
  visibility: hidden;
  z-index: -1;
}
header .dth_wh:hover .logo a:nth-child(2) {
  z-index: 1;
  visibility: visible;
}

/* 头部搜索 */
.w-phone-search {
  width: 15%;
}
.search {
  /* height: 94px; */
  /* display: flex;
  flex-shrink: 0; */
  align-items: center;
  justify-content: flex-end;
  margin: 0;
  width: 5%;
  transition: 0.5s all;
}
header.scroll .search {
  /* height: 80px; */
}
.search_btn {
  display: block;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/search1.png");
  background-size: 18px auto;
  cursor: pointer;
  position: relative;
}
header:hover .search_btn {
  background-image: url("../images/search2.png");
}
header:hover .search_btn:hover {
  background-image: url("../images/search1.png");
}
header.scroll .search_btn {
  background-image: url("../images/search2.png");
}
header.show .search_btn.show {
  background-image: url("../images/close1.png");
}
header .dth_wh:hover .search_btn.show {
  background-image: url("../images/close2.png");
}
header .dth_wh .search_btn.show:hover {
  background-image: url("../images/close1.png");
}
.search_btn:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background: #cd0718;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transition: 0.4s;
}
.search_btn:hover:before {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  border-color: #cd0718;
}

.search_down {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  background: #cd0718;
  opacity: 0;
  visibility: hidden;
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
  pointer-events: none;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  -moz-transition: 0.8s;
  transition: 0.8s;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.search_down.show {
  opacity: 1;
  visibility: visible;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  pointer-events: visible;
}

.search_down_cent {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 630px;
}
.search_down_sous {
}
.search_down_sous h6 {
  font-size: 42px;
  color: #ffffff;
  font-weight: normal;
  line-height: 1;
  display: block;
  margin: 0;
  text-align: center;
  margin-bottom: 4.15vh;
}
.search_down_sous #formsearch {
  background-color: #ffffff;
}
.search_down_sous #formsearch input {
  background: none;
  border: none;
  outline: none;
  height: 60px;
}
.search_down_sous #formsearch input#keyword {
  width: calc(100% - 60px);
  font-size: 16px;
  padding: 1.25em;
}
.search_down_sous #formsearch input#keyword::placeholder {
  color: rgba(34, 34, 34, 0.5);
}
.search_down_sous #formsearch input#s_btn {
  width: 60px;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  background-image: url("../images/search3.png");
}
.search_down_sous #formsearch:hover input#s_btn {
  background-image: url("../images/search4.png");
}

.search_down_keyw {
  padding-top: 28px;
}
.search_down_keyw h6 {
  margin: 0;
  display: block;
  font-size: 15px;
  color: #ffffff;
  font-weight: normal;
}
.search_down_keyw ul {
  flex-wrap: wrap;
  margin-top: 20px;
}
.search_down_keyw li {
  min-width: 90px;
  max-width: 100%;
  margin-right: 10px;
  margin-bottom: 10px;
}
.search_down_keyw li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 40px;
  background-color: rgba(255, 255, 255, 0.1);
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  padding: 0 0.5em;
}

/* 头部语言 */
.lang {
  flex-shrink: 0;
  margin-left: 2.7%;
  display: none;
}
.lang a {
  display: block;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: 0px;
  /* color: #666666; */
  color: #ffffff;
  padding-left: calc(32 / 14 * 1em);
  position: relative;
}
.lang a::before {
  content: "";
  display: block;
  width: calc(20 / 14 * 1em);
  height: calc(20 / 14 * 1em);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/lang.gif");
  background-color: #666666;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.show .lang a {
  color: #ffffff;
}
.show .lang a::before {
  background-color: #cd0718;
}
.dth_wh:hover .lang a {
  color: #666666;
}
.scroll .dth_wh .lang a {
  color: #666666;
}
.show .dth_wh .lang a {
  color: #ffffff;
}
.show .dth_wh:hover .lang a {
  color: #666666;
}
.show .dth_wh:hover .lang a::before {
  background-color: #666666;
}

/* 头部电话 */
.head_phone {
  margin-left: 2.5%;
  position: relative;
}

.head_phone_btn {
  display: block;
  background-color: #bf1920;
  border-radius: 18px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2.56;
  letter-spacing: 0px;
  color: #ffffff;
  width: 8.6em;
  text-align: center;
}
.head_phone_down {
  position: absolute;
  right: 0;
  top: 100%;
  padding-top: 42px;
  width: 420px;
  transition: 0.7s;

  visibility: hidden;
  pointer-events: none;
  opacity: 0;
}
.head_phone_down .tel_cont {
  padding: 0 28px;
  background-color: #ffffff;
  position: relative;
}
.head_phone_down .tel_cont:before {
  position: absolute;
  right: 70px;
  top: -9px;
  content: "";
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #fff;
}
.head_phone:hover .head_phone_down {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}

.top_rxdh {
  padding: 5.82vh 0;
  border-bottom: 1px solid #dddddd;
}
.top_rxdh h5 {
  display: block;
  line-height: 1;
  color: #222222;
  font-size: 15px;
  font-weight: normal;
}
.top_rxdh .tel {
  display: block;
  line-height: 1;
  color: #bf1920;
  font-size: 30px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 0.2em;
}

.drop_info {
  margin-top: 6.2vh;
}
.drop_info .wz_sum {
  display: block;
  margin-bottom: 1px;
  line-height: 1.6;
  color: #061729;
  font-size: 22px;
  font-weight: normal;
}
.drop_info .wz_inf {
  color: #666666;
  font-size: 16px;
  line-height: 1.8;
}

.head_phone_down .drop_form {
  position: relative;
  padding: 3.1vh 0 7vh;
}
.drop_form .drop_f {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.drop_form .drop_f input {
  border: none;
  background: none;
  outline: none;
  transition: 0.35s;
  height: 50px;
}
.drop_form .drop_f .text {
  width: calc(100% - 120px);
  border: 1px solid #f7f7f7;
  background: #f7f7f7;
  font-size: 15px;
  color: #999999;
  padding: 0 1.3em;
}
.drop_f .text:focus {
  border-color: #bf1920;
}
.drop_f .text:focus::-webkit-input-placeholder {
  opacity: 0;
  visibility: hidden;
}
.drop_f .text::-webkit-input-placeholder {
  color: #999999;
}
.drop_form .drop_f .sub {
  background-color: #bf1920;
  color: #ffffff;
  width: 120px;
}
.drop_form .drop_f .sub:hover {
  background: #f58812;
}
.drop_form .call {
  display: none;
  color: #666666;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.75;
  margin-top: 1em;
}

/* 导航 */
nav {
  width: 60%;
  /* margin-left: auto; */
}
.x-menu {
  justify-content: center;
  align-items: center;
}
.x-menu > li {
  margin-right: 5.5%;
  position: relative;
}
.x-menu > li.produtnav {
  position: static;
}
.x-menu > li:last-child {
  margin-right: 0;
}
.x-menu > li > a {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 94px;
  letter-spacing: 0px;
  /* color: #333333; */
  color: #ffffff;
  transition: 0.5s all;
}
header:hover .x-menu > li > a {
  color: #333;
}
header .x-menu > li:hover > a {
  color: #bf1920;
}
header.scroll .x-menu > li > a {
  line-height: 80px;
  color: #333;
}
header.show .x-menu > li > a {
  color: #ffffff;
}
header.show .dth_wh:hover .x-menu > li > a {
  color: #333333;
}

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

.x-sub-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  background-color: #ffffff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  width: 150px;
  transform: translateX(-50%);
  display: none;
  padding: 5px 0;
}
.x-sub-menu > li {
}
.x-sub-menu > li > a {
  display: block;
  font-size: 15px;
  line-height: 2.4;
  font-weight: normal;
  color: #333333;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0.2em 1em;
}
.x-sub-menu > li:hover > a {
  color: #bf1920;
}

.x-menu > li .x-sub-menux {
  display: none;
}

.product_nav_ul {
  position: fixed;
  left: 0;
  top: 94px;
  width: 100%;
  z-index: 10;
  pointer-events: none;
  transition: 0.5s all;
}
header.scroll .product_nav_ul {
  top: 80px;
}
li.produtnav .product_nav_ul.opna {
  pointer-events: visible;
}
.product_nav_ul.opna .product_menu_bg {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.product_menu_bg {
  position: fixed;
  left: 0;
  top: 94px;
  bottom: 0;
  width: 100%;
  height: -webkit-calc(-10vh);
  height: -moz-calc(-10vh);
  height: calc(100vh - 94px);
  z-index: -1;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  -moz-transition: 0.7s;
  transition: 0.7s;
  pointer-events: none;
}
header.scroll .product_menu_bg {
  top: 80px;
  height: calc(100vh - 80px);
}
.product_nav_li {
  position: relative;
  padding: 26px 30px 8px;
  background: #fff;
  text-align: center;
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.product_nav_ul.opna .product_nav_li {
  opacity: 1;
  visibility: visible;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  pointer-events: visible;
}
.product_nav_li ul {
  display: flex;
  flex-wrap: wrap;
}
.product_nav_li li {
  margin-bottom: 25px;
  text-align: center;
  /* width: 11.5%;
  margin-right: calc(8% / 7); */

  width: 15%;
  margin-right: calc(10% / 5);
}
.product_nav_li li:nth-child(6n) {
  margin-right: 0;
}
.product_nav_li li a {
  display: block;
  margin: 0 auto;
  /* width: 90px; */
  /* max-height: 100%; */
}
.product_nav_li li figure {
  display: block;
  position: relative;
  text-align: center;
  width: 90%;
  margin: 0 auto;
  height: 11vw;
}
.product_nav_li li figure img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product_nav_li li figure img:nth-child(2) {
  mask-image: url("../images/figure1.png");
  -webkit-mask-image: url("../images/figure1.png");
  mask-position: 30% 30%;
  -webkit-mask-position: 30% 30%;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  visibility: hidden;
  -webkit-transition:
    all 1s,
    opacity 0s;
  -o-transition:
    all 1s,
    opacity 0s;
  -moz-transition:
    all 1s,
    opacity 0s;
  transition:
    all 1s,
    opacity 0s;
}
.product_nav_li li a:hover figure img:nth-child(2) {
  opacity: 1;
  visibility: visible;
  mask-position: 50% 100%;
  -webkit-mask-position: 50% 100%;
}

.product_nav_li li p {
  margin-top: 14px;
  color: #666666;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.2;
  transition: 0.4s;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 1800px) {
  .x-menu > li {
    margin-right: 5.2%;
  }
}
@media (max-width: 1650px) {
  .x-menu > li {
    margin-right: 4%;
  }
  .search {
    display: none;
  }
}
@media (max-width: 1440px) {
  .x-menu > li > a {
    font-size: 15px;
  }
}
@media (max-width: 1400px) {
  .head_phone {
    display: none;
  }
  .logo {
    width: 15%;
  }
  nav {
    flex-grow: 1;
    margin-left: 2%;
  }
  .x-menu > li {
    margin-right: 3%;
  }
  .search {
    width: auto;
    flex-shrink: 0;
  }
  .search_btn {
    width: 30px;
    height: 30px;
    background-size: 15px auto;
  }
  .lang a {
    font-size: 13px;
  }
}
@media (max-width: 1200px) {
  .lang a {
    font-size: 12px;
  }
  header {
    display: none;
  }
  .xymob-head {
    display: block !important;
  }
  body {
    /* padding-top: 60px; */
  }
}
@media (max-width: 990px) {
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
}

/* banner */
#banner {
  position: relative;
}
.banner_pc {
  display: block;
}
.banner_mob {
  display: none;
}
#banner li {
}
#banner li a {
  display: block;
}
#banner li .imgs {
  display: block;
}
#banner li .imgs img {
  width: 100%;
  min-height: 240px;
  object-fit: cover;
}
#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: #ff4500;
}

/* #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: 11.5%;
}

#banner .swiper-pagination-bullet {
  width: 48px;
  height: 3px;
  background-color: rgba(245, 245, 245, 0.4);
  border-radius: 0;
  position: relative;
  opacity: 1;
  margin: 0 20px;
}
#banner .swiper-pagination-bullet::after {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background-color: #f5f5f5;
  position: absolute;
  left: 0;
  top: 0;
}

#banner .swiper-pagination-bullet:hover,
#banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: rgba(245, 245, 245, 0.4);
}
#banner .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  /* animation: 5.5s linear 0s banwidth 1 forwards; */
  animation: 4s linear 0s banwidth 1 forwards;
}

.banner_video {
  /* height: 50vw; */
  height: 100vh;
  background-color: #000000;
}
.banner_video video {
  object-position: center 10%;
  object-fit: cover;
  opacity: 0.75;
}
.banner_wz {
  position: absolute;
  top: 35.2%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 90%;
}
.banner_wz img {
  max-width: 100%;
}

@keyframes banwidth {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@media (max-width: 1650px) {
}
@media (max-width: 1200px) {
  #banner .swiper-pagination {
    bottom: 10%;
  }
  #banner .swiper-pagination-bullet {
    width: 45px;
    margin: 0 15px;
  }
}
@media (max-width: 990px) {
  #banner .swiper-pagination-bullet {
    width: 40px;
    margin: 0 12px;
  }
}
@media (max-width: 768px) {
  .banner_pc {
    display: none;
  }
  .banner_mob {
    display: block;
  }
}
@media (max-width: 640px) {
  .banner_video {
    min-height: 170px;
  }
  .banner_video video {
    object-position: center top;
  }
  .banner_wz {
    width: 80vw;
  }
}

/* 相同标题 */
.titles {
  text-align: center;
}
.titles h2 {
  color: #333333;
  font-size: 44px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0px;
}
.titles h2 span {
  color: #bf1920;
}
.titles h4 {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0px;
  color: #666666;
  margin-top: 0.25em;
}
.titles h5 {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0px;
  color: #666666;
  margin-top: 0.375em;
}

.titles.white h2 {
  color: #ffffff;
}
.titles.white h4 {
  color: #ffffff;
}

@media (max-width: 1650px) {
  .titles h2 {
    font-size: 2.67vw;
  }
  .titles h4 {
    font-size: 19px;
  }
}
@media (max-width: 1440px) {
  .titles h4 {
    font-size: 18px;
  }
  .titles h5 {
    font-size: 15px;
  }
}
@media (max-width: 1200px) {
  .titles h2 {
    font-size: 32px;
  }
  .titles h4 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .titles h2 {
    font-size: 28px;
  }
  .titles h4 {
    font-size: 15px;
  }
  .titles h5 {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
  .titles h2 {
    font-size: 22px;
  }
  .titles h2 span {
    display: block;
  }
  .titles h4 {
    font-size: 14px;
  }
}
@media (max-width: 420px) {
  .titles h2 {
    font-size: 20px;
  }
  .titles h5 {
    font-size: 13px;
  }
}

