@charset "UTF-8";
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;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
  border: none;
}

@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/*nav*/
.navbar-default {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
  min-height: 100px;
  border: none;
  box-shadow: 0 4px 8px rgba(198, 198, 198, 0.35);
  background-color: rgba(255, 255, 255, 0.3);
}
.navbar-default.header-scroll {
  background-color: #fff;
}
.navbar-default .navbar-brand {
  padding-top: 17px;
  padding-bottom: 17px;
  height: 100px;
  margin-left: 80px !important;
}
.navbar-default .navbar-nav {
  margin-left: 5%;
}
.navbar-default .navbar-nav li {
  padding: 0;
}
.navbar-default .navbar-nav li > a {
  display: block;
  height: 100px;
  padding: 0 25px;
  font-size: 18px;
}
.navbar-default .navbar-nav li > a span {
  display: block;
  height: 100px;
  line-height: 98px;
  border-bottom: 2px solid transparent;
  color: #333333;
}
.navbar-default .dropdown-menu {
  background: rgba(206, 82, 82, 0.68) !important;
  border-top: 1px solid #a10708;
  padding: 0;
  min-width: auto;
  width: 100%;
}
.navbar-default .dropdown-menu a {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  border-bottom: 1px solid #a10708;
}
.navbar-default .dropdown-menu a:hover {
  background: rgba(206, 82, 82, 0.8);
}
.navbar-default .nav-other {
  margin-right: -30px;
}
.navbar-default .nav-other .nav-tel {
  background: url("../images/tel.png") no-repeat left center;
  padding-left: 30px;
  height: 100px;
  line-height: 100px;
  font-size: 24px;
  color: #333333;
  font-weight: bold;
  float: left;
  margin-right: 25px;
}
.navbar-default .nav-other .search-box {
  position: relative;
  float: left;
  width: 100px;
}
.navbar-default .nav-other .search-box .search-a {
  height: 100px;
  line-height: 100px;
  width: 100px;
  display: block;
  text-align: center;
  border-left: 1px solid #3e4954;
}
.navbar-default .nav-other .search-box .search-a img {
  vertical-align: middle;
  margin-top: -3px;
}
.navbar-default .nav-other .search-box .search-cont {
  position: absolute;
  width: 340px;
  right: 0;
  top: 0;
  display: none;
}
.navbar-default .nav-other .search-box .search-cont .s-inp {
  height: 100px;
  line-height: 98px;
  border: 1px solid #3e4954;
  border-radius: 0;
  padding: 0 15px;
  width: 240px;
  background: #fff;
  float: left;
  font-size: 18px;
  border-right: none;
}
.navbar-default .nav-other .search-box .search-cont .s-btn {
  float: left;
  background: url("../images/search-btn.png") no-repeat center center #fff;
  height: 100px;
  line-height: 100px;
  width: 100px;
  display: block;
  text-align: center;
  border: 1px solid #3e4954;
}

.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 {
  background: none;
}
.navbar-default .navbar-nav > li > a:hover span,
.navbar-default .navbar-nav > li > a:focus span,
.navbar-default .navbar-nav > .active > a span,
.navbar-default .navbar-nav > .active > a:hover span,
.navbar-default .navbar-nav > .active > a:focus span {
  color: #c43f49;
  border-bottom-color: #c43f49;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background: rgba(206, 82, 82, 0.68);
}
.navbar-default .navbar-nav > .open > a span,
.navbar-default .navbar-nav > .open > a:hover span,
.navbar-default .navbar-nav > .open > a:focus span {
  color: #fff;
  border-color: transparent;
}

/* footer */
.footer {
  background: url("../images/img-03.png") no-repeat top center;
  background-size: cover;
}
.footer .footer-info, .footer .footer-copy {
  padding-left: 50px;
  padding-right: 50px;
}
.footer .footer-info {
  border-bottom: 1px solid #313131;
  padding-top: 30px;
  padding-bottom: 30px;
}
.footer .footer-info .container-fluid {
  display: flex;
  align-items: center;
}
.footer .footer-info .container-fluid .box-w {
  display: flex;
  justify-content: center;
}
.footer .footer-info .info-erwm .box-title {
  color: #c9c9c9;
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 15px;
}
.footer .footer-info .info-erwm .box-tel {
  font-size: 36px;
  color: #c9c9c9;
  font-weight: bold;
  margin-bottom: 15px;
}
.footer .footer-info .info-erwm .box-erwm {
  background: url("../images/img-02.png") no-repeat top center;
  width: 249px;
  min-height: 127px;
  padding: 4px;
}
.footer .footer-info .info-erwm .box-img {
  width: 118px;
}
.footer .footer-info .info-erwm .box-img img {
  display: block;
  width: 118px;
  height: 118px;
  margin-bottom: 10px;
}
.footer .footer-info .info-erwm .box-img p {
  line-height: 26px;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
}
.footer .footer-info .info-txt .box {
  font-size: 14px;
  line-height: 24px;
  color: #b4b4b4;
  padding-left: 28px;
  min-width: 24px;
}
.footer .footer-info .info-txt .box .icon {
  margin-left: -28px;
  position: absolute;
}
.footer .footer-copy {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 28px;
  color: #c9c9c9;
}
.footer .footer-copy a {
  font-size: 14px;
  color: #c9c9c9;
}
.footer .footer-copy .copy-links {
  text-align: right;
}
.footer .footer-copy .copy-links span {
  margin-left: 5px;
  margin-right: 5px;
}

/*other-banner*/
.other-banner img {
  display: block;
  width: 100%;
}

/* menu-class */
.menu-class {
  background-color: #ffffff;
  text-align: center;
}
.menu-class .menu-cont {
  display: inline-block;
  vertical-align: bottom;
}
.menu-class a {
  display: inline-block;
  vertical-align: bottom;
  height: 70px;
  line-height: 70px;
  background: url("../images/img-08.png") no-repeat right center;
  padding-left: 40px;
  padding-right: 40px;
  color: #333333;
  font-size: 18px;
  position: relative;
  float: left;
}
.menu-class a:first-child:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  width: 1px;
  background: url("../images/img-08.png") no-repeat left center;
}
.menu-class a:hover, .menu-class a.current {
  background-color: #c13641;
  color: #ffffff;
}

/* public */
.other-main {
  padding-top: 50px;
  padding-bottom: 50px;
}
.other-main.main-bg {
  background-color: #f5f5f5;
}

.page {
  text-align: center;
  margin-top: 30px;
}
.page a {
  width: 38px;
  height: 38px;
  line-height: 38px;
  border-radius: 19px;
  background: #e1e1e1;
  font-size: 16px;
  color: #333333;
  margin: 3px;
  display: inline-block;
  vertical-align: bottom;
}
.page a.a-s {
  width: 90px;
}
.page a:hover, .page a.current {
  background: #c13641;
  color: #ffffff;
}

