/*new add*/
body {
  font-family: "Microsoft YaHei", '微软雅黑', sans-serif;
  color: #000;
  font-size: 14px;
  overflow-x: hidden;
  box-sizing: border-box;
}
a {
  text-decoration: none!important;
}
/*多行溢出*/
.abscss {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.img-box .img-d {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.img-box .img-h {
  transform: scale(1.1);
}
@media (min-width: 1600px) {
  .container {
    width: 1440px;
  }
}
/*search*/
.tools {
  position: relative;
  z-index: 999;
  width: 24px;
  height: 30px;
}
.tools .search-trigger {
  height: 30px;
  width: 24px;
  background: url("../images/header-search-btn.png") no-repeat center center;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.tools .search-box {
  display: none;
}
.tools .search-box .s-inp {
  background-color: #fff;
}
.tools .x-show {
  display: block;
  position: absolute!important;
  top: 34px;
  right: 0;
}
.search-box {
  width: 250px;
  position: relative;
}
.search-box .s-inp {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: none;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  padding-left: 15px;
  padding-right: 45px;
}
.search-box .s-btn {
  background: url("../images/header-search-btn-a.png") no-repeat center center;
  width: 24px;
  height: 24px;
  top: 8px;
  right: 10px;
  position: absolute;
  z-index: 9;
}
.index-body::-webkit-scrollbar {
  width: 0 !important;
}
.index-body {
  overflow: -moz-scrollbars-none;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
/*nav*/
nav.navbar.bootsnav {
  min-height: 80px;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding-left: 65px;
  padding-right: 65px;
}
nav.navbar.bootsnav.nav-line {
  border-bottom-color: #dcdcdc;
}
nav.navbar.bootsnav.page-nav {
  position: relative;
}
nav.navbar.bootsnav.page-nav .search-trigger {
  transition: all 0.3s;
}
nav.navbar.bootsnav.page-nav .search-trigger:hover {
  opacity: 0.6;
}
nav.navbar.bootsnav:hover,
nav.navbar.bootsnav.scroll,
nav.navbar.bootsnav.page-nav {
  background: #fff;
}
nav.navbar.bootsnav:hover .navbar-brand img.logo-d,
nav.navbar.bootsnav.scroll .navbar-brand img.logo-d,
nav.navbar.bootsnav.page-nav .navbar-brand img.logo-d {
  display: none;
}
nav.navbar.bootsnav:hover .navbar-brand img.logo-h,
nav.navbar.bootsnav.scroll .navbar-brand img.logo-h,
nav.navbar.bootsnav.page-nav .navbar-brand img.logo-h {
  display: block;
}
nav.navbar.bootsnav:hover .header-other:before,
nav.navbar.bootsnav.scroll .header-other:before,
nav.navbar.bootsnav.page-nav .header-other:before {
  background-color: #000000;
}
nav.navbar.bootsnav:hover .header-other > div:after,
nav.navbar.bootsnav.scroll .header-other > div:after,
nav.navbar.bootsnav.page-nav .header-other > div:after {
  background-color: #000000;
}
nav.navbar.bootsnav:hover .header-other .phone-box,
nav.navbar.bootsnav.scroll .header-other .phone-box,
nav.navbar.bootsnav.page-nav .header-other .phone-box {
  background: url("../images/phone.png") no-repeat 30px 9px;
}
nav.navbar.bootsnav:hover .header-other .phone-box button,
nav.navbar.bootsnav.scroll .header-other .phone-box button,
nav.navbar.bootsnav.page-nav .header-other .phone-box button {
  color: #333;
}
nav.navbar.bootsnav:hover .tools .search-trigger,
nav.navbar.bootsnav.scroll .tools .search-trigger,
nav.navbar.bootsnav.page-nav .tools .search-trigger {
  background: url("../images/header-search-btn-a.png") no-repeat center center;
}
nav.navbar.bootsnav:hover ul.nav.nav-other > li:first-child:after,
nav.navbar.bootsnav.scroll ul.nav.nav-other > li:first-child:after,
nav.navbar.bootsnav.page-nav ul.nav.nav-other > li:first-child:after {
  background-color: #000000;
}
nav.navbar.bootsnav:hover ul.nav.nav-other > li:before,
nav.navbar.bootsnav.scroll ul.nav.nav-other > li:before,
nav.navbar.bootsnav.page-nav ul.nav.nav-other > li:before {
  background-color: #000000;
}
nav.navbar.bootsnav:hover ul.nav.nav-other > li > a,
nav.navbar.bootsnav.scroll ul.nav.nav-other > li > a,
nav.navbar.bootsnav.page-nav ul.nav.nav-other > li > a {
  font-size: 14px;
  padding-left: 0;
  padding-right: 0;
}
nav.navbar.bootsnav:hover ul.nav > li > a,
nav.navbar.bootsnav.scroll ul.nav > li > a,
nav.navbar.bootsnav.page-nav ul.nav > li > a {
  color: #333;
}
nav.navbar.bootsnav .navbar-brand {
  padding-top: 26px;
  padding-bottom: 26px;
  height: auto;
}
nav.navbar.bootsnav .navbar-brand img {
  display: block;
}
nav.navbar.bootsnav .navbar-brand img.logo-h {
  display: none;
}
nav.navbar.bootsnav .header-other {
  float: right;
  margin-top: 25px;
  position: relative;
  line-height: 30px;
  margin-left: 20px;
}
nav.navbar.bootsnav .header-other:before {
  content: '';
  width: 1px;
  height: 14px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -7px;
}
nav.navbar.bootsnav .header-other > div {
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
  float: left;
}
nav.navbar.bootsnav .header-other > div:after {
  content: '';
  width: 1px;
  height: 14px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -7px;
}
nav.navbar.bootsnav .header-other .phone-box {
  background: url("../images/phone-w.png") no-repeat 30px 9px;
  padding-left: 50px;
  /*display: none;*/
}
nav.navbar.bootsnav .header-other .phone-box button {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  height: 30px;
  line-height: 30px;
  color: #fff;
}
nav.navbar.bootsnav .header-other .tools {
  float: left;
}
nav.navbar.bootsnav ul.nav.nav-other {
  position: relative;
  margin-left: 30px;
  float: left;
}
nav.navbar.bootsnav ul.nav.nav-other > li:first-child:after {
  content: '';
  width: 1px;
  height: 14px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -7px;
}
nav.navbar.bootsnav ul.nav.nav-other > li:before {
  content: '';
  width: 1px;
  height: 14px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -7px;
}
nav.navbar.bootsnav ul.nav.nav-other > li > a {
  font-size: 14px;
  padding-left: 0;
  padding-right: 0;
}
nav.navbar.bootsnav ul.nav.nav-main {
  float: right;
}
nav.navbar.bootsnav ul.nav {
  margin-left: -15px;
  margin-right: -15px;
  float: none;
}
nav.navbar.bootsnav ul.nav > li {
  margin: 0;
  padding: 0 30px;
}
nav.navbar.bootsnav ul.nav > li > a {
  line-height: 80px;
  color: #fff;
  text-align: center;
  position: relative;
  padding: 0;
  font-size: 16px;
  font-weight: normal;
  border-bottom: 3px solid transparent;
}
nav.navbar.bootsnav ul.nav > li.dropdown:last-child .dropdown-menu {
  left: auto;
  right: 0;
  transform: translateX(0);
}
nav.navbar.bootsnav ul.nav > li > a:hover,
nav.navbar.bootsnav ul.nav > li > a:focus,
nav.navbar.bootsnav ul.nav > li.active > a:hover,
nav.navbar.bootsnav ul.nav > li.active > a:focus,
nav.navbar.bootsnav ul.nav > li.active > a,
nav.navbar.bootsnav ul.nav > li.dropdown.on > a {
  background-color: transparent!important;
  border-bottom-color: #d6000f;
  color: #d6000f !important;
}
nav.navbar.bootsnav ul.nav li.dropdown div.dropdown-menu {
  border: none;
  border-top: none;
  padding: 40px;
  box-shadow: 0 0 15px 0 rgba(7, 0, 2, 0.22);
  background: #fff;
  min-width: 600px;
  width: 600px;
  left: 50%;
  transform: translateX(-50%);
}
nav.navbar.bootsnav ul.nav li.dropdown div.dropdown-menu.menu-dub {
  /*min-width: 700px;*/
  /*width: 700px;*/
}
nav.navbar.bootsnav ul.nav li.dropdown div.dropdown-menu.menu-dub .menu-list {
  /*width: 360px;*/
}
nav.navbar.bootsnav ul.nav li.dropdown .menu-box,
nav.navbar.bootsnav ul.nav li.dropdown .menu-list {
  float: left;
}

nav.navbar.bootsnav ul.nav li.dropdown .menu-box {
  width: 260px;
  padding-right: 40px;
  border-right: 1px solid #e5e5e5;
}
nav.navbar.bootsnav ul.nav li.dropdown .menu-box .box-img {
  margin-bottom: 5px;
}
nav.navbar.bootsnav ul.nav li.dropdown .menu-box .box-img img {
  display: block;
  width: 100%;
}
nav.navbar.bootsnav ul.nav li.dropdown .menu-box .box-title {
  display: block;
  height: 32px;
  line-height: 30px;
  font-weight: bold;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
nav.navbar.bootsnav ul.nav li.dropdown .menu-box .box-txt {
  line-height: 24px;
  color: #777777;
  overflow: hidden;
}
nav.navbar.bootsnav ul.nav li.dropdown .menu-list {
  padding-left: 40px;
}
nav.navbar.bootsnav ul.nav li.dropdown .menu-list a {
  display: block;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #777777;
}
nav.navbar.bootsnav ul.nav li.dropdown .menu-list a:hover {
  color: #d6000f;
}
nav.navbar.bootsnav.scroll {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}
@media (max-width: 1700px) {
  /*nav*/
  nav.navbar.bootsnav ul.nav > li {
    margin: 0;
    padding: 0 15px;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    line-height: 80px;
    color: #fff;
    text-align: center;
    position: relative;
    padding: 0;
    font-size: 16px;
    font-weight: normal;
    border-bottom: 3px solid transparent;
  }
  nav.navbar.bootsnav ul.nav > li.dropdown:last-child .dropdown-menu {
    left: auto;
    right: 0;
  }

  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
    border: none;
    /*border-top: 3px solid #1D5BC0;*/
    border-top: 0 solid #1D5BC0;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 0 0 15px 0 rgba(7, 0, 2, 0.22);
    background: #F3F5FB;
    min-width: 100%;
    width: auto;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    border-bottom: none;
    color: #444444;
    margin: 0;
    padding: 7px 10px;
    line-height: 24px;
    background: #F3F5FB;
    font-weight: normal;
    text-align: center;
    font-size: 16px;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a:hover {
    background-color: #17488D;
    color: #fff;
  }
  nav.navbar.bootsnav .megamenu-content {
    border: none!important;
    padding: 30px 35px;
    background: #F3F5FB;
    min-height: 300px;
  }
  nav.navbar.bootsnav.scroll {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
  }
}
@media (max-width: 1500px) {
  /*nav*/
  nav.navbar.bootsnav {
    padding-left: 0;
    padding-right: 0;
  }
  nav.navbar.bootsnav:hover .header-other .phone-box,
  nav.navbar.bootsnav.scroll .header-other .phone-box {
    background: url("../images/phone.png") no-repeat 20px 9px;
  }
  nav.navbar.bootsnav .header-other > div {
    padding-left: 15px;
    padding-right: 15px;
  }
  nav.navbar.bootsnav .header-other .phone-box {
    background: url("../images/phone-w.png") no-repeat 20px 9px;
    padding-left: 45px;
  }
  nav.navbar.bootsnav .header-other .phone-box button {
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    height: 30px;
    line-height: 30px;
    color: #fff;
  }
  nav.navbar.bootsnav .header-other .tools {
    float: left;
  }
  nav.navbar.bootsnav ul.nav.nav-other {
    margin-left: 10px;
  }
  nav.navbar.bootsnav ul.nav > li {
    margin: 0;
    padding: 0 10px;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    line-height: 80px;
    color: #fff;
    text-align: center;
    position: relative;
    padding: 0;
    font-size: 16px;
    font-weight: normal;
    border-bottom: 3px solid transparent;
  }
  nav.navbar.bootsnav ul.nav > li.dropdown:last-child .dropdown-menu {
    left: auto;
    right: 0;
  }

  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
    border: none;
    border-top: 0 solid #1D5BC0;
    /*border-top: 3px solid #1D5BC0;*/
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 0 0 15px 0 rgba(7, 0, 2, 0.22);
    background: #F3F5FB;
    min-width: 100%;
    width: auto;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    border-bottom: none;
    color: #444444;
    margin: 0;
    padding: 7px 10px;
    line-height: 24px;
    background: #F3F5FB;
    font-weight: normal;
    text-align: center;
    font-size: 16px;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a:hover {
    background-color: #17488D;
    color: #fff;
  }
  nav.navbar.bootsnav .megamenu-content {
    border: none!important;
    padding: 30px 35px;
    background: #F3F5FB;
    min-height: 300px;
  }
  nav.navbar.bootsnav.scroll {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
  }
}
@media (max-width: 1199px) {
  nav.navbar.bootsnav .navbar-toggle {
    float: right;
    top: 0;
    right: 0;
    margin-top: 27px;
    margin-bottom: 27px;
    margin-right: 20px;
    background-color: transparent;
    z-index: 999;
    position: absolute;
  }
  nav.navbar.bootsnav .navbar-toggle .fa {
    color: #fff;
  }
  nav.navbar.bootsnav:hover .navbar-toggle .fa,
  nav.navbar.bootsnav.scroll .navbar-toggle .fa,
  nav.navbar.bootsnav.page-nav .navbar-toggle .fa {
    color: #333;
  }
  nav.navbar.bootsnav .header-other {
    float: none;
    margin-top: 0;
    position: absolute;
    top: 5px;
    right: 15px;
    line-height: 30px;
    margin-left: 0;
  }
  nav.navbar.bootsnav .navbar-collapse {
    position: relative;
  }
  nav.navbar.bootsnav ul.nav.nav-other {
    position: relative;
    margin-left: 0;
    float: none;
    width: 100%;
    overflow: hidden;
  }
  nav.navbar.bootsnav ul.nav.nav-other > li {
    float: left;
    width: auto;
  }
  nav.navbar.bootsnav ul.nav.nav-other > li:first-child:after {
    content: '';
    width: 1px;
    height: 14px;
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -7px;
  }
  nav.navbar.bootsnav ul.nav.nav-other > li:before {
    content: '';
    width: 1px;
    height: 14px;
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -7px;
  }
  nav.navbar.bootsnav ul.nav.nav-other > li > a {
    font-size: 14px;
    padding-left: 0;
    padding-right: 0;
  }
  nav.navbar.bootsnav ul.nav.nav-main {
    float: none;
    width: 100%;
    margin-top: 15px;
  }
  nav.navbar.bootsnav ul.nav.nav-main > li {
    padding-left: 0;
    padding-right: 0;
  }
  nav.navbar.bootsnav ul.nav.nav-main > li > a {
    padding: 10px 0;
  }
  nav.navbar.bootsnav ul.nav {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
  }
  nav.navbar.bootsnav ul.nav > li {
    width: 100%;
    float: none;
    background: none;
    padding-bottom: 1px;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 8px 0;
    line-height: 30px;
    text-align: left;
    position: relative;
    border-top: none;
    font-size: 16px!important;
    border-bottom: 1px solid rgba(51, 51, 51, 0.3) !important;
  }
  nav.navbar.bootsnav ul.nav > li > a:after,
  nav.navbar.bootsnav ul.nav > li > a:before {
    display: none;
  }
  nav.navbar.bootsnav ul.nav li.dropdown div.dropdown-menu {
    position: relative;
    margin-bottom: 5px;
    border: none;
    border-top: none;
    padding: 5px 15px;
    min-width: 100%;
    width: 100%;
    left: 0;
    transform: translateX(0);
  }

  nav.navbar.bootsnav ul.nav li.dropdown div.dropdown-menu.menu-dub {
    min-width: 100%;
    width: 100%;
  }
  nav.navbar.bootsnav ul.nav li.dropdown div.dropdown-menu.menu-dub .menu-list {
    width: 100%;
  }
  nav.navbar.bootsnav ul.nav li.dropdown div.dropdown-menu.menu-dub .menu-list > div {
    width: 100%;
    float: none;
  }

  nav.navbar.bootsnav ul.nav li.dropdown .menu-box,
  nav.navbar.bootsnav ul.nav li.dropdown .menu-list {
    margin-left: 0;
    width: 100%;
  }
  nav.navbar.bootsnav ul.nav li.dropdown .menu-box {
    display: none!important;
  }
  nav.navbar.bootsnav ul.nav li.dropdown .menu-list {
    padding-left: 0;
    padding-right: 0;
  }
  nav.navbar.bootsnav ul.nav li.dropdown .menu-list a {
    display: block;
    height: 36px;
    line-height: 36px;
  }
  nav.navbar.bootsnav ul.nav > li > a:hover,
  nav.navbar.bootsnav ul.nav > li > a:focus,
  nav.navbar.bootsnav ul.nav > li.active > a:hover,
  nav.navbar.bootsnav ul.nav > li.active > a:focus,
  nav.navbar.bootsnav ul.nav > li.active > a,
  nav.navbar.bootsnav ul.nav > li.dropdown.on > a {
    padding-left: 0;
    padding-right: 0;
    font-weight: bold;
  }
  nav.navbar.bootsnav nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
    background-color: transparent !important;
    padding: 0!important;
  }
  nav.navbar.bootsnav nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    text-align: left;
    font-size: 16px;
    border-bottom: 1px solid #fff;
    padding-left: 15px;
    padding-right: 15px;
  }
  nav.navbar.bootsnav nav.navbar.bootsnav ul.nav ul.dropdown-menu li.dropdown.on > ul.dropdown-menu li > a {
    font-size: 15px!important;
    background-color: #fff !important;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  nav.navbar.bootsnav .navbar-header {
    width: 100%;
  }
  nav.navbar.bootsnav .navbar-header .navbar-brand {
    float: left!important;
    padding: 26px 0;
  }
  nav.navbar.bootsnav .navbar-collapse {
    box-shadow: none !important;
  }
}
@media (max-width: 767px) {
  /*nav.navbar.bootsnav .nav-other {*/
  /*  padding-top: 45px;*/
  /*}*/
}
#fp-nav.fp-right {
  right: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 40px;
  height: 20px;
  margin: 7px 0;
  position: relative;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 0;
  height: 2px;
  width: 20px;
  background-color: rgba(255, 255, 255, 0.4);
  left: 0;
  margin: 0;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  height: 1px;
  width: 40px;
  margin: 0;
  background: #fff !important;
  opacity: 1!important;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 2px;
  width: 40px;
  margin: 0;
  background: #fff !important;
  opacity: 1;
  border-radius: 0!important;
}
#fp-nav ul li .fp-tooltip.fp-right {
  right: 55px;
}
#fp-nav ul li:nth-child(5) > .fp-tooltip {
  color: #333333 !important;
}
#fp-nav ul li:nth-child(5) > a.active > span:last-child {
  background: #333333 !important;
}
.section {
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  overflow: hidden;
}
#section2 {
  background-image: url("../images/page-03-bg.png");
}
#section3 {
  background-image: url("../images/page-04-bg.png");
}
#section4 {
  background-image: url("../images/page-05-bg.jpg");
}
.index-banner {
  height: 100%;
}
.index-banner .swiper-container {
  width: 100%;
  height: 100%;
}
.index-banner .swiper-pagination {
  width: 7px;
  left: 40px;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
}
.index-banner .swiper-pagination .swiper-pagination-bullet {
  width: 5px;
  height: 40px;
  border: solid 1px #ffffff;
  border-radius: 0;
  box-shadow: none;
  margin: 5px 0;
  background-color: transparent;
}
.index-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}
.index-banner .swiper-slide .title-en {
  transform: translateY(50px);
  opacity: 0;
  transition: all 0.7s;
}
.index-banner .swiper-slide .title-ch {
  transform: translateY(50px);
  opacity: 0;
  transition: all 0.7s;
  transition-delay: 0.3s;
}
.index-banner .swiper-slide .title-txt {
  transform: translateY(50px);
  opacity: 0;
  transition: all 0.7s;
  transition-delay: 0.5s;
}
.index-banner .swiper-slide .index-more {
  transform: translateY(50px);
  opacity: 0;
  transition: all 0.7s;
  transition-delay: 0.7s;
}
.index-banner .ani-slide .title-en,
.index-banner .ani-slide .title-ch,
.index-banner .ani-slide .title-txt,
.index-banner .ani-slide .index-more {
  transform: translateY(0);
  opacity: 1;
}
.index-banner .banner-box {
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center; 
}
.index-banner .banner-box .banner-cont {
  max-width: 700px;
  line-height: 1.4;
  margin-left: auto;
  margin-right: auto;
}
.index-banner .banner-box .title-en {
  margin-bottom: 15px;
}
.index-banner .banner-box .title-ch {
  margin-bottom: 30px;
  font-weight: bold;
  color:#e60012;
}
.index-banner .banner-box .title-txt {
  /*max-width: 400px;*/
  margin-left: auto;
  margin-right: auto;
  line-height: 20px;
  font-weight: bold;
  color:#e60012;
}
.index-banner .banner-box .index-more {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
}
.index-banner .banner-box.banner-box-02 .banner-cont,
.index-banner .banner-box.banner-box-03 .banner-cont {
  text-align: right;
  margin-right: 0;
}
.index-banner .banner-box.banner-box-02 .title-txt,
.index-banner .banner-box.banner-box-03 .title-txt {
  margin-right: 0;
}
.index-banner .banner-box.banner-box-02 .index-more,
.index-banner .banner-box.banner-box-03 .index-more {
  margin-right: 0;
}
.index-banner .banner-box.banner-box-02 .title-txt {
  /*color: rgba(255, 255, 255, 0.4);*/
  color:#e60012;
  /*max-width: 400px;*/
}
.index-banner .banner-box.banner-box-02 .index-more {
  margin-left: 0;
}
.index-banner .banner-box.banner-box-03 .banner-cont {
  max-width: 600px;
  text-align: right;
  margin-left: auto;
  margin-right: 0;
  margin-top: 25%;
}
.index-banner .banner-box.banner-box-03 .title-txt {
  text-align: right;
  margin-left: auto;
  margin-right: 0;
}
.index-banner .banner-box.banner-box-03 .title-ch {
  color: #fff;
}
.index-banner .banner-box.banner-box-03 .title-txt {
  color: rgba(255, 255, 255, 0.4);
}
.index-banner .banner-box.banner-box-03 .index-more {
  margin-left: auto;
  margin-right: 0;
  border-color: rgba(255, 255, 255, 0.3);
}
.index-banner .banner-box.banner-box-03 .index-more span {
  color: #fff;
}
.index-title {
  text-align: center;
  color: #fff;
  margin-bottom: 25px;
  line-height: 1.1;
}
.index-title .title-en {
  margin-bottom: 30px;
  font-weight: bold;
}
.index-title .title-ch {
  font-weight: bold;
}
.index-more {
  width: 150px;
  line-height: 44px;
  text-align: center;
  display: block;
  border: solid 1px rgba(255, 255, 255, 0.2);
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.5s;
  background:#e60012;
}
.index-more span {
  position: relative;
  z-index: 2;
  color: #fff;
}
.index-more:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 0;
  background-color: #fff;
  z-index: -1;
  transition: all 0.5s;
}
.index-more:hover,
.index-more.active {
  transition-delay: 0.1s !important;
}
.index-more:hover span,
.index-more.active span {
  color: #333333 !important;
}
.index-more:hover:after,
.index-more.active:after {
  left: 0;
  width: 100%;
}
.index-more.active {
  transition: all 0.5s;
}
.index-more.active:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  transform: scale(1.05);
}
.fuhai-business {
  height: 100%;
  min-height: 100%;
  display: flex;
}
.fuhai-business > div {
  width: 50%;
  flex: 1;
}
.fuhai-business .business-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.fuhai-business .business-item > div {
  /*height: 33.333333%;*/
  height: 50%;
  display: flex;
  border-bottom: 1px solid #e2e2e2;
}
.fuhai-business .business-item > div:last-child {
  border-bottom: none;
}
.fuhai-business .business-item .box-a {
  background-color: #fff;
  border-right: 1px solid #e2e2e2;
}
.fuhai-business .business-item .box-a.box-01 {
  width: 33.333333%;
  min-width: 33.333333%;
}
.fuhai-business .business-item .box-a.box-02 {
  width: 100%;
  min-width: 100%;
}
.fuhai-business .business-item .box-a.box-n-50 {
  width: 50%;
  min-width: 50%;
}
.fuhai-business .business-item .box-a.box-dub {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.fuhai-business .business-item .box-a.box-dub > div {
  height: 50%;
  width: 100%;
  border-bottom: 1px solid #e2e2e2;
  display: flex;
}
.fuhai-business .business-item .box-a.box-dub > div:last-child {
  border-bottom: none;
}
.fuhai-business .business-item .box-a:last-child {
  border-right: none;
}
.fuhai-business .business-item .a-box {
  display: block;
  height: 100%;
  text-align: center;
}
.fuhai-business .business-item .a-box.a-box-01 .a-icon {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}
.fuhai-business .business-item .a-box.a-box-02 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.fuhai-business .business-item .a-box.a-box-02 .a-icon {
  margin-right: 20px;
}
.fuhai-business .business-item .a-box.a-box-02 .a-info {
  padding-top: 10px;
  text-align: left;
}
.fuhai-business .business-item .a-box span {
  display: block;
  font-weight: bold;
}
.fuhai-business .business-item .a-box .a-icon {
  position: relative;
  width: 65px;
  height: 65px;
}
.fuhai-business .business-item .a-box .a-icon img {
  display: block;
}
.fuhai-business .business-item .a-box .a-icon img.img-h {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.fuhai-business .business-item .a-box .a-title-ch {
  color: #333333;
}
.fuhai-business .business-item .a-box .a-title-en {
  color: rgba(51, 51, 51, 0.4);
  line-height: 20px;
  min-height: 20px;
  font-size: 14px;
}
.fuhai-business .business-item .a-box .a-arrow {
  background: url("../images/page-02-arrow.png") no-repeat;
  width: 35px;
  height: 35px;
  margin: 35px auto 0;
  display: none;
}
.fuhai-business .business-item .a-box:hover,
.fuhai-business .business-item .a-box.active {
  background: url("../images/page-02-b-bg.png") no-repeat center center;
  background-size: cover;
}
.fuhai-business .business-item .a-box:hover .a-icon img.img-d,
.fuhai-business .business-item .a-box.active .a-icon img.img-d {
  display: none;
}
.fuhai-business .business-item .a-box:hover .a-icon img.img-h,
.fuhai-business .business-item .a-box.active .a-icon img.img-h {
  display: block;
}
.fuhai-business .business-item .a-box:hover .a-title-ch,
.fuhai-business .business-item .a-box.active .a-title-ch {
  color: #fff;
}
.fuhai-business .business-item .a-box:hover .a-title-en,
.fuhai-business .business-item .a-box.active .a-title-en {
  color: rgba(255, 255, 255, 0.4);
}
.fuhai-business .business-item .a-box:hover .a-arrow,
.fuhai-business .business-item .a-box.active .a-arrow {
  display: block;
}
.fuhai-business .business-info {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.fuhai-business .business-info > div {
  display: none;
}
.fuhai-business .business-info .info-cont {
  padding: 13% 10%;
  color: #fff;
}
.fuhai-business .business-info .index-title {
  text-align: left;
}
.fuhai-business .business-info .info-txt {
  max-width: 400px;
  line-height: 24px;
  color: #ffffff;
  min-height: 100px;
  margin-bottom: 15px;
  font-size:18px;
}
.fuhai-news .index-title {
  margin-bottom: 5%;
}
.fuhai-news .swiper-slide {
  transition: 300ms;
  transform: scale(0.9);
  opacity: 0.85;
}
.fuhai-news .swiper-slide-active,
.fuhai-news .swiper-slide-duplicate-active {
  transform: scale(1);
  opacity: 1;
}
.fuhai-news .news-prev:after,
.fuhai-news .news-next:after {
  color: #fff;
  font-weight: normal;
  font-family: 'FontAwesome';
  font-size: 80px;
  transform: translateY(-50%);
}
.fuhai-news .news-prev {
  left: -30px;
}
.fuhai-news .news-prev:after {
  content: "\f104";
}
.fuhai-news .news-next:after {
  content: "\f105";
}
.fuhai-news .news-next {
  right: -30px;
}
.fuhai-news .box-s {
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}
.fuhai-news .box-s .box-img {
  display: block;
  overflow: hidden;
}
.fuhai-news .box-s .box-img img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.fuhai-news .box-s .box-info {
  background-color: #fff;
  padding: 35px 30px;
}
.fuhai-news .box-s .box-info .box-title {
  line-height: 30px;
  color: #333333;
  height: 60px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 20px;
}
.fuhai-news .box-s .box-info .box-txt {
  line-height: 24px;
  color: #666666;
  height: 72px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-bottom: 40px;
}
.fuhai-news .box-s .box-info .box-more {
  display: inline-block;
  line-height: 24px;
  color: #666666;
  font-size: 12px;
}
.fuhai-news .box-s:hover .box-img img {
  transform: scale(1.1);
}
.fuhai-news .box-s:hover .box-info .box-more {
  color: #d6000f;
}
.fuhai-culture .row {
  margin-left: -3%;
  margin-right: -3%;
}
.fuhai-culture .row .box-w {
  padding-left: 3%;
  padding-right: 3%;
}
.fuhai-culture .main-cont {
  padding-left: 5%;
  padding-right: 5%;
}
.fuhai-culture .index-title {
  text-align: left;
}
.fuhai-culture .box-img img {
  display: block;
}
.fuhai-culture .box-info {
  text-align: left;
  padding-top: 100px;
  max-width: 460px;
}
.fuhai-culture .box-txt {
  line-height: 20px;
  color: #ffffff;
  min-height: 100px;
  margin-bottom: 20px;
  font-size:18px;
}
.fuhai-into .main-cont {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}
.fuhai-into .main-cont .main-left {
  width: 36.6%;
}
.fuhai-into .main-cont .main-right {
  width: 63.4%;
}
.fuhai-into .index-title {
  color: #333333;
  text-align: left;
}
.fuhai-into .index-more {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #e60012;
}
.fuhai-into .index-more span {
  /*color: #999999;*/
  color:#fff;
}
.fuhai-into .row {
  margin-left: -10px;
  margin-right: -10px;
}
.fuhai-into .row .box-w {
  padding-left: 10px;
  padding-right: 10px;
}
.fuhai-into .box-info-right {
  overflow: hidden;
}
.fuhai-into .box-info-right .right-box {
  float: left;
  width: 52%;
}
.fuhai-into .box-info-right .right-info {
  float: right;
  width: 40%;
}
.fuhai-into .box-info-right .box-s {
  max-width: 400px;
}
.fuhai-into .box-info-right .box-info {
  padding-top: 40px;
}
.fuhai-into .box-info-right .box-info .box-txt {
  /*font-size: 12px;*/
  font-size:16px;
  line-height: 20px;
  min-height: 96px;
  color: #666666;
  margin-bottom: 20px;
}
.fuhai-into .box-s {
  position: relative;
  margin-bottom: 20px;
}
.fuhai-into .box-s.box-left-wrap .box-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.fuhai-into .box-s .box-img {
  overflow: hidden;
}
.fuhai-into .box-s .box-img img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.fuhai-into .box-s .box-title {
  position: absolute;
  left: 30px;
  bottom: 25px;
  display: block;
}
.fuhai-into .box-s .box-title .title-ch {
  color: #fff;
  margin-right: 15px;
}
.fuhai-into .box-s .box-title .title-en {
  color: rgba(255, 255, 255, 0.3);
}
.fuhai-into .box-s:hover .box-img img {
  transform: scale(1.1);
}
.footer {
  background-color: #222222;
}
.footer .footer-info {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  line-height: 30px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.footer .footer-info .info-link a {
  float: left;
  color: #fff;
  margin-right: 60px;
}
.footer .footer-info .info-link a:last-child {
  margin-right: 0;
}
.footer .footer-info .info-link a:hover {
  color: #d6000f;
}
.footer .footer-info .info-share {
  color: #666666;
  float: right;
}
.footer .footer-info .info-share span,
.footer .footer-info .info-share a {
  display: block;
  float: left;
}
.footer .footer-info .info-share a {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
.footer .footer-info .info-share a img {
  opacity: 0.4;
}
.footer .footer-info .info-share a:hover img {
  opacity: 1;
}
.footer .footer-info .info-share a:last-child {
  padding-right: 0;
}
.footer .footer-info .info-share a:last-child:after {
  display: none;
}
.footer .footer-info .info-share a:after {
  content: '';
  position: absolute;
  right: 0;
  width: 1px;
  height: 10px;
  background-color: #ffffff;
  opacity: 0.1;
  top: 50%;
  margin-top: -5px;
}
.footer .footer-copy {
  line-height: 24px;
  padding-top: 25px;
  padding-bottom: 25px;
  color: #666;
}
.footer .footer-copy a {
  display: inline-block;
  color: #666;
}
.footer .footer-copy a:hover {
  color: #fff;
}
.footer .footer-copy .copy-right {
  text-align: right;
}
.footer .footer-info .info-share a.box-hover {
  position: relative;
  z-index: 2;
}
.footer .footer-info .info-share a.box-hover .box-img {
  position: absolute;
  top: 35px;
  left: 50%;
  margin-left: -40px;
  width: 86px;
  height: 86px;
  border: 1px solid #fff;
  overflow: hidden;
  display: none;
}
.footer .footer-info .info-share a.box-hover .box-img img {
  display: block;
  width: 84px;
  height: 84px;
}
.footer .footer-info .info-share a.box-hover:hover .box-img {
  display: block;
}
/*public-banner*/
.public-banner {
  position: relative;
  overflow: hidden;
}
.public-banner .banner-img img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.public-banner .banner-mc {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99;
  text-align: center;
}
.public-banner .banner-title {
  position: relative;
  padding-bottom: 20px;
  line-height: 50px;
  color: #fff;
  text-align: left;
}
.public-banner .banner-title.title-mb {
  margin-bottom: 15%;
}
.public-banner .banner-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background-color: #ffffff;
}
.public-banner .banner-title .container {
  text-align: left;
}
.public-banner .banner-title.title-02 {
  /*color: #333;*/
}
.public-banner .banner-title.title-02:after {
  background-color: #e60012;
}
/*bread-crumbs*/
.bread-crumbs {
  border-bottom: 1px solid #dcdcdc;
  padding-top: 25px;
  padding-bottom: 25px;
  line-height: 30px;
  background-color: #fff;
}
.bread-crumbs .bread-groups .bread-item + .bread-item:before {
  content: '\f101';
  font-family: "FontAwesome" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 10px;
  margin-right: 10px;
  color: #b7b7b7;
}
.bread-crumbs a {
  color: #b7b7b7;
}
.bread-crumbs .bread-item {
  float: left;
}
.bread-crumbs .bread-item.active span {
  color: #d7000f;
}
/*page-main*/
.page-main {
  padding-top: 50px;
  padding-bottom: 50px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-main.main-bg {
  background-image: url("../images/img-04.png");
}
.page-main.main-bg-02 {
  background-image: url("../images/img-13.png");
}
.page-main.main-bg-03 {
  background-position: bottom center;
  background-image: url("../images/img-85.png");
}
/*page*/
.pages-num {
  text-align: center;
  padding-top: 50px;
}
.pages-num ul li {
  display: inline-block;
  vertical-align: bottom;
}
.pages-num a,
.pages-num span {
  display: inline-block;
  height: 28px;
  min-width: 28px;
  line-height: 28px;
  background-color: #eeeef0;
  text-align: center;
  color: #333333;
  padding-left: 5px;
  padding-right: 5px;
  vertical-align: bottom;
  margin-left: 3px;
  margin-right: 3px;
}
.pages-num a.a-s,
.pages-num span.a-s {
  padding-left: 20px;
  padding-right: 20px;
  min-width: 80px;
}
.pages-num a:hover,
.pages-num span:hover,
.pages-num a.active,
.pages-num span.active {
  background: #d7000f;
  color: #fff;
}
.pages-num span {
  background: #d7000f;
  color: #fff;
}
/*sub-menu*/
.sub-menu {
  text-align: center;
  font-size: 0;
  margin-bottom: 55px;
}
.sub-menu a {
  display: inline-block;
  width: 220px;
  line-height: 58px;
  border: solid 1px #999999;
  color: #333333;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 15px;
}
.sub-menu a:hover,
.sub-menu a.active {
  background-color: #d7000f;
  color: #fff;
  border-color: #d7000f;
}
/*founder-speech*/
.founder-speech .row-w {
  margin-left: -3.5%;
  margin-right: -3.5%;
}
.founder-speech .row-w .col-w {
  padding-left: 3.5%;
  padding-right: 3.5%;
}
.founder-speech .box-img {
  overflow: hidden;
}
.founder-speech .box-img .img-s {
  overflow: hidden;
}
.founder-speech .box-img .img-s img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.founder-speech .box-img .title-s {
  text-align: center;
  background: url("../images/img-01.png") no-repeat top center;
  background-size: cover;
  height: 106px;
  line-height: 106px;
  color: #fff;
}
.founder-speech .box-img:hover .img-s img {
  transform: scale(1.1);
}
.founder-speech .box-info {
  padding-top: 50px;
}
.founder-speech .box-info p {
  margin-bottom: 15px;
}
.founder-speech .box-info .info-txt {
  margin-bottom: 40px;
}
.founder-speech .box-info .info-txt .title-s {
  margin-bottom: 40px;
  color: #000000;
}
.founder-speech .box-info .info-txt .txt-s {
  line-height: 32px;
  color: #666666;
  text-align: justify;
}
.founder-speech .box-info .info-name img {
  display: block;
  margin-left: auto;
  margin-right: 0;
}
/*news-list*/
.news-list .row {
  margin-left: -9px;
  margin-right: -9px;
}
.news-list .row .box-w {
  padding-left: 9px;
  padding-right: 9px;
}
.news-list .box-s {
  margin-bottom: 18px;
}
.news-list .box-s .box-img {
  overflow: hidden;
}
.news-list .box-s .box-img img {
  display: block;
  transition: all 0.5s;
  width: 100%;
}
.news-list .box-s .box-info {
  background-color: #f7f7f7;
  padding: 30px;
}
.news-list .box-s .box-info .info-title {
  line-height: 30px;
  height: 60px;
  color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 20px;
}
.news-list .box-s .box-info .info-txt {
  line-height: 24px;
  height: 72px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-bottom: 60px;
}
.news-list .box-s .box-info .info-other {
  line-height: 42px;
  color: #999999;
  font-size: 12px;
}
.news-list .box-s .box-info .info-other .other-more {
  display: block;
  height: 42px;
  line-height: 42px;
  background: url("../images/img-23.png") no-repeat center center;
  width: 17px;
}
.news-list .box-s .box-info .info-other .other-source img {
  width: 42px;
  height: 42px;
  vertical-align: bottom;
  margin-right: 8px;
}
.news-list .box-s:hover .box-img img {
  transform: scale(1.1);
}
.news-list .box-s:hover .box-info .info-title {
  color: #d7000f;
}
.news-list .box-s:hover .box-info .info-other .other-more {
  background: url("../images/img-23-h.png") no-repeat center center;
}
/*periodical-list*/
.periodical-list .row {
  margin-left: -9px;
  margin-right: -9px;
}
.periodical-list .row .box-w {
  padding-left: 9px;
  padding-right: 9px;
}
.periodical-list .box-s {
  margin-bottom: 18px;
  background-color: #ffffff;
  box-shadow: 0 9px 51px 0 rgba(30, 41, 52, 0.11);
  position: relative;
}
.periodical-list .box-s .box-img {
  overflow: hidden;
}
.periodical-list .box-s .box-img img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.periodical-list .box-s .title-warp {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 55px;
}
.periodical-list .box-s .box-title {
  position: relative;
  text-align: center;
  color: #fff;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 44px;
  line-height: 44px;
}
.periodical-list .box-s .box-title:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 1px;
  background-color: #fff;
  bottom: 0;
  left: 50%;
  margin-left: -15px;
}
.periodical-list .box-s:hover .box-img img {
  transform: scale(1.1);
}
/*video-list*/
.video-list .row {
  margin-left: -9px;
  margin-right: -9px;
}
.video-list .row .box-w {
  padding-left: 9px;
  padding-right: 9px;
}
.video-list .box-s {
  margin-bottom: 28px;
}
.video-list .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 348px;
}
.video-list .box-s .box-img img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.video-list .box-s .box-img img.img-s {
  transition: all 0.5s;
}
.video-list .box-s .box-img .btn-s {
  position: absolute;
  right: 25px;
  bottom: 15px;
}
.video-list .box-s .box-info {
  background-color: #eeeeee;
  padding: 16px 13px;
}
.video-list .box-s .box-title {
  display: block;
  position: relative;
  color: #333333;
  padding-left: 10px;
  line-height: 32px;
  height: 64px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 5px;
}
.video-list .box-s .box-title:after {
  content: '';
  position: absolute;
  width: 2px;
  height: 24px;
  background-color: #d7000f;
  top: 4px;
  left: 0;
}
.video-list .box-s .box-other {
  line-height: 32px;
  color: #999999;
  padding-left: 10px;
}
.video-list .box-s:hover .box-img img.img-s {
  transform: scale(1.1);
}
.video-list .box-s:hover .box-title {
  color: #d7000f;
}
.notice-list .row {
  margin-left: -9px;
  margin-right: -9px;
}
.notice-list .row .box-w {
  padding-left: 9px;
  padding-right: 9px;
}
.notice-list .box-s {
  margin-bottom: 25px;
  background-color: #fff;
}
.notice-list .box-s .box-img {
  overflow: hidden;
  border: 4px solid #fff;
}
.notice-list .box-s .box-img img {
  display: block;
  transition: all 0.5s;
  width: 100%;
}
.notice-list .box-s .box-title {
  color: #333333;
  text-align: center;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 60px;
  line-height: 60px;
}
.notice-list .box-s:hover .box-img img {
  transform: scale(1.1);
}
.notice-list .box-s:hover .box-title {
  color: #d7000f;
}
.message-list .box-s {
  height: 174px;
  background-color: #ffffff;
  border: solid 1px #e3e3e3;
  padding: 35px 40px 35px 180px;
  margin-bottom: 20px;
  position: relative;
}
.message-list .box-s:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  background-color: #e21120;
  height: 4px;
  overflow: hidden;
  transition: all 0.7s;
}
.message-list .box-s .box-date {
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  text-align: center;
  color: #999999;
  padding-top: 30px;
}
.message-list .box-s .box-date .date-01 {
  line-height: 1;
  color: #333333;
  font-size: 70px;
}
.message-list .box-s .box-title {
  color: #333333;
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
}
.message-list .box-s .box-title > div {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 32px;
  line-height: 32px;
}
.message-list .box-s .box-more {
  display: block;
  /*width: 112px;
  background: url("../images/img-42.png") no-repeat right 10px center #f4f4f4;
  padding-left: 20px;*/
  height: 64px;
  line-height: 34px;
  color: #333333;
  overflow: hidden;  
  margin-left: auto;
  margin-right: 0;
}
.message-list .box-s:hover:after {
  width: 100%;
}
.message-list .box-s:hover .box-title {
  color: #d7000f;
}
.message-list .box-s:hover .box-more {
  /*background: url("../images/img-42-h.png") no-repeat right 10px center #e21120;
  color: #fff;*/
}
.message-list .box-s .xiangqing {
  color: red;
}
.detail-pages {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.detail-pages .detail-top {
  margin-bottom: 60px;
}
.detail-pages .detail-top .top-title {
  padding-bottom: 70px;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 30px;
  text-align: center;
}
.detail-pages .detail-top .top-title .title-s {
  text-align: center;
  color: #333333;
  margin-bottom: 20px;
}
.detail-pages .detail-top .top-title .title-other {
  color: #999999;
}
.detail-pages .detail-top .top-date {
  color: #666666;
  line-height: 1.3;
}
.detail-pages .detail-cont {
  line-height: 32px;
  color:#333;
  /*color: #999999;
  padding-bottom: 30px;
  border-bottom: 1px solid #dbdbdb;*/
  text-align: justify;
}
.detail-pages .detail-cont p{
	color:#333;
}
.detail-pages .detail-page {
  padding-top: 30px;
}
.detail-pages .detail-page a {
  display: block;
  line-height: 30px;
  color: #999999;
}
.detail-pages .detail-page a span {
  color: #333333;
}
.detail-pages .detail-page a:hover {
  color: #d7000f;
}
.detail-pages .detail-page a:hover span {
  color: #d7000f;
}
.img-list .row {
  margin-left: -10px;
  margin-right: -10px;
}
.img-list .row .box-w {
  padding-left: 10px;
  padding-right: 10px;
}
.img-list .box-img img {
  display: block;
  width: 100%;
}
.img-list .box-info {
  padding: 15% 5% 5%;
}
.img-list .box-info .info-title {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 50px;
}
.img-list .box-info .info-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 41px;
  height: 2px;
  background-color: #d7000f;
}
.img-list .box-info .info-txt {
  line-height: 24px;
  color: #666666;
  text-align: justify;
}
.special-report.mod-bg {
  background: #fafafa;
}
.special-report .report-title {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 65px;
}
.special-report .report-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 41px;
  height: 2px;
  background-color: #d7000f;
}
.special-report .report-cont .row {
  margin-left: 0;
  margin-right: 0;
}
.special-report .report-cont .row .box-w {
  padding-left: 0;
  padding-right: 0;
}
.special-report .report-cont .cont-top {
  border: solid 1px #e1e1e1;
}
.special-report .report-cont .cont-top .box-img {
  overflow: hidden;
}
.special-report .report-cont .cont-top .box-img img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.special-report .report-cont .cont-top .box-info {
  padding: 8% 6%;
}
.special-report .report-cont .cont-top .box-info .info-title {
  height: 68px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #333333;
  margin-bottom: 10px;
  display: block;
}
.special-report .report-cont .cont-top .box-info .info-txt {
  line-height: 24px;
  height: 72px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-bottom: 70px;
}
.special-report .report-cont .cont-top .box-info .info-other .other-date {
  height: 20px;
  line-height: 20px;
  background-color: #eeeeee;
  color: #666666;
  padding-left: 10px;
  padding-right: 10px;
}
.special-report .report-cont .cont-top .box-info .info-other .other-more {
  display: block;
  background: url("../images/img-23.png") no-repeat center center;
  width: 17px;
  height: 20px;
}
.special-report .report-cont .cont-top:hover .box-img img {
  transform: scale(1.1);
}
.special-report .report-cont .cont-top:hover .box-info .info-title {
  color: #d7000f;
}
.special-report .report-cont .cont-top:hover .box-info .info-other .other-more {
  background: url("../images/img-23-h.png") no-repeat;
}
.special-report .report-cont .cont-list .row {
  margin-left: -7px;
  margin-right: -7px;
}
.special-report .report-cont .cont-list .row .box-w {
  padding-left: 7px;
  padding-right: 7px;
}
.special-report .report-cont .cont-list .box-s {
  margin-bottom: 14px;
  border: solid 1px #e1e1e1;
}
.special-report .report-cont .cont-list .box-s .box-img {
  overflow: hidden;
  height:234px;
}
.special-report .report-cont .cont-list .box-s .box-img img {
  display: block;
  transition: all 0.5s;
  width: 100%;
}
.special-report .report-cont .cont-list .box-s .box-info {
  padding: 20px 25px 45px;
}
.special-report .report-cont .cont-list .box-s .box-info .info-title {
  line-height: 32px;
  height: 64px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #333333;
  margin-bottom: 15px;
}
.special-report .report-cont .cont-list .box-s .box-info .info-txt {
  line-height: 24px;
  height: 96px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  margin-bottom: 40px;
}
.special-report .report-cont .cont-list .box-s .box-info .info-other .other-date {
  height: 20px;
  line-height: 20px;
  background-color: #eeeeee;
  color: #666666;
  padding-left: 10px;
  padding-right: 10px;
}
.special-report .report-cont .cont-list .box-s .box-info .info-other .other-more {
  display: block;
  background: url("../images/img-23.png") no-repeat center center;
  width: 17px;
  height: 20px;
}
.special-report .report-cont .cont-list .box-s:hover .box-img img {
  transform: scale(1.1);
}
.special-report .report-cont .cont-list .box-s:hover .box-info .info-title {
  color: #d7000f;
}
.special-report .report-cont .cont-list .box-s:hover .box-info .info-other .other-more {
  background: url("../images/img-23-h.png") no-repeat center center;
}
.special-report .report-cont-02 .row {
  margin-left: 0;
  margin-right: 0;
}
.special-report .report-cont-02 .row .box-w {
  padding-left: 0;
  padding-right: 0;
}
.special-report .report-cont-02 .cont-top {
  background: #fff;
  padding: 10px;
}
.special-report .report-cont-02 .cont-top .box-img {
  overflow: hidden;
}
.special-report .report-cont-02 .cont-top .box-img img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.special-report .report-cont-02 .cont-top .box-info {
  padding: 20px 30px 10px;
}
.special-report .report-cont-02 .cont-top .box-info .info-title {
  height: 68px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #333333;
  margin-bottom: 10px;
  display: block;
}
.special-report .report-cont-02 .cont-top .box-info .info-txt {
  line-height: 24px;
  height: 96px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  margin-bottom: 70px;
}
.special-report .report-cont-02 .cont-top .box-info .info-other .other-date {
  height: 20px;
  line-height: 20px;
  background-color: #eeeeee;
  color: #666666;
  padding-left: 10px;
  padding-right: 10px;
}
.special-report .report-cont-02 .cont-top .box-info .info-other .other-more {
  display: block;
  background: url("../images/img-23.png") no-repeat;
  width: 17px;
  height: 20px;
}
.special-report .report-cont-02 .cont-top:hover .box-img img {
  transform: scale(1.1);
}
.special-report .report-cont-02 .cont-top:hover .box-info .info-title {
  color: #d7000f;
}
.special-report .report-cont-02 .cont-top:hover .box-info .info-other .other-more {
  background: url("../images/img-23-h.png") no-repeat;
}
.special-report .report-cont-02 .cont-list .row {
  margin-left: -7px;
  margin-right: -7px;
}
.special-report .report-cont-02 .cont-list .row .box-w {
  padding-left: 7px;
  padding-right: 7px;
}
.special-report .report-cont-02 .cont-list .box-s {
  margin-bottom: 14px;
  background-color: #fff;
}
.special-report .report-cont-02 .cont-list .box-s .box-img {
  overflow: hidden;
}
.special-report .report-cont-02 .cont-list .box-s .box-img img {
  display: block;
  transition: all 0.5s;
  width: 100%;
}
.special-report .report-cont-02 .cont-list .box-s .box-info {
  padding: 30px 25px;
}
.special-report .report-cont-02 .cont-list .box-s .box-info .info-title {
  height: 64px;
  line-height: 32px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #333333;
  margin-bottom: 15px;
}
.special-report .report-cont-02 .cont-list .box-s .box-info .info-txt {
  line-height: 24px;
  height: 96px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  margin-bottom: 60px;
}
.special-report .report-cont-02 .cont-list .box-s .box-info .info-other .other-date {
  height: 20px;
  line-height: 20px;
  background-color: #eeeeee;
  color: #666666;
  padding-left: 10px;
  padding-right: 10px;
}
.special-report .report-cont-02 .cont-list .box-s .box-info .info-other .other-more {
  display: block;
  background: url("../images/img-23.png") no-repeat;
  width: 17px;
  height: 20px;
}
.special-report .report-cont-02 .cont-list .box-s:hover .box-img img {
  transform: scale(1.1);
}
.special-report .report-cont-02 .cont-list .box-s:hover .box-info .info-title {
  color: #d7000f;
}
.special-report .report-cont-02 .cont-list .box-s:hover .box-info .info-other .other-more {
  background: url("../images/img-23-h.png") no-repeat center center;
}
.public-more {
  display: block;
  margin: 55px auto 0;
  width: 150px;
  height: 46px;
  line-height: 44px;
  text-align: center;
  border: solid 1px #666666;
  color: #333333;
  position: relative;
  z-index: 1;
}
.public-more span {
  position: relative;
  z-index: 2;
}
.public-more:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  background-color: #d7000f;
  width: 0;
  overflow: hidden;
  transition: all 0.5s;
  z-index: -1;
}
.public-more:hover {
  color: #fff;
  border-color: #d7000f;
}
.public-more:hover:after {
  width: 100%;
  left: 0;
}
.social-benefit .benefit-top {
  height: 550px;
  padding: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  text-align: center;
  color: #fff;
  margin-bottom: 45px;
}
.social-benefit .benefit-top .top-title {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 45px;
}
.social-benefit .benefit-top .top-title:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -20px;
  bottom: 0;
  width: 40px;
  height: 2px;
  background-color: #d7000f;
}
.social-benefit .benefit-top .top-txt {
  line-height: 24px;
}
.social-benefit .benefit-list .row {
  margin-left: -19px;
  margin-right: -19px;
}
.social-benefit .benefit-list .row .box-w {
  padding-left: 19px;
  padding-right: 19px;
}
.social-benefit .benefit-list .box-s {
  position: relative;
  background-color: #fff;
  overflow: hidden;
  transition: all 0.5s;
  margin-bottom: 20px;
}
.social-benefit .benefit-list .box-s .box-img {
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  height: 560px;
}
.social-benefit .benefit-list .box-s .box-img img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.social-benefit .benefit-list .box-s .box-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  color: #fff;
  padding-left: 35px;
  padding-right: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 36px;
  height: 72px;
}
.social-benefit .benefit-list .box-s .box-info {
  padding: 20px 35px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -100%;
  transition: all 0.5s;
  background-color: #fff;
  z-index: 9;
}
.social-benefit .benefit-list .box-s .box-info .info-title {
  line-height: 32px;
  color: #333333;
  height: 64px;
  display: block;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.social-benefit .benefit-list .box-s .box-info .info-txt {
  line-height: 24px;
  height: 48px;
  color: #666666;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 10px;
}
.social-benefit .benefit-list .box-s .box-info .info-other .other-date {
  height: 20px;
  line-height: 20px;
  color: #999999;
  font-size: 12px;
}
.social-benefit .benefit-list .box-s .box-info .info-other .other-more {
  display: block;
  background: url("../images/img-23.png") no-repeat;
  width: 17px;
  height: 20px;
}
.social-benefit .benefit-list .box-s .box-info:hover .info-title {
  color: #d7000f;
}
.social-benefit .benefit-list .box-s .box-info:hover .info-other .other-more {
  background: url("../images/img-23-h.png") no-repeat;
}
.social-benefit .benefit-list .box-s:hover .box-info {
  bottom: 0;
}
.public-title {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 65px;
}
.public-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background-color: #d7000f;
}
.honor-list .honor-cont .row {
  margin-left: -10px;
  margin-right: -10px;
}
.honor-list .honor-cont .row .box-w {
  padding-left: 10px;
  padding-right: 10px;
}
.honor-list .honor-cont .box-s {
  margin-bottom: 20px;
  position: relative;
}
.honor-list .honor-cont .box-s .box-img {
  overflow: hidden;
}
.honor-list .honor-cont .box-s .box-img img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.honor-list .honor-cont .box-s .box-mc {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  /*background-color: rgba(0, 0, 0, 0.4);*/
  color: #fff;
}
.honor-list .honor-cont .box-s .box-mc .box-title {
  position: absolute;
  left: 25px;
  right: 25px;
  bottom: 20px;
}
.honor-list .honor-cont .box-s .box-mc .box-title .title-icon {
  margin-bottom: 10px;
}
.honor-list .honor-cont .box-s .box-mc .box-title .title-icon img {
  display: block;
}
.honor-list .honor-cont .box-s:hover .box-img img {
  transform: scale(1.1);
}
@media (min-width: 992px) {
  .honor-list .honor-cont .box-left,
  .honor-list .honor-cont .box-right {
    width: 30%;
  }
  .honor-list .honor-cont .box-center {
    width: 40%;
  }
}
.culture-groups {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 80px;
  padding-bottom: 80px;
}
.culture-groups-01 {
  background-image: url("../images/img-114.png");
}
.culture-groups-02 {
  background-image: url("../images/img-116.png");
}
.culture-groups-03 {
  background-image: url("../images/img-115.png");
}
.culture-groups-01 .box-s,
.culture-groups-03 .box-s {
  position: relative;
  overflow: hidden;
}
.culture-groups-01 .box-s .img-bg,
.culture-groups-03 .box-s .img-bg {
  background-repeat: no-repeat;
  background-position: top center;
  position: absolute;
  background-size: cover;
  top: 0;
  bottom: 0;
  width: 50%;
}
.culture-groups-01 .row,
.culture-groups-03 .row {
  margin-left: -5%;
  margin-right: -5%;
}
.culture-groups-01 .row .box-w,
.culture-groups-03 .row .box-w {
  padding-left: 5%;
  padding-right: 5%;
}
.culture-groups-01 .public-title,
.culture-groups-03 .public-title {
  margin-bottom: 35px;
  color: #666666;
}
.culture-groups-01 .box-info,
.culture-groups-03 .box-info {
  padding-top: 50px;
}
.culture-groups-01 .box-info .box-title,
.culture-groups-03 .box-info .box-title {
  color: #000000;
  margin-bottom: 25px;
}
.culture-groups-01 .box-info .box-text,
.culture-groups-03 .box-info .box-text {
  line-height: 32px;
  color: #666666;
}
.culture-groups-01 .box-img,
.culture-groups-03 .box-img {
  min-height: 512px;
}
.culture-groups-01 .box-img img,
.culture-groups-03 .box-img img {
  width: 100%;
  display: none;
}
.culture-groups-01 .box-s:nth-child(2n +1) {
  margin-bottom: 50px;
}
.culture-groups-01 .box-s:nth-child(2n +1) .img-bg {
  right: 0;
}
.culture-groups-01 .box-s:nth-child(2n) .img-bg {
  left: 0;
}
.culture-groups-03 .box-s:nth-child(2n +1) {
  margin-bottom: 50px;
}
.culture-groups-03 .box-s:nth-child(2n +1) .img-bg {
  right: 0;
}
.culture-groups-03 .box-s:nth-child(2n) .img-bg {
  left: 0;
}
.culture-groups-02 .public-title {
  text-align: center;
  color: #fff;
}
.culture-groups-02 .public-title:after {
  left: 50%;
  margin-left: -20px;
  background-color: #fff;
}
.culture-groups-02 .main-groups .row {
  margin-left: -10px;
  margin-right: -10px;
}
.culture-groups-02 .main-groups .row .box-w {
  padding-left: 10px;
  padding-right: 10px;
}
.culture-groups-02 .main-groups .box-s {
  min-height: 340px;
  position: relative;
  overflow: hidden;
}
.culture-groups-02 .main-groups .box-s .box-title {
  height: 146px;
  line-height: 146px;
  text-align: center;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.32);
}
.culture-groups-02 .main-groups .box-s .box-info {
  position: absolute;
  top: -100%;
  left: 0;
  right: 0;
  height: 340px;
  background: url("../images/img-88.png") no-repeat;
  background-size: cover;
  color: #fff;
  padding: 20px 30px 15px;
  transition: all 0.5s;
}
.culture-groups-02 .main-groups .box-s .box-info .info-title {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.culture-groups-02 .main-groups .box-s .box-info .info-title:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background-color: #ffffff;
}
.culture-groups-02 .main-groups .box-s .box-info .info-txt {
  line-height: 32px;
  color: #ffffff;
}
.culture-groups-02 .main-groups .box-s:hover .box-info {
  top: 0;
}
.about-wrap {
  background: url("../images/img-119.png") no-repeat top center;
  background-size: cover;
}
.about-box {
  padding-top: 80px;
  padding-bottom: 80px;
}
.about-box-01 .main-top {
  margin-bottom: 80px;
}
.about-box-01 .main-top .row {
  margin-left: -2%;
  margin-right: -2%;
}
.about-box-01 .main-top .row .box-w {
  padding-left: 2%;
  padding-right: 2%;
}
.about-box-01 .main-top .box-img img {
  display: block;
  width: 100%;
}
.about-box-01 .main-top .box-info {
  line-height: 32px;
  color: #666666;
}
.about-box-01 .main-top .box-info p {
  margin-bottom: 20px;
  text-indent: 24.1pt;
}
.about-box-01 .main-top .box-info p:last-child {
  margin-bottom: 0;
}
.about-box-01 .main-btm .box-s {
  text-align: center;
  margin-bottom: 20px;
}
.about-box-01 .main-btm .box-s .box-icon {
  box-shadow: 0 9px 51px 0 rgba(30, 41, 52, 0.22);
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  margin-bottom: 20px;
}
.about-box-01 .main-btm .box-s .box-icon img {
  width: 130px;
  height: 130px;
  transition: all 0.5s;
}
.about-box-01 .main-btm .box-s .box-info {
  text-align: center;
}
.about-box-01 .main-btm .box-s .box-info .box-num {
  position: relative;
  padding-bottom: 10px;
  line-height: 1.2;
  margin-bottom: 15px;
}
.about-box-01 .main-btm .box-s .box-info .box-num span {
  vertical-align: middle;
}
.about-box-01 .main-btm .box-s .box-info .box-num .content {
  margin-right: 5px;
}
.about-box-01 .main-btm .box-s .box-info .box-num:after {
  content: '';
  width: 40px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
  background-color: #999999;
}
.about-box-01 .main-btm .box-s .box-info .box-txt {
  line-height: 32px;
  color: #666666;
  min-height: 64px;
}
.about-box-01 .main-btm .box-s:hover .box-icon img {
  transform: scale(1.1);
}
.about-box-01 .main-btm .box-s:hover .box-info .box-num .content {
  color: #d7000f;
}
.about-box-01 .main-btm .box-s:hover .box-info .box-num:after {
  background-color: #d7000f;
}
.about-box-02 {
  background: #eef1f6;
}
.about-box-02 .main-map img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.about-box-03 .groups-logo {
  overflow: hidden;
}
.about-box-03 .groups-logo ul li {
  border-radius: 5px;
  border: solid 1px #e5e5e5;
  width: 24%;
  height: 258px;
  float: left;
  text-align: center;
  margin:0 0.5% 0.5% 0;
}
.about-box-03 .groups-logo ul li img {
  display: block;
  transition: all 0.5s;
}
.about-box-03 .groups-logo ul li:hover img {
  transform: scale(1.1);
}
.about-box-03 .logo-page {
  position: relative;
  margin-top: 20px;
}
.research-inno-01 .row {
  margin-left: -3%;
  margin-right: -3%;
}
.research-inno-01 .row .box-w {
  padding-left: 3%;
  padding-right: 3%;
}
.research-inno-01 .box-img img {
  display: block;
}
.research-inno-01 .box-info .info-txt {
  line-height: 24px;
  color: #666666;
  text-align: justify;
}
.research-inno-02 {
  background: url("../images/img-76.png") no-repeat bottom center #fff;
  background-size: cover;
}
.research-inno-02 .main-groups .row {
  margin-left: 0;
  margin-right: 0;
}
.research-inno-02 .main-groups .row .box-w {
  padding-left: 0;
  padding-right: 0;
}
.research-inno-02 .box-s {
  position: relative;
  overflow: hidden;
}
.research-inno-02 .box-s .box-img img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.research-inno-02 .box-s .box-title {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.5s;
  background: rgba(0, 0, 0, 0.05);
  color: #fff;
}
.research-inno-02 .box-s .box-title .title-cont {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 30px;
  margin-bottom: 10px;
}
.research-inno-02 .box-s .box-title .title-icon {
  margin-bottom: 10px;
}
.research-inno-02 .box-s .box-title .title-icon img {
  display: block;
}
.research-inno-02 .box-s .box-mc {
  position: absolute;
  left: 0;
  right: 0;
  bottom: auto;
  top: -100%;
  transition: all 0.5s;
  background: url("../images/img-77.png") no-repeat;
  background-size: cover;
  padding: 20px;
  text-align: center;
  color: #fff;
}
.research-inno-02 .box-s .box-mc .cont-icon {
  margin-bottom: 15px;
}
.research-inno-02 .box-s .box-mc .cont-title {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.research-inno-02 .box-s .box-mc .cont-title:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -20px;
  width: 40px;
  height: 1px;
  background-color: #ffffff;
}
.research-inno-02 .box-s .box-mc .cont-txt {
  line-height: 24px;
  padding-left: 20px;
  padding-right: 20px;
}
.research-inno-02 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.research-inno-02 .box-s:hover .box-title {
  top: auto;
  bottom: -100%;
}
.research-inno-02 .box-s:hover .box-mc {
  top: 0;
  bottom: 0;
}
.contact-us .contact-top {
  margin-bottom: 50px;
}
.contact-us .contact-top .row {
  margin-left: 0;
  margin-right: 0;
}
.contact-us .contact-top .row .box-w {
  padding-left: 0;
  padding-right: 0;
}
.contact-us .contact-top .box-info,
.contact-us .contact-top .box-map {
  height: 514px;
}
.contact-us .contact-top .box-info {
  background: url("../images/img-86.png") no-repeat top center;
  background-size: cover;
  padding: 40px;
}
.contact-us .contact-top .box-info .info-title {
  margin-bottom: 25px;
  color: #333;
}
.contact-us .contact-top .box-info .info-box {
  color: #666666;
  line-height: 28px;
  margin-bottom: 8px;
  position: relative;
  padding-left: 30px;
  min-height: 28px;
}
.contact-us .contact-top .box-info .info-box .icon-s {
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 6px;
}
.contact-us .contact-top .box-info .info-box .icon-s img {
  display: block;
}
.contact-us .contact-top .box-map {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.contact-us .contact-top .box-map img {
  display: none;
  width: 100%;
}
.contact-us .contact-list .box-s {
  height: 329px;
  background-color: #f6f6f6;
  border: solid 1px #dcdcdc;
  padding: 30px;
  margin-bottom: 30px;
}
.contact-us .contact-list .box-s .box-title {
  line-height: 36px;
  color: #333333;
  padding-bottom: 10px;
  min-height: 82px;
  border-bottom: 1px dotted #c0c0c0;
  margin-bottom: 20px;
}
.contact-us .contact-list .box-s .box-cont .info-box {
  margin-bottom: 20px;
}
.contact-us .contact-list .box-s .box-cont .info-box:last-child {
  margin-bottom: 0;
}
.contact-us .contact-list .box-s .box-cont .info-box .title-s {
  line-height: 30px;
  color: #666666;
  margin-bottom: 5px;
}
.contact-us .contact-list .box-s .box-cont .info-box .txt-s {
  color: #999999;
  line-height: 24px;
}
.contact-us .contact-list .box-s:hover {
  background: url("../images/img-88.png") no-repeat top center;
  background-size: cover;
}
.contact-us .contact-list .box-s:hover .box-title {
  color: #fff;
  border-bottom: 1px dotted #fff;
}
.contact-us .contact-list .box-s:hover .box-cont .info-box .title-s {
  color: #fff;
}
.contact-us .contact-list .box-s:hover .box-cont .info-box .txt-s {
  color: #fff;
}
.development-history .public-title {
  text-align: center;
}
.development-history .public-title:after {
  left: 50%;
  margin-left: -20px;
}
.development-history .history-list {
  position: relative;
  padding-top: 150px;
  padding-bottom: 50px;
  z-index: 1;
}
.development-history .history-list:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  margin-left: -1px;
  background-color: #d7000f;
  z-index: -1;
}
.development-history .box-s {
  position: relative;
  margin-bottom: 50px;
  min-height: 225px;
}
.development-history .box-s.active:after {
  background: url("../images/img-11.png") no-repeat center center;
}
.development-history .box-s:after {
  content: '';
  position: absolute;
  width: 58px;
  height: 58px;
  background: url("../images/img-12.png") no-repeat center center;
  left: 50%;
  top: -9px;
  margin-left: -29px;
}
.development-history .box-s .box-year-img {
  position: relative;
}
.development-history .box-s .box-year-img .box-year {
  line-height: 48px;
  color: #666666;
  position: absolute;
  top: 0;
}
.development-history .box-s .box-year-img .box-img img {
  display: none;
}
.development-history .box-s .box-year-img .box-img img:first-child {
  display: block;
}
.development-history .box-s .box-info > div {
  position: relative;
  line-height: 28px;
  color: #666666;
  padding-top: 5px;
  padding-bottom: 5px;
}
.development-history .box-s .box-info > div a {
  display: block;
  color: #666;
}
.development-history .box-s .box-info > div a:hover,
.development-history .box-s .box-info > div a.active {
  color: #df2025;
}
.development-history .box-s .box-info > div:after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #df2025;
  top: 16px;
}
.development-history .box-s:nth-child(2n + 1) .box-year-img {
  position: relative;
  padding-right: 160px;
}
.development-history .box-s:nth-child(2n + 1) .box-year-img .box-year {
  right: 50px;
}
.development-history .box-s:nth-child(2n + 1) .box-year-img .box-img img {
  margin-left: auto;
  margin-right: 0;
}
.development-history .box-s:nth-child(2n + 1) .box-info {
  padding-left: 45px;
}
.development-history .box-s:nth-child(2n + 1) .box-info > div {
  padding-left: 20px;
}
.development-history .box-s:nth-child(2n + 1) .box-info > div:after {
  left: 0;
}
.development-history .box-s:nth-child(2n) .box-year-img {
  position: relative;
  padding-left: 160px;
}
.development-history .box-s:nth-child(2n) .box-year-img .box-year {
  left: 50px;
}
.development-history .box-s:nth-child(2n) .box-year-img .box-img img {
  margin-left: 0;
  margin-right: auto;
}
.development-history .box-s:nth-child(2n) .box-info {
  padding-right: 45px;
}
.development-history .box-s:nth-child(2n) .box-info > div {
  padding-right: 20px;
  text-align: right;
}
.development-history .box-s:nth-child(2n) .box-info > div:after {
  right: 0;
}
/*产品与服务*/
.product-service {
  padding-top: 80px;
  padding-bottom: 80px;
}
.product-service-01 .row {
  margin-left: -4%;
  margin-right: -4%;
}
.product-service-01 .row .box-w {
  padding-left: 4%;
  padding-right: 4%;
}
.product-service-01 .public-title {
  margin-bottom: 22px;
}
.product-service-01 .box-img img {
  display: block;
  width: 100%;
}
.product-service-01 .box-info .info-txt {
  line-height: 26px;
  color: #666666;
  text-align: justify;
}
.product-service-02 {
  background: url("../images/img-128.png") no-repeat bottom center;
  background-size: cover;
}
.product-service-02 .groups-box .box-img {
  overflow: hidden;
}
.product-service-02 .groups-box .box-img img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.product-service-02 .groups-box .box-info {
  overflow: hidden;
}
.product-service-02 .groups-box .box-info .info-title {
  position: relative;
  padding-bottom: 10px;
  color: #333333;
  line-height: 1.4;
  margin-bottom: 20px;
  display: block;
}
.product-service-02 .groups-box .box-info .info-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 1px;
  background-color: #d7000f;
}
.product-service-02 .groups-box .box-info .info-txt {
  font-size: 16px;
  line-height: 24px;
  color: #666666;
}
.product-service-02 .groups-box:hover .box-img img {
  transform: scale(1.1);
}
.product-service-02 .groups-box:hover .box-info .info-title {
  color: #d7000f;
}
.product-service-02 .groups-top {
  margin-bottom: 45px;
}
.product-service-02 .groups-top .row {
  margin-left: -10px;
  margin-right: -10px;
}
.product-service-02 .groups-top .row .box-w {
  padding-left: 10px;
  padding-right: 10px;
}
.product-service-02 .groups-top .box-img {
  border: solid 1px #dcdcdc;
}
.product-service-02 .groups-top .box-info {
  padding-top: 10%;
  padding-left: 4%;
}
.product-service-02 .groups-list .row {
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
  flex-wrap: wrap;
}
.product-service-02 .groups-list .row .box-w {
  padding-left: 10px;
  padding-right: 10px;
  min-width: 50%;
  width: 50%;
  margin-bottom: 20px;
}
.product-service-02 .groups-list .groups-box {
  border: solid 1px #e5e5e5;
  padding: 35px;
  height: 100%;
}
.product-service-02 .groups-list .groups-box .box-img {
  float: left;
  width: 315px;
  height: 216px;
  margin-right: 35px;
  overflow: hidden;
  border: solid 1px #eee;
}
.product-service-02 .groups-list .groups-box .box-img img {
  display: block;
  width: 100%;
}
.product-service-03 {
  background: url("../images/img-154.png") no-repeat top center;
  background-size: contain;
}
.product-service-03 .groups-top {
  margin-bottom: 8%;
}
.product-service-03 .groups-top .row {
  margin-left: -4%;
  margin-right: -4%;
}
.product-service-03 .groups-top .row .box-w {
  padding-left: 4%;
  padding-right: 4%;
}
.product-service-03 .groups-top .box-img img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.product-service-03 .groups-top .box-img:hover img {
  transform: scale(1.1);
}
.product-service-03 .groups-top .box-info {
  padding-top: 40px;
}
.product-service-03 .groups-top .box-info .info-txt {
  line-height: 24px;
  color: #666666;
  margin-bottom: 10%;
}
.product-service-03 .groups-top .box-info .info-groups {
  position: relative;
}
.product-service-03 .groups-top .box-info .info-groups:before {
  content: '';
  position: absolute;
  left: 50%;
  width: 1px;
  height: 74px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #dedede;
}
.product-service-03 .groups-top .box-info .info-groups > div {
  float: left;
  width: 50%;
  text-align: center;
  color: #999999;
}
.product-service-03 .groups-top .box-info .info-groups .box-num span {
  font-size: 30px;
  vertical-align: middle;
}
.product-service-03 .groups-top .box-info .info-groups .box-num .num-s {
  color: #d7000f;
}
.product-service-03 .groups-top .box-info .info-groups .box-num .num-s .num-txt {
  font-size: 50px;
  font-weight: bold;
}
.product-service-03 .groups-list .public-title {
  margin-bottom: 30px;
}
.product-service-03 .groups-list .box-s {
  margin-bottom: 20px;
}
.product-service-03 .groups-list .box-s .row {
  display: flex;
  margin-left: 0;
  margin-right: 0;
}
.product-service-03 .groups-list .box-s .row .box-w {
  min-width: 50%;
  padding-left: 0;
  padding-right: 0;
}
.product-service-03 .groups-list .box-s .box-info-w {
  background: url("../images/img-144.png") no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}
