﻿body {
  font-family: "Microsoft YaHei", sans-serif;
  color: #616161;
  overflow-x: hidden;
  height: 100%;
}

@media (min-width: 1366px) {
  .container {
    width: 1200px;
    padding-left: 0;
    padding-right: 0;
  }
}

img {
  max-width: 100%;
  height: auto;
  width: auto \9;
  
  -ms-interpolation-mode: bicubic;
  
  border: none;
}

@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}

.navbar-default {
  min-height: 136px;
  border: none;
  border-radius: 0;
  margin-bottom: 0;
  z-index: 99;
  background-color: #ffffff;
  border-bottom: 1px solid #e6e6e6;
}
.navbar-default .navbar-header {
  float: none;
  text-align: center;
  height: 0;
  position: absolute;
  left: 15px;
  right: 15px;
}
.navbar-default .navbar-brand {
  padding-top: 27px;
  padding-bottom: 27px;
  display: inline-block;
  float: none;
  position: relative;
  z-index: 99;
}
.navbar-default .navbar-nav {
  float: none;
  padding-top: 60px;
}
.navbar-default .navbar-nav li {
  padding: 0;
  width: 14%;
  transition: all .3s;
  text-align: center;
}
.navbar-default .navbar-nav li:nth-child(4) {
  width: 16%;
}
.navbar-default .navbar-nav li > a {
  text-align: center;
  vertical-align: bottom;
  height: 50px;
  line-height: 50px;
  transition: all .3s;
  font-size: 18px;
  color: #333333;
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background: none;
  color: #a53c11;
}


.footer {
  background-color: #f7f7f7;
  padding: 30px 25px;
}
.footer .footer-links {
  font-size: 16px;
  line-height: 32px;
  color: #333333;
}
.footer .footer-links a, .footer .footer-links span {
  float: left;
}
.footer .footer-links span {
  margin: 0 10px;
}
.footer .footer-links a {
  color: #333333;
}
.footer .footer-info {
  text-align: right;
  font-size: 16px;
  line-height: 30px;
  color: #333333;
}
.footer .footer-info .footer-copy {
  margin-bottom: 20px;
}
.footer .footer-info .footer-share .bshare-custom.icon-medium a {
  margin: 0 5px 0 0;
  padding: 0;
  width: 30px;
  height: 30px;
}
.footer .footer-info .footer-share .bshare-custom.icon-medium a:last-child {
  margin-right: 0;
}
.footer .footer-info .footer-share .bshare-custom.icon-medium a.bshare-weixin {
  background: url("../image/img-05.png") no-repeat;
}
.footer .footer-info .footer-share .bshare-custom.icon-medium a.bshare-sinaminiblog {
  background: url("../image/img-06.png") no-repeat;
}

.bsBox {
  height: 257px !important;
  width: 232px !important;
}


.index-page {
  padding-left: 30px;
  padding-right: 30px;
}

.banner {
  width: 100%;
  margin-bottom: 10px;
}
.banner .item {
  position: relative;
}
.banner .owl-dots {
  position: absolute;
  left: auto;
  right: 20px;
  bottom: 30px;
  text-align: center;
}
.banner .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  border-radius: 6px;
  display: block;
  margin: 0 5px;
  background-color: #fff;
}
.banner .owl-dots .owl-dot.active span {
  background-color: #a53c11;
}
.banner .banner-img img {
  display: block;
  width: 100%;
}
.banner .banner-txt {
  position: absolute;
  right: 5%;
  bottom: 30%;
  color: #fff;
  text-align: right;
  font-size: 20px;
  line-height: 36px;
  background: url("../image/img-07.png") no-repeat right bottom;
  padding-bottom: 25px;
}
.banner .banner-txt .title-s {
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 20px;
}

.index-group {
  margin-bottom: 20px;
}
.index-group .row {
  margin-left: -5px;
  margin-right: -5px;
}
.index-group .row .box-w {
  padding-left: 5px;
  padding-right: 5px;
}
.index-group .box-s {
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}
.index-group .box-s .img-s {
  display: block;
  width: 100%;
  transition: all .7s;
}
.index-group .box-s .box-mc {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 20px 15%;
}
.index-group .box-s .box-mc .title-s {
  border-bottom: 1px solid #ffffff;
  height: 70px;
  position: relative;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 70px;
  color: #ffffff;
  display: block;
}
.index-group .box-s .box-mc .title-s:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 2px;
  background-color: #a53c11;
  transition: all .5s;
  width: 60px;
}
.index-group .box-s .box-mc .more-s {
  font-size: 14px;
  height: 34px;
  display: inline-block;
  line-height: 34px;
  background: url("../image/img-08.png") no-repeat right center;
  padding-right: 22px;
  color: #ffffff;
}
.index-group .box-s:hover .img-s {
  transform: scale(1.1);
}
.index-group .box-s:hover .box-mc {
  background-color: rgba(0, 0, 0, 0.75);
}
.index-group .box-s:hover .box-mc .title-s:after {
  width: 100%;
}
.index-group .box-s:hover .box-mc .more-s {
  font-size: 14px;
  height: 34px;
  display: inline-block;
  line-height: 34px;
  background: url("../image/img-08.png") no-repeat right center;
  padding-right: 22px;
  color: #ffffff;
}

.news-group {
  margin-bottom: 30px;
}
.news-group .row {
  margin-left: -5px;
  margin-right: -5px;
}
.news-group .row .box-w {
  padding-left: 5px;
  padding-right: 5px;
}
.news-group .box-s {
  margin-bottom: 20px;
  vertical-align: bottom;
}
.news-group .box-s .box-title {
  height: 66px;
  line-height: 66px;
  background-color: #a53c11;
  padding: 0 30px;
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 10px;
}
.news-group .box-s .box-cont {
  padding-left: 30px;
  padding-right: 30px;
}
.news-group .box-s .box-01 .title-s {
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  border-bottom: 1px solid #dfdfdf;
  padding-right: 90px;
  position: relative;
  margin-bottom: 10px;
}
.news-group .box-s .box-01 .title-s span, .news-group .box-s .box-01 .title-s a {
  display: block;
}
.news-group .box-s .box-01 .title-s .title-l {
  font-size: 16px;
  color: #a53c11;
  overflow: hidden;
}
.news-group .box-s .box-01 .title-s .title-r {
  position: absolute;
  right: 0;
  top: 0;
  color: #848484;
}
.news-group .box-s .box-01 .txt-s {
  font-size: 14px;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  color: #6e6e6e;
}
.news-group .box-s .box-02 {
  display: block;
  background: url("../image/img-09.png") no-repeat right center;
  padding-right: 40px;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  border-bottom: 1px solid #dfdfdf;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #6e6e6e;
}


