
.header {
  height: 1.48rem;
  background-image: url(../images/top_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.header .header_all {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .logo-d {
  width: 4.58rem;
}
.header .right {
  width: 8rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header .right .top_link {
  background-image: url(../images/top_kuan.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: 0.16rem 0;
}
.header .right .top_link a {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 0.15rem;
  color: #9B7851;
  margin: 0.12rem 0.15rem;
}
.header .right .top_link span {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 0.15rem;
  color: #9B7851;
}
.header .right .search {
  position: relative;
}
.header .right .search .search_btn {
  width: 0.4rem;
  height: 0.4rem;
  background: #B79A68;
  border-radius: 0.2rem;
  position: relative;
  margin: 20px 0 20px 14px;
  cursor: pointer;
}
.header .right .search .search_btn img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.2rem;
  height: 0.2rem;
}
.nav-all {
  width: 100%;
  clear: both;
  background: #B79A68;
  z-index: 999;
}
.banner {
  width: 100%;
  max-height: 542px;
}
.banner .mySwiper {
  overflow: hidden;
  height: 100%;
  position: relative;
}
.banner .mySwiper .swiper-wrapper .swiper-slide {
  position: relative;
}
.banner .mySwiper .swiper-wrapper .swiper-slide .img {
  width: 100%;
  height: 100%;
}
.banner .mySwiper .swiper-wrapper .swiper-slide .img img {
  width: 100%;
  height: 5.42rem;
    object-fit: contain;
}
.banner .mySwiper .swiper-wrapper .swiper-slide .title {
  position: absolute;
  bottom: 4%;
  left: 21%;
  display: inline-block;
  padding: 0 0.4rem;
  height: 0.6rem;
  background: #B79A68;
  border-radius: 0rem 0.3rem 0.3rem 0.3rem;
  z-index: 999;
}
.banner .mySwiper .swiper-wrapper .swiper-slide .title h4 {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 0.22rem;
  color: #FFFFFF;
  line-height: 0.6rem;
}
.banner .mySwiper .swiper-wrapper .swiper-slide .bg {
  width: 100%;
  height: 1.62rem;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
}
.banner .mySwiper .swiper-wrapper .swiper-slide .bg img {
  width: 100%;
  height: 100%;
}
.banner .mySwiper .btn_fraction {
  position: absolute;
  bottom: 8%;
  right: 23%;
  z-index: 999;
}
.banner .mySwiper .btn_fraction .swiper-button-next,
.banner .mySwiper .btn_fraction .swiper-button-prev {
  margin-top: -0.22rem;
}
.banner .mySwiper .btn_fraction .swiper-button-next,
.banner .mySwiper .btn_fraction .swiper-container-rtl .swiper-button-prev {
  background-image: url(../images/banner_arr_l.png);
  background-size: 100% 100%;
  width: 0.26rem;
  height: 0.28rem;
  position: absolute;
  right: 0.7rem;
  top: 0.3rem;
}
.banner .mySwiper .btn_fraction .swiper-button-prev,
.banner .mySwiper .btn_fraction .swiper-container-rtl .swiper-button-next {
  background-image: url(../images/banner_arr_r.png);
  background-size: 100% 100%;
  width: 0.26rem;
  height: 0.28rem;
  position: absolute;
  left: 0.7rem;
  top: 0.3rem;
}
.banner .mySwiper .btn_fraction .fraction {
  color: #CFCFCF;
}
.banner .mySwiper .btn_fraction .fraction .current {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 0.26rem;
  color: #D7B67B;
}
.banner .mySwiper .btn_fraction .fraction .total {
  font-size: 0.16rem;
  color: #CFCFCF;
}
.index-part1 {
  padding: 48px 0 0;
}
.index-part1 .news {
  float: left;
  width: 68.5%;
}
.index-part1 .news .news_title {
  position: relative;
  background-image: url(../images/index_title_line1.png);
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center right;
  height: 38px;
  margin-bottom: 37px;
  padding-left: 15%;
}
.index-part1 .news .news_title .title {
  position: absolute;
  top: 0;
  left: 0;
}
.index-part1 .news .news_title .title h4 {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 32px;
  color: #000000;
}
.index-part1 .news .news_title .mores {
  position: absolute;
  top: 0;
  right: 0;
  border-top: 1px solid #ECD3C0;
  padding-top: 4px;
}
.index-part1 .news .news_title .mores a {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #6F6F6F;
}
.index-part1 .news .news_list .slick-list,
.index-part1 .news .news_list .slick-track {
  height: 100%;
}
.index-part1 .news .news_list .left_banner {
  float: left;
  position: relative;
  width: 64.5%;
  height: 470px;
}
.index-part1 .news .news_list .left_banner ul {
  width: 100%;
  height: 100%;
}
.index-part1 .news .news_list .left_banner ul li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.index-part1 .news .news_list .left_banner ul li a .img {
  width: 100%;
  height: 100%;
}
.index-part1 .news .news_list .left_banner ul li a .img img {
  width: 100%;
  height: 100%;
}
.index-part1 .news .news_list .left_banner ul li a .title {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 99;
  padding-left: 18px;
  padding-right: 106px;
  width: 100%;
}
.index-part1 .news .news_list .left_banner ul li a .title h4 {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 56px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.index-part1 .news .news_list .left_banner ul li a .title h4 span {
  font-size: 12px;
  color: #FFFFFF;
}
.index-part1 .news .news_list .left_banner ul li a .bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 56px;
  background: #9B7851;
  opacity: 0.7;
  z-index: 9;
}
.index-part1 .news .news_list .left_banner .slick-dots {
  position: absolute;
  bottom: 21px;
  right: 10px;
  width: auto;
  height: 12px;
}
.index-part1 .news .news_list .left_banner .slick-dots li {
  float: left;
  width: 12px;
  height: 12px;
  background: #FFFFFF;
  border-radius: 50%;
  opacity: 0.3;
  font-size: 0;
  margin: 0 3.5px;
}
.index-part1 .news .news_list .left_banner .slick-dots li.slick-active {
  background: #FFFFFF;
  opacity: 1;
}
.index-part1 .news .news_list .right_list {
  float: right;
  width: 35.5%;
}
.index-part1 .news .news_list .right_list ul li {
  width: 100%;
  height: 116px;
  background: #F5F2EB;
  margin: 2px 0;
}
.index-part1 .news .news_list .right_list ul li:first-child {
  margin-top: 0;
}
.index-part1 .news .news_list .right_list ul li:last-child {
  margin-bottom: 0;
}
.index-part1 .news .news_list .right_list ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 30px 0 20px;
}
.index-part1 .news .news_list .right_list ul li a:hover .title {
  color: #936839;
}
.index-part1 .news .news_list .right_list ul li a .time {
  padding: 20px 0 8px;
}
.index-part1 .news .news_list .right_list ul li a .time img {
  width: 11px;
  height: 11px;
}
.index-part1 .news .news_list .right_list ul li a .time span {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #8F4D2A;
}
.index-part1 .news .news_list .right_list ul li a .title {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*想省略几行就写几*/
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index-part1 .notice {
  float: right;
  width: 25%;
}
.index-part1 .notice .notice_title {
  position: relative;
  background-image: url(../images/index_title_line2.png);
  background-size: 52%;
  background-repeat: no-repeat;
  background-position: center right;
  height: 38px;
  margin-bottom: 37px;
  padding-left: 15%;
}
.index-part1 .notice .notice_title .title {
  position: absolute;
  top: 0;
  left: 0;
}
.index-part1 .notice .notice_title .title h4 {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 32px;
  color: #000000;
}
.index-part1 .notice .notice_title .mores {
  position: absolute;
  top: 0;
  right: 0;
  border-top: 1px solid #ECD3C0;
  padding-top: 4px;
}
.index-part1 .notice .notice_title .mores a {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #6F6F6F;
}
.index-part1 .notice .notice_list ul li {
  width: 100%;
  border-bottom: 1px dashed #DEDEDE;
}
.index-part1 .notice .notice_list ul li:first-child a {
  padding-top: 0;
}
.index-part1 .notice .notice_list ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 26px 0 22px;
}
.index-part1 .notice .notice_list ul li a:hover .title h4 {
  color: #936839;
}
.index-part1 .notice .notice_list ul li a .time {
  float: left;
  width: 18%;
  height: 50px;
  background: rgba(229, 229, 229, 0.8);
  border-radius: 0px 0px 10px 0px;
  text-align: center;
  margin-right: 3%;
}
.index-part1 .notice .notice_list ul li a .time .mouth {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
  width: 100%;
  height: 19px;
  background: rgba(147, 104, 57, 0.8);
}
.index-part1 .notice .notice_list ul li a .time .day {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 22px;
  color: #936839;
  width: 100%;
  height: 30px;
}
.index-part1 .notice .notice_list ul li a .title {
  float: left;
  width: 79%;
  display: flex;
  align-items: center;
  height: 45px;
}
.index-part1 .notice .notice_list ul li a .title h4 {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*想省略几行就写几*/
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-top: 7px;
}
.index-part2 {
  padding: 0.42rem 0 0.34rem;
}
.index-part2 .talent {
  width: 100%;
  height: 1.72rem;
}
.index-part2 .talent a {
  display: block;
  width: 100%;
  height: 100%;
}
.index-part2 .talent a img {
  width: 100%;
  height: 100%;
}
.index-part3 {
  padding-top: 50px;
  background-image: url(../images/index_bg_1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.index-part3 .research {
  width: 68.5%;
  float: left;
}
.index-part3 .research .research_title {
  position: relative;
  background-image: url(../images/index_title_line1.png);
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center right;
  height: 38px;
  padding-left: 15%;
}
.index-part3 .research .research_title .title {
  position: absolute;
  top: 0;
  left: 0;
}
.index-part3 .research .research_title .title h4 {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 32px;
  color: #000000;
}
.index-part3 .research .research_title .mores {
  position: absolute;
  top: 0;
  right: 0;
  border-top: 1px solid #ECD3C0;
  padding-top: 4px;
}
.index-part3 .research .research_title .mores a {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #6F6F6F;
}
.index-part3 .research .research_list {
  position: relative;
  margin-top: -20px;
}
.index-part3 .research .research_list .title {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 21px;
  text-align: center;
  margin-top: 0.08rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*想省略几行就写几*/
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index-part3 .research .research_list .slide {
  width: 100%;
  min-height: 180px;
  overflow: hidden;
  position: relative;
}
.index-part3 .research .research_list .slide .img {
  overflow: hidden;
  position: absolute;
  transition: width 0.4s, height 0.4s, top 0.4s, left 0.4s, z-index 0.4s;
  background-color: #C1A876;
}
.index-part3 .research .research_list .slide .img img {
  width: calc(100% - 0px);
  height: calc(100% - 0px);
  margin: 0px;
  text-align: center;
}
.index-part3 .research .research_list .slide .img1 {
  width: 40%;
  height: 40%;
  top: 30%;
  left: -50%;
  z-index: 1;
}
.index-part3 .research .research_list .slide .img2 {
  position: relative;
  width: 60%;
  height: 50%;
  top: 20%;
  left: -20%;
  z-index: 2;
}
.index-part3 .research .research_list .slide .img2::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}
.index-part3 .research .research_list .slide .img3 {
  width: 60%;
  height: 68%;
  top: 10%;
  left: 20%;
  z-index: 3;
  overflow: visible;
}
.index-part3 .research .research_list .slide .img4 {
  width: 60%;
  height: 50%;
  top: 20%;
  left: 60%;
  z-index: 2;
}
.index-part3 .research .research_list .slide .img4::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}
.index-part3 .research .research_list .slide .img5 {
  width: 40%;
  height: 40%;
  top: 30%;
  left: 110%;
  z-index: 1;
}
.index-part3 .research .research_list .slide-bt {
  position: absolute;
  left: 50%;
  bottom: 13%;
  z-index: 10;
  display: none;
}
.index-part3 .research .research_list .slide-bt span {
  width: 24px;
  height: 8px;
  background: #c9caca;
  float: left;
  margin: 5px;
  border-radius: 4px;
}
.index-part3 .research .research_list .slide .slide-bt .on {
  background: #ffd200;
}
.index-part3 .research .research_list .btns {
  width: 0.42rem;
  height: 0.42rem;
  background-size: 100% 100%;
  position: absolute;
  bottom: 12%;
  border-radius: 50%;
  cursor: pointer;
}
.index-part3 .research .research_list .btns.left {
  background-image: url(../images/index_btn_left.png);
  left: 14%;
}
.index-part3 .research .research_list .btns.right {
  background-image: url(../images/index_btn_right.png);
  right: 14%;
}
.index-part3 .academic {
  float: right;
  width: 25%;
}
.index-part3 .academic .academic_title {
  position: relative;
  background-image: url(../images/index_title_line2.png);
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center right;
  height: 38px;
  margin-bottom: 37px;
  padding-left: 15%;
}
.index-part3 .academic .academic_title .title {
  position: absolute;
  top: 0;
  left: 0;
}
.index-part3 .academic .academic_title .title h4 {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 32px;
  color: #000000;
}
.index-part3 .academic .academic_title .mores {
  position: absolute;
  top: 0;
  right: 0;
  border-top: 1px solid #ECD3C0;
  padding-top: 4px;
}
.index-part3 .academic .academic_title .mores a {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #6F6F6F;
}
.index-part3 .academic .academic_list ul li {
  border-top: 2px solid #B79A68;
  margin-bottom: 10px;
  background-color: rgba(255, 255, 255,.5);
}
.index-part3 .academic .academic_list ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px;
}
.index-part3 .academic .academic_list ul li a:hover .title h4 {
  color: #936839;
}
.index-part3 .academic .academic_list ul li a:hover .other .time span {
  color: #936839;
}
.index-part3 .academic .academic_list ul li a:hover .other .address span {
  color: #936839;
}
.index-part3 .academic .academic_list ul li a .title {
  margin-bottom: 20px;
}
.index-part3 .academic .academic_list ul li a .title h4 {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 16px;
  color: #4C4C4C;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.index-part3 .academic .academic_list ul li a .other .time {
  margin-bottom: 12px;
}
.index-part3 .academic .academic_list ul li a .other .time img {
  width: 14px;
  height: 14px;
  margin-right: 10px;
}
.index-part3 .academic .academic_list ul li a .other .time span {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #4A4A4A;
}
.index-part3 .academic .academic_list ul li a .other .address img {
  width: 11px;
  height: 14px;
  margin-right: 10px;
  margin-left: 2px;
}
.index-part3 .academic .academic_list ul li a .other .address span {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #4A4A4A;
}
.index-part4 {
  padding: 50px 0 70px;
}
.index-part4 .buildwork {
  width: 68.5%;
  float: left;
}
.index-part4 .buildwork .buildwork_title {
  position: relative;
  background-image: url(../images/index_title_line1.png);
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center right;
  height: 38px;
  margin-bottom: 37px;
  padding-left: 15%;
}
.index-part4 .buildwork .buildwork_title .title {
  position: absolute;
  top: 0;
  left: 0;
}
.index-part4 .buildwork .buildwork_title .title h4 {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 32px;
  color: #000000;
}
.index-part4 .buildwork .buildwork_title .mores {
  position: absolute;
  top: 0;
  right: 0;
  border-top: 1px solid #ECD3C0;
  padding-top: 4px;
}
.index-part4 .buildwork .buildwork_title .mores a {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #6F6F6F;
}
.index-part4 .buildwork .buildwork_list {
  overflow: hidden;
}
.index-part4 .buildwork .buildwork_list .left_list {
  float: left;
  width: 54.7%;
  height: 383px;
}
.index-part4 .buildwork .buildwork_list .left_list .left_img {
  width: 100%;
  height: 100%;
}
.index-part4 .buildwork .buildwork_list .left_list .left_img li {
  display: none;
  width: 100%;
  height: 100%;
}
.index-part4 .buildwork .buildwork_list .left_list .left_img li a {
  display: block;
  width: 100%;
  height: 100%;
}
.index-part4 .buildwork .buildwork_list .left_list .left_img li a .img {
  width: 100%;
  height: 100%;
}
.index-part4 .buildwork .buildwork_list .left_list .left_img li a .img img {
  width: 100%;
  height: 100%;
}
.index-part4 .buildwork .buildwork_list .right_list {
  float: right;
  width: 42%;
}
.index-part4 .buildwork .buildwork_list .right_list .right_title li {
  height: 76.7px;
}
.index-part4 .buildwork .buildwork_list .right_list .right_title li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  padding-bottom: 9px;
}
.index-part4 .buildwork .buildwork_list .right_list .right_title li a .icon {
  display: none;
  position: absolute;
  bottom: -10px;
  left: -72px;
  width: 23px;
  height: 23px;
}
.index-part4 .buildwork .buildwork_list .right_list .right_title li a .icon img {
  width: 100%;
  height: 100%;
}
.index-part4 .buildwork .buildwork_list .right_list .right_title li a::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 100%;
  width: 115%;
  height: 2px;
  background: #B89A5B;
}
.index-part4 .buildwork .buildwork_list .right_list .right_title li a::after {
  content: '';
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 80%;
  height: 1px;
  background: #D9CDB4;
}
.index-part4 .buildwork .buildwork_list .right_list .right_title li a .title {
                 width: 100%;
                height: 100%;
                overflow: hidden;
}
.index-part4 .buildwork .buildwork_list .right_list .right_title li a .title h4 {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 16px;
  color: #3E3E3E;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*想省略几行就写几*/
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 73px;
}
.index-part4 .buildwork .buildwork_list .right_list .right_title li a .title h4 span {
  font-size: 16px;
  color: #B89A5B;
  margin-right: 8px;
}
.index-part4 .buildwork .buildwork_list .right_list .right_title li a .time {
  position: absolute;
  bottom: 0;
  right: 0;
}
.index-part4 .buildwork .buildwork_list .right_list .right_title li a .time span {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
}
.index-part4 .special {
  float: right;
  width: 25%;
}
.index-part4 .special .special_title {
  position: relative;
  background-image: url(../images/index_title_line2.png);
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center right;
  height: 38px;
  margin-bottom: 37px;
  padding-left: 15%;
}
.index-part4 .special .special_title .title {
  position: absolute;
  top: 0;
  left: 0;
}
.index-part4 .special .special_title .title h4 {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 32px;
  color: #000000;
}
.index-part4 .special .special_title .mores {
  position: absolute;
  top: 0;
  right: 0;
  border-top: 1px solid #ECD3C0;
  padding-top: 4px;
}
.index-part4 .special .special_title .mores a {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #6F6F6F;
}
.index-part4 .special .special_list ul li {
  position: relative;
  width: 100%;
  height: 120px;
}
.index-part4 .special .special_list ul li:nth-child(2) {
  margin: 13px 0;
}
.index-part4 .special .special_list ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.index-part4 .special .special_list ul li a .img {
  width: 100%;
  height: 100%;
}
.index-part4 .special .special_list ul li a .img img {
  width: 100%;
  height: 100%;
}
.index-part4 .special .special_list ul li a .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 36px;
  text-align: center;
  background: rgba(72, 27, 7, 0.7);
}
.index-part4 .special .special_list ul li a .title h4 {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 36px;
}
.index-part5 {
  padding-top: 76px;
  background-image: url(../images/foot_bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: bottom;
}
.index-part5 .activity {
  margin-bottom: 92px;
  min-height: 400px;
}
.index-part5 .activity .activity_title {
  position: relative;
  background-image: url(../images/index_title_line1.png);
  background-size: 72%;
  background-repeat: no-repeat;
  background-position: center right;
  margin-bottom: 40px;
}
.index-part5 .activity .activity_title ul li {
  float: left;
  cursor: pointer;
}
.index-part5 .activity .activity_title ul li h4 {
  padding-bottom: 11px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 32px;
  color: #7C7C7C;
}
.index-part5 .activity .activity_title ul li.active h4 {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 32px;
  color: #9B7851;
  border-bottom: 4px solid #B79A68;
}
.index-part5 .activity .activity_title ul li:first-child {
  position: relative;
  padding-right: 40px;
  margin-right: 40px;
}
.index-part5 .activity .activity_title ul li:first-child::before {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  right: 0;
  width: 1px;
  height: 30px;
  background: #7C7C7C;
}
.index-part5 .activity .activity_title .mores {
  position: absolute;
  top: 0;
  right: 0;
  border-top: 1px solid #ECD3C0;
  padding-top: 4px;
}
.index-part5 .activity .activity_title .mores a {
  display: none;
  margin-top: 10px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #6F6F6F;
}
.index-part5 .activity .activity_title .mores a.active {
  display: block;
}
.index-part5 .activity .activity_list .item {
  display: none;
}
.index-part5 .activity .activity_list .item.active {
  display: block;
}
.index-part5 .activity .activity_list .item ul li {
  float: left;
  width: 22.9%;
  margin-right: 2.8%;
}
.index-part5 .activity .activity_list .item ul li:hover {
  transform: translateY(-5px);
  transition: all 0.5s;
}
.index-part5 .activity .activity_list .item ul li:last-child {
  margin-right: 0;
}
.index-part5 .activity .activity_list .item ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.index-part5 .activity .activity_list .item ul li a .img {
  width: 100%;
  height: 228px;
}
.index-part5 .activity .activity_list .item ul li a .img img {
  width: 100%;
  height: 100%;
}
.index-part5 .activity .activity_list .item ul li a .title {
  height: 84px;
  background-color: #fff;
  padding: 20px 27px 23px 27px;
  border-bottom: 3px solid #B79A68;
}
.index-part5 .activity .activity_list .item ul li a .title h4 {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*想省略几行就写几*/
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.footer {
  padding-top: 125px;
}
.footer .left_msg {
  float: left;
  width: 24%;
}
.footer .left_msg .footer_logo {
  width: 100%;
  height: 57px;
  margin-bottom: 22px;
}
.footer .left_msg .footer_logo img {
  width: 100%;
  height: 100%;
}
.footer .left_msg .copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  padding-top: 15px;
}
.footer .left_msg .copyright p {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #E7E7E7;
  margin: 10px 0;
}
.footer .center_msg {
  float: left;
  width: 35%;
  margin: 0 16%;
}
.footer .center_msg .link .title {
  position: relative;
  padding-bottom: 14px;
  margin-bottom: 27px;
}
.footer .center_msg .link .title::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 36px;
  height: 2px;
  background: #B89A5B;
}
.footer .center_msg .link .title h4 {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
}
.footer .center_msg .link .link_list li {
  float: left;
  width: 33.33%;
  margin-bottom: 32px;
}
.footer .center_msg .link .link_list li a {
  display: block;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
}
.footer .center_msg .link .link_list li a:hover {
  color: #B89A5B;
}
.footer .right_msg {
  float: right;
  width: 9%;
}
.footer .right_msg .title {
  position: relative;
  padding-bottom: 14px;
  margin-bottom: 27px;
}
.footer .right_msg .title::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 36px;
  height: 2px;
  background: #B89A5B;
}
.footer .right_msg .title h4 {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
}
.footer .right_msg .code_img {
  width: 90px;
  height: 90px;
}
.footer .right_msg .code_img img {
  width: 100%;
  height: 100%;
}
.index-part4 .buildwork .buildwork_list .left_list .currents {
  display: block !important;
  -webkit-animation: fadeEffect 2s;
  animation: fadeEffect 2s;
}
.index-part4 .buildwork .buildwork_list .right_list .right_title li.currents a .icon {
  display: block !important;
  -webkit-animation: fadeEffect 2s;
  animation: fadeEffect 2s;
}
.index-part4 .buildwork .buildwork_list .right_list .right_title li.currents a .title h4 {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 16px;
  color: #8F4D2A;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*想省略几行就写几*/
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index-part4 .buildwork .buildwork_list .right_list .right_title li.currents a::before {
  left: -15% !important;
  transition: all 0.5s ease-in-out;
}
.index-part4 .buildwork .buildwork_list .right_list .right_title li.currents a::after {
  display: none;
}
@-webkit-keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 1920px) {
  .banner .mySwiper .swiper-wrapper .swiper-slide .title {
      left: 12%;
}

.banner .mySwiper .btn_fraction {
       right: 14%
}
 }
