﻿body {
  font-size: 16px;
}

.home-page,
.home-page main {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

.home-page .logo-list {
  width: 100%;
  max-width: 100%;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.home-page .indexNews,
.home-page .indexNews .inner {
  max-width: 100%;
}

.inner {
  width: 85%;
  margin: 0 auto;
}

header {
  width: 100%;
  height: 90px;
  padding-left: 10%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

header.transparent {
  background-color: rgba(236, 241, 255, 0.45);
  transition: 0.5s;
  box-shadow: none;
  /* margin-bottom: 90px; */
}
header:hover{
  background-color: white;
  transition: 0.5s;
}
/* nav dl {
  background: rgba(255, 255, 255, .95);
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
}

nav dl.transparent {
  background-color: rgba(236, 241, 255, 0.45);
} */

/* 添加透明头部样式 */
/* .banner {
  margin-bottom: 90px;
} */
.mar-t{
  margin-top: 90px;
}
.banner img {
  width: 100%;
  /* height: calc(100vh -70px); */
  object-fit: cover;
}

.banBtn {
  position: absolute;
  left: 10%;
  bottom: 15%;
  z-index: 20;
}

.banBtn>div {
  border: 1px solid  rgb(51,62,131);
  color:  rgb(51,62,131);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.banBtn>div span {
  font-size: 24px;
}

.banBtn>div:hover {
  color: #fff;
  border-color:  rgb(51,62,131);
  background-color:  rgb(51,62,131);
}

table {
  max-width: 98%;
}

.circleH i:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid rgb(51,62,131);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0
}

.circleH i:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  /* border: 1px solid  rgb(51,62,131); */
  border: 1px solid rgb(51,62,131);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0
}

.circleH:hover i:before {
  animation: serv_one_border .9s 0s ease 1;
}

.circleH:hover i:after {
  animation: serv_one_border 1.5s 0s ease 1;
  -webkit-animation: serv_one_border 1.5s 0s ease 1;
}

header nav {
  width: 50vw;
}

header nav a:hover,
header nav a.on {
  color:  rgb(51,62,131);
  /* color:  rgb(51,62,131); */
}

header nav dl {
  background: rgba(255, 255, 255, .96);
  position: absolute;
  left: 50%;
  top: 90px;
  width: 248px;
  padding: 0;
  border-radius: 0 0 16px 16px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, .16);
  transform: translate(-50%, 20px);
}

header nav dl .item {
  width: 33.3%;
}

header nav dl .item dt {
  margin-bottom: 6px;
  font-weight: bold;
}

header nav dl .item dd {
  font-size: 14px;
  color: #666;
}

header nav li {
  height: 90px;
  line-height: 90px;
  position: relative;
}

header nav li dl a {
  transition: all .36s;
}

header nav .nav-dropdown-inner {
  padding: 28px 30px 34px;
  line-height: 1.9;
}

header nav .nav-dropdown-title {
  margin-bottom: 12px;
  font-size: 28px;
  line-height: 1.3;
  color: #222;
}

header nav .nav-dropdown dt {
  font-size: 18px;
  line-height: 2.65;
  font-weight: 400;
}

header nav .nav-dropdown dt a {
  color: #444;
}

header nav .nav-dropdown dt a::before {
  content: '\00b7';
  margin-right: 4px;
}

/* nav  li dl a:hover{ letter-spacing: 1px;} */
header nav li dl {
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(-50%, 20px);
}

header nav li:hover dl {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate(-50%, 0);
}


.searchBtn {
  width: 120px;
  height: 90px;
}

.searchBtn span {
  font-size: 22px;
}

.searchBtn:hover {
  color:  rgb(51,62,131);
}

.menuBtn {
  padding: 30px 20px;
  width: 90px;
  height: 90px;
  align-items: flex-end;
  z-index: 6;
}

.menuBtn .burger {
  width: 100%;
  height: 1px;
  background: #fff;
  transition: .8s;
  display: inline-block;
}

.menuBtn .burger:first-child {
  animation: long 2s linear infinite;
}

.menuBtn .burger:nth-of-type(2) {
  width: 50%;
}

.menuBtn .burger:nth-of-type(3) {
  animation: long 3s linear infinite;
  -webkit-animation: long 3s linear infinite;
}

.menuBtn.close {
  align-items: center;
  justify-content: center;
}

.menuBtn.close .burger:first-child {
  display: none;
}

.menuBtn.close .burger:nth-of-type(3) {
  display: none;
}

.menuBtn.close .burger:nth-of-type(2) {
  position: relative;
  z-index: 1;
  width: 80%;
}

.menuBtn.close .burger:nth-of-type(2):before,
.menuBtn.close .burger:nth-of-type(2):after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  z-index: 1;
}

.menuBtn.close .burger:nth-of-type(2) {
  background: transparent;
  transform: rotate(-180deg);
}

.menuBtn.close .burger:nth-of-type(2):before,
.menuBtn.close .burger:nth-of-type(2):after {
  opacity: 1;
  transition: all .3s;
}

.menuBtn.close .burger:nth-of-type(2):before {
  transform: rotate(45deg);
}

.menuBtn.close .burger:nth-of-type(2):after {
  transform: rotate(-45deg);
}

.indexAbout .indexAboutimg {
  width: 27.5%;
}

.indexAbout .indexAboutimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}

.indexAbout .txt {
  width: 72.5%;
}

.indexAbout .txt .top {
  margin-left: 10vw;
  padding-top: 100px;
}

