@font-face {
  src: url("../fonts/tt0146m_.ttf");
  font-family: Futura Hv BT;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 9999;
}

.loading .item {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.loading .la-timer {
  color: #0f3c72;
}

.loading .la-timer.la-2x>div {
  width: 100px;
  height: 100px;
}

.loading .la-timer.la-2x>div:before,
.loading .la-timer.la-2x>div:after {
  top: 46px;
  left: 46px;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: #F1F1F1;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
}

.hamburger {
  padding: 30px 0 0 0;
}

.hamburger-inner::after {
  bottom: -8px;
  width: 30px;
}

.hamburger-inner::before {
  top: -8px;
  width: 30px;
}

.hamburger-inner {
  margin-top: 2px;
}

.hamburger-inner {
  width: 30px;
}

.hamburger-box {
  width: 30px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  background: #0f3c72;
}

.hamburger:hover {
  opacity: 1;
}

.header-phone {
  display: none;
}

.animate {
  transition: linear 0.2s all;
  -webkit-transition: linear 0.2s all;
}

.o-hidden {
  overflow: hidden;
}

.ms-slide-info {
  display: none !important;
}

.vc_column-inner {
  margin: 35px 0 20px;
}

.other-page-content {
  margin: 42px auto;
  max-width: 1170px;
  width: 100%;
  padding: 0 15px;
}

.video-top {
  margin-top: 0;
}

.index-bg-pagination-bottom {
  bottom: 50px !important;
}

.index-bg-pagination .swiper-pagination-bullet-active,
.team-swiper .swiper-pagination-bullet-active {
  background: #ffffff;
  width: 40px !important;
  border-radius: 6px;
  transition: linear 0.2s all;
  -webkit-transition: linear 0.2s all;
}

.index-bg-pagination .swiper-pagination-bullet,
.team-swiper .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  opacity: 1;
  background: #ffffff;
  transition: linear 0.2s all;
  -webkit-transition: linear 0.2s all;
}

#header {
  background: #ffffff;
  position: fixed;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  z-index: 999;
  width: 100%;
  top: 0;
  padding: 0 20px;
}

#header .header-wh {
  max-width: 1170px;
  margin: 0 auto;
}

#header .header-ul {
  float: right;
  padding: 0;
}

#header .header-ul li {
  display: inline-block;
  padding-left: 16px;
}

#header .header-ul li a {
  font-size: 16px;
  color: #0f3c72;
}

#header .header-ul li a:hover {
  color: #b1b3b1;
}

#header .header-ul li:nth-child(3) a {
  font-size: 18px;
}

#header .header-nav {
  padding-bottom: 10px;
}

#header .header-nav .header-logo {
  float: left;
  max-width: 200px;
  width: 100%;
  /* margin-top: 20px; */
  transition: all 0.3s linear
}
.header-null .header-nav .header-logo,.header-null .header-nav .header-menu{
  margin-top: 20px;
  transition: all 0.3s linear
}

@media screen and (max-width:991px) {
  #header .header-nav .header-logo {
    margin-top: 21px;
  }

  #header .header-nav {
    padding-bottom: 0px;
  }
}

#header .header-nav .header-menu {
  float: right;
  padding-top: 30px;
  transition: all 0.3s linear
}

#header .header-nav .header-menu li {
  display: inline-block;
  padding-left: 50px;
  font-size: 12px;
}

#header .header-nav .header-menu li a {
  color: #757475;
  position: relative;
  display: inline-block;
}

#header .header-nav .header-menu li a span {
  padding-left: 8px;
  color: #0f3c72;
  font-weight: bold;
  font-size: 14px;
}

#header .header-nav .header-menu li a .en-family {
  padding-left: 0 !important;
}

#header .header-nav .header-menu li a:after {
  position: absolute;
  bottom: -30px;
  left: 50%;
  height: 5px;
  width: 0;
  content: '';
  background: #0f3c72;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transition: linear 0.2s all;
  -webkit-transition: linear 0.2s all;
  z-index: 1;
}

#header .header-nav .header-menu li a:hover:after {
  width: 100%;
}

#header .header-nav .header-menu li .nav-active {
  position: relative;
}

#header .header-nav .header-menu li .nav-active span {
  color: #0f3c72;
}

#header .header-nav .header-menu li .nav-active:after {
  width: 100%;
  content: '';
  background: #0f3c72;
}

#header .header-phone {
  float: right;
}

#header .phone-nav {
  border-top: 1px solid #0f3c72;
  border-bottom: 1px solid #0f3c72;
  margin-left: -20px;
  margin-right: -20px;
  padding: 10px 0;
  display: none;
}

#header .phone-nav-ul a {
  color: #0f3c72;
  font-weight: bold;
  display: block;
  padding: 2px 20px;
}

#header .phone-nav-ul a .en-family {
  margin-right: 10px;
}

.header-null {
  top: -48px !important;
}

.index-null {
  margin-top: 0px !important;
}

#footer {
  background-color: #0f3c72;
  padding: 50px 0;
}

#footer .footer-logo {
  max-width: 145px;
  width: 100%;
}

#footer .footer-logo img {
  width: 100%;
}

#footer .footer-content {
  color: #ffffff;
  margin-top: 35px;
}

#footer .footer-content .footer-part1,
#footer .footer-content .footer-part2,
#footer .footer-content .footer-part3,
#footer .footer-content .footer-part4 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#footer .footer-content h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 6px;
  width: 100%;
  padding-left: 14px;
}

#footer .footer-content .footer-part1 ul li {
  margin-top: 6px;
}

#footer .footer-content .footer-part1 ul li a {
  color: #ffffff;
}

#footer .footer-content .footer-part1 ul li a:hover {
  color: #b1b3b1;
}

#footer .footer-content .footer-part2 h3,
#footer .footer-content .footer-part3 h3 {
  margin-bottom: 12px;
  padding-left: 0;
}

#footer .footer-content .footer-part2 img,
#footer .footer-content .footer-part3 img {
  max-width: 16px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 12px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

#footer .footer-content .footer-part2 li {
  float: left;
}

#footer .footer-content .footer-part2 p,
#footer .footer-content .footer-part3 p {
  position: relative;
}

#footer .footer-content .footer-part2 .footer-p2-txt {
  max-width: 342px;
  width: 100%;
  padding-left: 10px;
  line-height: 28px;
}

#footer .footer-content .footer-part3 ul {
  max-width: 227px;
}

#footer .footer-content .footer-part3 li {
  display: inline-block;
  margin-bottom: 3px;
}

#footer .footer-content .footer-part3 li a {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 2px;
  padding: 2px 8px;
}

#footer .footer-content .footer-part3 li a:hover {
  background: #ffffff;
  color: #b1b3b1;
}

#footer .footer-content .footer-part4 ul {
  width: 100%;
  text-align: right;
}

#footer .footer-content .footer-part4 ul li {
  display: inline-block;
  padding: 0 8px;
}

#footer .footer-content .footer-part4 ul li a {
  color: #ffffff;
  font-size: 16px;
}

#footer .footer-content .footer-part4 ul li a:hover {
  color: #b1b3b1;
}

#footer .footer-content .footer-part4 ul li:nth-child(3) a {
  font-size: 18px;
}

#footer .footer-content .footer-part4 ul li:nth-child(3) a:hover {
  color: #b1b3b1;
}

.footer-info {
  background-color: #4c4a45;
  color: #ffffff;
  text-align: center;
  padding: 20px 10px;
  font-size: 12px;
}

.all-bg {
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #ffffff;
  padding: 80px 20px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 123px;
}

.all-bg h1 {
  font-weight: 600;
  font-size: 52px;
  margin-top: 12px;
}

.all-bg span {
  font-size: 16px;
}

.all-bg a {
  color: #ffffff;
}

.all-bg a:hover {
  color: #0f3c72;
}

