.phone-section {
  display: none;
}
.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.center {
  width: 70%;
  margin: 0 auto;
}
.caption-a .en {
  font-size: 28px;
  color: #0654cc;
  font-weight: bold;
  text-align: center;
  margin: 0 0 25px 0;
}
.caption-a .cn {
  font-size: 30px;
  color: #333;
  text-align: center;
}
.updown{
  width: 100%;
  justify-content: center;
}
.updown a{
  font-size: 14px;
  color: #999;
  padding: 10px 15px;
  border: 1px solid #eee;
  margin: 0 5px;
}
.updown a:hover{
  background: #013281;
  color: #fff;
}
.updown .pages{
  background: #013281;
  color: #fff;
}
.jszc{
  margin: 0 5px;
}
.jszc a .jszc-p{
  font-size: 14px;
  color: #fff;
}
.jszc a .jszc-img{
  width: 50px;
  padding: 4px 0 0 5px;
}
@keyframes move1{
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.8);
  }
  100% {
    transform: scale(1);
  }
}
.move2{
  overflow: hidden;
}
.move2 img{
  transition: all .8s ease .1s;
}
.move2 img:hover {
  transform: scale(1.1);
}
/* 头部 */
header .hea .logo {
  width: 20%;
}
header .hea .nav {
  width: 50%;
}
header .hea .nav .ul-a {
  width: 100%;
}
header .hea .nav .ul-a .li-a {
  position: relative;
  width: 100%;
}
header .hea .nav .ul-a .li-a .a-a {
  width: 100%;
  font-size: 16px;
  color: #333;
  display: block;
  line-height: 80px;
  text-align: center;
}
header .hea .nav .ul-a .li-a .drop {
  position: absolute;
  left: -20%;
  top: 100%;
  width: 140%;
  display: none;
  z-index: 99;
}
header .hea .nav .ul-a .li-a .drop .ul-b .li-b {
  background: #fff;
  border-bottom: 1px solid #eee;
}
header .hea .nav .ul-a .li-a .drop .ul-b .li-b .a-b {
  width: 100%;
  display: block;
  font-size: 14px;
  color: #666;
  line-height: 40px;
  text-align: center;
}
header .hea .nav .ul-a .li-a .drop .ul-b .li-b:last-child {
  border-bottom: 0;
}
header .hea .nav .ul-a .li-a:hover .drop {
  display: block;
}
header .hea .nav .ul-a .li-a .drop .ul-b .li-b:hover .a-b{
  color: #0654cc;
}
header .hea .nav .ul-a .on .a-a{
  color: #0654cc;
}
header .hea .phone {
  width: 17%;
  border: 1px solid #0654cc;
  box-sizing: border-box;
  padding: 0 20px;
  border-radius: 30px;
}
header .hea .phone .p {
  font-size: 18px;
  color: #0654cc;
  font-weight: bold;
  line-height: 45px;
}
header .hea .language{
  width: 40px;
  height: 40px;
  background: #0654cc;
  border-radius: 30px;
}
header .hea .language a{
  font-size: 16px;
  display: block;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
/* 轮播 */
.banner .ban .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.6;
  width: 12px;
  height: 12px;
}
.banner .ban .swiper-pagination-bullet-active {
  opacity: 1;
}
.banner .ban .swipera .swiper-slide .img{
  overflow: hidden;
}
.banner .ban .swipera .swiper-slide .img img {
  width: 100%;
  transition: transform 2s ease;
}
.banner .ban .swipera .swiper-slide-active .img img{
  transform: scale(1);
}
.banner .ban .swipera .swiper-slide:not(.swiper-slide-active) .img img {
  transform: scale(1.2);
}
.n-banner .ban .img img {
  display: block;
}
/* 产品 */
.products {
  padding: 110px 0;
}
.products .pro .caption-a {
  margin: 0 0 60px 0;
}
.products .pro .element-a {
  box-sizing: border-box;
  padding: 0 10%;
}
.products .pro .element-a .swiperb .img {
  text-align: center;
}
.products .pro .element-b {
  box-sizing: border-box;
  padding: 0 20%;
  margin: 0 0 60px 0;
}
.products .pro .element-b .swiperc .text {
  font-size: 14px;
  color: #999;
  text-align: center;
  position: relative;
}
.products .pro .element-b .swiperc .text::after {
  position: absolute;
  right: 0;
  top: 35%;
  width: 5px;
  height: 5px;
  background: #0654cc;
  border-radius: 30px;
  content: '';
}
.products .pro .element-b .swiper-slide-thumb-active .text {
  color: #333;
}
.products .pro .more {
  width: 220px;
  border: 1px solid #0654cc;
  border-radius: 30px;
  margin: 0 auto;
  transition: 0.3s;
}
.products .pro .more a {
  box-sizing: border-box;
  padding: 0 10px;
}
.products .pro .more a .p {
  font-size: 14px;
  color: #0654cc;
  line-height: 55px;
  padding: 0 0 0 30%;
  box-sizing: border-box;
}
.products .pro .more a .img{
  width: 40px;
  height: 40px;
  background: #0654cc;
  border-radius: 30px;
  box-sizing: border-box;
  padding: 5px;
}
.products .pro .more a .img img:nth-child(1){
  display: none;
}
.products .pro .more a .img img:nth-child(2){
  display: block;
}
.products .pro .more:hover{
  background: #0654cc;
}
.products .pro .more:hover a .p{
  color: #fff;
}
.products .pro .more:hover a .img {
  background: #fff;
}
.products .pro .more:hover a .img img:nth-child(1){
  display: block;
}
.products .pro .more:hover a .img img:nth-child(2){
  display: none;
}
.q-products-a {
  padding: 60px 0;
  border-bottom: 1px solid #F2F2F2;
}
.q-products-a .pro .title {
  font-size: 32px;
  color: #333;
  margin: 0 0 20px 0;
}
.q-products-a .pro .text {
  font-size: 14px;
  color: #666;
  line-height: 28px;
}
.q-products-b {
  padding: 60px 0;
}
.q-products-b .pro {
  flex-wrap: wrap;
}
.q-products-b .pro .imgbox {
  width: 48%;
  border: 1px solid #BDBDBD;
  margin: 0 0 35px 0;
}
.q-products-b .pro .imgbox a .img img {
  width: 100%;
  display: block;
}
.q-products-b .pro .imgbox a .p {
  position: relative;
}
.q-products-b .pro .imgbox a .p .title {
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  font-size: 16px;
  color: #333;
  line-height: 70px;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  transition: 0.3s;
  opacity: 0;
}
.q-products-b .pro .imgbox a .p .text {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  line-height: 70px;
  background: #fff;
  color: #333;
}
.q-products-b .pro .imgbox:hover a .p .title {
  top: -70px;
  opacity: 1;
}
.q-products-b .pro .imgbox:hover a .p .text {
  background: #013281;
  color: #fff;
}
.d-products-a {
  padding: 65px 0;
}
.d-products-a .pro .left {
  width: 48%;
}
.d-products-a .pro .right {
  width: 48%;
}
.d-products-a .pro .right .model {
  font-size: 22px;
  color: #333;
  font-weight: bold;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #e5e5e5;
}
.d-products-a .pro .right .title {
  font-size: 20px;
  color: #000;
  line-height: 35px;
  font-weight: bold;
  margin: 0 0 10px 0;
}
.d-products-a .pro .right .text {
  font-size: 15px;
  color: #555;
  line-height: 35px;
  margin: 0 0 80px 0;
}
.d-products-a .pro .right .btn {
  width: 180px;
  background: #013281;
}
.d-products-a .pro .right .btn a {
  justify-content: center;
}
.d-products-a .pro .right .btn a .p {
  font-size: 16px;
  color: #fff;
  line-height: 50px;
}
.d-products-b {
  padding: 0 0 65px 0;
}
.d-products-b .pro {
  border: 1px solid #E0E0E0;
}
.d-products-b .pro ul {
  justify-content: flex-start;
  background: #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
}
.d-products-b .pro ul li {
  width: 200px;
}
.d-products-b .pro ul li a {
  font-size: 16px;
  color: #333;
  display: block;
  line-height: 58px;
  text-align: center;
}
.d-products-b .pro .element{
  box-sizing: border-box;
  padding: 40px 35px 40px 35px;
}
.d-products-b .pro .element .content{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.d-products-b .pro .element .content h3{
  width: 31%;
  margin: 0 1% 0 1%;
  font-size: 15px;
  line-height: 35px;
  color: #666;
  font-weight: 500;
  box-sizing: border-box;
  padding: 0 0 0 15px;
  position: relative;
}
.d-products-b .pro .element .content h3::after{
  position: absolute;
  left: 0;
  top: 15px;
  width: 5px;
  height: 5px;
  background: #666;
  border-radius: 30px;
  content: '';
}
.d-products-b .pro .element .content h4{
  width: 48%;
  margin: 0 1% 0 1%;
  color: #013281;
  font-size: 16px;
  line-height: 35px;
  font-weight: 500;
}
.d-products-b .pro .element .content table{
  border: 1px solid #eee;
  margin: 0 0 20px 0;
}
.d-products-b .pro .element .content table td{
  font-size: 14px;
  padding: 10px 10px;
  line-height: 24px;
}
.d-products-b .pro .element .content h5{
  width: 100%;
  font-size: 15px;
  color: #666;
  margin: 0 0 10px 0;
}
.d-products-b .pro .element .content h6{
  width: 100%;
  font-size: 15px;
  line-height: 35px;
  color: #666;
  font-weight: 500;
  margin: 0 0 20px 0;
}
.d-products-b .active-a a{
  background: #013281 !important;
  color: #fff !important;
}
.d-products-b .active-b{
  display: none;
}
/* 关于 */
.about {
  background: url(../img/ind3.png);
  padding: 110px 0 130px 0;
}
.about .abo .caption-a {
  margin: 0 0 70px 0;
}
.about .abo .caption-a .cn {
  color: #fff;
}
.about .abo .caption-a .en {
  color: #fff;
}
.about .abo .element-a {
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 28px;
  margin: 0 0 130px 0;
}
.about .abo .element-b {
  margin: 0 0 110px 0;
}
.about .abo .element-b .textbox {
  width: 24%;
  position: relative;
}
.about .abo .element-b .textbox .bg {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  top: 20%;
}
.about .abo .element-b .textbox .num {
  font-size: 48px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 64px;
}
.about .abo .element-b .textbox .p {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.about .abo .more {
  width: 220px;
  border: 1px solid #fff;
  border-radius: 30px;
  margin: 0 auto;
}
.about .abo .more a {
  box-sizing: border-box;
  padding: 0 10px;
}
.about .abo .more a .p {
  font-size: 14px;
  color: #fff;
  line-height: 55px;
  box-sizing: border-box;
  padding: 0 0 0 30%;
}
.about .abo .more a .img{
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 30px;
  box-sizing: border-box;
  padding: 5px;
}
.about .abo .more a .img img:nth-child(1){
  display: block;
}
.about .abo .more a .img img:nth-child(2){
  display: none;
}
.about .abo .more:hover{
  background: #fff;
}
.about .abo .more:hover a .p{
  color: #0654cc;
}
.about .abo .more:hover a .img {
  background: #0654cc;
}
.about .abo .more:hover a .img img:nth-child(1){
  display: none;
}
.about .abo .more:hover a .img img:nth-child(2){
  display: block;
}
.n-about-a {
  padding: 65px 0;
}
.n-about-a .abo {
  flex-wrap: wrap;
}
.n-about-a .abo .left {
  width: 48%;
}
.n-about-a .abo .left .title {
  margin: 0 0 40px 0;
}
.n-about-a .abo .left .title .en {
  font-size: 64px;
  color: #dedede;
  margin: 0 0 25px 0;
}
.n-about-a .abo .left .title .cn {
  font-size: 24px;
  color: #333;
  font-weight: bold;
}
.n-about-a .abo .left .text {
  font-size: 16px;
  color: #696969;
  line-height: 35px;
  text-align: justify;
}
.n-about-a .abo .right {
  width: 48%;
}
.n-about-a .abo .bottom {
  width: 100%;
  margin: 70px 0 0 0;
}
.n-about-a .abo .bottom .textbox .up {
  font-size: 16px;
  color: #095DA2;
  margin: 0 0 25px 0;
}
.n-about-a .abo .bottom .textbox .up span {
  font-size: 48px;
  color: #333;
  font-weight: bold;
}
.n-about-a .abo .bottom .textbox .down {
  font-size: 18px;
  color: #666;
  text-align: center;
  font-weight: bold;
}
.n-about-b {
  background: url(../img/abo1.png) no-repeat;
  background-size: cover;
  padding: 80px 0 30px 0;
}
.n-about-b .abo {
  flex-wrap: wrap;
}
.n-about-b .abo .textbox {
  width: 46%;
  padding: 0 0 60px 0;
  border-bottom: 1px solid rgba(225, 225, 225, 0.3);
  margin: 0 0 70px 0;
}
.n-about-b .abo .textbox .title {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  margin: 0 0 20px 0;
}
.n-about-b .abo .textbox .text {
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  height: 60px;
}
.n-about-b .abo .textbox:nth-child(3) {
  border-bottom: 0;
}
.n-about-b .abo .textbox:nth-child(4) {
  border-bottom: 0;
}
.n-about-c {
  padding: 65px 0;
}
.n-about-c .abo .caption {
  margin: 0 0 60px 0;
}
.n-about-c .abo .caption .title {
  font-size: 32px;
  color: #333;
  text-align: center;
  margin: 0 0 25px 0;
}
.n-about-c .abo .caption .text {
  font-size: 16px;
  color: #333;
  text-align: center;
}
.n-about-c .abo ul{
  justify-content: center;
  margin: 0 0 30px 0;
}
.n-about-c .abo ul li{
  margin: 0 20px;
  padding: 0 10px 15px 10px;
  position: relative;
}
.n-about-c .abo ul li a{
  font-size: 18px;
  color: #999;
}
.n-about-c .abo .element{
  position: relative;
}
.n-about-c .abo .element .imgbox {
  margin: 0 1% 0px 1%;
  border: 1px solid #BDBDBD;
}
.n-about-c .abo .element .imgbox a .img {
  box-sizing: border-box;
  padding: 18px;
  border-bottom: 1px solid #BDBDBD;
}
.n-about-c .abo .element .imgbox a .p {
  font-size: 14px;
  color: #333;
  text-align: center;
  line-height: 60px;
}
.n-about-c .abo .element .swiper-button-prev-a{
  left: -5%;
  width: 40px;
  height: 40px;
  border-radius: 30px;
  border: 1px solid #999;
}
.n-about-c .abo .element .swiper-button-prev-a::after{
  color: #999;
  font-size: 22px;
  font-weight: bold;
}
.n-about-c .abo .element .swiper-button-prev-a:hover{
  background: #013281;
}
.n-about-c .abo .element .swiper-button-prev-a:hover::after{
  color: #fff;
}
.n-about-c .abo .element .swiper-button-next-a{
  right: -5%;
  width: 40px;
  height: 40px;
  border-radius: 30px;
  border: 1px solid #999;
}
.n-about-c .abo .element .swiper-button-next-a::after{
  color: #999;
  font-size: 22px;
  font-weight: bold;
}
.n-about-c .abo .element .swiper-button-next-a:hover{
  background: #013281;
}
.n-about-c .abo .element .swiper-button-next-a:hover::after{
  color: #fff;
}
.n-about-c .abo .element .swiper-button-prev-b{
  left: -5%;
  width: 40px;
  height: 40px;
  border-radius: 30px;
  border: 1px solid #999;
}
.n-about-c .abo .element .swiper-button-prev-b::after{
  color: #999;
  font-size: 22px;
  font-weight: bold;
}
.n-about-c .abo .element .swiper-button-prev-b:hover{
  background: #013281;
}
.n-about-c .abo .element .swiper-button-prev-b:hover::after{
  color: #fff;
}
.n-about-c .abo .element .swiper-button-next-b{
  right: -5%;
  width: 40px;
  height: 40px;
  border-radius: 30px;
  border: 1px solid #999;
}
.n-about-c .abo .element .swiper-button-next-b::after{
  color: #999;
  font-size: 22px;
  font-weight: bold;
}
.n-about-c .abo .element .swiper-button-next-b:hover{
  background: #013281;
}
.n-about-c .abo .element .swiper-button-next-b:hover::after{
  color: #fff;
}
.n-about-c .abo .element .swiper-button-prev-c{
  left: -5%;
  width: 40px;
  height: 40px;
  border-radius: 30px;
  border: 1px solid #999;
}
.n-about-c .abo .element .swiper-button-prev-c::after{
  color: #999;
  font-size: 22px;
  font-weight: bold;
}
.n-about-c .abo .element .swiper-button-prev-c:hover{
  background: #013281;
}
.n-about-c .abo .element .swiper-button-prev-c:hover::after{
  color: #fff;
}
.n-about-c .abo .element .swiper-button-next-c{
  right: -5%;
  width: 40px;
  height: 40px;
  border-radius: 30px;
  border: 1px solid #999;
}
.n-about-c .abo .element .swiper-button-next-c::after{
  color: #999;
  font-size: 22px;
  font-weight: bold;
}
.n-about-c .abo .element .swiper-button-next-c:hover{
  background: #013281;
}
.n-about-c .abo .element .swiper-button-next-c:hover::after{
  color: #fff;
}
.n-about-c .active-a a{
  color: #333 !important;
}
.n-about-c .active-a::after{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #0654cc;
  content: '';
}
.n-about-c .active-b{
  display: none;
}
.n-about-d {
  padding: 65px 0;
}
.n-about-d .abo .caption {
  font-size: 32px;
  color: #333;
  text-align: center;
  margin: 0 0 60px 0;
}
.n-about-d .abo .element{
  position: relative;
}
.n-about-d .abo .element .img{
  text-align: center;
}
.n-about-d .abo .element .swiper-button-prev-d{
  left: -3%;
  width: 40px;
  height: 40px;
  border-radius: 30px;
  border: 1px solid #999;
}
.n-about-d .abo .element .swiper-button-prev-d::after{
  color: #999;
  font-size: 22px;
  font-weight: bold;
}
.n-about-d .abo .element .swiper-button-prev-d:hover{
  background: #013281;
}
.n-about-d .abo .element .swiper-button-prev-d:hover::after{
  color: #fff;
}
.n-about-d .abo .element .swiper-button-next-d{
  right: -3%;
  width: 40px;
  height: 40px;
  border-radius: 30px;
  border: 1px solid #999;
}
.n-about-d .abo .element .swiper-button-next-d::after{
  color: #999;
  font-size: 22px;
  font-weight: bold;
}
.n-about-d .abo .element .swiper-button-next-d:hover{
  background: #013281;
}
.n-about-d .abo .element .swiper-button-next-d:hover::after{
  color: #fff;
}
.n-about-e {
  padding: 65px 0;
}
.n-about-e .abo .caption {
  font-size: 32px;
  color: #333;
  text-align: center;
  margin: 0 0 60px 0;
}
.n-about-e .abo .element{
  position: relative;
}
.n-about-e .abo .element .img{
  margin: 0 1% 20px 1%;
  text-align: center;
  border: 1px solid #eee;
  padding: 20px 0;
}
.n-about-e .abo .element .swipere{
  height: 500px;
}
.n-about-e .abo .element .swipere .swiper-slide{
  height: 100px;
}
.n-about-e .abo .element .swiper-button-prev-e{
  top: 43%;
  left: -5%;
  width: 40px;
  height: 40px;
  border-radius: 30px;
  border: 1px solid #999;
}
.n-about-e .abo .element .swiper-button-prev-e::after{
  color: #999;
  font-size: 22px;
  font-weight: bold;
}
.n-about-e .abo .element .swiper-button-prev-e:hover{
  background: #013281;
}
.n-about-e .abo .element .swiper-button-prev-e:hover::after{
  color: #fff;
}
.n-about-e .abo .element .swiper-button-next-e{
  top: 43%;         
  right: -5%;
  width: 40px;
  height: 40px;
  border-radius: 30px;
  border: 1px solid #999;
}
.n-about-e .abo .element .swiper-button-next-e::after{
  color: #999;
  font-size: 22px;
  font-weight: bold;
}
.n-about-e .abo .element .swiper-button-next-e:hover{
  background: #013281;
}
.n-about-e .abo .element .swiper-button-next-e:hover::after{
  color: #fff;
}
.inner-history {
	width: 100%;
	padding: 80px 0 120px 0;
	overflow: hidden;
	background: #f5f5f5;
}

.inner-history .section {
	position: relative;
}
.fnt45{
	font-size: 32px;
  color: #333;
  text-align: center;
  margin: 0 0 60px 0;
  font-weight: 500;
}
.main-growth {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 99;
}

.main-growth .growth-mySwiper2 {
	width: 90% !important;
	margin: 8px auto;
}

.growth-dl {
	width: 100%;
	margin: 40px auto;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	justify-content: space-between;
}

.growth-dl dt {
	width: 48%;
	font-size: 3.5vw;
	color: #0654cc;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	opacity: 0;
	position: relative;
	top: -14px;
	transition: all 0.5s ease;
	-webkit-transform: all 0.5s ease;
	font-weight: bold;
	font-family: 'HarmonyOS_Sans_SC_Bold';
}

.growth-dl dd {
	width: 48%;
	min-height: 150px;
	margin-left: 2%;
	overflow: hidden;
	display: flex;
	align-items: center;
	opacity: 0;
	position: relative;
	top: -14px;
	transition: all 0.5s ease;
	-webkit-transform: all 0.5s ease;
}

.growthsection {
	position: relative;
	z-index: 10;
}

.growth-dl .growth-box-txt {
	font-size: 26px;
	color: #3b3b3b;
  line-height: 32px;
}

.growth-mySwiper2 .swiper-slide-active .growth-dl dd,
.growth-mySwiper2 .swiper-slide-active .growth-dl dt {
	opacity: 1;
	top: 0;
	transition: all 0.5s ease;
	-webkit-transform: all 0.5s ease;
	transition-delay: 0.4s;
}

.growth-time-box {
	margin-top: 50px;
	position: relative;
}

.growth-time-box .section {
	position: relative;
}

.growth-prev,
.growth-next {
	margin-top: -10px;
}

.growth-next {
	right: 5%;
}

.growth-prev {
	left: 5%;
}

.growth-prev:after,
.growth-next:after {
	font-size: 20px;
  color: #0654cc;
}

.growth-time-box::before {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	position: absolute;
	top: 7px;
	left: 0;
	z-index: 1;
	background: #d8d8d8;
}

.time-title {
	text-align: center;
	cursor: pointer;
}

.time-title h2 {
	font-size: 28px;
	color: #343434;
	margin: 35px 0 15px 0;
}

.time-title::before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -7px;
	z-index: 10;
	background: #fff;
	border: 4px solid #ddd;
	border-radius: 100%;
}

.swiper-slide-thumb-active .time-title {
	color: #0654cc;
}

.swiper-slide-thumb-active .time-title::before {
	border: 4px solid #0654cc;
}

.DevelopmentPath_icon {
	position: absolute;
	bottom: -275%;
	left: 0;
	right: 0;
	width: 100%;
  opacity: 0.4;
	text-align: center;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	transition: all 0.5s ease;
	-webkit-transform: all 0.5s ease;
}

.DevelopmentPath_icon img {
	width: 90%;
	display: inline-block;
}

.DevelopmentPath_icon.on {
	-webkit-transform: rotate(-60deg);
	-moz-transform: rotate(-60deg);
	-ms-transform: rotate(-60deg);
	-o-transform: rotate(-60deg);
	transform: rotate(-60deg);
	transition: all 0.5s ease;
	-webkit-transform: all 0.5s ease;
}

.inner-honor {
	width: 100%;
	padding: 100px 0;
	overflow: hidden;
	background-image: url(../honor.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.honor-list01 {
	padding: 30px 0;
	border-top: 1px solid #e7e6e9;
}

.inner-honor ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.inner-honor ul li {
	width: 21%;
	margin: 50px 2%;
	text-align: center;
}

.inner-honor ul li .content {
	position: relative;
	padding: 0 55px;
	min-height: 120px;
}

.inner-honor ul li .content h5 {
	color: #444;
}

.inner-honor ul li h5 span {
	font-weight: bold;
	color: #c4a873;
	font-family: 'HarmonyOS_Sans_SC_Bold';
	margin-right: 10px;
}

.inner-honor ul li .txt {
	margin-top: 10px;
	color: #565656;
	font-weight: bold;
}

.inner-honor ul li .content:before,
.inner-honor ul li .content::after {
	content: "";
	display: block;
	width: 47px;
	height: 119px;
	position: absolute;
	top: 0;
	z-index: 10;
	background-size: 100%;
}

.inner-honor ul li .content:before {
	left: 0;
	background-image: url(../icon19.png);
}

.inner-honor ul li .content::after {
	right: 0;
	background-image: url(../icon20.png);
}

.inner-honor ul li h4 {
	font-weight: bold;
	color: #c4a873;
}

.inner-honor ul li h3 {
	color: #565656;
}

.inner-solutions {
	width: 100%;
	position: relative;
	padding: 90px 0;
	overflow: hidden;
	background: #f4f5f6;
}
/* 新闻 */
.news {
  padding: 90px 0 60px 0;
}
.news .new .caption{
  margin: 0 0 50px 0;
}
.news .new .caption .caption-a .en {
  text-align: left;
}
.news .new .caption .caption-a .cn {
  text-align: left;
}
.news .new .caption .more {
  padding: 0 0 10px 0;
  border-bottom: 1px solid #c0d4f2;
  position: relative;
}
.news .new .caption .more a {
  font-size: 16px;
  color: #333;
  display: block;
  transition: 0.5s;
}
.news .new .caption .more::after {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 30%;
  height: 1px;
  background: #0654cc;
  content: '';
}
.news .new .caption .more:hover a{
  font-size: 18px;
  color: #0654cc;
}
.news .new .element .textbox{
  width: 48%;
  padding: 0 0 30px 0;
  margin: 0 0 30px 0;
  border-bottom: 1px solid #eee;
}
.news .new .element .textbox a .up{
  margin: 0 0 20px 0;
}
.news .new .element .textbox a .up .title{
  font-size: 18px;
  font-weight: bold;
  width: 80%;
  color: #333;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.news .new .element .textbox a .up .time{
  width: 15%;
  text-align: right;
  font-size: 16px;
  color: #999;
}
.news .new .element .textbox a .down{
  font-size: 16px;
  line-height: 28px;
  color: #666;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news .new .element .textbox:hover a .up .title{
  color: #0654cc;
}
.q-news {
  padding: 90px 0;
}
.q-news .new .textbox{
  padding: 0 0 30px 0;
  margin: 0 0 30px 0;
  border-bottom: 1px solid #eee;
}
.q-news .new .textbox a .up{
  margin: 0 0 20px 0;
}
.q-news .new .textbox a .up .title{
  font-size: 20px;
  font-weight: bold;
  width: 80%;
  color: #333;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.q-news .new .textbox a .up .time{
  width: 15%;
  text-align: right;
  font-size: 16px;
  color: #999;
}
.q-news .new .textbox a .down{
  font-size: 18px;
  line-height: 28px;
  color: #666;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.q-news .new .textbox:hover a .up .title{
  color: #0654cc;
}
.d-news {
  padding: 90px 0;
}
.d-news .new .title{
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  color: #333;
  line-height: 32px;
  margin: 0 0 20px 0;
}
.d-news .new .time{
  font-size: 16px;
  color: #999;
  text-align: center;
  margin: 0 0 50px 0;
}
.d-news .new .text{
  font-size: 18px;
  color: #333;
  line-height: 28px;
}
/* 面包屑 */
.crumbs {
  border-bottom: 1px solid #F2F2F2;
}
.crumbs .cru .left {
  width: 60%;
}
.crumbs .cru .left ul {
  justify-content: flex-start;
}
.crumbs .cru .left ul li {
  box-sizing: border-box;
  padding: 0 20px;
}
.crumbs .cru .left ul li a {
  font-size: 16px;
  display: block;
  line-height: 60px;
  text-align: center;
  color: #000;
}
.crumbs .cru .left ul li:hover {
  background: #013281;
}
.crumbs .cru .left ul li:hover a {
  color: #fff;
}
.crumbs .cru .right {
  width: 35%;
}
.crumbs .cru .right ul {
  justify-content: flex-end;
}
.crumbs .cru .right ul li {
  font-size: 16px;
  color: #999;
  margin: 0 0 0 5px;
}
.crumbs .cru .right ul li a {
  font-size: 16px;
  color: #999;
  line-height: 60px;
}
/* 联系 */
.n-contact-a {
  padding: 75px 0;
}
.n-contact-a .con .caption {
  font-size: 42px;
  color: #333333;
  margin: 0 0 35px 0;
}
.n-contact-a .con .element {
  box-sizing: border-box;
  padding: 30px 60px;
  box-shadow: 0 0 10px 0 #eee;
  border-radius: 50px;
  flex-wrap: wrap;
  margin: 0 0 30px 0;
}
.n-contact-a .con .element .title {
  font-size: 27px;
  color: #333333;
  width: 100%;
  justify-content: center;
  margin: 0 0 40px 0;
}
.n-contact-a .con .element .title span {
  display: inline-block;
  width: 60px;
  height: 1px;
  background: #999999;
  margin: 0 10px;
}
.n-contact-a .con .element .imgbox {
  width: 48%;
  justify-content: flex-start;
  position: relative;
}
.n-contact-a .con .element .imgbox .img {
  margin: 0 20px 0 0;
}
.n-contact-a .con .element .imgbox .p .name {
  font-size: 16px;
  color: #666666;
  margin: 0 0 15px 0;
}
.n-contact-a .con .element .imgbox .p .text {
  font-size: 18px;
  line-height: 24px;
  color: #333333;
}
.n-contact-a .con .element .imgbox::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #dcdcdc;
  content: '';
}
/* .n-contact-a .con .element .imgbox:nth-child(1) {
  width: 23%;
}
.n-contact-a .con .element .imgbox:nth-child(2) {
  width: 33%;
}
.n-contact-a .con .element .imgbox:nth-child(3) {
  width: 40%;
} */
.n-contact-a .con .element .imgbox:nth-child(2)::after{
  display: none;
}
.n-contact-b .con {
  position: relative;
  flex-wrap: wrap;
}
.n-contact-b .con .left{
  width: 70%;
  position: relative;
}
.n-contact-b .con .left .pagination{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.n-contact-b .con .left .pagination .textbox {
  position: absolute;
  left: 0;
  top: 0;
}
.n-contact-b .con .left .pagination .textbox .after {
  width: 8px;
  height: 8px;
  margin: 0 auto 10px auto;
  background: #f50111;
  border-radius: 30px;
}
.n-contact-b .con .left .pagination .textbox .after::before {
  position: absolute;
  left: 12px;
  top: 0;
  width: 8px;
  height: 8px;
  background: #f50111;
  border-radius: 30px;
  content: '';
  z-index: 99;
}
.n-contact-b .con .left .pagination .textbox .after::after {
  position: absolute;
  left: 9px;
  top: -3px;
  width: 14px;
  height: 14px;
  background: #deadb0;
  content: '';
  z-index: 9;
  border-radius: 30px;
  animation-name: move1;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
.n-contact-b .con .left .pagination .textbox .add {
  font-size: 16px;
  color: #333333;
}
.n-contact-b .con .left .pagination .germany {
  left: 16.5%;
  top: 19%;
}
.n-contact-b .con .left .pagination .shenzhen {
  left: 36.5%;
  top: 43%;
}
.n-contact-b .con .left .pagination .suzhou {
  left: 39%;
  top: 39%;
}
.n-contact-b .con .left .pagination .korea {
  left: 41%;
  top: 35%;
}
.n-contact-b .con .left .pagination .on .after {
  background: #0654cc !important;
}
.n-contact-b .con .left .pagination .on .after::before {
  background: #0654cc !important;
}
.n-contact-b .con .left .pagination .on .after::after {
  background: #a9c8f5 !important;
}
.n-contact-b .con .right{
  width: 30%;
  height: 700px;
}
.n-contact-b .con .right .swipera{
  height: 700px;
  box-sizing: border-box;
  padding: 0 15% 0 10%;
}
.n-contact-b .con .right .swipera .addbox{
  margin: 10px 0;
  height: 90%;
  max-height: 100%;
  border-radius: 10px;
}
.n-contact-b .con .right .swipera .addbox a{
  display: block;
  box-sizing: border-box;
  padding: 5%;
}
.n-contact-b .con .right .swipera .addbox a .title{
  font-size: 26px;
  font-weight: bold;
  color: #333;
  margin: 0 0 20px 0;
}
.n-contact-b .con .right .swipera .addbox a .text p{
  font-size: 18px;
  color: #000;
  line-height: 26px;
  font-weight: 500;
}
.n-contact-b .con .right .swipera .addbox a .text h1{
  font-size: 18px;
  color: #000;
  line-height: 26px;
  font-weight: 500;
}
.n-contact-b .con .right .swipera .addbox a .text h2{
  font-size: 18px;
  color: #000;
  line-height: 26px;
  font-weight: 500;
}
.n-contact-b .con .right .swipera .addbox a .text h3{
  font-size: 18px;
  color: #000;
  line-height: 26px;
  font-weight: 500;
}
.n-contact-b .con .right .addbox{
  background: #fff;
  box-shadow: 0 0 10px 0 #0654cc99;
}
.n-contact-b .con .bottom{
  width: 100%;
  box-sizing: border-box;
  padding: 45px 15%;
}
.n-contact-b .con .bottom .addbox a .after{
  width: 30px;
  height: 30px;
  background: #0654cc;
  border-radius: 30px;
  margin: 0 auto 20px auto;
}
.n-contact-b .con .bottom .addbox a .add{
  font-size: 20px;
  text-align: center;
  color: #333;
}
.n-contact-c {
  background: url(../img/con2.jpg) no-repeat;
  background-size: cover;
  padding: 110px 0;
}
.n-contact-c .con{
  align-items: flex-start;
}
.n-contact-c .con .left {
  width: 25%;
}
.n-contact-c .con .left .title {
  font-size: 42px;
  color: #333333;
  margin: 0 0 45px 0;
}
.n-contact-c .con .left .text {
  font-size: 16px;
  color: #666666;
  line-height: 27px;
  margin: 0 0 180px 0;
}
.n-contact-c .con .right {
  width: 70%;
}
.n-contact-c .con .right .formbox137{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.n-contact-c .con .right .formbox137 .inputbox{
  width: 48%;
  margin: 0 0 30px 0;
}
.n-contact-c .con .right .formbox137 .inputbox p{
  font-size: 18px;
  color: #333333;
  margin: 0 0 15px 0;
}
.n-contact-c .con .right .formbox137 .inputbox input{
  width: 100%;
  background: #fff;
  border-radius: 5px;
  line-height: 55px;
  border: none;
  outline: none;
  box-sizing: border-box;
  padding: 0 20px;
  font-size: 16px;
  color: #999999;
}
.n-contact-c .con .right .formbox137 .textareabox{
  width: 100%;
  margin: 0 0 30px 0;
}
.n-contact-c .con .right .formbox137 .textareabox p{
  font-size: 18px;
  color: #333333;
  margin: 0 0 15px 0;
}
.n-contact-c .con .right .formbox137 .textareabox textarea{
  width: 100%;
  background: #fff;
  border-radius: 5px;
  line-height: 55px;
  border: none;
  outline: none;
  box-sizing: border-box;
  padding: 0 20px;
  font-size: 16px;
  color: #999999;
  height: 100px;
}
.n-contact-c .con .right .formbox137 .button_li{
  width: 330px;
}
.n-contact-c .con .right .formbox137 .button_li input{
  width: 100%;
  background: #013281;
  line-height: 60px;
  border: none;
  outline: none;
  font-size: 18px;
  color: #fff;
  border-radius: 5px;
}
/* 招聘 */
.n-recruit{
  padding: 75px 0;
}
.n-recruit .rec .caption{
  font-size: 42px;
  color: #333333;
  margin: 0 0 35px 0;
}
.n-recruit .rec .element {
  border-top: 1px solid #f3f4f4;
  border-bottom: 1px solid #f3f4f4;
  margin: 0 0 50px 0;
  background: #fdfdfd;
}
.n-recruit .rec .element .titlebox .name {
  width: 30%;
  font-size: 20px;
  color: #333333;
  line-height: 65px;
  box-sizing: border-box;
  padding: 0 20px;
}
.n-recruit .rec .element .titlebox .add {
  width: 20%;
  font-size: 20px;
  color: #333333;
  text-align: center;
}
.n-recruit .rec .element .titlebox .number {
  width: 20%;
  font-size: 20px;
  color: #333333;
  text-align: center;
}
.n-recruit .rec .element .titlebox .degree {
  width: 20%;
  font-size: 20px;
  color: #333333;
  text-align: center;
}
.n-recruit .rec .element .titlebox .more {
  width: 10%;
  text-align: center;
  opacity: 0;
}
.n-recruit .rec .element .titlebox .more img:nth-child(1) {
  display: none;
}
.n-recruit .rec .element .titlebox .more img:nth-child(2) {
  display: inline;
}
.n-recruit .rec .element .textbox {
  border-top: 1px solid #f3f4f4;
}
.n-recruit .rec .element .textbox a .name {
  width: 30%;
  font-size: 20px;
  color: #333333;
  line-height: 65px;
  box-sizing: border-box;
  padding: 0 20px;
}
.n-recruit .rec .element .textbox a .add {
  width: 20%;
  font-size: 20px;
  color: #333333;
  text-align: center;
}
.n-recruit .rec .element .textbox a .number {
  width: 20%;
  font-size: 20px;
  color: #333333;
  text-align: center;
}
.n-recruit .rec .element .textbox a .degree {
  width: 20%;
  font-size: 20px;
  color: #333333;
  text-align: center;
}
.n-recruit .rec .element .textbox a .more {
  width: 10%;
  text-align: center;
}
.n-recruit .rec .element .textbox a .more img:nth-child(1) {
  display: none;
}
.n-recruit .rec .element .textbox a .more img:nth-child(2) {
  display: inline;
}
.n-recruit .rec .element .textbox .content {
  box-sizing: border-box;
  padding: 25px 20px;
  font-size: 16px;
  color: #666666;
  line-height: 28px;
  display: none;
}
.n-recruit .active-a a {
  background: #f7f7f7;
}
.n-recruit .active-a a .more img:nth-child(1) {
  display: inline !important;
}
.n-recruit .active-a a .more img:nth-child(2) {
  display: none !important;
}
.n-recruit .active-a .content {
  display: block !important;
}
/* 底部 */
footer {
  background: #013281;
}
footer .foo-a {
  padding: 65px 0;
}
footer .foo-a .foo .logo {
  margin: 0 0 100px 0;
}
footer .foo-a .foo .btnbox {
  justify-content: flex-start;
  margin: 0 0 60px 0;
}
footer .foo-a .foo .btnbox a {
  margin: 0 15px 0 0;
}
footer .foo-a .foo .element .left {
  width: 50%;
  align-items: flex-start;
}
footer .foo-a .foo .element .left ul .caption {
  margin: 0 0 20px 0;
}
footer .foo-a .foo .element .left ul .caption a {
  font-size: 18px;
  color: #fff;
}
footer .foo-a .foo .element .left ul li {
  margin: 0 0 15px 0;
}
footer .foo-a .foo .element .left ul li a {
  font-size: 14px;
  color: #fff;
}
footer .foo-a .foo .element .left ul p{
  font-size: 14px;
  color: #fff;
  line-height: 28px;
}
footer .foo-a .foo .element .right {
  width: 35%;
  justify-content: flex-end;
}
footer .foo-a .foo .element .right .imgbox{
  margin: 0 1%;
}
footer .foo-a .foo .element .right .imgbox .img {
  margin: 0 0 20px 0;
}
footer .foo-a .foo .element .right .imgbox .p {
  font-size: 12px;
  text-align: center;
  color: #fff;
}
footer .foo-b {
  padding: 30px 0;
}
footer .foo-b .foo {
  font-size: 14px;
  color: #fff;
}
footer .foo-b .foo a{
  font-size: 14px;
  color: #fff;
}
/******************************************/
@media screen and (max-width: 1801px) {
  .center {
    width: 75%;
  }
  footer .foo-a .foo .element .left {
    width: 55%;
  }
  header .hea .nav .ul-a .li-a .drop {
    position: absolute;
    left: -30%;
    top: 100%;
    width: 160%;
  }
  .n-about-d .abo .element .swiper-button-prev-d{
    left: -5%;
  }
  .n-about-d .abo .element .swiper-button-next-d{
    right: -5%;
  }
  .crumbs .cru .left {
    width: 70%;
  }
  .crumbs .cru .right {
    width: 30%;
  }
}
/******************************************/
@media screen and (max-width: 1601px) {
  .center {
    width: 80%;
  }
  footer .foo-a .foo .element .left {
    width: 60%;
  }
  header .hea .nav .ul-a .li-a .drop {
    left: -40%;
    width: 180%;
  }
}
/******************************************/
@media screen and (max-width: 1401px) {
  .center {
    width: 85%;
  }
  header .hea .nav {
    width: 60%;
  }
  .products {
    padding: 80px 0;
  }
  .products .pro .element-b {
    padding: 0 15%;
  }
  .about .abo .element-a {
    margin: 0 0 60px 0;
  }
  footer .foo-a .foo .element .left ul:last-child{
    width: 40%;
  }
  footer .foo-a .foo .element .right {
    width: 40%;
  }
  .crumbs .cru .left {
    width: 75%;
  }
  .crumbs .cru .right {
    width: 25%;
  }
  .n-contact-b .con .right .swipera {
    height: 650px;
  }
  .n-contact-c {
    padding: 80px 0;
  }
}
/******************************************/
@media screen and (max-width: 1201px) {
  header {
    display: none;
  }
  .phone-section {
    display: block;
  }
  .phone-logo {
    width: 20%;
  }
  .phone-head {
    width: 100%;
    padding: 0px 10px;
    box-sizing: border-box;
    justify-content: space-between;
    background-color: #fff;
    /* position: fixed; */
    top: 0;
    left: 0;
  }
  .phone-close {
    width: 35px;
  }
  .phone-close .after {
    width: 100%;
    background: #333;
    height: 4px;
    border-radius: 30px;
    margin: 5px 0;
  }
  .phone-listnav {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999999999999999;
  }
  .phonelist-nav {
    width: 100%;
    background-color: #fff;
    line-height: 48px;
  }
  .phonelist-nav a {
    color: #333;
    font-size: 14px;
    padding: 0 15px;
  }
  .phonelist-nav1 {
    flex-direction: column;
    align-items: stretch;
    padding-left: 20px;
  }
  .phonelist-nav1 a {
    display: block;
  }
  .phonelist-nav {
    border-bottom: 1px solid #eee;
  }
  .phonelist-nav:last-child {
    border-bottom: none;
  }
  .phonelist-navtop > a {
    width: 50%;
  }
  .phonelist-navtop div {
    flex-grow: 1;
    flex-direction: row-reverse;
    box-sizing: border-box;
    padding-right: 10px;
  }
  .phonelist-navtop div img {
    width: 16px;
  }
  .phonelist-nav1 {
    display: none;
  }
  .menucl-img2 {
    display: none;
  }
  .products {
    padding: 40px 0;
  }
  .caption-a .en {
    font-size: 22px;
    margin: 0 0 20px 0;
  }
  .caption-a .cn {
    font-size: 26px;
  }
  .products .pro .caption-a {
    margin: 0 0 30px 0;
  }
  .products .pro .element-b {
    padding: 0 0%;
  }
  .products .pro .element-b .swiperc .text::after {
    right: 5%;
  }
  .products .pro .more {
    width: 180px;
  }
  .products .pro .more a .p {
    line-height: 45px;
  }
  .products .pro .more a .img {
    width: 35px;
    height: 35px;
  }
  .about {
    padding: 40px 0 40px 0;
  }
  .about .abo .caption-a {
    margin: 0 0 30px 0;
  }
  .about .abo .element-a {
    margin: 0 0 30px 0;
  }
  .about .abo .element-b {
    margin: 0 0 30px 0;
    flex-wrap: wrap;
  }
  .about .abo .element-b .textbox {
    width: 48%;
    margin: 0 0 20px 0;
  }
  .about .abo .element-b .textbox .num {
    font-size: 28px;
    line-height: 48px;
  }
  .about .abo .more {
    width: 180px;
  }
  .about .abo .more a .p {
    line-height: 45px;
  }
  .about .abo .more a .img {
    width: 35px;
    height: 35px;
  }
  .news {
    padding: 40px 0 40px 0;
  }
  .news .new .caption {
    margin: 0 0 30px 0;
  }
  .news .new .element .textbox {
    width: 100%;
  }
  footer .foo-a {
    padding: 40px 0;
  }
  footer .foo-a .foo .logo {
    margin: 0 0 30px 0;
  }
  footer .foo-a .foo .element {
    flex-wrap: wrap;
  }
  footer .foo-a .foo .element .left {
    width: 100%;
  }
  footer .foo-a .foo .element .right {
    width: 100%;
    justify-content: center;
  }
  footer .foo-b .foo {
    line-height: 20px;
    flex-wrap: wrap;
    text-align: center;
  }
  footer .foo-b .foo p{
    width: 100%;
  }
  footer .foo-b .foo .jszc{
    margin: 0 auto;
  }
  .crumbs .cru .left ul{
    display: none;
  }
  .n-about-a {
    padding: 40px 0;
  }
  .n-about-a .abo .left {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .n-about-a .abo .left .title {
    margin: 0 0 30px 0;
  }
  .n-about-a .abo .left .title .en {
    font-size: 44px;
    margin: 0 0 20px 0;
  }
  .n-about-a .abo .right {
    width: 100%;
  }
  .n-about-a .abo .bottom {
    margin: 40px 0 0 0;
  }
  .n-about-a .abo .bottom .textbox .up span {
    font-size: 32px;
  }
  .n-about-a .abo .bottom .textbox .up {
    margin: 0 0 15px 0;
  }
  .n-about-b {
    padding: 40px 0 30px 0;
  }
  .n-about-b .abo .textbox {
    width: 100%;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
  }
  .n-about-b .abo .textbox .text {
    height: auto;
  }
  .n-about-b .abo .textbox:nth-child(3) {
    border-bottom: 1px solid rgba(225, 225, 225, 0.3);
  }
  .n-about-c {
    padding: 40px 0;
  }
  .n-about-c .abo .caption {
    margin: 0 0 30px 0;
  }
  .n-about-d {
    padding: 40px 0;
  }
  .n-about-d .abo .caption {
    font-size: 32px;
    margin: 0 0 30px 0;
  }
  .n-about-e {
    padding: 40px 0;
  }
  .inner-history {
    padding: 40px 0 40px 0;
  }
  .fnt45 {
    font-size: 26px;
    margin: 0 0 20px 0;
  }
  .growth-dl dd {
    min-height: 50px;
  }
  .growth-prev, .growth-next{
    margin-top: -30px;
  }
  .growth-dl .growth-box-txt {
    font-size: 20px;
    color: #3b3b3b;
    line-height: 32px;
  }
  .growth-time-box {
    margin-top: 30px;
  }
  .time-title h2 {
    font-size: 18px;
  }
  .q-products-a {
    padding: 40px 0;
  }
  .q-products-a .pro .title {
    font-size: 24px;
  }
  .q-products-b {
    padding: 40px 0;
  }
  .q-products-b .pro .imgbox a .p .title {
    line-height: 40px;
  }
  .q-products-b .pro .imgbox a .p .text {
    line-height: 40px;
  }
  .q-products-b .pro .imgbox:hover a .p .title {
    top: -40px;
  }
  .d-products-a {
    padding: 40px 0;
  }
  .d-products-a .pro .right .model {
    font-size: 20px;
  }
  .d-products-a .pro .right .btn {
    width: 140px;
  }
  .d-products-a .pro .right .btn a .p {
    line-height: 40px;
  }
  .d-products-b .pro ul li {
    width: 170px;
  }
  .d-products-b .pro ul li a {
    line-height: 50px;
  }
  .d-products-b .pro .element .content h3 {
    width: 48%;
  }
  .q-news {
    padding: 40px 0;
  }
  .d-news {
    padding: 40px 0;
  }
  .n-recruit {
    padding: 40px 0;
  }
  .n-recruit .rec .caption {
    font-size: 28px;
    margin: 0 0 20px 0;
  }
  .n-recruit .rec .element .titlebox .name {
    font-size: 18px;
    line-height: 50px;
  }
  .n-recruit .rec .element .titlebox .add {
    font-size: 18px;
  }
  .n-recruit .rec .element .titlebox .number {
    font-size: 18px;
  }
  .n-recruit .rec .element .titlebox .degree {
    font-size: 18px;
  }
  .n-recruit .rec .element .textbox a .name {
    font-size: 18px;
    line-height: 50px;
  }
  .n-recruit .rec .element .textbox a .add {
    font-size: 18px;
  }
  .n-recruit .rec .element .textbox a .number {
    font-size: 18px;
  }
  .n-recruit .rec .element .textbox a .degree {
    font-size: 18px;
  }
  .n-contact-a {
    padding: 40px 0;
  }
  .n-contact-a .con .caption {
    font-size: 28px;
    margin: 0 0 30px 0;
  }
  .n-contact-a .con .element .title {
    font-size: 24px;
    margin: 0 0 20px 0;
  }
  .n-contact-a .con .element .content{
    flex-wrap: wrap;
  }
  .n-contact-a .con .element .imgbox {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .n-contact-a .con .element .imgbox .img {
    width: 10%;
  }
  .n-contact-a .con .element .imgbox::after{
    display: none;
  }
  .n-contact-b .con .right {
    width: 30%;
    height: 340px;
  }
  .n-contact-b .con .right .swipera {
    height: 300px;
  }
  .n-contact-b .con .right .swipera .addbox a .title {
    font-size: 22px;
  }
  .n-contact-b .con .right .swipera .swiper-slide:last-child{
    display: none;
  }
  .n-contact-b .con .right .swipera .swiper-slide:nth-child(5){
    display: none;
  }
  .n-contact-c {
    padding: 40px 0;
  }
  .n-contact-c .con .left .title {
    font-size: 28px;
    margin: 0 0 20px 0;
  }
  .n-contact-c .con .right .formbox137 .inputbox input {
    width: 100%;
    line-height: 45px;
  }
}
/******************************************/
@media screen and (max-width: 801px) {
  .phone-logo {
    width: 40%;
  }
  .caption-a .en {
    font-size: 18px;
  }
  .caption-a .cn {
    font-size: 24px;
  }
  .products .pro .element-a {
    padding: 0 0%;
    margin: 0 0 20px 0;
  }
  .products .pro .element-b {
    margin: 0 0 20px 0;
  }
  .products .pro .more {
    width: 150px;
  }
  .products .pro .more a .p {
    font-size: 14px;
    line-height: 45px;
    padding: 0 0 0 20%;
  }
  .about .abo .element-b .textbox .p {
    font-size: 16px;
  }
  .about .abo .more {
    width: 150px;
  }
  .about .abo .more a .p {
    font-size: 14px;
    line-height: 45px;
    padding: 0 0 0 20%;
  }
  .caption-a .en {
    font-size: 18px;
    margin: 0 0 10px 0;    
  }
  .caption-a .cn {
    font-size: 22px;
  }
  footer .foo-a .foo .element .left{
    flex-wrap: wrap;
  }
  footer .foo-a .foo .element .left ul:last-child {
    width: 100%;
    margin: 20px 0;
  }
  .crumbs .cru .right {
    width: 70%;
  }
  .n-about-a .abo .left .title .en {
    font-size: 24px;
    margin: 0 0 10px 0;
  }
  .n-about-a .abo .bottom{
    margin: 20px 0 0 0;
    flex-wrap: wrap;
  }
  .n-about-a .abo .bottom .textbox{
    width: 48%;
    margin: 0 0 20px 0;
  }
  .n-about-a .abo .bottom .textbox .up {
    text-align: center;
  }
  .n-about-a .abo .bottom .textbox .down {
    font-size: 16px;
  }
  .n-about-c .abo .caption .title {
    font-size: 24px;
  }
  .n-about-c .abo .caption .text {
    line-height: 24px;
  }
  .n-about-c .abo ul li {
    margin: 0 10px;
  }
  .n-about-c .abo .element .swiper-button-prev-a {
    width: 35px;
    height: 35px;
  }
  .n-about-c .abo .element .swiper-button-prev-a::after {
    font-size: 16px;
  }
  .n-about-c .abo .element .swiper-button-next-a {
    width: 35px;
    height: 35px;
  }
  .n-about-c .abo .element .swiper-button-next-a::after {
    font-size: 16px;
  }
  .n-about-d .abo .caption {
    font-size: 24px;
  }
  .n-about-d .abo .element .swiper-button-prev-d {
    width: 35px;
    height: 35px;
  }
  .n-about-d .abo .element .swiper-button-prev-d::after {
    font-size: 16px;
  }
  .n-about-d .abo .element .swiper-button-next-d {
    width: 35px;
    height: 35px;
  }
  .n-about-d .abo .element .swiper-button-next-d::after {
    font-size: 16px;
  }
  .n-about-e .abo .caption {
    font-size: 24px;
    margin: 0 0 30px 0;
  }
  .n-about-e .abo .element .swipere {
    height: 450px;
  }
  .n-about-e .abo .element .swiper-button-prev-e {
    width: 35px;
    height: 35px;
  }
  .n-about-e .abo .element .swiper-button-prev-e::after {
    font-size: 16px;
  }
  .n-about-e .abo .element .swiper-button-next-e {
    width: 35px;
    height: 35px;
  }
  .n-about-ed .abo .element .swiper-button-next-e::after {
    font-size: 16px;
  }
  .growth-dl {
    margin: 20px auto;
  }
  .growth-dl dt {
    width: 100%;
    font-size: 20px;
    justify-content: center;
  }
  .growth-dl dd {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
  .growth-dl .growth-box-txt {
    font-size: 18px;
    line-height: 28px;
  }
  .time-title h2 {
    font-size: 16px;
  }
  .q-products-b .pro .imgbox {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .updown {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .updown a {
    margin: 0 5px 5px 5px;
  }
  .d-products-a .pro  {
    flex-wrap: wrap;
  }
  .d-products-a .pro .left {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .d-products-a .pro .right {
    width: 100%;
  }
  .d-products-b .pro ul li {
    width: 50%;
  }
  .d-products-b .pro .element {
    padding: 30px 20px 40px 20px;
  }
  .d-products-b .pro .element .content h3 {
    width: 100%;
  }
  .d-products-b .pro .element .content h4 {
    width: 100%;
  }
  .q-news .new .textbox a .up .title {
    font-size: 18px;
    width: 65%;
  }
  .q-news .new .textbox a .up .time {
    width: 30%;
  }
  .d-news .new .title {
    font-size: 20px;
  }
  .n-recruit .rec .caption {
    font-size: 24px;
    margin: 0 0 20px 0;
  }
  .n-recruit .rec .element{
    margin: 0;
  }
  .n-recruit .rec .element .titlebox{
    display: none;
  }
  .n-recruit .rec .element .textbox a {
    flex-wrap: wrap;
  }
  .n-recruit .rec .element .textbox a .name {
    width: 100%;
    font-weight: bold;
  }
  .n-recruit .rec .element .textbox a .degree {
    width: 35%;
    line-height: 50px;
  }
  .n-contact-a .con .caption {
    font-size: 24px;
  }
  .n-contact-a .con .element {
    padding: 20px 30px;
    border-radius: 20px;
  }
  .n-contact-a .con .element .title {
    font-size: 20px;
  }
  .n-contact-a .con .element .imgbox .p {
    width: 80%;
  }
  .n-contact-b .con .left {
    width: 100%;
  }
  .n-contact-b .con .right {
    width: 100%;
    height: 200px;
  }
  .n-contact-b .con .right .swipera {
    height: 180px;
  }
  .n-contact-c .con {
    flex-wrap: wrap;
  }
  .n-contact-c .con .left {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .n-contact-c .con .left .title {
    font-size: 24px;
  }
  .n-contact-c .con .left .text {
    margin: 0 0 30px 0;
  }
  .n-contact-c .con .right {
    width: 100%;
  }
  .n-contact-c .con .right .formbox137 .inputbox p {
    font-size: 16px;
    margin: 0 0 10px 0;
  }
  .n-contact-c .con .right .formbox137 .inputbox {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .n-contact-c .con .right .formbox137 .textareabox p {
    font-size: 16px;
    margin: 0 0 10px 0;
  }
  .n-contact-c .con .right .formbox137 .button_li {
    width: 140px;
  }
  .n-contact-c .con .right .formbox137 .button_li input {
    line-height: 45px;
    font-size: 16px;
  }
  .n-about-a .abo .left .title .cn {
    font-size: 22px;
  }
}