@font-face {
  font-family: 'HARMONYOSSANSREGULAR';
  src: url('../font/HARMONYOSSANSREGULAR.TTF');
}
@font-face {
  font-family: 'HARMONYOSSANSBOLD';
  src: url('../font/HARMONYOSSANSBOLD.TTF');
}
*{
  font-family: 'HARMONYOSSANSREGULAR';
}
.phone-section {
  display: none;
}
.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.center {
  width: 82%;
  margin: 0 auto;
}
.i-caption .left .title {
  font-size: 44px;
  color: #000000;
  font-weight: 600;
  margin: 0 0 20px 0;
}
.i-caption .left .text {
  font-size: 19px;
  color: #000000;
  line-height: 36px;
}
.i-caption .right {
  width: 180px;
  border-bottom: 2px solid #07409a;
  transition: 0.3s;
}
.i-caption .right .p {
  font-size: 19px;
  color: #000000;
  line-height: 55px;
  font-weight: 500;
}
.n-caption {
  font-size: 44px;
  color: #000000;
  text-align: center;
  font-weight: 500;
}
.i-caption .right:hover {
  box-sizing: border-box;
  padding: 0 15px;
}
.updown {
  justify-content: center;
}
.updown a {
  font-size: 20px;
  color: #5d5d5d;
  display: block;
  width: 45px;
  line-height: 45px;
  border-radius: 30px;
  text-align: center;
  margin: 0 10px;
}
.updown a:hover {
  background: #005daa;
  color: #fff;
}
.updown .pages {
  background: #005daa;
  color: #fff;
}
.move1{
  overflow: hidden;
}
.move1 img{
  transition: all .8s ease .1s;
}
.move1 img:hover {
  transform: scale(1.1);
}
@keyframes move1{
  0%{
    bottom: 5%;
  }
  50%{
    bottom: 2%;
  }
  100%{
    bottom: 5%;
  }
}
@keyframes move2{
  0%{
    transform: rotate(0deg);
  }
  100%{
    transform: rotate(360deg);
  }
}
/* 澶撮儴 */
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99999;
}
header .hea .logo {
  width: 25%;
  margin: 0 5% 0 0;
}
header .hea .logo img:nth-child(1) {
  display: block;
}
header .hea .logo img:nth-child(2) {
  display: none;
}
header .hea .nav {
  width: 60%;
}
header .hea .nav .ul-a .li-a{
  position: relative;
}
header .hea .nav .ul-a .li-a .a-a {
  display: block;
  padding: 0 10px;
  font-size: 20px;
  color: #fff;
  line-height: 110px;
}
header .hea .nav .ul-a .li-a .ul-b{
  position: absolute;
  left: -75%;
  top: 100%;
  width: 250%;
  background: rgba(255, 255, 255, 0.8);
  opacity: 0;
  display: none;
  transition: 0.3s;
}
header .hea .nav .ul-a .li-a:hover .ul-b{
  opacity: 1;
  display: block;
}
header .hea .nav .ul-a .li-a .ul-b .li-b .a-b{
  display: block;
  text-align: center;
  font-size: 16px;
  color: #333;
  padding: 15px 0;
}
header .hea .nav .ul-a .li-a .ul-b .li-b .a-b:hover{
  color: #163b8d;
  font-weight: 600;
}
header .hea .search {
  width: 35px;
  height: 35px;
  border-radius: 50px;
  background: #fff;
}
header .hea .search a {
  justify-content: center;
  align-items: center;
  height: 35px;
}
header .hea .search a img:nth-child(1) {
  display: block;
}
header .hea .search a img:nth-child(2) {
  display: none;
}
.n-hea{
  background: #fff;
}
.n-hea .hea .logo a img:nth-child(1) {
  display: none;
}
.n-hea .hea .logo a img:nth-child(2) {
  display: block;
}
.n-hea .hea .nav .ul-a .li-a .a-a {
  color: #000000;
}
.n-hea .hea .search {
  background: #23407c;
}
.n-hea .hea .search a img:nth-child(1) {
  display: none;
}
.n-hea .hea .search a img:nth-child(2) {
  display: block;
}
/* 杞挱 */
.banner{
  position: sticky;
  top: 0;
  z-index: 9;
  overflow: hidden;
}
.banner .ban {
  position: relative;
}
.banner .ban .imgbox {
  position: relative;
}
.banner .ban .imgbox .img{
  transform: scale(1.2);
  transition: all 5.5s ease;
}
.banner .ban .imgbox .img img {
  display: block;
  opacity: 0;
}
.banner .ban .imgbox .p {
  position: absolute;
  width: 100%;
  left: 0;
  top: 35%;
}
.banner .ban .imgbox .p .title {
  font-size: 75px;
  color: #fff;
  text-align: center;
  margin: 0 0 65px 0;
  font-weight: 500;
}
.banner .ban .imgbox .p .btn {
  width: 220px;
  border: 1px solid #2e90e1;
  margin: 0 auto;
  background: #257dc5;
  border-radius: 10px;
}
.banner .ban .imgbox .p .btn a {
  justify-content: center;
}
.banner .ban .imgbox .p .btn a .text {
  font-size: 20px;
  color: #fff;
  line-height: 55px;
}
.banner .ban .imgbox .p .btn a .after{
  transition: 0.3s;
}
.banner .ban .imgbox .p .btn:hover a .after{
  padding: 0 0 0 10px;
}
.banner .ban .swiper-slide-active .imgbox .img{
  transform: scale(1);
  transition: all 5.5s ease;
}
.banner .ban .btndown{
  position: absolute;
  width: 5%;
  left: 47.5%;
  bottom: 5%;
  z-index: 999;
}
.banner .ban .btndown {
  position: absolute;
  width: 5%;
  left: 47.5%;
  bottom: 5%;
  animation: move1 1.5s linear infinite;
}
.banner .ban .btndown a{
  display: block;
  text-align: center;
}
.n-banner {
  margin: 110px 0 0 0;
}
.n-banner .ban {
  position: relative;
}
.n-banner .ban .title {
  position: absolute;
  left: 12%;
  top: 40%;
}
.n-banner .ban .title .after {
  position: absolute;
  left: -20px;
  top: -15px;
}
.n-banner .ban .title .p {
  font-size: 60px;
  color: #ffffff;
}
.n-banner .ban .nav {
  position: absolute;
  left: 12%;
  bottom: 20%;
}
.n-banner .ban .nav ul li {
  margin: 0 40px 0 0 ;
}
.n-banner .ban .nav ul li a {
  font-size: 20px;
  color: #000000;
  display: block;
  padding: 15px 40px;
  background: #fff;
  border-radius: 10px;
}
.n-banner .ban .nav ul li:hover a {
  background: #3b6fc5;
  color: #fff;
}
/* 鍏充簬 */
.about {
  background: url(../img/ind3.jpg) no-repeat;
  background-size: cover;
  position: relative;
  z-index: 99;
}
.about .abo {
  padding: 130px 0 70px 0;
}
.about .abo .title {
  font-size: 40px;
  color: #000000;
  margin: 0 0 80px 0;
  font-weight: 600;
}
.about .abo .text {
  width: 55%;
  font-size: 19px;
  color: #000000;
  line-height: 43px;
  margin: 0 0 80px 0;
}
.about .abo .btn {
  width: 180px;
  margin: 0 0 80px 0;
  background-image: linear-gradient(to right, #083f99 0%, #083f99 70%, #8eaad1 100%);
  border-radius: 30px;
  padding: 6px 6px;
  height: 50px;
  position: relative;
  overflow: hidden;
  border: 1px solid #083f99;
}
.about .abo .btn a {
  display: block;
  width: 100%;
}
.about .abo .btn a .p {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
  box-sizing: border-box;
  padding: 6px 6px 6px 15px;
}
.about .abo .btn a .p .more{
  font-size: 17px;
  color: #fff;
  margin: 0 30px 0 0;
}
.about .abo .btn a .p .after {
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 30px;
  justify-content: center;
}
.about .abo .btn a .p .after img:nth-child(1) {
  display: inline;
}
.about .abo .btn a .p .after img:nth-child(2) {
  display: none;
}
.about .abo .btn a .bg{
  position: absolute;
  left: -110%;
  top: -5px;
  background: #fff;
  width: 110%;
  height: 70px;
  border-radius: 50px;
  z-index: 9;
  transition: 0.3s;
}
.about .abo .btn:hover a .p .more{
  color: #333;
} 
.about .abo .btn:hover a .p .after {
  background: #07409a;
}
.about .abo .btn:hover a .p .after img:nth-child(1) {
  display: none;
}
.about .abo .btn:hover a .p .after img:nth-child(2) {
  display: inline;
}
.about .abo .btn:hover a .bg{
  left: 0;
}
.about .abo .element .imgbox {
  width: 25%;
}
.about .abo .element .imgbox .top {
  justify-content: center;
  margin: 0 0 5px 0;
}
.about .abo .element .imgbox .top .p {
  font-size: 20px;
  color: #163b8d;
  font-weight: 600;
}
.about .abo .element .imgbox .top .p span {
  font-size: 55px;
  color: #163b8d;
  font-weight: 600;
  margin: 0 5px 0 10px;
}
.about .abo .element .imgbox .bottom {
  font-size: 20px;
  color: #000000;
  font-weight: 500;
  text-align: center;
}
.n-about-a .abo {
  padding: 100px 0;
  flex-wrap: wrap;
}
.n-about-a .abo .left {
  width: 43%;
}
.n-about-a .abo .left .caption {
  position: relative;
  padding: 0 0 45px 0;
  margin: 0 0 40px 0;
}
.n-about-a .abo .left .caption .cn {
  font-size: 47px;
  color: #000000;
  position: absolute;
  left: 0;
  bottom: 45px;
  font-weight: 500;
}
.n-about-a .abo .left .caption .en {
  font-size: 100px;
  color: #c5c5c530;
  font-weight: 900;
}
.n-about-a .abo .left .caption::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 45px;
  height: 4px;
  background-image: linear-gradient(to right, #accbee, #3d70c6);
  content: '';
}
.n-about-a .abo .left .text {
  font-size: 19px;
  line-height: 43px;
  color: #000000;
}
.n-about-a .abo .right {
  width: 52%;
  position: relative;
  box-sizing: border-box;
  padding: 0 5% 30px 0;
}
.n-about-a .abo .right .img img {
  display: block;
}
.n-about-a .abo .right .after {
  position: absolute;
  right: -15px;
  bottom: 0px;
  z-index: -9;
}
.n-about-a .abo .element {
  width: 100%;
  margin: 80px 0 0 0;
}
.n-about-a .abo .element .imgbox {
  width: 25%;
}
.n-about-a .abo .element .imgbox .top {
  justify-content: center;
  margin: 0 0 5px 0;
}
.n-about-a .abo .element .imgbox .top .p {
  font-size: 20px;
  color: #163b8d;
  font-weight: 600;
}
.n-about-a .abo .element .imgbox .top .p span {
  font-size: 55px;
  color: #163b8d;
  font-weight: 600;
  margin: 0 5px 0 10px;
}
.n-about-a .abo .element .imgbox .bottom {
  font-size: 20px;
  color: #000000;
  text-align: center;
  font-weight: 500;
}
.n-about-b {
  background: #fcfcfc;
}
.n-about-b .abo {
  padding: 90px 0;
}
.n-about-b .abo .element {
  margin: 50px 0 0 0;
}
.n-about-b .abo .element .imgbox {
  width: 30%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.n-about-b .abo .element .imgbox .p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 100px 10%;
}
.n-about-b .abo .element .imgbox .p .title {
  font-size: 30px;
  color: #ffffff;
  font-weight: ;
}
.n-about-b .abo .element .imgbox .p .after {
  width: 100%;
  height: 1px;
  background: #fff;
  margin: 25px 0 20px 0;
  transition: 0.3s;
  position: relative;
}
.n-about-b .abo .element .imgbox .p .after::after{
  position: absolute;
  left: 0;
  top: 0;
  width: 60%;
  height: 1px;
  background: #3b6fc5;
  content: '';
  transition: 0.3s;
}
.n-about-b .abo .element .imgbox .p .text {
  font-size: 23px;
  color: #ffffff;
}
.n-about-b .abo .element .imgbox:hover .p .after::after {
  width: 100%;
}
.n-about-c {
  background: url(../img/abo2.jpg) no-repeat;
  background-size: cover;
  padding: 0 0 150px 0;
}
.n-about-c .abo {
  padding: 90px 0;
}
.n-about-c .abo .n-caption {
  color: #fff;
}
.n-about-c .abo .element {
  position: relative;
  height: 500px;
  box-sizing: border-box;
  padding: 0 9%;
}
.n-about-c .abo .element .textbox {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 250px;
  box-sizing: border-box;
  padding: 0 0 20px 30px;
  position: relative;
}
.n-about-c .abo .element .textbox .year {
  font-size: 28px;
  color: #ffffff;
  font-weight: bold;
  margin: 0 0 10px 0;
}
.n-about-c .abo .element .textbox .p {
  font-size: 16px;
  color: #ffffff;
  line-height: 27px;
}
.n-about-c .abo .element .textbox .after-a {
  position: absolute;
  left: 6.5px;
  top: -4px;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 30px;
  content: '';
}
.n-about-c .abo .element .textbox .after-b {
  position: absolute;
  left: 0;
  top: 140px;
  width: 20px;
  height: 20px;
  background: #00a2ff30;
  border-radius: 30px;
}
.n-about-c .abo .element .textbox .after-b::after {
  position: absolute;
  left: 5px;
  top: 5px;
  width: 10px;
  height: 10px;
  background: #00a2ff;
  border-radius: 30px;
  content: '';
}
.n-about-c .abo .element .textbox::after {
  position: absolute;
  left: 10px;
  top: 0;
  width: 1px;
  height: 150px;
  background: #ffffff40;
  content: '';
}
.n-about-c .abo .element .swiper-slide:nth-child(odd) .textbox {
  margin: 250px 0 0 0;
}
.n-about-c .abo .element .swiper-slide:nth-child(even) .textbox::after {
  top: auto;
  bottom: 0;
}
.n-about-c .abo .element .swiper-slide:nth-child(even) .textbox .after-a {
  top: auto;
  bottom: -4px;
}
.n-about-c .abo .element .swiper-slide:nth-child(even) .textbox .after-b {
  top: auto;
  bottom: 140px;
}
.n-about-c .abo .element .swiper-button-preva {
  left: 45%;
  top: auto;
  bottom: -25%;
  width: 65px;
  height: 65px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}
.n-about-c .abo .element .swiper-button-preva::after {
  font-size: 26px;
  color: #fff;
  font-weight: bold;
}
.n-about-c .abo .element .swiper-button-nexta {
  right: 45%;
  top: auto;
  bottom: -25%;
  width: 65px;
  height: 65px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}
.n-about-c .abo .element .swiper-button-nexta::after {
  font-size: 26px;
  color: #fff;
  font-weight: bold;
}
.n-about-c .abo .element::after {
  position: absolute;
  left: 0;
  top: 250px;
  width: 100%;
  height: 1px;
  background: #ffffff40;
  content: '';
}
.n-about-d {
  background: #f2f2f2;
}
.n-about-d .abo {
  padding: 90px 0;
}
.n-about-d .abo .element {
  margin: 50px 0 0 0;
  position: relative;
}
.n-about-d .abo .element .imgbox .img {
  text-align: center;
}
.n-about-d .abo .element .imgbox .p {
  text-align: center;
  font-size: 20px;
  color: #333;
  padding: 30px 0;
  opacity: 0;
}
.n-about-d .abo .element .swiperb .swiper-slide-active .imgbox .p {
  opacity: 1;
}
.n-about-d .abo .element .swiperc {
  width: 70%;
  margin: 60px auto 0;
}
.n-about-d .abo .element .swiperc .text {
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  text-align: center;
}
.n-about-d .abo .element .swiper-button-prevc {
  width: 65px;
  height: 65px;
  left: 5%;
  bottom: 0%;
  top: auto;
}
.n-about-d .abo .element .swiper-button-prevc img:nth-child(1) {
  display: block;
}
.n-about-d .abo .element .swiper-button-prevc img:nth-child(2) {
  display: none;
}
.n-about-d .abo .element .swiper-button-prevc::after {
  display: none;
}
.n-about-d .abo .element .swiper-button-prevc:hover img:nth-child(1) {
  display: none;
}
.n-about-d .abo .element .swiper-button-prevc:hover img:nth-child(2) {
  display: block;
}
.n-about-d .abo .element .swiper-button-nextc {
  width: 65px;
  height: 65px;
  right: 5%;
  bottom: 0%;
  top: auto;
}
.n-about-d .abo .element .swiper-button-nextc img:nth-child(1) {
  display: block;
}
.n-about-d .abo .element .swiper-button-nextc img:nth-child(2) {
  display: none;
}
.n-about-d .abo .element .swiper-button-nextc::after {
  display: none;
}
.n-about-d .abo .element .swiper-button-nextc:hover img:nth-child(1) {
  display: none;
}
.n-about-d .abo .element .swiper-button-nextc:hover img:nth-child(2) {
  display: block;
}
/* 浜у搧 */
.product {
  background: url(../img/ind5.jpg) no-repeat top center;
  background-size: cover;
  position: relative;
  z-index: 99;
}
.product .pro {
  padding: 85px 0 0 0;
}
.product .pro .element {
  margin: 70px 0 0 0;
  padding: 0 0 45px 0;
  position: relative;
}
.product .pro .element .imgbox a {
  display: block;
  position: relative;
}
.product .pro .element .imgbox a .img {
  display: block;
}
.product .pro .element .imgbox a .img img {
  width: 100%;
  height: 650px;
  object-fit: cover;
}
.product .pro .element .imgbox a .text {
  position: absolute;
  left: 8%;
  bottom: 50px;
  box-sizing: border-box;
  padding: 0 0 20px 0;
  border-bottom: 2px solid #ffffff00;
  justify-content: flex-start;
}
.product .pro .element .imgbox a .text .p {
  font-size: 26px;
  color: #ffffff;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.product .pro .element .imgbox a .text .after {
  opacity: 0;
}
.product .pro .element .imgbox a .text::after{
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0%;
  height: 2px;
  background: #07409a;
  content: "";
  transition: all 0.5s;
}
.product .pro .element .imgbox:hover a .text::after{
  width: 100%;
}
.product .pro .element .swiper-slide-active {
  width: 33% !important;
}
.product .pro .element .swiper-slide-active .imgbox a .text {
  border-bottom: 2px solid #ffffff !important;
}
.product .pro .element .swiper-slide-active .imgbox a .text .p{
  margin: 0 50px 0 0;
}
.product .pro .element .swiper-slide-active .imgbox a .text .after {
  opacity: 1 !important;
}
.product .pro .element .swiper-paginationb {
  top: auto;
  bottom: 0;
  background: #ffffff00;
  height: 10px;
  border-radius: 30px;
}
.product .pro .element .swiper-paginationb .swiper-pagination-bullet {
  width: 100%;
  height: 10px;
  background: #ffffff00;
  margin: 0;
  border-radius: 30px;
}
.product .pro .element .swiper-paginationb .swiper-pagination-bullet-active {
  background: #07409a;
}
.product .pro .element::after {
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  height: 6px;
  border-radius: 30px;
  background: #e7e7e7;
  content: "";
}
.n-product {
  background: #fafafa;
}
.n-product .pro {
  padding: 90px 0;
}
.n-product .pro .caption {
  font-size: 44px;
  color: #000000;
  margin: 0 0 50px 0;
  text-align: center;
  border-bottom: 1px solid #dbdcdd;
  padding: 0 0 55px 0;
  margin: 0 0 85px 0;
}
.n-product .pro .element {
  align-items: flex-start;
}
.n-product .pro .element .left {
  background: #eeeeee;
  width: 20%;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  box-sizing: border-box;
  padding: 20px 0 20px 25px;
}
.n-product .pro .element .left ul li a {
  font-size: 17px;
  color: #585858;
  line-height: 55px;
  display: block;
  box-sizing: border-box;
  padding: 0 0 0 30px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.n-product .pro .element .left ul li:hover a {
  background: #fafafa;
}
.n-product .pro .element .right {
  width: 75%;
}
.n-product .pro .element .right .title {
  font-size: 38px;
  color: #000000;
  font-weight: bold;
  margin: 0 0 60px 0;
}
.n-product .pro .element .right .body {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.n-product .pro .element .right .body .imgbox {
  width: 31%;
  margin: 0 1% 35px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.n-product .pro .element .right .body .imgbox a {
  display: block;
  border-radius: 10px;
}
.n-product .pro .element .right .body .imgbox a .img img{
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.n-product .pro .element .right .body .imgbox a .p {
  font-size: 20px;
  color: #333333;
  padding: 30px 0;
  text-align: center;
}
.n-product .pro .element .right .body .imgbox:hover a .p{
  color: #005daa;
}
.x-product .pro {
  padding: 100px 0;
}
.x-product .pro .caption {
  font-size: 35px;
  color: #000000;
  text-align: center;
  padding: 0 0 50px 0;
  border-bottom: 1px solid #dbdcdd;
  margin: 0 0 50px 0;
}
.x-product .pro .img {
  text-align: center;
  margin: 0 0 30px 0;
  box-sizing: border-box;
  padding: 0 10%;
}
.x-product .pro .element p {
  font-size: 19px;
  color: #575757;
  line-height: 36px;
  box-sizing: border-box;
  padding: 0 10%;
}
/* 鏂规 */
.solutions-a{
  background: #fff;
  position: relative;
  z-index: 99;
}
.solutions-a .sol {
  padding: 90px 0 40px 0;
}
.solutions-b {
  background: url(../img/ind8.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 99;
}
.solutions-b .sol {
  padding: 165px 0 130px 0;
}
.solutions-b .sol .body .title {
  font-size: 35px;
  color: #fff;
  margin: 0 0 30px 0;
  font-weight: 500;
}
.solutions-b .sol .body .text {
  width: 45%;
  min-height: 200px;
  font-size: 19px;
  color: #ffffff;
  line-height: 39px;
}
.solutions-b .sol .btn {
  width: 180px;
  margin: 0 0 80px 0;
  background: #fff;
  border-radius: 30px;
  padding: 6px 6px;
  height: 50px;
  position: relative;
  overflow: hidden;
}
.solutions-b .sol .btn a {
  display: block;
  width: 100%;
}
.solutions-b .sol .btn a .p {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
  box-sizing: border-box;
  padding: 6px 6px 6px 15px;
}
.solutions-b .sol .btn a .p .more{
  font-size: 17px;
  color: #083f99;
  margin: 0 30px 0 0;
}
.solutions-b .sol .btn a .p .after {
  width: 50px;
  height: 50px;
  background: #083f99;
  border-radius: 30px;
  justify-content: center;
}
.solutions-b .sol .btn a .p .after img:nth-child(1) {
  display: inline;
}
.solutions-b .sol .btn a .p .after img:nth-child(2) {
  display: none;
}
.solutions-b .sol .btn a .bg{
  position: absolute;
  left: -110%;
  top: -5px;
  background: #083f99;
  width: 110%;
  height: 70px;
  border-radius: 50px;
  z-index: 9;
  transition: 0.3s;
}
.solutions-b .sol .btn:hover a .p .more{
  color: #fff;
} 
.solutions-b .sol .btn:hover a .p .after {
  background: #fff;
}
.solutions-b .sol .btn:hover a .p .after img:nth-child(1) {
  display: none;
}
.solutions-b .sol .btn:hover a .p .after img:nth-child(2) {
  display: inline;
}
.solutions-b .sol .btn:hover a .bg{
  left: 0;
}
.solutions-b .sol ul li {
  width: 30%;
}
.solutions-b .sol ul li a {
  font-size: 25px;
  color: #ffffff;
  display: block;
  padding: 30px 0 0 0;
  border-top: 2px solid #ffffff90;
  position: relative;
}
.solutions-b .sol ul li a::after{
  position: absolute;
  left: 0;
  top: -2px;
  width: 0%;
  height: 2px;
  background: #ffffff;
  content: '';
  transition: 0.3s;
}
.solutions-b .sol ul li:hover a::after{
  width: 100%;
}
.solutions-b .active-a a {
  border-top: 2px solid #ffffff !important;
}
.solutions-b .active-b {
  display: none;
}
.n-solutions .sol {
  padding: 90px 0;
}
.n-solutions .sol .imgbox {
  background: #f7f7f7;
  box-sizing: border-box;
  padding: 50px;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 #acacac;
  margin: 0 0 60px 0;
  position: relative;
}
.n-solutions .sol .imgbox .img {
  width: 50%;
}
.n-solutions .sol .imgbox .p {
  width: 45%;
}
.n-solutions .sol .imgbox .p .title {
  font-size: 30px;
  color: #000000;
  margin: 0 0 35px 0;
}
.n-solutions .sol .imgbox .p .text {
  font-size: 19px;
  color: #000000;
  line-height: 39px;
  margin: 0 0 50px 0;
}
.n-solutions .sol .imgbox .p .btn {
  transition: 0.3s;
}
.n-solutions .sol .imgbox:nth-child(odd) .img {
  margin: 0 0 0 auto;
}
.n-solutions .sol .imgbox:nth-child(odd) .p {
  position: absolute;
  left: 50px;
}
.n-solutions .sol .imgbox:hover .p .btn {
  padding: 0 0 0 10px;
}
.x-solutions .sol {
  padding: 100px 0;
}
.x-solutions .sol .caption {
  font-size: 35px;
  color: #000000;
  text-align: center;
  margin: 0 0 50px 0;
}
.x-solutions .sol .element p {
  font-size: 19px;
  color: #575757;
  line-height: 39px;
}
.x-solutions .sol .element h1 {
  font-size: 28px;
  color: #23407c;
  font-weight: 500;
  margin: 0 0 25px 0;
}
.x-solutions .sol .element .body-a {
  background: #f7f7f7;
  box-sizing: border-box;
  padding: 35px 35px 15px 35px;
  border-radius: 10px;
  flex-wrap: wrap;
  margin: 0 0 50px 0;
}
.x-solutions .sol .element .body-a .textbox {
  width: 48.5%;
  background: #fff;
  box-sizing: border-box;
  padding: 30px 40px;
  margin: 0 0 20px 0;
}
.x-solutions .sol .element .body-a .textbox .title {
  font-size: 22px;
  color: #000000;
  margin: 0 0 15px 0;
}
.x-solutions .sol .element .body-a .textbox .text {
  font-size: 17px;
  color: #000000;
  line-height: 39px;
  height: 120px;
}
.x-solutions .sol .element .body-b {
  background: #f7f7f7;
  box-sizing: border-box;
  padding: 35px 35px 15px 35px;
  border-radius: 10px;
  flex-wrap: wrap;
}
.x-solutions .sol .element .body-b .textbox {
  width: 48.5%;
  background: #23407c;
  box-sizing: border-box;
  padding: 40px 45px;
  margin: 0 0 20px 0;
}
.x-solutions .sol .element .body-b .textbox .title {
  font-size: 22px;
  color: #ffffff;
  margin: 0 0 15px 0;
}
.x-solutions .sol .element .body-b .textbox .text {
  font-size: 17px;
  color: #ffffff;
  line-height: 39px;
}
/* 妗堜緥 */
.case {
  background: url(../img/ind10.jpg) no-repeat;
  background-size: cover;
  position: relative;
  z-index: 99;
}
.case .cas {
  padding: 85px 0 100px 0;
}
.case .cas .element {
  margin: 100px 0 0 0;
}
.case .cas .element .swiperc {
  padding: 50px 0;
}
.case .cas .element .imgbox {
  position: relative;
}
.case .cas .element .imgbox .img{
  border-radius: 10px;
  overflow: hidden;
}
.case .cas .element .imgbox .p {
  position: absolute;
  left: 10%;
  bottom: -50px;
  width: 70%;
  background: #07409a;
  z-index: 999;
  padding: 65px 5%;
  border-radius: 10px;
  opacity: 0;
}
.case .cas .element .imgbox .p .title{
  position: absolute;
  font-size: 30px;
  color: #ffffff;
  z-index: 9999;
  left: 5%;
  top: 50px;
}
.case .cas .element .imgbox .p .bg{
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background-image: linear-gradient(360deg, rgba(17, 52, 141, 0.9) 0%, rgb(36, 83, 202) 100%);
  z-index: 998;
  border-radius: 10px;
  transition: 0.3s;
}
.case .cas .element .imgbox:hover .p .bg{
  width: 100%;
}
.case .cas .element .swiper-slide-active .imgbox .p {
  opacity: 1;
}
.case .cas .element .swiper-button-prevc{
  left: 63%;
  top: auto;
  bottom: 40px;
}
.case .cas .element .swiper-button-prevc::after{
  display: none;
}
.case .cas .element .swiper-button-nextc{
  left: 65%;
  right: auto;
  top: auto;
  bottom: 40px;
}
.case .cas .element .swiper-button-nextc::after{
  display: none;
}
.n-case .cas {
  padding: 100px 0;
}
.n-case .cas .caption {
  font-size: 44px;
  color: #000000;
  margin: 0 0 50px 0;
  text-align: center;
  border-bottom: 1px solid #dbdcdd;
  padding: 0 0 55px 0;
  margin: 0 0 85px 0;
}
.n-case .cas .element {
  flex-wrap: wrap;
}
.n-case .cas .element .imgbox {
  width: 48%;
  position: relative;
  margin: 0 0 105px 0;
}
.n-case .cas .element .imgbox .img {
  border-radius: 10px;
  overflow: hidden;
}
.n-case .cas .element .imgbox .img img{
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.n-case .cas .element .imgbox .p {
  position: absolute;
  left: 10%;
  bottom: -50px;
  width: 70%;
  background: #23407c;
  z-index: 999;
  padding: 60px 5%;
  border-radius: 10px;
  text-align: center;
}
.n-case .cas .element .imgbox .p .title{
  position: absolute;
  font-size: 30px;
  color: #ffffff;
  z-index: 99;
  left: 5% ;
  top: 45px;
}
.n-case .cas .element .imgbox .p .bg{
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background-image: linear-gradient(360deg, rgba(17, 52, 141, 0.9) 0%, rgb(36, 83, 202) 100%);
  transition: 0.3s;
  z-index: 9;
  border-radius: 10px;
  overflow: hidden;
}
.n-case .cas .element .imgbox:hover .p .bg{
  width: 100%;
}
/* 鏂伴椈 */
.news {
  background: #f6f6f6;
  position: relative;
  z-index: 99;
}
.news .new {
  padding: 85px 0 95px 0;
}
.news .new .element {
  margin: 45px 0 0 0;
  justify-content: flex-start;
}
.news .new .element .imgbox {
  width: 31%;
  margin: 0 1%;
  background: #fff;
}
.news .new .element .imgbox a {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 10px 0 #acacac;
}
.news .new .element .imgbox a .p {
  box-sizing: border-box;
  padding: 40px 5%;
}
.news .new .element .imgbox a .p .title {
  font-size: 21px;
  color: #000000;
  line-height: 30px;
  margin: 0 0 20px 0;
  font-weight: 600;
}
.news .new .element .imgbox a .p .text {
  font-size: 17px;
  color: #6b6b6b;
  line-height: 30px;
  margin: 0 0 30px 0;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news .new .element .imgbox a .p .time {
  justify-content: flex-start;
  margin: 0 0 15px 0;
}
.news .new .element .imgbox a .p .time .after {
  margin: 0 10px 0 0;
}
.news .new .element .imgbox a .p .time .day {
  font-size: 17px;
  color: #163b8d;
}
.news .new .element .imgbox a .p .btn {
  text-align: right;
}
.news .new .element .imgbox:hover a .p .title{
  color: #163b8d;
}
.n-news .new {
  padding: 90px 0;
}
.n-news .new .element {
  margin: 45px 0 0 0;
  justify-content: flex-start;
}
.n-news .new .element .imgbox {
  width: 31%;
  margin: 0 1%;
  background: #fff;
}
.n-news .new .element .imgbox a {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 10px 0 #acacac;
}
.n-news .new .element .imgbox a .p {
  box-sizing: border-box;
  padding: 40px 5%;
}
.n-news .new .element .imgbox a .p .title {
  font-size: 21px;
  color: #000000;
  line-height: 30px;
  margin: 0 0 20px 0;
  font-weight: 500;
}
.n-news .new .element .imgbox a .p .text {
  font-size: 17px;
  color: #6b6b6b;
  line-height: 30px;
  margin: 0 0 30px 0;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.n-news .new .element .imgbox a .p .time {
  justify-content: flex-start;
  margin: 0 0 15px 0;
}
.n-news .new .element .imgbox a .p .time .after {
  margin: 0 10px 0 0;
}
.n-news .new .element .imgbox a .p .time .day {
  font-size: 17px;
  color: #163b8d;
}
.n-news .new .element .imgbox a .p .btn {
  text-align: right;
}
.x-news .new{
  padding: 90px 0;
}
.x-news .new .caption {
  font-size: 35px;
  color: #000000;
  text-align: center;
  padding: 0 0 50px 0;
  border-bottom: 1px solid #dbdcdd;
  margin: 0 0 30px 0;
}
.x-news .new .time{
  font-size: 18px;
  color: #5a5a5a;
  text-align: center;
  margin: 0 0 30px 0;
}
.x-news .new .element{
  font-size: 19px;
  color: #575757;
  line-height: 36px;
  box-sizing: border-box;
  padding: 0 10%;
}
/* 搴曢儴 */
footer{
  position: relative;
  z-index: 99;
}
footer .foo-a {
  background: url(../img/foo1.jpg) no-repeat;
  background-size: cover;
}
footer .foo-a .foo {
  padding: 90px 0 140px 0;
  align-items: flex-start;
}
footer .foo-a .foo .body .caption {
  font-size: 26px;
  color: #ffffff;
  margin: 0 0 20px 0;
}
footer .foo-a .foo .body ul li a {
  font-size: 19px;
  color: #ffffff;
  margin: 0 0 20px 0;
  display: block;
}
footer .foo-a .foo .body .text {
  font-size: 17px;
  color: #ffffff;
  padding: 15px 0;
}
footer .foo-b {
  background: #102961;
}
footer .foo-b .foo p {
  font-size: 17px;
  line-height: 45px;
  color: #ffffff;
}
footer .foo-b .foo a {
  font-size: 17px;
  color: #ffffff;
}
footer .foo-b .foo .jszcbox {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .foo-b .foo .jszcbox .jszctext {
  width: 85px;
  font-size: 17px;
  color: #ffffff;
}
footer .foo-b .foo .jszcbox .jszcimg {
  width: 65px;
  padding: 5px 0 0 0;
}
/* 鏈嶅姟 */
.n-service .ser {
  padding: 100px 0;
}
.n-service .ser .caption {
  font-size: 44px;
  color: #000000;
  text-align: center;
  margin: 0 0 110px 0;
}
.n-service .ser h1 {
  font-size: 33px;
  color: #000000;
  font-weight: 500;
  margin: 0 0 30px 0;
}
.n-service .ser .p {
  font-size: 20px;
  color: #000000;
  line-height: 36px;
}
.n-service .ser .element {
  margin: 45px 0 50px 0;
  flex-wrap: wrap;
}
.n-service .ser .element .textbox {
  width: 48%;
  background: #c6cddc;
  box-sizing: border-box;
  padding: 40px 60px;
  margin: 0 0 20px 0;
  border-radius: 10px;
}
.n-service .ser .element .textbox .title {
  font-size: 22px;
  color: #000000;
  margin: 0 0 25px 0;
  padding: 0 0 0 30px;
  position: relative;
}
.n-service .ser .element .textbox .title:before {
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
  height: 10px;
  background: #23407c;
  border-radius: 30px;
  content: '';
}
.n-service .ser .element .textbox .text {
  font-size: 16px;
  line-height: 36px;
  color: #000000;
  height: 100px;
}
.n-service .ser h2 {
  font-size: 23px;
  color: #23407c;
  margin: 0 0 30px 0;
}
.n-service .ser ul li {
  font-size: 19px;
  color: #000000;
  line-height: 24px;
  margin: 0 0 20px 0;
  box-sizing: border-box;
  padding: 0 0 0 30px;
  background: url(../img/ser1.png) no-repeat;
  background-position: 0px 3px;
}
/* 鑱旂郴 */
.n-contact-a .con {
  padding: 90px 0;
}
.n-contact-a .con .caption {
  font-size: 44px;
  color: #000000;
  text-align: center;
}
.n-contact-a .con .element {
  margin: 100px 0 0 0;
}
.n-contact-a .con .element .left {
  width: 45%;
}
.n-contact-a .con .element .left h1 {
  font-size: 36px;
  color: #000000;
  font-weight: 500;
  margin: 0 0 50px 0;
}
.n-contact-a .con .element .left p {
  font-size: 21px;
  color: #000000;
  margin: 0 0 30px 0;
}
.n-contact-a .con .element .right{
  width: 50%;
}
.n-contact-b .con .caption {
  font-size: 44px;
  color: #000000;
  text-align: center;
}
.n-contact-b .con .form {
  flex-wrap: wrap;
  margin: 30px 0 80px 0;
}
.n-contact-b .con .form .input {
  margin: 0 0 25px 0;
}
.n-contact-b .con .form .input input {
  width: 100%;
  border: 0;
  background: #f6f6f6;
  font-size: 18px;
  color: #777777;
  line-height: 60px;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 0 25px;
  outline: none;
}
.n-contact-b .con .form .textarea {
  width: 100%;
}
.n-contact-b .con .form .textarea textarea {
  width: 100%;
  border: 0;
  background: #f6f6f6;
  font-size: 18px;
  color: #777777;
  line-height: 60px;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 0 25px;
  height: 220px;
  outline: none;
}
.n-contact-b .con .form .sumbit {
  margin: 30px auto 0 auto;
  width: 270px;
}
.n-contact-b .con .form .sumbit input {
  background: #23407c;
  width: 100%;
  border: 0;
  outline: none;
  line-height: 55px;
  text-align: center;
  font-size: 21px;
  color: #ffffff;
  border-radius: 5px;
}
.n-contact-b .con .form .input-a {
  width: 31%;
}
.n-contact-b .con .form .input-b {
  width: 48%;
}
.n-contact-b .con .form .imp {
  background: #f6f6f6 url(../img/con1.png) no-repeat !important;
  background-position: 95% 25px !important;
}
.n-contact-c {
  background: #f7f7f7;
}
.n-contact-c .con {
  padding: 90px 0;
}
.n-contact-c .con .caption {
  font-size: 40px;
  color: #000000;
  text-align: center;
  margin: 0 0 25px 0;
}
.n-contact-c .con .text {
  font-size: 20px;
  color: #848484;
  text-align: center;
  margin: 0 0 35px 0;
}
.n-contact-c .con .table .tra {
  background: #23407c;
}
.n-contact-c .con .table .tra .th {
  display: block;
  font-size: 23px;
  color: #ffffff;
  text-align: center;
  padding: 30px 0;
}
.n-contact-c .con .table .tra .th1 {
  width: 40%;
  box-sizing: border-box;
  padding: 30px 40px;
  text-align: left;
}
.n-contact-c .con .table .tra .th2 {
  width: 10%;
}
.n-contact-c .con .table .tra .th3 {
  width: 15%;
}
.n-contact-c .con .table .tra .th4 {
  width: 15%;
}
.n-contact-c .con .table .tra .th5 {
  width: 15%;
}
.n-contact-c .con .table .tra .th6 {
  width: 5%;
}
.n-contact-c .con .table .trb {
  background: #ffffff;
  border-bottom: 1px solid #c6cddc;
  flex-wrap: wrap;
}
.n-contact-c .con .table .trb .td {
  display: block;
  font-size: 20px;
  color: #000000;
  padding: 30px 0;
  text-align: center;
}
.n-contact-c .con .table .trb .td1 {
  width: 40%;
  box-sizing: border-box;
  padding: 30px 40px;
  text-align: left;
}
.n-contact-c .con .table .trb .td2 {
  width: 10%;
}
.n-contact-c .con .table .trb .td3 {
  width: 15%;
}
.n-contact-c .con .table .trb .td4 {
  width: 15%;
}
.n-contact-c .con .table .trb .td5 {
  width: 15%;
}
.n-contact-c .con .table .trb .td6 {
  width: 5%;
  padding: 0;
}
.n-contact-c .con .table .trb .body{
  width: 100%;
  box-sizing: border-box;
  padding: 20px 5%;
  font-size: 16px;
  color: #666;
  line-height: 28px;
  display: none;
}
.n-contact-c .active-a .body{
  display: block !important;
}
/* 鎼滅储 */
.n-search {
  background: #fafafa;
}
.n-search .sea {
  padding: 90px 0;
}
.n-search .sea .caption {
  font-size: 44px;
  color: #000000;
  margin: 0 0 50px 0;
  text-align: center;
  border-bottom: 1px solid #dbdcdd;
  padding: 0 0 55px 0;
  margin: 0 0 85px 0;
}
.n-search .sea .element {
  align-items: flex-start;
}
.n-search .sea .element .left {
  background: #eeeeee;
  width: 20%;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  box-sizing: border-box;
  padding: 20px 0 20px 25px;
}
.n-search .sea .element .left ul li a {
  font-size: 17px;
  color: #585858;
  line-height: 55px;
  display: block;
  box-sizing: border-box;
  padding: 0 0 0 30px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.n-search .sea .element .left ul li:hover a {
  background: #fafafa;
}
.n-search .sea .element .right {
  width: 75%;
}
.n-search .sea .element .right .search{
  width: 60%;
  border-bottom: 1px solid #acacac;
  margin: 0 0 30px 0;
}
.n-search .sea .element .right .search .input{
  width: 90%;
  font-size: 18px;
  color: #333;
  border: none;
  outline: none;
  background: rgba(255, 255, 255, 0);
  line-height: 50px;
  box-sizing: border-box;
  padding: 0 10px;
}
.n-search .sea .element .right .search .submit{
  width: 10%;
  height: 50px;
  background: #fafafa url(../img/sea1.png) center no-repeat;
  background-size: inherit;
  border: none;
  outline: none;
}
.n-search .sea .element .right .body{
  flex-wrap: wrap;
  justify-content: flex-start;
}
.n-search .sea .element .right .body .imgbox {
  width: 31%;
  margin: 0 1% 35px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.n-search .sea .element .right .body .imgbox a {
  display: block;
  border-radius: 10px;
}
.n-search .sea .element .right .body .imgbox a .img img{
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.n-search .sea .element .right .body .imgbox a .p {
  font-size: 20px;
  color: #333333;
  padding: 30px 0;
  text-align: center;
}
/******************************************/
@media screen and (max-width: 1801px) {
  .n-about-a .abo .left .caption .en {
    font-size: 80px;
  }
  .n-about-a .abo .left .caption .cn {
    font-size: 40px;
  }
  .n-about-a .abo .left .caption {
    padding: 0 0 25px 0;
    margin: 0 0 20px 0;
  }
  .n-about-c .abo .element .textbox .year {
    font-size: 24px;
  }
  .n-service .ser .element .textbox .text {
    line-height: 30px;
  }
}
/******************************************/
@media screen and (max-width: 1601px) {
  .center {
    width: 90%;
  }
  .i-caption .left .title {
    font-size: 38px;
  }
  .banner .ban .imgbox .p .title {
    font-size: 55px;
    margin: 0px 0 45px 0;
  }
  .about .abo {
    padding: 100px 0 50px 0;
  }
  .about .abo .title {
    font-size: 40px;
  } 
  .about .abo .text {
    margin: 0 0 60px 0;
  }
  .about .abo .element .imgbox .top .p span {
    font-size: 45px;
  }
  .product .pro .element .imgbox a .img img {
    height: 600px;
  }
  .solutions-b .sol {
    padding: 135px 0 100px 0;
  }
  .case .cas .element {
    margin: 80px 0 0 0;
  }
  .case .cas .element .imgbox .p {
    padding: 50px 5%;
  }
  .case .cas .element .imgbox .p .title {
    font-size: 24px;
    top: 40px;

  }
  .case .cas .element .swiper-button-prevc{
    left: 61%;
    bottom: 25px;
  }
  .case .cas .element .swiper-button-nextc {
    left: 65%;
    bottom: 25px;
  }
  .news .new .element .imgbox a .p {
    padding: 30px 5%;
  }
  ooter .foo-a .foo .body .caption {
    font-size: 24px;
  }
  footer .foo-a .foo .body ul li a {
    font-size: 18px;
  }
  footer .foo-b .foo p {
    font-size: 16px;
  }
  footer .foo-b .foo a {
    font-size: 16px;
  }
  footer .foo-b .foo .jszcbox .jszctext {
    font-size: 16px;
  }
  .n-banner .ban .title .p {
    font-size: 45px;
  }
  .n-banner .ban .nav ul li a {
    font-size: 18px;
  }
  .n-about-a .abo {
    padding: 80px 0;
  }
  .n-about-a .abo .left .caption .cn {
    font-size: 34px;
    bottom: 30px;
  }
  .n-about-a .abo .left .caption .en {
    font-size: 60px;
  }
  .n-about-a .abo .element .imgbox .top .p span {
    font-size: 45px;
  }
  .x-solutions .sol .element .body-b .textbox .text {
    height: 80px;
  }
  .n-product .pro .caption {
    font-size: 34px;
    padding: 0px 0 45px 0;
    margin: 0 0 65px 0;
  }
  .n-case .cas .element .imgbox .p .title {
    font-size: 24px;
    top: 35px;
  }
  .n-case .cas .element .imgbox .p {
    padding: 45px 5%;
  }
}
/******************************************/
@media screen and (max-width: 1401px) {
  .center {
    width: 95%;
  }
  header .hea .nav .ul-a .li-a .a-a {
    font-size: 18px;
  }
  .banner .ban .imgbox .p .title{
    font-size: 45px;
  }
  .about .abo {
    padding: 80px 0 50px 0;
  }
  .about .abo .title {
    font-size: 36px;
    margin: 0 0 40px 0;
  }
  .product .pro .element .imgbox a .img img {
    height: 550px;
  }
  .solutions-b .sol .body .text {
    width: 55%;
    line-height: 38px;
  }
  .case .cas {
    padding: 65px 0 80px 0;
  } 
  .case .cas .element {
    margin: 60px 0 0 0;
  }
  footer .foo-a .foo {
    padding: 80px 0 100px 0;
  }
  .n-banner .ban .title .p {
    font-size: 40px;
  }
  .n-about-a .abo .element {
    margin: 60px 0 0 0;
  }
  .n-about-b .abo .element .imgbox .p {
    padding: 50px 5%;
  }
  .n-about-b .abo .element .imgbox .p .title {
    font-size: 24px;
  }
  .n-about-b .abo .element .imgbox .p .after {
    margin: 15px 0 10px 0;
  }
  .n-about-b .abo .element .imgbox .p .text {
    font-size: 18px;
  }
  .n-about-c .abo .element .swiper-button-preva {
    left: 42%;
  }
  .n-about-c .abo .element .swiper-button-nexta {
    right: 42%;
  }
  .n-solutions .sol .imgbox .p .title {
    font-size: 26px;
    margin: 0 0 25px 0;
  }
  .n-solutions .sol .imgbox .p .text {
    font-size: 18px;
    line-height: 36px;
    margin: 0 0 30px 0;
  }
  .x-solutions .sol .element .body-a .textbox .text {
    font-size: 16px;
    line-height: 34px;
  }
  .n-product .pro .element .left {
    width: 22%;
  }
  .n-product .pro .element .right .title {
    font-size: 28px;
    margin: 0 0 40px 0;
  }
  .n-service .ser .caption {
    font-size: 38px;
    margin: 0 0 60px 0;
  }
  .n-service .ser .element .textbox {
    padding: 40px 20px;
  }
  .n-service .ser .element .textbox .title {
    font-size: 20px;
  }
  .n-service .ser .element .textbox .title:before {
    top: 5px;
  }
  .n-news .new {
    padding: 80px 0;
  }
  .n-contact-a .con .element .left h1 {
    font-size: 28px;
    margin: 0 0 30px 0;
  }
  .n-search .sea .element .left {
    width: 23%;
  }
  .x-solutions .sol .element .body-b .textbox .text {
    height: 100px;
  }
}
/******************************************/
@media screen and (max-width: 1201px) {
  header {
    display: none;
  }
  .phone-section {
    display: block;
  }
  .phone-logo {
    width: 30%;
  }
  .phone-head {
    width: 100%;
    padding: 15px 10px;
    box-sizing: border-box;
    justify-content: space-between;
    background-color: #fff;
    /* position: fixed; */
    top: 0;
    left: 0;
  }
  .phone-close {
    width: 30px;
  }
  .phone-close .after {
    width: 100%;
    height: 2px;
    background: #333;
    margin: 2px 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: #00614e99;
    line-height: 48px;
  }
  .phonelist-nav a {
    color: #fff;
    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 #ffffff;
  }
  .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;
  }
}