.other-banner img {
  display: block;
  width: 100%;
}

.bread-crumbs {
  border-bottom: 1px solid #e7e5e5;
  line-height: 24px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
  color: #666666;
}
.bread-crumbs a, .bread-crumbs span {
  display: inline-block;
}
.bread-crumbs a {
  color: #666666;
}
.bread-crumbs span {
  color: #a53c11;
}

.other-main {
  padding-top: 45px;
  padding-bottom: 55px;
}


.page {
  text-align: center;
  margin-top: 30px;
}
.page a {
  width: 54px;
  height: 54px;
  border: solid 1px #e6e6e6;
  line-height: 52px;
  text-align: center;
  background-color: #fff;
  font-size: 16px;
  margin: 3px;
  display: inline-block;
  vertical-align: bottom;
  color: #101010;
}
.page a:hover, .page a.current {
  background-color: #aa9779;
  color: #fff;
}


.public-menu {
  border: 1px solid #cbcaca;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.public-menu a {
  flex: 1;
  display: flex;
  align-items: center;
  height: 82px;
  line-height: 82px;
  justify-content: center;
  border-right: 1px solid #cbcaca;
  background-color: #fff;
}
.public-menu a span {
  display: inline-block;
}
.public-menu a .icon-s {
  width: 36px;
  height: 36px;
  position: relative;
  margin-right: 8px;
}
.public-menu a .icon-s img {
  position: absolute;
  left: 0;
  top: 0;
  width: 36px;
  height: 36px;
}
.public-menu a .icon-s img.img-h {
  display: none;
}
.public-menu a .txt-s {
  font-size: 16px;
  line-height: 20px;
  color: #333333;
}
.public-menu a:last-child {
  border-right: none;
}
.public-menu a:hover, .public-menu a.current {
  background-color: #aa9779;
}
.public-menu a:hover .icon-s img.img-d, .public-menu a.current .icon-s img.img-d {
  display: none;
}
.public-menu a:hover .icon-s img.img-h, .public-menu a.current .icon-s img.img-h {
  display: block;
}
.public-menu a:hover .txt-s, .public-menu a.current .txt-s {
  color: #fff;
}


.mod-01 .m-title {
  border-bottom: solid 1px #a0a0a0;
  padding-bottom: 15px;
  font-size: 16px;
  line-height: 26px;
  color: #999999;
  text-align: center;
  margin-bottom: 30px;
}
.mod-01 .m-title h1 {
  font-size: 26px;
  color: #333333;
  line-height: 32px;
  margin-bottom: 10px;
}
.mod-01 .box-cont {
  font-size: 14px;
  line-height: 26px;
  color: #666666;
  border-bottom: solid 1px #a0a0a0;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.mod-01 .box-page a {
  display: block;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
  color: #333333;
}
.mod-01 .box-page a:hover {
  color: #a53c11;
}

.mod-02 .box-s {
  margin-bottom: 40px;
}
.mod-02 .box-s .box-img {
  position: relative;
  overflow: hidden;
  display: block;
}
.mod-02 .box-s .box-img img {
  display: block;
  width: 100%;
  transition: all .7s;
}
.mod-02 .box-s .box-img .video-mc {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url("../image/img-17.png") no-repeat center center rgba(226, 137, 73, 0.9);
  display: none;
}
.mod-02 .box-s .box-title {
  display: block;
  height: 62px;
  line-height: 62px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  color: #333333;
  border-bottom: 1px solid #000000;
  text-align: center;
}
.mod-02 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.mod-02 .box-s:hover .box-img .video-mc {
  display: block;
}
.mod-02 .box-s:hover .box-title {
  color: #a53c11;
}

.mod-03 .box-s {
  border-bottom: 1px dotted #7d7d7d;
  padding-bottom: 30px;
  margin-bottom: 30px;
  padding-left: 130px;
  min-height: 130px;
  overflow: hidden;
}
.mod-03 .box-s:hover .box-date {
  background-color: #aa9779;
  color: #fff;
}
.mod-03 .box-s:hover .box-date .day-s {
  border-bottom: 1px solid #fff;
}
.mod-03 .box-date {
  width: 106px;
  height: 100px;
  background-color: #f5f5f5;
  border-radius: 6px;
  line-height: 36px;
  color: #999999;
  text-align: center;
  position: absolute;
  margin-left: -130px;
  font-size: 16px;
}
.mod-03 .box-date span {
  display: block;
}
.mod-03 .box-date .day-s {
  height: 62px;
  line-height: 62px;
  border-bottom: 1px solid #c5c5c5;
  font-size: 38px;
}
.mod-03 .box-title {
  display: block;
  height: 44px;
  line-height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
  color: #333333;
  margin-top: 10px;
}
.mod-03 .box-txt {
  font-size: 16px;
  line-height: 24px;
  color: #999999;
}

.mod-04 {
  font-size: 14px;
  line-height: 26px;
  color: #666666;
}
.mod-04 .m-title {
  font-size: 18px;
  line-height: 40px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #333333;
}

.mod-05 .box-s {
  margin-bottom: 20px;
}
.mod-05 .box-s:last-child {
  margin-bottom: 0;
}
.mod-05 .box-s .box-title {
  font-size: 18px;
  line-height: 40px;
  color: #aa9779;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 5px;
}
.mod-05 .box-s .box-cont {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 30px;
  color: #666666;
}
.mod-05 .box-s .box-cont a {
  color: #666666;
  margin-right: 20px;
  display: inline-block;
  margin-bottom: 5px;
}

