.con {

}
.con .tab {
    padding-top: 40px;
  padding-bottom: 40px;
  box-shadow: 5px 8.66px 50px 0px rgba(144, 144, 144, 0.2);
}
.con .tab .w1440 {
  display: flex;
}
.con .tab .item {
  flex: 0 0 calc((100% - 40px)/3);
  margin-right: 20px;
  cursor: pointer;
}
.con .tab .item .main {
  width: 100%;
  background: #f0f0f0;
  border-radius: 15px;
  overflow: hidden;
  transition: all 0.4s linear;
}
.con .tab .item .image {
  height: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 53%;
}
.con .tab .item .image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  transition: all 0.4s linear;
}
.con .tab .item .info {
  padding: 20px;
}
.con .tab .item .info .tit {
  font-weight: 600;
  text-align: center;
  color: #333333;
  letter-spacing: 1.5px;
  transition: all 0.2s linear;
}
.con .tab .item .info .subTit {
  color: #666666;
  margin-top: 10px;
  text-align: center;
  transition: all 0.2s linear;
}
.con .tab .item .image_icon {
  text-align: center;
  margin-top: 20px;
  visibility: hidden;
}
.con .tab .item .image_icon img {
  height: 24px;
}
.con .tab .item:hover .image img {
  transform: scale(1.05);
}
.con .tab .item:last-child {
  margin-right: 0;
}
.con .tab .item.act .main {
  background: linear-gradient(#ff3f48 0%, #db2029 100%);
}
.con .tab .item.act .image img {
  transform: scale(1.05);
}
.con .tab .item.act .image_icon {
  visibility: visible;
  animation: rippleEffect 1.5s ease-in infinite;
}
.con .tab .item.act .tit,
.con .tab .item.act .subTit {
  color: #fff;
}
.con .dis_flex {
  display: flex;
}
.con .ju_center {
  justify-content: center;
}
.con .text_cen {
  text-align: center;
}
.con .dis_flex_wrap {
  display: flex;
  flex-wrap: wrap;
}
.con .tab_box1 {
  padding-top: 40px;
}
.con .tab_box1 .nav {
  display: flex;
}
.con .tab_box1 .nav > div {
  flex: 1;
  padding: 40px;
  font-weight: 400;
  text-align: center;
  color: #666666;
  position: relative;
  cursor: pointer;
  transition: all 0.2s linear;
}
.con .tab_box1 .nav > div:after {
  content: "";
  width: 0%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  background: #b01f24;
  transition: all 0.4s linear;
}
.con .tab_box1 .nav > div:hover {
  color: #2b2b2b;
}
.con .tab_box1 .nav > div.act {
  color: #2b2b2b;
  background: #f6f6f6;
  box-shadow: 5px 8.66px 20px 0px #dfe1e5;
}
.con .tab_box1 .nav > div.act:after {
  width: 100%;
}
.con .tab_box1 .tab_box1_item1 .page1 {
  padding: 40px 0;
}
.con .tab_box1 .tab_box1_item1 .page1 .tit {
  text-align: center;
  font-weight: 600;
  color: #333333;
  letter-spacing: 2.7px;
}
.con .tab_box1 .tab_box1_item1 .page1 .tit>div {
        display: flex;
    align-items: center;
    justify-content: center;
    
}
.con .tab_box1 .tab_box1_item1 .page1 .tit>div p {
    
      font-size: 133%;
  color: #d0111b;
}
.con .tab_box1 .tab_box1_item1 .page1 .tit span {
  font-size: 133%;
  color: #d0111b;
}
.con .tab_box1 .tab_box1_item1 .page1 .subTit {
  font-weight: 400;
  text-align: center;
  color: #666666;
  margin-top: 16px;
}
.con .tab_box1 .tab_box1_item1 .page1 .subTit span {
  color: #d0121b;
}
.con .tab_box1 .tab_box1_item1 .page2 {
  padding: 40px 0;
  background: url(/static/cn/img/businessLayout_image1.jpg) no-repeat;
  background-size: cover;
}
.con .tab_box1 .tab_box1_item1 .page2 .page2_tit {
  font-weight: 400;
  text-align: center;
  color: #2b2b2b;
}
.con .tab_box1 .tab_box1_item1 .page2 .main {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.con .tab_box1 .tab_box1_item1 .page2 .main > div {
  flex: 0 0 calc((100% - 60px)/4);
  height: auto;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 11.31px 11.31px 16px 0px #eaecf4;
  padding:40px 20px 20px 20px;
  margin-right: 20px;
  margin-top:20px;
}
.con .tab_box1 .tab_box1_item1 .page2 .main > div .image {
  height: 58px;
  text-align: center;
}
.con .tab_box1 .tab_box1_item1 .page2 .main > div .image img {
  height: 100%;
}
.con .tab_box1 .tab_box1_item1 .page2 .main > div .tit {
  font-weight: 600;
  text-align: center;
  color: #333333;
  margin-top: 10px;
}
.con .tab_box1 .tab_box1_item1 .page2 .main > div .subTit {
  margin-top: 16px;
  font-weight: 400;
  text-align: center;
  color: #666666;
}
.con .tab_box1 .tab_box1_item1 .page2 .main > div:nth-child(4n) {
  margin-right: 0;
}
.con .tab_box1 .tab_box1_item1 .page2 .mt_80 {
  margin-top: 40px;
}
.con .tab_box1 .tab_box1_item1 .page2 .dis_flex_wrap {
  margin-top: 20px;
}
.con .tab_box1 .tab_box1_item1 .page2 .dis_flex_wrap > div {
  flex: 0 0 calc((100% - 100px)/6);
  
  margin-top: 20px;
  margin-right: 20px;
 
}
.con .tab_box1 .tab_box1_item1 .page2 .dis_flex_wrap > div > div{
    padding: 12px;
  background: #ffffff;
  border-radius: 10px;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
   display: flex;
  align-items: center;
  justify-content: center;
  height:70px;
}
.con .tab_box1 .tab_box1_item1 .page2 .dis_flex_wrap > div  p{
    text-align: center;
    margin-top: 10px;
}
.con .tab_box1 .tab_box1_item1 .page2 .dis_flex_wrap > div img {
  max-height: 100%;
  max-width: 100%;
  transition: all 0.4s linear;
    object-fit: contain;
}
.con .tab_box1 .tab_box1_item1 .page2 .dis_flex_wrap > div:hover img {
  transform: scale(1.05);
}
.con .tab_box1 .tab_box1_item1 .page2 .dis_flex_wrap > div:nth-child(6n) {
  margin-right: 0;
}
.con .tab_box1 .tab_box1_item1 .page2 .tab_box1_swiepr1_box {
  margin-top: 40px;
  position: relative;
}
.con .tab_box1 .tab_box1_item1 .page2 .tab_box1_swiepr1_box .swiper-slide .image {
  height: 0;
  position: relative;
  width: 100%;
  padding-top: 63%;
  overflow: hidden;
  border-radius: 20px;
}
.con .tab_box1 .tab_box1_item1 .page2 .tab_box1_swiepr1_box .swiper-slide .image img {
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s linear;
}
.con .tab_box1 .tab_box1_item1 .page2 .tab_box1_swiepr1_box .swiper-slide p {
  padding-top: 18px;
  text-align: center;
  color: #2b2b2b;
}
.con .tab_box1 .tab_box1_item1 .page2 .tab_box1_swiepr1_box .swiper-slide:hover img {
  transform: scale(1.05);
}
.con .tab_box1 .tab_box1_item1 .page2 .tab_box1_swiepr1_box .swiper-button-next,
.con .tab_box1 .tab_box1_item1 .page2 .tab_box1_swiepr1_box .swiper-button-prev {
  margin-top: -20px;
  background: #F0F0F0;
  box-shadow: 0px 10px 20px 0px rgba(204, 204, 204, 0.35);
}
.con .tab_box1 .tab_box1_item2 {
  display: none;
}
.con .tab_box1 .tab_box1_item2 .col_red {
  color: #d0111b !important;
}
.con .tab_box1 .tab_box1_item2 .dis_flex {
  margin-top: 40px;
}
.con .tab_box1 .tab_box1_item2 .dis_flex > div {
  flex: 1;
  height: auto;
  text-align: center;
  align-self: flex-end;
}
.con .tab_box1 .tab_box1_item2 .dis_flex .flex_l img,
.con .tab_box1 .tab_box1_item2 .dis_flex .flex_r img {
  max-width: 100%;
}
.con .tab_box1 .tab_box1_item2 .mt_84 {
  margin-top: 40px;
}
.con .tab_box2 {
  padding-top:40px;
  display: none;
}
.con .tab_box2 .nav {
  display: flex;
}
.con .tab_box2 .nav > div {
  flex: 1;
  padding: 40px;
  font-weight: 400;
  text-align: center;
  color: #666666;
  position: relative;
  cursor: pointer;
  transition: all 0.2s linear;
}
.con .tab_box2 .nav > div:after {
  content: "";
  width: 0%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  background: #b01f24;
  transition: all 0.4s linear;
}
.con .tab_box2 .nav > div:hover {
  color: #2b2b2b;
}
.con .tab_box2 .nav > div.act {
  color: #2b2b2b;
  background: #f6f6f6;
  box-shadow: 5px 8.66px 20px 0px #dfe1e5;
}
.con .tab_box2 .nav > div.act:after {
  width: 100%;
}
.con .tab_box2 .tab_box2_item1 .page1 {
  padding: 40px 0;
}
.con .tab_box2 .tab_box2_item1 .page1 .tit {
  text-align: center;
  font-weight: 600;
  color: #333333;
  letter-spacing: 2.7px;
}
.con .tab_box2 .tab_box2_item1 .page1 .tit span {
  font-size: 133%;
  color: #d0111b;
}
.con .tab_box2 .tab_box2_item1 .page1 .subTit {
  font-weight: 400;
  text-align: center;
  color: #666666;
  margin-top: 16px;
  display: flex;
    align-items: center;
    justify-content: center;
}
.con .tab_box2 .tab_box2_item1 .page1 .subTit p {
    
     color: #d0121b;
}
.con .tab_box2 .tab_box2_item1 .page1 .subTit span {
  color: #d0121b;
}
.con .tab_box2 .tab_box2_item1 .page1 .mt_46 {
  margin-top: 40px;
}
.con .tab_box2 .tab_box2_item1 .page1 .mt_46 img {
  max-width: 100%;
}
.con .tab_box2 .tab_box2_item1 .page1 .mt_20 {
  margin-top: 20px;
}
.con .tab_box2 .tab_box2_item1 .page1 .mt_28 {
  margin-top: 20px;
}
.con .tab_box2 .tab_box2_item1 .page1 .dis_flex_wrap.mt_28 > div {
  flex: 0 0 calc((100% - 60px)/4);
  margin-right: 20px;
  margin-top: 20px;
  background: #f2f2f2;
  border-radius: 10px;
  overflow: hidden;
}
.con .tab_box2 .tab_box2_item1 .page1 .dis_flex_wrap.mt_28 > div .image {
  width: 100%;
  height: 0;
  padding-top: 56%;
  overflow: hidden;
  position: relative;
}
.con .tab_box2 .tab_box2_item1 .page1 .dis_flex_wrap.mt_28 > div .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  transition: all 0.4s linear;
}
.con .tab_box2 .tab_box2_item1 .page1 .dis_flex_wrap.mt_28 > div > div {
  padding: 12px 40px;
}
.con .tab_box2 .tab_box2_item1 .page1 .dis_flex_wrap.mt_28 > div > div .fnt_28 {
  color: #333333;
  font-weight: 600;
  flex: 0 0 auto;
  align-self: center;
}
.con .tab_box2 .tab_box2_item1 .page1 .dis_flex_wrap.mt_28 > div > div .fnt_16 {
  padding-left: 40px;
  color: #666666;
  align-self: center;
}
.con .tab_box2 .tab_box2_item1 .page1 .dis_flex_wrap.mt_28 > div:hover img {
  transform: scale(1.05);
}
.con .tab_box2 .tab_box2_item1 .page1 .dis_flex_wrap.mt_28 > div:nth-child(4n) {
  margin-right: 0;
}
.con .tab_box2 .tab_box2_item1 .page2 {
  padding: 40px 0;
  background: rgba(242, 242, 242, 0.6);
}
.con .tab_box2 .tab_box2_item1 .page2 .page2_tit {
  text-align: center;
  color: #2b2b2b;
}
.con .tab_box2 .tab_box2_item1 .page2 .mt_50 {
  margin-top: 20px;
}
.con .tab_box2 .tab_box2_item1 .page2 .dis_flex_wrap > div {
  flex: 0 0 calc((100% - 100px)/6);
 
  margin-top: 20px;
  margin-right: 20px;
  
}
.con .tab_box2 .tab_box2_item1 .page2 .dis_flex_wrap > div > div{
     padding: 12px;
  background: #ffffff;
  border-radius: 10px;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
    display: flex;
  align-items: center;
  justify-content: center;
  height:70px;
}
.con .tab_box2 .tab_box2_item1 .page2 .dis_flex_wrap > div p{
    
    text-align: center;
    margin-top: 10px;
}
.con .tab_box2 .tab_box2_item1 .page2 .dis_flex_wrap > div img {
  max-height: 100%;
  max-width: 100%;
  transition: all 0.4s linear;
  object-fit: cover;
}
.con .tab_box2 .tab_box2_item1 .page2 .dis_flex_wrap > div:hover img {
  transform: scale(1.05);
}
.con .tab_box2 .tab_box2_item1 .page2 .dis_flex_wrap > div:nth-child(6n) {
  margin-right: 0;
}
.con .tab_box2 .tab_box2_item1 .page3 {
  padding: 40px 0;
}
.con .tab_box2 .tab_box2_item1 .page3 .tab_box2_swiepr1_box {
  position: relative;
}
.con .tab_box2 .tab_box2_item1 .page3 .tab_box2_swiepr1_box .swiper-slide .image {
  height: 0;
  position: relative;
  width: 100%;
  padding-top: 63%;
  overflow: hidden;
  border-radius: 20px;
}
.con .tab_box2 .tab_box2_item1 .page3 .tab_box2_swiepr1_box .swiper-slide .image img {
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s linear;
}
.con .tab_box2 .tab_box2_item1 .page3 .tab_box2_swiepr1_box .swiper-slide p {
  padding-top: 18px;
  text-align: center;
  color: #2b2b2b;
}
.con .tab_box2 .tab_box2_item1 .page3 .tab_box2_swiepr1_box .swiper-slide:hover img {
  transform: scale(1.05);
}
.con .tab_box2 .tab_box2_item1 .page3 .tab_box2_swiepr1_box .swiper-button-next,
.con .tab_box2 .tab_box2_item1 .page3 .tab_box2_swiepr1_box .swiper-button-prev {
  margin-top: -20px;
}
.con .tab_box2 .tab_box2_item2 {
  display: none;
}
.con .tab_box2 .tab_box2_item2 .mt_80 {
  margin-top: 40px;
}
.con .tab_box2 .tab_box2_item2 .mt_30 {
  margin-top:20px;
}
.con .tab_box2 .tab_box2_item2 .page1 .dis_flex_wrap.mt_28 > div {
  flex: 0 0 calc((100% - 40px) / 3);
}
.con .tab_box2 .tab_box2_item2 .page1 .dis_flex_wrap.mt_28 > div:nth-child(4n) {
  margin-right: 20px;
}
.con .tab_box2 .tab_box2_item2 .page1 .dis_flex_wrap.mt_28 > div:nth-child(3n) {
  margin-right: 0;
}
.con .tab_box2 .tab_box2_item2 .page1 .dis_flex_wrap.mt_28 > div > div {
  padding:20px 40px;
}
.con .tab_box3 {
  display: none;
  padding-top: 40px;
}
.con .tab_box3 .tab_box3_item1 .page1 {
  padding: 0 0 40px 0;
}
.con .tab_box3 .tab_box3_item1 .page1 .tit {
  text-align: center;
  font-weight: 600;
  color: #333333;
  letter-spacing: 2.7px;
}
.con .tab_box3 .tab_box3_item1 .page1 .tit span {
  font-size: 133%;
  color: #d0111b;
}
.con .tab_box3 .tab_box3_item1 .page1 .subTit {
  font-weight: 400;
  text-align: center;
  color: #666666;
  margin-top: 16px;
}
.con .tab_box3 .tab_box3_item1 .page1 .subTit span {
  color: #d0121b;
}
.con .tab_box3 .tab_box3_item1 .page2 {
  padding:40px 0;
  background: url(/static/cn/img/businessLayout_image12.jpg) no-repeat;
  background-size: cover;
}
.con .tab_box3 .tab_box3_item1 .page2 .page2_tit {
  font-weight: 400;
  text-align: center;
  color: #2b2b2b;
}
.con .tab_box3 .tab_box3_item1 .page2 .main {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.con .tab_box3 .tab_box3_item1 .page2 .main > div {
  flex: 0 0 calc((100% - 40px)/3);
  height: auto;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 11.31px 11.31px 16px 0px #eaecf4;
  padding:40px 20px 20px 20px;
  margin-right: 20px;
  margin-top: 20px;
}
.con .tab_box3 .tab_box3_item1 .page2 .main > div .image {
  height: 58px;
  text-align: center;
}
.con .tab_box3 .tab_box3_item1 .page2 .main > div .image img {
  height: 100%;
}
.con .tab_box3 .tab_box3_item1 .page2 .main > div .tit {
  font-weight: 600;
  text-align: center;
  color: #333333;
  margin-top: 10px;
}
.con .tab_box3 .tab_box3_item1 .page2 .main > div .subTit {
  margin-top: 16px;
  font-weight: 400;
  text-align: center;
  color: #666666;
}
.con .tab_box3 .tab_box3_item1 .page2 .main > div:nth-child(3n) {
  margin-right: 0;
}
.con .tab_box3 .tab_box3_item1 .page2 .image_list {
  text-align: center;
}
.con .tab_box3 .tab_box3_item1 .page2 .image_list img {
  max-width: 100%;
}
.con .tab_box3 .tab_box3_item1 .page2 .mt_80 {
  margin-top: 40px;
}
.con .tab_box3 .tab_box3_item1 .page2 .dis_flex_wrap {
  margin-top: 20px;
}
.con .tab_box3 .tab_box3_item1 .page2 .dis_flex_wrap > div {
  flex: 0 0 calc((100% - 100pxvw)/6);
 
  margin-top: 20px;
  margin-right: 20px;
 
}
.con .tab_box3 .tab_box3_item1 .page2 .dis_flex_wrap > div > div{
     padding: 12px;
  background: #ffffff;
  border-radius: 10px;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
     display: flex;
  align-items: center;
  justify-content: center;
  height:70px;
}
.con .tab_box3 .tab_box3_item1 .page2 .dis_flex_wrap > div p{
 text-align: center;
 margin-top: 10px;
}
.con .tab_box3 .tab_box3_item1 .page2 .dis_flex_wrap > div img {
  max-height: 100%;
  max-width: 100%;
  transition: all 0.4s linear;
  object-fit: cover;
}
.con .tab_box3 .tab_box3_item1 .page2 .dis_flex_wrap > div:hover img {
  transform: scale(1.05);
}
.con .tab_box3 .tab_box3_item1 .page2 .dis_flex_wrap > div:nth-child(6n) {
  margin-right: 0;
}
.con .tab_box3 .tab_box3_item1 .page2 .tab_box1_swiepr1_box {
  margin-top: 40px;
  position: relative;
}
.con .tab_box3 .tab_box3_item1 .page2 .tab_box1_swiepr1_box .swiper-slide .image {
  height: 0;
  position: relative;
  width: 100%;
  padding-top: 63%;
  overflow: hidden;
  border-radius: 20px;
}
.con .tab_box3 .tab_box3_item1 .page2 .tab_box1_swiepr1_box .swiper-slide .image img {
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s linear;
}
.con .tab_box3 .tab_box3_item1 .page2 .tab_box1_swiepr1_box .swiper-slide p {
  padding-top: 18px;
  text-align: center;
  color: #2b2b2b;
}
.con .tab_box3 .tab_box3_item1 .page2 .tab_box1_swiepr1_box .swiper-slide:hover img {
  transform: scale(1.05);
}
.con .tab_box3 .tab_box3_item1 .page2 .tab_box1_swiepr1_box .swiper-button-next,
.con .tab_box3 .tab_box3_item1 .page2 .tab_box1_swiepr1_box .swiper-button-prev {
  margin-top: -20px;
  background: #F0F0F0;
  box-shadow: 0px 10px 20px 0px rgba(204, 204, 204, 0.35);
}
@keyframes rippleEffect {
  0% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-10px);
  }
}


