.container .banner {
  width: 100%;
  overflow: hidden;
}
.banner .swiper {
  position: relative;
}
.container .banner img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.container .content {
  margin-top: -4px;
  background-image: url(./slices/tc3635.png);
}
.flexcol5 {
  display: flex;
  justify-content: start;
  gap: 20px;
}
.boxwrap1 .flexcol5 {
  flex-wrap: wrap;
}
.flexcol5 .item {
  flex: 0 0 calc(20% - 20px);
  background: #ffffff;
  border-radius: 20px;
  padding: 15px 20px 20px;
  text-align: center;
  overflow: hidden;
}
.right .flexcol5 .item {
  padding: 6px 20px 19px;
}
.right .flexcol5 .item:nth-child(n + 4) {
  /* margin-bottom:0px; */
}
.flexcol5 .item a:hover p {
  color: var(--color1);
}
.flexcol5 .item a {
}
.flexcol5 .item a i {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0px;
}
.flexcol5 .item img {
  transition: all 0.3s;
}
.flexcol5 .item p {
  font-size: 16px;
  color: #535353;
  margin-top: 5px;
}
.flexcol5 .item p.sku-code {
  color: #7b7b7b;
  font-size: 16px;
}
.flexcol5 .item p + p {
}
.sct-1200 {
  max-width: 1300px;
  margin: 0 auto;
}
.sct-1200 .boxwrap0 {
  margin: auto;
}
.sct-1200 .boxwrap0 h3 {
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  padding: 50px 0 26px 0;
}
.boxwrap1 {
  display: flex;
  padding-bottom: 36px;
  align-items: flex-start;
}
.boxwrap1 .left {
  width: 100px;
  background: #ffffff;
  border-radius: 6px 10px 10px 10px;
  margin-right: 25px;
  height: auto;
}
.boxwrap1 .left ul {
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  display: block !important;
}
.boxwrap1 .left li {
  list-style: none;
}
.boxwrap1 .dot-wrap {
  width: 100px;
  height: 121px;
  text-align: center;
  border-bottom: 1px solid #e0e0e0;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.boxwrap1 .dot-wrap img {
  width: 100%;
  max-width: 40px;
}
.boxwrap1 .dot-wrap:last-child {
  border-bottom: none;
}
.boxwrap1 .left div img {
}
.boxwrap1 .left:nth-child(4) div {
  border-bottom: none;
}
.boxwrap1 .left .dot-wrap *,
.boxwrap1 .left .dot-wrap {
  transition: all 0.3s;
}
.boxwrap1 .left .dot-wrap:hover,
.boxwrap1 .left .slick-active .dot-wrap {
  background: linear-gradient(0deg, #0a61af, #116cbe);
}
.boxwrap1 .left .dot-wrap img {
  transition: none;
}
.boxwrap1 .left .dot-wrap:hover img,
.boxwrap1 .left .slick-active .dot-wrap img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(4%) saturate(7486%)
    hue-rotate(196deg) brightness(104%) contrast(101%);
}
.boxwrap1 .right {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.boxwrap1 .slick {
  position: relative;
}

.boxwrap1 .slick.active {
}

.boxwrap1 .slick-item {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 0;
  opacity: 0;
  transition: all 0.3s;
}

.boxwrap1 .slick-item:last-child {
  position: static;
  visibility: hidden;
}

.boxwrap1 .slick-item.active {
  z-index: 1;
  opacity: 1;
}
.boxwrap1 {
}
.boxwrap1 > .item {
  flex: 1;
}
.boxwrap1 div p {
}
.container .content-itemize {
  background-image: url(./slices/3609.png);
}
.container .content-itemize .classify {
  width: 1300px;
  margin: 0 auto;
  height: 475px;
  padding: 54px 0;
}
.container .content-itemize .classify .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.container .content-itemize .classify .top div {
  width: 310px;
  height: 186px;
  color: #000000;
  cursor: pointer;
}
.container .content-itemize .classify .top .top-blue {
  background-color: #0a61af;
}
.container .content-itemize .classify .top .top-blue a {
  color: #ffffff;
}
.container .content-itemize .classify .top div a {
  color: #000000;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 10px;
  border-radius: 6px;
  background: #fff;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}
.container .content-itemize .classify .top div a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  background: #fff;
  transition: all 0.3s;
}
.container .content-itemize .classify .top div a:hover:before {
  background: linear-gradient(0deg, #0a61af, #116cbe);
  opacity: 1;
}
.container .content-itemize .classify .top div a * {
  position: relative;
  z-index: 2;
  text-align: center;
}
.container .content-itemize .classify .top div a:hover {
}
.container .content-itemize .classify .top div img {
}
.container .content-itemize .classify .top div a:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(4%) saturate(7486%)
    hue-rotate(196deg) brightness(104%) contrast(101%);
}
.container .content-itemize .classify .top div a:hover * {
  color: #fff;
}
.container .content-itemize .classify .top div a {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
}
.container .content-itemize .classify .top div a p {
  margin-top: 10px;
}
.container .content-itemize .classify .top div a,
.container .content-itemize .classify .top div a * {
  transition: all 0.3s;
}
.container .content-itemize .classify .top div img {
  transition: none;
  width: 100%;
  max-width: 50px;
  display: block;
  margin: 5px auto;
  transition: all 0.1s;
}

.container .content-itemize .classify .bottom {
  margin-top: 50px;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.container .content-itemize .classify .bottom div {
  width: 420px;
  height: 250px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.container .content-itemize .classify .bottom div p:nth-child(1) {
  height: 19px;
  font-size: 20px;
  margin: 40px 0 24px 37px;
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
}
.container .content-itemize .classify .bottom div p:nth-child(2) {
  /* width: 264px; */
  height: 26px;
  font-size: 16px;
  margin: 0 0 0 37px;
  font-weight: 400;
  color: #ffffff;
  line-height: 27px;
  opacity: 0.8;
}
.container .content-itemize .classify .bottom div p:nth-child(3) {
  /* width: 264px; */
  height: 26px;
  font-size: 16px;
  margin: 0 0 0 37px;
  font-weight: 400;
  color: #ffffff;
  line-height: 27px;
  opacity: 0.8;
}
.container .content-itemize .classify .bottom div button {
  width: 140px;
  height: 40px;
  margin: 31px 0 0 37px;
  border: 1px solid #e6e6e6;
  background-color: transparent;
  color: #ffffff;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 15px;
}
.container .content-itemize .classify .bottom div button:hover {
  background: #fff;
  color: #0a61af;
  border-color: #fff;
  width: 160px;
}
.container .content-itemize .classify .bottom div * {
  position: relative;
  z-index: 1;
}
.container .content-itemize .classify .bottom div:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: no-repeat center/cover;
  z-index: 1;
  transition: all 0.3s;
  transition-timing-function: cubic-bezier(1, 0.33, 1, 1);
}
.container .content-itemize .classify .bottom div:hover:before {
  transform: scale(1.3) rotate(-2deg);
}
.container .content-itemize .classify .bottom div:nth-child(1):before {
  background-image: url(./slices/bg_blue2.png);
}
.container .content-itemize .classify .bottom div:nth-child(2):before {
  background-image: url(./slices/bg_blue4.png);
}
.container .content-itemize .classify .bottom div:nth-child(3):before {
  background-image: url(./slices/bg_blue5.png);
}
.container .content-about {
  height: auto;
  background: url(./slices/bg_3605.png) no-repeat center/cover;
}
.container .content-about .about {
  width: 1300px;
  margin: 0 auto;
  padding: 120px 0 60px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.container .content-about .about img {
  height: auto !important;
  border-radius: 0;
  width: 100%;
}
.container .content-about .about-1 {
  color: #555;
}
.container .content-about .about .about-content {
  margin-right: 42px;
}

.container .content-about .about div h3 {
  height: 31px;
  font-size: 30px;
  font-weight: 400;
  color: #0a61af;
  line-height: 24px;
}
.container .content-about .about div .about-1 {
  margin-top: 30px;
  font-size: 16px;
  font-weight: 400;
  color: #7b7b7b;
  line-height: 34px;
  position: relative;
}

.container .content-about .about div.text-right {
  position: absolute;
  right: 0;
  bottom: 0;
}
.container .content-about .about div.text-right .blue-link {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #7b7b7b;
}

.container .content-about .about div .about-1 span {
  margin-left: 602px;
  font-size: 12px;
  color: #0a61af;
}
.container .content-about .about div ul {
  margin-top: 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}
.container .content-about .about div ul li {
  list-style: none;
}
.container .content-about .about div ul li p {
  margin-top: 10px;
  font-size: 14px;
  color: #7b7b7b;
}
.container .content-about .about div ul li p span {
  font-size: 40px;
  font-weight: 400;
  color: #ff8947;
}
.container .content-esearch {
  background-image: url(./slices/bg_3597.png);
  height: 578px;
}

.container .content-esearch .research {
  width: 1300px;
  margin: 0 auto;
}
.container .content-esearch .research h3 {
  font-size: 30px;
  font-weight: 400;
  color: #333333;
  padding: 48px 0 26px;
}
.container .content-esearch .research .research-1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.container .content-esearch .research .research-1 a {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #535353;
}
.container .content-esearch .research .research-1 div {
  width: 240px;
  height: 190px;
  background: #ffffff;
  border-radius: 20px;
  text-align: center;
  margin-bottom: 20px;
  border: 2px solid #fff;
  transition: all 0.3s;
}
.container .content-esearch .research .research-1 div:hover {
  border-color: #0a61af;
}
.container .content-esearch .research .research-1 div:hover * {
  color: #0a61af;
}
.container .content-esearch .research .research-1 div img {
  margin: 28px 0 20px;
  max-width: 89px;
  max-height: 89px;
}
.container .content-core {
  background-image: url(./slices/bg_3600.png);
  padding-bottom: 52px;
}

.container .content-core .message {
  width: 1300px;
  margin: 0 auto;
}
.container .content-core .message .top {
  padding: 50px 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.container .content-core .message .top h3 {
  font-size: 30px;
  font-weight: 400;
  color: #333333;
}
.container .content-core .message .top ul {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
}
.container .content-core .message .top ul a {
  font-size: 16px;
  font-family: Microsoft YaHei;
  color: #444444;
}
.container .content-core .message .top ul .slick-active a {
  color: #0a61af;
  font-weight: bold;
}
.container .content-core .message .top ul li {
  margin-left: 40px;
  cursor: pointer;
}
.container .content-core .message .top ul .top-li {
  color: #0a61af;
}
.container .content-core .message .buttom {
  display: flex;
  justify-content: space-around;
}
.container .content-core .message .buttom div {
  width: 427px;
}

.container .content-core .message .buttom-1 a {
  font-size: 20px;
  color: #333333;
  display: inherit;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.container .content-core .message .buttom .buttom-1 .img {
  width: 100%;
  height: 290px;
}
.container .content-core .message .buttom .buttom-1 div {
  margin-top: -4px;
  padding: 28px 26px 24px;
  background-color: white;
  font-size: 20px;
  height: 143px;
}

.container .content-core .message .buttom .buttom-1 div:nth-child(2) p + p {
  color: #7b7b7b;
  font-size: 14px;
  margin: 10px 0;
}
.container .content-core .message .buttom .buttom-1 div a img {
  width: 36px;
}
.container .content-core .message .buttom .buttom-2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.container .content-core .message .buttom .buttom-2 .description {
  margin: 15px 0 18px;
  height: 50px;
  overflow: hidden;
}
.container .content-core .message .buttom .buttom-2 a {
  color: #7b7b7b;
}
.container .content-core .message .buttom .buttom-2 .description a {
  font-size: 15px;
  color: #7b7b7b;
  line-height: 24px;
}

.container .content-core .message .buttom .buttom-2 div {
  background: #ffffff;
  width: 427px;
  height: 211px;
  padding: 28px 26px 24px;
}
.container .content-core .message .buttom .buttom-2 div:first-child {
  margin-bottom: 9px;
}
.container .content-core .message .buttom .buttom-2 div h3 {
  margin-bottom: 10px;
}
.container .content-core .message .buttom .buttom-2 div h3 a {
  display: inherit;
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.container .content-core .message a:hover {
  color: #0a61af;
}
.container .content-core .message .buttom .buttom-2 div:nth-child(3) {
  margin: 20px 0 14px;
}
.container .content-core .message .buttom .buttom-2 div img {
  width: 36px;
}
.container .content-core .message .buttom .buttom-3 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.container .content-core .message .buttom .buttom-3 div {
  background: #ffffff;
  width: 100%;
  height: 139px;
  padding: 28px 30px 16px;
}
.container .content-core .message .buttom .buttom-3 div h3 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
  padding: 0;
}
.container .content-core .message .buttom .buttom-3 div h3 a {
  color: #333333;
  display: inherit;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.container .content-core .message h3 a:hover {
  color: #0a61af !important;
}

.container .content-core .message div h3 {
  padding: 0;
}
.container .content-core .message .buttom .buttom-3 div img {
  margin-top: 10px;
  width: 36px;
}

.container .cooperation {
  width: 1300px;
  margin: 0 auto;
  margin-bottom: 45px;
}
.container .cooperation h3 {
  font-size: 30px;
  font-weight: 400;
  color: #333333;
  padding: 50px 0 24px;
}
.container .cooperation .cooperation-1 {
  /* display: flex; */
  justify-content: space-between;
}
.container .cooperation .cooperation-1 div.in {
  width: 208px;
  height: 130px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  text-align: center;
  padding-top: 40px;
  transition: all 0.3s;
}
.container .cooperation .cooperation-1 div.in:hover {
  border: 1px solid #116cbe;
}
.container .cooperation .cooperation-2 {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.container .cooperation .cooperation-2 div {
  width: 12px;
  height: 12px;
  margin: 0 8px;
  border-radius: 50%;
  background: #ededed;
}
.container .cooperation .cooperation-2 .prompt {
  background-color: #0a61af;
}
.container .cooperation .cooperation-1 .lazy {
  width: 100%;
}


@media screen and (max-width: 769px) {
  .container .content-about .about div.text-right {
    margin: 0 !important;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1280px) {
  body * {
  }
  body * {
  }
  body * {
  }
  body * {
  }
  body * {
  }
  body * {
  }
  body * {
  }
  body * {
  }
  body * {
  }
  body * {
  }
  .container .content-core .message .buttom div {
  width: 33%;
  }
  .container .content-itemize .classify .top div {
    width: 24%;
  }
  .container .content-itemize .classify .bottom div {
    width: 32%;
  }
  .container .content-itemize .classify .top {
    column-gap: 20px;
  }
  .flexcol5 {
    justify-content: space-between;
  }
  .www1200 {
    width: 1200px !important;
    /* padding-left: 20px !important; */
    /* padding-right: 20px !important; */
  }
  .container .content-core .message .buttom-1 a {
    width: 100%;
  }
  .container .content-core .message .buttom .buttom-1 .img {
    height: auto;
    width: 100%;
  }
  .container .content-core .message .buttom {
    column-gap: 10px;
  }
  .container .content-esearch .research .research-1 {
    column-gap: 10px;
  }

  .container .content-esearch .research .research-1 div {
    width: 229px;
  }
}