input:focus {
  outline: none;
}

p {
  margin-bottom: 0;
}

li,
ol,
ul {
  margin: 0;
  padding: 0;
}

.img-box {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  height: 0;
  padding-bottom: 100%;
}

.img-box img,
.img-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

img.lazy {
  min-width: 1px;
  min-height: 1px;
  background: url(../images/ajax-loader.gif) no-repeat center;
}

.lazy {
  background-image: url(../images/ajax-loader.gif);
  background-repeat: no-repeat;
  background-position: center;
}

.loaded {
  background-size: cover;
}

.fancybox-slide--iframe .fancybox-content {
  width: 100%;
  max-width: 80%;
  height: 100%;
  min-height: 50%;
  max-height: 80%;
  margin: 0;
}

.fancybox-slide--video video {
  max-width: 80%;
  padding: 0;
}

.auto-adjust-img.is-mobile img {
  max-width: 100% !important;
  height: auto !important;
  margin: 5px 0;
}

.auto-adjust-img p.contains-pictures {
  padding: 0;
  margin: 0 -5px !important;
  font-size: 0 !important;
  overflow-x: hidden;
}

@media (min-width: 768px) {
  .auto-adjust-img p.contains-pictures {
    white-space: nowrap;
  }
}

.auto-adjust-img p.contains-pictures>img {
  display: inline-block;
  margin: 5px;
}

.fszero {
  font-size: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}

.fszero h1 {
  margin: 0;
}

@media (max-width: 990px) {
  .container2 {
    max-width: 95%;
  }
}

@media (max-width: 767px) {
  .fancybox-slide--video video {
    max-width: 95%;
  }
}

.fancybox-slide>video {
  padding: 0;
}

@media (min-width: 1470px) {
  .container {
    max-width: 1440px;
  }
}

@media (min-width: 1770px) {
  .container.con1710 {
    max-width: 1740px;
  }
}

