/* 通用 */

.dth_wh {
  width: 96%;
  max-width: 1440px;
  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.2);
}

@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: 50px;
  }
}
@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 {
  background-color: #253157;
  position: relative;
  z-index: 90;
}
header .dth_wh {
  justify-content: flex-start;
  align-items: center;
  max-width: 92%;
}
.logo {
  display: block;
  max-width: 24%;
}
.logo a {
  display: block;
}
.logo img {
  max-width: 100%;
  max-height: 100px;
  object-fit: contain;
}

.search {
  position: relative;
  padding: 20px 0;
  flex-shrink: 0;
}
.search .btns {
  display: block;
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("//cdn.myxypt.com/04baa9c7/23/03/eac01d3ac7d410a5489da28ff56655f4d31492f6.png");
}
.search_formsearch {
  position: absolute;
  right: 0;
  top: 100%;
  background-color: #ffffff;
  transform: translateY(10px);
  transition: 0.5s ease;
  opacity: 0;
  visibility: hidden;
  width: 200px;
  padding: 5px;
}
.search:hover .search_formsearch {
  transform: translateY(-10px);
  opacity: 1;
  visibility: visible;
}
.search_formsearch #formsearch {
  width: 100%;
  border: 1px solid #aeaeae;
}
.search_formsearch #formsearch input {
  outline: none;
  background: none;
  border: none;
  height: 36px;
}
.search_formsearch #formsearch #keyword {
  width: calc(100% - 36px);
  padding: 0 0.8em;
  font-size: 12px;
  color: #333333;
}
.search_formsearch #formsearch #keyword::placeholder {
  color: #999999;
}
.search_formsearch #formsearch #s_btn {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50% auto;
  background-image: url("//cdn.myxypt.com/04baa9c7/23/03/eac01d3ac7d410a5489da28ff56655f4d31492f6.png");
  background-color: #253157;
  display: block;
  font-size: 0;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
}
.top_phone {
  flex-shrink: 0;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  margin-left: 2%;
  line-height: 1.5;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 2.8em auto;
  background-image: url("//cdn.myxypt.com/04baa9c7/23/04/379924aec68477fb6a47e5c840ae3a745e902d31.png");
  padding-left: 3.5em;
  padding-top: 0.2em;
}
.top_phone h5 {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0.4em;
}

/* 导航 */
nav {
  margin-left: auto;
  flex-grow: 1;
  margin: 0 2%;
}
.x-menu {
  justify-content: flex-end;
  align-items: center;
}

.x-menu > li {
  flex: 1;
  text-align: center;
}

.x-menu > li > a {
  font-size: 17px;
  color: #ffffff;
  line-height: 120px;
  display: block;
}

.x-menu > li.active > a, 
.x-menu > li:hover > a {

}

.x-menu > li:hover > a {
  color: rgba(255, 255, 255, 0.6);
}

.x-menu > li.active > a {

}

.x-menu > li:after {
  content: '';
  position: absolute;
  z-index: 100;
  width: 100%;
  left: 0;
  height: 40px;
  opacity: 0;
  top: 100%;
  display: none;
}

.x-menu > li:hover .x-sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.x-sub-menu {
  position: absolute;
  z-index: 99;
  width: 150%;
  left: -25%;
  top: 100%;
  background: #fff;
  border-radius: 5px;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  display: none;
}

.x-sub-menu > li > a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.x-sub-menu > li:hover > a {
  background: #e9eaeb;
}

@media (max-width: 1500px) {
  header .dth_wh {
    max-width: 96%;
  }
  .logo img {
    max-height: 80px;
  }
  .search .btns {
    width: 22px;
    height: 22px;
  }
  .search_formsearch #formsearch input {
    height: 32px;
  }
  .top_phone {
    font-size: 17px;
  }

  .x-menu > li > a {
    font-size: 16px;
    line-height: 100px;
  }
}
@media (max-width: 1200px) {
  header .dth_wh {
    max-width: 98%;
  }
  .logo img {
    max-height: 70px;
  }
  .search .btns {
    width: 18px;
    height: 18px;
  }
  .search_formsearch #formsearch input {
    height: 28px;
  }
  .top_phone {
    display: none;
  }

  .x-menu > li > a {
    font-size: 15px;
    line-height: 80px;
  }
}
@media (max-width: 990px) {
  header {
    display: none;
  }
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
}

