@charset "UTF-8";

/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2017-10-18 08:57:34
 * @version $Id$
 */

@font-face {
  font-family: "HEITI";
  src: url("../font/Adobe\ 黑体\ Std\ R.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "DIN";
  src: url("../font/din-bold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "PingFangRegular";
  src: url("../font/PingFang-Regular.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "PingFangBold";
  src: url("../font/PingFang-Bold.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "PingFangMedium";
  src: url("../font/PingFang\ Medium_downcc.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "GilroyBold";
  src: url("../font/gilroy-bold-4.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy-ExtraBold";
  src: url("../font/Gilroy-ExtraBold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "GilroyMedium";
  src: url("../font/Gilroy-Medium-2.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

/* header */
header {
  width: 100%;
  position: absolute;
  height: 100px;
  z-index: 999;
  width: 100%;
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.5); */
}

.headtop {
  width: 100%;
  overflow: hidden;
  background-color: #126c38;
}

.topmain {
  display: flex;
  height: 60px;
  align-items: center;
  justify-content: flex-end;
  color: #fff;
}

.topmain p {
  margin-left: 10px;
  margin-right: 28px;
}

.header-main {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo img {
  width: 100%;
}

.nav-ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.head-r {
  display: flex;
}

.head-lang {
  display: flex;
}

.nav-ul li>a {
  display: block;
  font-size: 18px;
  line-height: 58px;
  text-align: right;
  color: #fff;
  position: relative;
  /* transition: all 0.3s; */
  text-transform: uppercase;
  margin-left: 60px;
  font-family: "PingFangRegular";
}

.nav-ul li>a::after {
  position: absolute;
  height: 4px;
  width: 100%;
  background: #fff;
  content: "";
  left: 0;
  bottom: 0;
  opacity: 0;
}

.headbom {
  position: relative;
  z-index: 999;
  padding-top: 20px;
}

.nav-ul li:hover>a::after {
  opacity: 1;
}

.nav-ul li.nav-active a::after {
  opacity: 1;
}

.nav-ul li {
  position: relative;
}

.nav-sub {
  position: absolute;
  top: 58px;
  z-index: 99;
  width: 100%;
  display: none;
}

.nav-sub dl dd {
  background: #e66621;
  width: 100%;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin-bottom: 2px;
}

.nav-sub dl dd a {
  color: #fff;
}

.nav-sub dl dd:hover {
  background: #e66621;
}

.head-lang-box {
  display: flex;
  width: 180px;
  justify-content: center;
  align-items: center;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  height: 100px;
  position: relative;
}

.head-on .head-lang-box,
.newsdetail-head .head-lang-box {
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
}

.lang-sub {
  position: absolute;
  background: #fff;
  top: 100px;
  width: 100%;
  display: none;
}

.lang-sub a {
  display: block;
  line-height: 64px;
  height: 64px;
  text-align: center;
  border-bottom: 1px solid #d5d5d5;
}

.lang-sub a:last-child {
  border-bottom: none;
}

.lang-sub a:hover {
  color: #e66621;
}

.head-lang-box>img {
  width: 22px;
}

.head-langimg {
  margin-right: 28px;
}

.head-langtxt img {
  display: block;
  margin-left: 12px;
  width: 13px;
  height: 8px;
}

.head-langtxt {
  font-size: 18px;
  color: #fff;
  display: flex;
  align-items: center;
}

.head-langimg img:last-child {
  display: none;
}

.head-sou img:last-child {
  display: none;
}

.head-langtxt img:last-child {
  display: none;
}

.head-sou {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 60px;
}

.head-soum {
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 999;
  height: 100px;
  display: none;
}

.head-soum-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.head-soum form {
  width: 41%;
  display: flex;
  position: relative;
  height: 46px;
  line-height: 46px;
}

.head-soum input {
  border: none;
  border-bottom: 1px solid #4e4e4e;
  width: 100%;
}

.head-soum button {
  border: none;
  background: none;
  position: absolute;
  right: 0;
}

.head-on,
.newsdetail-head {
  background: #fff;
}

.head-on .nav-ul li>a,
.newsdetail-head .nav-ul li>a {
  color: #333333;
}

.head-on .nav-ul li:hover a,
.head-on .nav-ul li.nav-active a {
  color: #e66621;
}

.newsdetail-head .nav-ul li:hover a,
.newsdetail-head .nav-ul li.nav-active a {
  color: #e66621;
}

.head-on .head-langtxt,
.newsdetail-head .head-langtxt {
  color: #333333;
}

.head-on .head-langimg img:last-child,
.newsdetail-head .head-langimg img:last-child {
  display: block;
}

.head-on .head-langimg img:first-child,
.newsdetail-head .head-langimg img:first-child {
  display: none;
}

.head-on .head-sou img:last-child,
.newsdetail-head .head-sou img:last-child {
  display: block;
}

.head-on .head-sou img:first-child,
.newsdetail-head .head-sou img:first-child {
  display: none;
}

.head-on .head-langtxt img:last-child,
.newsdetail-head .head-langtxt img:last-child {
  display: block;
}

.head-on .head-sou img:first-child,
.newsdetail-head .head-sou img:first-child {
  display: none;
}

.head-on .logo img:last-child,
.newsdetail-head .logo img:last-child {
  display: block;
}

.head-on .logo img:first-child,
.newsdetail-head .logo img:first-child {
  display: none;
}

.head-on,
.newsdetail-head {
  border-bottom: none;
}

.head-on .head-langtxt .lan-arrow-white {
  display: none !important;
}

.newsdetail-head .head-langtxt .lan-arrow-white {
  display: none !important;
}

@media (max-width: 1400px) {
  .nav-ul li>a {
    font-size: 16px;
  }

  .headbom {
    padding-top: 20px;
  }
}

@media (max-width: 1200px) {
  .nav-ul li>a {
    margin: 0 10px;
  }

  .hotline-wrap p {
    margin-left: 8px;
  }
}

@media (max-width: 991px) {
  .nav-ul {
    display: none;
  }

  .hotline-wrap {
    display: none;
  }

  .header-main {
    height: 70px;
    border: none;
  }

  .head-lang {
    display: none;
  }

  .logo {
    width: 50px;
  }

  .logo img {
    width: 100%;
  }

  .headbom {
    height: 0;
  }

  .topmain img {
    display: none;
  }

  .topmain p {
    display: none;
  }

  .topmain {
    height: 70px;
  }

  .logo {
    width: 65px;
    top: -64px;
  }

  header {
    height: 70px;
    position: absolute;
  }

  .headbom {
    padding: 0 30px;
  }
}

@media (max-width: 500px) {
  .headbom {
    padding: 0 15px;
  }
}

/* banner */
.banner-btn .container {
  position: relative;
}

.banner-btn {
  position: relative;
  top: -110px;
}

.banner-swiper .swiper-button-next {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.3);
  background: url("../img/banner-next.png") no-repeat center;
  border: 2px solid #fff;
}

.banner-swiper .swiper-button-prev {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.3);
  background: url("../img/banner-prev.png") no-repeat center;
  border: 2px solid #fff;
  left: auto;
  right: 68px;
}

/* 底部 */
#footer {
  width: 100%;
  padding-top: 70px;
  padding-bottom: 40px;
  background: #f9f9f9;
  overflow: hidden;
}

.footer-top {
  display: flex;
  justify-content: space-between;
}

.footer-topl {
  width: 50%;
  display: flex;
}

.footer-topr {
  width: 50%;
}

.footer-navul {
  display: flex;
  justify-content: space-between;
}

.footer-copy {
  display: flex;
  padding-top: 40px;
  justify-content: space-between;
  margin-top: 60px;
  font-size: 18px;
  color: #a0a0a0;
}

.footer-topltxt {
  margin-top: 20px;
  line-height: 35px;
}

.footer-navul li>a {
  font-size: 26px;
  color: #fff;
  font-family: "SanRegular";
}

.footer-lastrowtxt {
  font-family: "SanRegular";
  font-size: 18px;
}

.footer-navul li dl dd {
  line-height: 35px;
  display: flex;
}

.footer-navul li dl dd .footerdd-img {
  text-align: center;
  width: 22px;
  margin-right: 12px;
}

.footer-navul li dl dd.last-dd {
  padding-left: 35px;
}

.footcode {
  color: #fff;
}

.footer-code {
  margin-top: 30px;
}

.footer-code h4 {
  margin-top: 18px;
  text-align: center;
  color: #b5b5b5;
}

.footer-navul li dl dd a {
  color: #fff;
  font-size: 18px;
}

.footer-nav-t {
  color: #fff;
}

.footer-contact dl dd a {
  display: block;
}

.footer-contact-icon {
  padding-right: 12px;
}

.footer-nav-line span {
  display: block;
  width: 186px;
  height: 10px;
}

.footer-nl-l {
  background: #e60012;
  margin-right: 5px;
}

.footer-nl-r {
  background: #1d2088;
}

.footer-nav-line {
  display: flex;
  margin: 14px 0 8px;
}

.footer-nav-since {
  display: flex;
  align-items: center;
}

.since-line {
  width: 125px;
  height: 1px;
  background: #b5b5b5;
}

.footer-nav-since span {
  display: block;
  color: #b5b5b5;
  padding: 0 10px;
}

.footer-nav-logo {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.footer-nav-logol {
  margin-right: 30px;
}

.footer-lastrow {
  display: flex;
  margin-bottom: 30px;
}

.footer-lastrowimg {
  width: 48px;
  height: 48px;
  border: 1px solid #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 30px;
}

.footer-last {
  margin-top: 55px;
}

.footer-lastrowtxt {
  color: #fff;
}

.footer-logo {
  margin-bottom: 50px;
}

@media (max-width: 991px) {
  .footer-topr {
    width: 100%;
  }

  .footer-copy {
    display: block;
    text-align: center;
    padding-top: 20px;
    margin-top: 0px;
    font-size: 16px;
  }

  .footcode {
    display: none;
  }

  .footer-logobox {
    display: none;
  }

  #footer {
    padding-top: 50px;
  }

  .footer-copy {
    margin-top: 50px;
  }

  .footer-navul li>a {
    font-size: 20px;
  }

  .footer-navul li dl dd a {
    font-size: 16px;
  }

  .footer-navul li dl {
    margin-top: 20px;
  }

  .footer-last {
    margin-top: 20px;
  }

  .footer-lastrowtxt {
    font-size: 16px;
  }

  .footer-lastrow {
    font-size: 16px;
  }

  .banner-swiper .swiper-button-prev {
    width: 40px;
    height: 40px;
    top: 20px;
  }

  .banner-swiper .swiper-button-next {
    width: 40px;
    height: 40px;
    top: 20px;
  }

  .banner-btn {
    top: -45px;
  }
}

@media (max-width: 600px) {
  .footer-contact {
    width: 100% !important;
  }

  .footer-topl-code {
    display: none;
  }

  .footer-navul {
    flex-wrap: wrap;
  }

  .footer-navul li {
    width: 33.3333%;
    margin-bottom: 20px;
  }

  .footer-navul li:last-child {
    width: 100%;
  }

  .footer-navul li dl dd {
    line-height: 28px;
  }

  .footer-navul li dl {
    margin-top: 15px;
  }

  #footer {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .footer-copy {
    display: block;
    text-align: center;
    line-height: 30px;
  }

  .footer-copy {
    font-size: 14px;
  }

  .footer-navul li dl dd a {
    font-size: 14px;
  }

  .footer-navul li>a {
    font-size: 16px;
  }

  .footer-lastrowtxt {
    font-size: 14px;
  }

  .footer-copy {
    margin-top: 0;
  }
}

@media (max-width: 500px) {
  .footer-navul li {
    width: auto;
  }
}

.footer-topl-code {
  padding-right: 36px;
}

.footer-topr-txt img {
  margin-bottom: 10px;
}

.footer-topr-txt p {
  color: #a0a0a0;
  font-size: 18px;
  line-height: 30px;
}

.footer-navul li dl dd a {
  color: #a0a0a0;
}

.copy-r a {
  color: #a0a0a0;
  margin: 0 5px;
}

.footer-navul li dl dd {
  margin-bottom: 15px;
}

@media (max-width: 1400px) {
  .footer-topr-txt img {
    width: 100%;
  }

  .footer-topr-txt p {
    font-size: 16px;
  }

  .footer-navul li dl dd a {
    font-size: 16px;
  }

  .footer-topr {
    margin-left: 50px;
  }

  .footer-copy {
    font-size: 16px;
  }
}

@media (max-width: 1200px) {
  .footer-top {
    display: block;
  }

  .footer-topl {
    width: 100%;
  }

  .footer-topr {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }

  .footer-navul li dl dd {
    margin-bottom: 5px;
  }
}

.head-top {
  position: absolute;
  z-index: 99;
  width: 100%;
}

.head-topbox {
  display: flex;
  justify-content: space-between;
  color: #fff;
  height: 80px;
  align-items: center;
}

.head-top-line {
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  width: 100%;
}

.head-topbox span {
  font-family: "PingFangRegular";
}

.head-menubtn {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.head-menubtn img {
  margin-right: 16px;
}

.head-search-logo img {
  margin-right: 10px;
}

.banner-txt {
  position: absolute;
  z-index: 66;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
}

.banner-txt h3 {
  font-size: 32px;
  color: #fff;
}

.banner-txt h4 {
  font-family: "PingFangBold";
  color: #fff;
  font-size: 50px;
  margin-top: 20px;
}

.foottop {
  display: flex;
  justify-content: space-between;
}

.foottop-tel {
  display: flex;
}

.foottop-l {
  width: 24%;
}

.foottop-nav ul {
  display: flex;
  flex-wrap: wrap;
}

.foottop-nav ul li {
  width: 33%;
}

.foottop-nav ul li a {
  font-family: "PingFangMedium";
  margin-bottom: 15px;
  display: block;
  color: #1a1a1a;
}

.foottop-tel {
  width: 45%;
  justify-content: space-between;
}

.footertop-tel-txt p {
  font-family: "PingFangRegular";
}

.footertop-tel h3 {
  font-size: 42px;
  color: #23427b;
  font-family: "GilroyBold";
  padding: 50px 0 30px;
}

.footer-copy {
  font-family: "PingFangRegular";
  font-size: 14px;
}

.footer-copy-l p {
  margin-bottom: 5px;
  color: #888888;
}

.footer-copy-l span {
  color: #bababa;
}

.mask {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 6666;
}

.xmenu {
  width: 28%;
  background: #fff;
  z-index: 9999;
  position: fixed;
  height: 100%;
  top: 0;
  left: -100%;
  padding-left: 160px;
  padding-top: 32px;
  transition: all 0.5s;
}

.xmenu-logo {
  padding: 50px 0 80px;
}

.xmenu ul li a {
  font-family: "PingFangMedium";
  font-size: 24px;
  color: #888888;
  line-height: 50px;
}

.xmenu-cha {
  cursor: pointer;
}

.xmenu-tel {
  margin-top: 180px;
}

.xmenu-tel h3 {
  font-size: 16px;
  color: #888888;
  font-family: "PingFangRegular";
}

.xmenu-tel h4 {
  font-size: 32px;
  color: #1a1a1a;
  margin-top: 16px;
}

.mask {
  display: none;
}

@media (max-width: 1400px) {
  .xmenu {
    width: 50%;
  }
}

@media (max-width: 1200px) {
  .banner-txt h4 {
    font-size: 30px;
  }

  .foottop-tel {
    width: 50%;
  }
}

@media (max-width: 991px) {
  .banner-txt h4 {
    font-size: 26px;
  }

  .banner-txt h3 {
    font-size: 24px;
  }

  .xmenu {
    width: 100%;
    padding-left: 50px;
  }

  .foottop {
    display: block;
  }

  .foottop-l {
    width: 100%;
  }

  .foottop-tel {
    width: 100%;
    margin-top: 30px;
  }

  .footertop-tel h3 {
    font-size: 30px;
  }

  .head-topbox {
    height: 50px;
  }
}

@media (max-width: 768px) {
  #banner .swiper-slide img {
    height: 400px;
    width: auto;
    position: relative;
  }

  .banner-txt h4 {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (max-width: 500px) {
  .footertop-tel h3 {
    padding: 20px 0;
  }

  .foottop-tel {
    display: block;
  }

  .foottop-code {
    margin-top: 20px;
  }

  .xmenu-logo {
    padding: 30px 0;
  }
}

.habout {
  background: #23427b;
  padding: 150px 0 180px;
  color: #fff;
}

.habout-box {
  display: flex;
  overflow: hidden;
}

.habout-boxl {
  width: 50%;
  font-family: "GilroyMedium";
  font-size: 64px;
  line-height: 64px;
  text-transform: uppercase;
}

.habout-boxr {
  width: 50%;
}

.habout-boxl p {
  margin-bottom: 10px;
}

.habout-boxr a span {
  color: #fff;
}

.habout-boxr p {
  font-size: 24px;
  line-height: 50px;
  font-family: "PingFangRegular";
}

.habout-boxr a {
  display: block;
  margin-top: 80px;
}

.habout-boxr a img {
  margin-left: 10px;
}

.hometit {
  font-size: 42px;
}

.tc {
  text-align: center;
}

.hpro {
  background: #f5f5f5;
  padding: 80px 0;
}

.hpro-tit {
  color: #23427b;
}

.hpro-box {
  margin-top: 50px;
  position: relative;
}

.hpro-img {
  border-radius: 10px;
  overflow: hidden;
}

.hpro {
  overflow: hidden;
}

.hpro-img img {
  width: 100%;
}

.hpro .swiper-container {
  overflow: inherit;
}

.hpro-text {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 30px;
  align-items: center;
}

.hpro-texttit {
  font-size: 20px;
  color: #1a1a1a;
  font-family: "PingFangBold";
}

.hpro-boxswiper .swiper-slide a:hover .hpro-text {
  border-bottom: 1px solid #23427b;
}

.hpro-boxswiper .swiper-slide a:hover .hpro-texttit {
  color: #23427b;
}

.hpro-boxswiper .swiper-button-prev {
  left: 50%;
  right: auto;
  bottom: 0;
  top: auto;
  background: #fff url("../img/left-arrow.png") no-repeat center;
  width: 63px;
  height: 63px;
  border-radius: 50px;
  transform: translateX(-80px);
}

.hpro-boxswiper .swiper-button-next {
  right: 50%;
  bottom: 0;
  top: auto;
  background: #fff url("../img/right-arrow.png") no-repeat center;
  width: 63px;
  height: 63px;
  border-radius: 50px;
  transform: translateX(80px);
}

.hpro-boxswiper {
  padding-bottom: 130px;
}

.hnews {
  padding: 85px 0 160px;
}

.hnews-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hnews-title h4 span {
  display: block;
  width: 20px;
  height: 20px;
  background: #23427b url("../img/more-arrow.png") no-repeat center;
  border-radius: 50px;
  margin-left: 10px;
}

.hnews-title h4 {
  display: flex;
  align-items: center;
}

.hnews-title h3 {
  color: #1a1a1a;
}

.hnews-box {
  margin-top: 60px;
  display: flex;
  overflow: hidden;
}

.hnews-l {
  width: 50%;
  padding-right: 87px;
}

.hnews-r {
  width: 50%;
  padding-left: 87px;
  border-left: 1px solid #f0f0f0;
}

.hnews-l a {
  display: block;
}

.hnews-l h3 {
  margin-top: 40px;
}

.hnews-limg {
  border-radius: 10px;
  overflow: hidden;
}

.hnews-r ul li a {
  display: flex;
  justify-content: space-between;
}

.hnews-r ul li {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.hnews-box h3 {
  font-size: 20px;
  font-family: "PingFangMedium";
  color: #1a1a1a;
  line-height: 32px;
}

.hnews-rimg {
  padding-left: 60px;
}

.hnews-rtxt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hnews-box h4 {
  margin-top: 20px;
  display: flex;
  align-items: center;
}

.hnews-box h4 img {
  margin-right: 10px;
}

.hnews-r ul li:hover h3 {
  color: #23427b;
}

.hcase {
  background: url("../img/hcase-bg.jpg") no-repeat center;
  padding: 130px 0 150px;
}

.hcase-tit {
  display: flex;
  color: #fff;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}

.hcase-tit h4 {
  width: 45%;
  line-height: 35px;
}

.hcase-box {
  margin-top: 120px;
}

.hcase-box ul {
  display: flex;
  justify-content: space-between;
}

.hcase {
  overflow: hidden;
}

.hcase-box ul li {
  width: 14.6%;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}

.hcase-box ul li {
  display: block;
  transition: all 0.5s;
}

.hcase-box ul li .hcase-img {
  overflow: hidden;
}

.hcase-itit {
  position: absolute;
  top: 70px;
  left: 50px;
  writing-mode: vertical-rl;
  font-size: 26px;
  color: #fff;
  font-family: "PingFangRegular";
  letter-spacing: 5px;
}

.hcase-box ul li.on {
  width: 52.25%;
}

.hcase-img {
  position: relative;
}

.hcase-img::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}

.hcase-txt {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(36, 67, 123, 0.5);
  opacity: 0;
  transition: all 0.5s;
}

.hcase-box ul li.on .hcase-img::after {
  display: none;
}

.hcase-box ul li.on .hcase-txt {
  opacity: 1;
}

.hcase-txt h3 {
  font-size: 32px;
  color: #fff;
  font-family: "PingFangRegular";
}

.hcase-txt {
  padding: 70px 50px;
}

.hcase-txt h4 {
  padding: 50px 0;
  font-size: 18px;
  color: #fff;
  line-height: 35px;
  font-family: "PingFangMedium";
}

.hcase-box ul li.on .hcase-itit {
  display: none;
}

.hcase-txt a {
  font-size: 14px;
  display: flex;
  font-family: "PingFangMedium";
  width: 128px;
  height: 47px;
  border: 1px solid #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.hcase-txt a img {
  margin-left: 10px;
}

.germany {
  padding: 170px 0 100px;
}

.germany-down {
  width: 68px;
  height: 68px;
  border: 1px solid #e3e3e3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.germany-tit {
  text-align: center;
  font-size: 140px;
  line-height: 140px;
  text-transform: uppercase;
  font-family: "Gilroy-ExtraBold";
  color: #23427b;
  padding-top: 200px;
  position: relative;
  z-index: 999;
}

.germany h3 {
  width: 612px;
  text-align: center;
  margin: 0 auto;
  font-size: 24px;
  font-family: "PingFangMedium";
  color: #1a1a1a;
  line-height: 32px;
  padding: 40px 0 80px;
}

.germany-box {
  position: relative;
}

.brand2 .animate .yun {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: contain;
  transition: all 0.5s;
}

.brand2 .animate .yun1 {
  left: 20px;
  right: 0;
  top: 0;
}

.brand2 .animate .yun2 {
  left: 553px;
  top: 0;
}

.brand2 .animate .yun3 {
  top: 0;
  right: 165px;
  left: auto;
}

.brand2 .animate .yun4 {
  top: 348px;
  right: 120px;
  left: auto;
}

.scrollToTopBtn {
  width: 68px;
  height: 68px;
  border: 1px solid #e3e3e3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 322px;
  right: 37px;
  z-index: 9999;
  cursor: pointer;
  background: #f9f9f9;
}

@media (max-width: 1600px) {
  .habout-boxl {
    font-size: 50px;
  }

  .habout-boxr a {
    margin-top: 40px;
  }

  .germany-tit p {
    font-size: 100px;
    line-height: 100px;
  }
}

@media (max-width: 1400px) {
  .hcase {
    padding: 80px 0;
  }
}



@media (max-width: 1200px) {
  .brand2 .animate .yun3 {
    width: 150px;
  }

  .brand2 .animate .yun1 {
    width: 250px;
  }

  .brand2 .animate .yun2 {
    left: 36%;
  }

  .germany-tit p {
    font-size: 60px;
    line-height: 60px;
  }

  .brand2 .animate .yun3 {
    right: 0;
  }

  .germany h3 {
    position: relative;
    z-index: 99;
  }

  .hnews-box {
    display: block;
  }

  .hnews-l {
    width: 100%;
    padding: 0;
  }

  .hnews-r {
    width: 100%;
    padding: 0;
    margin-top: 50px;
  }

  .hnews {
    padding: 50px 0;
  }
}

@media (max-width: 991px) {
  .germany h3 {
    width: 100%;
  }

  .habout-box {
    display: block;
  }

  .habout-boxl {
    width: 100%;
  }

  .habout-boxr {
    width: 100%;
  }

  .habout {
    padding: 50px 0;
  }

  .habout-boxl {
    font-size: 32px;
    line-height: 32px;

  }

  .hpro {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .hometit {
    font-size: 24px;
  }

  .hcase-tit h4 {
    width: 70%;
  }

  .hcase-box ul li {
    width: 100%;
    margin-bottom: 20px;
  }

  .hcase-box ul {
    display: block;
  }

  .hcase {
    background-size: cover;
  }

  .hcase-box ul li.on {
    width: 100%;
  }

  .hcase-img img {
    width: 100%;
  }

  .hcase-txt {
    padding: 30px;
  }
}

@media (max-width: 480px) {
  .hcase-txt h4 {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    padding: 20px 0;
  }
}


/* 联系我们 */
.inisde-txt h3 {
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 28px;
}

.inisde-txt {
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.tc {
  text-align: center;
}

.inisde-txt h4 {
  font-size: 32px;
  line-height: 32px;
  opacity: 0.6;
}

.contact-wrap {
  padding-top: 162px;
  overflow: hidden;
}

.flex {
  display: flex;
}

.contact-list {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 128px;
}

.contact-item {
  flex-direction: column;
  justify-content: center;
  transition: all 0.5s;
  align-items: center;
  flex:2
}
.contact-item:first-child{
  flex: 1;
}
.contact-item:last-child{
  flex: 1;
}

.contact-img {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f7f7f7;
  border-radius: 50%;
  transition: all 0.5s;
  margin-bottom: 38px;
}

.contact-img {
  transition: all 0.5s;
}

.contact-icon-on {
  display: none;
}

.contact-title {
  font-size: 16px;
  line-height: 24px;
  color: #888888;
  text-align: center;
}

.contact-intro {
  font-size: 20px;
  line-height: 24px;
  color: #1a1a1a;
  text-align: center;
  margin-top: 18px;
  transition: all 0.5s;
}

.contact-item:hover .contact-img {
  background-color: #23427b;
}

.contact-item:hover .contact-icon-on {
  display: block;
}

.contact-item:hover .contact-icon {
  display: none;
}

.contact-item:hover .contact-intro {
  color: #23427b;
}

.contact-bom {
  margin-bottom: 116px;
}

.flex-1 {
  width: 50%;
}

.contact-bomform {
  display: flex;
  flex-direction: column;
  padding: 90px 80px 55px;
  background-color: #f7f7f7;
}

.contact-bomform h3 {
  font-size: 32px;
  line-height: 32px;
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 54px;
}

.cform-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}

.cform-all {
  width: 100%;
}

.cform-flex .cform-item {
  width: calc(50% - 17px);
}

.cform-flex {
  justify-content: space-between;
  align-items: center;
}

.cform-label {
  font-size: 16px;
  color: #1a1a1a;
  line-height: 24px;
  margin-bottom: 5px;
}

.cform-label span {
  color: #df0909;
}

.cform-item input {
  outline: none;
  appearance: none;
  border: 1px solid #dbdbdb;
  box-sizing: border-box;
  height: 43px;
  width: 100%;
  padding: 0 10px;
  line-height: 41px;
}

.cform-item textarea {
  outline: none;
  appearance: none;
  border: 1px solid #dbdbdb;
  box-sizing: border-box;
  min-height: 148px;
  width: 100%;
  padding: 10px;
  line-height: 24px;
}

.cform-button {
  justify-content: flex-end;
  align-items: center;
  margin-top: 32px;
}

.verify {
  width: 240px;
  height: 58px;
  background-color: #fff;
  padding: 0px 10px;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin-right: 14px;
}

.verify img {
  width: 100px;
  height: 44px;
  margin-right: 16px;
}

.verify input {
  flex: 1;
  outline: none;
  appearance: none;
  border: none;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  color: #adadad;
}

.cform-button button {
  width: 138px;
  height: 58px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #23427b;
  border: none;
}

@media (max-width: 1600px) {
  .contact-bomform {
    padding-top: 0px;
    padding-bottom: 0px;
    justify-content: center;
  }
}

@media (max-width: 1400px) {
  .contact-bomform {
    padding-left: 40px;
    padding-right: 40px;
  }

  .cform-item {
    margin-bottom: 18px;
  }

  .cform-item textarea {
    min-height: 120px;
  }

  .contact-bomform h3 {
    margin-bottom: 32px;
  }
}

@media (max-width: 1200px) {
  .inisde-txt h3 {
    font-size: 42px;
    line-height: 42px;
    margin-bottom: 20px;
  }

  .inisde-txt h4 {
    font-size: 24px;
    line-height: 24px;
  }

  .contact-wrap {
    padding-top: 100px;
  }

  .contact-list {
    margin-bottom: 80px;
  }

  .contact-bom {
    flex-wrap: wrap;
  }

  .contact-bomitem,
  .contact-bomform {
    width: 100%;
  }

  .contact-bomform {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (max-width: 991px) {
  .contact-list {
    flex-wrap: wrap;
  }

  .contact-item {
    width: 100%;
    margin-bottom: 18px;
  }

  .contact-wrap {
    padding-top: 50px;
  }

  .contact-list {
    margin-bottom: 20px;
  }

  .inisde-txt h3 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 12px;
  }

  .inisde-txt h4 {
    font-size: 20px;
    line-height: 20px;
  }

  .contact-img {
    margin-bottom: 18px;
  }

  .contact-intro {
    margin-top: 8px;
  }

  .contact-bom {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .contact-bomform {
    padding: 20px 15px;
  }

  .contact-bomform h3 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 15px;
  }

  .cform-flex {
    flex-wrap: wrap;
  }

  .cform-flex .cform-item {
    width: 100%;
  }

  .cform-item {
    margin-bottom: 16px;
  }

  .verify {
    width: 200px;
    height: 46px;
  }

  .verify img {
    width: 80px;
    height: 35px;
  }

  .verify input {
    width: calc(100% - 90px);
    flex: auto;
  }

  .cform-button button {
    width: 100px;
    height: 46px;
  }
}

@media (max-width: 449px) {
  .inisde-txt h3 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 8px;
  }

  .inisde-txt h4 {
    font-size: 14px;
    line-height: 14px;
  }

  .cform-button {
    margin-top: 20px;
  }
}

/* 新闻资讯 */
.news-wrap {
  padding-top: 115px;
  padding-bottom: 70px;
  overflow: hidden;
  width: 100%;
}

.news-list {
  justify-content: space-between;
  flex-wrap: wrap;
}

.news-list li {
  width: calc(100% / 3 - 32px);
  margin-bottom: 65px;
}

.news-info {
  padding: 30px 50px 28px 40px;
  background-color: #f5f5f5;
  transition: all 0.4s;
}

.news-info .news-time {
  color: #23427b;
  font-size: 16px;
  line-height: 16px;
  transition: all 0.4s;
  margin-bottom: 16px;
  display: block;
}

.news-info h3 {
  font-size: 20px;
  line-height: 24px;
  color: #1a1a1a;
  min-height: 48px;
  transition: all 0.4s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news-info p {
  font-size: 16px;
  line-height: 24px;
  margin-top: 26px;
  color: #888;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.4s;
}

.news-info:hover {
  background-color: #23427b;
}

.news-info:hover .news-time {
  color: #fff;
}

.news-info:hover h3 {
  color: #fff;
}

.news-info:hover p {
  color: #fff;
}

@media (max-width: 1200px) {
  .news-list li {
    width: calc(100% / 3 - 16px);
    margin-bottom: 40px;
  }

  .news-info {
    padding-right: 30px;
    padding-left: 25px;
  }
}

@media (max-width: 991px) {
  .news-list li {
    width: 100%;
    margin-bottom: 20px;
  }

  .news-info {
    padding: 15px;
  }

  .news-wrap {
    padding-top: 45px;
    padding-bottom: 20px;
  }

  .news-info h3 {
    min-height: 24px;
  }

  .news-info p {
    margin-top: 10px;
  }
}

/* 新闻详情 */
.news-detail-banner {
  width: 100%;
  height: 500px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  background-color: #23427b;
}

.news-detail-title {
  color: #fff;
  padding-bottom: 55px;
  width: 100%;
  text-align: center;
}

.news-detail-title h3 {
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 36px;
}

.newsdetail-wrap {
  width: 100%;
  overflow: hidden;
  padding-top: 145px;
  padding-bottom: 155px;
  display: flex;
  justify-content: center;
}

.newsdetail-main {
  color: #333;
  line-height: 36px;
  font-size: 18px;
  padding-bottom: 85px;
}

.newsdetail-width {
  width: 1000px;
}

.newsdetail-main img {
  margin-top: 20px;
  margin-bottom: 20px;
}

.newsd-page {
  width: 100%;
  padding-top: 35px;
  border-top: 1px solid #e5e5e5;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.newsd-item {
  width: calc(50% - 30px);
  background-color: #f5f5f5;
  padding: 24px 30px 20px;
  font-size: 16px;
  line-height: 24px;
}

.newsd-item p {
  color: #888;
  margin-bottom: 5px;
}

.newsd-item a {
  color: #333;
}

.newsd-item a:hover {
  color: #23427b;
}

@media (max-width: 1000px) {
  .newsdetail-wrap {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .newsdetail-width {
    width: 100%;
  }

  .newsdetail-main img {
    width: 100%;
  }

  .newsdetail-main {
    padding-bottom: 30px;
  }

  .newsd-page {
    padding-top: 20px;
    flex-wrap: wrap;
  }

  .newsd-item {
    width: 100%;
    margin-bottom: 15px;
    padding: 10px 15px;
  }

  .newsd-item:last-child {
    margin-bottom: 0px;
  }
}

@media (max-width: 991px) {
  .news-detail-title h3 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 10px;
  }
}

/* 招商加盟 */
.recruitment-wrap {
  padding-top: 112px;
}

.recurit-title {
  text-align: center;
  color: #1a1a1a;
  font-size: 42px;
  line-height: 42px;
}

.support-list {
  margin-top: 90px;
  margin-bottom: 108px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.support-item {
  width: calc(100% / 3 - 46px);
  box-shadow: 0px 0px 10px #eee;
  border-radius: 40px;
  background-color: #fff;
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  padding-bottom: 30px;
  align-items: center;
}

.tech-icon {
  min-height: 61px;
}

.support-item h4 {
  margin-top: 50px;
  font-size: 28px;
  line-height: 30px;
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 28px;
}

.support-item p {
  font-size: 18px;
  line-height: 32px;
  color: #666;
  padding: 0 90px;
  text-align: center;
  min-height: 160px;
}

/* 加盟条件 */
.condition-wrap {
  background: url(../img/ad-bg.jpg) no-repeat center;
  background-size: cover;
  padding-top: 168px;
  width: 100%;
  overflow: hidden;
}

.condition-list {
  margin-top: 70px;
  display: flex;
  margin-bottom: 86px;
  justify-content: space-between;
}

.condition-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 170px;
}

.condition-item:last-child {
  margin-right: 0px;
}

.condition-item p {
  font-size: 16px;
  color: #333;
  line-height: 32px;
  min-height: 160px;
  text-align: center;
}

.condition-num {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1a1a1a;
  font-size: 24px;
  border-radius: 50%;
  transition: all 0.4s;
  background-color: #fff;
  margin-bottom: 12px;
}

.condition-item .condition-num:hover {
  background-color: #23427b;
  color: #fff;
}

.consult-wrap {
  background: url(../img/recruitment-img.jpg) no-repeat center;
  background-size: cover;
  width: 100%;
  overflow: hidden;
}

.consult-main {
  padding-top: 155px;
  padding-left: 335px;
  display: flex;
}

.consult-phone {
  margin-right: 120px;
}

.consult-title {
  text-align: left;
}

.consult-info {
  padding-top: 82px;
}

.consult-text {
  margin-top: 30px;
  color: #1a1a1a;
  line-height: 32px;
  font-size: 18px;
  margin-bottom: 28px;
}

.consult-btn {
  display: flex;
  width: 116px;
  height: 44px;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  background-color: #24427b;
  border-radius: 5px;
}

@media (max-width: 1400px) {
  .support-item {
    width: calc(100% / 3 - 26px);
  }

  .support-item p {
    padding: 0 40px;
  }
}

@media (max-width: 1200px) {
  .support-item {
    padding-top: 50px;
  }

  .support-item p {
    padding: 0 20px;
    min-height: 96px;
  }

  .condition-wrap {
    padding-top: 100px;
  }

  .condition-item {
    margin-right: 60px;
  }

  .condition-item p {
    min-height: 96px;
  }

  .consult-main {
    padding-top: 100px;
    padding-left: 200px;
  }
}

@media (max-width: 991px) {
  .support-item {
    width: 100%;
    padding-top: 30px;
    margin-bottom: 20px;
  }

  .support-item:last-child {
    margin-bottom: 0px;
  }

  .recruitment-wrap {
    padding-top: 50px;
  }

  .support-item p {
    padding: 0 40px;
  }

  .recurit-title {
    font-size: 32px;
    line-height: 32px;
  }

  .support-list {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .support-item h4 {
    font-size: 24px;
    line-height: 24px;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .support-item p {
    padding: 0 15px;
    min-height: 24px;
  }

  .condition-wrap {
    padding-top: 40px;
  }

  .condition-item {
    margin-right: 20px;
  }

  .condition-list {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .consult-main {
    padding-top: 60px;
    padding-left: 20px;
  }

  .consult-phone {
    margin-right: 40px;
  }

  .consult-info {
    padding-top: 50px;
  }
}

@media (max-width: 767px) {
  .condition-item {
    flex: auto;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .condition-list {
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .condition-item p {
    min-height: 24px;
    line-height: 24px;
  }

  .consult-main {
    flex-wrap: wrap;
    padding-left: 0px;
    padding-bottom: 30px;
    padding-top: 30px;
  }

  .consult-info {
    width: 100%;
    padding-top: 20px;
  }

  .consult-text {
    margin-top: 18px;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 24px;
  }
}

/* 服务支持 */
.service-wrap {
  padding-top: 198px;
  overflow: hidden;
  width: 100%;
  background-color: #fbfbfb;
}

.service-top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 127px;
  background: url(../img/service-txt.png) no-repeat left bottom;
}

.service-top-title {
  width: 50%;
  font-size: 42px;
  line-height: 42px;
  color: #23427b;
}

.service-topright {
  font-size: 18px;
  line-height: 32px;
  width: 50%;
  color: #1a1a1a;
}

.service-topright p {
  margin-bottom: 28px;
}

.service-topright p:last-child {
  margin-bottom: 0px;
}

.service-list {
  margin-top: 46px;
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
}

.service-item {
  flex: 1;
  height: 215px;
  /* background-color: #fff; */
  border-radius: 20px;
  display: flex;
  transition: all 0.3s;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 25px;
}

.service-item:last-child {
  margin-right: 0px;
}

.service-item p {
  margin-top: 30px;
  line-height: 26px;
  font-size: 18px;
  color: #333;
}

.service-item:hover {
  background-color: #fff;
}

.service-bom {
  padding-bottom: 140px;
  padding-top: 115px;
}

.service-bomain {
  display: flex;
  justify-content: space-between;
}
.service-bomain ul li{
  display: none;
}

.service-boitem {
  width: 50%;
}

.service-botxt {
  background-color: #f0f0f0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: 140px;
  padding-right: 128px;
}

.service-botxt p {
  width: 100%;
  height: 115px;
  margin-bottom: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 20px;
  background-color: #fff;
  transition: all 0.3s;
}

.service-botxt p:hover {
  background-color: #23427b;
  color: #fff;
}
.service-boitem p.on{
  background-color: #23427b;
  color: #fff;
}

@media (max-width: 1400px) {
  .service-botxt {
    padding-left: 100px;
    padding-right: 80px;
  }
}

@media (max-width: 1400px) {
  .service-top {
    padding-bottom: 80px;
  }

  .service-botxt p {
    height: 80px;
  }
}

@media (max-width: 991px) {
  .service-wrap {
    padding-top: 40px;
  }

  .service-top {
    flex-wrap: wrap;
    padding-bottom: 30px;
    background-size: 100% 100%;
    background-position: center;
  }

  .service-top-title {
    width: 100%;
    text-align: left;
    margin-bottom: 25px;
  }

  .service-topright {
    width: 100%;
  }

  .service-topright p {
    margin-bottom: 10px;
  }

  .service-list {
    margin-top: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
  }

  .service-top-title {
    font-size: 32px;
    line-height: 32px;
  }

  .service-item {
    width: 50%;
    margin-right: 0px;
    flex: auto;
  }

  .service-bom {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .service-bomain {
    flex-wrap: wrap;
  }

  .service-boitem {
    width: 100%;
  }

  .service-botxt {
    padding: 20px 30px;
  }

  .service-botxt p {
    margin-bottom: 18px;
  }

  .service-botxt p:last-child {
    margin-bottom: 0px;
  }
}

@media (max-width: 449px) {
  .service-topright {
    font-size: 16px;
    line-height: 24px;
  }

  .service-top {
    padding-bottom: 20px;
  }

  .service-item {
    height: 110px;
  }

  .service-item p {
    margin-top: 20px;
  }

  .service-botxt p {
    height: 68px;
    font-size: 18px;
  }

  .recurit-title {
    font-size: 28px;
    line-height: 28px;
  }

  .recruitment-wrap {
    padding-top: 40px;
  }

  .support-list {
    margin-top: 24px;
  }

  .service-top-title {
    font-size: 28px;
    line-height: 28px;
  }
}

.about {
  padding: 200px 0 150px;
  position: relative;
}

.about-top {
  display: flex;
  overflow: hidden;
}

.about-topl {
  width: 50%;
  padding-right: 60px;
}

.about-topr {
  width: 50%;
  padding-left: 60px;
}

.about-jsen p {
  text-transform: uppercase;
}

.about-topr .scale-img:first-child {
  margin-bottom: 37px;
}

.about-jsen p {
  font-size: 96px;
  line-height: 96px;
  color: #23427b;
  font-family: "Gilroy-ExtraBold";
}

.about-tit {
  font-size: 42px;
  font-family: "PingFangBold";
  color: #1a1a1a;
}

.about-topl h4 {
  padding: 80px 0 80px;
}

.about-jstxt {
  font-size: 20px;
  color: #1a1a1a;
}

.about-jstxt p {
  line-height: 36px;
  margin-bottom: 50px;
}

.culture {
  margin-top: 150px;
}

.culture-tit h5 {
  font-size: 24px;
  width: 620px;
  color: #1a1a1a;
  margin-top: 50px;
  line-height: 36px;
}

.culture-box {
  margin-top: 220px;
}

.culture-txt {
  margin-top: 35px;
  padding-right: 70px;
}

.culture-txt h3 {
  font-size: 24px;
  color: #1a1a1a;
}

.culture-txt p {
  font-size: 18px;
  color: #1a1a1a;
  margin-top: 30px;
  line-height: 30px;
}

.strength {
  overflow: hidden;
}

.strength-top {
  position: relative;
}

.strength-top .about-tit {
  position: absolute;
}

.strength-topbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 80px;
}

.strength-box {
  padding: 240px 0;
}

.strength-box-l {
  width: 240px;
}

.strength-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.strength-box-r ul li {
  width: 30px;
  height: 3px;
  background: #d3d9e5;
  margin-bottom: 10px;
}

.strength-box-l h3 {
  color: #23427b;
  font-size: 20px;
  margin-bottom: 40px;
}

.strength-box-l p {
  color: #888888;
  line-height: 30px;
}

.strength-box-r li.on {
  background: #23427b;
}

.about-video {
  padding-bottom: 150px;
}

.video-box {
  position: relative;
}

.video-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.float-nav {
  position: sticky;
  top: 150px;
  /* 当元素滚动到距离顶部0px时开始固定 */
  z-index: 999;
  left: 30px;
}

.float-nav li {
  font-size: 16px;
  color: #888;
  margin-bottom: 15px;
  transition: all 0.4s;
}

.float-nav li.on {
  color: #23427b;
}

.float-navwrap {
  position: absolute;
  padding-top: 200px;
  padding-left: 30px;
  height: 100%;
}

.case-wrap {
  padding: 95px 0;
}

.case-box ul li a {
  display: block;
  padding: 25px;
  background: #f3f3f3;
}

.case-box ul li h3 {
  font-size: 20px;
  color: #000000;
  margin-top: 30px;
}

.case-box ul li {
  margin-bottom: 45px;
}

.case-box ul li:hover a {
  background: #26457c;
}

.case-box ul li:hover a h3 {
  color: #fff;
}

@media (max-width: 991px) {
  .case-wrap {
    padding: 50px 0;
  }
}

/* 555 */
/* .strength-top img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.strength-box-c ul li{
  display: none;
  height: 100vh;
  position: absolute;
  left: 0;
  width: 100%;
}
.strength-m{
  background: #fff;
  height: 100vh;
} */


/*产品中心*/
.pro{
  padding: 125px 0 100px;
}
.pro-boxl{
  width: 280px;
}
.pro-boxr{
  width: calc(100% - 330px);
}
.pro-box{
  display: flex;
  justify-content: space-between;
}
.pro-boxr ul li h4{
  display: flex;
  align-items: center;
}
.pro-boxr ul li h4 .pro-arrow{ 
  margin-left: 10px;
}
.pro-arrow img:last-child{
  display: none;
}
.pro-boxr ul li{
  margin-bottom: 60px;
}
.pro-boxr ul li:hover .hpro-text h3{
  color: #23427b;
}
.pro-boxr ul li:hover .hpro-text{
  border-bottom: 1px solid #23427b;
}
.pro-boxr ul li:hover .hpro-text h4{
  color: #23427b;
}
.pro-boxr ul li:hover .hpro-text .pro-arrow img:first-child{ 
  display: none;
}
.pro-boxr ul li:hover .hpro-text .pro-arrow img:last-child{ 
  display:block;
}
.pro .page-box{
  margin-top:0px;
}
.pro-boxl ul li{
  border-top: 1px solid #f6f6f6;
  padding:20px 0;
  position: relative;
  padding-left:30px;
}
.pro-boxl ul li::before{
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  border: 1px solid #c1c1c1;
  border-radius: 2px;
  left: 0;
  top: 25px;
  
}
.pro-boxl ul li dl{
  padding-left:30px;
  margin-top: 20px;
}
.pro-boxl ul li dl dd{
  line-height: 36px;
}
.pro-boxl ul li dl dd a{
  color: #888888;
} 
.pro-boxl ul li dl dd:hover a{
  color: #23427b;
}
.pro-boxl ul li.on::before{
  background: #23427b;
  border: 1px solid #23427b;
}
.pro-boxl ul li.on>a{
  color: #23427b;
}
.pro-boxl ul li:hover>a{
  color: #23427b;
}
.pro-boxl ul li:hover:before{
  background: #23427b;
  border: 1px solid #23427b;
}

@media(max-width:991px){
  .pro-box{
    display: block;
  }
  .pro-boxl ul li{
    padding: 10px 0 10px 25px;
  }
  .pro-boxl ul li::before{
    top: 14px;
  }
  .pro-boxr{
    width: 100%;
  }
  .pro{
    padding: 50px 0;
  }
}

.float-nav ul li{
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}
.float-nav ul li::before{
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: transparent;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.float-nav ul li.on::before{
  background: #23427b;
}

@media(max-width:1400px){
  .about-jsen p{
    font-size: 80px;
  }
  .about-topl h4{
    padding: 40px 0;
  }
}
@media(max-width:1200px){ 
  .about-top{
    display: block;
  }
  .about-topl{
    width: 100%;
    padding-right: 0;
  }
  .about-topr{
    padding: 0;
    width: 100%;
  }
}
@media(max-width:991px){ 
  .float-nav{
    display: none;
  }
  .about{
    padding: 50px 0;
  }
  .culture-tit h5{
    width: auto;
  }
  .culture{
    margin-top: 50px;
  }
  .culture-box{
    margin-top: 40px;
  }
  .culture-box ul li{
    margin-bottom: 30px;
  }
}

.strength-box-c ul li{
  display: none;
}
.strength-box-l ul li{
  display: none;
}
.strength-box{
  padding:50px 0 200px;
}

@media(max-width:1200px){
  .strength-box-c{
    width: 40%;
  }
  .strength-box-c ul li img{
    width: 100%;
  }
}
@media(max-width:991px){
  .strength-box{
    padding: 50px 0;
  }
}
@media(max-width:600px){
  .strength-box{
    flex-wrap: wrap;
  } 
  .strength-box-l{
    width: 100%;
  }
  .strength-box-c{
    width: 85%;
    margin-top:30px;
  }

}


.prod{
  padding:70px 0 180px;
}
.prod-topl{
  width: 52%;
  
}
.prod-top{
  margin-top: 90px;
  display: flex;
  justify-content: space-between;
}
.prod-topr{
  width: 40%;
}
.prod-topr h3{
  font-size: 42px;
  color: #1a1a1a;
}
.prod-toprtxt{
  padding: 60px 0 40px;
  font-size: 18px;
  color: #888888;
  line-height: 35px;
}
.prod-tit{
  font-size: 32px;
  color: #23437a;
}
.prodparams{
  margin-top: 100px;
}
.prodparams table th{
  background: #23427b;
  color: #fff;
  height: 72px;
  line-height: 72px;
}
.prodparams table{
  width: 100%;
  margin-top: 50px;
}
.prodparams table th{
  width: 20%;
  text-align: center;
}
.prodparams table tr td{
  width: 20%;
  text-align: center;
  font-family: "PingFangMedium";
  height: 72px;
  line-height: 72px;
  border-bottom: 1px solid #23427b;
}
.prodparams table tr:last-child td{
  border-bottom: none;
  color: #1a1a1a;
}
.prod-hj{
  margin-top: 60px;
}
.prod-hj p{
  margin-top: 30px;
}
@media(max-width:1400px){
  .prod-top{
    display: block;
  }
  .prod-topl{
    width: 100%;
  }
  .prod-topr{
    width: 100%;
    margin-top: 20px;
  }
}

@media(max-width:991px){
  .prod{
    padding: 50px 0;
  }
}
.prod-top{
  overflow: hidden;
}

/* .culture-box ul li:nth-of-type(2){ 
  position: relative;
  transform: translateY(-90px);
}
.culture-box ul li:nth-of-type(2):hover{
   transform: translateY(0px);
} */
.culture-box ul li{
  position: relative;
  top: 0;
  transition: all 0.4s;
}
.culture-box ul li:hover{
  transform: translateY(-90px);
}

.mo {
   display: none;
    }
@media(max-width:991px) {
.mo {
  display: block;
   }
.pc {
  display: none;
  }
    }