/* mod-01 */
.mod-01 {
  background-color: #f5f5f5;
  padding-top: 65px;
  padding-bottom: 65px;
}
.mod-01 .main-cont {
  background: url("../images/img-10.png") no-repeat right bottom;
}
.mod-01 .box-img {
  overflow: hidden;
}
.mod-01 .box-img img {
  width: 100%;
  display: block;
  transition: all .7s;
}
.mod-01 .box-info .box-title {
  margin-bottom: 15px;
}
.mod-01 .box-info .box-title .title-ch {
  position: relative;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  height: 40px;
  line-height: 40px;
  font-size: 24px;
  font-weight: 200;
  color: #333333;
}
.mod-01 .box-info .box-title .title-ch:before, .mod-01 .box-info .box-title .title-ch:after {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
}
.mod-01 .box-info .box-title .title-ch:before {
  background: url("../images/img-11.png") no-repeat;
  left: 0;
  top: 0;
}
.mod-01 .box-info .box-title .title-ch:after {
  background: url("../images/img-12.png") no-repeat;
  right: 0;
  bottom: 0;
}
.mod-01 .box-info .box-title .title-en {
  padding: 0 15px;
  font-size: 14px;
  line-height: 30px;
  color: #c13641;
  text-transform: uppercase;
}
.mod-01 .box-info .box-txt {
  font-size: 14px;
  line-height: 24px;
  color: #333333;
}
.mod-01 .box-txt-02 {
  font-size: 16px;
  line-height: 30px;
  color: #333333;
}

/*mod-02*/
.mod-02 .box {
  box-shadow: 0 1px 8px rgba(190, 190, 190, 0.75);
  padding: 15px;
  margin-bottom: 30px;
}
.mod-02 .box .box-img img {
  display: block;
  width: 100%;
  transition: all .7s;
}
.mod-02 .box .box-title {
  display: block;
  height: 68px;
  line-height: 68px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}
.mod-02 .box:hover .box-img img {
  transform: scale(1.06);
}

.mod-03 .row {
  margin-left: -10px;
  margin-right: -10px;
}
.mod-03 .row .box-w {
  padding-left: 10px;
  padding-right: 10px;
}
.mod-03 .box {
  position: relative;
  overflow: hidden;
  border: 1px solid #dfdfdf;
  margin-bottom: 20px;
}
.mod-03 .box .box-img {
  overflow: hidden;
}
.mod-03 .box .box-img img {
  display: block;
  width: 100%;
  transition: all .7s;
}
.mod-03 .box .box-title {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  border-bottom: 5px solid #c13641;
  height: 50px;
  line-height: 45px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 10px;
  font-size: 16px;
  color: #c13641;
  transition: bottom .5s;
  background-color: #ffffff;
}
.mod-03 .box:hover .box-img img {
  transform: scale(1.1);
}
.mod-03 .box:hover .box-title {
  bottom: 0;
}

.public-title {
  height: 78px;
  line-height: 76px;
  text-align: center;
  background: url("../images/img-16.png") no-repeat bottom center;
  font-size: 36px;
  color: #333333;
  margin-bottom: 30px;
}

.three-menu {
  text-align: center;
  margin-bottom: 30px;
}
.three-menu a {
  display: inline-block;
  border: 1px dashed #333;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 21px;
  height: 42px;
  line-height: 40px;
  margin: 0 8px 6px 8px;
  font-size: 20px;
  color: #333333;
}
.three-menu a:hover, .three-menu a.current {
  color: #d01015;
  border-color: #d01015;
}

.mod-04 {
  background: #f5f5f5;
  padding-top: 35px;
  padding-bottom: 35px;
}
.mod-04 .row {
  margin-left: -6px;
  margin-right: -6px;
}
.mod-04 .row .box-w {
  padding-left: 6px;
  padding-right: 6px;
}
.mod-04 .box {
  margin-bottom: 12px;
}
.mod-04 .box .box-img {
  position: relative;
  overflow: hidden;
}
.mod-04 .box .box-img .img-s {
  width: 100%;
  display: block;
  transition: all 12s cubic-bezier(0.23, 1, 0.32, 1);
}
.mod-04 .box .box-img .box-mc {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url("../images/img-20.png") no-repeat center center rgba(0, 0, 0, 0.65);
  opacity: 0;
  transition: all .7s;
}
.mod-04 .box .box-img .box-mc:after, .mod-04 .box .box-img .box-mc:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
}
.mod-04 .box .box-img .box-mc:before {
  background: url("../images/img-18.png") no-repeat;
  left: 7px;
  top: 7px;
}
.mod-04 .box .box-img .box-mc:after {
  background: url("../images/img-19.png") no-repeat;
  right: 7px;
  bottom: 7px;
}
.mod-04 .box .box-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 15px;
  white-space: nowrap;
  height: 60px;
  background-color: #ffffff;
  line-height: 60px;
  font-size: 18px;
  color: #333333;
}
.mod-04 .box:hover .box-img .img-s {
  transform: scale(1.2);
}
.mod-04 .box:hover .box-img .box-mc {
  opacity: 1;
}
.mod-04 .box:hover .box-title {
  color: #c13641;
}