/* banner */
#banner {
  position: relative;
}
#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 {
  position: absolute;
  z-index: 99;
  width: 27px;
  height: 8px;
  right: 13%;
  background: url("//cdn.myxypt.com/04baa9c7/23/03/4104e75127d5e0848bc7da41ad081bda2c20b268.png") center no-repeat;
  cursor: pointer;
  outline: none;
  border: none;
  -webkit-transition: all .5s;
  transition: all .5s;
  border-color: transparent;
  top: auto;
  bottom: 14%;
  transform: none;
  margin: 0;
}
#banner .swiper-button-next::after {
  display: none;
}
#banner .swiper-button-prev:hover,
#banner .swiper-button-next:hover {
  background-color: transparent;
}

/* #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 {
}

#banner .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
}

#banner .swiper-pagination-bullet:hover,
#banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #253157;
}

#banner .banner_btn {
  position: absolute;
  width: 25px;
  height: 34px;
  background: url("//cdn.myxypt.com/04baa9c7/23/03/4da7d5e1147a80b7fd3448c9b5e7e6dd39bd5a53.png") center no-repeat;
  background-size: contain;
  bottom: 7%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 998;
  cursor: pointer;
  -webkit-transition: all .8s;
  -moz-transition: all .8s;
  transition: all .8s;
}
#banner .banner_btn:hover {
  transform: translateY(20px);
}


@media (max-width: 1500px) {
}
@media (max-width: 1200px) {
}
@media (max-width: 990px) {
  #banner li .imgs img {
    min-height: 200px;
  }
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
  #banner li .imgs img {
    min-height: 150px;
  }
  #banner .banner_btn {
    width: 20px;
    height: 28px;
  }
  #banner .banner_btn:hover {
    transform: translateY(10px);
  }
}


/* 产品 */
.product {
  padding: 80px 0;
}
.product .dth_wh {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.product_left {
  margin-right: 3.75%;
  flex-shrink: 0;
}
.product_left .tis {
  color: #333;
  font-size: 45px;
  line-height: 1.88;
  font-family: arile;
}
.product_left .mor_ti {
  color: #4c4c4c;
  font-size: 14px;
  line-height: 1.7;
  margin-top: 50px;
  margin-bottom: 36px;
}
.product_left .mor_a {
  display: block;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("//cdn.myxypt.com/04baa9c7/23/03/09703d9304961325e2723e5b62151f946889bf7b.png");
  border-radius: 50%;
}

.product_right {
  flex-grow: 1;
}
.product_right ul {
  justify-content: space-between;
  align-items: flex-start;
}
.product_right li {
  width: 31.2%;
}
.product_right li a {
  display: block;
  position: relative;
}
.product_right li .imgs {
  /* padding-top: calc(626 / 388 * 100%); */
}
.product_right li .imgs img {
  width: 100%;
}
.product_right li .text {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(37, 49, 87, .6);
  text-align: center;
  padding: 5% 4%;
  opacity: 0;
  transition: 0.8s ease;
}
.product_right li:hover .text {
  opacity: 1;
}
.product_right li .text h3 {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fefefe;
  font-size: 30px;
  line-height: 2;
  position: relative;
  padding-bottom: 1em;
  margin-top: 50%;
}
.product_right li .text h3::after {
  content: "";
  position: absolute;
  display: block;
  width: 1.4em;
  height: 5px;
  background: rgba(255, 255, 255, .6);
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
}
.product_right li .text .pro_b {

}
.product_right li .text .pro_c {

}


@media (max-width: 1500px) {
  .product {
    padding: 5.3% 0;
  }
  .product_left .tis {
    font-size: 3vw;
  }
  .product_left .mor_a {
    width: 45px;
    height: 45px;
  }
  .product_right li .text h3 {
    font-size: 2vw;
  }
}
@media (max-width: 1200px) {
  .product_left .mor_ti {
    font-size: 13px;
  }
  .product_left .mor_a {
    width: 40px;
    height: 40px;
  }
  .product_left .mor_ti {
    margin-top: 42px;
    margin-bottom: 24px;
  }
  .product_right li .text h3 {
    font-size: 20px;
  }
  .product_right li .text h3::after {
    height: 4px;
  }
}
@media (max-width: 990px) {
  .product {
    padding: 50px 0;
  }
  .product .dth_wh {
    flex-flow: column;
  }
  .product_right {
    width: 100%;
    margin-top: 30px;
  }
  .product_left .tis {
    font-size: 24px;
    line-height: 1.7;
  }
  .product_left .tis {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    line-height: 1.5;
  }
  .product_left .tis p {
    margin-right: 0.5em;
  }
  .product_left .mor_ti {
    margin-top: 12px;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
  .product {
    padding: 30px 0 20px;
  }
  .product_left .mor_ti {
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .product_left .mor_a {
    width: 30px;
    height: 30px;
  }
  .product_right {
    margin-top: 20px;
  }
  .product_right ul {
    flex-wrap: wrap;
  }
  /* .product_right li {
    width: 48%;
  }
  .product_right li:nth-child(n+3) {
    margin-top: 4%;
  } */
  .product_right li .text h3 {
    font-size: 14px;
  }
  .product_right li .text h3::after {
    height: 2px;
  }
}



/* 品牌故事 */
.brand {
  background-color: #152942;
  overflow: hidden;
}
.brand .dth_wh {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.brand_left {
  width: 45%;
}
.brand_left h4 {
  font-size: 56px;
  line-height: 1;
  font-weight: normal;
  color: #ffffff;
  display: block;
}
.brand_left h3 {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  font-size: 22px;
  line-height: 2;
  font-weight: normal;
  margin-top: 0.1em;
}
.brand_right {
  width: 50%;
  position: relative;
}
.brand_right img {
  width: 50vw;
  margin-right: calc((1440px - 100vw) / 2);
}

@media (max-width: 1500px) {
  .brand_left h4 {
    font-size: 3.72vw;
  }
  .brand_left h3 {
    font-size: 20px;
  }
}
@media (max-width: 1200px) {
  .brand_left h4 {
    font-size: 36px;
  }
  .brand_left h3 {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  .brand {
    background: none;
  }
  .brand .dth_wh {
    flex-flow: column;
    padding: 0;
    align-items: flex-start;
  }
  .brand_left {
    width: 50%;
    background-color: #152942;
    padding: 30px 15px 20px;
  }
  .brand_left h4 {
    font-size: 32px;
  }
  .brand_right {
    width: 100%;
  }
  .brand_right img {
    width: 100%;
  }
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
  .brand_left {
    padding: 20px 12px 15px;
    width: 60%;
  }
  .brand_left h4 {
    font-size: 24px;
  }
  .brand_left h3 {
    font-size: 15px;
  }
}

/* 关于我们 */
.about {
  background-color: #e6e6e6;
  overflow: hidden;
}
.about .dth_wh {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about_left {
  width: 46.2%;
}
.about_left .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  color: #333;
  font-size: 14px;
  line-height: 2;
  font-weight: normal;
}
.about_left .about_a {
  display: block;
  width: 13em;
  line-height: 4.2;
  font-size: 14px;
  color: #666;
  margin-top: 5%;
  padding: 0 0 0 3.1em;
  box-sizing: border-box;
  border-radius: 0.7em;
  border: solid 1px #d3d3d3;
  background: url("//cdn.myxypt.com/04baa9c7/23/03/5440c258515d2b8f8c8b18279b8957bcd0a9b47c.png") 7.85em center no-repeat;
}
.about_right {
  width: 50%;
  position: relative;
}
.about_right img {
  width: 50vw;
  margin-right: calc((1440px - 100vw) / 2);
}


@media (max-width: 1500px) {
  .about_left .about_a {
    width: 12em;
    line-height: 3.6;
    padding-left: 2.8em;
  }
}
@media (max-width: 1200px) {
  .about_left .text {
    line-height: 1.8;
  }
  .about_left .about_a {
    width: 11em;
    line-height: 3.2;
    padding-left: 2em;
    background-position: 7em center;
    font-size: 13px;
  }
}
@media (max-width: 990px) {
  .about .dth_wh {
    flex-flow: column-reverse;
    padding: 0;
  }
  .about_left {
    width: 100%;
    padding: 30px 15px 20px;
  }
  .about_left .about_a {
    margin-top: 20px;
  }
  .about_left .text {
    -webkit-line-clamp: 20;
  }
  .about_right {
    width: 100%;
  }
  .about_right img {
    width: 100%;
    max-height: 200px;
    object-fit: cover;
    margin-right: 0;
  }
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
}




/* 新闻资讯 */
.news {
  padding: 80px 0;
  overflow: hidden;
}
.news .dth_wh {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.news_left {
  width: 38%;
}
.news_tit {

}
.news_tit h3 {
  color: #333;
  font-size: 56px;
  line-height: 1;
  font-weight: normal;
  display: block;
}
.news_tit h4 {
  display: block;
  color: #666;
  font-size: 22px;
  line-height: 2;
  margin-top: 0.1em;
}
.news_cont {
  margin-top: 4.56%;
}
.news_cont a {
  display: block
}
.news_cont .sum {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #333;
  font-size: 16px;
  line-height: 1.42;
}
.news_lis {
  width: 100%;
  margin-top: 6.38%;
}
.news_lis ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.news_lis li {
  width: 47.5%;
}
.news_lis li a {
  display: block;
}
.news_lis li .imgs {

}
.news_lis li .imgs img {
  width: 100%;
}
.news_left .news_a {
  display: block;
  width: 7.1em;
  padding-left: 2.7em;
  font-size: 14px;
  line-height: 2;
  color: #999;
  background: url("//cdn.myxypt.com/04baa9c7/23/03/5b09897036e820856099510913ceab75626da931.png") 0px center no-repeat;
  margin-top: 9.1%;
}

.news_right {
  width: 54.2%;
}
.news_right img {
  width: 100%;
}


@media (max-width: 1500px) {
  .news {
    padding: 5.3vw 0;
  }
  .news_tit h3 {
    font-size: 3.73vw;
  }
  .news_tit h4 {
    font-size: 20px;
  }
  .news_cont .sum {
    font-size: 15px;
  }
}
@media (max-width: 1200px) {
  .news_left {
    width: 42%;
  }
  .news_tit h3 {
    font-size: 36px;
  }
  .news_tit h4 {
    font-size: 18px;
  }
  .news_cont .sum {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .news {
    padding: 50px 0 40px;
  }
  .news .dth_wh {
    flex-flow: column;
  }
  .news_left {
    width: 100%;
  }
  .news_cont {
    margin-top: 20px;
  }
  .news_lis {
    margin-top: 20px;
  }
  .news_left .news_a {
    margin-top: 20px;
    font-size: 13px;
  }
  .news_right {
    display: none;
  }
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
  .news {
    padding: 40px 0 30px;
  }
  .news_tit h3 {
    font-size: 30px;
  }
}




/*  */

@media (max-width: 1500px) {
}
@media (max-width: 1200px) {
}
@media (max-width: 990px) {
  
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
}



/* 底部 */
footer {
  overflow: hidden;
}

.layout {
  background-color: #131a23;
  padding: 45px 0 25px 0;
}
.layout_nav {}
.ft_nav {
  text-align: center;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.ft_nav>li {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ft_nav .xian {
  display: block;
  width: 1px;
  height: 15px;
  background: #606469;
}
.ft_nav>li>a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #e6e6e6;
  font-size: 16px;
  line-height: 1.5;
}
.ft_nav>li>a:hover {
  color: #ffffff;
  opacity: 0.6;
}
.ft_nav .x-nav-menu {
  display: none;
}
.ft_link {
  font-size: 16px;
  line-height: 1.875;
  color: #e6e6e6;
  margin-top: 1.25%;
}
.ft_link dd {
  font-size: 14px;
}
.ft_link a {
  font-size: inherit;
  color: inherit;
}
.ft_link a:hover {
  color: #ffffff;
  opacity: 0.6;
}
.ft_seo {
  margin-top: 30px;
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}
.ft_seo a {
  font-size: inherit;
  color: inherit;
}
.ft_seo a:hover {
  color: #ffffff;
}

.footer {
  background-color: #000;
  position: relative;
  margin: 0 auto;
  text-align: center;
  padding: 20px 0 15px 0;
  color: rgba(255, 255, 255, 0.5);
  background: #000;
  font-size: 12px;
}
.footer .dth_wh {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.footer a {
  font-size: inherit;
  color: inherit;
}
.footer a:hover {
  color: #ffffff;
}
.ft_copyright {
  width: 100%;
}
.ft_region {
  margin-right: 1em;
}
.ft_sup {

}


@media (max-width: 1500px) {
  #toolbar {
    display: none;
  }
}
@media (max-width: 1200px) {
}
@media (max-width: 990px) {
  .layout {
    padding: 30px 0 20px;
    display: none;
  }
  .layout_nav {
    display: none;
  }
  .ft_region {
    display: none;
  }
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
}



/* 左侧 热线 二维码 */

#hot_kf {
  position: fixed;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 90;
  background-color: #253157;
  padding: 10px;
  width: 150px;
  overflow: hidden;
}
#hot_kf .close_kf {
  display: block;
  width: 20px;
  height: 20px;
  margin-left: auto;
  position: relative;
}
#hot_kf .close_kf::before,
#hot_kf .close_kf::after {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  position: absolute;
  left: calc(50% - 8px);
  top: calc(50% - 1px);
  background-color: #ffffff;
}
#hot_kf .close_kf::before {
  transform: rotate(45deg);
}
#hot_kf .close_kf::after {
  transform: rotate(-45deg);
}
#hot_kf .qqs {
  border-bottom: 1px solid #ffffff;
  margin: 0 -10px 20px;
  padding: 5px 10px 10px;
}
#hot_kf .qqs a {
  display: flex;
  font-size: 15px;
  line-height: 2;
  align-items: center;
  justify-content: flex-start;
  color: #ffffff;
}
#hot_kf .qqs .i_qq,
#hot_kf .qqs .i_al {
  display: block;
  width: 1.4em;
  height: 1.4em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 0.5em;
}
#hot_kf .qqs .i_qq {
  background-image: url("//cdn.myxypt.com/04baa9c7/23/04/6662631fe1829f78e45bad8642efe41aeaa8b42c.png");
}
#hot_kf .qqs .i_al {
}
#hot_kf .hot_phone {
}
#hot_kf .hot_phone h5 {
  display: block;
  background-repeat: no-repeat;
  background-position: 1em center;
  background-size: auto 1.875em;
  font-size: 16px;
  color: #ffffff;
  font-weight: normal;
  line-height: 1.875;
  padding-left: 3.5em;
}
#hot_kf .hot_phone .tel {
  font-size: 16px;
  line-height: 1.5;
  color: #ffffff;
  padding: 10px 0;
}
#hot_kf .ewm {
  margin-top: 5px;
}
#hot_kf .ewm img {
  width: 100%;
}


@media (max-width: 1500px) {
  #hot_kf {
    width: 140px;
  }
  #hot_kf .qqs a {
    font-size: 14px;
  }
  #hot_kf .hot_phone h5 {
    font-size: 14px;
  }
  #hot_kf .hot_phone .tel {
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
}
@media (max-width: 990px) {
  #hot_kf {
    display: none;
  }
}