.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.fixed {
  position: fixed;
}
.flex {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.flex-wrap {
  flex-flow: wrap;
}
.flex-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.inline-block {
  display: inline-block;
}
.block {
  display: block;
}
.hide {
  display: none;
}
.bold {
  font-weight: 700;
}
.txt-center {
  text-align: center;
}
.txt-left {
  text-align: left;
}
.txt-right {
  text-align: right;
}
.before {
  opacity: 0;
  visibility: hidden;
}
.after {
  opacity: 1;
  visibility: visible;
}
.font {
  font-family: Arial;
}
.txt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.upper {
  text-transform: uppercase;
}
.middle {
  vertical-align: middle;
}
.background {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.hidden-xs {
  display: block;
}
.hidden-pc {
  display: none;
}
.box-container {
  width: 1536px;
  margin: 0 auto;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.box-container-fluid {
  width: 100%;
  margin: 0 auto;
}
.medium-box-container {
  width: 80%;
  margin: 0 auto;
}
body {
  font-size: 16px;
  overflow-x: hidden;
}
.rl {
  writing-mode: tb-rl;
  writing-mode: vertical-lr;
}
@font-face {
  font-family: "mb";
  src: url('../fonts/MontserratBold.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "mr";
  src: url('../fonts/Montserrat-Regular.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "mm";
  src: url('../fonts/Montserrat-Medium.otf');
  font-weight: normal;
  font-style: normal;
}
.pic {
  font-size: 0;
  overflow: hidden;
  display: block;
  width: 100%;
}
.pic img {
  width: 100%;
  display: block;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}
.pic img.phone {
  display: none;
}
.phone-nav {
  display: none;
}
.link {
  font-size: 0;
  margin-bottom: 8px;
}
.link a {
  position: relative;
  font-size: 14px;
  color: #d9e3ec;
  padding-right: 10px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
  line-height: 24px;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.link a:hover {
  color: #fff;
}
.link a:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 6px;
  z-index: 1;
  width: 2px;
  height: 12px;
  background: #d9e3ec;
}
.link a:last-child {
  margin-right: 0;
  padding-right: 0;
}
.link a:last-child:after {
  display: none;
}
.content {
  text-align: justify;
  color: #666;
  line-height: 30px;
  font-size: 18px;
}
.content img,
.content input[type="image"] {
  max-width: 100%;
  height: auto!important;
  display: block;
  margin: 0 auto;
}
.swiper-box {
  position: relative;
}
.shadow .header-wrapper {
  box-shadow: 0px 0px 27px 0px rgba(71, 67, 66, 0.18);
}
.header-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 30;
  background-color: #fff;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
}
.header-wrapper.shadow {
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}
.header-wrapper .box {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  padding: 0 50px;
  height: 100px;
  align-items: center;
}
.header-wrapper .logo-box {
  width: 28.076%;
}
.header-wrapper .logo-box a {
  display: block;
}
.header-wrapper .logo-box img {
  width: 100%;
  display: block;
}
.header-wrapper .other-box {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
}
.header-wrapper .lang {
  font-size: 16px;
}
.header-wrapper .lang a {
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  margin-right: 10px;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.header-wrapper .lang a:hover {
  color: #176db9;
}
.header-wrapper .lang a:last-child {
  margin-left: 10px;
  margin-right: 0;
}
.header-wrapper .search {
  width: 20px;
  height: 20px;
  background-image: url(../img/search.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 40px;
  cursor: pointer;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
}
.p_h {
  height: 100px;
}
.pc-nav-box {
  margin: 0 100px 0 155px;
  flex: 1;
}
.pc-nav-box.on:before {
  display: block;
  animation: fadeIn 0.3s ease;
}
.pc-nav-box:before {
  content: "";
  position: fixed;
  left: 0;
  top: 100px;
  z-index: -1;
  width: 100%;
  height: 398px;
  display: none;
  background: #f7f7f7 url(../img/navbg.jpg) no-repeat right top;
}
.pc-nav-box > ul {
  font-size: 0;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.pc-nav-box > ul > li {
  position: relative;
}
.pc-nav-box > ul > li:hover a,
.pc-nav-box > ul > li.on a {
  color: #176db9;
}
.pc-nav-box > ul > li:hover a:after,
.pc-nav-box > ul > li.on a:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.pc-nav-box > ul > li:hover .hidebox {
  z-index: 40;
  opacity: 1;
  visibility: visible;
  display: block;
  animation: fadeIn 0.5s ease;
}
.pc-nav-box > ul > li > a {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 100px;
}
.pc-nav-box > ul > li > a:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #176db9;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}
.pc-nav-box .item {
  display: none;
}
.pc-nav-box .hidebox {
  position: fixed;
  left: 0;
  top: 100px;
  z-index: -1;
  width: 100%;
  text-align: left;
  height: 398px;
  display: none;
}
.pc-nav-box .hidebox.on {
  z-index: 40;
  opacity: 1;
  visibility: visible;
  display: block;
  animation: fadeIn 0.5s ease;
}
.pc-nav-box .hidebox .box-container {
  overflow: hidden;
  padding: 60px 0;
}
.pc-nav-box .hidebox .inner {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.pc-nav-box .hidebox .info,
.pc-nav-box .hidebox .pic {
  width: 45.638%;
  transition: transform 1.4s, opacity 1.4s ease;
}
.pc-nav-box .hidebox .pic:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.pc-nav-box .hidebox .info .caption {
  font-size: 36px;
  color: #176db9;
  line-height: 48px;
  margin-bottom: 14px;
}
.pc-nav-box .hidebox .info a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #909090;
  line-height: 36px;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.pc-nav-box .hidebox .info a:hover,
.pc-nav-box .hidebox .info a.on {
  color: #000;
}
.pc-nav-box .hidebox .child-box {
  background: #f7f7f7 url(../img/navbg.jpg) no-repeat right top;
}
.pc-nav-box .hidebox .child-box.scroll {
  display: none!important;
}
.search-form {
  width: 100%;
  position: fixed;
  left: 0;
  top: 100px;
  background: #fff;
  z-index: 30;
  padding: 70px 0;
  display: none;
  border-top: 1px solid #f7f8f9;
  /* input placeholder  */
}
.search-form .w960 {
  position: relative;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  width: 960px;
  margin: 0 auto;
  align-items: center;
  border-bottom: 1px solid #f7f8f9;
}
.search-form .keywords {
  flex: 1;
  overflow: hidden;
  line-height: 56px;
  margin-left: 20px;
  font-size: 15px;
  color: #999;
}
.search-form ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
  font-size: 15px;
}
.search-form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
  font-size: 15px;
}
.search-form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  font-size: 15px;
}
.search-form :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
  font-size: 15px;
}
.search-form .close {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 10;
  color: #999;
  margin-top: -15px;
  width: 20px;
  height: 20px;
  background: url(../img/close.png) no-repeat;
  background-size: contain;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}
.search-form .close:hover {
  color: #176db9;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.footer-wrapper {
  padding: 60px 0 50px;
  background: url(../img/footerbg.jpg) no-repeat center center;
  background-size: cover;
}
.footer-wrapper .copyright,
.footer-wrapper .copyright a {
  color: #d9e3ec;
}
.footer-wrapper .copyright {
  line-height: 24px;
}
.footer-wrapper .copyright a {
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.footer-wrapper .copyright a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer-wrapper .bottom {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.footer-wrapper .other {
  max-width: 60%;
  padding-top: 12px;
}
.footer-wrapper .share {
  max-width: 30%;
}
.footer-nav-box {
  margin-bottom: 50px;
}
.footer-nav-box ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.footer-nav-box ul a {
  display: block;
  line-height: 30px;
}
.footer-nav-box li {
  flex: 1;
  padding-right: 15px;
}
.footer-nav-box .cat {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 14px;
}
.footer-nav-box .child a {
  color: #c0cdd9;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.footer-nav-box .child a:hover {
  color: #fff;
}
.share {
  font-size: 0;
}
.share ul {
  font-size: 0;
}
.share ul li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}
.share ul li:last-child {
  margin-right: 0;
}
.share ul li.on .hidebox {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.share ul li:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #176db9;
  border-radius: 50%;
  z-index: 0;
  opacity: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.share a {
  position: relative;
  display: block;
  width: 48px;
  height: 48px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
  border-radius: 50%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  background-color: #135aa3;
}
.share a:hover {
  background-color: #176db9;
}
.share a:last-child {
  margin-right: 0;
}
.share .wechat a {
  background-image: url(../img/wechat.png);
}
.share .weibo a {
  background-image: url(../img/weibo.png);
}
.share .gotop a {
  background-image: url(../img/up.png);
}
.share .hidebox {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 10px);
  z-index: 1;
  margin-left: -70px;
  width: 140px;
  box-shadow: 0px 0px 46px 0px rgba(6, 0, 1, 0.16);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
}
.share .hidebox:before {
  content: "";
  border: 7px solid transparent;
  border-top-color: #fff;
  position: absolute;
  left: 50%;
  margin-left: -7px;
  top: 100%;
  z-index: 1;
}
.share .hidebox img {
  display: block;
  width: 100%;
}
.index-banner-wrapper {
  position: relative;
  z-index: 1;
}
.index-banner-wrapper:hover .prev {
  left: 73px;
}
.index-banner-wrapper:hover .next {
  right: 73px;
}
.index-banner-wrapper .index-banner-swiper .swiper-slide-active .box-container {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.index-banner-wrapper .index-banner-swiper .swiper-slide-active img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.index-banner-wrapper .index-banner-swiper .box-container {
  opacity: 0;
  visibility: hidden;
  transform: translateY(120px);
  -webkit-transform: translateY(120px);
  -moz-transform: translateY(120px);
  -ms-transform: translateY(120px);
  -o-transform: translateY(120px);
  transition: all 1.5s ease;
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -ms-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition-delay: 0.4s;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.index-banner-wrapper .index-banner-swiper .video > img {
  display: none;
  width: 100%;
}
.index-banner-wrapper .index-banner-swiper .video video {
  display: block;
  width: 100%;
}
.index-banner-wrapper .swiper-slide {
  overflow: hidden;
}
.index-banner-wrapper .swiper-slide a {
  display: block;
}
.index-banner-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  transition: transform 6s ease;
  -webkit-transition: transform 6s ease;
  -moz-transition: transform 6s ease;
  -ms-transition: transform 6s ease;
  -o-transition: transform 6s ease;
}
.index-banner-wrapper .swiper-slide img.phone {
  display: none;
}
.index-banner-wrapper .info {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
}
.index-banner-wrapper .info * {
  color: #fff;
}
.index-banner-wrapper .info-1 {
  top: 240px;
}
.index-banner-wrapper .info-1 .box-container {
  text-align: right;
}
.index-banner-wrapper .info-1 .box-container div {
  width: 58%;
  margin-right: 0;
  margin-left: auto;
  font-style: italic;
  letter-spacing: 2px;
}
.index-banner-wrapper .info-1 .title {
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
  text-align: left;
}
.index-banner-wrapper .info-1 .desc {
  font-size: 48px;
  line-height: 56px;
  padding-bottom: 44px;
  position: relative;
}
.index-banner-wrapper .info-1 .desc:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 180px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
}
.index-banner-wrapper .info-1 .brief {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  margin-top: -24px;
}
.index-banner-wrapper .info-2 {
  top: 262px;
}
.index-banner-wrapper .info-2 div {
  text-align: center;
}
.index-banner-wrapper .info-2 .title {
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: 3px;
}
.index-banner-wrapper .info-2 .desc {
  font-size: 18px;
  line-height: 30px;
  margin-top: 10px;
}
.index-banner-wrapper .info-3 {
  top: 292px;
}
.index-banner-wrapper .info-3 div {
  text-align: center;
}
.index-banner-wrapper .info-3 .title {
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: 3px;
}
.index-banner-wrapper .info-3 .desc {
  font-size: 24px;
  line-height: 30px;
  margin-top: 10px;
}
.index-banner-wrapper .info-4 {
  top: 352px;
}
.index-banner-wrapper .info-4 .box-container div {
  font-style: italic;
  letter-spacing: 2px;
}
.index-banner-wrapper .info-4 .title {
  font-size: 80px;
  font-weight: 700;
  line-height: 90px;
  text-align: left;
}
.index-banner-wrapper .info-4 .desc {
  font-size: 60px;
  line-height: 70px;
  position: relative;
  margin-top: 2px;
}
.index-banner-wrapper .info-4 .brief {
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  margin-top: 96px;
  padding-left: 50%;
}
.index-banner-wrapper .info-5 {
  top: 440px;
}
.index-banner-wrapper .info-5 div {
  text-align: center;
}
.index-banner-wrapper .info-5 .title {
  font-size: 72px;
  color: #fff;
  line-height: 80px;
}
.index-banner-wrapper .info-5 .desc {
  font-size: 24px;
  color: #fff;
  margin-top: 13px;
}
.index-banner-wrapper .swiper-pagination {
  display: block;
  bottom: 0;
  font-size: 0;
}
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: none;
  margin: 0 5px;
  width: 8px;
  height: 8px;
  border: 1px solid #176db9;
  transition: width 0.3s ease;
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  -ms-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
}
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet:focus,
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet:active,
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet:link {
  outline: none;
}
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #176db9;
  width: 24px;
  border-radius: 30px;
}
.index-banner-wrapper .swiper-btn {
  width: 46px;
  height: 46px;
  opacity: 0.5;
}
.index-banner-wrapper .swiper-btn:hover {
  opacity: 1;
}
.index-banner-wrapper .prev {
  left: -100px;
  background-image: url(../img/prev.png);
}
.index-banner-wrapper .next {
  right: -100px;
  background-image: url(../img/next.png);
}
.index-banner-wrapper .scroll {
  display: block;
  margin: 0 auto;
  font-size: 14px;
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 180px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  z-index: 1;
}
.index-banner-wrapper .scroll p {
  font-size: 14px;
  color: #f1f1f1;
  line-height: 24px;
}
.index-banner-wrapper .scroll img {
  display: block;
  width: 20px;
  margin: 20px auto 0;
  animation: scroll 2s ease infinite;
}
.swiper-btn {
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.index-title-box {
  text-align: center;
  padding: 142px 0 54px;
}
.index-title-box.white h3,
.index-title-box.white p {
  color: #fff;
}
.index-title-box h3 {
  font-size: 42px;
  line-height: 48px;
  font-weight: 700;
  margin-bottom: 3px;
}
.index-title-box p {
  font-size: 18px;
  color: #176db9;
  line-height: 24px;
  font-family: "mr";
  text-transform: uppercase;
}
.index-btn {
  font-size: 16px;
  color: #176db9;
  display: inline-block;
}
.index-btn i {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 12px;
  background-image: url(../img/right2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 8px;
  position: relative;
  top: -2px;
}
.desc {
  font-size: 16px;
  line-height: 30px;
  text-align: justify;
}
.index-more {
  display: block;
  width: 192px;
  line-height: 55px;
  border-radius: 28px;
  text-align: center;
  font-size: 16px;
  color: #176db9;
  border: solid 2px #176db9;
  margin: 60px auto 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.index-more:hover,
.index-more.white {
  color: #fff;
}
.index-more:hover i,
.index-more.white i {
  background-image: url(../img/right.png);
}
.index-more:hover {
  background-color: #176db9;
}
.index-more:hover i {
  transform: translateX(10px);
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
}
.index-more.white {
  border-color: #fff;
}
.index-more.white:hover {
  border-color: #176db9;
}
.index-more i {
  display: inline-block;
  width: 15px;
  height: 12px;
  background-image: url(../img/right2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 6px;
  position: relative;
  vertical-align: middle;
  top: -2px;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}
.index-box-1 {
  position: relative;
  z-index: 2;
  margin-top: -103px;
  padding-top: 103px;
}
.index-box-1:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/indexbg.png) no-repeat center top;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.index-box-1 .box-container {
  position: relative;
  padding-bottom: 252px;
}
.index-box-1 .main {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.index-box-1 .info-box {
  width: 40.75%;
  position: relative;
}
.index-box-1 .video-box {
  width: 50%;
  height: 100%;
}
.index-box-1 .name {
  font-size: 36px;
  color: #fff;
  line-height: 48px;
}
.index-box-1 .since {
  font-size: 100px;
  color: #2072bb;
  font-family: "mb";
  line-height: 80px;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  top: 4px;
  z-index: -1;
  white-space: nowrap;
}
.index-box-1 .desc {
  color: #fff;
  letter-spacing: 1px;
  padding-right: 50px;
  margin: 25px auto 83px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  max-height: 180px;
}
.index-box-1 .btn-box {
  font-size: 0;
}
.index-box-1 .btn-box a {
  display: inline-block;
  width: 152px;
  line-height: 51px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 28px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  margin-right: 21px;
}
.index-box-1 .btn-box a:hover {
  background-color: #176db9;
  border-color: #176db9;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.25);
}
.index-box-1 .btn-box a:first-child {
  background-color: rgba(255, 255, 255, 0.2);
}
.index-box-1 .btn-box a:first-child:hover {
  background-color: #176db9;
}
.index-box-1 .btn-box a:nth-child(2) {
  margin-right: 0;
}
.index-box-1 .btn-box a img {
  margin-left: 6px;
  position: relative;
  top: -2px;
  vertical-align: middle;
}
.index-box-1 .data {
  position: absolute;
  left: 0;
  bottom: -155px;
  z-index: 10;
  width: 100%;
  height: 310px;
  background: #fff url(../img/databg.png) no-repeat center bottom;
  background-size: cover;
  box-shadow: 0px 2px 60px 0px rgba(97, 97, 97, 0.2);
  border-radius: 10px;
  padding: 110px 110px 94px;
}
.data ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.data li {
  min-width: 165px;
}
.data .num span,
.data em,
.data i {
  display: inline-block;
}
.data em,
.data i {
  font-style: normal;
}
.data em,
.data p {
  font-size: 16px;
  color: #666;
  line-height: 24px;
}
.data .num {
  font-size: 72px;
  color: #176db9;
  font-family: "mb";
  line-height: 60px;
}
.data p {
  margin-top: 23px;
}
.data em {
  position: relative;
}
.data em i {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url(../img/plus.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  left: 0;
  top: -32px;
  font-size: 0;
  z-index: 10;
}
.video-box {
  position: relative;
  overflow: hidden;
  box-shadow: 0px 0px 30px 0px rgba(4, 18, 40, 0.07);
  border-radius: 10px;
}
.video-box.on .pic {
  opacity: 0;
  visibility: hidden;
}
.video-box.on .play {
  display: none;
}
.video-box.on video {
  opacity: 1;
  visibility: visible;
}
.video-box video {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  visibility: hidden;
}
.video-box .play {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -31px;
  margin-top: -31px;
  width: 63px;
  height: 63px;
  cursor: pointer;
}
.video-box .play:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: url(../img/play.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.video-box .play:before {
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  animation: iconScale2 1.8s linear infinite;
}
.index-box-2 {
  margin-top: 162px;
  position: relative;
  overflow: hidden;
  padding-top: 0!important;
}
.index-box-2 canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.index-box-2 .swiper-box {
  position: relative;
  margin-bottom: 64px;
}
.index-box-2 .swiper-box:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #e8e8e8;
  position: absolute;
  left: 0;
  top: 7px;
  z-index: 1;
}
.index-box-2 .swiper-box .swiper-slide {
  text-align: center;
  padding: 0 15px;
}
.index-box-2 .swiper-box .swiper-slide.on a {
  font-size: 24px;
  color: #176db9;
}
.index-box-2 .swiper-box .swiper-slide:hover a {
  color: #176db9;
}
.index-box-2 .swiper-box .swiper-slide:hover a:before {
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
}
.index-box-2 .swiper-box .swiper-slide:hover a:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.index-box-2 .swiper-box a {
  position: relative;
  font-size: 16px;
  color: #666;
  line-height: 30px;
  display: inline-block;
  padding-top: 36px;
  transition: font-size 0.3s ease;
  -webkit-transition: font-size 0.3s ease;
  -moz-transition: font-size 0.3s ease;
  -ms-transition: font-size 0.3s ease;
  -o-transition: font-size 0.3s ease;
}
.index-box-2 .swiper-box a:before,
.index-box-2 .swiper-box a:after {
  content: "";
  border-radius: 50%;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: 50%;
  z-index: 10;
  transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
}
.index-box-2 .swiper-box a:after {
  width: 12px;
  height: 12px;
  top: 2px;
  margin-left: -6px;
  background-color: #176db9;
  border: solid 2px #ffffff;
}
.index-box-2 .swiper-box a:before {
  top: 0;
  width: 16px;
  height: 16px;
  margin-left: -8px;
  background-color: #fff;
  border: solid 4px #176db9;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
}
.index-box-2 .detail-box {
  position: relative;
}
.index-box-2 .swiper-slide-active .pic:before {
  opacity: 0;
}
.index-box-2 .swiper-slide-active .info:before {
  width: 100%;
}
.index-box-2 .swiper-slide-active .name,
.index-box-2 .swiper-slide-active .desc,
.index-box-2 .swiper-slide-active .index-btn {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.index-box-2 .swiper-slide:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.index-box-2 .pic {
  position: relative;
}
.index-box-2 .pic:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
}
.index-box-2 .info {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 10;
  width: 40%;
  border-left: 2px solid #176db9;
  padding: 42px 45px 50px 40px;
  box-shadow: 0px 0px 29px 2px rgba(13, 13, 13, 0.18);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.index-box-2 .info:before {
  content: "";
  width: 0;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
}
.index-box-2 .name,
.index-box-2 .desc,
.index-box-2 .index-btn {
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transform: translateY(50px);
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
}
.index-box-2 .name {
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  height: 36px;
  transition-delay: 0.2s;
}
.index-box-2 .desc {
  color: #666;
  line-height: 24px;
  margin: 22px auto 40px;
  transition-delay: 0.4s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  height: 96px;
}
.index-box-2 .index-btn {
  transition-delay: 0.6s;
}
.index-box-2 .swiper-btn {
  width: 56px;
  height: 56px;
  border: solid 2px rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  background-size: 9px;
}
.index-box-2 .prev {
  left: 14.49%;
  background-image: url(../img/iprev.png);
}
.index-box-2 .next {
  right: 14.49%;
  background-image: url(../img/inext.png);
}
.index-box-3 {
  position: relative;
  z-index: 3;
  padding-bottom: 240px;
  background-color: #f7f7f7;
  background-image: url(../img/index3bg.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
}
.index-box-3:before {
  content: "";
  background-image: url(../img/index3bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  left: 0;
  top: 230px;
  z-index: 0;
  width: 45.3125%;
}
.index-box-3 .main {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.index-box-3 .main li {
  background-color: #fff;
  margin-bottom: 20px;
  padding: 20px 20px 20px 30px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.index-box-3 .main li:last-child {
  margin-bottom: 0;
}
.index-box-3 .main li:hover {
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}
.index-box-3 .main li:hover .name {
  color: #176db9;
}
.index-box-3 .main li:hover .icon {
  background-image: url(../img/iright2.png);
}
.index-box-3 .main li a {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.index-box-3 .main li .pic {
  width: 41.55%;
}
.index-box-3 .main .info {
  width: 50.43%;
}
.index-box-3 .pic img:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.index-box-3 .left,
.index-box-3 .right {
  width: 48.7%;
}
.index-box-3 .right > .pic img {
  height: 420px;
  object-fit: cover;
}
.index-box-3 .right > .pic img:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.index-box-3 .right li {
  margin-top: 20px;
}
.index-box-3 .name,
.index-box-3 .desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index-box-3 .name {
  font-size: 18px;
  line-height: 28px;
  height: 56px;
}
.index-box-3 .desc {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  height: 48px;
  margin: 10px auto 14px;
}
.index-box-3 .bottom {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
}
.index-box-3 .date {
  font-size: 24px;
  color: #999;
  font-family: "mr";
  line-height: 24px;
}
.index-box-3 .icon {
  width: 8px;
  height: 13px;
  background-image: url(../img/iright.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
}
.index-box-4 {
  position: relative;
  z-index: 10;
  margin-top: -110px;
  padding-bottom: 140px;
}
.index-box-4:before {
  content: "";
  width: 100%;
  height: 110px;
  background: url(../img/index4bg.png) no-repeat center top;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background-size: cover;
}
.index-box-4 ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
}
.index-box-4 li {
  position: relative;
  width: 32.03125%;
  margin-right: 1.953125%;
}
.index-box-4 li:nth-child(-n+3) {
  margin-top: 0;
}
.index-box-4 li:nth-child(3n) {
  margin-right: 0;
}
.index-box-4 li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.index-box-4 li a {
  display: block;
}
.index-box-4 .pic img {
  height: 260px;
  object-fit: cover;
}
.index-box-4 .info {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  padding: 50px 48px 0;
}
.index-box-4 .name {
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
}
.index-box-4 .desc {
  color: #fff;
  margin-top: 15px;
}
.video-modal {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 40;
  width: 100%;
  overflow: hidden;
  display: none;
  background-color: #000;
}
.video-modal video {
  display: block;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: center bottom;
}
.video-modal .close {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #fff;
  background-image: url(../img/close.png);
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 1;
  background-size: 24px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.video-modal .close:hover {
  background-color: #176db9;
  background-image: url(../img/close2.png);
}
.page-banner-wrapper {
  position: relative;
  z-index: 5;
}
.page-banner-wrapper:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.page-banner-wrapper > img {
  display: block;
  width: 100%;
}
.page-banner-wrapper .info {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  height: 100%;
}
.page-banner-wrapper h1 {
  font-size: 48px;
  color: #fff;
  line-height: 56px;
  letter-spacing: 2px;
  font-weight: 700;
}
.page-banner-wrapper p {
  font-size: 16px;
  color: #fff;
  font-family: "mr";
  text-transform: uppercase;
  line-height: 24px;
  margin-top: 2px;
}
.breadcrumb-wrapper {
  width: calc(100% - 184px);
  margin: 0 auto;
  background: #fff;
  margin-top: -70px;
  position: relative;
  z-index: 10;
  line-height: 24px;
  padding: 40px 0 5px;
}
.breadcrumb-wrapper a {
  color: #999;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.breadcrumb-wrapper a img {
  margin-right: 6px;
}
.breadcrumb-wrapper a:hover {
  color: #176db9;
}
.breadcrumb-wrapper a:hover i {
  background-image: url(../img/home2.png);
}
.breadcrumb-wrapper a i {
  width: 16px;
  height: 16px;
  background-image: url(../img/home.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 8px;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
}
.breadcrumb-wrapper i,
.breadcrumb-wrapper img {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.breadcrumb-wrapper a,
.breadcrumb-wrapper span {
  display: inline-block;
  font-size: 16px;
}
.breadcrumb-wrapper .icon {
  font-family: "宋体";
  color: #999;
  margin: 0 8px;
  font-weight: 700;
}
.breadcrumb-wrapper span img {
  margin-left: 8px;
}
.breadcrumb-wrapper .drow-box {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.breadcrumb-wrapper .drow-box.on .span:after {
  transform: rotate(180deg);
}
.breadcrumb-wrapper .drow-box .span {
  position: relative;
  cursor: pointer;
  padding-right: 17px;
}
.breadcrumb-wrapper .drow-box .span:after {
  content: "";
  width: 9px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  background-image: url(../img/idown.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.breadcrumb-wrapper .drow-box .span img {
  display: none;
}
.breadcrumb-wrapper .child {
  min-width: 160px;
  padding: 10px;
  position: absolute;
  top: 35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  text-align: center;
  border: 1px solid #e5e5e5;
  display: none;
}
.breadcrumb-wrapper .child a {
  display: block;
  color: #666;
  font-size: 15px;
  padding: 10px 0;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.breadcrumb-wrapper .child a:hover {
  color: #176db9;
}
.padding {
  padding: 120px 0;
}
.mt {
  margin-top: 120px;
}
.page-box {
  position: relative;
  padding: 120px 0;
}
.page-box.npt {
  padding-top: 0;
}
.page-box.animated:before,
.page-box.animated:after {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.page-box.nobg:before,
.page-box.nobg:after {
  display: none;
}
.page-box:before,
.page-box:after {
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 2.5s ease;
  -webkit-transition: all 2.5s ease;
  -moz-transition: all 2.5s ease;
  -ms-transition: all 2.5s ease;
  -o-transition: all 2.5s ease;
  opacity: 0;
  visibility: hidden;
}
.page-box:before {
  left: calc((100% - 1536px) / 2);
  top: 81px;
  background-image: url(../img/pagebg.png);
  background-position: left top;
  width: 462px;
  height: 143px;
  margin-left: 104px;
  transform: translateX(-150px);
  -webkit-transform: translateX(-150px);
  -moz-transform: translateX(-150px);
  -ms-transform: translateX(-150px);
  -o-transform: translateX(-150px);
}
.page-box:after {
  right: calc((100% - 1536px) / 2);
  top: 6px;
  background-image: url(../img/pagebg2.png);
  width: 296px;
  height: 55px;
  transform-origin: right top;
  transform: translateX(150px);
  -webkit-transform: translateX(150px);
  -moz-transform: translateX(150px);
  -ms-transform: translateX(150px);
  -o-transform: translateX(150px);
  transition-delay: 0.3s;
}
.page-cat-box {
  font-size: 0;
  text-align: center;
  padding-top: 57px;
  margin-bottom: 60px;
}
.page-cat-box a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #000;
  line-height: 24px;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  padding-bottom: 10px;
  margin-right: 78px;
}
.page-cat-box a:last-child {
  margin-right: 0;
}
.page-cat-box a.on {
  color: #176db9;
}
.page-cat-box a.on:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.page-cat-box a:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #176db9;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}
.honor-box ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
}
.honor-box li,
.honor-box .swiper-slide {
  position: relative;
  width: 23.047%;
  box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.05);
  padding: 14px 24px 28px;
  background-color: #fff;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.honor-box li:hover,
.honor-box .swiper-slide:hover {
  box-shadow: 0px 0px 27px 0px rgba(23, 109, 185, 0.05);
}
.honor-box li:hover .line_t,
.honor-box .swiper-slide:hover .line_t,
.honor-box li:hover .line_b,
.honor-box .swiper-slide:hover .line_b {
  width: 100%;
}
.honor-box li:hover .line_r,
.honor-box .swiper-slide:hover .line_r,
.honor-box li:hover .line_l,
.honor-box .swiper-slide:hover .line_l {
  height: 100%;
}
.honor-box li {
  cursor: pointer;
  border: solid 1px #e9e9e9;
  margin-right: 2.604%;
  margin-top: 2.604%;
}
.honor-box .swiper-slide {
  height: auto;
}
.honor-box .pic {
  padding: 0 2px;
}
.honor-box .pic img {
  height: 240px;
  object-fit: contain;
}
.honor-box .info {
  line-height: 24px;
  margin-top: 18px;
}
.honor-box .name {
  font-size: 16px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.honor-box .date {
  color: #858585;
  font-family: Arial;
  margin-top: 4px;
}
.honor-box .line {
  position: absolute;
  background: #176db9;
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.line_t {
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
}
.line_r {
  top: 0;
  right: 0;
  width: 2px;
  height: 0;
}
.line_b {
  right: 0;
  bottom: 0;
  height: 2px;
  width: 0;
}
.line_l {
  bottom: 0;
  left: 0;
  width: 2px;
  height: 0;
}
.description {
  font-size: 16px;
  color: #666;
  text-align: center;
  line-height: 28px;
  width: 830px;
  margin: 0 auto 34px;
}
.more {
  font-size: 16px;
  color: #176db9;
  font-family: "mr";
  text-transform: uppercase;
}
.more:hover i {
  transform: translateX(10px);
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
}
.more i {
  display: inline-block;
  width: 6px;
  height: 12px;
  vertical-align: middle;
  position: relative;
  top: -1px;
  background-image: url(../img/iright3.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  margin-left: 8px;
}
.business-box ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
}
.business-box li {
  position: relative;
  width: 31.9%;
  margin-right: 2.15%;
  margin-top: 43px;
}
.business-box li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.business-box li:hover .name {
  color: #176db9;
}
.business-box li:hover a:after {
  width: 100%;
}
.business-box li a {
  position: relative;
  display: block;
  background-color: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.16);
}
.business-box li a:after {
  content: "";
  width: 0;
  height: 4px;
  background-color: #176db9;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  transition: width 0.5s ease;
  -webkit-transition: width 0.5s ease;
  -moz-transition: width 0.5s ease;
  -ms-transition: width 0.5s ease;
  -o-transition: width 0.5s ease;
}
.business-box .pic img {
  height: 220px;
  object-fit: cover;
}
.business-box .info {
  line-height: 24px;
  padding: 30px 40px 44px;
}
.business-box .name {
  font-size: 24px;
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.business-box .brief {
  color: #666;
  height: 72px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin: 14px auto 25px;
  text-align: justify;
}
.businessinfo-wrapper {
  padding-bottom: 0!important;
}
.businessinfo-wrapper .caption {
  color: #fff;
  line-height: 48px;
  font-weight: 700;
  font-size: 36px;
  text-align: center;
  margin-bottom: 42px;
}
.businessinfo-wrapper .box-1 .box-container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.businessinfo-wrapper .box-1 .info {
  width: 38.7%;
}
.businessinfo-wrapper .box-1 .swiper {
  width: 50%;
}
.businessinfo-wrapper .box-1 .swiper-container {
  border-radius: 10px;
}
.businessinfo-wrapper .box-1 .index-title-box {
  padding: 0;
  text-align: left;
  margin-bottom: 26px;
}
.businessinfo-wrapper .desc {
  font-size: 18px;
  color: #666;
}
.businessinfo-wrapper .swiper-slide {
  overflow: hidden;
  border-radius: 10px;
}
.businessinfo-wrapper .swiper-slide.swiper-slide-active img {
  opacity: 1;
  visibility: visible;
}
.businessinfo-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 2s ease;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -ms-transition: all 2s ease;
  -o-transition: all 2s ease;
}
.businessinfo-wrapper .swiper-slide img:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.businessinfo-wrapper .swiper-pagination {
  display: block;
  bottom: 30px;
  font-size: 0;
  text-align: left;
  padding: 0 30px;
}
.businessinfo-wrapper .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: #fff;
  margin: 0 5px;
  width: 8px;
  height: 8px;
  border: none;
  transition: width 0.3s ease;
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  -ms-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
}
.businessinfo-wrapper .swiper-pagination .swiper-pagination-bullet:focus,
.businessinfo-wrapper .swiper-pagination .swiper-pagination-bullet:active,
.businessinfo-wrapper .swiper-pagination .swiper-pagination-bullet:link {
  outline: none;
}
.businessinfo-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #176db9;
}
.businessinfo-wrapper .box-2 {
  background: url(../img/businessinfobg.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}
.businessinfo-wrapper .box-2 ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.businessinfo-wrapper .box-2 li {
  text-align: center;
  width: 49.35%;
  margin-top: 1.3%;
  background-color: #fff;
  border-radius: 10px;
  padding: 54px;
}
.businessinfo-wrapper .box-2 li:hover .icon {
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
}
.businessinfo-wrapper .box-2 li:nth-child(-n+2) {
  margin-top: 0;
}
.businessinfo-wrapper .box-2 .desc {
  text-align: center;
  margin-top: 42px;
}
.businessinfo-wrapper .box-2 .icon {
  width: 60px;
  display: block;
  margin: 0 auto;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}
.info-wrapper {
  padding-bottom: 0!important;
}
.info-wrapper .base h2 {
  color: #000;
  font-size: 42px;
  line-height: 48px;
  font-weight: 700;
}
.info-wrapper .right {
  margin-top: 40px;
}
.info-wrapper .right .content:first-child {
  margin-bottom: 35px;
}
.info-wrapper .caption {
  font-size: 18px;
  color: #176db9;
  line-height: 30px;
  margin-bottom: 3px;
}
.info-wrapper .address {
  font-size: 16px;
  color: #666;
  line-height: 24px;
  margin-top: 10px;
}
.info-wrapper .return {
  display: block;
  margin-top: 54px;
  width: 168px;
  line-height: 44px;
  font-size: 16px;
  color: #666;
  text-align: center;
  border-radius: 50px;
  border: 1px solid #dfdfdf;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  margin-left: auto;
  margin-right: auto;
}
.info-wrapper .return:hover {
  background-color: #176db9;
  color: #fff;
  border-color: #176db9;
}
.info-wrapper .return:hover i {
  background-image: url(../img/return2.png);
}
.info-wrapper .return i {
  display: inline-block;
  position: relative;
  top: -1px;
  width: 14px;
  height: 12px;
  margin-right: 6px;
  background-image: url(../img/return.png);
}
.info-wrapper .swiper-box .pic:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.info-wrapper .box-2 {
  background-color: #f8f8f8;
}
.info-wrapper .box-2 .index-title-box {
  padding-top: 0;
}
.info-wrapper .swiper-pagination {
  display: block;
  bottom: 30px;
  font-size: 0;
}
.info-wrapper .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: #fff;
  margin: 0 10px;
  width: 10px;
  height: 10px;
  border: none;
  transition: width 0.3s ease;
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  -ms-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
}
.info-wrapper .swiper-pagination .swiper-pagination-bullet:focus,
.info-wrapper .swiper-pagination .swiper-pagination-bullet:active,
.info-wrapper .swiper-pagination .swiper-pagination-bullet:link {
  outline: none;
}
.info-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #176db9;
}
.result-wrapper .base {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 70px;
}
.result-wrapper .index-title-box {
  padding-top: 0;
  text-align: left;
  width: 30%;
}
.result-wrapper .desc {
  width: 66.66%;
  line-height: 36px;
  color: #666;
}
.news-wrapper li,
.news-box li {
  margin-bottom: 40px;
  background-color: #fff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.16);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.news-wrapper li:hover,
.news-box li:hover {
  background-color: #176db9;
}
.news-wrapper li:hover .date,
.news-box li:hover .date,
.news-wrapper li:hover .title,
.news-box li:hover .title {
  color: #fff;
}
.news-wrapper li:hover .brief,
.news-box li:hover .brief {
  color: #90bbe0;
}
.news-wrapper li:hover .more,
.news-box li:hover .more {
  color: #ffff;
}
.news-wrapper li:hover .more i,
.news-box li:hover .more i {
  background-image: url(../img/iright4.png);
}
.news-wrapper li:hover .pic img,
.news-box li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.news-wrapper li:last-child,
.news-box li:last-child {
  margin-bottom: 0;
}
.news-wrapper li a,
.news-box li a {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
}
.news-wrapper .date,
.news-box .date,
.news-wrapper .title,
.news-box .title,
.news-wrapper .brief,
.news-box .brief,
.news-wrapper .more,
.news-box .more {
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.news-wrapper .pic,
.news-box .pic {
  width: 31.38%;
}
.news-wrapper .pic img,
.news-box .pic img {
  height: 206px;
  object-fit: cover;
}
.news-wrapper .info,
.news-box .info {
  padding-left: 40px;
  flex: 1;
  overflow: hidden;
  padding-right: 106px;
  padding-top: 0;
}
.news-wrapper .date,
.news-box .date {
  font-size: 18px;
  color: #666;
  font-weight: 700;
  line-height: 20px;
}
.news-wrapper .title,
.news-box .title {
  font-size: 22px;
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin: 4px auto 13px;
}
.news-wrapper .brief,
.news-box .brief {
  color: #666;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  height: 20px;
  margin-bottom: 24px;
  text-align: justify;
}
.newsinfo-wrapper {
  padding-top: 98px;
}
.newsinfo-wrapper .main {
  width: 1000px;
  margin: 0 auto;
}
.newsinfo-wrapper .top h1 {
  font-size: 36px;
  color: #000;
  line-height: 48px;
  font-family: 思源黑体 CN MEDIUM;
  margin: 12px auto 30px;
}
.newsinfo-wrapper .top .other {
  text-align: center;
}
.newsinfo-wrapper .top .other span {
  font-size: 14px;
  color: #999;
  line-height: 36px;
  height: 36px;
  margin-left: 22px;
}
.newsinfo-wrapper .top .other span:first-child {
  margin-left: 0;
}
.newsinfo-wrapper .top .other span img {
  position: relative;
  top: 2px;
  margin-right: 4px;
}
.newsinfo-wrapper .top .other .share-box {
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
}
.newsinfo-wrapper .top .other .share-box a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #ccc;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
}
.newsinfo-wrapper .top .other .share-box a:last-child {
  margin-right: 0;
}
.newsinfo-wrapper .top .other .share-box a:hover {
  background-color: #176db9;
}
.newsinfo-wrapper .top .other .share-box a img {
  display: block;
  width: 36px;
}
.newsinfo-wrapper .date {
  font-size: 18px;
  font-weight: 700;
  color: #176db9;
  line-height: 20px;
}
.newsinfo-wrapper .content {
  font-size: 16px;
  line-height: 30px;
  border: 1px solid #e9e9e9;
  border-left: none;
  border-right: none;
  padding: 40px 0 60px;
}
.newsinfo-wrapper .relative-box {
  position: relative;
  margin-top: 30px;
}
.newsinfo-wrapper .relative-box p {
  line-height: 30px;
  margin-top: 12px;
}
.newsinfo-wrapper .relative-box p:first-child {
  margin-top: 0;
}
.newsinfo-wrapper .relative-box p,
.newsinfo-wrapper .relative-box p a {
  font-size: 14px;
}
.newsinfo-wrapper .relative-box p {
  color: #999;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  padding-right: 180px;
}
.newsinfo-wrapper .relative-box p:hover a {
  color: #176db9;
}
.newsinfo-wrapper .relative-box p a {
  max-width: 80%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.newsinfo-wrapper .relative-box p a,
.newsinfo-wrapper .relative-box p span {
  color: #333;
  margin-left: 16px;
}
.newsinfo-wrapper .return {
  display: block;
  position: absolute;
  right: 0;
  top: 10px;
  z-index: 10;
  width: 135px;
  line-height: 49px;
  background-color: #f3f3f3;
  border-radius: 5px;
  color: #666;
  text-align: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.newsinfo-wrapper .return:hover {
  background-color: #176db9;
  color: #fff;
  border-color: #176db9;
}
.newsinfo-wrapper .return:hover i {
  background-image: url(../img/return2.png);
}
.newsinfo-wrapper .return i {
  display: inline-block;
  position: relative;
  top: -1px;
  width: 14px;
  height: 12px;
  margin-right: 6px;
  background-image: url(../img/return.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.base-wrapper .tips {
  font-size: 12px;
  color: #999;
  line-height: 24px;
  text-align: right;
  margin-bottom: 22px;
}
.base-wrapper .tips.phone {
  display: none;
}
.base-wrapper .stock-box {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 80px;
}
.base-wrapper .left {
  width: 35.15%;
}
.base-wrapper .title {
  font-size: 30px;
  line-height: 36px;
}
.base-wrapper .number {
  color: #f73131;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "mm";
  height: 60px;
  line-height: 60px;
  margin-top: 36px;
}
.base-wrapper .number.down {
  color: #0ebe98;
}
.base-wrapper .number.down i {
  background-image: url(../img/i-down.png);
}
.base-wrapper .number span {
  font-size: 72px;
  margin-right: 5px;
}
.base-wrapper .number i {
  display: inline-block;
  width: 14px;
  height: 17px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 8px;
  background-image: url(../img/i-up.png);
}
.base-wrapper .right {
  width: 57.29%;
}
.base-wrapper .right p {
  font-size: 16px;
  color: #666;
  line-height: 24px;
  margin-bottom: 15px;
}
.base-wrapper .right ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.base-wrapper .right li {
  width: 21.13%;
  border-right: 1px solid #f0f1f2;
  padding-right: 20px;
}
.base-wrapper .right li:last-child {
  width: auto;
  border-right: none;
  padding-right: 0;
}
.base-wrapper .right .num {
  font-size: 36px;
  color: #666;
  font-family: "mm";
  line-height: 30px;
}
.base-wrapper .cat-box {
  position: relative;
  font-size: 0;
  margin-bottom: 60px;
}
.base-wrapper .cat-box:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #176db9;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  background-color: #f2f2f2;
}
.base-wrapper .cat-box a {
  position: relative;
  display: inline-block;
  font-size: 24px;
  color: #000;
  line-height: 30px;
  padding-bottom: 26px;
  margin-right: 82px;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  font-family: "mr";
}
.base-wrapper .cat-box a:last-child {
  margin-right: 0;
}
.base-wrapper .cat-box a.on {
  color: #176db9;
}
.base-wrapper .cat-box a.on:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.base-wrapper .cat-box a:after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #176db9;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}
.service-wrapper .item {
  display: none;
}
.service-wrapper table {
  width: 100%;
  box-shadow: 0px 0px 27px 0px rgba(23, 109, 185, 0.18);
}
.service-wrapper table tr:nth-child(even) td:nth-child(2) {
  background-color: #f0f4f8;
}
.service-wrapper table td {
  font-size: 18px;
  color: #000;
  width: 79.167%;
  border: 1px solid #fff;
  padding: 26px 40px;
  height: 85px;
  line-height: 30px;
  vertical-align: top;
  text-align: justify;
}
.service-wrapper table td:first-child {
  width: 20.832%;
  color: #fff;
  background-color: #176db9;
  border-color: rgba(255, 255, 255, 0.2);
}
.service-wrapper table td:nth-child(2) {
  padding-right: 29.7%;
}
.service-wrapper .item > ul > li {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  margin-bottom: 30px;
  box-shadow: 0px 0px 27px 0px rgba(23, 109, 185, 0.18);
}
.service-wrapper .item > ul > li:last-child {
  margin-bottom: 0;
}
.service-wrapper .item > ul > li:nth-child(odd) {
  flex-direction: row-reverse;
}
.service-wrapper .item > ul > li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.service-wrapper .pic,
.service-wrapper .info {
  width: 50%;
}
.service-wrapper .info {
  padding: 58px 52px 0;
}
.service-wrapper .name {
  font-size: 24px;
  color: #000;
  font-weight: 700;
  line-height: 30px;
}
.service-wrapper .level {
  font-size: 18px;
  color: #176db9;
  line-height: 24px;
  margin: 4px auto 18px;
}
.service-wrapper .desc,
.service-wrapper .desc a {
  font-size: 16px;
  color: #666;
}
.service-wrapper .desc {
  line-height: 30px;
}
.service-wrapper .desc a {
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.service-wrapper .desc a:hover {
  color: #176db9;
}
.advice-box li {
  position: relative;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  height: 90px;
  align-items: center;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  padding: 0 30px 0 34px;
  margin-bottom: 20px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.advice-box li:last-child {
  margin-bottom: 0;
}
.advice-box li:hover {
  background-color: #176db9;
}
.advice-box li:hover .date {
  color: #5f9cd2;
}
.advice-box li:hover a {
  color: #fff;
}
.advice-box li:hover a:after {
  background-image: url(../img/pdf2.png);
}
.advice-box li a {
  position: relative;
  flex: 1;
  line-height: 42px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 18px;
  padding-right: 140px;
  transition: color 0.5s ease;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  margin-left: 80px;
  text-transform: uppercase;
}
.advice-box li a:after {
  content: "";
  width: 30px;
  height: 100%;
  background-image: url(../img/pdf.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.advice-box .date {
  font-size: 18px;
  color: #ccc;
  line-height: 24px;
  font-family: "mr";
  transition: color 0.5s ease;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
}
.report-wrapper .caption {
  font-size: 36px;
  color: #000;
  text-align: center;
  line-height: 48px;
  margin-bottom: 32px;
}
.report-wrapper .item {
  display: none;
}
.report-wrapper table {
  width: 100%;
  margin-bottom: 30px;
  box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.09);
}
.report-wrapper table:last-child {
  margin-bottom: 0;
}
.report-wrapper table tr {
  background-color: #f1f4f6;
}
.report-wrapper table tr:first-child td {
  padding-left: 0;
  padding-right: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  background-color: #176db9;
}
.report-wrapper table tr:first-child td:first-child {
  text-align: center;
}
.report-wrapper table tr:nth-child(even) {
  background-color: #fff;
}
.report-wrapper table td {
  width: 16.6675%;
  font-family: "mr";
  text-align: center;
  font-size: 18px;
  color: #000;
  height: 90px;
  line-height: 30px;
  padding: 0 38px;
}
.report-wrapper table td:first-child {
  width: 33.33%;
  text-align: left;
}
.job-wrapper .index-title-box {
  padding-top: 0;
}
.job-wrapper .box > .top {
  background-color: #135aa3;
}
.job-wrapper .box > .top div {
  color: #fff;
}
.job-wrapper .box > .top .icon {
  border-left-color: transparent;
}
.job-wrapper .box > .top .icon i {
  display: none;
}
.job-wrapper .top {
  height: 90px;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  cursor: default;
  align-items: center;
  padding-left: 50px;
}
.job-wrapper .top div {
  font-size: 18px;
  color: #666;
  width: 16.52%;
  padding-right: 20px;
}
.job-wrapper .top div.name {
  width: 20.38%;
}
.job-wrapper .top div.address {
  width: 21.67%;
}
.job-wrapper .top div.icon {
  width: 90px;
  height: 90px;
  border-left: 1px solid #e7f0f8;
  padding-right: 0;
}
.job-wrapper .icon {
  position: relative;
  cursor: pointer;
}
.job-wrapper .icon i {
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -7px;
  margin-left: -7px;
  z-index: 1;
}
.job-wrapper .icon i:before,
.job-wrapper .icon i:after {
  content: "";
  position: absolute;
  background-color: #a5abb0;
  z-index: 1;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}
.job-wrapper .icon i:before {
  width: 100%;
  height: 2px;
  top: 50%;
  margin-top: -1px;
}
.job-wrapper .icon i:after {
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -1px;
}
.job-wrapper li {
  margin-top: 20px;
}
.job-wrapper li .top {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  box-shadow: 0px 0px 27px 0px rgba(23, 109, 185, 0.18);
}
.job-wrapper li .top:hover:after,
.job-wrapper li .top.on:after {
  background-color: #176db9;
}
.job-wrapper li .top.on .icon i:before,
.job-wrapper li .top.on .icon i:after {
  background-color: #176db9;
}
.job-wrapper li .top.on .icon i:after {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.job-wrapper li .top.on .btn {
  background-color: #176db9;
}
.job-wrapper li .top:before,
.job-wrapper li .top:after {
  content: "";
  width: 4px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: #135aa3;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.job-wrapper li div span {
  display: none;
}
.job-wrapper li div.name {
  color: #010101;
}
.job-wrapper .name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 60px;
}
.job-wrapper .title {
  font-size: 18px;
  line-height: 30px;
}
.job-wrapper .detail {
  display: none;
  padding: 43px 50px 36px;
}
.job-wrapper .content {
  font-size: 16px;
  margin-bottom: 30px;
}
.job-wrapper .content:last-child {
  margin-bottom: 0;
}
.job-wrapper .content > a {
  font-size: 16px;
}
.job-wrapper .content > a:hover {
  color: #135aa3;
  text-decoration: underline;
}
.bidding-wrapper .index-title-box {
  padding-top: 0;
}
.bidding-wrapper .advice-box li:hover a:after {
  background-image: url(../img/download2.png);
}
.bidding-wrapper .advice-box li:hover .date {
  color: #fff;
}
.bidding-wrapper .advice-box li a {
  font-size: 16px;
  margin-left: 30px;
}
.bidding-wrapper .advice-box li a:after {
  width: 30px;
  background-image: url(../img/download.png);
}
.bidding-wrapper .advice-box .date {
  color: #176db9;
  font-family: Arial;
  font-size: 14px;
  font-weight: 700;
}
.contact-wrapper {
  padding-bottom: 0!important;
}
.contact-wrapper .index-title-box {
  padding-top: 0;
}
.contact-wrapper .box-container ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.contact-wrapper .box-container li {
  width: 25%;
  text-align: center;
  padding: 0 90px;
  line-height: 30px;
}
.contact-wrapper .box-container li:hover .icon {
  transform: rotateY(-180deg);
}
.contact-wrapper .icon {
  display: block;
  width: 120px;
  margin: 0 auto;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}
.contact-wrapper .title {
  font-size: 18px;
  color: #000;
  font-weight: 700;
  margin: 20px auto 6px;
}
.contact-wrapper .desc {
  color: #666;
  line-height: 24px;
  font-family: "mr";
  text-align: center;
}
.contact-wrapper .map {
  margin-top: 106px;
  position: relative;
  overflow: hidden;
  height: 640px;
}
.contact-wrapper .map .img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-wrapper .info {
  position: absolute;
  left: 14.375%;
  top: 50%;
  width: 29.68%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 10;
  padding: 63px 80px 80px;
  background-color: #fff;
  box-shadow: 0px 0px 30px 0px rgba(158, 165, 177, 0.3);
}
.contact-wrapper .name {
  font-size: 36px;
  color: #000;
  font-weight: 700;
  line-height: 48px;
}
.contact-wrapper .address {
  font-size: 18px;
  color: #666;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  min-height: 60px;
  margin: 20px auto 60px;
  text-align: justify;
}
.contact-wrapper .go {
  display: block;
  width: 219px;
  line-height: 52px;
  background-color: #fff;
  border-radius: 5px;
  border: solid 2px rgba(23, 109, 185, 0.2);
  color: #176db9;
  font-weight: 700;
  padding: 0 22px 0 26px;
  transition: border 0.3s ease;
  -webkit-transition: border 0.3s ease;
  -moz-transition: border 0.3s ease;
  -ms-transition: border 0.3s ease;
  -o-transition: border 0.3s ease;
  background-image: url(../img/icon.png);
  background-repeat: no-repeat;
  background-position: right 22px center;
}
.contact-wrapper .go:hover {
  border-color: #176db9;
}
.msg-wrapper {
  /* input placeholder  */
}
.msg-wrapper .index-title-box {
  padding-top: 0;
}
.msg-wrapper .main {
  width: 1008px;
  margin: 0 auto;
}
.msg-wrapper .form {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.msg-wrapper .group {
  width: 49.4%;
  margin-top: 12px;
}
.msg-wrapper .group.max {
  width: 100%;
}
.msg-wrapper .group:last-child {
  margin-top: 0;
}
.msg-wrapper .text,
.msg-wrapper .msg {
  width: 100%;
  background-color: #f2f5f8;
  border-radius: 5px;
  padding-left: 30px;
  padding-right: 30px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.msg-wrapper .text:focus,
.msg-wrapper .msg:focus {
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.msg-wrapper .text {
  line-height: 55px;
}
.msg-wrapper .msg {
  resize: none;
  font-family: "微软雅黑";
  line-height: 30px;
  height: 95px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.msg-wrapper ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
  font-size: 14px;
}
.msg-wrapper :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
  font-size: 14px;
}
.msg-wrapper ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  font-size: 14px;
}
.msg-wrapper :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
  font-size: 14px;
}
.msg-wrapper .submit {
  display: block;
  width: 208px;
  line-height: 50px;
  background-color: #176db9;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  margin: 50px auto 0;
  font-weight: 700;
  transition: background 0.4s ease;
  -webkit-transition: background 0.4s ease;
  -moz-transition: background 0.4s ease;
  -ms-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
}
.msg-wrapper .submit:hover {
  background-color: #135aa3;
}
.about-wrapper {
  padding: 0!important;
}
.about-wrapper .index-title-box {
  padding-top: 0;
}
.about-wrapper .base {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.about-wrapper .base .index-title-box {
  text-align: left;
}
.about-wrapper .base .info {
  width: 43.95%;
  padding-left: calc((100% - 1536px) / 2);
}
.about-wrapper .base .pic {
  width: 50%;
}
.about-wrapper .base .content {
  font-size: 16px;
}
.about-wrapper .data {
  padding: 150px 0;
  background: url(../img/about2bg.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}
.about-wrapper .data em,
.about-wrapper .data p {
  color: #fff;
}
.about-wrapper .data .num {
  color: #fff;
}
.about-wrapper .data em i {
  background-image: url(../img/plus2.png);
}
.about-wrapper .box-2 {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.about-wrapper .box-2 canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.about-wrapper .box-2 .detail-box .detail-swiper > .swiper-wrapper > .swiper-slide {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.about-wrapper .box-2 .pic,
.about-wrapper .box-2 .info {
  width: 50%;
}
.about-wrapper .box-2 .pic:hover > img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.about-wrapper .box-2 .pic img {
  height: 416px;
  object-fit: contain;
}
.about-wrapper .box-2 .info {
  padding-left: 80px;
  padding-top: 32px;
}
.about-wrapper .box-2 .name {
  font-size: 72px;
  color: #176db9;
  line-height: 72px;
  font-family: "mb";
  margin-bottom: 36px;
}
.about-wrapper .box-2 .desc {
  font-size: 18px;
}
.about-wrapper .box-2 .detail-box,
.about-wrapper .box-2 .swiper-container {
  width: 100%;
}
.about-wrapper .box-2 .year-box {
  position: relative;
  width: 100%;
  margin-top: 63px;
}
.about-wrapper .box-2 .year-box .swiper-container {
  padding-bottom: 24px;
}
.about-wrapper .box-2 .year-box:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #dfdfdf;
  position: absolute;
  left: 0;
  top: 42px;
  z-index: 0;
}
.about-wrapper .box-2 .year-box .index-title-box {
  display: none;
  width: 100%;
}
.about-wrapper .box-2 .year-box .box-container {
  position: relative;
  padding: 0 156px;
}
.about-wrapper .box-2 .year-box .swiper-slide {
  cursor: pointer;
}
.about-wrapper .box-2 .year-box .swiper-slide.on .year {
  font-size: 24px;
  color: #176db9;
  font-family: "mb";
}
.about-wrapper .box-2 .year-box .swiper-slide.on .dot:after {
  opacity: 0;
  visibility: hidden;
}
.about-wrapper .box-2 .year-box .swiper-slide.on .dot:before {
  display: block;
  background-color: rgba(23, 109, 185, 0.5);
}
.about-wrapper .box-2 .year-box .swiper-slide.on .dot i {
  opacity: 1;
  visibility: visible;
  background-color: rgba(23, 109, 185, 0.5);
}
.about-wrapper .box-2 .year-box .swiper-slide.on .dot i:before {
  background-color: #176db9;
}
.about-wrapper .box-2 .year-box .swiper-slide:hover .year,
.about-wrapper .box-2 .year-box .swiper-slide.on .year {
  color: #176db9;
}
.about-wrapper .box-2 .year-box .swiper-slide:hover .dot:before,
.about-wrapper .box-2 .year-box .swiper-slide.on .dot:before {
  animation: iconScale 2s ease infinite;
}
.about-wrapper .box-2 .year {
  font-size: 18px;
  line-height: 30px;
  font-family: "mr";
  text-align: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.about-wrapper .box-2 .dot {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
}
.about-wrapper .box-2 .dot:after {
  content: "";
  width: 11px;
  height: 11px;
  background-color: #dfdfdf;
  border: solid 2px #fff;
  box-sizing: border-box;
  border-radius: 50%;
  position: absolute;
  left: 7px;
  top: 7px;
  z-index: 10;
}
.about-wrapper .box-2 .dot:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
  display: none;
}
.about-wrapper .box-2 .dot i {
  display: block;
  width: 17px;
  height: 17px;
  margin: 0 auto;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  position: relative;
  top: 4px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
.about-wrapper .box-2 .dot i:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  left: 5px;
  top: 5px;
  z-index: 10;
}
.about-wrapper .box-2 .swiper-btn {
  top: auto;
  transform: none;
  bottom: 14px;
}
.about-wrapper .box-2 .prev {
  left: 0;
  background-image: url(../img/prev2.png);
}
.about-wrapper .box-2 .prev:hover {
  background-image: url(../img/prev3.png);
}
.about-wrapper .box-2 .next {
  right: 0;
  background-image: url(../img/next2.png);
}
.about-wrapper .box-2 .next:hover {
  background-image: url(../img/next3.png);
}
.about-wrapper .box-2 .detail-box .detail-swiper > .swiper-wrapper > .swiper-slide {
  display: none;
}
.about-wrapper .box-2 .detail-box .detail-swiper > .swiper-wrapper > .swiper-slide.on {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.about-wrapper .box-2 .detail-box .detail-swiper > .swiper-wrapper > .swiper-slide.on .pic,
.about-wrapper .box-2 .detail-box .detail-swiper > .swiper-wrapper > .swiper-slide.on .info {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.about-wrapper .box-2 .detail-box .detail-swiper > .swiper-wrapper > .swiper-slide.on .pic {
  animation: fadeInLeft50 0.5s ease;
}
.about-wrapper .box-2 .detail-box .detail-swiper > .swiper-wrapper > .swiper-slide.on .info {
  animation: fadeInRight50 0.5s ease;
}
.about-wrapper .box-2 .detail-box .swiper-slide.swiper-slide-active img {
  opacity: 1;
  visibility: visible;
}
.about-wrapper .box-2 .detail-box .swiper-slide > img {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
}
.about-wrapper .box-2 .pic .swiper-pagination {
  display: block;
  bottom: 20px;
  font-size: 0;
}
.about-wrapper .box-2 .pic .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: none;
  margin: 0 5px;
  width: 10px;
  height: 10px;
  border: 1px solid #176db9;
  transition: width 0.3s ease;
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  -ms-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
}
.about-wrapper .box-2 .pic .swiper-pagination .swiper-pagination-bullet:focus,
.about-wrapper .box-2 .pic .swiper-pagination .swiper-pagination-bullet:active,
.about-wrapper .box-2 .pic .swiper-pagination .swiper-pagination-bullet:link {
  outline: none;
}
.about-wrapper .box-2 .pic .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #176db9;
}
.about-wrapper .swiper-btn {
  width: 48px;
  height: 48px;
}
.about-wrapper .box-3 {
  background: url(../img/about4bg.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}
.about-wrapper .box-3 .swiper-btn {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  background-size: 12px;
}
.about-wrapper .box-3 .swiper-btn:hover {
  background-color: #176db9;
}
.about-wrapper .box-3 .swiper-btn:hover:before {
  opacity: 1;
}
.about-wrapper .box-3 .swiper-btn:before {
  content: "";
  width: 12px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 10;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.5;
  margin-left: -6px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.about-wrapper .box-3 .prev {
  left: -100px;
}
.about-wrapper .box-3 .prev:before {
  background-image: url(../img/iprev2.png);
}
.about-wrapper .box-3 .next {
  right: -100px;
}
.about-wrapper .box-3 .next:before {
  background-image: url(../img/inext2.png);
}
.about-wrapper .box-4 ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
}
.about-wrapper .box-4 li {
  position: relative;
  width: 32.031%;
  margin-right: 1.9535%;
  margin-top: 1.9535%;
}
.about-wrapper .box-4 li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.about-wrapper .box-4 .pic {
  position: relative;
}
.about-wrapper .box-4 .pic:before {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: url(../img/shadow.png) repeat-x left bottom;
}
.about-wrapper .box-4 .name {
  font-size: 24px;
  color: #fff;
  line-height: 30px;
  padding: 0 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
  left: 0;
  bottom: 25px;
  width: 100%;
  z-index: 10;
}
.about-wrapper .box-5 {
  background: url(../img/about6bg.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}
.about-wrapper .box-5 ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.about-wrapper .box-5 li {
  text-align: center;
  width: 49.35%;
  margin-top: 1.3%;
  background-color: #fff;
  border-radius: 10px;
  padding: 54px;
}
.about-wrapper .box-5 li:hover .icon {
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
}
.about-wrapper .box-5 li:nth-child(-n+2) {
  margin-top: 0;
}
.about-wrapper .box-5 .icon {
  width: 60px;
  display: block;
  margin: 0 auto;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}
.about-wrapper .box-5 .name {
  font-size: 24px;
  color: #666;
  line-height: 30px;
  margin: 32px auto 5px;
}
.about-wrapper .box-5 .brief {
  font-size: 36px;
  color: #333;
  line-height: 48px;
}
.about-wrapper .box-6 {
  padding: 166px 0 234px;
  background: url(../img/about7bg.jpg) no-repeat center right;
  background-size: cover;
}
.about-wrapper .box-6 .index-title-box {
  text-align: left;
  padding-bottom: 26px;
}
.about-wrapper .box-6 .info {
  width: 50%;
}
.about-wrapper .box-6 .desc {
  color: #666;
}
.search-wrapper .cat-box {
  margin-bottom: 60px;
  text-align: center;
  font-size: 0;
}
.search-wrapper .cat-box a {
  display: inline-block;
  font-size: 24px;
  position: relative;
  line-height: 36px;
  padding-bottom: 10px;
  margin-right: 70px;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.search-wrapper .cat-box a:last-child {
  margin-right: 0;
}
.search-wrapper .cat-box a.on {
  color: #176db9;
}
.search-wrapper .cat-box a.on:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.search-wrapper .cat-box a:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #176db9;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}
.search-wrapper .item {
  display: none;
}
.pic-modal-box {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 44;
}
.pic-modal-box .box {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
}
.pic-modal-box .w1200 {
  background: #fff;
  padding: 40px 60px 60px;
}
.pic-modal-box .top {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #f7f8f9;
}
.pic-modal-box .name {
  font-size: 24px;
  color: #176db9;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 1px;
}
.pic-modal-box .close {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../img/close.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}
.pic-modal-box .close:hover {
  transform: rotate(-90deg);
}
.pic-modal-box .pic-box {
  height: 60vh;
  font-size: 0;
  overflow: hidden;
}
.pic-modal-box .pic-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 40;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
/*分页*/
.pageNum {
  text-align: center;
  font-size: 0;
  margin-top: 80px;
}
.pageNum a {
  display: inline-block;
  color: #3f4150;
  font-size: 18px;
  font-family: "mr";
  vertical-align: middle;
  margin: 0 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #efeff3;
  border-radius: 50%;
  transition: background 0.5s ease;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -ms-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
}
.pageNum .btn {
  width: 100px;
  font-size: 16px;
  border-radius: 40px;
}
.pageNum .dot {
  line-height: 40px;
}
.pageNum a:hover,
.pageNum .on {
  color: #fff;
  background: #176db9;
}
.pageMore {
  display: none;
  margin-top: 40px;
}
.pageMore a {
  display: block;
  width: 100%;
  text-align: center;
  height: 40px;
  line-height: 40px;
  background: #176db9;
  color: #fff;
  font-size: 12px;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
@keyframes scroll {
  0% {
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    opacity: 0;
  }
}
@keyframes iconScale {
  from {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    opacity: 1;
  }
  to {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes iconScale2 {
  from {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(1.7);
    -webkit-transform: scale(1.7);
    -moz-transform: scale(1.7);
    -ms-transform: scale(1.7);
    -o-transform: scale(1.7);
    opacity: 0;
  }
}