.mod-05 {
  padding-top: 45px;
  padding-bottom: 45px;
}
.mod-05 .tab-title {
  text-align: center;
  background: url("../images/img-21.png") repeat-x left center;
  margin-bottom: 45px;
  position: relative;
}
.mod-05 .tab-title a {
  height: 60px;
  background-color: #ffffff;
  border-radius: 30px;
  border: dashed 1px #848484;
  padding: 5px 10px 5px 5px;
  display: inline-block;
  margin: 0 8px;
}
.mod-05 .tab-title a span {
  display: inline-block;
  line-height: 48px;
  font-size: 20px;
  color: #333333;
  vertical-align: bottom;
}
.mod-05 .tab-title a .num {
  width: 48px;
  height: 48px;
  border-radius: 24px;
  line-height: 48px;
  text-align: center;
  background-color: #e9e9e9;
  font-size: 30px;
  color: #878787;
  margin-right: 5px;
}
.mod-05 .tab-title a:hover, .mod-05 .tab-title a.current {
  background-color: #c13641;
  border: 1px solid #c13641;
}
.mod-05 .tab-title a:hover span, .mod-05 .tab-title a.current span {
  color: #ffffff;
}
.mod-05 .tab-title a:hover .num, .mod-05 .tab-title a.current .num {
  background-color: #ffffff;
  color: #c13641;
}
.mod-05 .tab-cont > div {
  display: none;
}
.mod-05 .tab-cont > div img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.mod-05 .slider-nav {
  margin-left: 65px;
  margin-right: 65px;
}
.mod-05 .slider-nav .slick-current a {
  background-color: #c13641;
  border: 1px solid #c13641;
}
.mod-05 .slider-nav .slick-current a span {
  color: #ffffff;
}
.mod-05 .slider-nav .slick-current a .num {
  background-color: #ffffff;
  color: #c13641;
}
.mod-05 .slider-nav .slick-arrow {
  position: absolute;
  width: 18px;
  height: 34px;
  top: 50%;
  margin-top: -17px;
  border: none;
  font-size: 0;
}
.mod-05 .slider-nav .slick-prev {
  background: url("../images/img-63.png") no-repeat;
  left: -65px;
}
.mod-05 .slider-nav .slick-prev:hover {
  background: url("../images/img-63-h.png") no-repeat;
}
.mod-05 .slider-nav .slick-next {
  background: url("../images/img-62.png") no-repeat;
  right: -65px;
}
.mod-05 .slider-nav .slick-next:hover {
  background: url("../images/img-62-h.png") no-repeat;
}
.mod-05 .slider-for .mod-04 {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
}
.mod-05 .slider-for .owl-dots {
  text-align: center;
}
.mod-05 .slider-for .owl-dots .owl-dot {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  margin: 0 5px;
  background-color: #d4d4d4;
}
.mod-05 .slider-for .owl-dots .owl-dot.active {
  width: 72px;
  background-color: #c13641;
}
.mod-05 .slider-for .silder-img img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.mod-06 .row {
  margin-left: -12px;
  margin-right: -12px;
}
.mod-06 .row .box-w {
  padding-left: 12px;
  padding-right: 12px;
}
.mod-06 .box-s {
  padding-left: 190px;
  min-height: 210px;
  background-color: #f5f5f5;
  margin-bottom: 25px;
}
.mod-06 .box-s .box-img {
  width: 190px;
  position: absolute;
  margin-left: -190px;
}
.mod-06 .box-s .box-info {
  padding: 15px;
}
.mod-06 .box-s .box-info .box-title {
  display: inline-block;
  background: url("../images/img-28.png") no-repeat right bottom;
  padding-right: 34px;
  height: 24px;
  line-height: 24px;
  font-size: 16px;
  color: #c13641;
  font-weight: bold;
  margin-bottom: 10px;
}
.mod-06 .box-s .box-info .box-txt {
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  height: 144px;
  overflow: hidden;
  text-align: justify;
}

.mod-07 .box-s {
  margin-bottom: 30px;
}
.mod-07 .box-s .box-img {
  position: relative;
  overflow: hidden;
}
.mod-07 .box-s .box-img img {
  width: 100%;
  display: block;
  transition: all 12s cubic-bezier(0.23, 1, 0.32, 1);
}
.mod-07 .box-s .box-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 15px;
  white-space: nowrap;
  height: 50px;
  background-color: #ffffff;
  line-height: 50px;
  font-size: 16px;
  color: #333333;
  text-align: center;
}
.mod-07 .box-s:hover .box-img img {
  transform: scale(1.2);
}
.mod-07 .box-s:hover .box-title {
  color: #c13641;
}

.mod-08 .box-s {
  min-height: 263px;
  padding: 0 90px 0 413px;
  position: relative;
  background: #ffffff;
  margin-bottom: 30px;
}
.mod-08 .box-s .box-img {
  width: 413px;
  position: absolute;
  margin-left: -413px;
  overflow: hidden;
}
.mod-08 .box-s .box-img img {
  display: block;
  width: 100%;
  transition: all .7s;
}
.mod-08 .box-s .box-info {
  padding: 15px 0 15px 30px;
}
.mod-08 .box-s .box-info .box-title {
  display: block;
  overflow: hidden;
  height: 36px;
  line-height: 36px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  color: #333333;
  margin-bottom: 5px;
}
.mod-08 .box-s .box-info .box-txt {
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  overflow: hidden;
  height: 96px;
}
.mod-08 .box-s .box-more {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  background: url("../images/img-32.png") no-repeat center center;
  width: 90px;
}
.mod-08 .box-s:hover {
  background: url("../images/img-31.png") repeat;
}
.mod-08 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.mod-08 .box-s:hover .box-info {
  padding: 15px 0 15px 30px;
}
.mod-08 .box-s:hover .box-info .box-title {
  color: #ffffff;
}
.mod-08 .box-s:hover .box-info .box-txt {
  color: #ffffff;
}
.mod-08 .box-s:hover .box-more {
  display: block;
}

.bread-crumbs {
  background-color: #c23641;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 30px;
  color: #ffffff;
}
.bread-crumbs a {
  color: #ffffff;
}
.bread-crumbs span {
  margin-right: 6px;
}
.bread-crumbs span img {
  vertical-align: middle;
  margin-top: -1px;
}

.mod-09 .box-top {
  border-bottom: 1px solid #c1c1c1;
  margin-bottom: 30px;
  padding-bottom: 15px;
  font-size: 14px;
  line-height: 36px;
  color: #333333;
}
.mod-09 .box-top .title-s {
  text-align: center;
  font-size: 24px;
  line-height: 32px;
  color: #333333;
  margin-bottom: 20px;
}
.mod-09 .box-top .icon {
  margin-right: 3px;
}
.mod-09 .box-top .icon img {
  vertical-align: middle;
  margin-top: -3px;
}
.mod-09 .box-main {
  font-size: 14px;
  line-height: 24px;
  color: #333333;
}
.mod-09 .box-other {
  border-top: 1px solid #c1c1c1;
  padding-top: 10px;
  padding-bottom: 10px;
}
.mod-09 .box-other a {
  display: block;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  color: #666666;
}
.mod-09 .box-other .other-r {
  text-align: right;
}
.mod-09 .box-main-02 {
  font-size: 16px;
  line-height: 30px;
  color: #333333;
  position: relative;
}
.mod-09 .box-share {
  width: 40px;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  overflow: hidden;
  background-color: #ffffff;
  position: absolute;
  left: -50px;
  top: 0;
}
.mod-09 .box-share .bdsharebuttonbox {
  margin-left: 7px;
}
.mod-09 .box-share .share-title {
  height: 20px;
  line-height: 20px;
  background-color: #c23641;
  color: #ffffff;
  font-size: 10px;
  text-align: center;
}
.mod-09 .box-share a:last-child {
  border-bottom: none;
}

