@charset "UTF-8";
/* 轮播 */
.main_swiper_container {
  width: 100%;
  height: 720px;
  min-width: 1200px;
  overflow: hidden;
  margin-top: 88px;
}

.main_swiper_container .swiper-slide {
  display: block;
  width: 100%;
  height: 720px;
  overflow: hidden;
  margin: auto;
  /* padding-bottom: 37.5%; */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.main_swiper_container .swiper-button-prev {
  width: 56px;
  height: 56px;
  background-image: url(./../../images/home/button_left.png);
  background-size: 56px 56px;
  left: 40px;
  opacity: 0.5;
}

.main_swiper_container .swiper-button-next {
  width: 56px;
  height: 56px;
  background-image: url(./../../images/home/button_right.png);
  background-size: 56px 56px;
  right: 40px;
  opacity: 0.5;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}

.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #d70c19;
}

.container {
  /* width: 1200px; */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 50px;
  /* padding: 60px 0; */
  /* overflow: hidden; */
}

.intro_head {
  width: 360px;
  height: 137px;
  margin: auto;
  font-size: 0;
}

/* 公司介绍 */
.com_intro {
  margin: 60px auto;
  overflow: hidden;
}

.com_video {
  background-color: #f6f6f6;
  padding: 30px 0 50px 0;
}
.com_video .intro_head {
  background: url(./../../images/home/head_video.png) no-repeat center center;
  margin-top: 40px;
  margin-bottom: 55px;
}
.com_video .com_video_box {
  width: 760px;
  height: 425px;
  margin: auto;
  position: relative;
}
.com_video .com_video_box iframe.video_box {
  width: 80%;
  height: 360px;
}
.com_video .com_video_box .video_placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 760px;
  height: 425px;
}
.com_video .com_video_box .video_placeholder img {
  width: 100%;
  height: 100%;
}

/* 公司动态 */
.com_news {
  overflow: hidden;
}

.com_news .intro_head {
  background: url(./../../images/home/head_news.png) no-repeat center center;
  margin-top: 100px;
  margin-bottom: 55px;
}

.news_box {
  width: 100%;
}

.news_box ul {
  width: 100%;
  padding: 10px 10px;
  overflow: hidden;
}

