@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: "HarmonyOSRegular";
  src: url("../font/HarmonyOS_Sans_SC_Regular.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "HarmonyOSLight";
  src: url("../font/HarmonyOS_Sans_SC_Light.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "SourceHanSanBold";
  src: url("../font/SourceHanSansCN-Bold.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ys-hei";
  src: url("../font/ys-hei.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
/* header */
header {
  width: 100%;
  z-index: 22;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 80px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);

  /* padding: 0 40px; */
}
.header-main {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}
.logo {
  width: 200px;
  display: block;
  overflow: hidden;
  position: relative;
}
.logo img {
  display: block;
  transition: all 0.5s;
}
.logo img:last-child{
  display: none;
}
.header.on .logo img:first-child{
  display: none;
}
.header.on .logo img:last-child{
  display: block;
}
.logo-on {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.header-right {
  display: flex;
  align-items: center;
  width: 225px;
  justify-content: space-between;
}
.header-right a {
  color: #fff;
}
.head-lang {
  display: flex;
  align-items: center;
}
.head-lang img {
  margin-right: 10px;
}

.header.on .nav-ul li > a {
  color: #222222;
}
.header.on .nav-ul li:hover > a {
  color: #0055a4;
}
.nav-ul {
  display: flex;
  align-items: center;
}
.nav-ul li {
  /* margin-right: 19px; */
  position: relative;
  padding: 0 40px;
}
.nav-ul li:last-child {
  margin-right: 0px;
}
.nav-ul li > a {
  display: block;
  font-size: 16px;
  text-align: center;
  color: #fff;
  line-height: 80px;
  position: relative;
  display: block;
}

.nav-ul li > a::after {
  position: absolute;
  height: 2px;
  background: #0055a4;
  width: 100%;
  left: 0;
  bottom:18px;
  content: "";
  opacity: 0;
  transition: all 0.4s;
  /* display: none; */
}

.nav-ul li:hover > a::after,
.nav-ul li.nav-active a::after {
  opacity: 1;
  color: #0055a4;
}
/* .nav-ul li.nav-active a{
  color: #0055a4;
} */
.header.on .nav-ul li > a::after {
  background: #0081cc;
}
.header.on .nav-ul li.nav-active > a {
  color: #0081cc;
}
.header.on{
  background: #fff;
}
.nav-ul li:hover>a{
  color: #0055a4;
}
.header-lan {
  margin-left: 15px;
  display: flex;
  align-items: center;
  padding-left: 26px;
  position: relative;
}
.header-lan::before {
  position: absolute;
  content: "";
  height: 13px;
  width: 1px;
  background-color: #fff;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  margin-top: 3px;
}
.header-lan a {
  font-size: 18px;
  color: #fff;
  font-family: "sRegular";
  display: block;
  margin-right: 28px;
}
.header-lan span {
  display: block;
  width: 16px;
  height: 16px;
  background: url(../img/header-phone-un.png) no-repeat center;
  cursor: pointer;
}
.phone-wrap {
  position: absolute;
  right: 0px;
  top: 100px;
  padding-top: 8px;
  display: none;
}
.phone-wrap p {
  background: #fff;
  padding-left: 18px;
  padding-right: 14px;
  border-radius: 4px;
  height: 46px;
  line-height: 46px;
  color: #666;
  font-weight: bold;
}
.phone-wrap::before {
  position: absolute;
  width: 16px;
  height: 8px;
  background: url(../img/nav-arrow.png) no-repeat center;
  content: "";
  top: 0px;
  right: 0px;
}
.nav-sub {
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 66;
  display: none;
  width: 120px;
  z-index: 9999;
}
.nav-sub dl {
  width: 100%;
  background-color: #fff;
  padding-top: 20px;
  padding-bottom:20px;
  /* border-radius: 4px; */
  box-sizing: border-box;
}
.nav-sub::before {
  position: absolute;
  width: 16px;
  height: 8px;
  background: url(../img/nav-arrow.png) no-repeat center;
  content: "";
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
}
.nav-sub dl dd a {
  display: block;
  text-align: center;
  line-height: 36px;
  font-size: 16px;
  color: #666;
  transition: all 0.3s;
  font-family: "sNormal";
}
.nav-sub dl dd:hover>a {
  color: #0055a4;
  /* font-family: "sBold"; */
}
/* header:hover,
.act {
  background-color: #fff;
} */
/* header:hover .logo-on,
.act .logo-on {
  opacity: 1;
}
header:hover .logo-un,
.act .logo-un {
  opacity: 0;
}
header:hover .nav-ul li > a,
.act .nav-ul li > a {
  color: #333;
}
header:hover .header-lan a,
.act .header-lan a {
  color: #666;
}
header:hover .header-lan span,
.act .header-lan span {
  background-image: url(../img/header-phone.png);
}
header:hover .header-lan::before,
.act .header-lan::before {
  background-color: #9a9a9a;
}
.act2 {
  top: -100px;
}
.act {
  top: 0px;
} */
@media (max-width: 1200px) {
  .nav-ul li {
    margin-right: 0px;
    padding: 0 18px;
  }
}
@media (max-width: 991px) {
  .nav-ul {
    display: none;
  }
  .header-main {
    height: 70px;
  }
  .header {
    height: 70px;
  }
  .header .logo-on {
    opacity: 1;
  }
  .header .logo-un {
    opacity: 0;
  }
  .header .header-lan::before {
    display: none;
  }
  .header .header-lan span {
    display: none;
  }
  .header .header-lan a {
    margin-right: 18px;
    color: #666;
  }
  .logo {
    width: 170px;
  }
}
/* 底部 */
#footer {
  overflow: hidden;
  width: 100%;
  padding-top:50px;
  position: relative;
  background: #1a1a1a;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom:60px;
}
.footer-nav{
  width: 60%;
}
.footer-logo {
  width:370px;
  display: block;
  overflow: hidden;
  margin-bottom: 14px;
}
.footer-info p {
  color: #f5f8ff;
  font-family: "sNormal";
  line-height: 36px;
  font-size: 16px;
}
.footer-ul {
  display: flex;
  justify-content: space-between;
}
.footer-ul li h3 {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 11px;
}
.footer-ul li dl {
  margin-top: 30px;
}
.footer-ul li dl dd > a {
  line-height: 36px;
  display: block;
  color: #ffffff;
  font-size: 16px;
}
.footer-ewm h4 {
  color: #a0a0a0;
}
.footer-lx span {
  color: #a0a0a0;
}
.footer-ewm {
  width: 270px;
}
.footer-ul .footer-lx dl dd a {
  font-size: 32px;
}
.footer-lx dd {
  margin-bottom: 30px;
  line-height: 30px;
}
/* .footer-ul li dl dd span {
  color: transparent;
} */
.code-wrap {
  width: 126px;
  overflow: hidden;
  margin-top: 22px;
}
.code-wrap img {
  width: 100%;
  display: block;
}
.code-wrap p {
  font-size: 16px;
  font-family: "sNormal";
  margin-top: 7px;
  text-align: center;
  line-height: 24px;
  color: #f5f8ff;
}

.copy {
  
}
.copy-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #949494;
  font-size: 16px;
  border-top: 1px solid #313131;
  padding: 40px 0 40px;
}
.copy-box a {
  color: #a0a0a0;
  padding: 0 3px;
}

.footer-ewm-txt {
  margin-left: 20px;
}
.footer-ewm-txt h4 {
  text-align: center;
  margin-top: 20px;
}

.footer-logo p {
  color: #fff;
  font-size: 15px;
  margin-top: 10px;
}
.footer-logo input {
  background: #313131;
  border-radius: 5px;
  border: none;
  width: 100%;
  height: 58px;
  padding-left: 20px;
  color: #c9c9c9;
}
.footer-logo input::placeholder{
  font-size: 15px;
  
}

.footer-sou{
  position: relative;
  height: 58px;
  cursor: pointer;
  margin-top: 45px;
}
.footer-sou button{
  width: 35px;
  height: 35px;
  position: absolute;
  top: 16px;
  right: 20px;
  border: none;
  background: none;
}
/* .footer-sou img{
  width: 26px;
  height: 26px;
  position: absolute;
  top: 16px;
  right: 20px;
} */
.footer-logo input:focus {
  outline: none; /* 移除默认的outline */
}
.footer-ltxt{
  margin-top: 35px;
  
}
.footer-ltxt p{
  color: #949494;
  font-size: 16px;
} 
.footer-ewm h3 {
  font-size: 16px;
  color: #fff;
  margin-bottom: 30px;
}

.footer-ul dl dt a{
  font-size: 18px;
  color: #fff;
  font-weight: normal;
}
.footer-ul dl dt{
  margin-bottom:15px;
}

#footer .footer-ul li dl dd a{
  font-size: 16px;
  color: #949494;
}

@media (max-width: 1400px) {
  .nav-ul li {
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  .footer-name h2 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 5px;
  }
  .footer-left {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 8px;
  }
  .footer-logo {
    margin-bottom: 10px;
  }
  .footer-info p {
    line-height: 30px;
    text-align: center;
  }
  .copy {
    width: 100%;
    height: auto;
    flex-wrap: wrap;
    padding: 15px 0px;
  }
  .copy p {
    width: 100%;
    text-align: center;
  }
  .footer-ul {
    flex-wrap: wrap;
    width: 100%;
  }
  .footer-ul li {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .footer-ul li h3 {
    margin-bottom: 4px;
  }
  .footer-ul li dl {
    text-align: center;
  }
  .footer-ul li dl dd {
    display: inline-block;
    margin: 0 4px;
  }
  .footer-ul li dl dd > a {
    line-height: 30px;
  }
  .code-wrap {
    justify-content: center;
    margin: 10px auto 0px;
  }
  .footer-bom {
    padding-top: 25px;
  }
  #footer {
    padding-top: 30px;
  }
  .footer-top {
    margin-bottom: 10px;
  }
}

.head-menu {
  width: 155px;
  height: 48px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 4px;
}
.head-menubtn {
  width: 88px;
  height: 42px;
  background: #eb610f;
  border-radius: 5px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.head-menubtn span {
  margin-right: 5px;
}
.head-sou {
  width: 60px;
  text-align: center;
}
.footer-ewm img {
  width: 100px;
}
.footer-ewm-img {
  display: flex;
  justify-content: space-between;
}

.fp-warning,
.fp-watermark {
  display: none;
}
.menus {
  position: fixed;
  right: -1200px;
  z-index:99;
  background: #e6e6e6;
  width: 500px;
  height: 100vh;
  padding: 120px 45px 0 85px;
  transition: all 0.5s;
}
.mask {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
  display: none;
}
.menus .header-right {
  position: absolute;
  right: 45px;
  top: 25px;
}

.menus .header-right a {
  color: #888888;
}
.menus-ul li dl {
  display: none;
  margin-top: 20px;
}
.menus-ul li > a {
  font-size: 20px;
  color: #1a1a1a;
}
.menus-ul li {
  border-bottom: 1px solid #d5d5d5;
  padding: 28px 0;
}
.menus-ul li a:hover {
  color: #eb610f;
}
.menus-ul li dl dd a {
  color: #888888;
}
.menus-ul li dl dd {
  line-height: 30px;
}

@media (max-width: 1200px) {
  .nav-ul li {
    padding: 0 5px;
  }
}

@media (max-width: 991px) {
  header {
    padding: 0 15px;
  }
  .header-right {
    width: 180px;
  }
  .head-menu {
    width: 120px;
  }
  .menus {
    width: 100%;
    padding: 100px 30px 0;
  }
  .menus-ul li {
    padding: 15px 0;
  }
  .footer-top {
    display: block;
  }
  .footer-logo {
    margin: 0 auto;
    width: 60%;
  }
  .footer-ul {
    margin: 0 auto;
  }
  .footer-ewm {
    width: 50%;
    margin: 0 auto;
  }
  .copy-box {
    justify-content: center;
  }
}
@media (max-width: 500px) {
  .footer-logo {
    width: 100%;
  }
  .footer-ewm {
    width: 100%;
  }
  .footer-ul {
    width: 100%;
  }
}

@media (max-width: 1600px) {
  .nav-ul li {
    padding: 0 20px;
  }
}
@media (max-width: 1200px) {
  .nav-ul li {
    padding: 0 10px;
  }
  .footer-nav{
    width: 53%;
  }
}
@media(max-width: 991px){
  .footer-nav{
    margin: 0 auto;
  }
  .footer-ul li dl{
    margin-top:15px;
  }
  .footer-logo-img img{
    width: 150px;
  }
}

@media(max-width: 600px){
  .footer-logo{
    width: 90%;
  }
  .footer-nav{
    width: 90%;
  }
}
/*首页产品*/
.hometit{
  font-size: 48px;
  font-family: "HEITI";
}
.hpro-tit{
  display: flex;
  justify-content: space-between;
}
.hpro-titsw{
  width: 660px;
}
.hpro-titswiper a{
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  border-radius: 5px;
}
.hpro-titswiper .on a{
  background: #0055a4;
  color: #fff;
}
.hpro-titswiper .swiper-slide{
  width: auto;
}
.hpro-titswiper .swiper-slide a:hover{
  background: #0055a4;
  color: #ffffff;
}
.hpro-con{
  margin-top: 50px;
}
.hpro-contxt{
  background: #fafafa;
  padding: 50px 0;
  text-align: center;
}
.hpro-contxt-icon{
  width: 35px;
  height: 35px;
  background:#0055a4 url("../img/hpro-next.png") no-repeat center;
  border-radius: 35px;
  margin: 20px auto 0;
}
.hpro-conswiper .swiper-pagination{
  top: auto;
  bottom: 0;
}
.hpro-conswiper{
  padding-bottom: 70px;
}
.hpro-contxt h3{
  font-size: 24px;
  color: #222222;
}
.hpro-conswiper .swiper-slide a:hover .hpro-contxt{
  background: #0055a4;
}
.hpro-conswiper .swiper-slide a:hover .hpro-contxt h3{
  color: #fff;
}
.hpro-conswiper .swiper-slide a:hover .hpro-contxt-icon{
  background:#fff url("../img/hpro-nexth.png") no-repeat center;
}
.hpro-conswiper .swiper-pagination-progressbar{
  height: 5px !important;
  background: #fafafa !important;
}
.hpro-conswiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
  background: #0055a4 !important;
}
.hsol{
  position: relative;
}
.hsol-bg ul li{
  height: 100vh;
  display: none;
}
.hsol-bg ul li{
  background-size: cover !important;
  background-position: center;
}
.hsol-box{
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  color: #fff;
}
.hsol-boxm ul{
  display: flex;
  justify-content: space-between;
}
.hsol-boxm ul li{
  width: 8%;
  position: relative;
  cursor: pointer;
  transition: all 0.4s;
}
.hsol-boxm-img{
  overflow: hidden;
  border-radius: 10px;
}
.hsol-boxm ul li.on{
  width: 29%;
}
.hsol-boxm-tit{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 40px;
  width: 100%;
}
.hsol-txt h3{
  font-size: 48px;
/*  font-weight: bold;*/
}
.hsol-txt-p{
  margin:24px auto 60px;
  line-height: 26px;
}
.hsol-boxm-titon h3{
  font-size: 20px;
}
.hsol-boxm .hsol-boxm-titon{
  opacity: 0;
  transition: all 0.4s;
  position: absolute;
  width: 100%;
}
.hsol-boxm-titno{
 transition: all 0.4s;
 position: absolute;
 left: 40%;
 transform: translateX(-30%);
 margin-top: 16px;
}
.hsol-boxm-titno h3{
  writing-mode: vertical-rl; 
  letter-spacing: 15px;
}
.hsol-boxm li.on .hsol-boxm-titno{
  opacity: 0;
}
.hsol-boxm li.on .hsol-boxm-titon{
  opacity: 1
}
.hsol-boxm li.on .hsol-boxm-titon h3{
  font-size: 30px;
}
.hsol-boxm li.on .hsol-boxm-tit{
  left:40px;
  transform: translateX(0);
}
.hsol-boxm-titon span{
  display: block;
  width: 20px;
  height: 5px;
  background: #fff;
  margin-top: 16px;
  transition: all 0.4s;
}
.hsol-boxm li.on .hsol-boxm-titon span{
  width: 64px;
}

.habout-top{
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.habout-topl{
  width: 240px;
}
.habout-topl h3{
  font-size: 48px;
}
.habout-topr {
  width: calc(100% - 350px);
}
.habout-topr-navswiper .swiper-slide a{
  display: block;
  width: 120px;
  height: 50px;
  background: #1a1a1a;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  line-height: 50px
}
.habout-topr-nav{
  margin-top: 34px;
}
.habout-topr-txt{
  font-size: 18px;
  line-height: 35px;
}
.habout-topr-navswiper .swiper-slide a:hover{
  background: #0055a4;
  color: #fff;
}
.habout-topltxt{
  font-size: 28px;
  color: #0055a4;
  line-height: 42px;
  margin-top: 68px;
}
.habout-box{
  margin-top: 90px;
  overflow: hidden;
}



.htech-l{
  position: relative;
  overflow: hidden;
  width: 50%;
}
.htech{
  display: flex;
}
.htech-r{
  width: 50%;
}
.htech-r-top ul{
  display: flex;
  height:50vh;
}
.htech-r-top ul li{
  width: 50%;
  background: #1a1a1a;
  padding: 60px;
}
.htech-r-top ul li:last-child{
  background: #0055a4;
}

.htech-r-bot{
  background:url("../img/htech-img3.jpg") no-repeat center;
  height: 50vh;
  background-size: cover;
}
.htech-r-top-img{
  padding: 50px 0 60px;
  text-align: right;
}
.htech-r-top-txt{
  color: #fff;
}
.htech h3{
  font-size: 36px;
  font-family: "HEITI";
  color: #fff;
}
.htech h4{
  font-size: 18px;
  color: #fff;
  margin-top: 20px;
}
.htech-r-bot{
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 60px;
}
.htech-r-bot-icon{
  padding-left: 40px;
  margin-bottom: 30px;
}
.htech-more{
  display: block;
  width: 150px;
  height: 50px;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  line-height: 50px;
  margin-top: 65px;
  transition: all 0.3s;
}
.htech-l{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 200px;
}
.htech-l h4{
  text-align: center;
  line-height: 35px;
} 
.htech-l-icon{
  width: 125px;
  height:125px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content:center;
  margin-bottom:26px;
  transition: all 0.4s;
}
.htech-more:hover{
  background: #0055a4;
  color: #fff;
  border: 1px solid #0055a4;
}
.htech-l:hover .htech-l-icon{
  transform: translateY(-15px);
}
.htech-r img{
  transition: all 0.4s;
}
.htech-r-bot:hover img{
  transform: translateY(-15px);
}
.htech-r-top ul li:hover img{
  transform: translateY(-15px);
}
.htech-l-bg{
  position: absolute;
  width:100%;
  height: 100vh;
  z-index: -1;
  transition: all 0.4s;
  background: url("../img/htech-img1.jpg") no-repeat center;
  background-size: cover;
}
.htech-l:hover .htech-l-bg{
  transform: scale(1.1);
}
.hnews-titr ul{
  display: flex;
}
.hnews-titr ul li{
  width: 140px;
  height: 46px;
  background: #eeeeee;
  border-radius: 5px;
  text-align: center;
  line-height: 46px;
  margin-left: 30px;
}
.hnews-box{
  margin-top: 60px;
}
.hnews-boxtxt{
  background: #fafafa;
  padding:30px 50px;
}
.hnews-boxtxt h3{
  font-size: 24px;
  font-weight: #1a1a1a;
  display: inline-block;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hnews-boxtxt h4{
  padding: 20px 0;
  line-height: 30px;
}
.hnews-more{
  display: flex;
  justify-content: space-between;
}
.hnews-boxtxt-more span{
  text-transform: uppercase;
  color: #555555;
}
.hnews-box ul li:hover .hnews-boxtxt{
  background: #0055a4;
  color: #fff;
}
.hnews-box ul li:hover span{
  color: #fff;
}
.hjoin-bg ul li{
  display: none;
}
.hjoin{
  overflow: hidden;
  position: relative;
}
.hjoin-tit{
  position: absolute;
  top: 130px;
  color: #fff;
  text-align: center;
  width: 100%;
  z-index: 66;
}
.hjoin-bg ul li{
  height: 100vh;
}
.hjoin-tit h4{
  line-height: 35px;
  margin-top: 35px;
}
.hjoin-tit .htech-more{
  margin:65px auto 0;
}
.hjoin-box ul{
  display: flex;
}
.hjoin-box{
  width: 100%;
  position: absolute;
  bottom: 0;
}
.hjoin-box ul li{
  color: #fff;
  padding: 0 60px 130px;
  height: 100vh;
  transition: all 0.4s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.hjoin-box ul li.on{
  background: rgba(0, 85, 164, 0.5);
}

.hjoin-box ul li h3{
  padding: 20px 0;
}
.hjoin-box ul li{
  text-align: center;
}
.hjoin-box ul li h4{
  line-height: 26px;
}
.hjoin-more{
  color: #fff;
  text-transform: uppercase;
  margin-top: 75px;
}
.habout-box .swiper-container{
  overflow: visible;
}
.habout-boxtxt{
  opacity: 0;
}
.habout-boxswiper .swiper-slide-active .habout-boxtxt{
  opacity: 1;
} 
.habout-boxswiper .swiper-slide a{
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}
.habout-boxswiper .swiper-slide-active a{
  flex-direction: column-reverse;
}
.habout-boxtxt h3{
  font-size: 24px;
  color: #111111;
  padding: 30px 0 20px;
}
#fp-nav.fp-right{
  left: 17px;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span{
  width: 8px;
  height: 8px;
  background: #fff;
}
#fp-nav ul li, .fp-slidesNav ul li{
  margin: 20px;
}
#fp-nav ul li{
  position: relative;
}
#fp-nav ul li a.active::after{
  content: "";
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  border-radius: 50%;
  border: 1px solid #fff;
  left:-6px;
  top: -6px;
}
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span{
  margin: -2px 0 0 -2px;
}
#fp-nav.fp-right.on ul li a span{
  background:#0055a4;
}
#fp-nav.fp-right.on ul li a.active::after{
  border: 1px solid #0055a4;
  background: rgba(0, 85, 164, 0.3);
}
.hjoin-bg ul li{
  background-size: cover !important;
}