.mod-06 .row {
  margin-left: 0;
  margin-right: 0;
}
.mod-06 .box-w {
  padding-left: 0;
  padding-right: 0;
}
.mod-06 .box-w:nth-child(3n) .box-s {
  border-right: none;
}
.mod-06 .box-s {
  background-color: #f7f7f8;
  border-right: 1px solid #aa9779;
  border-bottom: 1px solid #aa9779;
  height: 140px;
  padding: 30px 40px 0;
}
.mod-06 .box-s .box-title {
  height: 36px;
  line-height: 36px;
  font-size: 20px;
  color: #333333;
  margin-bottom: 15px;
}
.mod-06 .box-s .box-tel {
  background: url("../image/img-20.png") no-repeat left top;
  height: 24px;
  line-height: 24px;
  padding-left: 40px;
  font-size: 16px;
  color: #333333;
}

.mod-07 .box-w {
  border-right: 1px solid #c1c0c0;
}
.mod-07 .box-w:last-child {
  border-right: none;
}
.mod-07 .box-s {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  text-align: center;
}
.mod-07 .box-s .box-img {
  margin-bottom: 15px;
}
.mod-07 .box-s .box-img img {
  display: block;
  margin: 0 auto;
}
.mod-07 .box-s .box-title {
  font-size: 16px;
  line-height: 32px;
  color: #333333;
}

.mod-08 .row {
  margin-left: -20px;
  margin-right: -20px;
}
.mod-08 .row .box-w {
  padding-left: 20px;
  padding-right: 20px;
}
.mod-08 .box-s {
  background-color: #f2f2f3;
  padding: 20px 8%;
  line-height: 40px;
  margin-bottom: 20px;
}
.mod-08 .box-s .box-l {
  background: url("../image/img-22.png") no-repeat left 7px;
  padding-left: 50px;
  font-size: 20px;
  color: #333333;
}
.mod-08 .box-s .box-r {
  font-size: 14px;
  line-height: 40px;
  color: #333333;
  border-bottom: 1px solid #aa9779;
  display: inline-block;
}

.mod-09 .tabs-menu {
  width: 360px;
}
.mod-09 .tabs-menu li {
  margin-bottom: 20px;
}
.mod-09 .tabs-menu li a {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 104px;
  overflow: hidden;
  height: 104px;
  background: url("../image/img-30.png") no-repeat right 35px top 20px #f7f7f7;
  padding: 0 65px 0 35px;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
}
.mod-09 .tabs-menu li a span {
  display: block;
}
.mod-09 .tabs-menu li .title-s {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 8px;
}
.mod-09 .tabs-menu li:last-child {
  margin-bottom: 0;
}
.mod-09 .tabs-menu li:hover a, .mod-09 .tabs-menu li.current a {
  color: #fff;
}
.mod-09 .tabs-menu li:hover:nth-child(1) a, .mod-09 .tabs-menu li.current:nth-child(1) a {
  background: url("../image/img-31.png") no-repeat right 35px top 20px #ff6497;
}
.mod-09 .tabs-menu li:hover:nth-child(2) a, .mod-09 .tabs-menu li.current:nth-child(2) a {
  background: url("../image/img-31.png") no-repeat right 35px top 20px #fab058;
}
.mod-09 .tabs-menu li:hover:nth-child(3) a, .mod-09 .tabs-menu li.current:nth-child(3) a {
  background: url("../image/img-31.png") no-repeat right 35px top 20px #09b7d1;
}
.mod-09 .tabs-menu li:hover:nth-child(4) a, .mod-09 .tabs-menu li.current:nth-child(4) a {
  background: url("../image/img-31.png") no-repeat right 35px top 20px #5a9ce0;
}
.mod-09 .tabs-menu li:hover:nth-child(5) a, .mod-09 .tabs-menu li.current:nth-child(5) a {
  background: url("../image/img-31.png") no-repeat right 35px top 20px #2ccaf1;
}
.mod-09 .tabs-menu li:hover:nth-child(6) a, .mod-09 .tabs-menu li.current:nth-child(6) a {
  background: url("../image/img-31.png") no-repeat right 35px top 20px #fbbe2b;
}
.mod-09 .tabs-cont {
  width: 620px;
}
.mod-09 .tabs-cont img {
  display: block;
  margin: 0 auto;
}

