@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.eot') format('eot'), url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.woff') format('woff'), url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.eot') format('eot'), url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraLight.eot');
  src: url('../fonts/Montserrat-ExtraLight.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-ExtraLight.woff2') format('woff2'), url('../fonts/Montserrat-ExtraLight.woff') format('woff'), url('../fonts/Montserrat-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.eot');
  src: url('../fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-SemiBold.woff2') format('woff2'), url('../fonts/Montserrat-SemiBold.woff') format('woff'), url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.eot') format('eot'), url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.woff') format('woff'), url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'MPR';
  src: url('../fonts/MyriadPro-Regular.eot') format('eot'), url('../fonts/MyriadPro-Regular.woff2') format('woff2'), url('../fonts/MyriadPro-Regular.woff') format('woff'), url('../fonts/MyriadPro-Regular.ttf') format('truetype');
  font-display: swap;
}
body {
  font-family: 'Montserrat';
  --index-main-color: #0737a3;
  --index-main-color1: #f4822f;
}
@keyframes fadeOutAn {
  from {
    transform: translate(-50%, -50%) scale(0);
  }
  to {
    transform: translate(-50%, -50%) scale(1);
  }
}
@-webkit-keyframes btn-icon-trans {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
  }
}
@-moz-keyframes btn-icon-trans {
  from {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -moz-transform: translateX(15px);
    transform: translateX(15px);
  }
}
@keyframes btn-icon-trans {
  from {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(15px);
    -moz-transform: translateX(15px);
    transform: translateX(15px);
  }
}
@-webkit-keyframes circle-diffusion {
  from {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  to {
    -webkit-transform: translate(-50%, -50%) scale(1.5);
    transform: translate(-50%, -50%) scale(1.5);
  }
}
@-moz-keyframes circle-diffusion {
  from {
    -moz-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  to {
    -moz-transform: translate(-50%, -50%) scale(1.5);
    transform: translate(-50%, -50%) scale(1.5);
  }
}
@keyframes circle-diffusion {
  from {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  to {
    -webkit-transform: translate(-50%, -50%) scale(1.5);
    -moz-transform: translate(-50%, -50%) scale(1.5);
    transform: translate(-50%, -50%) scale(1.5);
  }
}
.ui.container {
  padding: 0 15px;
  position: relative;
  max-width: 1630px;
  margin: auto;
  width: 100%;
}
a.public-btn {
  background: var(--index-main-color1);
  width: 238px;
  height: 44px;
  line-height: 42px;
  border: 1px solid var(--index-main-color1);
  font-size: 20px;
  color: #ffffff;
  text-align: right;
  padding-right: 28px;
  padding-left: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
a.public-btn .icons {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
a.public-btn .icons i {
  font-size: 15px;
  width: 10px;
  font-weight: bold;
}
a.public-btn .icons i:last-child {
  margin-left: -10px;
}
a.public-btn:hover {
  background: transparent;
  color: var(--index-main-color1);
}
a.public-btn:hover .icons {
  -webkit-animation: btn-icon-trans 1s linear infinite alternate;
  -moz-animation: btn-icon-trans 1s linear infinite alternate;
  animation: btn-icon-trans 1s linear infinite alternate;
}
#header.inner .h-top{
  display: none;
}
#header .h-top {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.68);
  padding-left: 4.166666666666667vw;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  height: 81px;
}
#header .h-top .left ul.df {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .h-top .left ul.df li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 35px;
  height: 35px;
}
#header .h-top .left ul.df li:first-child {
  margin-right: 32px;
}
#header .h-top .left ul.df li:last-child {
  margin-left: 20px;
}
#header .h-top .left ul.df li i {
  opacity: 0.6;
  color: #252525;
  font-size: 30px;
  padding-right: 16px;
}
#header .h-top .left ul.df li span {
  color: #252525;
  font-size: 18px;
  line-height: 32px;
}
#header .h-top .left ul.df li.contact {
  text-decoration: underline;
  font-size: 18px;
  font-weight: normal;
  font-style: italic;
  color: var(--index-main-color1);
}
#header .h-top .right ul.social-account {
  margin-right: 47px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .h-top .right ul.social-account li {
  margin-left: 38px;
}
#header .h-top .right ul.social-account li:nth-child(2) i {
  font-size: 23px;
}
#header .h-top .right ul.social-account li:last-child i {
  font-size: 31px;
}
#header .h-top .right ul.social-account li i {
  font-size: 28px;
  color: var(--index-main-color);
}
#header .h-top .right .quote {
  cursor: pointer;
  width: 277px;
  height: 81px;
  background-color: var(--index-main-color1);
  text-align: center;
  line-height: 81px;
  font-size: 18px;
  color: #ffffff;
}
#header {
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#header.active .h-top {
  height: 0;
  overflow: hidden;
}
#header.active .nav {
  background: #ffffff;
}
#header.active .nav .ui.menu .menu-box ul.menu > li {
  color: #222;
}
#header.active .nav .ui.menu img {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
#header.active .nav .ui.menu .h-language > img,
#header.active .nav .ui.menu .h-search > img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
#header .ui.container {
  max-width: 1800px;
  width: 100%;
}
#header .nav {
  width: 100%;
  padding: 24px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