.news_box ul li {
  width: 360px;
  height: 526px;
  padding: 12px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.news_box ul li:last-child {
  margin-right: 0;
}

.news_img_box {
  width: 100%;
  height: 270px;
}

.news_img_box img {
  width: 100%;
  height: 270px;
  object-fit: cover;
}

.news_box ul li h3 {
  display: block;
  font-size: 20px;
  line-height: 36px;
  width: 100%;
  height: 88px;
  overflow: hidden;
  margin: 24px 0 10px;
}

.news_box ul li:hover h3 {
  color: #d70c19;
}

.news_box ul li span {
  font-size: 16px;
  color: #666;
  display: block;
  margin-bottom: 18px;
}

.news_divider_line {
  width: 100%;
  height: 0;
  border-bottom: 1px dotted #d4d4d4;
}

.news_box ul li p {
  font-size: 14px;
  line-height: 24px;
  margin-top: 13px;
  height: 72px;
  /* overflow: hidden; */
}

.news_box ul li:hover {
  box-shadow: 0 0 15px rgba(215, 12, 25, 0.2);
  transition: all 0.7s ease;
}

/* 更多按钮 */
.more_text_btn {
  font-size: 18px;
  line-height: 40px;
  color: #333;
  display: block;
  width: 60px;
  height: 40px;
  padding: 5px 10px;
  margin: auto;
  margin-top: 20px;
  text-align: center;
}

.more_text_btn:hover {
  color: #d70c19;
}

.pro_intro_box {
  width: 1200px;
  overflow: hidden;
}

.pro_intro_show {
  width: 288px;
  height: 288px;
  margin-right: 10px;
  float: left;
  position: relative;
}

.pro_intro_show img {
  width: 288px;
}

.pro_intro_show .img_cover {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.pro_intro_show .img_cover h3 {
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  margin-top: 100px;
}

.pro_intro_show:hover .img_cover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  top: 0;
}

/* 专家说桑黄 */
.honor {
  width: 100%;
  min-width: 1200px;
  background-color: #f6f6f6;
  padding-bottom: 80px;
  overflow: hidden;
}

.honor .intro_head {
  background: url(./../../images/home/head_honor.png) no-repeat center center;
  margin-top: 40px;
  margin-bottom: 55px;
}

/* 轮播样式 */
.horder_box {
  width: 1200px;
  height: 300px;
  position: relative;
  margin: auto;
  overflow: hidden;
}

.honor_swiper_container {
  width: 1100px;
}

.horder_box .btn_prev {
  position: absolute;
  width: 18px;
  height: 32px;
  background-image: url(./../../images/home/btn_left_def.png);
  background-size: 18px 32px;
  left: 0;
  top: 50%;
  margin-top: -45px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.horder_box .btn_next {
  position: absolute;
  width: 18px;
  height: 32px;
  background-image: url(./../../images/home/btn_right_def.png);
  background-size: 18px 32px;
  right: 0;
  top: 50%;
  margin-top: -45px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.horder_box .btn_prev:hover {
  background-image: url(./../../images/home/btn_left_active.png);
}

.horder_box .btn_next:hover {
  background-image: url(./../../images/home/btn_right_active.png);
}

/* 专家介绍内容 */
.swiper-container.honor_swiper_container .swiper-slide.honor_slide {
  /* width: 185px;  */
  height: 300px;
  width: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  overflow: hidden;
  padding: 0 14px;
}

.honor_slide img {
  /* width: 100%; */
  height: 252px;
  cursor: pointer;
}

/* .honor_swiper_container .honor_slide.cross_honor_slide {
    width: 343px;
    height: 300px;
} */
.honor_slide.cross_honor_slide img {
  width: 100%;
  height: 252px;
}

.honor_slide p {
  font-size: 14px;
  color: #666;
  text-align: center;
  line-height: 48px;
}

/* 图片预览效果 */
.honor_modal_box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease;
  z-index: 10000;
  text-align: center;
  display: table;
}

.honor_modal_box.show {
  visibility: visible;
  opacity: 1;
  transition: all 0.5s ease;
}

.honor_modal_content {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

.honor_modal_box img {
  display: block;
  width: auto;
  height: 0px;
  margin: auto;
  transition: height 0.65s ease;
}

.honor_modal_box.show img {
  height: 600px;
}

.more_btn {
  width: 100px;
  height: 32px;
  display: block;
  color: #BFBFBF;
  font-size: 18px;
  line-height: 32px;
  border: 1px solid #BFBFBF;
  text-align: center;
  margin: auto;
  margin-top: 24px;
  margin-bottom: 42px;
}

.more_btn i {
  color: #E5E5E5;
  font-size: 20px;
  margin-left: 5px;
}

.more_btn:hover {
  color: #d70c19;
  border: 1px solid #d70c19;
}

.more_btn:hover i {
  color: #d70c19;
}

/* 合作伙伴 */
.coop_intro {
  overflow: hidden;
}

.coop_intro .intro_head {
  background: url(./../../images/home/head_coop.png) no-repeat center center;
  margin-top: 100px;
  margin-bottom: 100px;
}

.swiper-container.coop_intro_box {
  width: 1200px;
  height: 175px;
  margin: auto;
  overflow: hidden;
}

.coop_intro_box .coop_show {
  display: block;
  width: 130px;
  height: 175px;
  float: left;
  text-align: center;
}

.coop_intro_box .coop_show:last-child {
  margin-right: 0;
}

.coop_intro_box .coop_show img {
  width: 130px;
  height: 100px;
  object-fit: cover;
}

.coop_intro_box .coop_show p {
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  margin-top: 15px;
}

/* .coop_intro_box .coop_show:hover {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #D2D2D2;
} */

/*# sourceMappingURL=index.css.map */
.bilibili-player-video-pause-panel-container-qrcode-text, .bilibili-player-video-pause-panel-container-qrcode-img {
    display: none;
}