.box-img-group .swiper-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.box-img-group .swiper-slide {
  background-size: cover;
  background-position: center;
}
.box-img-group .gallery-top {
  width: 100%;
}
.box-img-group .gallery-top img {
  display: block;
  width: 100%;
}
.box-img-group .gallery-thumbs {
  box-sizing: border-box;
  padding-top: 10px;
}
.box-img-group .gallery-thumbs img {
  display: block;
  width: 100%;
}
.box-img-group .gallery-thumbs .swiper-slide {
  width: 33.33333%;
  height: 100%;
  opacity: 0.8;
}
.box-img-group .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.box-img-group .group-warp {
  background-color: #ffffff;
  padding: 20px;
}
.box-img-group .btn-top-prev, .box-img-group .btn-top-next {
  top: 40%;
  width: 35px;
  height: 63px;
}
.box-img-group .btn-top-prev {
  background: url("../images/img-80.png") no-repeat;
  left: -50px;
}
.box-img-group .btn-top-prev:hover {
  background: url("../images/img-80-h.png") no-repeat;
}
.box-img-group .btn-top-next {
  background: url("../images/img-81.png") no-repeat;
  right: -50px;
}
.box-img-group .btn-top-next:hover {
  background: url("../images/img-81-h.png") no-repeat;
}
.box-img-group .btn-btm-prev, .box-img-group .btn-btm-next {
  top: auto;
  width: 24px;
  height: 67px;
  bottom: 10%;
}
.box-img-group .btn-btm-prev {
  background: url("../images/img-82.png") no-repeat;
}
.box-img-group .btn-btm-prev:hover {
  background: url("../images/img-82-h.png") no-repeat;
}
.box-img-group .btn-btm-next {
  background: url("../images/img-83.png") no-repeat;
}
.box-img-group .btn-btm-next:hover {
  background: url("../images/img-83-h.png") no-repeat;
}

.mod-10 .box-s {
  padding: 20px 20px 20px 313px;
  position: relative;
  background: #ffffff;
  margin-bottom: 20px;
  min-height: 230px;
}
.mod-10 .box-s .box-img {
  width: 273px;
  position: absolute;
  margin-left: -293px;
  overflow: hidden;
}
.mod-10 .box-s .box-img img {
  display: block;
  width: 100%;
  transition: all .7s;
}
.mod-10 .box-s .box-info .box-title {
  display: block;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  color: #666666;
  margin-bottom: 10px;
  padding-right: 90px;
  position: relative;
}
.mod-10 .box-s .box-info .box-title a {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  height: 24px;
}
.mod-10 .box-s .box-info .box-title .date {
  position: absolute;
  right: 0;
  top: 0;
}
.mod-10 .box-s .box-info .box-txt {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  overflow: hidden;
  height: 96px;
  margin-bottom: 10px;
  text-align: justify;
}
.mod-10 .box-s .box-more {
  width: 110px;
  height: 42px;
  line-height: 40px;
  text-align: center;
  border-radius: 21px;
  border: solid 1px #333333;
  font-size: 18px;
  color: #333;
  display: block;
  text-transform: uppercase;
}
.mod-10 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.mod-10 .box-s:hover .box-info .box-title a {
  color: #c13641;
}
.mod-10 .box-s:hover .box-more {
  border: solid 1px #c13641;
  color: #c13641;
}

.mod-11 {
  background: url("../images/img-45.png") no-repeat right 30px bottom 30px #fff;
}
.mod-11 .row {
  margin-left: 0;
  margin-right: 0;
}
.mod-11 .row .box-w {
  padding-left: 0;
  padding-right: 0;
}
.mod-11 .box-map img {
  display: block;
  width: 100%;
}
.mod-11 .box-info {
  padding: 25px 30px;
}
.mod-11 .box-info .icon img {
  vertical-align: middle;
  margin-top: -3px;
}
.mod-11 .box-info .box-title {
  font-size: 18px;
  line-height: 30px;
  color: #333333;
  margin-bottom: 20px;
}
.mod-11 .box-info .box-title .icon {
  margin-right: 10px;
}
.mod-11 .box-info .box-txt {
  padding-left: 40px;
  color: #333333;
  font-size: 14px;
  line-height: 30px;
  min-height: 30px;
  margin-bottom: 15px;
}
.mod-11 .box-info .box-txt .icon {
  position: absolute;
  margin-left: -40px;
}

.mod-11-ad {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding-top: 8%;
  padding-bottom: 8%;
  color: #ffffff;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
}
.mod-11-ad .title-en {
  font-size: 30px;
  line-height: 48px;
}

.job-box {
  padding-top: 40px;
  padding-bottom: 40px;
}
.job-box .m-title {
  text-align: center;
  margin-bottom: 40px;
}
.job-box .m-title a {
  display: inline-block;
  width: 150px;
  height: 50px;
  line-height: 48px;
  border-radius: 25px;
  border: solid 1px #333333;
  font-size: 18px;
  color: #333333;
  margin: 0 8px;
}
.job-box .m-title a .icon {
  width: 32px;
  height: 28px;
  position: relative;
  margin-right: 5px;
  vertical-align: middle;
  display: inline-block;
}
.job-box .m-title a .icon img {
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 28px;
}
.job-box .m-title a .icon img.img-h {
  display: none;
}
.job-box .m-title a:hover, .job-box .m-title a.current {
  border-color: #c13641;
  color: #c13641;
}
.job-box .m-title a:hover .icon img.img-d, .job-box .m-title a.current .icon img.img-d {
  display: none;
}
.job-box .m-title a:hover .icon img.img-h, .job-box .m-title a.current .icon img.img-h {
  display: block;
}
.job-box .box .box-title {
  border-bottom: 1px solid #ececec;
  padding-bottom: 15px;
  padding-top: 15px;
  font-size: 14px;
  color: #808080;
  line-height: 1.4;
  position: relative;
  cursor: pointer;
}
.job-box .box .box-title .title-s {
  display: block;
  font-size: 18px;
  color: #333333;
  margin-bottom: 8px;
}
.job-box .box .box-title .box-more {
  position: absolute;
  right: 15px;
  top: 15px;
}
.job-box .box .box-cont {
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ececec;
  color: #737373;
  font-size: 14px;
  line-height: 30px;
  display: none;
}
.job-box .box .box-cont .title-s {
  font-size: 16px;
  margin-bottom: 8px;
}
.job-box .job-cont {
  padding: 20px;
  background-color: #ffffff;
}
.job-box .job-cont > div {
  display: none;
}

