@charset "UTF-8";
.ovimg,
.ibw,
.miw,
.iml,
.imgbig {
  overflow: hidden;
}

.imgbig img {
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  -ms-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
}

.imgbig:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.max1500 {
  max-width: 1530px;
  margin: 0 auto;
  padding: 0 15px;
}

.flexed {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  display: -webkit-flex;
  align-items: center;
}

.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;
}

.align-center {
  align-items: center;
}

.headbg {
  position: relative;
  z-index: 999;
}

.headbg .headindex .logo {
  width: 15.33%;
}

.headbg .headindex .logo img {
  max-width: 100%;
}

.headbg .headindex .headr {
  width: 75.33%;
}

.headbg .headindex .headr .tnav {
  width: 77.87%;
}

.headbg .headindex .headr .tsou {
  width: 166px;
  height: 36px;
  border: 1px solid #dadada;
  border-radius: 30px;
}

.tsou #formsearch input {
  height: 36px;
  background: none;
  border: none;
  line-height: 34px;
  width: calc(100% - 46px);
  outline: none;
}

.tsou #formsearch input#keyword {
  height: 36px;
  line-height: 34px;
  color: #666;
  font-size: 12px;
  text-indent: 5px;
}

.tsou #formsearch input#s_btn {
  width: 46px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  border: none;
  cursor: pointer;
  float: right;
  background: #b41111 url(../images/ss.png) no-repeat center;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

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

/* 相同标题 */
.titles h2 {
  font-size: 38px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #222222;
}

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

@media (max-width: 1500px) {
  .titles h2 {
    font-size: 2.4vw;
  }
}

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

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

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

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

/* 关于与面料 */
.about_fabric {
  background-color: #f8f8f8;
}

/* 关于我们 */
.about {
  padding: 60px 0 50px;
}

.about .max1500 {
  max-width: 900px;
}

.about .titles {
  text-align: center;
}

.about_wz {
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2.2;
  letter-spacing: 0px;
  color: #555555;
  margin-top: 0.9em;
}

.about_a {
  margin-top: 3%;
}

.about_a a {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  background-image: url("../images/ic1.png");
  height: 9px;
  width: 20px;
  margin: 0 auto;
}

@media (max-width: 1560px) {
  .about {
    padding: 3.84% 0 3.2%;
  }
  .about_wz {
    font-size: 17px;
  }
}

@media (max-width: 1200px) {
  .about {
    padding: 3.84% 0 3.5%;
  }
  .about_wz {
    font-size: 16px;
  }
  .about_a {
    margin-top: 24px;
  }
}

@media (max-width: 990px) {
  .about {
    padding: 30px 0;
  }
  .about_a {
    margin-top: 10px;
  }
  .about_wz {
    font-size: 15px;
    margin-top: 0.7em;
  }
}

@media (max-width: 640px) {
  .about {
    padding: 24px 0;
  }
  .about_wz {
    font-size: 14px;
    line-height: 2;
    margin-top: 0.5em;
  }
  .about_a {
    margin-top: 20px;
  }
}

/* 面料应用 */
.fabric_appli {
  background-color: #f8f8f8;
}

.fabric_appli li a {
  display: block;
  position: relative;
  transition: 0.5s ease;
}

.fabric_appli li:hover a {
  border-top-left-radius: 6.25vw;
  overflow: hidden;
  transition: 0.3s ease;
}

.fabric_appli li .imgs {
  border-top-left-radius: inherit;
}

.fabric_appli li .text {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10% 8%;
}

.fabric_appli li .text_sums {
  text-align: center;
  position: relative;
}

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

.fabric_appli li .text_sums h4 {
  font-family: Arial;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0px;
  color: #ffffff;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 1em;
}

.fabric_appli li .text_sums .nums {
  font-family: Arial;
  font-size: 170px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0px;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  position: absolute;
  right: -40%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.3;
  transition: 0.3s ease;
}

.fabric_appli li:hover .text_sums .nums {
  opacity: 0;
}

.fabric_appli li .text_jia {
  position: relative;
  width: 26.4%;
  margin-left: 10px;
  flex-shrink: 0;
  padding: 7.8%;
  z-index: 20;
}

.fabric_appli li .text_jia .jia {
  display: block;
  padding-top: 100%;
  background-color: #b41111;
  border-radius: 50%;
  position: relative;
}