@font-face {
  font-family: 'Inter';
  src: local('Inter Regular'), local('Inter-Regular'), url('../fonts/Inter-Regular.woff2') format('woff2'), url('../fonts/Inter-Regular.woff') format('woff'), url('../fonts/Inter-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope';
  src: local('Manrope Regular'), local('Manrope-Regular'), url('../fonts/Manrope-Regular.woff2') format('woff2'), url('../fonts/Manrope-Regular.woff') format('woff'), url('../fonts/Manrope-Regular.ttf') format('truetype');
  font-display: swap;
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'InstrumentSans';
  src: local('InstrumentSans Medium'), local('InstrumentSans-Medium'), url('../fonts/InstrumentSans-Medium.woff2') format('woff2'), url('../fonts/InstrumentSans-Medium.woff') format('woff'), url('../fonts/InstrumentSans-Medium.ttf') format('truetype');
  font-display: swap;
  font-weight: 500 600;
  font-style: normal;
}

@font-face {
  font-family: 'InstrumentSans';
  src: local('InstrumentSans Bold'), local('InstrumentSans-Bold'), url('../fonts/InstrumentSans-Bold.woff2') format('woff2'), url('../fonts/InstrumentSans-Bold.woff') format('woff'), url('../fonts/InstrumentSans-Bold.ttf') format('truetype');
  font-display: swap;
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'InstrumentSans';
  src: local('InstrumentSans Regular'), local('InstrumentSans-Regular'), url('../fonts/InstrumentSans-Regular.woff2') format('woff2'), url('../fonts/InstrumentSans-Regular.woff') format('woff'), url('../fonts/InstrumentSans-Regular.ttf') format('truetype');
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}

body {
  font-family: 'InstrumentSans', Arial, Helvetica, "Microsoft YaHei", "WenQuanYi Micro Hei", "Heiti SC", "PingFang SC", "Hiragino Sans GB", sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #000;
  transition: all 0.3s;
}

.index-padding {
  padding: 120px 0 140px 0;
}

@media (max-width: 1560px) {
  .index-padding {
    padding: 60px 0 70px 0;
  }
}

@media (max-width: 991px) {
  .index-padding {
    padding: 40px 0;
  }
}

@media (max-width: 767px) {
  .index-padding {
    padding-bottom: 40px;
  }
}

@media (max-width: 575px) {
  .index-padding {
    padding: 30px 0;
  }
}

.index-title h2 {
  color: #173588;
  font-size: 70px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -3.5px;
}

@media (max-width: 1400px) {
  .index-title h2 {
    font-size: 50px;
  }
}

@media (max-width: 1199px) {
  .index-title h2 {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .index-title h2 {
    font-size: 30px;
    letter-spacing: -1.5px;
  }
}

.index-title p {
  color: #444;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  margin-top: 20px;
  letter-spacing: -0.48px;
}

@media (max-width: 991px) {
  .index-title p {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .index-title p {
    font-size: 14px;
    line-height: 20px;
  }
}

.index-more {
  display: block;
  width: 200px;
  text-align: center;
  padding: 5px;
  border-radius: 2px;
  background: #173588;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  transition: all 0.3s;
}

@media (max-width: 1400px) {
  .index-more {
    width: 170px;
  }
}

@media (max-width: 767px) {
  .index-more {
    width: 150px;
  }
}

.index-more:hover {
  background: #EA5514;
  box-shadow: 0px 12px 30px 0px rgba(234, 85, 20, 0.26);
}

.index-more:hover b {
  color: #FFFFFF;
}

.index-more:hover span .iconfont {
  color: #EA5514;
  transform: rotate(180deg);
}

.index-more b {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.8px;
  margin: 12px 0 12px 15px;
  transition: all 0.3s;
}

@media (max-width: 1400px) {
  .index-more b {
    margin: 6px 0 6px 6px;
  }
}

@media (max-width: 767px) {
  .index-more b {
    font-size: 14px;
  }
}

.index-more span {
  color: #173588;
  width: 40px;
  height: 40px;
  border-radius: 2px;
  background: #FFF;
  transition: all 0.3s ease-in-out;
  text-align: center;
  line-height: 40px;
}

@media (max-width: 1400px) {
  .index-more span {
    width: 30px;
    line-height: 30px;
    height: 30px;
  }
}

.index-more span .iconfont {
  transition: all 0.3s ease-in-out;
  display: inline-block;
  transform: rotate(135deg);
  color: #173588;
  font-size: 22px;
}

@media (max-width: 767px) {
  .index-more span .iconfont {
    font-size: 16px;
  }
}

.header {
  position: sticky;
  top: 0;
  width: 100%;
  padding: 0 0 0 30px;
  background: #173588;
  align-items: center;
  z-index: 99;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .header {
    padding: 0;
  }
}

.header .logo {
  width: 190px;
}

@media (max-width: 1400px) {
  .header .logo {
    width: 130px;
  }
}

.header .logo a {
  display: block;
}

@media (max-width: 767px) {
  .header .logo a {
    margin-left: -12px;
  }
}

.header .logo img {
  width: 100%;
}

.header .right {
  width: calc(100% - 220px);
}

@media (max-width: 1400px) {
  .header .right {
    width: calc(100% - 160px);
  }
}

.header .right .top-box {
  display: flex;
  justify-content: flex-end;
  border-bottom: 1px solid #FFFFFF0F;
}

.header .right .top {
  width: 1374px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 80px;
}

@media (max-width: 1600px) {
  .header .right .top {
    width: 1255px;
  }
}

@media (max-width: 1400px) {
  .header .right .top {
    width: 990px;
  }
}

@media (max-width: 767px) {
  .header .right .top {
    padding-right: 10px;
  }
}

.header .right .top .top-nav {
  display: flex;
  align-items: center;
}

.header .right .top .top-nav .cont {
  margin-left: 140px;
}

@media (max-width: 1600px) {
  .header .right .top .top-nav .cont {
    margin-left: 90px;
  }
}

@media (max-width: 1199px) {
  .header .right .top .top-nav .cont {
    margin-left: 20px;
  }
}

@media (max-width: 767px) {
  .header .right .top .top-nav .cont {
    margin-left: 10px;
  }
}

.header .right .top .top-nav .cont:nth-child(2) a::before {
  width: 14px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding-top: 3px;
}

.header .right .top .top-nav .cont:nth-child(1) {
  margin-left: 0;
}

.header .right .top .top-nav .cont:nth-child(1) a::before {
  content: '\e97b';
  font-size: 14px;
}

.header .right .top .top-nav .cont a {
  text-decoration: none;
  color: #FFF;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -1px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  padding: 10px 0;
}

@media (max-width: 1199px) {
  .header .right .top .top-nav .cont a {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .header .right .top .top-nav .cont a span {
    display: none;
  }
}

.header .right .top .top-nav .cont a:hover {
  color: #EA5514;
}

.header .right .top .top-nav .cont a:hover::before {
  color: #EA5514;
}

.header .right .top .top-nav .cont a::before {
  display: inline-block;
  font-family: 'iconfont' !important;
  margin-right: 10px;
  color: white;
  font-size: 20px;
  content: '\e602';
  border-radius: 100px;
  transition: all 0.3s ease;
}

.header .right .top .language {
  position: relative;
  display: block;
}

.header .right .top .language .cont {
  text-decoration: none;
  display: flex;
  align-items: center;
}

.header .right .top .language .cont .iconfont {
  display: inline-block;
  color: #FFFFFF;
  font-size: 20px;
}

.header .right .top .language .cont .iconfont:last-child {
  transform: rotate(90deg);
}

.header .right .top .language .cont span {
  color: #FFF;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.8px;
  margin: 0 6px;
}

.header .right .top .language ul {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  min-width: 100%;
  display: none;
  z-index: 99;
  list-style: none;
}

.header .right .top .language ul li a {
  display: block;
  width: 100%;
  font-size: 14px;
  color: #000;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  text-decoration: none;
  background-color: white;
}

.header .right .top .language ul li a img {
  width: 30px;
}

.header .right .top .language ul li a:hover {
  color: #DD4509;
}

.header .right .bottom {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 80px;
}

@media (max-width: 1199px) {
  .header .right .bottom {
    justify-content: end;
    padding: 10px 0;
    padding-right: 80px;
  }
}

@media (max-width: 767px) {
  .header .right .bottom {
    padding-right: 10px;
  }
}

@media (max-width: 1199px) {
  .header .right .bottom .header-nav {
    display: none;
  }
}

.header .right .bottom .header-nav ul {
  display: flex;
  align-items: center;
  list-style: none;
}

.header .right .bottom .header-nav ul>li {
  position: relative;
}

.header .right .bottom .header-nav ul>li:nth-child(1) a {
  padding-left: 0;
}

.header .right .bottom .header-nav ul>li:hover .have::after {
  color: #EA5514;
}

.header .right .bottom .header-nav ul>li:last-child>a {
  padding-right: 50px;
  position: relative;
}

@media (max-width: 1400px) {
  .header .right .bottom .header-nav ul>li:last-child>a {
    padding-right: 20px;
  }
}

.header .right .bottom .header-nav ul>li:last-child>a::before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 12px;
  background: rgba(255, 255, 255, 0.2);
}

.header .right .bottom .header-nav ul>li .have::after {
  display: inline-block;
  font-family: 'iconfont' !important;
  content: '\e613';
  margin-left: 8px;
  color: #FFFFFF;
  font-size: 16px;
  transition: all 0.3s ease;
  transform: rotate(90deg);
}

.header .right .bottom .header-nav ul>li>a {
  display: inline-block;
  text-decoration: none;
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.9px;
  padding: 20px 30px;
  transition: all 0.3s;
}

@media (max-width: 1600px) {
  .header .right .bottom .header-nav ul>li>a {
    padding: 20px;
  }
}

@media (max-width: 1480px) {
  .header .right .bottom .header-nav ul>li>a {
    font-size: 16px;
    padding: 20px 15px;
  }
}

.header .right .bottom .header-nav ul>li>a.active {
  color: #EA5514;
}

.header .right .bottom .header-nav ul>li>a:hover {
  color: #EA5514;
}

@media (max-width: 1400px) {
  .header .right .bottom .header-nav ul>li>a {
    padding: 20px 14px;
  }
}

.header .right .bottom .header-nav ul>li ul {
  display: none;
  position: absolute;
  top: 100%;
  right: 50%;
  transform: translateX(50%);
  min-width: 100%;
  z-index: 12;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  text-align: center;
}

.header .right .bottom .header-nav ul>li ul li {
  text-align: center;
  position: relative;
  overflow: visible;
}

.header .right .bottom .header-nav ul>li ul li a {
  display: inline-block;
  color: #1D1D1D;
  font-size: 16px;
  padding: 15px 10px;
  padding-right: 10px !important;
  padding-left: 10px !important;
  text-decoration: none;
  transition: all 0.3s;
  position: relative;
  white-space: nowrap;
  width: 100%;
  background-color: #FFFFFF;
  text-align: center;
}

@media (max-width: 1900px) {
  .header .right .bottom .header-nav ul>li ul li a {
    padding: 15px;
  }
}

@media (max-width: 1730px) {
  .header .right .bottom .header-nav ul>li ul li a {
    padding: 4px 10px;
  }
}

.header .right .bottom .header-nav ul>li ul li a:hover {
  color: #DD4509;
}

.header .right .bottom .header-nav ul>li ul li ul {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  transform: translateX(0);
  right: 0;
  min-width: 100%;
}

.header .right .bottom .header-nav ul>li ul li ul li a {
  width: 100%;
  text-align: center;
  background-color: #FFFFFF;
  padding: 10px;
  font-size: 14px;
}

.header .right .bottom .header-serch {
  margin-left: 50px;
}

@media (max-width: 1400px) {
  .header .right .bottom .header-serch {
    margin-left: 20px;
  }
}

@media (max-width: 1199px) {
  .header .right .bottom .header-serch {
    margin-left: 0;
  }
}

.header .right .bottom .header-serch .iconfont {
  font-size: 22px;
  color: #FFFFFF;
  cursor: pointer;
}

.header .right .bottom .nation {
  display: flex;
  align-items: center;
  margin-left: 40px;
}

@media (max-width: 1400px) {
  .header .right .bottom .nation {
    margin-left: 20px;
  }
}

@media (max-width: 575px) {
  .header .right .bottom .nation {
    margin-left: 12px;
  }
}

.header .right .bottom .nation .nation-img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 3px solid #F0F0F026;
  overflow: hidden;
}

.header .right .bottom .nation .nation-img img {
  width: 100%;
}

.header .right .bottom .nation .nation-text {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.8px;
  margin-left: 10px;
}

@media (max-width: 1199px) {
  .header .right .bottom .nation .nation-text {
    display: none;
  }
}

.header .right .bottom .header-inquiry {
  margin-left: 40px;
  text-decoration: none;
  padding: 10px 14px;
  text-align: center;
  border-radius: 2px;
  background: #EA5514;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

@media (max-width: 1400px) {
  .header .right .bottom .header-inquiry {
    margin-left: 20px;
    padding: 6px 10px;
  }
}

.header .right .bottom .header-inquiry:hover {
  background-color: #F07828;
}

.header .right .bottom .header-inquiry img {
  width: 25px;
  height: 25px;
  margin-right: 8px;
}

@media (max-width: 1199px) {
  .header .right .bottom .header-inquiry {
    margin-left: 20px;
    width: 100px;
    padding: 6px 0;
    font-size: 14px;
  }

  .header .right .bottom .header-inquiry img {
    width: 20px;
    height: 20px;
    margin-right: 6px;
  }
}

.header-serch-box {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  display: none;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.5);
}

.header-serch-box form {
  margin-bottom: 0;
  width: 60%;
  padding: 10px;
  background-color: #FFFFFF;
}

@media (max-width: 767px) {
  .header-serch-box form {
    width: 80%;
  }
}

.header-serch-box input {
  height: 40px;
  padding: 0 0 0 12px;
  color: rgba(38, 38, 38, 0.4);
  font-size: 14px;
  border: 1px solid #173588;
  width: 94%;
}

.header-serch-box button {
  border-radius: 5px;
  background: #999;
  width: 74px;
  height: 40px;
  color: #FFF;
  text-align: center;
  text-transform: capitalize;
  margin-left: 7px;
  border: none;
  transition: background-color 0.3s ease;
}

.header-serch-box button:hover {
  background-color: #173588;
}

.header-serch-box button .iconfont {
  font-size: 20px;
}

.header-serch-box .header-serch-none {
  font-size: 22px;
  cursor: pointer;
  position: fixed;
  top: 20px;
  right: 30px;
  color: #FFFFFF;
}

.visible {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-menu {
  position: relative;
  display: none;
  width: 30px;
  height: 30px;
  margin-left: 20px;
}

.btn-menu a .iconfont {
  text-decoration: none;
  color: #FFFFFF;
  font-size: 24px;
}

@media (max-width: 767px) {
  .btn-menu a .iconfont{
    font-size: 20px;
  }
}

@media (max-width: 1199px) {
  .btn-menu {
    display: inline-block;
    vertical-align: middle;
    margin-top: -8px;
  }
}

@media (max-width: 767px) {
  .btn-menu {
    margin-top: -3px;
    margin-left: 10px;
  }
}

/* swiper */
.banner-box {
  margin: 0;
}

@media (max-width: 1199px) {
  .banner-box {
    padding-top: 0;
  }
}

.banner-box .item {
  position: relative;
  overflow: hidden;
}

.swiper-slide {
  position: relative;
  width: 100%;
  height: auto;
  /* 让其根据内容自动适配 */
}

.item-video {
  height: 100%;
}

.banner-video-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.banner-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner {
  overflow: hidden;
  position: relative;
  margin: 0;
}

@media (max-width: 1199px) {
  .banner {
    padding-top: 0;
  }
}

.banner .swiper-slide {
  overflow: hidden;
}

.banner a {
  display: block;
}

.banner img {
  width: 100%;
}

.banner .swiper-pagination {
  bottom: 44px !important;
}

/* 隐藏视频原生控件 */
.banner-video::-webkit-media-controls {
  display: none !important;
}

.banner-video::-webkit-media-controls-enclosure {
  display: none !important;
}

.banner-video::-webkit-media-controls-panel {
  display: none !important;
}

.banner-video::-webkit-media-controls-play-button {
  display: none !important;
}

.banner-video::-webkit-media-controls-timeline {
  display: none !important;
}

.banner-video::-webkit-media-controls-current-time-display {
  display: none !important;
}

.banner-video::-webkit-media-controls-time-remaining-display {
  display: none !important;
}

.banner-video::-webkit-media-controls-mute-button {
  display: none !important;
}

.banner-video::-webkit-media-controls-volume-slider {
  display: none !important;
}




@media (max-width: 575px) {
  .banner .swiper-pagination {
    bottom: 6px !important;
  }
}

@keyframes videoan1 {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translate(-50%, -50%) scale(3.5);
    transform: translate(-50%, -50%) scale(3.5);
    opacity: 0;
  }
}

.swiper-pagination-bullet-active {
  width: 6px !important;
  height: 6px !important;
  background-color: #FFFFFF !important;
  margin: 0 16px !important;
  position: relative;
}

.swiper-pagination-bullet-active::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  content: '';
  top: -250%;
  left: -250%;
  animation: rotate 10s linear infinite;
  background: url(../img/swiper-1.jpg) no-repeat center;
  background-size: cover;
}

/* 定义旋转动画 */
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.swiper-pagination-bullet {
  width: 6px !important;
  height: 6px !important;
  background-color: #ccc;
  margin: 0 16px !important;
}

.index-number {
  background: linear-gradient(92deg, #173588 0%, #08194A 100%);
  overflow: hidden;
}

.index-number .about-cont {
  padding: 90px 0;
  display: flex;
}

@media (max-width: 1560px) {
  .index-number .about-cont {
    padding: 60px 0;
  }
}

@media (max-width: 1199px) {
  .index-number .about-cont {
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 40px 0 60px 0;
  }
}

@media (max-width: 767px) {
  .index-number .about-cont {
    padding: 0px 0 20px 0;
  }
}

.index-number .about-cont .about-cont-1 {
  text-align: left;
  padding: 0 100px;
  position: relative;
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}

@media (max-width: 1560px) {
  .index-number .about-cont .about-cont-1 {
    padding: 0 60px;
  }
}

@media (max-width: 1400px) {
  .index-number .about-cont .about-cont-1 {
    padding: 0 30px;
  }
}

@media (max-width: 1199px) {
  .index-number .about-cont .about-cont-1 {
    margin-top: 20px;
    padding: 0;
    width: 50%;
    border: none;
    padding-right: 10px;
    background-image: none !important;
  }

  .index-number .about-cont .about-cont-1::after {
    width: 0;
  }
}

@media (max-width: 575px) {
  .index-number .about-cont .about-cont-1 {
    width: 100%;
  }
}

.index-number .about-cont .about-cont-1:first-child {
  background-image: url(../img/number-2.png);
  padding-left: 0;
}

.index-number .about-cont .about-cont-1:last-child {
  padding-right: 0;
}

.index-number .about-cont .about-cont-1:last-child::after {
  width: 0;
}

.index-number .about-cont .about-cont-1:nth-child(2) {
  background-image: url(../img/number-1.png);
}

.index-number .about-cont .about-cont-1:nth-child(2) .number-top::before {
  content: '\eb33';
}

.index-number .about-cont .about-cont-1:nth-child(3) {
  background-image: url(../img/number-3.png);
}

.index-number .about-cont .about-cont-1:nth-child(3) .number-top::before {
  content: '\e676';
}

.index-number .about-cont .about-cont-1:nth-child(4) .number-top::before {
  content: '\e691';
}

@media (max-width: 991px) {
  .index-number .about-cont .about-cont-1 {
    margin-top: 20px;
  }
}

.index-number .about-cont .about-cont-1:last-child {
  border: none;
}

.index-number .about-cont .about-cont-1 .number-top {
  display: inline-block;
  padding: 3px 12px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.1);
}

@media (max-width: 767px) {
  .index-number .about-cont .about-cont-1 .number-top {
    padding: 4px 6px;
  }
}

.index-number .about-cont .about-cont-1 .number-top::before {
  font-family: 'iconfont' !important;
  content: "\e60d";
  font-size: 16px;
  margin-right: 6px;
  color: #D5E0FF;
}

@media (max-width: 767px) {
  .index-number .about-cont .about-cont-1 .number-top::before {
    margin-right: 0;
  }
}

.index-number .about-cont .about-cont-1 .number-top span {
  color: #D5E0FF;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  /* 14px */
  letter-spacing: -0.42px;
}

.index-number .about-cont .about-cont-1 .about-cont-1-number {
  transition: all 0.3s ease;
  margin-bottom: 16px;
  margin-top: 20px;
  position: relative;
}

@media (max-width: 767px) {
  .index-number .about-cont .about-cont-1 .about-cont-1-number {
    margin-bottom: 5px;
  }
}

.index-number .about-cont .about-cont-1 .about-cont-1-number .counter {
  color: #FFF;
  font-family: Manrope;
  font-size: 84px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -8.4px;
}

@media (max-width: 1560px) {
  .index-number .about-cont .about-cont-1 .about-cont-1-number .counter {
    font-size: 60px;
  }
}

@media (max-width: 1400px) {
  .index-number .about-cont .about-cont-1 .about-cont-1-number .counter {
    padding: 40px 0;
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  .index-number .about-cont .about-cont-1 .about-cont-1-number .counter {
    font-size: 30px;
    letter-spacing: -2.4px;
  }
}

.index-number .about-cont .about-cont-1 .about-cont-1-number b {
  position: absolute;
  top: 6px;
  left: 100%;
  font-size: 40px;
  color: #FFF;
  font-family: Manrope;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -8.4px;
}

@media (max-width: 1560px) {
  .index-number .about-cont .about-cont-1 .about-cont-1-number b {
    top: 0;
    left: 74%;
  }
}

@media (max-width: 1199px) {
  .index-number .about-cont .about-cont-1 .about-cont-1-number b {
    left: 30%;
  }
}

@media (max-width: 991px) {
  .index-number .about-cont .about-cont-1 .about-cont-1-number b {
    left: 40%;
  }
}

@media (max-width: 767px) {
  .index-number .about-cont .about-cont-1 .about-cont-1-number b {
    left: 40%;
    font-size: 26px;
    top: -4px;
  }
}

@media (max-width: 575px) {
  .index-number .about-cont .about-cont-1 .about-cont-1-number b {
    left: 20%;
  }
}

@media (max-width: 500px) {
  .index-number .about-cont .about-cont-1 .about-cont-1-number b {
    left: 22%;
  }
}

@media (max-width: 460px) {
  .index-number .about-cont .about-cont-1 .about-cont-1-number b {
    left: 24%;
  }
}

@media (max-width: 420px) {
  .index-number .about-cont .about-cont-1 .about-cont-1-number b {
    left: 26%;
  }
}

@media (max-width: 390px) {
  .index-number .about-cont .about-cont-1 .about-cont-1-number b {
    left: 30%;
  }
}

.index-number .about-cont .about-cont-1 p {
  display: inline-block;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 150% */
  letter-spacing: -0.48px;
  transition: all 0.3s ease;
}

@media (max-width: 767px) {
  .index-number .about-cont .about-cont-1 p {
    font-size: 14px;
    line-height: 20px;
  }
}

.index-product {
  background-color: #F7F7F7;
  overflow: hidden;
}

@media (max-width: 575px) {
  .index-product {
    padding-bottom: 0px;
  }
}

.index-product .index-title {
  width: 48%;
}

@media (max-width: 1400px) {
  .index-product .index-title {
    width: 70%;
  }
}

@media (max-width: 1199px) {
  .index-product .index-title {
    width: 80%;
  }
}

@media (max-width: 991px) {
  .index-product .index-title {
    width: 100%;
  }
}

.index-product .index-title .index-more {
  margin-top: 40px;
}

@media (max-width: 991px) {
  .index-product .index-title .index-more {
    margin-top: 20px;
  }
}

.index-product .content .prev-next {
  color: white;
  position: absolute;
  top: 50%;
  width: 100%;
}

.index-product .content .prev-next .slick-next:before {
  font-family: 'iconfont' !important;
  font-size: 16px;
  font-weight: bold;
  display: block;
  content: '\e613';
  line-height: 50px;
  color: #000000;
}

.index-product .content .prev-next .slick-prev:before {
  font-family: 'iconfont' !important;
  font-size: 16px;
  font-weight: bold;
  display: block;
  content: '\e613';
  line-height: 50px;
  color: #000000;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.index-product .content .prev-next .slick-prev,
.index-product .content .prev-next .slick-next {
  z-index: 1;
  width: 50px;
  height: 50px;
  text-align: center;
  transition: all 0.3s ease;
  background-color: #DCDCDC;
  border-radius: 50%;
}

.index-product .content .prev-next .slick-prev:hover,
.index-product .content .prev-next .slick-next:hover {
  background-color: #E95513;
}

.index-product .content .prev-next .slick-prev {
  left: -4%;
}

@media (max-width: 1199px) {
  .index-product .content .prev-next .slick-prev {
    left: 0;
  }
}

.index-product .content .prev-next .slick-next {
  right: -4%;
}

@media (max-width: 1199px) {
  .index-product .content .prev-next .slick-next {
    right: 0;
  }
}

.index-product .content .prev-next .slick-prev,
.index-product .content .prev-next .slick-next:hover::before {
  color: #FFFFFF;
}

.index-product .content .prev-next .slick-prev:hover::before {
  color: #FFFFFF;
}

.index-product .content .cont {
  margin-top: 90px;
}

@media (max-width: 1470px) {
  .index-product .content .cont {
    margin-top: 50px;
  }
}

@media (max-width: 1199px) {
  .index-product .content .cont {
    margin-top: 20px;
  }
}

.index-product .content .cont .now-slick-box {
  position: relative;
  margin: 0 -15px;
}

@media (max-width: 767px) {
  .index-product .content .cont .now-slick-box {
    padding-bottom: 0;
    margin: 0;
  }
}

.index-product .content .cont .now-slick-box .now-slick-about1 {
  text-align: center;
}

.index-product .content .cont .now-slick-box .now-slick-about1 .img-box {
  border-radius: 6px;
  padding-bottom: 88%;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.index-product .content .cont .now-slick-box .now-slick-about1 .cont-box {
  transition: all 0.3s ease;
}

.index-product .content .cont .now-slick-box .now-slick-about1 img {
  width: 100%;
  transition: transform 0.3s ease-in-out;
}

.index-product .content .cont .now-slick-box .now-slick-about1 .item {
  padding: 0 15px;
  display: block;
  text-decoration: none;
  position: relative;
}

@media (max-width: 767px) {
  .index-product .content .cont .now-slick-box .now-slick-about1 .item {
    padding: 0;
  }
}

.index-product .content .cont .now-slick-box .now-slick-about1 .item:hover img {
  transform: scale(1.05);
}

.index-product .content .cont .now-slick-box .now-slick-about1 .item:hover .cont-text .text-title {
  color: #173588;
}

.index-product .content .cont .now-slick-box .now-slick-about1 .item .cont-text {
  padding-top: 30px;
  text-align: left;
  display: block;
  text-decoration: none;
}

@media (max-width: 767px) {
  .index-product .content .cont .now-slick-box .now-slick-about1 .item .cont-text {
    padding-top: 15px;
  }
}

.index-product .content .cont .now-slick-box .now-slick-about1 .item .cont-text .text-title {
  color: #000;
  font-size: 22px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -1.1px;
  transition: all 0.3s ease-in-out;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 991px) {
  .index-product .content .cont .now-slick-box .now-slick-about1 .item .cont-text .text-title {
    font-size: 18px;
  }
}

.index-product .content .cont .now-slick-box .now-slick-about1 .item .cont-text .text-cont {
  margin-top: 16px;
  width: 76%;
}

@media (max-width: 991px) {
  .index-product .content .cont .now-slick-box .now-slick-about1 .item .cont-text .text-cont {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .index-product .content .cont .now-slick-box .now-slick-about1 .item .cont-text .text-cont {
    width: 100%;
  }
}

.index-product .content .cont .now-slick-box .now-slick-about1 .item .cont-text .text-cont p {
  color: #444;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.7px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 限制为两行 */
  overflow: hidden;
  text-overflow: ellipsis;
}

.index-product .content .cont .now-slick-box .now-slick-about1 .item .product-a {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

@media (max-width: 991px) {
  .index-product .content .cont .now-slick-box .now-slick-about1 .item .product-a {
    margin-top: 20px;
  }
}

.index-product .content .cont .now-slick-box .now-slick-about1 .item .product-a a {
  display: block;
  text-decoration: none;
  text-align: center;
  width: 100px;
  height: 40px;
  line-height: 40px;
  border-radius: 2px;
  background: #EDEDED;
  margin-right: 5px;
  transition: all 0.3s ease;
  position: relative;
}

.index-product .content .cont .now-slick-box .now-slick-about1 .item .product-a a span {
  display: block;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.7px;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  transition: all 0.3s ease;
}

.index-product .content .cont .now-slick-box .now-slick-about1 .item .product-a a:last-child {
  margin-right: 0;
}

.index-product .content .cont .now-slick-box .now-slick-about1 .item .product-a a:hover {
  background-color: #EA5514;
}

.index-product .content .cont .now-slick-box .now-slick-about1 .item .product-a a:hover span {
  opacity: 0;
}

.index-product .content .cont .now-slick-box .now-slick-about1 .item .product-a a:hover::before {
  font-family: 'iconfont' !important;
  content: "\e612";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
  color: #FFFFFF;
  font-size: 24px;
  display: inline-block;
  transition: all 0.3s ease;
}

.index-professional {
  overflow: hidden;
}

.index-professional .professional-box {
  align-items: center;
}

@media (max-width: 991px) {
  .index-professional .professional-box {
    flex-wrap: wrap;
  }
}

.index-professional .professional-box .left {
  width: 33%;
  padding-left: 110px;
}

@media (max-width: 2280px) {
  .index-professional .professional-box .left {
    width: 40%;
  }
}

@media (max-width: 1880px) {
  .index-professional .professional-box .left {
    width: 44%;
  }
}

@media (max-width: 1710px) {
  .index-professional .professional-box .left {
    width: 50%;
  }
}

@media (max-width: 1560px) {
  .index-professional .professional-box .left {
    padding-left: 70px;
  }
}

@media (max-width: 1199px) {
  .index-professional .professional-box .left {
    padding-left: 50px;
  }
}

@media (max-width: 991px) {
  .index-professional .professional-box .left {
    padding-left: 0;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
  }
}

@media (max-width: 991px) {
  .index-professional .professional-box .left .index-title h2 {
    text-align: center;
  }
}

@media (max-width: 991px) {
  .index-professional .professional-box .left .index-more {
    margin: 0 auto;
  }
}

.index-professional .professional-box .left .about-cont {
  margin-top: 60px;
  margin-bottom: 170px;
}

@media (max-width: 1500px) {
  .index-professional .professional-box .left .about-cont {
    margin-top: 36px;
    margin-bottom: 85px;
  }
}

@media (max-width: 1400px) {
  .index-professional .professional-box .left .about-cont {
    margin-top: 30px;
    margin-bottom: 70px;
  }
}

@media (max-width: 1199px) {
  .index-professional .professional-box .left .about-cont {
    margin-top: 15px;
    margin-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .index-professional .professional-box .left .about-cont {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .index-professional .professional-box .left .about-cont {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

.index-professional .professional-box .left .about-cont h3 {
  color: #EA5514;
  font-size: 24px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.72px;
  margin-bottom: 30px;
}

@media (max-width: 1400px) {
  .index-professional .professional-box .left .about-cont h3 {
    margin-bottom: 10px;
  }
}

@media (max-width: 1199px) {
  .index-professional .professional-box .left .about-cont h3 {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .index-professional .professional-box .left .about-cont h3 {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .index-professional .professional-box .left .about-cont h3 {
    font-size: 18px;
  }
}

.index-professional .professional-box .left .about-cont p {
  color: #444;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.48px;
}

@media (max-width: 1199px) {
  .index-professional .professional-box .left .about-cont p {
    line-height: 26px;
  }
}

@media (max-width: 767px) {
  .index-professional .professional-box .left .about-cont p {
    font-size: 14px;
    line-height: 24px;
  }
}

.index-professional .professional-box .right {
  width: 50%;
  overflow: hidden;
  position: relative;
}

@media (max-width: 991px) {
  .index-professional .professional-box .right {
    width: 100%;
    margin-top: 20px;
  }
}

.index-professional .professional-box .right:hover img {
  transform: scale(1.05);
}

.index-professional .professional-box .right img {
  width: 100%;
  transition: transform 0.3s ease-in-out;
}

@keyframes videoan1 {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translate(-50%, -50%) scale(3.5);
    transform: translate(-50%, -50%) scale(3.5);
    opacity: 0;
  }
}

.index-professional .professional-box .right .video {
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 44%;
  right: 44%;
  text-align: center;
  cursor: pointer;
}

.index-professional .professional-box .right .video::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: videoan1 3s linear infinite;
  animation: videoan1 3s linear infinite;
  border-radius: 50%;
  background: rgba(23, 53, 136, 0.4);
  z-index: 12;
  border: 1px solid #FFFFFF33;
}

.index-professional .professional-box .right .video::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: videoan1 3s linear infinite 1s;
  animation: videoan1 3s linear infinite 1s;
  border-radius: 50%;
  background: rgba(23, 53, 136, 0.6);
  z-index: 12;
  border: 1px solid #FFFFFF33;
}

.index-professional .professional-box .right .video span {
  line-height: 72px;
  display: block;
  width: 100px;
  height: 100px;
  text-align: center;
  position: absolute;
  transform: translate3d(-50%, -50%, 0);
  background-color: white;
  border-radius: 50%;
  z-index: 13;
  border: 14px solid #173588;
}

.index-professional .professional-box .right .video span .iconfont {
  font-size: 30px;
  color: #173588;
  display: inline-block;
}

@media (max-width: 991px) {
  .index-professional .professional-box .right .video {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 767px) {
  .index-professional .professional-box .right .video {
    width: 30px;
    height: 30px;
  }
}

.index-choose .index-title {
  width: 48%;
}

@media (max-width: 1400px) {
  .index-choose .index-title {
    width: 70%;
  }
}

@media (max-width: 1199px) {
  .index-choose .index-title {
    width: 80%;
  }
}

@media (max-width: 991px) {
  .index-choose .index-title {
    width: 100%;
  }
}

.index-choose .choose-box {
  margin-top: 50px;
}

@media (max-width: 1199px) {
  .index-choose .choose-box {
    margin-top: 20px;
  }
}

@media (max-width: 575px) {
  .index-choose .choose-box .row {
    margin: 0;
  }
}

.index-choose .choose-box .item {
  padding: 30px 0;
}

@media (max-width: 1199px) {
  .index-choose .choose-box .item {
    padding: 20px 0;
  }
}

@media (max-width: 767px) {
  .index-choose .choose-box .item {
    padding: 10px 0;
  }
}

.index-choose .choose-box .item .cont {
  display: flex;
  align-items: flex-start;
}

.index-choose .choose-box .item .cont:hover .left {
  background: linear-gradient(180deg, #FFF 0%, #FFF 10%, rgba(234, 85, 20, 0.6) 50%, #FFF 90%, #FFF 100%);
}

.index-choose .choose-box .item .cont:hover .left .iconfont {
  background-color: #EA5514;
  animation: shakeOnce 0.6s ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

.index-choose .choose-box .item .cont .left {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  margin-right: 40px;
  background: rgba(23, 53, 136, 0.1);
  transition: all 0.3s;
  position: relative;
}

@media (max-width: 1400px) {
  .index-choose .choose-box .item .cont .left {
    margin-right: 16px;
  }
}

@media (max-width: 767px) {
  .index-choose .choose-box .item .cont .left {
    width: 50px;
    height: 50px;
  }
}

@keyframes shakeOnce {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  10% {
    transform: translate(-50%, -50%) rotate(-10deg);
  }

  20% {
    transform: translate(-50%, -50%) rotate(10deg);
  }

  30% {
    transform: translate(-50%, -50%) rotate(-8deg);
  }

  40% {
    transform: translate(-50%, -50%) rotate(8deg);
  }

  50% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}

.index-choose .choose-box .item .cont .left .iconfont {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'iconfont' !important;
  content: '\e600';
  width: 56px;
  height: 56px;
  background-color: #173588;
  border-radius: 50%;
  color: #FFF;
  text-align: center;
  line-height: 56px;
  font-size: 26px;
}

@media (max-width: 767px) {
  .index-choose .choose-box .item .cont .left .iconfont {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 22px;
  }
}

.index-choose .choose-box .item .cont .right {
  width: 72%;
}

.index-choose .choose-box .item .cont .right h3 {
  color: #000;
  font-size: 22px;
  font-weight: 600;
  line-height: 100%;
  /* 22px */
  letter-spacing: -1.1px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .index-choose .choose-box .item .cont .right h3 {
    font-size: 18px;
    margin-bottom: 6px;
  }
}

.index-choose .choose-box .item .cont .right p {
  color: #444;
  font-size: 18px;
  letter-spacing: -0.9px;
  line-height: 22px;
}

@media (max-width: 767px) {
  .index-choose .choose-box .item .cont .right p {
    font-size: 16px;
  }
}

.index-roofing {
  overflow: hidden;
  padding: 0 3px;
}

.index-roofing .row {
  padding: 0 10px;
  overflow: hidden;
}

.index-roofing .roofing-box {
  padding: 3px;
}

.index-roofing .roofing-box .roofing-img {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.index-roofing .roofing-box .roofing-img:hover b {
  opacity: 0;
}

.index-roofing .roofing-box .roofing-img:hover .pos-abs {
  opacity: 1;
  display: none;
}

.index-roofing .roofing-box .roofing-img:hover .pos-abs .text-box {
  opacity: 1;
}

.index-roofing .roofing-box .roofing-img:hover .pos-abs::after {
  z-index: 44;
}

.index-roofing .roofing-box .roofing-img .img-box {
  padding-bottom: 60%;
  overflow: hidden;
}

.index-roofing .roofing-box .roofing-img .img-box img {
  width: 100%;
}

.index-roofing .roofing-box .roofing-img b {
  position: absolute;
  color: #FFF;
  font-size: 26px;
  font-weight: 600;
  line-height: 100%;
  /* 26px */
  letter-spacing: -1.3px;
  bottom: 30px;
  left: 30px;
  transition: all 0.3s;
  z-index: 2;
  opacity: 1;
}

@media (max-width: 1560px) {
  .index-roofing .roofing-box .roofing-img b {
    bottom: 16px;
    left: 16px;
    font-size: 22px;
  }
}

@media (max-width: 1199px) {
  .index-roofing .roofing-box .roofing-img b {
    bottom: 20px;
    left: 20px;
    font-size: 20px;
  }
}

.index-roofing .roofing-box .roofing-img .pos-abs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
  opacity: 0;
  z-index: 2;
}

.index-roofing .roofing-box .roofing-img .pos-abs::after {
  position: absolute;
  display: inline-block;
  top: 20px;
  right: 25px;
  color: #FFFFFF;
  font-size: 22px;
  font-family: 'iconfont' !important;
  content: "\e612";
  transform: rotate(135deg);
  transition: all 0.3s;
  z-index: 44;
}

@keyframes swing1 {
  0% {
    transform: rotate(135deg) translateX(0);
  }

  25% {
    transform: rotate(135deg) translateX(2px);
  }

  75% {
    transform: rotate(135deg) translateX(-2px);
  }

  100% {
    transform: rotate(135deg) translateX(0);
  }
}

.index-roofing .roofing-box .roofing-img .pos-abs:hover::after {
  animation: swing1 1s ease-in-out infinite;
}

.index-roofing .roofing-box .roofing-img .pos-abs .text-box {
  width: 42%;
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 3;
  opacity: 0;
  transition: all 0.3s;
}

@media (max-width: 1800px) {
  .index-roofing .roofing-box .roofing-img .pos-abs .text-box {
    width: 56%;
  }
}

@media (max-width: 1199px) {
  .index-roofing .roofing-box .roofing-img .pos-abs .text-box {
    width: 80%;
  }
}

.index-roofing .roofing-box .roofing-img .pos-abs .text-box h3 {
  color: #FFF;
  font-size: 26px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -1.3px;
  margin-bottom: 16px;
}

@media (max-width: 1199px) {
  .index-roofing .roofing-box .roofing-img .pos-abs .text-box h3 {
    font-size: 20px;
  }
}

.index-roofing .roofing-box .roofing-img .pos-abs .text-box p {
  color: #FFF;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.8px;
}

@media (max-width: 1199px) {
  .index-roofing .roofing-box .roofing-img .pos-abs .text-box p {
    font-size: 14px;
  }
}

.index-logo2 {
  padding: 130px 0;
}

@media (max-width: 1560px) {
  .index-logo2 {
    padding: 100px 0;
  }
}

@media (max-width: 1400px) {
  .index-logo2 {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .index-logo2 {
    padding: 0px 0;
  }
}

.index-logo2 .box {
  overflow: hidden;
  padding: 10px 0;
  white-space: nowrap;
}

@keyframes scroll-horizontal {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.index-logo2 .box .logo-box {
  display: inline-block;
  padding: 7px;
}

.index-logo2 .box .logo-box .img-box {
  padding-bottom: 44%;
  border-radius: 3px;
  background-color: #FFFFFF;
  overflow: hidden;
  transition: all 0.3s ease;
}

.index-logo2 .box .logo-box .img-box:hover {
  box-shadow: 0px 0px 15px rgba(128, 128, 128, 0.3);
}

.index-logo2 .box .logo-box .img-box img {
  width: 100%;
  transition: all 0.3s ease;
}

.index-news {
  padding-bottom: 140px;
}

@media (max-width: 991px) {
  .index-news {
    padding-bottom: 70px;
  }
}

.index-news .index-title {
  width: 48%;
}

@media (max-width: 1400px) {
  .index-news .index-title {
    width: 70%;
  }
}

@media (max-width: 1199px) {
  .index-news .index-title {
    width: 80%;
  }
}

@media (max-width: 991px) {
  .index-news .index-title {
    width: 100%;
  }
}

.index-news .index-title .index-more {
  margin-top: 40px;
}

@media (max-width: 991px) {
  .index-news .index-title .index-more {
    margin-top: 20px;
  }
}

.index-news .news-box {
  margin-top: 80px;
  border-top: 1px solid #F0F0F0;
  padding-top: 13px;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .index-news .news-box {
    flex-wrap: wrap;
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .index-news .news-box {
    margin-top: 20px;
  }
}

.index-news .news-box .left p {
  color: #173588;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  /* 18px */
  letter-spacing: -0.9px;
}

.index-news .news-box .right-box {
  margin: 0 -13px;
}

@media (max-width: 1560px) {
  .index-news .news-box .right-box {
    width: 70%;
  }
}

@media (max-width: 1199px) {
  .index-news .news-box .right-box {
    width: 90%;
  }
}

@media (max-width: 991px) {
  .index-news .news-box .right-box {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .index-news .news-box .right-box {
    margin: 0;
  }
}

.index-news .news-box .right {
  display: block;
  text-decoration: none;
  width: 100%;
}

.index-news .news-box .right .cont {
  display: flex;
  padding: 13px;
  align-items: flex-start;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
  border-radius: 6px;
}

@media (max-width: 767px) {
  .index-news .news-box .right .cont {
    flex-wrap: wrap;
    padding: 20px 0;
  }
}

.index-news .news-box .right .cont:last-child {
  border-bottom: 1px solid #F0F0F0;
}

.index-news .news-box .right .cont:hover {
  background-color: #173588;
}

.index-news .news-box .right .cont:hover .left .img-box img {
  transform: scale(1.1);
}

.index-news .news-box .right .cont:hover .center .date {
  color: #EA5514;
}

.index-news .news-box .right .cont:hover .center .text p {
  color: #FFFFFF;
}

.index-news .news-box .right .cont:hover .right {
  width: 70px;
}

.index-news .news-box .right .cont:hover .right p {
  color: #FFFFFF;
  background-color: #EA5514;
}

@media (max-width: 767px) {
  .index-news .news-box .right .cont .left {
    width: 100%;
  }
}

.index-news .news-box .right .cont .left .img-box {
  width: 270px;
  overflow: hidden;
  border-radius: 3px;
  padding-bottom: 56%;
}

@media (max-width: 767px) {
  .index-news .news-box .right .cont .left .img-box {
    width: 100%;
  }
}

.index-news .news-box .right .cont .left .img-box img {
  width: 100%;
  transition: all 0.3s;
}

.index-news .news-box .right .cont .center {
  display: flex;
  justify-content: center;
}

@media (max-width: 767px) {
  .index-news .news-box .right .cont .center {
    width: 100%;
    margin-top: 20px;
    display: block;
  }
}

.index-news .news-box .right .cont .center .date {
  color: #173588;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  /* 14px */
  letter-spacing: -0.7px;
  margin-right: 70px;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 991px) {
  .index-news .news-box .right .cont .center .date {
    margin-right: 30px;
  }
}

.index-news .news-box .right .cont .center .text {
  width: 44%;
}

@media (max-width: 767px) {
  .index-news .news-box .right .cont .center .text {
    width: 100%;
    margin-top: 10px;
  }
}

.index-news .news-box .right .cont .center .text p {
  color: #000;
  font-size: 22px;
  font-weight: 500;
  line-height: 24px;
  /* 109.091% */
  letter-spacing: -1.1px;
  transition: all 0.3s ease-in-out;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* 限制为三行 */
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 1199px) {
  .index-news .news-box .right .cont .center .text p {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .index-news .news-box .right .cont .center .text p {
    font-size: 18px;
  }
}

.index-news .news-box .right .cont .right {
  width: 70px;
}

@media (max-width: 767px) {
  .index-news .news-box .right .cont .right {
    margin-top: 10px;
  }
}

.index-news .news-box .right .cont .right p {
  border-radius: 2px;
  background: #F5F5F5;
  width: 70px;
  padding: 8px 12px;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  /* 14px */
  letter-spacing: -0.7px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
}

.index-bottom {
  background-image: url(../img/index-bottom-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 94px;
}

@media (max-width: 1199px) {
  .index-bottom {
    padding-top: 70px;
  }
}

@media (max-width: 767px) {
  .index-bottom {
    padding-top: 50px;
  }
}

.index-bottom .footer {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .index-bottom .footer {
    flex-wrap: wrap;
  }
}

.index-bottom .footer .left {
  width: 22%;
}

@media (max-width: 991px) {
  .index-bottom .footer .left {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .index-bottom .footer .left {
    width: 100%;
  }
}

.index-bottom .footer .left h3 {
  color: #FFF;
  font-size: 26px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -1.3px;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .index-bottom .footer .left h3 {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .index-bottom .footer .left h3 {
    font-size: 20px;
  }
}

.index-bottom .footer .left ul {
  margin-top: 31px;
  list-style: none;
}

@media (max-width: 991px) {
  .index-bottom .footer .left ul {
    margin-top: 20px;
  }
}

.index-bottom .footer .left ul li {
  margin-top: 28px;
}

@media (max-width: 991px) {
  .index-bottom .footer .left ul li {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .index-bottom .footer .left ul li {
    margin-top: 12px;
  }
}

.index-bottom .footer .left ul li:last-child span {
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  /* 144.444% */
  letter-spacing: -0.9px;
}

@media (max-width: 767px) {
  .index-bottom .footer .left ul li:last-child span {
    font-size: 16px;
  }
}

.index-bottom .footer .left ul li b {
  display: block;
  color: #8F99B6;
  font-size: 16px;
  line-height: 100%;
  /* 16px */
  letter-spacing: -0.8px;
  margin-bottom: 12px;
}

@media (max-width: 767px) {
  .index-bottom .footer .left ul li b {
    margin-bottom: 6px;
    font-size: 14px;
  }
}

.index-bottom .footer .left ul li span {
  color: #FFF;
  font-size: 24px;
  font-weight: 600;
  line-height: 100%;
  /* 24px */
  letter-spacing: -1.2px;
}

@media (max-width: 1199px) {
  .index-bottom .footer .left ul li span {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .index-bottom .footer .left ul li span {
    font-size: 16px;
  }
}

.index-bottom .footer .left ul li:hover a span {
  color: #EA5514;
}

.index-bottom .footer .left ul li a {
  text-decoration: none;
  display: inline-block;
}

@media (max-width: 767px) {
  .index-bottom .footer .center {
    width: 100%;
    margin-top: 20px;
  }
}

.index-bottom .footer .center h3 {
  color: #FFF;
  font-size: 26px;
  font-weight: 600;
  line-height: 100%;
  /* 26px */
  letter-spacing: -1.3px;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .index-bottom .footer .center h3 {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .index-bottom .footer .center h3 {
    font-size: 20px;
    margin-bottom: 0;
  }
}

.index-bottom .footer .center ul {
  margin-top: 22px;
  list-style: none;
}

@media (max-width: 991px) {
  .index-bottom .footer .center ul {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .index-bottom .footer .center ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
  }
}

.index-bottom .footer .center ul li {
  margin-top: 10px;
}

@media (max-width: 991px) {
  .index-bottom .footer .center ul li {
    margin-top: 0px;
  }
}

@media (max-width: 767px) {
  .index-bottom .footer .center ul li {
    margin-right: 20px;
  }
}

.index-bottom .footer .center ul li a {
  text-decoration: none;
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
  line-height: 38px;
  /* 190% */
  letter-spacing: -1px;
  transition: all 0.3s ease;
}

@media (max-width: 1199px) {
  .index-bottom .footer .center ul li a {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .index-bottom .footer .center ul li a {
    font-size: 16px;
  }
}

.index-bottom .footer .center ul li a:hover {
  color: #EA5514;
}

.index-bottom .footer .right {
  width: 34%;
}

@media (max-width: 991px) {
  .index-bottom .footer .right {
    width: 100%;
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .index-bottom .footer .right {
    margin-top: 20px;
  }
}

.index-bottom .footer .right h3 {
  color: #FFF;
  font-size: 26px;
  font-weight: 600;
  line-height: 100%;
  /* 26px */
  letter-spacing: -1.3px;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .index-bottom .footer .right h3 {
    font-size: 22px;
  }
}

@media (max-width: 991px) {
  .index-bottom .footer .right h3 {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .index-bottom .footer .right h3 {
    font-size: 20px;
  }
}

.index-bottom .footer .right .message {
  width: 100%;
  margin-top: 16px;
}

@media (max-width: 991px) {
  .index-bottom .footer .right .message {
    margin-top: 0px;
  }
}

.index-bottom .footer .right .message .formbox li {
  margin-top: 14px;
  padding: 0 7px;
  list-style: none;
}

.index-bottom .footer .right .message .formbox .group {
  position: relative;
}

.index-bottom .footer .right .message .formbox .group input {
  width: 100%;
  border-radius: 5px;
  border: none;
  padding: 13px 16px;
  outline: none;
  transition: border-color 0.3s ease;
  background: rgba(255, 255, 255, 0.05);
  color: #E6E6E6;
  font-size: 14px;
  /* 19.6px */
}

.index-bottom .footer .right .message .formbox .group input::placeholder {
  color: #E6E6E6;
}

@media (max-width: 575px) {
  .index-bottom .footer .right .message .formbox .group input {
    padding: 15px 20px;
  }
}

.index-bottom .footer .right .message .formbox .group input:focus label {
  display: none;
}

.index-bottom .footer .right .message .formbox .group input:focus::placeholder {
  color: #999;
}

.index-bottom .footer .right .message .formbox .group textarea {
  width: 100%;
  padding: 13px 16px;
  border-radius: 5px;
  background: #E6E6E6;
  border: none;
  outline: none;
  background: rgba(255, 255, 255, 0.05);
  color: #E6E6E6;
  font-size: 14px;
}

.index-bottom .footer .right .message .formbox .group textarea::placeholder {
  color: #E6E6E6;
}

@media (max-width: 575px) {
  .index-bottom .footer .right .message .formbox .group textarea {
    padding: 15px 20px;
  }
}

.index-bottom .footer .right .message .formbox .group textarea:focus label {
  display: none;
}

.index-bottom .footer .right .message .formbox .group textarea:focus::placeholder {
  color: #999;
}

.index-bottom .footer .right .message .formbox .group label {
  position: absolute;
  top: 18px;
  left: 20px;
  color: #666;
  font-size: 14px;
  /* 128.571% */
  pointer-events: none;
  /* 确保label不会干扰输入 */
  transition: top 0.3s ease, font-size 0.3s ease, color 0.3s ease;
}

.index-bottom .footer .right .message .func {
  margin-top: 20px;
}

.index-bottom .footer .right .message .func .submit-group {
  display: flex;
  justify-content: space-between;
}

.index-bottom .footer .right .message .func button {
  transition: all 0.3s ease;
  width: 100px;
  height: 40px;
  border-radius: 2px;
  background: #EA5514;
  position: relative;
}

.index-bottom .footer .right .message .func button:hover {
  background: #F07828;
}

.index-bottom .footer .right .message .func button::after {
  display: inline-block;
  font-family: 'iconfont' !important;
  content: "\e612";
  font-size: 20px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
  transition: all 0.3s;
}

.index-bottom .footer .right .message .func .func-icon {
  display: flex;
}

.index-bottom .footer .right .message .func .func-icon a {
  text-decoration: none;
}

.index-bottom .footer .right .message .func .func-icon a:hover .iconfont {
  color: #E95513;
}

.index-bottom .footer .right .message .func .func-icon .iconfont {
  font-size: 22px;
  margin-left: 10px;
  color: #FFFFFF;
  transition: all 0.3s ease;
}

.index-bottom .footer-bottom .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 64px 0;
  border-top: 1px solid #FFFFFF0F;
  margin-top: 90px;
}

@media (max-width: 1400px) {
  .index-bottom .footer-bottom .box {
    flex-wrap: wrap;
    margin-top: 50px;
    padding: 30px 0;
  }
}

@media (max-width: 1199px) {
  .index-bottom .footer-bottom .box {
    padding-bottom: 60px;
  }
}

@media (max-width: 991px) {
  .index-bottom .footer-bottom .box {
    flex-wrap: wrap;
  }
}

@media (max-width: 575px) {
  .index-bottom .footer-bottom .box {
    padding: 30px 10px 60px 10px;
  }
}

@media (max-width: 991px) {
  .index-bottom .footer-bottom .box .translate {
    margin-top: 10px;
  }
}

.index-bottom .footer-bottom .box .bootom-icon a {
  display: inline-block;
  text-decoration: none;
  width: 56px;
  height: 56px;
  text-align: center;
  line-height: 56px;
  border-radius: 42px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: all 0.3s ease;
}

@media (max-width: 1199px) {
  .index-bottom .footer-bottom .box .bootom-icon a {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}

.index-bottom .footer-bottom .box .bootom-icon a .iconfont {
  display: inline-block;
  font-size: 18px;
  color: #fff;
}

.index-bottom .footer-bottom .box .bootom-icon a:hover {
  background: #EA5514;
}

.index-bottom .footer-bottom .box .bootom-icon a:hover .iconfont {
  animation: swing 1s 0s ease both;
}

.index-bottom .footer-bottom .box .left {
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  .index-bottom .footer-bottom .box .left {
    margin-top: 20px;
    flex-wrap: wrap;
  }
}

.index-bottom .footer-bottom .box .left p {
  color: #6E7EA9;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  /* 16px */
  letter-spacing: -0.8px;
  text-transform: capitalize;
  margin-right: 10px;
}

.index-bottom .footer-bottom .box .left p a {
  display: inline-block;
  text-decoration: none;
  color: #6E7EA9;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  /* 16px */
  letter-spacing: -0.8px;
  text-transform: capitalize;
  margin-left: 20px;
  transition: all 0.3s ease;
}

@media (max-width: 767px) {
  .index-bottom .footer-bottom .box .left p a {
    margin-left: 0px;
  }
}

.index-bottom .footer-bottom .box .left p a:hover {
  color: #E95513;
}

.index-bottom .footer-bottom .box .right {
  display: flex;
  align-items: center;
}

@media (max-width: 1400px) {
  .index-bottom .footer-bottom .box .right {
    margin-top: 20px;
  }
}

.index-bottom .footer-bottom .box .right a {
  display: inline-block;
  text-decoration: none;
  color: #6E7EA9;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.8px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.index-bottom .footer-bottom .box .right a:hover {
  color: #E95513;
}

.index-bottom .footer-bottom .box .right a:hover:nth-child(1)::after {
  color: #6E7EA9;
}

.index-bottom .footer-bottom .box .right a:nth-child(1)::after {
  content: '|';
  margin: 0 20px;
  width: 1px;
  height: 8px;
  flex-shrink: 0;
}

.index-nav.show {
  right: calc(100% - 100%);
  /* 滑入左侧 */
}

.index-nav {
  position: fixed;
  top: 40%;
  right: 10px;
  z-index: 99;
  text-align: center;
}

@media (max-width: 1199px) {
  .index-nav {
    display: none;
    top: 18%;
  }
}

.index-nav a {
  display: block;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease;
  margin: 4px 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 100px;
  background-color: #173588;
}

@media (max-width: 1199px) {
  .index-nav a {
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
}

.index-nav a:last-child .iconfont {
  display: inline-block;
}

.index-nav a .iconfont {
  font-size: 26px;
  color: #FFFFFF;
}

@media (max-width: 1199px) {
  .index-nav a .iconfont {
    font-size: 20px;
  }
}

.index-nav a:hover {
  background-color: #EA5514;
}

.index-nav a:hover .iconfont {
  transition: color 0.3s ease-in-out;
  /* 添加过渡效果 */
}

.index-nav a:hover .fix-nav-phonenumber {
  transform: translateX(0);
}

.index-nav .fix-nav-phonenumber {
  position: absolute;
  right: 100%;
  top: 10%;
  transform: translateX(300%);
  transition: all 0.3s ease;
  line-height: 30px;
}

.index-nav .fix-nav-phonenumber p {
  margin: 0;
  padding: 4px 20px;
  color: #fff;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.44);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.12);
  font-size: 14px;
  white-space: nowrap;
}

.fix-nav-none {
  display: none;
  position: fixed;
  right: 0;
  color: white;
  bottom: 10%;
  font-size: 26px;
  border: 1px solid #333;
  border-radius: 10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #333;
  text-align: center;
  z-index: 20;
}

@media (max-width: 1199px) {
  .fix-nav-none {
    display: block;
  }
}

.fix-nav-none.rotated {
  transform: rotate(45deg);
  transition: all 0.5s;
}

.xs-online {
  position: fixed;
  z-index: 99;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: calc(env(safe-area-inset-bottom) - 15px);
  color: #fff;
  background-color: #111;
  box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, 0.2);
  text-align: center;
  display: none;
}

.xs-online ul li {
  float: left;
  width: 20%;
  list-style: none;
  border-right: 1px solid #000;
  border-left: 1px solid rgba(255, 255, 255, 0.6);
  transition: all 0.3s ease;
}

.xs-online ul li .iconfont {
  display: block;
}

.xs-online ul li:first-child {
  border-left: none;
}

.xs-online a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  color: white;
}

@media (max-width: 1199px) {
  .xs-online {
    display: block !important;
  }
}

.banner-box img {
  width: 100%;
}

.sitmap {
  padding: 100px 0;
}

@media (max-width: 991px) {
  .sitmap {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .sitmap {
    padding: 30px 0;
  }
}

.sitmap h2 {
  font-size: 45px;
  font-weight: 600;
  color: #000;
}

@media (max-width: 991px) {
  .sitmap h2 {
    font-size: 32px;
  }
}

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

.sitmap ul {
  list-style: none;
}

.sitmap ul li {
  margin-top: 20px;
}

.sitmap ul li:hover a {
  text-decoration: underline;
  color: white;
  background-color: #DD4509;
}

.sitmap ul li:hover ul {
  list-style: none;
  margin-top: 20px;
}

.sitmap ul li:hover ul li a {
  color: #666;
  text-decoration: none;
  background-color: white;
}

.sitmap ul li:hover ul li ul {
  list-style: none;
}

.sitmap ul li:hover ul li ul li a {
  color: #ccc;
  text-decoration: none;
  background-color: white;
}

.sitmap ul li:hover .ul-block {
  opacity: 1;
  max-height: 100%;
  transition: opacity 0.3s ease, max-height 0.3s ease;
}

.sitmap ul li a {
  border: 1px solid #666;
  width: 260px;
  padding: 10px 20px;
  display: inline-block;
  text-decoration: none;
  color: #333;
  font-weight: bold;
  font-size: 18px;
  transition: color 0.3s ease;
  transition: background-color 0.3s ease;
}

@media (max-width: 991px) {
  .sitmap ul li a {
    font-size: 16px;
  }
}

.sitmap ul li .ul-block {
  opacity: 0;
  max-height: 0;
}

.sitmap ul li ul {
  margin-top: 0px;
  padding: 0;
  overflow: hidden;
  list-style: none;
}

.sitmap ul li ul li {
  margin: 0;
  padding: 0;
  border: none !important;
  margin-bottom: 10px;
}

.sitmap ul li ul li:hover a {
  color: #000;
  text-decoration: underline;
}

.sitmap ul li ul li a {
  font-size: 16px;
  line-height: 30px;
  display: block;
  padding: 0;
  text-transform: capitalize;
  color: #666;
  transition: color 0.3s ease;
  border: none;
}

@media (max-width: 991px) {
  .sitmap ul li ul li a {
    font-size: 14px;
  }
}

.sitmap ul li ul li ul {
  list-style: none;
  display: flex !important;
  flex-wrap: wrap;
  margin-top: 0px !important;
}

.sitmap ul li ul li ul li {
  border: none !important;
  margin-top: 10px;
  display: inline-block;
}

.sitmap ul li ul li ul li:hover a {
  color: #000;
  text-decoration: underline;
}

.sitmap ul li ul li ul li a {
  color: #1e382b;
  font-size: 16px;
  display: block;
  padding: 0;
  transition: color 0.3s ease;
  padding-left: 10px;
  border: none;
}

.privalcy {
  padding: 100px 0;
}

@media (max-width: 991px) {
  .privalcy {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .privalcy {
    padding: 30px 0;
  }
}

.privalcy h2 {
  font-size: 45px;
  font-weight: bold;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
  color: #333;
  font-weight: 600;
}

@media (max-width: 991px) {
  .privalcy h2 {
    font-size: 32px;
  }
}

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

.privalcy .content p {
  margin-top: 20px;
  color: #666;
  font-size: 16px;
}

@media (max-width: 767px) {
  .privalcy .content p {
    font-size: 14px;
  }
}

.product-banner {
  position: relative;
}

.product-banner img {
  width: 100%;
}

.product-banner .productderails-nav {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.1);
  padding: 16px 0;
  display: flex;
  align-items: center;
  color: #FFF;
}

@media (max-width: 575px) {
  .product-banner .productderails-nav {
    padding: 5px 0;
  }
}

.product-banner .productderails-nav a {
  text-decoration: none;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.48px;
  margin: 0 4px;
}

@media (max-width: 767px) {
  .product-banner .productderails-nav a {
    font-size: 14px;
  }
}

.product-banner .productderails-nav a:first-child::before {
  font-family: 'iconfont' !important;
  content: "\e65c";
  font-size: 18px;
  color: #fff;
  margin-right: 10px;
}

.product-banner .productderails-nav a:hover {
  text-decoration: underline;
}

.product-padding {
  padding: 120px 0;
}

@media (max-width: 1560px) {
  .product-padding {
    padding: 60px 0;
  }
}

@media (max-width: 767px) {
  .product-padding {
    padding: 30px 0;
  }
}

.product .index-title {
  width: 80%;
}

@media (max-width: 991px) {
  .product .index-title {
    width: 100%;
  }
}

.product .popular {
  padding: 90px 0 0 0;
}

@media (max-width: 1199px) {
  .product .popular {
    padding: 30px 0 0px 0;
  }
}

@media (max-width: 767px) {
  .product .popular {
    padding: 10px 0 0px 0;
  }
}

.product .popular .top-nav {
  display: flex;
  display: none;
  align-items: center;
  white-space: nowrap;
  margin: 0 -5px;
}

@media (max-width: 1199px) {
  .product .popular .top-nav {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .product .popular .top-nav {
    font-size: 14px;
  }
}

.product .popular .top-nav li {
  display: block;
  padding: 10px;
}

@media (max-width: 991px) {
  .product .popular .top-nav li {
    width: 50%;
    padding: 5px;
  }
}

.product .popular .top-nav .top-a {
  text-decoration: none;
  color: #FFF;
  display: inline-block;
  background-color: #000;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  padding: 10px 6px;
  font-size: 16px;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

@media (max-width: 991px) {
  .product .popular .top-nav .top-a {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .product .popular .top-nav .top-a {
    font-size: 14px;
  }
}

.product .popular .top-nav .top-a:hover {
  color: white;
  background-color: #173588;
}

.product .popular .popular-box {
  flex-wrap: wrap;
}

@media (max-width: 156px) {
  .product .popular .popular-box {
    width: 100%;
  }
}

.product .popular .popular-box .popular-left {
  width: 330px;
  border-radius: 10px;
}

@media (max-width: 1470px) {
  .product .popular .popular-box .popular-left {
    width: 300px;
  }
}

@media (max-width: 1400px) {
  .product .popular .popular-box .popular-left {
    width: 280px;
  }
}

@media (max-width: 1199px) {
  .product .popular .popular-box .popular-left {
    display: none;
  }
}

.product .popular .popular-box .popular-left .left-ul {
  position: sticky !important;
  top: 130px;
}

.product .popular .popular-box .popular-left .ul-li {
  display: block;
  position: relative;
  color: #696969 !important;
  margin-bottom: 20px;
  border-radius: 3px;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .product .popular .popular-box .popular-left .ul-li {
    margin-right: 30px;
  }
}

.product .popular .popular-box .popular-left .ul-li>a {
  padding: 18px 20px;
  padding-right: 40px;
  display: block;
  width: 100%;
  text-decoration: none;
  border-radius: 3px;
  color: #FFF;
  background-color: #173588;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  /* 20px */
  letter-spacing: -1px;
  transition: color 0.3s ease;
  transition: background-color 0.3s ease;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.product .popular .popular-box .popular-left .ul-li>a::after {
  font-family: 'iconfont' !important;
  content: '\e632';
  color: #FFFFFF;
  position: absolute;
  right: 18px;
  top: 28%;
  font-size: 18px;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
}

@media (max-width: 1470px) {
  .product .popular .popular-box .popular-left .ul-li>a::after {
    margin-left: 46%;
  }
}

@media (max-width: 1400px) {
  .product .popular .popular-box .popular-left .ul-li>a::after {
    margin-left: 40%;
  }
}

@media (max-width: 575px) {
  .product .popular .popular-box .popular-left .ul-li>a {
    font-size: 16px;
  }
}

.product .popular .popular-box .popular-left .ul-li.active>a {
  background-color: #EA5514;
}

.product .popular .popular-box .popular-left .ul-li.active>a::after {
  font-family: 'iconfont' !important;
  content: '\e622';
}

.product .popular .popular-box .popular-left .ul-li.active .li-ul {
  display: block;
}

.product .popular .popular-box .popular-left .ul-li .li-ul {
  width: 100%;
  display: none;
  position: relative;
  padding: 8px 0;
}

.product .popular .popular-box .popular-left .ul-li .li-ul li {
  padding: 5px 0;
  padding-left: 24px;
  transition: all 0.3s ease;
  position: relative;
}

.product .popular .popular-box .popular-left .ul-li .li-ul li:hover {
  color: #E95513;
}

.product .popular .popular-box .popular-left .ul-li .li-ul li:hover {
  transition: color 0.3s ease;
}

.product .popular .popular-box .popular-left .ul-li .li-ul li:hover a {
  color: #E95513;
  text-decoration: underline;
}

.product .popular .popular-box .popular-left .ul-li .li-ul li a {
  text-decoration: none;
  transition: color 0.3s ease;
  color: #000;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: -0.48px;
}

.product .popular .popular-box .popular-right {
  width: calc(100% - 420px);
  margin-left: auto;
  margin-top: -18px;
}

@media (max-width: 1470px) {
  .product .popular .popular-box .popular-right {
    width: calc(100% - 390px);
  }
}

@media (max-width: 1400px) {
  .product .popular .popular-box .popular-right {
    width: calc(100% - 370px);
  }
}

@media (max-width: 1199px) {
  .product .popular .popular-box .popular-right {
    width: 100%;
  }
}

.product .popular .popular-box .popular-right .news-slider {
  width: 100%;
}

.product .popular .popular-box .popular-right .slide {
  text-align: center;
}

.product .popular .popular-box .popular-right .slide li {
  padding: 20px 15px;
  overflow: hidden;
}

@media (max-width: 1400px) {
  .product .popular .popular-box .popular-right .slide li {
    padding: 20px 15px;
  }
}

@media (max-width: 767px) {
  .product .popular .popular-box .popular-right .slide li {
    padding: 10px;
  }
}

.product .popular .popular-box .popular-right .slide li .img-box {
  border-radius: 6px;
  padding-bottom: 88%;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.product .popular .popular-box .popular-right .slide li .cont-box {
  transition: all 0.3s ease;
}

.product .popular .popular-box .popular-right .slide li img {
  width: 100%;
  transition: transform 0.3s ease-in-out;
}

.product .popular .popular-box .popular-right .slide li .item {
  display: block;
  text-decoration: none;
  position: relative;
}

@media (max-width: 767px) {
  .product .popular .popular-box .popular-right .slide li .item {
    padding: 0;
  }
}

.product .popular .popular-box .popular-right .slide li .item:hover img {
  transform: scale(1.05);
}

.product .popular .popular-box .popular-right .slide li .item:hover .cont-text .text-title {
  color: #173588;
}

.product .popular .popular-box .popular-right .slide li .item .cont-text {
  padding-top: 30px;
  padding-right: 30px;
  text-align: left;
  display: block;
  text-decoration: none;
}

@media (max-width: 1400px) {
  .product .popular .popular-box .popular-right .slide li .item .cont-text {
    padding-right: 0px;
  }
}

@media (max-width: 767px) {
  .product .popular .popular-box .popular-right .slide li .item .cont-text {
    padding-top: 10px;
  }
}

.product .popular .popular-box .popular-right .slide li .item .cont-text .text-title {
  color: #000;
  font-size: 22px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -1.1px;
  transition: all 0.3s ease-in-out;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 767px) {
  .product .popular .popular-box .popular-right .slide li .item .cont-text .text-title {
    font-size: 18px;
  }
}

.product .popular .popular-box .popular-right .slide li .item .cont-text .text-cont {
  margin-top: 16px;
}

@media (max-width: 767px) {
  .product .popular .popular-box .popular-right .slide li .item .cont-text .text-cont {
    margin-top: 6px;
  }
}

.product .popular .popular-box .popular-right .slide li .item .cont-text .text-cont p {
  color: #444;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.7px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 限制为两行 */
  overflow: hidden;
  text-overflow: ellipsis;
}

.product .popular .popular-box .popular-right .slide li .item .product-a {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .product .popular .popular-box .popular-right .slide li .item .product-a {
    margin-top: 20px;
  }
}

.product .popular .popular-box .popular-right .slide li .item .product-a a {
  display: block;
  text-decoration: none;
  text-align: center;
  width: 100px;
  height: 40px;
  line-height: 40px;
  border-radius: 2px;
  background: #F5F5F5;
  margin-right: 5px;
  transition: all 0.3s ease;
  position: relative;
}

@media (max-width: 767px) {
  .product .popular .popular-box .popular-right .slide li .item .product-a a {
    width: 90px;
    height: 30px;
    line-height: 30px;
  }
}

.product .popular .popular-box .popular-right .slide li .item .product-a a span {
  display: block;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.7px;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  transition: all 0.3s ease;
}

.product .popular .popular-box .popular-right .slide li .item .product-a a:last-child {
  margin-right: 0;
}

.product .popular .popular-box .popular-right .slide li .item .product-a a:hover {
  background-color: #EA5514;
}

.product .popular .popular-box .popular-right .slide li .item .product-a a:hover span {
  opacity: 0;
}

.product .popular .popular-box .popular-right .slide li .item .product-a a:hover::before {
  font-family: 'iconfont' !important;
  content: "\e612";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
  color: #FFFFFF;
  font-size: 24px;
  display: inline-block;
  transition: all 0.3s ease;
}

nav {
  text-align: center;
}

a {
  text-decoration: none;
}

.pagination {
  display: flex;
  justify-content: center;
  padding: 60px 0 0 0;
}

@media (max-width: 1199px) {
  .pagination {
    padding: 10px 0 0px 0;
  }
}

.pagination li {
  display: inline-block;
  margin: 0 3px;
  vertical-align: top;
}

@media (max-width: 767px) {
  .pagination li {
    margin: 0 4px;
  }
}

.pagination li.prev a,
.pagination li.next a {
  color: #173588;
}

.pagination li.prev a:before,
.pagination li.next a:before {
  font-family: 'iconfont' !important;
  font-size: 18px;
  display: block;
  content: '\e612';
  color: #173588;
  text-align: center;
  transition: all 0.3s;
}

.pagination li.prev a:hover:before,
.pagination li.next a:hover:before {
  color: white;
}

.pagination li.next a:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.pagination li a {
  font-size: 16px;
  line-height: 44px;
  display: block;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid #173588;
  color: #173588;
  border-radius: 50px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-align: center;
}

@media (max-width: 767px) {
  .pagination li a {
    font-size: 14px;
    line-height: 28px;
    width: 28px;
    height: 28px;
  }
}

.pagination li a span {
  border-radius: 0;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  color: #FFFFFF !important;
  background: #E95513;
  border: 1px solid #E95513;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
  color: #FFFFFF;
  background: #E95513;
  border: 1px solid #E95513;
}

.productdetails .popular {
  padding: 120px 0 140px 0;
}

@media (max-width: 1199px) {
  .productdetails .popular {
    padding: 30px 0 50px 0;
  }
}

@media (max-width: 767px) {
  .productdetails .popular {
    padding: 10px 0 20px 0;
  }
}

.productdetails .popular .top-nav {
  display: flex;
  display: none;
  align-items: center;
  white-space: nowrap;
  margin: 0 -5px;
}

@media (max-width: 1199px) {
  .productdetails .popular .top-nav {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .productdetails .popular .top-nav {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

.productdetails .popular .top-nav li {
  display: block;
  padding: 10px;
}

@media (max-width: 991px) {
  .productdetails .popular .top-nav li {
    width: 50%;
    padding: 5px;
  }
}

.productdetails .popular .top-nav .top-a {
  text-decoration: none;
  color: #FFF;
  display: inline-block;
  background-color: #000;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  padding: 10px 6px;
  font-size: 16px;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

@media (max-width: 991px) {
  .productdetails .popular .top-nav .top-a {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .productdetails .popular .top-nav .top-a {
    font-size: 14px;
  }
}

.productdetails .popular .top-nav .top-a:hover {
  color: white;
  background-color: #173588;
}

.productdetails .popular .popular-box {
  flex-wrap: wrap;
}

@media (max-width: 156px) {
  .productdetails .popular .popular-box {
    width: 100%;
  }
}

.productdetails .popular .popular-box .popular-left {
  width: 330px;
  border-radius: 10px;
}

@media (max-width: 1470px) {
  .productdetails .popular .popular-box .popular-left {
    width: 300px;
  }
}

@media (max-width: 1400px) {
  .productdetails .popular .popular-box .popular-left {
    width: 280px;
  }
}

@media (max-width: 1199px) {
  .productdetails .popular .popular-box .popular-left {
    display: none;
  }
}

.productdetails .popular .popular-box .popular-left .left-ul {
  position: sticky !important;
  top: 130px;
}

.productdetails .popular .popular-box .popular-left .ul-li {
  display: block;
  position: relative;
  color: #696969 !important;
  margin-bottom: 20px;
  border-radius: 3px;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .productdetails .popular .popular-box .popular-left .ul-li {
    margin-right: 30px;
  }
}

.productdetails .popular .popular-box .popular-left .ul-li>a {
  padding: 18px 20px;
  padding-right: 40px;
  display: block;
  width: 100%;
  text-decoration: none;
  border-radius: 3px;
  color: #FFF;
  background-color: #173588;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  /* 20px */
  letter-spacing: -1px;
  transition: color 0.3s ease;
  transition: background-color 0.3s ease;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.productdetails .popular .popular-box .popular-left .ul-li>a::after {
  font-family: 'iconfont' !important;
  content: '\e632';
  color: #FFFFFF;
  position: absolute;
  right: 18px;
  top: 28%;
  font-size: 18px;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
}

@media (max-width: 1470px) {
  .productdetails .popular .popular-box .popular-left .ul-li>a::after {
    margin-left: 46%;
  }
}

@media (max-width: 1400px) {
  .productdetails .popular .popular-box .popular-left .ul-li>a::after {
    margin-left: 40%;
  }
}

@media (max-width: 575px) {
  .productdetails .popular .popular-box .popular-left .ul-li>a {
    font-size: 16px;
  }
}

.productdetails .popular .popular-box .popular-left .ul-li.active>a {
  background-color: #EA5514;
}

.productdetails .popular .popular-box .popular-left .ul-li.active>a::after {
  font-family: 'iconfont' !important;
  content: '\e622';
}

.productdetails .popular .popular-box .popular-left .ul-li.active .li-ul {
  display: block;
}

.productdetails .popular .popular-box .popular-left .ul-li .li-ul {
  width: 100%;
  display: none;
  position: relative;
  padding: 8px 0;
}

.productdetails .popular .popular-box .popular-left .ul-li .li-ul li {
  padding: 5px 0;
  padding-left: 24px;
  transition: all 0.3s ease;
  position: relative;
}

.productdetails .popular .popular-box .popular-left .ul-li .li-ul li:hover {
  color: #E95513;
}

.productdetails .popular .popular-box .popular-left .ul-li .li-ul li:hover {
  transition: color 0.3s ease;
}

.productdetails .popular .popular-box .popular-left .ul-li .li-ul li:hover a {
  color: #E95513;
  text-decoration: underline;
}

.productdetails .popular .popular-box .popular-left .ul-li .li-ul li a {
  text-decoration: none;
  transition: color 0.3s ease;
  color: #000;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: -0.48px;
}

.productdetails .popular .popular-box .popular-right {
  width: calc(100% - 420px);
  margin-left: auto;
  margin-top: -18px;
}

@media (max-width: 1470px) {
  .productdetails .popular .popular-box .popular-right {
    width: calc(100% - 390px);
  }
}

@media (max-width: 1400px) {
  .productdetails .popular .popular-box .popular-right {
    width: calc(100% - 370px);
  }
}

@media (max-width: 1199px) {
  .productdetails .popular .popular-box .popular-right {
    width: 100%;
  }
}

.productdetails .popular .popular-box .popular-right .productdatails-top {
  overflow: hidden;
}

.productdetails .popular .popular-box .popular-right .productdatails-top .pouch-cont {
  background-color: white;
  border-radius: 10px;
  padding: 18px 0;
  align-items: flex-start;
}

@media (max-width: 1199px) {
  .productdetails .popular .popular-box .popular-right .productdatails-top .pouch-cont {
    flex-wrap: wrap;
    margin-top: 10px;
  }
}

@media (max-width: 575px) {
  .productdetails .popular .popular-box .popular-right .productdatails-top .pouch-cont {
    padding-top: 10px;
  }
}

.productdetails .popular .popular-box .popular-right .productdatails-top .pouch-cont .pouch-cont-left {
  width: 46%;
}

@media (max-width: 1199px) {
  .productdetails .popular .popular-box .popular-right .productdatails-top .pouch-cont .pouch-cont-left {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .productdetails .popular .popular-box .popular-right .productdatails-top .pouch-cont .pouch-cont-left {
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .productdetails .popular .popular-box .popular-right .productdatails-top .pouch-cont .pouch-cont-left {
    padding: 00px;
  }
}

.productdetails .popular .popular-box .popular-right .productdatails-top .pouch-cont .pouch-cont-left .left-vertical {
  width: 100%;
}

@media (max-width: 991px) {
  .productdetails .popular .popular-box .popular-right .productdatails-top .pouch-cont .pouch-cont-left .left-vertical {
    width: 100%;
    margin-top: 30px;
    padding-right: 0;
    margin-right: 0;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .productdetails .popular .popular-box .popular-right .productdatails-top .pouch-cont .pouch-cont-left .left-vertical {
    margin-top: 10px;
  }
}

.productdetails .popular .popular-box .popular-right .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .item {
  border-radius: 5px 5px 0px 0px;
  overflow: hidden;
}

.productdetails .popular .popular-box .popular-right .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .slick-slide {
  margin: 15px 7px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .productdetails .popular .popular-box .popular-right .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .slick-slide {
    margin: 0 10px 20px 10px;
  }
}

@media (max-width: 767px) {
  .productdetails .popular .popular-box .popular-right .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .slick-slide {
    margin: 0 5px 10px 5px;
  }
}

.productdetails .popular .popular-box .popular-right .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .slick-slide {
  position: relative;
}

.productdetails .popular .popular-box .popular-right .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .slick-slide.slick-current .item {
  overflow: hidden;
  border: 1px solid #E95513;
}

.productdetails .popular .popular-box .popular-right .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .slick-slide.slick-current .item .img-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 91;
}

@keyframes videoan {
  0% {
    background-position: 50% 50%;
    transform: scale(1);
  }

  50% {
    background-position: 0% 0%;
    transform: scale(1.2);
  }

  100% {
    background-position: 50% 50%;
    transform: scale(1);
  }
}

.productdetails .popular .popular-box .popular-right .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .slick-slide .item-video::after {
  z-index: 9;
  font-family: 'iconfont' !important;
  font-size: 14px;
  font-weight: bold;
  display: block;
  content: '\ea82';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  color: #FFFFFF;
  background-color: #E95513;
  border-radius: 30px;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
}

.productdetails .popular .popular-box .popular-right .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .slick-slide .img-box {
  position: relative;
  padding-bottom: 88%;
  overflow: hidden;
  border-radius: 5px 5px 0px 0px;
}

.productdetails .popular .popular-box .popular-right .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .slick-slide .img-box .play {
  position: absolute;
  top: 36%;
  right: 40%;
  color: white;
  background-color: #1974E2;
  width: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 30px;
}

.productdetails .popular .popular-box .popular-right .productdatails-top .pouch-cont .pouch-cont-left .left-horizontal {
  width: 100%;
  margin: 0;
  border-radius: 5px 5px 0px 0px;
  border: 1px solid #E6E6E6;
  overflow: hidden;
}

@media (max-width: 991px) {
  .productdetails .popular .popular-box .popular-right .productdatails-top .pouch-cont .pouch-cont-left .left-horizontal {
    width: 100%;
    margin: 0;
  }
}

.productdetails .popular .popular-box .popular-right .productdatails-top .pouch-cont .pouch-cont-left .left-horizontal .img-box {
  padding-bottom: 88%;
  overflow: hidden;
}

.productdetails .popular .popular-box .popular-right .productdatails-top .pouch-cont .pouch-cont-left .left-horizontal .img-box img {
  width: 100%;
}

.productdetails .popular .popular-box .popular-right .productdatails-top .pouch-cont .pouch-cont-right {
  width: 50%;
  padding-left: 70px;
}

@media (max-width: 1740px) {
  .productdetails .popular .popular-box .popular-right .productdatails-top .pouch-cont .pouch-cont-right {
    padding-left: 40px;
  }
}

@media (max-width: 1400px) {
  .productdetails .popular .popular-box .popular-right .productdatails-top .pouch-cont .pouch-cont-right {
    padding: 0px 0 30px 5%;
  }
}

@media (max-width: 1199px) {
  .productdetails .popular .popular-box .popular-right .productdatails-top .pouch-cont .pouch-cont-right {
    width: 100%;
    border: none;
    padding: 0;
    margin-top: 20px;
  }
}

@media (max-width: 991px) {
  .productdetails .popular .popular-box .popular-right .productdatails-top .pouch-cont .pouch-cont-right {
    width: 100%;
    padding: 0px;
  }
}

.productdetails .popular .popular-box .popular-right .productdatails-top .pouch-cont .pouch-cont-right .title {
  padding: 25px 0;
  border-bottom: 1px solid #F0F0F0;
}

@media (max-width: 1740px) {
  .productdetails .popular .popular-box .popular-right .productdatails-top .pouch-cont .pouch-cont-right .title {
    padding: 10px 0;
  }
}

@media (max-width: 1400px) {
  .productdetails .popular .popular-box .popular-right .productdatails-top .pouch-cont .pouch-cont-right .title {
    padding: 0px 0;
  }
}

.productdetails .popular .popular-box .popular-right .productdatails-top .pouch-cont .pouch-cont-right .title h2 {
  color: #000;
  font-size: 46px;
  font-weight: 600;
  line-height: 100%;
  /* 46px */
  letter-spacing: -2.3px;
}

@media (max-width: 1400px) {
  .productdetails .popular .popular-box .popular-right .productdatails-top .pouch-cont .pouch-cont-right .title h2 {
    font-size: 32px;
  }
}

.productdetails .popular .popular-box .popular-right .productdatails-top .pouch-cont .pouch-cont-right .cont {
  margin: 40px 0 70px 0;
}

@media (max-width: 1740px) {
  .productdetails .popular .popular-box .popular-right .productdatails-top .pouch-cont .pouch-cont-right .cont {
    margin: 20px 0 30px 0;
  }
}

@media (max-width: 1400px) {
  .productdetails .popular .popular-box .popular-right .productdatails-top .pouch-cont .pouch-cont-right .cont {
    margin: 10px 0 20px 0;
  }
}

.productdetails .popular .popular-box .popular-right .productdatails-top .pouch-cont .pouch-cont-right .cont p {
  color: #444;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: -0.48px;
}

@media (max-width: 1400px) {
  .productdetails .popular .popular-box .popular-right .productdatails-top .pouch-cont .pouch-cont-right .cont p {
    line-height: 24px;
  }
}

.productdetails .popular .popular-box .popular-right .productdatails-top .pouch-cont .pouch-cont-right .cont p b {
  color: #EA5514;
}

@media (max-width: 991px) {
  .productdetails .popular .popular-box .popular-right .productdatails-top .pouch-cont .pouch-cont-right .right-bottom {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .productdetails .popular .popular-box .popular-right .productdatails-top .pouch-cont .pouch-cont-right .right-bottom {
    flex-wrap: wrap;
  }
}

.productdetails .popular .popular-box .popular-right .productdatails-top .pouch-cont .pouch-cont-right .right-bottom .right-bottom-abox {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

@media (max-width: 1740px) {
  .productdetails .popular .popular-box .popular-right .productdatails-top .pouch-cont .pouch-cont-right .right-bottom .right-bottom-abox {
    margin-top: 20px;
  }
}

@media (max-width: 1400px) {
  .productdetails .popular .popular-box .popular-right .productdatails-top .pouch-cont .pouch-cont-right .right-bottom .right-bottom-abox {
    margin-top: 10px;
  }
}

@media (max-width: 1199px) {
  .productdetails .popular .popular-box .popular-right .productdatails-top .pouch-cont .pouch-cont-right .right-bottom .right-bottom-abox {
    margin-top: 20px;
  }
}

@media (max-width: 575px) {
  .productdetails .popular .popular-box .popular-right .productdatails-top .pouch-cont .pouch-cont-right .right-bottom .right-bottom-abox {
    flex-wrap: wrap;
  }

  .productdetails .popular .popular-box .popular-right .productdatails-top .pouch-cont .pouch-cont-right .right-bottom .right-bottom-abox a {
    width: 100% !important;
    margin-top: 10px;
  }
}

.productdetails .popular .popular-box .popular-right .productdatails-top .pouch-cont .pouch-cont-right .right-bottom .right-bottom-abox a {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  padding: 8px 0;
  width: 48%;
  background: #173588;
  transition: all 0.3s ease;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.9px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}

@media (max-width: 1400px) {
  .productdetails .popular .popular-box .popular-right .productdatails-top .pouch-cont .pouch-cont-right .right-bottom .right-bottom-abox a {
    padding: 10px 0;
    font-size: 16px;
  }
}

.productdetails .popular .popular-box .popular-right .productdatails-top .pouch-cont .pouch-cont-right .right-bottom .right-bottom-abox a:hover {
  background-color: #EA5514;
  color: #FFF;
}

.productdetails .popular .popular-box .popular-right .productdatails-top .pouch-cont .pouch-cont-right .right-bottom .right-bottom-abox a:hover .img1 {
  width: auto;
  opacity: 1;
}

.productdetails .popular .popular-box .popular-right .productdatails-top .pouch-cont .pouch-cont-right .right-bottom .right-bottom-abox a:hover .img2 {
  opacity: 0;
  width: 0;
  margin: 0;
}

.productdetails .popular .popular-box .popular-right .productdatails-top .pouch-cont .pouch-cont-right .right-bottom .right-bottom-abox .right-bottom-b .img1 {
  opacity: 0;
  width: 0;
  transition: all 0.3s ease;
}

.productdetails .popular .popular-box .popular-right .productdatails-top .pouch-cont .pouch-cont-right .right-bottom .right-bottom-abox .right-bottom-b .img2 {
  transition: all 0.3s ease;
}

.productdetails .popular .popular-box .popular-right .productdatails-top .pouch-cont .pouch-cont-right .right-bottom .right-bottom-abox .right-bottom-b img {
  width: 22px;
  height: 22px;
  margin-right: 10px;
}

.productdetails .popular .popular-box .popular-right .productdatails-top .pouch-cont .pouch-cont-right .right-bottom .share {
  align-items: center;
}

@media (max-width: 767px) {
  .productdetails .popular .popular-box .popular-right .productdatails-top .pouch-cont .pouch-cont-right .right-bottom .share {
    flex-wrap: wrap;
  }
}

@media (max-width: 1199px) {
  .productdetails .popular .popular-box .popular-right .productdatails-top .pouch-cont .pouch-cont-right .right-bottom .share {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .productdetails .popular .popular-box .popular-right .productdatails-top .pouch-cont .pouch-cont-right .right-bottom .share {
    margin-top: 20px;
  }
}

.productdetails .popular .popular-box .popular-right .productdatails-top .pouch-cont .pouch-cont-right .right-bottom .share p {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  /* 18px */
  letter-spacing: -0.54px;
  padding: 0;
  margin-right: 18px;
}

.productdetails .popular .popular-box .popular-right .productdatails-top .pouch-cont .pouch-cont-right .right-bottom .share .share-cn {
  display: none;
}

.productdetails .popular .popular-box .popular-right .productdatails-top .pouch-cont .pouch-cont-right .right-bottom .share[lang=zh-CN] .share-cn {
  display: block;
}

.productdetails .popular .popular-box .popular-right .productdatails-top .pouch-cont .pouch-cont-right .right-bottom .share[lang=zh-CN] .share-other {
  display: none;
}

.productdetails .popular .popular-box .popular-right .productdatails-top .pouch-cont .pouch-cont-right .right-bottom .share .a2a_kit {
  display: inline-block;
  vertical-align: middle;
}

.productdetails .popular .popular-box .popular-right .productdatails-nav {
  overflow: hidden;
  flex-wrap: wrap;
  margin: 0 auto;
  border-top: 1px solid #F0F0F0;
  border-bottom: 1px solid #F0F0F0;
  background-color: #FFFFFF;
  margin-top: 60px;
  display: flex;
  align-items: center;
  text-align: center;
  position: sticky;
  top: 124px;
  z-index: 12;
  padding: 0;
}

@media (max-width: 991px) {
  .productdetails .popular .popular-box .popular-right .productdatails-nav {
    position: static;
    margin-top: 0;
    border-radius: 0;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 20px;
  }
}

.productdetails .popular .popular-box .popular-right .productdatails-nav a {
  display: inline-block;
  text-decoration: none;
  padding: 18px 0;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.54px;
  /* 18px */
  position: relative;
  text-align: center;
  margin-right: 90px;
}

.productdetails .popular .popular-box .popular-right .productdatails-nav a:last-child {
  margin-right: 0;
}

.productdetails .popular .popular-box .popular-right .productdatails-nav a::after {
  content: '';
  width: 0%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: #DD4509;
  transition: all 0.3s ease;
}

@media (max-width: 991px) {
  .productdetails .popular .popular-box .popular-right .productdatails-nav a {
    margin-right: 20px;
  }

  .productdetails .popular .popular-box .popular-right .productdatails-nav a:last-child {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .productdetails .popular .popular-box .popular-right .productdatails-nav a {
    padding: 10px 0;
    font-size: 16px;
  }
}

.productdetails .popular .popular-box .popular-right .productdatails-nav a:hover {
  color: #EA5514;
}

.productdetails .popular .popular-box .popular-right .productdatails-nav a:hover::after {
  width: 100%;
}

.productdetails .popular .popular-box .popular-right .productdatails-nav a.active {
  color: #EA5514;
}

.productdetails .popular .popular-box .popular-right .productdatails-nav a.active::after {
  width: 100%;
}

.productdetails .popular .popular-box .popular-right .productdetails-details .detials-content {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .productdetails .popular .popular-box .popular-right .productdetails-details .detials-content {
    margin-top: 0px;
  }
}

.productdetails .popular .popular-box .popular-right .productdetails-details .detials-content p {
  color: #444;
  font-size: 16px;
  line-height: 30px;
  /* 187.5% */
  letter-spacing: -0.48px;
}

@media (max-width: 767px) {
  .productdetails .popular .popular-box .popular-right .productdetails-details .detials-content p {
    font-size: 14px;
    line-height: 24px;
  }
}

.productdetails .popular .popular-box .popular-right .productdetails-details .detials-content p img {
  border-radius: 6px;
}

.productdetails .popular .popular-box .popular-right .details-specifications .table-box {
  overflow-x: auto;
}

.productdetails .popular .popular-box .popular-right .details-specifications table {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #000;
  margin-top: 40px;
}

@media (max-width: 767px) {
  .productdetails .popular .popular-box .popular-right .details-specifications table {
    margin-top: 20px;
  }
}

@media (max-width: 575px) {
  .productdetails .popular .popular-box .popular-right .details-specifications table {
    margin-top: 10px;
  }
}

.productdetails .popular .popular-box .popular-right .details-specifications table tr:nth-child(even) td {
  background-color: #f2f2f2;
}

.productdetails .popular .popular-box .popular-right .details-specifications table tr td {
  border: 1px solid #000;
  padding: 10px 15px;
}

.productdetails .popular .popular-box .popular-right .details-download .download-content {
  margin-top: 40px;
}

@media (max-width: 991px) {
  .productdetails .popular .popular-box .popular-right .details-download .download-content {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .productdetails .popular .popular-box .popular-right .details-download .download-content {
    margin-top: 10px;
  }
}

.productdetails .popular .popular-box .popular-right .details-download .download-content .list {
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  .productdetails .popular .popular-box .popular-right .details-download .download-content .list {
    display: block;
  }
}

.productdetails .popular .popular-box .popular-right .details-download .download-content .list:hover .left .img-box a .img {
  transform: scale(1.1) !important;
}

.productdetails .popular .popular-box .popular-right .details-download .download-content .list:hover .right .title {
  color: #EA5514;
}

.productdetails .popular .popular-box .popular-right .details-download .download-content .list:hover .right .xia .left {
  background: linear-gradient(180deg, #FFF 0%, #FFF 10%, rgba(234, 85, 20, 0.6) 50%, #FFF 90%, #FFF 100%);
  filter: drop-shadow(0px 6px 15px rgba(234, 85, 20, 0.25));
}

.productdetails .popular .popular-box .popular-right .details-download .download-content .list:hover .right .xia .left .iconfont {
  background-color: #EA5514;
}

.productdetails .popular .popular-box .popular-right .details-download .download-content .list:hover .right .xia a {
  color: #EA5514;
}

.productdetails .popular .popular-box .popular-right .details-download .download-content .list .left {
  width: 50%;
}

@media (max-width: 1560px) {
  .productdetails .popular .popular-box .popular-right .details-download .download-content .list .left {
    width: 70%;
  }
}

@media (max-width: 1400px) {
  .productdetails .popular .popular-box .popular-right .details-download .download-content .list .left {
    width: 100%;
  }
}

@media (max-width: 1199px) {
  .productdetails .popular .popular-box .popular-right .details-download .download-content .list .left {
    width: 60%;
  }
}

@media (max-width: 991px) {
  .productdetails .popular .popular-box .popular-right .details-download .download-content .list .left {
    width: 100%;
  }
}

.productdetails .popular .popular-box .popular-right .details-download .download-content .list .left .img-box {
  overflow: hidden;
  padding-bottom: 60%;
  border-radius: 6px;
}

.productdetails .popular .popular-box .popular-right .details-download .download-content .list .left .img-box a {
  display: inline-block;
}

.productdetails .popular .popular-box .popular-right .details-download .download-content .list .left .img-box img {
  width: 100%;
  transition: all 0.3s;
}

.productdetails .popular .popular-box .popular-right .details-download .download-content .list .right {
  padding-left: 70px;
}

@media (max-width: 1560px) {
  .productdetails .popular .popular-box .popular-right .details-download .download-content .list .right {
    padding-left: 40px;
  }
}

@media (max-width: 1400px) {
  .productdetails .popular .popular-box .popular-right .details-download .download-content .list .right {
    margin-left: 40p;
  }
}

@media (max-width: 991px) {
  .productdetails .popular .popular-box .popular-right .details-download .download-content .list .right {
    padding-left: 0;
    margin-top: 20px;
  }
}

@media (max-width: 575px) {
  .productdetails .popular .popular-box .popular-right .details-download .download-content .list .right {
    margin-top: 10px;
  }
}

.productdetails .popular .popular-box .popular-right .details-download .download-content .list .right .title {
  text-decoration: none;
  color: #000;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -1.4px;
  text-transform: capitalize;
  transition: all 0.3s ease;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  /* 限制为两行 */
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 1400px) {
  .productdetails .popular .popular-box .popular-right .details-download .download-content .list .right .title {
    font-size: 20px;
  }
}

.productdetails .popular .popular-box .popular-right .details-download .download-content .list .right .text {
  margin: 16px 0 40px 0;
}

@media (max-width: 1560px) {
  .productdetails .popular .popular-box .popular-right .details-download .download-content .list .right .text {
    margin: 10px 0 24px 0;
  }
}

@media (max-width: 1400px) {
  .productdetails .popular .popular-box .popular-right .details-download .download-content .list .right .text {
    margin: 10px 0 20px 0;
  }
}

@media (max-width: 575px) {
  .productdetails .popular .popular-box .popular-right .details-download .download-content .list .right .text {
    margin: 5px 0 10px 0;
  }
}

.productdetails .popular .popular-box .popular-right .details-download .download-content .list .right .text p {
  color: #444;
  font-size: 16px;
  line-height: 26px;
  /* 162.5% */
  letter-spacing: -0.48px;
}

@media (max-width: 1400px) {
  .productdetails .popular .popular-box .popular-right .details-download .download-content .list .right .text p {
    font-size: 14px;
    line-height: 20px;
  }
}

.productdetails .popular .popular-box .popular-right .details-download .download-content .list .right .size {
  display: flex;
}

.productdetails .popular .popular-box .popular-right .details-download .download-content .list .right .size p {
  color: #000;
  font-size: 16px;
  letter-spacing: -0.48px;
  margin-right: 20px;
}

@media (max-width: 1400px) {
  .productdetails .popular .popular-box .popular-right .details-download .download-content .list .right .size p {
    font-size: 14px;
  }
}

.productdetails .popular .popular-box .popular-right .details-download .download-content .list .right .size p:last-child {
  margin-right: 0;
}

.productdetails .popular .popular-box .popular-right .details-download .download-content .list .right .xia {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

@media (max-width: 1560px) {
  .productdetails .popular .popular-box .popular-right .details-download .download-content .list .right .xia {
    margin-top: 20px;
  }
}

@media (max-width: 1400px) {
  .productdetails .popular .popular-box .popular-right .details-download .download-content .list .right .xia {
    margin-top: 10px;
  }
}

.productdetails .popular .popular-box .popular-right .details-download .download-content .list .right .xia .left {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  margin-right: 12px;
  background-color: rgba(23, 53, 136, 0.1);
  position: relative;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 1400px) {
  .productdetails .popular .popular-box .popular-right .details-download .download-content .list .right .xia .left {
    width: 40px;
    height: 40px;
  }
}

.productdetails .popular .popular-box .popular-right .details-download .download-content .list .right .xia .left .iconfont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'iconfont' !important;
  content: '\e600';
  width: 44px;
  height: 44px;
  line-height: 44px;
  background-color: #173588;
  border-radius: 50%;
  color: #FFF;
  text-align: center;
  font-size: 26px;
}

@media (max-width: 1400px) {
  .productdetails .popular .popular-box .popular-right .details-download .download-content .list .right .xia .left .iconfont {
    width: 30px;
    height: 30px;
    font-size: 22px;
    line-height: 30px;
  }
}

.productdetails .popular .popular-box .popular-right .details-download .download-content .list .right .xia a {
  text-decoration: none;
  color: #000;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.6px;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 1400px) {
  .productdetails .popular .popular-box .popular-right .details-download .download-content .list .right .xia a {
    font-size: 18px;
  }
}

.productdetails .popular .popular-box .popular-right .details-inquiry .inquiry-box .message {
  width: 100%;
  margin-top: 40px;
}

@media (max-width: 991px) {
  .productdetails .popular .popular-box .popular-right .details-inquiry .inquiry-box .message {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .productdetails .popular .popular-box .popular-right .details-inquiry .inquiry-box .message {
    margin-top: 10px;
  }
}

.productdetails .popular .popular-box .popular-right .details-inquiry .inquiry-box .message .now-title {
  margin-top: 20px;
}

.productdetails .popular .popular-box .popular-right .details-inquiry .inquiry-box .message .now-title input {
  width: 100%;
  background-color: #173588;
  padding: 16px 20px;
  border: none;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.48px;
  text-transform: capitalize;
  border-radius: 3px;
}

@media (max-width: 991px) {
  .productdetails .popular .popular-box .popular-right .details-inquiry .inquiry-box .message .now-title input {
    padding: 10px 14px;
  }
}

@media (max-width: 767px) {
  .productdetails .popular .popular-box .popular-right .details-inquiry .inquiry-box .message .now-title input {
    padding: 10px 20px;
    font-size: 16px;
  }
}

.productdetails .popular .popular-box .popular-right .details-inquiry .inquiry-box .message .formbox li {
  margin-top: 20px;
  padding: 0 10px;
  list-style: none;
}

@media (max-width: 767px) {
  .productdetails .popular .popular-box .popular-right .details-inquiry .inquiry-box .message .formbox li {
    margin-top: 10px;
  }
}

.productdetails .popular .popular-box .popular-right .details-inquiry .inquiry-box .message .formbox .group {
  position: relative;
}

.productdetails .popular .popular-box .popular-right .details-inquiry .inquiry-box .message .formbox .group input {
  width: 100%;
  border-radius: 3px;
  background: rgba(238, 240, 246, 0.57);
  border: none;
  padding: 16px 23px;
  outline: none;
  transition: border-color 0.3s ease;
}

@media (max-width: 991px) {
  .productdetails .popular .popular-box .popular-right .details-inquiry .inquiry-box .message .formbox .group input {
    padding: 12px 14px;
  }
}

.productdetails .popular .popular-box .popular-right .details-inquiry .inquiry-box .message .formbox .group input::placeholder {
  color: #444;
}

@media (max-width: 575px) {
  .productdetails .popular .popular-box .popular-right .details-inquiry .inquiry-box .message .formbox .group input {
    padding: 15px 20px;
  }
}

.productdetails .popular .popular-box .popular-right .details-inquiry .inquiry-box .message .formbox .group input:focus label {
  display: none;
}

.productdetails .popular .popular-box .popular-right .details-inquiry .inquiry-box .message .formbox .group input:focus::placeholder {
  color: #999;
}

.productdetails .popular .popular-box .popular-right .details-inquiry .inquiry-box .message .formbox .group textarea {
  width: 100%;
  padding: 16px 23px;
  background: #FFF;
  border: none;
  outline: none;
  border-radius: 3px;
  background: rgba(238, 240, 246, 0.57);
}

.productdetails .popular .popular-box .popular-right .details-inquiry .inquiry-box .message .formbox .group textarea::placeholder {
  color: #444;
}

.productdetails .popular .popular-box .popular-right .details-inquiry .inquiry-box .message .formbox .group textarea:focus label {
  display: none;
}

.productdetails .popular .popular-box .popular-right .details-inquiry .inquiry-box .message .formbox .group textarea:focus::placeholder {
  color: #999;
}

.productdetails .popular .popular-box .popular-right .details-inquiry .inquiry-box .message .formbox .group label {
  position: absolute;
  top: 18px;
  left: 20px;
  color: #666;
  font-size: 14px;
  /* 128.571% */
  pointer-events: none;
  /* 确保label不会干扰输入 */
  transition: top 0.3s ease, font-size 0.3s ease, color 0.3s ease;
}

.productdetails .popular .popular-box .popular-right .details-inquiry .inquiry-box .message .func {
  margin-top: 24px;
}

@media (max-width: 575px) {
  .productdetails .popular .popular-box .popular-right .details-inquiry .inquiry-box .message .func {
    margin: 20px 0;
  }
}

.productdetails .popular .popular-box .popular-right .details-inquiry .inquiry-box .message .func .submit-group {
  display: flex;
}

.productdetails .popular .popular-box .popular-right .details-inquiry .inquiry-box .message .func button {
  display: block;
  width: 200px;
  text-align: center;
  padding: 5px;
  border-radius: 2px;
  background: #173588;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  transition: all 0.3s;
}

@media (max-width: 991px) {
  .productdetails .popular .popular-box .popular-right .details-inquiry .inquiry-box .message .func button {
    width: 160px;
  }
}

@media (max-width: 767px) {
  .productdetails .popular .popular-box .popular-right .details-inquiry .inquiry-box .message .func button {
    width: 140px;
  }
}

.productdetails .popular .popular-box .popular-right .details-inquiry .inquiry-box .message .func button:hover {
  background: #EA5514;
  box-shadow: 0px 12px 30px 0px rgba(234, 85, 20, 0.26);
}

.productdetails .popular .popular-box .popular-right .details-inquiry .inquiry-box .message .func button:hover b {
  color: #FFFFFF;
}

.productdetails .popular .popular-box .popular-right .details-inquiry .inquiry-box .message .func button:hover span .iconfont {
  color: #EA5514;
  transform: rotate(180deg);
}

.productdetails .popular .popular-box .popular-right .details-inquiry .inquiry-box .message .func button b {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.8px;
  margin: 12px 0 12px 15px;
  transition: all 0.3s;
}

@media (max-width: 991px) {
  .productdetails .popular .popular-box .popular-right .details-inquiry .inquiry-box .message .func button b {
    margin: 5px 0 5px 10px;
  }
}

@media (max-width: 767px) {
  .productdetails .popular .popular-box .popular-right .details-inquiry .inquiry-box .message .func button b {
    margin: 5px 0 5px 5px;
  }
}

.productdetails .popular .popular-box .popular-right .details-inquiry .inquiry-box .message .func button span {
  color: #173588;
  width: 40px;
  height: 40px;
  border-radius: 2px;
  background: #FFF;
  transition: all 0.3s ease-in-out;
  text-align: center;
  line-height: 40px;
}

@media (max-width: 991px) {
  .productdetails .popular .popular-box .popular-right .details-inquiry .inquiry-box .message .func button span {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}

@media (max-width: 767px) {
  .productdetails .popular .popular-box .popular-right .details-inquiry .inquiry-box .message .func button span {
    width: 25px;
    height: 25px;
    line-height: 25px;
  }
}

.productdetails .popular .popular-box .popular-right .details-inquiry .inquiry-box .message .func button span .iconfont {
  transition: all 0.3s ease-in-out;
  display: inline-block;
  transform: rotate(135deg);
  color: #173588;
  font-size: 22px;
}

@media (max-width: 767px) {
  .productdetails .popular .popular-box .popular-right .details-inquiry .inquiry-box .message .func button span .iconfont {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .productdetails .popular .popular-box .popular-right .details-related .related-box {
    position: relative;
  }
}

.productdetails .popular .popular-box .popular-right .details-related .related-box .prev-a-box {
  display: flex;
  align-items: center;
}

.productdetails .popular .popular-box .popular-right .details-related .related-box .prev-a-box .prev-next {
  width: 60px;
  color: white;
  position: relative;
  margin-right: 26px;
}

@media (max-width: 767px) {
  .productdetails .popular .popular-box .popular-right .details-related .related-box .prev-a-box .prev-next {
    position: absolute;
    width: 85%;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 33;
  }
}

.productdetails .popular .popular-box .popular-right .details-related .related-box .prev-a-box .prev-next .slick-next:before {
  font-family: 'iconfont' !important;
  font-size: 16px;
  font-weight: bold;
  display: block;
  content: '\e612';
  line-height: 50px;
  color: #1D1D1D;
  transition: all 0.3s ease;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.productdetails .popular .popular-box .popular-right .details-related .related-box .prev-a-box .prev-next .slick-prev:before {
  font-family: 'iconfont' !important;
  font-size: 16px;
  font-weight: bold;
  display: block;
  content: '\e612';
  line-height: 50px;
  color: #1D1D1D;
  transition: all 0.3s ease;
}

.productdetails .popular .popular-box .popular-right .details-related .related-box .prev-a-box .prev-next .slick-prev,
.productdetails .popular .popular-box .popular-right .details-related .related-box .prev-a-box .prev-next .slick-next {
  z-index: 1;
  border: 1px solid #173588;
  width: 50px;
  height: 50px;
  text-align: center;
  transition: all 0.3s ease;
  border-radius: 50%;
  color: #173588;
}

.productdetails .popular .popular-box .popular-right .details-related .related-box .prev-a-box .prev-next .slick-prev:hover,
.productdetails .popular .popular-box .popular-right .details-related .related-box .prev-a-box .prev-next .slick-next:hover {
  color: #FFFFFF;
}

.productdetails .popular .popular-box .popular-right .details-related .related-box .prev-a-box .prev-next .slick-next:hover {
  border: 1px solid #E95513;
  background-color: #E95513;
}

.productdetails .popular .popular-box .popular-right .details-related .related-box .prev-a-box .prev-next .slick-prev:hover {
  border: 1px solid #E95513;
  background-color: #E95513;
}

.productdetails .popular .popular-box .popular-right .details-related .related-box .prev-a-box .prev-next .slick-prev,
.productdetails .popular .popular-box .popular-right .details-related .related-box .prev-a-box .prev-next .slick-next:hover::before {
  color: #FFFFFF;
}

.productdetails .popular .popular-box .popular-right .details-related .related-box .prev-a-box .prev-next .slick-prev:hover::before {
  color: #FFFFFF;
}

.productdetails .popular .popular-box .popular-right .details-related .related-box .cont {
  margin: 0 -30px;
  overflow: hidden;
  margin-top: 40px;
}

@media (max-width: 1199px) {
  .productdetails .popular .popular-box .popular-right .details-related .related-box .cont {
    margin-top: 30px;
  }
}

@media (max-width: 991px) {
  .productdetails .popular .popular-box .popular-right .details-related .related-box .cont {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .productdetails .popular .popular-box .popular-right .details-related .related-box .cont {
    margin: 0;
  }
}

@media (max-width: 575px) {
  .productdetails .popular .popular-box .popular-right .details-related .related-box .cont .now-slick-box {
    padding-bottom: 0;
  }
}

.productdetails .popular .popular-box .popular-right .details-related .related-box .cont .now-slick-box .now-slick .li {
  padding: 0 15px;
}

@media (max-width: 991px) {
  .productdetails .popular .popular-box .popular-right .details-related .related-box .cont .now-slick-box .now-slick .li {
    padding: 0px 15px;
  }
}

.productdetails .popular .popular-box .popular-right .details-related .related-box .cont .now-slick-box .now-slick .li .img-box {
  border-radius: 6px;
  padding-bottom: 88%;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.productdetails .popular .popular-box .popular-right .details-related .related-box .cont .now-slick-box .now-slick .li .cont-box {
  transition: all 0.3s ease;
}

.productdetails .popular .popular-box .popular-right .details-related .related-box .cont .now-slick-box .now-slick .li img {
  width: 100%;
  transition: transform 0.3s ease-in-out;
}

.productdetails .popular .popular-box .popular-right .details-related .related-box .cont .now-slick-box .now-slick .li .item {
  display: block;
  text-decoration: none;
  position: relative;
}

@media (max-width: 767px) {
  .productdetails .popular .popular-box .popular-right .details-related .related-box .cont .now-slick-box .now-slick .li .item {
    padding: 0;
  }
}

.productdetails .popular .popular-box .popular-right .details-related .related-box .cont .now-slick-box .now-slick .li .item:hover img {
  transform: scale(1.05);
}

.productdetails .popular .popular-box .popular-right .details-related .related-box .cont .now-slick-box .now-slick .li .item:hover .cont-text .text-title {
  color: #173588;
}

.productdetails .popular .popular-box .popular-right .details-related .related-box .cont .now-slick-box .now-slick .li .item .cont-text {
  padding-top: 30px;
  text-align: left;
  display: block;
  text-decoration: none;
}

@media (max-width: 767px) {
  .productdetails .popular .popular-box .popular-right .details-related .related-box .cont .now-slick-box .now-slick .li .item .cont-text {
    padding-top: 15px;
  }
}

.productdetails .popular .popular-box .popular-right .details-related .related-box .cont .now-slick-box .now-slick .li .item .cont-text .text-title {
  color: #000;
  font-size: 22px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -1.1px;
  transition: all 0.3s ease-in-out;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 767px) {
  .productdetails .popular .popular-box .popular-right .details-related .related-box .cont .now-slick-box .now-slick .li .item .cont-text .text-title {
    font-size: 18px;
  }
}

.productdetails .popular .popular-box .popular-right .details-related .related-box .cont .now-slick-box .now-slick .li .item .cont-text .text-cont {
  margin-top: 16px;
}

@media (max-width: 991px) {
  .productdetails .popular .popular-box .popular-right .details-related .related-box .cont .now-slick-box .now-slick .li .item .cont-text .text-cont {
    margin-top: 10px;
  }
}

.productdetails .popular .popular-box .popular-right .details-related .related-box .cont .now-slick-box .now-slick .li .item .cont-text .text-cont p {
  color: #444;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.7px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 限制为两行 */
  overflow: hidden;
  text-overflow: ellipsis;
}

.productdetails .popular .popular-box .popular-right .details-related .related-box .cont .now-slick-box .now-slick .li .item .product-a {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

@media (max-width: 1199px) {
  .productdetails .popular .popular-box .popular-right .details-related .related-box .cont .now-slick-box .now-slick .li .item .product-a {
    margin-top: 16px;
  }
}

.productdetails .popular .popular-box .popular-right .details-related .related-box .cont .now-slick-box .now-slick .li .item .product-a a {
  display: block;
  text-decoration: none;
  text-align: center;
  width: 100px;
  height: 40px;
  line-height: 40px;
  border-radius: 2px;
  background: #F5F5F5;
  margin-right: 5px;
  transition: all 0.3s ease;
  position: relative;
}

@media (max-width: 767px) {
  .productdetails .popular .popular-box .popular-right .details-related .related-box .cont .now-slick-box .now-slick .li .item .product-a a {
    width: 90px;
    height: 30px;
    line-height: 30px;
  }
}

.productdetails .popular .popular-box .popular-right .details-related .related-box .cont .now-slick-box .now-slick .li .item .product-a a span {
  display: block;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.7px;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  transition: all 0.3s ease;
}

.productdetails .popular .popular-box .popular-right .details-related .related-box .cont .now-slick-box .now-slick .li .item .product-a a:last-child {
  margin-right: 0;
}

.productdetails .popular .popular-box .popular-right .details-related .related-box .cont .now-slick-box .now-slick .li .item .product-a a:hover {
  background-color: #EA5514;
}

.productdetails .popular .popular-box .popular-right .details-related .related-box .cont .now-slick-box .now-slick .li .item .product-a a:hover span {
  opacity: 0;
}

.productdetails .popular .popular-box .popular-right .details-related .related-box .cont .now-slick-box .now-slick .li .item .product-a a:hover::before {
  font-family: 'iconfont' !important;
  content: "\e612";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
  color: #FFFFFF;
  font-size: 24px;
  display: inline-block;
  transition: all 0.3s ease;
}

.detials-title h2 {
  color: #000;
  font-size: 36px;
  font-weight: 700;
  line-height: 100%;
  /* 36px */
  letter-spacing: -1.8px;
}

@media (max-width: 767px) {
  .detials-title h2 {
    font-size: 30px;
  }
}

@media (max-width: 575px) {
  .detials-title h2 {
    font-size: 26px;
  }
}

.details-padding {
  padding-top: 80px;
}

@media (max-width: 991px) {
  .details-padding {
    padding-top: 50px;
  }
}

@media (max-width: 767px) {
  .details-padding {
    padding-top: 30px;
  }
}

.online-inquiry {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  z-index: 100;
  display: none;
}

.online-inquiry .online {
  margin-top: 10%;
  display: flex;
  width: 1015px;
  height: 604px;
  border-radius: 10px;
  overflow: hidden;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 1199px) {
  .online-inquiry .online {
    width: 800px;
    height: 490px;
  }
}

@media (max-width: 991px) {
  .online-inquiry .online {
    display: block;
    width: 60%;
    top: 35%;
  }
}

@media (max-width: 767px) {
  .online-inquiry .online {
    width: 80%;
    height: auto;
  }
}

@media (max-width: 575px) {
  .online-inquiry .online {
    width: 90%;
  }
}

.online-inquiry .online .left {
  width: 370px;
}

@media (max-width: 991px) {
  .online-inquiry .online .left {
    display: none;
  }
}

@media (max-width: 1199px) {
  .online-inquiry .online .left {
    width: 300px;
  }
}

.online-inquiry .online .left img {
  width: 100%;
}

.online-inquiry .online .right {
  padding: 60px;
  background-color: #173588;
  height: 100%;
  overflow: hidden;
  width: calc(100% - 370px);
}

@media (max-width: 1199px) {
  .online-inquiry .online .right {
    width: calc(100% - 300px);
    padding: 25px;
  }
}

@media (max-width: 991px) {
  .online-inquiry .online .right {
    width: 100%;
  }
}

.online-inquiry .online .right .online-title {
  text-align: center;
}

.online-inquiry .online .right .online-title h2 {
  color: #FFF;
  font-size: 46px;
  font-weight: 700;
  line-height: 100%;
  /* 46px */
  letter-spacing: -1.38px;
}

@media (max-width: 1199px) {
  .online-inquiry .online .right .online-title h2 {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .online-inquiry .online .right .online-title h2 {
    font-size: 24px;
  }
}

.online-inquiry .online .right .online-title p {
  color: #FFF;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: -0.42px;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .online-inquiry .online .right .online-title p {
    line-height: 15px;
    margin-top: 10px;
  }
}

.online-inquiry .online .right .message {
  width: 100%;
  margin-top: 40px;
}

@media (max-width: 1199px) {
  .online-inquiry .online .right .message {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .online-inquiry .online .right .message {
    margin-top: 10px;
  }
}

.online-inquiry .online .right .message .formbox li {
  margin-top: 12px;
  padding: 0 10px;
}

.online-inquiry .online .right .message .formbox .group {
  position: relative;
}

.online-inquiry .online .right .message .formbox .group input {
  width: 100%;
  border-radius: 6px;
  background: #3D59A9;
  border: none;
  padding: 16px 20px;
  outline: none;
  transition: border-color 0.3s ease;
}

.online-inquiry .online .right .message .formbox .group input::placeholder {
  color: #FFFFFF;
}

@media (max-width: 1199px) {
  .online-inquiry .online .right .message .formbox .group input::placeholder {
    font-size: 14px;
  }
}

@media (max-width: 1199px) {
  .online-inquiry .online .right .message .formbox .group input {
    font-size: 16px;
    padding: 6px 10px;
  }
}

.online-inquiry .online .right .message .formbox .group input:focus label {
  display: none;
}

.online-inquiry .online .right .message .formbox .group input:focus::placeholder {
  color: #999;
}

.online-inquiry .online .right .message .formbox .group textarea {
  width: 100%;
  padding: 20px 18px;
  border-radius: 6px;
  background: #3D59A9;
  border: none;
  outline: none;
}

.online-inquiry .online .right .message .formbox .group textarea::placeholder {
  color: #FFFFFF;
}

@media (max-width: 1199px) {
  .online-inquiry .online .right .message .formbox .group textarea::placeholder {
    font-size: 14px;
  }
}

@media (max-width: 1199px) {
  .online-inquiry .online .right .message .formbox .group textarea {
    font-size: 16px;
    padding: 6px 10px;
  }
}

.online-inquiry .online .right .message .formbox .group textarea:focus label {
  display: none;
}

.online-inquiry .online .right .message .formbox .group textarea:focus::placeholder {
  color: #999;
}

.online-inquiry .online .right .message .formbox .group label {
  position: absolute;
  top: 18px;
  left: 20px;
  color: #666;
  font-size: 14px;
  /* 128.571% */
  pointer-events: none;
  /* 确保label不会干扰输入 */
  transition: top 0.3s ease, font-size 0.3s ease, color 0.3s ease;
}

.online-inquiry .online .right .message .func {
  margin-top: 24px;
}

@media (max-width: 575px) {
  .online-inquiry .online .right .message .func {
    margin: 20px 0;
  }
}

.online-inquiry .online .right .message .func .submit-group {
  display: flex;
  justify-content: center;
}

.online-inquiry .online .right .message .func button {
  display: block;
  width: 200px;
  text-align: center;
  padding: 5px;
  border-radius: 2px;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  transition: all 0.3s;
}

@media (max-width: 1199px) {
  .online-inquiry .online .right .message .func button {
    width: 170px;
  }
}

.online-inquiry .online .right .message .func button:hover {
  background: #EA5514;
  box-shadow: 0px 12px 30px 0px rgba(234, 85, 20, 0.26);
}

.online-inquiry .online .right .message .func button:hover b {
  color: #FFFFFF;
}

.online-inquiry .online .right .message .func button:hover span {
  background-color: #FFFFFF;
}

.online-inquiry .online .right .message .func button:hover span .iconfont {
  color: #EA5514;
  transform: rotate(180deg);
}

.online-inquiry .online .right .message .func button b {
  color: #173588;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.8px;
  margin: 12px 0 12px 15px;
  transition: all 0.3s;
}

@media (max-width: 1199px) {
  .online-inquiry .online .right .message .func button b {
    margin: 6px;
  }
}

.online-inquiry .online .right .message .func button span {
  color: #FFFFFF;
  width: 40px;
  height: 40px;
  border-radius: 2px;
  background: #173588;
  transition: all 0.3s ease-in-out;
  text-align: center;
  line-height: 40px;
}

@media (max-width: 1199px) {
  .online-inquiry .online .right .message .func button span {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}

.online-inquiry .online .right .message .func button span .iconfont {
  transition: all 0.3s ease-in-out;
  display: inline-block;
  transform: rotate(135deg);
  color: #FFFFFF;
  font-size: 22px;
}

.about-huayuan {
  padding: 120px 0 160px 0;
  background-image: url(../img/about-2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 1560px) {
  .about-huayuan {
    padding: 70px 0 100px 0;
  }
}

@media (max-width: 991px) {
  .about-huayuan {
    padding: 50px 0 70px 0;
  }
}

@media (max-width: 767px) {
  .about-huayuan {
    padding: 20px 0 30px 0;
  }
}

.about-huayuan .index-title h2 {
  font-size: 120px;
}

@media (max-width: 1560px) {
  .about-huayuan .index-title h2 {
    font-size: 80px;
  }
}

@media (max-width: 1400px) {
  .about-huayuan .index-title h2 {
    font-size: 60px;
  }
}

@media (max-width: 1199px) {
  .about-huayuan .index-title h2 {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .about-huayuan .index-title h2 {
    font-size: 26px;
  }
}

.about-huayuan .about-content {
  position: relative;
  display: flex;
  justify-content: end;
  margin-top: 120px;
}

@media (max-width: 1560px) {
  .about-huayuan .about-content {
    margin-top: 80px;
  }
}

@media (max-width: 1400px) {
  .about-huayuan .about-content {
    margin-top: 50px;
  }
}

@media (max-width: 991px) {
  .about-huayuan .about-content {
    display: block;
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .about-huayuan .about-content {
    margin-top: 20px;
  }
}

.about-huayuan .about-content .cont {
  width: 68%;
}

@media (max-width: 1560px) {
  .about-huayuan .about-content .cont {
    width: 80%;
  }
}

@media (max-width: 991px) {
  .about-huayuan .about-content .cont {
    width: 100%;
  }
}

.about-huayuan .about-content .cont h3 {
  color: #EA5514;
  font-size: 36px;
  font-weight: 600;
  line-height: 100%;
  /* 36px */
  letter-spacing: -1.08px;
  margin-bottom: 50px;
}

@media (max-width: 1400px) {
  .about-huayuan .about-content .cont h3 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}

@media (max-width: 1199px) {
  .about-huayuan .about-content .cont h3 {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .about-huayuan .about-content .cont h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.about-huayuan .about-content .cont p {
  color: #444;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  /* 200% */
  letter-spacing: -0.48px;
}

@media (max-width: 1400px) {
  .about-huayuan .about-content .cont p {
    line-height: 28px;
  }
}

@media (max-width: 1199px) {
  .about-huayuan .about-content .cont p {
    font-size: 14px;
    line-height: 22px;
  }
}

@keyframes videoan1 {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translate(-50%, -50%) scale(3.5);
    transform: translate(-50%, -50%) scale(3.5);
    opacity: 0;
  }
}

.about-huayuan .about-content .video {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 40px;
  left: 40px;
  line-height: 160px;
  text-align: center;
  cursor: pointer;
}

@media (max-width: 991px) {
  .about-huayuan .about-content .video {
    right: 20px;
    bottom: 100%;
    top: auto;
    left: auto;
  }
}

.about-huayuan .about-content .video::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: videoan1 3s linear infinite;
  animation: videoan1 3s linear infinite;
  border-radius: 50%;
  background: #17358833;
  z-index: 12;
}

.about-huayuan .about-content .video::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: videoan1 3s linear infinite 1s;
  animation: videoan1 3s linear infinite 1s;
  border-radius: 50%;
  background: #17358833;
  z-index: 12;
}

.about-huayuan .about-content .video span {
  line-height: 75px;
  display: block;
  width: 100px;
  height: 100px;
  text-align: center;
  position: absolute;
  transform: translate3d(-50%, -50%, 0);
  background-color: white;
  border-radius: 50%;
  z-index: 13;
  border: 12px solid #173588;
}

@media (max-width: 991px) {
  .about-huayuan .about-content .video span {
    width: 50px;
    height: 50px;
    line-height: 35px;
    border: 8px solid #173588;
  }
}

.about-huayuan .about-content .video span .iconfont {
  font-size: 32px;
  color: #173588;
  display: inline-block;
}

@media (max-width: 991px) {
  .about-huayuan .about-content .video span .iconfont {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .about-huayuan .about-content .video {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 767px) {
  .about-huayuan .about-content .video {
    width: 30px;
    height: 30px;
  }
}

.about-honor {
  display: none;
  padding: 140px 0;
  overflow: hidden;
}

@media (max-width: 1560px) {
  .about-honor {
    padding: 70px 0;
  }
}

@media (max-width: 991px) {
  .about-honor {
    padding: 30px 0;
  }
}

.about-honor .index-title {
  width: 50%;
}

@media (max-width: 1400px) {
  .about-honor .index-title {
    width: 70%;
  }
}

@media (max-width: 991px) {
  .about-honor .index-title {
    width: 90%;
  }
}

@media (max-width: 767px) {
  .about-honor .index-title {
    width: 100%;
  }
}

.about-honor .related-box .prev-a-box {
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  .about-honor .related-box .prev-a-box {
    margin-bottom: 30px;
    margin-top: -10px;
  }
}

.about-honor .related-box .prev-a-box .prev-next {
  width: 60px;
  color: white;
  position: relative;
  margin-left: 40px;
  margin-top: 50px;
}

@media (max-width: 767px) {
  .about-honor .related-box .prev-a-box .prev-next {
    position: absolute;
    width: 75%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 33;
    margin: 0;
  }
}

.about-honor .related-box .prev-a-box .prev-next .slick-next:before {
  font-family: 'iconfont' !important;
  font-size: 16px;
  font-weight: bold;
  display: block;
  content: '\e612';
  line-height: 50px;
  color: #173588;
  transition: all 0.3s ease;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.about-honor .related-box .prev-a-box .prev-next .slick-prev:before {
  font-family: 'iconfont' !important;
  font-size: 16px;
  font-weight: bold;
  display: block;
  content: '\e612';
  line-height: 50px;
  color: #173588;
  transition: all 0.3s ease;
}

.about-honor .related-box .prev-a-box .prev-next .slick-prev,
.about-honor .related-box .prev-a-box .prev-next .slick-next {
  z-index: 1;
  border: 1px solid #173588;
  width: 50px;
  height: 50px;
  text-align: center;
  transition: all 0.3s ease;
  border-radius: 50%;
  color: #173588;
}

.about-honor .related-box .prev-a-box .prev-next .slick-prev:hover,
.about-honor .related-box .prev-a-box .prev-next .slick-next:hover {
  color: #FFFFFF;
}

.about-honor .related-box .prev-a-box .prev-next .slick-next:hover {
  border: 1px solid #E95513;
  background-color: #E95513;
}

.about-honor .related-box .prev-a-box .prev-next .slick-prev:hover {
  border: 1px solid #E95513;
  background-color: #E95513;
}

.about-honor .related-box .prev-a-box .prev-next .slick-prev,
.about-honor .related-box .prev-a-box .prev-next .slick-next:hover::before {
  color: #FFFFFF;
}

.about-honor .related-box .prev-a-box .prev-next .slick-prev:hover::before {
  color: #FFFFFF;
}

.about-honor .related-box .cont {
  margin: 0 -15px;
  margin-top: 40px;
  position: relative;
}

@media (max-width: 1199px) {
  .about-honor .related-box .cont {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .about-honor .related-box .cont {
    margin-top: 20px;
  }
}

@media (max-width: 575px) {
  .about-honor .related-box .cont .now-slick-box {
    padding-bottom: 0;
  }
}

.about-honor .related-box .cont .now-slick-box .now-slick-about .li {
  padding: 0 15px;
}

@media (max-width: 991px) {
  .about-honor .related-box .cont .now-slick-box .now-slick-about .li {
    padding: 0px 14px;
  }
}

.about-honor .related-box .cont .now-slick-box .now-slick-about .li .item {
  cursor: pointer;
}

.about-honor .related-box .cont .now-slick-box .now-slick-about .li .item:hover .box-img {
  background: linear-gradient(151deg, rgba(234, 85, 20, 0.3) 0%, rgba(234, 85, 20, 0) 50.02%, rgba(234, 85, 20, 0.3) 100.05%);
}

.about-honor .related-box .cont .now-slick-box .now-slick-about .li .item:hover .text p {
  color: #EA5514;
}

.about-honor .related-box .cont .now-slick-box .now-slick-about .li .item .box-img {
  padding: 24px;
  background: #F6F7FA;
  transition: all 0.3s ease;
  border-radius: 6px;
}

.about-honor .related-box .cont .now-slick-box .now-slick-about .li .item .img-box {
  padding-bottom: 148%;
  border-radius: 6px;
}

.about-honor .related-box .cont .now-slick-box .now-slick-about .li .item .img-box img {
  width: 100%;
  border-radius: 6px;
}

.about-honor .related-box .cont .now-slick-box .now-slick-about .li .item .text {
  margin-top: 20px;
}

.about-honor .related-box .cont .now-slick-box .now-slick-about .li .item .text p {
  color: #000;
  font-size: 16px;
  line-height: 100%;
  /* 16px */
  letter-spacing: -0.48px;
  text-transform: capitalize;
  transition: all 0.3s ease;
}

.about-client {
  padding: 140px 0;
  background-image: url(../img/client-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

@media (max-width: 1560px) {
  .about-client {
    padding: 70px 0;
  }
}

@media (max-width: 991px) {
  .about-client {
    padding: 30px 0;
  }
}

.about-client .index-title {
  width: 50%;
}

@media (max-width: 1400px) {
  .about-client .index-title {
    width: 70%;
  }
}

@media (max-width: 991px) {
  .about-client .index-title {
    width: 90%;
  }
}

@media (max-width: 767px) {
  .about-client .index-title {
    width: 100%;
  }
}

.about-client .related-box .prev-a-box {
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  .about-client .related-box .prev-a-box {
    margin-bottom: 30px;
    margin-top: -10px;
  }
}

.about-client .related-box .prev-a-box .prev-next {
  width: 60px;
  color: white;
  position: relative;
  margin-left: 40px;
  margin-top: 50px;
}

@media (max-width: 767px) {
  .about-client .related-box .prev-a-box .prev-next {
    position: absolute;
    width: 75%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 33;
    margin: 0;
  }
}

.about-client .related-box .prev-a-box .prev-next .slick-next:before {
  font-family: 'iconfont' !important;
  font-size: 16px;
  font-weight: bold;
  display: block;
  content: '\e612';
  line-height: 50px;
  color: #173588;
  transition: all 0.3s ease;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.about-client .related-box .prev-a-box .prev-next .slick-prev:before {
  font-family: 'iconfont' !important;
  font-size: 16px;
  font-weight: bold;
  display: block;
  content: '\e612';
  line-height: 50px;
  color: #173588;
  transition: all 0.3s ease;
}

.about-client .related-box .prev-a-box .prev-next .slick-prev,
.about-client .related-box .prev-a-box .prev-next .slick-next {
  z-index: 1;
  border: 1px solid #173588;
  width: 50px;
  height: 50px;
  text-align: center;
  transition: all 0.3s ease;
  border-radius: 50%;
  color: #173588;
}

.about-client .related-box .prev-a-box .prev-next .slick-prev:hover,
.about-client .related-box .prev-a-box .prev-next .slick-next:hover {
  color: #FFFFFF;
}

.about-client .related-box .prev-a-box .prev-next .slick-next:hover {
  border: 1px solid #E95513;
  background-color: #E95513;
}

.about-client .related-box .prev-a-box .prev-next .slick-prev:hover {
  border: 1px solid #E95513;
  background-color: #E95513;
}

.about-client .related-box .prev-a-box .prev-next .slick-prev,
.about-client .related-box .prev-a-box .prev-next .slick-next:hover::before {
  color: #FFFFFF;
}

.about-client .related-box .prev-a-box .prev-next .slick-prev:hover::before {
  color: #FFFFFF;
}

.about-client .related-box .cont {
  margin: 0 -15px;
  margin-top: 40px;
  position: relative;
}

@media (max-width: 1199px) {
  .about-client .related-box .cont {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .about-client .related-box .cont {
    margin: 0;
    margin-top: 20px;
  }
}

@media (max-width: 575px) {
  .about-client .related-box .cont .now-slick-box {
    padding-bottom: 0;
  }
}

.about-client .related-box .cont .now-slick-box .now-slick-client .li {
  padding: 0 15px;
}

@media (max-width: 991px) {
  .about-client .related-box .cont .now-slick-box .now-slick-client .li {
    padding: 0px 14px;
  }
}

@media (max-width: 767px) {
  .about-client .related-box .cont .now-slick-box .now-slick-client .li {
    padding: 0;
  }
}

.about-client .related-box .cont .now-slick-box .now-slick-client .li .item:hover .box-img .text {
  opacity: 1;
}

.about-client .related-box .cont .now-slick-box .now-slick-client .li .item .box-img {
  overflow: hidden;
  border-radius: 6px;
  position: relative;
}

.about-client .related-box .cont .now-slick-box .now-slick-client .li .item .box-img .text {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.3s;
  z-index: 3;
  cursor: pointer;
}

.about-client .related-box .cont .now-slick-box .now-slick-client .li .item .box-img .text .iconfont {
  font-size: 36px;
  color: #FFFFFF;
}

.about-client .related-box .cont .now-slick-box .now-slick-client .li .item .img-box {
  padding-bottom: 103%;
  border-radius: 6px;
  overflow: hidden;
}

.about-client .related-box .cont .now-slick-box .now-slick-client .li .item .img-box img {
  width: 100%;
}

.about-explore {
  padding: 140px 0;
  overflow: hidden;
}

@media (max-width: 1560px) {
  .about-explore {
    padding: 70px 0;
  }
}

@media (max-width: 991px) {
  .about-explore {
    padding: 30px 0;
  }
}

.about-explore .index-title {
  width: 50%;
}

@media (max-width: 1400px) {
  .about-explore .index-title {
    width: 70%;
  }
}

@media (max-width: 991px) {
  .about-explore .index-title {
    width: 90%;
  }
}

@media (max-width: 767px) {
  .about-explore .index-title {
    width: 100%;
  }
}

.about-explore .explore {
  margin-top: 50px;
}

@media (max-width: 1400px) {
  .about-explore .explore {
    margin-top: 20px;
  }
}

.about-explore .explore .row {
  margin: 0 -15px;
}

@media (max-width: 575px) {
  .about-explore .explore .row {
    margin: 0;
  }
}

.about-explore .explore .item {
  padding: 30px 15px;
}

@media (max-width: 1400px) {
  .about-explore .explore .item {
    padding: 15px;
  }
}

@media (max-width: 575px) {
  .about-explore .explore .item {
    padding: 15px 0;
  }
}

.about-explore .explore .item:hover .box-img {
  border: 1px solid rgba(234, 85, 20, 0.36);
  background: linear-gradient(115deg, rgba(234, 85, 20, 0.3) 0.45%, rgba(234, 85, 20, 0) 50.06%, rgba(234, 85, 20, 0.3) 99.66%);
}

.about-explore .explore .item:hover .box-img .img-box {
  transform: scale(0.9);
}

.about-explore .explore .item:hover .box-img .img-box::after {
  opacity: 1;
  cursor: pointer;
}

.about-explore .explore .item:hover .text p {
  color: #EA5514;
}

.about-explore .explore .item .box-img {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}

.about-explore .explore .item .box-img .img-box {
  padding-bottom: 68%;
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.3s;
}

.about-explore .explore .item .box-img .img-box::after {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'iconfont' !important;
  content: '\ec32';
  font-size: 32px;
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.3s;
}

.about-explore .explore .item .box-img .img-box img {
  border-radius: 6px;
  width: 100%;
  transition: all 0.3s;
}

.about-explore .explore .item .text {
  margin-top: 20px;
}

.about-explore .explore .item .text p {
  color: #000;
  font-size: 16px;
  line-height: 100%;
  /* 16px */
  letter-spacing: -0.48px;
  text-transform: capitalize;
  transition: all 0.3s;
}

.video-padding {
  padding: 120px 0 140px 0;
}

.video .index-title {
  width: 48%;
}

@media (max-width: 1400px) {
  .video .index-title {
    width: 70%;
  }
}

@media (max-width: 991px) {
  .video .index-title {
    width: 90%;
  }
}

@media (max-width: 767px) {
  .video .index-title {
    width: 100%;
  }
}

.video .video-box {
  margin-top: 50px;
}

@media (max-width: 1400px) {
  .video .video-box {
    margin-top: 10px;
  }
}

.video .video-box .row {
  margin: 0 -15px;
}

@media (max-width: 575px) {
  .video .video-box .row {
    margin: 0;
  }
}

.video .video-box .row .col-box {
  padding: 30px 15px;
}

@media (max-width: 991px) {
  .video .video-box .row .col-box {
    padding: 15px;
  }
}

@media (max-width: 575px) {
  .video .video-box .row .col-box {
    padding: 15px 0;
  }
}

.video .video-box .row .col-box:hover .img-box .video {
  opacity: 1;
  cursor: pointer;
}

.video .video-box .row .col-box:hover .text-box {
  background-color: #173588;
}

.video .video-box .row .col-box:hover .text-box p {
  color: #FFFFFF;
}

.video .video-box .row .col-box .img-box {
  border-radius: 6px;
  overflow: hidden;
  padding-bottom: 108%;
}

.video .video-box .row .col-box .img-box .video {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
  opacity: 0;
}

@media (max-width: 1199px) {
  .video .video-box .row .col-box .img-box .video {
    opacity: 1;
  }
}

.video .video-box .row .col-box .img-box .video span {
  display: block;
  background-color: #E95513;
  border-radius: 50%;
  width: 94px;
  height: 94px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video .video-box .row .col-box .img-box .video .iconfont {
  display: inline-block;
  font-size: 36px;
  color: #E95513;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: #FFFFFF;
  text-align: center;
  line-height: 68px;
}

.video .video-box .row .col-box .img-box img {
  width: 100%;
}

.video .video-box .row .col-box .text-box {
  border-radius: 6px;
  border: 1px solid #E8EBF4;
  background: #F6F7FA;
  margin-top: 6px;
  padding: 34px 34px;
  transition: all 0.3s;
}

@media (max-width: 1400px) {
  .video .video-box .row .col-box .text-box {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .video .video-box .row .col-box .text-box {
    padding: 15px;
  }
}

.video .video-box .row .col-box .text-box p {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  /* 130% */
  letter-spacing: -1px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 1400px) {
  .video .video-box .row .col-box .text-box p {
    font-size: 18px;
    line-height: 22px;
  }
}

@media (max-width: 767px) {
  .video .video-box .row .col-box .text-box p {
    font-size: 16px;
  }
}

.video .video-box .pagination {
  display: flex;
  justify-content: center;
  padding: 50px 0 0 0;
}

@media (max-width: 1199px) {
  .video .video-box .pagination {
    padding: 10px 0 0px 0;
  }
}

.faq {
  background-image: url(../img/faq-2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.faq .faq-box {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .faq .faq-box {
    display: block;
  }
}

.faq .faq-box .right {
  width: 35%;
}

@media (max-width: 1400px) {
  .faq .faq-box .right {
    width: 38%;
  }
}

@media (max-width: 991px) {
  .faq .faq-box .right {
    width: 90%;
  }
}

@media (max-width: 767px) {
  .faq .faq-box .right {
    width: 100%;
  }
}

.faq .faq-box .left {
  width: 50%;
}

@media (max-width: 1400px) {
  .faq .faq-box .left {
    width: 54%;
  }
}

@media (max-width: 991px) {
  .faq .faq-box .left {
    width: 100%;
    margin-top: 20px;
  }
}

.faq .faq-box .left .asked-ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.faq .faq-box .left .asked-ul li {
  display: block;
  cursor: pointer;
  padding-bottom: 14px;
}

@media (max-width: 991px) {
  .faq .faq-box .left .asked-ul li {
    padding: 10px 0;
  }
}

.faq .faq-box .left .asked-ul li .cont {
  border-radius: 6px;
  background: #F6F7FA;
  padding: 20px 20px 20px 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .faq .faq-box .left .asked-ul li .cont {
    padding: 10px 10px 10px 16px;
  }
}

.faq .faq-box .left .asked-ul li .cont::after {
  font-family: 'iconfont' !important;
  content: "\e632";
  font-size: 16px;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  border: 1px solid #000000;
  color: #000000;
  display: inline-block;
  text-align: center;
  line-height: 24px;
}

.faq .faq-box .left .asked-ul li .cont p {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  /* 20px */
  letter-spacing: -1px;
  transition: all 0.3s ease;
}

@media (max-width: 991px) {
  .faq .faq-box .left .asked-ul li .cont p {
    font-size: 16px;
  }
}

.faq .faq-box .left .asked-ul li .text-box {
  display: block;
  padding: 20px 20px 6px 26px;
  width: 70%;
  position: relative;
}

@media (max-width: 1400px) {
  .faq .faq-box .left .asked-ul li .text-box {
    width: 80%;
  }
}

@media (max-width: 1199px) {
  .faq .faq-box .left .asked-ul li .text-box {
    padding: 10px 10px 10px 26px;
  }
}

@media (max-width: 767px) {
  .faq .faq-box .left .asked-ul li .text-box {
    padding: 10px 10px 10px 16px;
    width: 90%;
  }
}

.faq .faq-box .left .asked-ul li .text-box p {
  color: #222;
  font-size: 16px;
  line-height: 26px;
  /* 162.5% */
  letter-spacing: -0.48px;
}

@media (max-width: 991px) {
  .faq .faq-box .left .asked-ul li .text-box p {
    font-size: 14px;
  }
}

.faq .faq-box .left .asked-ul li.on .cont span {
  transform: rotate(135deg);
}

.faq .faq-box .left .asked-ul li.current .cont {
  background: #173588;
}

.faq .faq-box .left .asked-ul li.current .cont::after {
  content: '\e622';
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
}

.faq .faq-box .left .asked-ul li.current .cont p {
  color: #FFFFFF;
}

.faq .faq-box .left .pagination {
  justify-content: flex-end;
}

.news .index-title {
  width: 48%;
}

@media (max-width: 1400px) {
  .news .index-title {
    width: 70%;
  }
}

@media (max-width: 991px) {
  .news .index-title {
    width: 90%;
  }
}

@media (max-width: 991px) {
  .news .index-title {
    width: 100%;
  }
}

.news .news-box {
  margin-top: 110px;
}

@media (max-width: 1560px) {
  .news .news-box {
    margin-top: 30px;
  }
}

@media (max-width: 991px) {
  .news .news-box {
    margin-top: 0;
  }
}

.news .news-box .cont-box {
  padding: 20px;
  display: flex;
  align-items: center;
  border-radius: 6px;
  transition: all 0.3s;
  margin-left: 15%;
}

@media (max-width: 1199px) {
  .news .news-box .cont-box {
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  .news .news-box .cont-box {
    display: block;
    padding: 20px 0;
  }
}

.news .news-box .cont-box:hover {
  background: #173588;
}

.news .news-box .cont-box:hover .img-box img {
  transform: scale(1.1);
}

.news .news-box .cont-box:hover .text-box .text-title p {
  color: #EA5514;
}

.news .news-box .cont-box:hover .text-box .text-text p a {
  text-decoration: underline;
  color: #FFFFFF;
}

.news .news-box .cont-box:hover .text-box .news-read a {
  background-color: #EA5514;
  color: #FFFFFF;
}

.news .news-box .cont-box:hover .text-box .news-read a::after {
  color: #FFFFFF;
}

.news .news-box .cont-box .img-box {
  width: 520px;
  padding-bottom: 56%;
  overflow: hidden;
  border-radius: 3px;
}

@media (max-width: 1560px) {
  .news .news-box .cont-box .img-box {
    width: 440px;
  }
}

@media (max-width: 1400px) {
  .news .news-box .cont-box .img-box {
    width: 360px;
  }
}

@media (max-width: 991px) {
  .news .news-box .cont-box .img-box {
    width: 100%;
  }
}

.news .news-box .cont-box .img-box img {
  width: 100%;
  transition: all 0.3s;
}

.news .news-box .cont-box .text-box {
  width: calc(100% - 640px);
  margin-left: auto;
  padding-right: 54px;
}

@media (max-width: 1560px) {
  .news .news-box .cont-box .text-box {
    width: calc(100% - 500px);
  }
}

@media (max-width: 1400px) {
  .news .news-box .cont-box .text-box {
    width: calc(100% - 410px);
  }
}

@media (max-width: 991px) {
  .news .news-box .cont-box .text-box {
    width: 100%;
    margin-top: 20px;
    padding: 0;
  }
}

.news .news-box .cont-box .text-box .text-title p {
  color: #173588;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  /* 18px */
  letter-spacing: -0.9px;
}

@media (max-width: 767px) {
  .news .news-box .cont-box .text-box .text-title p {
    font-size: 16px;
  }
}

.news .news-box .cont-box .text-box .text-text {
  padding: 20px 0 60px 0;
}

@media (max-width: 1400px) {
  .news .news-box .cont-box .text-box .text-text {
    padding: 20px 0 30px 0;
  }
}

@media (max-width: 767px) {
  .news .news-box .cont-box .text-box .text-text {
    padding: 10px 0 20px 0;
  }
}

.news .news-box .cont-box .text-box .text-text p a {
  color: #000;
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
  /* 123.077% */
  letter-spacing: -1.3px;
  transition: all 0.3s ease;
}

@media (max-width: 1400px) {
  .news .news-box .cont-box .text-box .text-text p a {
    font-size: 22px;
    line-height: 28px;
  }
}

@media (max-width: 767px) {
  .news .news-box .cont-box .text-box .text-text p a {
    font-size: 18px;
    line-height: 20px;
  }
}

.news .news-box .cont-box .text-box .news-read a {
  border-radius: 2px;
  background: #F5F5F5;
  width: 100px;
  padding: 12px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  /* 16px */
  letter-spacing: -0.8px;
  transition: all 0.3s ease;
}

@media (max-width: 767px) {
  .news .news-box .cont-box .text-box .news-read a {
    width: 80px;
    padding: 10px;
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .news .news-box .cont-box .text-box .news-read a {
    width: 70px;
  }
}

.news .news-box .cont-box .text-box .news-read a::after {
  font-family: 'iconfont' !important;
  content: '\e632';
  font-family: 16px;
  color: #000;
  transition: all 0.3s ease;
}

.contact .contact-title h2 {
  color: #173588;
  font-size: 84px;
  font-weight: 700;
  line-height: 90px;
  /* 107.143% */
  letter-spacing: -4.2px;
}

@media (max-width: 1560px) {
  .contact .contact-title h2 {
    font-size: 60px;
    line-height: 60px;
  }
}

@media (max-width: 1199px) {
  .contact .contact-title h2 {
    font-size: 50px;
    line-height: 50px;
  }
}

@media (max-width: 991px) {
  .contact .contact-title h2 {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: -1.2px;
  }
}

@media (max-width: 767px) {
  .contact .contact-title h2 {
    font-size: 24px;
    line-height: 24px;
  }
}

.contact .contact-title h2 span {
  display: block;
  color: #EA5514;
}

.contact .contact-title p {
  margin-top: 30px;
  color: #444;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  /* 144.444% */
  letter-spacing: -0.54px;
  width: 42%;
}

@media (max-width: 1560px) {
  .contact .contact-title p {
    margin-top: 20px;
    width: 50%;
  }
}

@media (max-width: 1199px) {
  .contact .contact-title p {
    width: 74%;
  }
}

@media (max-width: 991px) {
  .contact .contact-title p {
    width: 100%;
    margin-top: 0px;
  }
}

@media (max-width: 767px) {
  .contact .contact-title p {
    font-size: 14px;
    line-height: 20px;
  }
}

.contact .contatc-box .top {
  margin-top: 100px;
}

@media (max-width: 1560px) {
  .contact .contatc-box .top {
    margin-top: 50px;
  }
}

@media (max-width: 991px) {
  .contact .contatc-box .top {
    margin-top: 30px;
  }
}

@media (max-width: 991px) {
  .contact .contatc-box .top {
    margin-top: 0;
  }
}

.contact .contatc-box .top .box {
  padding: 0 5px;
}

.contact .contatc-box .top .box:last-child .cont .text-cont .text p {
  font-size: 20px;
}

@media (max-width: 1400px) {
  .contact .contatc-box .top .box:last-child .cont .text-cont .text p {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .contact .contatc-box .top .box {
    padding-top: 20px;
  }
}

.contact .contatc-box .top .box .cont {
  padding: 34px 38px;
  border-radius: 6px;
  background: #F6F7FA;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  transition: all 0.3s;
}

@media (max-width: 1199px) {
  .contact .contatc-box .top .box .cont {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .contact .contatc-box .top .box .cont {
    padding: 15px;
  }
}

.contact .contatc-box .top .box .cont:hover {
  background-color: #173588;
}

.contact .contatc-box .top .box .cont:hover .iconfont {
  animation: swing 1s 0s ease both;
  color: #EA5514;
}

.contact .contatc-box .top .box .cont:hover .text-cont .text a {
  color: #FFFFFF;
  text-decoration: underline;
}

.contact .contatc-box .top .box .cont:hover .text-cont .text p {
  color: #FFFFFF;
}

.contact .contatc-box .top .box .cont .iconfont {
  display: inline-block;
  width: 22px;
  height: 22px;
  font-size: 24px;
  color: #9FACD2;
  transition: all 0.3s;
}

.contact .contatc-box .top .box .cont .text-cont {
  margin-top: 50px;
}

@media (max-width: 1400px) {
  .contact .contatc-box .top .box .cont .text-cont {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .contact .contatc-box .top .box .cont .text-cont {
    margin-top: 35px;
  }
}

.contact .contatc-box .top .box .cont .text-cont h3 {
  color: #9FACD2;
  font-size: 16px;
  line-height: 100%;
  /* 16px */
  letter-spacing: -0.48px;
  /* 20px */
}

@media (max-width: 767px) {
  .contact .contatc-box .top .box .cont .text-cont h3 {
    font-size: 16px;
  }
}

.contact .contatc-box .top .box .cont .text-cont .text {
  margin-top: 10px;
}

.contact .contatc-box .top .box .cont .text-cont .text a {
  text-decoration: none;
  color: #173588;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -1.4px;
  transition: all 0.3s ease;
}

@media (max-width: 1560px) {
  .contact .contatc-box .top .box .cont .text-cont .text a {
    font-size: 22px;
  }
}

@media (max-width: 1400px) {
  .contact .contatc-box .top .box .cont .text-cont .text a {
    font-size: 18px;
  }
}

.contact .contatc-box .top .box .cont .text-cont .text p {
  color: #173588;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -1.4px;
  transition: all 0.3s ease;
}

.contact .contatc-box .bottom {
  margin-top: 10px;
  display: flex;
}

@media (max-width: 991px) {
  .contact .contatc-box .bottom {
    display: block;
  }
}

.contact .contatc-box .bottom .left {
  width: 50%;
  padding-right: 5px;
}

@media (max-width: 991px) {
  .contact .contatc-box .bottom .left {
    width: 100%;
    padding: 0;
  }
}

.contact .contatc-box .bottom .left .box {
  border-radius: 6px;
  overflow: hidden;
}

.contact .contatc-box .bottom .left img {
  width: 100%;
  transition: all 0.3s ease;
}

.contact .contatc-box .bottom .right {
  padding-left: 5px;
  width: 50%;
}

@media (max-width: 991px) {
  .contact .contatc-box .bottom .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
}

.contact .contatc-box .bottom .right h3 {
  color: #173588;
  font-size: 50px;
  font-weight: 500;
  line-height: 100%;
  /* 50px */
  letter-spacing: -2.5px;
  margin-bottom: 30px;
}

@media (max-width: 1560px) {
  .contact .contatc-box .bottom .right h3 {
    font-size: 40px;
  }
}

@media (max-width: 1400px) {
  .contact .contatc-box .bottom .right h3 {
    margin-bottom: 10px;
  }
}

@media (max-width: 1199px) {
  .contact .contatc-box .bottom .right h3 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .contact .contatc-box .bottom .right h3 {
    font-size: 24px;
  }
}

.contact .contatc-box .bottom .right .message {
  width: 100%;
  padding: 60px 40px;
  border-radius: 6px;
  background: #F6F7FA;
  height: 100%;
}

@media (max-width: 1560px) {
  .contact .contatc-box .bottom .right .message {
    padding: 20px;
  }
}

@media (max-width: 1199px) {
  .contact .contatc-box .bottom .right .message {
    padding: 10px;
  }
}

@media (max-width: 991px) {
  .contact .contatc-box .bottom .right .message {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .contact .contatc-box .bottom .right .message {
    margin-top: 10px;
    padding: 15px;
  }
}

.contact .contatc-box .bottom .right .message .formbox li {
  margin-top: 20px;
  list-style: none;
}

@media (max-width: 1400px) {
  .contact .contatc-box .bottom .right .message .formbox li {
    margin-top: 10px;
  }
}

.contact .contatc-box .bottom .right .message .formbox .group {
  position: relative;
}

.contact .contatc-box .bottom .right .message .formbox .group input {
  width: 100%;
  border-radius: 3px;
  background: #E3E7F1;
  border: none;
  padding: 16px 20px;
  outline: none;
  transition: border-color 0.3s ease;
}

.contact .contatc-box .bottom .right .message .formbox .group input::placeholder {
  color: #606E95;
}

@media (max-width: 1199px) {
  .contact .contatc-box .bottom .right .message .formbox .group input {
    padding: 10px 15px;
  }
}

@media (max-width: 575px) {
  .contact .contatc-box .bottom .right .message .formbox .group input {
    padding: 10px;
  }
}

.contact .contatc-box .bottom .right .message .formbox .group input:focus label {
  display: none;
}

.contact .contatc-box .bottom .right .message .formbox .group input:focus::placeholder {
  color: #999;
}

.contact .contatc-box .bottom .right .message .formbox .group textarea {
  width: 100%;
  padding: 20px 18px;
  height: 210px;
  border-radius: 6px;
  border: none;
  outline: none;
  background-color: #E3E7F1;
}

@media (max-width: 1770px) {
  .contact .contatc-box .bottom .right .message .formbox .group textarea {
    height: auto;
  }
}

@media (max-width: 1199px) {
  .contact .contatc-box .bottom .right .message .formbox .group textarea {
    padding: 10px 15px;
  }
}

@media (max-width: 575px) {
  .contact .contatc-box .bottom .right .message .formbox .group textarea {
    padding: 10px;
  }
}

.contact .contatc-box .bottom .right .message .formbox .group textarea::placeholder {
  color: #606E95;
}

.contact .contatc-box .bottom .right .message .formbox .group textarea:focus label {
  display: none;
}

.contact .contatc-box .bottom .right .message .formbox .group textarea:focus::placeholder {
  color: #999;
}

.contact .contatc-box .bottom .right .message .formbox .group label {
  position: absolute;
  top: 18px;
  left: 20px;
  color: #666;
  font-size: 14px;
  /* 128.571% */
  pointer-events: none;
  /* 确保label不会干扰输入 */
  transition: top 0.3s ease, font-size 0.3s ease, color 0.3s ease;
}

.contact .contatc-box .bottom .right .message .func {
  margin-top: 24px;
}

@media (max-width: 575px) {
  .contact .contatc-box .bottom .right .message .func {
    margin: 20px 0;
  }
}

.contact .contatc-box .bottom .right .message .func .submit-group {
  display: flex;
  justify-content: flex-end;
}

.contact .contatc-box .bottom .right .message .func button {
  display: block;
  width: 200px;
  text-align: center;
  padding: 5px;
  border-radius: 2px;
  background: #173588;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  transition: all 0.3s;
}

@media (max-width: 1400px) {
  .contact .contatc-box .bottom .right .message .func button {
    width: 160px;
  }
}

@media (max-width: 1199px) {
  .contact .contatc-box .bottom .right .message .func button {
    width: 130px;
  }
}

.contact .contatc-box .bottom .right .message .func button:hover {
  background: #EA5514;
  box-shadow: 0px 12px 30px 0px rgba(234, 85, 20, 0.26);
}

.contact .contatc-box .bottom .right .message .func button:hover b {
  color: #FFFFFF;
}

.contact .contatc-box .bottom .right .message .func button:hover span .iconfont {
  color: #EA5514;
  transform: rotate(180deg);
}

.contact .contatc-box .bottom .right .message .func button b {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.8px;
  margin: 12px 0 12px 15px;
  transition: all 0.3s;
}

@media (max-width: 1400px) {
  .contact .contatc-box .bottom .right .message .func button b {
    margin: 10px;
    font-size: 14px;
  }
}

@media (max-width: 1199px) {
  .contact .contatc-box .bottom .right .message .func button b {
    margin: 5px;
  }
}

.contact .contatc-box .bottom .right .message .func button span {
  color: #173588;
  width: 40px;
  height: 40px;
  border-radius: 2px;
  background: #FFF;
  transition: all 0.3s ease-in-out;
  text-align: center;
  line-height: 40px;
}

@media (max-width: 1400px) {
  .contact .contatc-box .bottom .right .message .func button span {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}

@media (max-width: 1199px) {
  .contact .contatc-box .bottom .right .message .func button span {
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
}

.contact .contatc-box .bottom .right .message .func button span .iconfont {
  transition: all 0.3s ease-in-out;
  display: inline-block;
  transform: rotate(135deg);
  color: #173588;
  font-size: 22px;
}

@media (max-width: 1199px) {
  .contact .contatc-box .bottom .right .message .func button span .iconfont {
    font-size: 18px;
  }
}

.newsdetails {
  margin-top: 50px;
}

@media (max-width: 767px) {
  .newsdetails {
    margin-top: 20px;
  }
}

.newsdetails .title h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0;
  overflow: hidden;
}

@media (max-width: 575px) {
  .newsdetails .title h2 {
    font-size: 20px;
  }
}

.newsdetails .title p {
  font-size: 16px;
  line-height: 24px;
  display: block;
  margin-top: 30px;
  color: #173588;
}

@media (max-width: 767px) {
  .newsdetails .title p {
    margin-top: 10px;
  }
}

@media (max-width: 575px) {
  .newsdetails .title p {
    font-size: 16px;
  }
}

.newsdetails .cont {
  padding-bottom: 40px;
  border-bottom: 1px solid #d9d9d9;
}

@media (max-width: 767px) {
  .newsdetails .cont {
    margin-top: 0;
  }
}

.newsdetails .cont .table-box {
  overflow-x: auto;
}

.newsdetails .cont table {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #000;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .newsdetails .cont table {
    margin-top: 20px;
  }
}

@media (max-width: 575px) {
  .newsdetails .cont table {
    margin-top: 10px;
  }
}

.newsdetails .cont table tr:nth-child(even) td {
  background-color: #f2f2f2;
}

.newsdetails .cont table tr td {
  border: 1px solid #000;
  padding: 10px 15px;
}

.newsdetails .cont ul {
  margin-top: 10px;
  list-style: none;
}

.newsdetails .cont ul li {
  list-style: disc !important;
  margin: 5px 0;
  margin-left: 15px;
}

.newsdetails .cont p {
  font-size: 16px;
  line-height: 1.875;
  margin: 0;
  color: #666;
}

@media (max-width: 575px) {
  .newsdetails .cont p {
    font-size: 14px;
  }
}

.newsdetails .auto-adjust-img.is-mobile img {
  max-width: 100% !important;
  height: auto !important;
  margin: 5px 0;
}

.newsdetails .auto-adjust-img p.contains-pictures {
  padding: 0;
  margin: 0 -5px !important;
  font-size: 0 !important;
  overflow-x: hidden;
}

@media (min-width: 768px) {
  .newsdetails .auto-adjust-img p.contains-pictures {
    white-space: nowrap;
  }
}

.newsdetails .auto-adjust-img p.contains-pictures>img {
  display: inline-block;
  margin: 5px;
}

.newsdetails .share {
  align-items: center;
  margin-top: 30px;
}

.newsdetails .share a {
  margin-left: 10px;
}

.newsdetails .relate-details {
  font-size: 0;
  padding-top: 20px;
}

@media (max-width: 991px) {
  .newsdetails .relate-details {
    margin-top: 40px;
  }
}

@media (max-width: 991px) and (max-width: 767px) {
  .newsdetails .relate-details {
    margin-top: 0;
  }
}

.newsdetails .relate-details ul li {
  margin-top: 10px;
  list-style: none;
}

.newsdetails .relate-details a {
  color: #666;
  font-size: 16px;
  font-weight: bold;
  line-height: 36px;
  text-decoration: none;
  position: relative;
  display: inline-block;
  display: -webkit-box;
  overflow: hidden;
  height: 36px;
  padding-left: 60px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  vertical-align: middle;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

@media (max-width: 767px) {
  .newsdetails .relate-details a {
    font-size: 14px;
  }
}

.newsdetails .relate-details a:before {
  font-family: 'iconfont' !important;
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 36px;
  height: 36px;
  content: '\e613';
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  background-color: #999;
}

.newsdetails .relate-details a:hover {
  color: #E95513;
}

.newsdetails .relate-details a:hover:before {
  color: #fff;
  background-color: #E95513;
}

.newsdetails .relate-details .next a:before {
  content: '\e613';
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.now-bottom {
  padding: 20px 0 40px 0;
}

@media (max-width: 991px) {
  .now-bottom {
    padding: 0;
  }
}

.now-bottom .now-title {
  margin-top: 20px;
}

.now-bottom .now-title h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0;
  overflow: hidden;
}

@media (max-width: 575px) {
  .now-bottom .now-title h2 {
    font-size: 20px;
  }
}

.now-bottom .now-title input {
  width: 100%;
  font-size: 18px;
  background-color: #1974E2;
  border-radius: 10px;
  padding: 10px;
  color: white;
  border: none;
}

.now-bottom .contactus-right {
  background-color: #FFF;
  width: 100%;
  background-image: url();
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 1470px) {
  .now-bottom .contactus-right {
    margin: 0 auto;
    margin-top: 30px;
  }
}

@media (max-width: 575px) {
  .now-bottom .contactus-right {
    margin-top: 0;
  }
}

.now-bottom .contactus-right .message {
  width: 100%;
}

.now-bottom .contactus-right .message .title h2 {
  color: #222;
  font-size: 44px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .now-bottom .contactus-right .message .title h2 {
    font-size: 38px;
  }
}

@media (max-width: 575px) {
  .now-bottom .contactus-right .message .title h2 {
    font-size: 34px;
  }
}

.now-bottom .contactus-right .message .title p {
  color: #666;
  font-size: 18px;
  padding: 24px 0 44px 0;
  line-height: 22px;
}

@media (max-width: 767px) {
  .now-bottom .contactus-right .message .title p {
    padding: 0;
    font-size: 16px;
  }
}

.now-bottom .contactus-right .message .formbox li {
  margin-top: -5px !important;
  list-style: none;
}

.now-bottom .contactus-right .message .formbox .group {
  margin-top: 14px;
  position: relative;
}

.now-bottom .contactus-right .message .formbox .group input {
  width: 100%;
  border-radius: 6px;
  background: #FFF;
  box-shadow: none;
  border: none;
  padding: 20px;
  outline: none;
  transition: border-color 0.3s ease;
  background-color: #FAFAFA;
}

@media (max-width: 575px) {
  .now-bottom .contactus-right .message .formbox .group input {
    padding: 10px;
  }
}

.now-bottom .contactus-right .message .formbox .group input:focus label {
  display: none;
}

.now-bottom .contactus-right .message .formbox .group textarea {
  width: 100%;
  padding: 20px 18px;
  border-radius: 6px;
  background: #FFF;
  box-shadow: none;
  border: none;
  outline: none;
  background-color: #FAFAFA;
}

.now-bottom .contactus-right .message .formbox .group label {
  position: absolute;
  top: 18px;
  left: 20px;
  color: #666;
  font-size: 14px;
  /* 128.571% */
  pointer-events: none;
  /* 确保label不会干扰输入 */
  transition: top 0.3s ease, font-size 0.3s ease, color 0.3s ease;
}

.now-bottom .contactus-right .message .func {
  margin-top: 60px;
}

@media (max-width: 575px) {
  .now-bottom .contactus-right .message .func {
    margin: 26px 0;
  }
}

.now-bottom .contactus-right .message .func button {
  width: 160px;
  height: 45px;
  border-radius: 4px;
  background: #000;
  color: #FFF;
  font-size: 16px;
  text-transform: capitalize;
  transition: all 0.3s ease;
}

.now-bottom .contactus-right .message .func button:hover {
  background-color: #E95513;
}

.inquiry-wrap a {
  color: #666;
  text-decoration: none;
}

.inquiry-wrap .size-list-box {
  padding-right: 15px;
}

.inquiry-wrap .size-list-box span {
  color: #fff;
  background-color: #DD4509;
  border-color: #DD4509;
}

.inquiry-wrap .inquiry-box .details-tit {
  padding-top: 5px;
}

.inquiry-wrap .iq-title,
.inquiry-wrap .list>li {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  text-align: center;
  padding-left: 60px;
  padding-right: 45px;
}

@media (max-width: 991px) {

  .inquiry-wrap .iq-title,
  .inquiry-wrap .list>li {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 767px) {

  .inquiry-wrap .iq-title,
  .inquiry-wrap .list>li {
    padding-left: 2%;
    padding-right: 0;
  }
}

.inquiry-wrap .iq-title {
  overflow: hidden;
  background-color: #DD4509;
  padding-top: 14px;
  padding-bottom: 14px;
}

.inquiry-wrap .iq-title .th {
  border: none;
  font-weight: normal;
  text-align: center;
  color: #fff;
}

.inquiry-wrap .iq-title .th.qty-box {
  text-align: center;
}

.inquiry-wrap .iq-title .th.introduce-box {
  padding-left: 50px;
}

.inquiry-wrap .iq-title .th span {
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (min-width: 768px) {
  .inquiry-wrap .iq-title .th.check-box label.replace:after {
    display: block;
  }
}

@media (max-width: 1199px) {
  .inquiry-wrap .iq-title .th.introduce-box {
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  .inquiry-wrap .iq-title .th.introduce-box {
    width: -webkit-calc(30%);
    width: calc(100% - 70px);
  }
}

@media (max-width: 575px) {
  .inquiry-wrap .iq-title .th.introduce-box {
    width: -webkit-calc(55%);
    width: calc(100% - 45px);
    padding-left: 0;
  }
}

.inquiry-wrap .iq-title .pic-box {
  text-align: center;
  padding: 11px 0;
}

@media (max-width: 767px) {
  .inquiry-wrap .iq-title .check-box {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .inquiry-wrap .iq-title .del-box {
    opacity: 0;
    width: 30px;
  }
}

.inquiry-wrap .inquiry-box {
  width: 100%;
  border: none;
  font-size: 18px;
}

.inquiry-wrap .inquiry-box .details-tit {
  margin-top: 0;
}

@media (max-width: 991px) {
  .inquiry-wrap .inquiry-box {
    font-size: 16px;
  }
}

.inquiry-wrap .inquiry-box label {
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  margin-bottom: 0;
}

.inquiry-wrap .inquiry-box label:before {
  background-color: #e6e6e6;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
}

@media (max-width: 767px) {
  .inquiry-wrap .inquiry-box .introduce-title {
    padding-left: 0px !important;
    text-align: center;
  }
}

.inquiry-wrap .inquiry-box .check-box {
  width: 70px;
  text-align: left;
}

@media (max-width: 576px) {
  .inquiry-wrap .inquiry-box .check-box {
    width: 100px;
  }
}

@media (max-width: 576px) and (max-width: 767px) {
  .inquiry-wrap .inquiry-box .check-box {
    width: 30px;
  }
}

.inquiry-wrap .inquiry-box .check-box .check-all {
  margin: 0;
}

.inquiry-wrap .inquiry-box .check-box .check-all>label {
  margin-right: 10px;
}

.inquiry-wrap .inquiry-box .check-box .check-all span {
  font-weight: normal;
}

@media (max-width: 767px) {
  .inquiry-wrap .inquiry-box .check-box .check-all span {
    display: none;
  }
}

.inquiry-wrap .inquiry-box .check-box label.replace {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  background-color: #fff;
  width: 20px;
  height: 20px;
  line-height: 18px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  position: relative;
  border: 1px solid #e3e3e3;
}

.inquiry-wrap .inquiry-box .check-box label.replace:after {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  font-family: 'iconfont' !important;
  content: '\eaf1';
  opacity: 0;
  color: #000;
  font-size: 24px;
  line-height: 1;
  text-align: center;
}

@media (max-width: 575px) {
  .inquiry-wrap .inquiry-box .check-box label.replace {
    margin-left: 5px;
    width: 16px;
    height: 16px;
    line-height: 14px;
  }

  .inquiry-wrap .inquiry-box .check-box label.replace:after {
    font-size: 20px;
  }
}

.inquiry-wrap .inquiry-box .check-box label.replace input {
  display: none;
}

.inquiry-wrap .inquiry-box .check-box label.change:after {
  opacity: 1;
}

.inquiry-wrap .inquiry-box .introduce-box {
  text-align: left;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

@media (min-width: 1200px) {
  .inquiry-wrap .inquiry-box .introduce-box img {
    -webkit-transition: transform 1.2s;
    -webkit-transition: -webkit-transform 1.2s;
    transition: -webkit-transform 1.2s;
    transition: transform 1.2s;
    transition: transform 1.2s, -webkit-transform 1.2s;
  }

  .inquiry-wrap .inquiry-box .introduce-box:hover img {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .inquiry-wrap .inquiry-box .introduce-box {
    display: block;
  }
}

@media (min-width: 768px) {
  .inquiry-wrap .inquiry-box .introduce-box {
    width: 48%;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .inquiry-wrap .inquiry-box .introduce-box {
    width: 40%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .inquiry-wrap .inquiry-box .introduce-box {
    width: 200px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .inquiry-wrap .inquiry-box .introduce-box {
    width: -webkit-calc(-20%);
    width: calc(100% - 120px);
  }
}

@media (max-width: 575px) {
  .inquiry-wrap .inquiry-box .introduce-box {
    width: -webkit-calc(30%);
    width: calc(100% - 70px);
  }
}

.inquiry-wrap .inquiry-box .introduce-box .pic-box {
  width: 200px;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 2;
  border-radius: 3px;
}

@media (max-width: 1199px) {
  .inquiry-wrap .inquiry-box .introduce-box .pic-box {
    width: 150px;
    margin: 0 auto;
  }
}

@media (max-width: 575px) {
  .inquiry-wrap .inquiry-box .introduce-box .pic-box {
    width: 90px;
  }
}

@media (min-width: 1200px) {
  .inquiry-wrap .inquiry-box .introduce-box .pic-box .pic img {
    -webkit-transition: transform 1.2s;
    -webkit-transition: -webkit-transform 1.2s;
    transition: -webkit-transform 1.2s;
    transition: transform 1.2s;
    transition: transform 1.2s, -webkit-transform 1.2s;
  }

  .inquiry-wrap .inquiry-box .introduce-box .pic-box .pic:hover img {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
  }
}

.inquiry-wrap .inquiry-box .introduce-box .intro {
  -webkit-box-flex: 1;
  flex: 1 0 0%;
}

@media only screen and (min-width: 768px) {
  .inquiry-wrap .inquiry-box .introduce-box .intro {
    padding-left: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .inquiry-wrap .inquiry-box .introduce-box .intro {
    padding-left: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inquiry-wrap .inquiry-box .introduce-box .intro {
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .inquiry-wrap .inquiry-box .introduce-box .intro {
    padding-left: 5%;
  }
}

.inquiry-wrap .inquiry-box .introduce-box .name {
  margin: 0 0 5px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  height: auto;
  font-size: 1em;
}

.inquiry-wrap .inquiry-box .introduce-box .name a {
  text-decoration: none;
  color: #000;
}

@media (max-width: 767px) {
  .inquiry-wrap .inquiry-box .introduce-box .name {
    margin-bottom: 10px;
  }
}

@media (max-width: 575px) {
  .inquiry-wrap .inquiry-box .introduce-box .name {
    font-size: 0.9em;
  }
}

.inquiry-wrap .inquiry-box .introduce-box .name:hover {
  text-decoration: underline;
}

.inquiry-wrap .inquiry-box .introduce-box .name~span {
  color: #999;
  margin-left: 15px;
}

.inquiry-wrap .inquiry-box .introduce-box .name~span:first-of-type {
  margin-left: 0;
}

.inquiry-wrap .inquiry-box .introduce-box p {
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .inquiry-wrap .inquiry-box .introduce-box .number-box {
    display: none;
  }
}

.inquiry-wrap .inquiry-box .number-box {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  min-width: 90px;
}

.inquiry-wrap .inquiry-box .number-box a {
  width: 30px;
  height: 30px;
  line-height: 28px;
  border: 1px solid #999999;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.inquiry-wrap .inquiry-box .number-box a:before {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.inquiry-wrap .inquiry-box .number-box a.del1:before {
  content: '\e622';
}

.inquiry-wrap .inquiry-box .number-box a.add1:before {
  content: '\e632';
}

@media (min-width: 1200px) {
  .inquiry-wrap .inquiry-box .number-box a:active {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  }
}

@media (max-width: 575px) {
  .inquiry-wrap .inquiry-box .number-box a {
    width: 25px;
    height: 25px;
    line-height: 23px;
    font-size: 12px;
  }
}

.inquiry-wrap .inquiry-box .number-box a.disable {
  cursor: not-allowed;
}

.inquiry-wrap .inquiry-box .number-box .ipt-num {
  float: left;
  width: 40px;
  min-width: 26px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  max-width: 60px;
  color: #333;
  font-size: 16px;
  background: none;
  border: none;
}

@media (max-width: 767px) {
  .inquiry-wrap .inquiry-box .number-box .ipt-num {
    width: 50px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .inquiry-wrap .inquiry-box .number-box .ipt-num {
    width: 35px;
    height: 25px;
    line-height: 23px;
  }
}

.inquiry-wrap .inquiry-box .qty-box {
  text-align: center;
}

@media (max-width: 767px) {
  .inquiry-wrap .inquiry-box .qty-box {
    display: none;
  }
}

@media (min-width: 768px) {
  .inquiry-wrap .inquiry-box .qty-box {
    width: 150px;
    text-align: center;
  }
}

.inquiry-wrap .inquiry-box .del-box {
  text-align: center;
}

@media (min-width: 768px) {
  .inquiry-wrap .inquiry-box .del-box {
    width: 80px;
  }
}

.inquiry-wrap .inquiry-box .del-box .del:before {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e8b6';
  color: #787878;
  font-size: 20px;
}

.inquiry-wrap .inquiry-box .del-box .del:hover:before {
  color: #000;
}

@media (min-width: 768px) {
  .inquiry-wrap .inquiry-box .del-box .del {
    font-weight: bold;
  }
}

@media (max-width: 767px) {
  .inquiry-wrap .inquiry-box .del-box .del {
    margin-right: 10px;
  }

  .inquiry-wrap .inquiry-box .del-box .del:before {
    font-size: 18px;
  }
}

.inquiry-wrap .inquiry-box .list {
  border: 1px solid #DD4509;
  border-top: none;
}

.inquiry-wrap .inquiry-box .list>li {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #DD4509;
}

.inquiry-wrap .inquiry-box .list>li:nth-of-type(1) {
  border-top: none;
}

@media (max-width: 575px) {
  .inquiry-wrap .inquiry-box .list>li {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.inquiry-wrap .inquiry-box .list>li {
  flex-wrap: wrap;
}

.inquiry-wrap .pro-parameter {
  width: 100%;
  text-align: left;
}

@media (min-width: 992px) {
  .inquiry-wrap .pro-parameter {
    display: -webkit-box;
    display: flex;
  }

  .inquiry-wrap .pro-parameter>div {
    -webkit-box-flex: 1;
    flex: 1;
    padding: 0 10px;
  }
}

.inquiry-wrap .parameter-list li:not(.active) {
  display: none;
}

.number-box input {
  -moz-appearance: textfield;
  /* Firefox */
  -webkit-appearance: none;
  /* Chrome, Safari, Edge */
  appearance: none;
}

/* 针对 WebKit 内核浏览器隐藏上下箭头 */
.number-box input::-webkit-inner-spin-button,
.number-box input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.inquiry-wrap .content .inquiry-box {
  margin-bottom: 80px;
}

@media (max-width: 1199px) {
  .inquiry-wrap .content .inquiry-box {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .inquiry-wrap .content .inquiry-box {
    margin-bottom: 20px;
  }
}

.inquiry-wrap .content .message {
  width: 100%;
  overflow: hidden;
}

.inquiry-wrap .content .message .now-title {
  margin-top: 20px;
}

.inquiry-wrap .content .message .now-title input {
  width: 100%;
  background-color: #DD4509;
  padding: 16px 20px;
  color: white;
  border: none;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.28px;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .inquiry-wrap .content .message .now-title input {
    padding: 10px 20px;
    font-size: 16px;
  }
}

.inquiry-wrap .content .message .formbox li {
  margin-top: 16px;
  list-style: none;
}

.inquiry-wrap .content .message .formbox .group {
  position: relative;
}

.inquiry-wrap .content .message .formbox .group input {
  width: 100%;
  border-radius: 6px;
  background: #FFF;
  border: none;
  padding: 16px 20px;
  outline: none;
  transition: border-color 0.3s ease;
  background-color: #FAFAFA;
}

.inquiry-wrap .content .message .formbox .group input::placeholder {
  color: #444;
}

@media (max-width: 575px) {
  .inquiry-wrap .content .message .formbox .group input {
    padding: 15px 20px;
  }
}

.inquiry-wrap .content .message .formbox .group input:focus label {
  display: none;
}

.inquiry-wrap .content .message .formbox .group input:focus::placeholder {
  color: #999;
}

.inquiry-wrap .content .message .formbox .group textarea {
  width: 100%;
  padding: 20px 18px;
  border-radius: 6px;
  background: #FFF;
  border: none;
  outline: none;
  background-color: #FAFAFA;
}

.inquiry-wrap .content .message .formbox .group textarea::placeholder {
  color: #444;
}

.inquiry-wrap .content .message .formbox .group textarea:focus label {
  display: none;
}

.inquiry-wrap .content .message .formbox .group textarea:focus::placeholder {
  color: #999;
}

.inquiry-wrap .content .message .formbox .group label {
  position: absolute;
  top: 18px;
  left: 20px;
  color: #666;
  font-size: 14px;
  /* 128.571% */
  pointer-events: none;
  /* 确保label不会干扰输入 */
  transition: top 0.3s ease, font-size 0.3s ease, color 0.3s ease;
}

.inquiry-wrap .content .message .func {
  margin-top: 40px;
}

@media (max-width: 575px) {
  .inquiry-wrap .content .message .func {
    margin: 26px 0;
  }
}

.inquiry-wrap .content .message .func .submit-group {
  display: flex;
  justify-content: center;
}

.inquiry-wrap .content .message .func button {
  width: 170px;
  text-align: center;
  padding: 10px 0;
  background: #DD4509;
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
  transition: all 0.3s ease;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.inquiry-wrap .content .message .func button:hover {
  background: #EFA32C;
}