.mod-10 {
  display: none;
}
.mod-10 .box-s {
  margin-bottom: 20px;
}
.mod-10 .box-s .box-img {
  position: relative;
  overflow: hidden;
}
.mod-10 .box-s .box-img .img-s {
  display: block;
  width: 100%;
  transition: all .7s;
}
.mod-10 .box-s .box-img .box-mc {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.55);
  display: none;
  justify-content: center;
  flex-direction: column;
  padding: 20px;
  color: #ffffff;
  text-align: center;
}
.mod-10 .box-s .box-img .box-mc .title-s {
  font-size: 22px;
  line-height: 36px;
  margin-bottom: 10px;
}
.mod-10 .box-s .box-img .box-mc .txt-s {
  font-size: 16px;
  line-height: 26px;
  color: #e7e6e6;
  height: 104px;
  overflow: hidden;
  margin-bottom: 10px;
}
.mod-10 .box-s .box-title {
  border-bottom: 1px solid #999999;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}
.mod-10 .box-s .box-title span {
  display: block;
}
.mod-10 .box-s .box-title .title-ch {
  font-size: 22px;
  line-height: 28px;
  height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333333;
}
.mod-10 .box-s .box-title .title-en {
  font-size: 14px;
  line-height: 26px;
  height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #d9d6d6;
}
.mod-10 .box-s:hover .box-img .img-s {
  transform: scale(1.1);
}
.mod-10 .box-s:hover .box-img .box-mc {
  display: flex;
}

.public-title {
  background: url("../image/img-34.png") no-repeat bottom center;
  padding-bottom: 15px;
  text-align: center;
  margin-bottom: 35px;
}
.public-title .title-ch {
  font-size: 26px;
  line-height: 36px;
  color: #333333;
}
.public-title .title-en {
  font-size: 18px;
  line-height: 24px;
  color: #d1cfcf;
  margin-top: 2px;
}

.mod-11 {
  font-size: 14px;
  line-height: 26px;
  color: #333333;
  text-align: justify;
}

.mod-12 {
  background: url("../image/img-36.png") repeat-y 20px 0;
  padding-bottom: 30px;
}
.mod-12 .box-start {
  padding-left: 13px;
}
.mod-12 .box-start img {
  display: block;
}
.mod-12 .box-s {
  background-repeat: no-repeat;
  background-position: -1px 0;
  background-image: url("../image/img-38.png");
  padding-left: 65px;
  margin-top: 40px;
}
.mod-12 .box-s:nth-child(2n+1) {
  background-image: url("../image/img-39.png");
  background-position: 5px 0;
}
.mod-12 .box-s .box-title {
  font-size: 36px;
  line-height: 40px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 10px;
}
.mod-12 .box-s .box-txt {
  font-size: 16px;
  line-height: 30px;
  color: #333333;
}

.mod-13 .menu-class {
  margin-bottom: 35px;
}
.mod-13 .menu-class .row {
  margin-left: -8px;
  margin-right: -8px;
}
.mod-13 .menu-class .row .box-w {
  padding-left: 8px;
  padding-right: 8px;
}
.mod-13 .menu-class .row .box-w:nth-child(1) a {
  color: #ea5503;
}
.mod-13 .menu-class .row .box-w:nth-child(2) a {
  color: #0083c7;
}
.mod-13 .menu-class .row .box-w:nth-child(3) a {
  color: #3bae37;
}
.mod-13 .menu-class a {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f2f2f3;
  font-size: 0;
  transition: all .7s;
  margin-bottom: 10px;
  padding: 5px 10px;
}
.mod-13 .menu-class a span {
  display: inline-block;
}
.mod-13 .menu-class a .icon-s {
  margin-right: 15px;
}
.mod-13 .menu-class a .icon-s img {
  display: block;
}
.mod-13 .menu-class a .txt-s {
  font-size: 26px;
}
.mod-13 .menu-class a:hover, .mod-13 .menu-class a.current {
  box-shadow: 9px 13px 18px rgba(76, 76, 76, 0.26);
}
.mod-13 .class-style {
  margin-bottom: 40px;
}
.mod-13 .class-style.class-01, .mod-13 .class-style.class-02 {
  padding-left: 60px;
}
.mod-13 .class-style.class-01 a, .mod-13 .class-style.class-02 a {
  float: left;
  font-size: 20px;
  line-height: 30px;
  padding-left: 10px;
  padding-right: 10px;
  min-width: 40px;
  color: #333333;
  margin-bottom: 10px;
  text-align: center;
}
.mod-13 .class-style.class-01 a.all-s, .mod-13 .class-style.class-02 a.all-s {
  position: absolute;
  margin-left: -60px;
}
.mod-13 .class-style.class-01 a:hover, .mod-13 .class-style.class-01 a.current, .mod-13 .class-style.class-02 a:hover, .mod-13 .class-style.class-02 a.current {
  color: #ea5503;
}
.mod-13 .class-style.class-02 {
  padding-left: 0;
}
.mod-13 .class-style.class-03 a {
  float: left;
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 68px;
  border: 1px solid #aa9779;
  font-size: 24px;
  margin-right: 15px;
  margin-bottom: 5px;
  color: #333333;
}
.mod-13 .class-style.class-03 a:last-child {
  margin-right: 0;
}
.mod-13 .class-style.class-03 a:hover, .mod-13 .class-style.class-03 a.current {
  background: #ea5503;
  border-color: #ea5503;
  color: #fff;
}
.mod-13 .logo-group .row {
  margin-left: 0;
  margin-right: 0;
}
.mod-13 .logo-group .row .box-w {
  padding-left: 0;
  padding-right: 0;
  transition: all .7s;
}
.mod-13 .logo-group .row .box-w:hover {
  box-shadow: 9px 13px 18px rgba(76, 76, 76, 0.26);
  z-index: 99;
}
.mod-13 .logo-group .box-logo {
  border: solid 1px #cccaca;
  transition: all .7s;
  margin-left: -1px;
  margin-top: -1px;
  position: relative;
}
.mod-13 .logo-group .box-logo img {
  display: block;
  width: 100%;
}

.up-mc {
  position: fixed;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.65);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
}

.up-box {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 9999;
  display: none;
  height: 600px;
  top: 50%;
  margin-top: -300px;
}
.up-box .cont-main {
  width: 100%;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 80px 25px;
  position: relative;
}
.up-box .a-close {
  position: absolute;
  right: 20px;
  top: 20px;
}
.up-box .mCSB_dragger_bar {
  background-color: #aa9779 !important;
}
.up-box .mCSB_inside > .mCSB_container {
  margin-right: 15px;
}
.up-box .img-warp {
  width: 45%;
}
.up-box .cont-warp {
  width: 55%;
}
.up-box .scroll-content {
  height: 380px;
  font-size: 16px;
  line-height: 26px;
  color: #666666;
}
.up-box .scroll-content .title-s {
  color: #333333;
  font-size: 26px;
  margin-bottom: 15px;
}
.up-box .box-img img {
  display: block;
  width: 100%;
}

.public-warp {
  margin-bottom: 50px;
}

.mod-14 .box-title {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 15px;
  color: #333333;
}
.mod-14 .box-map img {
  display: block;
  width: 100%;
}

.mod-15 .box-cont {
  background-color: #e4e4e4;
  padding-top: 50px;
  padding-bottom: 50px;
}
.mod-15 .mCSB_dragger_bar {
  background-color: #fff !important;
}
.mod-15 .mCSB_inside > .mCSB_container {
  margin-right: 30px;
}
.mod-15 .scroll-content {
  height: 580px;
  font-size: 14px;
  line-height: 26px;
  color: #666666;
}
.mod-15 .scroll-content .title-s {
  color: #333333;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: bold;
}

.mod-16 .box-s {
  background-color: #e4e4e4;
  padding: 40px 15px;
  margin-bottom: 30px;
}
.mod-16 .box-s:last-child {
  margin-bottom: 0;
}
.mod-16 .box-s .box-left {
  font-size: 22px;
  font-weight: bold;
  line-height: 32px;
  color: #333333;
  text-align: center;
  margin-bottom: 20px;
}
.mod-16 .box-s .box-left img {
  display: block;
  margin: 0 auto 10px;
}
.mod-16 .box-s .box-right {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  text-align: justify;
}