.con  .page4 {
  padding: 40px 0;
  background-color: #fff;
}
.con   .page4 .page4_con{
  width: 100%;
  max-width: 1680px;
  margin: auto;
  position: relative;
}
.con   .page4  .swiper-slide {
  width: 100%;
}
.con  .page4  .swiper-slide > div {
  position: relative;
}
.con   .page4  .swiper-slide .image {
  padding-top: 38.1%;
  height: 0;
  border-radius: 40px;
  position: relative;
  overflow: hidden;
}
.con   .page4  .swiper-slide .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s linear;
}
.con   .page4  .swiper-slide .info {
  position: absolute;
  bottom: 0;
  text-align: center;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
  background: rgba(25, 25, 25, 0.6);
  border-radius: 30px 30px 0px 0px;
  padding: 20px 0;
}
.con  .page4  .swiper-slide .info .tit {
  font-weight: 400;
  text-align: center;
  color: #ffffff;
}
.con  .page4  .swiper-slide:hover .image img {
  transform: scale(1.05);
}
.con  .page4 .mySwiper_page5_footer_box {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  width: 100%;
  max-width: 64.28%;
}
.con  .page4 .mySwiper_page5_footer_box .mySwiper_page5_footer {
  margin: auto;
  width: 100%;
  background: rgba(25, 25, 25, 0.5);
  border-radius: 30px 30px 0px 0px;
}
.con   .page4 .mySwiper_page5_footer_box .mySwiper_page5_footer .swiper-slide {
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  padding: 22px 0;
  cursor: pointer;
  transition: all 0.4s linear;
}
.con    .page4 .mySwiper_page5_footer_box .mySwiper_page5_footer .swiper-slide p {
  position: relative;
  z-index: 2;
}
.con  .page4 .mySwiper_page5_footer_box .mySwiper_page5_footer .swiper-slide:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  z-index: 1;
  transition: all 0.4s linear;
  border-radius: 30px 30px 0px 0px;
  background: rgba(25, 25, 25, 0.6);
}
.con  .page4 .mySwiper_page5_footer_box .mySwiper_page5_footer .swiper-slide-thumb-active:after {
  width: 100%;
}
@media only screen and (max-width: 1720px) {
  .con .page4 .page4_con {
    max-width: calc(100% - 110px);
  }
}
@media only screen and (max-width: 768px) {
    .con .page4 .page4_con {
    max-width: 90%;
  }
  .con .page4 {
    padding: 40px 0;
  }
  .con .tab_box1 .tab_box1_item1 .page1 .tit>div{
      flex-wrap: wrap
  }
  .con .page4 .page4_con  .swiper-slide .image {
    padding-top: 56%;
  }
  .con .page4 .page4_con  .swiper-slide .info {
    width: 100%;
  }
  .con .page4 .page4_con  .swiper-slide .image {
    border-radius: 20px;
  }
  .con .page4 .page4_con  .swiper-slide .info {
    border-radius: 20px;
    padding: 10px 20px;
  }
  .con .page4 .page4_con  .swiper-slide .info .tit {
    font-size: 14px;
  }
    .con .tab_box2 .tab_box2_item1 .page2 .dis_flex_wrap > div > div,
    .con .tab_box1 .tab_box1_item1 .page2 .dis_flex_wrap > div > div,
    .con .tab_box3 .tab_box3_item1 .page2 .dis_flex_wrap > div > div{
        height:40px;
              padding: 10px;
    }
  .con {
    padding-top: 20px;
  }
  .con .tab .w1440 {
   overflow-x: auto;
   padding-bottom: 10px;
   
  }
  
 .con .tab .w1440::-webkit-scrollbar {
width:100%;
height: 2px;
   background: #dcdcdc;
   border-radius: 8px;
    }
    /* 5,滑块 */
 .con .tab .w1440::-webkit-scrollbar-thumb {
height: 100%;
  background: #d0121b;
border-radius: 8px;
}
  .con .tab .item {
    flex: 0 0 60%;
  }
  .con .tab .item .info {
    padding: 20px;
  }
  .con .tab .item .image_icon {
    margin-top: 10px;
  }
  .con .tab {
    padding-bottom: 40px;
  }
  .con .tab_box2 .nav > div,
  .con .tab_box1 .nav > div {
    padding: 0 10px 10px 10px;
  }
  .con .tab_box1 .tab_box1_item1 .page1 {
    padding: 40px 0;
  }
  .con .tab_box1 .tab_box1_item1 .page1 .subTit {
    margin-top: 10px;
  }
  .con .tab_box1 .tab_box1_item1 .page2 {
    padding: 40px 0;
  }
  .con .tab_box1 .tab_box1_item1 .page2 .main {
    margin-top: 20px;
  }
  .con .tab_box1 .tab_box1_item1 .page2 .main > div {
    flex: 0 0 100%;
    margin-right: 0;
    margin-bottom: 20px;
    padding: 20px;
    margin-top: 0;
  }
  .con .tab_box1 .tab_box1_item1 .page2 .mt_80 {
    margin-top: 40px;
  }
  .con .tab_box3 .tab_box3_item1 .page2 .main > div .image,
  .con .tab_box1 .tab_box1_item1 .page2 .main > div .image {
    height: 40px;
  }
  .con .tab_box1 {
    padding-top: 40px;
  }
  .con .tab .item .image_icon img {
    height: 14px;
  }
  .con .tab_box3 .tab_box3_item1 .page2 .dis_flex_wrap > div,
  .con .tab_box2 .tab_box2_item1 .page2 .dis_flex_wrap > div,
  .con .tab_box1 .tab_box1_item1 .page2 .dis_flex_wrap > div {
    flex: 0 0 calc((100% - 30px) / 4);
    width: calc((100% - 30px) / 4);
    margin-right: 10px;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .con .tab_box2 .tab_box2_item1 .page2 .dis_flex_wrap > div > div a,
  .con .tab_box1 .tab_box1_item1 .page2 .dis_flex_wrap > div > div a,
  .con .tab_box3 .tab_box3_item1 .page2 .dis_flex_wrap > div > div a{
      display: flex;
      align-content: center;
      justify-content: center;
  }
  .con .tab_box1 .tab_box1_item1 .page2 .dis_flex_wrap {
    margin-top: 20px;
  }
  .con .tab_box2 .tab_box2_item1 .page1 .dis_flex_wrap.mt_28 > div > div .fnt_16{
      padding-left: 10px;
  }
  .con .tab_box2 .tab_box2_item1 .page1 .dis_flex_wrap.mt_28 > div > div .fnt_28{
      line-height: 1;
  }
  .con .tab_box3 .tab_box3_item1 .page2 .dis_flex_wrap > div:nth-child(6n),
  .con .tab_box2 .tab_box2_item1 .page2 .dis_flex_wrap > div:nth-child(6n),
  .con .tab_box1 .tab_box1_item1 .page2 .dis_flex_wrap > div:nth-child(6n) {
    margin-right: 10px;
  }
  .con .tab_box3 .tab_box3_item1 .page2 .dis_flex_wrap > div:nth-child(4n),
  .con .tab_box2 .tab_box2_item1 .page2 .dis_flex_wrap > div:nth-child(4n),
  .con .tab_box1 .tab_box1_item1 .page2 .dis_flex_wrap > div:nth-child(4n) {
    margin-right: 0px;
  }
  .con .tab_box1 .tab_box1_item1 .page2 .tab_box1_swiepr1_box {
    margin-top: 50px;
  }
  .con .tab_box3 .tab_box3_item1 .page2 .tab_box1_swiepr1_box .swiper-slide p,
  .con .tab_box1 .tab_box1_item1 .page2 .tab_box1_swiepr1_box .swiper-slide p,
  .con .tab_box2 .tab_box2_item1 .page3 .tab_box2_swiepr1_box .swiper-slide p {
    padding-top: 10px;
  }
  .con .tab_box3 .tab_box3_item1 .page2 .tab_box1_swiepr1_box .swiper-button-next,
  .con .tab_box3 .tab_box3_item1 .page2 .tab_box1_swiepr1_box .swiper-button-prev,
  .con .tab_box2 .tab_box2_item1 .page3 .tab_box2_swiepr1_box .swiper-button-next,
  .con .tab_box2 .tab_box2_item1 .page3 .tab_box2_swiepr1_box .swiper-button-prev,
  .con .tab_box1 .tab_box1_item1 .page2 .tab_box1_swiepr1_box .swiper-button-next,
  .con .tab_box1 .tab_box1_item1 .page2 .tab_box1_swiepr1_box .swiper-button-prev {
    margin-top: -10px;
  }
  .con .tab_box2 .tab_box2_item1 .page1 {
    padding: 40px 0 20px 0;
  }
  .con .tab_box2 .tab_box2_item1 .page1 .subTit {
    margin-top: 20px;
  }
  .con .tab_box2 .tab_box2_item1 .page1 .mt_46 {
    margin-top: 40px;
  }
  .con .tab_box2 .tab_box2_item1 .page1 .mt_20 {
    margin-top: 40px;
  }
  .con .tab_box2 .tab_box2_item1 .page1 .mt_28 {
    margin-top: 20px;
  }
  .con .tab_box2 .tab_box2_item1 .page1 .dis_flex_wrap.mt_28 > div {
    flex: 0 0 100%;
    margin: 0 0 20px 0;
  }
  .con .tab_box2 .tab_box2_item1 .page1 .dis_flex_wrap.mt_28 > div > div {
    padding: 10px 20px;
  }
  .con .tab_box2 .tab_box2_item1 .page2 {
    padding: 40px 0 30px 0;
  }
  .con .tab_box2 .tab_box2_item1 .page2 .mt_50 {
    margin-top: 20px;
  }
  .con .tab_box2 .tab_box2_item1 .page3 {
    padding: 40px 0;
  }
  .con .tab_box3 {
    padding-top: 40px;
  }
  .con .tab_box3 .tab_box3_item1 .page1 .subTit {
    margin-top: 20px;
  }
  .con .tab_box3 .tab_box3_item1 .page1 {
    padding-bottom: 40px;
  }
  .con .tab_box3 .tab_box3_item1 .page2 {
    padding: 40px 0;
  }
  .con .tab_box3 .tab_box3_item1 .page2 .main {
    margin-top: 20px;
  }
  .con .tab_box3 .tab_box3_item1 .page2 .main > div {
    flex: 0 0 100%;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 20px;
    padding: 20px;
  }
  .con .tab_box3 .tab_box3_item1 .page2 .mt_80 {
    margin-top: 40px;
  }
  .con .tab_box2 .tab_box2_item2 .mt_30,
  .con .tab_box3 .tab_box3_item1 .page2 .dis_flex_wrap {
    margin-top: 20px;
  }
}