#header .nav .ui.menu .logo {
  vertical-align: middle;
}
#header .nav .ui.menu .logo img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  margin: 5px 0 0 auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin-right: 4.166666666666667vw;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li > a::after {
  content: '';
  position: absolute;
  bottom: -39px;
  left: 0;
  width: 0;
  height: 5px;
  background: var(--index-main-color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li > a:hover,
#header .nav .ui.menu .menu-box ul.menu > li > a.active {
  color: var(--index-main-color);
}
#header .nav .ui.menu .menu-box ul.menu > li > a:hover::after,
#header .nav .ui.menu .menu-box ul.menu > li > a.active::after {
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -moz-perspective: 500px;
  -webkit-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  top: 215%;
  left: 0;
  width: 220px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--index-main-color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 10px;
  line-height: 40px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: none;
  height: auto;
  padding: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  cursor: pointer;
  position: relative;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .h-search i:hover {
  background: var(--black);
}
#header .nav .ui.menu .h-search img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .h-language::before {
  content: '';
  position: absolute;
  left: -42px;
  top: 0;
  width: 2px;
  height: 32px;
  background: rgba(255, 255, 255, 0.2);
}
#header .nav .ui.menu .h-language {
  display: inline-block;
  position: relative;
  margin-right: 1.875vw;
  margin-left: 5.989583333333334vw;
}
#header .nav .ui.menu .h-language ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  top: 180%;
  right: 0;
  width: 125px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--index-main-color);
  display: none \9;
}
#header .nav .ui.menu .h-language ul.sub-menu li {
  display: block;
  padding: 0 10px;
  line-height: 40px;
  text-transform: capitalize;
}
#header .nav .ui.menu .h-language ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 20px;
  margin-right: 6px;
}
#header .nav .ui.menu .h-language ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .h-language:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .h-inquiry {
  display: inline-block;
  margin-left: 56px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: var(--index-main-color);
  line-height: 25px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .h-inquiry img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .h-inquiry:hover {
  background: var(--black);
}
#header.active {
  position: fixed;
  top: 0;
  left: 0;
  background: var(--basic);
  -webkit-box-shadow: 7px 7px 35px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 7px 7px 35px 0px rgba(0, 0, 0, 0.1);
}
.more {
  display: inline-block;
  position: relative;
  z-index: 1;
  font-size: 20px;
  line-height: 1;
  color: var(--white);
  border: 2px solid var(--white);
  padding: 21px 36px 20px;
}
#banner {
  z-index: 2;
  overflow: hidden;
  position: relative;
}
#banner .banner-slide-ul .slide-box {
  position: relative;
}
#banner .img2 {
  position: absolute;
  right: 0;
  top: 81px;
  bottom: 0;
  max-height: 100%;
  z-index: 2;
  width: 37.8125vw;
}
#banner .img2 .product-img{
  position: absolute;
  left: 50%;
  top:50%;
  transform: translate(-50%,-50%);
  width: 28.125vw;
}
#banner .img2 .product-img.action{
  animation: fadeOutAn .6s;
}
#banner .banner-slide-ul .slide-box .img3{
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  max-height: 100%;
  z-index: 3;
  height: 0;
  overflow: hidden;
}
#banner  .text {
  position: absolute;
  top: 33.2%;
  left: 8%;
  z-index: 3;
}
#banner .text .t-text {
  font-size: 24px;
  line-height: 40px;
  color: #ffffff;
}
#banner  .text .title {
  max-width: 649px;
  font-family: 'MPR';
  font-size: 77px;
  line-height: 90px;
  color: #ffffff;
  font-weight: bold;
  margin-top: 35px;
  margin-bottom: 2.3958333333333335vw;
}
#banner  .text .intro {
  width: 700px;
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 2.8125vw;
}
#banner .banner-dots {
  position: absolute;
  bottom: 28px;
  left: 8%;
  z-index: 3;
  width: 72%;
  margin: 0 -30px;
}
#banner .banner-dots .slick-current .slide-box {
  background: unset;
  /* 将背景裁剪到文本上 */
  -webkit-background-clip: unset;
  /* 设置文本颜色为透明，让背景显示出来 */
  color: #fff;
  text-underline-color: #fff;
}
#banner .banner-dots .slide-box {
  font-size: 30px;
  line-height: 60px;
  letter-spacing: 1px;
  margin: 0 30px;
  /* 使用线性渐变 */
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(transparent));
  background: -webkit-linear-gradient(top, #fff, transparent);
  background: -moz-linear-gradient(top, #fff, transparent);
  background: linear-gradient(to bottom, #fff, transparent);
  /* 将背景裁剪到文本上 */
  -webkit-background-clip: text;
  /* 设置文本颜色为透明，让背景显示出来 */
  color: transparent;
  text-decoration: underline;
  text-underline-color: transparent;
  text-underline-offset: 3px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
#index-body span.tag {
  font-size: 20px;
  line-height: 2;
  color: var(--index-main-color);
}
#index-body .title {
  margin-bottom: 20px;
  font-size: 60px;
  color: #000000;
  line-height: 1.3;
  font-family: 'MPR';
  text-transform: uppercase;
}
#index-body .line {
  width: 100%;
  height: 1px;
  background: var(--index-main-color);
}
#index-body .line img {
  margin-top: -14px;
}
#index-body p.desc {
  font-size: 18px;
  color: #757575;
  line-height: 1.8;
  margin-top: 40px;
}
#index-body .product-category .title {
  margin-top: 2px;
}
#index-body .product-category {
  padding: 97px 0 120px;
}
#index-body .product-category .header {
  max-width: 1105px;
}
#index-body .product-category .header .line {
  margin-top: 13px;
}
#index-body .product-category .header .line img {
  margin-left: 11px;
}
#index-body .product-category .header p {
  max-width: 948px;
  margin-top: 45px;
}
#index-body .product-category .content {
  max-width: 1760px;
  margin: 59px 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