.mod-17 .box-cont {
  font-size: 14px;
  line-height: 26px;
  color: #666666;
  text-align: justify;
}

.mod-18 .box-img img {
  display: block;
  width: 100%;
}
.mod-18 .box-info {
  padding: 30px 10px;
}
.mod-18 .box-info .box-title {
  font-size: 28px;
  line-height: 30px;
  color: #333333;
  margin-bottom: 30px;
}
.mod-18 .box-info .box-txt {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  text-align: justify;
}

.mod-18 .mCSB_dragger_bar {
  background-color: #aa9779 !important;
}
.mod-18 .mCSB_inside > .mCSB_container {
  margin-right: 25px;
}

.mod-18 .scroll-content {
  height: 420px;
}

.mod-19 .box-cont {
  background-color: #aa9779;
  padding-top: 50px;
  padding-bottom: 50px;
}
.mod-19 .mCSB_dragger_bar {
  background-color: #fff !important;
}
.mod-19 .mCSB_inside > .mCSB_container {
  margin-right: 30px;
}
.mod-19 .scroll-content {
  height: 580px;
  font-size: 14px;
  line-height: 26px;
  color: #fff;
  text-align: justify;
}
.mod-19 .scroll-content .box-top {
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 40px;
}

.mod-20 .box-title {
  border-bottom: 1px solid #c4c3c3;
  font-size: 26px;
  line-height: 30px;
  color: #aa9779;
  padding-bottom: 20px;
  padding-top: 20px;
}
.mod-20 .box-s {
  border-bottom: 1px solid #c4c3c3;
  padding: 15px 20px;
  font-size: 20px;
  line-height: 30px;
  color: #666666;
}
.mod-20 .box-s:hover {
  background-color: #aa9779;
  color: #fff;
}
.mod-20 .mCSB_dragger_bar {
  background-color: #aa9779 !important;
}
.mod-20 .mCSB_inside > .mCSB_container {
  margin-right: 15px;
}
.mod-20 .box-cont {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #c4c3c3;
}
.mod-20 .scroll-content {
  height: 280px;
  font-size: 16px;
  line-height: 26px;
  color: #666666;
  padding-left: 20px;
}

.public-warp-02 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.swiper-group .owl-nav, .swiper-group-02 .owl-nav {
  position: absolute;
  top: 50%;
  height: 0;
  left: 0;
  right: 0;
}
.swiper-group .owl-nav .owl-prev, .swiper-group .owl-nav .owl-next, .swiper-group-02 .owl-nav .owl-prev, .swiper-group-02 .owl-nav .owl-next {
  width: 37px;
  height: 58px;
  position: absolute;
  margin-top: -40px;
  display: block;
}
.swiper-group .owl-dots, .swiper-group-02 .owl-dots {
  margin-top: 25px;
  text-align: center;
}
.swiper-group .owl-dots .owl-dot span, .swiper-group-02 .owl-dots .owl-dot span {
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 8px;
  margin: 0 6px;
}
.swiper-group .owl-dots .owl-dot.active span, .swiper-group-02 .owl-dots .owl-dot.active span {
  background-color: #a53c11;
}

.swiper-group .owl-nav .owl-prev {
  left: -75px;
  background: url("../image/img-68.png") no-repeat !important;
}
.swiper-group .owl-nav .owl-next {
  right: -75px;
  background: url("../image/img-69.png") no-repeat !important;
}
.swiper-group .owl-dots .owl-dot span {
  background-color: #999999;
}

.swiper-group-02 .owl-nav .owl-prev {
  left: -75px;
  background: url("../image/img-62.png") no-repeat !important;
}
.swiper-group-02 .owl-nav .owl-next {
  right: -75px;
  background: url("../image/img-63.png") no-repeat !important;
}
.swiper-group-02 .owl-dots .owl-dot span {
  background-color: #fff;
}

.public-title-02 {
  text-align: center;
  margin-bottom: 35px;
}
.public-title-02 .title-ch {
  font-size: 26px;
  line-height: 32px;
  color: #333333;
}
.public-title-02 .title-en {
  font-size: 18px;
  line-height: 26px;
  color: #d9d6d6;
}

.mod-21 .box-top {
  margin-bottom: 40px;
}
.mod-21 .box-top .row {
  margin-left: -25px;
  margin-right: -25px;
  display: flex;
}
.mod-21 .box-top .row .box-w {
  padding-left: 25px;
  padding-right: 25px;
  justify-content: center;
  flex-direction: column;
  display: flex;
}
.mod-21 .box-top .box-img img {
  display: block;
  width: 100%;
}
.mod-21 .box-top .box-info {
  font-size: 14px;
  line-height: 26px;
  color: #666666;
}
.mod-21 .box-top .box-info .box-txt {
  text-align: justify;
}
.mod-21 .box-btm .box-title {
  text-align: center;
  font-size: 28px;
  line-height: 40px;
  color: #333333;
  margin-bottom: 35px;
  font-weight: bold;
}
.mod-21 .box-btm .row {
  margin-left: -10px;
  margin-right: -10px;
}
.mod-21 .box-btm .row .box-w {
  padding-left: 10px;
  padding-right: 10px;
}
.mod-21 .box-btm .box-s {
  border: solid 1px #999999;
  padding: 20px;
  text-align: center;
  margin-bottom: 15px;
}
.mod-21 .box-btm .box-s .icon-s {
  padding-top: 30px;
  margin-bottom: 15px;
}
.mod-21 .box-btm .box-s .icon-s img {
  display: block;
  margin: 0 auto;
}
.mod-21 .box-btm .box-s .title-s {
  font-size: 24px;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  color: #333333;
  margin-bottom: 30px;
}
.mod-21 .box-btm .box-s .txt-s {
  font-size: 14px;
  line-height: 22px;
  color: #666666;
  height: 110px;
  overflow: hidden;
}

.mod-21 .mCSB_dragger_bar {
  background-color: #aa9779 !important;
}
.mod-21 .mCSB_inside > .mCSB_container {
  margin-right: 25px;
}

.mod-21 .scroll-content {
  height: 450px;
  overflow: hidden;
}