.indexAbout .txt .top .videoImg {
  width: 40%;
  height: 290px;
  overflow: hidden;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.indexAbout .txt .top .videoImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.indexAbout .txt .top .videoImg .playBtn {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 rgba(255, 255, 255, 0.1), 0 0 0 15px rgba(255, 255, 255, 0.1), 0 0 0 30px rgba(255, 255, 255, 0.1);
  animation: ripple-wave1 1s linear infinite;
  animation-play-state: running;
  opacity: 1;
  visibility: visible;
  -webkit-animation: ripple-wave1 1s linear infinite;
}

.indexAbout .txt .top .videoImg:hover {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.indexAbout .txt .top .right {
  width: 56%;
}

.indexAbout .index-about-title {
  width: 100%;
  text-align: center;
}

.indexAbout .txt .top .right .line-clamp6 p,
.aboutOne .con .right .top .info p {
  text-align: justify;
  text-justify: inter-ideograph;
  text-align-last: left;
  white-space: normal;
  word-break: normal;
  overflow-wrap: break-word;
  line-break: strict;
  letter-spacing: 0;
  word-spacing: 0;
}

.indexAbout .txt .top .right .line-clamp6 p {
  text-align-last: justify;
}

.abouMOre .yuan {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #444;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.abouMOre .yuan .iconfont {
  color: #fff;
  font-size: 30px;
}

.s1_logo {
  width: 62%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.indexAbout .txt .bottom {
  padding-left: 10vw;
}

.indexAbout .txt .bottom li {
  width: 33.3%;
  color: #fff;
}

.indexAbout .txt .bottom li span.j {
  position: relative;
  padding-right: 20px;
}

.indexAbout .txt .bottom li span.j::after {
  display: block;
  content: '+';
  position: absolute;
  top: 0;
  right: 0;
  font-size: 20px;
}

.abouMOre:hover {
  color: rgb(51,62,131);
}

.abouMOre:hover .yuan {
  background-color: rgb(51,62,131);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.ptb-70 {
  padding: 70px 0;
}

.indexPro {
  background: url(../image/indexProBg.jpg) no-repeat center center;
  background-size: cover;
}

.border {
  border: 1px solid #e5e5e5;
}

.indexTit a.more {
  width: 268px;
  height: 65px;
}

.indexTit a.more span {
  position: relative;
  z-index: 5;
}

.indexTit a.more::after {
  width: 0;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  background-color: rgb(51,62,131);
  display: block;
  content: '';
  transition: all .36s;
  -webkit-transition: all .36s;
  -moz-transition: all .36s;
  -ms-transition: all .36s;
  -o-transition: all .36s;
}

.indexTit a.more:hover::after {
  width: 100%;
}

.indexTit a.more:hover {
  color: #fff;
}

.indexPro .left {
  width: 31%;
}

.indexPro .left .item {
  padding-bottom: 30px;
  display: none;
  
}

.indexPro .left .home-featured-product-title {
  width: 260px;
  max-width: 260px;
  line-height: 1.35;
  margin-bottom: 20px;
  text-align: justify;
  text-align-last: justify;
}
.indexPro .left .item .f32-text{
  text-indent: 2em;
  text-align: justify;
  text-justify: inter-ideograph;
  text-align-last: justify;
  white-space: normal;
  word-break: normal;
  overflow-wrap: break-word;
  line-break: strict;
  letter-spacing: 0;
  word-spacing: 0;
}

.indexPro .left a {
  margin-left: 12px;
  width: 320px;
  height: 68px;
  border-radius: 37px;
  -webkit-border-radius: 37px;
  -moz-border-radius: 37px;
  -ms-border-radius: 37px;
  -o-border-radius: 37px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.indexPro .left a span {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  /* -webkit-transform: ;
  -moz-transform: ;
  -ms-transform: ;
  -o-transform: ; */
  -webkit-transition: all .36s;
  -moz-transition: all .36s;
  -ms-transition: all .36s;
  -o-transition: all .36s;
}

.indexPro .left a span i {
  font-size: 30px;
}

.indexPro .left a em {
  position: relative;
  z-index: 10;
}

.indexPro .left a:hover span {
  width: 100%;
  height: 100%;
  border-radius: 37px;
  -webkit-border-radius: 37px;
  -moz-border-radius: 37px;
  -ms-border-radius: 37px;
  -o-border-radius: 37px;
}

.indexPro .left a:hover em {
  color: #fff;
}

.indexPro .left a:hover span i {
  opacity: 0;
}

.indexPro .center {
  width: 37.3%;
}

.indexPro .center .quan {
  /* border: 1px solid lightgray;
  border-radius: 50%; */
  width: 85.6%;
  height: 85.6%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.indexPro .center .quan .line {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 1s;
}

.indexPro .center .quan .t .on {
  color: #000;
}

.indexPro .center .quan .t span {
  width: 40px;
  height: 40px;
  display: block;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  color: #999;
  position: absolute;
  font-family: GILB;
  cursor: pointer;
}

.indexPro .center .quan .t span:nth-child(1) {
  left: 50%;
  top: -32px;
  transform: translateX(-50%);
}

.indexPro .center .quan .t span:nth-child(2) {
  top: 50%;
  right: -34px;
  transform: translateY(-50%);
}

.indexPro .center .quan .t span:nth-child(3) {
  left: 50%;
  bottom: -32px;
  transform: translateX(-50%);
}

.indexPro .center .quan .t span:nth-child(4) {
  top: 50%;
  left: -34px;
  transform: translateY(-50%);
}
.indexPro .center .quan .t span:nth-child(5) {
  top: 50%;
  left: -34px;
  transform: translateY(-50%);
}

.indexPro .center .pic {
  width: 80%;
  height: 0;
  padding-bottom: 80%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.indexPro .center .pic .img {
  width: auto;
  height: auto;
  position: absolute;
  overflow: hidden;
  border-radius: 50%;
  clip-path: circle(50% at 50% 50%);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  /* position: relative; */
}
.indexPro .center .pic .img figure {
  width: 100%;
  height: 100%;
}
.indexPro .center .pic .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.indexPro .center .pic .img:nth-child(2) {
  background: #111820;
}
.indexPro .center .pic .img:nth-child(2) img {
  object-fit: contain;
  transform: scale(.9);
}
.indexPro .right {
  line-height: 4;
  align-items: flex-end;
}

.indexPro .right a {
  position: relative;
  min-width: 295px;
}

.indexPro .right a::before {
  position: absolute;
  content: '';
  left: 0;
  width: 0;
  transition: all .36s;
  top: 50%;
  height: 3px;
  margin-top: -2px;
  background-color: rgb(51,62,131);
  -webkit-transition: all .36s;
  -moz-transition: all .36s;
  -ms-transition: all .36s;
  -o-transition: all .36s;
}

.indexPro .right a.on::before {
  width: 24px;
}

.indexPro .right a.on {
  padding-left: 42px;
  font-weight: bold;
  /* color:  rgb(51,62,131); */
  color:rgb(51,62,131);
}

.application .img img {
  display: none;
}

.application .img img.on {
  display: block;
}

.application ul {
  position: absolute;
  top: 0;
  left: 0;
}
.application ul::after {
  width: 100%;
  z-index: 1;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: '';
  background-color: rgba(0, 0, 0, 0.3);
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
}
.application ul li {
  width: 33.333333333%;
  padding: 0 3%;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  z-index: 5;
}

.application ul li::after {
  width: 100%;
  z-index: 5;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: '';
  background-color: rgba(0, 0, 0, 0.5);
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
}

.application ul li .line {
  width: 20%;
  height: 3px;
}


.application ul li a {
  border: 1px solid #fff;
  padding: 12px 50px;
  position: relative;
}

.application ul li a em {
  position: relative;
  z-index: 5;
}

.application ul li a:hover em {
  color: #fff;
}

.application ul li>div,
.application ul li>a {
  position: relative;
  z-index: 10;
}

.application ul li a::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: '';
  width: 0;
  height: 100%;
  transition: all .36s;
  background-color:  rgb(51,62,131);
  transition: all .36s;
  -webkit-transition: all .36s;
  -moz-transition: all .36s;
  -ms-transition: all .36s;
  -o-transition: all .36s;
}

.application ul li a:hover::after {
  width: 100%;
}

.application ul li .noe {
  display: none;
  animation: righTOP .3s;
  -webkit-animation: righTOP .3s;
}

.application ul li:hover .noe {
  display: block;
}

.application ul li:hover::after {
  height: 100%;
}

.application .img img {
  min-height: 730px;
  width: 100%;
  object-fit: cover;
  transition: all .36s;
  animation: scaleIn 2s forwards cubic-bezier(0.4, 0, 0.49, 0.93);
  -webkit-animation: scaleIn 2s forwards cubic-bezier(0.4, 0, 0.49, 0.93);
}

.indexNews .swiper-slide a .icon {
  border: 1px solid rgb(51,62,131);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.indexNews .swiper-slide a .icon span {
  font-size: 20px;
  color: rgb(51,62,131);
}

.pic::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 0px;
}

a:hover .pic::before {
  animation: gradient-rectangle 1s;
  animation-delay: 0s;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 0.18, 0.96);
  -webkit-animation: gradient-rectangle 1s;
}

.indexNews .swiper-slide a:hover .img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.indexNews .swiper-slide a:hover .icon {
  background-color: rgb(51,62,131);
  border-color:  rgb(51,62,131);
  transform: translateX(-20px) rotate(45deg);
  -webkit-transform: translateX(-20px) rotate(45deg);
  -moz-transform: translateX(-20px) rotate(45deg);
  -ms-transform: translateX(-20px) rotate(45deg);
  -o-transform: translateX(-20px) rotate(45deg);
}

.indexNews .swiper-slide a:hover .icon span {
  color: #fff;
}

footer {
  background-color: #333;
  color: #fff;
}

footer .top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  /* background-color: #999; */
}

footer .top .right {
  width: 31%;
}

.footform .input {
  background-color: rgba(255, 255, 255, 0.1);
  width: 77%;
}

.footform .submit {
  width: 23%;
}

footer .center .left {
  width: 61%;
}

footer .center .left dt {
  margin-bottom: 15px;
}

footer .center .left dd a {
  font-size: 14px;
  opacity: 0.6;
}

footer .center .left dd a:hover {
  opacity: 1;
}

footer .center .right {
  width: 31%;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

footer .center .right .f14 {
  margin-top: 15px;
}

footer .bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 25px 0;
  color: rgba(255, 255, 255, 0.6);
}

footer .bottom a:hover {
  color: #fff;
}

footer .logo-w img {
  filter: brightness(0) invert(1);
}

.select {
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6);
  width: 312px;
  /* padding: 15px; */
}

.null-txt {
  color: rgba(255, 255, 255, 0.6);
  width: 100%;
  background-color: #333;
  padding: 12px;
}

.select::after {
  content: "";
  position: absolute;
  top: 23px;
  right: 25px;
  width: 0;
  height: 0;
  border-top: 6px solid #999;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  opacity: .6;
}


.navs__pop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #008091;
  z-index: 5;
  overflow: hidden;
  height: 0;
  transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
}

.navs__pop.show {
  height: 100%;
}

.navs__menu-wrap {
  position: relative;
  height: 100vh;

}

.Circles {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none !important;
  z-index: 0;
}

.Circles-circle {
  display: block;
  position: absolute;
  will-change: transform;
  transition: 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.Circles-circle:nth-child(1) {
  width: 21.87vw;
  height: 21.87vw;
  top: -7.26vw;
  left: -7.26vw;
}

.Circles-circle:nth-child(1) .Circles-dot {
  opacity: 0.05;
}

.Circles-circle:nth-child(2) {
  width: 35vw;
  height: 35vw;
  top: -11.7vw;
  left: -11.7vw;
  transition: 2.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.Circles-circle:nth-child(2) .Circles-dot {
  opacity: 0.04;
}

.Circles-circle:nth-child(3) {
  width: 48vw;
  height: 48vw;
  top: -16vw;
  left: -16vw;
  transition: 2.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.Circles-circle:nth-child(3) .Circles-dot {
  opacity: 0.03;
}

.Circles-circle:nth-child(4) {
  width: 63.4vw;
  height: 63.4vw;
  top: -21.1vw;
  left: -21.1vw;
  transition: 3.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.Circles-circle:nth-child(4) .Circles-dot {
  opacity: 0.02;
}

.Circles-circle:nth-child(5) {
  width: 92vw;
  height: 92vw;
  top: -30.7vw;
  left: -30.7vw;
  transition: 3.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.Circles-circle:nth-child(5) .Circles-dot {
  opacity: 0.02;
}

.Circles-dot {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.Circles-dot:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f2f2f2;
  border-radius: 50%;
  transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.6s;
  will-change: transform;
}

.navs__menus {
  position: absolute;
  left: 0;
  top: 0;

  width: 100%;
  height: 100%;
}

.navs__logos {
  text-align: center;
}

.navs__logos img {
  display: block;
  width: 233px;
  margin: auto;
	filter: brightness(0) invert(1); 
}

.navs__li {
  margin-top: 90px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}

.navs__li .left .navs__item {
  white-space: nowrap;
}

.navs__li .left dt {
  margin-bottom: 10px;
}

.navs__li .left dt a {
  color: #fff;
}

.navs__li .left dd {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
}

.navs__li .left dd a:hover {
  color: #fff;
}



.page-aside {
  position: fixed;
  right: -6px;
  bottom: 180px;
  transform: translateX(100%);
  z-index: 6;
  opacity: 0;
  transition: transform .3s, opacity .3s
}

.page-aside.show {
  z-index:999;
  transform: translateX(0);
  opacity: 1
  
}

.page-aside .img {
  max-width: 100%
}

.page-aside-item {
  width: 54px;
  text-align: center;
  height: 50px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  display: block;
  background-color: rgba(0, 0, 0, .5);
  margin: 4px 0;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  padding-right: 6px;
  transition: transform .3s;
  display: flex;
  align-items: center;
  justify-content: center
}

.page-aside-item .icon {
  width: 24px
}

#toolbar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  display: none;
}

#toolbar a {
  width: 25%;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#toolbar img {
  width: auto !important;
  max-width: 24px;
  height: 20px;
  object-fit: contain;
  margin-bottom: 5px;
}


div.video-play {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10001;
  display: none
}

div.video-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 1001;
  background: #0b0b0b;
  opacity: .8
}

div.video-wrap {
  z-index: 1002;
  position: fixed;
  top: 52%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -52%, 0);
  transform: translate3d(-50%, -52%, 0);
  width: 1000px;
  height: 570px;
}

div.video-wrap video {
  width: 100%;
  height: auto
}

div.close-btn {
  cursor: pointer;
  transition: all .36s;

  text-align: center;
  line-height: 40px;
  z-index: 9999;
  position: absolute;
  background: #000;
  border: 2px solid #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  opacity: 0.5;
  right: -20px;
  top: -25px;
}

div.close-btn:hover {
  transform: rotate(180deg);
  opacity: 1;
}

.neiBan {
  margin-top: 90px;
}

.neiBan .txt {
  position: absolute;
  top: 0;
  left: 0;
}

.neiBan .txt>div {
  animation: topFloat 1.2s;
}

.submenu,
.promenu {
  box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}

.submenu a {
  flex: 1;
  border-right: 1px solid #e5e5e5;
  line-height: 80px;
}

.submenu a.on,
.promenu a.on {
  color: #fff;
  background: rgb(51,62,131);
}

.submenu a.on:hover,
.promenu a.on:hover {
  color: #fff;
}

.submenu a:hover,
.promenu a:hover {
  color: rgb(51,62,131);
}

.promenu a {
  flex: 1;
  border-right: 1px solid #e5e5e5;
  line-height: 80px;
}

.aboutOne {
  background: url(../image/bg1.jpg) no-repeat center bottom;
  background-size: 100% auto;
}

.aboutOne .con {
  align-items: stretch;
}

.Companyprofile {
  width: 80%;
  opacity: 0.1;
}

.aboutOne .con .left {
  padding-left: 10vw;
  width: 43vw;
  display: flex;
  align-self: stretch;
}

.aboutOne .con .left figure {
  width: 100%;
  height: 100%;
  flex: 1;
}

.aboutOne .con .left img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aboutOne .con .right {
  width: 57vw;
}

.logoBig {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}

.aboutOne .con .right .top {
  padding-right: 10vw;
}

.aboutOne .con .right .top .info {
  width: 68%;
  margin: 0 auto;
  text-indent: 2em;
}

.aboutOne .con .right .bottom li span.j {
  position: relative;
  padding-right: 20px;
}

.aboutOne .con .right .bottom li span.j::after {
  display: block;
  content: '+';
  position: absolute;
  top: 0;
  right: 0;
  font-size: 20px;
}

.aboutOne .needMarquee {
  font-size: 200px;
  width: 10vw;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  color: #f6f6f6;
  z-index: 10;
  overflow: hidden;
}

.Culture li {
  width: 50%;
  height: 50%;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}

.Culture li div {
  position: relative;
  z-index: 5;
}

.Culture li::after {
  width: 110%;
  height: 110%;
  position: absolute;
  top: -5%;
  left: -5%;
  z-index: 1;
  background-color: rgb(51,62,131);
  display: block;
  content: '';
  transition: all .42s;
  opacity: 0;
  transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  -webkit-transition: all .42s;
  -moz-transition: all .42s;
  -ms-transition: all .42s;
  -o-transition: all .42s;
  box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}

.Culture li:hover::after {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.Culture li:hover div {
  color: #fff;
}

.Culture .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.enlarge {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.honor .swiper-slide {
  border: 1px solid #e5e5e5;
  cursor: pointer;
}

.honor .swiper-slide .img {
  height: 390px;
  border-bottom: 1px solid #e5e5e5;
  padding: 35px;
}

.honor .swiper-slide .img figure:first-child {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.honor .swiper-slide .img figure:first-child img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.honor .swiper-slide .txt {
  display: none;
}

.honor .swiper-slide .txt span {
  position: relative;
  z-index: 5;
}

.honor .swiper-slide .txt::after {
  display: none !important;

  width: 100%;
  height: 2px;
  z-index: 1;
  background: rgb(51,62,131);
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  display: block;
  transition: all .36s;
  -webkit-transition: all .36s;
  -moz-transition: all .36s;
  -ms-transition: all .36s;
  -o-transition: all .36s;
}

.honor .swiper-slide:hover {
  color: #fff;
}

.honor .swiper-slide:hover .txt::after {
  height: 100%;
}

.honorBtn>div {
  border: 1px solid rgb(51,62,131);
  color: rgb(51,62,131);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.honorBtn>div span {
  font-size: 24px;
}

.honorBtn>div:hover {
  color: #fff;
  border-color: rgb(51,62,131);
  background-color: rgb(51,62,131);
}

.honor .swiper-slide .img img {
  max-width: 100%;
  max-height: 100%;
}

.researchOne {
  padding-top: 150px;
  background: url(../image/bg2.png) no-repeat left bottom;
  background-size: 18% auto;
}

.researchOne .txt {
  width: 44%;
}

.researchOne .con {
  width: 508px;
  height: 508px;
  position: absolute;
  top: 53px;
  left: 53px;
}

.researchOne .right {
  width: 614px;
  height: 614px;
}

.researchOne .img {
  display: none;
}

.researchOne svg {

  display: block;
}

.researchOne .tu {
  position: absolute;
  top: 0;
  offset-path: path('M252.500,2.500 C390.571,2.500 502.500,114.429 502.500,252.500 C502.500,390.571 390.571,502.500 252.500,502.500 C114.429,502.500 2.500,390.571 2.500,252.500 C2.500,114.429 114.429,2.500 252.500,2.500 Z');
  offset-distance: 0%;
  z-index: 2;
}

.researchOne .right::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 2px solid rgba(189, 23, 27, 0.1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.researchOne .right.aos-animate .tu {
  animation: red-ball 10s linear infinite;
  -webkit-animation: red-ball 10s linear infinite;
}

.researchOne .right.aos-animate .tu1 {
  animation-delay: 0;
}

.researchOne .right.aos-animate .tu2 {
  animation-delay: 3.3s;
}

.researchOne .right.aos-animate .tu3 {
  animation-delay: 6.6s;
}

.smallyuan {
  width: 60%;
  height: 60%;
  position: absolute;
  top: 20%;
  left: 20%;
  border: 9px solid rgba(189, 23, 27, 0.1);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.teamImg {
  width: 100%;
}


#patentSwiper .swiper-slide {
  opacity: 0.6;
}

#patentSwiper .swiper-slide.swiper-slide-active {
  opacity: 1;
}

#patentSwiper .swiper-slide .f20 {
  margin-top: 50px;
  opacity: 0;
}

#patentSwiper .swiper-slide.swiper-slide-active .f20 {
  opacity: 1;
}

.patentBtnbox {
  position: absolute;
  bottom: 40px;
  width: 40%;
  left: 30%;
  z-index: 10;
}

.patentBtn {
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid rgb(51,62,131);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.patentBtn:hover {
  background-color: rgb(51,62,131);
}

.patentBtn:hover .color-red {
  color: #fff;
}

.history .top {
  background: url(../image/bg3.jpg) no-repeat center center;
  background-size: cover;
  height: 440px;
}

.history .top .line {
  width: 100%;
  height: 9px;
  background-color: #273c50;
  position: absolute;
  bottom: 0;
  right: 0;
}

.history .top .right {
  width: 46%;
  position: absolute;
  left: 50%;
  bottom: -15px;
  overflow: hidden;
}

#yearSwiper .swiper-slide {
  opacity: 0.6;
  padding-bottom: 60px;
  text-align: center;
  position: relative;
  cursor: pointer;
}

#yearSwiper .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

#yearSwiper .swiper-slide.swiper-slide-thumb-active::after {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  background: url(../image/bg4.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.history .bottom .swiper-slide .left {
  width: 26%;
}

.history .bottom .swiper-slide .right {
  width: 74%;
  border-left: 1px solid #e5e5e5;
}

.history .bottom .swiper-slide .right p {
  background: url(../image/bg5.png) no-repeat left center;
  padding-left: 50px;
  margin-left: -8px;
  line-height: 3;
}

.developmenthistory {
  opacity: 0.1;
}

.submenuShow {
  height: 54px;
  font-size: 16px;
}

.submenuShow.active span {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.prolist h2 {
  font-family: messapia-bold;
  transition: all .36s;
  color: transparent;
  -webkit-text-stroke: 1.2px #aaa;
  font-size: 140px;
  -webkit-transition: all .36s;
  -moz-transition: all .36s;
  -ms-transition: all .36s;
  -o-transition: all .36s;
}

.prolist li {
  position: relative;
  background-color: #eceff1;
}

.prolist li:nth-child(2n) {
  background-color: #fff;
}

.prolist li::after {
  width: 0;
  height: 2px;
  transition: all .5s;
  background-color:  rgb(51,62,131);
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
}

.prolist li:nth-child(2n) .dis-flex-between-center {
  flex-direction: row-reverse;
}

.prolist li .txt span {
  overflow: hidden;
  width: 180px;
  height: 50px;
  border-radius: 25px;
  position: relative;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}

.prolist li .txt span i {
  position: relative;
  z-index: 5;
}

.prolist li .txt span:hover {
  box-shadow: 0 0 10px rgba(189, 23, 27, 0.6);
}

.prolist li:hover h2 {
  -webkit-text-stroke: 1.2px  rgb(51,62,131);
}

.prolist li:hover::after {
  width: 100%;
}

.light {
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  transform: skewx(-25deg);
  background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
}

.light-tri:hover .light {
  left: 100%;
  transition: 1s;
}

.shadow {
  box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}
.shadow .p50{
  padding: 80px;
}
.shadow .p50 table{
  text-align: center;
}
.shadow .con h2{
  color:  rgb(51,62,131);
  /* font-weight: 500; */
  font-size: 20px;
  font-family: '黑体';
}
.shadow .con li{
  list-style: disc;
}
.shadow .con P{
  font-size: 14px;
  /* text-indent: 2em; */
  line-height: 35px;
}
.shadow .con 
.proInfoTop {
  padding-top: 110px;
  margin-top: 90px;
}

.backBtn {
  justify-content: flex-end;
}

.proInfoToplink a {
  border: 2px solid  rgb(51,62,131);
  white-space: nowrap;
  display: flex;
  align-items: center;
}

/* Keep the contact actions on one shared baseline even when the phone
   label contains an inline image and additional text. */
.proInfoToplink {
  align-items: stretch;
  width: 100%;
  max-width: 100%;
}

.proInfoToplink a:first-child {
  flex: 0 0 auto;
}

.proInfoToplink a:last-child {
  flex: 1 1 auto;
  min-width: 0;
  justify-content: center;
  overflow: hidden;
}

.pro-contact-content {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  width: max-content;
  white-space: nowrap;
  transform-origin: center center;
}

@media screen and (max-width: 1440px) and (min-width: 1001px) {
  .proInfoToplink a {
    padding: 12px 18px;
    font-size: 18px;
  }

  .proInfoToplink a:first-child {
    flex-basis: 34%;
    justify-content: center;
  }

  .proInfoToplink a:last-child {
    white-space: normal;
    text-align: center;
  }
}

@media screen and (max-width: 1000px) and (min-width: 851px) {
  .proInfoToplink {
    flex-direction: column;
    align-items: stretch;
  }

  .proInfoToplink a {
    width: 100%;
    min-height: 46px;
    padding: 10px 16px;
    justify-content: center;
    font-size: 16px;
    white-space: normal;
    text-align: center;
  }

  .proInfoToplink a + a {
    margin-top: 10px;
  }
}

@media screen and (max-width: 1100px) and (min-width: 751px) {
  .proInfoToplink a {
    min-width: 0;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .proInfoToplink a:last-child {
    flex: 1 1 0;
    padding-left: 14px;
    padding-right: 14px;
    text-align: center;
  }
}

.proInfoTop .txt .info {
  min-height: 240px;
  text-indent: 2em;
  text-align: justify;
  text-justify: inter-ideograph;
  text-align-last: left;
  white-space: normal;
  word-break: normal;
  overflow-wrap: break-word;
  line-break: strict;
  letter-spacing: 0;
  word-spacing: 0;
}

.proInfoTop .img {
  /* background-color: #e9e9e9; */
  background-color: white;
}

.proInfoBot .title span {
  padding: 15px 25px;
}

.guangsec {
  overflow: hidden;
  width: 100%;
  position: relative;
  height: 670px;
}

.gsecbg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.gsecbg .cover {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(5, 34, 69, 0.5)), to(rgba(16, 124, 201, 0)));
  background-image: linear-gradient(to right, rgba(5, 34, 69, 0.5), rgba(16, 124, 201, 0));
}

.gsecbg canvas {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.disn {
  display: none;
}

.guangsec .txt {
  position: absolute;
  top: 80px;
  left: 70px;
  z-index: 5;
}

.guangsec .txt .more {
  border: 1px solid #fff;
  width: 220px;
  height: 65px;
}

.guangsec .txt .more:hover {
  background-color:  rgb(51,62,131);
  border-color:  rgb(51,62,131);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

.newslist li a .icon {
  border: 1px solid  rgb(51,62,131);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.newslist li a .icon span {
  font-size: 20px;
  color:  rgb(51,62,131);
}

.newslist li .img {
  height: 210px;
  overflow: hidden;
}

.newslist li .img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.newslist li:hover a .img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.newslist li:hover a .icon {
  background-color:  rgb(51,62,131);
  border-color:  rgb(51,62,131);
  transform: translateX(-20px) rotate(45deg);
  -webkit-transform: translateX(-20px) rotate(45deg);
  -moz-transform: translateX(-20px) rotate(45deg);
  -ms-transform: translateX(-20px) rotate(45deg);
  -o-transform: translateX(-20px) rotate(45deg);
}

.indexNews .swiper-slide a:hover .icon span {
  color: #fff;
}

.newslist li:hover {
  transform: translateY(-10px);
  -webkit-transform: translatey(-10px);
  -moz-transform: translatey(-10px);
  -ms-transform: translatey(-10px);
  -o-transform: translatey(-10px);
}

.newslist li {
  width: 32%;
  margin-right: 2%;
}

.newslist li:nth-child(3n) {
  margin-right: 0;
}

.newslist li:hover a .icon span {
  color: #fff;
}

.newsleft {
  width: 66%;
}

.newsright {
  width: 27%;
}

.newspage {
  border-top: 1px solid #e5e5e5;
}

.newspage a {
  color: #888;
  width: 40%;
}

.newspage a:nth-child(2) {
  width: 20%
}

.newspage a:hover {
  color:  rgb(51,62,131)
}

.tjTit {
  border-left: 4px solid  rgb(51,62,131);
  padding-left: 30px;
  line-height: 1;
}

/*  background-attachment: fixed;align-items: flex-end; */
.idea {
  padding: 200px 65px;
  background: url(../image/bg6.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}

.idea .line {
  width: 30px;
  height: 3px;
}

.flUl li {
  width: 48.5%;
  box-shadow: 0 0 15px rgba(189, 23, 27, 0.2);
  position: relative;
  padding: 25px;
}

.flUl li .line {
  width: 30px;
  height: 3px;
  line-height: 1;
}

.flUl li .ENG {
  color: rgba(189, 23, 27, 0.05);
  font-size: 100px;
}

.flUl li>div {
  position: relative;
  z-index: 5;
}

.flUl li::after {
  width: 100%;
  height: 0;
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color:  rgb(51,62,131);
  transition: all .36s;
  -webkit-transition: all .36s;
  -moz-transition: all .36s;
  -ms-transition: all .36s;
  -o-transition: all .36s;
}

.flUl li:hover::after {
  height: 100%;
}

.flUl li:hover {
  color: #fff;
}

.flUl li:hover .line {
  background-color: #fff;
}

.flUl li:hover .ENG {
  color: #fff;
}

.flUlbot {
  background-color: #f8e7e8;
}

.policy {
  background: url(../image/bg7.jpg) no-repeat center center;
  background-size: cover;
  align-items: flex-end;
  background-attachment: fixed;
  position: relative;
}

.policy li {
  flex: 1;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  height: 600px;
}

.jobBox {
  width: 90%;
  margin: 0 auto;
  border: 1px solid #e5e5e5;
  border-bottom: none;
}

.jobBox .top {
  border-bottom: 1px solid #e5e5e5;
}

.jobBox .top div {
  width: 19%;
}

.jobBox .top div:nth-child(1) {
  width: 24%;
}

.jobBox .top .border {
  transition: all .36s;
  border-color: #aaaaaa;
  color: #aaaaaa;
  padding: 6px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.jobBox .bottom .dis-flex-between {
  align-items: flex-start;
}

.jobBox .bottom .left .tit {
  width: 200px;
  white-space: nowrap;
}

.jobBox .bottom .left {
  width: 60%;
}

.jobBox .bottom .left .con {
  width: calc(100% - 200px);
}

.jobBox .bottom a {
  display: inline-flex;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}

.jobBox li .bottom {
  display: none;
}

.jobBox li {
  transition: all .36s;
  -webkit-transition: all .36s;
  -moz-transition: all .36s;
  -ms-transition: all .36s;
  -o-transition: all .36s;
  background-color: #fff;
}

.jobBox li:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, .15);
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.jobBox li:hover .bottom {
  display: block;
}

.jobBox li:hover .top .border {
  border-color:  rgb(51,62,131);
  color:  rgb(51,62,131);
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.jobBox li .applybtn:hover {
  box-shadow: 0 0 15px rgba(189, 23, 27, 0.2);
}

.popbox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0 !important;
  filter: Alpha(opacity=50);
  background: #000;
  width: 100%;
  height: 100%;
}



.popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0 !important;
  filter: Alpha(opacity=50);
  background: #000;
  width: 100%;
  height: 100%;
  display: none;
  font-size: 16px;
}

.popup-table-type {
  display: table;
  text-align: center;
  width: 100%;
  height: 100%;
}

.popup-table-cell {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  width: 100%;
}

.popup-container {
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.11);
  width: 90%;
  max-width: 1100px;
  margin: auto;
  padding: 0;
  position: relative;
  display: inline-block;
  border-radius: 10px;
}

.popup-container .map {
  border-radius: 15px;
  overflow: hidden;
  max-width: 100%;
}

.popup-container .map .con {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 6;
  background: #fff;
  color: #333;
  padding: 15px 20px;
  text-align: left;
}

.popup-container .map .con .h3 {
  font-size: 20px;
  font-weight: bold;
}

.popup-container .map .con .p {
  font-size: 16px;
}

.popup .closed {
  position: absolute;
  top: -30px;
  right: -30px;
  cursor: pointer;
  background: #000;
  border-radius: 100%;
  padding: 10px;
}

.popup .closed:before {
  content: "×";
  font-family: "宋体";
  font-size: 30px;
  color: #fff;
  line-height: 30px;
}

@media (max-width:640px) {
  .popup .closed {
    right: 0;
  }
}

.inputbox {
  position: relative;
  line-height: 44px;
}

.inputbox label {
  position: absolute;
  left: 0;
  padding: 0 10px;
  color: #bfbfbf;
  z-index: 0;
  font-size: 16px;
}

.inputbox .text {
  width: 100%;
  line-height: 44px;
  height: 44px;
  padding: 0 10px;
  border-radius: 3px;
  border: 1px solid #e4e4e4;
  background: none;
  position: relative;
  z-index: 2;
  font-size: 16px;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
}

.inputbox .text:focus {
  border-color:  rgb(51,62,131);
}

.jobpopup .popup-container {
  background: none;
  box-shadow: none;
  max-width: 720px;
}

.jobpopup .popup-con {
  border-radius: 10px;
  overflow: inherit;
  background: #fff;
  padding-bottom: 62px;
}

.jobpopup .closed {
  top: 2%;
  right: 8%;
  background: none;
  z-index: 205;
}

.jobpopup .closed:before {
  color: #333;
}

.jobformbox {
  display: none;
}

.jobform .form-tit {
  border-bottom: 1px solid #eee;
  color: #333;
  font-size: 24px;
  text-align: left;
  padding: 18px 10%;
}

.jobform form {
  padding: 3% 10% 0% 10%;
}

.jobform .item {
  text-align: left;
  margin-bottom: 15px;
}

.jobform .item2 .selectbox {
  width: 48%;
  float: left;
}

.jobform .item2 .selectbox:last-child {
  float: right;
}

.jobform .selectbox select {
  display: block;
  background: #f9f9f9;
  height: 55px;
  padding: 10px;
  line-height: 30px;
  width: 100%;
  border: none;
  color: #999;
  font-size: 16px;
}

.jobform .name {
  color: #333;
  font-size: 18px;
}

.jobform .inputbox {
  position: relative;
  cursor: text;
  width: 100%;
  height: 50px;
  padding: 10px;
  line-height: 30px;
  font-size: 16px;
  background: #f9f9f9;
}

.jobform .inputbox span.tit {
  position: absolute;
  color: #999;
  top: 10px;
  left: 10px;
}

.jobform .inputbox input.text,
.jobform .inputbox select.text {
  border: none;
  background: none;
  display: block;
  width: 100%;
  height: 30px;
  font-size: 16px;
  padding: 0;
}

.jobform .file-filestyle {
  line-height: 30px;
  font-size: 16px;
}

.jobform .file-filestyle input.text {
  border: none;
  background: none;
  display: block;
  width: 100%;
  height: 30px;
  font-size: 16px;
}

.jobform .file-filestyle span.tit {
  color: #333;
  display: block;
  margin-bottom: 15px;
}

.jobform .file-filestyle .filebtn {
  position: relative;
  width: 85px;
  height: 80px;
  border: 2px solid #ededed;
  display: inline-block;
  font-size: 0;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
}

.jobform .file-filestyle .filebtn::before,
.jobform .file-filestyle .filebtn::after {
  position: absolute;
  content: '';
  background: #ededed;
}

.jobform .file-filestyle .filebtn::before {
  left: 20%;
  width: 60%;
  height: 3px;
  top: 50%;
  margin-top: -1px;
}

.jobform .file-filestyle .filebtn::after {
  left: 50%;
  margin-left: -1px;
  width: 3px;
  top: 20%;
  height: 60%;
}

.jobform .btns {
  padding-top: 0;
  text-align: center;
  position: absolute;
  bottom: -45px;
  left: 50%;
  margin-left: -85px;
  margin-left: -50px;
}

.jobform .btn {
  display: inline-block;
  background:  rgb(51,62,131);
  font-size: 16px;
  color: #fff;
  width: 170px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 55px;
  border: none;
  cursor: pointer;
}

@media (max-width:640px) {
  .jobform .form-tit {
    font-size: 20px;
  }

  .jobform .name,
  .jobform .inputbox,
  .jobform .file-filestyle {
    font-size: 14px;
  }

  .jobform .inputbox input.text {
    font-size: 14px;
  }

  .jobform .inputbox span.tit,
  .jobform .file-filestyle span.tit {
    top: 5px;
  }

  .jobform .inputbox {
    padding: 5px 10px;
    line-height: 20px;
    height: 42px;
    line-height: 32px;
  }

  .jobform .file-filestyle {
    padding: 0 10px;
    line-height: 20px;
    height: 30px;
  }

  .jobform .file-filestyle .filebtn {
    line-height: 90px;
    width: 50px;
    height: 50px;
  }

  .jobform .btn {
    font-size: 14px;
    width: 110px;
    height: 34px;
    line-height: 34px;
    border-radius: 30px;
  }

  .jobform .btns {
    padding-top: 0;
    text-align: center;
    position: absolute;
    bottom: -45px;
    left: 50%;
    margin-left: -50px;
  }
}

.jobform {
  position: relative;
}

.contactCon .right .icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.contactCon .right .icon span {
  font-size: 35px;
}

.contactImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contactEwm {
  position: absolute;
  top: 0;
  right: 0;
}

.contactEwm img {
  width: 120px;
}

.mapBox {
  width: 100%;
  height: 550px;
  overflow: hidden;
}

.gbookForm .input {
  border: 1px solid #e2e2e2;
  background-color: #fafafa;
  width: 100%;
  padding: 20px;
}

.gbookForm .textarea {
  border: 1px solid #e2e2e2;
  background-color: #fafafa;
  width: 100%;
  padding: 20px;
}

.gbookForm .submit {
  padding: 15px 50px;
  margin: 0 30px;
}

.gbookForm .reset {
  padding: 15px 50px;
  margin: 0 30px;
  background-color: #999999;
}

.downlist li {
  border: 1px solid #e5e5e5;
  padding: 35px 20px;
  border-bottom: none;
}

.downlist li:last-child {
  border-bottom: 1px solid #e5e5e5;
}

.downlist li .left {
  width: 70%;
  padding-left: 32px;
}

.downlist li .left::after {
  width: 5px;
  height: 5px;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  display: block;
  content: '';
  top: 50%;
  left: 0;
  margin-top: -3px;
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.downlist li a.border {
  padding: 5px 12px;
  transition: all .36s;
  -webkit-transition: all .36s;
  -moz-transition: all .36s;
  -ms-transition: all .36s;
  -o-transition: all .36s;
}

.downlist li a.border .down {
  filter: grayscale(100%);
}

.downlist li a.border:hover {
  color:  rgb(51,62,131);
  border-color:  rgb(51,62,131);
}

.downlist li a.border:hover .down {
  filter: grayscale(0%);
}



.searchBan {
  height: 500px;
  line-height: 500px;
  margin-top: 90px;
}

.searchBox {
  padding: 30px;
  margin-top: -80px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .15);
  position: relative;
  z-index: 5;
}

.serviceback {
  width: 160px;
  line-height: 50px;
  display: block;
  perspective: 500;
  -webkit-perspective: 500;
}

.serviceback .w {
  position: relative;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  pointer-events: none;
}

.serviceback .f {
  background: #f8e7e8;
  padding: 0 30px;
  color: #333;
}

.serviceback .t {
  position: absolute;
  background-color:  rgb(51,62,131);
  width: 100%;
  height: 100%;
  padding: 0 30px;
  left: 0;
  color: #fff;
  top: -50px;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.serviceback:hover .w {
  -webkit-transform: translateY(25px) translateZ(-25px) rotate3d(1, 0, 0, -90deg);
  transform: translateY(25px) translateZ(-25px) rotate3d(1, 0, 0, -90deg);
}

.searchBox .input {
  line-height: 50px;
  width: 72%;
  padding: 0 25px;
  color: #000;
  border: 1px solid #e5e5e5;
}

.searchBox button {
  line-height: 50px;
  width: 14%;
}


.searchbot ul a {
  padding: 30px 25px;
  border-bottom: 1px solid #e5e5e5;
}

.searchbot ul a:last-child {
  border-bottom: none;
}

.searchbot ul a:hover {
  color:  rgb(51,62,131);
}

.searchbot ul a span {
  width: 80%;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.zhanwei {
  padding-top: 100px;
  margin-top: -100px;
}

.categoryLeft {
  width: 35%;
}

.categoryLeft a.more {
  overflow: hidden;
  width: 180px;
  height: 50px;
  border-radius: 25px;
  position: relative;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}

.categoryLeft a.more i {
  position: relative;
  z-index: 5;
}

.categoryLeft a.more:hover {
  box-shadow: 0 0 10px rgba(189, 23, 27, 0.6);
}

.categoryRight {
  width: 65%;
}

#yySwiper .swiper-slide .img {
  perspective: 200px;
}

#yySwiper .swiper-slide .desc {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 5;
  transform: translateY(20px);
}

#yySwiper .swiper-slide:hover .desc {
  transform: translateY(0);
  opacity: 1;
}

#yySwiper .swiper-slide:hover .img {
  background-color: rgba(0, 0, 0, 0.6);
}

#yySwiper .swiper-slide:hover .img img {
  opacity: .4;
  transform: scale(1.1);
}


.idxproList li {
  width: 31.5%;
  margin-right: 2.75%;
  box-shadow: 0 0 10px rgba(0, 0, 0, .08);
}

.idxproList li:nth-child(3n) {
  margin-right: 0;
}

.idxproList li .img {
  width: 100%;
  height: 360px;
}

.idxproList li .img a {
  width: 100%;
  height: 100%;
}

.idxproList li .img img {
  max-width: 90%;
  max-height: 90%;
  object-fit: cover;
}

.idxproList li .txt {
  padding-top: 0;
}

.idxproList li .btn a {
  width: 150px;
  height: 46px;
  border-radius: 23px;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  -ms-border-radius: 23px;
  -o-border-radius: 23px;
}

.ljgd {
  background-color:  rgb(51,62,131);
  color: #fff;
  border-color:  rgb(51,62,131);
}



.idxproList li:hover {
  box-shadow: 0 0 0 10px  rgb(51,62,131);
  color:  rgb(51,62,131);
  transform: scale(0.95);
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
}

.ljgd:hover,
.ljzx:hover {
  background-color:  rgb(51,62,131);
  color: #fff;
  transform: translateY(-8px);
}
@media screen and (min-width:1791px) {
  .indexAbout .position-relative .banner .right .line-clamp6 {-webkit-line-clamp: 5 !important;}
}
@media screen and (max-width:1790px) {
  .training-section .training-container .training-card img{width: 100% !important;height: 80% !important;}

  .indexAbout .position-relative .banner .right {    margin-left: -550px !important;}
  .indexAbout .position-relative .banner .right .line-clamp6 {-webkit-line-clamp: 5 !important;}

  .indexNews .inner .swiper-container-horizontal .logo-list {grid-template-columns: repeat(4, minmax(0, 1fr)) !important;gap: 10px !important;}
  .indexNews .inner .swiper-container-horizontal .it01,
  .indexNews .inner .swiper-container-horizontal .logo-item {width: 100% !important; min-width: 0;}
  .aboutOne .inner .txt .p50 .f60 {font-size: 24px !important;}
  .aboutOne .inner .txt .p50 .line-height p {font-size: 12px !important;}
  .aboutOne .inner .txt .p50 {padding: 10px !important;}


}
@media screen and (max-width:1750px) {
  .aboutOne .position-relative .con .right .top .info {width: 97%;}
}
@media screen and (max-width:1650px) {
  .aboutOne .position-relative .con .right .top .info {width: 100%; margin-left: 10px !important;}
}
@media screen and (max-width:1600px) {
  .aboutOne .position-relative .con .right ul {        padding: 15px !important;}
}
@media screen and (max-width:1530px) {
  .training-section .training-container .training-card img{width: 100% !important;height: 70% !important;}
  .indexAbout .position-relative .banner .right .f40 {    font-size: 32px !important;}
  .indexAbout .position-relative .banner .right .line-clamp6 {-webkit-line-clamp: 5 !important;}

  
  
}
@media screen and (max-width:1440px) {

  .training-section .training-container .training-card img{width: 100% !important;height: 55% !important;}

  .aboutOne .position-relative .con .right .p50 {padding: 15px !important;}
  .indexAbout .position-relative .banner img {height: auto !important;}
  .indexAbout .position-relative .banner .right .line-clamp6 {-webkit-line-clamp: 6 !important;}
}
@media screen and (max-width:1300px) {
  .indexAbout .position-relative .banner .right .f40 {    font-size: 28px !important;}
  .indexAbout .position-relative .banner .right {    margin-left: -500px !important;}
  .indexAbout .position-relative .banner img {height: auto !important;}
  .indexAbout .position-relative .banner .right .line-clamp6 {-webkit-line-clamp: 5 !important;}
}

@media screen and (max-width:1111px) {  
  .training-section .training-container .training-card{width: 100% !important;}
  .training-section .training-container .training-card img{width: 100% !important;}
  .training-section .training-container {gap: 20px !important;}

  .aboutOne .inner .txt .p50 .f60 {font-size: 22px !important;}
  .aboutOne .inner .txt .p50 .line-height p {font-size: 10px !important;}
  .aboutOne .inner .txt .p50 {padding: 10px !important;}
}
@media screen and (max-width:1100px) {
  .indexAbout .position-relative .banner .right .f40 {    font-size: 24px !important;}
  .indexAbout .position-relative .banner .right {    margin-left: -450px !important;}
  .indexAbout .position-relative .banner img {height: auto !important;}
  .indexAbout .position-relative .banner .right .line-clamp6 {-webkit-line-clamp: 5 !important;}
  .aboutOne .position-relative .con .right ul li .f60 {font-size: 32px !important;}
  
  .aboutOne .position-relative .con .right .top .line-height2-4 {    line-height: 2 !important;}

  .branch-container .branch-card .branch-info h3 {font-size: 18px !important;}
  .branch-container .branch-card .branch-info .branch-time {font-size: 10px !important;}
}
@media screen and (max-width:1050px) {
  .branch-container .branch-card .view-job-btn {padding: 4px 10px;}
  .indexAbout .position-relative .banner .right .f40 {    font-size: 20px !important;}
  .indexAbout .position-relative .banner .right {    margin-left: -450px !important;}
  .indexAbout .position-relative .banner img {height: auto !important;}
  .indexAbout .position-relative .banner .right .line-clamp6 {-webkit-line-clamp: 5 !important;}
  .aboutOne .position-relative .con .right .top .line-height2-4 {    line-height: 1.75 !important;}

  .training-section .training-container .training-card{width: 120% !important;}
  .training-section .training-container {gap: 60px !important;}


}
@media screen and (max-width:950px) {
  .training-section .training-container .training-card{width: 100% !important;height: auto !important;}
  .training-section .training-container .training-card img{width: 100% !important;height: auto !important;}
  .training-section .training-container {gap: 20px !important;}
  
  .branch-container .branch-card {display: block !important;}
  .branch-container .branch-card .branch-info {padding:10px !important;}

  .aboutOne .position-relative .con .right .top .line-height2-4 {    line-height: 1.5 !important;}
  .indexAbout .position-relative .banner .right .f40 {    font-size: 18px !important;}
  .indexAbout .position-relative .banner .right {    margin-left: -450px !important;}
  .indexAbout .position-relative .banner img {width: 30% !important;height: auto !important;}
  .indexAbout .position-relative .banner .right .line-clamp6 {-webkit-line-clamp: 4 !important;}

  .aboutOne .inner .txt .p50 .f60 {font-size: 20px !important;}
  .aboutOne .inner .txt .p50 .line-height p {font-size: 10px !important;}
  .aboutOne .inner .txt .p50 {padding: 5px !important;}
}
@media screen and (max-width:850px) {
  .training-section .training-container .training-card{width: 100% !important;}
  .training-section .training-container {gap: 20px !important;}
  .training-section,
  .talent-section,
  .b1{padding: 0 10px !important;}
  
  .aboutOne .inner .txt .p50 .f60 {font-size: 18px !important;}
  .aboutOne .inner .txt .p50 .line-height p {font-size: 8px !important;}
  .aboutOne .inner .txt .p50 {padding: 0 !important;}

  .indexAbout .txt .top .right{ width: 100% !important; margin-top: 20px !important;margin-left: 0 !important;}
  .indexAbout .position-relative .banner img {width: 100% !important;height: auto !important;}

    body{ font-size: 12px;}
    
    .prolist h2{ font-size: 40px;}
    .f80{ font-size: 36px;}
    .f60{ font-size: 24px;}
    .f50{ font-size: 23px;}
    .f48{ font-size: 22px;}
    .f40{ font-size: 20px;}
    .f34{ font-size: 20px;}
    .f32{ font-size: 18px;}
    .f30{ font-size: 16px;}
    .f20{ font-size: 14px;}
    .f18{ font-size: 14px;}
    .f14{ font-size: 12px;}

   


    .inner{ width: 100%; padding: 0 20px;}
    header{ padding-left: 20px;}
    .indexAbout .txt .top{ margin-left: 20px;}
    
    .aboutOne .con .left{ padding-left: 20px;}
    .aboutOne .con .right .top{ padding-right: 20px;}
    .aboutOne .needMarquee{display: none;}

    header{ height: 60px;}
    .searchBtn{height: 60px;}
    .menuBtn{ height: 60px; width: 60px; padding:15px 10px;}
    .banner{ margin-top: 60px;}
    .neiBan{ margin-top: 60px;}
    .searchBan{ margin-top: 60px;}
    .logo{ width: 160px; padding-right: 15px;}
    .navs__logos{ height: 60px; width: 160px;}


    .zhanwei{padding-top: 70px;margin-top: -70px;}

    .neiBan img{ height: 220px; object-fit: cover;}
   

    .navs__li{ margin-top: 40px;  max-height:calc(100vh - 100px); overflow-y: scroll; }
    .navs__li::-webkit-scrollbar {/*滚动条整体样式*/    /*高宽分别对应横竖滚动条的尺寸*/  width: 2px;}
    .navs__li::-webkit-scrollbar-thumb {/*滚动条里面小方块*/border-radius: 2px; background: #fff; width: 2px; }
    .navs__li::-webkit-scrollbar-track {/*滚动条里面轨道*/border-radius: 2px; background: #008091; width: 2px; }

    .navs__li .left{ flex-direction: column;}
    .navs__li .left dd{ display: flex; flex-wrap: wrap; }
    .navs__li .left dd a{ padding-left: 15px;}
    .navs__li .right{ padding-left: 0; padding-right: 20px; margin-top: 20px;}
    .navs__li .right .ewm{ width: 80px;}


    .banBtn>div{ width: 30px; height: 30px;}
    .indexAbout{ flex-direction: column;}
    .indexAbout .txt{ width: 100%;}
    .indexAbout .txt .top{ padding-top: 20px; margin: 0 20px;}
    .indexAbout .txt .top  .dis-flex-between{ flex-direction: column;}
    .indexAbout .txt .top .videoImg{ width: 100%; border-radius:20px; height: 220px; -webkit-border-radius:20px; -moz-border-radius:20px; -ms-border-radius:20px; -o-border-radius:20px; }
    .indexAbout .txt .top .videoImg .playBtn{ width: 45px; height: 45px;}
    
    .indexAbout .txt .top .right .line-clamp7{ padding-right: 0;}

    .abouMOre .yuan{ width: 40px; height: 40px;}
    .abouMOre .yuan .iconfont{ font-size: 20px;} 
    .abouMOre{ margin-top: 0;}
    .indexAbout .txt .bottom{  padding-left: 20px; padding-right: 20px;}
    .indexAbout .txt .bottom li:nth-child(2){ text-align: center;}
    .indexAbout .txt .bottom li:last-child{ text-align: right;}
    .indexAbout .indexAboutimg{ width: 100%; height: 200px;}

    .ptb-70{ padding: 20px 0;}
    .indexTit a.more { width: 120px; height: 40px;}
    .ProductsCon{ flex-direction: column;}
    .indexPro .left{ width: 100%; display: none;}
    .indexPro .center{ width: 100%;}
    .indexPro .right{ width: 100%; flex-direction: row; flex-wrap: wrap; margin-top: 12px; }
    .indexPro .right a{ margin-right: 0; width: 100%; text-align: center;   white-space: nowrap;line-height:38px; height: 38px;}
    .indexPro .right a::before{ display: none;}.indexPro .right a.on{ padding-left: 0;}
    .indexPro .right a:last-child{ width: 100%; text-align: center; margin-top: 15px;  font-weight: bold;}

    .application ul{ flex-wrap: wrap;}
    .application ul li{ width: 50%; border-bottom: 1px solid rgba(255, 255, 255, 0.2);}
    .application ul li .line-height2-4{ display: none !important;}
    .application ul li a{ padding: 10px 25px;}
    .application .img img{min-height: 500px;}

    footer .top .dis-flex-between-center{ flex-direction: column;}
    footer .top .right { width: 100%; margin-top: 20px;}
    footer .logo-w{
      display: flex;
      width: 100%;
      justify-content: center;
      align-items: center;
    }
    footer .logo-w figure{ line-height: 0;}
    footer .logo-w img{
      display: block;
      width: min(180px, 55vw);
      max-width: 100%;
      height: auto;
      margin: 0 auto;
      object-fit: contain;
    }
    footer .center .left{ display: none;}
    footer .center .right{ border-left: none;  width: 100%; line-height: 2; padding-left: 0;}
    footer .center .right>div:first-child{ font-size: 16px;}
    footer .center .right .f14{ margin-top: 8px;}
    footer .ewm{ width: 80px;}

    footer .bottom{ padding: 10px 0;}
    footer .bottom .dis-flex-between-center{ flex-direction: column; text-align: center; line-height: 2;}
    footer .bottom .dis-flex-between-center form{ display: none;}

    .navs__pop{ background: #008091;}
    #toolbar{ display: flex;}

    body::after{ display: block; content: ''; width: 100%; height: 60px; background-color: #333;}

    .indexAbout .txt .bottom li span.j{    padding-right: 10px;}
    .indexAbout .txt .bottom li span.j::after{ font-size: 12px;}

    .aboutOne .con{ flex-direction: column;}
    .aboutOne .con .left  { width: 100%; padding-right: 20px;}
    .aboutOne .con .left figure{ height: 200px;}
    .aboutOne .con .left img{ height: 200px; object-fit: cover;}
    .aboutOne .con .right{ width: 100%; margin-top: 15px;}
    .aboutOne .con .right .top{ padding-left: 20px;}
    .aboutOne .con .right .top .info{ width: 100%;}
    .aboutOne .con .right .bottom{ margin-top: 15px;}
    .Culture{ width: 100% !important;}
    .Culture .txt{ border-top: 1px solid #e5e5e5; border-left: 1px solid #e5e5e5;}
    .Culture li{ height: auto;}
    .Culture .img img{ height: auto;}

    .honor .swiper-slide .img{ height: 300px; padding: 15px;}

    .submenu{ flex-wrap: wrap;background: rgb(189 23 27 / 0.7); }
    .submenu a{ flex: 50%; line-height: 40px; color: #fff; border: none;}
    .submenu a.on{background: transparent;}
    .wapsubmenu{ display: none;}
    .promenu a{line-height: 40px; }

    .researchOne{ padding-top: 20px; padding-bottom: 0;}
    .researchOne .inner{ flex-direction: column;}
    .researchOne .txt{ width: 100%; margin-bottom: 20px;}
    .researchOne .img{ width: 100%;}
    .teamImg{ width: 100%; height: 200px; object-fit: cover;}
    #patentSwiper .swiper-slide.swiper-slide-active .f20{ margin-top: 20px;}

    .history .top{ height: auto;}.history .top .inner{ flex-direction: column;}
    .history .top .right{ position: relative; width: 100%; left: 0; margin-top: 15px; bottom: -8px;}
    #yearSwiper .swiper-slide{ padding-bottom: 40px;}
    #yearSwiper .swiper-slide.swiper-slide-thumb-active::after{ width: 16px;  height: 16px;}

    .history .bottom .swiper-slide{ flex-direction: column;}
    .history .bottom .swiper-slide .left{ width: 100%; justify-content: flex-start; padding: 15px 0; border-bottom: 1px solid #e5e5e5;}
    .history .bottom .swiper-slide .right{ width: 100%; border: none;}
    .history .bottom .swiper-slide .right p{  padding-left: 20px; background: url(../image/bg5.png) no-repeat left top 14px;
     background-size: 10px auto; margin-left: 0;}
     .developmenthistory{ opacity: 0.5;}

     .Companyprofile{ width: 100%;opacity: 0.5;}
     .prolist li .dis-flex-between-center{ flex-direction: column;}
     .prolist li:nth-child(2n) .dis-flex-between-center{ flex-direction: column ;}
     .prolist li .mt-40{ margin-top: 10px;}
     .prolist li  .mb-30{ margin-bottom: 10px;}
     .prolist li .txt span{ width: 120px; height: 30px;}
     .prolist li .img{ padding:0; margin-top: 15px;}

     .proInfoTop{
       margin-top: 60px;
       padding: 24px 0 0;
       background-position: center top !important;
     }
     .proInfoTop .inner{ padding: 0 15px;}
     .proInfoTop .backBtn{ display: none;}
     .proInfoTop .bg-white.dis-flex-between{ flex-direction: column-reverse;}
     .proInfoTop .txt,
     .proInfoTop .img{ width: 100%;}
     .proInfoTop .img{ padding: 24px 20px 10px;}
     .proInfoTop .img figure{ width: 100%; text-align: center;}
     .proInfoTop .img img{
       display: block;
       width: auto;
       max-width: 100%;
       max-height: 260px;
       margin: 0 auto;
       object-fit: contain;
     }
     .proInfoTop .txt{ padding: 18px 20px 24px;}
     .proInfoTop .txt .info{
       min-height: 0;
       margin-top: 12px;
       line-height: 2;
       text-indent: 0;
     }
     .proInfoToplink{
       flex-direction: column;
       align-items: stretch;
       margin-top: 16px;
     }
     .proInfoToplink a{
       width: 100%;
       min-height: 44px;
       margin-top: 10px;
       padding: 10px 14px;
       justify-content: center;
       font-size: 14px;
       white-space: normal;
       text-align: center;
     }
     .proInfoBot{ padding: 30px 0 20px;}
     .proInfoBot .inner{ padding: 0 15px;}
     .proInfoBot .title span{ padding: 10px 15px;}
     .proInfoBot .con{ padding: 20px; overflow-x: auto;}
     .proInfoBot .con img{ height: auto !important;}

     .guangsec .txt{ top: 20px; left: 20px;  }
     .guangsec .txt .more{ width: 120px; height: 30px;}
     .pglist{ padding: 15px 0;}
     .pglist  span,.pglist .page{ display: none;}

     .newslist li{ width: 100%; margin-right: 0;}

     .newsinfo img{  height: auto !important;}
     .newsright,.newspage a:nth-child(2){ display: none;}
     .newsleft{ width: 100%;}

     .idea{ padding: 35px 20px 40px 0; background-attachment:scroll;
        background: url(../image/bg6.jpg) no-repeat right bottom;
    background-size: cover;}
     .flUl li{ width: 100%; padding: 15px; position: relative;    box-shadow: 0 0 8px rgba(189,23,27, 0.2);}
     .flUl li .ENG{ font-size: 40px; position: absolute; bottom: 5px; right: 15px;}
     .policy{ background-attachment:scroll; flex-wrap: wrap;}
     .policy li{  height: auto; padding: 25px; flex: 50%;}.policy li img{ height: 20px; }
     .policy li:last-child{ border-top: 1px solid rgba(255, 255, 255, 0.2);}
     .jobBox .top div:nth-child(2),.jobBox .top div:nth-child(3){ display: none;}
     .jobBox .top div:nth-child(1){ width: 50%;}

     .jobBox .top div:nth-child(4){ width: 30%;}
     .jobBox .top div:nth-child(5){ width: 20%;}
     .jobBox .top .border{ font-size: 12px; padding: 2px;}
     .jobBox .bottom .dis-flex-between{ flex-direction: column;}
     .jobBox .bottom .left { width: 100%;}
     .jobBox .bottom .left .tit{ width: 90px;}
     .jobBox .bottom .left .con{width: calc(100% - 100px);}
     .jobBox .bottom a{ margin: 15px;  padding: 5px 10px;}.jobBox .bottom a img{  width: 12px;}

     .contactCon{ flex-direction: column;}
     .contactCon .right{ padding: 20px 0;}
     .contactEwm img{ width: 60px;}
     .mapBox{ height: 260px;}
     .gbookForm .dis-flex-between{ flex-direction: column;}
     .gbookForm .dis-flex-between .w48:last-child{ margin-top: 15px;}
     .gbookForm .input{ padding: 8px 15px;}
     .gbookForm  .mt-20{ margin-top: 10px;}
     .gbookForm .textarea{ padding: 8px 15px;}
     .gbookForm .submit{    padding: 6px 20px;margin: 0 10px;}
      
     .gbookForm .reset{ padding: 6px 20px;margin: 0 10px;}

     .downlist li{ padding:15px 10px ; flex-direction: column; justify-content: flex-start; align-items: flex-start;}
     .downlist li .left{ width: 100%; margin-bottom: 15px; padding-left: 15px;}

     .searchBan{ height: 260px; line-height: 260px; }
     .searchBox{ padding: 15px; margin-top: -50px;}.serviceback{ display: none;}
     .searchBox .input{ width: 84%; line-height: 38px;}
     .searchBox button{ line-height: 38px;}
     .searchbot ul a{ padding: 15px;}
     .searchbot ul a i{ display: none;}
     .searchbot ul a span{ width: 100%; font-size: 12px;}

     .categoryTop{ flex-direction: column;}
      .categoryLeft{ width: 100%;}
      .categoryRight{ width: 100%; margin-top: 15px;}
      .categoryLeft a{ width: 120px; height: 32px;}

      .idxproList li{ width: 100%; margin-right: 0%;}
      .idxproList li:nth-child(3n){ margin-right: 0%;} 

      .idxproList li .img{ height: 220px;}

      .idxproList li .btn a{ width: 120px; height: 36px;}
 
}

@media screen and (max-width:800px) {
  .training-section .training-container .training-card{width: 100% !important;height: auto !important;}
  .training-section .training-container .training-card img{width: 100% !important;height: auto !important;}
  .training-section .training-container {gap: 20px !important;}

}