@media(max-width:1400px){
  .hjoin-box ul li{
    padding: 0 30px 120px;
  }
}


@media(max-width:1200px){
  .htech-l{
    padding: 0 50px;
  }
  .htech-r-top ul li{
    padding: 30px;
  }
  .htech-r-bot{
    padding: 0 30px;
  }
  .htech{
    overflow: hidden;
  }

}



@media(max-width:991px){
  .hpro-tit{
    display: block;
  }
  .hpro-titsw{
    margin-top: 30px;
    width: 100%;
  }
  .hpro{
    padding: 50px 0;
  }
  .banner-swiper a{
    height: auto;
  }

  #banner .swiper-slide img {
    height: auto;
    display: block;
    width: 100%;
  }
  #banner .swiper-slide{
    height: auto;
    /* width: 100% !important; */
  }
  .hsol-boxm-tit{
    top: 10px;
  }
  .habout-top{
    display: block;
  }
  .habout-topl{
    width: 100%;
  }
  .habout-topr{
    width: 100%;
  }
  .habout-top{
    padding-top: 50px;
  }
  .habout-box{
    padding-bottom: 50px;
  }
  .htech{
    display: block;
  }
  .htech-r{
    width: 100%;
  }
  .htech-l{
    padding: 50px 0;
    width: 100%;
  }
  .htech-r-top-img img{
    width:150px;
  }
  .htech-r-top ul{
    height: auto;
  }
  .hnews-box ul li{
    margin-bottom: 30px;
  }
  .hnews{
    padding: 50px 0;
  }
  .hnews-titr{
    margin-top: 30px;
  }
  .hnews-boxtxt{
    padding: 30px;
  }
  .hjoin-box ul{
    flex-wrap: wrap;
  }
  .hjoin-box ul li{
    height: auto;
    padding: 0 30px 50px;
    width: 50%;
  }
  .hjoin-box ul li h3{
    padding: 10px 0;
  }
  .hjoin-more{
    margin-top: 20px;
  }
  .hjoin-tit{
    top: 50px;
  }
  .hjoin-tit h4{
    margin-top: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 定义显示的最大行数 */
    -webkit-box-orient: vertical;  
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .hjoin-tit .htech-more{
    margin: 30px auto 0;
  }

  .htech h3{
    font-size: 22px;
  }

  
}
@media(max-width:600px){
  .hsol-boxm ul{
    display: block;
  }
  .hsol-boxm ul li{
    width: 100%;
    height:80px;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 10px;
  }
  .hsol-boxm ul li img{
    width: 100%;
  }
  .hsol-boxm-titno h3{
    writing-mode:horizontal-tb;
  }
  .hsol-boxm ul li.on{
    width: 100%;
  }
}
.hpro{
  overflow: hidden;
}
.hnews{
  overflow: hidden;
}
.hjoin{
  overflow: hidden;
}

