section {
  margin-top: 4.55rem;
}
section .banner #banner_container {
  --swiper-navigation-color: #e11b2a;
}
section .banner #banner_container img {
  width: 100%;
}
section .banner #banner_container .swiper-pagination {
  bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section .banner #banner_container .swiper-pagination-bullet {
  border: solid 1px #e11b2a;
  opacity: 0.5;
  background-color: transparent;
}
section .banner #banner_container .swiper-pagination-bullet-active {
  opacity: 1;
  width: 1.36rem;
  height: 0.27rem;
  background-color: #e11b2a;
  border-radius: 0.14rem;
}
section .banner #banner_container .swiper-button-next {
  right: 3.64rem;
}
section .banner #banner_container .swiper-button-prev {
  left: 3.64rem;
}
section .classification .classifi-container {
  display: flex;
  justify-content: space-between;
}
section .classification .classifi-container .classifi-item {
  width: 32.5%;
}
section .classification .classifi-container .main-l {
  width: 31.1%;
}
section .classification .classifi-container .main-l .main-item {
  height: 26.36rem;
}
section .classification .classifi-container .main-c,
section .classification .classifi-container .main-r {
  width: 33.1%;
}
section .classification .classifi-container .main-c .main-item,
section .classification .classifi-container .main-r .main-item {
  height: 12.64rem;
}
section .classification .classifi-container .main-c .main-item:nth-child(1),
section .classification .classifi-container .main-r .main-item:nth-child(1) {
  margin-bottom: 1rem;
}
section .classification .classifi-container .main-item {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #f5f5f5;
}
section .classification .classifi-container .main-item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
section .classification .classifi-container .main-item .main-name-hover {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0px;
  width: 100%;
  box-sizing: border-box;
  transition: all 0.5s ease;
  opacity: 0;
}

section .classification .classifi-container .main-item .main-name-hover::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgba(225, 27, 42, 0.9); */
  transition: all 0.5s ease;
}

section .classification .classifi-container .main-item .main-name-hover * {
  color: #fff;
}
section .classification .classifi-container .main-item .main-name-hover .class-item {
  margin-bottom: 0.91rem;
  z-index: 2;
}
section .classification .classifi-container .main-item .main-name-hover h3 {
  position: relative;
  font-size: 0.82rem;
  margin-bottom: 0.2rem;
  padding-left: 0.36rem;
}

