.product_container1 {
  /*padding: 1.4rem 0 1.1rem;*/
}

.product_container1 .box {
  text-align: center;
}
.product_container1 .box h5 {
  font-size: 0.32rem;
  color: #000;
}
.product_container1 .box .desc {
  margin-top: 0.36rem;
  padding: 0 3.2rem;
}
.product_container1 .box .desc p {
  font-size: 0.18rem;
  color: #666;
  line-height: 1.7;
}
.product_container1 .box1 {
  margin-top: 1.6rem;
}
.product_container1 .box1 .item {
  padding: 0 0.32rem 0.48rem;
  margin: 0 0.35rem;
  border-bottom: 0.05rem solid transparent;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.product_container1 .box1 .item .left img {
  width: 0.5rem;
}
.product_container1 .box1 .item .right {
  margin-left: 0.42rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.product_container1 .box1 .item .right div {
  font-size: 0.2rem;
}
.product_container1 .box1 .item .right p {
  font-size: 0.2rem;
  font-family: 'gilroy_regular';
  color: #ccc;
  margin-top: 0.12rem;
}
.product_container1 .box1 .item:hover {
  border-color: #e60039;
}
.pro_title {
  font-size: 18px;
  color: #e60039;
}
.product_container2 {
  background: #f3f3f3;
}
.product_container2 .box {
  padding: 0 1.65rem;
  margin-top: 0.68rem;
}
.product_container2 .box iframe{
     height: 7.8rem;
}


.product_container2 .box .video {
  position: relative;
}
.product_container2 .box .video video {
  width: 100%;
  height: 7.6rem;
  -o-object-fit: cover;
  object-fit: cover;
}
.product_container2 .box .position {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 1;
}
.product_container2 .box .position img {
  width: 1.15rem;
  cursor: pointer;
}
.product_container2 .box .position.active {
  opacity: 0;
}
.product_container3 .box {
  position: relative;
  --width: 14.3rem;
  margin-top: 0.68rem;
}
.product_container3 .box .swiper-slide {
  width: var(--width);
  position: relative;
  padding: 0 0.76rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product_container3 .box .swiper-slide .img img {
  width: 100%;
}
.product_container3 .box .page {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0.6rem;
  z-index: 1;
}
.product_container3 .box .page span {
  border-radius: 0;
  width: 0.6rem;
  height: 4px;
  opacity: 0.3;
  background: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.product_container3 .box .page .swiper-pagination-bullet-active {
  opacity: 1;
}
.product_container3 .box .button .p {
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.product_container3 .box .button .p svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.product_container3 .box .button .p:hover svg path {
  fill: #e60039;
}
.product_container3 .box .button .prev {
  left: calc((100% - var(--width)) / 2 - 6px);
}
.product_container3 .box .button .next {
  right: calc((100% - var(--width)) / 2 - 6px);
}
.product_container3 .box1 {
  /*margin-top: 0.9rem;*/
  text-align: center;
}
.product_container3 .box1 h5 {
  font-size: 0.32rem;
}
.product_container3 .box1 p {
  font-size: 0.18rem;
  color: #666;
  margin-top: 0.34rem;
}
.product_container4 .box {
  margin-top: 0.78rem;
  padding: 0 2.2rem;
  /*display: grid;*/
  /*gap: 0.9rem;*/
  font-size: 0.18rem;
  color: #666;
  line-height: 1.8;
}
.product_container4 .box .item img {
  width: 100%;
}
.product_container4 .box .item .desc {
  margin-top: 0.84rem;
  text-align: center;
}
.product_container4 .box .item .desc h5 {
  font-size: 0.32rem;
}
.product_container4 .box .item .desc p {
  font-size: 0.18rem;
  color: #666;
  margin-top: 0.4rem;
  padding: 0 1rem;
  line-height: 1.8;
}
.product_container5 {
  background: #f3f3f3;
  padding-bottom: 1.8rem;
}
.product_container5 .box {
  margin-top: 0.74rem;
  padding: 0 2rem;
  font-size: 0.18rem;
    line-height: 1.8;
    color: #666;
  
}
.product_container5 .box .div {
  text-align: center;
  /*margin-bottom: 0.9rem;*/
}
.product_container5 .box .div:last-child {
  margin-bottom: 0;
}
.product_container5 .box .div .title {
  font-size: 0.26rem;
}
.product_container5 .box .div .desc {
  font-size: 0.18rem;
  color: #666;
  margin-top: 0.35rem;
  line-height: 1.8;
  padding: 0 0.74rem;
}
.product_container5 .box .div .img {
  margin-top: 0.35rem;
}
.product_container5 .box .div .img img {
  width: 100%;
}
.product_container5 .box .div .imgList {
  margin-top: 0.75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.product_container5 .box .div .imgList > div {
  width: 47%;
}
.product_container5 .box .div .imgList > div img {
  width: 100%;
}
.product_container5 .box .div .imgList > div figcaption {
  font-size: 0.18rem;
  color: #666;
  line-height: 1.8;
  text-align: left;
  margin-top: 0.46rem;
}
.product_container6 .box {
  margin-top: 0.78rem;
}
@media screen and (min-width: 1200px){
    .product_container6 .box .swiper{
        padding: 0 20px 0 0;
    }

}



.product_container6 .box .banner .swiper-slide {
  padding-bottom: 15px;
}
.product_container6 .box .banner .swiper-slide .item a {
  display: block;
  padding: 0.5rem 0;
  position: relative;
  -webkit-box-shadow: 10px 10px 10px #d9d9d9;
  box-shadow: 10px 10px 10px #d9d9d9;
}
.product_container6 .box .banner .swiper-slide .item a::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.product_container6 .box .banner .swiper-slide .item a .img {
  height: 4.55rem;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.product_container6 .box .banner .swiper-slide .item a .img img {
  max-height: 100%;
  margin: auto;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  max-width: 90%;
}
.product_container6 .box .banner .swiper-slide .item a figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  font-family: 'gilroy_Medium';
  font-size: 0.24rem;
  width: 100%;
  text-align: center;
  bottom: 0rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
}
.product_container6 .box .banner .swiper-slide .item a:hover .img img {
  opacity: 0.2;
}
.product_container6 .box .banner .swiper-slide .item a:hover figcaption {
  bottom: 0.45rem;
  opacity: 1;
}
.product_container6 .box .banner .swiper-slide .item.active a .img img {
  opacity: 0.2;
}
.product_container6 .button {
  margin-top: 0.52rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.product_container6 .button .p {
  cursor: pointer;
  margin: 0 0.2rem;
}
.product_container6 .button .p svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.product_container6 .button .p:hover svg path {
  fill: #e60039;
}
.product_container7 .box {
  margin-top: 0.96rem;
  display: grid;
  gap: 0.2rem;
}
.product_container7 .box .item .left {
  width: 4.15rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.product_container7 .box .item .left p {
  font-size: 0.32rem;
}
.product_container7 .box .item .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.product_container7 .box .item .right img {
  width: 100%;
}
.product_container8 .box {
  margin-top: 0.2rem;
}
.product_container8 .box .boxLeft {
  width: 4.15rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.product_container8 .box .boxLeft .main h5 {
  font-size: 0.32rem;
}
.product_container8 .box .boxLeft .main > div {
  margin-top: 0.36rem;
}
.product_container8 .box .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.product_container8 .box .boxRight img {
  width: 100%;
}
.product_container9 {
  background: #f3f3f3;
}
.product_container9 .box {
  margin-top: 0.76rem;
  display: grid;
  gap: 0.7rem;
}
.product_container9 .box .item .boxLeft {
  width: 50%;
}
.product_container9 .box .item .boxLeft img {
  width: 100%;
}
.product_container9 .box .item .boxRight {
  width: 46%;
  position: relative;
  padding-top: 0.5rem;
}
.product_container9 .box .item .boxRight .content0 h5 {
  font-size: 0.26rem;
  line-height: 1.8;
}
.product_container9 .box .item .boxRight .content1 {
  font-size: 0.18rem;
  color: #666;
  line-height: 1.8;
  width: 4.1rem;
  margin-top: 0.4rem;
}
.product_container9 .box .item .boxRight .content2 {
  position: absolute;
  right: 0;
  bottom: 0;
}
.product_container9 .box .item .boxRight .content2 img {
  width: 2.95rem;
}
.product_container10 .box {
  padding: 0 1.65rem;
  margin-top: 0.68rem;
}
.product_container10 .box .video {
  position: relative;
}
.product_container10 .box .video video {
  width: 100%;
  height: 7.6rem;
  -o-object-fit: cover;
  object-fit: cover;
}
.product_container10 .box .position {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 1;
}
.product_container10 .box .position img {
  width: 1.15rem;
  cursor: pointer;
}
.product_container10 .box .position.active {
  opacity: 0;
}
.product_container11 .box {
  border-bottom: 1px solid #e8e8e8;
}
.product_container11 .box .boxLeft {
  width: 4.15rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.product_container11 .box .boxLeft .pro_title {
  margin-top: -0.5rem;
}
.product_container11 .box .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.product_container11 .box .boxRight .item {
  margin-right: 0.42rem;
}
.product_container11 .box .boxRight .item figure {
  width: 2.62rem;
  height: 2.62rem;
  border: 1px solid #cccccc;
}
.product_container11 .box .boxRight .item figure img {
  width: 100%;
  height: 100%;
}
.product_container11 .box .boxRight .item figcaption {
  margin-top: 0.5rem;
  text-align: center;
}
.product_container11 .box .boxRight .item figcaption a {
  font-size: 16px;
  display: inline-block;
  line-height: 0.48rem;
  width: 1.98rem;
  border-radius: 0.3rem;
  border: 1px solid #e60039;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.product_container11 .box .boxRight .item figcaption a:hover {
  background: #e60039;
  color: #fff;
}
.product_container11_1 .box {
  padding-bottom: 0.8rem;
}
.product_container11_2 .box {
  padding: 0rem 0 0.8rem;
}
.product_container11_3 .box {
  border-bottom: 1px solid #e8e8e8;
  padding: 0rem 0 0.8rem;
}
.product_container11_3 .box .boxLeft .pro_title {
  margin-top: 0;
}
.product_container11_3 .box .boxRight .item figcaption {
  margin-top: 0;
}
.events_container1 {
  position: relative;
}
.events_container1 .innerTitle .desc {
  padding: 0 3rem;
}
.events_container1 .box {
  margin-top: 0.8rem;
  padding: 0 1.72rem;
}
.events_container1 .box img {
  width: 100%;
}
.events_container1 .img_posi {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.events_container1 .img_posi img {
  width: 5.26rem;
}
.events_container2 {
  position: relative;
}
.events_container2 .position {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.events_container2 .box .banner .item .left {
  width: 50%;
  position: relative;
}
.events_container2 .box .banner .item .left .page{
    position: absolute;
    z-index: 1;
    bottom: 0.58rem;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}
.events_container2 .box .banner .item .left .page span{
    width: 0.6rem;
    height: 4px;
    background: #fff;
    border-radius: 0;
}

.events_container2 .box .banner .item .left img {
  width: 100%;
}
.events_container2 .box .banner .item .right {
  width: 50%;
  background: #f3f3f3;
  padding: 0 0.94rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.events_container2 .box .banner .item .right .content0 {
  padding: 1.1rem 0 0;
}
.events_container2 .box .banner .item .right .content0 h5 {
  font-size: 0.56rem;
}
.events_container2 .box .banner .item .right .content0 p {
  font-size: 0.26rem;
}
.events_container2 .box .banner .item .right .content1 {
  height: 6rem;
  padding-right: 0.8rem;
  font-size: 0.18rem;
  color: #666;
  line-height: 1.8;
  margin-top: 0.4rem;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
}
.events_container2 .box .banner .item .right .content1 img {
  max-width: 100%;
}
.events_container2 .box .banner .item .right .content1::-webkit-scrollbar {
  width: 2px;
}
.events_container2 .box .banner .item .right .content1::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #e60039;
}
.events_container2 .box .banner .item .right .content1::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
}
.events_container3 .box {
  margin-top: 0.8rem;
}
.events_container3 .box .item {
  width: 49%;
}
.events_container3 .box .item figure img {
  width: 100%;
}
.events_container3 .box .item figcaption {
  margin-top: -1.86rem;
  padding: 0 0.35rem;
  position: relative;
  z-index: 1;
}
.events_container3 .box .item figcaption .main {
  background: #f3f3f3;
  padding: 0.62rem 0;
  border-bottom: 4px solid #f3f3f3;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.events_container3 .box .item figcaption .main .left {
  width: 3rem;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.events_container3 .box .item figcaption .main .left img {
  max-width: 80%;
  margin: auto;
}
.events_container3 .box .item figcaption .main .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.events_container3 .box .item figcaption .main .right h5 {
  font-size: 0.36rem;
}
.events_container3 .box .item figcaption .main .right .desc {
  margin-top: 0.35rem;
  font-size: 0.18rem;
  color: #666;
  line-height: 1.7;
  padding-right: 0.45rem;
}
.events_container3 .box .item:hover figcaption .main {
  border-color: #e60039;
}
.events_container4 {
  background: #f3f3f3;
}
.events_container4 .box {
  margin-top: 0.86rem;
}
.events_container4 .box .banner {
  position: relative;
}
.events_container4 .box .banner .swiper {
  height: -webkit-calc(7.54rem);
  height: calc(4.84rem + 2.7rem);
}
.events_container4 .box .banner .swiper .swiper-slide {
  height: 4.84rem;
  position: relative;
}
.events_container4 .box .banner .swiper .swiper-slide::after {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(243, 243, 243, 0.9)), to(#f3f3f3));
  background: -o-linear-gradient(top, rgba(243, 243, 243, 0.9), #f3f3f3);
  background: linear-gradient(to bottom, rgba(243, 243, 243, 0.9), #f3f3f3);
  opacity: 1;
}
.events_container4 .box .banner .swiper .swiper-slide .item {
  padding: 0.72rem 0;
  border-top: 1px solid #cccccc;
}
.events_container4 .box .banner .swiper .swiper-slide .item .left {
  width: 3.4rem;
  height: 3.4rem;
  overflow: hidden;
  border-radius: 50%;
}
.events_container4 .box .banner .swiper .swiper-slide .item .left img {
  width: 100%;
}
.events_container4 .box .banner .swiper .swiper-slide .item .center {
  width: 7.6rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 1.05rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.events_container4 .box .banner .swiper .swiper-slide .item .center > div .content0 {
  font-family: 'gilroy_bold';
  font-size: 0.46rem;
  line-height: 1;
}
.events_container4 .box .banner .swiper .swiper-slide .item .center > div .content1 {
  font-size: 0.26rem;
  font-family: 'gilroy_regular';
  margin-top: 0.1rem;
}
.events_container4 .box .banner .swiper .swiper-slide .item .center > div .content1 span {
  font-family: 'gilroy_bold';
}
.events_container4 .box .banner .swiper .swiper-slide .item .center > div .content2 {
  font-size: 0.46rem;
  margin-top: 0.54rem;
}
.events_container4 .box .banner .swiper .swiper-slide .item .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.events_container4 .box .banner .swiper .swiper-slide .item .right .content0 {
  font-size: 0.18rem;
  color: #999;
  line-height: 1.8;
}
.events_container4 .box .banner .swiper .swiper-slide .item .right .content1 {
  margin-top: 0.56rem;
  font-size: 0.2rem;
}
.events_container4 .box .banner .swiper .swiper-slide .item .right .content1 svg {
  vertical-align: middle;
  margin-right: 0.24rem;
}
.events_container4 .box .banner .swiper .swiper-slide .item .right .content1 p {
  margin-bottom: 12px;
}
.events_container4 .box .banner .swiper .swiper-slide .item .right .content1 p:last-child {
  margin-bottom: 0;
}
.events_container4 .box .banner .swiper .swiper-slide-active::after {
  opacity: 0;
}
.events_container4 .box .banner .button {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 1.2rem;
  z-index: 2;
}
.events_container4 .box .banner .button div {
  margin: 0 16px;
  cursor: pointer;
}
.events_container4 .box .banner .button div svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.events_container4 .box .banner .button div:hover svg path {
  fill: #e60039;
}
.events_container5 .box {
  margin-top: 0.86rem;
}
.events_container5 .box .left {
  width: 48%;
}
.events_container5 .box .left .content0 {
  font-size: 0.48rem;
  line-height: 1;
}
.events_container5 .box .left .content1 {
  margin-top: 0.38rem;
  font-size: 0.18rem;
  color: #666;
  line-height: 1.8;
}
.events_container5 .box .left .content1 b {
  color: #000;
}
.events_container5 .box .left .content1 a {
  color: #000;
}
.events_container5 .box .left .content2 {
  margin-top: 0.58rem;
}
.events_container5 .box .left .content3 {
  font-size: 0.18rem;
  color: #666;
  line-height: 1.8;
  margin: 0.32rem 0;
}
.events_container5 .box .left .content4 {
  margin-top: 0.9rem;
}
.events_container5 .box .right {
  width: 50%;
}
.events_container5 .box .right img {
  width: 100%;
}
.events_box1 {
  background: #f3f3f3;
  position: relative;
  /*padding-bottom: 1.4rem;*/
}
.events_box1 .box {
  position: relative;
  z-index: 1;
}
.events_box1 .box .img {
  width: 13.8rem;
}
.events_box1 .box .img img {
  width: 100%;
}
.events_box1 .box .main {
  position: absolute;
  background: #fff;
  width: 6.8rem;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0.5rem 0.62rem 0.7rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.events_box1 .box .main .content1 {
  margin-top: 0.28rem;
  font-size: 0.48rem;
}
.events_box1 .box .main .content1 h5 {
  text-align: left;
}
.events_box1 .box .main .content2 {
  font-size: 0.18rem;
  color: #666;
  line-height: 1.7;
  margin-top: 0.4rem;
}
.events_box1 .img_posi {
  position: absolute;
  left: 0;
  bottom: 0;
}
.events_box1 .img_posi img {
  width: 5.26rem;
}
.events_box2 {
  /*padding-bottom: 0.5rem;*/
}
.events_box2 .box {
  margin-top: 0.9rem;
}
.events_box2 .box .item .boxTop {
  font-family: 'gilroy_Medium';
  font-size: 0.6rem;
  color: #616161;
  line-height: 1;
  line-height: 1.6;
  border-bottom: 3px solid transparent;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
.events_box2 .box .item .boxTop:hover {
  color: #e60039;
}
.events_box2 .box .item .boxBot {
  background: #f3f3f3;
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  padding: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.events_box2 .box .item .boxBot .main {
  min-height: 0;
}
.events_box2 .box .item .boxBot .main .ite .left {
  width: 50%;
}
.events_box2 .box .item .boxBot .main .ite .left img {
  width: 100%;
}
.events_box2 .box .item .boxBot .main .ite .right {
  padding: 0 0.4rem 0 1rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.18rem;
  color: #666;
  line-height: 1.8;
  text-align: justify;
}
.events_box2 .box .item .boxBot .main .ite1 {
  margin-top: 0.5rem;
}
.events_box2 .box .item .boxBot .main .ite1 .left {
  font-size: 0.18rem;
  color: #666;
  line-height: 1.8;
  text-align: justify;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 0.2rem;
}
.events_box2 .box .item .boxBot .main .ite1 .right {
  width: 4.08rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0.4rem 0 1rem;
}
.events_box2 .box .item .boxBot .main .ite1 .right img {
  max-width: 100%;
}
.events_box2 .box .active .boxTop {
  border-color: #e60039;
  color: #000;
}
.events_box2 .box .active .boxBot {
  grid-template-rows: 1fr;
  padding: 0.72rem 0.56rem;
}
.events_box3 .box {
  margin-top: 0.78rem;
}
.events_box3 .box .item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  overflow: hidden;
}
.events_box3 .box .item .img {
  position: relative;
}
.events_box3 .box .item .img img {
  width: 100%;
}
.events_box3 .box .item .img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.events_box3 .box .item .position {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 3.5rem;
  height: 3.5rem;
  background: #fff;
  z-index: 1;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 1;
}
.events_box3 .box .item .position img {
  margin: auto;
  max-width: 80%;
  max-height: 80%;
}
.events_box3 .box .item .position1 {
  position: absolute;
  bottom: -1rem;
  left: 0;
  width: 100%;
  z-index: 2;
  padding: 0 0.64rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.events_box3 .box .item .position1 .main {
  color: #fff;
  padding-bottom: 0.94rem;
  border-bottom: 3px solid #e60039;
}
.events_box3 .box .item .position1 .main h5 {
  font-size: 0.36rem;
}
.events_box3 .box .item .position1 .main .desc {
  font-size: 0.18rem;
  line-height: 1.6;
  margin-top: 0.34rem;
}
.events_box3 .box .item:hover .img::after {
  opacity: 1;
}
.events_box3 .box .item:hover .position {
  opacity: 0;
}
.events_box3 .box .item:hover .position1 {
  opacity: 1;
  bottom: 0;
}
.events_box3 .box .active .img::after {
  opacity: 1;
}
.events_box3 .box .active .position {
  opacity: 0;
}
.events_box3 .box .active .position1 {
  opacity: 1;
}
.events_box4 {
  background: #f3f3f3;
}
.events_box4 .box {
  margin-top: 0.78rem;
}
.events_box4 .box .swiper .swiper-slide .item {
  background: #fff;
  border-bottom: 3px solid #e60039;
  padding: 0 0.6rem;
}
.events_box4 .box .swiper .swiper-slide .item .content0 {
  padding: 0.45rem 0;
  border-bottom: 1px solid #ddd;
}
.events_box4 .box .swiper .swiper-slide .item .content0 .left {
  width: 1.7rem;
  height: 1.7rem;
  -o-object-fit: cover;
  object-fit: cover;
}
.events_box4 .box .swiper .swiper-slide .item .content0 .left img {
  width: 100%;
}
.events_box4 .box .swiper .swiper-slide .item .content0 .right {
  margin-left: 0.45rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex: 1;
}
.events_box4 .box .swiper .swiper-slide .item .content0 .right h5 {
  font-size: 0.36rem;
  font-family: 'gilroy_bold';
}
.events_box4 .box .swiper .swiper-slide .item .content0 .right p {
  font-size: 0.26rem;
  font-family: 'gilroy_regular';
  margin-top: 8px;
}
.events_box4 .box .swiper .swiper-slide .item .content0 .right p span {
  font-family: 'gilroy_bold';
}
.events_box4 .box .swiper .swiper-slide .item .content1 {
  font-size: 0.36rem;
  margin-top: 0.42rem;
}
.events_box4 .box .swiper .swiper-slide .item .content2 {
  font-size: 0.18rem;
  color: #999;
  line-height: 1.8;
  margin: 0.32rem 0;
}
.events_box4 .box .swiper .swiper-slide .item .content3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0.45rem;
}
.events_box4 .box .swiper .swiper-slide .item .content3 p {
  margin-right: 0.32rem;
  font-size: 0.2rem;
}
.events_box4 .box .swiper .swiper-slide .item .content3 p svg {
  vertical-align: middle;
}
.events_box4 .box1 .button {
  margin-top: 0.92rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.events_box4 .box1 .button .p {
  cursor: pointer;
  margin: 0 0.2rem;
}
.events_box4 .box1 .button .p svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.events_box4 .box1 .button .p:hover svg path {
  fill: #e60039;
}
.events_box5 {
  position: relative;
}
.events_box5 .img img {
  width: 100%;
}
.events_box5 .position {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.events_box5 .position .content1 {
  font-size: 0.48rem;
  margin-top: 0.98rem;
}
.events_box5 .position .content2 {
  font-size: 0.18rem;
  line-height: 1.8;
  margin-top: 0.3rem;
}
.events_box5 .position .content3 {
  margin-top: 0.5rem;
}
.events_box5 .position .content4 {
  font-size: 0.18rem;
  color: #666;
  line-height: 1.8;
  margin-top: 0.32rem;
}
.events_box5 .position .content5 {
  font-size: 0.18rem;
  color: #666;
  line-height: 1.8;
  margin-top: 0.34rem;
}
.events_box5 .position .content5 a {
  color: #000;
}
.events_box5 .position .content6 {
  margin-top: 0.94rem;
}
@media screen and (max-width: 1366px) {
    
}
@media screen and (max-width: 1200px) {
     .product_container3 .box .page{
        bottom: 0.1rem;
    }
  .product_container1 .box .desc {
    padding: 0;
  }
  .product_container3 .box {
    --width: 6.8rem;
  }
  .product_container3 .box .swiper-slide {
    padding: 0 0.36rem;
  }
  .product_container1 {
    padding: 0.9rem 0;
  }
  .product_container2 .box {
    padding: 0;
  }
  .product_container2 .box .video video,
  .product_container10 .box .video video,
   .product_container2 .box iframe{
    height: 4.3rem;
  }
  .product_container1 .box1 .item {
    margin: 0 0.15rem;
    padding: 0 0.22rem 0.48rem;
  }
  .product_container1 .box1 .item {
    border-color: #e60039;
  }
  .product_container1 .box1 {
    margin-top: 0.9rem;
  }
  .product_container4 .box,
  .product_container4 .box .item .desc p,
  .product_container5 .box,
  .product_container5 .box .div .desc,
  .product_container10 .box,
  .events_container1 .innerTitle .desc {
    padding: 0;
  }
  .product_container5 {
    padding-bottom: 0.96rem;
  }
  .product_container7 .box .item .left,
  .product_container8 .box .boxLeft,
  .product_container11 .box .boxLeft {
    width: 3.05rem;
  }
  .product_container7 .box .item .left p,
  .product_container8 .box .boxLeft .main h5 {
    font-size: 0.24rem;
  }
  .product_container9 .box .item .boxLeft {
    width: 100%;
  }
  .product_container9 .box .item .boxRight {
    width: 100%;
  }
  .product_container11 .box .boxRight .item figure {
    width: 1.92rem;
    height: 1.92rem;
  }
  .product_container11 .box .boxRight .item {
    margin-right: 0.2rem;
    margin-bottom: 0.3rem;
  }
  .product_container11 .box .boxRight .item figcaption {
    margin-top: 0.2rem;
  }
  .product_container1 .box1 .item {
    padding: 0 0.22rem 0.28rem;
  }
  .events_container1 .img_posi {
    display: none;
  }
  .events_container1 .box {
    padding: 0;
  }
  .events_container2 .box .banner .item .left {
    width: 100%;
  }
  .events_container2 .box .banner .item .right {
    padding: 0 5.2vw;
    width: 100%;
  }
  .events_container2 .box .banner .item .right .content0 {
    padding: 0.96rem 0 0.2rem;
  }
  .events_container3 .box {
    display: grid;
    gap: 0.5rem;
  }
  .events_container3 .box .item {
    width: 100%;
  }
  .events_container3 .box .item figcaption .main .left {
    width: 2.7rem;
  }
  .events_container4 .box .banner .swiper .swiper-slide,
  .events_container4 .box .banner .swiper {
    height: auto;
  }
  .events_container4 .box .banner .swiper .swiper-slide::after {
    display: none;
  }
  .events_container4 .box .banner .swiper .swiper-slide .item .left {
    width: 2.4rem;
    height: 2.4rem;
  }
  .events_container4 .box .banner .swiper .swiper-slide .item .center {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .events_container4 .box .banner .swiper .swiper-slide .item .right {
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    margin-top: 0.4rem;
  }
  .events_container4 .box .banner .swiper .swiper-slide .item .center {
    width: auto;
    padding-left: 0.65rem;
  }
  .events_container4 .box .banner .swiper .swiper-slide .item .center > div .content2 {
    font-size: 0.36rem;
    margin-top: 0.24rem;
  }
  .events_container4 .box .banner .swiper .swiper-slide .item .center > div .content0 {
    font-size: 0.36rem;
  }
  .events_container4 .box .banner .button {
    left: auto;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    bottom: 1rem;
    right: 0;
  }
  .events_container5 .box .left {
    width: 100%;
  }
  .events_container5 .box .right {
    width: 100%;
    margin-top: 0.5rem;
  }
  .events_container5 .box .left .content0 {
    font-size: 0.38rem;
  }
  .events_container5 .box .left .content4 {
    margin-top: 0.6rem;
  }
  .events_box1 .img_posi {
    display: none;
  }
  .events_box1 {
    padding-bottom: 0.96rem;
  }
  .events_box1 .box .img {
    width: 100%;
  }
  .events_box1 .box .main {
    position: initial;
    background: #fff;
    width: 90%;
    right: 0;
    top: 62%;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    padding: 0.5rem 0.62rem 0.7rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 5%;
    margin-top: -1rem;
  }
  .events_box2 .box .item .boxBot .main .ite .left {
    width: 100%;
  }
  .events_box2 .box .item .boxBot .main .ite .right {
    padding: 0;
    margin-top: 0.4rem;
  }
  .events_box2 .box .item .boxTop {
    font-size: 0.4rem;
    line-height: 1.8;
  }
  .events_box2 .box .item .boxBot .main .ite1 .right {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin-top: 0.4rem;
  }
  .events_box3 .box .item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    position: relative;
    overflow: hidden;
  }
  .events_box3 .box .item .position {
    width: 3rem;
    height: 3rem;
  }
  .events_box5 .img img {
    min-height: 8rem;
  }
  .events_box5 .position .content1 {
    font-size: 0.38rem;
    margin-top: 0.58rem;
  }
  .events_box5 .position .content6 {
    margin-top: 0.64rem;
  }
  
        .product_container1 .box1{
          display: grid;
          grid-template-columns: 1fr 1fr;
          gap: 12px 0;
          
      }
    .product_container1 .box1 .item {
        padding: 0 0rem 0.28rem;
        margin-bottom: 0;
    }
    .product_container1 .box1 .item .right{
        flex: 1;
    }
    .product_container9 .box .item .boxRight .content2 img {
    width: 1.65rem;
}
.product_container9 .box .item .boxRight .content1 {
    width: 5.4rem;
}
}
@media screen and (max-width: 669px) {
  .product_container1 .box h5,
  .product_container3 .box1 h5,
  .product_container4 .box .item .desc h5 {
    font-size: 0.28rem;
  }
  .product_container1 {
    padding: 0.76rem 0;
  }
  .product_container1 .box1 .item {
    margin-bottom: 30px;
  }
  .product_container1 .box1 .item:last-child {
    /*margin-bottom: 0;*/
  }
  .product_container2 .box .video video,
  .product_container10 .box .video video,
   .product_container2 .box iframe{
    height: 2.9rem;
  }
  .product_container2 .box .video video img,
  .product_container10 .box .video video img {
    width: 0.85rem;
  }
  .product_container2 .box {
    margin-top: 0.6rem;
  }
  .product_container3 .box {
    --width: 4.4rem;
  }
  .product_container3 .box .swiper-slide .img img {
    width: 100%;
    height: 2.4rem;
  }
  .product_container6 .box .banner .swiper-slide .item a {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #ddd;
  }
  .product_container7 .box .item .right,
  .product_container8 .box .boxRight,
  .product_container11 .box .boxRight {
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    margin-top: 0.2rem;
  }
  .product_container7 .box {
    margin-top: 0.6rem;
    gap: 0.4rem;
  }
  .product_container9 .box .item .boxRight .content1 {
    width: 3.4rem;
  }
  .product_container9 .box .item .boxRight .content2 img {
    width: 1.35rem;
  }
  .product_container10 .box {
    margin-top: 0.6rem;
  }
  .product_container11 .box .boxRight .item figcaption a {
    font-size: 13px;
    width: 1.8rem;
  }
  .product_container11 .box .boxRight .item {
    margin-right: 2%;
    width: 49%;
  }
  .product_container11 .box .boxRight .item figure {
    width: 100%;
    aspect-ratio: 1/1;
    height: auto;
  }
  .product_container11 .box .boxRight .item:nth-child(2n) {
    margin-right: 0;
  }
  .product_container11 .box .boxLeft .pro_title {
    margin-top: 0;
  }
  .product_container11_1 .box {
    padding-bottom: 0.3rem;
  }
  .product_container11_2 .box,
  .product_container11_3 .box {
    padding: 0.6rem 0 0.4rem;
  }
  .product_container11 .box .boxRight .item {
    margin-bottom: 0.2rem;
  }
  .events_container2 .box .banner .item .right .content0 {
    padding: 0.76rem 0 0.2rem;
  }
  .events_container2 .box .banner .item .right .content1 {
    height: 3.4rem;
    padding-right: 0.2rem;
  }
  .events_container2 .box .banner .item .right .content0 h5 {
    font-size: 0.46rem;
  }
  .events_container3 .box .item figcaption .main .left {
    width: 100%;
  }
  .events_container3 .box .item figcaption .main .right {
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    text-align: center;
    margin-top: 0.3rem;
  }
  .events_container3 .box .item figcaption .main .right h5 {
    font-size: 0.26rem;
  }
  .events_container3 .box .item figcaption .main .right .desc {
    padding-right: 0;
    padding: 0 0.3rem;
  }
  .events_container3 .box .item figcaption .main {
    padding: 0.52rem 0;
  }
  .events_container3 .box .item figcaption .main .left img {
    max-width: 45%;
    margin: auto;
  }
  .events_container4 .box .banner .swiper .swiper-slide .item .left {
    width: 1.6rem;
    height: 1.6rem;
  }
  .events_container4 .box .banner .swiper .swiper-slide .item .center {
    padding-left: 0.35rem;
  }
  .events_container4 .box .banner .swiper .swiper-slide .item .center > div .content0,
  .events_container4 .box .banner .swiper .swiper-slide .item .center > div .content2 {
    font-size: 0.26rem;
  }
  .events_container4 .box .banner .swiper .swiper-slide .item .right .content1 svg {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .events_container4 .box .banner .button div {
    margin: 0px 10px;
  }
  .events_container5 .box .left .content0 {
    font-size: 0.28rem;
  }
  .events_box1 .box .main {
    padding: 0.5rem 0.32rem 0.5rem;
  }
  .events_box2 .box .active .boxBot {
    padding: 0.42rem 0.26rem;
  }
  .events_box2 .box .item .boxBot .main .ite .right {
    line-height: 1.6;
  }
  .events_box2 .box .item .boxTop {
    font-size: 0.3rem;
    line-height: 1.8;
  }
  .events_box3 .box .item .position {
    width: 2rem;
    height: 2rem;
  }
  .events_box3 .box .item .position1 .main h5 {
    font-size: 0.26rem;
  }
  .events_box4 .box .swiper .swiper-slide .item {
    padding: 0 0.2rem;
  }
  .events_box4 .box {
    margin-top: 0.58rem;
  }
  .events_box4 .box .swiper .swiper-slide .item .content0 .right {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .events_box4 .box .swiper .swiper-slide .item .content1 {
    font-size: 0.26rem;
    margin-top: 0.42rem;
  }
  .events_box4 .box .swiper .swiper-slide .item .content3 {
    display: grid;
    gap: 10px;
  }
  .events_box4 .box .swiper .swiper-slide .item .content3 p {
    width: 100%;
  }
  .events_box4 .box .swiper .swiper-slide .item .content3 p svg {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
  .events_box5 .position {
    padding: 0 5.2vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .events_box5 .position .content3 {
    margin-top: 0.24rem;
  }
  .events_box5 .position .content3 {
    margin-top: 0.3rem;
  }
  .events_box5 .position .content6 {
    margin-top: 0.44rem;
  }
   .product_container3 .box .page span{
        width: 0.3rem;
    }
    .product_container3 .box .page{
        bottom: 0.1rem;
    }

}
