html,
body {
  overflow-x: hidden !important;
  overflow-y: hidden !important;
}
.rootMain {
  width: 100%;
}
.home_container {
  width: 100%;
  height: 100%;
  margin: auto;
  /* overflow-x: hidden; */
  /* overflow-y: auto; */
}

.home_top .top_title,
.top_img {
  position: absolute;
  width: 100%;
  height: 140px;
  top: 630px;
  z-index: 1000;
}

.home_top .top_img {
  height: 20px;
  top: 810px;
}

.home_top .top_title p {
  max-width: 1300px;
  margin: 0 auto;
  line-height: 70px;
  font-size: 50px;
  font-weight: bold;
  color: #fff;
}

.home_top .top_other_media {
  position: absolute;
  width: 100%;
  top: 470px;
  z-index: 1003;
}
.home_top .top_other_media img {
  width: 90%;
}
.home_top .top_other {
  position: fixed;
  width: 100%;
  bottom: 0;
  height: 60px;
  z-index: 1000;
}
.home_top .top_other .other_img {
  height: 40px;
  width: 1300px;
  margin: 0 auto;
}
.home_top .top_other .other_img img {
  height: 20px;
  margin-top: 20px;
}

.home_top .top_other .other_right {
  position: absolute;
  width: 30%;
  height: 100%;
  top: 0;
  right: 0;
  line-height: 60px;
}
.home_top .top_other .other_right div {
  line-height: 60px;
  font-size: 20px;
  background: #c09a51;
  cursor: pointer;
}
.img_icon {
  text-align: center;
  item-align: center;
}
.img_icon img {
  width: 10px;
  margin-top: 23px;
}
.swrap_hover {
  background: #b99245 !important;
}
.media_menu_top_scanner_img {
  display: none;
  position: fixed;
  width: 100%;
  max-width: 1200px;
  top: 450px;
  padding-left: 20px;
}
.media_menu_top_scanner_img img {
  width: 90%;
}

.scanner_btn {
  position: absolute;
  top: 90%;
  height: 16px;
  text-align: center;
}
.scanner_btn span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #fff;
}
/*************以上是menu_top样式*************************/

/**************************以上是轮播图相关操作样式*********************/