.mod-22 {
  background: url("../image/img-61.png") no-repeat center center;
  background-size: cover;
}
.mod-22 .public-title-02 .title-ch {
  color: #ffffff;
}
.mod-22 .public-title-02 .title-en {
  color: #999999;
}
.mod-22 .box-txt {
  font-size: 14px;
  line-height: 26px;
  color: #fefefe;
  margin-bottom: 30px;
}
.mod-22 .box-01 {
  margin-bottom: 40px;
}
.mod-22 .box-01 .title-s {
  font-size: 24px;
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 20px;
}
.mod-22 .box-01 .row {
  margin-left: -10px;
  margin-right: -10px;
}
.mod-22 .box-01 .row .box-w {
  padding-left: 10px;
  padding-right: 10px;
}
.mod-22 .box-01 .box-s {
  margin-bottom: 15px;
  background-color: rgba(255, 255, 255, 0.08);
  height: 50px;
  line-height: 48px;
  padding: 0 10px;
  text-align: center;
  border: solid 1px #999999;
  font-size: 16px;
  color: #fff;
}
.mod-22 .m-title {
  background: url("../image/img-60.png") no-repeat bottom center;
  padding-bottom: 15px;
  font-size: 26px;
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 30px;
  text-align: center;
}
.mod-22 .box-warp {
  margin-bottom: 40px;
}
.mod-22 .box-warp:last-child {
  margin-bottom: 0;
}
.mod-22 .box-s .box-img {
  overflow: hidden;
  position: relative;
}
.mod-22 .box-s .box-img .img-s {
  display: block;
  width: 100%;
  transition: all .7s;
}
.mod-22 .box-s .box-img .box-mc {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url("../image/img-65.png") no-repeat center center;
  background-size: cover;
  padding: 20px;
  color: #fff;
  transition: all .7s;
  font-size: 14px;
  line-height: 26px;
  opacity: 0;
}
.mod-22 .box-s .box-img .box-mc span {
  display: block;
}
.mod-22 .box-s .box-img .box-mc-02 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url("../image/img-65.png") no-repeat center center;
  background-size: cover;
  text-align: center;
  padding: 20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  transition: all .7s;
  opacity: 0;
}
.mod-22 .box-s .box-img .box-mc-02 .more-s img {
  display: block;
  transform: scale(2);
  transition: all .5s;
  width: auto;
  margin: 0 auto;
}
.mod-22 .box-s .box-title {
  display: block;
  height: 62px;
  line-height: 62px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid #fff;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
}
.mod-22 .box-s:hover .box-img .img-s {
  transform: scale(1.1);
}
.mod-22 .box-s:hover .box-img .box-mc {
  opacity: 1;
}
.mod-22 .box-s:hover .box-img .box-mc-02 {
  opacity: 1;
}
.mod-22 .box-s:hover .box-img .box-mc-02 .more-s img {
  transform: scale(1);
}

.mod-23 .public-title-02 {
  margin-bottom: 20px;
}
.mod-23 .box-txt {
  font-size: 14px;
  line-height: 26px;
  color: #333333;
  text-align: center;
  margin-bottom: 35px;
}
.mod-23 .box-warp {
  margin-bottom: 40px;
}
.mod-23 .box-warp:last-child {
  margin-bottom: 0;
}
.mod-23 .box-s .box-img {
  overflow: hidden;
  position: relative;
}
.mod-23 .box-s .box-img .img-s {
  display: block;
  width: 100%;
  transition: all .7s;
}
.mod-23 .box-s .box-img .box-mc {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url("../image/img-65.png") no-repeat center center;
  background-size: cover;
  text-align: center;
  padding: 20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  transition: all .7s;
  opacity: 0;
}
.mod-23 .box-s .box-img .box-mc .title-s {
  font-size: 22px;
  line-height: 26px;
  color: #ffffff;
  margin-bottom: 5px;
}
.mod-23 .box-s .box-img .box-mc .txt-s {
  font-size: 18px;
  line-height: 26px;
  color: #ffffff;
  height: 78px;
  overflow: hidden;
  margin-bottom: 5px;
}
.mod-23 .box-s .box-img .box-mc .more-s img {
  display: block;
  transform: scale(2);
  transition: all .5s;
  width: auto;
  margin: 0 auto;
}
.mod-23 .box-s .box-title {
  display: block;
  height: 62px;
  line-height: 62px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid #000000;
  font-size: 20px;
  font-weight: bold;
  color: #333333;
}
.mod-23 .box-s:hover .box-img .img-s {
  transform: scale(1.1);
}
.mod-23 .box-s:hover .box-img .box-mc {
  opacity: 1;
}
.mod-23 .box-s:hover .box-img .box-mc .more-s img {
  transform: scale(1);
}

.mod-24 .row {
  margin-left: -25px;
  margin-right: -25px;
  display: flex;
}
.mod-24 .row .box-w {
  padding-left: 25px;
  padding-right: 25px;
  justify-content: center;
  flex-direction: column;
  display: flex;
}
.mod-24 .box-img img {
  display: block;
  width: 100%;
}
.mod-24 .box-info {
  padding-top: 20px;
  font-size: 14px;
  line-height: 26px;
  color: #666666;
}
.mod-24 .box-info .box-txt {
  text-align: justify;
}

.mod-24 .mCSB_dragger_bar {
  background-color: #aa9779 !important;
}
.mod-24 .mCSB_inside > .mCSB_container {
  margin-right: 25px;
}

.mod-24 .scroll-content {
  height: 450px;
  overflow: hidden;
}

.mod-25 .row {
  margin-left: -4px;
  margin-right: -4px;
}
.mod-25 .row .box-w {
  padding-left: 4px;
  padding-right: 4px;
}
.mod-25 .box-s {
  margin-bottom: 20px;
}
.mod-25 .box-s .box-img img {
  display: block;
  width: 100%;
}
.mod-25 .box-s .box-title {
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
}