.fabric_appli li .text_jia .jia::before,
.fabric_appli li .text_jia .jia::after {
  content: "";
  display: block;
  width: 47%;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  left: 26.5%;
  top: calc(50% - 1px);
}

.fabric_appli li .text_jia .jia::after {
  transform: rotate(90deg);
}

.fabric_appli li .btns_bwen {
  position: absolute;
  z-index: -1;
  width: 38%;
  height: 38%;
  left: 31%;
  top: 31%;
  opacity: 0;
  transition: 0.3s ease;
}

.fabric_appli li:hover .btns_bwen {
  opacity: 1;
}

/* 按钮波纹 */
.circle,
.circle1,
.circle2,
.circle3 {
  width: 100%;
  height: 100%;
  background: #dedede;
  border: 1px solid #dedede;
  border-radius: 999px;
  position: absolute;
  top: 0;
  left: 0;
}

.circle1,
.circle2 {
  /* animation: circleChange 2s 1s ease-out infinite; */
  animation-name: circleChange;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.circle1 {
  animation-delay: 1s;
}

.circle2 {
  animation-delay: 2s;
}

@keyframes circleChange {
  0% {
    transform: scale(1);
    opacity: 0.95;
  }
  25% {
    transform: scale(1.4);
    opacity: 0.75;
  }
  50% {
    transform: scale(1.8);
    opacity: 0.5;
  }
  75% {
    transform: scale(2.2);
    opacity: 0.25;
  }
  100% {
    transform: scale(2.6);
    opacity: 0.05;
  }
}

.fabric_appli_arow {
  position: relative;
  padding: 60px 0 60px calc((100vw - 1500px) / 2);
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.fabric_appli_arow .fabric_appli_prev,
.fabric_appli_arow .fabric_appli_next {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  border: solid 1px #b4b4b4;
  background: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 52.5% auto;
  outline: none;
  flex-shrink: 0;
}

.fabric_appli_arow .fabric_appli_prev:hover,
.fabric_appli_arow .fabric_appli_next:hover {
  background-color: #b41111;
  border: solid 1px #b41111;
}

.fabric_appli_arow .fabric_appli_prev {
  margin-right: 13px;
  background-image: url("../images/l1.png");
}

.fabric_appli_arow .fabric_appli_next {
  margin-right: 23px;
  background-image: url("../images/r1.png");
}

.fabric_appli_arow .fabric_appli_prev:hover {
  background-image: url("../images/l11.png");
}

.fabric_appli_arow .fabric_appli_next:hover {
  background-image: url("../images/r11.png");
}

.fabric_appli_arow .lines {
  position: relative;
  left: 0;
  top: 0;
  background-color: #d3d3d3;
  height: 3px;
  flex-grow: 1;
}

.fabric_appli_arow .lines .swiper-pagination-progressbar-fill {
  background-color: #888888;
}

@media (max-width: 1760px) {
  .fabric_appli_arow {
    padding: 3.4% 0 3.4% 2vw;
  }
  .fabric_appli li .text_sums .nums {
    font-size: 9.65vw;
  }
  .fabric_appli li .text_sums h3 {
    font-size: 22px;
  }
  .fabric_appli li .text_sums h4 {
    font-size: 18px;
  }
}

@media (max-width: 1560px) {
  .fabric_appli li .text_sums h3 {
    font-size: 20px;
  }
  .fabric_appli li .text_sums h4 {
    font-size: 16px;
  }
}

@media (max-width: 1200px) {
  .fabric_appli_arow .fabric_appli_prev,
  .fabric_appli_arow .fabric_appli_next {
    width: 36px;
    height: 36px;
  }
}

@media (max-width: 990px) {
  .fabric_appli li .text_sums h4 {
    font-size: 15px;
  }
}

@media (max-width: 450px) {
  .fabric_appli li .text_sums .nums {
    font-size: 80px;
  }
  .fabric_appli_arow .fabric_appli_prev {
    margin-right: 10px;
  }
  .fabric_appli_arow .fabric_appli_next {
    margin-right: 15px;
  }
}

/* Introduction */
.Intro-bg {
  position: relative;
}

.Intro-bg::before {
  content: '';
  position: absolute;
  background: url(../images/bj11.png) no-repeat left bottom;
  height: 300px;
  width: 100px;
  bottom: 0;
  left: 0;
}

.Intro-bg .Intro-left {
  width: 50%;
  padding-left: 10.9375vw;
  padding-right: 1.5625vw;
}

.Intro-bg .Intro-left .int img {
  max-width: 100%;
}

.Intro-bg .Intro-left .int h3 {
  color: #111111;
  font-size: 24px;
  font-weight: 600;
  margin-top: 10px;
}

.Intro-bg .Intro-left .inw {
  margin: 2vw 0;
}

.Intro-bg .Intro-left .inw p {
  color: #666666;
  font-size: 16px;
  line-height: 2.25;
  text-align: justify;
}

.Intro-bg .Intro-left .inmore {
  width: 193px;
  height: 44px;
  line-height: 44px;
  background: #b41111;
}

.Intro-bg .Intro-left .inmore a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
}

.Intro-bg .Intro-left .inmore a img {
  margin-left: 1.5vw;
}

.Intro-bg .Intro-right {
  width: 50%;
}

.Intro-bg .Intro-right img {
  width: 100%;
}

@media (max-width: 1600px) {
  .Intro-bg .Intro-left {
    padding-left: 15px;
  }
}

@media (max-width: 1200px) {
  .Intro-bg .Intro-left .inw p {
    font-size: 14px;
  }
  .Intro-bg .Intro-left .int img {
    max-width: 300px;
    width: 100%;
  }
  .Intro-bg .Intro-left .inmore {
    width: 150px;
  }
  .Intro-bg .Intro-left .inmore a {
    font-size: 14px;
  }
}

@media (max-width: 1024px) {
  .Intro-bg .Intro-left .inw p {
    line-height: 22px;
    font-size: 13px;
  }
  .Intro-bg .Intro-left .inmore a {
    font-size: 12px;
  }
}

@media (max-width: 990px) {
  .Intro-bg {
    flex-wrap: wrap;
    padding: 40px 0;
  }
  .Intro-bg .Intro-left {
    width: 100%;
  }
  .Intro-bg .Intro-right {
    width: 100%;
    margin-top: 20px;
  }
}

/*product*/
.probg {
  background: #fafafa;
  padding-top: 4.6875vw;
  padding-bottom: 6vw;
}

.probg .protitle {
  margin-bottom: 2vw;
}

.probg .protitle .protitle1 {
  width: 30%;
}

.probg .protitle .protitle1 h3 {
  color: #222222;
  font-size: 38px;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.probg .protitle .protitle1 h3 img {
  margin-left: 1vw;
}

.probg .protitle .protitle1 h4 {
  color: #9e9e9e;
  font-size: 16px;
  font-weight: normal;
  margin-top: 10px;
}

.probg .protitle .protitle2 {
  width: 50.66%;
}

.probg .protitle .protitle2 .p1next {
  width: 50px;
  height: 50px;
  background: #000000 url(../images/l2.png) no-repeat center center;
}

.probg .protitle .protitle2 .p1Swiper {
  overflow: hidden;
  width: 82.63%;
}

.probg .protitle .protitle2 .p1Swiper .swiper-slide a {
  display: block;
  background: #000000;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 57px;
}

.probg .protitle .protitle2 .p1Swiper .swiper-slide a:hover {
  background: #b41111;
}

.probg .protitle .protitle2 .p1prev {
  width: 50px;
  height: 50px;
  background: #000000 url(../images/r2.png) no-repeat center center;
}

.ind_prolist {
  position: relative;
}

.ind_prolist .swiper-container {
  overflow: hidden;
}

.ind_prolist .swiper-slide {
  text-align: center;
}

.ind_prolist .swiper-slide a {
  position: relative;
  display: block;
  overflow: hidden;
}

.ind_prolist .swiper-slide .img {
  overflow: hidden;
}

.ind_prolist .swiper-slide img {
  width: 100%;
  display: block;
  object-fit: contain;
  transition: All 0.4s ease-in-out;
}

.ind_prolist .swiper-slide:hover img {
  transform: scale(1.1);
}

.ind_prolist .swiper-slide .wz {
  position: absolute;
  bottom: 0;
  width: 100%;
  line-height: 60px;
  font-size: 16px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
}

.ind_prolist .swiper-slide .wzh {
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: -100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: 0.5s;
}

.ind_prolist .swiper-slide .wzh .wzh1 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 1.2vw;
}

.ind_prolist .swiper-slide .wzh .wzh2 {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.875;
  padding: 0 2.5vw;
}

.ind_prolist .swiper-slide:hover .wzh {
  bottom: 0;
}

.ind_prolist .swiper-slide:hover .wz {
  opacity: 0;
}

@media (max-width: 1366px) {
  .ind_prolist .swiper-slide .wzh .wzh1 {
    font-size: 18px;
  }
  .ind_prolist .swiper-slide .wzh .wzh2 {
    font-size: 14px;
  }
}

@media (max-width: 1200px) {
  .probg .protitle .protitle1 h3 {
    font-size: 30px;
  }
  .probg .protitle .protitle1 h4 {
    font-size: 14px;
  }
  .probg .protitle .protitle2 .p1Swiper .swiper-slide a {
    line-height: 45px;
    font-size: 14px;
  }
  .probg .protitle .protitle2 .p1next {
    width: 35px;
    height: 35px;
  }
  .probg .protitle .protitle2 .p1prev {
    width: 35px;
    height: 35px;
  }
  .ind_prolist .swiper-slide .wz {
    line-height: 40px;
    font-size: 14px;
  }
  .ind_prolist .swiper-slide .wzh .wzh1 {
    font-size: 16px;
  }
}

@media (max-width: 990px) {
  .probg {
    padding: 40px 0;
  }
  .probg .protitle {
    flex-wrap: wrap;
  }
  .probg .protitle .protitle1 {
    width: 100%;
    text-align: center;
  }
  .probg .protitle .protitle1 h3 {
    justify-content: center;
  }
  .probg .protitle .protitle2 {
    width: 100%;
    margin-top: 20px;
  }
}

@media (max-width: 640px) {
  .probg .protitle .protitle2 .p1Swiper {
    width: 75%;
  }
}

/*news*/
.newsindex {
  margin-top: 6.25vw;
  margin-bottom: 6.25vw;
}

.newsindex .titles {
  text-align: center;
}

.newsindex .nlist {
  align-items: flex-start;
  margin-top: 1vw;
}

.newsindex .nlist li {
  width: 32%;
}

.newsindex .nlist li .img1 img {
  width: 100%;
}

.newsindex .nlist li .wz {
  background: #f9f9f9;
  padding: 1.5vw 1.4vw;
}

.newsindex .nlist li .wz .wza {
  color: #555555;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.newsindex .nlist li .wz .wzb {
  color: #8b8b8b;
  font-size: 14px;
  line-height: 2.14;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 0.8vw 0;
}

.newsindex .nlist li .wz .wzc {
  color: #8b8b8b;
  font-size: 14px;
  display: flex;
  align-items: center;
}

.newsindex .nlist li .wz .wzc img {
  margin-right: 5px;
}

.newsindex .nlist li:hover {
  box-shadow: 0px 0px 22.68px 4.32px rgba(0, 0, 0, 0.17);
}

.newsindex .nlist li:hover .wz .wza {
  color: #b41111;
  font-weight: 600;
}

@media (max-width: 990px) {
  .newsindex .nlist li .wz .wza {
    font-size: 16px;
  }
  .newsindex .nlist li .wz .wzb {
    line-height: 1.6;
  }
}

@media (max-width: 640px) {
  .newsindex .nlist {
    margin-top: 20px;
  }
  .newsindex .nlist {
    flex-wrap: wrap;
  }
  .newsindex .nlist li {
    width: 100%;
    margin-bottom: 20px;
  }
}

/* 优势 */
.advantages_con ul {
  justify-content: space-between;
}

.advantages_con li {
  flex: 1;
}

.advantages_con li a {
  display: block;
  position: relative;
}

.advantages_con li .imgs {
  padding-top: calc(538 / 640 * 100%);
}

.advantages_con li .text {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  width: 90%;
  text-align: center;
  transition: 0.5s ease;
}

.advantages_con li:hover .text {
  transform: translateY(calc(-50% - 20px));
  transition: 0.3s ease;
}

.advantages_con li .text h4 {
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0px;
  color: #ffffff;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0.6em;
}

.advantages_con li .text .jts {
  display: block;
  width: 45px;
  height: 45px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: calc(27 / 45 * 100%) auto;
  background-image: url("../images/more.png");
  border: solid 1px #ffffff;
  border-radius: 50%;
  margin: 0 auto;
}

@media (max-width: 1560px) {
  .advantages_con li .text h4 {
    font-size: 1.9vw;
  }
  .advantages_con li .text .jts {
    width: 2.88vw;
    height: 2.88vw;
  }
}

@media (max-width: 1200px) {
  .advantages_con li .text h4 {
    font-size: 24px;
  }
  .advantages_con li .text .jts {
    width: 36px;
    height: 36px;
  }
}

@media (max-width: 990px) {
  .advantages_con li .text {
    transform: translateY(-45%);
  }
  .advantages_con li:hover .text {
    transform: translateY(calc(-45% - 20px));
  }
}

@media (max-width: 640px) {
  .advantages_con ul {
    flex-flow: column;
  }
  .advantages_con li {
    width: 100%;
  }
  .advantages_con li .text {
    transform: translateY(-40%);
  }
  .advantages_con li:hover .text {
    transform: translateY(calc(-40% - 20px));
  }
}

/* 底部 */
footer {
  background-color: #333333;
}

.layout {
  padding: 12px 0 65px;
}

.layout_nav {
  width: 49%;
}

.layout_nav .ft_nav {
  justify-content: space-between;
}

.layout_nav .ft_nav > li {
  flex: 1;
}

.layout_nav .ft_nav > li > a,
.layout_contact h4 {
  font-size: 21px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2.2;
  letter-spacing: 0px;
  color: rgba(255, 255, 255, 0.6);
}

.layout_nav .ft_nav .x-nav-menu dd a,
.layout_contact {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2.1;
  letter-spacing: 0px;
  color: rgba(255, 255, 255, 0.6);
}

.layout_contact {
  margin-left: 3.5%;
  width: 28%;
}

.layout_share,
.layout_ewm {
  width: 19%;
  margin-left: auto;
}

.layout_share ul {
  justify-content: flex-end;
  align-items: center;
}

.layout_share li {
  position: relative;
  margin-right: 7%;
}

.layout_share li:last-child {
  margin-right: 0;
}

.layout_share li a {
  display: block;
  position: relative;
}

.layout_share li .bts {
  display: block;
  background-color: #404040;
  border-radius: 5px;
  width: 46px;
  height: 46px;
}

.layout_share li .bts img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.layout_share li.xls .ewm {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 100px;
}

.layout_share li.xls .ewm img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  display: block;
}

