@charset "utf-8";
* {
  margin: 0;
  padding: 0;
  border-radius: 0;
  box-sizing: border-box;
}
body {
  font-size: 12px;
  font-family: "微软雅黑";
  margin: 0px auto;
  background: #fff;
}
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
img {
  border: none;
  vertical-align: middle;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
}
i {
  font-style: normal;
}
br {
  content: "";
  margin: 2em;
  display: block;
  font-size: 24%;
}
/* 头部*/
.top_bg {
  height: 84px;
  background-color: #fff;
  border-bottom: 1px solid #eeeeee;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: background-color 0.4s ease, border 0.2s;
  z-index: 99;
  box-shadow: 0 0 10px #ddd;
}
.top {
  width: 94%;
  max-width: 1580px;
  margin: 0 auto;
}
.top .top_logo {
  float: left;
  margin-top: 11px;
}
.top .top_nav {
  float: right;
}
.top .top_nav ul {
  margin-top: 38px;
}
.top .top_nav ul::after {
  content: '';
  display: block;
  clear: both;
}
.top .top_nav ul li {
  float: left;
  margin-right: 55px;
  padding-bottom: 3px;
  position: relative;
}
.top .top_nav ul li.active > a {
  color: #b41019;
}
.top .top_nav ul li.active > a > i {
  width: 100%;
  background-color: #b41019;
}
.top .top_nav ul li:hover > a {
  color: #b41019;
}
.top .top_nav ul li:hover > a > i {
  width: 100%;
  background-color: #b41019;
}
.top .top_nav ul li > a {
  float: left;
  height: 40px;
  font-size: 19px;
  color: #333;
  padding: 0 0px;
  display: block;
  position: relative;
}
.top .top_nav ul li > a > i {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0%;
  height: 3px;
  background-color: #e2e2e2;
  display: block;
  transition: all 0.4s;
  transform: translateX(-50%);
}
.top .top_nav ul li > a:last-child {
  padding: 0 6px;
}
.top .nav_sj {
  display: none;
}
.top .top_rr {
  display: none;
}
.top .top_search {
  float: right;
  font-size: 16px;
  color: #333;
  margin-top: 39px;
}
.top .top_search img {
  cursor: pointer;
  margin-left: 5px;
}
.top .top_search a {
  visibility: visible;
  display: inline-block;
  font-size: 19px;
  color: #333;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -2px;
}
.top .top_search span {
  visibility: visible;
}
.top_bg2 {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}
.top_bg2 .top_nav ul li > a {
  color: #fff;
}
.top_bg2 .top_search {
  color: #fff;
}
.top_bg2 .top_search img {
  filter: brightness(5) grayscale(1);
}
.top_bg2 .top_search a {
  color: #fff;
}
.top_bg2 .top_search a.en {
  visibility: hidden;
}
.top_bg2 .top_search span {
  visibility: hidden;
}
/* 搜索下拉 */
.search_down {
  display: none;
  position: fixed;
  top: 84px;
  left: 0;
  right: 0;
  width: 100%;
  height: 327px;
  background-color: #fff;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.search_down h1 {
  font-size: 24px;
  color: #9d0000;
  font-weight: bold;
  margin-top: 60px;
}
.search_down p {
  font-size: 16px;
  color: #666;
  margin-top: 10px;
}
.search_down .search {
  width: 96%;
  max-width: 800px;
  height: 45px;
  margin: 0 auto;
  overflow: hidden;
  border-bottom: 1px solid #333;
  margin-top: 113px;
  padding-top: 2.5px;
  box-sizing: border-box;
}
.search_down .search input[type="text"] {
  float: left;
  width: calc(100% - 50px);
  height: 40px;
  border: 0;
  outline: 0;
  font-size: 16px;
  color: #666;
}
.search_down .search input[type="image"] {
  float: right;
  width: 25px;
  cursor: pointer;
  margin-top: 10px;
  margin-right: 4px;
}
/* 下拉菜单 */
.menus_bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 425px;
  padding-top: 72px;
  padding-bottom: 80px;
  left: 0;
  top: 84px;
  background: url(../images/menus_bg.jpg) repeat-y;
  background-size: 100% auto;
}
.menus {
  width: 94%;
  max-width: 1580px;
  margin: 0 auto;
}
.menus::after {
  content: '';
  display: block;
  clear: both;
}
.menus_text {
  float: left;
  width: 33.6%;
}
.menus_text h1 {
  font-size: 24px;
  color: #333;
  font-weight: bold;
  margin-bottom: 12px;
}
.menus_text p {
  font-size: 16px;
  color: #666;
  line-height: 32px;
  margin-bottom: 53px;
}
.menus_text a {
  font-size: 16px;
  color: #af1611;
}
.menus_list {
  float: left;
  width: 17.7%;
  margin-left: 11.7%;
}
.menus_list dl dd:hover a {
  background-color: #b30e15;
}
.menus_list dl dd:hover a span {
  color: #fff;
}
.menus_list dl dd:hover a img {
  opacity: 1;
}
.menus_list dl dd.menus_list_active a {
  background-color: #b30e15;
}
.menus_list dl dd.menus_list_active a span {
  color: #fff;
}
.menus_list dl dd.menus_list_active a img {
  opacity: 1;
}
.menus_list dl dd a {
  display: block;
  line-height: 43px;
  padding: 0 18px;
  transition: all 0.4s ease;
}
.menus_list dl dd a::after {
  content: '';
  display: block;
  clear: both;
}
.menus_list dl dd a span {
  float: left;
  font-size: 18px;
  color: #333;
}
.menus_list dl dd a img {
  float: right;
  margin-top: 14px;
  opacity: 0;
}
.menus_img {
  float: right;
  width: 33%;
  overflow: hidden;
}
.menus_img img {
  width: 100%;
  height: auto;
  transition: all 0.4s ease;
}
.menus_img:hover img {
  transform: scale(1.1);
}
/* banner */
.banner {
  position: relative;
}
.banner img {
  width: 100%;
  height: 100vh;
}
.banner .banner_main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner_main .points {
  position: absolute;
  z-index: 1;
}
.banner_main .points .yuand {
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  z-index: 99;
}
.banner_main .points .yuand i {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background: #666;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
.banner_main .points .yuand::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15px;
  height: 15px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #666;
}
.banner_main .points .yuand::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -17.5px 0 0 -17.5px;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background: #ffffff;
}
.banner_main .points.cur .yuand {
  background: rgba(243, 151, 0, 0.2);
}
.banner_main .points.cur .yuand::before {
  background: rgba(243, 151, 0, 0.2);
}
.banner_main .points.cur .yuand i {
  background: #f39700;
}
.banner_main .points .yuand::before {
  animation: yuanfangda 1500ms infinite ease;
}
.banner_main .points1 .yuand::before {
  animation: yuanfangda 2200ms infinite ease;
}
.banner_main .points2 .yuand::before {
  animation: yuanfangda 2300ms infinite ease;
}
.banner_main .points4 .yuand::before {
  animation: yuanfangda 2200ms infinite ease;
}
.banner_main .points6 .yuand::before {
  animation: yuanfangda 2300ms infinite ease;
}
.banner_main .points8 .yuand::before {
  animation: yuanfangda 2100ms infinite ease;
}
.banner_main .points10 .yuand::before {
  animation: yuanfangda 1400ms infinite ease;
}
.banner_main .points12 .yuand::before {
  animation: yuanfangda 2600ms infinite ease;
}
.banner_main .points13 .yuand::before {
  animation: yuanfangda 1100ms infinite ease;
}
.banner_main .points14 .yuand::before {
  animation: yuanfangda 1200ms infinite ease;
}
.banner_main .points15 .yuand::before {
  animation: yuanfangda 2100ms infinite ease;
}
.banner_main .points16 .yuand::before {
  animation: yuanfangda 1400ms infinite ease;
}
.banner_main .points17 .yuand::before {
  animation: yuanfangda 2600ms infinite ease;
}
.banner_main .points18 .yuand::before {
  animation: yuanfangda 1800ms infinite ease;
}
.banner_main .points19 .yuand::before {
  animation: yuanfangda 2200ms infinite ease;
}
.banner_main .points20 .yuand::before {
  animation: yuanfangda 2000ms infinite ease;
}
.banner_main .points21 .yuand::before {
  animation: yuanfangda 1800ms infinite ease;
}
.banner_main .points22 .yuand::before {
  animation: yuanfangda 2000ms infinite ease;
}
.banner_main .points23 .yuand::before {
  animation: yuanfangda 2200ms infinite ease;
}
.banner_main .points24 .yuand::before {
  animation: yuanfangda 1800ms infinite ease;
}
.banner_main .points25 .yuand::before {
  animation: yuanfangda 1600ms infinite ease;
}
.banner_main .points26 .yuand::before {
  animation: yuanfangda 1700ms infinite ease;
}
.banner_main .points27 .yuand::before {
  animation: yuanfangda 2200ms infinite ease;
}
.banner_main .points28 .yuand::before {
  animation: yuanfangda 2000ms infinite ease;
}
.banner_main .points29 .yuand::before {
  animation: yuanfangda 1300ms infinite ease;
}
@keyframes yuanfangda {
  0% {
    transform: scale(0.1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.points2 {
  left: 6.4%;
  top: 72.5%;
}
.points3 {
  left: 32.4%;
  top: 65.5%;
}
.points4 {
  left: 40.7%;
  top: 54.9%;
}
.points5 {
  left: 45.95%;
  top: 56.1%;
  transform: scale(0.7);
}
.points6 {
  left: 49.3%;
  top: 60.9%;
  transform: scale(0.8);
}
.points7 {
  left: 53.5%;
  top: 57.2%;
  transform: scale(0.7);
}
.points8 {
  left: 55.2%;
  top: 66%;
  transform: scale(0.8);
}
.points9 {
  left: 59.1%;
  top: 59.1%;
  transform: scale(0.7);
}
.points10 {
  left: 65.6%;
  top: 57.3%;
  transform: scale(0.7);
}
.points11 {
  left: 65.6%;
  top: 63.1%;
  transform: scale(0.7);
}
.points12 {
  left: 70.95%;
  top: 55%;
  transform: scale(0.7);
}
.points13 {
  left: 70.95%;
  top: 55%;
  transform: scale(0.7);
}
.points14 {
  left: 70.69%;
  top: 61.5%;
  transform: scale(0.7);
}
.points15 {
  left: 71.7%;
  top: 65.9%;
  transform: scale(0.7);
}
.points16 {
  left: 67.49%;
  top: 70.8%;
  transform: scale(0.8);
}
.points17 {
  left: 69.8%;
  top: 78%;
}
.points18 {
  left: 76.25%;
  top: 56%;
  transform: scale(0.7);
}
.points19 {
  left: 76.35%;
  top: 60.7%;
  transform: scale(0.7);
}
.points20 {
  left: 76.9%;
  top: 64.6%;
  transform: scale(0.7);
}
.points21 {
  left: 75.7%;
  top: 70.4%;
  transform: scale(0.8);
}
.points22 {
  left: 81.85%;
  top: 54.4%;
  transform: scale(0.7);
}
.points23 {
  left: 84.7%;
  top: 56.7%;
  transform: scale(0.7);
}
.points24 {
  left: 86%;
  top: 61.6%;
  transform: scale(0.8);
}
.points25 {
  left: 88.5%;
  top: 54.2%;
  transform: scale(0.7);
}
.points26 {
  left: 90.1%;
  top: 58.2%;
  transform: scale(0.7);
}
.points27 {
  left: 96.55%;
  top: 53.5%;
  transform: scale(0.7);
}
.points28 {
  left: 96.05%;
  top: 58.7%;
  transform: scale(0.7);
}
.points29 {
  left: 90.6%;
  top: 69.8%;
  transform: scale(0.7);
}
.slideBox {
  width: 100%;
  position: relative;
}
.slideBox .hd {
  height: 15px;
  overflow: hidden;
  position: absolute;
  right: 50%;
  bottom: 4%;
  z-index: 1;
  transform: translateX(50%);
}
.slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}
.slideBox .hd ul li {
  float: left;
  margin-left: 11px;
  margin-right: 11px;
  width: 52px;
  height: 7px;
  text-align: center;
  background: #ffffff;
  cursor: pointer;
  position: relative;
  transition: all 0.4s ease;
}
.slideBox .hd ul li.on {
  background-color: #b41019;
}
.slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
.slideBox .bd div {
  width: 100% !important;
}
.slideBox .bd img {
  width: 100%;
  height: 100vh;
  display: block;
}
.slideBox .bd ul li a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.slideBox .bd ul li.on img {
  -webkit-animation: mymove 5s infinite;
  /* Chrome, Safari, Opera */
  animation: mymove 5s infinite;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  /* Safari Chrome */
  transform: scale(1.1);
}
/* Chrome, Safari, Opera */
@-webkit-keyframes mymove {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}
/* Standard syntax */
@keyframes mymove {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}
.pc_banner img {
  width: 100%;
  height: auto;
}
.sj_banner {
  display: none;
}
.box_swipe {
  display: none;
}
/* 标题 */
.title {
  text-align: left;
}
.title h1 {
  font-size: 36px;
  color: #000;
  font-weight: bold;
  line-height: 40px;
}
.title p {
  font-size: 20px;
  color: #333;
  font-weight: bold;
}
.title i {
  display: block;
  width: 39px;
  height: 3px;
  background-color: #b41019;
  margin-top: 15px;
}
/* 关于我们 */
.iAboutus_bg {
  position: relative;
}
.iAboutus_bg img {
  width: 100%;
  height: auto;
  min-height: 900px;
  object-fit: cover;
}
.iAboutus_main {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 94%;
  max-width: 1580px;
  margin: 0 auto;
  transform: translate(-50%, -50%);
}
.iAboutus_num {
  margin-top: 37px;
}
.iAboutus_num ul li {
  font-size: 42px;
  color: #000;
  font-weight: bold;
  margin-bottom: 35px;
}
.iAboutus_num ul li i {
  font-size: 30px;
  vertical-align: top;
}
.iAboutus_num ul li span {
  font-size: 16px;
  font-weight: 400;
}
.iAboutus_num ul li p {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  clear: both;
  margin-top: -5px;
}
.iAboutus_text {
  width: 30.25%;
  margin-top: 49px;
}
.iAboutus_text h1 {
  font-size: 24px;
  color: #333;
  font-weight: bold;
  margin-bottom: 17px;
}
.iAboutus_text p {
  font-size: 16px;
  color: #666;
  line-height: 32px;
}
.iAboutus_more a {
  display: block;
  width: 101px;
  height: 37%;
  line-height: 37px;
  text-align: center;
  background-color: #b41019;
  border: 1px solid #b41019;
  color: #fff;
  font-size: 17px;
  margin-top: 38px;
}
.iAboutus_more a span {
  font-weight: bold;
  font-size: 24px;
  vertical-align: bottom;
}
.iAboutus_more a:hover {
  background-color: #fff;
  color: #b41019;
}
/* 创始人介绍 */
.founder_bg {
  background: url(../images/r_bg.jpg) no-repeat center / cover;
  padding: 84px 0;
  margin-top: -10px;
  position: relative;
  z-index: 9;
}
.founder_bg .title {
  margin-bottom: 38px;
}
.founder_bg .title p {
  margin-top: 11px;
}
.founder {
  width: 94%;
  max-width: 1580px;
  margin: 0 auto;
  overflow: hidden;
}
.founder_left {
  float: left;
  width: 36.2%;
}
.founder_left img {
  width: 100%;
  height: auto;
}
.founder_right {
  float: right;
  width: 57.8%;
}
.founder_text h1 {
  font-size: 36px;
  color: #333;
  font-weight: bold;
  margin-bottom: 15px;
}
.founder_text p {
  font-size: 16px;
  color: #666;
  line-height: 30px;
  margin-bottom: 10px;
}
/* 旗下产业 */
.iIndustry_bg {
  background: url(../images/i_bg.jpg) no-repeat center / cover;
  padding-top: 76px;
  padding-bottom: 76px;
  overflow: hidden;
}
.iIndustry_bg .title {
  width: 94%;
  max-width: 1580px;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 45px;
}
.iIndustry_bg .title h1 {
  color: #fff;
}
.iIndustry_bg .title p {
  color: #fff;
}
.iIndustry_bg .title span {
  float: right;
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  text-align: right;
  margin-top: -55px;
}
.iIndustry {
  width: 94%;
  max-width: 1580px;
  margin: 0 auto;
  position: relative;
}
.iIndustry > img {
  width: 100%;
  height: auto;
}
.iIndustry ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.iIndustry ul::after {
  content: '';
  display: block;
  clear: both;
}
.iIndustry ul li {
  float: left;
  width: 19.7%;
  height: 100%;
  transition: all 1s ease;
  margin-right: 0.4%;
}
.iIndustry ul li.iIndustry_active {
  width: 39.7%;
}
.iIndustry ul li.iIndustry_active a {
  background: rgba(0, 0, 0, 0) url(../images/red_bg.png) bottom;
  background-position-y: no-repeat;
  background-position-x: no-repeat;
  background-size: auto 100%;
}
.iIndustry ul li.iIndustry_active .iIndustry_text span::after {
  width: 94%;
}
.iIndustry ul li.iIndustry_active .iIndustry_bottom p {
  visibility: visible;
  height: 96px;
  transition: all 0.6s ease;
}
.iIndustry ul li.iIndustry_active .iIndustry_bottom i {
  opacity: 1;
  margin-bottom: 57px;
  transform: translateY(0px);
}
.iIndustry ul li:nth-child(4n+4) {
  margin-right: 0;
}
.iIndustry ul li a {
  display: block;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  transition: all 1s ease;
}
.iIndustry .iIndustry_text {
  position: relative;
  height: 100%;
}
.iIndustry .iIndustry_text span {
  position: absolute;
  top: 7.7%;
  width: calc(100% - 54px);
  display: block;
  font-size: 22px;
  color: #999;
  margin: 0 27px;
  box-sizing: border-box;
}
.iIndustry .iIndustry_text span::after {
  position: absolute;
  top: 22px;
  left: 33px;
  content: '';
  display: block;
  width: 86.5%;
  height: 1px;
  background-color: #999;
  transition: all 1s ease;
}
.iIndustry .iIndustry_bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 27px;
  box-sizing: border-box;
  text-align: center;
}
.iIndustry .iIndustry_bottom img {
  width: 50px;
}
.iIndustry .iIndustry_bottom h1 {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  margin-top: 18px;
}
.iIndustry .iIndustry_bottom p {
  font-size: 16px;
  color: #fff;
  line-height: 32px;
  height: 0px;
  visibility: hidden;
  margin-top: 23px;
  margin-bottom: 28px;
  text-align: left;
}
.iIndustry .iIndustry_bottom i {
  opacity: 0;
  display: block;
  width: 101px;
  height: 37px;
  line-height: 35px;
  font-size: 17px;
  color: #fff;
  border: 1px solid #fff;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 25px;
  transform: translateY(200px);
  transition: all 0.4s ease;
}
.iIndustry .iIndustry_bottom i b {
  font-weight: bold;
  font-size: 24px;
  vertical-align: bottom;
}
.iIndustry .iIndustry_bottom i:hover {
  background-color: #9d0000;
  border-color: #9d0000;
}
/* 新闻 */
.iNews_bg {
  width: 94%;
  max-width: 1580px;
  margin: 0 auto;
  padding-top: 80px;
  overflow: hidden;
}
.iNews {
  position: relative;
}
.iNews .hd {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -89px;
  overflow: hidden;
}
.iNews .hd ul {
  float: left;
  overflow: hidden;
}
.iNews .hd ul li {
  float: left;
  width: 117px;
  height: 39px;
  line-height: 39px;
  font-size: 18px;
  text-align: center;
  position: relative;
}
.iNews .hd ul li.on {
  background-color: #b41019;
  transition: all 0.4s ease;
}
.iNews .hd ul li.on a {
  color: #fff;
  border-color: transparent;
}
.iNews .hd ul li.op span {
  opacity: 0;
}
.iNews .hd ul li a {
  display: block;
  color: #333;
  height: 25px;
  line-height: 25px;
  margin-top: 7.5px;
  border-right: 2px solid #666;
  transition: all 0.4s ease;
}
.iNews .hd ul li span {
  position: absolute;
  top: 50%;
  right: -1px;
  transform: translateY(-50%);
}
.iNews .hd > a {
  float: left;
  width: 117px;
  height: 39px;
  line-height: 39px;
  font-size: 18px;
  color: #333;
  text-align: center;
}
.iNews .hd > a:hover {
  background-color: #b41019;
  color: #fff;
  transition: all 0.2s;
}
.iNews .bd {
  margin-top: 50px;
}
.iNews .bd ul li {
  overflow: hidden;
}
.iNews .bd ul li .iNews_item {
  float: left;
  width: 29.6%;
  margin-right: 5.6%;
  margin-bottom: 5.6%;
  border: 1px solid #eeeeee;
  box-sizing: border-box;
}
.iNews .bd ul li .iNews_item:nth-child(3n+3) {
  margin-right: 0%;
}
.iNews .bd ul li .iNews_item:hover .iNews_op {
  opacity: 1;
}
.iNews .bd ul li .iNews_item a {
  display: block;
  position: relative;
  padding-bottom: 30px;
}
.iNews .bd ul li .iNews_item .iNews_img img {
  width: 100%;
  height: auto;
}
.iNews .bd ul li .iNews_item .iNews_text {
  padding: 0 7%;
  box-sizing: border-box;
}
.iNews .bd ul li .iNews_item .iNews_text span {
  font-size: 16px;
  color: #999;
  font-weight: bold;
  margin-top: 36px;
  display: block;
}
.iNews .bd ul li .iNews_item .iNews_text h1 {
  font-size: 20px;
  color: #333;
  font-weight: bold;
  margin-top: 16px;
  height: 52px;
}
.iNews .bd ul li .iNews_item .iNews_text p {
  font-size: 16px;
  color: #999;
  line-height: 32px;
  margin-top: 14px;
  height: 64px;
}
.iNews .bd ul li .iNews_item .iNews_text i {
  width: 118px;
  height: 37px;
  line-height: 35px;
  text-align: center;
  font-size: 16px;
  color: #999;
  border: 1px solid #c6c6c6;
  box-sizing: border-box;
  display: block;
  margin-top: 55px;
}
.iNews .bd ul li .iNews_item .iNews_text i b {
  font-size: 24px;
  vertical-align: bottom;
}
.iNews .bd ul li .iNews_item .iNews_op {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f2f2f2;
  opacity: 0;
  transition: all 0.4s ease;
  padding: 0 7%;
  box-sizing: border-box;
}
.iNews .bd ul li .iNews_item .iNews_op span {
  font-size: 16px;
  color: #666;
  font-weight: bold;
  margin-top: 73px;
  display: block;
}
.iNews .bd ul li .iNews_item .iNews_op h1 {
  font-size: 20px;
  color: #b41019;
  font-weight: bold;
  margin-top: 40px;
  height: 52px;
}
.iNews .bd ul li .iNews_item .iNews_op p {
  font-size: 16px;
  color: #666;
  line-height: 32px;
  margin-top: 13px;
}
.iNews .bd ul li .iNews_item .iNews_op i {
  position: absolute;
  bottom: 30px;
  left: 7%;
  width: 118px;
  height: 37px;
  line-height: 35px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background-color: #b41019;
  border: 1px solid #b41019;
  box-sizing: border-box;
  display: block;
  margin-top: 55px;
}
.iNews .bd ul li .iNews_item .iNews_op i b {
  font-size: 24px;
  vertical-align: bottom;
}
/* 集团简介 */
.group_profile {
  width: 94%;
  max-width: 1580px;
  margin: 0 auto;
  margin-bottom: 25px;
}
.group_profile::after {
  content: '';
  display: block;
  clear: both;
}
.group_profile_left {
  float: left;
  width: 29.3%;
}
.group_profile_right {
  float: right;
  width: 65.6%;
}
.group_profile_right p {
  font-size: 16px;
  color: #666;
  line-height: 30px;
}
/* 集团项目 */
.group_project {
  width: 94%;
  max-width: 1580px;
  margin: 0 auto;
  margin-bottom: 112px;
}
.group_project img {
  width: 100%;
  height: auto;
}
/* 董事长介绍 */
.presidents_speech {
  width: 94%;
  max-width: 1580px;
  margin: 0 auto;
  margin-bottom: 113px;
}
.presidents_speech::after {
  content: '';
  display: block;
  clear: both;
}
.presidents_speech_left {
  float: left;
  width: 64.3%;
}
.presidents_speech_text {
  margin-top: 26px;
}
.presidents_speech_text h1 {
  font-size: 36px;
  color: #333;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 6px;
}
.presidents_speech_text h2 {
  font-size: 18px;
  color: #333;
  line-height: 1.8;
}
.presidents_speech_text p {
  font-size: 16px;
  color: #666;
  line-height: 30px;
}
.presidents_speech_right {
  float: right;
  width: 31.7%;
  overflow: hidden;
}
.presidents_speech_right img {
  width: 100%;
  height: auto;
  transition: all 0.4s ease;
}
.presidents_speech_right:hover img {
  transform: scale(1.1);
}
/* 美丽丰碑 */
.monument_bg {
  margin-bottom: 147px;
}
.monument {
  width: 94%;
  max-width: 1580px;
  margin: 0 auto;
}
.monument_list {
  text-align: right;
  margin-top: -57px;
  margin-bottom: 38px;
  border-bottom: 1px solid #eeeeee;
}
.monument_list::after {
  content: '';
  display: block;
  clear: both;
}
.monument_list ul {
  float: right;
}
.monument_list ul::after {
  content: '';
  display: block;
  clear: both;
}
.monument_list ul li {
  float: left;
  margin-left: 63px;
}
.monument_list ul li.monument_list_active a {
  color: #b01018;
  border-color: #b01018;
}
.monument_list ul li:hover a {
  color: #b01018;
  border-color: #b01018;
}
.monument_list ul li a {
  display: block;
  font-size: 24px;
  color: #666;
  border-bottom: 3px solid transparent;
  padding-bottom: 49px;
}
.monument_text {
  width: 65.3%;
  margin: 0 auto;
}
.monument_text p {
  font-size: 16px;
  color: #666;
  line-height: 30px;
  text-align: center;
}
.monument_swiper_bg {
  margin-top: 81px;
  padding-bottom: 38px;
  background: #fff url(../images/ms_bg2.png) bottom left;
  background-repeat: repeat-x;
  background-size: auto 38px;
}
.monument_swiper {
  width: 94%;
  max-width: 1580px;
  margin: 0 auto;
  padding: 0 7.5% !important;
}
.monument_swiper .swiper-button-next {
  width: 65px;
  height: 65px;
  right: 0;
  border-radius: 0;
}
.monument_swiper .swiper-button-next::after {
  font-size: 24px;
}
.monument_swiper .swiper-button-next:hover {
  background: #b50e16 !important;
  opacity: 1;
}
.monument_swiper .swiper-button-prev {
  width: 65px;
  height: 65px;
  left: 0;
  border-radius: 0;
}
.monument_swiper .swiper-button-prev::after {
  font-size: 24px;
}
.monument_swiper .swiper-button-prev:hover {
  background: #b50e16 !important;
  opacity: 1;
}
.monument_swiper_img img {
  max-width: 100%;
  height: auto;
}
.monument_swiper_text {
  height: 245px;
  padding-left: 19.4%;
  margin-top: 14px;
  background: url(../images/ms_bg.png) no-repeat bottom right;
  background-size: 100% auto;
}
.monument_swiper_text h1 {
  font-size: 28px;
  color: #b90c13;
  margin-bottom: 11px;
}
.monument_swiper_text i {
  display: block;
  width: 53px;
  height: 5px;
  background-color: #b90c13;
  border-radius: 2.5px;
  margin-bottom: 15px;
}
.monument_swiper_text p {
  font-size: 16px;
  color: #666;
  line-height: 1.8;
}
/* 董事长丰碑 */
.slick-slider {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide .slick-loading img {
  display: none;
}
.slick-slide .dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow .slick-hidden {
  display: none;
}
.slick-arrow {
  width: 23px;
  height: 42px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  border: none;
  z-index: 10;
  font-size: 0;
  cursor: pointer;
}
.slick-prev {
  left: 3%;
}
.slick-next {
  right: 3%;
  background-position: right center;
}
/* 发展历程 */
.history_list {
  width: 94%;
  max-width: 1580px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 50px;
}
.history_list:before {
  display: none;
  content: '';
  width: 100%;
  height: 2px;
  background: url("../images/history_line3.png") repeat-y center;
  position: absolute;
  left: 0;
  top: 44.8%;
  z-index: 0;
}
.history_list li .hover,
.history_list .slick-current .time {
  display: none;
}
.history_list li .time {
  text-align: center;
  display: block;
  padding-top: 277px;
  position: relative;
  z-index: 120;
}
.history_list .slick-active:nth-child(4) {
  position: relative;
}
.history_list .slick-active:nth-child(4) .time::after {
  width: 30%;
}
.history_list .slick-active time {
  display: block;
  margin: 0 -20px;
}
.history_list .slick-current .hover {
  display: block;
  position: relative;
  margin: 0 -38%;
  background: #fff;
  padding: 0 5%;
  z-index: 99;
}
.history_list .hover:before,
.history_list .hover:after {
  content: '';
  width: 33px;
  height: 100%;
  top: 0;
  background: #fff url("../images/history_line1.png") no-repeat right center;
  background-size: cover;
  position: absolute;
}
.history_list .hover:before {
  left: -33px;
}
.history_list .hover:after {
  background-position: left center;
  background-image: url("../images/history_line2.png");
  right: -33px;
}
.history_list .info {
  margin: 0 auto;
  padding: 0 16px;
}
.history_list .info figure {
  margin-bottom: 60px;
}
.history_list .info figure img {
  width: 100%;
  height: 238px;
  object-fit: cover;
}
.history_list .info time {
  display: block;
  font-size: 23px;
  color: #b50e16;
  margin: 77px 0 20px;
  position: relative;
  font-weight: bold;
}
.history_list .info time i {
  position: absolute;
  top: -29px;
  left: 38px;
  display: block;
  width: 110px;
  height: 5px;
  background: #b50e16;
  margin-bottom: 8px;
  border-radius: 2.5px;
}
.history_list .info time:before,
.history_list .info time:after {
  content: '';
  position: absolute;
  border-radius: 100%;
  left: 0;
}
.history_list .info time:before {
  width: 21px;
  height: 21px;
  background: #e69093;
  top: -37px;
}
.history_list .info time:after {
  width: 9px;
  height: 9px;
  background: #b50e16;
  left: 6px;
  top: -31px;
}
.history_list .info li {
  font-size: 16px;
  color: #666666;
  line-height: 28px;
  margin-bottom: 12px;
  position: relative;
  height: 263px;
}
.history_list li .time {
  transition: all 0.5s;
  font-size: 18px;
  color: #666666;
  position: relative;
  z-index: 9;
}
.history_list li .time::after {
  position: absolute;
  top: 85%;
  left: 56%;
  content: '';
  display: block;
  width: 35%;
  height: 6px;
  background: url(../images/icon_round2.png) left;
  background-size: auto 6px;
}
.history_list li .time::before {
  content: '';
  display: block;
}
.history_list li .time i {
  display: block;
  margin: 0 auto 14px;
  width: 21px;
  height: 21px;
  background: #e0e0e0;
  border-radius: 100%;
  position: relative;
}
.history_list li .time i:before {
  content: '';
  position: absolute;
  width: 9px;
  height: 9px;
  left: 50%;
  top: 50%;
  margin: -4.5px 0 0 -4.5px;
  background: #666;
  border-radius: 100%;
}
.history_list #set0 .time {
  margin-left: -100%;
}
.history_list #set0 .time::after {
  left: 54%;
}
.history_list #set1 .time {
  margin-right: -56%;
}
.history_list #set1 .time::after {
  left: 55%;
}
.history_list .slick-arrow {
  width: 63px;
  height: 63px;
  background-color: #dddddd;
  margin-top: -58px;
  font-family: swiper-icons !important;
}
.history_list .slick-prev {
  left: -1%;
  font-size: 24px;
  color: #fff;
  font-family: '宋体';
}
.history_list .slick-prev:hover {
  background-color: #b50e16;
}
.history_list .slick-next {
  right: -1%;
  font-size: 24px;
  color: #fff;
  font-family: '宋体';
}
.history_list .slick-next:hover {
  background-color: #b50e16;
}
/* 发展历程 */
.development_history {
  width: 94%;
  max-width: 1580px;
  margin: 0 auto;
  margin-bottom: 149px;
}
.development_history_swiper {
  margin-top: 57px;
}
.development_history_swiper2 .swiper-slide {
  position: relative;
}
.development_history_swiper2 .swiper-slide::after {
  content: '';
  display: block;
  clear: both;
}
.development_history_swiper2 .swiper-button-next {
  width: 65px;
  height: 65px;
  right: 0;
  border-radius: 0;
}
.development_history_swiper2 .swiper-button-next::after {
  font-size: 24px;
}
.development_history_swiper2 .swiper-button-next:hover {
  background: #b00f14;
  opacity: 1;
}
.development_history_swiper2 .swiper-button-prev {
  width: 65px;
  height: 65px;
  left: 0;
  border-radius: 0;
}
.development_history_swiper2 .swiper-button-prev::after {
  font-size: 24px;
}
.development_history_swiper2 .swiper-button-prev:hover {
  background: #b00f14;
  opacity: 1;
}
.development_history_text {
  position: absolute;
  top: 50%;
  left: 7.7%;
  transform: translateY(-50%);
  width: 36.7%;
}
.development_history_text h1 {
  font-size: 28px;
  color: #666;
  font-weight: bold;
  margin-bottom: 10px;
}
.development_history_text p {
  font-size: 16px;
  color: #666;
  line-height: 30px;
}
.development_history_img {
  float: right;
  width: 35.9%;
  margin-right: 9.4%;
  overflow: hidden;
  border-radius: 20px;
}
.development_history_img img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  transition: all 0.4s ease;
}
.development_history_img:hover img {
  transform: scale(1.1);
}
.development_history_swiper1 {
  margin-top: 44px;
}
.development_history_swiper1 .swiper-slide {
  cursor: pointer;
}
.development_history_swiper1 .swiper-slide b {
  display: block;
  margin-bottom: 7px;
  opacity: 0;
}
.development_history_swiper1 .swiper-slide div {
  margin-bottom: 13px;
}
.development_history_swiper1 .swiper-slide div::after {
  content: '';
  display: block;
  clear: both;
}
.development_history_swiper1 .swiper-slide span {
  float: left;
  display: block;
  width: 21px;
  height: 21px;
  background-color: #dcdcdc;
  border-radius: 50%;
  position: relative;
}
.development_history_swiper1 .swiper-slide span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #656565;
}
.development_history_swiper1 .swiper-slide i {
  float: right;
  display: block;
  width: calc(100% - 31px);
  height: 6px;
  background: url(../images/icon_round2.png) left;
  background-size: auto 6px;
  margin-top: 8px;
  position: relative;
}
.development_history_swiper1 .swiper-slide i::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 0%;
  height: 6px;
  border-radius: 3px;
  background-color: #b00f14;
}
.development_history_swiper1 .swiper-slide p {
  font-size: 18px;
  color: #666;
  font-weight: bold;
}
.development_history_swiper1 .swiper-slide.swiper-slide-thumb-active b {
  opacity: 1;
}
.development_history_swiper1 .swiper-slide.swiper-slide-thumb-active span {
  background-color: #fed0d2;
}
.development_history_swiper1 .swiper-slide.swiper-slide-thumb-active span::after {
  background-color: #b11321;
}
.development_history_swiper1 .swiper-slide.swiper-slide-thumb-active i::after {
  width: 100%;
  transition: width 4s ease;
}
.development_history_swiper1 .swiper-slide.swiper-slide-thumb-active p {
  color: #af1320;
}
/* 公益事业 */
.public_charity {
  width: 94%;
  max-width: 1580px;
  margin: 0 auto;
}
.public_charity_main {
  margin-top: 37px;
  padding-bottom: 75px;
  margin-bottom: 60px;
  border-bottom: 2px solid #f0f0f0;
}
.public_charity_main::after {
  content: '';
  display: block;
  clear: both;
}
.public_charity_left {
  float: left;
  width: 46.4%;
}
.public_charity_left p {
  font-size: 16px;
  color: #666;
  line-height: 30px;
}
.public_charity_img {
  float: right;
  width: 47.7%;
  overflow: hidden;
}
.public_charity_img img {
  width: 100%;
  height: auto;
  transition: all 0.4s;
}
.public_charity_img:hover img {
  transform: scale(1.1);
}
.public_charity_swiper {
  overflow: hidden;
  margin-bottom: 125px;
}
.public_charity_swiper1 .swiper-slide {
  height: 467px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  perspective: 250px;
  transform-style: preserve-3d;
  overflow: hidden;
  cursor: pointer;
}
.public_charity_swiper1 .swiper-slide img {
  width: 100%;
  height: auto;
  transition: all 0.4s ease;
}
.public_charity_swiper1 .swiper-slide-active1 img {
  transform: scale(1.3) rotateY(8deg);
}
.public_charity_swiper1 .swiper-slide-active2 img {
  transform: scale(1.1) rotateY(7deg);
}
.public_charity_swiper1 .swiper-slide-active3 img {
  transform: scale(1.1) rotateY(-7deg);
}
.public_charity_swiper1 .swiper-slide-active4 img {
  transform: scale(1.3) rotateY(-8deg);
}
.public_charity_swiper2 {
  width: 90%;
  max-width: 1304px;
  margin: 0 auto;
}
.public_charity_swiper2 .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 146px;
  background-color: #fff;
  padding: 0 10%;
}
.public_charity_swiper2 .swiper-slide p {
  font-size: 16px;
  color: #666;
  line-height: 30px;
  text-align: left;
}
.public_charity_swiper2 .swiper-button-next {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #dfdfdf;
  transition: all 0.4s ease;
  opacity: 1;
}
.public_charity_swiper2 .swiper-button-next::after {
  font-size: 21px;
}
.public_charity_swiper2 .swiper-button-next:hover {
  background: #ae1118;
}
.public_charity_swiper2 .swiper-button-prev {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #dfdfdf;
  transition: all 0.4s ease;
  opacity: 1;
}
.public_charity_swiper2 .swiper-button-prev::after {
  font-size: 21px;
}
.public_charity_swiper2 .swiper-button-prev:hover {
  background: #ae1118;
}
/* 后盾关怀 */
.leadership_care {
  width: 94%;
  max-width: 1580px;
  margin: 0 auto;
}
.leadership_care_main {
  margin-top: 44px;
}
.leadership_care_main ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.leadership_care_main ul::after {
  content: '';
  display: block;
  width: 31.7%;
  height: 0px;
  visibility: hidden;
}
.leadership_care_main ul li {
  width: 31.7%;
  margin-bottom: 2.45%;
  background-color: #f7f7f7;
}
.leadership_care_main ul li:hover .leadership_care_img img {
  transform: scale(1.1);
}
.leadership_care_img {
  overflow: hidden;
}
.leadership_care_img img {
  width: 100%;
  height: auto;
  transition: all 0.4s;
}
.leadership_care_text {
  min-height: 132px;
  padding: 21px 5%;
}
.leadership_care_text p {
  font-size: 16px;
  color: #666;
  line-height: 30px;
}
/* 新闻资讯 */
.news {
  width: 94%;
  max-width: 1580px;
  margin: 0 auto;
  overflow: hidden;
}
.news_main {
  margin-top: 66px;
  margin-bottom: 60px;
}
.news_main ul {
  border-top: 1px solid #f0f0f0;
}
.news_main ul li {
  padding: 49px 0;
  border-bottom: 1px solid #f0f0f0;
  position: relative;
}
.news_main ul li::after {
  content: '';
  display: block;
  clear: both;
}
.news_main ul li:hover .news_img img.news_img_i {
  transform: scale(1.1);
}
.news_main ul li:hover .news_text h1 {
  color: #b30b18;
}
.news_main ul li:hover .news_text span {
  opacity: 1;
}
.news_main ul li:hover .news_time h1 {
  color: #b30b18;
}
.news_main ul li:hover .news_time span {
  color: #b30b18;
}
.news_main ul li:hover .news_time p {
  color: #b30b18;
}
.news_img {
  float: left;
  width: 31.4%;
  overflow: hidden;
  position: relative;
}
.news_img img.news_img_bg{
  opacity: 0;
  visibility: hidden;
}