.mod-26 .box-top {
  margin-bottom: 40px;
}
.mod-26 .box-top .box-03 {
  margin-bottom: 15px;
}
.mod-26 .box-top .box-03 .box-img img {
  display: block;
  width: 100%;
}
.mod-26 .box-top .box-03 .box-title {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 30px;
  font-size: 20px;
  color: #333333;
  font-weight: bold;
}
.mod-26 .box-s {
  border-bottom: 1px solid #c4c3c3;
  padding: 15px;
  font-size: 20px;
  line-height: 30px;
  color: #666666;
}
.mod-26 .box-s:hover {
  background-color: #aa9779;
  color: #fff;
}
.mod-26 .box-02 .title-s {
  border-bottom: 1px solid #c4c3c3;
  padding: 15px 60px 15px 15px;
  font-size: 20px;
  line-height: 30px;
  color: #666666;
  background: url("../image/img-53.png") no-repeat right 15px top 25px;
  min-height: 60px;
}
.mod-26 .box-02 .title-s .row {
  margin-left: -5px;
  margin-right: -5px;
}
.mod-26 .box-02 .title-s .row .box-w {
  padding-left: 5px;
  padding-right: 5px;
}
.mod-26 .box-02 .txt-s {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  padding: 20px 15px;
  display: none;
  border-bottom: 1px solid #c4c3c3;
}
.mod-26 .box-02.current .title-s {
  color: #fff;
  background: url("../image/img-54.png") no-repeat right 15px top 25px #aa9779;
}
.mod-26 .box-02.current .txt-s {
  display: block;
}

.mod-27 .box-cont {
  background-color: #e9e9e9;
  padding: 40px 15px;
}
.mod-27 .box-cont img {
  display: block;
  margin: 0 auto;
}

.public-title-03 {
  margin-bottom: 30px;
}
.public-title-03 .title-l {
  background: url("../image/img-70.png") no-repeat left bottom;
  line-height: 54px;
  font-size: 36px;
  color: #333333;
  font-weight: bold;
  float: left;
  padding-bottom: 12px;
}
.public-title-03 .title-l .title-ch {
  line-height: 44px;
}
.public-title-03 .title-l .title-en {
  font-size: 18px;
  color: #d9d6d6;
  font-weight: normal;
  margin-top: 5px;
  line-height: 22px;
}

.public-title-03 .title-more {
  padding-top: 40px;
  line-height: 24px;
  font-size: 18px;
  color: #333333;
  float: right;
}

.mod-28 .container > .row {
  margin-left: -25px;
  margin-right: -25px;
  display: flex;
}
.mod-28 .container > .row .box-w {
  padding-left: 25px;
  padding-right: 25px;
  justify-content: center;
  flex-direction: column;
  display: flex;
}
.mod-28 .box-img img {
  display: block;
  width: 100%;
}
.mod-28 .box-info {
  font-size: 14px;
  line-height: 26px;
  color: #666666;
}
.mod-28 .box-info .box-title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.mod-28 .box-info .box-title .icon-s {
  margin-right: 20px;
}
.mod-28 .box-info .box-title .title-ch {
  font-size: 26px;
  line-height: 30px;
  color: #333333;
  margin-bottom: 5px;
}
.mod-28 .box-info .box-title .title-en {
  font-size: 18px;
  line-height: 26px;
  color: #d9d6d6;
}
.mod-28 .box-info .box-txt {
  text-align: justify;
  margin-bottom: 20px;
}

.mod-28 .mCSB_dragger_bar {
  background-color: #aa9779 !important;
}
.mod-28 .mCSB_inside > .mCSB_container {
  margin-right: 25px;
}

.mod-28 .scroll-content {
  height: 450px;
  overflow: hidden;
}


.mod-29 .box-cont {
  box-shadow: 5px 8px 29px rgba(89, 89, 89, 0.25);
  position: relative;
  margin-bottom: 45px;
}
.mod-29 .owl-nav {
  position: absolute;
  top: -40px;
  right: 0;
  left: auto;
  width: 94px;
}
.mod-29 .owl-nav .owl-prev, .mod-29 .owl-nav .owl-next {
  width: 37px;
  height: 37px;
  position: absolute;
  margin-top: -19px;
  display: block;
}
.mod-29 .owl-nav .owl-prev {
  left: 0;
  background: url("../image/img-76.png") no-repeat !important;
}
.mod-29 .owl-nav .owl-next {
  right: 0;
  background: url("../image/img-77.png") no-repeat !important;
}





































.mod-29 .search-a {
  display: block;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background-color: #aa9779;
  font-size: 22px;
  color: #ffffff;
}
.mod-29 .search-a img {
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 15px;
}

.mod-30 .box-s {
  margin-bottom: 0;
}