/*内页*/
.in-head{
  position: relative !important;
}
.inside-nav{
  background: #fafafa;
  border-bottom: 1px solid #eeeeee;
}
.about-nav{
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about-navr{
  width: 60%;
}
.about-navr .swiper-slide.on a{
  color: #0055a4;
}
.about-navr .swiper-slide{
  text-align: center;
}
.about-navr .swiper-slide a{
  border-bottom: 1px solid #fff;
  display: inline-block;
  height: 80px;
  line-height: 80px;
  position: relative;
}
.about-navr .swiper-slide a::after{
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #0055a4;
  bottom: 0;
  left: 0;
  opacity: 0;
}
.about-navr .swiper-slide.on a::after{
  opacity: 1;
}

.about-top{
  padding: 100px 0;
}
.in-tit{
  font-size: 40px;
  font-weight: bold;
  color: #040000;
}
.tc{
  text-align: center;
}
.about-toptxt p{
  padding: 50px 0;
  font-size: 16px;
  color: #555555;
  line-height: 30px;
}
.about-topnum{
  margin-top: 50px;
  overflow: hidden;
}
.about-topnum ul{
  display: flex;
  justify-content: space-between;
}
.about-topnum ul li{
  background: #fafafa;
  width: 23.3%;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: all 0.4s;
}
.about-topnum ul li:hover{
  background: #0055a4;
}
.about-topnum ul li:hover span{
  color: #fff;
}
.about-topnum ul li:hover h4{
  color: #fff;
}
.about-topnum ul li:hover .about-topnumr img:last-child{
  display: block;
}
.about-topnum ul li:hover .about-topnumr img:first-child{
  display: none;
}
.about-topnumr img:last-child{
  display: none;
}
.about-topnuml span{
  font-size: 50px;
  font-family: "DIN";
  color: #0055a4;
}
.about-topnuml h4{
  margin-top: 10px;
}
.about-dev{
  background: #fafafa;
  padding: 100px 0;
}
.about-dev-btn{
  position: relative;
  width: 114px;
}
.about-dev-tit{
  display: flex;
  justify-content:space-between;
}
.about-dev-con{
  margin-top: 50px;
}
.about-dev-txt{
  margin-top: 30px;
}
.about-dev-txt h3{
  font-size: 50px;
  font-family: "DIN";
  color: #0055a4;
}
.about-dev-txt h4{
  line-height: 30px;
  margin-top: 20px;
}
.about-dev-btn .swiper-button-next{
  width: 47px;
  height: 47px;
  border-radius: 5px;
  background:#0055a4 url("../img/about-fzlc-next.png") no-repeat center;
}
.about-dev-btn .swiper-button-prev{
  width: 47px;
  height: 47px;
  left: 0;
  border-radius: 5px;
  background:#0055a4 url("../img/about-fzlc-prev.png") no-repeat center;
}
.culture{
  padding: 100px 0;
}
.culture-con{
  margin-top: 50px;
}
.culture-con ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.culture-con ul li a{
  border: 1px solid #dcdcdc;
  display: flex;
  padding: 35px;
  align-items: center;
  justify-content: space-between;
}
.culture-conl img:last-child{
  display: none;
}
.culture-conl{
  width: 80px;
  height: 80px;
}
.culture-con ul li a .culture-conr{
  width: calc(100% - 94px);
}
.culture-con ul li {
  margin-bottom: 30px;
}
.culture-con ul li h3{
  color: #1a1a1a;
  font-size: 24px;
  margin-bottom: 15px;
}
.culture-con ul li:hover a{
  background: #0055a4;
  color: #fff;
}
.culture-con ul li:hover a .culture-conl img:last-child{
  display: block;
}
.culture-con ul li:hover a .culture-conl img:first-child{
  display: none;
}
.culture-con ul li:hover h3{
  color: #fff;
}
.comcontact{
  background: url("../img/about-botbg.jpg") no-repeat center;
  padding: 75px 0 45px;
  background-size: cover;
  overflow: hidden;
}
.comcontact-box{
  display: flex;
  justify-content: space-between;
  align-items:center;
}
.comcontact-l p{
  font-size: 36px;
  color: #fff;
  line-height: 36px;
  font-weight: bold;
  margin-bottom: 36px;
}
.comcontact-r-code{
  color: #fff;
  display: none;
  position: absolute;
  right: 100%;
  height: 100%;
  top:50%;
  height: 200px;
  transform: translateY(-50%);
}


.comcontact-r-code span{
  display: block;
  text-align: center;
  margin-top: 16px;
}
.comcontact-r{
  display: flex;
  align-items: center;
  position: relative;
}
.comcontact-r a{
  display: block;
  width: 150px;
  height: 50px;
  background: #fff;
  border-radius: 5px;
  color: #0055a4;
  font-size: 18px;
  text-align: center;
  line-height: 50px;
  margin-left: 20px;
  /* margin-top: 50px; */
}
.in-head #navToggle .line{
  background: #0055a4;
}


