.con {
  padding-bottom: 70px;
  background-size: cover;
  background-image: url(../img/coke/con_bg.png);
}
.con .con_tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.con .con_prev {
  cursor: pointer;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  border: 1px solid #e6e6e6;
  background: rgba(255, 255, 255, 0.2);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.con .con_prev::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: transparent;
  border-right: 2px solid #e6e6e6;
  border-top: 2px solid #e6e6e6;
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.con .con_prev:hover {
  border-color: rgb(224, 26, 33);
  background: rgb(224, 26, 33);
}
.con .con_prev:hover::after {
  border-color: white;
}
.con .con_next {
  cursor: pointer;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  border: 1px solid #e6e6e6;
  background: rgba(255, 255, 255, 0.2);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.con .con_next::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: transparent;
  border-right: 2px solid #e6e6e6;
  border-top: 2px solid #e6e6e6;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.con .con_next:hover {
  border-color: rgb(224, 26, 33);
  background: rgb(224, 26, 33);
}
.con .con_next:hover::after {
  border-color: white;
}
.con .sw_con {
  width: 1440px;
  margin: 0 32px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.06);
}
.con .sw_con .swiper-slide {
  cursor: pointer;
  height: 96px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.con .sw_con .swiper-slide::after {
  width: 1px;
  height: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  background: rgba(45, 45, 45, 0.1);
}
.con .sw_con .swiper-slide:last-child::after {
  display: none;
}
.con .con_icon {
  height: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
          margin-bottom: 7px;
}
.con .tab_absolute {
    padding: 0 14%;
    text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  opacity: 0;
  background-size: cover;
  background-image: url(../img/coke/icon_bg.jpg);
}
.con .con_tit {
  line-height: 32px;
}
.con .red {
  color: rgb(224, 26, 33);
  margin-right: 4px;
  font-family: Arial;
}
.con .red em {
  font-weight: bold;
}
.con .number_flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 32px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.con .number_flx > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.con .detail_top {
  line-height: 30px;
}
.con .detail_btm {
  line-height: 30px;
}
.con .detail_top img{
  max-width: 100% !important;
}
.con .detail_btm img{
  max-width: 100% !important;
}
.con .common_title {
  margin: 70px 0 45px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.con .common_title > div::after {
  margin-left: auto;
  margin-right: auto;
}
.con .tab_act .tab_absolute {
  opacity: 1;
}

.pro {
  padding: 70px 0;
  position: relative;
}
.pro::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 2;
}
.pro .pro_bg {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.9);
  overflow: hidden;
}
.pro .pro_bg img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
}
.pro .pro_bg .pro_act {
  opacity: 1;
}
.pro .wrap {
  position: relative;
  z-index: 3;
}
.pro .common_title{
    justify-content: center;
}
.pro .common_title>div::after{
    margin-left: auto;
    margin-right: auto;
}
.pro .sw_pro {
  margin-top: 45px;
  position: relative;
  z-index: 3;
}
.pro .pro_point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 32px;
  position: relative;
  z-index: 3;
}
.pro .pro_point span {
  margin: 0 6px;
  border-radius: 50px;
  width: 10px;
  height: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: rgb(216, 216, 216);
  opacity: 1;
}
.pro .pro_point .swiper-pagination-bullet-active {
  background: rgb(242, 56, 69);
  width: 30px;
}
.pro .pro_img {
  position: relative;
  height: 0;
  padding-bottom: 56%;
  overflow: hidden;
  display: block;
}
.pro .pro_img img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
}
.pro .pro_tit {
  position: absolute;
  bottom: 28px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: white;
  width: 100%;
  text-align: center;
  padding: 0 20px;
}
.pro .swiper-slide:hover .pro_tit {
  bottom: 38px;
}
.pro .swiper-slide:hover .pro_img img {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}