.news_img img.news_img_i {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.news_img img {
  width: 100%;
  height: auto;
  transition: all 0.4s ease;
}
.news_text {
  position: absolute;
  right: 0;
  top: 49px;
  width: 56.3%;
  height: calc(100% - 98px);
  padding-top: 37px;
}
.news_text h1 {
  font-size: 24px;
  color: #333;
  font-weight: normal;
  margin-bottom: 32px;
  transition: all 0.4s ease;
}
.news_text p {
  font-size: 16px;
  color: #999;
  line-height: 32px;
  height: 128px;
  overflow: hidden;
}
.news_text span {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 111px;
  height: 33px;
  color: #999;
  font-size: 15px;
  text-align: center;
  line-height: 31px;
  border: 1px solid #999;
  background-color: transparent;
  border-radius: 30px;
  opacity: 0;
  transition: all 0.4s ease;
}
.news_text span img {
  margin-left: 10px;
  filter: grayscale(1) brightness(0.5);
  transition: all 0.4s ease;
}
.news_text span:hover {
  color: #fff;
  border: 1px solid #b30e15;
  background-color: #b30e15;
}
.news_text span:hover img {
  filter: none;
}
.news_time {
  float: left;
  width: 8.9%;
  margin-left: 3.2%;
  margin-top: 37px;
}
.news_time h1 {
  font-size: 20px;
  color: #999;
  font-weight: bold;
  margin-bottom: 7px;
  transition: all 0.4s ease;
}
.news_time span {
  font-size: 20px;
  color: #999;
  font-weight: bold;
  transition: all 0.4s ease;
}
.news_time p {
  font-size: 36px;
  color: #999;
  font-weight: bold;
  margin-top: 7px;
  transition: all 0.4s ease;
}
/* 新闻内页 */
.news_de {
  width: 94%;
  max-width: 1580px;
  margin: 0 auto;
  margin-bottom: 91px;
  background-color: #fff;
  box-sizing: border-box;
}
.news_de .de_title {
  text-align: center;
}
.news_de .de_title h1 {
  color: #333333;
  font-size: 32px;
  font-weight: 500;
}
.news_de .fx {
  text-align: center;
  margin: 33px 0 28px 0;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 43px;
  position: relative;
}
.news_de .fx span {
  font-size: 18px;
  color: #666;
  vertical-align: middle;
}
.news_de .fx img {
  width: auto;
  height: auto;
  margin: 0 10px;
}
.news_de .fx span.news_de_time {
  margin-right: 25px;
  font-size: 18px;
  color: #666;
}
.news_de .news_de_item {
  margin-bottom: 44px;
  padding: 0 7.2%;
}
.news_de .news_de_item p {
  font-size: 16px;
  color: #666;
  line-height: 32px;
}
.news_de .news_de_item img {
  display: block;
  margin: 15px auto;
  max-width: 100%;
  height: auto;
}
.news_de .news_de_btns {
  width: 100%;
  height: auto;
  position: relative;
  border-top: 1px solid #dddddd;
  padding: 17px 7.2%;
  margin-top: 76px;
}
.news_de .news_de_btns a {
  display: inline-block;
  font-size: 18px;
  color: #666666;
}
.news_de .news_de_btns a.prev,
.news_de_de .btns a.next {
  line-height: 79px;
}
.news_de .news_de_btns a.prev:hover {
  color: #b30e15;
}
.news_de .news_de_btns a.next:hover {
  color: #b30e15;
}
.news_de .news_de_btns a.return {
  float: right;
  margin-top: -10px;
  width: 139px;
  height: 42px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  border: 1px solid #b30e15;
  border-radius: 30px;
  background-color: #b30e15;
  font-size: 18px;
}
.news_de .news_de_btns a.return:hover {
  border-color: #666;
  background-color: #fff;
  color: #666;
}
.news_de .b4_2 img {
  margin: auto;
}
.b4_2 {
  display: none;
  width: 160px;
  position: absolute;
  top: 30px;
  z-index: 15;
  height: 180px;
  left: 53%;
  background: #FFFFFF;
  box-shadow: 0 0 5px #ccc;
  margin: 0 auto;
  text-align: center;
}
/* 地产开发 */
.real_estate_development_bg {
  width: 100%;
  min-height: 936px;
  margin-top: -85px;
  padding-top: 85px;
  padding-bottom: 98px;
  background: url(../images/dc_bg.jpg) no-repeat center / cover;
  overflow: hidden;
}
.real_estate_development {
  width: 94%;
  max-width: 1580px;
  margin: 0 auto;
}
.real_estate_development_main::after {
  content: '';
  display: block;
  clear: both;
}
.real_estate_development_list {
  float: left;
  width: 14.4%;
  margin-top: 174px;
}
.real_estate_development_list ul li {
  margin-bottom: 38px;
  font-size: 20px;
  color: #333;
  line-height: 26px;
  font-weight: normal;
  transition: all 0.4s ease;
  cursor: pointer;
}
.real_estate_development_list ul li::before {
  content: '';
  display: block;
  width: 0px;
  height: 4px;
  background-color: #b40e1a;
  float: left;
  margin-top: 12px;
  margin-right: 0px;
  transition: all 0.4s ease-out;
}
.real_estate_development_list ul li.real_estate_development_list_active {
  font-size: 23px;
  color: #b40e1a;
  font-weight: bold;
}
.real_estate_development_list ul li.real_estate_development_list_active::before {
  width: 27px;
  margin-right: 7px;
}
.real_estate_development_list ul li:hover {
  font-size: 23px;
  color: #b40e1a;
  font-weight: bold;
}
.real_estate_development_list ul li:hover::before {
  width: 27px;
  margin-right: 7px;
}
.real_estate_development_right {
  display: none;
  float: right;
  width: 82.6%;
  margin-top: 36px;
}
.real_estate_development_text {
  width: 88.7%;
  margin-bottom: 49px;
}
.real_estate_development_text p {
  font-size: 16px;
  color: #333;
  line-height: 30px;
}
.real_estate_development_swiper_bg {
  width: 137%;
  overflow: hidden;
}
.real_estate_development_swiper {
  width: 31.3%;
  position: relative;
  overflow: visible;
  padding-bottom: 134px;
}
.real_estate_development_swiper::after {
  position: absolute;
  left: 0;
  bottom: 76px;
  content: '';
  display: block;
  width: 500%;
  height: 1px;
  background-color: #e0e0e0;
}
.real_estate_development_swiper .swiper-slide {
  position: relative;
}
.real_estate_development_swiper .swiper-slide:hover .real_estate_development_swiper_text {
  opacity: 1;
}
.real_estate_development_swiper .swiper-button-next {
  top: auto;
  left: 201%;
  right: auto;
  bottom: 0px;
  width: 32px;
  height: 32px;
  border: 1px solid #727274;
  border-radius: 50%;
  background: none;
  z-index: 99;
  opacity: 1;
}
.real_estate_development_swiper .swiper-button-next::after {
  font-size: 16px;
  color: #727274;
}
.real_estate_development_swiper .swiper-button-next:hover {
  background: #727274;
  opacity: 1;
}
.real_estate_development_swiper .swiper-button-next:hover::after {
  color: #fff;
}
.real_estate_development_swiper .swiper-button-prev {
  top: auto;
  left: 188.8%;
  bottom: 0px;
  width: 32px;
  height: 32px;
  border: 1px solid #727274;
  border-radius: 50%;
  background: none;
  z-index: 99;
  opacity: 1;
}
.real_estate_development_swiper .swiper-button-prev::after {
  font-size: 16px;
  color: #727274;
}
.real_estate_development_swiper .swiper-button-prev:hover {
  background: #727274;
  opacity: 1;
}
.real_estate_development_swiper .swiper-button-prev:hover::after {
  color: #fff;
}
.real_estate_development_swiper .swiper-pagination {
  text-align: left;
}
.real_estate_development_swiper .swiper-pagination::after {
  content: '';
  display: block;
  clear: both;
}
.real_estate_development_swiper .swiper-pagination .swiper-pagination-current {
  float: left;
  font-size: 16px;
  color: #2c3144;
}
.real_estate_development_swiper .swiper-pagination .swiper-separate {
  float: left;
  width: 69px;
  height: 3px;
  background-color: #b30d17;
  margin: 0 8px;
  margin-top: 10px;
}
.real_estate_development_swiper .swiper-pagination .swiper-pagination-total {
  float: left;
  font-size: 16px;
  color: #2c3144;
}
.real_estate_development_swiper .swiper-slide-active .real_estate_development_swiper_img::after {
  opacity: 1;
}
.real_estate_development_right_active {
  display: block;
}
.real_estate_development_swiper_img {
  position: relative;
}
.real_estate_development_swiper_img img {
  width: 100%;
  height: auto;
}
.real_estate_development_swiper_img::after {
  position: absolute;
  bottom: -74px;
  left: 26.8%;
  width: 33px;
  height: 33px;
  background: url(../images/icon_round3.png) no-repeat;
  background-size: 33px;
  content: '';
  display: block;
  opacity: 0;
}
.real_estate_development_swiper_text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/red_img_bg.png) repeat-x;
  background-size: auto 100%;
  transition: all 0.4s ease;
  opacity: 0;
}
.real_estate_development_swiper_text p {
  position: absolute;
  bottom: 24px;
  left: 0;
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  padding: 0 3.7%;
}
/* 文化旅游 */
.develop_tourism {
  width: 94%;
  max-width: 1580px;
  margin: 0 auto;
}
.develop_tourism_swiper {
  padding-top: 79px;
  overflow: hidden;
}
.develop_tourism_swiper1 {
  overflow: visible !important;
}
.develop_tourism_swiper1 .swiper-slide {
  background-color: #ffffff;
}
.develop_tourism_swiper_text {
  float: left;
  width: 45.7%;
  padding-left: 3%;
  padding-top: 53px;
  padding-bottom: 30px;
  margin-bottom: 94px;
}
.develop_tourism_swiper_text h1 {
  font-size: 28px;
  color: #333;
  font-weight: bold;
  margin-bottom: 27px;
}
.develop_tourism_swiper_text p {
  font-size: 16px;
  color: #666;
  line-height: 30px;
}
.develop_tourism_swiper_img {
  float: right;
  width: 48.5%;
  margin-top: -80px;
  margin-right: 2.1%;
  margin-bottom: 94px;
  overflow: hidden;
}
.develop_tourism_swiper_img img {
  width: 100%;
  height: auto;
  transition: all 0.4s ease;
}
.develop_tourism_swiper_img:hover img {
  transform: scale(1.1);
}
.develop_tourism_swiper2_bg {
  height: 99px;
  background-color: #cf0101;
  padding: 0 12.4% !important;
}
.develop_tourism_swiper2 {
  height: 128px;
  padding-top: 27px !important;
  transform: translateY(-27px);
}
.develop_tourism_swiper2 .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.develop_tourism_swiper2 .swiper-slide p {
  height: auto;
  font-size: 18px;
  color: #fff;
}
.develop_tourism_swiper2 .swiper-slide-thumb-active {
  font-weight: bold;
  background-color: #940000;
}
.develop_tourism_swiper2 .swiper-slide-thumb-active::after {
  position: absolute;
  top: -15px;
  left: calc(50% - 14px);
  content: '';
  display: block;
  width: 28px;
  height: 15px;
  background: url(../images/icon_delta.png) no-repeat;
  background-size: 28px 15px;
}
/* 人力资源 */
.human_resources_bg {
  margin-bottom: 92px;
  overflow: hidden;
}
.human_resources_bg .ny_title {
  width: 94%;
  max-width: 1580px;
  margin: 0 auto;
}
.human_resources {
  width: 53.5%;
  margin: 0 auto;
  margin-top: 63px;
}
.human_resources_swiper {
  position: relative;
}
.human_resources_swiper .swiper-slide {
  transition: all 0.4s;
  overflow: hidden;
}
.human_resources_swiper .swiper-slide img {
  transition: all 0.4s;
}
.human_resources_swiper .swiper-slide-active {
  transform: scale(1) !important;
}
.human_resources_swiper .swiper-slide-active .human_resources_img img {
  transform: scale(1) rotate3d(1, 1, 1, 0deg) translateX(0%) !important;
}
.human_resources_swiper .swiper-slide-active1 .human_resources_img img {
  transform: scale(0.9) rotate3d(1, 1, 1, -2deg) translateX(9%) !important;
}
.human_resources_swiper .swiper-slide-active1 .human_resources_text {
  opacity: 0;
}
.human_resources_swiper .swiper-slide-active2 .human_resources_img img {
  transform: scale(0.9) rotate3d(1, 1, 1, 2deg) translateX(-9%) !important;
}
.human_resources_swiper .swiper-slide-active2 .human_resources_text {
  opacity: 0;
}
.human_resources_swiper .swiper-button-next {
  right: -12%;
  top: 39%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  opacity: 1;
  box-shadow: 0 0 5px #eee;
  transition: all 0.4s ease;
}
.human_resources_swiper .swiper-button-next::after {
  color: #ddd;
  font-size: 20px;
}
.human_resources_swiper .swiper-button-next:hover {
  background-color: #ae1118;
  box-shadow: 0 0 5px #ae1118;
}
.human_resources_swiper .swiper-button-prev {
  left: -12%;
  top: 39%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  opacity: 1;
  box-shadow: 0 0 5px #eee;
  transition: all 0.4s ease;
}
.human_resources_swiper .swiper-button-prev::after {
  color: #ddd;
  font-size: 20px;
}
.human_resources_swiper .swiper-button-prev:hover {
  background-color: #ae1118;
  box-shadow: 0 0 5px #ae1118;
}
.human_resources_img img {
  width: 100%;
  height: auto;
}
.human_resources_text {
  opacity: 1;
  transition: all 0.4s ease;
  text-align: center;
  margin-top: 23px;
}
.human_resources_text h1 {
  font-size: 20px;
  color: #333;
  font-weight: bold;
  margin-bottom: 22px;
}
.human_resources_text i {
  display: block;
  width: 34px;
  height: 1px;
  background-color: #333;
  margin: 0 auto;
  margin-bottom: 16px;
}
.human_resources_text p {
  font-size: 16px;
  color: #666;
  line-height: 28px;
}
/* 口号 */
.slogan_bg {
  position: relative;
}
.slogan_bg img {
  width: 100%;
  height: auto;
  min-height: 275px;
  object-fit: cover;
}
.slogan {
  width: 94%;
  max-width: 1580px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.slogan h1 {
  font-size: 32px;
  color: #333333;
  font-weight: normal;
  line-height: 53px;
}
/* 招聘岗位 */
.join {
  width: 94%;
  max-width: 1580px;
  margin: 0 auto;
  margin-top: 111px;
  margin-bottom: 153px;
}
.join_title h1 {
  font-size: 32px;
  color: #333;
  font-weight: bold;
  margin-bottom: 10px;
}
.join_title p {
  font-size: 24px;
  color: #333;
}
.join_main {
  margin-top: 47px;
}
.join_main ul li {
  padding-top: 23px;
  padding-bottom: 17px;
  border-bottom: 1px solid #efefef;
  cursor: pointer;
}
.join_main ul li::after {
  content: '';
  display: block;
  clear: both;
}
.join_main ul li:hover {
  background-color: #f7f7f7;
}
.join_main_title {
  border-bottom: 1px solid #efefef;
}
.join_main_title::after {
  content: '';
  display: block;
  clear: both;
}
.join_main_title span {
  font-size: 18px;
  color: #000;
  line-height: 49px;
}
.join_main_title span:nth-child(1) {
  float: left;
  width: 36%;
}
.join_main_title span:nth-child(2) {
  float: left;
  width: 64%;
}
.join_main_top {
  margin-bottom: 30px;
}
.join_main_top::after {
  content: '';
  display: block;
  clear: both;
}
.join_main_top .join_main_name {
  float: left;
  width: 36%;
  font-size: 24px;
  color: #666;
  padding: 0 24px;
}
.join_main_top .join_main_text1 {
  float: left;
  width: 64%;
}
.join_main_top .join_main_text1 p {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
}
.join_main_bottom {
  display: none;
  position: relative;
}
.join_main_bottom::after {
  content: '';
  display: block;
  clear: both;
}
.join_main_bottom .join_main_text2 {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 36%;
  padding: 0 24px;
}
.join_main_bottom .join_main_text2 p {
  font-size: 16px;
  color: #666666;
  line-height: 40px;
}
.join_main_bottom .join_main_text3 {
  float: right;
  width: 64%;
}
.join_main_bottom .join_main_text3 strong {
  font-size: 16px;
  color: #333;
  line-height: 30px;
}
.join_main_bottom .join_main_text3 p {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
}
.join_main_icon {
  float: left;
  width: 20px;
  text-align: center;
  font-size: 32px;
  color: #333;
  margin-left: 36%;
}
/* 文化理念 */
.culture_idea_bg {
  overflow: hidden;
  margin-bottom: 130px;
}
.culture_idea_bg .ny_title {
  width: 94%;
  max-width: 1580px;
  margin: 0 auto;
  height: 171px;
  background: url(../images/idea_title_bg.png) no-repeat right bottom;
  background-size: 41.2% auto;
}
.culture_idea {
  width: 94%;
  max-width: 1580px;
  margin: 0 auto;
  margin-top: -1px;
}
.culture_idea::after {
  content: '';
  display: block;
  clear: both;
}
.culture_idea_swiper {
  float: left;
  width: 110.7%;
  overflow: hidden;
  position: relative;
  padding-bottom: 116px;
}
.culture_idea_swiper .swiper-slide {
  padding-top: 25px;
  padding-bottom: 30px;
  background-color: #eee;
}
.culture_idea_swiper .swiper-button-prev {
  top: auto;
  left: 82.7%;
  bottom: 0px;
  width: 45px;
  height: 45px;
  border: 1px solid #727274;
  border-radius: 50%;
  background: none;
  z-index: 99;
  opacity: 1;
}
.culture_idea_swiper .swiper-button-prev::after {
  font-size: 16px;
  color: #727274;
}
.culture_idea_swiper .swiper-button-prev:hover {
  background: #727274;
  opacity: 1;
}
.culture_idea_swiper .swiper-button-prev:hover::after {
  color: #fff;
}
.culture_idea_swiper .swiper-button-next {
  top: auto;
  right: auto;
  left: 88%;
  bottom: 0px;
  width: 45px;
  height: 45px;
  border: 1px solid #727274;
  border-radius: 50%;
  background: none;
  z-index: 99;
  opacity: 1;
}
.culture_idea_swiper .swiper-button-next::after {
  font-size: 16px;
  color: #727274;
}
.culture_idea_swiper .swiper-button-next:hover {
  background: #727274;
  opacity: 1;
}
.culture_idea_swiper .swiper-button-next:hover::after {
  color: #fff;
}
.culture_idea_img {
  position: relative;
}
.culture_idea_img span {
  position: absolute;
  left: 4.4%;
  bottom: 0;
  width: 9.5%;
  height: 2px;
  background-color: #b40f16;
}
.culture_idea_img img {
  width: 71.8%;
  margin-left: 22.3%;
}
.culture_idea_text {
  padding-left: 22.3%;
  padding-right: 5.8%;
  margin-top: 23px;
}
.culture_idea_text h1 {
  font-size: 32px;
  color: #d2d2d2;
  text-transform: uppercase;
}
.culture_idea_text h2 {
  font-size: 20px;
  color: #333;
  margin-bottom: 29px;
}
.culture_idea_text p {
  font-size: 16px;
  color: #666;
  line-height: 30px;
  height: 90px;
}
/* 联系我们 */
.contactus {
  width: 94%;
  max-width: 1580px;
  margin: 0 auto;
  margin-bottom: 130px;
}
.contactus::after {
  content: '';
  display: block;
  clear: both;
}
.contactus_left {
  float: left;
  width: 34.1%;
}
.contactus_text {
  margin-top: 39px;
}
.contactus_text h1 {
  font-size: 32px;
  color: #333;
  font-weight: bold;
  margin-bottom: 33px;
}
.contactus_text p {
  font-size: 16px;
  color: #999;
  line-height: 28px;
  margin-bottom: 13px;
}
.contactus_text p::after {
  content: '';
  display: block;
  clear: both;
}
.contactus_text p img {
  float: left;
  margin-top: 3px;
  margin-right: 6px;
}
.contactus_text p span {
  float: left;
}
.contactus_right {
  float: right;
  width: 50%;
}
/* 法律声明/隐私政策 */
.message {
  width: 94%;
  max-width: 1580px;
  margin: 0 auto;
  margin-bottom: 90px;
}
.message_main {
  margin-top: 40px;
}
.message_main strong {
  font-size: 16px;
  color: #666;
  line-height: 30px;
}
.message_main p {
  font-size: 16px;
  color: #666;
  line-height: 30px;
}
/* 投资合作 */
.investment_cooperation_bg {
  width: 100%;
  overflow: hidden;
  margin-top: -85px;
  padding-top: 85px;
}
.investment_cooperation {
  width: 94%;
  max-width: 1580px;
  margin: 0 auto;
}
.investment_cooperation_swiper {
  position: relative;
}
.investment_cooperation_swiper1 {
  overflow: visible !important;
}
.investment_cooperation_swiper1 .swiper-slide {
  position: relative;
  z-index: 9;
  background-color: #fff;
  opacity: 1 !important;
}
.investment_cooperation_swiper1 .swiper-slide::after {
  content: '';
  display: block;
  clear: both;
}
.investment_cooperation_swiper1 .swiper-slide-active {
  z-index: 99;
}
.investment_cooperation_swiper_text {
  position: absolute;
  top: 42%;
  left: 0;
  transform: translateY(-50%);
  width: 37.15%;
}
.investment_cooperation_swiper_text h1,
.investment_cooperation_swiper_text h2 {
  font-size: 24px;
  color: #333;
  font-weight: bold;
  line-height: 40px;
}
.investment_cooperation_swiper_text p {
  font-size: 16px;
  color: #666;
  line-height: 30px;
  margin-top: 18px;
}
.investment_cooperation_swiper_img {
  position: relative;
  width: 1540px;
  height: 1540px;
  padding: 36px;
  right: -49.4%;
  margin-top: -420px;
  margin-bottom: -260px;
  border-radius: 50%;
  overflow: hidden;
}
.investment_cooperation_swiper_img img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.investment_cooperation_swiper2_bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1542px;
  height: 1542px;
  transform: translate(-50%, -50%);
  z-index: 9;
}
.investment_cooperation_swiper2_bg::after {
  position: absolute;
  top: -82px;
  left: 49.4%;
  content: '';
  display: block;
  width: 1540px;
  height: 1540px;
  border-radius: 50%;
  border: 1px solid #666;
}
.investment_cooperation_swiper2 {
  overflow: hidden !important;
  position: absolute !important;
  top: 47%;
  right: 645px;
  width: 300px;
  height: 850px;
  transform: translateY(-50%);
  position: relative;
  background-color: transparent;
}
.investment_cooperation_swiper2 .swiper-wrapper {
  justify-content: space-between;
}
.investment_cooperation_swiper2 .swiper-slide {
  text-align: right;
  line-height: calc(78% / 7);
  height: auto;
  transition: all 0.3s ease;
  padding-top: 15px;
  background: transparent;
}
.investment_cooperation_swiper2 .swiper-slide p {
  font-size: 16px;
  color: #333;
}
.investment_cooperation_swiper2 .swiper-slide i {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #333;
  display: inline-block;
  margin-left: 4px;
  position: relative;
}
.investment_cooperation_swiper2 .swiper-slide i::after {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  display: block;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  border: 1px solid #b10b15;
  transform: translate(-50%, -50%);
}
.investment_cooperation_swiper2 .swiper-slide.swiper-slide-active0 {
  padding-right: 0px;
}
.investment_cooperation_swiper2 .swiper-slide.swiper-slide-active1 {
  padding-right: 37px;
}
.investment_cooperation_swiper2 .swiper-slide.swiper-slide-active2 {
  padding-right: 92px;
}
.investment_cooperation_swiper2 .swiper-slide.swiper-slide-active3 {
  padding-right: 121px;
}
.investment_cooperation_swiper2 .swiper-slide.swiper-slide-active {
  padding-right: 130px !important;
  position: relative;
}
.investment_cooperation_swiper2 .swiper-slide.swiper-slide-active p {
  font-weight: bold;
  color: #b10b15;
  font-size: 19px;
}
.investment_cooperation_swiper2 .swiper-slide.swiper-slide-active i {
  background-color: #b10b15;
}
.investment_cooperation_swiper2 .swiper-slide.swiper-slide-active i::after {
  opacity: 1;
}
.investment_cooperation_swiper2 .swiper-slide.swiper-slide-active4 {
  padding-right: 116px;
}
.investment_cooperation_swiper2 .swiper-slide.swiper-slide-active5 {
  padding-right: 82px;
}
.investment_cooperation_swiper2 .swiper-slide.swiper-slide-active6 {
  padding-right: 21px;
}
.investment_cooperation_swiper2 .swiper-slide.swiper-slide-active7 {
  transform: translateX(83px);
}
.investment_cooperation_swiper2 .swiper-button-next {
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45%;
  transform: translateX(0%);
  opacity: 0;
}
.investment_cooperation_swiper2 .swiper-button-prev {
  top: 0;
  left: 0;
  width: 100%;
  height: 45%;
  margin-top: 0px !important;
  transform: translateX(0%);
  opacity: 0;
}
.investment_cooperation_swiper2 .swiper-button-disabled {
  opacity: 0 !important;
  cursor: pointer !important;
}
/* 分页 */
.paging {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 130px;
}
.paging ul {
  display: inline-block;
}
.paging ul::after {
  content: '';
  display: block;
  clear: both;
}
.paging ul li {
  float: left;
  margin: 0 8.5px;
}
.paging ul li:last-child a {
  font-family: '宋体';
  background-color: #dfdfdf;
}
.paging ul li:first-child a {
  font-family: '宋体';
  background-color: #dfdfdf;
}
.paging ul li.paging_active a {
  color: #fff;
  background-color: #a81213;
}
.paging ul li:hover a {
  color: #fff;
  background-color: #a81213;
}
.paging ul li a {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 20px;
  color: #666;
  background-color: transparent;
  border-radius: 50%;
}
/* 内页标题 */
.ny_title h1 {
  font-size: 32px;
  color: #ae1118;
  font-weight: bold;
  margin-bottom: 1px;
}
.ny_title p {
  font-size: 18px;
  color: #262626;
  margin-bottom: 18px;
}
.ny_title i {
  display: block;
  width: 38px;
  height: 3px;
  background-color: #b40d17;
}
/* 面包屑导航 */
.breadcrumb_nav_bg {
  background-color: #f7f7f7;
  margin-bottom: 85px;
}
.breadcrumb_nav {
  width: 94%;
  max-width: 1580px;
  margin: 0 auto;
  height: 96px;
}
.breadcrumb_nav_left {
  float: left;
}
.breadcrumb_nav_left ul::after {
  content: '';
  display: block;
  clear: both;
}
.breadcrumb_nav_left ul li {
  float: left;
}
.breadcrumb_nav_left ul li.breadcrumb_nav_active a {
  color: #b41019;
  background-color: #fff;
}
.breadcrumb_nav_left ul li.breadcrumb_nav_active a::after {
  opacity: 1;
}
.breadcrumb_nav_left ul li:hover a {
  color: #b41019;
  background-color: #fff;
}
.breadcrumb_nav_left ul li:hover a::after {
  opacity: 1;
}
.breadcrumb_nav_left ul li a {
  display: block;
  font-size: 16px;
  color: #666;
  line-height: 96px;
  padding: 0 26px;
  transition: all 0.4s ease;
  position: relative;
}
.breadcrumb_nav_left ul li a::after {
  position: absolute;
  left: calc(50% - 6px);
  bottom: 15px;
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #b41019;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.6s ease;
  box-sizing: border-box;
}
.breadcrumb_nav_right {
  float: right;
}
.breadcrumb_nav_right::after {
  content: '';
  display: block;
  clear: both;
}
.breadcrumb_nav_right span {
  float: left;
  line-height: 91px;
}
.breadcrumb_nav_right ul {
  float: right;
}
.breadcrumb_nav_right ul::after {
  content: '';
  display: block;
  clear: both;
}
.breadcrumb_nav_right ul li {
  float: left;
  line-height: 96px;
  margin-left: 4px;
}
.breadcrumb_nav_right ul li a {
  font-size: 14px;
  color: #666;
  line-height: 26px;
  margin-right: 4px;
}
.breadcrumb_nav_right ul li a:hover {
  color: #b41019;
}
/* 分页 */
/* 底部 */
.bottom_bg {
  height: auto;
  background: #1b1b1b url(../images/bb.jpg) repeat-x center bottom;
  padding-top: 17px;
  box-sizing: border-box;
}
.bottom_bg:hover .bottom {
  height: 220px;
}
.bottom_bg:hover .bottom_terrace {
  opacity: 1;
  visibility: visible;
}
.bottom_bg:hover .bottom_center {
  opacity: 1;
  visibility: visible;
}
.bottom {
  width: 94%;
  max-width: 1580px;
  margin: 0 auto;
  height: 97px;
  padding-bottom: 10px;
  overflow: hidden;
  transition: all 0.6s ease;
}
.bottom_left {
  float: left;
  width: 172px; position:relative;
}
.bottom_terrace {
  opacity: 0;
  visibility: hidden;
  margin-top: 32px;
  transition: all 0.4s ease;
}
.bottom_terrace::after {
  content: '';
  display: block;
  clear: both;
}
.bottom_terrace a {
  float: left;
  margin-right: 35px;
}
.bottom_terrace a:hover {
  opacity: 0.5;
}
.bottom_center {
  opacity: 0;
  visibility: hidden;
  float: left;
  width: calc(100% - 172px - 358px);
  padding: 0 7%;
  margin-top: 13px;
  transition: all 0.4s ease;
}
.bottom_center ul {
  display: flex;
  justify-content: space-between;
}
.bottom_center ul li h1 {
  margin-bottom: 10px;
}
.bottom_center ul li h1 a {
  display: block;
  font-size: 18px;
  color: #fff;
  font-weight: normal;
}
.bottom_center ul li h1 a:hover {
  opacity: 0.5;
}
.bottom_center ul li a {
  display: block;
  font-size: 16px;
  color: #999;
  line-height: 28px;
}
.bottom_center ul li a:hover {
  opacity: 0.5;
}
.bottom_right {
  float: right;
  width: 358px;
  margin-top: 10px;
  overflow: hidden;
}
.bottom_right ul li {
  font-size: 16px;
  color: #999;
  line-height: 28px;
  margin-bottom: 12px;
}
.bottom_right ul li img {
  margin-right: 10px;
}
.bottom2 {
  width: 94%;
  max-width: 1580px;
  margin: 0 auto;
  font-size: 15px;
  color: #fff;
  opacity: 0.5;
  clear: both;
  text-align: center;
  margin-top: 38px;
  padding-bottom: 9px;
}
.bottom2::after {
  content: '';
  display: block;
  clear: both;
}
.bottom2 a {
  font-size: 15px;
  color: #fff;
}
.bottom2 a:hover {
  opacity: 0.7;
}
.bottom2 .bottom2_left {
  float: left;
}
.bottom2 .bottom2_right {
  float: right;
}
/* 搜索 */
.search_bg {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 170px auto 70px;
}
.search1 {
  width: 810px;
  height: 52px;
  line-height: 52px;
  border-radius: 30px;
  border: 1px #999999 solid;
  overflow: hidden;
  color: #333;
  font-size: 18px;
  margin: 0px auto;
}
.search1 .input {
  width: 720px;
  float: left;
  margin-left: 28px;
  height: 50px;
  overflow: hidden;
  color: #333;
  font-size: 18px;
  border: 0px;
  outline: none;
}
.search1 .img {
  width: 38px;
  height: auto;
  float: right;
  margin-right: 15px;
  margin-top: 6px;
}
.search2 {
  width: 100%;
  height: 44px;
  overflow: hidden;
  margin: 90px auto 0px;
  border-bottom: 1px #dddddd solid;
  text-align: center;
}
.search2 ul {
  display: inline-block;
  padding-left: 2%;
  padding-right: 2%;
  overflow: hidden;
  margin: 0px auto;
}
.search2 ul a {
  color: #666666;
  font-size: 16px;
  width: 179px;
  display: block;
  float: left;
  text-align: center;
  height: 40px;
}
.search2 ul a:hover {
  border-bottom: 4px #b41019 solid;
  color: #b41019;
}
.search2 ul a.hover {
  border-bottom: 4px #b41019 solid;
  color: #b41019;
}
.search3 {
  width: 96%;
  padding-left: 2%;
  padding-right: 2%;
  max-width: 1100px;
  overflow: hidden;
  margin: 36px auto 0px;
}
.search3 h2 {
  font-weight: normal;
  font-size: 16px;
  color: #666666;
  height: 80px;
  overflow: hidden;
  border-bottom: 1px #dddddd solid;
}
.search3 li {
  height: 140px;
  overflow: hidden;
  border-bottom: 1px #dddddd solid;
  margin-top: 57px;
  font-size: 19px;
}
.search3 li a {
  color: #333;
}
.search3 li a:hover {
  color: #b41019;
}
.search3 li p {
  font-size: 15px;
  color: #999999;
  line-height: 32px;
  margin-top: 15px;
}
@media screen and (max-width: 1680px) {
  /* top */
  .top_bg {
    height: 74px;
  }
  .top .top_logo img {
    height: 58px;
  }
  .top .top_nav ul {
    margin-top: 34px;
  }
  .top .top_nav ul li > a {
    font-size: 17.5px;
    height: 37px;
  }
  .top .top_search {
    font-size: 15px;
    margin-top: 35px;
  }
  .top .top_search a {
    font-size: 17.5px;
  }
  .top .top_search img {
    width: 21px;
  }
  /* 搜索下拉 */
  .search_down {
    top: 74px;
    height: 290px;
  }
  .search_down h1 {
    font-size: 21px;
  }
  .search_down p {
    font-size: 14px;
  }
  .search_down .search {
    max-width: 700px;
    margin-top: 85px;
  }
  .search_down .search input[type="text"] {
    font-size: 14px;
  }
  .search_down .search input[type="image"] {
    width: 21px;
    margin-top: 14px;
  }
  /* 下拉 */
  .menus_bg {
    top: 74px;
    height: 370px;
    padding-top: 41px;
  }
  .menus_text h1 {
    font-size: 21px;
  }
  .menus_text p {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 23px;
  }
  .menus_text a {
    font-size: 14px;
  }
  .menus_list dl dd a {
    height: 40px;
    line-height: 40px;
    padding: 0 13px;
  }
  .menus_list dl dd a span {
    font-size: 15.75px;
  }
  /* 标题 */
  .title h1 {
    font-size: 31.5px;
  }
  .title p {
    font-size: 17.5px;
  }
  .title i {
    width: 34px;
  }
  /* 关于我们 */
  .iAboutus_num ul li {
    font-size: 36.75px;
  }
  .iAboutus_num ul li span {
    font-size: 14px;
  }
  .iAboutus_num ul li i {
    font-size: 26px;
  }
  .iAboutus_num ul li p {
    font-size: 14px;
  }
  .iAboutus_text h1 {
    font-size: 21px;
  }
  .iAboutus_text p {
    font-size: 14px;
    line-height: 28px;
  }
  .iAboutus_more a {
    width: 88px;
    height: 32px;
    line-height: 32px;
    font-size: 14.88px;
  }
  .iAboutus_more a span {
    font-size: 18px;
  }
  /* 创始人介绍 */
  .founder_bg {
    padding: 80px 0;
  }
  .founder_text h1 {
    font-size: 31.5px;
  }
  .founder_text p {
    font-size: 15px;
    line-height: 27px;
  }
  /* 旗下产业 */
  .iIndustry_bg {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .iIndustry_bg .title span {
    font-size: 14px;
    line-height: 26px;
  }
  .iIndustry .iIndustry_text span {
    font-size: 18px;
  }
  .iIndustry .iIndustry_text span::after {
    top: 18px;
    left: 30px;
  }
  .iIndustry .iIndustry_bottom img {
    width: 46px;
  }
  .iIndustry .iIndustry_bottom h1 {
    font-size: 17.5px;
  }
  .iIndustry .iIndustry_bottom p {
    font-size: 14px;
    line-height: 28px;
  }
  .iIndustry .iIndustry_bottom i {
    width: 88px;
    height: 32px;
    line-height: 30px;
    font-size: 15px;
  }
  .iIndustry ul li.iIndustry_active .iIndustry_bottom i {
    margin-bottom: 50px;
  }
  .iIndustry .iIndustry_bottom i b {
    font-size: 18px;
  }
  /* 新闻 */
  .iNews_bg {
    padding-top: 66px;
  }
  .iNews .hd {
    margin-top: -73px;
  }
  .iNews .hd ul li {
    font-size: 15.75px;
    width: 102px;
    height: 33px;
  }
  .iNews .hd ul li a {
    height: 18px;
    line-height: 18px;
  }
  .iNews .bd {
    margin-top: 40px;
  }
  .iNews .hd > a {
    font-size: 15.75px;
    width: 102px;
    height: 33px;
    line-height: 33px;
  }
  .iNews .bd ul li .iNews_item .iNews_text {
    padding: 0 6%;
  }
  .iNews .bd ul li .iNews_item a {
    padding-bottom: 26px;
  }
  .iNews .bd ul li .iNews_item .iNews_text span {
    font-size: 14px;
    margin-top: 33px;
  }
  .iNews .bd ul li .iNews_item .iNews_text h1 {
    font-size: 17.5px;
    margin-top: 13px;
    height: 48px;
  }
  .iNews .bd ul li .iNews_item .iNews_text p {
    font-size: 14px;
    line-height: 28px;
    margin-top: 10px;
  }
  .iIndustry ul li.iIndustry_active .iIndustry_bottom p {
    height: 84px;
  }
  .iNews .bd ul li .iNews_item .iNews_text i {
    width: 104px;
    height: 33px;
    line-height: 31px;
    font-size: 14px;
    margin-top: 40px;
  }
  .iNews .bd ul li .iNews_item .iNews_text i b {
    font-size: 18px;
  }
  .iNews .bd ul li .iNews_item .iNews_op span {
    font-size: 14px;
  }
  .iNews .bd ul li .iNews_item .iNews_op h1 {
    font-size: 17.5px;
  }
  .iNews .bd ul li .iNews_item .iNews_op p {
    font-size: 14px;
    line-height: 28px;
  }
  .iNews .bd ul li .iNews_item .iNews_op i {
    left: 6%;
    bottom: 26px;
    width: 104px;
    height: 33px;
    line-height: 31px;
    font-size: 14px;
  }
  .iNews .bd ul li .iNews_item .iNews_op i b {
    font-size: 18px;
  }
  /* 集团简介 */
  .group_profile_right p {
    font-size: 14px;
    line-height: 26.25px;
  }
  .group_profile {
    margin-bottom: 18px;
  }
  .group_project {
    margin-bottom: 99px;
  }
  /* 董事长介绍 */
  .presidents_speech {
    margin-bottom: 99px;
  }
  .presidents_speech_text h1 {
    font-size: 31.5px;
    margin-bottom: 4px;
  }
  .presidents_speech_text h2 {
    font-size: 15.75px;
    line-height: 28px;
  }
  .presidents_speech_text p {
    font-size: 14px;
    line-height: 26.5px;
  }
  /* 美丽丰碑 */
  .monument_list {
    margin-bottom: 33px;
  }
  .monument_list ul li {
    margin-left: 57px;
  }
  .monument_list ul li a {
    font-size: 21px;
    border-bottom-width: 2px;
    padding-bottom: 44px;
  }
  .monument_bg {
    margin-bottom: 129px;
  }
  .monument_text p {
    font-size: 14px;
    line-height: 26.5px;
  }
  .monument_swiper_bg {
    margin-top: 69px;
    padding-bottom: 33px;
    background-size: auto 33px;
  }
  .monument_swiper_text {
    height: 217px;
    background-size: auto 205px;
    background-position: left bottom;
  }
  .monument_swiper_text h1 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .monument_swiper_text i {
    width: 46px;
    margin-bottom: 12px;
  }
  .monument_swiper_text p {
    font-size: 14px;
  }
  /* 董事长丰碑 */
  .history_list .info li {
    font-size: 14px;
    line-height: 26.5px;
  }
  /* 发展历程 */
  .development_history {
    margin-bottom: 130px;
  }
  .development_history_text h1 {
    font-size: 23px;
    margin-bottom: 9px;
  }
  .development_history_text p {
    font-size: 14px;
    line-height: 26.5px;
  }
  .development_history_swiper {
    margin-top: 48px;
  }
  .development_history_swiper2 .swiper-button-prev {
    width: 55px;
    height: 55px;
  }
  .development_history_swiper2 .swiper-button-next {
    width: 55px;
    height: 55px;
  }
  .development_history_swiper1 {
    margin-top: 37px;
  }
  .development_history_swiper1 .swiper-slide span {
    width: 19px;
    height: 19px;
  }
  .development_history_swiper1 .swiper-slide span::after {
    width: 8px;
    height: 8px;
  }
  .development_history_swiper1 .swiper-slide b img {
    height: 25px;
  }
  .development_history_swiper1 .swiper-slide p {
    font-size: 16px;
  }
  .development_history_swiper1 .swiper-slide div {
    margin-bottom: 11px;
  }
  .development_history_swiper1 .swiper-slide i {
    height: 5px;
    background-size: auto 5px;
    margin-top: 7px;
  }
  .development_history_swiper1 .swiper-slide i::after {
    height: 5px;
    border-radius: 2.5px;
  }
  /* 公益事业 */
  .public_charity_left p {
    font-size: 14px;
    line-height: 24.5px;
  }
  .public_charity_swiper {
    margin-bottom: 90px;
  }
  .public_charity_main {
    margin-bottom: 48px;
  }
  .public_charity_swiper1 .swiper-slide {
    height: 415px;
  }
  .public_charity_swiper2 .swiper-slide p {
    font-size: 14px;
    line-height: 26.5px;
  }
  .public_charity_swiper2 .swiper-button-next,
  .public_charity_swiper2 .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
  .public_charity_swiper2 .swiper-button-next::after,
  .public_charity_swiper2 .swiper-button-prev::after {
    font-size: 18px;
  }
  /* 后盾关怀 */
  .leadership_care_main {
    margin-top: 38px;
  }
  .leadership_care_text {
    min-height: 106px;
    padding: 18px 5%;
  }
  .leadership_care_text p {
    font-size: 14px;
    line-height: 26.5px;
  }
  /* 新闻资讯 */
  .news_main {
    margin-top: 58px;
  }
  .news_main ul li {
    padding: 43px 0;
  }
  .news_time h1 {
    font-size: 17px;
  }
  .news_time span {
    font-size: 18px;
  }
  .news_time p {
    font-size: 30px;
    margin-top: 5px;
  }
  .news_text h1 {
    font-size: 20px;
    margin-bottom: 29px;
  }
  .news_text p {
    font-size: 14px;
    line-height: 28px;
  }
  .news_text span {
    opacity: 1;
    width: 98px;
    height: 29px;
    line-height: 27px;
    font-size: 13.5px;
  }
  .news_text span img {
    height: 9px;
    margin-left: 6px;
  }
  /* 新闻内页 */
  .news_de {
    margin-bottom: 84px;
  }
  .news_de .de_title h1 {
    font-size: 27px;
  }
  .news_de .fx {
    margin: 29px 0 26px 0;
    padding-bottom: 36px;
  }
  .news_de .fx span.news_de_time {
    font-size: 16px;
  }
  .news_de .fx span {
    font-size: 16px;
  }
  .news_de .news_de_item p {
    font-size: 14px;
    line-height: 26.5px;
  }
  .news_de .news_de_btns {
    padding: 13px 7.2%;
  }
  .news_de .news_de_btns a {
    font-size: 16px;
  }
  .news_de .news_de_btns a.prev,
  .news_de_de .btns a.next {
    line-height: 69px;
  }
  .news_de .news_de_btns a.return {
    font-size: 16px;
    width: 123px;
    height: 38px;
    line-height: 36px;
  }
  /* 地产开发 */
  .real_estate_development_bg {
    padding-bottom: 83px;
  }
  .real_estate_development_list {
    margin-top: 147px;
  }
  .real_estate_development_right {
    margin-top: 18px;
  }
  .real_estate_development_text p {
    font-size: 14px;
    line-height: 26.5px;
  }
  .real_estate_development_list ul li {
    margin-bottom: 32px;
  }
  .real_estate_development_list ul li a.real_estate_development_list_active {
    font-size: 20px;
  }
  .real_estate_development_list ul li a {
    font-size: 17px;
  }
  .real_estate_development_swiper {
    padding-bottom: 123px;
  }
  .real_estate_development_swiper_text p {
    font-size: 14px;
    line-height: 22px;
  }
  .real_estate_development_swiper_img::after {
    width: 31px;
    height: 31px;
    background-size: 31px;
    bottom: -62px;
  }
  .real_estate_development_swiper .swiper-pagination .swiper-pagination-current {
    font-size: 14px;
  }
  .real_estate_development_swiper .swiper-pagination .swiper-pagination-total {
    font-size: 14px;
  }
  .real_estate_development_swiper .swiper-pagination .swiper-separate {
    width: 60px;
    margin-top: 8px;
  }
  .real_estate_development_swiper .swiper-button-prev {
    width: 28px;
    height: 28px;
    left: 190.8%;
  }
  .real_estate_development_swiper .swiper-button-prev::after {
    font-size: 14px;
  }
  .real_estate_development_swiper .swiper-button-next {
    width: 28px;
    height: 28px;
  }
  .real_estate_development_swiper .swiper-button-next::after {
    font-size: 14px;
  }
  /* 文化旅游 */
  .develop_tourism_swiper_text h1 {
    font-size: 24px;
  }
  .develop_tourism_swiper_text p {
    font-size: 14px;
    line-height: 26.5px;
  }
  .develop_tourism_swiper2_bg {
    height: 87px;
  }
  .develop_tourism_swiper2 {
    height: 114px;
  }
  .develop_tourism_swiper2 .swiper-slide p {
    font-size: 16px;
  }
  .develop_tourism_swiper2 .swiper-slide-thumb-active::after {
    width: 26px;
    height: 15px;
    background-size: 26px 15px;
  }
  /* 投资合作 */
  .investment_cooperation_swiper_text h1,
  .investment_cooperation_swiper_text h2 {
    font-size: 22px;
  }
  .investment_cooperation_swiper_text p {
    font-size: 14.5px;
    line-height: 26.5px;
  }
  .investment_cooperation_swiper2 .swiper-slide p {
    font-size: 14.5px;
  }
  /* 人力资源 */
  .human_resources_bg {
    margin-bottom: 78px;
  }
  .human_resources {
    margin-top: 38px;
  }
  .human_resources_text {
    margin-top: 20px;
  }
  .human_resources_text h1 {
    font-size: 17px;
    margin-bottom: 20px;
  }
  .human_resources_text p {
    font-size: 14px;
    line-height: 25px;
  }
  .human_resources_swiper .swiper-button-next,
  .human_resources_swiper .swiper-button-prev {
    width: 43px;
    height: 43px;
  }
  .human_resources_swiper .swiper-button-next::after,
  .human_resources_swiper .swiper-button-prev::after {
    font-size: 17px;
  }
  /* 口号 */
  .slogan h1 {
    font-size: 27px;
    line-height: 47px;
  }
  /* 招聘岗位 */
  .join {
    margin-top: 100px;
    margin-bottom: 132px;
  }
  .join_title h1 {
    font-size: 27px;
    margin-bottom: 9px;
  }
  .join_title p {
    font-size: 20px;
  }
  .join_main_title span {
    font-size: 16px;
    line-height: 45px;
  }
  .join_main_top {
    margin-bottom: 18px;
  }
  .join_main_top .join_main_name {
    font-size: 21px;
  }
  .join_main_top .join_main_text1 p {
    font-size: 14px;
    line-height: 26.5px;
  }
  .join_main_bottom .join_main_text3 strong {
    font-size: 14px;
    line-height: 26.5px;
  }
  .join_main_bottom .join_main_text3 p {
    font-size: 14px;
    line-height: 26.5px;
  }
  .join_main_icon {
    font-size: 28px;
  }
  .join_main_bottom .join_main_text2 p {
    font-size: 14px;
    line-height: 35px;
  }
  /* 文化理念 */
  .culture_idea_bg {
    margin-bottom: 111px;
  }
  .culture_idea_bg .ny_title {
    height: 169px;
  }
  .culture_idea_swiper {
    width: 104.7%;
    padding-bottom: 101px;
  }
  .culture_idea_swiper .swiper-slide {
    padding-top: 23px;
    padding-bottom: 23px;
  }
  .culture_idea_swiper .swiper-button-prev,
  .culture_idea_swiper .swiper-button-next {
    width: 40px;
    height: 40px;
  }
  .culture_idea_swiper .swiper-button-prev::after,
  .culture_idea_swiper .swiper-button-next::after {
    font-size: 14px;
  }
  .culture_idea_text {
    margin-top: 21px;
  }
  .culture_idea_text h1 {
    font-size: 27px;
  }
  .culture_idea_text h2 {
    font-size: 17px;
    margin-bottom: 27px;
  }
  .culture_idea_text p {
    font-size: 14px;
    line-height: 26.5px;
  }
  /* 联系我们 */
  .contactus {
    margin-bottom: 110px;
  }
  .contactus_text h1 {
    font-size: 28px;
  }
  .contactus_text p {
    font-size: 14px;
    line-height: 25px;
  }
  .contactus_text p img {
    width: 21px;
    margin-right: 5px;
  }
  /* 分页 */
  .paging {
    margin-top: 30px;
    margin-bottom: 113px;
  }
  .paging ul li a {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 16.5px;
  }
  /* 内页标题 */
  .ny_title h1 {
    font-size: 28px;
  }
  .ny_title p {
    font-size: 15.75px;
  }
  .ny_title i {
    width: 35px;
    height: 3px;
  }
  /* 面包屑导航 */
  .breadcrumb_nav_bg {
    margin-bottom: 73px;
  }
  .breadcrumb_nav {
    height: 85px;
  }
  .breadcrumb_nav_left ul li a {
    line-height: 80px;
    font-size: 14px;
    padding: 0 23px;
    padding-bottom: 5px;
  }
  .breadcrumb_nav_left ul li a::after {
    width: 11px;
    height: 11px;
    bottom: 15px;
  }
  .breadcrumb_nav_right ul li {
    line-height: 80px;
  }
  .breadcrumb_nav_right span {
    line-height: 75px;
  }
  .breadcrumb_nav_right ul li a {
    font-size: 13px;
  }
  .breadcrumb_nav_right ul li img {
    margin-top: -3px;
  }
  /* 底部 */
  .bottom_bg {
    background-size: auto 140px;
  }
  .bottom_bg:hover .bottom {
    height: 200px;
  }
  .bottom {
    height: 70px;
  }
  .bottom .bottom_logo img {
    height: 58px;
  }
  .bottom_terrace {
    margin-top: 25px;
  }
  .bottom_terrace a {
    margin-right: 28px;
  }
  .bottom_terrace img {
    height: 33px;
  }
  .bottom_center ul li h1 {
    margin-bottom: 7px;
  }
  .bottom_center ul li h1 a {
    font-size: 16px;
  }
  .bottom_center ul li a {
    font-size: 14px;
    line-height: 25px;
  }
  .bottom .bottom_right ul li {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 5px;
  }
  .bottom .bottom_right ul li img {
    width: 20px;
    margin-top: -2px;
    margin-right: 7px;
  }
  .bottom2 {
    font-size: 13px;
    margin-top: 35px;
  }
  .bottom2 a {
    font-size: 13px;
  }
}
@media screen and (max-width: 1480px) {
  /* 头部 */
  .top_bg {
    height: 65px;
  }
  .top .top_logo {
    margin-top: 9px;
  }
  .top .top_logo img {
    height: 50px;
  }
  .top .top_nav ul li {
    margin-right: 33px;
  }
  .top .top_nav ul li > a {
    font-size: 15.4px;
    height: 31px;
  }
  .top .top_search {
    font-size: 13px;
    margin-top: 32px;
  }
  .top .top_search a {
    font-size: 15.4px;
  }
  .top .top_search img {
    width: 19px;
  }
  .top .top_nav ul {
    margin-top: 31px;
  }
  .slideBox .hd {
    bottom: 3%;
  }
  .slideBox .hd ul li {
    height: 4px;
    width: 44px;
    margin-left: 10px;
    margin-right: 10px;
  }
  /* 搜索下拉 */
  .search_down {
    top: 65px;
    height: 254px;
  }
  .search_down h1 {
    font-size: 18.5px;
    margin-top: 40px;
  }
  .search_down p {
    font-size: 12.5px;
  }
  .search_down .search {
    max-width: 616px;
    height: 40px;
  }
  .search_down .search input[type="text"] {
    font-size: 12.5px;
  }
  /* 下拉 */
  .menus_bg {
    top: 65px;
    height: 333px;
  }
  .menus_text h1 {
    font-size: 18px;
  }
  .menus_text p {
    font-size: 12.5px;
    line-height: 25px;
  }
  .menus_text a {
    font-size: 12.5px;
  }
  .menus_list dl dd a {
    height: 34px;
    line-height: 34px;
  }
  .menus_list dl dd a span {
    font-size: 14px;
  }
  .menus_list dl dd a img {
    height: 13px;
    margin-top: 10px;
  }
  /* 标题 */
  .title h1 {
    font-size: 27.75px;
  }
  .title p {
    font-size: 15.42px;
  }
  .title i {
    width: 30px;
    height: 2px;
    margin-top: 11px;
  }
  /* 关于我们 */
  .iAboutus_bg img {
    min-height: 750px;
  }
  .iAboutus_num ul li {
    font-size: 32.38px;
  }
  .iAboutus_num ul li span {
    font-size: 13px;
  }
  .iAboutus_num ul li p {
    font-size: 13px;
  }
  .iAboutus_num ul li i {
    font-size: 22px;
  }
  .iAboutus_text h1 {
    font-size: 18.5px;
  }
  .iAboutus_text p {
    font-size: 13px;
    line-height: 25px;
  }
  .iAboutus_more a {
    width: 78px;
    height: 29px;
    line-height: 29px;
    font-size: 13px;
  }
  .iAboutus_more a span {
    font-size: 14px;
  }
  /* 创始人介绍 */
  .founder_text h1 {
    font-size: 27.75px;
  }
  .founder_text p {
    font-size: 13px;
    line-height: 24px;
  }
  /* 旗下品牌 */
  .iIndustry_bg {
    padding-top: 54px;
    padding-bottom: 54px;
  }
  .iIndustry_bg .title {
    margin-bottom: 35px;
  }
  .iIndustry_bg .title span {
    font-size: 13px;
    line-height: 24px;
  }
  .iIndustry .iIndustry_bottom img {
    width: 40px;
  }
  .iIndustry .iIndustry_bottom h1 {
    font-size: 15.42px;
  }
  .iIndustry .iIndustry_bottom p {
    font-size: 13px;
    line-height: 26px;
    margin-top: 15px;
    margin-bottom: 12px;
  }
  .iIndustry ul li.iIndustry_active .iIndustry_bottom p {
    height: 74px;
  }
  .iIndustry .iIndustry_text span::after {
    top: 16px;
    left: 24px;
  }
  .iIndustry .iIndustry_text span {
    top: 6.7%;
    font-size: 16px;
  }
  .iIndustry .iIndustry_bottom i {
    width: 78px;
    height: 29px;
    line-height: 27px;
    font-size: 13px;
    margin-bottom: 20px;
  }
  .iIndustry .iIndustry_bottom i b {
    font-size: 14px;
  }
  /* 新闻 */
  .iNews_bg {
    padding-top: 55px;
  }
  .iNews .bd {
    margin-top: 37px;
  }
  .iNews .bd ul li .iNews_item .iNews_text span {
    font-size: 13px;
    margin-top: 28px;
  }
  .iNews .bd ul li .iNews_item .iNews_text h1 {
    font-size: 15.42px;
    height: 40px;
  }
  .iNews .bd ul li .iNews_item .iNews_text p {
    font-size: 13px;
    line-height: 24px;
  }
  .iNews .hd ul li {
    width: 90px;
    height: 30px;
    font-size: 13.88px;
  }
  .iNews .hd ul li a {
    border-width: 1px;
  }
  .iNews .hd > a {
    width: 90px;
    height: 30px;
    font-size: 13.88px;
  }
  .iNews .bd ul li .iNews_item a {
    padding-bottom: 23px;
  }
  .iNews .bd ul li .iNews_item .iNews_text i {
    width: 90px;
    height: 29px;
    line-height: 27px;
    font-size: 12px;
    margin-top: 26px;
  }
  .iNews .bd ul li .iNews_item .iNews_text i b {
    font-size: 14px;
  }
  .iNews .bd ul li .iNews_item .iNews_op span {
    font-size: 13px;
  }
  .iNews .bd ul li .iNews_item .iNews_op h1 {
    font-size: 15.42px;
    height: 40px;
    margin-top: 31px;
  }
  .iNews .bd ul li .iNews_item .iNews_op p {
    font-size: 13px;
    line-height: 24px;
  }
  .iNews .hd {
    margin-top: -57px;
  }
  .iNews .hd ul li {
    width: 90px;
    height: 30px;
    font-size: 13.88px;
  }
  .iNews .hd ul li a {
    border-width: 1px;
  }
  .iNews .hd > a {
    width: 90px;
    height: 30px;
    font-size: 13.88px;
  }
  .iNews .bd ul li .iNews_item .iNews_op i {
    bottom: 23px;
    width: 90px;
    height: 29px;
    line-height: 27px;
    font-size: 12px;
  }
  .iNews .bd ul li .iNews_item .iNews_op i b {
    font-size: 14px;
  }
  /* 面包屑导航 */
  .breadcrumb_nav_bg {
    margin-bottom: 64px;
  }
  .breadcrumb_nav {
    height: 75px;
  }
  .breadcrumb_nav_left ul li a {
    font-size: 12.5px;
    line-height: 69px;
  }
  .breadcrumb_nav_left ul li a::after {
    width: 10px;
    height: 10px;
    bottom: 11px;
  }
  .breadcrumb_nav_right ul li {
    line-height: 75px;
  }
  .breadcrumb_nav_right ul li a {
    font-size: 12px;
  }
  .breadcrumb_nav_right span {
    line-height: 71px;
  }
  .breadcrumb_nav_right span img {
    height: 14px;
  }
  /* 集团简介 */
  .group_profile {
    margin-bottom: 13px;
  }
  .group_profile_right p {
    font-size: 12.5px;
    line-height: 24px;
  }
  .group_project {
    margin-bottom: 88px;
  }
  /* 董事长介绍 */
  .presidents_speech {
    margin-bottom: 87px;
  }
  .presidents_speech_text h1 {
    font-size: 26.5px;
  }
  .presidents_speech_text h2 {
    font-size: 14px;
    line-height: 26px;
  }
  .presidents_speech_text p {
    font-size: 13px;
    line-height: 24.5px;
  }
  /* 美丽丰碑 */
  .monument_bg {
    margin-bottom: 114px;
  }
  .monument_list ul li {
    margin-left: 50px;
  }
  .monument_list ul li a {
    font-size: 18px;
    padding-bottom: 37px;
  }
  .monument_text p {
    font-size: 13px;
    line-height: 24.5px;
  }
  .monument_swiper_bg {
    padding-bottom: 29px;
    background-size: auto 29px;
  }
  .monument_swiper_text h1 {
    font-size: 21px;
  }
  .monument_swiper_text i {
    width: 41px;
    height: 4px;
  }
  .monument_swiper_text p {
    font-size: 12.5px;
  }
  .monument_swiper .swiper-button-next,
  .monument_swiper .swiper-button-prev {
    width: 50px;
    height: 50px;
  }
  .monument_swiper .swiper-button-next::after,
  .monument_swiper .swiper-button-prev::after {
    font-size: 19px;
  }
  /* 董事长丰碑 */
  .history_list .info figure img {
    height: 195px;
  }
  .history_list .info time {
    font-size: 20px;
    margin: 69px 0 20px;
  }
  .history_list .info time:before {
    width: 19px;
    height: 19px;
    top: -30px;
  }
  .history_list .info time:after {
    left: 5px;
    top: -25px;
  }
  .history_list li .time i {
    width: 19px;
    height: 19px;
  }
  .history_list .info time i {
    height: 4px;
    left: 33px;
    top: -21px;
  }
  .history_list li .time i {
    margin: 0 auto 10px;
  }
  .history_list li .time {
    font-size: 14px;
    padding-top: 235px;
  }
  .slick-arrow {
    top: 46%;
  }
  .history_list li .time::after {
    top: 85.5%;
  }
  .history_list .info li {
    font-size: 12.5px;
    line-height: 24.5px;
  }
  .history_list .slick-arrow {
    width: 49px;
    height: 49px;
    margin-top: -48px;
  }
  .history_list .slick-next {
    font-size: 28px;
  }
  .history_list .slick-prev {
    font-size: 28px;
  }
  /* 发展历程 */
  .development_history {
    margin-bottom: 113px;
  }
  .development_history_text h1 {
    font-size: 21px;
    margin-bottom: 7px;
  }
  .development_history_text p {
    font-size: 12.5px;
    line-height: 26.5px;
  }
  .development_history_swiper2 .swiper-button-next,
  .development_history_swiper2 .swiper-button-prev {
    width: 50px;
    height: 50px;
  }
  .development_history_swiper2 .swiper-button-next::after,
  .development_history_swiper2 .swiper-button-prev::after {
    font-size: 19px;
  }
  .development_history_swiper1 .swiper-slide b {
    margin-bottom: 4.5px;
  }
  .development_history_swiper1 .swiper-slide b img {
    height: 23px;
  }
  .development_history_swiper1 .swiper-slide span {
    width: 17px;
    height: 17px;
  }
  .development_history_swiper1 .swiper-slide span::after {
    width: 7px;
    height: 7px;
  }
  .development_history_swiper1 .swiper-slide i {
    height: 4px;
    background-size: auto 4px;
  }
  .development_history_swiper1 .swiper-slide i::after {
    height: 4px;
    border-radius: 2px;
  }
  .development_history_swiper1 .swiper-slide p {
    font-size: 14px;
  }
  /* 公益事业 */
  .public_charity_main {
    margin-top: 29px;
    padding-bottom: 57px;
  }
  .public_charity_left p {
    font-size: 12.5px;
    line-height: 22px;
  }
  .public_charity_swiper {
    margin-bottom: 97px;
  }
  .public_charity_main {
    margin-bottom: 19px;
  }
  .public_charity_swiper1 .swiper-slide {
    height: 355px;
  }
  .public_charity_swiper2 .swiper-slide {
    min-height: 98px;
  }
  .public_charity_swiper2 .swiper-slide p {
    font-size: 12.5px;
    line-height: 24.5px;
  }
  .public_charity_swiper2 .swiper-button-next,
  .public_charity_swiper2 .swiper-button-prev {
    width: 35px;
    height: 35px;
  }
  /* 后盾关怀 */
  .leadership_care_text {
    min-height: 98px;
  }
  .leadership_care_text p {
    font-size: 12.5px;
    line-height: 24.5px;
  }
  /* 新闻资讯 */
  .news_main {
    margin-top: 52px;
  }
  .news_main ul li {
    padding: 37px 0;
  }
  .news_time h1 {
    font-size: 14px;
  }
  .news_time span {
    font-size: 16px;
  }
  .news_time p {
    font-size: 26px;
  }
  .news_text h1 {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .news_text p {
    font-size: 12.5px;
    line-height: 25px;
  }
  .news_text span {
    width: 87px;
    height: 26px;
    line-height: 24px;
    font-size: 12px;
  }
  .news_text span img {
    margin-top: -1px;
  }
  /* 新闻内页 */
  .news_de {
    margin-bottom: 67px;
  }
  .news_de .de_title h1 {
    font-size: 24px;
  }
  .news_de .fx {
    margin: 25px 0 23px 0;
    padding-bottom: 32px;
  }
  .news_de .fx span.news_de_time {
    font-size: 14px;
  }
  .news_de .fx span {
    font-size: 14px;
  }
  .news_de .fx img {
    height: 23px;
    margin: 0 5px;
  }
  .news_de .news_de_item p {
    font-size: 12.5px;
    line-height: 24.5px;
  }
  .news_de .news_de_btns a {
    font-size: 14px;
  }
  .news_de .news_de_btns a.prev,
  .news_de_de .btns a.next {
    line-height: 63px;
  }
  .news_de .news_de_btns a.return {
    width: 104px;
    height: 33px;
    line-height: 31px;
    font-size: 14px;
  }
  /* 投资合作 */
  .investment_cooperation_swiper_text h1,
  .investment_cooperation_swiper_text h2 {
    font-size: 18px;
    line-height: 32px;
  }
  .investment_cooperation_swiper_text p {
    font-size: 12.5px;
    line-height: 24.5px;
    margin-top: 12px;
  }
  .investment_cooperation_swiper2 .swiper-slide p {
    font-size: 12.5px;
  }
  .investment_cooperation_swiper2 .swiper-slide i {
    width: 10px;
    height: 10px;
  }
  .investment_cooperation_swiper2 .swiper-slide i::after {
    width: 18px;
    height: 18px;
  }
  .investment_cooperation_swiper2 .swiper-slide.swiper-slide-active p {
    font-size: 15px;
  }
  .investment_cooperation_swiper_img {
    width: 1340px;
    height: 1340px;
  }
  .investment_cooperation_swiper2_bg {
    width: 1340px;
    height: 1340px;
  }
  .investment_cooperation_swiper2_bg::after {
    width: 1340px;
    height: 1340px;
    left: 50%;
  }
  .investment_cooperation_swiper2 {
    overflow: hidden !important;
    right: 486px;
    height: 660px;
  }
  .investment_cooperation_swiper2 .swiper-slide.swiper-slide-active {
    padding-right: 178px !important;
  }
  .investment_cooperation_swiper2 .swiper-slide.swiper-slide-active0 {
    padding-right: 68px;
  }
  .investment_cooperation_swiper2 .swiper-slide.swiper-slide-active1 {
    padding-right: 123px;
  }
  .investment_cooperation_swiper2 .swiper-slide.swiper-slide-active2 {
    padding-right: 157px;
  }
  .investment_cooperation_swiper2 .swiper-slide.swiper-slide-active3 {
    padding-right: 175px;
  }
  .investment_cooperation_swiper2 .swiper-slide.swiper-slide-active4 {
    padding-right: 165px;
  }
  .investment_cooperation_swiper2 .swiper-slide.swiper-slide-active5 {
    padding-right: 137px;
  }
  .investment_cooperation_swiper2 .swiper-slide.swiper-slide-active6 {
    padding-right: 91px;
  }
  /* 地产开发 */
  .real_estate_development_bg {
    min-height: 816px;
  }
  .real_estate_development_text p {
    font-size: 13px;
    line-height: 24.5px;
  }
  .real_estate_development_list ul li {
    margin-bottom: 24px;
  }
  .real_estate_development_list ul li a.real_estate_development_list_active {
    font-size: 18px;
  }
  .real_estate_development_list ul li a {
    font-size: 15.5px;
  }
  .real_estate_development_text {
    margin-bottom: 35px;
  }
  .real_estate_development_swiper {
    padding-bottom: 111px;
  }
  .real_estate_development_swiper_img::after {
    width: 28px;
    height: 28px;
    background-size: 28px;
  }
  .real_estate_development_swiper::after {
    bottom: 62px;
  }
  .real_estate_development_swiper .swiper-button-next,
  .real_estate_development_swiper .swiper-button-prev {
    width: 25px;
    height: 25px;
  }
  .real_estate_development_swiper .swiper-button-next::after,
  .real_estate_development_swiper .swiper-button-prev::after {
    font-size: 12px;
  }
  /* 文化旅游 */
  .develop_tourism_swiper_text {
    padding-top: 41px;
    padding-left: 2.5%;
  }
  .develop_tourism_swiper_text h1 {
    font-size: 21px;
    margin-bottom: 21px;
  }
  .develop_tourism_swiper_text p {
    font-size: 13px;
    line-height: 24.5px;
  }
  .develop_tourism_swiper_img {
    margin-top: -60px;
    margin-bottom: 74px;
  }
  .develop_tourism_swiper2_bg {
    height: 77px;
  }
  .develop_tourism_swiper2 .swiper-slide p {
    font-size: 14px;
  }
  .develop_tourism_swiper2 {
    height: 104px;
  }
  .develop_tourism_swiper2 .swiper-slide-thumb-active::after {
    width: 23px;
    height: 12px;
    background-size: 23px 12px;
    top: -12px;
  }
  /* 人力资源 */
  .human_resources_bg {
    margin-bottom: 32px;
  }
  .human_resources {
    margin-bottom: 35px;
  }
  .human_resources_text {
    margin-top: 18px;
  }
  .human_resources_text h1 {
    font-size: 15.5px;
    margin-bottom: 17px;
  }
  .human_resources_text p {
    font-size: 12px;
    line-height: 23.5px;
  }
  .human_resources_text i {
    margin-bottom: 13px;
  }
  .human_resources_swiper .swiper-button-next,
  .human_resources_swiper .swiper-button-prev {
    width: 39px;
    height: 39px;
  }
  .human_resources_swiper .swiper-button-next::after,
  .human_resources_swiper .swiper-button-prev::after {
    font-size: 14px;
  }
  /* 口号 */
  .slogan h1 {
    font-size: 23px;
    line-height: 40px;
  }
  /* 招聘岗位 */
  .join_title h1 {
    font-size: 24px;
  }
  .join_title p {
    font-size: 17px;
  }
  .join_main {
    margin-top: 37px;
  }
  .join_main_title span {
    font-size: 14px;
    line-height: 39px;
  }
  .join_main ul li {
    padding-top: 18px;
    padding-bottom: 12px;
  }
  .join_main_top .join_main_name {
    font-size: 18px;
  }
  .join_main_top .join_main_text1 p {
    font-size: 12.5px;
    line-height: 26.5px;
  }
  .join_main_icon {
    font-size: 25px;
  }
  .join_main_bottom .join_main_text3 strong {
    font-size: 12.5px;
  }
  .join_main_bottom .join_main_text3 p {
    font-size: 12.5px;
    line-height: 26.5px;
  }
  .join_main_bottom .join_main_text2 p {
    font-size: 12.5px;
    line-height: 30px;
  }
  /* 文化理念 */
  .culture_idea_bg {
    margin-bottom: 98px;
  }
  .culture_idea_swiper .swiper-slide {
    padding-bottom: 12px;
  }
  .culture_idea_text {
    margin-top: 20px;
  }
  .culture_idea_text h1 {
    font-size: 24px;
  }
  .culture_idea_text h2 {
    font-size: 15px;
    margin-bottom: 22px;
  }
  .culture_idea_text p {
    font-size: 12.5px;
    line-height: 24.5px;
  }
  .culture_idea_bg .ny_title {
    height: 149px;
  }
  .culture_idea_swiper {
    padding-bottom: 89px;
  }
  .culture_idea_swiper .swiper-button-prev {
    left: 82.9%;
  }
  .culture_idea_swiper .swiper-button-prev,
  .culture_idea_swiper .swiper-button-next {
    width: 36px;
    height: 36px;
  }
  .culture_idea_swiper .swiper-button-prev::after,
  .culture_idea_swiper .swiper-button-next::after {
    font-size: 12px;
  }
  /* 联系方式 */
  .contactus {
    margin-bottom: 97px;
  }
  .contactus_text {
    margin-top: 31px;
  }
  .contactus_text h1 {
    font-size: 24px;
    margin-bottom: 25px;
  }
  .contactus_text p {
    font-size: 12.5px;
    line-height: 23.5px;
  }
  .contactus_text p img {
    width: 18px;
  }
  .contactus_right {
    height: 420px;
    overflow: hidden;
  }
  /* 分页 */
  .paging {
    margin-top: 27px;
    margin-bottom: 99px;
  }
  .paging ul li {
    margin: 0 7.5px;
  }
  .paging ul li a {
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 14.5px;
  }
  /* 内页标题 */
  .ny_title h1 {
    font-size: 23px;
  }
  .ny_title p {
    font-size: 13.75px;
    margin-bottom: 14px;
  }
  .ny_title i {
    width: 29px;
  }
  /* 底部 */
  .bottom_bg {
    background-size: auto 130px;
  }
  .bottom_bg:hover .bottom {
    height: 180px;
  }
  .bottom .bottom_logo img {
    height: 50px;
  }
  .bottom_terrace {
    margin-top: 18px;
  }
  .bottom_terrace a {
    margin-right: 21px;
  }
  .bottom_terrace img {
    height: 30px;
  }
  .bottom_center {
    margin-top: 7px;
  }
  .bottom_center ul li h1 {
    margin-bottom: 5px;
  }
  .bottom_center ul li h1 a {
    font-size: 14.5px;
  }
  .bottom_center ul li a {
    font-size: 13px;
    line-height: 24px;
  }
  .bottom_right {
    margin-top: 7px;
  }
  .bottom .bottom_right ul li {
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 2px;
  }
  .bottom .bottom_right ul li img {
    width: 18px;
  }
  .bottom2 {
    font-size: 12px;
  }
  .bottom2 a {
    font-size: 12px;
  }
}
.swiper-container {
  height: 500px;
  position: relative;
}
.swiper-container .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: calc(500px / 7);
  transform-origin: center center calc(500px / 7);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: calc(-500px / 2 + calc(500px / 7) / 2);
  margin-left: calc(-calc(500px / 7) / 2 + 20px);
  transition: transform 0.5s ease-in-out;
  opacity: 0.6;
}
.swiper-container .swiper-slide:nth-child(1) {
  background-color: #333;
}
.swiper-container .swiper-slide:first-child {
  opacity: 1;
}
.swiper-container .swiper-slide:hover {
  cursor: pointer;
  opacity: 1;
}
.swiper-container .swiper-slide.swiper-slide-active {
  opacity: 1;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.2);
}
.swiper-container .swiper-slide.swiper-slide-active:before {
  content: '';
  position: absolute;
  width: 60%;
  height: 60%;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.swiper-button-prev,
.swiper-button-next {
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 24px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  z-index: 100;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
.swiper-button-prev {
  left: 20px;
}
.swiper-button-next {
  right: 20px;
}
/*# sourceMappingURL=./company.css.map */