/*******************新闻中心*************************************/
.home_news {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #fff;
}
.home_news .home_container_content {
  position: relative;
  /* height: 100%; */
  width: 94%;
  margin: 0 auto;
  max-width: 1300px;
}
.home_news .news_title {
  position: absolute;
  top: 140px;
  left: 0;
  height: 60px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.home_news .news_more {
  position: absolute;
  top: 140px;
  left: 0;
  height: 60px;
  width: 100%;
  text-align: right;
  margin: 0 auto;
}
.home_news .news_title img {
  height: 60px;
}
.home_news .news_more a {
  display: inline-block;
  font-weight: bold;
  height: 40px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 0px 40px;
  margin-top: 5px;
}

.home_news .news_more a span {
  display: inline-block;
  line-height: 40px;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 10px;
  padding-right: 15px;
  font-size: 14px;
  color: #999;
}

.home_news .news_scanner {
  padding-top: 195px;
  height: 750px;
  min-height: 600px;
  width: 100%;
  overflow: hidden;
}
.home_news .news_scanner .news_scanner_content {
  height: 460px;
  width: 100%;
}

.home_news .propass_all {
  position: absolute;
  width: 100%;
  height: 5px;
  margin-top: -2%;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.home_news .propass_all .propass_detial {
  width: 100%;
  height: 100%;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.5);
}
/********************service****************************/
.home_service {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #f7f7f9;
}
.home_service .home_container .home_service_border {
  position: relative;
  width: 100%;
  height: 400px;
  margin: 12% auto 0;
  max-width: 1300px;
}
.home_service .service_title {
  position: absolute;
  left: 0;
  top: 0;
  height: 60px;
  width: 100%;
}
.home_service .service_more {
  position: absolute;
  left: 0px;
  top: 75%;
  height: 60px;
  width: 100%;
}
.home_service .service_title img {
  height: 60px;
}
.home_service .service_more a {
  display: inline-block;
  font-weight: bold;
  height: 40px;
  border-top: 1px solid #c6c6c7;
  border-bottom: 1px solid #c6c6c7;
  padding: 0px 40px;
  margin-top: 5px;
}

.home_service .service_more a span {
  display: inline-block;
  line-height: 40px;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 10px;
  padding-right: 15px;
  font-size: 14px;
  color: #7d7d7d;
}

.home_service .service_desc {
  display: block;
  position: absolute;
  width: 30%;
  height: 110px;
  left: 0;
  top: 25%;
}
.home_service .service_desc span {
  font-size: 16px;
  color: #333;
  line-height: 34px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.home_service .service_content {
  width: 70%;
  float: right;
  padding-top: 1.5%;
  height: 360px;
  overflow: hidden;
}

.home_service .service_img {
  width: 10000px;
  height: 100%;
  margin-left: 30px;
}

.home_service .service_img .service_image {
  position: relative;
  height: 95%;
  width: 30%;
  max-width: 260px;
  margin-right: 40px;
  border-radius: 20px;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.05);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: #fff;
  overflow: hidden;
  cursor: pointer;
}
.home_service .service_img .service_image .service_image_top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 51%;
  background: #fff;
  overflow: hidden;
}
.home_service .service_img .service_image .service_image_top img {
  display: block;
  margin: 30px auto 0;
  padding: 0px;
  max-width: 155px;
  width: 60%;
}
.home_service .service_img .service_image .service_image_bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: #fff;
}
.home_service .service_img .service_image .service_image_bottom span {
  display: block;
  margin-top: 75px;
  text-align: center;
  position: relative;
  font-weight: bold;
  font-size: 20px;
  color: #f9c9ca;
}
.home_service .service_img .service_image .service_image_bottom span b {
  width: 14px;
  height: 3px;
  display: block;
  overflow: hidden;
  background-color: #e50114;
  margin: 0px auto;
  padding: 0px;
  margin-top: 10px;
}
.home_service .service_img .service_image .service_image_bottom div {
  text-align: center;
  font-size: 20px;
  color: #000;
  font-weight: bold;
  margin-top: 10px;
}
/*********************home_art*************************/
.home_art {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.home_art .home_art_content {
  position: relative;
  height: 430px;
  width: 94%;
  padding-top: 10%;
  margin: 0 auto;
  max-width: 1300px;
}
.home_art .art_title {
  position: absolute;
  left: 0;
  height: 60px;
  width: 100%;
}
.home_art .art_more {
  position: absolute;
  left: 0;
  height: 60px;
  width: 100%;
}
.home_art .art_title img {
  height: 60px;
}
.home_art .art_more {
  text-align: right;
}
.home_art .art_more a {
  display: inline-block;
  font-weight: bold;
  height: 40px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 0px 40px;
  margin-top: 5px;
}

.home_art .art_more a span {
  display: inline-block;
  line-height: 40px;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 10px;
  padding-right: 15px;
  font-size: 14px;
  color: #999;
}

.home_art .art_desc {
  position: absolute;
  left: 0;
  top: 45%;
  width: 100%;
  height: 68px;
}

.home_art .art_desc span {
  font-size: 16px;
  color: #333;
  line-height: 34px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.home_art .art_img {
  position: relative;
  left: 0;
  top: 50%;
  width: 100%;
  height: 344px;
}
.home_art .art_img div {
  position: absolute;
}
.home_art .art_img div .art_image {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

/****************home_company************************/

.home_company {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.home_company .home_company_content {
  position: relative;
  height: 880px;
  width: 94%;
  margin: 0 auto;
  max-width: 1300px;
}
.home_company .company_title {
  position: absolute;
  top: 150px;
  left: 0;
  height: 60px;
  width: 100%;
  position: absolute;
}
.home_company .company_title img {
  height: 60px;
}
.home_company .company_more {
  position: absolute;
  top: 470px;
  left: 0;
  height: 60px;
  width: 100%;
}

.home_company .company_more a {
  display: inline-block;
  font-weight: bold;
  height: 40px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 0px 40px;
  margin-top: 5px;
}

.home_company .company_more a span {
  display: inline-block;
  line-height: 40px;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 10px;
  padding-right: 15px;
  font-size: 14px;
  color: #fff;
}
.home_company .company_title1 {
  position: absolute;
}
.home_company .company_title1 span {
  font-size: 30px;
  color: #ceaa64;
  font-weight: bold;
  line-height: 60px;
  letter-spacing: 2px;
}

.home_company .company_desc {
  position: absolute;
  top: 284px;
  width: 30%;
  height: 68px;
}

.home_company .company_desc span {
  font-size: 16px;
  color: #fff;
  line-height: 34px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.home_company .company_img a {
  display: inline-block;
  width: 24px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.home_company .company_line {
  position: absolute;
  width: 60%;
  max-width: 871px;
  top: 100px;
  right: 0;
  height: 650px;
}
.company_line .line_train {
  width: 100%;
  height: 100%;
}

/**********************************************/
@media screen and (max-width: 1300px) {
  /* .home_news .news_scanner .news_scanner_content{ height: 360px; } */
}
@media screen and (max-width: 1300px) {
  html,
  body {
    overflow-x: auto !important;
    overflow-y: hidden !important;
  }
  .rootMain {
  }
  .home_container {
    /*overflow: hidden auto;*/
  }
  .top_other {
    display: none;
  }
  .home_top .top_title {
    top: 350px;
  }
  .home_top .top_title p {
    padding-left: 20px;
    font-size: 24px;
    line-height: 44px;
    font-weight: bold;
    color: #fff;
  }
  .media_menu_top_scanner_img {
    display: block;
    position: absolute;
    z-index: 999;
  }

  /*****************/
  .home_news .news_title {
    top: 80px;
    height: 40px;
  }
  .home_news .news_title img {
    height: 40px;
  }
  .home_news .news_more {
    top: 90%;
    text-align: center;
  }
  .home_news .news_scanner {
    height: 60%;
    padding-top: 155px;
  }
  .home_news .news_scanner .news_scanner_content {
    height: 330px;
  }

  /****************/
  .home_service .home_container .home_service_border {
    height: 100%;
    min-height: 550px;
    margin: 0;
  }
  .home_service .service_title {
    top: 80px;
    height: 40px;
  }
  .home_service .service_title img {
    height: 40px;
  }
  .home_service .service_more {
    top: 86%;
    text-align: center;
  }
  .home_service .service_desc {
    display: none;
  }
  .home_service .service_content {
    height: 300px;
    width: 100%;
    margin-top: 150px;
  }
  .home_service .service_img {
    margin-left: 0;
  }
  .home_service .service_img .service_image {
    width: 200px;
    margin-right: 25px;
  }
  .home_service .service_img .service_image .service_image_bottom span {
    margin-top: 55px;
  }

  /*******************/
  .home_art .home_art_content {
    height: 100%;
    min-height: 667px;
    padding-top: 0;
  }
  .home_art .art_title {
    top: 80px;
    height: 40px;
  }
  .home_art .art_title img {
    height: 40px;
  }
  .home_art .art_more {
    top: 81%;
    text-align: center;
  }
  .home_art .art_img {
    top: 150;
  }

  /****************/
  .home_company .home_company_content {
    height: 100%;
    min-height: 550px;
  }
  .home_company .company_title {
    top: 80px;
    height: 40px;
  }
  .home_company .company_title img {
    height: 40px;
  }
  .home_company .company_more {
    top: 470px;
    text-align: left;
  }

  .home_company .company_line {
    position: absolute;
    width: 100%;
    max-width: 1300px;
    top: 350px;
    right: 0;
    height: 130px;
  }
}
@media screen and (max-width: 1299px) {
  .home_news{
    height: 105%;
  }
  .home_service{
    height: 103%;
  }
  .home_company{
    height: 103%;
  }
}