.resetStyle {
  color: #333;
  overflow-x: hidden;
}
.resetStyle a {
  text-decoration: none;
  color: #333;
}
.resetStyle ul,
.resetStyle li {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 1880px) {
  .container {
    width: 1720px;
    padding: 0;
  }
}
@media (min-width: 1250px) {
  .container {
    padding: 0;
  }
}
#backtop {
  position: fixed;
  right: 49px;
  bottom: 20px;
  z-index: 100;
  opacity: 0;
  transition: 0.3s;
}
#backtop ul li {
  width: 54px;
  height: 54px;
  float: left;
  position: relative;
  line-height: 54px;
  text-align: center;
  margin-bottom: 3px;
  list-style: none;
}
#backtop ul li .inner {
  position: absolute;
  right: 70px;
  top: 0;
  background: #fff;
  border: 1px solid #ddd;
  line-height: normal;
  padding: 15px;
  transform: scale(0);
  transform-origin: top right;
  transition: 0.3s;
}
#backtop ul li .inner p {
  font-size: 12px;
}
#backtop ul li:hover .inner {
  transform: scale(1);
}
#backtop ul li .sidebox {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  transition: all 0.3s;
  background: #fff;
  border: 1px solid #ddd;
  color: #fff;
  font: 14px/54px "微软雅黑";
  overflow: hidden;
  background-position: center;
  background-size: inherit;
  background-repeat: no-repeat;
}
#backtop.show {
  opacity: 1;
}
#backtop ul li .sidetop {
  width: 100%;
  height: 100%;
  line-height: 54px;
  display: inline-block;
  opacity: 0.6;
  filter: alpha(opacity=80);
  transition: all 0.3s;
  border: 1px solid #eef4f7;
  background: #eee url(../images/side_icon.png) center / cover no-repeat;
}
@media (min-width: 768px) {
  #backtop ul li .sidetop:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    background: #444 url(../images/side_icon-w.png) center / cover no-repeat;
  }
}
@media (max-width: 767px) {
  #backtop {
    right: 10px;
    bottom: 10px;
  }
  #backtop ul li {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.home-header {
  background-color: transparent;
}
@media (max-width: 767px) {
  .home-header {
    background-color: #fff;
  }
}
.home-header .header-nav {
  transition: all 0.3s;
}
.home-header .header-nav::after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.home-header .header-nav .header-container {
  width: 100%;
  margin: auto;
}
@media (min-width: 1880px) {
  .home-header .header-nav .header-container {
    max-width: 1720px;
  }
}
.home-header .header-nav .header-container .navmain {
  float: left;
}
.home-header .header-nav .header-container .navmain .navlogo {
  float: left;
  padding: 13px;
  padding-right: 20px;
  padding-top: 30px;
  margin: 0;
  padding-left: 0;
}
@media (min-width: 1250px) {
  .home-header .header-nav .header-container .navmain .navlogo {
    padding-left: 20px;
  }
}
@media (max-width: 1199px) {
  .home-header .header-nav .header-container .navmain .navlogo {
    margin: 0;
    padding: 10px;
    padding-left: 10px;
    padding-right: 0;
  }
}
@media (max-width: 991.98px) {
  .home-header .header-nav .header-container .navmain .navlogo {
    padding: 0;
  }
}
.home-header .header-nav .header-container .navmain .navlogo .logoa {
  display: block;
  height: 100%;
}
@media (max-width: 991.98px) {
  .home-header .header-nav .header-container .navmain .navlogo .logoa {
    display: block;
    height: 50px;
    padding: 5px 0 5px 15px;
  }
}
.home-header .header-nav .header-container .navmain .navlogo .logoa img {
  display: block;
  height: 100%;
}
@media (max-width: 1199px) {
  .home-header .header-nav .header-container .navmain .navlogo .logoa img {
    width: 80%;
  }
}
@media (max-width: 991px) {
  .home-header .header-nav .header-container .navmain .navlogo .logoa img {
    width: auto;
  }
}
.home-header .header-nav .header-container .navmain .des-main {
  float: left;
  margin-top: 42px;
  font-size: 20px;
  height: 71px;
  line-height: 71px;
  color: #00923f;
  border-left: 1px solid #cdd5d0;
  padding-left: 20px;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .home-header .header-nav .header-container .navmain .des-main {
    max-width: 188px;
    margin: 25px 0 0;
    font-size: 12px;
    display: none;
  }
}
@media (max-width: 991px) {
  .home-header .header-nav .header-container .navmain .des-main {
    display: none;
  }
}
.home-header .header-nav .header-container .navlist {
  float: right;
}
@media (max-width: 991px) {
  .home-header .header-nav .header-container .navlist {
    display: none;
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    max-height: 100%;
    background: #fff;
    overflow-y: scroll;
    z-index: 999999;
  }
}
@media (max-width: 991px) {
  .home-header .header-nav .header-container .navlist .f-menu > .hasdrop {
    float: none;
  }
}
.home-header .header-nav .header-container .navlist .f-menu > .hasdrop::before {
  position: absolute;
  content: '';
  bottom: 0;
  z-index: -1;
  opacity: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
}
@media (max-width: 991px) {
  .home-header .header-nav .header-container .navlist .f-menu > .hasdrop {
    padding: 10px 20px;
    border-bottom: 1px solid rgba(221, 221, 221, 0.5);
  }
}
.home-header .header-nav .header-container .navlist .hasdrop {
  float: left;
  position: relative;
}
@media (min-width: 992px) {
  .home-header .header-nav .header-container .navlist .hasdrop:hover::before {
    opacity: 1;
    width: 100%;
    height: 100%;
  }
  .home-header .header-nav .header-container .navlist .hasdrop:hover > .s-menu {
    display: block;
  }
  .home-header .header-nav .header-container .navlist .hasdrop:hover > a {
    color: #00923f;
    font-weight: bold;
  }
}
.home-header .header-nav .header-container .navlist .hasdrop > a {
  text-decoration: none;
  display: block;
  color: #333;
  transition: all 0.3s;
  padding: 70px 15px;
  padding-bottom: 48px;
  font-size: 13px;
}
@media (min-width: 1880px) {
  .home-header .header-nav .header-container .navlist .hasdrop > a {
    padding: 70px 18px;
    padding-bottom: 48px;
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .home-header .header-nav .header-container .navlist .hasdrop > a {
    font-size: 14px;
    padding: 40px 10px;
    background-position-y: 65px!important;
  }
}
@media (max-width: 991px) {
  .home-header .header-nav .header-container .navlist .hasdrop > a {
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    font-size: 14px;
    display: block;
    color: #333;
    text-decoration: none;
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .home-header .header-nav .header-container .navlist .hasdrop > a i {
    display: none;
  }
}
.home-header .header-nav .header-container .navlist .hasdrop > a .mobile-navbtn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  font-size: 20px;
  width: 20px;
  height: 20px;
  transition: 0.3s;
}
.home-header .header-nav .header-container .navlist .hasdrop > a .mobile-navbtn::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: '';
  width: 10px;
  height: 10px;
  border-right: 2px solid #555;
  border-bottom: 2px solid #555;
  transform: rotate(45deg);
}
.home-header .header-nav .header-container .navlist .hasdrop > a .mobile-navbtn.open {
  transform: rotate(90deg);
}
@media (min-width: 992px) {
  .home-header .header-nav .header-container .navlist .hasdrop.active::before {
    opacity: 1;
    width: 100%;
    height: 100%;
  }
  .home-header .header-nav .header-container .navlist .hasdrop.active a {
    color: #00923f;
    font-weight: bold;
  }
}
@media (min-width: 992px) {
  .home-header .header-nav .header-container .navlist .s-menu {
    border: 1px solid rgba(0, 0, 0, 0.15);
    position: absolute;
    width: 150px;
    background: #fff;
    z-index: 2;
    display: none;
    text-align: center;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  }
  .home-header .header-nav .header-container .navlist .s-menu > .hasdrop {
    width: 100%;
  }
  .home-header .header-nav .header-container .navlist .s-menu > .hasdrop:hover {
    background-color: #f5f5f5;
  }
  .home-header .header-nav .header-container .navlist .s-menu > .hasdrop:hover .multi {
    display: block;
  }
  .home-header .header-nav .header-container .navlist .s-menu > .hasdrop > a {
    text-decoration: none;
    display: block;
    font-size: 14px;
    color: #555;
    padding: 5px 15px;
    white-space: normal;
    background-image: none;
  }
}
.home-header .header-nav .header-container .navlist .multi {
  display: none;
  background-color: #fff;
}
@media (min-width: 768px) {
  .home-header .header-nav .header-container .navlist .multi {
    min-width: 185px;
    position: absolute;
    left: 100% !important;
    right: 0;
    top: 0!important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    border: 1px solid rgba(0, 0, 0, 0.15);
    margin: 0 !important;
  }
  .home-header .header-nav .header-container .navlist .multi .hasdrop {
    width: 100%;
  }
  .home-header .header-nav .header-container .navlist .multi .hasdrop:hover {
    background-color: #f5f5f5;
  }
  .home-header .header-nav .header-container .navlist .multi .hasdrop a {
    padding: 5px 15px;
    text-decoration: none;
    display: block;
    font-size: 14px;
    color: #555;
    white-space: normal;
    background-image: none!important;
  }
  .home-header .header-nav .header-container .navlist .multi .hasdrop a::after {
    display: none;
  }
}
@media (max-width: 991px) {
  .home-header .header-nav .header-container .navlist .multi {
    position: relative;
    width: 100%;
    margin: 0 0 5px;
    display: none;
  }
  .home-header .header-nav .header-container .navlist .multi .hasdrop {
    width: 100%;
    padding: 10px 20px;
  }
}
@media (max-width: 991px) {
  .home-header .header-nav .header-container .navlist .s-menu {
    display: none;
    overflow: hidden;
  }
  .home-header .header-nav .header-container .navlist .s-menu > .hasdrop {
    padding: 10px 20px;
    width: 100%;
  }
  .home-header .header-nav .header-container .navlist .s-menu > .hasdrop > a {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
    display: block;
    text-decoration: none;
    font-size: 13px;
    padding-right: 20px;
  }
}
.home-header .header-nav .header-container .navlist .s-search {
  float: left;
  padding: 70px 30px;
  padding-bottom: 48px;
  margin-left: -5px;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .home-header .header-nav .header-container .navlist .s-search {
    padding: 40px 18px;
  }
}
@media (max-width: 992px) {
  .home-header .header-nav .header-container .navlist .s-search {
    display: none;
  }
}
.home-header .header-nav .header-container .navlist .s-search .s-icon {
  cursor: pointer;
}
.home-header .header-nav .header-container .navlist .s-search .header-search {
  position: relative;
}
.home-header .header-nav .header-container .navlist .s-search .search-box {
  display: none;
  position: absolute;
  height: 30px;
  right: 0;
  top: 120%;
}
.home-header .header-nav .header-container .navlist .s-search .search-box .text-in {
  height: 30px;
  line-height: 30px;
  outline: none;
  text-indent: 10px;
  padding-right: 30px;
}
.home-header .header-nav .header-container .navlist .s-search .search-box .sub-in {
  border: none;
  outline: none;
  width: 30px;
  height: 30px;
  background: url(../images/home/search.png) no-repeat center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
.home-header .header-nav .header-container .navlist .s-tel {
  float: left;
  padding: 70px 0;
  padding-bottom: 48px;
  color: #00923f;
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 1880px) {
  .home-header .header-nav .header-container .navlist .s-tel {
    font-size: 14px;
  }
}
@media (max-width: 1500px) {
  .home-header .header-nav .header-container .navmain .des-main {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .home-header .header-nav .header-container .navmain .des-main {
    font-size: 16px;
  }
}
@media (max-width: 1400px) {
  .home-header .header-nav .header-container .navmain .des-main {
    display: none;
  }
}
@media (max-width: 1300px) {
  .home-header .header-nav .header-container .navlist .s-tel {
    padding: 40px 0;
  }
}
.home-header .header-nav .header-container .navlist .s-tel a {
  color: #00923f;
  font-size: 16px;
  font-weight: bold;
  transition: all 0.3s;
}
.home-header .header-nav .header-container .navlist .s-tel a:hover {
  color: #05b350;
}
@media (max-width: 991px) {
  .home-header .navbtn {
    width: 30px;
    height: 30px;
    margin: 10px;
    float: right;
    position: relative;
    display: block;
  }
  .home-header .navbtn i {
    height: 2px;
    background: #333;
    display: block;
    overflow: hidden;
    width: 100%;
    position: absolute;
    left: 0px;
    transition: all 0.3s;
  }
  .home-header .navbtn i.bar-1 {
    top: 7px;
  }
  .home-header .navbtn i.bar-2 {
    top: 15px;
  }
  .home-header .navbtn i.bar-3 {
    top: 23px;
  }
}
@media (max-width: 991px) {
  .home-header .navbtn.open .bar-1 {
    top: 50%;
    transform: rotate(45deg);
  }
  .home-header .navbtn.open .bar-2 {
    height: 0px;
  }
  .home-header .navbtn.open .bar-3 {
    top: 50%;
    transform: rotate(-45deg);
  }
}
.home-header .fixed-header {
  padding-top: 0;
  background-color: #fff;
  zoom: 1;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  box-shadow: 1px 1px 15px 0px rgba(0, 0, 0, 0.1);
}
.home-header .fixed-header .header-container .navlist .drop-menu.f-menu .hasdrop.active > a {
  color: #00923f;
}
.home-header .fixed-header .header-container .navlist .drop-menu.f-menu .hasdrop > a {
  color: #333;
  transition: all 0.3s;
}
.home-header .fixed-header .header-container .navlist .drop-menu.f-menu .hasdrop > a:hover {
  color: #00923f;
}
.home-page .seo-tit {
  text-align: center;
}
.home-page .seo-tit .tit {
  font-size: 28px;
  color: #333;
  font-weight: normal;
  margin: 0;
  line-height: 1.42857143;
}
@media (min-width: 1880px) {
  .home-page .seo-tit .tit {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .home-page .seo-tit .tit {
    font-size: 18px;
    font-weight: bold;
  }
}
.home-page .seo-tit .des {
  margin-top: 5px;
  font-size: 14px;
  color: rgba(102, 102, 102, 0.7);
}
@media (max-width: 767px) {
  .home-page .seo-tit .des {
    font-size: 12px;
  }
}
.home-page .home-banner #swiper-banner .slide img {
  width: 100%;
}
.home-page .home-banner .swiper-pagination {
  bottom: 20px;
}
@media (min-width: 1880px) {
  .home-page .home-banner .swiper-pagination {
    bottom: 68px;
  }
}
@media (max-width: 767px) {
  .home-page .home-banner .swiper-pagination {
    bottom: 10px;
  }
}
.home-page .home-banner .swiper-pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  background-color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .home-page .home-banner .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
.home-page .home-banner .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #00923f;
}
.home-page .home-product {
  margin-top: 115px;
  padding-bottom: 105px;
}
@media (max-width: 1250px) {
  .home-page .home-product {
    margin-top: 50px;
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .home-page .home-product {
    margin-top: 25px;
  }
}
@media (min-width: 1880px) {
  .home-page .home-product .container {
    width: 1750px;
  }
}
.home-page .home-product .dt {
  margin-top: 55px;
  margin-bottom: 80px;
}
@media (max-width: 1250px) {
  .home-page .home-product .dt {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .home-page .home-product .dt {
    margin-top: 30px;
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .home-page .home-product .dt #swiper-serve {
    padding-bottom: 50px;
  }
}
.home-page .home-product .dt .slide-box {
  display: flex;
  background-color: #e3e8eb;
  position: relative;
}
@media (min-width: 1880px) {
  .home-page .home-product .dt .slide-box {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .home-page .home-product .dt .slide-box {
    flex-direction: column;
  }
}
@media (max-width: 1250px) {
  .home-page .home-product .dt .slide-box .left,
  .home-page .home-product .dt .slide-box .right {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .home-page .home-product .dt .slide-box .left,
  .home-page .home-product .dt .slide-box .right {
    width: 100%;
  }
}
.home-page .home-product .dt .slide-box .left {
  padding: 30px 0;
  padding-left: 30px;
  z-index: 9;
}
@media (max-width: 1250px) {
  .home-page .home-product .dt .slide-box .left {
    padding: 20px;
  }
}
@media (min-width: 1880px) {
  .home-page .home-product .dt .slide-box .left {
    padding-top: 108px;
    padding-left: 87px;
  }
}
@media (max-width: 1879px) {
  .home-page .home-product .dt .slide-box .left {
    padding-bottom: 50px;
  }
}
@media (max-width: 1250px) {
  .home-page .home-product .dt .slide-box .left {
    padding-right: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 991px) {
  .home-page .home-product .dt .slide-box .left {
    padding-top: 10px;
  }
}
@media (max-width: 767px) {
  .home-page .home-product .dt .slide-box .left {
    padding-right: 20px;
  }
}
.home-page .home-product .dt .slide-box .left .tit {
  font-size: 24px;
  color: #333;
  width: 192px;
  line-height: 30px;
}
@media (max-width: 1250px) {
  .home-page .home-product .dt .slide-box .left .tit {
    font-size: 18px;
    width: 100%;
    font-weight: bold;
  }
}
@media (max-width: 991px) {
  .home-page .home-product .dt .slide-box .left .tit {
    font-size: 15px;
  }
}
.home-page .home-product .dt .slide-box .left .text-des {
  font-size: 14px;
  color: #666;
  line-height: 22px;
  width: 260px;
  margin-top: 10px;
}
@media (max-width: 1250px) {
  .home-page .home-product .dt .slide-box .left .text-des {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .home-page .home-product .dt .slide-box .left .text-des {
    margin-top: 5px;
    font-size: 13px;
  }
}
.home-page .home-product .dt .slide-box .left .btn-icon {
  margin-top: 20px;
  display: block;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .home-page .home-product .dt .slide-box .left .btn-icon {
    margin-top: 10px;
  }
}
.home-page .home-product .dt .slide-box .left .btn-icon:hover {
  padding-left: 10px;
}
.home-page .home-product .dt .slide-box .right {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 1250px) {
  .home-page .home-product .dt .slide-box .right {
    position: initial;
  }
}
.home-page .home-product .dt .slide-box .right img {
  z-index: -1;
  width: 100%;
}
@media (max-width: 1250px) {
  .home-page .home-product .dd #swiper-product {
    padding-bottom: 50px;
  }
}
.home-page .home-product .dd #swiper-product .slide {
  display: block;
}
.home-page .home-product .dd #swiper-product .slide:hover .pic img {
  transform: translate3d(-50%, -50%, 0) scale(1.1);
}
.home-page .home-product .dd #swiper-product .slide .pic {
  overflow: hidden;
  position: relative;
  padding-bottom: 96.8%;
}
.home-page .home-product .dd #swiper-product .slide .pic img {
  position: absolute;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.home-page .home-product .dd #swiper-product .slide .text {
  text-align: center;
  padding-top: 40px;
  color: #666;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1250px) {
  .home-page .home-product .dd #swiper-product .slide .text {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .home-page .home-product .dd #swiper-product .slide .text {
    padding-top: 20px;
  }
}
.home-page .home-exhibition {
  padding-top: 85px;
  background-color: #f7f8f9;
}
@media (max-width: 1250px) {
  .home-page .home-exhibition {
    padding: 50px 0;
    padding-bottom: 0;
  }
}
.home-page .home-exhibition .seo-tit .des {
  padding: 0 15px;
}
.home-page .home-exhibition #exhibition-swiper {
  margin-top: 60px;
}
@media (max-width: 1250px) {
  .home-page .home-exhibition #exhibition-swiper {
    margin-top: 30px;
    padding-bottom: 30px;
  }
}
.home-page .home-exhibition #exhibition-swiper .swiper-slide:first-child .slide-box .right {
  padding-top: 10px;
}
@media (min-width: 1880px) {
  .home-page .home-exhibition #exhibition-swiper .swiper-slide:first-child .slide-box .right {
    padding-top: 35px;
  }
}
@media (max-width: 1250px) {
  .home-page .home-exhibition #exhibition-swiper .swiper-slide:first-child .slide-box .right {
    padding: 20px;
  }
}
.home-page .home-exhibition #exhibition-swiper .swiper-slide .slide-box {
  display: flex;
}
@media (max-width: 1250px) {
  .home-page .home-exhibition #exhibition-swiper .swiper-slide .slide-box {
    flex-direction: column;
  }
}
.home-page .home-exhibition #exhibition-swiper .swiper-slide .slide-box.two {
  flex-flow: row-reverse;
}
@media (max-width: 1250px) {
  .home-page .home-exhibition #exhibition-swiper .swiper-slide .slide-box.two {
    flex-flow: initial;
    flex-direction: column;
  }
}
.home-page .home-exhibition #exhibition-swiper .swiper-slide .slide-box .left,
.home-page .home-exhibition #exhibition-swiper .swiper-slide .slide-box .right {
  width: 50%;
}
@media (max-width: 1250px) {
  .home-page .home-exhibition #exhibition-swiper .swiper-slide .slide-box .left,
  .home-page .home-exhibition #exhibition-swiper .swiper-slide .slide-box .right {
    width: 100%;
  }
}
.home-page .home-exhibition #exhibition-swiper .swiper-slide .slide-box .left img {
  width: 100%;
}
.home-page .home-exhibition #exhibition-swiper .swiper-slide .slide-box .right {
  padding: 30px 0;
  padding-top: 20px;
  padding-left: 30px;
}
@media (min-width: 1880px) {
  .home-page .home-exhibition #exhibition-swiper .swiper-slide .slide-box .right {
    padding-top: 60px;
    padding-left: 90px;
  }
}
@media (max-width: 1250px) {
  .home-page .home-exhibition #exhibition-swiper .swiper-slide .slide-box .right {
    padding: 20px;
  }
}
.home-page .home-exhibition #exhibition-swiper .swiper-slide .slide-box .right .tit-text {
  font-size: 24px;
  color: #b6b7b8;
  font-style: italic;
  font-family: 'microsoftYaHeiLight';
}
@media (max-width: 1250px) {
  .home-page .home-exhibition #exhibition-swiper .swiper-slide .slide-box .right .tit-text {
    font-size: 18px;
  }
}
.home-page .home-exhibition #exhibition-swiper .swiper-slide .slide-box .right .title {
  color: #333;
  font-size: 24px;
  margin-bottom: 30px;
}
@media (max-width: 1250px) {
  .home-page .home-exhibition #exhibition-swiper .swiper-slide .slide-box .right .title {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.home-page .home-exhibition #exhibition-swiper .swiper-slide .slide-box .right .title .green {
  color: #00923f;
  font-size: 30px;
  font-weight: bold;
}
@media (max-width: 1250px) {
  .home-page .home-exhibition #exhibition-swiper .swiper-slide .slide-box .right .title .green {
    font-size: 20px;
  }
}
.home-page .home-exhibition #exhibition-swiper .swiper-slide .slide-box .right .des {
  color: #666;
  line-height: 26px;
  width: 90%;
  font-size: 13px;
}
@media (max-width: 1250px) {
  .home-page .home-exhibition #exhibition-swiper .swiper-slide .slide-box .right .des {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .home-page .home-exhibition #exhibition-swiper .swiper-slide .slide-box .right .des {
    width: 100%;
  }
}
@media (min-width: 1880px) {
  .home-page .home-exhibition #exhibition-swiper .swiper-slide .slide-box .right .des {
    width: 680px;
    font-size: 16px;
  }
}
.home-page .home-exhibition #exhibition-swiper .swiper-slide .slide-box .right .btn-more {
  width: 150px;
  height: 45px;
  line-height: 45px;
  color: #fff;
  background-color: #00923f;
  border-radius: 29px;
  display: block;
  text-align: center;
  margin-top: 30px;
  transition: all 0.3s;
}
@media (min-width: 1880px) {
  .home-page .home-exhibition #exhibition-swiper .swiper-slide .slide-box .right .btn-more {
    width: 196px;
    height: 58px;
    line-height: 58px;
  }
}
@media (max-width: 1250px) {
  .home-page .home-exhibition #exhibition-swiper .swiper-slide .slide-box .right .btn-more {
    margin-top: 15px;
    width: 120px;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
  }
}
.home-page .home-exhibition #exhibition-swiper .swiper-slide .slide-box .right .btn-more:hover {
  background-color: #05b350;
}
.home-page .home-case {
  padding: 100px 0;
}
@media (max-width: 1250px) {
  .home-page .home-case {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  .home-page .home-case {
    padding-bottom: 10px;
  }
}
.home-page .home-case #case-swiper {
  margin-top: 64px;
}
@media (max-width: 1250px) {
  .home-page .home-case #case-swiper {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .home-page .home-case #case-swiper {
    padding-bottom: 50px;
  }
}
.home-page .home-case #case-swiper .case-slide {
  display: block;
}
.home-page .home-case #case-swiper .case-slide:hover .pic-box .masking {
  opacity: 1;
}
.home-page .home-case #case-swiper .case-slide .pic-box {
  position: relative;
}
.home-page .home-case #case-swiper .case-slide .pic-box .pic {
  overflow: hidden;
  position: relative;
  padding-bottom: 56.4%;
}
.home-page .home-case #case-swiper .case-slide .pic-box .pic img {
  position: absolute;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.home-page .home-case #case-swiper .case-slide .pic-box .masking {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
}
.home-page .home-case #case-swiper .case-slide .pic-box .masking .mask-main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
  text-align: center;
}
.home-page .home-case #case-swiper .case-slide .pic-box .masking .mask-main img {
  margin-bottom: 20px;
}
.home-page .home-case #case-swiper .case-slide .pic-box .masking .mask-main .mask-text {
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: left;
}
@media (max-width: 1250px) {
  .home-page .home-case #case-swiper .case-slide .pic-box .masking .mask-main .mask-text {
    font-size: 12px;
    line-height: 20px;
  }
}
.home-page .home-case #case-swiper .case-slide .text {
  padding: 25px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1250px) {
  .home-page .home-case #case-swiper .case-slide .text {
    padding: 15px;
    padding-bottom: 0;
  }
}
.home-page .home-video {
  display: flex;
}
@media (max-width: 991px) {
  .home-page .home-video {
    flex-direction: column;
  }
}
.home-page .home-video .flex-l {
  cursor: pointer;
}
@media (max-width: 1250px) {
  .home-page .home-video .flex-l img {
    width: 100%;
    height: 100%;
  }
}
.home-page .home-video .flex-l,
.home-page .home-video .flex-r {
  width: 50%;
}
@media (max-width: 991px) {
  .home-page .home-video .flex-l,
  .home-page .home-video .flex-r {
    width: 100%;
  }
}
.home-page .home-video .flex-r {
  padding: 60px;
  background-color: #f1f3f5;
}
@media (min-width: 1880px) {
  .home-page .home-video .flex-r {
    padding: 95px 90px;
  }
}
@media (max-width: 1250px) {
  .home-page .home-video .flex-r {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .home-page .home-video .flex-r {
    padding: 20px;
  }
}
.home-page .home-video .flex-r .tit {
  color: #333;
  font-size: 18px;
  padding-bottom: 20px;
  position: relative;
}
.home-page .home-video .flex-r .tit::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 49px;
  height: 5px;
  background-color: #b5b5b5;
}
@media (max-width: 1250px) {
  .home-page .home-video .flex-r .tit {
    display: none;
  }
}
.home-page .home-video .flex-r .title {
  color: #333;
  font-size: 36px;
  margin-top: 40px;
  margin-bottom: 15px;
}
@media (max-width: 1250px) {
  .home-page .home-video .flex-r .title {
    font-size: 20px;
    margin-top: 0;
  }
}
.home-page .home-video .flex-r .des-text {
  line-height: 30px;
  color: #666;
}
@media (max-width: 1250px) {
  .home-page .home-video .flex-r .des-text {
    font-size: 12px;
  }
  .home-page .home-video .flex-r .des-text p {
    font-size: 12px;
    margin: 0;
    margin-top: 0!important;
  }
}
.home-page .home-video .flex-r .btn-more {
  margin-top: 50px;
}
@media (max-width: 1250px) {
  .home-page .home-video .flex-r .btn-more {
    margin-top: 20px;
  }
}
.home-page .home-video .flex-r .btn-more a {
  width: 150px;
  height: 45px;
  line-height: 45px;
  display: block;
  text-align: center;
  background-color: #00923f;
  border-radius: 29px;
  color: #fff;
  transition: all 0.3s;
}
@media (min-width: 1880px) {
  .home-page .home-video .flex-r .btn-more a {
    width: 196px;
    height: 58px;
    line-height: 58px;
  }
}
@media (max-width: 1250px) {
  .home-page .home-video .flex-r .btn-more a {
    width: 120px;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
  }
}
.home-page .home-video .flex-r .btn-more a:hover {
  background-color: #05b350;
}
.home-page .home-champion {
  padding: 110px 100px;
  padding-bottom: 128px;
  padding-right: 0;
  display: flex;
}
@media (max-width: 1250px) {
  .home-page .home-champion {
    padding: 0;
    margin: 30px 0;
  }
}
@media (max-width: 991px) {
  .home-page .home-champion {
    flex-direction: column;
    margin: 0;
  }
}
.home-page .home-champion .flex-l {
  width: 31.7%;
  background: #00923f url(../images/home/certificate/icon_bg.png) no-repeat top;
  background-size: 100%;
  padding: 80px 0;
  padding-bottom: 60px;
}
@media (min-width: 1880px) {
  .home-page .home-champion .flex-l {
    padding: 115px 0;
  }
}
@media (max-width: 991px) {
  .home-page .home-champion .flex-l {
    width: 100%;
    background-size: initial;
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .home-page .home-champion .flex-l {
    background-size: 100%;
  }
}
.home-page .home-champion .flex-l .icon-box {
  margin: 0 60px;
}
@media (max-width: 1250px) {
  .home-page .home-champion .flex-l .icon-box {
    margin: 0 30px;
  }
}
.home-page .home-champion .flex-l .icon-box .title {
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  margin-top: 46px;
  padding-bottom: 5px;
  display: inline-block;
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
}
@media (max-width: 1250px) {
  .home-page .home-champion .flex-l .icon-box .title {
    font-size: 20px;
    margin-top: 25px;
  }
}
.home-page .home-champion .flex-l .icon-box .des {
  font-size: 24px;
  color: #fff;
  letter-spacing: 8px;
}
@media (max-width: 1250px) {
  .home-page .home-champion .flex-l .icon-box .des {
    font-size: 20px;
  }
}
.home-page .home-champion .flex-l .icon-box .des-text {
  font-size: 14px;
  color: #fff;
  margin-top: 40px;
  line-height: 22px;
}
.home-page .home-champion .flex-r {
  padding: 0 70px;
  padding-top: 70px;
  background-color: #f1f3f5;
  width: 68.5%;
}
@media (max-width: 1250px) {
  .home-page .home-champion .flex-r {
    padding: 0 20px;
    padding-top: 70px;
  }
}
@media (max-width: 991px) {
  .home-page .home-champion .flex-r {
    width: 100%;
    padding-top: 0;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .home-page .home-champion .flex-r {
    padding-bottom: 10px;
  }
}
.home-page .home-champion .flex-r .pagination {
  width: 100%;
}
.home-page .home-champion .flex-r .pagination .icon-img {
  float: right;
}
.home-page .home-champion .flex-r .pagination .icon-img img {
  cursor: pointer;
  outline: none;
}
@media (max-width: 991px) {
  .home-page .home-champion .flex-r #champion-swiper {
    padding-bottom: 50px;
  }
}
.home-page .home-champion .flex-r #champion-swiper .slide-box {
  text-align: center;
  display: block;
}
.home-page .home-champion .flex-r #champion-swiper .slide-box .pic {
  overflow: hidden;
  position: relative;
  padding-bottom: 140%;
}
.home-page .home-champion .flex-r #champion-swiper .slide-box .pic img {
  position: absolute;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.home-page .home-champion .flex-r #champion-swiper .slide-box .text {
  margin-top: 25px;
  font-size: 14px;
  color: #333;
}
@media (max-width: 767px) {
  .home-page .home-champion .flex-r #champion-swiper .slide-box .text {
    margin-top: 15px;
  }
}
.home-page .home-form {
  padding-top: 85px;
  padding-bottom: 115px;
  background: url(../images/home/form/bg.jpg) no-repeat;
  background-size: cover;
}
@media (max-width: 1250px) {
  .home-page .home-form {
    padding: 45px 0;
  }
}
.home-page .home-form .seo-tit .tit {
  color: #fff;
}
.home-page .home-form .seo-tit .des {
  color: #cdd5d0;
  margin-top: 5px;
}
.home-page .home-form .form-main {
  margin-top: 60px;
}
@media (max-width: 1250px) {
  .home-page .home-form .form-main {
    margin-top: 30px;
  }
}
.home-page .home-form .form-main .dt {
  display: flex;
}
@media (max-width: 991px) {
  .home-page .home-form .form-main .dt {
    flex-direction: column;
  }
}
.home-page .home-form .form-main .dt .input-box {
  width: 50%;
  margin-right: 15px;
}
@media (max-width: 991px) {
  .home-page .home-form .form-main .dt .input-box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.home-page .home-form .form-main .dt .input-box:last-child {
  margin-right: 0;
}
.home-page .home-form .form-main .dt .input-box input {
  width: 100%;
  height: 63px;
  padding: 25px;
  border: 0;
  outline: none;
  background-color: rgba(255, 255, 255, 0.84);
}
@media (max-width: 1250px) {
  .home-page .home-form .form-main .dt .input-box input {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .home-page .home-form .form-main .dt .input-box input {
    height: 50px;
    background-color: #fff;
  }
}
.home-page .home-form .form-main .dt .input-box input::-webkit-input-placeholder {
  color: #333;
  font-size: 14px;
}
@media (max-width: 1250px) {
  .home-page .home-form .form-main .dt .input-box input::-webkit-input-placeholder {
    font-size: 12px;
  }
}
.home-page .home-form .form-main .dd .messge {
  margin-top: 45px;
}
@media (max-width: 1250px) {
  .home-page .home-form .form-main .dd .messge {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .home-page .home-form .form-main .dd .messge {
    margin-top: 0;
  }
}
.home-page .home-form .form-main .dd .messge textarea {
  width: 100%;
  padding: 25px;
  outline: none;
  resize: none;
  border: 0;
  background-color: rgba(255, 255, 255, 0.84);
}
@media (max-width: 1250px) {
  .home-page .home-form .form-main .dd .messge textarea {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .home-page .home-form .form-main .dd .messge textarea {
    background-color: #fff;
  }
}
.home-page .home-form .form-main .dd .messge textarea::-webkit-input-placeholder {
  color: #333;
  font-size: 14px;
}
@media (max-width: 1250px) {
  .home-page .home-form .form-main .dd .messge textarea::-webkit-input-placeholder {
    font-size: 12px;
  }
}
.home-page .home-form .form-main .btn-form {
  margin-top: 50px;
  text-align: center;
}
@media (max-width: 1250px) {
  .home-page .home-form .form-main .btn-form {
    margin-top: 30px;
  }
}
.home-page .home-form .form-main .btn-form .btn-side {
  width: 150px;
  height: 45px;
  background-color: #ffffff;
  border-radius: 30px;
  border: 0;
  transition: all 0.3s;
  outline: none;
}
@media (min-width: 1880px) {
  .home-page .home-form .form-main .btn-form .btn-side {
    width: 181px;
    height: 60px;
  }
}
@media (max-width: 1250px) {
  .home-page .home-form .form-main .btn-form .btn-side {
    width: 120px;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
  }
}
.home-page .home-form .form-main .btn-form .btn-side.green {
  color: #fff;
  background-color: #00923f;
  margin-left: 50px;
}
@media (max-width: 345.98px) {
  .home-page .home-form .form-main .btn-form .btn-side.green {
    margin-left: 20px;
  }
}
.home-page .home-form .form-main .btn-form .btn-side.green:hover {
  background-color: #05b350;
}
.home-page .home-news {
  background-color: #f1f3f5;
  padding-top: 90px;
  padding-bottom: 120px;
}
@media (max-width: 1250px) {
  .home-page .home-news {
    padding: 50px 0;
    padding-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .home-page .home-news {
    padding: 0;
  }
}
.home-page .home-news #news-swiper {
  margin-top: 68px;
}
@media (max-width: 1250px) {
  .home-page .home-news #news-swiper {
    padding-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .home-page .home-news #news-swiper {
    margin-top: 30px;
  }
}
.home-page .home-news #news-swiper .swiper-slide .slide-box {
  display: block;
}
.home-page .home-news #news-swiper .swiper-slide .slide-box:hover .dt .pic img {
  transform: translate3d(-50%, -50%, 0) scale(1.1);
}
.home-page .home-news #news-swiper .swiper-slide .slide-box:hover .dd .btn-more {
  padding-right: 15px;
}
.home-page .home-news #news-swiper .swiper-slide .slide-box .dt .pic {
  overflow: hidden;
  position: relative;
  padding-bottom: 63.5%;
}
.home-page .home-news #news-swiper .swiper-slide .slide-box .dt .pic img {
  position: absolute;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.home-page .home-news #news-swiper .swiper-slide .slide-box .dd {
  padding: 26px;
  background-color: #fff;
}
@media (max-width: 991px) {
  .home-page .home-news #news-swiper .swiper-slide .slide-box .dd {
    padding: 15px;
  }
}
.home-page .home-news #news-swiper .swiper-slide .slide-box .dd .time {
  font-size: 18px;
  color: #666;
}
.home-page .home-news #news-swiper .swiper-slide .slide-box .dd .tit {
  font-size: 18px;
  color: #333;
  margin: 15px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .home-page .home-news #news-swiper .swiper-slide .slide-box .dd .tit {
    font-size: 15px;
  }
}
.home-page .home-news #news-swiper .swiper-slide .slide-box .dd .des {
  font-size: 14px;
  color: #999;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 991px) {
  .home-page .home-news #news-swiper .swiper-slide .slide-box .dd .des {
    font-size: 12px;
  }
}
.home-page .home-news #news-swiper .swiper-slide .slide-box .dd .btn-more {
  margin-top: 30px;
  padding-top: 22px;
  border-top: 1px solid #d2d2d2;
  display: flex;
  justify-content: space-between;
  transition: all 0.3s;
}
.home-page .home-news #news-swiper .swiper-slide .slide-box .dd .btn-more .text {
  color: #666;
  font-size: 16px;
}
@media (max-width: 991px) {
  .home-page .home-news #news-swiper .swiper-slide .slide-box .dd .btn-more .text {
    font-size: 12px;
  }
}
.home-footer {
  background-color: #252222;
  color: #cdd5d0;
}
.home-footer a {
  color: #cdd5d0;
  transition: all 0.3s;
}
.home-footer a:hover {
  color: #fff;
}
.home-footer .foot-top {
  padding-top: 73px;
  padding-bottom: 80px;
}
@media (max-width: 1250px) {
  .home-footer .foot-top {
    padding: 30px 0;
  }
}
.home-footer .foot-top .foot-t {
  display: flex;
}
@media (max-width: 1250px) {
  .home-footer .foot-top .foot-t {
    flex-wrap: wrap;
  }
}
.home-footer .foot-top .foot-t .foot-logo {
  width: 340px;
}
@media (max-width: 1250px) {
  .home-footer .foot-top .foot-t .foot-logo {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .home-footer .foot-top .foot-t .foot-logo {
    width: 50%;
  }
}
.home-footer .foot-top .foot-t .foot-logo .info {
  margin-top: 28px;
  margin-bottom: 8px;
  font-size: 14px;
}
@media (max-width: 767px) {
  .home-footer .foot-top .foot-t .foot-logo .info {
    margin-top: 20px;
  }
}
.home-footer .foot-top .foot-t .foot-logo .tel a {
  font-size: 24px;
  color: #00923f;
  font-weight: bold;
}
@media (max-width: 767px) {
  .home-footer .foot-top .foot-t .foot-logo .tel a {
    font-size: 16px;
  }
}
.home-footer .foot-top .foot-t > div:nth-child(2) {
  width: 290px;
}
@media (max-width: 1250px) {
  .home-footer .foot-top .foot-t > div:nth-child(2) {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .home-footer .foot-top .foot-t > div:nth-child(2) {
    display: block;
    width: 50%;
    text-align: center;
  }
}
.home-footer .foot-top .foot-t .side-box {
  width: 260px;
  padding-top: 18px;
}
@media (max-width: 1250px) {
  .home-footer .foot-top .foot-t .side-box {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .home-footer .foot-top .foot-t .side-box {
    display: none;
  }
}
.home-footer .foot-top .foot-t .side-box:nth-child(3) {
  width: 400px;
}
@media (max-width: 1250px) {
  .home-footer .foot-top .foot-t .side-box:nth-child(3) {
    width: 33.33%;
  }
}
.home-footer .foot-top .foot-t .side-box .tit {
  font-size: 16px;
  color: #fff;
  padding-bottom: 23px;
  position: relative;
}
.home-footer .foot-top .foot-t .side-box .tit::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 24px;
  height: 4px;
  background-color: #00923f;
}
@media (max-width: 767px) {
  .home-footer .foot-top .foot-t .side-box .tit::after {
    margin: 0 auto;
    right: 0;
  }
}
.home-footer .foot-top .foot-t .side-box .list-item,
.home-footer .foot-top .foot-t .side-box .code {
  margin-top: 20px;
}
.home-footer .foot-top .foot-t .side-box .code {
  width: 97px;
  height: 97px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .home-footer .foot-top .foot-t .side-box .code {
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
  }
}
.home-footer .foot-top .foot-t .side-box .code img {
  width: 100%;
}
.home-footer .foot-top .foot-t .side-box .list-item .list {
  margin-bottom: 10px;
}
.home-footer .foot-top .foot-t .foo-mes {
  margin-top: 20px;
}
.home-footer .foot-top .foot-t .foo-mes .list {
  margin-bottom: 10px;
  line-height: 30px;
}
.home-footer .foot-top .foot-t .foo-mes .list:nth-child(2) {
  margin-bottom: 0;
}
.home-footer .foot-top .foot-t .foo-mes .list.phone {
  display: flex;
}
.home-footer .foot-top .foot-t .foo-mes .list.phone .right {
  display: flex;
  flex-direction: column;
}
.home-footer .foot-bottom {
  border-top: 1px solid #504e4e;
  padding: 38px 0;
}
@media (max-width: 767px) {
  .home-footer .foot-bottom {
    padding: 20px 0;
  }
}
@media (min-width: 1880px) {
  .home-footer .foot-bottom .container {
    width: 1720px;
  }
}
.home-footer .foot-bottom .container .foot-b {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}
@media (max-width: 767px) {
  .home-footer .foot-bottom .container .foot-b {
    flex-direction: column;
  }
}
.home-footer .foot-bottom .container .foot-b .left .copyright {
  float: left;
  margin-right: 40px;
}
@media (max-width: 767px) {
  .home-footer .foot-bottom .container .foot-b .left .copyright {
    margin-right: 5px;
  }
}
.home-footer .foot-bottom .container .foot-b .left .filing {
  float: left;
}
#mes-video .modal-dialog {
  z-index: 9999;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  width: 100%;
  max-width: 700px;
  height: 400px;
}
#mes-video .modal-dialog .modal-content {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: none;
  box-shadow: none;
}
#mes-video .modal-dialog .modal-content .modal-body {
  position: relative;
  height: 100%;
  padding: 0;
}
#mes-video .modal-dialog .modal-content iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 11;
}
@media (max-width: 767px) {
  #mes-video .modal-dialog .modal-content iframe {
    width: 90%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

.links-item {
    width: 200px;
    height: 150px;
    overflow-y: scroll;
}

.links-item::-webkit-scrollbar {
/*滚动条整体样式*/
width : 2px;  /*高宽分别对应横竖滚动条的尺寸*/
height: 1px;
}
.links-item::-webkit-scrollbar-thumb {
/*滚动条里面小方块*/
border-radius: 2px;
box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
background   : #ededed;
}
.links-item::-webkit-scrollbar-track {
/*滚动条里面轨道*/
box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
border-radius: 2px;
background   : #535353;
}