.classifi-container .classifi-item:nth-child(1) .main-name-hover .class-item{margin-bottom: 3rem!important;padding:0px 1rem;}
section .classification .classifi-container .main-item .main-name-hover h3::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.3rem;
  width: 0.18rem;
  height: 0.18rem;
  background-color: #fff;
  border-radius: 50%;
}
section .classification .classifi-container .main-item .main-name-hover p {
  line-height: 1.09rem;
  color: rgba(255, 255, 255, 0.8);
}
section .classification .classifi-container .main-item .main-name-hover li {
  position: relative;
  padding-left: 0.36rem;
  line-height: 1.09rem;
}
section .classification .classifi-container .main-item .main-name-hover li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.4rem;
  width: 0.18rem;
  height: 0.18rem;
  background-color: #fff;
  border-radius: 50%;
}
section .classification .classifi-container .main-item:hover .main-name-hover {
  opacity: 1;
}
section .product .product_items #product_container .swiper-wrapper {
  padding-bottom: 1.2rem;
}
section .product .product_items #product_container .swiper-slide {
  transform: scale(0.8);
  transition: 300ms;
}
section .product .product_items #product_container .swiper-slide .product_item {
  position: relative;
}
section .product .product_items #product_container .swiper-slide .product_item .product_pic {
  overflow: hidden;
  width: 100%;
  height: 17.64rem;
  display: flex;
  justify-content: center;
  background-color: #f5f5f5;
}
section .product .product_items #product_container .swiper-slide .product_item .product_pic img {
  transition: all 0.5s;
  width: 100%;
  height: 90%;
  margin: auto;
  object-fit: contain;
  display: block;
}
section .product .product_items #product_container .swiper-slide .product_item .pro_name {
  position: relative;
  height: 8.18rem;
}
section .product .product_items #product_container .swiper-slide .product_item .pro_name p {
  text-align: center;
  font-size: 0.91rem;
  color: #000000;
  margin-top: 0.91rem;
  font-weight: bold;
}
section .product .product_items #product_container .swiper-slide .product_item .pro_name .product_mask {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  background-color: #e11b2a;
}
section .product .product_items #product_container .swiper-slide .product_item .pro_name .product_mask .mask {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
section .product .product_items #product_container .swiper-slide .product_item .pro_name .product_mask .mask h3 {
  position: relative;
  font-size: 1.36rem;
  color: #ffffff;
  margin-bottom: 1.82rem;
}
section .product .product_items #product_container .swiper-slide .product_item .pro_name .product_mask .mask .xq {
  padding: 0.73rem 3.09rem;
  color: #fff;
  border: 1px solid #fff;
}
section .product .product_items #product_container .swiper-slide .product_item:hover .product_pic {
  overflow: hidden;
}
section .product .product_items #product_container .swiper-slide .product_item:hover .product_pic img {
  transform: scale(1.04);
  transition: all 0.5s;
}
section .product .product_items #product_container .swiper-slide-active,
section .product .product_items #product_container .swiper-slide-duplicate-active {
  transform: scale(1);
}
section .product .product_items #product_container .swiper-slide-active .pro_name p {
  display: none !important;
}
section .product .product_items #product_container .swiper-slide-active .product_mask {
  transition: display 2s;
  display: block !important;
}
section .product .product_items #product_container .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
section .product .product_items #product_container .swiper-pagination-bullet {
  width: 0.45rem;
  height: 0.45rem;
  background-color: #cccccc;
  opacity: 0.5;
}
section .product .product_items #product_container .swiper-pagination-bullet-active {
  position: relative;
  width: 0.82rem;
  height: 0.82rem;
  border-radius: 50%;
  border: solid 1px #e11b2a;
  background-color: transparent;
  opacity: 1;
}
section .product .product_items #product_container .swiper-pagination-bullet-active::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 50%;
  background-color: #e11b2a;
}
section .product .product_items .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.68rem;
}
section .case {
  text-align: center;
}
section .case .case_list ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
section .case .case_list ul li {
  padding: 0 1.59rem;
  border-right: 1px solid #e6e6e6;
}
section .case .case_list ul li:last-child {
  border-right: 0;
}
section .case .case_list ul li a {
  font-size: 0.82rem;
  padding: 0.45rem 0.59rem;
}
section .case .case_list ul li a:hover {
  background-color: #e11b2a;
  color: #fff;
}
section .case .case_list ul .active {
  background-color: #e11b2a;
  color: #fff;
}
section .case .case_container {
  display: none;
}
section .case .case_container .case_items {
  margin-top: 1.82rem;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
section .case .case_container .case_items .case_item {
  width: 23.5%;
  margin-right: 2%;
  background-color: #f5f5f5;
  margin-bottom: 0.91rem;
  box-sizing: border-box;
}
section .case .case_container .case_items .case_item:nth-child(4n) {
  margin-right: 0;
}
section .case .case_container .case_items .case_item .case_pic {
  position: relative;
  border: 6px solid #f5f5f5;
  border-bottom: 0;
}
section .case .case_container .case_items .case_item .case_pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
section .case .case_container .case_items .case_item .case_pic .case_hover {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 1s;
}
section .case .case_container .case_items .case_item .case_pic .case_hover i {
  color: #fff;
  font-size: 1.82rem;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-20px);
  transition: all 0.3s;
}
section .case .case_container .case_items .case_item .case_pic .case_hover span {
  color: #ffffff;
  font-size: 0.73rem;
  padding: 0.45rem 0.91rem;
  border: 1px solid #fff;
  margin-top: 1.86rem;
  transform: translateY(-20px);
  transition: all 0.3s;
}
section .case .case_container .case_items .case_item .case_pic:hover .case_hover {
  opacity: 1;
  transition: all 1s;
}
section .case .case_container .case_items .case_item .case_pic:hover .case_hover i,
section .case .case_container .case_items .case_item .case_pic:hover .case_hover span {
  transform: translateY(0px);
  transition: all 0.3s;
}
section .case .case_container .case_items .case_item .case_name {
  font-size: 0.82rem;
  color: #333333;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: inline-block;
}
section .case .selected {
  display: block;
}
section .case .all {
  padding: 0.68rem 3.86rem;
  border: 1px solid #666666;
  display: inline-block;
  margin-top: 0.91rem;
}
section .video {
  margin-top: 4rem;
}
section .video .video_box {
  position: relative;
}
section .video .video_box video {
  width: 100%;
  height: 21.68rem;
  object-fit: contain;
  background-color: #000;
}
section .video .video_box .video-img {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
section .video .video_box .video-img p {
  width: 60%;
  font-size: 1.27rem;
  line-height: 2.18rem;
  color: #fff;
}
section .video .video_box .video-img img {
  width: 2.27rem;
  height: 2.27rem;
}
section .video p {
  font-size: 1.09rem;
  color: #000000;
  text-align: center;
  margin-top: 1.82rem;
}
section .choose {
  background: url(../images/choose_back.png) no-repeat center;
  height: 42.5rem;
  margin-top: 4rem;
  padding: 3.64rem 0;
}
section .choose .common_h {
  margin-top: 0;
  margin-bottom: 1.5rem;
}
section .choose .common_h .zp {
  margin-top: 0.5rem;
  color: #000000;
  font-size: 1.09rem;
  line-height: 1.4;
}
section .choose .common_h .zp_1 {
  margin-top: 1.36rem;
}
section .choose .choose_items {
  display: flex;
  align-items: center;
}
section .choose .choose_items .choose_1 {
  background: url(../images/choose_01.png) no-repeat center;
}
section .choose .choose_items .choose_2 {
  background: url(../images/choose_02.png) no-repeat center;
}
section .choose .choose_items .choose_3 {
  background: url(../images/choose_03.png) no-repeat center;
}
section .choose .choose_items .choose_4 {
  background: url(../images/choose_04.png) no-repeat center;
}
section .choose .choose_items .choose_item {
  width: 25%;
  height: 22.73rem;
  background-size: cover;
  padding: 2.95rem 0;
  box-sizing: border-box;
}
section .choose .choose_items .choose_item .choose_xq {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  padding-left: 1.36rem;
  padding-right: 1.14rem;
}
section .choose .choose_items .choose_item .choose_xq .choose_icon {
  margin-top: 1.82rem;
}
section .choose .choose_items .choose_item .choose_xq .choose_icon i {
  position: relative;
  font-size: 2.27rem;
  color: #fff;
  padding: 1.09rem;
  border-radius: 50%;
  border: 1px solid #fff;
  box-sizing: border-box;
}
section .choose .choose_items .choose_item .choose_xq .choose_icon i .circle {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 9.09rem;
  height: 9.09rem;
}
section .choose .choose_items .choose_item .choose_xq .choose_icon i .circle div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6.36rem;
  height: 6.36rem;
  border: 1px solid #fff;
  opacity: 1;
  border-radius: 50%;
  animation: 1.2s linear infinite;
  -webkit-animation: 1.2s linear infinite;
  -ms--webkit-animation: 1.2s linear infinite;
  -moz--webkit-animation: 1.2s linear infinite;
  -o--webkit-animation: 1.2s linear infinite;
}
section .choose .choose_items .choose_item .choose_xq .choose_icon i .circle .c1 {
  width: 6.36rem;
  height: 6.36rem;
  opacity: 0.5;
  border-radius: 50%;
}
section .choose .choose_items .choose_item .choose_xq .choose_icon i .circle .c2 {
  width: 9.09rem;
  height: 9.09rem;
  opacity: 0.2;
}
@-webkit-keyframes c2 {
  0% {
    -webkit-transform: scale(0.222);
    -ms-transform: scale(0.222);
    -moz-transform: scale(0.222);
    -o-transform: scale(0.222);
    transform: scale(0.222);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.622);
    -ms-transform: scale(0.622);
    -moz-transform: scale(0.622);
    -o-transform: scale(0.622);
    transform: scale(0.622);
    opacity: 0.4;
  }
  98% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes c2 {
  0% {
    -webkit-transform: scale(0.222);
    -ms-transform: scale(0.222);
    -moz-transform: scale(0.222);
    -o-transform: scale(0.222);
    transform: scale(0.222);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.622);
    -ms-transform: scale(0.622);
    -moz-transform: scale(0.622);
    -o-transform: scale(0.622);
    transform: scale(0.622);
    opacity: 0.4;
  }
  98% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes c2 {
  0% {
    -webkit-transform: scale(0.222);
    -ms-transform: scale(0.222);
    -moz-transform: scale(0.222);
    -o-transform: scale(0.222);
    transform: scale(0.222);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.622);
    -ms-transform: scale(0.622);
    -moz-transform: scale(0.622);
    -o-transform: scale(0.622);
    transform: scale(0.622);
    opacity: 0.4;
  }
  98% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes c2 {
  0% {
    -webkit-transform: scale(0.222);
    -ms-transform: scale(0.222);
    -moz-transform: scale(0.222);
    -o-transform: scale(0.222);
    transform: scale(0.222);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.622);
    -ms-transform: scale(0.622);
    -moz-transform: scale(0.622);
    -o-transform: scale(0.622);
    transform: scale(0.622);
    opacity: 0.4;
  }
  98% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}
