.head_wrap {
  background: transparent;
}
.head_wrap .dropdown-menu {
  background: transparent;
}
.head_wrap .btn {
  background: #ffffff;
  color: #007bff;
}
.head_wrap div.site-branding a {
  color: #ffffff;
}
.head_wrap div.site-branding a b {
  color: #ffffff;
}
.head_wrap nav.site-navigation ul.d-flex li a {
  color: #000;
}
.head_wrap div.email li a {
  color: #ffffff;
}
.head_wrap nav.site-navigation ul.d-flex li a:hover {
  color: #007bff;
}
.head_wrap nav.site-navigation ul.d-flex li.current-menu-item a {
  color: #fff;
}
.head_wrap .head_img {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 568px;
}
.head_wrap .head_img .btn {
  width: 157px;
  height: 54px;
  font-size: 20px;
  color: #0099ff;
}
.tab_content .tab_pane {
  display: none;
}
.tab_content .tab_pane.active {
  display: block;
}
.tab_content .metting {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 50px;
  padding-bottom: 50px;
}
.tab_content .metting .lf {
  width: 50%;
  padding-left: 15%;
}
.tab_content .metting .lf .h5 {
  font-size: 18px;
  color: #333333;
}
.tab_content .metting .lf span {
  color: #999999;
  padding-top: 11px;
  font-size: 12px;
  display: inline-block;
}
.tab_content .metting .lf .btn {
  width: 98px;
  height: 30px;
  display: block;
  margin-top: 17px;
}
.tab_content .metting .lr .nav li {
  width: 285px;
  padding-bottom: 20px;
}
.tab_content .metting .lr .nav li h6 {
  font-size: 14px;
  color: #333333;
  padding-bottom: 4px;
}
.tab_content .metting .lr .nav li p {
  font-size: 12px;
  color: #999999;
  line-height: 19px;
}
.event_wrap img {
  height: 248px;
  display: block;
  width: 100%;
}
/* home页面 */
@media screen and (max-width: 576px) {
  .reverse {
    flex-wrap: wrap-reverse;
  }
  .head .h3 {
    font-size: 2rem;
    text-align: center;
  }
  .tab_content {
    display: none;
  }
}
/* 顶部自适应 */
.site-header {
  /* 邮箱 */
  /*
Hamburger Menu*/
  /*Site Branding*/
}
.site-header .site-navigation {
  margin-left: -65px;
}
.site-header .nav-bar {
  border-bottom: 1px solid #cacbcd;
}
.site-header .site-navigation .dropdown-menu {
  margin: -1rem 0 0 0;
}
.site-header .site-navigation ul.d-flex {
  position: fixed;
  top: 0;
  left: -320px;
  z-index: 9999;
  width: 320px;
  max-width: calc(60%);
  height: 100%;
  padding: 30px 15px;
  margin: 0;
  background: #fff;
  list-style: none;
  /* overflow-x: scroll; */
  transition: all 0.35s;
}
.site-header .site-navigation.show ul.d-flex {
  left: 0;
}
.site-header .site-navigation ul.d-flex li {
  margin: 0 16px;
}
.site-header .site-navigation ul.d-flex li a {
  display: block;
  padding: 16px 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  color: #666;
  text-decoration: none;
  transition: color .35s;
}
@media screen and (min-width: 992px) {
  .site-header .site-navigation ul.d-flex {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 0;
    background: transparent;
  }
  .site-header .site-navigation ul.d-flex li a {
    padding: 20px 0;
  }
  .site-header .site-navigation ul.dropdown-menu li a {
    padding: 0;
    margin: 0;
  }
}
.site-header ul.dropdown-menu li a {
  padding: 0;
  margin: 0;
}
.site-header .site-navigation .href {
  border: none;
  min-width: max-content;
}
.site-header .site-navigation ul.d-flex li a:hover,
.site-header .site-navigation ul.d-flex li.current-menu-item a {
  color: #007bff;
}
@media screen and (max-width: 980px) {
  .site-header .navbar-right,
  .site-header .email {
    display: none !important;
  }
}
.site-header .navbar-right {
  display: flex;
  flex-direction: inherit;
  align-items: center;
}
.site-header .email li {
  padding-left: 10px;
}
.site-header .email li a {
  color: #777;
}
.site-header .email li .btn-default {
  color: #2d9aff;
  background-color: #fff;
  border-color: #ccc;
  font-size: 14px;
}
.site-header .hamburger-menu {
  position: relative;
  width: 112px;
  display: flex;
}
.site-header .hamburger-menu h6 {
  color: #007bff;
}
.site-header .hamburger-menu .menu_span {
  position: relative;
  width: 24px;
  height: 22px;
  margin: 0 auto;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.site-header .hamburger-menu span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #007bff;
  border-radius: 10px;
  opacity: 1;
  left: 0;
  transition: 0.25s ease-in-out;
}
.site-header .hamburger-menu span:nth-child(1) {
  top: 2px;
}
.site-header .hamburger-menu span:nth-child(2),
.site-header .hamburger-menu span:nth-child(3) {
  top: 10px;
}
.site-header .hamburger-menu span:nth-child(4) {
  top: 18px;
}
.site-header .hamburger-menu.open span:nth-child(1) {
  top: 18px;
  width: 0;
  left: 50%;
}
.site-header .hamburger-menu.open span:nth-child(2) {
  transform: rotate(45deg);
}
.site-header .hamburger-menu.open span:nth-child(3) {
  transform: rotate(-45deg);
}
.site-header .hamburger-menu.open span:nth-child(4) {
  top: 18px;
  width: 0;
  left: 50%;
}
.site-header .site-branding {
  width: calc(-12%);
  padding: 5px 0;
}
.site-header .site-branding a {
  margin-top: 6px;
  color: #777;
  font-size: 18px;
  line-height: 20px;
  padding-top: 0;
}
.site-header .site-branding a b {
  color: #2d9aff;
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  .site-header .site-branding {
    width: auto;
  }
}
/* 背景内容 */
.section_bg {
  background: #fff;
}
.section_bg ul.content_warp li {
  width: 25%;
  height: 400px;
  margin: 0;
  text-align: center;
  padding: 0;
}
.section_bg ul.content_warp li:hover h4 {
  color: red;
  padding-top: 96px;
  color: #0099ff;
  z-index: 10;
  position: relative;
  transition: 1s;
}
.section_bg ul.content_warp li:hover span.border {
  z-index: 10;
  width: 45px;
  height: 2px;
  background: #0099ff;
  padding-bottom: 0;
  position: relative;
}
.section_bg ul.content_warp li:hover a {
  display: inline-block;
  position: relative;
  padding: 12px 26px;
  border: 1px solid #0099ff;
  border-radius: 3px;
  margin-top: 80px;
  z-index: 10;
  transition: 1s;
}
.section_bg ul.content_warp li:hover a .caret {
  display: none;
}
.section_bg ul.content_warp li:after {
  content: '';
  
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.section_bg ul.content_warp li h4 {
  font-size: 36px;
  color: #ffffff;
  padding-top: 138px;
  padding-bottom: 65px;
  font-weight: lighter;
}
.section_bg ul.content_warp li span.border {
  width: 45px;
  height: 2px;
  background: #ffffff;
  padding-bottom: 0;
  display: block;
  margin: 0 auto;
}
.section_bg ul.content_warp li a {
  display: none;
}
.section_bg ul.content_warp li:first-child {
  background: url(/images/hangye1.jpg) no-repeat center;
}
.section_bg ul.content_warp li:nth-child(2) {
  background: url(/images/hangye2.jpg) no-repeat center;
}
.section_bg ul.content_warp li:nth-child(3) {
  background: url(/images/hangye3.jpg) no-repeat center;
}
.section_bg ul.content_warp li:nth-child(4) {
  background: url(/images/hangye4.jpg) no-repeat center;
}
.section_bg .nav-pills li.active .active_show {
  position: absolute;
  bottom: 0;
  left: 43%;
  display: block;
  width: 0;
  height: 0;
  border-width: 0 15px 15px;
  border-style: solid;
  border-color: transparent transparent #f5f5f6;
}
.section_bg .nav-pills li.active .img_show {
  display: block;
}
.section_bg .nav-pills li.active .img_none {
  display: none;
}
.section_bg .nav-pills li {
  cursor: pointer;
  width: 300px;
  position: relative;
  overflow: hidden;
}
.section_bg .nav-pills li .active_show {
  display: none;
}
.section_bg .nav-pills li .img_show {
  display: none;
}
.section_bg .nav-pills li .img_none {
  display: block;
}
.section_bg .nav-pills li img {
  padding: 20px 0;
  margin: 0 auto;
}
.section_bg .nav-pills li h5 {
  font-size: 18px;
  color: #333333;
}
.section_bg .nav-pills li span {
  color: #999999;
  padding-bottom: 45px;
  font-size: 14px;
  display: inline-block;
}
.icon_wrap {
  margin: 0 auto;
  text-align: center;
  width: max-content;
}
.icon_wrap .h3 {
  font-size: 30px;
  padding: 80px 0;
  color: #333333;
}
.img_wrap {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.img_wrap li {
  width: 230px;
  margin-right: 9px;
}
.img_wrap li:last-child {
  margin-right: 0;
}
.swiper_wrap {
  height: 406px;
}
.swiper_wrap .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
}
.swiper_wrap .swiper-pagination {
  bottom: 73px;
}
.swiper_wrap .swiper-pagination-bullet-active {
  width: 18px;
  height: 8px;
  border-radius: 3px;
}
.swiper-slide ul {
  display: flex;
  flex-wrap: wrap;
}
.swiper-slide ul li {
  margin: 0 14px 14px 0;
}
.swiper-slide ul li:nth-child(4n) {
  margin: 0 0 14px 0;
}
.swiper-slide .pt30 {
  padding-top: 30px;
}
.section_show {
  background: #f5f5f6;
}
.section_show .new_info {
  height: 60px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.section_show .btn_wrap {
  text-align: center;
  padding: 2rem 0;
}
.section_show .btn_wrap .btn {
  background: #4d7bfb;
  color: #fff;
}
/* 底部样式 */
.site-footer {
  background: #0a1633;
}
.site-footer .footer_lf {
  color: #9ba5b4;
  line-height: 30px;
}
.site-footer .pt15 {
  padding-top: 15px;
}
.site-footer .Icon a {
  display: inline-block;
  margin-right: 18px;
}
.site-footer .footer_bom a {
  color: #ffffff;
}
.site-footer .footer_bom b {
  font-weight: bold;
}
.site-footer .list_footer h6,
.site-footer .list_footer p {
  line-height: 31px;
  color: #9ba5b4;
}
.site-footer .list_footer h6 {
  color: #9ba5b4;
  font-size: 14px;
  width: fit-content;
  border-bottom: 1px solid #9ba5b4;
  margin-bottom: 10px;
}
.site-footer .list_footer p {
  font-size: 12px;
}
.site-footer .nav_bom_ul li:last-child {
  padding-right: 0;
}
.site-footer .list_footer li {
  padding-top: 30px;
}
/* .site-footer .list_footer li:nth-child(2n-1) {
  padding-right: 30px;
} */
.swiper_wrap2 {
  display: none;
}
.swiper_wrap2 .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
}
.swiper_wrap2 .swiper-pagination-bullet-active {
  width: 18px;
  height: 8px;
  border-radius: 3px;
}
.swiper_ul {
  display: flex;
}
.swiper_ul li {
  width: 45%;
}
.swiper_ul li img {
  width: 100%;
}
.swiper_ul li::last-child {
  margin: 0;
}
.zoom_none {
  display: none;
}
@media screen and (max-width: 576px) {
  .list_footer li {
    width: 50%;
  }
  .site-footer .pt15 {
    padding-top: 10px;
  }
  .Icon a {
    margin-right: 0px;
  }
  .pt60 {
    padding-top: 1rem;
    text-align: center;
  }
  .h3_width {
    width: 19rem;
    margin: 0 auto;
  }
  .icon_wrap .h3 {
    font-size: 1.6rem;
    padding: 2rem 0;
  }
  /* .nav-pills li {
    height: 5rem;
  } */
  .zoom_show {
    display: none;
  }
  .zoom_none {
    display: block;
  }
  .swiper_wrap {
    display: none;
  }
  .swiper_wrap2 {
    display: block;
    padding-bottom: 2rem;
  }
  .section_bg ul.content_warp li h4 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 990px) {
  .list_footer li {
    width: 50%;
  }
  .swiper_wrap {
    display: none;
  }
  .pt60 {
    padding-top: 1rem;
    text-align: center;
  }
  .site-footer .pt15 {
    padding-top: 10px;
  }
  .Icon a {
    margin-right: 0px;
  }
}
