.main {
  padding-top: 108px;
  background-color: #fff;
}

.main .box .box-content {
  max-width: 1400px;
  margin: 0 auto;
}

.main .box .box-content .title {
  font-size: 36px;
  font-weight: bold;
}


.main .banner .box-content .banner-content {
  padding: 40px 0 105px;
}

.zoomDiv {
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  background: #fff;
  border: 1px solid #eff1f1;
  display: none;
  text-align: center;
  overflow: hidden
}

.zoomMask {
  position: absolute;
  z-index: 99;
  cursor: move;
  background: rgba(255, 255, 255, .4)
}

.zoomDiv img {
  max-width: inherit
}

.main .banner .box-content .banner-content .left {
  width: 482px;
}

.main .banner .box-content .banner-content .left .img-box {
  position: relative;
  width: 100%;
  height: 410px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
}

.main .banner .box-content .banner-content .left .img-box img {
  max-width: 100%;
  max-height: 100%;
  display: none;
}

.main .banner .box-content .banner-content .left .img-box .img-show {
  display: block;
}

.main .banner .box-content .banner-content .left .swiper-wrap {
  position: relative;
}

.main .banner .box-content .banner-content .left .swiper-wrap .swiper1 {
  width: calc(100% - 50px);
}

.main .banner .box-content .banner-content .left .swiper-wrap .swiper1 .swiper-wrapper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.main .banner .box-content .banner-content .left .swiper-wrap .swiper1 .swiper-wrapper .swiper-slide .img-wrap {
  width: 80px;
  height: 80px;
  background-color: #ffffff;
  border-radius: 15px;
  border: solid 1px rgba(160, 160, 160, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
}

.main .banner .box-content .banner-content .left .swiper-wrap .swiper1 .swiper-wrapper .swiper-slide .img-wrap img {
  max-width: 100%;
}

.main .banner .box-content .banner-content .left .swiper-wrap .swiper1 .swiper-wrapper .swiper-slide-active .img-wrap {
  border: solid 1px #0762d5;
}

.main .banner .box-content .banner-content .left .swiper-wrap .swiper-button-next,
.main .banner .box-content .banner-content .left .swiper-wrap .swiper-button-prev {
  color: #717171;
  z-index: 1;
}

.main .banner .box-content .banner-content .left .swiper-wrap .swiper-button-next:after,
.main .banner .box-content .banner-content .left .swiper-wrap .swiper-button-prev:after {
  font-size: 16px;
}

.main .banner .box-content .banner-content .left .swiper-wrap .swiper-button-next {
  right: 0;
}

.main .banner .box-content .banner-content .left .swiper-wrap .swiper-button-prev {
  left: 0;
}

.main .banner .box-content .banner-content>.right {
  width: 752px;
  min-height: 490px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.main .banner .box-content .banner-content>.right .top .title-box {
  padding-bottom: 35px;
  border-bottom: 1px solid #DDDDDD;
}

.main .banner .box-content .banner-content>.right .top .title-box .left {
  flex: 1;
  font-size: 32px;
  color: #111111;
}

.main .banner .box-content .banner-content>.right .top .title-box .right {
  width: 95px;
}

.main .banner .box-content .banner-content>.right .top .title-box .right .img-wrap {
  margin: 0 7px;
}

.main .banner .box-content .banner-content>.right .top .text-box {
  padding: 35px 0;
  font-size: 14px;
  color: #3e3e3e;
  line-height: 30px;
}

.main .banner .box-content .banner-content>.right .btn-box {
  margin-top: 40px;
}

.main .banner .box-content .banner-content>.right .btn-box .btn {
  width: 183px;
  height: 47px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.main .banner .box-content .banner-content>.right .btn-box .btn .icon {
  margin-right: 13px;
}

.main .banner .box-content .banner-content>.right .btn-box .btn1 {
  margin-right: 37px;
}

.main .banner .box-content .banner-content>.right .btn-box .btn2 {
  background-color: #F3A000;
}

.main .nav-box .nav-wrap {
  width: 100%;
  height: 59px;
  background-color: #f2f5f8;
  border-radius: 10px;
  padding: 0 10px;
}

.main .nav-box .nav-wrap .nav {
  cursor: pointer;
  margin: 0 31px;
  height: 100%;
  font-size: 16px;
  line-height: 59px;
  color: #2f2f2f;
  font-weight: bold;
}

.main .nav-box .nav-wrap .nav.active,
.main .nav-box .nav-wrap .nav:hover {
  color: #0762d5;
  position: relative;
  transition: all .3s;
}

.main .nav-box .nav-wrap .nav.active::before,
.main .nav-box .nav-wrap .nav:hover::before {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #0762D5;
  position: absolute;
  bottom: 0;
  left: 0;
}

.main .nav-box-top {
  width: 100%;
  position: fixed;
  top: 108px;
  left: 0;
  z-index: 5;
  background-color: #f2f5f8;
}

.main .nav-box-top-m {
  width: 100%;
  position: fixed;
  top: 70px;
  left: 0;
  z-index: 5;
  background-color: #f2f5f8;
}

.main .box1 .box-content {
  padding-bottom: 60px;
}

.main .box1 .box-content .title {
  padding: 58px 0;
}

.main .box1 .box-content .img-box {
  width: 750px;
  margin: 0 auto;
}

.main .box1 .box-content .img-box img {
  width: 100%;
}

.main .box2 {
  background-color: #F8FAFB;
}

.main .box2 .box-content {
  padding-bottom: 100px;
}

.main .box2 .box-content .title {
  padding: 40px 0 56px;
}

.main .box2 .box-content .tab-box .tab {
  cursor: pointer;
  padding: 0 17px;
  margin-right: 16px;
  font-size: 16px;
  border-radius: 24px;
  height: 47px;
  line-height: 47px;
}

.main .box2 .box-content .tab-box .tab.active,
.main .box2 .box-content .tab-box .tab:hover {
  background-color: #0762D5;
  color: #fff;
}

.main .box2 .box-content .swiper-wrap {
  width: 100%;
  position: relative;
  margin-top: 63px;
  padding-bottom: 50px;
}

.main .box2 .box-content .swiper-wrap .swiper2 {
  width: 100%;
  height: 275px;
}

.main .box2 .box-content .swiper-wrap .swiper2 .swiper-slide {
  background-color: #F8FAFB;
}

.main .box2 .box-content .swiper-wrap .swiper2 .swiper-slide:hover {
  background-color: #fff;
}

.main .box2 .box-content .swiper-wrap .swiper-pagination {
  position: absolute;
  bottom: 0;
}

.main .box2 .box-content .swiper-wrap .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background-color: #ECECEC;
  opacity: 1;
  margin: 0 9px;
}

.main .box2 .box-content .swiper-wrap .swiper-pagination .swiper-pagination-bullet-active {
  border: solid 2px #0762d5;
  background-color: #fff;
}

.main .box3 .box-content {
  padding-bottom: 112px;
}

.main .box3 .box-content .title {
  padding: 63px 0 40px;
}

.main .box3 .box-content .table .tr {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 50px;
  line-height: 49px;
  border-bottom: 1px solid #E9EEF3;
  font-size: 16px;
}

.main .box3 .box-content .table .tr .td:nth-of-type(1) {
  width: 145px;
  text-align: center;
}

.main .box3 .box-content .table .tr .td:nth-of-type(2) {
  flex: 1;
  padding-left: 68px;
}

.main .box4 {
  background-color: #F8FAFB;
}

.main .box4 .box-content {
  padding-bottom: 94px;
}

.main .box4 .box-content .title {
  padding: 77px 0 32px;
}

.main .box4 .box-content .list .item {
  width: 100%;
  height: 109px;
  background-color: #ffffff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 74px 0 46px;
  margin-bottom: 16px;
}

.main .box4 .box-content .list .item:last-of-type {
  margin-bottom: 0;
}

.main .box4 .box-content .list .item .left .text1 {
  font-size: 18px;
  font-weight: bold;
  color: #202225;
}

.main .box4 .box-content .list .item .left .text2 {
  font-size: 14px;
  color: #6b6b6b;
  margin-top: 10px;
}

.main .box4 .box-content .list .item .left .text2 span {
  margin-right: 28px;
}

.main .box4 .box-content .list .item .right {
  display: flex;
  align-items: center;
  justify-content: center;
}

.main .box4 .box-content .list .item .right .text {
  font-size: 16px;
  color: #0762d5;
  margin-left: 9px;
}

@media screen and (max-width: 1400px) {
  .main .banner .box-content .banner-content .left {
    width: 34%;
  }

  .main .banner .box-content .banner-content>.right {
    width: 54%;
  }

  .main .box1 .box-content .img-box {
    width: 53%;
    margin: 0 auto;
  }

  .main .box .box-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .main .nav-box {
    padding: 0 20px;
  }

  .main .nav-box .box-content {
    padding: 0;
  }
}

@media screen and (max-width: 1024px) {
  .main .box .box-content .title {
    font-size: 32px;
    padding: 40px 0;
  }

  .main .box1 .box-content .img-box {
    width: 80%;
  }

  .main .box2 .box-content,
  .main .box3 .box-content,
  .main .box4 .box-content {
    padding-bottom: 60px;
  }

  .main .box2 .box-content .swiper-wrap {
    margin-top: 30px;
  }

  .main .box2 .box-content .swiper-wrap {
    padding-bottom: 40px;
  }

  .main .box2 .box-content .swiper-wrap .swiper-pagination .swiper-pagination-bullet {
    margin: 0 6px;
  }

  .main .product-style:hover::after {
    display: none;
  }

  .main .box2 .box-content .swiper-wrap .swiper2 .swiper-slide:hover {
    background-color: transparent;
  }

  .main .box2 .box-content .swiper-wrap .swiper2 {
    height: 250px;
  }

  .main .product-style {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 980px) {
  .main .banner .box-content .banner-content .left .swiper-wrap .swiper1 .swiper-wrapper .swiper-slide .img-wrap {
    width: 70px;
    height: 70px;
  }
}

@media screen and (max-width: 980px) {
  .main .banner .box-content .banner-content .left .swiper-wrap .swiper1 .swiper-wrapper .swiper-slide .img-wrap {
    width: 60px;
    height: 60px;
  }
}

@media screen and (max-width: 820px) {
  .main .box2 .box-content .tab-box {
    overflow-x: auto;
    white-space: nowrap;
  }

  .main .box2 .box-content .tab-box::-webkit-scrollbar {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .main .box .box-content .title {
    font-size: 30px;
    padding: 30px 0;
  }

  .main .banner .box-content .banner-content {
    flex-direction: column;
    padding: 50px 0;
  }

  .main .banner .box-content .banner-content>div {
    width: 100% !important;
  }

  .main .banner .box-content .banner-content .left .img-box {
    display: none;
  }

  .main .banner .box-content .left .swiper-wrap {
    position: relative;
  }

  .main .banner .box-content .left .swiper-wrap .swiper1 {
    width: 100%;
  }

  .main .banner .box-content .left .swiper-wrap .swiper1 .swiper-wrapper .swiper-slide .img-wrap {
    width: 70% !important;
    height: 400px !important;
    border: none !important;
  }

  .main .banner .box-content .left .swiper-wrap .swiper1 .swiper-wrapper .swiper-slide .img-wrap img {
    max-width: 100%;
    object-fit: cover;
  }

  .main .banner .box-content .right>div {
    width: 100% !important;
  }

  .main .banner .box-content .banner-content>.right {
    min-height: auto;
    margin-top: 30px;
  }

  .main .banner .box-content .banner-content>.right .top .text-box {
    padding: 40 0;
  }

  .main .banner .box-content .banner-content>.right .btn-box {
    margin-top: 10px;
  }

  .main .nav-box .nav-wrap .nav {
    margin: 0 2px;
    flex: 1;
    text-align: center;
  }

  .main .nav-box .nav-wrap .nav.active::before {
    width: 60px;
    left: calc(50% - 30px);
    font-size: 16px;
  }

  .main .box1 .box-content .img-box {
    width: 100%;
  }

  .main .banner .box-content .banner-content>.right .top .title-box .left {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .main .box2 .box-content,
  .main .box3 .box-content,
  .main .box4 .box-content {
    padding-bottom: 40px;
  }

  .main .box2 .box-content .tab-box .tab {
    margin: 0 8px 0 0;
  }

  .main .box2 .box-content .swiper-wrap .swiper2 {
    height: 225px;
  }

  .main .box3 .box-content .table .tr {
    height: auto;
    line-height: normal;
    padding: 10px 0;
  }

  .main .box3 .box-content .table .tr .td:nth-of-type(1) {
    width: 19%;
    min-width: 90px;
  }

  .main .box3 .box-content .table .tr .td:nth-of-type(2) {
    padding-left: 3%;
    min-width: 200px;
  }

  .main .box4 .box-content .list .item {
    padding: 0 20px;
  }

  .main .box4 .box-content .list .item .left {
    width: 70%;
  }

  .main .box4 .box-content .list .item .left .text2>span {
    margin-right: 2%;
    white-space: nowrap;
  }

  .main .box4 .box-content .list .item .left .text1 {
    width: 80%;
  }
}

@media screen and (max-width: 630px) {
  .main .box .box-content .title {
    font-size: 28px;
  }

  .main .banner .box-content .left .swiper-wrap .swiper1 .swiper-wrapper .swiper-slide .img-wrap {
    height: 300px !important;
  }

  .main .box2 .box-content .tab-box .tab {
    padding: 0 10px;
  }
}

@media screen and (max-width: 570px) {
  .main .box2 .box-content .swiper-wrap .swiper2 {
    height: 205px;
  }
}

@media screen and (max-width: 560px) {
  .main .box .box-content .title {
    font-size: 24px;
  }

  .main .banner .box-content .banner-content>.right .top .title-box {
    flex-direction: column;
    align-items: flex-start;
  }

  .main .banner .box-content .banner-content .left {
    width: 100%;
  }

  .main .banner .box-content .banner-content>.right .top .title-box .right {
    margin-top: 15px;
  }
}

@media screen and (max-width: 430px) {
  .main .banner .box-content .left .swiper-wrap .swiper1 .swiper-wrapper .swiper-slide .img-wrap {
    height: 200px !important;
  }

  .main .box2 .box-content .swiper-wrap {
    margin-top: 20px;
  }
}

@media screen and (max-width: 425px) {
  .main .box2 .box-content .swiper-wrap .swiper2 {
    height: 185px;
  }
}

@media screen and (max-width: 360px) {
  .main .box2 .box-content .swiper-wrap .swiper2 {
    height: 145px;
  }
}

/* 20240305 新增 begin */
.about-down{
  display: flex;
}
.about-down a{
  width: 24%;
  margin-right: 1%;
  background: #fff;
  height: 166px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  flex-direction: column;
  overflow: hidden;
  font-size: 18px;
  color: #202225;
}
.about-down a:last-child{
  margin-right: 0;
}
.about-down a span{
  margin-top: 16px;
}
.about-down a:hover{
  box-shadow: 0px 0px 24px 0px rgba(4,0,0,0.1);
  color: #0762D5;
}
@media screen and (max-width: 1200px) {
  .about-down{
    flex-wrap: wrap;
  }
  .about-down a{
    width: 48%;
    margin-right: 4%;
  }
  .about-down a:nth-child(2n){
    margin-right: 0;
    margin-bottom: 4%;
  }
}

.main .box2{
  background: #fff;
}
.main .content-wrap2 .box2 .box-content .table-box{
  margin: 0 0;
}

.table-box .btn-down::before{
  content: '';
  display: inline-block;
  vertical-align: middle;
  background: url("../images/icon/down.png") no-repeat;
  width: 18px;
  height: 17px;
}
/* 20240305 新增 end */
