
@font-face {
  font-family: "iconfont";
  /* project id 2874806 */
  src:  format('woff2'), 
   format('woff'),
    format('truetype');
}
@font-face {
  font-family: satoshi-black;
  src: ;
  font-display: swap;
}
@font-face {
  font-family: satoshi-bold;
  src: ;
  font-display: swap;
}
@font-face {
  font-family: satoshi-medium;
  src: ;
  font-display: swap;
}
:root {
  --color: #c84035;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
  line-height: inherit;
}
sup{
    top:0;
    line-height: 1;
}
html.fancy_fixed{
   overflow: hidden;
}

body {
  font-family: "noto sans sc", "microsoft yahei", "微软雅黑", "arial";
  font-weight: 400;
  color: #333;
}



* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.medium {
  font-weight: 500;
}
.bold {
  font-weight: 700;
}
.p {
  text-align: justify;
}
.hidden {
  opacity: 0 !important;
  visibility: hidden !important;
  max-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
}
.w1440 {
  width: 1440px;
  margin: 0 auto;
}
.w1600 {
  width: 1600px;
  margin: 0 auto;
}
.mores {
  margin-top: 30px;
}
.mores a {
  width: 126px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  background: var(--color);
  color: #fff;
  clip-path: polygon(6% 0%, 100% 0%, 94% 100%, 0% 100%);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.mores a:hover {
  background: #000;
}
.mores.white a {
  width: 152px;
  background: #fff;
  color: var(--color);
}
.mores.white a:hover {
  background: var(--color);
  color: #fff;
}
.mores.grey a {
  background: #f5f5f5;
  color: #333;
}
.mores.grey a:hover {
  clip-path: polygon(6% 0%, 100% 0%, 94% 100%, 0% 100%);
  background: var(--color);
  color: #fff;
}
.mores.news a {
  background: #f5f5f5;
  color: #333;
}
.mores.news a:hover {
  background: var(--color);
  color: #fff;
  clip-path: polygon(6% 0%, 100% 0%, 94% 100%, 0% 100%);
}
.mores.news.active a {
  background: var(--color);
  color: #fff;
}
.mores.black a {
  background: #333;
}
.mores.black a:hover {
  background: var(--color);
  clip-path: polygon(6% 0%, 100% 0%, 94% 100%, 0% 100%);
}
.s-title {
  text-align: center;
}
.s-title h2 span {
  color: var(--color);
}
.s-title p {
  color: #bfbfbf;
  margin-top: 20px;
}
.s-title.left {
  text-align: left;
}
.s-title.left p {
  margin-top: 10px;
}
.slide-right {
  position: fixed;
  right: -100px;
  bottom:3px;
  z-index: 1000;
  visibility: hidden;
}
.slide-right ul {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.slide-right ul li {
  position: relative;
  overflow: hidden;
}
.slide-right ul li.tel .closes {
  position: absolute;
  right: 4px;
  top: 4px;
  cursor: pointer;
}
.slide-right ul li.tel .closes span {
  color: #fff;
  font-size: 14px;
}
.slide-right ul li.tel .icons {
  display: none;
}
.slide-right ul li.tel .box {
  display: flex;
  padding: 14px 20px 0 20px;
}
.slide-right ul li.tel .box svg {
  opacity: 0.3;
  position: relative;
  top: 1px;
}
.slide-right ul li.tel .box .text {
  margin-left: 8px;
}
.slide-right ul li.tel .box .text h2 {
  color: #fff;
  opacity: 0.7;
}
.slide-right ul li.tel .box .text a {
  color: #fff;
  font-weight: 500;
  line-height: 1.3;
}
.slide-right ul li.tel .box .text a:hover {
  text-decoration: underline;
}
.slide-right ul li.tel .box:first-child .text {
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.slide-right ul li.tel .box:nth-child(2) {
  padding: 6px 20px 10px 20px;
}
.slide-right ul li.tel .lists {
  opacity: 1;
  background: var(--color);
}
.slide-right ul li.tel.active .icons {
  display: flex;
  background: #c1c1c1;
}
.slide-right ul li.tel.active .lists {
  display: none;
  opacity: 0;
}
.slide-right ul li.erweima{
  cursor: pointer;
}
.slide-right ul li .icons {
  width: 55px;
  height: 55px;
  overflow: hidden;
  background: #c1c1c1;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  position: relative;
  z-index: 2;
}
.slide-right ul li .icons svg {
  width: 24px;
  height: 24px;
}
.slide-right ul li .icons svg path {
  fill: #fff;
}
.slide-right ul li .tu {
  width: 90px;
  height: 90px;
  background: #fff;
  padding: 4px;
  position: absolute;
  left: -80px;
  top: 0;
  z-index: 1;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.slide-right ul li .tu img {
  width: 100%;
}
.slide-right ul li:not(:first-child) {
  margin-top: 6px;
}
.slide-right ul li:hover {
  overflow: inherit;
}
.slide-right ul li:hover .icons {
  background: var(--color);
}
.slide-right ul li:hover .tu {
  opacity: 1;
  left: -95px;
}
.slide-right ul #backtop {
  cursor: pointer;
}
.slide-right.active{
  visibility: visible;
  right: 3px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 10000;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.header .bg1 {
  position: absolute;
  width: 51%;
  height: 3px;
  left: 0;
  top: 79px;
  z-index: 1;
}
.header .bg1 img {
  width: 100%;
  height: 100%;
}
.header .con {
  display: flex;
  padding-left: 46px;
  position: relative;
  z-index: 2;
}
.header .con .logo {
  height: 80px;
  display: flex;
  align-items: center;
}
.header .con .logo a {
  position: relative;
}
.header .con .logo a img {
  height: 28px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .con .logo a img.color {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  opacity: 0;
}
.header .con .nav {
  display: flex;
  margin-left: 100px;
}
.header .con .nav > ul {
  display: flex;
}
.header .con .nav > ul > li {
  margin-right: 50px;
  position: relative;
}
.header .con .nav > ul > li h2 {
  position: relative;
  z-index: 2;
}
.header .con .nav > ul > li h2:after {
  content: '';
  width: 0;
  height: 4px;
  background: var(--color);
  position: absolute;
  left: 50%;
  top: 81px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .con .nav > ul > li h2 a {
  display: block;
  line-height: 80px;
  color: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .con .nav > ul > li > ul {
  position: absolute;
  width: 120px;
  left: 50%;
  transform: translatex(-50%);
  -webkit-transform: translatex(-50%);
  -moz-transform: translatex(-50%);
  -ms-transform: translatex(-50%);
  top: 81px;
  background: #fff;
  z-index: 1;
  padding-top: 4px;
  display: none;
}
.header .con .nav > ul > li > ul > li a {
  white-space: nowrap;
  display: block;
  color: #333;
  text-align: center;
  line-height: 44px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .con .nav > ul > li > ul > li:hover a {
  color: var(--color);
}
/*
.header .con .nav > ul > li.products .p-down {
  position: fixed;
  width: 100%;
  background: #fff;
  left: 0;
  top: 81px;
  display: none;
  z-index: 1;
}
.header .con .nav > ul > li.products .p-down .box {
  padding: 70px 0 110px;
  width: 75%;
  margin: 0 auto;
}
.header .con .nav > ul > li.products .p-down .box h3 {
  color: var(--color);
}
.header .con .nav > ul > li.products .p-down .box .content {
  display: flex;
}
.header .con .nav > ul > li.products .p-down .box .content .nav-left {
  width: 44%;
}

.header .con .nav > ul > li.products .p-down .box .content .nav-left ul {
  display: flex;
  flex-direction: column;
}

.header .con .nav > ul > li.products .p-down .box .content .nav-left ul li {
  margin-top: 35px;
  width: 50%;
}
.header .con .nav > ul > li.products .p-down .box .content .nav-left ul li a {
  position: relative;
  white-space: nowrap;
  padding-bottom: 10px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .con .nav > ul > li.products .p-down .box .content .nav-left ul li a:after {
  content: '';
  width: 0;
  height: 1px;
  background: var(--color);
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .con .nav > ul > li.products .p-down .box .content .nav-left ul li a span {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  left: -10px;
  opacity: 0;
  color: var(--color);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .con .nav > ul > li.products .p-down .box .content .nav-left ul li:hover a {
  color: var(--color);
}
.header .con .nav > ul > li.products .p-down .box .content .nav-left ul li:hover a:after {
  width: 100%;
}
.header .con .nav > ul > li.products .p-down .box .content .nav-left ul li:hover a span {
  left: 0;
  opacity: 1;
}
.header .con .nav > ul > li.products .p-down .box .content .nav-left ul li.active a {
  color: var(--color);
}
.header .con .nav > ul > li.products .p-down .box .content .nav-left ul li.active a:after {
  width: 100%;
}
.header .con .nav > ul > li.products .p-down .box .content .nav-left ul li.active a span {
  left: 0;
  opacity: 1;
}
.header .con .nav > ul > li.products .p-down .box .content .nav-right {
  width: 35.7%;
  position: relative;
  overflow: hidden;
}
.header .con .nav > ul > li.products .p-down .box .content .nav-right .tu {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  z-index: 1;
}
.header .con .nav > ul > li.products .p-down .box .content .nav-right .tu img {
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .con .nav > ul > li.products .p-down .box .content .nav-right .tu:first-child {
  position: relative;
}
.header .con .nav > ul > li.products .p-down .box .content .nav-right .tu:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
.header .con .nav > ul > li.products .p-down .box .content .nav-right .tu.active {
  opacity: 1;
  z-index: 2;
}
*/
.header .con .nav > ul > li.services .p-down {
  position: fixed;
  width: 100%;
  background: #fff;
  left: 0;
  top: 81px;
  display: none;
  z-index: 1;
}
.header .con .nav > ul > li.services .p-down .box {
  padding: 70px 0 110px;
  width: 75%;
  margin: 0 auto;
}
.header .con .nav > ul > li.services .p-down .box h3 {
  color: var(--color);
}
.header .con .nav > ul > li.services .p-down .box .content {
  display: flex;
}
.header .con .nav > ul > li.services .p-down .box .content ul {
  width: 200px;
}
.header .con .nav > ul > li.services .p-down .box .content ul li {
  margin-top: 20px;
}
.header .con .nav > ul > li.services .p-down .box .content ul li a {
  position: relative;
  white-space: nowrap;
  padding-bottom: 10px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .con .nav > ul > li.services .p-down .box .content ul li a:after {
  content: '';
  width: 0;
  height: 1px;
  background: var(--color);
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}

.header .con .nav > ul > li.services .p-down .box .content ul li a span {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  left: -10px;
  opacity: 0;
  color: var(--color);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .con .nav > ul > li.services .p-down .box .content ul li a span:nth-last-of-type(2){
  margin-left:0;
  left:0;
  opacity: 1;
  color: #333;
}
.header .con .nav > ul > li.service .p-down .box .content .m-box ul li a span{
  opacity: 0!important;
}
.header .con .nav > ul > li.services .p-down .box .content ul li:hover a {
  color: var(--color);
}
.header .con .nav > ul > li.services .p-down .box .content ul li:hover a:after {
  width: 100%;
}

.header .con .nav > ul > li.services .p-down .box .content ul li:hover a span {
  left: 0;
  opacity: 1;
  color: var(--color)!important;
}

.header .con .nav > ul > li.services .p-down .box .content ul li.active a {
  color: var(--color);
}
.header .con .nav > ul > li.services .p-down .box .content ul li.active a:after {
  width: 100%;
}
.header .con .nav > ul > li.services .p-down .box .content ul li.active a span {
  left: 0;
  opacity: 1;
  color: var(--color)!important;
}
.header .con .nav > ul > li.services .p-down .box .content .nav-left {
  margin-right: 80px;
}
.header .con .nav > ul > li.services .p-down .box .content .nav-middle {
  margin-right: 100px;
}
.header .con .nav > ul > li.services .p-down .box .content .nav-middle .m-box {
  display: none;
}
.header .con .nav > ul > li.services .p-down .box .content .nav-middle .m-box.active {
  display: block;
}
.header .con .nav > ul > li.services .p-down .box .content .nav-right {
  width: 35.7%;
  position: relative;
  overflow: hidden;
}
.header .con .nav > ul > li.services .p-down .box .content .nav-right .r-box {
  display: none;
}
.header .con .nav > ul > li.services .p-down .box .content .nav-right .r-box .tu {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  z-index: 1;
}
.header .con .nav > ul > li.services .p-down .box .content .nav-right .r-box .tu img {
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .con .nav > ul > li.services .p-down .box .content .nav-right .r-box .tu:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
.header .con .nav > ul > li.services .p-down .box .content .nav-right .r-box .tu:first-child {
  position: relative;
}
.header .con .nav > ul > li.services .p-down .box .content .nav-right .r-box .tu.active {
  opacity: 1;
  z-index: 2;
}
.header .con .nav > ul > li.services .p-down .box .content .nav-right .r-box.active {
  display: block;
}
.header .con .nav > ul > li:hover h2:after {
  width: 100%;
  left: 0;
}
.header .con .right {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
}
.header .con .right .search {
  margin-right: 20px;
}
.header .con .right .search span {
  color: #fff;
  line-height: 80px;
  font-size: 22px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .con .right .lang {
  position: relative;
  padding: 0 20px;
}
.header .con .right .lang:before {
  content: '';
  width: 2px;
  height: 26px;
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .con .right .lang .lang-box {
  display: flex;
  align-items: center;
  color: #fff;
}
.header .con .right .lang .lang-box h2 {
  line-height: 80px;
  margin: 0 6px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .con .right .lang .lang-box span {
  line-height: 80px;
  font-size: 14px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .con .right .lang .lang-box span.span1 {
  font-size: 22px;
}
.header .con .right .lang ul {
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translatex(-50%);
  -webkit-transform: translatex(-50%);
  -moz-transform: translatex(-50%);
  -ms-transform: translatex(-50%);
  top: 81px;
  background: #fff;
  display: none;
}
.header .con .right .lang ul li a {
  display: block;
  color: #333;
  line-height: 44px;
  text-align: center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .con .right .lang ul li a:hover {
  color: var(--color);
}
.header .con .right .lang.active .lang-box span.span2 {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.header .con .right .price {
  overflow: hidden;
}
.header .con .right .price a {
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 80px;
  background: var(--color);
  clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
  color: #fff;
  overflow: hidden;
}
.header .con .right .price a span {
  font-size: 20px;
  margin-right: 10px;
}
.header .con .right .mobile-btn {
  display: none;
}
.header .search-list {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  z-index: 1000;
  display: none;
}
.header .search-list .search-box {
  background: #fff;
  padding: 40px 0;
}
.header .search-list .search-box .search-center {
  width: 400px;
  margin: 0 auto;
  position: relative;
}
.header .search-list .search-box .search-center input {
  width: 100%;
  height: 40px;
  border: none;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
  padding-right: 40px;
}
.header .search-list .search-box .search-center span {
  position: absolute;
  color: #333;
  font-size: 22px;
  line-height: 40px;
  right: 0;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .search-list .search-box .search-center span:hover {
  color: var(--color);
}
.header:hover {
  background: #fff;
}
.header:hover .con .logo a img.regular {
  opacity: 0;
}
.header:hover .con .logo a img.color {
  opacity: 1;
}
.header:hover .con .nav > ul > li h2 a {
  color: #333;
}
.header:hover .con .right .search span {
  color: #333;
}
.header:hover .con .right .lang:before {
  background: rgba(0, 0, 0, 0.1);
}
.header:hover .con .right .lang .lang-box {
  color: #333;
}
.header:hover .con .right .lang .lang-box h2 {
  color: #333;
}
.header.active {
  background: #fff;
}
.header.active .con .logo a img.regular {
  opacity: 0;
}
.header.active .con .logo a img.color {
  opacity: 1;
}
.header.active .con .nav > ul > li h2 a {
  color: #333;
}
.header.active .con .right .search span {
  color: #333;
}
.header.active .con .right .lang:before {
  background: rgba(0, 0, 0, 0.1);
}
.header.active .con .right .lang .lang-box {
  color: #333;
}
.header.active .con .right .lang .lang-box h2 {
  color: #333;
}
.header.hides {
  top: -84px;
}
.footer {
  background: #f5f5f5;
  border-top: 1px solid #eaeaea;
  position: relative;
  overflow: hidden;
}
.footer .bg1 {
  position: absolute;
  width: 67%;
  left: 0;
  top: -1px;
}
.footer .bg1 img {
  width: 100%;
}
.footer .footer-top {
  padding: 90px 0 180px;
}
.footer .footer-top .con {
  display: flex;
  justify-content: space-between;
}
.footer .footer-top .con .left {
  width: 16.25%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.footer .footer-top .con .left .logo img {
  width: 258px;
}
.footer .footer-top .con .left .box {
  margin-top: 30px;
}
.footer .footer-top .con .left .box p {
  color: #737373;
  margin-top: 10px;
}
.footer .footer-top .con .left .box p a {
  white-space: nowrap;
  color: #737373;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.footer .footer-top .con .left .box p a:hover {
  color: #333;
}
.footer .footer-top .con .left .shares ul {
  display: flex;
}
.footer .footer-top .con .left .shares ul li {
  position: relative;
}
.footer .footer-top .con .left .shares ul li .icons img {
  height: 20px;
}
.footer .footer-top .con .left .shares ul li .erweima {
  position: absolute;
  width: 90px;
  left: 50%;
  transform: translatex(-50%);
  -webkit-transform: translatex(-50%);
  -moz-transform: translatex(-50%);
  -ms-transform: translatex(-50%);
  top: 20px;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  padding: 4px;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.footer .footer-top .con .left .shares ul li .erweima img {
  width: 100%;
}
.footer .footer-top .con .left .shares ul li:not(:last-child) {
  margin-right: 34px;
}
.footer .footer-top .con .left .shares ul li:hover .erweima {
  opacity: 1;
  top: 30px;
}
.footer .footer-top .con .right {
  flex: 1;
}
.footer .footer-top .con .right > ul {
  display: flex;
  justify-content: flex-end;
}
.footer .footer-top .con .right > ul > li {
  margin-left: 130px;
}
.footer .footer-top .con .right > ul > li h2 a {
  white-space: nowrap;
  color: #333;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.footer .footer-top .con .right > ul > li h2 a:hover {
  color: var(--color);
}
.footer .footer-top .con .right > ul > li ul {
  margin-top: 20px;
}
.footer .footer-top .con .right > ul > li ul li {
  margin-top: 14px;
}
.footer .footer-top .con .right > ul > li ul li a {
  white-space: nowrap;
  color: #737373;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.footer .footer-top .con .right > ul > li ul li a:hover {
  color: var(--color);
}
.footer .footer-bottom {
  border-top: 1px solid #eaeaea;
  padding: 40px 0 50px;
  overflow: hidden;
}
.footer .footer-bottom .con {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .footer-bottom .con p {
  color: #bfbfbf;
   width: 100%;
    text-align: center;
}
.footer .footer-bottom .con p span {
  margin-right: 10px;
}
.footer .footer-bottom .con p a {
  color: #bfbfbf;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.footer .footer-bottom .con p a:hover {
  color: var(--color);
}
#videopopup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}
#videopopup .video-box {
  width: 66%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#videopopup .video-box video {
  width: 100%;
}
#videopopup .video-box .closes {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  text-align: center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
#videopopup .video-box .closes span {
  font-size: 16px;
  line-height: 40px;
  color: #fff;
}
#videopopup .video-box .closes:hover {
  background: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 1680px) {
  .w1440 {
    width: 80%;
  }
  .w1600 {
    width: 80%;
  }
  .slide-right ul li.tel .box {
    padding: 10px 10px 0 10px;
  }
  .slide-right ul li.tel .box:nth-child(2) {
    padding: 6px 10px 6px 10px;
  }
  .header .con .nav {
    margin-left: 5vw;
  }
  .header .con .nav > ul > li {
    margin-right: 2.5vw;
  }
  /*
  .header .con .nav > ul > li.products .p-down .box {
    padding: 3.5vw 0 5.5vw;
    width: 80%;
  }
  */
  .header .con .nav > ul > li.services .p-down .box .content ul li a span:nth-last-of-type(2){
    font-size: 14px;
  }
  .header .con .nav > ul > li.services .p-down .box {
    padding: 3.5vw 0 5.5vw;
    width: 80%;
  }
  .footer .footer-top {
    padding: 4.5vw 0 9vw;
  }
 .footer .footer-top .con .left .logo img {
    width: 220px;
  }
  .footer .footer-top .con .left .shares ul li:not(:last-child) {
    margin-right: 28px;
  }
  .footer .footer-top .con .right > ul > li {
    margin-left: 6.5vw;
  }
  .footer .footer-bottom {
    padding: 2vw 0 2.5vw;
  }
}
@media screen and (max-width: 1440px) {
  .mores {
    margin-top: 20px;
  }
  .header .bg1 {
    top: 69px;
  }
  .header .con .logo {
    height: 70px;
  }
  .header .con .logo a img {
    height: 26px;
  }
  .header .con .nav > ul > li h2:after {
    top: 70px;
  }
  .header .con .nav > ul > li h2 a {
    line-height: 70px;
  }
  .header .con .nav > ul > li > ul {
    top: 71px;
  }
  /*
  .header .con .nav > ul > li.products .p-down {
    top: 70px;
  }
  .header .con .nav > ul > li.products .p-down .box .content .nav-left {
    width: 54%;
  }
  .header .con .nav > ul > li.products .p-down .box .content .nav-left ul {
    
  }
  .header .con .nav > ul > li.products .p-down .box .content .nav-left ul li {
    margin-top: 25px;
  }
  .header .con .nav > ul > li.products .p-down .box .content .nav-left ul li a {
    padding-bottom: 6px;
  }
  .header .con .nav > ul > li.products .p-down .box .content .nav-left ul li a span {
    margin-left: 30px;
  }
  */
  .header .con .nav > ul > li.services .p-down {
    top: 70px;
  }
  .header .con .nav > ul > li.services .p-down .box .content ul {
    width: 180px;
  }
  .header .con .nav > ul > li.services .p-down .box .content ul li {
    margin-top: 20px;
  }
  .header .con .nav > ul > li.services .p-down .box .content ul li a {
    padding-bottom: 6px;
  }
  .header .con .nav > ul > li.services .p-down .box .content ul li a span {
    margin-left: 30px;
  }
  .header .con .right .search span {
    line-height: 70px;
    font-size: 20px;
  }
  .header .con .right .lang:before {
    height: 20px;
  }
  .header .con .right .lang .lang-box h2 {
    line-height: 70px;
  }
  .header .con .right .lang .lang-box span {
    line-height: 70px;
  }
  .header .con .right .lang .lang-box span.span1 {
    font-size: 20px;
  }
  .header .con .right .lang ul {
    top: 71px;
  }
  .header .con .right .price a {
    line-height: 70px;
    padding: 0 20px;
  }
  .header .search-list .search-box .search-center span {
    font-size: 20px;
  }
  .footer .footer-top .con .left .shares ul li:not(:last-child) {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1280px) {
  .header .con {
    padding-left: 20px;
  }
  .header .con .logo a img {
    height: 22px;
  }
  /*
  .header .con .nav > ul > li.products .p-down .box {
    width: 90%;
  }
  */
  .header .con .nav > ul > li.services .p-down .box {
    width: 90%;
  }
  .header .con .right .lang .lang-box h2 {
    display: none;
  }
  .header .con .right .lang .lang-box span.span2 {
    display: none;
  }
  .header .con .right .price a span {
    margin-right: 0;
  }
  .header .con .right .price a h2 {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .w1440 {
    width: 90%;
  }
  .w1600 {
    width: 90%;
  }
  .slide-right ul li.tel .box svg {
    width: 16px;
    height: 16px;
  }
  .slide-right ul li .icons {
    width: 44px;
    height: 44px;
  }
  .slide-right ul li .icons svg {
    width: 18px;
    height: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .header {
    background: #fff;
    border-bottom: none;
  }
  .header .bg1 {
    display: none;
  }
  .header .con {
    position: relative;
    padding: 0 5%;
  }
  .header .con .logo {
    height: 60px;
  }
  .header .con .logo a img {
    height: 20px;
  }
  .header .con .logo a img.regular {
    opacity: 0;
  }
  .header .con .logo a img.color {
    opacity: 1;
  }
  .header .con .nav {
    position: fixed;
    top: 60px;
    width: 100%;
    background: #fff;
    padding: 0 5% 20px;
    left: auto;
    bottom: 0;
    right: -100%;
    overflow-y: auto;
    overflow-x: hidden;
    border-top: 1px solid #f2f2f2;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
  }
  .header .con .nav > ul {
    display: block;
    width: 100%;
  }
  .header .con .nav > ul > li {
    width: 100%;
  }
  .header .con .nav > ul > li h2 {
    border-bottom: 1px solid #f2f2f2;
  }
  .header .con .nav > ul > li h2:before {
    content: '\e603';
    font-family: iconfont;
    font-size: 20px;
    color: #222;
    line-height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
  }
  .header .con .nav > ul > li h2:after {
    display: none;
  }
  .header .con .nav > ul > li h2 a {
    width: 50%;
    line-height: 50px;
    color: #333;
  }
  .header .con .nav > ul > li > ul {
    display: none;
    width: 100%!important;
    background: #fff;
    left: 0;
    transform: translatex(0);
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -ms-transform: translatex(0);
    position: relative;
    top: 0;
    padding-top: 0;
  }
  .header .con .nav > ul > li > ul > li {
    width: 100%;
  }
  .header .con .nav > ul > li > ul > li a {
    text-align: left;
    padding: 0 20px;
    height: 40px;
    color: #333;
    position: relative;
  }
  .header .con .nav > ul > li > ul > li a:before {
    content: '\e683';
    font-family: iconfont;
    position: absolute;
    font-size: 16px;
    right: 20px;
    top: 50%;
    transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
  }
  .header .con .nav > ul > li > ul .p-down {
    display: none!important;
  }
  .header .con .nav > ul > li.active h2:before {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
  }
  .header .con .nav > ul > li:first-child h2:before {
    content: '\e683';
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
  }
  .header .con .nav > ul > li:first-child h2 a {
    width: 100%;
  }
  .header .con .nav > ul > li:nth-child(7) h2:before {
    content: '\e683';
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
  }
  .header .con .nav > ul > li:nth-child(7) h2 a {
    width: 100%;
  }
  .header .con .nav.active {
    right: 0;
  }
  .header .con .right {
    right: 5%;
  }
  .header .con .right .search {
    margin-right: 0;
  }
  .header .con .right .search span {
    line-height: 60px;
    color: #333;
  }
  .header .con .right .lang:before {
    display: none;
  }
  .header .con .right .lang .lang-box span {
    line-height: 60px;
    color: #333;
  }
  .header .con .right .lang ul {
    top: 61px;
    width: 90px;
  }
  .header .con .right .price {
    margin-right: 20px;
  }
  .header .con .right .price a {
    line-height: 60px;
    background: #fff;
    color: #333;
    padding: 0;
    clip-path: none;
  }
  .header .con .right .mobile-btn {
    width: 20px;
    display: block;
    position: relative;
  }
  .header .con .right .mobile-btn .nav-button {
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    width: 20px;
    height: 40px;
    text-align: center;
    z-index: 11;
    font-size: 0;
    margin: 0 auto;
  }
  .header .con .right .mobile-btn .nav-button div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 20px;
    height: 16px;
  }
  .header .con .right .mobile-btn .nav-button div span {
    width: 100%;
    height: 2px;
    background-color: #666;
    display: block;
    margin: 0 auto;
    line-height: 2px;
    position: static;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
  }
  .header .con .right .mobile-btn .nav-button div span.center-hr {
    margin: 5px auto;
  }
  .header .con .right .mobile-btn .nav-button div span.top-hr {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .header .con .right .mobile-btn .nav-button div span.bottom-hr {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .header .con .right .mobile-btn .nav-button.active div span {
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 0;
  }
  .header .con .right .mobile-btn .nav-button.active div span.center-hr {
    display: none;
  }
  .header .con .right .mobile-btn .nav-button.active div span.top-hr {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
  }
  .header .con .right .mobile-btn .nav-button.active div span.bottom-hr {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
  }
  .header .search-list .search-box {
    padding: 30px 0;
  }
  .header .search-list .search-box .search-center {
    max-width: 90%;
  }
  .header .search-list .search-box .search-center input {
    font-size: 14px;
  }
  .footer .bg1 {
    display: none;
  }
  .footer .footer-top {
    padding: 60px 0;
  }
  .footer .footer-top .con .left {
    width: 100%;
    display: block;
  }
  .footer .footer-top .con .left .logo {
    text-align: center;
  }
  .footer .footer-top .con .left .logo img {
    width: 150px;
  }
  .footer .footer-top .con .left .shares {
    margin-top: 40px;
  }
  .footer .footer-top .con .left .shares ul {
    justify-content: center;
  }
  .footer .footer-top .con .right {
    display: none;
  }
  .footer .footer-bottom {
    padding: 30px 0 60px;
  }
  .footer .footer-bottom .con {
    display: block;
    text-align: center;
  }
  .footer .footer-bottom .con p span {
    display: block;
    margin-left: 0;
  }
  .slide-right {
    display: none;
    width: 100%;
    right: 0;
    top: auto;
    bottom: 0;
    transform: translatey(0);
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -ms-transform: translatey(0);
    background: #fff;
  }
  .slide-right ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .slide-right ul li {
    width: 33.2%;
    margin-top: 0!important;
  }
  .slide-right ul li .icons {
    width: 100%!important;
    height: 44px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%) !important;
    background: var(--color);
  }
  .slide-right ul li .icons svg {
    width: 18px;
    height: 18px;
  }
  .slide-right ul li .tu {
    top: -95px;
    transform: translatey(0);
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    left: 50%!important;
    transform: translatex(-50%);
    -webkit-transform: translatex(-50%);
    -moz-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
  }
  .slide-right ul #backtop {
    display: block;
  }
  #videopopup .video-box {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .s-title p {
    margin-top: 14px;
  }
  .s-title.left p {
    margin-top: 6px;
  }
}
