* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  word-break: break-word;
}
li,
i,
em {
  list-style: none;
}
a {
  text-decoration: none;
}
html,
body {
  width: 100%;
  color: #333;
  font-size: 14px;
  scroll-behavior: smooth;
}
.container {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1440px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  padding: 15px 0;
  z-index: 5;
}
.header .logo {
  display: flex;
  align-items: center;
}
.header .logo img {
  width: 70px;
  display: block;
}
.header .logo span {
  color: #fff;
  font-size: 16px;
  margin-left: 30px;
}
.header .contact {
  display: flex;
  align-items: center;
}
.header .contact .p {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.header .contact .p img {
  width: 24px;
  height: 24px;
  display: block;
  margin-right: 15px;
}
.header .contact .p span {
  color: #fff;
  font-size: 16px;
}
.header .contact .p:hover span {
  text-decoration: underline;
}
.header .links {
  display: flex;
  align-items: center;
}
.header .links img {
  width: 38px;
  height: 38px;
  display: block;
  margin-left: 20px;
  transition: 0.5s;
}
.header .links img:hover {
  transform: scale(0.9);
}
.banner {
  width: 100%;
  position: relative;
  margin-bottom: 130px;
}
.banner .swiper {
  width: 100%;
  position: relative;
}
.banner .swiper .swiper-wrapper {
  width: 100%;
  height: auto;
}
.banner .swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  opacity: 1;
  transition: all 2s ease;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
.banner .swiper .swiper-wrapper .swiper-slide img {
  display: block;
  width: 100%;
}
.banner .swiper .swiper-wrapper .swiper-slide-active {
  transform: scale(1);
}
.banner .swiper .content {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.banner .swiper .banner_text {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto 100px;
}
.banner .swiper .banner_text .p {
  display: inline-block;
  box-sizing: border-box;
  padding: 4px 12px;
  color: #fff;
  font-size: 14px;
  background: linear-gradient(90deg, #ffc107 0%, rgba(255, 193, 7, 0.04) 64%);
  border-radius: 50px;
  margin-bottom: 20px;
}
.banner .swiper .banner_text .banner_title {
  width: 100%;
  font-size: 44px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 30px;
}
.banner .swiper .banner_text .span {
  width: 60%;
  font-size: 24px;
  color: #fff;
}
.banner .swiper .images {
  width: 100%;
  display: flex;
  align-items: center;
  max-width: 1600px;
  margin: 0 auto;
}
.banner .swiper .images .img {
  width: 102px;
  height: 102px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  overflow: hidden;
  background: #DEDEDE;
  margin-right: 40px;
}
.banner .swiper .images .img img {
  width: 80%;
  height: 80%;
  display: block;
}
.banner .banner_dot {
  width: 100%;
  max-width: 1670px;
  margin: 0 auto;
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.19);
  border-radius: 20px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(40%);
  bottom: 0;
  z-index: 2;
}
.banner .banner_dot .swiper {
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
  position: relative;
}
.banner .banner_dot .swiper .swiper-container {
  overflow: hidden;
}
.banner .banner_dot .swiper .swiper-wrapper {
  width: 100%;
  display: flex;
  transition-timing-function: linear !important;
}
.banner .banner_dot .swiper .swiper-wrapper .swiper-slide {
  width: 260px;
  margin-right: 30px;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  transform: scale(1);
}
.banner .banner_dot .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  display: block;
  transition: 0.5s;
}
.banner .banner_dot .swiper .swiper-wrapper .swiper-slide:hover img {
  transform: scale(1.1);
}
.banner .banner_dot .swiper .prev,
.banner .banner_dot .swiper .next {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 5;
}
.banner .banner_dot .swiper .prev img,
.banner .banner_dot .swiper .next img {
  width: 100%;
  height: 100%;
  display: block;
}
.banner .banner_dot .swiper .next {
  left: auto;
  right: 30px;
}
.banner .banner_dot .swiper .next img {
  transform: rotate(180deg);
}
.banner .banner_dot .form {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding-bottom: 30px;
}
.banner .banner_dot .form .form_input {
  width: 380px;
  height: 68px;
  background: #F2F2F2;
  border-radius: 10px;
  margin-right: 20px;
}
.banner .banner_dot .form .form_input input {
  height: 100%;
  width: 100%;
  display: block;
  border-radius: 0;
  border: none;
  background: none;
  outline: none;
  padding-left: 10px;
  box-sizing: border-box;
}
.banner .banner_dot .form .form_button {
  padding: 10px;
  display: flex;
  align-items: center;
  background: #FFC107;
  border-radius: 100px;
  cursor: pointer;
}
.banner .banner_dot .form .form_button span {
  font-size: 20px;
  color: #000;
  padding-left: 30px;
  padding-right: 10px;
}
.banner .banner_dot .form .form_button img {
  width: 50px;
  height: 50px;
  display: block;
  transition: 0.5s;
}
.banner .banner_dot .form .form_button:hover img {
  transform: rotate(45deg);
}
.d3_container {
  width: 100%;
  position: relative;
  padding-bottom: 200px;
  z-index: 1;
}
.d3_container .d3_bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.d3_container .d3_wrap {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  display: flex;
  position: relative;
  z-index: 2;
}
.d3_container .options {
  width: 50%;
}
.d3_container .options .title {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.d3_container .options .title .icon {
  width: 48px;
  height: 48px;
  margin-right: 10px;
}
.d3_container .options .title .icon img {
  display: block;
  height: 100%;
  width: 100%;
}
.d3_container .options .title .text {
  font-size: 24px;
  color: #27272A;
  font-weight: 600;
}
.d3_container .options .title .text span {
  font-size: 16px;
  color: rgba(39, 39, 42, 0.75);
}
.d3_container .options .tabs {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.d3_container .options .tabs .tab_item {
  width: 190px;
  background: #FFC107;
  border-radius: 14px;
  border: 2px solid #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
  background: #fff;
  transition: 0.5s;
  box-sizing: border-box;
  padding: 5px 0;
  cursor: pointer;
}
.d3_container .options .tabs .tab_item img {
  height: 45px;
  display: block;
  margin-right: 10px;
}
.d3_container .options .tabs .tab_item strong {
  font-size: 16px;
  color: #000000;
}
.d3_container .options .tabs .tab_item:hover {
  background: #FFC107;
}
.d3_container .options .tabs .cur {
  background: #FFC107;
}
.d3_container .options .upload {
  width: 280px;
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
  box-sizing: border-box;
  background: #FFFFFF;
  border-radius: 14px;
  border: 2px solid #E4E4E7;
  margin-bottom: 40px;
  cursor: pointer;
  transition: 0.5s;
}
.d3_container .options .upload .text {
  width: calc(100% - 50px);
}
.d3_container .options .upload .text strong {
  display: block;
  width: 100%;
  font-size: 16px;
  color: #27272A;
}
.d3_container .options .upload .text span {
  font-size: 14px;
  color: #71717B;
}
.d3_container .options .upload .icon {
  width: 45px;
  height: 45px;
}
.d3_container .options .upload .icon img {
  display: block;
  width: 100%;
}
.d3_container .options .upload:hover {
  background: #FFC107;
}
.d3_container .options .logos {
  display: flex;
}
.d3_container .options .logos .text {
  width: 108px;
  height: 80px;
  background: #FFFFFF;
  border-radius: 14px;
  border: 2px solid #E4E4E7;
  font-weight: bold;
  font-size: 16px;
  color: #27272A;
  margin-right: 20px;
  display: flex;
  align-items: center;
  text-align: center;
}
.d3_container .options .logos .img {
  width: 50px;
  height: 50px;
  margin-left: 20px;
  cursor: pointer;
}
.d3_container .options .logos .img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
.d3_container .options .logos .img:hover img {
  transform: scale(0.95);
}
.d3_container .options .choose_color {
  width: 100%;
}
.d3_container .options .choose_color .title {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.d3_container .options .choose_color .title img {
  width: 48px;
  height: 48px;
  display: block;
  margin-right: 10px;
}
.d3_container .options .choose_color .title span {
  font-weight: bold;
  font-size: 24px;
  color: #000000;
  line-height: 32px;
}
.d3_container .options .choose_color .color {
  width: 100%;
  display: flex;
  align-items: center;
}
.d3_container .options .choose_color .color .color_item {
  width: 100px;
  height: 100px;
  cursor: pointer;
  position: relative;
}
.d3_container .options .choose_color .color .color_item .img {
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
.d3_container .options .choose_color .color .color_item .low,
.d3_container .options .choose_color .color .color_item .high {
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: -100px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 0.5s;
}
.d3_container .options .choose_color .color .color_item .low img,
.d3_container .options .choose_color .color .color_item .high img {
  width: auto;
  height: 100%;
  display: block;
}
.d3_container .options .choose_color .color .color_item:hover .img {
  transform: scale(0.95);
}
.d3_container .options .choose_color .color .color_item:hover .low,
.d3_container .options .choose_color .color .color_item:hover .high {
  opacity: 1;
}
.d3_container .model {
  width: 50%;
}
.d3_container .model .d3 {
  width: 100%;
  height: 500px;
}
.d3_container .model .button {
  width: 80%;
  height: 60px;
  line-height: 60px;
  background: #FFC107;
  border-radius: 14px;
  margin: 0 auto;
  font-weight: bold;
  font-size: 24px;
  color: #000000;
  text-align: center;
  transition: 0.5s;
  cursor: pointer;
}
.d3_container .model .button:hover {
  color: #fff;
}
.pro {
  width: 100%;
  position: relative;
  background: url(https://file.global86.cn/website_v3-guowaijiedian/lanshuo/images/12.png) no-repeat;
  background-size: 100%;
  padding-bottom: 100px;
  z-index: 2;
}
.pro .types {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  transform: translateY(-40%);
}
.pro .types .line {
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pro .types .line img {
  width: 100%;
  display: block;
}
.pro .types .type_item {
  width: 200px;
  position: relative;
  cursor: pointer;
}
.pro .types .type_item .img {
  width: 100%;
  height: 200px;
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
}
.pro .types .type_item .img .bg {
  width: 100%;
  height: 100%;
  position: relative;
}
.pro .types .type_item .img .bg img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: 1;
}
.pro .types .type_item .img .bg .facet-pill-border {
  border-radius: 100%;
  fill: none;
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.pro .types .type_item .img .bg .facet-pill-border rect {
  height: 100%;
  stroke: #e6bb3c;
  stroke-width: 18px;
  visibility: hidden;
  width: 100%;
  transition: none;
}
.pro .types .type_item .img .bg .default {
  display: block;
}
.pro .types .type_item .img .bg .active {
  display: block;
}
.pro .types .type_item .img .p_img {
  height: 100%;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1.2);
  cursor: pointer;
  z-index: 3;
}
.pro .types .type_item .img .p_img1 {
  display: block;
}
.pro .types .type_item .img .p_img2 {
  display: none;
}
.pro .types .type_item .text {
  width: 100%;
  font-size: 35px;
  color: #fff;
  font-weight: 600;
  white-space: nowrap;
  text-align: center;
}
.pro .types .type_item:hover .p_img1 {
  display: none;
}
.pro .types .type_item:hover .p_img2 {
  display: block;
}
.pro .types .type_item:hover .img .bg .default {
  display: none;
}
.pro .types .type_item:hover .img .bg .active {
  display: block;
}
.pro .types .cur .img .bg .default {
  display: none;
}
.pro .types .cur .img .bg .active {
  display: block;
}
.pro .types .cur .img .bg .facet-pill-border rect {
  visibility: visible;
}
.pro .types .cur .img .p_img1 {
  display: none;
}
.pro .types .cur .img .p_img2 {
  display: block;
}
.pro .swiper {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.pro .swiper .swiper_wrapper {
  width: 100%;
  height: auto;
  display: flex;
  margin-bottom: 46px;
}
.pro .swiper .swiper-slide {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.pro .swiper .swiper-slide .img1 {
  width: 320px;
  background: #F2F2F2;
  border-radius: 14px;
  border: 1px solid rgba(255, 193, 7, 0.25);
  overflow: hidden;
  cursor: pointer;
}
.pro .swiper .swiper-slide .img1 img {
  width: 100%;
  display: block;
  margin: 0 auto;
  transition: 0.5s;
}
.pro .swiper .swiper-slide .img1:hover img {
  transform: scale(1.1);
}
.pro .swiper .swiper-slide .img2 {
  width: 320px;
  cursor: pointer;
}
.pro .swiper .swiper-slide .img2 .img {
  width: 100%;
  margin-bottom: 40px;
  overflow: hidden;
}
.pro .swiper .swiper-slide .img2 .img img {
  width: 100%;
  display: block;
  transition: 0.5s;
}
.pro .swiper .swiper-slide .img2 .img:last-child {
  margin-bottom: 0;
}
.pro .swiper .swiper-slide .img2 .img:hover img {
  transform: scale(1.1);
}
.pro .swiper .actions {
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.pro .swiper .actions .button {
  display: flex;
  align-items: center;
  padding: 20px;
  background: #FFC107;
  border-radius: 100px;
  cursor: pointer;
  transition: 0.5s;
}
.pro .swiper .actions .button span {
  font-weight: bold;
  font-size: 16px;
  color: #000000;
  margin-right: 10px;
}
.pro .swiper .actions .button img {
  width: 24px;
  height: 24px;
  display: block;
}
.pro .swiper .actions .button:hover {
  background: #fff;
}
.pro .swiper .actions .dot {
  display: flex;
  align-items: center;
}
.pro .swiper .actions .dot .i {
  display: block;
  width: 26px;
  height: 8px;
  background: rgba(255, 255, 255, 0.69);
  border-radius: 100px;
  cursor: pointer;
  transition: 0.5s;
  margin: 0 5px;
}
.pro .swiper .actions .dot .cur {
  width: 75px;
  background: #FFAF25;
  border-radius: 100px;
}
.about {
  width: 100%;
  background: linear-gradient(0deg, #ffffff 0%, #fffff2 100%);
  padding: 40px 0;
}
.about .title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 60px;
  color: #000000;
  margin-bottom: 40px;
}
.about .title span {
  color: #FFC107;
}
.about .content {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto 70px;
  display: flex;
}
.about .content .img {
  width: 45%;
  overflow: hidden;
  border-radius: 12px;
}
.about .content .img img {
  width: 100%;
  display: block;
  transition: 0.5s;
}
.about .content .img:hover img {
  transform: scale(1.1);
}
.about .content .text {
  width: 55%;
  padding-left: 60px;
  box-sizing: border-box;
}
.about .content .text .span {
  width: 100%;
  font-size: 22px;
  color: #3F3F46;
  line-height: 36px;
  margin-bottom: 20px;
}
.about .content .text .ul {
  width: 100%;
  margin-bottom: 60px;
}
.about .content .text .ul .li {
  width: 100%;
  position: relative;
  padding-left: 24px;
  margin-bottom: 20px;
}
.about .content .text .ul .li::after {
  content: "";
  width: 8px;
  height: 8px;
  background: #FFC107;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 10px;
}
.about .content .text .ul .li strong {
  font-size: 18px;
  color: #223D2D;
}
.about .content .text .ul .li p {
  font-size: 18px;
  color: #52525C;
}
.about .content .text .buttons {
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: 100px;
}
.about .content .text .buttons .button {
  width: 220px;
  height: 72px;
  background: #FFC107;
  border: 2px solid #FFC107;
  border-radius: 100px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-right: 20px;
  transition: 0.5s;
}
.about .content .text .buttons .button span {
  font-weight: bold;
  font-size: 16px;
  color: #000000;
  margin-right: 10px;
}
.about .content .text .buttons .button img {
  width: 24px;
  height: 24px;
  display: block;
}
.about .content .text .buttons .button:hover {
  background: #fff;
}
.about .process {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about .process .process_item .img1 {
  margin-bottom: 20px;
  position: relative;
}
.about .process .process_item .img1::after {
  content: "";
  width: 1px;
  height: 70px;
  background: #D9D9D9;
  position: absolute;
  top: 10px;
  right: -40px;
}
.about .process .process_item .img1:last-child {
  margin-bottom: 0;
}
.about .process .process_item .img1 p {
  font-weight: bold;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.34);
}
.about .process .process_item .img1 img {
  height: 70px;
  display: block;
  margin: 0 auto;
}
.about .process .process_item .text {
  background: #FFC107;
  border-radius: 12px;
  border: 2px solid #000000;
  font-weight: 600;
  font-size: 32px;
  color: #000000;
  padding: 12px 24px;
  margin-bottom: 50px;
  position: relative;
}
.about .process .process_item .text:last-child {
  margin-bottom: 0;
}
.about .process .process_item .text1 {
  background: #FFC107;
  border-radius: 12px;
  border: 2px solid #000000;
  font-weight: 600;
  font-size: 32px;
  color: #000000;
  padding: 12px 24px;
  font-size: 44px;
}
.about .process .process_item2 {
  margin-right: 150px;
}
.about .process .process_item2 .text::after {
  content: "";
  width: 140px;
  height: 2px;
  background: #000000;
  position: absolute;
  right: -147px;
  top: 50%;
  transform: translateY(-50%);
}
.about .process .process_item3 {
  margin-right: 90px;
}
.about .process .process_icon {
  width: 54px;
  height: 54px;
  margin: 0 20px;
}
.about .process .process_icon img {
  width: 100%;
  height: 100%;
  display: block;
}
.factory {
  width: 100%;
  background: #fff;
}
.factory .title {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 60px;
  color: #000000;
  margin-bottom: 40px;
  position: relative;
}
.factory .title span {
  color: #FFC107;
}
.factory .title .swiper_btn {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
}
.factory .title .swiper_btn .prev,
.factory .title .swiper_btn .next {
  width: 95px;
  height: 95px;
  margin-left: 40px;
  cursor: pointer;
}
.factory .title .swiper_btn .prev img,
.factory .title .swiper_btn .next img {
  width: 100%;
  height: 100%;
  display: block;
}
.factory .title .swiper_btn .next img {
  transform: rotate(180deg);
}
.factory .factory-swiper {
  width: 100%;
  background: #FFC107;
  padding: 10px 0;
  overflow: hidden;
  position: relative;
}
.factory .factory-swiper::after {
  content: "";
  width: 100%;
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 0;
  background: #000;
  z-index: 1;
}
.factory .factory-swiper .swiper-wrapper {
  width: 100%;
  height: auto;
  display: flex;
  padding: 10px 0;
  position: relative;
  z-index: 2;
}
.factory .factory-swiper .swiper-slide {
  width: 380px;
  margin-right: 10px;
}
.factory .factory-swiper .swiper-slide .img {
  width: 100%;
  height: 300px;
  margin-bottom: 10px;
  cursor: pointer;
  overflow: hidden;
}
.factory .factory-swiper .swiper-slide .img:last-child {
  margin-bottom: 0;
}
.factory .factory-swiper .swiper-slide .img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
.factory .factory-swiper .swiper-slide .img:hover img {
  transform: scale(1.1);
}
.videos {
  width: 100%;
  position: relative;
  display: flex;
  padding-top: 50px;
  padding-bottom: 100px;
  padding-left: 80px;
  box-sizing: border-box;
}
.videos .swiper-container {
  width: 80%;
  overflow: visible;
  margin: 0;
}
.videos .swiper-wrapper {
  width: 100%;
  display: flex;
  align-items: flex-end;
}
.videos .swiper-slide {
  width: 40%;
  height: auto;
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  cursor: pointer;
  flex-shrink: 0;
  transform-origin: bottom;
}
.videos .swiper-slide .video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: #000;
}
.videos .swiper-slide .video video {
  width: 100%;
  height: 100%;
  display: block;
}
.videos .swiper-slide .cover {
  width: 100%;
  position: relative;
  opacity: 1;
  transition: 0.5s;
}
.videos .swiper-slide .cover img {
  width: 100%;
  display: block;
}
.videos .swiper-slide .cover::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
}
.videos .swiper-slide .play {
  width: 92px;
  height: 92px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 6;
  transform: translate(-50%, -50%);
}
.videos .swiper-slide .play img {
  display: block;
  width: 100%;
  height: 100%;
}
.videos .swiper-slide .text {
  display: none;
  position: absolute;
  left: 75px;
  bottom: 80px;
  z-index: 2;
}
.videos .swiper-slide .text strong {
  display: block;
  font-size: 60px;
  color: #FFC107;
  margin-bottom: 40px;
}
.videos .swiper-slide .text .button {
  width: 190px;
  height: 68px;
  line-height: 68px;
  font-weight: 600;
  background: #FFFFFF;
  border-radius: 100px;
  border: 1px solid #FFFFFF;
  position: relative;
  padding-left: 20px;
  box-sizing: border-box;
  cursor: pointer;
}
.videos .swiper-slide .text .button span {
  font-size: 16px;
  color: #223D2D;
}
.videos .swiper-slide .text .button img {
  width: 72px;
  height: 72px;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.videos .swiper-slide-active {
  width: 68%;
}
.videos .swiper-slide-active .text {
  display: block;
}
.videos .swiper-slide-active .play {
  width: 116px;
  height: 116px;
}
.catalog {
  width: 100%;
  position: relative;
}
.catalog img {
  display: block;
  width: 100%;
}
.catalog .img1 {
  display: block;
}
.catalog .img2 {
  display: none;
}
.catalog .content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.catalog .title {
  width: 100%;
  text-align: center;
  font-size: 60px;
  font-weight: bold;
  color: #000000;
}
.catalog .title span {
  color: #FFC107;
}
.catalog .text {
  width: 100%;
  margin: 70px 0;
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  color: #000000;
}
.catalog .buttons {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.catalog .buttons .button {
  width: 220px;
  height: 72px;
  background: #FFC107;
  border: 2px solid #FFC107;
  box-sizing: border-box;
  border-radius: 100px;
  margin-right: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.5s;
}
.catalog .buttons .button:last-child {
  margin-right: 0;
}
.catalog .buttons .button img {
  width: 24px;
  height: 24px;
  display: block;
}
.catalog .buttons .button span {
  font-weight: bold;
  font-size: 16px;
  color: #000000;
  margin-right: 10px;
}
.catalog .buttons .button:hover {
  background: #fff;
}
.Cooperation {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 0;
  overflow: hidden;
}
.Cooperation .title {
  width: 100%;
  font-weight: bold;
  font-size: 60px;
  text-align: center;
  color: #000000;
  margin-bottom: 40px;
}
.Cooperation .title span {
  color: #FFC107;
}
.Cooperation .content {
  width: 100%;
}
.Cooperation .content .process {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  height: 3px;
  background: rgba(6, 6, 6, 0.2);
  position: relative;
  margin-bottom: 100px;
  overflow: visible;
}
.Cooperation .content .process .item {
  width: 20%;
  font-size: 18px;
  color: #333333;
  line-height: 36px;
  position: relative;
  text-align: center;
  cursor: pointer;
  transition: 0.5s;
}
.Cooperation .content .process .item::after {
  content: "";
  width: 17px;
  height: 17px;
  background: #fff;
  border-radius: 100%;
  border: 1px solid #ccc;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: 0.5s;
}
.Cooperation .content .process .item::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #ccc;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  transition: 0.5s;
}
.Cooperation .content .process .item:first-child::after {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.Cooperation .content .process .item:first-child::before {
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
}
.Cooperation .content .process .item:last-child::after {
  left: auto;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.Cooperation .content .process .item:last-child::before {
  left: auto;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
}
.Cooperation .content .process .item:hover {
  color: #FFC107;
}
.Cooperation .content .process .item:hover::after {
  border-color: #000;
}
.Cooperation .content .process .item:hover::before {
  background: #FFC107;
}
.Cooperation .content .process .item_cur {
  color: #FFC107;
}
.Cooperation .content .process .item_cur::after {
  border-color: #000;
}
.Cooperation .content .process .item_cur::before {
  background: #FFC107;
}
.Cooperation .content .cards {
  width: 100%;
}
.Cooperation .content .cards .swiper {
  width: 100%;
  position: relative;
}
.Cooperation .content .cards .swiper .swiper-wrapper {
  width: 100%;
  height: auto;
}
.Cooperation .content .cards .swiper .swiper-slide {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-radius: 10px;
  overflow: hidden;
}
.Cooperation .content .cards .swiper .swiper-slide .text {
  width: 60%;
  padding: 50px;
  box-sizing: border-box;
  border: 4px solid #ccc;
  border-radius: 10px 0 0 10px;
  border-right: none;
}
.Cooperation .content .cards .swiper .swiper-slide .text .strong {
  width: 100%;
  display: block;
  font-size: 24px;
  color: #2C2C2C;
  margin-bottom: 40px;
}
.Cooperation .content .cards .swiper .swiper-slide .text .ul {
  width: 100%;
  margin-bottom: 20px;
}
.Cooperation .content .cards .swiper .swiper-slide .text .ul .li {
  width: 100%;
  font-size: 18px;
  color: #2C2C2C;
  margin-bottom: 10px;
}
.Cooperation .content .cards .swiper .swiper-slide .img {
  width: 40%;
  cursor: pointer;
  overflow: hidden;
}
.Cooperation .content .cards .swiper .swiper-slide .img img {
  width: 100%;
  display: block;
  transition: 0.5s;
}
.Cooperation .content .cards .swiper .swiper-slide .img:hover img {
  transform: scale(1.1);
}
.Cooperation .content .cards .swiper_page {
  width: 50%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: absolute;
  bottom: 50px;
  left: 50px;
  z-index: 5;
}
.Cooperation .content .cards .swiper_page .buttons {
  display: flex;
  align-items: center;
}
.Cooperation .content .cards .swiper_page .buttons .prev,
.Cooperation .content .cards .swiper_page .buttons .next {
  width: 95px;
  height: 95px;
  margin-right: 15px;
  cursor: pointer;
}
.Cooperation .content .cards .swiper_page .buttons .prev img,
.Cooperation .content .cards .swiper_page .buttons .next img {
  display: block;
  width: 100%;
  height: 100%;
}
.Cooperation .content .cards .swiper_page .buttons .next img {
  transform: rotate(180deg);
}
.Cooperation .content .cards .swiper_page .number {
  display: flex;
  align-items: flex-end;
}
.Cooperation .content .cards .swiper_page .number span {
  font-size: 26px;
  color: #F79A03;
  margin-right: 10px;
  letter-spacing: 4px;
}
.Cooperation .content .cards .swiper_page .number span:last-child {
  font-size: 16px;
  color: #2C2C2C;
  letter-spacing: 4px;
}
.footer {
  width: 100%;
  background: #3F3F3F;
  padding-top: 50px;
}
.footer .footer_wrapper {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
}
.footer .footer_wrapper .logo {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
  border-bottom: 3px solid #BBBBBB;
}
.footer .footer_wrapper .logo .img {
  width: 150px;
}
.footer .footer_wrapper .logo .img img {
  width: 100%;
  display: block;
}
.footer .footer_wrapper .logo .code {
  display: flex;
}
.footer .footer_wrapper .logo .code .img1 {
  width: 110px;
  height: 110px;
  background: #FFFFFF;
  border-radius: 6px;
  border: 8px solid #FFC107;
  margin-left: 30px;
}
.footer .footer_wrapper .logo .code .img1 img {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
.footer .footer_wrapper .logo .code .img1 p {
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: #FFFFFF;
}
.footer .footer_wrapper .contact {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
  border-bottom: 3px solid #BBBBBB;
}
.footer .footer_wrapper .contact .list {
  width: 350px;
}
.footer .footer_wrapper .contact .list .item {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}
.footer .footer_wrapper .contact .list .item .icon {
  width: 48px;
  height: 48px;
  margin-right: 16px;
}
.footer .footer_wrapper .contact .list .item .icon img {
  width: 100%;
  height: 100%;
  display: block;
}
.footer .footer_wrapper .contact .list .item a {
  display: block;
  width: calc(100% - 48px - 16px);
}
.footer .footer_wrapper .contact .list .item a .label {
  width: 100%;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}
.footer .footer_wrapper .contact .list .item a .value {
  width: 100%;
  font-size: 30px;
  color: #fff;
  font-weight: 600;
}
.footer .footer_wrapper .contact .list .item a:hover .value {
  text-decoration: underline;
}
.footer .footer_wrapper .contact .form {
  width: calc(100% - 350px);
  box-sizing: border-box;
  padding-left: 40px;
}
.footer .footer_wrapper .contact .form .form_item {
  width: 100%;
  margin-bottom: 20px;
}
.footer .footer_wrapper .contact .form .form_item .item_label {
  width: 100%;
  font-size: 14px;
  color: #fff;
  margin-bottom: 10px;
}
.footer .footer_wrapper .contact .form .form_item .item_value {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .footer_wrapper .contact .form .form_item .item_value input {
  width: calc((100% - 80px)/3);
  background: #fff;
  border-radius: 14px;
  box-sizing: border-box;
  padding: 15px;
  border: 2px solid #E4E4E7;
  font-size: 16px;
}
.footer .footer_wrapper .contact .form .form_item .item_value textarea {
  width: 100%;
  background: #fff;
  border-radius: 14px;
  box-sizing: border-box;
  padding: 15px;
  border: 2px solid #E4E4E7;
  font-size: 12px;
  font-family: sans-serif;
}
.footer .footer_wrapper .contact .form .upload_file {
  width: 100%;
  display: flex;
  margin-bottom: 20px;
  position: relative;
}
.footer .footer_wrapper .contact .form .upload_file .upload_button {
  width: 290px;
  padding: 20px 15px;
  background: #000000;
  border-radius: 14px;
  cursor: pointer;
}
.footer .footer_wrapper .contact .form .upload_file .upload_button img {
  width: 20px;
  height: 20px;
  display: block;
}
.footer .footer_wrapper .contact .form .upload_file .upload_button .text {
  width: 100%;
  font-size: 14px;
  color: #FFC107;
  margin-bottom: 15px;
}
.footer .footer_wrapper .contact .form .upload_file .upload_button .placeholder {
  width: 100%;
  font-size: 12px;
  color: #FFC107;
  margin-bottom: 15px;
}
.footer .footer_wrapper .contact .form .upload_file .upload_button .size {
  width: 100%;
  font-size: 12px;
  color: #71717B;
  margin-bottom: 15px;
}
.footer .footer_wrapper .contact .form .upload_file .upload_button .button {
  width: 100%;
  text-align: center;
  border-radius: 100px;
  height: 48px;
  line-height: 48px;
  background: rgba(255, 255, 255, 0.2);
  font-size: 16px;
  color: #FFC107;
  transition: 0.5s;
}
.footer .footer_wrapper .contact .form .upload_file .upload_button .button:hover {
  color: #fff;
}
.footer .footer_wrapper .contact .form .upload_file .upload_tip {
  width: calc(100% - 290px);
  display: flex;
  align-items: center;
  position: relative;
}
.footer .footer_wrapper .contact .form .upload_file .upload_tip .item {
  width: calc(100% / 3);
  position: relative;
  z-index: 2;
}
.footer .footer_wrapper .contact .form .upload_file .upload_tip .item .icon {
  width: 54px;
  height: 54px;
  background: #FFC107;
  border-radius: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
}
.footer .footer_wrapper .contact .form .upload_file .upload_tip .item .icon img {
  display: block;
  width: 50%;
  height: 50%;
}
.footer .footer_wrapper .contact .form .upload_file .upload_tip .item .span {
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: #fff;
}
.footer .footer_wrapper .contact .form .upload_file .upload_tip::after {
  content: "";
  width: 70%;
  height: 1px;
  border-bottom: 1px dashed #CCCCCC;
  position: absolute;
  top: 44%;
  left: 40px;
  z-index: 1;
}
.footer .footer_wrapper .contact .form .submit {
  width: 100%;
  height: 60px;
  background: #FFC107;
  border: 2px solid #FFC107;
  box-sizing: border-box;
  box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.5s;
}
.footer .footer_wrapper .contact .form .submit img {
  width: 20px;
  height: 20px;
  display: block;
  margin-right: 10px;
}
.footer .footer_wrapper .contact .form .submit span {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.footer .footer_wrapper .contact .form .submit:hover {
  background: #fff;
}
.footer .footer_wrapper .contact .address {
  width: 100%;
  display: flex;
  align-items: center;
}
.footer .footer_wrapper .contact .address img {
  width: 48px;
  height: 48px;
  margin-right: 16px;
  display: block;
}
.footer .footer_wrapper .contact .address span {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.75);
}
.footer .footer_wrapper .bottom {
  width: 100%;
}
.footer .footer_wrapper .bottom .name {
  width: 100%;
  font-weight: bold;
  font-size: 180px;
  color: #bbb;
}
.footer .footer_wrapper .bottom .by {
  width: 100%;
}
.footer .footer_wrapper .bottom .by a {
  color: #bbb;
  font-size: 18px;
}
.sidefixed {
  position: fixed;
  right: 0px;
  top: 50%;
  transform: translateY(-60%);
  z-index: 998;
  display: flex;
  width: 58px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.sidefixed .sideitemTop {
  border-radius: 10px 10px 0px 0px;
  padding: 8px 0 0;
}
.sidefixed .sideitemTop .icon-box {
  color: #fff;
}
.sidefixed .sideitemTop .icon-box img {
  width: 19px;
  transition: 0.5s;
}
.sidefixed .sideitemTop:hover .icon-box img {
  transform: scale(1.1);
}
.sidefixed .sideitem3 {
  cursor: pointer;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  background: #FFC107;
  transition: 0.5s;
  position: relative;
  right: 0px;
  border-bottom: 1px solid #fff;
}
.sidefixed .sideitem3:hover {
  background: #FFC107;
  transition: .5s;
  right: 160px;
  border-radius: 10px !important;
}
.sidefixed .sideitem3:hover .icon-box {
  border-radius: 10px 0px 0px 10px !important;
  background: #FFC107;
  transition: .5s;
}
.sidefixed .sideitem3:hover .sideins {
  border-radius: 0px 10px 10px 0px;
  transition: .5s;
}
.sidefixed .sideitem3 .p {
  font-size: 12px;
}
.sidefixed .sideitem3 .p a {
  color: #fff;
  width: 100%;
  display: block;
}
.sidefixed .sideitem3 .p a span {
  white-space: wrap;
}
.sidefixed .sideitem3 .icon-box {
  z-index: 801;
  padding: 10px 0px;
  align-items: center;
  flex-direction: column;
  width: 58px;
  display: flex;
  transition: .5s;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  background: #FFC107;
}
.sidefixed .sideitem3 .icon-box p {
  margin-top: 4px;
  font-size: 12px;
  background: transparent !important;
  text-align: center;
  word-break: break-word;
}
.sidefixed .sideitem3 svg {
  width: 19px;
  height: 19px;
}
.sidefixed .sideitem3 .sideins {
  width: 180px;
  background: #FFC107;
  padding: 10px 10px;
  min-height: 65px;
  transition: all .5s;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.6;
}
.sidefixed .sideitem3 .sideins .contactWays-value {
  position: relative;
}
.sidefixed .sideitem3 .sideins .contactWays-value::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background: #fff;
  transition: 0.5s;
}
.sidefixed .sideitem3 .sideins .contactWays-value:hover::after {
  width: 100%;
  background: #fff;
  transition: 0.5s;
}
.sidefixed .sideitem3 .sideins p {
  line-height: 20px;
  padding: 8px 0px;
  white-space: nowrap;
  position: relative;
}
.sidefixed .sideitem3 .sideins p::after {
  content: '';
  position: absolute;
  top: 14%;
  height: 80%;
  left: -20px;
  width: 1px;
  background: #fff;
}
.sidefixed .sideitem3_1 {
  border-radius: 10px 10px 0 0;
}
.sidefixed .sideitem3_1 .icon-box {
  border-radius: 10px 10px 0 0;
}
.sidefixed .sideitem4:hover {
  right: 180px;
}
.sidefixed .sideitem4 .sideins {
  width: 180px;
}
.sidefixed .sideitem1 {
  width: 58px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  background: #FFC107;
  transition: .5s;
  position: relative;
  right: 0px;
  border-bottom: 1px solid #fff;
  overflow: hidden;
}
.sidefixed .sideitem1:hover {
  overflow: visible;
  background: #FFC107;
  transition: .5s;
}
.sidefixed .sideitem1:hover .sideins {
  transform: translateX(-5px) translateY(-50%);
  opacity: 1;
  transition: all .5s;
}
.sidefixed .sideitem1 .p {
  font-size: 11px;
}
.sidefixed .sideitem1 .p a {
  color: #fff;
}
.sidefixed .sideitem1 .icon-box {
  z-index: 801;
  padding: 10px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 58px;
}
.sidefixed .sideitem1 .icon-box p {
  margin-top: 4px;
  font-size: 11px;
  background: transparent !important;
  text-align: center;
  word-break: break-word;
}
.sidefixed .sideitem1 svg {
  width: 30px;
  height: 30px;
}
.sidefixed .sideitem1 .sideins {
  opacity: 0;
  z-index: 800;
  border-radius: 8px;
  transform: translateX(10px) translateY(-50%);
  background: #FFC107;
  padding: 10px 10px;
  position: absolute;
  top: 0;
  right: 100%;
  min-height: 74px;
  transition: all .5s;
  display: flex;
}
.sidefixed .sideitem1 .sideins .sideins-one {
  width: 50%;
  margin: 5px 4px 0px;
}
.sidefixed .sideitem1 .sideins p {
  line-height: 26px;
  padding: 5px 0px;
  white-space: nowrap;
  text-align: center;
}
.sidefixed .sideitem1 .sideins img {
  width: 100px;
  height: 100px;
  display: block;
}
.sidefixed .sideitem2 {
  cursor: pointer;
  width: 58px;
  display: flex;
  padding-bottom: 8px;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  background: #FFC107;
  transition: .5s;
  overflow: hidden;
  position: relative;
  right: 0px;
  border-radius: 0px 0px 10px 10px;
}
.sidefixed .sideitem2:hover {
  background: #FFC107;
}
.sidefixed .sideitem2 .p {
  font-size: 16px;
}
.sidefixed .sideitem2 .p a {
  color: #fff;
}
.sidefixed .sideitem2 .sideins {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sidefixed .sideitem2 .icon-box {
  padding: 10px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.sidefixed .sideitem2 .icon-box svg {
  width: 10px;
  height: 10px;
  margin-right: 4px;
}
.sidefixed .sideitem2 .icon-box p {
  font-size: 12px;
  background: transparent !important;
}
.sidefixed .sideitemBase {
  border-radius: 10px;
}
.sidefixed .sideitemOther {
  display: flex;
  border-radius: 20px;
  background: #fff;
  flex-direction: column;
  align-items: flex-end;
  position: absolute;
  right: -12px;
  bottom: -80%;
  transform: scale(0.7);
}
.sidefixed .sideitemOther .sideitemOther-title {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  text-align: center;
  padding: 15px 10px;
  width: 100%;
  background: #F8F8F8;
  border-radius: 20px 20px 0 0;
}
.sidefixed .sideitemOther .sideitem-chat {
  width: 100px;
  padding: 10px;
  cursor: pointer;
  border-bottom: 1px solid #EFEFEF;
  transition: 0.3s;
  position: relative;
}
.sidefixed .sideitemOther .sideitem-chat:last-child {
  border-bottom: none;
}
.sidefixed .sideitemOther .sideitem-chat:last-child:hover::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #EFEFEF;
  position: absolute;
  top: -1px;
  left: 0;
}
.sidefixed .sideitemOther .sideitem-chat .link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  box-sizing: border-box;
  border-radius: 10px;
  opacity: 0;
  transition: 0.5s;
  background: #fff;
  position: absolute;
  right: 10px;
  top: 10px;
  bottom: 10px;
  left: 10px;
}
.sidefixed .sideitemOther .sideitem-chat .link:hover {
  background: #EFEFEF;
}
.sidefixed .sideitemOther .sideitem-chat .link:focus {
  background: #EFEFEF;
}
.sidefixed .sideitemOther .sideitem-chat .link span {
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  text-decoration: underline;
  white-space: nowrap;
}
.sidefixed .sideitemOther .sideitem-chat .link img {
  display: block;
  width: 50px;
}
.sidefixed .sideitemOther .sideitem-chat .gif {
  display: block;
  width: 76px;
  margin: 0 auto;
  transition: 0.5s;
  transform: scale(0.9);
  opacity: 1;
}
.sidefixed .sideitemOther .sideitem-chat:hover {
  width: 210px;
}
.sidefixed .sideitemOther .sideitem-chat:hover .link {
  opacity: 1;
}
.sidefixed .sideitemOther .sideitem-chat:hover .gif {
  opacity: 0;
}
.sidefixed .sideitemOther-show {
  display: flex !important;
  margin-top: 20px;
  min-height: 120px;
}
.sidefixedM {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 998;
  left: 0;
  display: none;
  justify-content: space-between;
  background: #FFC107;
}
.sidefixedM .sideitem1 {
  width: 25%;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  transition: .5s;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.sidefixedM .sideitem1:hover {
  overflow: visible;
}
.sidefixedM .sideitem1:hover .sideins {
  bottom: calc(100% + 5px);
  opacity: 1;
  transition: .5s;
}
.sidefixedM .sideitem1 .p {
  font-size: 12px;
}
.sidefixedM .sideitem1 .p a {
  color: #fff;
}
.sidefixedM .sideitem1 .sideins1 {
  display: flex;
}
.sidefixedM .sideitem1 .sideins-one {
  width: 50%;
  margin: 5px 5px 0;
}
.sidefixedM .sideitem1 .sideins-one p {
  text-align: center;
  padding: 2px 0;
  line-height: 20px !important;
}
.sidefixedM .sideitem1 .icon-box {
  padding: 10px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  color: #fff;
}
.sidefixedM .sideitem1 .icon-box p {
  margin-top: 4px;
  font-size: 12px;
  word-break: break-word;
  background: transparent !important;
}
.sidefixedM .sideitem1 .icon-box img {
  width: 20px;
  height: 20px;
}
.sidefixedM .sideitem1 svg {
  width: 20px;
  height: 20px;
}
.sidefixedM .sideitem1 .sideins {
  border-radius: 6px 6px 6px 6px;
  background: #FFC107;
  padding: 5px 5px;
  opacity: 0;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  transition: .5s;
}
.sidefixedM .sideitem1 .sideins p {
  line-height: 50px;
  white-space: nowrap;
}
.sidefixedM .sideitem1 .sideins img {
  width: 100px;
  height: 100px;
  display: block;
}
.sidefixedM .sideitem2 {
  width: 25%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  transition: .5s;
  overflow: hidden;
  position: relative;
}
.sidefixedM .sideitem2 .p {
  font-size: 12px;
}
.sidefixedM .sideitem2 .p a {
  color: #fff;
}
.sidefixedM .sideitem2 .sideins {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sidefixedM .sideitem2 .icon-box {
  padding: 5px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.sidefixedM .sideitem2 .icon-box svg {
  width: 15px;
  height: 10px;
  margin-bottom: 2px;
  margin-top: 5px;
}
.sidefixedM .sideitem2 .icon-box p {
  margin-top: 4px;
  font-size: 12px;
  background: transparent !important;
}
@media only screen and (max-width: 1600px) {
  .header {
    max-width: 80%;
  }
  .header .links img {
    width: 24px;
    height: 24px;
  }
  .banner .swiper .content {
    transform: translate(-50%, -70%);
  }
  .banner .swiper .banner_text {
    margin-bottom: 10px;
  }
  .banner .swiper .banner_text .banner_title {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .banner .swiper .banner_text .span {
    font-size: 16px;
  }
  .banner .swiper .images {
    max-width: 1440px;
  }
  .banner .swiper .images .img {
    width: 80px;
    height: 80px;
  }
  .banner .banner_dot {
    max-width: 1440px;
  }
  .d3_container .d3_wrap {
    max-width: 1440px;
    justify-content: center;
  }
  .banner .banner_dot .form {
    width: 80%;
    justify-content: center;
  }
  .banner .banner_dot .form .form_input {
    width: 20%;
  }
  .d3_container .options .choose_color .color {
    flex-wrap: wrap;
  }
  .pro .types {
    max-width: 80%;
  }
  .pro .types .type_item {
    width: 150px;
    height: 150px;
  }
  .pro .types .type_item .img {
    height: 100%;
  }
  .pro .types .type_item .text {
    font-size: 24px;
  }
  .pro .swiper {
    max-width: 80%;
  }
  .pro .swiper .swiper-slide .img1 {
    width: 24%;
  }
  .pro .swiper .swiper-slide .img2 {
    width: 24%;
  }
  .pro .swiper .swiper-slide .img2 .img {
    margin-bottom: 20px;
  }
  .about .content {
    max-width: 80%;
  }
  .about .title {
    font-size: 42px;
  }
  .about .content .text .span {
    font-size: 16px;
  }
  .about .process {
    max-width: 80%;
  }
  .about .process .process_item .text {
    font-size: 18px;
  }
  .about .process .process_item .img1 p {
    font-size: 14px;
  }
  .about .process .process_item .text1 {
    font-size: 18px;
  }
  .factory .title {
    font-size: 42px;
  }
  .factory .title .swiper_btn .prev,
  .factory .title .swiper_btn .next {
    width: 60px;
    height: 60px;
  }
  .factory .factory-swiper .swiper-slide {
    width: 24%;
  }
  .videos .swiper-slide-active2 .play {
    width: 60px;
    height: 60px;
  }
  .videos .swiper-slide .text strong {
    font-size: 30px;
  }
  .videos .swiper-slide .text .button {
    width: 170px;
    height: 40px;
    line-height: 40px;
  }
  .videos .swiper-slide .text .button img {
    width: 50px;
    height: 50px;
  }
  .catalog .title {
    font-size: 42px;
  }
  .catalog .text {
    margin: 30px 0;
    font-size: 16px;
  }
  .Cooperation {
    max-width: 80%;
  }
  .Cooperation .title {
    font-size: 42px;
  }
  .Cooperation .content .process .item {
    font-size: 14px;
  }
  .Cooperation .content .cards .swiper_page .buttons .prev,
  .Cooperation .content .cards .swiper_page .buttons .next {
    width: 50px;
    height: 50px;
  }
  .Cooperation .content .cards .swiper .swiper-slide .text {
    padding: 20px;
  }
  .Cooperation .content .cards .swiper .swiper-slide .text .ul .li {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1440px) {
  .banner .swiper .content {
    max-width: 80%;
  }
  .d3_container .d3_wrap {
    max-width: 80%;
  }
}
@media only screen and (max-width: 1366px) {
  .header .logo span {
    display: none;
  }
  .pro .types .type_item {
    width: 100px;
    height: auto;
  }
  .pro .types .type_item .img {
    height: auto;
  }
  .pro {
    padding: 30px 0;
    background-size: 100% 100%;
  }
  .pro .types {
    transform: none;
    position: relative;
    margin-bottom: 20px;
  }
  .about .content .text .span {
    line-height: normal;
  }
  .about .content .text .ul .li strong {
    font-size: 14px;
  }
  .about .content .text .ul .li p {
    font-size: 12px;
  }
  .about .content .text .buttons {
    padding-left: 0;
  }
  .about .content .text .buttons .button {
    padding: 10px 20px;
    height: auto;
    width: auto;
  }
  .about .process .process_item .img1 img {
    height: 50px;
  }
  .about .process .process_icon {
    width: 30px;
    height: 30px;
  }
  .about .process .process_item3 {
    margin-right: 30px;
  }
  .about .process .process_item .img1::after {
    right: -10px;
  }
  .about .process .process_item2 {
    margin-right: 50px;
  }
  .about .process .process_item .text {
    font-size: 12px;
  }
  .about .process .process_item .text1 {
    font-size: 12px;
  }
  .factory .title {
    width: 80%;
  }
  .catalog .buttons .button {
    padding: 10px 20px;
    height: auto;
    width: auto;
  }
}
@media only screen and (max-width: 1280px) {
  .videos .swiper-slide .text {
    left: 20px;
    bottom: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .header {
    max-width: 96%;
  }
  .banner .swiper .content {
    max-width: 96%;
    transform: translate(-50%, -50%);
  }
  .banner .swiper .banner_text .banner_title {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .banner .swiper .banner_text .span {
    font-size: 12px;
  }
  .banner .swiper .images .img {
    display: none;
  }
  .banner .banner_dot {
    max-width: 96%;
    position: initial;
    transform: none;
  }
  .banner {
    margin-bottom: 30px;
  }
  .d3_container {
    padding-bottom: 20px;
  }
  .d3_container .d3_wrap {
    max-width: 96%;
  }
  .banner .banner_dot .form {
    display: none;
  }
  .d3_container .options .choose_color .color .color_item .low,
  .d3_container .options .choose_color .color .color_item .high {
    display: none;
  }
  .d3_container .model .button {
    width: auto;
    height: auto;
    line-height: normal;
    padding: 10px 20px;
    font-size: 16px;
  }
  .pro .swiper {
    max-width: 96%;
  }
  .pro .swiper .actions .button {
    padding: 10px 20px;
  }
  .about .content {
    max-width: 96%;
  }
  .about .content .text {
    padding-left: 20px;
  }
  .about .process {
    max-width: 96%;
  }
  .factory .title .swiper_btn {
    display: none;
  }
  .factory .factory-swiper .swiper-slide .img {
    height: auto;
  }
  .videos .swiper-slide .text strong {
    margin-bottom: 10px;
  }
  .videos .swiper-container {
    width: 100%;
  }
  .Cooperation {
    max-width: 96%;
    padding: 40px 0;
  }
  .Cooperation .content .process {
    width: 100%;
  }
  .Cooperation .content .cards .swiper_page .buttons {
    display: none;
  }
  .footer .footer_wrapper {
    max-width: 96%;
  }
  .footer .footer_wrapper .contact .list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .footer .footer_wrapper .contact .list .item {
    width: 50%;
    margin-bottom: 10px;
  }
  .footer .footer_wrapper .contact .form {
    width: 100%;
    padding-left: 0;
  }
  .footer .footer_wrapper .contact .list .item .icon {
    width: 30px;
    height: 30px;
  }
  .footer .footer_wrapper .contact .list .item a .label {
    font-size: 14px;
  }
  .footer .footer_wrapper .contact .list .item a .value {
    font-size: 18px;
  }
  .footer .footer_wrapper .bottom .name {
    font-size: 80px;
  }
  .footer .footer_wrapper .contact .form {
    margin-bottom: 20px;
  }
  .catalog .title {
    font-size: 28px;
  }
  .factory .title {
    font-size: 28px;
  }
  .about .title {
    font-size: 28px;
  }
  .Cooperation .title {
    font-size: 28px;
  }
  .footer .footer_wrapper .contact .form .upload_file .upload_tip::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .d3_container .options .title .text {
    font-size: 18px;
  }
  .d3_container .options .title .icon {
    width: 30px;
    height: 30px;
  }
  .d3_container .options .choose_color .title img {
    width: 30px;
    height: 30px;
  }
  .d3_container .options .choose_color .title span {
    font-size: 18px;
  }
  .d3_container .options .choose_color .color .color_item {
    width: 50px;
    height: 50px;
  }
  .d3_container .options .tabs .tab_item img {
    height: 28px;
  }
  .d3_container .options .tabs .tab_item strong {
    font-size: 12px;
  }
  .d3_container .options .upload .text strong {
    font-size: 12px;
  }
  .d3_container .options .upload .text span {
    font-size: 12px;
  }
  .d3_container .options .upload .icon {
    width: 24px;
    height: 24px;
  }
  .d3_container .options .logos .text {
    font-size: 12px;
    width: auto;
    height: auto;
  }
  .d3_container .options .upload {
    align-items: center;
  }
  .d3_container .options .logos .img {
    width: 40px;
    height: 40px;
  }
  .d3_container .model .d3 {
    height: 400px;
  }
  .pro .swiper .actions .button span {
    font-size: 12px;
  }
  .about .content .text .buttons .button span {
    font-size: 12px;
  }
  .videos .swiper-slide .text strong {
    font-size: 16px;
  }
  .videos .swiper-slide .text .button span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 850px) {
  .sidefixed .sideitemBase {
    display: none;
  }
  .sidefixedM {
    display: flex;
  }
  .footer {
    padding-bottom: 80px;
  }
  .catalog .img1 {
    display: none;
  }
  .catalog .img2 {
    display: block;
  }
}
@media only screen and (max-width: 800px) {
  .header .logo img {
    width: 50px;
  }
  .banner .banner_dot .swiper {
    padding: 10px 50px;
  }
  .banner .banner_dot .swiper .prev,
  .banner .banner_dot .swiper .next {
    width: 30px;
    height: 30px;
  }
  .banner .banner_dot .swiper .swiper-wrapper .swiper-slide {
    width: 30%;
  }
  .banner .banner_dot .swiper .prev {
    left: 10px;
  }
  .banner .banner_dot .swiper .next {
    right: 10px;
  }
  .d3_container .d3_wrap {
    flex-wrap: wrap;
  }
  .d3_container .options {
    width: 100%;
  }
  .d3_container .model {
    width: 100%;
  }
  .d3_container .model .d3 {
    width: 90%;
    height: 500px;
    margin: 0 auto;
  }
  .d3_container .d3_bg {
    width: 70%;
    height: auto;
  }
  .about .content {
    flex-wrap: wrap;
  }
  .about .content .img {
    width: 100%;
  }
  .about .content .text {
    width: 100%;
    padding-left: 0;
  }
  .pro .types .type_item .text {
    font-size: 14px;
  }
  .pro .types .type_item {
    width: 70px;
  }
  .videos .swiper-slide .text .button {
    display: none;
  }
  .Cooperation .content .cards .swiper .swiper-slide .text .ul .li {
    font-size: 12px;
  }
  .Cooperation .content .cards .swiper .swiper-slide .text .strong {
    font-size: 16px;
    font-weight: bold;
  }
  .Cooperation .content .process {
    width: 100%;
    display: none;
  }
  .facet-pill-border rect {
    stroke-width: 6px;
  }
}
@media only screen and (max-width: 640px) {
  .banner .swiper .banner_text .span {
    display: none;
  }
  .banner .swiper .banner_text .banner_title {
    font-size: 14px;
    font-weight: bold;
  }
  .header .contact {
    display: none;
  }
  .about .process {
    display: none;
  }
  .about .content .text .ul {
    margin-bottom: 20px;
  }
  .videos {
    padding: 20px 0;
  }
  .pro .swiper .actions .dot {
    display: none;
  }
  .banner .swiper .banner_text .p {
    display: none;
  }
  .d3_container .model .d3 {
    height: 300px;
  }
  .factory .title {
    font-size: 18px;
  }
  .about .title {
    font-size: 18px;
  }
  .catalog .title {
    font-size: 18px;
  }
  .Cooperation .title {
    font-size: 18px;
  }
  .catalog .text {
    font-size: 14px;
  }
  .catalog .buttons {
    justify-content: space-around;
  }
  .catalog .buttons .button span {
    font-size: 12px;
  }
  .catalog .buttons .button {
    margin-right: 0;
    width: 42%;
  }
  .about .content {
    margin-bottom: 0;
  }
  .catalog img {
    height: 300px;
    object-fit: cover;
  }
  .Cooperation .content .process .item {
    color: #fff;
  }
  .Cooperation .content .process .item_cur {
    color: #fff;
  }
  .Cooperation .content .cards .swiper .swiper-slide .img {
    display: none;
  }
  .Cooperation .content .cards .swiper .swiper-slide .text {
    width: 100%;
    border: 4px solid #ccc;
  }
  .Cooperation .content .cards .swiper_page {
    position: initial;
  }
  .footer .footer_wrapper .contact .form .form_item .item_value {
    flex-wrap: wrap;
  }
  .footer .footer_wrapper .contact .form .form_item .item_value input {
    width: 100%;
    margin-bottom: 10px;
  }
  .footer .footer_wrapper .contact .list .item {
    width: 100%;
  }
  .footer .footer_wrapper .contact .form .upload_file {
    flex-wrap: wrap;
  }
  .footer .footer_wrapper .contact .form .upload_file .upload_tip {
    width: 100%;
  }
  .footer .footer_wrapper .contact .form .upload_file .formupload {
    margin: 0 auto 10px;
  }
  .footer .footer_wrapper .logo .code .img1 p {
    font-size: 14px;
  }
  .footer .footer_wrapper .logo .img {
    width: 80px;
  }
  .footer .footer_wrapper .logo .code .img1 {
    width: 80px;
    height: 80px;
  }
  .videos .swiper-slide .text strong {
    margin-bottom: 0;
    font-size: 12px;
  }
}
/****/