.layout_ewm {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  font-size: 0;
}

.layout_ewm .ewm {
  display: block;
  text-align: center;
  width: 120px;
  max-width: 100%;
  padding-top: 4%;
}

.layout_ewm .ewm img {
  width: 100%;
}

.layout_ewm .ewm p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2.2;
  letter-spacing: 0px;
  color: #ffffff;
}

.layout_nav .ft_nav .x-nav-menu dd a:hover {
  color: #ffffff;
}

.layout_top {
  padding: 14px 0;
}

.layout_top .dth_wh {
  align-items: center;
}

.layout_top .layout_nav .ft_nav .x-nav-menu {
  display: none;
}

.layout_bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 35px;
}

.layout_bottom .layout_nav .ft_nav > li > a {
  display: none;
}

.foot {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: 0px;
  color: rgba(255, 255, 255, 0.5);
  padding: 1.5em 0;
  position: relative;
}

.foot::before {
  content: "";
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: block;
  width: 100%;
  max-width: 1500px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}

.foot .dth_wh {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.clearboth {
  width: 100%;
}

.foot a {
  font-size: inherit;
  color: inherit;
}

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

@media (max-width: 1760px) {
  #toolbar {
    display: none;
  }
  .layout {
    padding: 8px 0 50px;
  }
}