.mod-12 {
  background-color: #fff;
  border: solid 1px #dadada;
  padding: 10px;
}
.mod-12 .box-s {
  position: relative;
  padding: 15px 60px 15px 75px;
  min-height: 60px;
  line-height: 30px;
  border-bottom: 1px dashed #dadada;
}
.mod-12 .box-s .box-title {
  position: absolute;
  margin-left: -75px;
  line-height: 30px;
  font-size: 14px;
  font-weight: bold;
  color: #333333;
}
.mod-12 .box-s .box-title .icon {
  width: 15px;
  margin-right: 5px;
}
.mod-12 .box-s .box-title .icon img {
  vertical-align: middle;
  margin-top: -3px;
}
.mod-12 .box-s .box-cont {
  height: 30px;
  overflow: hidden;
}
.mod-12 .box-s .box-cont span {
  margin-right: 25px;
  font-size: 14px;
  color: #666666;
  float: left;
  overflow: hidden;
  height: 30px;
  line-height: 30px;
}
.mod-12 .box-s .box-cont span input[type='checkbox'] {
  vertical-align: top;
  margin-right: 5px;
  margin-top: 9px;
}
.mod-12 .box-s .box-more {
  display: block;
  position: absolute;
  height: 30px;
  line-height: 30px;
  right: 0;
  top: 15px;
  padding-right: 12px;
  color: #666666;
  font-size: 14px;
  background: url("../images/img-72.png") no-repeat right center;
}

.mod-13 .row {
  margin-left: -12px;
  margin-right: -12px;
}
.mod-13 .row .box-w {
  padding-left: 12px;
  padding-right: 12px;
}
.mod-13 .box-s {
  min-height: 193px;
  padding-left: 256px;
  background-color: #fff;
  margin-bottom: 25px;
}
.mod-13 .box-s .box-img {
  width: 256px;
  position: absolute;
  margin-left: -256px;
  overflow: hidden;
}
.mod-13 .box-s .box-img img {
  display: block;
  width: 100%;
  transition: all .7s;
}
.mod-13 .box-s .box-info {
  padding: 15px;
}
.mod-13 .box-s .box-info .box-title {
  display: block;
  font-size: 16px;
  line-height: 24px;
  height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333333;
  margin-bottom: 5px;
}
.mod-13 .box-s .box-info .box-title span {
  display: inline-block;
  padding-right: 25px;
}
.mod-13 .box-s .box-info .box-txt {
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  height: 120px;
  overflow: hidden;
  text-align: justify;
}
.mod-13 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.mod-13 .box-s:hover .box-info .box-title {
  color: #c13641;
}
.mod-13 .box-s:hover .box-info .box-title span {
  background: url("../images/img-28.png") no-repeat right bottom;
}

.mod-14 .row {
  margin-left: -10px;
  margin-right: -10px;
}
.mod-14 .row .box-w {
  padding-left: 10px;
  padding-right: 10px;
}
.mod-14 .box-s {
  background-color: #f5f5f5;
  box-shadow: 0 5px 5px rgba(180, 180, 180, 0.75);
  padding: 10px;
  border: 1px solid #e9e9e9;
  margin-bottom: 20px;
}
.mod-14 .box-s .box-img {
  overflow: hidden;
  position: relative;
}
.mod-14 .box-s .box-img .img-s {
  display: block;
  width: 100%;
  transition: all .7s;
}
.mod-14 .box-s .box-img .box-mc {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  padding: 40px 20px;
  font-size: 14px;
  line-height: 20px;
  opacity: 0;
  transition: all .7s;
}
.mod-14 .box-s .box-img .box-mc span {
  display: block;
}
.mod-14 .box-s .box-img .box-mc .mc-title {
  border-bottom: 1px dashed #fff;
  padding: 20px 10px;
  margin-bottom: 15px;
}
.mod-14 .box-s .box-img .box-mc .mc-txt {
  padding: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  text-align: justify;
}
.mod-14 .box-s .box-img .box-mc:after, .mod-14 .box-s .box-img .box-mc:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
}
.mod-14 .box-s .box-img .box-mc:before {
  background: url("../images/img-18.png") no-repeat;
  left: 7px;
  top: 7px;
}
.mod-14 .box-s .box-img .box-mc:after {
  background: url("../images/img-19.png") no-repeat;
  right: 7px;
  bottom: 7px;
}
.mod-14 .box-s .box-title {
  display: block;
  height: 66px;
  line-height: 66px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  overflow: hidden;
}
.mod-14 .box-s:hover .box-img .img-s {
  transform: scale(1.1);
}
.mod-14 .box-s:hover .box-img .box-mc {
  opacity: 1;
}

.mod-15 {
  background-color: #f5f5f5;
  padding-top: 60px;
  padding-bottom: 60px;
}
.mod-15 .box-img img {
  display: block;
  width: 100%;
}
.mod-15 .box-info .box-title {
  font-size: 24px;
  line-height: 30px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 20px;
}
.mod-15 .box-info .box-txt {
  font-size: 14px;
  line-height: 24px;
  color: #333333;
}

.mod-16 {
  background-color: #fff;
  padding: 3%;
  margin-top: -100px;
  position: relative;
  z-index: 99;
}
.mod-16 .box-top {
  margin-bottom: 40px;
}
.mod-16 .box-top .box-img img {
  display: block;
  width: 100%;
  border: 10px solid #f5f5f5;
}
.mod-16 .box-top .box-info {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
}
.mod-16 .box-top .box-info .box-title {
  font-size: 30px;
  line-height: 34px;
  color: #333333;
  margin-bottom: 5px;
}
.mod-16 .box-top .box-info .title-s {
  font-size: 18px;
  color: #333333;
  margin-bottom: 5px;
  line-height: 24px;
}
.mod-16 .box-main .box-cont {
  font-size: 14px;
  line-height: 24px;
  color: #333333;
}
.mod-16 .box-main .box-cont > div {
  display: none;
}
.mod-16 .box-main .box-menu {
  height: 50px;
  background-color: #f5f5f5;
  line-height: 50px;
  padding: 0 15px;
}
.mod-16 .box-main .box-menu .a-title {
  display: inline-block;
  font-size: 16px;
  color: #333333;
}
.mod-16 .box-main .box-menu .a-title .icon {
  margin-right: 5px;
  vertical-align: middle;
  margin-top: -3px;
  position: relative;
  width: 20px;
  height: 20px;
  display: inline-block;
}
.mod-16 .box-main .box-menu .a-title .icon img {
  position: absolute;
}
.mod-16 .box-main .box-menu .a-title .icon img.img-h {
  display: none;
}
.mod-16 .box-main .box-menu .a-title.current {
  color: #c13641;
  font-weight: bold;
}
.mod-16 .box-main .box-menu .a-title.current .icon img.img-h {
  display: block;
}
.mod-16 .box-main .box-menu .a-title.current .icon img.img-d {
  display: none;
}

