@charset "utf-8";
@font-face {
  font-family: 'FZLanTingHeiS-H-GB';
  src: url('../../assets/fonts/FZLanTingHeiS-H-GB.TTF') format('truetype');
}
.home_page {
  width: 100%;
  position: relative;
}
.home_page .video {
  width: 100%;
  background: black;
}
.home_page .video img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  /*height: 479.03px*/
}
.home_page .information {
  width: 100%;
  background: #f5f5f6;
  position: relative;
}
.home_page .information ul {
  width: 1245px;
  height: 121px;
  margin: 0 auto;
  background-color: #fff;
}
.information ul li {
  width: 33%;
  list-style: none;
  text-align: center;
  position: relative;
}
.information ul li span {
  font-size: 40px;
  font-family: Gotham Bold;
  font-weight: 400;
  line-height: 47px;
  color: #545454;
}
.information ul li h5 {
  position: absolute;
  top: 70px;
  margin-left: 100px;
  font-weight: 400;
}
.information ul li h4 {
  position: absolute;
  top: 70px;
  margin-left: 130px;
  font-weight: 400;
  font-size: 15px;
}
.information .sup {
  position: absolute;
}
.information .icon-line:after {
  content: "";
  position: absolute;
  right: 0;
  top: 15%;
  width: 1px;
  height: 35px;
  background-color: #999;
}
.information ul li p {
  font-size: 14px;
  font-family: FZLanTingHeiS-R-GB;
  font-weight: 400;
  margin-bottom: 25px;
  color: #545454;
}
.information .font_top {
  padding: 24px 93px;
  font-size: 40px;
  font-weight: 100;
  color: #ccc;
}
.home_page .introduce {
  width: 100%;
  background: #D9BA64;
  position: relative;
}
.introduce_center {
  width: 1200px;
  background: #D9BA64;
  margin: auto;
}
.introduce_img {
  float: left;
  padding: 25px 0;
}
.introduce_img img {
  height: 400px;
}
.introduce_right {
  width: 600px;
  float: left;
  margin-left: 35px;
  line-height: 30px;
  color: rgba(50, 50, 50, 0.9);
}
.introduce_right p {
  margin-top: 30px;
  color: #333;
  font-size: 36px;
  width: 150px;
  font-weight: bold;
  font-family: Gotham Bold;
  line-height: 50px;
  border-bottom: 2px solid rgba(97, 97, 97, 0.32);
}
.introduce_right span {
  font-size: 15px;
  font-family: Trebuchet MS;
  font-weight: 400;
  line-height: 35px;
  color: #F0D997;
  display: inline-block;
  margin-top: 15px;
}
.introduce_right-more {
  color: #000;
  margin-top: 75px;
}
.business {
  height: 820px;
  background-image: url("../../images/index-bg.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.business .history-work {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}
.business .history-work .work-box {
  height: 647px;
  margin-top: 20px;
}
.business .history-work .work-box .box-list {
  position: relative;
  width: 33.333%;
  float: left;
  overflow: hidden;
}
.business .history-work .work-box .box-list .box-text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.business .history-work .work-box .box-list .box-text .text-item {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 50px;
  text-align: center;
  color: #fff;
}
.business .history-work .work-box .box-list img {
  width: 100%;
  -webkit-transition: all .8s;
  transition: all .8s;
}
.business .history-work .work-box .box-list:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.informa ul {
  width: 935px;
  margin-left: auto;
  margin-right: auto;
}
.informa {
  width: 100%;
  position: relative;
}
.informa ul li {
  list-style: none;
  float: left;
  text-align: center;
}
.Global_footer ul li {
  padding-right: 240px;
}
.Global_footer ul li:nth-child(4n) {
  padding-right: 0px;
}
.Global {
  width: 100%;
  height: 573px;
  background: #222222;
}
.Global_background img {
  margin-top: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.Global_background_center {
  width: 1115px;
  height: 418px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.Global_background_title {
  position: absolute;
  top: 25px;
  width: 100%;
  text-align: center;
  font-size: 36px;
  font-family: TrebuchetMS-Bold;
  font-weight: bold;
  line-height: 70px;
  color: #ffffff;
  letter-spacing: 2px;
}
.Global_footer {
  background: #222222!important;
}
.Global_footer ul li h4 {
  position: absolute;
  top: 1px;
  margin-left: 100px;
  font-weight: 400;
  font-size: 15px!important;
}
.Global_footer ul li span {
  font-size: 54px;
  font-family: Trebuchet MS;
  font-weight: 400;
  line-height: 63px;
  color: #d9ba64;
}
.Global_footer ul li p {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 16px;
  color: #d9ba64;
  border-top: 1px solid #f7a916;
  line-height: 25px;
}
.home_page .boss {
  width: 100%;
  height: 438px;
  background: #D9BA64;
}
.home_page .boss .boss_content {
  width: 1200px;
  height: 438px;
  margin: 0 auto;
}
.home_page .boss .boss_left {
  width: 317px;
  height: 438px;
  text-align: center;
}
.home_page .boss .boss_left img {
  height: 180px;
  margin-top: 125px;
}
.home_page .boss_center {
  height: 438px;
  float: left;
  margin-left: 10px;
  color: #242424;
}
.home_page .boss_center .boss_resume {
  margin-top: 25px;
}
.home_page .boss_picture {
  float: right;
  height: 382px;
  margin-top: 35px;
}
.home_page .boss_picture img {
  width: 640px;
}
.home_page .news {
  width: 100%;
  height: 875px;
  background: #f5f5f6;
}
.home_page .news .news_title {
  width: 100%;
  height: 152px;
  text-align: center;
}
.home_page .news .news_center {
  width: 1270px;
  height: 488px;
  background: #F5F5F6;
  margin: 0 auto;
}
.home_page .news .news_left {
  float: left;
  width: 628px;
  height: 485px;
}
.home_page .news .news_left img {
  width: 628px;
  height: 485px;
  -o-object-fit: cover;
     object-fit: cover;
}
.home_page .news .news_right {
  float: left;
  margin-left: 45px;
  width: 470px;
  height: 488px;
}
.home_page .news .news_right .activity {
  float: left;
  width: 100%;
  margin-bottom: 49px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home_page .news .news_right img {
  float: left;
  margin-right: 27px;
  width: 196px;
  height: 130px;
}
.home_page .news .news_right .sidebar {
  width: 400px;
  height: 110px;
  padding-top: 20px;
}
.news_bottom_text {
  height: 100px;
  width: 100%;
  padding-top: 25px;
}
.news_bottom_text .icon h5 {
  width: 5px;
  height: 0px;
  border: 1px solid #f7a916;
  margin-top: -5px;
  margin-right: 10px;
}
.news_bottom_text span {
  font-size: 13px;
  font-family: Trebuchet MS;
  font-weight: 400;
  line-height: 30px;
  color: #999999;
}
.home_page .news_bottom {
  width: 1270px;
  height: 235px;
  margin: 0 auto;
}
.home_page .recruit {
  width: 100%;
  height: 580px;
  position: relative;
  text-align: center;
}
.home_page .recruit img {
  opacity: .66;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home_page .recruit .dimback {
  width: 100%;
  height: 580px;
  background: #000;
}
.home_page .recruit .recruit_words {
  position: absolute;
  width: 100%;
  top: 175px;
  font-size: 14px;
  font-family: FZLanTingHeiS-R-GB;
  font-weight: 400;
  line-height: 24px;
  color: #ffffff;
}
.home_page .recruit .recruit_words span {
  font-size: 60px;
  font-family: FZLanTingHeiS-R-GB;
  font-weight: 400;
  line-height: 140px;
  color: #ffffff;
  opacity: 0.9;
}
.introduce_more {
  border-bottom: 1px solid #242424;
  display: inline;
  line-height: 55px;
  cursor: pointer;
  font-size: 16px;
  font-family: Trebuchet MS;
  color: #242424;
}
.introduce_more a {
  color: #F0D997;
}
.recruit_more a {
  border-bottom: 1px solid #ffffff;
  width: 60px;
  margin: 0 auto;
  line-height: 20px;
  cursor: pointer;
  color: #FFFFFF;
  font-family: Trebuchet MS;
}
.Message {
  width: 445px;
  margin: 0 auto;
  margin-bottom: 20px;
  text-align: justify;
  margin-right: 10px;
}
.Message p {
  font-family: FZLanTingHeiS-B-GB;
  font-weight: 400;
  color: #333333;
  font-size: 25px;
  text-align: center;
  margin-bottom: 20px;
}
.Message span {
  font-family: FZLanTingHeiS-B-GB;
  font-weight: 400;
  line-height: 35px;
  color: #333333;
  font-size: 15px;
}
.Message h5 {
  font-family: FZLanTingHeiS-B-GB;
  font-weight: 400;
  line-height: 35px;
  color: #333333;
  font-size: 15px;
}
.news_bottom_More:hover {
  background: #E7D7A7;
  border: 2px solid #E7D7A7;
}
.ceomessage {
  font-size: 14px;
  font-family: FZLanTingHeiS-R-GB;
  font-weight: 400;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: justify;
  line-height: 24px;
  width: 500px;
}
/*svg:hover path{
introduce_center	fill: rgba(217,186,100,1);
}*/
.swiper-wrapper {
  height: unset !important;
}
a {
  cursor: pointer;
  text-decoration: none;
}