@media (max-width: 1560px) {
  .layout {
    padding: 0.5% 0 3.2%;
  }
  .layout_nav .ft_nav > li > a,
  .layout_contact h4 {
    font-size: 1.4vw;
  }
  .layout_nav .ft_nav .x-nav-menu dd a,
  .layout_contact {
    font-size: 15px;
  }
  .layout_share li .bts {
    width: 44px;
    height: 44px;
  }
  .layout_bottom {
    padding-top: 2.2%;
  }
  .foot {
    font-size: 13px;
  }
  .layout_ewm .ewm {
    width: 110px;
  }
  .layout_ewm .ewm p {
    font-size: 13px;
  }
}

@media (max-width: 1200px) {
  .layout_nav .ft_nav > li > a,
  .layout_contact h4 {
    font-size: 16px;
  }
  .layout_nav .ft_nav .x-nav-menu dd a,
  .layout_contact {
    font-size: 14px;
  }
  .layout_share li .bts {
    width: 40px;
    height: 40px;
  }
  .foot {
    font-size: 12px;
  }
  .layout_ewm .ewm {
    width: 100px;
  }
  .layout_ewm .ewm p {
    font-size: 12px;
  }
}

@media (max-width: 990px) {
  .layout_nav {
    display: none;
  }
  .layout_contact {
    margin-left: 0;
    width: 55%;
  }
  .layout_share,
  .layout_ewm {
    width: 40%;
  }
  .foot .dth_wh {
    justify-content: center;
    text-align: center;
  }
  .ft_region,
  .ft_prs,
  .ft_link {
    display: none;
  }
}