.all-type {
  border-bottom: 2px solid #0f3c72;
}
.all-type .a-type-ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.all-type .a-type-ul li {
  float: left;
  width: 25%;
  text-align: center;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#lili li {
  width: 50%;
}

.all-type .a-type-ul li a {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}
.all-type .a-type-ul li a span{max-width:calc(100% - 25px)}
.all-type.about-type .a-type-ul li a span{max-width:unset}
.all-type .a-type-ul li:hover {
  background: #0f3c72;
}

.all-type .a-type-ul li:hover a {
  color: #ffffff;
}

.all-type .a-type-ul li:hover .a-type-icon {
  border-color: #ffffff;
}

.all-type .a-type-icon {
  content: '';
  border: 2px solid #0f3c72;
  border-radius: 50%;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 10px;
}

.all-type .a-type-active {
  background: #0f3c72;
}

.all-type .a-type-active a {
  color: #ffffff;
}

.all-type .a-type-active .a-type-icon {
  border-color: #ffffff;
}

.wechat-icon {
  position: relative;
}

.wechat-icon img {
  position: absolute;
  top: -18px;
  left: -82px;
  min-width: 66px;
  height: 66px;
  visibility: hidden;
  opacity: 0;
}

.wechat-icon:hover {
  cursor: pointer;
}

.wechat-icon:hover img {
  visibility: visible;
  left: -78px;
  opacity: 1;
}

.wechat-icon2 {
  position: relative;
}

.wechat-icon2 img.animate {
  position: absolute;
  top: 38px;
  left: -38px;
  min-width: 100px;
  height: 100px;
  visibility: hidden;
  opacity: 0;
  z-index: 99;
}

.wechat-icon2:hover {
  cursor: pointer;
}

.wechat-icon2:hover img {
  visibility: visible;
  opacity: 1;
  top: 34px;
}

.wechat-icon3 {
  position: relative;
}

.wechat-icon3 .toTop-icon-wechat {
  position: absolute;
  top: -24px;
  left: -114px;
  min-width: 100px;
  height: 100px;
  visibility: hidden;
  opacity: 0;
}

.wechat-icon3:hover {
  cursor: pointer;
}

.wechat-icon3:hover .toTop-icon-wechat {
  opacity: 1;
  visibility: visible;
  left: -110px;
}

.toTop-icon {
  position: fixed;
  right: 20px;
  bottom: 80px;
  display: none;
  transform: translateZ(0);
  z-index: 9999;
  opacity: 0;
}

.toTop-icon .toTop-icon-ul li {
  background: #ffffff;
  border: 1px solid #0f3c72;
  padding: 7px 10px 10px;
}

.toTop-icon .toTop-icon-ul li:not(:nth-child(1)) {
  margin-top: 8px;
}

.toTop-icon .toTop-icon-ul #toTop:hover {
  cursor: pointer;
  padding: 5px 10px 12px;
}

.toTop-icon .toTop-icon-img {
  max-width: 22px;
  max-height: 22px;
  height: 100%;
  width: 100%;
}

.show {
  display: block;
}

.index-about,
.index-news,
.index-team,
.index-glory,
.about-team-type {
  overflow: hidden;
}

.index-about h2,
.index-news h2,
.index-team h2,
.index-glory h2,
.about-team-type h2 {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #0f3c72;
}

.index-about h3,
.index-news h3,
.index-team h3,
.index-glory h3,
.about-team-type h3 {
  font-size: 20px;
  font-weight: 600;
  color: #0f3c72;
  margin: 10px 0 30px;
}

.index-about .index-a-line,
.index-news .index-a-line,
.index-team .index-a-line,
.index-glory .index-a-line,
.about-team-type .index-a-line {
  content: '';
  width: 62px;
  height: 10px;
  background: #0f3c72;
  position: relative;
  margin: 0 0 30px;
}

.index-about .index-a-line:after,
.index-news .index-a-line:after,
.index-team .index-a-line:after,
.index-glory .index-a-line:after,
.about-team-type .index-a-line:after {
  position: absolute;
  content: '';
  width: 166px;
  height: 2px;
  background: #0f3c72;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.swiper-container3 {
  position: relative;
  max-height: 950px;
  overflow: hidden;
}

.swiper-container3 .swiper-slide {
  height: 100%;
}

.index-bg {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 100%;
}

.index-bg img {
  width: 100%;
}

.index-bg video {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.index-bg .index-bg-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #ffffff;
}

.index-bg .index-bg-title h1 {
  letter-spacing: 2px;
  font-size: 26px;
  line-height: 64px;
}

.index-bg .index-bg-title .index-bg-btn {
  max-width: 128px;
  margin: 60px auto 0;
}

.index-bg .index-bg-title .index-bg-btn .bg-btn-a {
  display: block;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 16px;
  padding: 6px 20px;
  box-sizing: border-box;
  outline: none;
  position: relative;
}

.index-bg .index-bg-title .index-bg-btn .bg-btn-a:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border: 2px solid transparent;
}

.index-bg .index-bg-title .index-bg-btn .bg-btn-a:after {
  position: absolute;
  content: '';
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border: 2px solid transparent;
}

.index-bg .index-bg-title .index-bg-btn .bg-btn-a:hover {
  background: #0f3c72;
  color: #ffffff;
  border-color: #0f3c72;
}

.index-bg .index-bg-title .index-bg-btn .bg-btn-a:hover:before {
  width: 100%;
  height: 100%;
  border-top-color: #fff;
  border-right-color: #fff;
  transition: linear 0.2s width, linear 0.2s height 0.2s;
  -webkit-transition: linear 0.2s width, linear 0.2s height 0.2s;
}

.index-bg .index-bg-title .index-bg-btn .bg-btn-a:hover:after {
  width: 100%;
  height: 100%;
  border-bottom-color: #fff;
  border-left-color: #fff;
  transition: border-color 0s linear 0.4s, linear 0.2s width 0.4s, linear 0.2s height 0.6s;
  -webkit-transition: border-color 0s linear 0.4s, linear 0.2s width 0.4s, linear 0.2s height 0.6s;
}

.index-about {
  padding: 58px 0;
  background-repeat: no-repeat;
  background-size: 24%;
  background-position: -211px 174px;
}

.index-about .index-a-txt {
  color: #3e3a39;
}

.index-about .index-swiper {
  position: relative;
}

.index-about .index-swiper .swiper-container {
  max-width: 900px;
  padding-top: 70px;
}

.index-about .index-swiper .swiper-container .swiper-wrapper {
  height: 69px;
}

.index-about .index-swiper .swiper-container .swiper-wrapper .index-swiper-img {
  height: 100%;
  position: relative;
}

.index-about .index-swiper .swiper-container .swiper-wrapper .index-swiper-img img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.index-about .index-swiper .swiper-container .swiper-wrapper .index-swiper-img .i-swiper-img-title {
  position: absolute;
  top: -55px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 100%;
  text-align: center;
  color: #ffffff;
  background: #0f3c72;
  padding: 5px 0;
  border-radius: 2px;
  opacity: 0;
  transition: linear 0.2s all;
  -webkit-transition: linear 0.2s all;
}

.index-about .index-swiper .swiper-container .swiper-wrapper .index-swiper-img .i-swiper-img-title .i-triangle {
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 6px solid #0f3c72;
  content: '';
}

.index-about .index-swiper .swiper-container .swiper-wrapper .index-swiper-img:hover {
  cursor: pointer;
}

.index-about .index-swiper .swiper-container .swiper-wrapper .index-swiper-img:hover .i-swiper-img-title {
  top: -45px;
  opacity: 1;
}

.index-about .index-swiper .button-prev ul,
.index-about .index-swiper .button-next ul {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  padding-top: 70px;
}

.index-about .index-swiper .button-prev ul li,
.index-about .index-swiper .button-next ul li {
  display: inline-block;
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #000;
}

.index-about .index-swiper .button-prev:hover,
.index-about .index-swiper .button-next:hover {
  cursor: pointer;
}

