.banner {
  position: relative;
}

.banner .taplanguage {
  left: 0;
  top: 406px;
  z-index: 3;
  width: 100%;
  height: 32px;
  line-height: 32px;
  text-align: center;
  position: absolute;
}

.banner .taplanguage a {
  width: 98px;
  height: 30px;
  margin: 0 8px;
  color: #005bac;
  display: inline-block;
  border: solid 1px #005bac;
}

.banner .taplanguage a.active {
  color: #ffffff;
  background-color: #005bac;
}

.product {
  padding-bottom: 60px;
}

.product .main::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.product .main .items {
  float: left;
  width: 518px;
  height: 365px;
  margin-left: 20px;
  position: relative;
  border: solid 1px #e5e5e5;
}

.product .main .items:nth-child(3n+1) {
  margin-left: 0;
}

.product .main .items:hover .circles {
  opacity: 0;
}

.product .main .items:hover .item {
  opacity: 1;
}

.product .main .items .circles {
  top: 50%;
  left: 50%;
  width: 160px;
  height: 160px;
  font-size: 20px;
  margin-top: -80px;
  margin-left: -80px;
  position: absolute;
  border-radius: 100%;
  transition: all 0.5s;
  background-color: rgba(0, 91, 172, 0.5);
}

.product .main .items .circles .circle {
  top: 50%;
  left: 50%;
  width: 144px;
  height: 144px;
  font-size: 20px;
  color: #ffffff;
  margin-top: -72px;
  line-height: 144px;
  margin-left: -72px;
  position: absolute;
  text-align: center;
  border-radius: 100%;
  transition: all 0.5s;
  background-color: rgba(0, 91, 172, 0.7);
}

.product .main .items .item {
  opacity: 0;
  margin: 19px;
  width: 400px;
  height: 327px;
  padding: 0 40px;
  color: #ffffff;
  text-align: center;
  transition: all 0.5s;
  background-color: rgba(0, 91, 172, 0.9);
}

.product .main .items .item h3 {
  font-size: 24px;
  line-height: 95px;
  border-bottom: solid 1px #f8f9fb;
}

.product .main .items .item .itemtext {
  padding: 30px 0;
  border-bottom: solid 1px #f8f9fb;
}

.product .main .items .item .itemtext::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.product .main .items .item .itemtext ul {
  width: 48%;
  float: left;
  text-align: left;
}

.product .main .items .item .itemtext ul li {
  font-size: 14px;
  color: #ffffff;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.product .main .items .item .itemtext ul.ul2 {
  float: right;
}

.product .main .items .item p {
  font-size: 14px;
  color: #ffffff;
  line-height: 80px;
}

.package .main::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.package .main .package_cnt {
  padding-top: 27px;
}

.package .main .package_cnt::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.package .main .package_cnt .items {
  float: left;
  width: 790px;
  height: 358px;
  margin-left: 20px;
  transition: all 0.5s;
  background-color: #ffffff;
}

.package .main .package_cnt .items:nth-child(2n+1) {
  margin-left: 0;
}

.package .main .package_cnt .items:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.package .main .package_cnt .items:hover .right {
  background-color: #005bac;
}

.package .main .package_cnt .items:hover .right h3 {
  color: #ffffff;
}

.package .main .package_cnt .items:hover .right h3::after {
  left: 0;
  width: 50px;
  height: 3px;
  content: '';
  bottom: -20px;
  position: absolute;
  background-color: #ffffff;
}

.package .main .package_cnt .items:hover .right ul {
  color: #ffffff;
}

.package .main .package_cnt .items:hover .right .details p {
  border-color: #ffffff;
}

.package .main .package_cnt .items:hover .right .details span {
  border-color: #ffffff;
}

.package .main .package_cnt .items .left {
  float: left;
  width: 406px;
  height: 318px;
  overflow: hidden;
}

.package .main .package_cnt .items .left .swiper-container {
  width: 406px;
  height: 318px;
}

.package .main .package_cnt .items .left .swiper-container .swiper-wrapper {
  width: 406px;
  height: 318px;
}

.package .main .package_cnt .items .left .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: auto;
}