@media (max-width: 640px) {
  .layout {
    padding: 1px 0 10px;
  }
  .layout_top {
    padding: 4px 0;
  }
  .layout_share {
    display: none;
  }
  .layout_bottom .dth_wh {
    flex-flow: column;
  }
  .layout_contact {
    width: 100%;
    font-size: 13px;
  }
  .layout_contact h4 {
    font-size: 15px;
  }
  .layout_ewm {
    width: 100%;
    margin-left: 0;
    justify-content: flex-start;
  }
}

/*左侧工具条*/
#toolbar {
  position: fixed;
  z-index: 9999;
  right: 17px;
  bottom: 10%;
}

#toolbar li {
  margin-bottom: 3px;
  font-size: 0;
  width: 57px;
  height: 57px;
  right: 0;
  position: relative;
}

#toolbar li a {
  display: block;
  position: absolute;
  z-index: 9;
  right: 0;
  top: 0;
  width: 57px;
  height: 57px;
  overflow: hidden;
  background: #0085ff;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  white-space: nowrap;
  font-size: 0;
}

#toolbar li .icon-font {
  display: inline-block;
  vertical-align: middle;
  width: 57px;
  height: 57px;
  background-color: #d9d9d9;
}

#toolbar li .icon-qq:after {
  background-position: 0 -150px;
}