.index-about .index-swiper .button-prev ul {
  left: 60px;
}

.index-about .index-swiper .button-prev ul li {
  margin-right: 3px;
}

.index-about .index-swiper .button-next ul {
  right: 60px;
}

.index-about .index-swiper .button-next ul li {
  margin-left: 3px;
}

.index-about .index-swiper .index-swiper-img {
  position: relative;
}

.index-about .index-swiper .index-swiper-img .swiper-img-txt {
  position: absolute;
}

.index-about .index-swiper .index-swiper-img .swiper-img-txt span {
  color: #000;
}

.index-icons {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.index-icons .index-icons-container .index-icons-ul li {
  float: left;
  width: 25%;
}

.index-icons .index-icons-container .index-icons-ul li .i-icons-container {
  padding: 330px 0;
  position: relative;
}

.index-icons .index-icons-container .index-icons-ul li .i-icons-container .i-icons {
  max-width: 220px;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 310px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transition: linear 0.2s all;
  -webkit-transition: linear 0.2s all;
}

.index-icons .index-icons-container .index-icons-ul li .i-icons-container .i-icons img {
  max-width: 60px;
  width: 100%;
}

.index-icons .index-icons-container .index-icons-ul li .i-icons-container .i-icons h5 {
  color: #ffffff;
  font-size: 16px;
  margin-top: 10px;
}

.index-icons .index-icons-container .index-icons-ul li .i-icons-container .i-icons-txt {
  max-width: 155px;
  width: 100%;
  margin: 0 auto;
  color: #ffffff;
  line-height: 30px;
  height: 160px;
  display: flex;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  height: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  padding-top: 15px
}

.index-icons .index-icons-container .index-icons-ul li .i-icons-container .i-icons-btn {
  max-width: 127px;
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 310px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transition: linear 0.2s all;
  -webkit-transition: linear 0.2s all;
}

.index-icons .index-icons-container .index-icons-ul li .i-icons-container .i-icons-btn a {
  display: block;
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 6px 0;
  box-sizing: border-box;
  outline: none;
  position: relative;
}

.index-icons .index-icons-container .index-icons-ul li .i-icons-container .i-icons-btn a:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border: 2px solid transparent;
}

.index-icons .index-icons-container .index-icons-ul li .i-icons-container .i-icons-btn a:after {
  position: absolute;
  content: '';
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border: 2px solid transparent;
}

.index-icons .index-icons-container .index-icons-ul li .i-icons-container .i-icons-btn a:hover {
  background: #0f3c72;
  border-color: #0f3c72;
}

.index-icons .index-icons-container .index-icons-ul li .i-icons-container .i-icons-btn a:hover:before {
  width: 100%;
  height: 100%;
  border-top-color: #fff;
  border-right-color: #fff;
  transition: linear 0.2s width, linear 0.2s height 0.2s;
  -webkit-transition: linear 0.2s width, linear 0.2s height 0.2s;
}

.index-icons .index-icons-container .index-icons-ul li .i-icons-container .i-icons-btn a:hover:after {
  width: 100%;
  height: 100%;
  border-bottom-color: #fff;
  border-left-color: #fff;
  transition: border-color 0s linear 0.4s, linear 0.2s width 0.4s, linear 0.2s height 0.6s;
  -webkit-transition: border-color 0s linear 0.4s, linear 0.2s width 0.4s, linear 0.2s height 0.6s;
}

.index-icons .index-icons-container .index-icons-ul li .i-icons-container:hover .i-icons {
  top: 232px;
}

.index-icons .index-icons-container .index-icons-ul li .i-icons-container:hover .i-icons-btn {
  bottom: 280px;
}

.index-icons .index-icons-container .index-icons-ul li .i-icons-container:hover .i-icons-txt {
  visibility: visible;
  opacity: 1;
  transition: linear 0.2s all 0.1s;
  -webkit-transition: linear 0.2s all 0.1s;
}

.index-icons .index-icons-container .index-icons-ul li:nth-child(1),
.index-icons .index-icons-container .index-icons-ul li:nth-child(2),
.index-icons .index-icons-container .index-icons-ul li:nth-child(3),
.index-icons .index-icons-container .index-icons-ul li:nth-child(4) {
  border-right: 2px solid a(255, 255, 255, 0.2);
}

.index-news {
  padding: 58px 0;
}

.index-news .index-news-bg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.index-news .index-news-bg:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: #ffffff;
  transition: linear 0.2s all;
  -webkit-transition: linear 0.2s all;
}

.index-news .index-news-bg .hover-pad {
  transition: linear 0.2s all;
  -webkit-transition: linear 0.2s all;
}

.index-news .index-news-bg .i-news-content .i-news-number {
  padding-left: 0;
  padding-right: 0;
  width: 6.333333%;
  margin-top: 25px;
}

.index-news .index-news-bg .i-news-content .i-news-number span {
  background: #0f3c72;
  color: #ffffff;
  padding: 15px 16px;
  font-size: 20px;
}

.index-news .index-news-bg .i-news-content .i-news-time {
  transition: linear 0.2s all;
  -webkit-transition: linear 0.2s all;
}

.index-news .index-news-bg .i-news-content .i-news-title {
  font-size: 20px;
  margin: 6px 0 10px;
}

.index-news .index-news-bg .i-news-content .i-news-title a {
  transition: linear 0.2s all;
  -webkit-transition: linear 0.2s all;
}

.index-news .index-news-bg .i-news-content .i-news-title a:hover {
  color: #0f3c72;
}

.index-news .index-news-bg .i-news-content .i-news-ul li {
  display: flex;
  align-items: center;
  height: 23px;
  float: left;
  padding-right: 20px;
}

.index-news .index-news-bg .i-news-content .i-news-ul li img {
  width: 15px;
  height: 15px;
}

.index-news .index-news-bg .i-news-content .i-news-ul li svg {
  width: 15px;
  height: 15px;
  position: relative;
  top: 2px;
}

.index-news .index-news-bg .i-news-content .i-news-ul li span {
  padding-left: 4px;
}

.index-news .index-news-bg .i-news-content .i-news-ul li a {
  transition: linear 0.2s all;
  -webkit-transition: linear 0.2s all;
}

.index-news .index-news-bg .i-news-content .i-news-ul li a:hover {
  color: #0f3c72;
}

.index-news .index-news-bg:hover:before {
  background: rgba(255, 255, 255, 0);
}

.index-news .index-news-bg:hover .hover-pad {
  padding-left: 50px;
}

.index-news .index-news-bg:hover .i-news-time,
.index-news .index-news-bg:hover .i-news-title a,
.index-news .index-news-bg:hover .i-news-ul a {
  color: #ffffff;
}

.index-news .index-news-bg:hover path {
  fill: #fff;
}

.index-news .index-news-btn {
  display: flex;
  justify-content: center;
}

.index-news .index-news-btn a {
  color: #0f3c72;
  border: 1px solid #0f3c72;
  font-size: 14px;
  padding: 6px 35px;
}

.index-news .index-news-btn a:hover {
  background: #0f3c72;
  color: #ffffff;
}

.index-team .i-team-container {
  margin-top: 20px;
}

.index-team .index-team-img {
  width: 100%;
}

.index-team .index-team-content {
  background-color: #f6f6f6;
  height: 678px;
}

