@charset "utf-8";
* {
  margin: 0;
  padding: 0;
  border-radius: 0;
}
body {
  font-size: 13px;
  font-family: "微软雅黑";
  margin: 0px auto;
  background: #fff;
  max-width: 640px;
  height: auto;
  padding-top: 68px;
}
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;
}
/* 头部*/
.top_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 68px;
  background-color: #fff;
  border-bottom: 1px solid #eeeeee;
  box-sizing: border-box;
  z-index: 999;
}
.top {
  width: 94%;
  margin: 0 auto;
}
.top::after {
  content: '';
  display: block;
  clear: both;
}
.top .top_logo {
  float: left;
  margin-top: 8px;
}
.top .top_logo img {
  height: 55px;
}
.top .top_nav {
  display: none;
}
.top .top_search {
  display: none;
  /* 默认隐藏 */
  position: absolute;
  top: 68px;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 42px;
  background-color: #ffffff;
  box-sizing: border-box;
  overflow: hidden;
  transition: all 0.6s;
  padding: 0 4%;
}
.top .top_search input {
  width: calc(100% - 60px);
  height: 32px;
  float: right;
  border: 0;
  outline: 0;
  font-size: 13px;
  color: #999999;
  margin-top: 5px;
  box-sizing: border-box;
}
.top .top_search input::placeholder {
  font-size: 13px;
  color: #999999;
}
.top .top_search div {
  float: left;
  width: 30px;
  height: 100%;
  box-sizing: border-box;
  padding-top: 10px;
  text-align: left;
}
.top .top_search img {
  height: 18px;
  cursor: pointer;
}
.top .top_search span {
  display: block;
  text-align: right;
  width: 30px;
  float: right!important;
  font-size: 20px;
  color: #666;
  padding-top: 8px;
}
.ss {
  height: 35px;
  max-width: 100%;
  cursor: pointer;
  width: 96%;
  margin: 0 auto;
  margin-top: 2px;
}
.ss .input {
  max-width: 86%;
  height: 30px;
  width: 75%;
  padding-left: 10px;
  font-size: 12px;
  color: #999999;
  line-height: 30px;
  border: 0px;
  border-radius: 10px;
  outline: none;
  display: block;
}
.ss .inputimg {
  float: left!important;
  width: 25px;
  height: 25px;
  padding-right: 5px;
  padding-left: 6px;
  padding-top: 5px;
}
.ss:hover {
  width: 96%;
  border: 0px #666 solid;
  border-radius: 0px;
  background: #fff;
}
.ss:hover .inputimg {
  width: 25px;
  height: 25px;
  padding-right: 5px;
}
.top_rr {
  display: block;
  float: right;
  padding-top: 20px;
  height: 60px;
  box-sizing: border-box;
}
.top_rr .search {
  float: left;
  line-height: 36px;
  font-size: 16px;
  color: #333;
}
.top_rr .search a {
  float: left;
  font-size: 16px;
  color: #333;
  margin-right: 5px;
  margin-top: 1px;
}
.top_rr .search img {
  margin: 0 20px;
  margin-left: 5px;
}
.top_rr .menu {
  float: right;
  width: 20px;
  overflow: hidden;
  display: inline;
  position: relative;
  height: 40px;
  margin-top: 5px;
  cursor: pointer;
}
.top_rr .menu span {
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 5px;
  z-index: 12;
  height: 2px;
  border-radius: 1px;
  background: #333;
  transition: all 0.4s ease;
}
.top_rr .menu span:nth-child(2) {
  top: 12px;
  transition: all 0.4s ease;
}
.top_rr .menu span:nth-child(3) {
  top: 19px;
  transition: all 0.4s ease;
}
.top_rr .menu-show {
  top: 4px;
}
.top_rr .menu-show span {
  transform: rotate(45deg);
  top: 8px;
}
.top_rr .menu-show span:nth-child(2) {
  transform: rotate(-45deg);
  top: 8px;
}
.top_rr .menu-show span:nth-child(3) {
  display: none;
}
.nav_sj {
  width: 50%;
  position: absolute;
  top: 68px;
  right: 0px;
  height: auto;
  background: rgba(24, 24, 24, 0.9);
  overflow: hidden;
  padding: 0px 0px;
  z-index: 99999;
  display: none;
}
.nav_sj ul {
  float: none;
  display: block;
}
.nav_sj ul li {
  float: none;
  font-size: 16px;
  padding: 0 5%;
  line-height: 50px;
  text-align: left;
  border-bottom: 1px #666 solid;
  box-sizing: border-box;
}
.nav_sj ul li span {
  float: right;
}
.nav_sj ul li span img {
  width: 15px;
}
.nav_sj ul li dd {
  height: 44px;
  line-height: 44px;
}
.nav_sj ul li a {
  color: #f1f1f1;
  text-align: left;
  height: 50px;
  line-height: 50px;
  display: inline-block;
}
.nav_sj ul li a.hover {
  color: #cccccc;
  /*font-weight: bolder;*/
  border-bottom: 0px #666 solid;
}
/**/
.nav_sj ul li .nav1 {
  display: none;
  width: 86%;
  margin-left: 6%;
}
.nav_sj ul li .nav1 a {
  color: #999;
  height: 44px;
  line-height: 44px;
  font-size: 15px;
}
/* 搜索下拉 */
.search_down {
  display: none;
  position: absolute;
  top: 68px;
  left: 0;
  right: 0;
  width: 100%;
  height: 170px;
  background-color: #fff;
  text-align: center;
  z-index: 99;
}
.search_down h1 {
  font-size: 20px;
  color: #9d0000;
  font-weight: bold;
  margin-top: 20px;
}
.search_down p {
  font-size: 14px;
  color: #666;
  margin-top: 5px;
}
.search_down .search {
  width: 96%;
  max-width: 800px;
  height: 35px;
  margin: 0 auto;
  overflow: hidden;
  border-bottom: 1px solid #333;
  margin-top: 35px;
  padding-top: 2.5px;
  box-sizing: border-box;
}
.search_down .search input[type="text"] {
  float: left;
  width: calc(100% - 50px);
  height: 30px;
  border: 0;
  outline: 0;
  font-size: 14px;
  color: #666;
}
.search_down .search input[type="image"] {
  float: right;
  width: 20px;
  cursor: pointer;
  margin-top: 7px;
  margin-right: 4px;
}
/* 下拉菜单 */
.menus_bg {
  /* 默认隐藏 */
  display: none;
}
/* banner */
.banner {
  position: relative;
}
.banner img {
  width: 100%;
  min-height: 230px;
  object-fit: cover;
}
.banner .banner_main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner_main .points {
  position: absolute;
  z-index: 1;
  transform: scale(0.5);
}
.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);
}
.box_swipe {
  margin: 0px auto;
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.box_swipe ul li {
  width: 100%;
  height: auto;
}
.box_swipe ul li img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.box_swipe > ol {
  width: 100%;
  height: auto;
  position: absolute;
  text-align: center;
  bottom: 10px;
  z-index: 1;
}
.box_swipe > ol > li {
  width: 20px;
  height: 5px;
  margin-left: 4px;
  margin-right: 4px;
  border-radius: 20px;
  cursor: pointer;
  background: #fff;
  display: inline-block;
  text-align: center;
}
.box_swipe > ol > li.on {
  background: #b30e15;
}
.sj_banner {
  position: relative;
}
.sj_banner img {
  width: 100%;
  height: auto;
}
.sj_banner .sj_banner_text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
.sj_banner .sj_banner_text h1 {
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 36px;
  font-weight: 500;
}
.slideBox {
  display: none;
}
.pc_banner {
  display: none;
}
/* 标题 */
.title {
  text-align: center;
}
.title h1 {
  font-size: 22px;
  color: #000;
  font-weight: bold;
}
.title p {
  font-size: 21px;
  color: #333;
  font-weight: bold;
}
.title i {
  display: block;
  width: 39px;
  height: 2px;
  background-color: #b30e15;
  margin: 0 auto;
  margin-top: 13px;
}
/* 关于我们 */
.iAboutus_bg {
  position: relative;
  overflow: hidden;
  background-color: #f2f2f2;
}
.iAboutus_bg img {
  position: absolute;
  top: 0;
  right: 0;
  width: 200%;
  object-fit: cover;
  margin-right: -21%;
}
.iAboutus_main {
  width: 94%;
  margin: 0 auto;
  z-index: 9;
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}
.iAboutus_num {
  margin-top: 30px;
}
.iAboutus_num ul li {
  font-size: 24px;
  color: #000;
  font-weight: bold;
  margin-bottom: 30px;
}
.iAboutus_num ul li i {
  font-size: 20px;
  vertical-align: top;
}
.iAboutus_num ul li span {
  font-size: 14px;
  font-weight: 400;
}
.iAboutus_num ul li p {
  font-size: 14px;
  color: #000;
  font-weight: 400;
  clear: both;
  margin-top: -5px;
}
.iAboutus_text {
  margin-top: 40px;
  background: #f2f2f2;
  width: 106%;
  margin-left: -3%;
  padding: 0 3%;
  box-sizing: border-box;
}
.iAboutus_text h1 {
  font-size: 20px;
  color: #333;
  font-weight: bold;
  margin-bottom: 17px;
  text-align: center;
}
.iAboutus_text p {
  font-size: 14px;
  color: #666;
  line-height: 25px;
}
.iAboutus_more a {
  display: block;
  width: 80px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  background-color: #b30e15;
  color: #fff;
  font-size: 14px;
  margin-top: 25px;
}
.iAboutus_more a span {
  font-weight: bold;
  font-size: 16px;
  vertical-align: bottom;
}
/* 创始人介绍 */
.founder_bg {
  background: url(../images/r_bg.jpg) no-repeat center / cover;
  padding: 30px 0;
}
.founder_bg .title {
  margin-bottom: 30px;
}
.founder {
  width: 94%;
  margin: 0 auto;
  overflow: hidden;
}
.founder_left {
  margin-top: 20px;
}
.founder_left img {
  width: 100%;
  height: auto;
}
.founder_text h1 {
  font-size: 20px;
  color: #333;
  font-weight: bold;
  margin-bottom: 15px;
}
.founder_text p {
  font-size: 14px;
  color: #666;
  line-height: 25px;
  margin-bottom: 5px;
}
/* 旗下产业 */
.iIndustry_bg {
  background: url(../images/i_bg.jpg) no-repeat center / cover;
  padding-top: 30px;
  padding-bottom: 30px;
}
.iIndustry_bg .title {
  width: 94%;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 30px;
}
.iIndustry_bg .title h1 {
  color: #fff;
}
.iIndustry_bg .title p {
  color: #fff;
}
.iIndustry_bg .title span {
  font-size: 14px;
  color: #fff;
  line-height: 25px;
  text-align: center;
  margin-top: 30px;
  display: block;
}
.iIndustry {
  width: 94%;
  margin: 0 auto;
  position: relative;
}
.iIndustry > img {
  width: 100%;
  height: auto;
  min-height: 529px;
}
.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: 49%;
  height: 260px;
  transition: all 1s ease;
  margin-right: 2%;
  margin-bottom: 2%;
  overflow: hidden;
}
.iIndustry ul li:nth-child(2n+2) {
  margin-right: 0;
}
.iIndustry ul li a {
  display: block;
  height: 100%;
  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%;
  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: 14px;
  color: #999;
  margin: 0 3%;
  box-sizing: border-box;
}
.iIndustry .iIndustry_text span::after {
  position: absolute;
  top: 14px;
  left: 22px;
  content: '';
  display: block;
  width: 112%;
  max-width: 250px;
  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: 40px;
}
.iIndustry .iIndustry_bottom h1 {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  margin-top: 18px;
}
.iIndustry .iIndustry_bottom p {
  display: none;
  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: 1;
  display: block;
  width: 80px;
  height: 30px;
  line-height: 28px;
  font-size: 14px;
  color: #fff;
  border: 1px solid #fff;
  box-sizing: border-box;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 15px;
  transition: all 0.4s ease;
}
.iIndustry .iIndustry_bottom i b {
  font-weight: bold;
  font-size: 16px;
  vertical-align: bottom;
}
.iIndustry .iIndustry_bottom i:hover {
  background-color: #9d0000;
  border-color: #9d0000;
}
/* 新闻 */
.iNews_bg {
  width: 94%;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 15px;
}
.iNews {
  position: relative;
}
.iNews .hd {
  overflow: hidden;
  max-width: 398px;
  margin: 0 auto;
  margin-top: 30px;
}
.iNews .hd ul {
  float: left;
  width: 75%;
  overflow: hidden;
}
.iNews .hd ul li {
  float: left;
  width: 33.33%;
  height: 34px;
  line-height: 34px;
  font-size: 16px;
  text-align: center;
  position: relative;
}
.iNews .hd ul li.on {
  background-color: #b30e15;
  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: 18px;
  line-height: 18px;
  margin-top: 7.5px;
  border-right: 1px solid #666;
  transition: all 0.4s ease;
}
.iNews .hd ul li span {
  position: absolute;
  top: 50%;
  right: -1px;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.iNews .hd > a {
  float: left;
  width: 25%;
  height: 34px;
  line-height: 34px;
  font-size: 16px;
  color: #333;
  text-align: center;
}
.iNews .hd > a:hover {
  background-color: #b30e15;
  color: #fff;
  transition: all 0.2s;
}
.iNews .bd {
  margin-top: 20px;
}
.iNews .bd ul li {
  overflow: hidden;
}
.iNews .bd ul li .iNews_item {
  margin-bottom: 15px;
  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: 10px;
}
.iNews .bd ul li .iNews_item .iNews_img img {
  width: 100%;
  height: auto;
}
.iNews .bd ul li .iNews_item .iNews_text {
  padding: 0 3%;
  box-sizing: border-box;
}
.iNews .bd ul li .iNews_item .iNews_text span {
  font-size: 16px;
  color: #999;
  font-weight: bold;
  margin-top: 15px;
  display: block;
}
.iNews .bd ul li .iNews_item .iNews_text h1 {
  font-size: 20px;
  color: #333;
  font-weight: bold;
  margin-top: 16px;
}
.iNews .bd ul li .iNews_item .iNews_text p {
  font-size: 14px;
  color: #999;
  line-height: 25px;
  margin-top: 14px;
}
.iNews .bd ul li .iNews_item .iNews_text i {
  width: 100px;
  height: 33px;
  line-height: 31px;
  text-align: center;
  font-size: 14px;
  color: #999;
  border: 1px solid #c6c6c6;
  box-sizing: border-box;
  display: block;
  margin-top: 15px;
}
.iNews .bd ul li .iNews_item .iNews_text i b {
  font-size: 16px;
  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 3%;
  box-sizing: border-box;
}
.iNews .bd ul li .iNews_item .iNews_op span {
  font-size: 16px;
  color: #666;
  font-weight: bold;
  margin-top: 20px;
  display: block;
}
.iNews .bd ul li .iNews_item .iNews_op h1 {
  font-size: 20px;
  color: #b30e15;
  font-weight: bold;
  margin-top: 20px;
}
.iNews .bd ul li .iNews_item .iNews_op p {
  font-size: 14px;
  color: #666;
  line-height: 25px;
  margin-top: 13px;
}
.iNews .bd ul li .iNews_item .iNews_op i {
  position: absolute;
  bottom: 10px;
  left: 3%;
  width: 100px;
  height: 33px;
  line-height: 31px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background-color: #b30e15;
  border: 1px solid #b30e15;
  box-sizing: border-box;
  display: block;
  margin-top: 55px;
}
.iNews .bd ul li .iNews_item .iNews_op i b {
  font-size: 16px;
  vertical-align: bottom;
}
/* 集团简介 */
.group_profile {
  width: 94%;
  margin: 0 auto;
  margin-bottom: 25px;
}
.group_profile::after {
  content: '';
  display: block;
  clear: both;
}
.group_profile_right p {
  font-size: 14px;
  color: #666;
  line-height: 26px;
}
/* 集团项目 */
.group_project {
  overflow-x: auto;
  margin-bottom: 50px;
}
.group_project img {
  width: auto;
  height: 320px;
  object-fit: cover;
}
/* 董事长介绍 */
.presidents_speech {
  width: 94%;
  margin: 0 auto;
  margin-bottom: 50px;
}
.presidents_speech::after {
  content: '';
  display: block;
  clear: both;
}
.presidents_speech_text h1 {
  font-size: 26px;
  color: #333;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 6px;
}
.presidents_speech_text h2 {
  font-size: 16px;
  color: #333;
  line-height: 1.8;
}
.presidents_speech_text p {
  font-size: 14px;
  color: #666;
  line-height: 26px;
}
.presidents_speech_right {
  margin-top: 20px;
}
.presidents_speech_right img {
  width: 100%;
  height: auto;
}
/* 美丽丰碑 */
.monument_bg {
  margin-bottom: 50px;
}
.monument {
  width: 94%;
  margin: 0 auto;
}
.monument_list {
  margin-bottom: 25px;
  border-bottom: 1px solid #eeeeee;
}
.monument_list::after {
  content: '';
  display: block;
  clear: both;
}
.monument_list ul::after {
  content: '';
  display: block;
  clear: both;
}
.monument_list ul li {
  float: left;
  margin-right: 25px;
}
.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: 19px;
  color: #666;
  border-bottom: 2px solid transparent;
  padding-bottom: 20px;
}
.monument_text p {
  font-size: 14px;
  color: #666;
  line-height: 26px;
  text-align: center;
}
.monument_swiper_bg {
  margin-top: 40px;
  padding-bottom: 26px;
  background: #fff url(../images/ms_bg2.png) bottom left;
  background-repeat: repeat-x;
  background-size: auto 26px;
}
.monument_swiper {
  width: 94%;
  margin: 0 auto;
}
.monument_swiper .swiper-button-next {
  width: 50px;
  height: 50px;
  right: 0;
  border-radius: 0;
}
.monument_swiper .swiper-button-next::after {
  font-size: 18px;
}
.monument_swiper .swiper-button-next:hover {
  background: #b00f14;
  opacity: 1;
}
.monument_swiper .swiper-button-prev {
  width: 50px;
  height: 50px;
  left: 0;
  border-radius: 0;
}
.monument_swiper .swiper-button-prev::after {
  font-size: 18px;
}
.monument_swiper .swiper-button-prev:hover {
  background: #b00f14;
  opacity: 1;
}
.monument_swiper_img img {
  max-width: 100%;
  height: auto;
}
.monument_swiper_text {
  height: 220px;
  padding-left: 6%;
  margin-top: 14px;
  background: url(../images/ms_bg.png) no-repeat bottom left;
  background-position-x: 0px;
  background-size: auto 189px;
}
.monument_swiper_text h1 {
  font-size: 20px;
  color: #b90c13;
  margin-bottom: 11px;
}
.monument_swiper_text i {
  display: block;
  width: 53px;
  height: 3px;
  background-color: #b90c13;
  border-radius: 2.5px;
  margin-bottom: 15px;
}
.monument_swiper_text p {
  font-size: 14px;
  color: #666;
  line-height: 26px;
}
/* 董事长丰碑 */
/* 董事长丰碑 */
.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 {
  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;
  background: #fff;
  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;
}
.history_list .info figure {
  overflow: hidden;
  margin-bottom: 60px;
}
.history_list .info figure img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: all 0.4s;
}
.history_list .info figure:hover img {
  transform: scale(1.1);
}
.history_list .info time {
  display: block;
  padding: 0 19%;
  font-size: 21px;
  color: #b50e16;
  margin: 60px 0 20px;
  position: relative;
  font-weight: bold;
}
.history_list .info time i {
  position: absolute;
  top: -24px;
  left: calc(19% + 35px);
  display: block;
  width: 75px;
  height: 4px;
  background: #b50e16;
  margin-bottom: 8px;
  border-radius: 2px;
}
.history_list .info time:before,
.history_list .info time:after {
  content: '';
  position: absolute;
  border-radius: 100%;
  left: 19%;
}
.history_list .info time:before {
  width: 21px;
  height: 21px;
  background: #e69093;
  top: -32px;
}
.history_list .info time:after {
  width: 9px;
  height: 9px;
  background: #b50e16;
  left: calc(19% + 6px);
  top: -26px;
}
.history_list .info li {
  padding: 0 3%;
  font-size: 14px;
  color: #666666;
  line-height: 26px;
  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: 50px;
  height: 50px;
  background-color: #dddddd;
  margin-top: -58px;
  font-family: swiper-icons !important;
}
.history_list .slick-prev {
  left: 3%;
  font-size: 18px;
  color: #fff;
  font-family: '宋体';
}
.history_list .slick-prev:hover {
  background-color: #b50e16;
}
.history_list .slick-next {
  right: 3%;
  font-size: 18px;
  color: #fff;
  font-family: '宋体';
}
.history_list .slick-next:hover {
  background-color: #b50e16;
}
/* 发展历程 */
.development_history {
  width: 94%;
  margin: 0 auto;
  margin-bottom: 50px;
}
.development_history_swiper2 .swiper-slide {
  position: relative;
}
.development_history_swiper2 .swiper-slide::after {
  content: '';
  display: block;
  clear: both;
}
.development_history_swiper2 .swiper-button-next {
  display: none;
  width: 65px;
  height: 65px;
  right: 0;
  border-radius: 0;
}
.development_history_swiper2 .swiper-button-next::after {
  font-size: 24px;
}
.development_history_swiper2 .swiper-button-prev {
  display: none;
  width: 65px;
  height: 65px;
  left: 0;
  border-radius: 0;
}
.development_history_swiper2 .swiper-button-prev::after {
  font-size: 24px;
}
.development_history_text {
  margin-top: 15px;
}
.development_history_text h1 {
  font-size: 20px;
  color: #666;
  font-weight: bold;
  margin-bottom: 9px;
}
.development_history_text p {
  font-size: 14px;
  color: #666;
  line-height: 26px;
}
.development_history_img img {
  width: 100%;
  height: auto;
}
.development_history_swiper1 {
  margin-top: 30px;
}
.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 b img {
  height: 27px;
}
.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: 20px;
  height: 20px;
  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: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #656565;
}
.development_history_swiper1 .swiper-slide i {
  float: right;
  display: block;
  width: calc(100% - 31px);
  height: 5px;
  background: url(../images/icon_round2.png) left;
  background-size: auto 5px;
  margin-top: 8px;
  position: relative;
}
.development_history_swiper1 .swiper-slide i::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 0%;
  height: 5px;
  border-radius: 2.5px;
  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_main {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 2px solid #f0f0f0;
}
.public_charity_main::after {
  content: '';
  display: block;
  clear: both;
}
.public_charity_left {
  width: 94%;
  margin: 0 auto;
  margin-bottom: 30px;
}
.public_charity_left p {
  font-size: 14px;
  color: #666;
  line-height: 26px;
}
.public_charity_img img {
  width: 100%;
  height: auto;
}
.public_charity_swiper {
  overflow: hidden;
  margin-bottom: 50px;
}
.public_charity_swiper1 .swiper-slide {
  height: auto;
}
.public_charity_swiper1 .swiper-slide img {
  width: 100%;
  height: auto;
  transition: all 0.4s ease;
}
.public_charity_swiper2 {
  width: 94%;
  margin: 0 auto;
}
.public_charity_swiper2 .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 146px;
  background-color: #fff;
}
.public_charity_swiper2 .swiper-slide p {
  font-size: 14px;
  color: #666;
  line-height: 26px;
  text-align: center;
  padding: 0 13%;
}
.public_charity_swiper2 .swiper-button-next {
  right: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #dfdfdf;
  transition: all 0.4s ease;
  opacity: 1;
}
.public_charity_swiper2 .swiper-button-next::after {
  font-size: 18px;
}
.public_charity_swiper2 .swiper-button-next:hover {
  background: #ae1118;
}
.public_charity_swiper2 .swiper-button-prev {
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #dfdfdf;
  transition: all 0.4s ease;
  opacity: 1;
}
.public_charity_swiper2 .swiper-button-prev::after {
  font-size: 18px;
}
.public_charity_swiper2 .swiper-button-prev:hover {
  background: #ae1118;
}
/* 后盾关怀 */
.leadership_care {
  width: 94%;
  margin: 0 auto;
}
.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 {
  margin-bottom: 20px;
  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: auto;
  padding: 13px 2%;
}
.leadership_care_text p {
  font-size: 14px;
  color: #666;
  line-height: 26px;
  min-height: 52px;
}
/* 新闻资讯 */
.news {
  width: 94%;
  margin: 0 auto;
}
.news_main {
  margin-bottom: 60px;
}
.news_main ul {
  border-top: 1px solid #f0f0f0;
}
.news_main ul li {
  padding: 15px 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;
  color: #fff;
  border: 1px solid #b30e15;
  background-color: #b30e15;
}
.news_main ul li:hover .news_text span img {
  filter: none;
}
.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 {
  overflow: hidden;
  position: relative;
}
.news_img img {
  width: 100%;
  height: auto;
  transition: all 0.4s ease;
}
.news_img img.news_img_i{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.news_img img.news_img_bg{
  opacity: 0;
  visibility: hidden;
}
.news_text {
  padding-top: 17px;
}
.news_text h1 {
  font-size: 20px;
  color: #333;
  font-weight: normal;
  margin-bottom: 12px;
  transition: all 0.4s ease;
}
.news_text p {
  font-size: 14px;
  color: #999;
  line-height: 26px;
  max-height: 78px;
  overflow: hidden;
}
.news_text span {
  position: absolute;
  left: 0;
  bottom: 10px;
  display: block;
  width: 88px;
  height: 28px;
  color: #999;
  font-size: 13px;
  text-align: center;
  line-height: 26px;
  border: 1px solid #999;
  background-color: transparent;
  border-radius: 30px;
  opacity: 1;
  transition: all 0.4s ease;
}
.news_text span img {
  margin-left: 5px;
  filter: grayscale(1) brightness(0.5);
  transition: all 0.4s ease;
}
.news_time {
  float: right;
  clear: both;
  margin-top: 7px;
  line-height: 26px;
}
.news_time::after {
  content: '';
  display: block;
  clear: both;
}
.news_time h1 {
  float: left;
  font-size: 14px;
  color: #999;
  font-weight: normal;
  transition: all 0.4s ease;
}
.news_time span {
  float: left;
  font-size: 14px;
  color: #999;
  font-weight: normal;
  transition: all 0.4s ease;
  margin: 0 2px;
}
.news_time p {
  float: left;
  font-size: 14px;
  color: #999;
  font-weight: normal;
  transition: all 0.4s ease;
}
/* 新闻内页 */
.news_de {
  width: 94%;
  margin: 0 auto;
  margin-bottom: 50px;
  background-color: #fff;
  box-sizing: border-box;
}
.news_de .de_title {
  text-align: center;
}
.news_de .de_title h1 {
  color: #333333;
  font-size: 22px;
  font-weight: normal;
  line-height: 35px;
}
.news_de .fx {
  text-align: center;
  margin: 25px 0;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 15px;
  position: relative;
}
.news_de .fx span {
  font-size: 14px;
  color: #666;
  vertical-align: middle;
}
.news_de .fx img {
  width: auto;
  height: 20px;
  margin: 0 5px;
}
.news_de .fx span.news_de_time {
  margin-right: 15px;
  font-size: 14px;
  color: #666;
}
.news_de .news_de_item {
  margin-bottom: 44px;
}
.news_de .news_de_item p {
  font-size: 14px;
  color: #666;
  line-height: 26px;
}
.news_de .news_de_item img {
  display: block;
  margin: 10px auto;
  max-width: 100%;
  height: auto;
}
.news_de .news_de_btns {
  width: 100%;
  height: auto;
  position: relative;
  border-top: 1px solid #dddddd;
  padding-top: 25px;
}
.news_de .news_de_btns a {
  display: block;
  font-size: 15px;
  color: #666666;
}
.news_de .news_de_btns a.prev,
.news_de_de .btns a.next {
  line-height: 22px;
}
.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 {
  width: 100px;
  height: 33px;
  color: #fff;
  text-align: center;
  line-height: 31px;
  border: 1px solid #b30e15;
  border-radius: 19px;
  background-color: #b30e15;
  margin-top: 20px;
}
.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;
}
/* 投资合作 备份 */
.investment_cooperation_bg {
  width: 100%;
  overflow: hidden;
}
.investment_cooperation {
  width: 94%;
  margin: 0 auto;
}
.investment_cooperation_swiper {
  position: relative;
}
.investment_cooperation_swiper1 {
  margin-bottom: 40px;
}
.investment_cooperation_swiper1 .swiper-slide {
  visibility: hidden;
  position: relative;
  z-index: 9;
  background-color: #fff;
}
.investment_cooperation_swiper1 .swiper-slide::after {
  content: '';
  display: block;
  clear: both;
}
.investment_cooperation_swiper1 .swiper-slide-active {
  visibility: visible;
  z-index: 99;
}
.investment_cooperation_swiper_text {
  height: auto;
  margin-bottom: 20px;
}
.investment_cooperation_swiper_text h1,
.investment_cooperation_swiper_text h2 {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  line-height: 28px;
}
.investment_cooperation_swiper_text p {
  font-size: 14px;
  color: #666;
  line-height: 26px;
  margin-top: 10px;
}
.investment_cooperation_swiper_img img {
  width: 100%;
  height: auto;
}
.investment_cooperation_swiper2_bg {
  position: relative;
}
.investment_cooperation_swiper2_bg::after {
  position: absolute;
  top: 35px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  border-radius: 50%;
  background-color: #666;
}
.investment_cooperation_swiper2 {
  width: 100%;
  margin: 0 auto;
  margin-top: 25px;
  height: 80px;
  position: relative;
  background-color: transparent;
}
.investment_cooperation_swiper2 .swiper-wrapper {
  justify-content: space-between;
}
.investment_cooperation_swiper2 .swiper-slide {
  text-align: center;
  height: auto;
  transition: all 0.3s ease;
  background: transparent;
}
.investment_cooperation_swiper2 .swiper-slide p {
  font-size: 16px;
  color: #333;
}
.investment_cooperation_swiper2 .swiper-slide i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #333;
  display: block;
  margin: 0 auto;
  margin-top: 10px;
  position: relative;
}
.investment_cooperation_swiper2 .swiper-slide i::after {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #b10b15;
  transform: translate(-50%, -50%);
}
.investment_cooperation_swiper2 .swiper-slide.swiper-slide-active {
  position: relative;
}
.investment_cooperation_swiper2 .swiper-slide.swiper-slide-active p {
  font-weight: bold;
  color: #b10b15;
}
.investment_cooperation_swiper2 .swiper-slide.swiper-slide-active i {
  background-color: #b10b15;
}
.investment_cooperation_swiper2 .swiper-slide.swiper-slide-active i::after {
  opacity: 1;
  visibility: visible;
}
.investment_cooperation_swiper2 .swiper-button-next {
  top: 0px;
  right: 0;
  width: 33.3%;
  height: 100%;
  margin-top: 0px;
  border-radius: 0px;
  opacity: 0;
}
.investment_cooperation_swiper2 .swiper-button-prev {
  top: 0px;
  left: 0;
  width: 33.3%;
  height: 100%;
  margin-top: 0px;
  border-radius: 0px;
  opacity: 0;
}
.investment_cooperation_swiper2 .swiper-button-disabled {
  opacity: 0 !important;
}
/* 地产开发 */
.real_estate_development_bg {
  width: 100%;
  min-height: auto;
  margin-top: -109px;
  padding-top: 30px;
  padding-bottom: 50px;
  background: url(../images/dc_bg.jpg) no-repeat center / cover;
  overflow: hidden;
}
.real_estate_development {
  width: 94%;
  margin: 0 auto;
}
.real_estate_development_main::after {
  content: '';
  display: block;
  clear: both;
}
.real_estate_development_list ul li {
  margin-bottom: 15px;
  font-size: 17px;
  color: #333;
  line-height: 26px;
  font-weight: normal;
  transition: all 0.4s ease;
}
.real_estate_development_list ul li::before {
  content: '';
  display: block;
  width: 0px;
  height: 3px;
  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: 19px;
  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: 19px;
  color: #b40e1a;
  font-weight: bold;
}
.real_estate_development_list ul li:hover::before {
  width: 27px;
  margin-right: 7px;
}
.real_estate_development_right {
  display: none;
}
.real_estate_development_right_active {
  display: block;
}
.real_estate_development_text {
  margin-bottom: 30px;
}
.real_estate_development_text p {
  font-size: 14px;
  color: #333;
  line-height: 26px;
}
.real_estate_development_swiper_bg {
  overflow: hidden;
}
.real_estate_development_swiper {
  position: relative;
  overflow: visible;
  padding-bottom: 117px;
}
.real_estate_development_swiper::after {
  position: absolute;
  left: 0;
  bottom: 68px;
  content: '';
  display: block;
  width: 100%;
  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: 90%;
  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: 75%;
  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_swiper_img {
  position: relative;
}
.real_estate_development_swiper_img img {
  width: 100%;
  height: auto;
}
.real_estate_development_swiper_img::after {
  position: absolute;
  bottom: -65px;
  left: 10.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: 1;
}
.real_estate_development_swiper_text p {
  position: absolute;
  bottom: 14px;
  left: 0;
  font-size: 14px;
  color: #fff;
  line-height: 26px;
  padding: 0 3%;
}
/* 文化旅游 */
.develop_tourism {
  width: 94%;
  margin: 0 auto;
}
.develop_tourism_swiper {
  overflow: hidden;
}
.develop_tourism_swiper1 {
  overflow: visible !important;
}
.develop_tourism_swiper1 .swiper-slide {
  background-color: #ffffff;
}
.develop_tourism_swiper_text {
  padding: 0 3%;
  margin-bottom: 30px;
}
.develop_tourism_swiper_text h1 {
  font-size: 20px;
  color: #333;
  font-weight: bold;
  margin-bottom: 10px;
}
.develop_tourism_swiper_text p {
  font-size: 14px;
  color: #666;
  line-height: 26px;
}
.develop_tourism_swiper_img {
  margin-bottom: 15px;
}
.develop_tourism_swiper_img img {
  width: 100%;
  height: auto;
}
.develop_tourism_swiper2_bg {
  height: 60px;
  background-color: #cf0101;
}
.develop_tourism_swiper2 {
  height: 60px;
  padding-top: 27px !important;
  transform: translateY(-27px);
}
.develop_tourism_swiper2 .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.develop_tourism_swiper2 .swiper-slide p {
  font-size: 16px;
  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: -12px;
  left: calc(50% - 14px);
  content: '';
  display: block;
  width: 23px;
  height: 12px;
  background: url(../images/icon_delta.png) no-repeat;
  background-size: 23px 12px;
}
/* 人力资源 */
.human_resources_bg {
  margin-bottom: 30px;
  overflow: hidden;
}
.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-button-next {
  right: 3%;
  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: 3%;
  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: 15px;
}
.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: 14px;
  color: #666;
  line-height: 26px;
  padding: 0 3%;
}
/* 口号 */
.slogan_bg {
  position: relative;
}
.slogan_bg img {
  width: 100%;
  height: auto;
  min-height: 159px;
  object-fit: cover;
}
.slogan {
  width: 94%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.slogan h1 {
  font-size: 20px;
  color: #333333;
  font-weight: normal;
  line-height: 33px;
}
/* 招聘岗位 */
.join {
  margin-top: 30px;
  margin-bottom: 50px;
}
.join_title {
  text-align: center;
}
.join_title h1 {
  font-size: 28px;
  color: #333;
  font-weight: bold;
  margin-bottom: 1px;
}
.join_title p {
  font-size: 16px;
  color: #333;
}
.join_main {
  margin-top: 30px;
}
.join_main ul {
  border-top: 1px solid #efefef;
}
.join_main ul li {
  padding: 0 3%;
  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 {
  display: none;
  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: 10px;
}
.join_main_top::after {
  content: '';
  display: block;
  clear: both;
}
.join_main_top .join_main_name {
  font-size: 20px;
  color: #666;
  margin-bottom: 15px;
}
.join_main_top .join_main_text1 p {
  font-size: 14px;
  color: #666666;
  line-height: 26px;
}
.join_main_bottom {
  display: none;
  position: relative;
}
.join_main_bottom::after {
  content: '';
  display: block;
  clear: both;
}
.join_main_bottom .join_main_text2 {
  margin-top: 15px;
}
.join_main_bottom .join_main_text2 p {
  font-size: 14px;
  color: #666666;
  line-height: 26px;
  text-align: right;
}
.join_main_bottom .join_main_text3 strong {
  font-size: 14px;
  color: #333;
  line-height: 26px;
}
.join_main_bottom .join_main_text3 p {
  font-size: 14px;
  color: #666666;
  line-height: 26px;
}
.join_main_icon {
  float: left;
  width: 15px;
  text-align: center;
  font-size: 20px;
  color: #333;
}
/* 文化理念 */
.culture_idea_bg {
  overflow: hidden;
  margin-bottom: 50px;
}
.culture_idea_bg .ny_title {
  width: 94%;
  margin: 0 auto;
  height: 215px;
  background: url(../images/idea_title_bg.png) no-repeat right bottom;
  background-size: 100% auto;
}
.culture_idea {
  width: 94%;
  margin: 0 auto;
  margin-top: -1px;
}
.culture_idea::after {
  content: '';
  display: block;
  clear: both;
}
.culture_idea_swiper {
  overflow: hidden;
  position: relative;
  padding-bottom: 80px;
}
.culture_idea_swiper .swiper-slide {
  padding-top: 10px;
  padding-bottom: 15px;
  background-color: #eee;
}
.culture_idea_swiper .swiper-button-prev {
  top: auto;
  left: 70%;
  bottom: 0px;
  width: 40px;
  height: 40px;
  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: 40px;
  height: 40px;
  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 {
  display: none;
  position: absolute;
  left: 4.4%;
  bottom: 0;
  width: 9.5%;
  height: 2px;
  background-color: #b40f16;
}
.culture_idea_img img {
  width: 100%;
}
.culture_idea_text {
  text-align: center;
  padding-left: 3%;
  padding-right: 3%;
  margin-top: 23px;
}
.culture_idea_text h1 {
  font-size: 18px;
  color: #d2d2d2;
  text-transform: uppercase;
}
.culture_idea_text h2 {
  font-size: 20px;
  color: #333;
  margin-bottom: 10px;
}
.culture_idea_text p {
  font-size: 14px;
  color: #666;
  line-height: 26px;
  min-height: 52px;
}
/* 联系我们 */
.contactus {
  width: 94%;
  margin: 0 auto;
  margin-bottom: 50px;
}
.contactus::after {
  content: '';
  display: block;
  clear: both;
}
.contactus_text {
  margin-bottom: 20px;
}
.contactus_text h1 {
  font-size: 24px;
  color: #333;
  font-weight: bold;
  margin-bottom: 15px;
}
.contactus_text p {
  font-size: 14px;
  color: #999;
  line-height: 26px;
  margin-bottom: 5px;
}
.contactus_text p::after {
  content: '';
  display: block;
  clear: both;
}
.contactus_text p img {
  float: left;
  width: 20px;
  margin-top: 3px;
  margin-right: 6px;
}
.contactus_text p span {
  float: left;
}
.contactus_right {
  height: 280px;
  overflow: hidden;
  position: relative;
}
.contactus_right iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* 法律声明/隐私政策 */
.message {
  width: 94%;
  margin: 0 auto;
  margin-bottom: 50px;
}
.message_main strong {
  font-size: 14px;
  color: #666;
  line-height: 26px;
}
.message_main p {
  font-size: 14px;
  color: #666;
  line-height: 26px;
}
/* 分页 */
.paging {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 60px;
}
.paging ul {
  display: inline-block;
}
.paging ul::after {
  content: '';
  display: block;
  clear: both;
}
.paging ul li {
  float: left;
  margin: 0 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: 31px;
  height: 31px;
  line-height: 31px;
  text-align: center;
  font-size: 16px;
  color: #666;
  background-color: transparent;
  border-radius: 50%;
}
/* 内页标题 */
.ny_title {
  text-align: center;
  margin-bottom: 30px;
}
.ny_title h1 {
  font-size: 28px;
  color: #ae1118;
  font-weight: bold;
  margin-bottom: 1px;
}
.ny_title p {
  font-size: 16px;
  color: #262626;
  margin-bottom: 16px;
}
.ny_title i {
  display: block;
  width: 38px;
  height: 3px;
  background-color: #b40d17;
  margin: 0 auto;
}
/* 面包屑导航 */
.breadcrumb_nav_bg {
  background-color: #f7f7f7;
  margin-bottom: 35px;
}
.breadcrumb_nav_left {
  border-bottom: 1px solid rgba(221, 221, 221, 0.7);
}
.breadcrumb_nav_left ul::after {
  content: '';
  display: block;
  clear: both;
}
.breadcrumb_nav_left ul li {
  float: left;
  min-width: 25%;
}
.breadcrumb_nav_left ul li.breadcrumb_nav_active a {
  color: #b30e15;
  background-color: #fff;
}
.breadcrumb_nav_left ul li.breadcrumb_nav_active a::after {
  opacity: 1;
}
.breadcrumb_nav_left ul li:hover a {
  color: #b30e15;
  background-color: #fff;
}
.breadcrumb_nav_left ul li:hover a::after {
  opacity: 1;
}
.breadcrumb_nav_left ul li a {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #666;
  height: 55px;
  line-height: 50px;
  transition: all 0.4s ease;
  position: relative;
}
.breadcrumb_nav_left ul li a::after {
  position: absolute;
  left: calc(50% - 6px);
  bottom: 6px;
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid #b30e15;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.6s ease;
  box-sizing: border-box;
}
.breadcrumb_nav_right {
  padding: 0 3%;
}
.breadcrumb_nav_right::after {
  content: '';
  display: block;
  clear: both;
}
.breadcrumb_nav_right span {
  float: left;
  line-height: 47px;
}
.breadcrumb_nav_right ul {
  float: left;
}
.breadcrumb_nav_right ul::after {
  content: '';
  display: block;
  clear: both;
}
.breadcrumb_nav_right ul li {
  float: left;
  line-height: 50px;
  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: #b30e15;
}
/* 底部 */
.bottom_bg {
  height: auto;
  background: #262626;
  padding-top: 15px;
  padding-bottom: 15px;
  box-sizing: border-box;
}
.bottom {
  width: 94%;
  margin: 0 auto;
}
.bottom .bottom_left .bottom_logo {
  display: none;
}
.bottom .bottom_left .bottom_terrace {
  margin-bottom: -26px;
}
.bottom .bottom_left .bottom_terrace a {
  display: inline-block;
  margin-right: 10px;
}
.bottom .bottom_left .bottom_terrace img {
  height: 28px;
}
.bottom .bottom_center {
  display: none;
}
.bottom .bottom_right {
  display: none;
}
.bottom2 {
  width: 94%;
  margin: 0 auto;
  font-size: 13px;
  line-height: 22px;
  color: #999999;
  clear: both;
  text-align: center;
}
.bottom2 a {
  font-size: 13px;
  color: #999999;
}
.bottom2 a:hover {
  opacity: 0.7;
}
.bottom2 .bottom2_left {
  text-align: right;
  margin-bottom: 8px;
}
/* 搜索 */
.search_bg {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 45px auto 40px;
}
.search1 {
  width: 92%;
  font-size: 16px;
  height: 52px;
  line-height: 52px;
  border-radius: 30px;
  border: 1px #999999 solid;
  overflow: hidden;
  color: #333;
  margin: 0px auto;
  margin-top: 68px;
}
.search1 .input {
  width: 70%;
  font-size: 16px;
  float: left;
  margin-left: 28px;
  height: 50px;
  overflow: hidden;
  color: #333;
  border: 0px;
  outline: none;
}
.search1 .img {
  width: 38px;
  height: auto;
  float: right;
  margin-right: 15px;
  margin-top: 6px;
}
.search2 {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-bottom: 1px #dddddd solid;
  margin: 40px auto 0px;
}
.search2 ul {
  width: 96%;
  padding-left: 2%;
  padding-right: 2%;
  max-width: 1280px;
  overflow: hidden;
  margin: 0px auto;
}
.search2 ul a {
  color: #666666;
  display: block;
  float: left;
  text-align: center;
  height: 40px;
  width: 20%;
  font-size: 14px;
  border-bottom: 4px transparent solid;
  margin-bottom: 10px;
  line-height: 30px;
}
.search2 ul a:hover {
  border-bottom: 4px #b41019 solid;
  color: #b41019;
}
.search2 ul a.hover {
  border-bottom: 4px #b41019 solid;
  color: #b41019;
}
.search3 {
  width: 92%;
  padding-left: 3%;
  padding-right: 3%;
  max-width: 1280px;
  overflow: hidden;
  margin: 36px auto 0px;
}
.search3 h2 {
  font-weight: normal;
  font-size: 16px;
  color: #666666;
  border-bottom: 1px #dddddd solid;
  height: auto;
  overflow: hidden;
  padding-bottom: 10px;
}
.search3 li {
  height: auto;
  overflow: hidden;
  border-bottom: 1px #dddddd solid;
  padding-bottom: 30px;
  margin-top: 37px;
  font-size: 18px;
}
.search3 li a {
  color: #333;
}
.search3 li a:hover {
  color: #b41019;
}
.search3 li p {
  font-size: 14px;
  color: #999999;
  line-height: 26px;
  margin-top: 15px;
  max-height: 78px;
  overflow: hidden;
}
/*# sourceMappingURL=./mobile.css.map */