@keyframes c2 {
  0% {
    -webkit-transform: scale(0.222);
    -ms-transform: scale(0.222);
    -moz-transform: scale(0.222);
    -o-transform: scale(0.222);
    transform: scale(0.222);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.622);
    -ms-transform: scale(0.622);
    -moz-transform: scale(0.622);
    -o-transform: scale(0.622);
    transform: scale(0.622);
    opacity: 0.4;
  }
  98% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}
section .choose .choose_items .choose_item .choose_xq h3 {
  position: relative;
  font-size: 1.27rem;
  color: #fff;
  margin-top: 4.36rem;
}
section .choose .choose_items .choose_item .choose_xq h3::after {
  content: '';
  position: absolute;
  bottom: -0.91rem;
  left: 50%;
  transform: translateX(-50%);
  width: 2.73rem;
  height: 0.09rem;
  background-color: #ffffff;
}
section .choose .choose_items .choose_item .choose_xq .en {
  color: #ffffff;
  margin-top: 1.82rem;
  margin-bottom: 0.73rem;
  line-height: 1.6;
}
section .choose .choose_items .choose_item .choose_xq .desc {
  color: #ffffff;
  line-height: 1.5rem;
  margin-bottom: 2.27rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
section .choose .choose_items .choose_item .choose_xq .desc span {
  font-size: 0.91rem;
}
section .choose .choose_items .choose_item .choose_xq .more {
  font-size: 0.73rem;
  color: #ffffff;
  white-space: nowrap;
  padding: 0.73rem 2.27rem;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
section .choose .choose_items .choose_item:last-child .choose_xq {
  border-right: 0;
}
section .choose .choose_items .choose_item:hover {
  background: #e11b2a;
}
section .choose .choose_items .choose_item:hover i {
  background-color: #fff;
  color: #e11b2a !important;
}
section .news {
  margin-bottom: 4rem;
}
section .news .news_items {
  display: flex;
}
section .news .news_items .news_item {
  width: 30%;
  margin-right: 5%;
  background-color: #fafafa;
}
section .news .news_items .news_item:last-child {
  margin-right: 0;
}
section .news .news_items .news_item:nth-child(2) {
  flex-direction: column-reverse;
  display: flex;
}
section .news .news_items .news_item .news_pic {
  overflow: hidden;
}
section .news .news_items .news_item .news_pic img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: all 0.5s;
}
section .news .news_items .news_item .news_xq {
  padding: 1rem;
}
section .news .news_items .news_item .news_xq .day {
  color: #e11b2a;
  font-size: 1.82rem;
  font-weight: bold;
}
section .news .news_items .news_item .news_xq .year {
  color: #999999;
  font-size: 0.73rem;
  margin-top: 0.68rem;
  margin-bottom: 0.82rem;
}
section .news .news_items .news_item .news_xq h3 {
  color: #333333;
  font-weight: normal;
  font-size: 0.82rem;
}
section .news .news_items .news_item .news_xq p {
  color: #999999;
  line-height: 2;
  margin: 1.36rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
section .news .news_items .news_item .news_xq a {
  color: #999;
}
section .news .news_items .news_item:hover .news_pic img {
  transform: scale(1.04);
  transition: all 0.5s;
}
section .news .news_items .news_item:hover .news_xq a {
  color: #e11b2a;
}
section .news .all_case {
  text-align: center;
}
section .news .all_case .all {
  padding: 0.68rem 3.86rem;
  border: 1px solid #666666;
  display: inline-block;
  margin-top: 2.4rem;
}
@media only screen and (max-width: 1366px) {
  section .product .product_pic {
    height: 12.64rem !important;
  }
  section .product .pro_name {
    height: 6.18rem !important;
  }
  section .product .product_mask .mask h3 {
    margin-bottom: 1rem !important;
  }
  section .choose {
    height: 38.5rem;
  }
  section .choose .choose_items .choose_item {
    height: 18.73rem;
  }
  section .choose .choose_items .choose_item .choose_icon i {
    padding: 0.5rem !important;
  }
  section .choose .choose_items .choose_item .circle .c1 {
    width: 5.36rem !important;
    height: 5.36rem !important;
  }
  section .choose .choose_items .choose_item .circle .c2 {
    width: 7.09rem !important;
    height: 7.09rem !important;
  }
  section .choose .choose_xq h3 {
    margin-top: 3.36rem;
  }
  section .choose .choose_xq .en {
    font-size: 12px;
  }
  section .news .news_items .news_xq {
    padding: 0.5rem 4.32rem 0.5rem 1.14rem;
  }
  section .news .news_items .news_xq p {
    margin: 1rem 0 !important;
  }
  section .news .news_items .news_xq .year {
    margin-bottom: 0.82rem !important;
  }
}
@media only screen and (max-width: 768px) {
  section .banner #banner_container {
    --swiper-navigation-size: 18px;
  }
  .classifi-container .classifi-item:nth-child(1) .main-name-hover .class-item{margin-bottom: 1rem!important;padding:0px 1rem;}
  section .banner #banner_container .swiper-pagination {
    bottom: 10px;
  }
  section .banner #banner_container .swiper-button-next {
    right: 10px;
  }
  section .banner #banner_container .swiper-button-prev {
    left: 10px;
  }
  section .classification .classifi-container {
    flex-direction: column;
  }
  section .classification .classifi-container .classifi-item {
    width: 100%;
  }
  section .classification .classifi-container .main-l .main-item {
    height: 15.18rem;
  }
  section .classification .classifi-container .main-c {
    margin: 0.91rem 0;
  }
  section .product #product_container {
    transform: scale(0.9) !important;
  }
  section .product #product_container .product_pic {
    height: 150px !important;
  }
  section .product #product_container .pro_name {
    height: 5.18rem !important;
  }
  section .product #product_container .pro_name p {
    font-size: 14px !important;
    line-height: 1.4;
  }
  section .product #product_container .pro_name .product_mask .mask {
    padding: 0 5px;
  }
  section .product #product_container .pro_name .product_mask .mask h3 {
    font-size: 14px !important;
    line-height: 1.4;
    margin-bottom: 0 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.36s ease;
  }
  section .product #product_container .pro_name .product_mask .mask .xq {
    margin-top: 10px !important;
    padding: 5px 10px !important;
  }
  section .case .case_list ul {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  section .case .case_list ul li {
    padding: 0px 0.59rem;
    width: calc(100%/2);
    margin-bottom: 25px;
  }
  section .case .case_container .case_items .case_item {
    width: 49%;
    margin-right: 2%;
  }
  section .case .case_container .case_items .case_item:nth-child(3n) {
    margin-right: 2%;
  }
  section .case .case_container .case_items .case_item:nth-child(2n) {
    margin-right: 0;
  }
  section .case .case_container .case_items .case_item .case_pic {
    height: 7.27rem;
  }
  section .case .case_container .case_items .case_item .case_pic .case_hover span {
    margin-top: 0.86rem;
  }
  section .video {
    margin-top: 40px;
  }
  section .video .video_box video {
    height: 200px;
    object-fit: cover;
  }
  section .video .video_box .video-img p {
    width: 95%;
    font-size: 16px;
    line-height: 1.8;
    margin-top: 0.82rem;
  }
  section .choose {
    height: auto;
    padding: 20px 10px;
    margin-top: 1.45rem;
  }
  section .choose .zp {
    font-size: 14px !important;
    margin-top: 10px !important;
  }
  section .choose .choose_items {
    flex-wrap: wrap;
  }
  section .choose .choose_items .choose_item {
    width: 49%;
    margin-right: 2%;
    padding: 10px 0;
    height: 14rem;
    margin-bottom: 10px;
  }
  section .choose .choose_items .choose_item:nth-child(2n) {
    margin-right: 0;
  }
  section .choose .choose_items .choose_item .choose_xq .choose_icon i {
    font-size: 20px;
  }
  section .choose .choose_items .choose_item .choose_xq .choose_icon i .circle {
    width: 60px !important;
    height: 60px!important;
  }
  section .choose .choose_items .choose_item .choose_xq .choose_icon i .circle .c1 {
    width: 70px !important;
    height: 70px !important;
  }
  section .choose .choose_items .choose_item .choose_xq .choose_icon i .circle .c2 {
    width: 100px !important;
    height: 100px !important;
  }
  section .choose .choose_items .choose_item .choose_xq h3 {
    margin-top: 3.36rem;
    margin-bottom: 1.36rem;
  }
  section .choose .choose_items .choose_item .choose_xq .en {
    display: none;
  }
  section .choose .choose_items .choose_item .choose_xq .desc {
    margin-top: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  section .news .news_items {
    flex-wrap: wrap;
  }
  section .news .news_items .news_item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  section .news .news_items .news_item:nth-child(2) {
    flex-direction: column;
  }
  section .news .news_items .news_item .news_xq {
    padding: 20px 10px;
  }
  section .news .news_items .news_item .news_xq .year {
    margin-bottom: 15px;
    font-size: 14px;
  }
  section .news .news_items .news_item .news_xq p {
    margin: 15px 0;
  }
}