.index-team .index-team-content .i-team-content {
  max-width: 690px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.index-team .index-team-content .i-team-content .index-t-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.index-team .index-team-content .i-team-content .index-t-content h4 {
  color: #0f3c72;
  font-size: 20px;
  font-weight: 600;
}

.index-team .index-team-content .i-team-content .index-t-content .i-team-txt {
  color: #757475;
  line-height: 25px;
  margin: 30px 0;
}

.index-team .index-team-content .i-team-content .index-t-content .i-team-btn a {
  color: #0f3c72;
  border: 1px solid #0f3c72;
  font-size: 14px;
  padding: 6px 0px;
  display: block;
  max-width: 130px;
  width: 100%;
  text-align: center;
}

.index-team .index-team-content .i-team-content .index-t-content .i-team-btn a:hover {
  background: #0f3c72;
  color: #ffffff;
}

.index-glory {
  padding: 58px 0;
}

.index-glory img {
  width: 100%;
  margin-top: 28px;
}

.index-partner {
  border-top: 1px solid #dddddd;
  padding: 30px 0;
}

.index-partner .partner-icon {
  max-width: 120px;
  width: 100%;
  margin: 0 auto;
  height: 70px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}

.index-partner .partner-icon img {
  max-width: 100%;
  max-height: 50px;
  width: 100%;
  opacity: 0.6;
  transform: linear 0.2s opacity;
  -webkit-transform: linear 0.2s opacity;
}

.business-content {
  margin: 70px 0;
}

.business-content .b-content {
  text-align: center;
  max-width: 550px;
  width: 100%;
  margin: 0 auto;
  /*margin-bottom: 70px;*/
}

.business-content .b-content h2 {
  color: #0f3c72;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.business-content .b-content .b-content-txt {
  line-height: 28px;
}

.business-content .b-step .b-step-icon {
  border: 1px solid #0f3c72;
  background: #0f3c72;
  width: 12px;
  height: 14px;
  display: inline-block;
  margin-right: 10px;
}

.business-content .b-step h2 {
  font-size: 18px;
  font-weight: bold;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  margin: 0 0 40px;
  padding: 0 12px;
}

.business-content .b-step .b-step-ul {
  width: 100%;
  text-align: center;
}

.business-content .b-step .b-step-ul .b-step-li {
  display: inline-block;
  width: 33%;
  margin-top: 30px;
  vertical-align: top;
}

.business-content .b-step .b-step-ul .b-step-li:nth-child(3) .b-step-content:after {
  display: none;
}

.business-content .b-step .b-step-ul .b-step-li:nth-child(4) .b-step-content:after,
.business-content .b-step .b-step-ul .b-step-li:nth-child(5) .b-step-content:after {
  left: -52px;
}

.business-content .b-step .b-step-ul .b-step-li:nth-child(4),
.business-content .b-step .b-step-ul .b-step-li:nth-child(5) {
  margin-top: 50px;
}

.business-content .b-step .b-step-ul .b-step-content {
  padding: 30px 30px 20px;
  background: #0f3c72;
  position: relative;
  max-width: 324px;
  width: 100%;
  margin: 0 auto;
  height: 192px;
  color: #ffffff;
}

.business-content .b-step .b-step-ul .b-step-content .only-six {
  height: 136px;
}

.business-content .b-step .b-step-ul .b-step-content .b-step-content-title {
  background: #11381c;
  position: absolute;
  top: -20px;
  left: -15px;
  padding: 8px 25px;
}

.business-content .b-step .b-step-ul .b-step-content .b-step-content-title:after {
  position: absolute;
  top: 39px;
  left: 0;
  content: '';
  border-left: 15px solid transparent;
  border-top: 15px solid #11381c;
}

.business-content .b-step .b-step-ul .b-step-content .b-step-content-ul {
  text-align: left;
}

.business-content .b-step .b-step-ul .b-step-content .b-step-content-ul li {
  width: 100%;
}

.business-content .b-step .b-step-ul .b-step-content:after {
  position: absolute;
  top: 50%;
  right: -52px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  content: '';
  background-image: url(../fonts/toright.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 45px;
  height: 40px;
}

.b-item {
  margin: 60px 0;
  padding: 0 12px;
  margin-bottom: 70px;
}

.b-item .b-item-icon {
  border: 1px solid #0f3c72;
  background: #0f3c72;
  width: 12px;
  height: 14px;
  display: inline-block;
  margin-right: 10px;
}

.b-item h2 {
  font-size: 18px;
  font-weight: bold;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  margin: 40px 0 30px;
}

.b-item .b-item-option {
  background: #ffffff;
  color: #0f3c72;
  border: 1px solid #0f3c72;
  padding: 10px 20px;
  font-size: 16px;
}

.b-item .b-item-option span {
  float: left;
}

.b-item .b-item-option i {
  float: right;
  transform-origin: center center;
  margin-top: 3px;
}

.b-item .b-item-option:hover {
  cursor: pointer;
}

.b-item .b-item-slide:not(:nth-child(1)) {
  margin-top: -1px;
}

.b-item .b-item-active {
  background: #0f3c72;
  color: #ffffff;
}

.b-item .b-item-active i {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}

.b-item .b-item-option-txt {
  color: #696969;
  padding: 50px 20px;
  display: none;
}

.b-item .b-item-option-txt h3 {
  font-size: 16px;
  margin-bottom: 20px;
}

.b-item .b-item-option-txt .b-item-txt-part:not(:nth-child(1)) {
  margin-top: 30px;
}

.b-item .b-item-show {
  display: block;
}

.about-team-type {
  margin: 50px 0;
}

.about-team-type .index-a-line {
  margin-bottom: 0;
}

.about-team-type .index-a-line:after {
  width: 230px;
}

.about-type li {
  width: 25% !important;
}

.a-team-type-ul {
  position: relative;
}

.a-team-type-li:nth-child(2) {
  position: absolute;
  bottom: 0;
  right: 0;
}

.a-team-type-li:nth-child(2) ul .a-t-t-li {
  float: left;
  padding: 2px 20px;
}

.a-team-type-li:nth-child(2) ul .a-t-t-li:hover {
  cursor: pointer;
  background: #0f3c72;
  color: #ffffff;
}

.a-tt-active {
  background: #0f3c72;
  color: #ffffff;
}

.about-person {
  margin: 40px 0;
}

.about-person .a-person-frame {
  display: flex;
  display: -webkit-flex;
  align-items: center;
}

.about-person .a-person-frame:not(:nth-child(1)) {
  margin-top: 30px;
}

.about-person .a-person-img {
  max-width: 262px;
  width: 100%;
}

.about-person .a-person-img img {
  width: 100%;
}

.about-person .a-person-img:hover {
  cursor: pointer;
}

.about-person .a-person-info {
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 40px;
  color: #0f3c72;
}

.about-person .a-person-info h2 {
  font-size: 18px;
  font-weight: bold;
  color: #0f3c72;
  display: inline-table;
}

.about-person .a-person-info h2:hover {
  cursor: pointer;
}

.about-person .a-person-info .a-person-txt {
  margin-top: 20px;
  text-indent: 0px;
  line-height: 26px;
}

.about-person .row-four {
  margin-top: 30px;
}

.about-person .row-four .a-person-frame2 .a-person-img {
  margin: 0 auto;
}

.about-person .row-four .a-person-frame2 .a-person-info {
  padding: 20px 0;
  border: none;
}

.about-person .row-four .a-person-frame2 .a-person-info .a-person-job {
  margin-top: 10px;
  text-indent: 0;
  color: #0f3c72;
  font-size: 14px;
  font-weight: 500;
}

.about-person .row-four .a-person-frame2 .a-person-info .a-person-txt {
  display: none;
}

.a-team-click {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
  display: none;
}

.a-team-click .a-click-center {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.a-team-click .a-click-frame {
  background: #ffffff;
  max-width: 900px;
  height: 450px;
  width: 100%;
  position: relative;
}

.a-team-click .a-click-frame .row {
  margin-right: 0;
  margin-left: 0;
  height: 100%;
}

.a-team-click .a-click-frame .a-click-img,
.a-team-click .a-click-frame .a-click-txt {
  height: 100%;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
}

.a-team-click .a-click-frame .a-click-img img {
  max-width: 260px;
  width: 100%;
  margin: 0 auto;
}

.a-team-click .a-click-frame .a-click-name,
.a-team-click .a-click-frame .a-click-job {
  color: #0f3c72;
}

.a-click-info {
  margin-bottom: 30px;
}

.a-team-click .a-click-frame .a-click-name {
  font-weight: bold;
  font-size: 18px;
  margin: 15px 0 6px;
}

.a-team-click .a-click-frame .a-click-close,
.a-team-click .a-click-frame .a-click-next,
.a-team-click .a-click-frame .a-click-prev {
  position: absolute;
  width: 30px;
  height: 30px;
  background: #0f3c72;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}

.a-team-click .a-click-frame .a-click-close img,
.a-team-click .a-click-frame .a-click-next img,
.a-team-click .a-click-frame .a-click-prev img {
  max-width: 22px;
  width: 100%;
  margin: 0 auto;
}

.a-team-click .a-click-frame .a-click-close:hover,
.a-team-click .a-click-frame .a-click-next:hover,
.a-team-click .a-click-frame .a-click-prev:hover {
  cursor: pointer;
}

.a-team-click .a-click-frame .a-click-close {
  top: 0;
  right: 0;
}

.a-team-click .a-click-frame .a-click-close:hover img {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

.a-team-click .a-click-frame .a-click-next {
  bottom: 0;
  right: 0;
}

.a-team-click .a-click-frame .a-click-prev {
  bottom: 30px;
  right: 0;
}

.a-team-click .a-click-frame .next:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.a-team-click .a-click-frame .prev:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.a-team-click .a-click-frame #content {
  max-height: 258px;
  overflow: hidden;
  max-width: 450px;
  width: 100%;
  padding-right: 10px;
}

.a-team-click .a-click-frame .no-click {
  opacity: 0.6;
}

.a-team-click .a-click-frame .no-click:hover {
  cursor: default;
}

.news-nav .container {
  background: #0f3c72;
  padding: 0;
  max-width: 1170px;
  width: 100%;
  color: #ffffff;
  margin: 35px auto 35px;
}

.news-nav .container ul {
  padding: 6px 0;
}

.news-nav .container ul li {
  float: left;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  padding: 0 15px 0 20px;
}

.news-nav .container ul li .a-type-icon {
  width: 6px;
  height: 6px;
  background: #ffffff;
  border-radius: 50%;
  content: '';
  display: inline-block;
  margin-right: 8px;
}

.news-content .container {
  padding: 0;
  max-width: 1200px;
  width: 100%;
}
.news-content #news-waterfall{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.news-content #news-waterfall .item {
  width: 50%;
  margin-bottom: 40px;
  padding: 0 15px;
}

.news-content .news-c-title {
  font-size: 18px;
}

.news-content .news-c-title a {
  color: #0f3c72;
}

.news-content .news-c-title a:hover {
  color: #0f3c72;
}

.news-content .news-c-time {
  font-size: 14px;
  margin: 10px 0;
}

.news-content .news-c-txt {
  height: 60px;
}

.news-content .news-c-btn {
  margin: 10px 0 20px;
}

.news-content .news-c-btn a {
  font-weight: bold;
  padding: 5px 0;
  position: relative;
  color: #0f3c72;
}

.news-content .news-c-btn a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: '';
  border-top: 1px solid #0f3c72;
}

.news-content .news-c-btn a:hover {
  color: #0f3c72;
}

.news-content .news-c-btn a:hover:after {
  border-color: #0f3c72;
}

.news-content .news-page {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  margin: 40px 0 100px;
}

.news-content .news-page .news-page-ul li {
  float: left;
  padding: 0 4px;
}

.news-content .news-page .news-page-ul li a {
  text-align: center;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.news-content .news-page .news-page-ul li a span {
  line-height: 30px;
}

.news-content .news-page .news-page-ul li a:hover {
  background: #0f3c72;
  color: #ffffff;
}

.news-content .news-page .news-page-ul li:first-child a,
.news-content .news-page .news-page-ul li:last-child a {
  display: block;
  width: 100px !important;
  width: auto;
  height: auto;
  background: transparent;
  color: #0f3c72;
}

.news-content .news-page .news-page-ul li:first-child img,
.news-content .news-page .news-page-ul li:last-child img {
  max-width: 20px;
  width: 100%;
}

.news-content .news-page .news-page-ul li:first-child {
  position: relative;
}

.news-content .news-page .news-page-ul li:first-child img {
  position: absolute;
  top: 50%;
  left: 4px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.news-content .news-page .news-page-ul li:first-child a:hover img {
  left: 0;
}

.news-content .news-page .news-page-ul li:last-child {
  position: relative;
}

.news-content .news-page .news-page-ul li:last-child img {
  position: absolute;
  top: 50%;
  right: 4px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.news-content .news-page .news-page-ul li:last-child a:hover img {
  right: 0;
}

.news-content .news-page .a-page-active {
  background: #0f3c72;
  color: #ffffff;
}

.news-content .news-c-img {
  overflow: hidden;
}

.news-content .news-c-img img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.news-show-nav .container {
  background: #0f3c72;
  padding: 0;
  max-width: 1170px;
  width: 100%;
  color: #ffffff;
  margin: 35px auto 35px;
}

.news-show-nav .container ul {
  padding: 6px 0;
}

.news-show-nav .container ul li {
  float: right;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  padding: 0 30px 0 15px;
  position: relative;
}

.news-show-nav .container ul li a {
  color: #ffffff;
}

.news-show-nav .container ul li a:hover {
  color: #ffffff;
}

.news-show-nav .container ul li .a-type-icon {
  max-width: 16px;
  width: 100%;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.news-show-nav .container ul li:hover .a-type-icon {
  right: 8px;
}

.news-show-content {
  margin-bottom: 120px;
}

.news-show-content h2 {
  font-size: 20px;
}

.news-show-content .news-time-share {
  font-size: 16px;
  margin: 15px 0;
}

.news-show-content .news-time-share .news-show-ul {
  margin-left: 10px;
}

.news-show-content .news-time-share .news-show-ul a {
  display: block;
  margin: 0 10px;
  color: #0f3c72;
}

.news-show-content .news-time-share .news-show-ul .wechat-icon img {
  top: -12px;
}

.news-show-content .news-show-time,
.news-show-content .news-show-ul,
.news-show-content .news-show-ul li {
  float: left;
}

.news-show-content p {
  margin-bottom: 0;
}

.news-show-content .news-show-ul li:nth-child(3) i {
  font-size: 18px;
}

.news-show-content .news-show-ul li a:hover {
  color: #b1b3b1;
}

.news-show-content .news-show-txt {
  margin-top: 40px;
}

.news-show-content .news-show-txt .news-show-part1,
.news-show-content .news-show-txt .news-show-part2 {
  text-indent: 28px;
  line-height: 26px;
  margin: 20px 0;
}

.news-show-content .news-show-txt .news-show-left-img {
  width: 100%;
}

.news-show-content .news-show-turn {
  margin: 60px 0 63px;
}

.news-show-content .news-show-turn li a {
  display: inline-block;
  margin: 2px 0;
}

.news-show-content .news-show-turn li a div {
  display: flex;
  display: -webkit-flex;
  align-items: center;
}

.news-show-content .news-show-turn li a i {
  font-size: 18px;
  margin-right: 10px;
}

.news-show-content .news-show-turn li a:hover {
  color: #0f3c72;
}

.news-show-content .news-show-turn li a:hover i {
  color: #0f3c72;
}

.news-show-content .news-show-hot h2 {
  font-size: 14px;
  font-weight: bold;
  position: relative;
  display: inline-block;
}

.news-show-content .news-show-hot h2:after {
  position: absolute;
  content: '';
  bottom: -8px;
  left: 0;
  width: 100%;
}

.news-show-content .news-show-hot .news-hot-ul {
  margin-top: 20px;
}

.news-show-content .news-show-hot .news-hot-ul li:not(:nth-child(1)) {
  margin-top: 3px;
}

.news-show-content .news-show-hot .news-hot-ul .news-hot-time {
  margin-right: 25px;
}

.news-show-content .news-show-hot .news-hot-ul a:hover {
  color: #0f3c72;
}

.news-show-content .news-show-right-img img {
  width: 100%;
}

.news-show-content .news-show-right-img img:not(:nth-child(1)) {
  margin-top: 20px;
}

.contact-info {
  margin: 84px 0;
}

.contact-info .contact-icon {
  background: #0f3c72;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 20px;
}

.contact-info .contact-info-ul {
  color: #0f3c72;
  max-width: 222px;
  width: 100%;
  margin: 30px 0 0;
}

.contact-info .contact-info-ul li:not(:nth-child(1)) {
  margin-top: 8px;
}

.contact-info .contact-info-ul div {
  float: left;
}

.contact-info .contact-info-ul .c-company-info {
  width: 30%;
  font-weight: bold;
}

.contact-info .contact-info-ul .c-company-txt {
  width: 70%;
}

.contact-info .contact-join {
  margin-top: 35px;
}

.contact-info .contact-join a {
  color: #ffffff;
  background: #0f3c72;
  display: block;
  text-align: center;
  max-width: 116px;
  width: 100%;
  border: 1px solid #0f3c72;
  padding: 7px 0;
}

.contact-info .contact-join a:hover {
  box-shadow: 0 5px 2px #e4e4e4;
}

.contact-info .contact-left h2 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  color: #0f3c72;
}

.contact-info .contact-right h2 {
  font-size: 14px;
  color: #0f3c72;
  line-height: 19px;
  padding: 0 5px;
}

.contact-info .contact-form {
  margin-top: 20px;
}

.contact-info .contact-form input,
.contact-info .contact-form textarea {
  width: 100%;
  margin: 5px 0;
  border: 1px solid #e2e2e2;
}

.contact-info .contact-form input {
  height: 40px;
  padding: 0 10px;
}

.contact-info .contact-form textarea {
  resize: none;
  padding: 10px;
}

.contact-info .contact-form .input-txt:focus {
  border: 1px solid #0f3c72;
  box-shadow: 0 4px 2px #e4e4e4;
}

.contact-info .contact-form .form-submit {
  border: 1px solid #0f3c72;
  background: #0f3c72;
  color: #ffffff;
  margin-top: 14px;
  margin-bottom: 0;
  height: 39px;
}

.contact-info .contact-form .form-submit:hover {
  box-shadow: 0 5px 2px #e4e4e4;
}

.contact-other-info {
  border-top: 1px solid #ddd;
  padding: 36px 0;
  margin-top: 80px;
}

.contact-other-info .contact-icon {
  background: #0f3c72;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 20px;
}

.contact-other-info h2 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  color: #0f3c72;
  padding: 0 15px;
  margin: 10px 0 0;
}

.contact-other-info .contact-other-name {
  font-size: 14px;
  padding: 0;
  margin-bottom: 10px;
  height: 30px;
}

.contact-other-info .contact-other-name .contact-icon {
  border-radius: 0;
  width: 7px;
  height: 7px;
  margin-right: 10px;
}

.contact-other-info .contact-other-ul {
  color: #0f3c72;
  max-width: 200px;
  width: 100%;
  margin-left: 15px;
}

.contact-other-info .contact-other-content {
  max-width: 250px;
  width: 100%;
}

.contact-other-info .contact-other-farme {
  margin: 36px 0;
}

.contact-other-info .contact-other-farme:nth-child(3n+1) .contact-other-content {
  margin: 0 0 0 auto;
}

.contact-other-info .contact-other-farme:nth-child(3n) .contact-other-content {
  margin: 0 auto;
}

.form-succ {
  position: fixed;
  max-width: 310px;
  width: 100%;
  height: 200px;
  top: 50%;
  left: 50%;
  background: #fff;
  z-index: 999;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 15px #888;
  text-align: center;
  display: none;
}

.form-succ i {
  position: absolute;
  top: 8px;
  right: 14px;
  font-size: 20px !important;
  cursor: pointer;
  transition: linear 0.2s all;
  -webkit-transition: linear 0.2s all;
}

.form-succ i:hover {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.form-succ img {
  max-width: 170px;
  width: 100%;
  margin-top: 60px;
}

.form-succ .form-succ-txt {
  padding-top: 24px;
  color: #888;
}

.form-succ .form-succ-time {
  padding-top: 5px;
  color: #888;
}

.form-succ .form-succ-time .form-succ-num {
  color: #0f3c72;
  font-weight: bold;
}

.case-type {
  margin: 60px 0;
}

.case-type .case-type-ul {
  display: flex;
  display: -webkit-flex;
  align-items: center;
}

.case-type .case-type-ul li {
  float: left;
  margin: 10px 0 0;
}

.case-type .case-type-ul .case-type-name {
  background: #0f3c72;
  color: #ffffff;
  padding: 6px 18px;
  letter-spacing: 1px;
  font-size: 16px;
  border-radius: 4px;
  margin-right: 20px;
}

.case-type .case-type-ul .case-type-content a {
  display: inline-block;
  margin-right: 10px;
  border: 1px solid transparent;
  padding: 5px 10px;
  border-radius: 4px;
  margin: 6px 0 0;
}

.case-type .case-type-ul .case-type-content a:hover {
  color: #333333;
  border: 1px solid #666;
}

.case-type .case-type-ul .case-type-active {
  border: 1px solid #666 !important;
  padding: 5px 10px;
  border-radius: 4px;
}

.case-content {
  text-align: center;
  margin-bottom: 60px;
}

.case-content .case-frame {
  border: 1px solid #d6d6d6;
  padding: 40px 4px;
  position: relative;
  margin: 15px 0;
}

.case-content .case-frame .case-show {
  transform: scale(1);
  -webkit-transform: scale(1);
  opacity: 1;
  visibility: visible;
  transition: linear 0.35s all;
  -webkit-transition: linear 0.35s all;
}

.case-content .case-frame .case-show .case-img {
  width: 100%;
}

.case-content .case-frame .case-show .case-name {
  margin-top: 6px;
  font-size: 16px;
}

.case-content .case-frame .case-btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  transform: scale(0.5);
  -wbkit-transform: scale(0.5);
  opacity: 0;
  transition: linear 0.35s all;
  -webkit-transition: linear 0.35s all;
}

.case-content .case-frame .case-btn .case-name {
  font-size: 16px;
  margin-bottom: 20px;
}

.case-content .case-frame .case-btn .case-btn-more {
  font-size: 14px;
  border: 1px solid #0f3c72;
  padding: 6px 24px;
  color: #0f3c72;
}

.case-content .case-frame .case-btn .case-btn-more:hover {
  background: #0f3c72;
  color: #ffffff;
  cursor: pointer;
}

.case-content .case-frame .case-btn .case-info {
  display: none;
}

.case-content .case-frame:hover .case-show {
  transform: scale(0.5);
  -webkit-transform: scale(0.5);
  opacity: 0;
  visibility: hidden;
}

.case-content .case-frame:hover .case-btn {
  transform: scale(1);
  -webkit-transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.i-load {
  width: 60px;
  height: 25px;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.i-load:hover {
  cursor: pointer;
}

.i-load:before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #0f3c72;
  margin-right: 3px;
  animation: roundOne 1s infinite linear;
  -webkit-animation: roundOne 1s infinite linear;
}

.i-load:after {
  content: '';
  margin-left: 3px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #0f3c72;
  animation: roundTwo 1s infinite linear;
  -webkit-animation: roundTwo 1s infinite linear;
}

@keyframes roundOne {
  0% {
    width: 20px;
    height: 20px;
  }

  50% {
    width: 10px;
    height: 10px;
  }

  100% {
    width: 20px;
    height: 20px;
  }
}

@-webkit-keyframes roundOne {
  0% {
    width: 20px;
    height: 20px;
  }

  50% {
    width: 10px;
    height: 10px;
  }

  100% {
    width: 20px;
    height: 20px;
  }
}

@keyframes roundTwo {
  0% {
    width: 10px;
    height: 10px;
  }

  50% {
    width: 20px;
    height: 20px;
  }

  100% {
    width: 10px;
    height: 10px;
  }
}

@-webkit-keyframes roundTwo {
  0% {
    width: 10px;
    height: 10px;
  }

  50% {
    width: 20px;
    height: 20px;
  }

  100% {
    width: 10px;
    height: 10px;
  }
}

.case-detail {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: none;
}

.case-detail .case-flex {
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}

.case-detail img {
  width: 100%;
}

.case-detail .row {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}

.case-detail .case-detail-frame {
  background: #ffffff;
  max-width: 1000px;
  width: 100%;
  padding: 50px 40px;
  border-radius: 4px;
  position: relative;
  margin: 0 auto;
}

.case-detail .c-detail-left {
  height: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  flex-direction: column;
}

.case-detail .c-detail-left .c-left-name {
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #0f3c72;
}

.case-detail .c-detail-left .c-left-do,
.case-detail .c-detail-left .c-left-bg,
.case-detail .c-detail-left .c-left-need {
  margin-top: 12px;
}

.case-detail .c-detail-left .c-left-do .c-left-do-name,
.case-detail .c-detail-left .c-left-bg .c-left-bg-name,
.case-detail .c-detail-left .c-left-need .c-left-need-name {
  color: #0f3c72;
}

.case-detail .swiper-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.case-detail .c-detail-right-small {
  position: relative;
  padding: 0 25px;
}

.case-detail .c-detail-right-small .swiper-wrapper .swiper-slide {
  border: 1px solid transparent;
}

.case-detail .c-detail-right-small .swiper-wrapper .swiper-slide:hover {
  border: 1px solid #e3e4e6;
}

.case-detail .c-detail-right-small .c-small-prev {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.case-detail .c-detail-right-small .c-small-prev img {
  max-width: 20px;
  opacity: 0.6;
}

.case-detail .c-detail-right-small .c-small-prev img:hover {
  opacity: 1;
  cursor: pointer;
}

.case-detail .c-detail-right-small .c-small-next {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.case-detail .c-detail-right-small .c-small-next img {
  max-width: 20px;
  opacity: 0.6;
}

.case-detail .c-detail-right-small .c-small-next img:hover {
  opacity: 1;
  cursor: pointer;
}

.case-detail .case-detail-colse {
  position: absolute;
  top: 0;
  right: 0;
  background: #0f3c72;
  padding: 5px;
  cursor: pointer;
}

.case-detail .case-detail-colse img {
  max-width: 25px;
}

.case-detail .case-detail-colse:hover img {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

.is-active {
  border: 1px solid #e3e4e6 !important;
}

.aaa {
  color: rgba(255, 255, 255, 0.7);
}

.service-list {
  margin-left: -45px;
  margin-right: -45px;
  color: #0f3c72;
}

.service-list>div {
  padding-left: 45px;
  padding-right: 45px;
}

.service-list .service-title {
  text-align: center;
  font-size: 16px;
  padding-bottom: 15px;
  border-bottom: 1px solid #0f3c72;
  position: relative;
}

.service-list .service-title:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 162px;
  max-width: 80%;
  height: 4px;
  background: #0f3c72;
}

.service-list .service-des {
  max-width: 250px;
  margin: 0 auto;
  line-height: 24px;
  position: relative;
}

.service-list-2 {
  margin-left: -2px;
  margin-right: -2px;
  padding-left: 4px;
}

.service-list-2 .service-item {
  height: 235px;
  border: 1px solid #0f3c72;
  overflow: hidden;
  margin-left: -1px;
  margin-top: -1px;
}

.service-list-2 img {
  max-height: 75px;
}

.service-list-2 .item-hide {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0f3c72;
  color: #fff;
  padding: 40px;
  transition: linear 0.2s top;
  -webkit-transition: linear 0.2s top;
}

.service-list-2 .service-item:hover .item-hide {
  top: 0;
}

.service-list-2 .item-hide .item-title {
  font-size: 16px;
  font-weight: bold;
}

.b4-list .b4-des {
  padding: 0 0px;
  font-size: 14px;
  line-height: 28px;
  height: 84px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  height: auto;
}

.footer-nav {
  width: 50%;
  float: left;
}

.footer-nav li {}

.business-type {
  margin-bottom: 30px;
}

.business-type>li {
  position: static !important;
}

.business-type>li li:not(:last-child) {
  margin-right: 10px;
}

.type-content-list li {
  display: none;
}

.type-content-list li.show {
  display: block;
}

.clearFloat:after {
  content: "";
  display: block;
  clear: both;
}

.school-tags {
  margin-bottom: 50px;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.school-tags .tags-one>a {
  float: left;
}

.school-tags .tags-one {
  line-height: 28px;
  padding: 15px 0;
  position: relative;
  overflow: hidden;
}

.school-tags .tags-one span {
  position: absolute;
  top: 20px;
  left: 0;
}

.school-tags .tags-one a {
  text-align: center;
  padding: 0 15px;
  min-width: 80px;
  /*border: 1px solid #ececec;*/
  /*border-radius: 5px;*/
  margin: 5px 0;
  margin-right: 10px;
  height: 28px;
  color: #0f3c72;
}

.school-tags .tags-one a:hover,
.school-tags .tags-one a.active {
  color: #fff;
  background: #0f3c72;
  border-color: #0f3c72;
}

#school-list {
  padding-bottom: 50px;
  padding-top: 50px;
}

#school-list p {
  margin: 0;
}

#school-list ul {
  list-style: none;
}

.bg-img {
  background: center center no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
}

#school-list .list-container li {
  min-height: 296px;
  height: auto;
  margin-bottom: 30px;
  cursor: pointer;
  overflow: hidden;
}

.school-main {
  max-width: 470px;
  min-height: 296px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  background: rgba(255, 255, 255, .8);
  transition: background linear 0.2s;
}

.school-main img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.school-text {
  width: 100%;
  height: 100%;
  /*background: rgba(255, 255, 255, .8);*/
  position: relative;
  z-index: 10;
  padding: 50px;
  transition: background linear 0.2s;
}

#school-list li:hover .school-main {
  background: rgba(255, 255, 255, .6)
}

.school-logo {
  width: 66px;
  height: 66px;
  margin-right: 20px;
}

.school-top {
  margin-bottom: 10px;
}

.school-name {
  color: #0f3c72;
  font-size: 18px;
  line-height: 33px;
}

.school-name-en {
  font-size: 16px;
}

.school-msg {
  font-size: 15px;
  line-height: 30px;
}

.school-msg span {
  color: #0f3c72;
}

#hero {
  padding-top: 50px;
}

.d-left-logo {
  margin-right: 30px;
  width: 166px;
  margin-bottom: 20px;
}

.s-d-main .d-center-msg {
  color: #555 !important;
}

.s-d-main p {
  margin: 0;
}

.d-msg p {
  border-bottom: 1px dotted #555;
  padding: 4px 0;
}

.d-name-cn {
  font-size: 21px;
}

.s-d-main .d-name-en {
  font-size: 14px;
  color: #000 !important;
}

.d-name {
  margin-bottom: 10px;
}

.d-center-msg {
  width: 100%;
  max-width: 405px;
  margin-bottom: 30px;
}

.d-apply {
  margin-top: 50px;
}

.d-apply .d-name-cn {
  font-size: 16px;
}

.d-right-pic {
  max-width: 440px;
  width: 100%;
}

.pic-big {
  margin-bottom: 20px;
}

.right {
  float: right;
}

.pic-small .swiper-slide {
  position: relative;
  border: 2px solid transparent;
  position: relative;
  width: 97px;
}

.pic-small .swiper-slide:before,
.pic-small .swiper-slide:after {
  content: '';
  position: absolute;
  z-index: 105;
  width: 0;
  height: 0;
  visibility: hidden;
}

.pic-small .swiper-slide:before {
  top: 0;
  left: 0;
  border-left: 2px solid #0f3c72;
  border-top: 2px solid #0f3c72;
  transition: all linear 0.2s;
}

.pic-small .swiper-slide:after {
  bottom: 0;
  right: 0;
  border-right: 2px solid #0f3c72;
  border-bottom: 2px solid #0f3c72;
  transition: all linear 0.2s;
}

.pic-small .swiper-slide:hover:before,
.pic-small .swiper-slide:hover:after,
.pic-small .swiper-slide-active:before,
.pic-small .swiper-slide-active:after {
  visibility: visible;
  width: 100%;
  height: 100%;
}

.s-d-bg {
  min-height: 680px;
  height: auto;
}

.pic-big .nextCase,
.pic-big .prevCase {
  color: #0f3c72 !important;
  background: rgba(255, 255, 255, .4);
  height: 60px;
  line-height: 60px;
  font-size: 40px;
  padding: 0 2px;
  transition: all linear 0.2s;
  -webkit-transition: all linear 0.2s;
  margin-top: -30px;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 50%;
  margin-top: -45px;
  z-index: 100;
  font-family: serif;
  font-weight: bold;
  cursor: pointer;
}

.pic-big .prevCase {
  left: 20px;
}

.pic-big .nextCase {
  right: 20px;
}

.pic-big:hover .nextCase,
.pic-big:hover .prevCase {
  visibility: visible;
  opacity: 1;
}

.pic-big .nextCase:hover,
.pic-big .prevCase:hover {
  background: rgba(255, 255, 255, .8);
}

.pic-small .vjs-default-skin .vjs-big-play-button {
  transform: scale(0.5);
}

.pic-small .video-js:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 101;
}

.clear {
  clear: both;
}

.s-details-top {
  border-bottom: 1px solid #a1a1a1;
  margin-bottom: 55px;
}

.s-details-right {
  width: 100%;
}

#s-details {
  padding: 30px 0;
  margin-bottom: 50px;
}

