body {
  font-family: Arial, "Microsoft YaHei", sans-serif;
  color: #616161;
  overflow-x: hidden;
  height: 100%;
}
@media (min-width: 1366px) {
  .container {
    width: 1200px;
    padding-left: 0;
    padding-right: 0;
  }
}
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-5ths {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
/* 图片自顺应 */
img {
  max-width: 100%;
  height: auto;
  width: auto \9;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
  border: none;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/* public-box */
.public-box {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 991px) {
  .public-box {
    width: 94%;
  }
}
@media (min-width: 1360px) {
  .public-box {
    width: 90%;
  }
}
@media (min-width: 1600px) {
  .public-box {
    width: 84%;
    padding-left: 0;
    padding-right: 0;
  }
}
/*--------------------------------- public-style -------------------------------------*/
/*nav*/
.header-nav {
  min-height: 85px;
  background-color: #fff;
  z-index: 999;
  border: none;
  border-radius: 0;
  margin-bottom: 0;
}
.header-nav .container {
  padding-right: 120px;
  position: relative;
}
.header-nav .navbar-brand {
  padding-top: 20px;
  padding-bottom: 20px;
  height: auto;
}
.header-nav .navbar-toggle {
  z-index: 999;
  border: 1px solid #666;
  margin-top: 25px;
  margin-bottom: 26px;
}
.header-nav .navbar-toggle .icon-bar {
  background-color: #666;
}
.header-nav .navbar-nav li {
  margin-right: 55px;
}
.header-nav .navbar-nav li:last-child {
  margin-right: 0;
}
.header-nav .navbar-nav li a {
  height: 85px;
  line-height: 85px;
  font-size: 16px;
  color: #333333;
  padding: 0;
  font-weight: bold;
}
.header-nav .nav-other {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 85px;
}
.header-nav .nav-other .other-language a {
  width: 32px;
  height: 32px;
  font-size: 14px;
  color: #333333;
  display: block;
  line-height: 28px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #e8e8e8;
}
.header-nav .nav-other .other-search {
  position: relative;
  height: 32px;
  margin-right: 20px;
}
.header-nav .nav-other .other-search .a-serach {
  width: 32px;
  background: url("/Public/Home/images/img-01.png") no-repeat center center;
  height: 32px;
  background-size: 32px;
  display: block;
}
.header-nav .nav-other .other-search .serach-box {
  width: 180px;
  position: absolute;
  right: 0;
  top: 0;
  display: none;
}
.header-nav .nav-other .other-search .serach-box input::-webkit-input-placeholder,
.header-nav .nav-other .other-search .serach-box input::-moz-placeholder,
.header-nav .nav-other .other-search .serach-box input::-ms-input-placeholder {
  color: #eee;
}
.header-nav .nav-other .other-search .serach-box .s-inp {
  padding: 0 40px 0 15px;
  width: 100%;
  box-sizing: border-box;
  height: 32px;
  line-height: 30px;
  font-size: 14px;
  color: #333;
  border: 1px solid #c4171e;
  background-color: #fff;
  border-radius: 18px;
}
.header-nav .nav-other .other-search .serach-box .s-btn {
  width: 32px;
  background: url("/Public/Home/images/img-01.png") no-repeat center center;
  background-size: 32px;
  height: 32px;
  display: block;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
}
.header-nav.index-nav {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background-color: transparent;
}
.header-nav.index-nav .phone-show {
  display: none;
}
.header-nav.index-nav .navbar-nav li a {
  color: #fff;
}
.header-nav.index-nav .nav-other .other-language a {
  color: #fff;
}
.header-nav.index-nav .navbar-toggle {
  border: 1px solid #fff;
}
.header-nav.index-nav .navbar-toggle .icon-bar {
  background-color: #fff;
}
.header-nav.header-bg {
  background: rgba(191, 151, 100, 0.9);
}
.header-nav .dropdown-menu {
  background-color: rgba(44, 44, 46, 0.8);
  transform: translateX(-50%);
  left: 50%;
}
.header-nav .dropdown-menu a {
  font-size: 16px;
  letter-spacing: 2px;
  color: #ffffff;
  display: block;
  text-align: center;
}
.header-nav .dropdown-menu a:hover {
  background-color: #c01920;
}
.header-nav .navbar-nav > li > a:hover,
.header-nav .navbar-nav > li > a:focus,
.header-nav .navbar-nav > .active > a,
.header-nav .navbar-nav > .active > a:hover,
.header-nav .navbar-nav > .active > a:focus,
.header-nav .navbar-nav > .open > a,
.header-nav .navbar-nav > .open > a:hover,
.header-nav .navbar-nav > .open > a:focus {
  background: none;
  color: #c01920;
  font-weight: bold;
}
/* footer-groups */
.footer-groups {
  background: url("/Public/Home/images/img-05.png") no-repeat top center #f0f2f5;
  background-size: cover;
  padding-top: 5%;
  padding-bottom: 5%;
}
.footer-groups .main-cont {
  padding-right: 340px;
  position: relative;
  min-height: 140px;
}
.footer-groups .box-groups .box-s .box-title {
  font-size: 18px;
  line-height: 28px;
  color: #262626;
  font-weight: bold;
  margin-bottom: 10px;
}
.footer-groups .box-groups .box-s .box-cont a {
  display: block;
  font-size: 14px;
  line-height: 28px;
  color: #737373;
}
.footer-groups .box-groups .box-s .box-cont a:hover {
  color: #c4171e;
  text-decoration: underline;
}
.footer-groups .box-erwm {
  position: absolute;
  right: 0;
  top: 0;
}
.footer-groups .box-erwm .txt-s {
  font-size: 14px;
  line-height: 26px;
  color: #737373;
  text-align: right;
  padding-right: 25px;
  padding-top: 30px;
}
.footer-groups .box-erwm .img-s {
  width: 138px;
  height: 138px;
  border: solid 1px #e6e6e6;
}
.footer-groups .box-erwm .img-s img {
  display: block;
  width: 100%;
}
/* footer */
.footer {
  background-color: #2c2c2c;
  padding-top: 40px;
  padding-bottom: 40px;
}
.footer .box-info {
  position: relative;
  padding-left: 230px;
}
.footer .box-info .info-logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 210px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.footer .box-info .info-logo img {
  display: block;
  width: 100%;
}
.footer .box-info .info-txt {
  padding-left: 20px;
  position: relative;
  font-size: 14px;
  line-height: 26px;
  color: #ffffff;
}
.footer .box-info .info-txt:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #565656;
}
.footer .box-other {
  text-align: right;
  padding-top: 13px;
  padding-bottom: 13px;
}
.footer .box-other > div {
  display: inline-block;
  margin-left: 10px;
}
.footer .box-other > div:first-child {
  margin-left: 0;
}
.footer .box-other > div img {
  display: block;
}
/* other-banner */
.other-banner {
  position: relative;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 270px;
}
.other-banner img {
  display: block;
}
.other-banner .phone-img {
  display: none;
}
/* bread-crumbs */
.bread-crumbs {
  border-bottom: solid 1px #e5e5e5;
}
.bread-crumbs .b-l {
  line-height: 60px;
  font-size: 14px;
  color: #737373;
}
.bread-crumbs .b-l a {
  color: #737373;
}
.bread-crumbs .b-l a:hover {
  text-decoration: underline;
}
.bread-crumbs .b-l span {
  color: #c51b22;
}
.bread-crumbs .b-r {
  text-align: right;
}
.bread-crumbs .b-r a {
  display: inline-block;
  height: 60px;
  line-height: 56px;
  color: #262626;
  margin-right: 40px;
  font-size: 16px;
}
.bread-crumbs .b-r a:last-child {
  margin-right: 0;
}
.bread-crumbs .b-r a:hover,
.bread-crumbs .b-r a.current {
  color: #bf9764;
  border-bottom: 4px solid #bf9764;
}
/* other-main */
.other-main {
  padding-top: 50px;
  padding-bottom: 40px;
}
/*page*/
.page {
  text-align: center;
  padding-top: 45px;
}
.page a {
  display: inline-block;
  margin: 0 2px 5px 2px;
  border: 1px solid #dcdcdc;
  background: #ffffff;
  border-radius: 3px;
  height: 38px;
  line-height: 36px;
  padding: 0 14px;
  color: #666666;
  font-size: 16px;
  transition: all 0.5s;
}
.page a:hover,
.page a.current {
  border-color: #c4171e;
  background: #c4171e;
  color: #ffffff;
}
/*--------------------------------- other-page-style -------------------------------------*/
/* 投资团队 */
.investment-team .row {
  margin-left: -20px;
  margin-right: -20px;
}
.investment-team .row .box-w {
  padding-left: 20px;
  padding-right: 20px;
}
.investment-team .box-s {
  margin-bottom: 20px;
}
.investment-team .box-s .box-img {
  margin-bottom: 20px;
}
.investment-team .box-s .box-img img {
  display: block;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin: 0 auto;
  transition: all 0.7s;
}
.investment-team .box-s .box-title {
  text-align: center;
  font-size: 20px;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #262626;
  margin-bottom: 10px;
  display: block;
}
.investment-team .box-s .box-txt {
  font-size: 14px;
  line-height: 24px;
  color: #737373;
  height: 96px;
  overflow: hidden;
}
.investment-team .box-s:hover .box-img img {
  transform: scale(1.1);
}
/* 联系方法 */
.contact-us {
  background: url("/Public/Home/images/img-22.png") no-repeat center center #fff;
  background-size: contain;
  padding-top: 5%;
  padding-bottom: 5%;
}
.contact-us .row {
  margin-left: -3%;
  margin-right: -3%;
}
.contact-us .row .box-w {
  padding-left: 3%;
  padding-right: 3%;
}
.contact-us .box-s {
  transition: all 0.7s;
}
.contact-us .box-s .box-img {
  margin-bottom: 40px;
}
.contact-us .box-s .box-img img {
  display: block;
  width: 100%;
}
.contact-us .box-s .box-icon {
  margin-bottom: 20px;
}
.contact-us .box-s .box-icon img {
  display: block;
}
.contact-us .box-s .box-title {
  position: relative;
  height: 60px;
  line-height: 58px;
  font-size: 24px;
  color: #262626;
  margin-bottom: 20px;
}
.contact-us .box-s .box-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 26px;
  height: 2px;
  background-color: #bf9764;
}
.contact-us .box-s .box-txt {
  font-size: 15px;
  line-height: 30px;
  color: #666666;
  margin-bottom: 25px;
}
.contact-us .box-s .box-a {
  display: block;
  width: 110px;
  height: 40px;
  background: url("/Public/Home/images/img-21.png") no-repeat 17px 11px #bf9764;
  border-radius: 4px;
  padding-left: 35px;
  font-size: 14px;
  line-height: 40px;
  color: #ffffff;
}
.contact-us .box-s:hover {
  margin-top: -20px;
}
/* BP 通道 */
.BP-channel {
  position: relative;
}
.BP-channel .bg-img img {
  display: block;
}
.BP-channel .box-email {
  position: absolute;
  top: 12%;
  left: 15px;
  height: 72px;
  line-height: 72px;
  padding-left: 75px;
  padding-right: 25px;
}
.BP-channel .box-email:after,
.BP-channel .box-email:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
}
.BP-channel .box-email:before {
  width: 120px;
  background: url("/Public/Home/images/img-24.png") no-repeat 10px 14px #c5181e;
  left: 0;
}
.BP-channel .box-email:after {
  display: none;
  width: 72px;
  border: 2px solid #c5181e;
  border-left: none;
  right: 0;
}
.BP-channel .box-email span {
  font-size: 18px;
  line-height: 40px;
  color: #ffffff;
  display: inline-block;
  position: relative;
}
.BP-channel .box-email span:after {
  width: 70px;
  height: 2px;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
}
/* 加入我们 */
.join-us {
  padding-top: 4%;
  padding-bottom: 8%;
  background: url("/Public/Home/images/img-27.png") no-repeat bottom center;
  background-size: cover;
}
.join-us .row {
  margin-left: -1.5%;
  margin-right: -1.5%;
}
.join-us .row .box-img-w,
.join-us .row .box-info-w {
  padding-left: 1.5%;
  padding-right: 1.5%;
}
.join-us .box-img img {
  display: block;
  width: 100%;
}
.join-us .box-info {
  padding-top: 0px;
}
.join-us .box-info .box-title {
  line-height: 100%;
  font-size: 26px;
  color: #262626;
	margin-bottom: 20px;
	padding-top: 30px;
	padding-bottom: 26px;
  position: relative;
}
.join-us .box-info .box-title:first-child {
	padding-top: 0px;
}
.join-us .box-info .box-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 26px;
  height: 2px;
  background-color: #bf9764;
}
.join-us .box-info .box-txt {
  font-size: 16px;
  line-height: 28px;
  color: #595959;
}
.join-us .box-info .box-more {
	margin-top: 16px;
}
.join-us .box-info .box-more a {
	font-size: 16px;
	color: #bf9764;
	line-height: 100%;
	text-decoration: underline;
	display: inline-block;
}
/* 新闻列表 */
.news-list .box-s {
  min-height: 234px;
  margin-bottom: 30px;
  padding-left: 350px;
  padding-right: 15px;
}
.news-list .box-s:last-child {
  margin-bottom: 0;
}
.news-list .box-s .box-img {
  position: absolute;
  width: 335px;
  margin-left: -350px;
  overflow: hidden;
}
.news-list .box-s .box-img img {
  display: block;
  width: 100%;
  transition: all 0.7s;
}
.news-list .box-s .box-info {
  padding-top: 15px;
}
.news-list .box-s .box-info .box-title {
  display: block;
  font-size: 22px;
  line-height: 32px;
  height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #262626;
  margin-bottom: 15px;
}
.news-list .box-s .box-info .box-date {
  font-size: 18px;
  line-height: 24px;
  color: #262626;
  margin-bottom: 20px;
}
.news-list .box-s .box-info .box-txt {
  font-size: 14px;
  line-height: 26px;
  color: #737373;
  height: 52px;
  overflow: hidden;
  margin-bottom: 35px;
}
.news-list .box-s .box-info .box-more {
  display: inline-block;
  font-size: 14px;
  line-height: 28px;
  color: #bf9764;
  border-bottom: 1px solid #bf9764;
}
.news-list .box-s:hover {
  background-color: #f4f5f7;
}
.news-list .box-s:hover .box-img img {
  transform: scale(1.1);
}
.news-list .box-s:hover .box-info {
  padding-top: 15px;
}
.news-list .box-s:hover .box-info .box-title {
  color: #bb8b4e;
}
.news-list .box-s:hover .box-info .box-date {
  font-size: 18px;
  line-height: 24px;
  color: #262626;
  margin-bottom: 20px;
}
.news-list .box-s:hover .box-info .box-txt {
  font-size: 14px;
  line-height: 26px;
  color: #737373;
  height: 52px;
  overflow: hidden;
  margin-bottom: 35px;
}
.news-list .box-s:hover .box-info .box-more {
  display: inline-block;
  font-size: 14px;
  line-height: 28px;
  color: #bf9764;
  border-bottom: 1px solid #bf9764;
}
/* 文章详情 */
.article-details .m-title {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 25px;
  margin-bottom: 30px;
  font-size: 16px;
  color: #b4b4b4;
}
.article-details .m-title h1 {
  font-size: 32px;
  line-height: 46px;
  color: #000000;
  text-align: center;
  margin-bottom: 15px;
}
.article-details .m-title .title-other {
  text-align: center;
}
.article-details .m-title .title-other > div {
  display: inline-block;
  margin: 5px 10px;
}
.article-details .m-title .title-other > div span {
  display: inline-block;
  margin: 0 10px;
}
.article-details .m-title .title-other .title-share {
  vertical-align: top;
}
.article-details .box-main {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  text-align: justify;
  padding-left: 7.5%;
  padding-right: 7.5%;
}
.other-page {
  border-top: 1px solid #dfdfdf;
  margin-top: 35px;
  padding: 25px 7.5%;
}
.other-page .page-r {
  text-align: right;
}
.other-page a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #666666;
}
.other-page a:hover {
  color: #c4171e;
}
/* 管理团队 */
.management-team {
  background: url("/Public/Home/images/img-41.png") no-repeat top center;
  background-size: cover;
  padding: 6% 8% 0;
}
.management-team .team-list {
  padding-left: 10%;
  padding-right: 10%;
}
.management-team .team-page {
  bottom: 30px;
  text-align: left;
}
.management-team .team-page .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  background: url("/Public/Home/images/img-37.png") no-repeat;
  border-radius: 0;
  opacity: 1;
  transition: all 0.5s;
}
.management-team .team-page .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: url("/Public/Home/images/img-36.png") no-repeat;
}
.management-team .team-prev,
.management-team .team-next {
  width: 76px;
  height: 76px;
  margin-top: -38px;
}
.management-team .team-prev:after,
.management-team .team-next:after {
  display: none;
}
.management-team .team-prev {
  background: url("/Public/Home/images/img-38.png") no-repeat top center;
}
.management-team .team-prev:hover {
  background: url("/Public/Home/images/img-38-h.png") no-repeat top center;
}
.management-team .team-next {
  background: url("/Public/Home/images/img-39.png") no-repeat top center;
}
.management-team .team-next:hover {
  background: url("/Public/Home/images/img-39-h.png") no-repeat top center;
}
.management-team .box-s .box-img img {
  display: block;
  margin: 0 auto;
}
.management-team .box-s .box-info {
  font-size: 15px;
  line-height: 30px;
  color: #333333;
  padding-top: 26%;
  padding-bottom: 10px;
}
.management-team .box-s .box-info .title-s {
  font-size: 40px;
  line-height: 54px;
  color: #333333;
  margin-bottom: 30px;
  font-weight: bold;
}
.management-team .box-s .box-info .job-s {
  margin-bottom: 15px;
}
/* 营业领域 */
.business-area .box-s {
  padding-top: 5%;
  padding-bottom: 5%;
}
.business-area .box-s .row {
  display: flex;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
}
.business-area .box-s .row .box-w {
  min-width: 50%;
  padding-left: 0;
  padding-right: 0;
}
.business-area .box-s .box-img {
  overflow: hidden;
}
.business-area .box-s .box-img img {
  display: block;
  width: 100%;
  transition: all 0.7s;
}
.business-area .box-s .box-info .box-title {
  font-size: 34px;
  line-height: 60px;
  color: #262626;
  margin-bottom: 20px;
  font-weight: bold;
}
.business-area .box-s .box-info .box-title img {
  vertical-align: middle;
  margin-top: -3px;
}
.business-area .box-s .box-info .box-title span {
  display: inline-block;
}
.business-area .box-s .box-info .box-txt {
  font-size: 15px;
  line-height: 30px;
  color: #333333;
}
.business-area .box-s:nth-child(2n+1) {
  background-color: #f2f2f2;
}
.business-area .box-s:nth-child(2n+1) .box-info {
  padding-left: 5%;
}
.business-area .box-s:nth-child(2n) .box-info {
  padding-right: 5%;
}
.business-area .box-s:nth-child(2n) .box-info .box-title {
  text-align: right;
}
.business-area .box-s:nth-child(2n) .box-info .box-title img {
  margin-left: 15px;
}
/* 关于99贵宾会 */
.about-us {
  background: url("/Public/Home/images/img-51.png") no-repeat bottom center;
  background-size: cover;
  padding-top: 6%;
  padding-bottom: 6%;
}
.about-us .row {
  margin-left: 0;
  margin-right: 0;
}
.about-us .row .box-w {
  padding-left: 0;
  padding-right: 0;
}
.about-us .box-img {
  position: relative;
  padding-left: 7%;
  padding-top: 7%;
  margin-bottom: 30px;
}
.about-us .box-img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 7%;
  bottom: 7%;
  border: solid 5px #ebd2b9;
}
.about-us .box-img img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 99;
}
.about-us .box-info {
  padding-left: 7%;
}
.about-us .box-info .box-title {
  font-size: 40px;
  line-height: 56px;
  color: #262626;
  margin-bottom: 30px;
  font-weight: bold;
}
.about-us .box-info .box-txt {
  font-size: 15px;
  line-height: 31px;
  color: #333333;
  margin-bottom: 20px;
  text-align: justify;
}
.about-us .box-info .box-txt p {
  text-indent: 2em;
}
.about-us .box-info .box-groups {
  display: flex;
  justify-content: space-between;
}
.about-us .box-info .box-groups > div {
  text-align: center;
  margin-bottom: 20px;
}
.about-us .box-info .box-groups > div .num-s {
  position: relative;
  height: 120px;
  line-height: 120px;
  font-size: 16px;
  color: #262626;
  margin-bottom: 25px;
}
.about-us .box-info .box-groups > div .num-s span {
  font-size: 90px;
  color: #c4171e;
}
.about-us .box-info .box-groups > div .num-s:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 25px;
  height: 2px;
  background-color: #bf9764;
}
.about-us .box-info .box-groups > div .title-s {
  font-size: 16px;
  line-height: 28px;
  color: #262626;
}
/* 公司文化 */
.company-culture {
  background: url("/Public/Home/images/img-53.png") no-repeat bottom center #fff;
  padding-top: 6%;
  padding-bottom: 3%;
}
.company-culture .main-cont {
  position: relative;
  background: url("/Public/Home/images/img-58.png") no-repeat top center;
  background-size: contain;
  height: 620px;
}
.company-culture .box-logo,
.company-culture .box-s {
  position: absolute;
}
.company-culture .box-logo img,
.company-culture .box-s img {
  display: block;
}
.company-culture .box-logo {
  left: 43%;
  top: 36.5%;
  width: 12.5%;
}
.company-culture .box-s {
  width: 20%;
}
.company-culture .box-s .box-c {
  position: absolute;
  left: 0;
  right: 5%;
  top: 0;
  bottom: 0;
  text-align: center;
  color: #916b39;
  padding-top: 20%;
}
.company-culture .box-s .num-s {
  font-size: 36px;
  line-height: 38px;
}
.company-culture .box-s .title-en {
  font-size: 14px;
  line-height: 28px;
}
.company-culture .box-s .title-ch {
  font-size: 36px;
  font-weight: bold;
  line-height: 48px;
  color: #ffffff;
}
.company-culture .box-s.box-01 {
  left: 4%;
  top: 20%;
}
.company-culture .box-s.box-02 {
  left: 30.75%;
  top: 9%;
}
.company-culture .box-s.box-03 {
  left: 42%;
  top: 60%;
}
.company-culture .box-s.box-04 {
  left: 62%;
  top: 37%;
}
.company-culture .box-s.box-05 {
  left: 77%;
  top: 24%;
}
/* 过往声誉 */
.past-glory {
  position: relative;
  padding-top: 5%;
}
.past-glory:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  background-color: #adadad;
  width: 50%;
}
.past-glory .main-cont {
  padding: 12% 12% 33% 40%;
  background: url("/Public/Home/images/img-61.png") no-repeat bottom left -10px;
  background-size: contain;
  position: relative;
  font-size: 14px;
  line-height: 24px;
  color: #7f7f7f;
  z-index: 99;
}
.past-glory .main-cont .box-title {
  position: absolute;
  top: 22%;
  left: 7%;
}
.past-glory .main-cont .box-title img {
  display: block;
}
.past-glory .main-cont:after,
.past-glory .main-cont:before {
  content: '';
  position: absolute;
}
.past-glory .main-cont:after {
  width: 2px;
  background-color: #adadad;
  top: 0;
  right: 10px;
  bottom: 0;
}
.past-glory .main-cont:before {
  background: url("/Public/Home/images/img-59.png") no-repeat;
  width: 427px;
  height: 73px;
  right: 0;
  top: 0;
  z-index: 99;
}
/* 战略相助 */
.strategic-cooperation {
  background: url("/Public/Home/images/img-63.png") no-repeat center center;
  background-size: contain;
  padding-top: 5%;
  padding-bottom: 5%;
}
.strategic-cooperation .main-cont {
  height: 600px;
  position: relative;
}
.strategic-cooperation .main-cont .cont-info {
  position: relative;
  z-index: 99;
  width: 550px;
  margin: 0 auto;
  text-align: center;
}
.strategic-cooperation .main-cont .cont-info .box-logo {
  margin-bottom: 50px;
}
.strategic-cooperation .main-cont .cont-info .box-logo img {
  display: block;
  margin: 0 auto;
}
.strategic-cooperation .main-cont .cont-info .box-title {
  font-size: 26px;
  line-height: 32px;
  color: #bf9764;
  margin-bottom: 25px;
  font-weight: bold;
}
.strategic-cooperation .main-cont .cont-info .box-txt {
  font-size: 14px;
  line-height: 30px;
  color: #737373;
}
.strategic-cooperation .main-cont .cont-logo {
  position: absolute;
  width: 1110px;
  height: 580px;
  background: url("/Public/Home/images/img-68.png") no-repeat top center;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
}
.strategic-cooperation .main-cont .cont-logo .logo-s {
  position: absolute;
  width: 20%;
}
.strategic-cooperation .main-cont .cont-logo .logo-s img {
  display: block;
  transition: all 0.7s;
}
.strategic-cooperation .main-cont .cont-logo .logo-s .box-info {
  position: absolute;
  width: 534px;
  box-shadow: 4px 6px 18px 0 rgba(0, 0, 0, 0.27);
  padding: 20px;
  line-height: 28px;
  background-color: #fff;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
.strategic-cooperation .main-cont .cont-logo .logo-s .box-info:after {
  content: '';
  position: absolute;
  width: 17px;
  height: 37px;
  top: 50%;
  transform: translateY(-50%);
}
.strategic-cooperation .main-cont .cont-logo .logo-s .box-info .title-s {
  font-size: 16px;
  color: #bf9764;
}
.strategic-cooperation .main-cont .cont-logo .logo-s .box-info .txt-s {
  font-size: 14px;
  color: #626262;
}
.strategic-cooperation .main-cont .cont-logo .logo-s.logo-left .box-info {
  left: 115%;
}
.strategic-cooperation .main-cont .cont-logo .logo-s.logo-left .box-info:after {
  background: url("/Public/Home/images/img-98.png") no-repeat;
  left: -17px;
}
.strategic-cooperation .main-cont .cont-logo .logo-s.logo-right .box-info {
  right: 115%;
}
.strategic-cooperation .main-cont .cont-logo .logo-s.logo-right .box-info:after {
  right: -17px;
  background: url("/Public/Home/images/img-99.png") no-repeat;
}
.strategic-cooperation .main-cont .cont-logo .logo-s:hover {
  z-index: 9;
}
.strategic-cooperation .main-cont .cont-logo .logo-s:hover img {
  transform: scale(1.1);
}
.strategic-cooperation .main-cont .cont-logo .logo-s:hover .box-info {
  display: block;
}
.strategic-cooperation .main-cont .cont-logo .logo-s.logo-01,
.strategic-cooperation .main-cont .cont-logo .logo-s.logo-04 {
  top: 6%;
}
.strategic-cooperation .main-cont .cont-logo .logo-s.logo-02,
.strategic-cooperation .main-cont .cont-logo .logo-s.logo-03 {
  bottom: 0;
}
.strategic-cooperation .main-cont .cont-logo .logo-s.logo-01 {
  left: 0;
}
.strategic-cooperation .main-cont .cont-logo .logo-s.logo-04 {
  right: 0;
}
.strategic-cooperation .main-cont .cont-logo .logo-s.logo-02 {
  left: 18%;
}
.strategic-cooperation .main-cont .cont-logo .logo-s.logo-03 {
  right: 18%;
}
/* 媒体相助 */
.media-cooperation {
  background: url("/Public/Home/images/img-63.png") no-repeat top 30% center;
  background-size: cover;
  padding-top: 5%;
}
.media-cooperation .main-cont {
  background-position: bottom center;
  background-repeat: no-repeat;
  min-height: 880px;
}
.media-cooperation .main-cont .box-bg {
  height: 720px;
}
.media-cooperation .main-cont .box-top {
  position: relative;
  z-index: 9;
}
.media-cooperation .main-cont .box-top .box-info .box-logo {
  margin-bottom: 25px;
}
.media-cooperation .main-cont .box-top .box-info .box-txt {
  font-size: 16px;
  line-height: 28px;
  color: #333;
  margin-bottom: 25px;
}
.media-cooperation .main-cont .box-top .box-form {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  max-width: 545px;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 6% 7%;
}
.media-cooperation .main-cont .box-top .box-form h1 {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #000;
}
.media-cooperation .main-cont .box-top .box-form .form-group {
  margin-bottom: 25px;
}
.media-cooperation .main-cont .box-top .box-form .form-group label {
  font-size: 18px;
  font-weight: normal;
  line-height: 34px;
}
.media-cooperation .main-cont .box-top .box-form .form-group label span {
  color: #f00;
}
.media-cooperation .main-cont .box-top .box-form .form-group .form-inp {
  border: none;
  border-bottom: 1px solid #e1e1e1;
  box-shadow: none;
  padding: 10px 0;
  border-radius: 0;
  height: 44px;
  line-height: 24px;
}
.media-cooperation .main-cont .box-top .box-form .form-group .form-txt {
  border-radius: 0;
  border: 1px solid #e1e1e1;
  background-color: #f7f7f7;
}
.media-cooperation .main-cont .box-top .box-form .form-btn {
  border: none;
  display: block;
  width: 100%;
  background-color: #c5181e;
  font-size: 18px;
  color: #fff;
  height: 54px;
}
/* 投资案例 */
.case-list .m-title,
.case-details .m-title {
  font-size: 34px;
  line-height: 40px;
  color: #262626;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.case-list .list-groups .row {
  margin-left: -1.5%;
  margin-right: -1.5%;
}
.case-list .list-groups .row .box-w {
  padding-left: 1.5%;
  padding-right: 1.5%;
}
.case-list .list-groups .box-s {
  transition: all 0.7s;
  margin-bottom: 35px;
}
.case-list .list-groups .box-s .box-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.case-list .list-groups .box-s .box-img img {
  display: block;
  width: 100%;
  transition: all 0.7s;
}
.case-list .list-groups .box-s .box-title {
  display: block;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  color: #333333;
  margin-bottom: 10px;
}
.case-list .list-groups .box-s .box-txt {
  font-size: 14px;
  line-height: 24px;
  color: #737373;
  height: 72px;
  overflow: hidden;
}
.case-list .list-groups .box-s:hover {
  transform: translateY(-10px);
}
.case-list .list-groups .box-s:hover .box-img img {
  transform: scale(1.1);
}
.case-list .list-groups .box-s:hover .box-title {
  color: #bf9764;
  text-decoration: underline;
}
/* 案例详情 */
.case-details .details-info {
  margin-bottom: 5%;
}
.case-details .details-info .info-warp {
  margin-bottom: 35px;
  position: relative;
}
.case-details .details-info .info-warp:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 50%;
  background-color: #ededed;
}
.case-details .details-info .box-top {
  position: relative;
  min-height: 338px;
  z-index: 999;
  background-color: #ededed;
  padding-left: 285px;
  padding-right: 30px;
}
.case-details .details-info .box-top .logo-s {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 248px;
  display: flex;
  align-items: center;
  padding: 20px;
  background-color: #c4171e;
}
.case-details .details-info .box-top .logo-s img {
  display: block;
  margin: 0 auto;
}
.case-details .details-info .box-top .info-s {
  padding: 30px 0;
  font-size: 18px;
  line-height: 28px;
  color: #666666;
}
.case-details .details-info .box-top .info-s .title-s {
  font-size: 24px;
  line-height: 28px;
  color: #666666;
  margin-bottom: 30px;
}
.case-details .details-info .box-info {
  font-size: 15px;
  line-height: 36px;
  color: #787878;
}
.case-details .related-news .news-title {
  height: 50px;
  line-height: 50px;
  margin-bottom: 20px;
}
.case-details .related-news .news-title .title-l {
  font-size: 28px;
  color: #262626;
  font-weight: bold;
  float: left;
}
.case-details .related-news .news-title .title-more {
  float: right;
  display: inline-block;
  text-decoration: underline;
  font-size: 14px;
  color: #bf9764;
}
.case-details .related-news .news-groups .row {
  margin-left: -1.5%;
  margin-right: -1.5%;
}
.case-details .related-news .news-groups .row .box-w {
  padding-left: 1.5%;
  padding-right: 1.5%;
}
.case-details .related-news .news-groups .box-s {
  transition: all 0.7s;
  margin-bottom: 30px;
}
.case-details .related-news .news-groups .box-s .box-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.case-details .related-news .news-groups .box-s .box-img img {
  display: block;
  width: 100%;
  transition: all 0.7s;
}
.case-details .related-news .news-groups .box-s .box-title {
  display: block;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  color: #333333;
  margin-bottom: 10px;
}
.case-details .related-news .news-groups .box-s .box-txt {
  font-size: 14px;
  line-height: 24px;
  color: #737373;
  height: 72px;
  overflow: hidden;
  margin-bottom: 20px;
}
.case-details .related-news .news-groups .box-s .box-date {
  font-size: 14px;
  line-height: 24px;
  color: #bf9764;
}
.case-details .related-news .news-groups .box-s:hover .box-img img {
  transform: scale(1.1);
}
.case-details .related-news .news-groups .box-s:hover .box-title {
  color: #bf9764;
  text-decoration: underline;
}
/*--------------------------------- index-style -------------------------------------*/
.index-banner .box-s {
  position: relative;
}
.index-banner .box-s .img-s {
  display: block;
  width: 100%;
}
.index-banner .box-s .box-c {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-banner .box-s .box-c.txt-other .banner-txt {
  padding-top: 18%;
}
.index-banner .box-s .box-c img {
  max-width: 80%;
}
.index-banner .box-s .banner-txt {
  transform: translateY(-200px);
  opacity: 0;
  transition: all 0.7s;
}
.index-banner .box-s img {
  display: block;
  margin: 0 auto;
}
.index-banner .ani-slide .banner-txt {
  transform: translateY(0);
  opacity: 1;
}
.index-banner .banner-arrow-page {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  text-align: center;
}
.index-banner .banner-arrow-page > div {
  position: relative !important;
  display: inline-block !important;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}
.index-banner .banner-arrow-page .banner-prev,
.index-banner .banner-arrow-page .banner-next {
  width: 40px;
  height: 40px;
  margin-top: 0;
  top: 0;
}
.index-banner .banner-arrow-page .banner-prev:after,
.index-banner .banner-arrow-page .banner-next:after {
  display: none;
}
.index-banner .banner-arrow-page .banner-prev {
  background: url("/Public/Home/images/img17.png") no-repeat top center;
}
.index-banner .banner-arrow-page .banner-next {
  background: url("/Public/Home/images/img18.png") no-repeat top center;
}
.index-banner .banner-arrow-page .banner-page {
  margin: 0 20px;
  padding-bottom: 8px;
  position: relative;
}
.index-banner .banner-arrow-page .banner-page .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background-color: #ffffff;
  border-radius: 7px;
  opacity: 1;
  margin: 0 5px;
}
.index-banner .banner-arrow-page .banner-page .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 35px;
}
.index-box {
  overflow: hidden;
  padding-top: 6%;
  padding-bottom: 6%;
  background-size: cover;
  background-position: bottom center;
}
.index-box .public-info {
  margin-bottom: 30px;
}
.index-box .public-info .info-title {
  font-size: 40px;
  line-height: 60px;
  color: #262626;
  font-weight: bold;
}
.index-box .public-info .info-txt {
  font-size: 14px;
  line-height: 26px;
  margin-top: 20px;
}
.index-box .public-info .info-menu {
  position: relative;
  margin-top: 40px;
  padding-top: 12px;
}
.index-box .public-info .info-menu:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #d9d9d9;
}
.index-box .public-info .info-menu a {
  display: block;
  font-size: 14px;
  line-height: 26px;
  color: #404040;
  margin-bottom: 3px;
}
.index-box .public-info .info-menu a:hover {
  color: #bf9764;
  text-decoration: underline;
}
.index-box .index-more {
  display: inline-block;
  font-size: 14px;
  line-height: 28px;
  color: #bf9764;
  text-decoration: underline;
  margin-top: 25px;
}
.index-box-01 {
  background-image: url("/Public/Home/images/img19.png");
}
.index-box-01 .box-info .row {
  margin-left: -2%;
  margin-right: -2%;
}
.index-box-01 .box-info .row .box-w {
  padding-left: 2%;
  padding-right: 2%;
  margin-bottom: 30px;
}
.index-box-01 .box-info .txt-s {
  border-top: 1px solid #bf9764;
  padding-top: 35px;
  font-size: 14px;
  line-height: 26px;
  color: #262626;
}
.index-box-01 .box-groups {
  display: flex;
  justify-content: space-between;
}
.index-box-01 .box-groups > div {
  text-align: center;
  margin-bottom: 20px;
  display: inline-block;
}
.index-box-01 .box-groups > div .num-s {
  position: relative;
  height: 120px;
  line-height: 120px;
  font-size: 16px;
  color: #262626;
  margin-bottom: 25px;
}
.index-box-01 .box-groups > div .num-s span {
  font-size: 90px;
  color: #c4171e;
}
.index-box-01 .box-groups > div .num-s:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 25px;
  height: 2px;
  background-color: #bf9764;
}
.index-box-01 .box-groups > div .title-s {
  font-size: 16px;
  line-height: 28px;
  color: #262626;
}
.index-box-02 {
  background-image: url("/Public/Home/images/img20.png");
}
.index-box-02 .tabs-title {
  margin-bottom: 10%;
}
.index-box-02 .tabs-title a {
  float: left;
  width: 22%;
  height: 95px;
  border: solid 1px rgba(255, 255, 255, 0.65);
  margin-right: 4%;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  line-height: 36px;
  color: #ffffff;
  position: relative;
}
.index-box-02 .tabs-title a .icon-s {
  margin-right: 15px;
}
.index-box-02 .tabs-title a:last-child {
  margin-right: 0;
}
.index-box-02 .tabs-title a.current {
  background-color: #bf9764;
  border-color: #bf9764;
}
.index-box-02 .tabs-title a.current:after {
  content: '';
  position: absolute;
  background: url("/Public/Home/images/img-71.png") no-repeat;
  width: 15px;
  height: 8px;
  bottom: -10px;
}
.index-box-02 .tabs-cont > div {
  display: none;
}
.index-box-02 .public-info {
  min-height: 390px;
}
.index-box-02 .public-info .info-title,
.index-box-02 .public-info .info-txt {
  color: #fff;
}
.index-box-02 .public-info .info-txt {
  line-height: 36px;
}
.index-box-03 {
  background-image: url("/Public/Home/images/img-81.png");
  background-color: #fff;
}
.index-box-03 .customer-remarks {
  position: relative;
}
.index-box-03 .customer-remarks .gallery-top {
  margin-bottom: 5%;
}
.index-box-03 .customer-remarks .list-warp {
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
}
.index-box-03 .customer-remarks .groups-prev:after,
.index-box-03 .customer-remarks .groups-next:after {
  color: #cccccc;
  font-size: 30px;
}
.index-box-03 .customer-remarks .groups-prev:hover:after,
.index-box-03 .customer-remarks .groups-next:hover:after {
  color: #bf9764;
}
.index-box-03 .swiper-slide-thumb-active .box-01 .box-img img {
  transform: scale(1.1);
}
.index-box-03 .swiper-slide-thumb-active .box-01 .box-txt {
  color: #bf9764;
}
.index-box-03 .box-01 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.index-box-03 .box-01 .box-img {
  margin-bottom: 20px;
}
.index-box-03 .box-01 .box-img img {
  display: block;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  margin: 0 auto;
  transition: all 0.5s;
}
.index-box-03 .box-01 .box-txt {
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  color: #333333;
}
.index-box-03 .box-02 {
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 10px;
}
.index-box-03 .box-02 .box-img {
  margin-bottom: 20px;
}
.index-box-03 .box-02 .box-img img {
  display: block;
  width: 154px;
  height: 154px;
  border-radius: 50%;
  margin: 0 auto;
  transition: all 0.7s;
}
.index-box-03 .box-02 .box-job {
  text-align: center;
  font-size: 16px;
  line-height: 33px;
  color: #bf9764;
  margin-bottom: 25px;
}
.index-box-03 .box-02 .box-job span {
  display: block;
  font-size: 24px;
}
.index-box-03 .box-02 .box-txt {
  font-size: 14px;
  line-height: 26px;
  color: #595959;
  margin-bottom: 15px;
}
.index-box-03 .box-02 .box-name {
  text-align: right;
}
.index-box-03 .box-02 .box-name img {
  display: block;
  margin-left: auto;
  margin-right: 0;
}
.index-box-03 .box-02:hover .box-img img {
  transform: scale(1.1);
}
.index-box-04 {
  background-image: url("/Public/Home/images/img08.png");
}
.index-box-04 .history-year {
  background: url("/Public/Home/images/img38.png") no-repeat top center;
  width: 580px;
  height: 448px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.index-box-04 .history-year .pie {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 444px;
  height: 444px;
  border-radius: 100%;
  overflow: hidden;
  transform: translate(-50%, -50%) rotate(0deg);
  /*针对mac safari浏览器兼容*/
  animation: spin 6s infinite;
}
.index-box-04 .history-year .pie:after {
  content: "";
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  width: 16px;
  height: 16px;
  background-color: #ffffff;
}
.index-box-04 .history-year .pie .slice {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 50%;
  transform-origin: 0% 100%;
  transform: rotate(-36deg) skewY(-54deg);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2));
  /* 标准的语法 */
}
.index-box-04 .history-year .box-logo {
  position: absolute;
  left: 0;
  right: 0;
  top: 275px;
}
.index-box-04 .history-year .box-logo img {
  display: block;
  margin: 0 auto;
}
.index-box-04 .history-year .gallery-thumbs {
  height: 44px;
  margin-top: 225px;
}
.index-box-04 .history-year .gallery-thumbs .swiper-slide {
  color: #fff;
  height: 44px;
  line-height: 44px;
  text-align: center;
}
.index-box-04 .history-year .gallery-thumbs .swiper-slide:nth-child(3n) {
  font-size: 22px;
}
.index-box-04 .history-year .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
  color: #c4171e;
  text-shadow: -3px 3px 3px 0px rgba(0, 0, 0, 0.34);
  font-size: 24px;
  font-weight: bold;
}
.index-box-04 .history-info {
  position: relative;
  padding-left: 70px;
  min-height: 448px;
  display: flex;
  align-items: center;
}
.index-box-04 .history-info:after {
  content: '';
  position: absolute;
  width: 42px;
  height: 1px;
  background-color: #ffffff;
  top: 50%;
  left: 0;
}
.index-box-04 .history-info .box-title {
  font-size: 20px;
  line-height: 27px;
  color: #ffffff;
  margin-bottom: 30px;
}
.index-box-04 .history-info .box-title span {
  font-size: 90px;
  line-height: 1;
  color: #c4171e;
  padding-right: 10px;
  position: relative;
  margin-right: 15px;
}
.index-box-04 .history-info .box-title span:after {
  content: '';
  width: 1px;
  height: 19px;
  background-color: #ffffff;
  opacity: 0.5;
  position: absolute;
  right: 0;
  bottom: 15px;
}
.index-box-04 .history-info .box-txt {
  font-size: 15px;
  line-height: 27px;
  color: #ffffff;
  padding-bottom: 25px;
}
.index-box-04 .history-info .box-txt:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 25px;
  height: 2px;
  background-color: #ffffff;
}
@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  50% {
    transform: translate(-50%, -50%) rotate(180deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.index-box-05 .tabs-title {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 40px;
}
.index-box-05 .tabs-title a {
  margin-right: 45px;
  height: 50px;
  line-height: 46px;
  font-size: 18px;
  color: #262626;
  display: block;
  float: left;
}
.index-box-05 .tabs-title a:last-child {
  margin-right: 0;
}
.index-box-05 .tabs-title a:hover,
.index-box-05 .tabs-title a.current {
  border-bottom: 4px solid #c4171e;
}
.index-box-05 .tabs-cont > div {
  display: none;
}
.index-box-05 .tabs-cont .row {
  margin-left: -3%;
  margin-right: -3%;
}
.index-box-05 .tabs-cont .row .box-w {
  padding-left: 3%;
  padding-right: 3%;
}
.index-box-05 .box-s .box-img {
  overflow: hidden;
  margin-bottom: 25px;
}
.index-box-05 .box-s .box-img img {
  display: block;
  width: 100%;
  transition: all 0.7s;
}
.index-box-05 .box-s .box-title {
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #262626;
  height: 52px;
  overflow: hidden;
  margin-bottom: 15px;
}
.index-box-05 .box-s .box-txt {
  font-size: 14px;
  line-height: 24px;
  color: #737373;
  height: 72px;
  overflow: hidden;
  margin-bottom: 45px;
}
.index-box-05 .box-s .box-date {
  font-size: 14px;
  line-height: 24px;
  color: #737373;
}
.index-box-05 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.index-box-05 .box-s:hover .box-title {
  color: #bf9764;
  text-decoration: underline;
}
/*new add*/
/* footer */
.footer .box-other > div {
  vertical-align: top;
}
.footer .box-other > div:first-child {
  margin-bottom: 10px;
}
.footer .box-other .a-disclaimer {
  display: inline-block;
  width: 116px;
  height: 47px;
  line-height: 45px;
  border-radius: 5px;
  border: solid 1px #ffffff;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
}
.up-mc {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9998;
  display: none;
}
.up-info-box {
  position: fixed;
  left: 50%;
  top: 50%;
  background: url("/Public/Home/images/img-100.png") no-repeat bottom center #f8f8f8;
  border-radius: 7px;
  width: 80%;
  max-width: 1470px;
  transform: translate(-50%, -50%);
  min-height: 500px;
  z-index: 9999;
  height: calc(100% - 160px);
  display: none;
}
.up-info-box .box-close {
  position: absolute;
  right: 15px;
  top: 15px;
}
.up-info-box .box-close img {
  display: block;
}
.up-info-box .info-cont {
  margin: 50px 15px;
  padding: 0 10%;
  overflow: hidden;
  overflow-y: auto;
  color: #2b2b2b;
  height: calc(100% - 100px);
}
.up-info-box .title-s {
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
}
.up-info-box .txt-s {
  font-size: 18px;
  color: #2b2b2b;
  line-height: 28px;
}
@media (max-width: 767px) {
  .up-info-box {
    position: fixed;
    left: 50%;
    top: 50%;
    background: url("/Public/Home/images/img-100.png") no-repeat bottom center #f8f8f8;
    border-radius: 7px;
    width: 94%;
    max-width: 1470px;
    transform: translate(-50%, -50%);
    min-height: 500px;
    z-index: 9999;
    height: calc(100% - 160px);
  }
  .up-info-box .box-close img {
    width: 28px;
  }
  .up-info-box .info-cont {
    margin: 40px 15px;
    padding: 0;
    height: calc(100% - 80px);
  }
  .up-info-box .title-s {
    font-size: 20px;
    line-height: 36px;
    text-align: center;
    margin-bottom: 30px;
  }
  .up-info-box .txt-s {
    font-size: 14px;
    line-height: 26px;
  }
}
/*# sourceMappingURL=style.css.map */

/* 新加 */
.index-box-06 {
  background-image: url("/Public/Home/images/qimg1.jpg");
}
.index-box-06 .public-info .info-title {
  color: #fff;
}
.index-box-06 .box-info{
  font-size: 14px;
  color: #fff;
  line-height: 23px;
  margin-top: 50px;
  padding-top: 40px;
  border-top: 2px solid #bf9764;
}<!--耗时1775296266.155秒-->