.package .main .package_cnt .items .left .swiper-container .swiper-pagination {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 12px;
  text-align: center;
  font-size: 0;
}

.package .main .package_cnt .items .left .swiper-container .swiper-pagination .swiper-pagination-switch {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 8px;
  border-radius: 12px;
  vertical-align: top;
  background: #000000;
  opacity: 0.6;
  filter: alpha(opacity=60);
  cursor: pointer;
}

.package .main .package_cnt .items .left .swiper-container .swiper-pagination .swiper-active-switch {
  position: relative;
  background: #005bac;
  opacity: 1;
  filter: alpha(opacity=100);
}

.package .main .package_cnt .items .right {
  float: right;
  width: 304px;
  height: 318px;
  padding-left: 40px;
  transition: all 0.5s;
  margin: 20px 20px 0 0;
  background-color: #f8f9fb;
}

.package .main .package_cnt .items .right h3 {
  font-size: 20px;
  color: #333333;
  padding-top: 40px;
  position: relative;
}

.package .main .package_cnt .items .right h3::after {
  left: 0;
  width: 50px;
  height: 3px;
  content: '';
  bottom: -20px;
  position: absolute;
  background-color: #005bac;
}

.package .main .package_cnt .items .right ul {
  height: 115px;
  font-size: 14px;
  color: #333333;
  overflow: hidden;
  padding-top: 50px;
  line-height: 30px;
}

.package .main .package_cnt .items .right .details {
  padding-top: 20px;
}

.package .main .package_cnt .items .right .details p {
  float: left;
  height: 30px;
  padding: 0 20px;
  font-size: 14px;
  color: #005bac;
  line-height: 30px;
  border: solid 1px #005bac;
  background-color: #ffffff;
}

.package .main .package_cnt .items .right .details span {
  float: left;
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #ffffff;
  line-height: 32px;
  text-align: center;
  border: solid 1px #005bac;
  background-color: #005bac;
}

@media screen and (max-width: 1620px) {
  .product .main .items {
    width: 384px;
    height: 270px;
    margin-left: 21px;
  }
  .product .main .items .circles {
    width: 120px;
    height: 120px;
    margin-top: -60px;
    margin-left: -60px;
  }
  .product .main .items .circles .circle {
    width: 104px;
    height: 104px;
    margin-top: -52px;
    line-height: 104px;
    margin-left: -52px;
  }
  .product .main .items .item {
    opacity: 0;
    width: 264px;
    height: 227px;
  }
  .product .main .items .item h3 {
    font-size: 14px;
    line-height: 40px;
  }
  .product .main .items .item .itemtext {
    padding: 20px 0;
  }
  .product .main .items .item .itemtext ul {
    width: 50%;
  }
  .product .main .items .item .itemtext ul li {
    font-size: 12px;
    color: #ffffff;
    line-height: 20px;
  }
  .product .main .items .item p {
    line-height: 40px;
  }
}

@media screen and (max-width: 1620px) {
  .package .main .package_cnt .items {
    width: 590px;
    height: 263px;
  }
  .package .main .package_cnt .items .left {
    width: 280px;
    height: 263px;
  }
  .package .main .package_cnt .items .left .swiper-container {
    width: 280px;
    height: 263px;
  }
  .package .main .package_cnt .items .left .swiper-container .swiper-wrapper {
    width: 280px;
    height: 263px;
  }
  .package .main .package_cnt .items .left .swiper-container .swiper-wrapper .swiper-slide img {
    width: 280px;
    height: 263px;
  }
  .package .main .package_cnt .items .left .swiper-container .swiper-pagination {
    bottom: 20px;
  }
  .package .main .package_cnt .items .right {
    width: 231px;
    height: 223px;
    padding-left: 20px;
  }
  .package .main .package_cnt .items .right h3 {
    font-size: 16px;
    padding-top: 15px;
  }
  .package .main .package_cnt .items .right ul {
    font-size: 14px;
    padding-top: 30px;
    height: 90px;
  }
  .package .main .package_cnt .items .right .details {
    padding-top: 20px;
  }
}

@media screen and (max-width: 1620px) {
  .banner .taplanguage {
    top: 300px;
  }
}