@media (max-width: 991px) {
  .header {
    height: 76px;
  }
  .index-part1 .news,
  .index-part1 .notice,
  .index-part3 .research,
  .index-part3 .academic,
  .index-part4 .buildwork,
  .index-part4 .special {
    width: 100%;
    margin-bottom: 25px;
  }
  .index-part1 .notice .notice_title,
  .index-part3 .academic .academic_title,
  .index-part4 .special .special_title {
    background-size: 80%;
    background-image: url(../images/index_title_line1.png);
  }
  .index-part1 .notice .notice_list ul li a .time {
    width: 65px;
  }
  .index-part2 .talent {
    height: 2.72rem;
  }
  .index-part4 .buildwork .buildwork_list .right_list .right_title li a .icon {
    left: -60px;
  }
  .index-part5 .activity .activity_title {
    margin-bottom: 20px;
    background-size: 50%;
  }
  .index-part5 .footer .center_msg {
    width: 54%;
    margin: 0 2%;
  }
  .index-part5 .footer .right_msg {
    width: 18%;
  }
}
@media (max-width: 500px) {
  .index-part1 .news .news_list .left_banner {
    width: 100%;
    height: 320px;
  }
  .index-part1 .news .news_list .right_list {
    width: 100%;
  }
  .index-part1 {
    padding: 21px 0 0;
  }
  .index-part1 .news .news_title,
  .index-part1 .notice .notice_title,
  .index-part3 .research .research_title,
  .index-part1 .notice .notice_title,
  .index-part3 .academic .academic_title,
  .index-part4 .buildwork .buildwork_title,
  .index-part4 .special .special_title {
    height: 44px;
    margin-bottom: 8px;
    background-size: 70%;
  }
  .index-part1 .notice,
  .index-part3 .academic,
  .index-part4 .special {
    margin-bottom: 0;
  }
  .index-part1 .news .news_title .title h4,
  .index-part1 .notice .notice_title .title h4,
  .index-part3 .research .research_title .title h4,
  .index-part3 .academic .academic_title .title h4,
  .index-part4 .buildwork .buildwork_title .title h4,
  .index-part4 .special .special_title .title h4 {
    font-size: 24px;
  }
  .index-part1 .news .news_title .mores,
  .index-part5 .activity .activity_title .mores {
    padding-top: 0;
  }
  .index-part1 .notice .notice_list ul li a .time {
    width: 58px;
  }
  .index-part3 {
    padding-top: 23px;
  }
  .index-part3 .research .research_list .title {
    font-size: 14px;
  }
  .index-part3 .academic .academic_list ul li a {
    padding: 9px;
  }
  .index-part3 .academic .academic_list ul li a .title {
    margin-bottom: 8px;
  }
  .index-part3 .academic .academic_list ul li a .other .time {
    margin-bottom: 6px;
  }
  .index-part4 {
    padding: 23px 0 27px;
  }
  .index-part4 .buildwork .buildwork_list .left_list {
    width: 100%;
    height: 282px;
  }
  .index-part4 .buildwork .buildwork_list .right_list {
    width: 100%;
  }
 .index-part5 {
    padding-top: 18px;
    background-size: inherit;
    background: #fff;
  }
  .footer {
    background-color: #B89A5B;
  }
  .footer .left_msg .footer_logo {
    display: none;
  }
  .index-part5 .activity .activity_title ul li h4 {
    font-size: 18px;
  }
  .index-part5 .activity .activity_title ul li.active h4 {
    font-size: 18px;
    padding-bottom: 6px;
  }
  .footer .center_msg .link .title::before {
    background: #fff;
  }
  .index-part5 .activity .activity_title ul li:first-child {
    padding-right: 18px;
    margin-right: 18px;
  }
  .index-part5 .activity .activity_title ul li:first-child::before {
    height: 19px;
    top: 1px;
  }
  .index-part5 .activity .activity_title {
    background-size: 0;
  }
  .index-part5 .activity .activity_title .mores a {
    margin-top: 0;
  }
  .index-part5 .activity .activity_list .item ul li {
    width: 100%;
    margin-bottom: 15px;
  }
  .index-part5 .footer {
    padding-top: 0px;
  }
  .index-part5 .footer .left_msg,
  .index-part5 .footer .center_msg,
  .index-part5 .footer .right_msg {
    width: 100%;
    margin: 10px 0;
  }
  .index-part5 .footer .center_msg {
    margin: 0;
  }
  .index-part5 .footer .center_msg .link .link_list li {
    width: 50%;
    margin-bottom: 18px;
  }
  .index-part5 .activity {
    margin-bottom: 10px;
  }
}