.product-service-03 .groups-list .box-s .box-img,
.product-service-03 .groups-list .box-s .box-info {
  min-height: 404px;
}
.product-service-03 .groups-list .box-s .box-img {
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.product-service-03 .groups-list .box-s .box-img img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.product-service-03 .groups-list .box-s .box-info {
  padding: 30px 50px;
}
.product-service-03 .groups-list .box-s .box-info .box-txt {
  line-height: 28px;
  color: #666666;
}
.product-service-03 .groups-list .box-s:hover .box-img img {
  transform: scale(1.1);
}
.product-service-04 {
  overflow: hidden;
}
.product-service-04 .gallery-cont {
  position: relative;
}
.product-service-04 .gallery-top .box-s {
  height: 740px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.product-service-04 .gallery-thumbs-wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.55);
  padding-top: 50px;
  padding-bottom: 30px;
  z-index: 99;
}
.product-service-04 .gallery-thumbs-wrap .container {
  position: relative;
}
.product-service-04 .gallery-thumbs-wrap .product-next,
.product-service-04 .gallery-thumbs-wrap .product-prev {
  width: 35px;
  height: 35px;
  opacity: 1;
  top: 40%;
}
.product-service-04 .gallery-thumbs-wrap .product-next:after,
.product-service-04 .gallery-thumbs-wrap .product-prev:after {
  content: '';
}
.product-service-04 .gallery-thumbs-wrap .product-next {
  background: url("../images/img-153.png") no-repeat;
  right: -45px;
}
.product-service-04 .gallery-thumbs-wrap .product-prev {
  background: url("../images/img-152.png") no-repeat;
  left: -45px;
}
.product-service-04 .gallery-thumbs .swiper-slide-thumb-active .box-s .box-img {
  border: solid 3px #ffffff;
}
.product-service-04 .gallery-thumbs .box-s .box-img {
  border: 3px solid transparent;
}
.product-service-04 .gallery-thumbs .box-s .box-img img {
  display: block;
  width: 100%;
}
.product-service-04 .gallery-thumbs .box-s .box-title {
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.product-service-05 .row {
  margin-left: -3%;
  margin-right: -3%;
}
.product-service-05 .row .box-w {
  padding-left: 3%;
  padding-right: 3%;
}
.product-service-05 .public-title {
  margin-bottom: 22px;
}
.product-service-05 .box-img img {
  display: block;
  width: 100%;
}
.product-service-05 .box-info .info-txt {
  line-height: 26px;
  color: #666666;
}
.product-service-06 {
  background: url("../images/img-130.png") no-repeat top center;
  background-size: cover;
}
.product-service-06 .groups-tab-title {
  background-color: rgba(0, 0, 0, 0.1);
}
.product-service-06 .groups-tab-title .title-s {
  float: left;
  border-right: 1px solid #bfbfbf;
  width: 16.666666%;
}
.product-service-06 .groups-tab-title .title-s:last-child {
  border-right: none;
}
.product-service-06 .groups-tab-title .title-s a {
  display: block;
  text-align: center;
  height: 74px;
  line-height: 74px;
  color: #333333;
}
.product-service-06 .groups-tab-title .title-s span {
  display: inline-block;
  vertical-align: middle;
}
.product-service-06 .groups-tab-title .title-s span.icon-s {
  position: relative;
  margin-right: 10px;
}
.product-service-06 .groups-tab-title .title-s span.icon-s img {
  display: block;
}
.product-service-06 .groups-tab-title .title-s span.icon-s img.img-h {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: none;
}
.product-service-06 .groups-tab-title .title-s.active,
.product-service-06 .groups-tab-title .title-s:hover {
  background: url("../images/img-132.png") no-repeat top center;
  background-size: cover;
}
.product-service-06 .groups-tab-title .title-s.active a,
.product-service-06 .groups-tab-title .title-s:hover a {
  color: #fff;
}
.product-service-06 .groups-tab-title .title-s.active span.icon-s img.img-h,
.product-service-06 .groups-tab-title .title-s:hover span.icon-s img.img-h {
  display: block;
}
.product-service-06 .groups-tab-cont {
  height: 484px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.product-service-06 .groups-tab-cont:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 16.666666%;
  width: 1px;
  border-right: 1px dotted rgba(255, 255, 255, 0.45);
}
.product-service-06 .groups-tab-cont > div {
  display: none;
}
.product-service-06 .groups-tab-cont > div:first-child {
  display: block;
}
.product-service-06 .product-cont {
  height: 484px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.product-service-06 .product-cont:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 16.666666%;
  width: 1px;
  border-right: 1px dotted rgba(255, 255, 255, 0.45);
}
.product-service-06 .product-cont .cont-box {
  margin-bottom: 10px;
  width: 100%;
}
.product-service-06 .product-cont .cont-box .box-title {
  float: left;
  width: 16.666666%;
  min-width: 16.666666%;
}
.product-service-06 .product-cont .cont-box .box-title a {
  display: block;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 20px;
}
.product-service-06 .product-cont .cont-box .box-title a:hover,
.product-service-06 .product-cont .cont-box .box-title a.active {
  color: #ff0000;
}
.product-service-06 .product-cont .cont-box .box-a {
  overflow: hidden;
  padding-left: 70px;
  padding-right: 30px;
}
.product-service-06 .product-cont .cont-box .box-a a {
  display: block;
  color: #fff;
  position: relative;
  padding-right: 20px;
  margin-bottom: 20px;
  line-height: 32px;
  float: left;
  margin-right: 40px;
}
.product-service-06 .product-cont .cont-box .box-a a:after {
  content: "\f105";
  font-family: 'FontAwesome';
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 18px;
  transform: translateY(-50%);
}
.product-service-06 .product-cont-tab {
  width: 100%;
}
.product-service-06 .product-cont-tab .cont-tabs-title {
  position: relative;
  width: 16.666666%;
  min-width: 16.666666%;
  padding-top: 50px;
  float: left;
}
.product-service-06 .product-cont-tab .cont-tabs-title a {
  display: block;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 20px;
}
.product-service-06 .product-cont-tab .cont-tabs-title a:hover,
.product-service-06 .product-cont-tab .cont-tabs-title a.active {
  color: #ff0000;
}
.product-service-06 .product-cont-tab .cont-tabs-info {
  overflow: hidden;
  padding: 0 5%;
}
.product-service-06 .product-cont-tab .cont-tabs-info .info-cont {
  height: 484px;
  overflow: hidden;
  overflow-y: auto;
  padding-top: 50px;
}
.product-service-06 .product-cont-tab .cont-tabs-info a {
  display: block;
  color: #fff;
  position: relative;
  padding-right: 20px;
  margin-bottom: 20px;
  line-height: 32px;
  float: left;
  margin-right: 40px;
}
.product-service-06 .product-cont-tab .cont-tabs-info a:after {
  content: "\f105";
  font-family: 'FontAwesome';
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 18px;
  transform: translateY(-50%);
}
.product-service-06 .product-cont-tab .cont-tabs-info a:hover {
  color: #ff0000;
}
.product-service-07 .box-s {
  background-color: #f8f8f8;
}
.product-service-07 .box-s .row {
  margin-left: -2%;
  margin-right: -2%;
  display: flex;
}
.product-service-07 .box-s .row .box-w {
  padding-left: 2%;
  padding-right: 2%;
  min-width: 50%;
}
.product-service-07 .box-s .box-img,
.product-service-07 .box-s .box-info {
  min-height: 415px;
}
.product-service-07 .box-s .box-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 100%;
}
.product-service-07 .box-s .box-info {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 40px;
}
.product-service-07 .box-s .box-info .public-title {
  margin-bottom: 45px;
}
.product-service-07 .box-s .box-info .info-txt {
  line-height: 24px;
  color: #999999;
}
.product-service-07 .product-scroll {
  margin-bottom: 90px;
}
.product-service-07 .scroll-next,
.product-service-07 .scroll-prev {
  opacity: 1;
  top: auto;
  left: auto;
  width: 40px;
  height: 40px;
  bottom: 25px;
  transform: translateY(0);
}
.product-service-07 .scroll-next:after,
.product-service-07 .scroll-prev:after {
  display: none;
}
.product-service-07 .scroll-prev {
  background: url("../images/img-140.png") no-repeat no-repeat;
  right: 80px;
}
.product-service-07 .scroll-next {
  background: url("../images/img-141.png") no-repeat no-repeat;
  right: 30px;
}
.product-service-07 .scroll-page {
  width: 100%;
  padding-top: 80px;
  text-align: center;
}
.product-service-07 .scroll-page .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #dcdcdc;
  border-radius: 50%;
  opacity: 1;
  margin-left: 4px;
  margin-right: 4px;
  vertical-align: middle;
  border: 3px solid transparent;
}
.product-service-07 .scroll-page .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 16px;
  height: 16px;
  background-color: #707070;
  border-color: #707070;
}
.product-service-08 .public-title {
  text-align: center;
}
.product-service-08 .public-title:after {
  left: 50%;
  margin-left: -20px;
}
.product-service-08 .mod-title {
  text-align: center;
  margin-bottom: 60px;
}
.product-service-08 .mod-title span {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  color: #666666;
}
.product-service-08 .mod-title span:after,
.product-service-08 .mod-title span:before {
  content: '';
  position: absolute;
  top: 50%;
  background: url("../images/img-211.png") no-repeat;
  width: 12px;
  height: 12px;
  margin-top: -6px;
}
.product-service-08 .mod-title span:before {
  left: -12px;
}
.product-service-08 .mod-title span:after {
  right: -12px;
}
.product-service-08 .mod-title.title-02 span {
  color: #fff;
}
.product-service-08 .mod-title.title-02 span:after,
.product-service-08 .mod-title.title-02 span:before {
  background: url("../images/img-212.png") no-repeat;
}
.product-service-08 .main-top {
  background: url("../images/img-207.png") no-repeat top center;
  background-size: cover;
}
.product-service-08 .main-top .box-s .box-icon {
  margin-bottom: 35px;
}
.product-service-08 .main-top .box-s .box-icon img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.7s;
}
.product-service-08 .main-top .box-s .box-title {
  color: #666666;
  text-align: center;
}
.product-service-08 .main-top .box-s:hover .box-icon img {
  transform: scale(1.1);
}
.product-service-08 .main-cont {
  background: url("../images/img-217.png") no-repeat top center;
  background-size: cover;
}
.product-service-08 .main-cont .row {
  margin-left: -10px;
  margin-right: -10px;
}
.product-service-08 .main-cont .row .box-w {
  padding-left: 10px;
  padding-right: 10px;
}
.product-service-08 .main-cont .box-s {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 317px;
  margin-bottom: 20px;
  overflow: hidden;
}
.product-service-08 .main-cont .box-s .box-title,
.product-service-08 .main-cont .box-s .box-mc {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.product-service-08 .main-cont .box-s .box-title {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 15% 14%;
}
.product-service-08 .main-cont .box-s .box-title .title-ch {
  color: #fff;
  margin-bottom: 5px;
}
.product-service-08 .main-cont .box-s .box-title .title-en {
  color: rgba(255, 255, 255, 0.7);
}
.product-service-08 .main-cont .box-s .box-mc {
  background: url("../images/img-213.png") no-repeat center center;
  background-size: cover;
  text-align: center;
  color: #fff;
  line-height: 1.6;
  padding: 20px;
  top: auto;
  bottom: -100%;
  transition: all 0.5s;
}
.product-service-08 .main-cont .box-s .box-mc .middle-cont {
  max-width: 400px;
}
.product-service-08 .main-cont .box-s:hover .box-mc {
  top: 0;
  bottom: 0;
}
.product-service-09 .box-info {
  padding-top: 20%;
}
.product-service-10 {
  background: url("../images/img-219.png") no-repeat top center;
  background-size: cover;
}
.product-service-10 .public-title {
  color: #fff;
  text-align: center;
  margin-bottom: 45px;
}
.product-service-10 .public-title:after {
  left: 50%;
  margin-left: -20px;
  background-color: #fff;
}
.product-service-10 .main-cont {
  line-height: 30px;
  color: #ffffff;
  text-align: center;
}
.product-service-11 {
  position: relative;
}
.product-service-11 .bg-left,
.product-service-11 .bg-right {
  width: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
}
.product-service-11 .bg-left {
  left: 0;
  background: url("../images/img-222.png") no-repeat;
  background-size: cover;
  display: none;
}
.product-service-11 .bg-right {
  right: 0;
  background: url("../images/img-222.png") no-repeat;
  background-size: cover;
  display: none;
}
.product-service-11 .box-s {
  padding: 30px;
  height: 222px;
  color: #666;
}
.product-service-11 .box-s .box-title {
  position: relative;
  padding-right: 50px;
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(102, 102, 102, 0.12);
}
.product-service-11 .box-s .box-title .title-ch {
  margin-bottom: 5px;
  color: #333;
}
.product-service-11 .box-s .box-title .title-en {
  font-size: 12px;
}
.product-service-11 .box-s .box-title .title-icon {
  position: absolute;
  right: 0;
  top: 0;
}
.product-service-11 .box-s .box-title .title-icon img {
  display: block;
}
.product-service-11 .box-s .box-title .title-icon img.img-h {
  display: none;
}
.product-service-11 .box-s .box-txt {
  line-height: 24px;
}
.product-service-11 .box-s:hover {
  color: #fff;
}
.product-service-11 .box-s:hover .box-title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.product-service-11 .box-s:hover .box-title .title-ch {
  color: #fff;
}
.product-service-11 .box-s:hover .box-title .title-icon img.img-d {
  display: none;
}
.product-service-11 .box-s:hover .box-title .title-icon img.img-h {
  display: block;
}
.product-service-12 .box-s {
  position: relative;
  overflow: hidden;
}
.product-service-12 .box-s .img-bg {
  background-repeat: no-repeat;
  background-position: top center;
  position: absolute;
  background-size: cover;
  top: 0;
  bottom: 0;
  width: 50%;
  right: 0;
}
.product-service-12 .row {
  margin-left: -4%;
  margin-right: -4%;
}
.product-service-12 .row .box-w {
  padding-left: 4%;
  padding-right: 4%;
}
.product-service-12 .public-title {
  margin-bottom: 22px;
}
.product-service-12 .box-info {
  padding-top: 40px;
}
.product-service-12 .box-info .info-txt {
  line-height: 30px;
  color: #999999;
  text-align: justify;
}
.product-service-12 .box-img {
  min-height: 540px;
}
.product-service-12 .box-img img {
  width: 100%;
  display: none;
}
.product-service-13 {
  background-color: #f9f9f9;
}
.product-service-13 .public-title {
  margin-bottom: 10px;
}
.product-service-13 .main-cont img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.5s;
}
.product-service-13 .main-cont:hover img {
  transform: scale(1.1);
}
.join-us-01 .row {
  margin-left: -3%;
  margin-right: -3%;
}
.join-us-01 .row .box-w {
  padding-left: 3%;
  padding-right: 3%;
}
.join-us-01 .box-s .box-title {
  border-bottom: 1px solid #bcbcbc;
  display: block;
  padding: 28px 85px 28px 28px;
  color: #333333;
  position: relative;
}
.join-us-01 .box-s .box-title:after {
  content: '';
  position: absolute;
  right: 50px;
  top: 40px;
  background: url("../images/img-156.png") no-repeat;
  width: 11px;
  height: 21px;
}
.join-us-01 .box-s .box-cont {
  border: solid 1px #e21120;
  padding: 35px;
  display: none;
}
.join-us-01 .box-s .box-cont .box-info {
  line-height: 38px;
  color: #666666;
  margin-bottom: 20px;
}
.join-us-01 .box-s .box-cont .box-info:last-child {
  margin-bottom: 0;
}
.join-us-01 .box-s .box-cont .box-info .title-s {
  margin-bottom: 10px;
}
.join-us-01 .box-s .box-cont .box-info .title-s span {
  display: inline-block;
  margin-right: 30px;
}
.join-us-01 .box-s.active .box-title,
.join-us-01 .box-s:hover .box-title {
  background: url("../images/img-158.png") no-repeat;
  color: #fff;
  border-bottom-color: #e21120;
}
.join-us-01 .box-s.active .box-title:after,
.join-us-01 .box-s:hover .box-title:after {
  content: '';
  position: absolute;
  right: 50px;
  top: 40px;
  background: url("../images/img-157.png") no-repeat;
  width: 21px;
  height: 11px;
}
/*.join-us-01 .box-s.active .box-cont {*/
/*  display: block;*/
/*}*/
.join-us-02 {
  background: url("../images/img-161.png") no-repeat top center;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 60px;
}
.join-us-02 .main-cont {
  position: relative;
}
.join-us-02 .box-info .info-ch {
  line-height: 36px;
  color: #fff;
}
.join-us-02 .box-info .info-en {
  color: rgba(255, 255, 255, 0.22);
  margin-top: 15px;
  line-height: 18px;
}
.join-us-02 .box-info .info-tel {
  background: url("../images/img-159.png") no-repeat left 4px;
  line-height: 24px;
  padding-left: 26px;
  color: #fff;
  margin-top: 30px;
}
.join-us-02 .box-erwm .img-s {
  margin-bottom: 10px;
}
.join-us-02 .box-erwm .img-s img {
  display: block;
  border-radius: 8px;
  width: 180px;
  margin-left: auto;
  margin-right: auto;
}
.join-us-02 .box-erwm .txt-s {
  text-align: center;
  color: #fff;
  line-height: 24px;
}
.talent-training .row {
  margin-left: 0;
  margin-right: 0;
  display: flex;
}
.talent-training .row .box-w {
  padding-left: 0;
  padding-right: 0;
  flex: 1;
}
.talent-training .box-s {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.talent-training .box-s .box-img,
.talent-training .box-s .box-info {
  min-height: 338px;
  height: 50%;
}
.talent-training .box-s:hover .box-img .img-s {
  transform: scale(1.1);
}
.talent-training .box-s .box-img {
  position: relative;
  overflow: hidden;
}
.talent-training .box-s .box-img .img-s {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.5s;
}
.talent-training .box-s .box-info {
  position: relative;
  padding: 60px 35px 20px 35px;
}
.talent-training .box-s .box-info .box-bg {
  position: absolute;
  left: 0;
  right: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.talent-training .box-s .box-info .box-num {
  color: rgba(153, 153, 153, 0.2);
  font-size: 250px;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.talent-training .box-s .box-info .box-num span {
  display: block;
  margin-left: -60px;
  line-height: 140px;
}
.talent-training .box-s .box-info .box-title {
  position: relative;
  padding-bottom: 10px;
  line-height: 32px;
  color: #333;
  margin-bottom: 15px;
}
.talent-training .box-s .box-info .box-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background-color: #d7000f;
}
.talent-training .box-s .box-info .box-txt {
  line-height: 2;
  color: #666666;
  position: relative;
  z-index: 9;
}
.talent-training .box-s.box-01 .box-info .box-bg {
  top: -14px;
  bottom: 0;
  background-image: url('../images/img-162.png');
}
.talent-training .box-s.box-02 .box-info .box-bg {
  bottom: -14px;
  top: 0;
  background-image: url('../images/img-182.png');
}
.talent-training .box-s:hover .box-num {
  color: rgba(255, 255, 255, 0.2);
}
.talent-training .box-s:hover .box-title {
  color: #fff;
}
.talent-training .box-s:hover .box-title:after {
  background-color: #fff;
}
.talent-training .box-s:hover .box-txt {
  color: #fff;
}
.talent-training .box-s:hover.box-01 .box-info .box-bg {
  background-image: url('../images/img-183.png');
}
.talent-training .box-s:hover.box-02 .box-info .box-bg {
  background-image: url('../images/img-163.png');
}
.social-benefits {
  background-color: #fafafa;
}
.social-benefits .public-title {
  text-align: center;
}
.social-benefits .public-title:after {
  left: 50%;
  margin-left: -20px;
}
.social-benefits .main-top {
  height: 490px;
  position: relative;
  padding: 6% 5%;
  margin-bottom: 40px;
  overflow: hidden;
}
.social-benefits .main-top:hover .top-img {
  transform: scale(1.1);
}
.social-benefits .main-top .top-img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  transition: all 0.5s;
}
.social-benefits .main-top .box-title {
  position: relative;
  z-index: 2;
}
.social-benefits .main-top .box-title .title-txt {
  color: #333333;
  margin-bottom: 20px;
}
.social-benefits .main-top .box-title .title-txt-en {
  color: #adadad;
}
.social-benefits .row {
  margin-left: -10px;
  margin-right: -10px;
}
.social-benefits .row .box-w {
  padding-left: 10px;
  padding-right: 10px;
}
.social-benefits .box-s {
  height: 292px;
  box-shadow: 0 9px 24px 0 rgba(0, 0, 0, 0.03);
  border: solid 1px #e5e5e5;
  position: relative;
  margin-bottom: 20px;
}
.social-benefits .box-s .box-icon {
  position: absolute;
  top: 40px;
  left: 40px;
  border: 1px solid #d7000f;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
}
.social-benefits .box-s .box-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
}
.social-benefits .box-s .box-icon img.img-h {
  display: none;
}
.social-benefits .box-s .box-title {
  position: absolute;
  left: 35px;
  bottom: 15px;
}
.social-benefits .box-s .box-title .title-ch {
  color: #333333;
}
.social-benefits .box-s .box-title .title-en {
  color: #adadad;
}
.social-benefits .box-s:hover {
  background: url("../images/img-169.png") no-repeat center center;
  background-size: cover;
}
.social-benefits .box-s:hover .box-icon img.img-h {
  display: block;
}
.social-benefits .box-s:hover .box-icon img.img-d {
  display: none;
}
.social-benefits .box-s:hover .box-title .title-ch {
  color: #fff;
}
.social-benefits .box-s:hover .box-title .title-en {
  color: rgba(255, 255, 255, 0.4);
}
.search-wrap {
  padding-top: 60px;
  padding-bottom: 60px;
}
.text-list .box-s {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.text-list .box-s:last-child {
  margin-bottom: 0;
}
.text-list .box-s .box-title {
  display: block;
  margin-bottom: 15px;
  line-height: 1.6;
  color: #333333;
}
.text-list .box-s .box-txt {
  color: #666666;
  line-height: 28px;
  max-height: 84px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.text-list .box-s:hover .box-title {
  color: #d7000f;
}
/*弹窗*/
.up-mc {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9998;
  display: none;
}
.up-box {
  max-width: 1000px;
  max-height: 600px;
  background-color: #ffffff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -52%);
  z-index: 9999;
  display: none;
}
.up-box .up-main {
  height: 100%;
  padding: 5px;
  overflow: hidden;
}
.up-box .up-close {
  position: absolute;
  background: url("../images/img-close.png") no-repeat;
  background-size: cover;
  width: 40px;
  height: 40px;
  right: -43px;
  top: -43px;
}
.up-box .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #d7000f;
}
.up-box .mCSB_scrollTools .mCSB_draggerRail {
  background-color: #d7000f;
}
.up-box .up-title {
  text-align: center;
  margin-bottom: 4%;
}
.up-box .up-title span {
  display: inline-block;
  border-bottom: 1px solid #d7000f;
  padding-bottom: 15px;
  line-height: 1;
  color: #000;
}
.scroll-img .box-img img {
  display: block;
  width: 100%;
}
.scroll-img .scroll-page {
  bottom: 20px;
}
.scroll-img .scroll-page .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #999999;
  opacity: 1;
  margin-left: 5px;
  margin-right: 5px;
}
.scroll-img .scroll-page .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.caret {
  display: none;
}

/*new-add*/
.menu-list-box {
  position: relative;
  padding-right: 20px;
}
.menu-list-box:after {
  content: '\f105';
  position: absolute;
  font-family: 'FontAwesome';
  right: 0;
  top: 5px;
  font-size: 20px;
  color: #c52922;
}

.menu-list-box .s-menu-groups {
  position: absolute;
  left: 100%;
  top: 0;
  padding-left: 10px;
}
.menu-list-box .s-menu-groups a {
  display: block;
  color: #777;
  line-height: 40px;
  font-size: 14px;
}
.menu-list-box .s-menu-groups a:hover {
  color: #c52922;
}

@media (max-width: 1199px) {
  .menu-list-box {
    position: relative;
    padding-right: 0;
  }
  .menu-list-box:after {
    display: none;
  }

  .menu-list-box .s-menu-groups {
    position: static;
  }

}