.s-details-top a {
  color: #555;
  font-size: 16px;
  margin-right: 112px;
  padding-bottom: 5px;
  float: left;
  position: relative;
}

.s-details-top a:after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 6px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  background: #0f3c72;
  transition: all linear 0.2s;
  -webkit-transition: all linear 0.2s;
}

.s-details-top a:hover:after,
.s-details-top a.active:after {
  width: 100%;
}

.s-details-top a:last-child {
  margin-right: 0;
}

.type-two {
  width: 126px;
  padding: 0 20px;
  border: 1px solid #eaeaea;
}

.type-two a {
  display: block;
  line-height: 45px;
  height: 45px;
  border-bottom: 1px dashed #eaeaea;
  color: #555;
}

.type-two a:hover,
.type-two a.active {
  color: #0f3c72;
}

.type-two a:last-child {
  border: 0;
}

.s-details-left {
  padding-left: 30px;
  margin-bottom: 30px;
}

.s-details-msg .s-details-right {
  color: #555;
}

.hidden {
  visibility: hidden;
}

.s-details-msg .s-details-right>div {
  display: none;
}

.show {
  display: block;
}

#service-show {
  margin-top: 50px;
}

@media screen and (min-width:991px) {
  .footer-nav li:nth-child(2n-1) {}
}