#index-body .product-category .content .left {
  width: 25.3%;
  background-color: #f4f4f4;
  text-align: center;
}
#index-body .product-category .content .left .tit {
  padding: 45px 0;
}
#index-body .product-category .content .left .tit img {
  display: inline-block;
  vertical-align: middle;
}
#index-body .product-category .content .left .tit span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 20px;
  font-size: 20px;
  color: var(--basic);
  line-height: 2;
  font-weight: bold;
}
#index-body .product-category .content .left ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
#index-body .product-category .content .left ul li {
  font-family: 'MPR';
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 50%;
  font-size: 20px;
  color: #252525;
  line-height: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 1px solid rgba(37, 37, 37, 0.1);
  -webkit-transition: .1s;
  -moz-transition: .1s;
  transition: .1s;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 900;
}
#index-body .product-category .content .left ul li .img {
  margin-bottom: 30px;
}
#index-body .product-category .content .left ul li.active {
  background: var(--index-main-color);
}
#index-body .product-category .content .left ul li.active a {
  color: #fff;
}
#index-body .product-category .content .left ul li.active a i {
  opacity: 1;
}
#index-body .product-category .content .left ul li.active img {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
#index-body .product-category .content .left ul li a {
  display: block;
  text-align: center;
  margin: 0 auto;
  font-size: 30px;
  line-height: 46px;
  color: #323033;
  text-transform: uppercase;
}
#index-body .product-category .content .left ul li img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
#index-body .product-category .content .left ul li i {
  display: inline-block;
  margin-left: 17px;
  opacity: 0;
}
/*#index-body .product-category .content .left ul li:hover {
  background: var(--basic);
  color: var(--white);
  border-color: var(--basic);
}*/
#index-body .product-category .content .left ul li:last-child {
  border-bottom: 0;
}
#index-body .product-category .content .right {
  width: 74.7%;
  background: var(--white);
  -webkit-box-shadow: 28px 4px 28px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 28px 4px 28px 0px rgba(0, 0, 0, 0.08);
  padding: 20px 0 72px;
}
#index-body .product-category .content .right .box ul {
  margin-top: 24px;
  margin-right: -40px;
  display: none;
}
#index-body .product-category .content .right .box.active ul {
  display: block;
}
#index-body .product-category .content .right .box {
  position: relative;
}
#index-body .product-category .content .right .box .product-arrows {
  overflow: hidden;
  height: 0;
}
#index-body .product-category .content .right .box.active .product-arrows {
  height: 84px;
}
#index-body .product-category .content .right ul .slick-list {
  padding-right: 420px !important;
  padding-top: 35px;
}
#index-body .product-category .content .right ul li {
  padding-right: 40px;
  position: relative;
}
#index-body .product-category .content .right ul li .ig {
  padding: 0 42px 0 36px;
  border-right: 1px solid #ebebeb;
}
#index-body .product-category .content .right ul li .img-box {
  display: block;
  text-align: center;
}
#index-body .product-category .content .right ul li .img-box img {
  margin: 0 auto;
}
#index-body .product-category .content .right ul li .text {
  margin-top: 94px;
}
#index-body .product-category .content .right ul li .text .tit {
  display: block;
  font-size: 20px;
  color: #404040;
  line-height: 1.4;
  font-weight: bold;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  /*display: -webkit-flex;*/
  /*display: flex;*/
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#index-body .product-category .content .right ul li:hover .text .tit {
  color: var(--index-main-color1);
}
#index-body .product-category .content .right ul li .text .con {
  border-top: 1px solid rgba(170, 170, 170, 0.2);
  font-size: 16px;
  line-height: 30px;
  color: rgba(64, 64, 64, 0.5);
  margin-top: 19px;
  padding-top: 17px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
#index-body .product-category .content .right ul li .text .mores {
  display: inline-block;
  font-size: 18px;
  color: #404040;
  line-height: 2;
  margin-top: 13px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .product-category .content .right ul li:hover .text .mores {
  color: var(--index-main-color1);
}
#index-body .product-category .content .right .box .product-arrows {
  position: absolute;
  right: 6.4vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  bottom: -112px;
  z-index: 3;
  width: 150px;
}
#index-body .product-category .content .right .box .product-arrows .arrow-left,
#index-body .product-category .content .right .box .product-arrows .arrow-right {
  width: 75px;
  height: 84px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f3f3f3;
}
#index-body .product-category .content .right .box .product-arrows .arrow-left:hover,
#index-body .product-category .content .right .box .product-arrows .arrow-right:hover {
  background-color: var(--index-main-color1);
}
#index-body .product-category .content .right .box .product-arrows .arrow-left:hover img,
#index-body .product-category .content .right .box .product-arrows .arrow-right:hover img {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
#index-body .product-category .content .right .box .product-arrows .arrow-left img,
#index-body .product-category .content .right .box .product-arrows .arrow-right img {
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
}
#index-body .about {
  position: relative;
}
#index-body .about .bg {
  position: absolute;
  right: 0;
  bottom: -170px;
  bottom: -8.854166666666667vw;
  z-index: -1;
}
#index-body .about .left {
  height: 734px;
  position: relative;
}
#index-body .about .left .img {
  position: absolute;
  right: -4.58333333vw;
  bottom: -3.80208vw;
}
#index-body .about .left .img a.play {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
}
#index-body .about .left .img a.play .bg,
#index-body .about .left .img a.play .circle1,
#index-body .about .left .img a.play .circle2 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
#index-body .about .left .img a.play .bg {
  background: rgba(7, 55, 163, 0.4);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-animation: circle-diffusion 1.5s linear infinite;
  -moz-animation: circle-diffusion 1.5s linear infinite;
  animation: circle-diffusion 1.5s linear infinite;
  width: 100%;
  height: 100%;
}
#index-body .about .left .img a.play .circle1 {
  border: solid 1px #f4f4f4;
  width: 100%;
  height: 100%;
}
#index-body .about .left .img a.play .circle2 {
  width: 62px;
  height: 62px;
  border: solid 1px #f4f4f4;
}
#index-body .about .left .img a.play i {
  font-size: 27px;
  color: var(--index-main-color1);
}
#index-body .about .right {
  margin-left: 7.08333vw;
}
#index-body .about .right .header {
  margin-top: 36px;
}
#index-body .about .right .header p.desc {
  max-width: 790px;
  margin-top: 19px;
}
.shouye{
  font-size: 18px;
  color: #757575;
  line-height: 1.8;
  max-width: 790px;
  margin-top: 19px;
}
.shouye h1{
  display: inline!important;
  font: inherit;
}
#index-body .about .right .header .title {
  max-width: 822px;
}
#index-body .about .right .about-btn {
  margin-top: 2.65625vw;
  margin-bottom: 3.33333vw;
}
#index-body .about .right ul.strength-data {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 619px;
}
#index-body .about .right ul.strength-data li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#index-body .about .right ul.strength-data li:nth-child(1),
#index-body .about .right ul.strength-data li:nth-child(3) {
  width: 260px;
  margin-right: 113px;
}
#index-body .about .right ul.strength-data li:nth-child(n+3) {
  margin-top: 64px;
}
#index-body .about .right ul.strength-data li:nth-child(n+3) .strength-right .number span {
  font-size: 46px;
}
#index-body .about .right ul.strength-data li:nth-child(n+3) {
  margin-top: 3.33333vw;
}
#index-body .about .right ul.strength-data li .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 25px;
  width: 76px;
  height: 76px;
  background-color: #f4f4f4;
  border-radius: 4px;
}
#index-body .about .right ul.strength-data li .strength-right .strength-title {
  font-size: 15px;
  line-height: 30px;
  color: #17181a;
  margin-bottom: 14px;
}
#index-body .about .right ul.strength-data li .strength-right .number {
  font-size: 46px;
  line-height: 32px;
  color: #000000;
}
#index-body .about .right ul.strength-data li .strength-right .number span {
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
}
#index-body .advantage {
  margin-top: 5.62500vw;
  margin-bottom: 5.20833vw;
}
#index-body .advantage .header {
  text-align: center;
  margin-bottom: 3.28125vw;
}
#index-body .advantage .header .title {
  margin-bottom: 18px;
}
#index-body .advantage .header .line {
  width: 56.51041666666667vw;
  margin: 0 auto;
}
#index-body .advantage .header p.desc {
  max-width: 989px;
  margin: 35px auto 0;
  color: #161616;
  opacity: .5;
  text-align: center;
}
#index-body .advantage .advantage-slide-ul {
  margin: 0 -13px 0;
}
#index-body .advantage .advantage-slide-ul .slick-current + div .slide-box {
  padding-top: 33px;
  padding-bottom: 37px;
}
#index-body .advantage .advantage-slide-ul .slick-current + div .slide-box .text {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-top: 42px;
  margin-bottom: 0;
}
#index-body .advantage .advantage-slide-ul .slick-current + div .slide-box .img-box1 {
  height: 16.35416666666667vw;
}
#index-body .advantage .advantage-slide-ul .slick-current + div .slide-box .img-box2 {
  height: 0;
}
#index-body .advantage .advantage-slide-ul .slide-box {
  padding: 45px 17px 34px;
  margin: 0 13px;
  background: #f4f4f4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#index-body .advantage .advantage-slide-ul .slide-box .img-box {
  display: block;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