#toolbar li .icon-phone:after {
  background-position: 0 -90px;
}

#toolbar li .icon-ewm:after {
  background-position: 0 -30px;
}

#toolbar li .icon-message:after {
  background-position: 0 -120px;
}

#toolbar li .icon-top:after {
  background-position: 0 -60px;
}

#toolbar li .icon-wangwang:after {
  background-position: 0 0;
}

#toolbar li .wz {
  display: inline-block;
  line-height: 57px;
  font-size: 14px;
  color: #fff;
  vertical-align: middle;
  padding-left: 10px;
}

#toolbar li.ewm .ewm-box {
  position: absolute;
  z-index: 1;
  padding: 5px;
  background: #0085ff;
  width: 110px;
  right: 120%;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all .7s;
  transition: all .7s;
}

#toolbar li.ewm .ewm-box p {
  margin-bottom: 0;
}

#toolbar li.ewm .ewm-box img {
  max-width: 100%;
}

#toolbar li.ewm .ewm-box:after {
  content: '';
  position: absolute;
  right: -5px;
  bottom: 20px;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 5px;
  cursor: pointer;
  border-style: dashed dashed dashed solid;
  border-color: transparent transparent transparent #0085ff;
  border-right: none;
}

#toolbar li.ewm:hover .icon {
  background-position: -57px -180px;
}

#toolbar li.ewm:hover .ewm-box {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#toolbar li.backtop {
  cursor: pointer;
}

#toolbar li.backtop .iconfont {
  color: #fff;
  background-color: #0085ff;
}

#toolbar li:hover a {
  width: 200px;
}

#toolbar li:hover .icon-font {
  background-color: #0085ff;
}

#toolbar li:hover .icon-qq:after {
  background-position: -30px -150px;
}

#toolbar li:hover .icon-phone:after {
  background-position: -30px -90px;
}

#toolbar li:hover .icon-ewm:after {
  background-position: -30px -30px;
}

#toolbar li:hover .icon-message:after {
  background-position: -30px -120px;
}

#toolbar li:hover .icon-wangwang:after {
  background-position: -30px 0;
}

#toolbar li:hover .icon-top:after {
  background-position: -30px -60px;
}

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