@media screen and (min-width:1200px) {
  #footer .footer-content .footer-part4 {
    width: 140px;
  }

  #footer .footer-content .footer-part2 ul,
  f#footer .footer-content .footer-part3 ul {
    width: 100%;
    text-align: left;
  }
}

@media screen and (min-width:992px) and (max-width:1200px) {
  .s-details-top a {
    margin-right: 100px;
  }

  .s-d-main>div {
    float: none;
    margin: 0 auto 30px;
  }
}

@media screen and (max-width:991px) {
  .s-details-left {
    padding-left: 0;
  }

  .s-details-top a {
    display: inline-block;
    float: none;
    margin: 0 20px 15px !important;
  }

  .s-details-top {
    text-align: center;
  }

  .pic-big .nextCase,
  .pic-big .prevCase {
    visibility: visible;
    opacity: 1;
  }

  .footer-part4 ul li {
    position: static !important;
    float: left
  }

  #footer .footer-content .footer-part2 h3,
  #footer .footer-content .footer-part2 p {}

  #footer .footer-content .footer-part2 img {
    left: 0px
  }

  #footer .footer-content .footer-part2 p {
    padding-left: 25px
  }

  #footer .footer-content .footer-part1 {
    margin-bottom: 20px
  }

  .header-logo img {
    margin-bottom: 0px;
    margin-top: 11px;
  }
}