#index-body .advantage .advantage-slide-ul .slide-box .img-box1 {
  height: 0;
  margin-bottom: 0;
}
#index-body .advantage .advantage-slide-ul .slide-box .img-box2 {
  height: 16.35416666666667vw;
}
#index-body .advantage .advantage-slide-ul .slide-box .text {
  margin-bottom: 33px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  margin-top: 0;
}
#index-body .advantage .advantage-slide-ul .slide-box .text .icon {
  margin-left: 8px;
  width: 49px;
  height: 49px;
  border-radius: 50%;
  background: var(--index-main-color1);
}
#index-body .advantage .advantage-slide-ul .slide-box .text .icon img {
  -webkit-transform: translate(-11px, -13px);
  -moz-transform: translate(-11px, -13px);
  -ms-transform: translate(-11px, -13px);
  transform: translate(-11px, -13px);
}
#index-body .advantage .advantage-slide-ul .slide-box .text a.advantage-title {
  display: block;
  max-width: 253px;
  font-size: 20px;
  line-height: 36px;
  font-weight: bold;
  color: #17181a;
  margin-top: 13px;
  margin-bottom: 15px;
  /*display: -webkit-flex;*/
  /*display: flex;*/
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
#index-body .advantage .advantage-slide-ul .slide-box .text .intro {
  max-width: 448px;
  /*height: 90px;*/
  max-height: 120px;
  overflow-y: scroll;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  color: #454646;
  /*display: -webkit-flex;*/
  /*display: flex;*/
    /*display: -webkit-box;
  -webkit-line-clamp:4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;*/
  padding-right: 10px;
}
#index-body .product .header {
  text-align: center;
  margin: 0 auto 2.291666666666667vw;
}
#index-body .product .header .title {
  margin-top: 6px;
  margin-bottom: 12px;
}
#index-body .product .header .line {
  margin: 0 auto;
  width: 56.51041666666667vw;
}
#index-body .product .header p.desc {
  max-width: 989px;
  margin: 36px auto 0;
  color: #161616;
  opacity: 0.5;
}
#index-body .product .content {
  position: relative;
}
#index-body .product .content .product-slide-ul {
  margin: 0 -16px;
}
#index-body .product .content .product-slide-ul .slide-box {
  margin: 15px 16px 0;
}
#index-body .product .content .product-slide-ul .slide-box:hover a.img-box {
  background-color: #ffffff;
  -webkit-box-shadow: 3px 4px 28px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 3px 4px 28px 0px rgba(0, 0, 0, 0.08);
}
#index-body .product .content .product-slide-ul .slide-box:hover a.product-title {
  color: var(--index-main-color1);
}
#index-body .product .content .product-slide-ul .slide-box:hover a.product-btn {
  color: var(--index-main-color1);
}
#index-body .product .content .product-slide-ul .slide-box a.img-box {
  display: block;
  padding: 60px 56px;
  background-color: transparent;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
#index-body .product .content .product-slide-ul .slide-box a.img-box img {
  margin: 0 auto;
}
#index-body .product .content .product-slide-ul .slide-box a.product-title {
  max-width: 270px;
  font-size: 18px;
  color: #404040;
  /*display: -webkit-flex;*/
  /*display: flex;*/
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-weight: bold;
  margin-top: 33px;
  line-height: 32px;
  min-height: 3.5rem;
  margin-bottom: 10px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