.company {
  background: rgb(244, 244, 244);
  padding: 70px 0;
}
.company .common_title{
    justify-content: center;
}
.company .common_title>div::after{
    margin-left: auto;
    margin-right: auto;
}
.company .company_list {
  margin-top: 45px;
}
.company .company_list > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 17px;
}
.company .company_list > div:last-child {
  margin-bottom: 0;
}
.company .company_l {
  width: 66.25%;
}
.company .company_img {
  position: relative;
  height: 100%;
  overflow: hidden;
  display: block;
}
.company .company_img img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
}
.company .company_img:hover img {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.company .company_r {
  width: 33.75%;
  height: 572px;
  padding: 70px;
  position: relative;
  background-size: cover;
  background-image: url(../img/coke/list_bg.png);
  background-color: white;
  line-height: 30px;
}
.company .tit {
  color: rgb(190, 166, 112);
  font-weight: bold;
  margin-bottom: 32px;
}
.company .des {
  margin-bottom: 48px;
  /*height: 120px;*/
}
.company .address {
  margin-bottom: 20px;
}
.company .company_more {
  position: absolute;
  left: 70px;
  bottom: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.company .company_more span {
  margin-left: 7px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgb(242, 56, 69);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.company .company_more span::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background-color: transparent;
  border-right: 1px solid white;
  border-top: 1px solid white;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.company .company_more:hover {
  color: rgb(242, 56, 69);
}

@media only screen and (max-width: 1600px) {
  .con .con_prev {
    width: 50px;
    height: 50px;
  }
  .con .con_next {
    width: 50px;
    height: 50px;
  }
  .con .sw_con {
    width: 80%;
  }
  .company .company_r {
    padding: 40px;
  }
  .company .company_more {
    left: 40px;
    bottom: 40px;
  }
  .company .company_r {
    height: 465px;
  }
  .company .tit {
    margin-bottom: 15px;
  }
  .company .address {
    margin-bottom: 15px;
  }
  .company .des {
    margin-bottom: 20px;
  }
  .company .company_l {
    width: 56.25%;
  }
  .company .company_r {
    width: 43.75%;
  }
  .con .tab_absolute {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1200px) {
  .con .sw_con .swiper-slide {
    height: 70px;
  }
  .con .con_icon {
    height: 40px;
  }
  .con_icon img {
    height: 100%;
  }
  .con .sw_con {
    margin: 0 20px;
  }
}
@media only screen and (max-width: 1000px) {
  .company .company_l {
    width: 30%;
  }
  .company .company_r {
    width: 70%;
  }
  .company .des {
    height: auto;
  }
  .company .company_more {
    position: relative;
    left: 0;
    bottom: 0;
    margin-top: 30px;
  }
  .company .company_r {
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .con .swiper-slide-thumb-active .tab_absolute {
    opacity: 0;
  }
  .con .sw_con .swiper-slide::after {
    display: none;
  }
  .con .sw_con {
    width: 60%;
    margin: 0 16px;
  }
  .con .sw_con .swiper-slide {
    height: 60px;
  }
  .con .con_prev {
    width: 40px;
    height: 40px;
  }
  .con .con_next {
    width: 40px;
    height: 40px;
  }
  .con .common_title {
    margin: 30px 0 20px;
  }
  .con .number_flx > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    text-align: center;
  }
  .con .number_flx > div:nth-child(n+3) {
    margin-top: 20px;
  }
  .con .number_flx {
    margin: 15px 0;
  }
  .con {
    padding-bottom: 40px;
  }
  .pro {
    padding: 40px 0;
  }
  .pro .pro_tit {
    bottom: 10px;
  }
  .pro .sw_pro {
    margin-top: 25px;
  }
  .pro .pro_point {
    margin-top: 20px;
  }
  .company {
    padding: 40px 0;
  }
  .company .company_list {
    margin-top: 25px;
  }
  .company .company_list > div {
    display: block;
  }
  .company .company_l {
    width: 100%;
  }
  .company .company_r {
    width: 100%;
    padding: 20px;
    line-height: 1.5;
  }
  .company_img {
    height: 0;
    padding-bottom: 56%;
  }
  .company .tit {
    margin-bottom: 10px;
  }
  .company .des {
    margin-bottom: 10px;
  }
  .company .address {
    margin-bottom: 10px;
  }
  .company .company_more {
    margin-top: 10px;
  }
  .common_title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .common_title > div::after {
    margin-left: auto;
    margin-right: auto;
  }
}