.mod-31 .public-warp {
  margin-bottom: 30px;
}
.mod-31 .public-title-03 {
  margin-bottom: 10px;
}
.mod-31 .box-s {
  overflow: hidden;
  position: relative;
  box-shadow: 5px 0 20px rgba(89, 89, 89, 0.25);
  margin: 20px 0;
}
.mod-31 .box-s .img-s {
  display: block;
  width: 100%;
  transition: all .7s;
}
.mod-31 .box-s .box-mc {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.75);
  transition: all .5s;
  text-align: center;
  color: #ffffff;
  opacity: 0;
}
.mod-31 .box-s .box-mc .date-s {
  margin-top: 30px;
  margin-bottom: 30px;
  background: url("../image/img-66.png") no-repeat bottom center;
  position: absolute;
  left: 20px;
  right: 20px;
  top: 30px;
  bottom: 30px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.mod-31 .box-s:hover .box-mc {
  opacity: 1;
}

.mod-32 .box-s {
  margin-bottom: 20px;
}
.mod-32 .box-s .box-img {
  overflow: hidden;
  position: relative;
}
.mod-32 .box-s .box-img .img-s {
  display: block;
  width: 100%;
  transition: all .7s;
}
.mod-32 .box-s .box-img .box-mc {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url("../image/img-65.png") no-repeat center center;
  background-size: cover;
  text-align: center;
  padding: 20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  transition: all .7s;
  opacity: 0;
}

.mod-32 .box-s .box-img .box-mc .title-s {
  font-size: 22px;
  line-height: 26px;
  color: #ffffff;
  margin-bottom: 5px;
}

.mod-32 .box-s .box-img .box-mc .txt-s {
  font-size: 18px;
  line-height: 26px;
  color: #ffffff;
  height: 78px;
  overflow: hidden;
  margin-bottom: 5px;
}

.mod-32 .box-s .box-img .box-mc .more-s img {
  display: block;
  transform: scale(2);
  transition: all .5s;
  width: auto;
  margin: 0 auto;
}
.mod-32 .box-s .box-title {
  display: block;
  height: 62px;
  line-height: 62px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid #000;
  font-size: 20px;
  font-weight: bold;
  color: #333333;
}
.mod-32 .box-s:hover .box-img .img-s {
  transform: scale(1.1);
}
.mod-32 .box-s:hover .box-img .box-mc {
  opacity: 1;
}
.mod-32 .box-s:hover .box-img .box-mc .more-s img {
  transform: scale(1);
}

.mod-33 {
  background: url("../image/img-82.png") no-repeat top center;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px;
  
}
.mod-33 .box-s {
  background: rgba(255, 255, 255, 0.85);
}
.mod-33 .box-s .row {
  margin-left: 0;
  margin-right: 0;
}
.mod-33 .box-s .row .box-w {
  padding-left: 0;
  padding-right: 0;
}
.mod-33 .box-s .box-img {
  overflow: hidden;
  position: relative;
}
.mod-33 .box-s .box-img .box-tip {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 25px;
  width: 280px;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  position: absolute;
  top: 0;
  left: 0;
}
.mod-33 .box-s .box-img .box-tip .title-s {
  font-size: 28px;
  line-height: 34px;
  color: #ffffff;
  margin-bottom: 10px;
}
.mod-33 .box-s .box-img img {
  display: block;
  width: 100%;
}
.mod-33 .box-s .box-info {
  padding: 50px 35px;
}
.mod-33 .box-s .box-info .title-s {
  font-size: 28px;
  line-height: 34px;
  color: #333333;
  margin-bottom: 35px;
}
.mod-33 .box-s .box-info .title-s span {
  display: block;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 5px;
}
.mod-33 .box-s .box-info .txt-s {
  font-size: 14px;
  line-height: 26px;
  color: #666666;
}
.mod-33 .gallery-top {
  width: 100%;
  margin-bottom: 60px;
}
.mod-33 .gallery-thumbs {
  width: 270px;
  margin: 0 auto;
  background: url("../image/img-102.png") no-repeat center center;
}
.mod-33 .gallery-thumbs .swiper-slide {
  height: 40px;
  line-height: 40px;
  font-size: 30px;
  color: #ffffff;
  text-align: center;
}
.mod-33 .gallery-thumbs .swiper-slide-thumb-active {
  font-weight: bold;
}
.mod-33 .arrows-group {
  width: 400px;
  margin: -34px auto 0 auto;
  position: relative;
  bottom: 0;
}
.mod-33 .arrows-group .swiper-button-next, .mod-33 .arrows-group .swiper-button-prev {
  width: 21px;
  height: 33px;
  top: 0;
  margin-top: 0;
}
.mod-33 .arrows-group .swiper-button-next {
  background: url("../image/img-101.png") no-repeat;
  right: 0;
}
.mod-33 .arrows-group .swiper-button-prev {
  background: url("../image/img-100.png") no-repeat;
  left: 0;
}
.mod-33 .next-btn {
  display: block;
  background: url("../image/img-103.png") no-repeat;
  width: 31px;
  height: 31px;
  position: absolute;
  right: 50px;
  top: 35px;
  z-index: 999;
  cursor: pointer;
}

.mod-34 {
  background: url("../image/img-83.png") no-repeat top center;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 90px;
}
.mod-34 .public-title-02 .title-ch {
  color: #ffffff;
}
.mod-34 .public-title-02 .title-en {
  color: #999999;
}
.mod-34 .box-s .box-img {
  overflow: hidden;
  position: relative;
}
.mod-34 .box-s .box-img .img-s {
  display: block;
  width: 100%;
  transition: all .7s;
}
.mod-34 .box-s .box-img .box-mc {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url("../image/img-65.png") no-repeat center center;
  background-size: cover;
  padding: 20px;
  color: #fff;
  transition: all .7s;
  font-size: 14px;
  line-height: 26px;
  opacity: 0;
}
.mod-34 .box-s .box-img .box-mc span {
  display: block;
}
.mod-34 .box-s:hover .box-img .img-s {
  transform: scale(1.1);
}
.mod-34 .box-s:hover .box-img .box-mc {
  opacity: 1;
}

.mod-36 {
  background-color: #e4e4e4;
}
.mod-36 .box-cont {
  font-size: 14px;
  line-height: 26px;
  color: #666666;
  margin-bottom: 40px;
}
.mod-36 .row {
  display: -webkit-box;      
  display: -moz-box;         
  display: -ms-flexbox;      
  display: -webkit-flex;     
  display: flex;
  flex-wrap: wrap;
}
.mod-36 .row .box-w {
  width: 50%;
  display: -webkit-box;      
  display: -moz-box;         
  display: -ms-flexbox;      
  display: -webkit-flex;     
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.mod-36 .box-s {
  background-color: #ffffff;
  padding: 25px 0;
  margin-bottom: 30px;
  height: 100%;
  display: flex;
  align-items: center;
}
.mod-36 .box-s .box-img {
  width: 42%;
  padding: 0 15px;
  text-align: center;
}
.mod-36 .box-s .box-img .icon-s {
  display: block;
  margin: 0 auto;
}
.mod-36 .box-s .box-img .title-s {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 22px;
  line-height: 32px;
  color: #333333;
  font-weight: bold;
}
.mod-36 .box-s .box-info {
  width: 58%;
  padding: 15px 25px;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  border-left: 1px solid #e4e1e1;
}

.photo-album-group {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.75);
  height: 0;
  overflow: hidden;
}
.photo-album-group .box-close {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 999;
}
.photo-album-group .box-close img {
  display: block;
}
.photo-album-group .photo-album {
  width: 100%;
  height: 100%;
}
.photo-album-group .photo-album .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;
}
.photo-album-group .photo-album .swiper-slide img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
}

.link-warp {
  display: inline-block;
  width: 180px;
  vertical-align: bottom;
  padding-top: 2px;
}

.link-warp .ui-select-input {
  line-height: 28px;
}