#index-body .product .content .product-slide-ul .slide-box a.product-btn {
  font-size: 18px;
  line-height: 32px;
  color: #404040;
  /*display: -webkit-flex;*/
  /*display: flex;*/
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
#index-body .product .content .product-prev,
#index-body .product .content .product-next {
  position: absolute;
  width: 46px;
  height: 60px;
  background: transparent;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 129px;
  z-index: 3;
}
#index-body .product .content .product-prev i,
#index-body .product .content .product-next i {
  color: #3d3d3d;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  font-size: 60px;
}
#index-body .product .content .product-prev:hover,
#index-body .product .content .product-next:hover {
  background: var(--index-main-color1);
}
#index-body .product .content .product-prev:hover i,
#index-body .product .content .product-next:hover i {
  color: #fff;
}
#index-body .product .content .product-prev {
  left: 3.6vw;
}
#index-body .product .content .product-next {
  right: 3.6vw;
}
#index-body .solution {
  position: relative;
  margin-top: 103px;
}
#index-body .solution .cat-tab {
  height: 900px;
}
#index-body .solution .cat-tab ul.bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 900px;
  overflow: hidden;
}
#index-body .solution .cat-tab ul.bg li {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*-ms-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  transform: scaleY(0);*/
  transform: scale(1.1);
  transform-origin: center center;
  /*-webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;*/
  transition: transform 3s;
  transition-timing-function: ease;
}
#index-body .solution .cat-tab ul.bg li.active {
  /*-ms-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  transform: scaleY(1);*/
  transform: scale(1);
  /*-webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;*/
  z-index: 1;
}
#index-body .solution .cat-tab ul.bg li img {
  width: 100%;
  height: 100%;
}
#index-body .solution .cat-tab ul.list {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#index-body .solution .cat-tab ul.list li {
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(244, 130, 47, 0.2);
  color: #fff;
  padding: 47px 0 73px 74px;
}
#index-body .solution .cat-tab ul.list li .mml-text span {
  line-height: 1.3;
}
#index-body .solution .cat-tab ul.list li .mml-text .tit {
  display: block;
  font-weight: bold;
  width: 87%;
  line-height: 1.3;
  margin-top: 17px;
  color: #fff;
}
#index-body .solution .cat-tab ul.list li .mml-text .mores {
  display: inline-block;
  font-size: 17px;
  line-height: 2;
  margin-top: 23px;
  padding-bottom: 3px;
  color: #fff;
  border-bottom: 1px solid #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .solution .cat-tab ul.list li .mml-text .mores:hover {
  color: var(--primary);
  -ms-transform: translateX(5px);
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  transform: translateX(5px);
}
#index-body .solution .cat-tab ul.list li.active {
  background: #f4822f;
}
#index-body .solution .text {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 5.9375vw;
}
#index-body .solution .text .box {
  max-width: 1090px;
  width: 100%;
}
#index-body .solution .text .box span.tag {
  color: #fff;
}
#index-body .solution .text .box .title {
  color: #fff;
  margin-bottom: 18px;
}
#index-body .solution .text .box .line {
  background: #fff;
}
#index-body .solution .text .box .line img {
  -webkit-filter: grayscale(100%) brightness(300);
  filter: grayscale(100%) brightness(300);
  margin-left: 28px;
}
#index-body .solution .text .box p.desc {
  color: #fff;
  width: 76%;
  margin-top: 46px;
}
#index-body .init {
  padding: 101px 0 91px;
}
#index-body .init .news .header {
  max-width: 1085px;
  width: 100%;
}
#index-body .init .news .header span.tag {
  color: var(--index-main-color);
}
#index-body .init .news .header .line {
  margin-top: 13px;
}
#index-body .init .news .header .line img {
  margin-left: 27px;
}
#index-body .init .news .header p.desc {
  width: 90%;
  margin-top: 54px;
}
#index-body .init .news .content {
  margin-top: 68px;
}
#index-body .init .news .content ul {
  margin-right: -66px;
}
#index-body .init .news .content ul li {
  padding-right: 66px;
}
#index-body .init .news .content ul li .ig {
  background: #fff;
  padding: 45px 17px 41px 25px;
  -webkit-box-shadow: 3px 4px 28px 0px rgba(0, 0, 0, 0);
  box-shadow: 3px 4px 28px 0px rgba(0, 0, 0, 0);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  margin: 15px 0 25px;
}
#index-body .init .news .content ul li .ig .tit {
  display: block;
  font-size: 20px;
  line-height: 1.8;
  color: #242628;
  font-weight: 500;
  padding-right: 102px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  min-height: 5.5rem;
}
#index-body .init .news .content ul li .ig:hover {
  -webkit-box-shadow: 3px 4px 28px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 3px 4px 28px 0px rgba(0, 0, 0, 0.08);
}
#index-body .init .news .content ul li .ig:hover .tit {
  color: var(--index-main-color1);
}
#index-body .init .news .content ul li .ig .line {
  display: block;
  width: 100%;
  height: 2px;
  background: rgba(0, 0, 0, 0.1);
  margin-top: 10px;
}
#index-body .init .news .content ul li .ig p {
  font-size: 16px;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.5);
  margin-top: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
#index-body .init .news .content ul li .ig .bottom {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 18px;
  color: #594b4b;
}
#index-body .init .news .content ul li .ig .bottom .mores {
  display: inline-block;
  line-height: 1.2;
  border-bottom: 1px solid #49310e;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init .news .content ul li .ig:hover .bottom .mores {
  color: var(--index-main-color1);
  border-color: var(--index-main-color1);
}
#index-body .init .news .content ul li .ig .bottom time {
  display: inline-block;
  margin-bottom: -9px;
  padding-right: 12px;
}
#index-body .init .news .content ul .slick-dots {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -39px;
  width: 100%;
  text-align: center;
  margin-right: 0;
}
#index-body .init .news .content ul .slick-dots li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid var(--index-main-color);
  display: inline-block;
  padding: 0;
  margin-right: 15px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
}
#index-body .init .news .content ul .slick-dots li:last-child {
  margin-right: 0;
}
#index-body .init .news .content ul .slick-dots li button {
  display: none;
}
#index-body .init .news .content ul .slick-dots li.slick-active {
  background: var(--index-main-color);
}
/*#index-body .factory {
  margin-bottom: 3.90625vw;
}*/
#index-body .factory .swiper {
  margin-right: -9.375vw;
}
#index-body .factory .swiper-wrapper {
  -webkit-transition-timing-function: linear!important;
  -moz-transition-timing-function: linear!important;
  transition-timing-function: linear!important;
}
#index-body .factory .swiper-wrapper a.img-box {
  display: block;
  position: relative;
}
#index-body .factory .swiper-wrapper a.img-box .cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(7, 55, 163, 0.2);
  z-index: 2;
}
#index-body .factory .swiper-wrapper a.img-box img {
  height: 100%;
}
#footer{
  margin-top: 3.90625vw;
}
#footer .f-top {
  background: url(../images/f-top-bg.jpg) no-repeat center center;
  background-size: 100% 100%;
  padding: 34px 13.072916666666668vw 34px;
  margin-top: -3.90625vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#footer .f-top .tit {
  font-size: 30px;
  line-height: 1.6;
  font-weight: bold;
  color: #fff;
  margin-bottom: 6px;
}
#footer .f-top p {
  font-size: 16px;
  line-height: 2;
  color: rgba(255, 255, 255, 0.5);
}
#footer .f-top a {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color: var(--index-main-color);
  background: #fff;
  line-height: 1;
  padding: 19px 27px 18px 28px;
  border-radius: 2px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#footer .f-top a::after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--index-main-color);
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  -moz-transition: transform .5s, -moz-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s, -moz-transform .5s;
}
#footer .f-top a:hover {
  color: #fff;
}
#footer .f-top a:hover::after {
  -ms-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