@media screen and (max-width:770px) {
  .s-d-main>div {
    float: none;
    margin: 0 auto 30px;
  }
}

@media screen and (max-width:468px) {
  .menu-extras>.menu-item>div>a {
    padding: 18px 10px;
  }

  .pic-small {
    display: none;
  }

  .d-right-pic {
    max-width: 290px;
  }

  #hero .pic-big .video-js {
    height: 191px !important;
  }
}

@media screen and (max-width:491px) {
  .ii {
    top: -37px !important;
  }

  .ii img {
    max-width: 101px !important;
  }
}

.mfcon {
  width: 50%;
  float: left;
}

@media screen and (max-width:991px) {
  .mfcon {
    width: 100%;
    float: none;
  }

  .d-right-pic {
    max-width: none
  }
}

.swiper-containermf .swiper-pagination-bullet-active {
  background: #fff;
  width: 40px;
}

.swiper-containermf .swiper-pagination-bullet {
  border-radius: 10px;
  background: #fff;
  opacity: 1;
}

#footer .container .color2 {
  color: #fff;
  font-size: 14px;
}

#footer .container .color3 {
  color: #fff;
  font-size: 33px;
}

#footer .container .hh {
  padding-left: 6%;
}

#footer .footer-title-1 {
  font-size: 14px;
  padding-bottom: 30px;
}