.mod-17 .box {
  margin-bottom: 20px;
}
.mod-17 .box .box-title {
  font-size: 16px;
  line-height: 46px;
  height: 46px;
  color: #333333;
  position: relative;
  cursor: pointer;
  background-color: #f5f5f5;
  padding: 0 10px;
  margin-bottom: 15px;
}
.mod-17 .box .box-title .title-s {
  display: block;
  font-weight: bold;
}
.mod-17 .box .box-title .box-more {
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 14px;
}
.mod-17 .box .box-title .box-more span {
  margin-right: 5px;
}
.mod-17 .box .box-title .box-more img {
  width: 15px;
}
.mod-17 .box .box-cont {
  overflow: hidden;
}
.mod-17 .box .box-cont .list-img .row {
  margin-left: -10px;
  margin-right: -10px;
}
.mod-17 .box .box-cont .list-img .box-w {
  padding-left: 10px;
  padding-right: 10px;
  float: left;
}
.mod-17 .box .box-cont .list-img.list-img-01 .box-s {
  border: 1px solid #dcdcdc;
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
}
.mod-17 .box .box-cont .list-img.list-img-01 .box-s img {
  display: block;
  width: 100%;
  transition: all .7s;
}
.mod-17 .box .box-cont .list-img.list-img-01 .box-s .box-name {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #c13641;
  text-align: center;
  line-height: 100%;
  color: #ffffff;
  font-size: 14px;
  opacity: 0;
  transition: all .7s;
}
.mod-17 .box .box-cont .list-img.list-img-01 .box-s .box-name span {
  vertical-align: middle;
}
.mod-17 .box .box-cont .list-img.list-img-01 .box-s .box-name:after {
  content: '';
  height: 100%;
  width: 0;
  display: inline-block;
  vertical-align: middle;
}
.mod-17 .box .box-cont .list-img.list-img-01 .box-s:hover img {
  transform: scale(1.1);
}
.mod-17 .box .box-cont .list-img.list-img-01 .box-s:hover .box-name {
  opacity: 1;
}
.mod-17 .box .box-cont .list-img.list-img-02 .box-s {
  overflow: hidden;
  vertical-align: bottom;
  margin-bottom: 5px;
}
.mod-17 .box .box-cont .list-img.list-img-02 .box-s .box-img {
  overflow: hidden;
}
.mod-17 .box .box-cont .list-img.list-img-02 .box-s .box-img img {
  display: block;
  width: 100%;
  transition: all .7s;
}
.mod-17 .box .box-cont .list-img.list-img-02 .box-s .box-title {
  display: block;
  overflow: hidden;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 14px;
  color: #333333;
  background: none;
}