#footer {
  background: #1a1a1a;
}
#footer .f-content {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 3.854166666666667vw;
}
#footer .f-content .items a.f-logo {
  border-bottom: 4px solid var(--index-main-color);
  display: inline-block;
  padding-bottom: 21px;
}
#footer .f-content .items .text {
  max-width: 450px;
  margin-top: 39px;
  margin-bottom: 33px;
  color: #fefefe;
  font-size: 18px;
  line-height: 1.75;
}
#footer .f-content .items form {
  width: 26.14583333333333vw;
  position: relative;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#footer .f-content .items form input {
  background-color: #ffffff;
  border: none;
  height: 41px;
  font-size: 16px;
  line-height: 41px;
  padding-left: 21px;
  color: rgba(0, 0, 0, 0.7);
}
#footer .f-content .items form input::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 41px;
  color: #000000;
  color: rgba(0, 0, 0, 0.7);
}
#footer .f-content .items form input:-moz-placeholder {
  font-size: 16px;
  line-height: 41px;
  color: #000000;
  color: rgba(0, 0, 0, 0.7);
}
#footer .f-content .items form input::-moz-placeholder {
  font-size: 16px;
  line-height: 41px;
  color: #000000;
  color: rgba(0, 0, 0, 0.7);
}
#footer .f-content .items form input:-ms-input-placeholder {
  font-size: 16px;
  line-height: 41px;
  color: #000000;
  color: rgba(0, 0, 0, 0.7);
}
#footer .f-content .items form input::placeholder {
  font-size: 16px;
  line-height: 41px;
  color: #000000;
  color: rgba(0, 0, 0, 0.7);
}
#footer .f-content .items form .name,
#footer .f-content .items form .mail {
  width: 48.40637450199203%;
}
#footer .f-content .items form .media {
  width: 100%;
  margin: 15px 0;
}
#footer .f-content .items form .message {
  width: 100%;
  font-size: 16px;
  line-height: 41px;
  color: rgba(0, 0, 0, 0.7);
  padding-left: 21px;
  height: 102px;
  border: none;
}
#footer .f-content .items form .submit {
  position: absolute;
  right: 14px;
  bottom: 12px;
  width: 35px;
  height: 14px;
  background: url("../images/f-form-arrow.png") no-repeat center center;
}
#footer .f-content .contact > li {
  border: 1px solid rgba(7, 55, 163, 0.6);
  padding: 13px 28px 0 29px;
}
#footer .f-content .contact .contact-items li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
}
#footer .f-content .contact .contact-items li .left {
  width: 35px;
  height: 35px;
  margin-right: 14px;
}
#footer .f-content .contact .contact-items li .right {
  font-size: 18px;
  line-height: 1.8;
}
#footer .f-content .contact .contact-items li:first-child {
  margin-bottom: 8px;
}
#footer .f-content .contact .contact-items li:first-child .left {
  background-color: var(--index-main-color1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  margin-top: 3px;
}
#footer .f-content .contact .contact-items li:first-child .left i {
  color: #151515;
  font-size: 25px;
  font-weight: bold;
}
#footer .f-content .contact .contact-items li:first-child .right {
  margin-top: 9px;
  margin-bottom: 19px;
  font-size: 25px;
  line-height: 1;
}
#footer .f-content .qr-product .product {
  margin-bottom: 3.28125vw;
}
#footer .f-content .qr-product .qr dt::after {
  margin-bottom: 34px;
}
#footer .f-content .qr-product .qr #ewm {
  width: 149px;
  height: 149px;
  border: 5px solid #fff;
}
#footer .f-content dl dt {
  margin-top: -15px;
  font-size: 20px;
  font-weight: bold;
  line-height: 47px;
  color: #ffffff;
}
#footer .f-content dl dt::after {
  display: block;
  content: '';
  width: 93px;
  height: 4px;
  background: var(--index-main-color);
  margin-bottom: 20px;
  margin-top: 6px;
}
#footer .f-content dl dd {
  font-size: 18px;
  color: #ffffff;
  line-height: 1.8;
}
#footer .f-copy {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 0 10px;
}
#footer .f-copy ul.social-account {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#footer .f-copy ul.social-account li {
  margin-left: 44px;
}
#footer .f-copy ul.social-account li:nth-child(2) i {
  font-size: 23px;
}
#footer .f-copy ul.social-account li:last-child i {
  font-size: 31px;
}
#footer .f-copy ul.social-account li i {
  font-size: 28px;
  color: #fff;
  opacity: .5;
}
#footer .f-copy .links {
  font-size: 16px;
  line-height: 30px;
  opacity: .5;
  color: #fff;
}
#footer .f-copy .links p{
  display: inline;
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-height: 29px;
  fill: #ffffff;
  margin-bottom: 2px;
}
#footer .f-copy svg text {
  fill: #ffffff;
}
@media screen and (max-width: 1680px) {
  #banner .text .title {
    font-size: 60px;
    line-height: 1.4;
    margin: 20px 0;
  }
  #banner  .img2 {
    max-height: 90%;
  }
}
@media screen and (max-width: 1440px) {
  #banner .banner-dots {
    bottom: 15px;
  }
  #banner .banner-dots .slide-box {
    font-size: 25px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 1280px) {
  #header .h-top .left ul.df li.contact {
    display: none;
  }
  #header .h-top .left ul.df li {
    font-size: 18px;
    line-height: 1.5;
  }
  #header .h-top .right .quote {
    width: 200px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 16px;
    margin-right: 15px;
  }
  #banner .text .title {
    font-size: 40px;
  }
  #banner .text .intro {
    margin-bottom: 15px;
  }
  #banner .banner-dots .slide-box {
    font-size: 18px;
  }
  #banner .text {
    top: 39%;
  }
  #index-body .about .df {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .about .right {
    margin-left: 0;
  }
  #index-body .about .right .header .title {
    max-width: 100%;
  }
  #index-body .about .right .header p.desc {
    max-width: 100%;
  }
  #footer .f-content .items form {
    width: 41vw;
  }
  #footer .f-content .link {
    display: none;
  }
  #footer .f-content .qr-product .product {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  #header .nav {
    padding: 0;
  }
  #header .nav .ui.menu .logo {
    width: 135px;
  }
  #header .nav .ui.menu .h-language {
    display: none;
  }
  #banner  .text {
    top: 28%;
  }
  #banner .banner-dots {
    display: none;
  }
  #banner .text .t-text {
    font-size: 20px;
  }
  #banner .text .title {
    margin: 10px 0;
  }
  #banner .text .intro {
    display: none;
  }
  #banner .img2 {
    top: 60px;
    max-width: 77%;
  }
  #footer .f-content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .f-content .items .text {
    max-width: 100%;
  }
  #footer .f-content .items {
    margin-bottom: 30px;
  }
  #footer .f-content .items {
    width: 100%;
  }
  #footer .f-content .items form {
    width: 100%;
  }
  #index-body .advantage .advantage-slide-ul .slide-box .img-box2 {
    height: 28vw;
  }
  #index-body .advantage .advantage-slide-ul .slick-current + div .slide-box .img-box1 {
    height: 28vw;
  }
  .yejiao{
    display: none!important;
  }
}
@media screen and (max-width: 700px) {
  #banner .text .t-text {
    font-size: 16px;
    line-height: 30px!important;
    max-width: 90%;
  }
  #banner .text .title {
    font-size: 25px;
  }
  #index-body .product-category .content .right .box .product-arrows {
    display: none;
  }
  #index-body .about {
    margin-bottom: 30px;
  }
  #index-body .about .left {
    height: auto;
  }
  #index-body .about .left .img {
    right: -10px;
    bottom: -10px;
  }
  #index-body .about .right ul.strength-data li .strength-right .number {
    font-size: 25px;
  }
  #index-body .about .right ul.strength-data li:nth-child(1),
  #index-body .about .right ul.strength-data li:nth-child(3) {
    margin-right: 0;
  }
  #index-body .advantage {
    display: none;
  }
  #index-body .factory {
    display: none;
  }
  #footer {
    padding-top: 40px;
  }
  #footer .f-content .contact {
    width: 100%;
  }
  #footer .f-content .qr-product .qr {
    display: none;
  }
  #footer .f-copy ul.social-account {
    display: none;
  }
  #footer .f-content .items form .name {
    margin-bottom: 15px;
  }
  #footer .f-content .items form .name,
  #footer .f-content .items form .mail {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  a.public-btn {
    zoom: .8;
  }
  #banner {
    margin-top: 60px;
  }
  #banner .img2 {
    top: 0;
    max-height: 100%;
  }
  #banner .text {
    top: 9%;
  }
  #index-body .about .right ul.strength-data li:nth-child(n+2) {
    margin-top: 15px;
  }
}
@media screen and (max-width: 1680px) {
  #index-body .product-category .content .right ul {
    margin-right: -30px;
  }
  #index-body .product-category .content .right ul .slick-list {
    padding-right: 320px !important;
  }
  #index-body .product-category .content .right ul li {
    padding-right: 30px;
  }
  #index-body .solution .cat-tab ul.list li {
    padding: 47px 0 45px 45px;
  }
  #index-body .solution .cat-tab ul.list li .mml-text .tit {
    width: 96%;
  }
  .font-36 {
    font-size: 30px;
  }
  #index-body .init .news .content ul li .ig .tit {
    padding-right: 36px;
  }
}
@media screen and (max-width: 1440px) {
  #index-body .product-category .content .right ul .slick-list {
    padding-right: 280px !important;
  }
  #index-body .solution .cat-tab ul.list li {
    padding: 47px 0 45px 30px;
  }
  #index-body .solution .cat-tab ul.list li .mml-text {
    width: 100%;
  }
  .font-36 {
    font-size: 27px;
  }
  #index-body .init .news .content ul {
    margin-right: -40px;
  }
  #index-body .init .news .content ul li {
    padding-right: 40px;
  }
}
@media screen and (max-width: 1280px) {
  #index-body .product-category {
    padding: 100px 0;
  }
  #index-body .product-category .content .right ul .slick-list {
    padding-right: 180px !important;
  }
  #index-body .product-category .content .right ul li .text .tit {
    padding: 0 0 3px 0;
  }
  #index-body .solution .cat-tab {
    height: 800px;
  }
  #index-body .solution .cat-tab ul.bg {
    height: 800px;
  }
  #index-body .title {
    margin-bottom: 20px;
    font-size: 50px;
  }
  #index-body .init {
    padding: 100px 0;
  }
  #index-body .init .news .content {
    margin-top: 60px;
  }
  #index-body .init .partner {
    padding-top: 50px;
  }
  #index-body .product-category .content .right .box .product-arrows {
    bottom: -112px;
  }
}
@media screen and (max-width: 1100px) {
  .more {
    font-size: 18px;
    width: 280px;
    padding: 21px 25px 20px;
  }
  .more::before {
    right: 15px;
  }
  #index-body .product-category {
    padding: 80px 0;
  }
  #index-body .product-category .content {
    margin-top: 60px;
  }
  #index-body .product-category .content .left ul li {
    font-size: 18px;
    padding: 35px 0;
  }
  #index-body .product-category .content .right ul li .ig {
    padding: 0 20px;
  }
  #index-body .solution .cat-tab {
    height: 700px;
  }
  #index-body .solution .cat-tab ul.bg {
    height: 700px;
  }
  #index-body .solution .cat-tab ul.list li {
    padding: 30px 0 30px 20px;
  }
  #index-body .solution .cat-tab ul.list li .mml-text .tit {
    width: 100%;
  }
  .font-36 {
    font-size: 22px;
  }
  #index-body .init .news .content ul .slick-dots {
    bottom: -7%;
  }
  #index-body .init .partner {
    margin-top: 140px;
  }
  #footer .f-top {
    padding: 42px 50px;
  }
}
@media screen and (max-width: 1000px) {
  .more {
    font-size: 16px;
    width: 220px;
    padding: 12px 0 12px 20px;
  }
  #index-body .title {
    margin-bottom: 20px;
    font-size: 36px;
  }
  #index-body .product-category {
    padding: 60px 0;
  }
  #index-body .product-category .header p.desc {
    width: 100%;
  }
  #index-body .product-category .content .left {
    width: 35%;
  }
  #index-body .product-category .content .left ul li {
    font-size: 16px;
    padding: 25px 0;
  }
  #index-body .product-category .content .right {
    width: 65%;
    padding: 30px 0;
  }
  #index-body .product-category .content .right ul {
    margin-right: -15px;
  }
  #index-body .product-category .content .right ul .slick-list {
    padding-right: 0 !important;
  }
  #index-body .product-category .content .right ul li {
    padding-right: 15px;
  }
  #index-body .product-category .content .right ul li .ig {
    padding: 0 15px;
  }
  #index-body .product-category .content .right ul li .ig .text .tit {
    font-size: 18px;
  }
  #index-body .product-category .content .right ul li .ig .text .mores {
    font-size: 16px;
  }
  #index-body .product-category .slick-arrow {
    width: 60px;
    height: 60px;
    bottom: -17%;
  }
  #index-body .product-category .slick-prev::after,
  #index-body .product-category .slick-next::after {
    top: 14px;
    left: 22px;
  }
  #index-body .product-category .slick-prev {
    right: 221px;
  }
  #index-body .solution .text .box p.desc {
    width: 100%;
  }
  #index-body .solution .cat-tab ul.list li {
    padding: 20px 0 20px 10px;
  }
  #index-body .solution .cat-tab ul.list li .mml-text .tit {
    margin-top: 20px;
  }
  #index-body .solution .cat-tab ul.list li .mml-text .mores {
    margin-top: 15px;
    font-size: 14px;
  }
  #index-body .init {
    padding: 60px 0 80px;
  }
  #index-body .init .news .header p.desc {
    width: 100%;
  }
  #index-body .init .news .content {
    margin-top: 20px;
  }
  #index-body .init .news .content ul {
    margin-right: -15px;
  }
  #index-body .init .news .content ul li {
    padding-right: 15px;
  }
  #index-body .init .news .content ul li .ig {
    padding: 30px 15px;
  }
  #index-body .init .news .content ul li .ig .tit {
    padding-right: 0;
    font-size: 17px;
  }
  #index-body .init .news .content ul li .ig p {
    font-size: 15px;
    margin-top: 15px;
  }
  #index-body .init .news .content ul li .ig .bottom {
    margin-top: 30px;
    font-size: 16px;
  }
  #index-body .init .partner {
    margin-top: 86px;
    padding-top: 20px;
  }
  .font-16 {
    font-size: 14px;
  }
  .font-36 {
    font-size: 16px;
  }
  #footer .f-top {
    padding: 30px 15px;
  }
  #footer .f-top .left {
    width: 70%;
  }
  #footer .f-top .right {
    width: 30%;
  }
  #index-body .solution .cat-tab ul.bg,
  #index-body .solution .cat-tab {
    height: 600px;
  }
}
@media screen and (max-width: 700px) {
  .newdet-page .sideright .section-title2 {
    font-size: 22px;
    line-height: 1.8;
  }
  #index-body p.desc {
    margin-top: 20px;
  }
  #index-body .product-category {
    padding: 30px 0 50px;
  }
  #index-body .product-category .content {
    margin-top: 20px;
  }
  #index-body .product-category .content .left {
    display: none;
  }
  #index-body .product-category .content .right {
    width: 100%;
  }
  #index-body .solution {
    display: none;
  }
  #index-body .init {
    padding: 30px 0;
  }
  #index-body .init .news .content ul .slick-dots {
    bottom: -12%;
  }
  #index-body .init .partner {
    margin-top: 50px;
  }
  #footer .f-top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: none;
  }
  #footer .f-top .left {
    width: 100%;
  }
  #footer .f-top .right {
    width: 100%;
    margin-top: 10px;
  }
}
@media screen and (max-width: 500px) {
  #index-body span.tag {
    font-size: 16px;
    line-height: 2;
  }
  #index-body .title {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 1.6;
  }
  #index-body p.desc {
    margin-top: 5px;
  }
  #index-body .line {
    display: none;
  }
  #index-body .init .news .content ul li .ig .tit {
    font-size: 16px;
    line-height: 30px;
  }
  #index-body .init .news .content ul li .ig p {
    font-size: 14px;
    line-height: 28px;
  }
}
#pups_shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_from {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_from h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from form {
  margin-top: 40px;
}
#pups_from i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from i.close::after,
#pups_from i.close::before {
  content: '';
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from i.close:hover {
  background: var(--index-main-color) !important;
}
#pups_from i.close:hover::before,
#pups_from i.close:hover::after {
  background: white;
}
#pups_from ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from ul li input,
#pups_from ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
#pups_from ul li input:focus,
#pups_from ul li textarea:focus {
  border-color: var(--index-main-color);
}
#pups_from ul li textarea {
  height: 80px;
}
#pups_from ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: var(--index-main-color) !important;
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from ul li:last-child {
  margin-bottom: 0;
}
.xinwen h3{
  font-size: 16px;
  line-height: 30px;
  color: #0737a3! important;
}