@media(max-width:1400px){
  .about-topnuml span{
    font-size: 36px;
  }
  .about-topnumr img{
    width: 40px;
  }
  .comcontact-l p{
    font-size: 28px;
  }
}


@media(max-width:991px){
  .about-nav{
    display: block;
    height: auto;
    padding: 30px 0;
  }
  .comcontact-r-code{
    right:auto;
    left: 200px;
  }
  .comcontact-r a{
    margin-left: 0;
  }
  .about-navr{
    width: 100%;
  }
  .about-topnum ul{
    flex-wrap: wrap;
  }
  .about-topnum ul li{
    width:48%;
    margin-bottom:20px;
  }
  .in-tit{
    font-size: 30px;
  }
  .about-top{
    padding:40px 0;
  }
  .about-dev{
    padding: 50px 0;
  }
  .culture-conr p{
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 定义显示的最大行数 */
    -webkit-box-orient: vertical;  
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .culture{
    padding: 50px 0 20px;
  }
  .comcontact-box{
    display: block;
  }
  .comcontact-l p{
    font-size: 24px;
    margin-bottom: 15px;
  }
}

/*资质荣誉*/
.honor{
  padding: 100px 0;
}
.honor-box ul li a{
  display: flex;
  border: 1px solid #dcdcdc;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 40px 0;
  box-sizing: border-box;
  position: relative;
  
}
.honor-box a::after{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 3px solid #0055a4;
  opacity: 0;
  transition: all 0.4s;
}
.honor-box a h3{
  margin-top: 20px;
  font-size: 16px;
}

.honor-box ul li{
  margin-bottom: 35px;
}
.honor-box ul li a:hover::after{
  opacity: 1;
}
@media(max-width:991px){
  .honor{
    padding:50px 0;
  }
  .page-box{
    margin-top: 20px;
  }
}

.equ{
  padding: 100px 0;
}
.equ-box a h3{
  font-size: 16px;
  transition: all 0.5s;
}
.equ-box ul li h3{
  border: 1px solid #eeeeee;
  height: 58px;
  text-align: center;
  line-height: 58px;
}
.equ-box ul li{
  margin-bottom: 35px;
}

.equ-box ul li:hover a h3{
  background: #0055a4;
  border: 1px solid #0055a4;
  color: #fff;
}

@media(max-width:991px){
  .equ{
    padding: 50px 0;
  }
}

.tech-nav .about-navr{
  width: 31%;
}

.tech{
  padding: 100px 0;
}
.tech-top-nav{
  margin-top: 50px;
}
.tech-topswiper a{
  display: block;
  border: 1px solid #eeeeee;
  height: 58px;
  text-align: center;
  line-height: 58px;
  font-size: 20px;
  color: #1a1a1a;
}
.tech-topswiper .swiper-slide.on a{
  background: #0055a4;
  color: #fff;
  font-family: "HEITI";
}
.tech-top-box{
  margin-top: 50px;
}
.tech-top-box ul li{
  position: relative;
}
.tech-top-box ul li .tech-top-boxtxt{
  position: absolute;
  width: 50%;
  top: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding:0px  100px 0  50px;
}
.tech-top-boxtxt h4{
  font-family: "HEITI";
  font-size: 30px;
  color: #1a1a1a;
}
.tech-top-boxtxt-box{
  margin-top: 29px;
  line-height: 30px;
}
.tech-top-boxtxt-box p{
  color: #555555;
}
.tech-top-box ul li{
  display: none;
}
.tech-bot{
  margin-top: 100px;
  overflow: hidden;
}
.tech-bot ul li{
  width: 46.6%;
}
.tech-bot ul{
  display: flex;
  justify-content: space-between;
}
.tech-bot ul li h3{
  font-family: "HEITI";
  font-size: 36px;
  color: #1a1a1a;
  font-weight: bold;
}
.tech-bot ul li h4{
  padding: 30px 0;
  color: #555555;
  line-height: 30px;
  height: 230px;
}

@media(max-width:1600px){
  .tech-bot ul li h4{
    height: 260px;
  }
}

@media(max-width:1400px){
  .tech-top-box ul li .tech-top-boxtxt{
    width: 100%;
  }
}

@media(max-width:1200px){
  .tech-bot ul li h4{
    height: auto;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* 定义显示的最大行数 */
    -webkit-box-orient: vertical;  
    overflow: hidden;
    text-overflow: ellipsis;

  }
  .tech-bot ul li h4{
    padding: 0;
    margin: 20px 0;
  }
}

@media(max-width:991px){
  .tech-nav .about-navr{
    width: 100%;
  }
  .tech-top-box ul li .tech-top-boxtxt{
    padding: 0 30px;
  }
  .tech-top-boxbg img{
    height: 400px;
    width: auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .tech-bot ul{
    display: block;
  }
  .tech-bot ul li{
    width: 100%;
    margin-bottom: 30px;
  }
  .tech{
    padding: 50px 0;
  }
  .tech-bot{
    margin-top: 40px;
  }
}
.in-padding{
  padding: 100px 0;
}
.ser-top{
  margin-top: 50px;
  display: flex;
  overflow: hidden;
}
.ser-topl{
  width: 50%;
  padding-right: 100px;
}
.ser-topr{
  width: 50%;
}
.ser-topr-t p{
  color: #555555;
  line-height: 30px;
}
.ser-topr h4{
  color: #555555;
  font-size: 16px;
  line-height: 30px;
}
.ser-topr-t{
  margin-bottom: 20px;
}
.ser-topr-code{
  padding: 30px 0 40px;
}
.ser-tel{
  font-size: 30px;
  color: #0055a4;
  font-weight: bold;
}
.ser-tel span{
  font-size: 48px;
  font-family: "DIN";
}
@media(max-width:1600px){
  .ser-topl{
    padding-right: 30px;
  }
  .ser-topr h4{
    line-height: 26px;
  }
  .ser-topr-t p{
    line-height: 26px;
  }
  .ser-topr-code{
    padding: 20px 0;
  }
} 

@media(max-width:1200px){
  .ser-top{
    display: block;
  }
  .ser-topl{
    width: 100%;
    padding: 0;
  }
  .ser-topr{
    width: 100%;
    margin-top: 30px;
  }
  .in-padding{
    padding: 50px 0;
  }
}

@media(max-width:991px){
  .tech-top-boxtxt h4{
    font-size: 20px;
  }
  .tech-top-boxtxt-box p{
    font-size: 14px;
    line-height: 26px;
  }

  .ser-tel span{
    font-size: 20px;
  }
}




.baoxiu ul li a{
  display: flex;
}
.baoxiu-l{
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 100px;
}
.baoxiu-r{
  width: 50%;
}
.in-txt{
  color: #555555;
  font-size: 16px;
  line-height: 30px;
}
.baoxiu-l h3{
  font-size: 36px;
  font-weight: bold;
  color: #111111;
  margin-bottom: 30px;
}
.baoxiu ul li:hover .baoxiu-l h3{
  color: #0055a4;
}
.baoxiu-txtr .baoxiu-l{
  padding: 0 0 0 100px;
}
.baoxiu ul li{
  margin-bottom: 50px;
}
@media(max-width:1600px){
  .baoxiu-l{
    padding-right: 50px;
  }
  .baoxiu-txtr .baoxiu-l{
    padding: 0 0 0 50px;
  }
}

@media(max-width:1400px){
  .in-txt{
    line-height: 28px;
  }
  .baoxiu-l h3{
    font-size: 30px;
    margin-bottom: 15px;
  }
}

@media(max-width:1200px){
  .baoxiu ul li a{
    flex-wrap: wrap;
  }
  .baoxiu-l{
    width: 100%;
    padding-left: 0;
  }
  .baoxiu-r{
    width: 100%;
    margin-top: 30px;
  }
  .baoxiu-txtr .baoxiu-l{
    padding: 0;
  }
  .baoxiu .baoxiu-txtr a{
    flex-direction:column-reverse;
  }
}
.baoxiu{
  overflow: hidden;
}
.yangce{
  padding: 100px 0 60px;
}
.yangce ul li a{
  padding: 0 15px;
  display: block;
}
.yangce ul li h4{
  padding: 20px 0 40px;
  text-align: center;
  font-size: 18px;
  color: #555555;
}
@media(max-width:991px){
  .yangce{
    padding: 50px 0 30px;
  }
}
.sol-navrswiper .swiper-slide{
  width: auto;
}
.sol-nav .sol-navr{
  width: 65%;
}

.sol{
  padding: 60px 0 140px;
}
.sol-tit h3{
  font-size: 24px;
  color: #1a1a1a;
  font-family: "HEITI";
}
.sol-top p{
  margin-top:20px;
  line-height: 30px;
}
.sol-top img{
  margin-top: 10px;
}
.sol-toptwo{
  margin-top: 60px;
}
.sol-toptwo-ul{
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
.sol-toptwo-ul li a{
  display: block;
}
.sol-toptwo-ul li{
  width: 20.5%;
}
.sol-toptwo-ul{
  display: flex;
  justify-content: space-between;
}
.sol-toptwo-ul li h4{
  margin-bottom: 10px;
}
.sol-toptwo-ul li h5{
  line-height: 24px;
}
.sol-toptwo-ul li h4{
  font-size: 18px;
  color: #1a1a1a;
  font-family: "HEITI";
}
.sol-case{
  margin-top: 80px;
}
.sol-case-img{
  margin-top: 40px;
  width: 63%;
  border-radius: 10px;
  overflow: hidden;
}
.sol-case-img-list li{
  display: none;
}
.sol-case-imgbox{
  position: absolute;
  width: 700px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: #fff;
  border-radius: 15px;
  padding: 45px;
  box-shadow: 1px 1px 10px rgba(0,0,0,.1);
}
.sol-case-text{
  position: relative;
  overflow: hidden;
}
.sol-case-swiper{
  padding-bottom: 50px;
}
.sol-case-swiper .swiper-button-next{
  bottom: 0;
  top: auto;
  width: 48px;
  height: 48px;
  right: 0;
  left: auto;
  background: #1a1a1a url("../img/sol-next.png") no-repeat center;
}
.sol-case-swiper .swiper-button-prev{
  bottom: 0;
  top: auto;
  width: 48px;
  height: 48px;
  right: 60px;
  left: auto;
  background: #1a1a1a url("../img/sol-prev.png") no-repeat center;
}

.sol-case-swiper .swiper-button-next{
  bottom: 0;
  top: auto;
}
.sol-case-swiper .swiper-button-next:hover{
  background: #0055a4 url("../img/sol-next.png") no-repeat center;
}
.sol-case-swiper .swiper-button-prev:hover{
  background: #0055a4 url("../img/sol-prev.png") no-repeat center;
}

.sol-case-swiper a h4{
  font-size: 24px;
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 30px;
}
@media(max-width:1200px){
  .sol-toptwo-ul li{
    width: 30%;
  }
  .sol-case-imgbox{
    position: relative;
    width: 100%;
    top: 0;
    transform: translate(0);
  }
  .sol-case-img{
    width: 100%;
  }
}

@media(max-width:600px){
  .sol-toptwo-ul li{
    width:100%;
    margin-bottom: 30px;
  }
}

@media(max-width:991px){
  .sol {
    padding: 50px 0 50px;
  }
  .sol-case-swiper a h4{
    line-height: 30px;
  }
  .sol-case-imgbox{
    padding: 20px;
  }
  .sol-nav .sol-navr{
    width: 100%;
  }
}
.news-navr{
  width: 200px;
}
.news{
  padding: 100px 0;
}
.news-top{
  display: flex;
}
.news-top-left{
  width: 50%;
}
.news-top-r{
  width: 50%;
  background: #fafafa;
  padding: 70px 50px 0;
}
.news-top-r h3{
  font-size: 36px;
  font-weight: bold;
  color: #1a1a1a;
  border-bottom: 1px solid #dcdcdc;
  padding: 15px 0 20px;
}
.news-top-r h4{
  margin-top: 30px;
}
.news-top-r a{
  display: block;
  background: #0055a4;
  width: 150px;
  height: 50px;
  border-radius: 5px;
  color: #fff;
  line-height: 50px;
  text-align: center;
  margin-top: 60px;
}

.news-box{
  overflow: hidden;
}
.news-box ul li{
  margin-bottom: 50px;
}

@media(max-width:1600px){
  .news-top-r h3{
    font-size: 26px;
  }
  .news-top-r{
    padding: 30px 25px 0;
  }
  .news-top-r h4{
    display: -webkit-box;
    -webkit-line-clamp: 3; /* 定义显示的最大行数 */
    -webkit-box-orient: vertical;  
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media(max-width:1200px){
  .news-top{
    display: block;
  }
  .news-top-left{
    width: 100%;
  }
  .news-top-r{
    width: 100%;
    padding: 30px;
  }
  .hnews-boxtxt{
    padding: 15px 20px;
  }
  .hnews-boxtxt h3{
    font-size: 22px;
  }
}

@media(max-width:991px){
  .news{
    padding: 50px 0;
  }
}


/* 研发创新 */
.develop-wrap {
  padding-top: 100px;
  overflow: hidden;
}
.develop-list li {
  margin-bottom: 100px;
  display: flex;
  align-items: stretch;
}
.develop-list li:nth-child(2n) {
  flex-direction: row-reverse;
}
.flex-1 {
  width: 50%;
}
.develop-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1; /* 让左侧高度跟随右侧 */
  padding-right: 100px;
}
.develop-list li:nth-child(2n) .develop-left {
  padding-left: 100px;
}
.develop-left h3 {
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 32px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.4s;
}
.develop-info {
  font-size: 16px;
  line-height: 30px;
  color: #555;
}
.develop-info p {
  margin-bottom: 16px;
}
.develop-info p:last-child {
  margin-bottom: 0px;
}
.develop-img {
  display: flex;
  align-items: stretch;
  overflow: hidden;
}
.develop-img img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 保持图片不变形填满 */
  display: block; /* 去除底部空隙 */
  transition: all 0.4s;
}
.develop-left h3:hover {
  color: #0055a4;
}
.develop-middle {
  overflow: hidden;
  background: #fafafa;
  padding: 100px 0px 62px;
  overflow: hidden;
}
.develop-midtitle {
  text-align: center;
  font-weight: bold;
  font-size: 40px;
  line-height: 40px;
  color: #1a1a1a;
  margin-bottom: 48px;
}
.develop-midlist {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.develop-midlist li {
  width: calc((100% - 72px) / 3);
  display: flex;
  flex-direction: column;
}
.develop-midinfo {
  margin-top: 35px;
}
.develop-midinfo h4 {
  font-size: 24px;
  line-height: 24px;
  color: #1a1a1a;
  margin-bottom: 15px;
  transition: all 0.4s;
  cursor: pointer;
}
.develop-midinfo p {
  font-size: 16px;
  line-height: 30px;
  color: #555;
  min-height: 120px;
}
.develop-midinfo h4:hover {
  color: #0055a4;
}

@media (max-width: 1400px) {
  .develop-left {
    padding-right: 50px;
  }
  .develop-list li:nth-child(2n) .develop-left {
    padding-left: 50px;
  }
  .develop-list li {
    margin-bottom: 50px;
  }
  .develop-wrap {
    padding-top: 50px;
  }
  .develop-middle {
    padding: 50px 0px 30px;
  }
}
@media (max-width: 1200px) {
  .develop-list li {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .flex-1 {
    width: 100%;
  }
  .develop-left h3 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .develop-left {
    padding-right: 0px;
    margin-bottom: 15px;
  }
  .develop-list li:nth-child(2n) .develop-left {
    padding-left: 0px;
  }
  .develop-midtitle {
    margin-bottom: 20px;
    line-height: 30px;
    font-size: 30px;
  }
  .develop-midlist {
    flex-wrap: wrap;
  }
  .develop-midlist li {
    width: 100%;
    margin-bottom: 25px;
  }
  .develop-midinfo {
    margin-top: 20px;
  }
  .develop-midinfo h4 {
    margin-bottom: 10px;
  }
  .develop-midinfo p {
    min-height: 24px;
  }
}
@media (max-width: 759px) {
  .develop-middle {
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .develop-wrap {
    padding-top: 30px;
  }
  .develop-left h3 {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .develop-midtitle {
    margin-bottom: 10px;
    font-size: 26px;
  }
}

/*新闻详情*/
.newsd{
  padding: 100px 0;
}
.newsd-l{
  width: 66.66%;
}
.newsd-box{
  display: flex;
  justify-content: space-between;
}
.newsd-l-box{
  border-top: 1px solid #898989;
  border-bottom: 1px solid #898989;
}

.newsd-rtop-tit{
  height: 80px;
  background: #0055a4;
  color: #fff;
  line-height: 80px;
  padding: 0 30px;
  font-family: "HEITI";
}

.slideTxtBox{
  padding: 30px;

}
.slideTxtBox ul li h3{
  font-size: 16px;
  color: #555555;
  margin-bottom: 10px;
}
.slideTxtBox ul{
  overflow: hidden;
}
.slideTxtBox ul li{
  height: 48px;
}

/* 本例子css */
.txtScroll-top{ 
  width:400px;  
  overflow:hidden; 
  position:relative; 
}
.txtScroll-top .bd{ 
  padding:30px;
}
.txtScroll-top .infoList li{ 
  line-height:24px;
  margin-bottom: 10px;
}
.txtScroll-top .infoList li .date{ 
  display: block;
}
.txtScroll-top .bd{
  border: 1px solid #c9c9c9;
}
.txtScroll-tops .bd{ 
  padding:30px; 
}
.txtScroll-tops .infoList li{ 
  line-height:24px;
  margin-bottom: 10px;
}
.txtScroll-tops .infoList li .date{ 
  display: block;
}
.txtScroll-tops .bd{
  border: 1px solid #c9c9c9;
}
.newsd-rtop{
  margin-bottom: 60px;
}
.newsd-l h3{
  font-size: 36px;
  font-weight: bold;
  color: #1a1a1a;
}
.newsd-l h4{
  text-align: center;
  padding: 28px;
}
.newsd-l-box{
  padding: 60px 0;
}
.newsd-page{
  display: flex;
  justify-content: space-between;
}
.develop-list{
  overflow: hidden;
}
.newsd-l-box p{
  margin-bottom: 15px;
}
.newsd-page{
  margin-top: 40px;
}
.newsd-box{
  overflow: hidden;
}
@media(max-width:1400px){
  .txtScroll-top{
    width: 100%;
  }
  .txtScroll-tops{
    width: 100%;
  }
  .newsd-r{
    width: 30%;
  }
}

@media(max-width:1200px){
  .newsd-l{
    width: 100%;
  }
  .newsd-box{
    display: block;
  }
  .newsd-r{
    width: 100%;
    margin-top: 40px;
  }
}

@media(max-width:600px){
  .newsd{
    padding: 50px 0 0;
  }
  .newsd-page{
    display: block;
  }
  .newsd-page a{
    display: block;
  }
  .newsd-l h3{
    font-size: 26px;
  }
}

.pro{
  padding: 100px 0;
}
.pro-navr{
  width: 42%;
}
.pro-r-tit{
  display: flex;
  justify-content: space-between;
}
.pro-box{
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.pro-l{
  width: 280px;

}
.pro-r{
  width: calc(100% - 330px);
}
.pro-l-item h3{
  font-size: 24px;
  color: #000000;
}
.pro-r-tit a{
  display: flex;
  align-items: center;
}
.pro-r-box{
  margin-top: 40px;
}
.pro-r-tit h3{
  width: 240px;
  height: 48px;
  background: #0055a4;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pro-r-tit a img{
  margin-left: 5px;
}
.pro-l-item ul li a{
  display: block;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #dcdcdc;
  padding-left: 25px;
  border-left:5px solid #fff;
  display: inline-block;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pro-l-item h3{
  border-bottom: 2px solid #000000;
  padding-bottom: 16px;
}
.pro-l-item{
  margin-bottom: 50px;
}
.pro-l-item ul li:hover a,.pro-l-item ul li.on a{
  background: #e5eef6;
  border-left:5px solid #0055a4;
}
.pro-r-box ul li h4{
  text-align: center;
  padding: 20px 0 40px;
  display: inline-block;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media(max-width:991px){
  .pro-box{
    display: block;
  }
  .pro-l{
    width: 100%;
  }
  .pro-r{
    width: 100%;
  }
  .pro{
    padding: 50px 0;
  }
  .pro-navr{
    width: 100%;
  }
}
.prod-rbox-row{
  display: flex;
}
.prod-rbox ul li{
  width: 48%;
  margin-bottom: 40px;
}
.prod-rbox ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.prod-rbox-rowtext{
  padding-left: 20px;
}
.prod-rbox ul li h3{
  margin-bottom: 10px;
}
.prod-rbox-rowtext span{
  color: #000000;
}
.prod-rbox-rowtext p{
  color: #555555;
  line-height: 30px;
}
.prod-rbox ul li:hover h3{
  color: #0055a4;
}
.prod-rbox ul li p:hover{
  color: #0055a4;
}
.prod-rbox ul li p:hover span{
  color: #0055a4;
}
@media(max-width:1600px){
  .prod-rbox-rowtext p{
    line-height: 26px;
  }
}
@media(max-width:1400px){
  .prod-rbox-row{
    display: block;
  }
  .prod-rbox-rowimg img{
    width: 100%;
  }
  .prod-rbox-rowtext{
    margin-top: 20px;
  }
}

@media(max-width:991px){
  .prod-rbox ul{
    display: block;
  }
  .prod-rbox ul li{
    width: 100%;
  }
}
.pro-r-box ul li a:hover h4{
  color: #0055a4;
}
.dev-teambox{
  display: flex;
  overflow: hidden;
}
.dev-team-left{
  width: 50%;
  padding-right: 100px;
}
.dev-team-right{
  width:50%;
}
.dev-team-right ul li{
  display: none;
}
.dev-team{
  padding: 100px 0;
}
.dev-team-ltxt{
  padding:40px 0 100px;
}
.dev-team-limgswiper .swiper-slide a{
  display: block;
  border: 3px solid #fff;
}
.dev-team-limgswiper .swiper-slide.on a{
  border: 3px solid #0055a4;
} 
@media(max-width:1600px){
  .dev-team-left{
    padding-right:40px;
  }
  .dev-team-ltxt{
    padding: 40px 0 60px;
  }
}


@media(max-width:1200px){
  .dev-teambox{
    display: block;
  }
  .dev-team-left{
    width: 100%;
    padding-right: 0;
  }
  .dev-team-right{
    width: 100%;
    margin-top: 30px;
  }
}

@media(max-width:991px){
  .dev-team{
    padding: 50px 0;
  }
}
.prod-t{
  padding: 60px 0;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.prod-tl{
  width: 26.6%;
}
.prod-tr{
  width: 70%;
}
.prod-tr h4{
  font-size: 30px;
  color: #1a1a1a;
  font-weight: bold;
}
.prod-tr-box{
  background: #f6f6f6;
  margin: 30px 0;
  border-radius: 20px;
}
.prod-tr-ul{
  display: flex;
  padding: 40px;
  flex-wrap: wrap;
}
.prod-tr-ul li{
  display: flex;
  /* align-items: center; */
  width: 25%;
  margin-bottom: 30px;
}
.prod-tr-text{
  margin-left: 10px;
}
.prod-tr-ul li:last-child{
  width: 50%;
  margin-bottom: 0
}
.prod-tr-ul li:nth-of-type(5){
  margin-bottom: 0;
}
.prod-tr-text p{
  color: #1a1a1a;
}
.prod-tr-btn a{
  display: block;
  width: 180px;
  height: 60px;
  background: #0055a4;
  line-height: 60px;
  text-align: center;
  color: #fff;
  margin-right: 40px;
  border-radius: 10px;
}
.prod-tr-btn{
  display: flex;
  margin-top: 30px;
}
.prod-tr-btn a:nth-of-type(2){
  background: #1a1a1a;
}
.prod-tr-btn a:nth-of-type(3){
  background: #e62129;
}
.prod-tit{
  font-size: 30px;
  color: #1a1a1a;
  font-weight: bold;
}
.prod-adv{
  background: #f6f6f6;
  padding: 60px 0 10px;
}
.prod-adv-m{
  margin-top: 40px;
}
.prod-adv-m ul li a{
  display: block;
  background: #fff;
  border-radius:10px;
  padding: 30px;
  text-align: center;
}
.prod-adv-icon{
  width: 92px;
  height: 92px;
  background: #0055a4;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  transition: all 0.4s;
}
.prod-adv-icon img:last-child{
  display: none;
}
.prod-adv-m ul li h3{
  padding: 20px 0 30px;
  color: #1a1a1a;
}
.prod-adv-m ul li h4{
  color: #1a1a1a;
  line-height: 30px;
  height: 150px;
}
.prod-adv-m ul li{
  margin-bottom: 50px;
}
.prod-adv-m ul li.adv-bot h4{
/*  height: auto;*/
}
.prod-adv-m ul li a{
  transition: all 0.4s;
}
.prod-adv-m ul li a:hover{
  background: #0055a4;
  color: #fff;
}
.prod-adv-m ul li a:hover .prod-adv-icon{
  background: #fff;
}
.prod-adv-m ul li:hover .prod-adv-icon img:last-child{
  display: block;
}
.prod-adv-m ul li:hover .prod-adv-icon img:first-child{
  display: none;
}
.prod-adv-m ul li:hover .prod-adv-icon{
  transform: rotateY(360deg);
}

.prod-adv-m ul li:hover h4{
  color: #fff;
}
.prod-adv-m ul li:hover h3{
  color: #fff;
}
.white{
  color: #fff;
}
.prod-sol .prod-tit{
  margin-bottom: 40px;
}
.prod-sol .hsol-bg ul li{
  height: 80vh;
}
.prod-case{
  padding: 60px 0;
}
.prod-case-box{
  margin-top: 40px;
  overflow: hidden;
}
.prod-case-box ul li{
  margin-bottom: 50px;
  transition: all 0.4s;
}
.prod-case-box ul li h3{
  position: absolute;
  bottom: 40px;
  color: #fff;
  width: 100%;
  text-align: center;
}
.prod-honor{
  background: #f6f6f6;

}
.prod-honor-box{
  /* padding: 35px 0 60px; */
}
.prod-honor-tit{
  border-bottom: 1px solid #0055a4;
  background: #f6f6f6;
  padding-top: 35px;
}
.prod-honor-tit ul{
  display: flex;
}
.prod-honor-tit ul li{
  width: 25%;
  position: relative;
}
.prod-honor-tit-icon img:last-child{
  display: none;
}
.prod-honor-tit-icon{
  text-align: center;
  display: flex;
  justify-content: center;
}
.prod-honor-tit ul li h3{
  text-align: center;
  font-size: 18px;
  padding: 16px 0 20px;
}
.prod-honor-tit ul li::after{
  position: absolute;
  width: 100%;
  content: "";
  height: 8px;
  background: #00479d;
  bottom: 0;
  opacity: 0;
  transition: all 0.4s;
}
.prod-honor-tit ul li:hover::after{
  opacity: 1;
}
.prod-honor-tit ul li:hover img:last-child{
  display: block;
}
.prod-honor-tit ul li:hover img:first-child{
  display: none;
}
.prod-honor-tit li{
  cursor: pointer;
}
.prod-honor-tit li.on::after{
  opacity: 1;
}
.prod-honor-tit li.on img:last-child{
  display: block;
}
.prod-honor-tit li.on img:first-child{
  display: none;
}
.prod-honor-box{
  padding: 30px 0 60px;
}
.prod-honor-m dl a{
  display: block;
  padding: 30px;
}
.prod-honor-m dl a h4{
  text-align: center;
  margin-top: 22px;
}
.prod-equ-m h4{
  display: block;
  text-align: center;
  height: 60px;
  border: 1px solid #eeeeee;
  line-height: 60px;
}
.prod-equ-m dd a:hover h4{
  background: #0055a4;
  color: #fff;
  border: 1px solid #0055a4;
}
.prod-video-box img{
  width: 100%;
}
.prod-video-box{
  width: 50%;
  margin: 0 auto;
}
.prod-video{
  position: relative;
}
.prod-video .prod-vide-icon{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  cursor: pointer;
}
.prod-honor-box ul li{
  display: none;
}
.prod-jysc{
  padding: 60px 0;
}
.prod-jysc-box ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.prod-jysc-box{
  margin-top: 40px;
  overflow: hidden;
}
.prod-jysc-box ul li{
  width: 48%;
  display: flex;
  margin-bottom: 40px;
}
.prod-jysc-l{
  width: 200px;
}
.prod-jysc-r{
  padding-left: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(100% - 200px);
}
.prod-jysc-r p{
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 定义显示的最大行数 */
  -webkit-box-orient: vertical;  
  overflow: hidden;
  text-overflow: ellipsis;
}
.prod-jysc-r h3{
  color: #1a1a1a;
}
.prod-hotbg{
  background: #f6f6f6;
}
.prod-hot{
  padding: 60px 0 40px;
}
.prod-hot-tit{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.prod-hot-box{
  margin-top: 40px;
}
.prod-hot-tit a{
  display: flex;
  align-items: center;
}
.prod-hot-tit a img{
  margin-left: 5px;
}
.prod-hot-boxswiper a .scale-img img{
  background: #fff;
  padding: 10px;
  overflow: hidden;
}
.prod-hot-box-txt{
  text-align: center;
  color: #1a1a1a;
  height: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.prod-hot-boxswiper .swiper-slide:hover .prod-hot-box-txt{
  background: #0055a4;
  color: #fff;
  border-radius: 0 0 10px 10px;
}
.prod-feed{
  background: #f6f6f6;
  padding: 60px 0;
}
.prod-feed-box-limg{
  display: flex;
  align-items: center;
}
.prod-feed-box-iconm{
  width: 80px;
  height: 80px;
  border: 1px solid #cacaca;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius:10px;
}
.prod-feed-box-arrow{
  padding: 0 12px;
}
.prod-feed-box{
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.prod-feed-box-r{
  width: 60.4%;
}
.prod-feed-box-r ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.prod-feed-box-r ul li{
  width: 48%;
  margin-bottom: 20px;
}
.prod-feed-box-r ul li span{
  display: block;
  margin-bottom: 10px;
}
.prod-feed-box-r ul li input{
  width: 100%;
}
.prod-feed-box-r ul li i{
  color: red;
  font-style: normal;
  padding-left: 3px;
}
.prod-feed-box-r ul .prod-form-feedback{
  width: 100%;
}
.prod-code{
  display: flex;
}
.prod-feed-box-r ul li input{
  height: 36px;
  line-height: 36px;
  background: #fff;
  border: 1px solid #c9c9c9;
  border-radius: 5px;
  padding-left: 15px;
  font-size: 14px;
  outline: none;
}
.prod-feed-box-r ul li textarea{
  background: #fff;
  border: 1px solid #c9c9c9;
  border-radius: 5px;
  padding-left: 15px;
  font-size: 14px;
  width: 100%;
  text-align: left;
  color: #555555;
  outline: none;
  padding-top: 10px;
}
.prod-feed-box-r ul li textarea::placeholder{
  color: #555555;
}
.prod-feed-box-r ul li textarea::-webkit-input-placeholder{
  color: #555555;
}
.prod-feed-box-r button{
  display: block;
  width: 256px;
  height: 40px;
  background: #0055a4;
  color: #fff;
  border: none;
  border-radius: 5px;
}
.prod-form-btn{
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  cursor: pointer;
}
.prod-feed-box-ltxt{
  margin-top: 20px;
}
.prod-feed-box-lbott{
  margin-top: 70px;
  font-size: 24px;
  margin-bottom: 20px;
}
.prod-feed-box-limg h4{
  font-size: 16px;
  color: #1a1a1a;
  text-align: center;
  margin-top: 15px;

}
@media(max-width:1700px){
  .prod-adv-m ul li h4{
    display: -webkit-box;
    -webkit-line-clamp: 5; /* 定义显示的最大行数 */
    -webkit-box-orient: vertical;  
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .prod-adv-m ul li.adv-bot h4{
    display: -webkit-box;
    -webkit-line-clamp: 5; /* 定义显示的最大行数 */
    -webkit-box-orient: vertical;  
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media(max-width:1200px){
  .prod-tr-ul li{
    width: 50%;
  }
  .prod-jysc-r h3{
    font-size: 20px;
    overflow: hidden;
    white-space: nowrap; 
    text-overflow: ellipsis; 
  }


}
@media(max-width:991px){
  .prod-t{
    display: block;
  }
  .prod-tl{
    width: 100%;
  }
  .prod-tr{
    width: 100%;
    margin-top: 30px;
  }
  .prod-tr h4{
    font-size: 24px;
  }
  .prod-sol .hsol-bg ul li{
    height: 100vh;
  }
  .prod-case-box ul li h3{
    bottom: 20px;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap; 
    text-overflow: ellipsis; 
  }
  .prod-case-box ul li{
    margin-bottom:20px;
  }
  .prod-video-box{
    width: 100%;
  }
  .prod-jysc-box ul{
    display: block;
  }
  .prod-jysc-box ul li{
    width: 100%;
  }
  .prod-feed-box{
    display: block;
  }
  .prod-feed-box-r{
    width: 100%;
    margin-top: 20px;
  }

  .prod-jysc-l{
    width:150px;
  }
  .prod-jysc-r{
    padding-left:20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: calc(100% - 150px);
  }
}


/* 联系我们 */
.contact-wrap {
  padding-top: 100px;
  overflow: hidden;
}
.contact-top {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 75px;
}
.contact-left {
  width: 50%;
  padding-right: 250px;
}
.contact-toptitle {
  font-size: 36px;
  line-height: 36px;
  color: #1a1a1a;
  margin-bottom: 50px;
}
.contact-list li {
  border-top: 1px solid #dcdcdc;
  display: flex;
  width: 100%;
  align-items: center;
  padding: 35px 0px;
}
.contact-list li:last-child {
  border-bottom: 1px solid #dcdcdc;
}
.contact-icon {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0055a4;
  border-radius: 8px;
  margin-right: 22px;
  transition: all 0.4s;
}
.contact-list li:hover .contact-icon{
  transform: translateY(-15px);
}

.contact-info {
  flex: 1;
  color: #1a1a1a;
  font-size: 18px;
  line-height: 30px;
}
.contact-right {
  width: 50%;
}
.cform-item {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}
.cform-item-mini {
  width: calc((100% - 30px) / 2);
}
.cform-item-large {
  width: 100%;
}
.cform-item-input {
  display: flex;
  border: 1px solid #c9c9c9;
  height: 60px;
  align-items: center;
  padding-left: 20px;
  color: #1a1a1a;
  box-sizing: border-box;
}
.cform-item-input input {
  border: none;
  height: 58px;
  line-height: 58px;
  flex: 1;
  padding-right: 10px;
  appearance: none;
  outline: none;
  padding-left: 10px;
}
.cform-item-textarea {
  width: 100%;
  height: 200px;
  padding-top: 14px;
  padding-bottom: 10px;
  align-items: flex-start;
}
.cform-item-textarea textarea {
  border: none;
  line-height: 30px;
  flex: 1;
  padding-right: 10px;
  appearance: none;
  outline: none;
  padding-left: 10px;
}
.cform-button {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cform-code {
  margin-right: 10px;
  display: flex;
  align-items: center;
}
.cform-code img {
  width: 112px;
  height: 60px;
}
.cform-code input {
  appearance: none;
  outline: none;
  width: 112px;
  height: 60px;
  border: 1px solid #c9c9c9;
  padding: 0 5px;
  line-height: 58px;
}
.cform-btns {
  width: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0055a4;
  height: 60px;
  color: #fff;
}
.contact-map {
  width: 100%;
  overflow: hidden;
  margin-bottom: 100px;
}
@media (max-width: 1400px) {
  .contact-left {
    padding-right: 100px;
  }
}
@media (max-width: 1200px) {
  .contact-left {
    padding-right: 0px;
    width: 100%;
  }
  .contact-right {
    width: 100%;
    margin-top: 40px;
  }
  .contact-wrap {
    padding-top: 50px;
  }
  .contact-toptitle {
    margin-bottom: 30px;
  }
  .contact-top {
    margin-bottom: 45px;
  }
  .contact-map {
    margin-bottom: 50px;
  }
}
@media (max-width: 757px) {
  .contact-toptitle {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .contact-wrap {
    padding-top: 30px;
  }
  .contact-list li {
    padding: 15px 0px;
  }
  .contact-icon {
    width: 60px;
    height: 60px;
    margin-right: 12px;
  }
  .contact-info {
    line-height: 24px;
  }
  .contact-right {
    margin-top: 30px;
  }
  .cform-item-mini {
    width: 100%;
  }
  .cform-item-input {
    margin-bottom: 20px;
    height: auto;
    padding-left: 10px;
  }
  .cform-item-input input {
    line-height: 48px;
    height: 48px;
  }
  .cform-item {
    margin-bottom: 0px;
  }
  .cform-code img {
    width: 90px;
    height: 48px;
  }
  .cform-code input {
    width: 90px;
    height: 48px;
    line-height: 46px;
  }
  .cform-btns {
    width: 120px;
    height: 48px;
  }
  .contact-top {
    margin-bottom: 35px;
  }
  .contact-map {
    margin-bottom: 40px;
  }
}
/* 加盟合作 */
.jiameng-wrap {
  padding-top: 100px;
  padding-bottom: 100px;
}
.jiameng-title {
  text-align: center;
  font-size: 40px;
  line-height: 40px;
  color: #000;
  margin-bottom: 50px;
}
.youshi-list {
  flex-wrap: wrap;
  display: flex;
}
.youshi-list li {
  width: 33.33333%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px 50px 16px;
  border-bottom: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  transition: all 0.4s;
}
.youshi-icon {
  min-height: 68px;
  margin-bottom: 22px;
  align-items: center;
  justify-content: center;
  display: flex;
}
.youshi-icon img {
  transition: all 0.4s;
}
.youshi-icon-img {
  display: block;
}
.youshi-icon-imgon {
  display: none;
}
.youshi-list li h4 {
  font-size: 24px;
  line-height: 24px;
  color: #000;
  margin-bottom: 20px;
}
.youshi-list li p {
  font-size: 16px;
  line-height: 24px;
  color: #555;
  text-align: center;
  min-height: 72px;
}
.youshi-list li:hover {
  background-color: #0055a4;
}
.youshi-list li:hover .youshi-icon-imgon {
  display: block;
}
.youshi-list li:hover .youshi-icon-img {
  display: none;
}
.youshi-list li:hover h4 {
  color: #fff;
}
.youshi-list li:hover p {
  color: #fff;
}
.youshi-list li:nth-child(n + 4) {
  border-bottom: none;
}
/* 加盟流程 */
.jiameng-process {
  background-color: #fafafa;
}
.sweet-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sweet-list li {
  width: calc((100% - 50px) / 2);
  background-color: #fafafa;
  padding: 40px;
  margin-bottom: 50px;
  display: flex;
  transition: all 0.4s;
}
.sweet-list li:nth-child(n + 3) {
  margin-bottom: 0px;
}
.sweet-img {
  width: 200px;
  height: 200px;
  margin-right: 40px;
  border-radius: 10px;
}
.sweet-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sweet-info h4 {
  font-size: 24px;
  line-height: 24px;
  color: #1a1a1a;
  margin-bottom: 18px;
  transition: all 0.4s;
}
.sweet-info p {
  font-size: 16px;
  line-height: 24px;
  color: #555;
  transition: all 0.4s;
}
.sweet-list li:hover {
  background-color: #0055a4;
}
.sweet-list li:hover h4 {
  color: #fff;
}
.sweet-list li:hover p {
  color: #fff;
}
.policy-wrap {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.policy-left {
  width: 50%;
  padding-right: 100px;
}
.policy-right {
  width: 50%;
}
.policy-list li {
  padding-top: 22px;
  padding-bottom: 20px;
  transition: all 0.4s;
  border-bottom: 1px solid #dcdcdc;
}
.policy-list li h4 {
  font-size: 24px;
  line-height: 24px;
  color: #000;
  margin-bottom: 18px;
}
.policy-list li p {
  font-size: 16px;
  line-height: 24px;
  color: #555;
  transition: all 0.4s;
}
.policy-list li:hover {
  border-bottom-color: #0055a4;
}
.policy-list li:hover h4 {
  color: #0055a4;
}
.policy-list li.on {
  border-bottom-color: #0055a4;
}
.policy-list li.on h4 {
  color: #0055a4;
}
.policy-right ul li{
  display: none;
}

.jiameng-bom {
  width: 100%;
  background: url(../img/jiameng-botbg.jpg) no-repeat center;
  background-size: cover;
  padding: 100px;
  color: #fff;
}
.jiameng-bom .jiameng-title {
  color: #fff;
}
.jiamengbom-info {
  line-height: 30px;
  font-size: 16px;
}
@media (max-width: 1400px) {
  .youshi-list li {
    padding-left: 25px;
    padding-right: 25px;
  }
  .sweet-list li {
    padding: 30px;
  }
  .sweet-img {
    margin-right: 20px;
  }
  .policy-left {
    padding-right: 50px;
    width: 100%;
  }
  .policy-right {
    width: 100%;
  }
  .policy-list {
    margin-bottom: 30px;
  }
}

@media (max-width: 1200px) {
  .youshi-list li {
    width: 50%;
  }
  .youshi-list li:nth-child(4) {
    border-bottom: 1px solid #dcdcdc;
  }
  .jiameng-wrap {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .sweet-list li {
    width: 100%;
  }
  .sweet-img {
    margin-right: 20px;
  }
  .policy-left {
    padding-right: 50px;
    width: 100%;
  }
  .policy-right {
    width: 100%;
  }
  .jiameng-bom {
    padding: 50px;
  }
}
@media (max-width: 757px) {
  .youshi-list li {
    width: 100%;
    padding: 20px 15px 15px;
    border-right: none;
  }
  .youshi-list li:nth-child(n + 4) {
    border-bottom: 1px solid #dcdcdc;
  }
  .youshi-list li:last-child {
    border-bottom: none;
  }
  .jiameng-title {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .youshi-list li p {
    min-height: 24px;
  }
  .jiameng-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .sweet-list li {
    margin-bottom: 20px;
    padding: 15px;
  }
  .policy-list li {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .jiameng-bom {
    padding: 30px 20px;
  }
}
@media (max-width: 559px) {
  .sweet-list li {
    flex-direction: column;
  }
  .sweet-info {
    width: 100%;
    padding-top: 20px;
  }
  .sweet-img {
    margin-right: 0px;
    margin: 0 auto;
  }
  .sweet-info h4 {
    margin-bottom: 10px;
  }
  .policy-list li h4 {
    margin-bottom: 10px;
  }
}

.jprocess-box ul{
  display: flex;
  justify-content: space-between;
}
.jprocess-box{
  overflow: hidden;
}
.jprocess-box ul li{
  width: 14.6%;
  overflow: hidden;
  transition: all 0.4s;
}
.jprocess-box ul li.on{
  width: 47%;
} 
.jprocess-box ul li a{
  display: block;
  position: relative;
}
.jprocess-box ul li .flow-txt{
  position: absolute;
  bottom: 48px;
  color: #fff;
  padding: 0 50px;
}
.jprocess-box ul li .flow-tit{
  position: absolute;
}
.flow-txt h4{
  font-size: 30px;
  margin-bottom: 20px;
}
.flow-txt p{
  line-height: 30px;
}
.flow-txt{
  display: none;
}
.flow-tit{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  color: #fff;
  font-size: 24px;
  white-space: nowrap;
}
.jprocess-box ul li.on .flow-txt{
  display: block;
}
.jprocess-box ul li.on .flow-tit{
  display:none;
}
@media(max-width:1200px){
  .flow-tit{
    font-size: 18px;
  }
}

@media(max-width:991px){
  .jprocess-box ul li{
    width: 100%;
    margin-bottom: 20px;
  }
  .jprocess-box ul{
    display: block;
  }
  .jprocess-box ul li.on{
    width: 100%;
  }
}


.banner-box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  
}
.banner-box{
  position: relative;
  width: 100%;
  height:100vh;
  background: #ccc;
}
.banner-text{
  position: absolute;
  /* top: 200px;
  left: 250px; */
  color: #fff;
  font-size: 60px;
  line-height: 72px;
  text-align: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.banner-text p{
  margin-bottom: 20px;
  text-shadow: 2px 2px #000;
}
@media(max-width:991px){
  .banner-box{
    height:400px;
    background: #cccccc;
  }
  .banner-text{
    font-size: 28px;
    line-height: 35px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: none;
  }

  .banner-box video{
    height:400px;
    width: 100%;
    position: relative;
    background: #cccccc;
  }
}

.rotating-image {
    animation: rotate 2s linear infinite;
    /* 5s控制旋转速度，数值越大旋转越慢 */
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}


/****大图*****/


@media(max-width:991px){
  .banner-swiper a{
    height: 300px;
  }
}