.mod-18 .intro-top {
  background-color: #f5f5f5;
  padding-top: 60px;
  padding-bottom: 60px;
}
.mod-18 .intro-top .box-img {
  background: url("../images/img-89.png") no-repeat right bottom;
  padding: 0 30px 30px 0;
  max-width: 340px;
}
.mod-18 .intro-top .box-img img {
  display: block;
}
.mod-18 .intro-top .box-info .box-title {
  position: relative;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  height: 40px;
  line-height: 40px;
  font-size: 24px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 5px;
}
.mod-18 .intro-top .box-info .box-title:before, .mod-18 .intro-top .box-info .box-title:after {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
}
.mod-18 .intro-top .box-info .box-title:before {
  background: url("../images/img-11.png") no-repeat;
  left: 0;
  top: 0;
}
.mod-18 .intro-top .box-info .box-title:after {
  background: url("../images/img-12.png") no-repeat;
  right: 0;
  bottom: 0;
}
.mod-18 .intro-top .box-info .box-title-02 {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px;
  color: #c13641;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
.mod-18 .intro-top .box-info .box-txt {
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  text-align: justify;
}
.mod-18 .intro-top .box-info .box-other {
  font-size: 14px;
  line-height: 30px;
  font-weight: bold;
  color: #333333;
}
.mod-18 .intro-menu {
  border-bottom: solid 1px #e6e6e6;
}
.mod-18 .intro-menu a {
  float: left;
  height: 42px;
  line-height: 40px;
  border: solid 1px #c0c0c0;
  margin-bottom: -1px;
  margin-right: -1px;
  font-size: 16px;
  color: #333333;
  padding: 0 12px;
}
.mod-18 .intro-menu a.current {
  color: #c13641;
  border-color: #c13641;
}
.mod-18 .intro-cont {
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px dashed #c6c6c6;
}
.mod-18 .intro-cont .intro-title {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #c13641;
}
.mod-18 .intro-cont .intro-txt {
  font-size: 14px;
  line-height: 26px;
  color: #333333;
}

.mod-19 .box-start {
  background: url("../images/img-91.png") no-repeat bottom center;
  padding-bottom: 30px;
  font-size: 16px;
  line-height: 28px;
  text-transform: uppercase;
  color: #c3c3c3;
  text-align: center;
}
.mod-19 .box-cont {
  background: url("../images/img-90.png") repeat-y top center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.mod-19 .box-end {
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #666666;
}
.mod-19 .box {
  width: 51%;
  position: relative;
  margin-bottom: 30px;
}
.mod-19 .box .box-year {
  font-family: Bahnschrift;
  font-size: 48px;
  line-height: 50px;
  color: #c13641;
  font-weight: 200;
}
.mod-19 .box .box-c {
  min-height: 108px;
  font-size: 16px;
  line-height: 28px;
  color: #333333;
  padding-top: 30px;
  margin-top: -20px;
}
.mod-19 .box .box-c .box-img {
  position: absolute;
  width: 108px;
  margin-top: -30px;
}
.mod-19 .box .box-c .box-img img {
  display: block;
  width: 100%;
  border-radius: 100%;
}
.mod-19 .box.box-left {
  padding-right: 30px;
  float: left;
}
.mod-19 .box.box-left .box-year {
  text-align: right;
  background: url("../images/img-92.png") no-repeat right center;
  margin-right: -25px;
  padding-right: 25px;
}
.mod-19 .box.box-left .box-c {
  padding-left: 150px;
}
.mod-19 .box.box-left .box-c .box-img {
  margin-left: -150px;
}
.mod-19 .box.box-right {
  padding-left: 30px;
  padding-right: 150px;
  float: right;
}
.mod-19 .box.box-right .box-year {
  background: url("../images/img-92.png") no-repeat left center;
  margin-left: -25px;
  padding-left: 25px;
}
.mod-19 .box.box-right .box-c .box-img {
  right: 0;
  bottom: 0;
}

.mod-20-warp {
  background-color: #f5f5f5;
}

.mod-20 {
  position: relative;
  margin-top: 60px;
}
.mod-20 .row {
  display: flex;
}
.mod-20 .row .box-w {
  display: flex;
  position: static;
}
.mod-20 .box-info, .mod-20 .box-img {
  height: 100%;
  min-height: 500px;
}
.mod-20 .box-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
}
.mod-20 .box-info .box-title {
  position: relative;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  height: 40px;
  line-height: 40px;
  font-size: 24px;
  color: #333333;
  font-weight: 200;
  margin-bottom: 5px;
}
.mod-20 .box-info .box-title:before, .mod-20 .box-info .box-title:after {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
}
.mod-20 .box-info .box-title:before {
  background: url("../images/img-11.png") no-repeat;
  left: 0;
  top: 0;
}
.mod-20 .box-info .box-title:after {
  background: url("../images/img-12.png") no-repeat;
  right: 0;
  bottom: 0;
}
.mod-20 .box-info .box-sub-title {
  font-size: 14px;
  line-height: 32px;
  color: #c13641;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.mod-20 .box-info .box-sub-title span {
  display: block;
  font-size: 18px;
}
.mod-20 .box-info .box-txt {
  font-size: 14px;
  line-height: 24px;
  color: #333333;
}
.mod-20.mod-top .box-bg {
  left: 0;
}
.mod-20.mod-top .box-info {
  background: url("../images/img-96.png") no-repeat top center;
  padding-left: 20px;
}
.mod-20.mod-btm {
  margin-bottom: 60px;
}
.mod-20.mod-btm .box-bg {
  right: 0;
}
.mod-20.mod-btm .box-info {
  background: url("../images/img-96.png") no-repeat bottom center;
  padding-right: 20px;
}

.mod-21 {
  background-color: #f5f5f5;
}
.mod-21 .box-s {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
}
.mod-21 .box-s .num-s {
  font-size: 18px;
  color: #c13641;
  margin-bottom: 10px;
  line-height: 1;
}
.mod-21 .box-s .num-s span {
  font-size: 48px;
  font-weight: bold;
  margin-right: 5px;
}
.mod-21 .box-s .box-txt {
  font-size: 16px;
  line-height: 22px;
  color: #333333;
  height: 44px;
  overflow: hidden;
}
.mod-21 .box-s:hover {
  background-color: #c13641;
}
.mod-21 .box-s:hover .num-s {
  color: #ffffff;
}
.mod-21 .box-s:hover .box-txt {
  color: #ffffff;
}

/* index */
.index-box {
  padding-top: 60px;
  padding-bottom: 60px;
}

.index-title {
  text-align: center;
  background: url("../images/img-16.png") no-repeat bottom center;
  padding-bottom: 5px;
  margin-bottom: 35px;
}
.index-title .title-ch {
  font-size: 36px;
  line-height: 40px;
  color: #333333;
  margin-bottom: 6px;
}
.index-title .title-en {
  font-size: 18px;
  line-height: 26px;
  color: #c13641;
}

.index-more {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 174px;
  height: 56px;
  border-radius: 27px;
  border: solid 1px #c13641;
  font-size: 18px;
  line-height: 54px;
  color: #c13641;
  text-align: center;
  transition: all .7s;
  text-transform: uppercase;
}
.index-more:hover {
  background-color: #c13641;
  color: #ffffff;
}

.index-banner .owl-dots {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  z-index: 99;
  text-align: center;
  height: 6px;
}
.index-banner .owl-dots .owl-dot {
  width: 60px;
  height: 6px;
  padding: 0;
  overflow: hidden;
  margin: 0 5px;
}
.index-banner .owl-dots .owl-dot span {
  background: #fff;
  width: 50px !important;
  height: 6px;
  margin: 0 5px;
  padding: 0 30px;
}
.index-banner .owl-dots .owl-dot.active span {
  background: #e60012;
}

.index-box-01 .row {
  margin-left: -0.5px;
  margin-right: -0.5px;
}
.index-box-01 .row .box-w {
  padding-left: 0.5px;
  padding-right: 0.5px;
}
.index-box-01 .box-main {
  margin-bottom: 40px;
}
.index-box-01 .box-s {
  position: relative;
  margin-bottom: 1px;
}
.index-box-01 .box-s .box-img {
  overflow: hidden;
}
.index-box-01 .box-s .box-img img {
  display: block;
  width: 100%;
  transition: all 12s cubic-bezier(0.23, 1, 0.32, 1);
}
.index-box-01 .box-s .box-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 5px solid #c13641;
  padding: 0 15px;
  color: #ffffff;
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  padding-bottom: 15px;
  transition: all .7s;
}
.index-box-01 .box-s .box-title span {
  display: block;
  font-size: 24px;
}
.index-box-01 .box-s .box-mc {
  background-color: rgba(193, 54, 65, 0.8);
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  transition: all .7s;
}
.index-box-01 .box-s .box-mc .mc-title {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 10px;
  color: #fff;
}
.index-box-01 .box-s .box-mc .mc-title span {
  font-size: 24px;
  font-weight: bold;
  display: block;
}
.index-box-01 .box-s .box-mc .mc-txt {
  margin-bottom: 30px;
}
.index-box-01 .box-s .box-mc .mc-more {
  width: 108px;
  height: 32px;
  line-height: 32px;
  display: block;
  background: url("../images/img-100.png") no-repeat 76px 12px #ffffff;
  padding-left: 15px;
  font-size: 14px;
  color: #c70212;
}
.index-box-01 .box-s .box-mc:before, .index-box-01 .box-s .box-mc:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
}
.index-box-01 .box-s .box-mc:before {
  background: url("../images/img-98.png") no-repeat;
  left: 5px;
  top: 5px;
}
.index-box-01 .box-s .box-mc:after {
  background: url("../images/img-99.png") no-repeat;
  right: 5px;
  bottom: 5px;
}
.index-box-01 .box-s:hover .box-img img {
  transform: scale(1.2);
}
.index-box-01 .box-s:hover .box-title {
  opacity: 0;
}
.index-box-01 .box-s:hover .box-mc {
  opacity: 1;
}