#footer .footer-title-2 {
  font-size: 16px;
  padding-bottom: 30px;
}

@media screen and (max-width:767px) {
  #footer .container .hh {
    padding-left: 15px;
  }

  .footer-txt-1 {
    font-size: 13px;
  }

  #footer .container .footer-part1 {
    padding-bottom: 20px;
  }

  #footer .footer-title-2 {
    font-size: 20px;
  }

  #footer .color2,
  #footer .color4 {
    font-size: 13px;
  }
}

.news-show-content .news-show-con {
  margin: 0 auto;
  float: unset;
}

.news-show-content .news-show-txt img {
  width: 100%;
  height: auto;
  padding-top: 30px;
}

.page-list {
  text-align: center;
  margin: 100px 0;
}

.page-list a {
  display: inline-block;
  padding: 5px 13px;
  border-radius: 3px;
  border: 1px solid #aaa;
  margin: 0 5px;
  transition: linear 0.2s all;
}

.page-list a:hover,
.page-list a.on {
  background: #0f3c72;
  color: #fff;
  border: 1px solid #0f3c72;
}

#privacy {
  margin-top: 30px;
  margin-bottom: 30px;
}

#privacy .privacy-text {
  margin: 0 auto;
  float: unset;
}

#privacy .privacy-text h3 {
  font-size: 25px;
  text-align: center;
  padding-bottom: 30px;
}

#privacy .privacy-text p {
  line-height: 30px;
  font-size: 13px;
  color: #757475;
}

#statement {
  margin-top: 30px;
  margin-bottom: 30px;
}

#statement .statement-text {
  margin: 0 auto;
  float: unset;
}

#statement .statement-text h3 {
  font-size: 25px;
  text-align: center;
  padding-bottom: 30px;
}

#statement .statement-text p {
  line-height: 30px;
  font-size: 13px;
  color: #757475;
}

.swiper-containermf p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 50px;
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (min-width:500px) and (max-width:767px) {
  .swiper-containermf p {
    font-size: 25px;
  }
}

@media screen and (max-width:499px) {
  .swiper-containermf p {
    font-size: 16px;
  }
}