.index-box-02 {
  background: url("../images/img-101.png") no-repeat top center;
  background-size: cover;
}
.index-box-02 .box-main {
  position: relative;
}
.index-box-02 .row {
  display: flex;
}
.index-box-02 .row .box-w {
  display: flex;
  position: static;
}
.index-box-02 .box-info, .index-box-02 .box-img {
  height: 100%;
  min-height: 500px;
}
.index-box-02 .box-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50%;
}
.index-box-02 .box-info .info-top {
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  border-bottom: 1px solid #989898;
  margin-bottom: 10px;
  padding-bottom: 15px;
}
.index-box-02 .box-info .info-top .title-s {
  font-size: 24px;
  color: #333;
  margin-bottom: 15px;
}
.index-box-02 .box-info .info-top .title-s span {
  font-size: 14px;
  color: #c13641;
  text-transform: uppercase;
  margin-left: 5px;
}
.index-box-02 .box-s {
  padding-top: 15px;
  padding-bottom: 15px;
  width: 100%;
}
.index-box-02 .box-s .num-s {
  font-size: 18px;
  color: #c13641;
  margin-bottom: 10px;
  line-height: 1;
}
.index-box-02 .box-s .num-s span {
  font-size: 48px;
  font-weight: bold;
  margin-right: 5px;
}
.index-box-02 .box-s .box-txt {
  font-size: 16px;
  line-height: 22px;
  color: #333333;
  height: 44px;
  overflow: hidden;
}
.index-box-02 .box-s .a-more {
  display: block;
  width: 80px;
  margin: 10px auto;
}

.index-box-03 .mod-04 {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
}
.index-box-03 .box-main {
  margin-bottom: 30px;
}

.index-box-04 {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding-top: 10%;
  padding-bottom: 10%;
  color: #ffffff;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
}
.index-box-04 .title-en {
  font-size: 30px;
  line-height: 48px;
}

.index-box-05 {
  background-color: #f5f5f5;
}
.index-box-05 .row {
  margin-left: -9px;
  margin-right: -9px;
}
.index-box-05 .row .box-w {
  padding-left: 9px;
  padding-right: 9px;
}
.index-box-05 .news-class {
  margin-bottom: 35px;
  text-align: center;
}
.index-box-05 .news-class a {
  width: 170px;
  height: 50px;
  line-height: 50px;
  background-color: #ffffff;
  border-radius: 24px;
  text-align: center;
  display: inline-block;
  vertical-align: bottom;
  margin: 0 15px;
}
.index-box-05 .news-class a span {
  display: inline-block;
  vertical-align: middle;
}
.index-box-05 .news-class a span.icon {
  position: relative;
  width: 26px;
  height: 26px;
  margin-right: 5px;
}
.index-box-05 .news-class a span.icon img {
  position: absolute;
  left: 0;
  top: 0;
}
.index-box-05 .news-class a span.icon img.img-h {
  display: none;
}
.index-box-05 .news-class a span.title-s {
  font-size: 18px;
  color: #333333;
}
.index-box-05 .news-class a:hover, .index-box-05 .news-class a.current {
  background-color: #c13641;
}
.index-box-05 .news-class a:hover span.icon img.img-h, .index-box-05 .news-class a.current span.icon img.img-h {
  display: block;
}
.index-box-05 .news-class a:hover span.icon img.img-d, .index-box-05 .news-class a.current span.icon img.img-d {
  display: none;
}
.index-box-05 .news-class a:hover span.title-s, .index-box-05 .news-class a.current span.title-s {
  color: #fff;
}
.index-box-05 .news-cont > div {
  overflow: hidden;
  height: 0;
}
.index-box-05 .swiper-other {
  position: absolute;
  right: 10px;
  bottom: 110px;
  width: 150px;
  height: 30px;
}
.index-box-05 .swiper-other .swiper-button-prev, .index-box-05 .swiper-other .swiper-button-next {
  width: 30px;
  height: 30px;
  margin-top: 0;
  top: 0;
}
.index-box-05 .swiper-other .swiper-button-prev {
  left: 0;
  background: url("../images/img-104.png") no-repeat;
}
.index-box-05 .swiper-other .swiper-button-prev:hover {
  background: url("../images/img-104-h.png") no-repeat;
}
.index-box-05 .swiper-other .swiper-button-next {
  right: 0;
  background: url("../images/img-105.png") no-repeat;
}
.index-box-05 .swiper-other .swiper-button-next:hover {
  background: url("../images/img-105-h.png") no-repeat;
}
.index-box-05 .swiper-other .swiper-pagination {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #dc0101;
  bottom: 0;
}
.index-box-05 .swiper-other .swiper-pagination .swiper-pagination-current {
  font-size: 28px;
  color: #fff;
  font-weight: bold;
}
.index-box-05 .news-focus {
  margin-bottom: 20px;
}
.index-box-05 .news-focus .box-s .box-img {
  overflow: hidden;
}
.index-box-05 .news-focus .box-s .box-img img {
  display: block;
  width: 100%;
  transition: all .7s;
}
.index-box-05 .news-focus .box-s .box-title {
  height: 100px;
  background-color: #fff;
  padding-left: 100px;
  display: block;
}
.index-box-05 .news-focus .box-s .box-title .date {
  width: 100px;
  height: 100px;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 26px;
  background-color: #c13641;
  position: absolute;
  margin-left: -100px;
  padding-top: 24px;
}
.index-box-05 .news-focus .box-s .box-title .date span {
  display: block;
  font-size: 24px;
}
.index-box-05 .news-focus .box-s .box-title .title-s {
  padding: 26px 15px;
  line-height: 24px;
  font-size: 16px;
  color: #c13641;
  display: block;
  font-weight: bold;
}
.index-box-05 .news-list .box-s {
  min-height: 142px;
  padding-left: 200px;
  padding-bottom: 13px;
  margin-bottom: 13px;
  border-bottom: 1px solid #e4e4e4;
}
.index-box-05 .news-list .box-s:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.index-box-05 .news-list .box-s .box-img {
  overflow: hidden;
  width: 184px;
  position: absolute;
  margin-left: -200px;
}
.index-box-05 .news-list .box-s .box-img img {
  display: block;
  width: 100%;
  transition: all .7s;
}
.index-box-05 .news-list .box-s .box-info .box-title {
  height: 20px;
  line-height: 20px;
  padding-right: 90px;
  position: relative;
  font-size: 14px;
  color: #666666;
  margin-bottom: 10px;
}
.index-box-05 .news-list .box-s .box-info .box-title .date {
  position: absolute;
  right: 0;
  top: 0;
}
.index-box-05 .news-list .box-s .box-info .box-title a {
  display: block;
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-weight: bold;
  color: #c13641;
}
.index-box-05 .news-list .box-s .box-info .box-txt {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  height: 96px;
  overflow: hidden;
}

.float-box {
  position: fixed;
  right: 0;
  top: 300px;
  width: 70px;
  border-radius: 5px 0 0 5px;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 999;
}
.float-box > div {
  border-bottom: 1px solid #999;
}
.float-box > div:last-child {
  border-bottom: none;
}
.float-box a {
  display: block;
  width: 70px;
  height: 70px;
  padding: 10px;
}
.float-box a img {
  display: block;
  width: 50px;
  height: 50px;
}

/*# sourceMappingURL=style.css.map */
