@font-face {
  font-family: 'aptos';
  src: url('../font/aptos.ttf');
}
@font-face {
  font-family: 'WorkSans';
  src: url('../font/WorkSans.ttf');
}
*{
  font-family: "WorkSans";
}
.phone-section {
  display: none;
}
.phone-top{
  display: none;
}
.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.center {
  width: 64%;
  margin: 0 auto;
}
.i-caption {
  text-align: center;
  font-size: 38px;
  color: #0054c5;
  font-weight: bold;
  letter-spacing: 3px;
  font-family: "aptos";
  justify-content: center;
}
.i-caption span{
  font-size: 50px;
  display: inline-block;
  font-family: "aptos";
}
.imgmove{
  overflow: hidden;
}
.imgmove img{
  transition: all .8s ease .1s;
}
.imgmove:hover img{
  transform: scale(1.1);
}
@keyframes move1{
  0% {
    transform: rotateY(90deg);
    opacity: 0;
  }
  100% {
    transform: rotateY(0deg);
    opacity: 1;
  }
}

.move1:hover img{
  position: relative;
  animation-name: move1;
  animation-duration: 1s;
}
/* 头部 */
header {
  position: relative;
}
header .hea-a {
  background: #0054c5;
}
header .hea-a .hea .left {
  width: 75%;
  line-height: 60px;
  font-size: 16px;
  color: #fff;
  justify-content: flex-start;
}
header .hea-a .hea .left span{
  font-size: 18px;
  font-family: 'aptos';
}
header .hea-a .hea .right {
  width: 30%;
  justify-content: flex-end;
}
header .hea-a .hea .right .imgbox {
  justify-content: flex-end;
  margin: 0 0 0 20px;
}
header .hea-a .hea .right .imgbox .text {
  font-size: 16px;
  color: #ffffff;
  margin: 0 0 0 10px;
}
header .hea-b .logo {
  width: 12%;
}
header .hea-b .ul-a {
  width: 50%;
  margin: 0 20px 0 auto;
}
header .hea-b .ul-a .li-a {
  flex-direction: column;
  height: 105px;
  justify-content: center;
}
header .hea-b .ul-a .li-a .a-a {
  font-size: 16px;
  color: #2f2f2f;
  display: inline-block;
  padding: 7px 10px;
}
header .hea-b .ul-a .li-a .ul-b {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  z-index: 99;
  background: #fff;
  box-sizing: border-box;
  padding: 20px 18% 0 18%;
  border-top: 1px solid #c5c5c5;
  flex-wrap: wrap;
  border-bottom: 6px solid #0054c5;
  justify-content: flex-start;
  display: none;
}
header .hea-b .ul-a .li-a .ul-b .caption {
  font-size: 22px;
  color: #0054c5;
  margin: 0 0 30px 0;
  width: 100%;
  font-family: "aptos";
  justify-content: flex-start;
}
header .hea-b .ul-a .li-a .ul-b .caption span{
  font-size: 29px;
  font-family: "aptos";
}
header .hea-b .ul-a .li-a .ul-b .li-b {
  margin: 0 50px 30px 0;
}
header .hea-b .ul-a .li-a .ul-b .li-b .a-b .after {
  margin: 0 5px 0 0;
}
header .hea-b .ul-a .li-a .ul-b .li-b .a-b .after img:nth-child(1){
  display: inline;
}
header .hea-b .ul-a .li-a .ul-b .li-b .a-b .after img:nth-child(2){
  display: none;
}
header .hea-b .ul-a .li-a .ul-b .li-b .a-b .p {
  font-size: 16px;
  color: #000033;
}
header .hea-b .ul-a .li-a .fw .li-b{
  width: 29%;
}
header .hea-b .ul-a .li-a .fw .li-b .a-b{
  justify-content: flex-start;
}
header .hea-b .ul-a .li-a:hover .a-a {
  background: #bafddc;
  /* color: #fff; */
}
header .hea-b .ul-a .li-a:hover .ul-b {
  display: flex;
}
header .hea-b .ul-a .li-a .ul-b .li-b:hover .a-b .p {
  color: #0054c5;
}
header .hea-b .ul-a .li-a .ul-b .li-b:hover .a-b .after img:nth-child(1){
  display: none;
}
header .hea-b .ul-a .li-a .ul-b .li-b:hover .a-b .after img:nth-child(2){
  display: inline;
}
header .hea-b form {
  width: 22%;
  background: #bafddc;
}
header .hea-b form input {
  border: none;
  outline: none;
  background: #ffffff00;
  line-height: 40px;
}
header .hea-b form .search {
  width: 80%;
  box-sizing: border-box;
  padding: 0 10px;
  font-size: 15px;
  color: #888888;
}
header .hea-b form input:-internal-autofill-previewed,
header .hea-b form input:-internal-autofill-selected {
  -webkit-text-fill-color: #888888 !important;
  transition: background-color 5000s ease-in-out 0s !important;
}
header .hea-b form .submit {
  width: 20%;
  background: url(../img/hea3.png) center no-repeat;
  background-size: inherit;
}
header .active-a{
  background: #bafddc !important;
  /* color: #fff !important; */
}
/* 轮播 */
.banner .ban .img img{
  width: 100%;
}
.banner .ban .swiper-a .text {
  position: absolute;
  left: 19%;
  top: 45%;
  font-size: 36px;
  line-height: 44px;
  color: #ffffff;
  font-family: "aptos";
}
/* 服务 */
/* .service {
  background: #f5f5f5;
} */
.service .ser {
  padding: 60px 0;
}
.service .ser .element {
  padding: 50px 0 0 0;
  flex-wrap: wrap;
}
.service .ser .element .imgbox {
  width: 30%;
  margin: 0 0 30px 0;
  overflow: hidden;
}
.service .ser .element .imgbox .up {
  position: relative;
}
.service .ser .element .imgbox .up .img {
  position: relative;
}
/* .service .ser .element .imgbox .up .img::after {
  position: absolute;
  border-top: 40px solid #ffffff00;
  border-left: 40px solid #ffffff00;
  border-right: 40px solid #ffffff00;
  border-bottom: 40px solid #fff;
  right: -40px;
  top: -40px;
  content: '';
  transform: rotate(45deg);
  z-index: 99;
} */
.service .ser .element .imgbox .up .img::before{
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  content: '';
  left: 0;
  top: 0;
  z-index: 9;
  opacity: 0;
}
.service .ser .element .imgbox .up .btnbox {
  position: absolute;
  width: 100%;
  height: 100%;
  flex-direction: column;
  top: 0;
  left: 0;
  justify-content: center;
  display: none;
}
.service .ser .element .imgbox .up .btnbox .btn {
  width: 85%;
  /* border: 1px solid #909b9d; */
  /* background: rgba(0, 0, 0, 0.7); */
  /* position: relative; */
  margin: 8px 0;
  z-index: 99;
}
.service .ser .element .imgbox .up .btnbox .btn a {
  justify-content: flex-start;
}
.service .ser .element .imgbox .up .btnbox .btn a .text {
  font-size: 17px;
  color: #0054c5;
  margin: 0 0 0 10px;
  /* line-height: 40px; */
}
/* .service .ser .element .imgbox .up .btnbox .btn::after {
  position: absolute;
  border-top: 15px solid #ffffff00;
  border-left: 15px solid #ffffff00;
  border-right: 15px solid #f5f5f540;
  border-bottom: 15px solid #ffffff00;
  left: -15px;
  top: -15px;
  content: '';
  transform: rotate(45deg);
} */
.service .ser .element .imgbox .up .btnbox .btn:hover a .text{
  /* background: #0054c5;
  border: 1px solid #0054c5; */
  color: #0054c5;
}
.service .ser .element .imgbox:hover .up .btnbox {
  display: flex;
}
.service .ser .element .imgbox .down .title {
  font-size: 18px;
  color: #000000;
  font-weight: bold;
  padding: 30px 0;
  font-family: "aptos";
}
.service .ser .element .imgbox .down .btn a {
  font-size: 14px;
  color: #0054c5;
}
.service .ser .element .imgbox:hover .up .img::before{
  opacity: 1;
}
.service .ser .element .imgbox:hover .down .title{
  color: #0054c5;
}
/* 新闻 */
.news .new {
  padding: 60px 0;
  position: relative;
}
.news .new .element {
  padding: 50px 0;
}
.news .new .element .swiperb .imgbox a {
  background: #f5f5f5;
  display: block;
}
.news .new .element .swiperb .imgbox a .img {
  position: relative;
}
.news .new .element .swiperb .imgbox a .img::after {
  position: absolute;
  border-top: 40px solid #ffffff00;
  border-left: 40px solid #ffffff00;
  border-right: 40px solid #ffffff00;
  border-bottom: 40px solid #ffffff;
  right: -40px;
  top: -40px;
  content: '';
  transform: rotate(45deg);
}
.news .new .element .swiperb .imgbox a .text {
  box-sizing: border-box;
  padding: 20px 5% 0 5%;
}
.news .new .element .swiperb .imgbox a .text .p-a {
  font-size: 18px;
  color: #000000;
  line-height: 30px;
  margin: 0 0 10px 0;
}
.news .new .element .swiperb .imgbox a .text .p-b {
  font-size: 15px;
  color: #4d4d4d;
  margin: 0 0 20px 0;
}
.news .new .element .swiperb .imgbox a .text .p-c {
  font-size: 16px;
  color: #646464;
  line-height: 30px;
  margin: 0 0 40px 0;
}
.news .new .element .swiperb .imgbox a .btn {
  text-align: right;
  font-size: 14px;
  color: #d72f3b;
  box-sizing: border-box;
  padding: 0 5% 20px 5%;
}
.news .new .element .swiper-button-prevb {
  background: #445159;
  border-radius: 10px;
  width: 30px;
  top: 50%;
  left: -40px;
  height: 10%;
}
.news .new .element .swiper-button-prevb::after {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.news .new .element .swiper-button-nextb {
  background: #445159;
  border-radius: 10px;
  width: 30px;
  top: 50%;
  right: -40px;
  height: 10%;
}
.news .new .element .swiper-button-nextb::after {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.news .new .more {
  width: 15%;
  margin: 0 auto;
}
.news .new .more a {
  background: #d7333c;
  justify-content: center;
}
.news .new .more a .text {
  font-size: 16px;
  color: #ffffff;
  line-height: 55px;
}
.news .new .more a .img {
  margin: 0 0 0 5px;
}
/* 关于 */
.about {
  background: url(../img/ind3.jpg) no-repeat;
  background-size: cover;
}
.about .abo {
  padding: 90px 0 110px 0;
  flex-wrap: wrap;
}
.about .abo .i-caption{
  width: 100%;
  justify-content: flex-start;
  margin: 0 0 20px 0;
}
.about .abo .left {
  width: 45%;
}
.about .abo .left .i-caption {
  text-align: left;
}
.about .abo .left .text {
  font-size: 16px;
  color: #676767;
  line-height: 33px;
  text-align: justify;
}
.about .abo .right {
  width: 50%;
  text-align: right;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
.about .abo .right video{
  width: 100%;
}
/* 联系 */
.contact {
  background: #0054c5;
}
.contact .con {
  padding: 80px 0 60px 0;
}
.contact .con .i-caption {
  color: #ffffff;
}
.contact .con .element-a {
  margin: 65px 0 0 0;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #ffffff20;
}
.contact .con .element-a .imgbox {
  width: 30%;
}
.contact .con .element-a .imgbox .img {
  text-align: center;
  height: 50px;
  flex-direction: column;
  justify-content: center;
}
.contact .con .element-a .imgbox .text {
  font-size: 16px;
  color: #ffffff;
  margin: 20px 0;
  text-align: center;
}
.contact .con .element-b {
  align-items: flex-start;
}
/* .contact .con .element-b .content {
  width: 19.5%;
} */
.contact .con .element-b .content .caption {
  text-align: center;
  justify-content: center;
  font-size: 22px;
  color: #ffffff;
  margin: 0 0 25px 0;
  font-family: "aptos";
  line-height: 28px;
}
.contact .con .element-b .content .caption span{
  font-size: 28px;
}
.contact .con .element-b .content ul li a {
  font-size: 16px;
  color: #fff;
  display: block;
  margin: 0 0 20px 0;
  text-align: center;
}
.contact .con .element-b .content ul li a:hover{
  color: #bafddc;
}
.contact .con .element-b .content .share {
  justify-content: space-around;
  margin: 0 0 15px 0;
}
.contact .con .element-b .content .share .img {
  width: 30%;
  text-align: center;
}
.contact .con .element-b .content .imgbox{
  width: 45%;
}
.contact .con .element-b .content .imgbox .img {
  text-align: center;
  box-sizing: border-box;
  padding: 10px;
  background: #fff;
}
.contact .con .element-b .content .imgbox .text {
  text-align: center;
  font-size: 16px;
  color: #fff;
  padding: 20px 0;
  line-height: 22px;
}
.contact .con .element-b .content:last-child{
  flex-wrap: wrap;
  width: 25%;
}
.contact .con .element-b .content:last-child .caption{
  width: 100%;
}
/* 底部 */
footer .foo {
  justify-content: center;
  font-size: 17px;
  color: #0054c5;
  padding: 20px 0;
}
footer .foo a{
  font-size: 17px;
  color: #0054c5;
}
footer .foo ul {
  margin: 0 0 0 20px;
}
footer .foo ul li {
  font-size: 16px;
  color: #0054c5;
  margin: 0 5px;
}
footer .foo ul li a {
  font-size: 16px;
  color: #0054c5;
}
/* 大图 */
.n-banner .ban {
  position: relative;
}
.n-banner .ban .img {
  text-align: center;
}
/* .n-banner .ban .img::after {
  position: absolute;
  width: 45%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../img/ban1.png) no-repeat;
  background-size: cover;
  content: '';
} */
.n-banner .ban .text {
  position: absolute;
  top: 40%;
  left: 20%;
  width: 15%;
  font-size: 49px;
  color: #ffffff;
  justify-content: flex-start;
  padding: 0 0 20px 0;
  font-family: "aptos";
  justify-content: center;
}
.n-banner .ban .text span {
  font-size: 65px;
  color: #ffffff;
  display: block;
}
/* .n-banner .ban .text::after {
  position: absolute;
  left: 0;
  width: 60px;
  height: 3px;
  bottom: 0;
  background: #fff;
  content: '';
} */
/* 栏目 */
.n-nav {
  background: #f5f5f5;
}
.n-nav .nav ul li a {
  font-size: 18px;
  color: #333333;
  display: block;
  line-height: 95px;
}
/* 分页 */
.updwon {
  width: 100%;
  justify-content: center;
}
.updwon a {
  font-size: 16px;
  color: #072643;
  width: 38px;
  line-height: 38px;
  text-align: center;
  background: #bafddc;
  margin: 0 10px;
}
.updwon a:hover {
  background: #072643;
  color: #fff;
}
.updwon .pages{
  background: #072643;
  color: #fff;
}
/* 新闻 */
.n-news {
  background: #f8f8f8;
}
.n-news .new {
  padding: 90px 0;
  align-items: flex-start;
}
.n-news .new .left {
  width: 65%;
}
.n-news .new .left .imgbox {
  background: #fff;
  position: relative;
  margin: 0 0 30px 0;
}
.n-news .new .left .imgbox a {
  box-sizing: border-box;
  padding: 5% 5%;
  align-items: flex-start;
}
.n-news .new .left .imgbox a .text{
  width: 65%;
}
.n-news .new .left .imgbox a .text .title {
  font-size: 18px;
  line-height: 24px;
  color: #072643;
  font-weight: bold;
  margin: 0 0 50px 0;
  font-family: "aptos";
}
.n-news .new .left .imgbox a .text .btn {
  width: 160px;
  background: #bafddc;
  justify-content: center;
}
.n-news .new .left .imgbox a .text .btn .p {
  font-size: 16px;
  color: #072643;
  margin: 0 20px 0 0;
  line-height: 55px;
}
.n-news .new .left .imgbox a .text .btn .after img:nth-child(1){
  display: inline;
}
.n-news .new .left .imgbox a .text .btn .after img:nth-child(2){
  display: none;
}
.n-news .new .left .imgbox a .text .btn:hover{
  background: #072643;
}
.n-news .new .left .imgbox a .text .btn:hover .p{
  color: #fff;
}
.n-news .new .left .imgbox a .text .btn:hover .after img:nth-child(1){
  display: none;
}
.n-news .new .left .imgbox a .text .btn:hover .after img:nth-child(2){
  display: inline;
}
.n-news .new .left .imgbox a .img {
  width: 30%;
  overflow: hidden;
}
/* .n-news .new .left .imgbox::after {
  position: absolute;
  border-top: 35px solid #ffffff00;
  border-left: 35px solid #ffffff00;
  border-right: 35px solid #ffffff00;
  border-bottom: 35px solid #f8f8f8;
  right: -35px;
  top: -35px;
  content: '';
  transform: rotate(45deg);
} */
.n-news .new .right {
  width: 30%;
}
.n-news .new .right .element {
  padding: 40px 10%;
  background: #0054c5;
  box-sizing: border-box;
  position: relative;
  margin: 0 0 20px 0;
  overflow: hidden;
}
/* .n-news .new .right .element::after {
  position: absolute;
  border-top: 40px solid #ffffff00;
  border-left: 40px solid #ffffff00;
  border-right: 40px solid #f8f8f8;
  border-bottom: 40px solid #ffffff00;
  left: -40px;
  top: -40px;
  content: '';
  transform: rotate(45deg);
} */
/* .n-news .new .right .element::before {
  position: absolute;
  border-top: 40px solid #ffffff00;
  border-left: 40px solid #ffffff00;
  border-right: 40px solid #f8f8f8;
  border-bottom: 40px solid #ffffff00;
  left: -40px;
  bottom: -40px;
  content: '';
  transform: rotate(-45deg);
} */
.n-news .new .right .element .caption {
  font-size: 22px;
  color: #ffffff;
  font-weight: bold;
  padding: 0 0 0 5px;
  /* border-left: 3px solid #bafddc; */
  margin: 0 0 30px 0;
  font-family: "aptos";
}
.n-news .new .right .element ul li {
  margin: 0 0 25px 0;
}
.n-news .new .right .element ul li a .title {
  width: 60%;
  font-size: 15px;
  color: #ffffff;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.n-news .new .right .element ul li a .time {
  width: 32%;
  text-align: left;
  font-size: 15px;
  color: #ffffff;
}
.n-news .new .right .element ul li a:hover .title{
  color: #bafddc;
}
.n-news .new .right .element ul li a:hover .time{
  color: #bafddc;
}
.x-news {
  background: #f8f8f8;
}
.x-news .new {
  padding: 90px 0;
  align-items: flex-start;
}
.x-news .new .left {
  width: 65%;
  box-sizing: border-box;
  padding: 5% 3%;
  background: #fff;
}
.x-news .new .left .caption{
  font-size: 24px;
  line-height: 32px;
  color: #444444;
  font-weight: bold;
  margin: 0 0 20px 0;
  text-align: center;
  font-family: "aptos";
}
.x-news .new .left .time{
  font-size: 16px;
  color: #999;
  text-align: center;
  margin: 0 0 30px 0;
}
.x-news .new .left .element{
  font-size: 16px;
  color: #333333;
  line-height: 32px;
}
.x-news .new .left .element video{
  width: 100%;
}
.x-news .new .right {
  width: 30%;
}
.x-news .new .right .element {
  padding: 40px 10%;
  background: #0054c5;
  box-sizing: border-box;
  position: relative;
  margin: 0 0 20px 0;
}
/* .x-news .new .right .element::after {
  position: absolute;
  border-top: 40px solid #ffffff00;
  border-left: 40px solid #ffffff00;
  border-right: 40px solid #f8f8f8;
  border-bottom: 40px solid #ffffff00;
  left: -40px;
  top: -40px;
  content: '';
  transform: rotate(45deg);
}
.x-news .new .right .element::before {
  position: absolute;
  border-top: 40px solid #ffffff00;
  border-left: 40px solid #ffffff00;
  border-right: 40px solid #f8f8f8;
  border-bottom: 40px solid #ffffff00;
  left: -40px;
  bottom: -40px;
  content: '';
  transform: rotate(-45deg);
} */
.x-news .new .right .element .caption {
  font-size: 22px;
  color: #ffffff;
  font-weight: bold;
  padding: 0 0 0 5px;
  /* border-left: 3px solid #bafddc; */
  margin: 0 0 30px 0;
  font-family: "aptos";
}
.x-news .new .right .element ul li {
  margin: 0 0 25px 0;
}
.x-news .new .right .element ul li a .title {
  width: 60%;
  font-size: 15px;
  color: #ffffff;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.x-news .new .right .element ul li a .time {
  width: 32%;
  text-align: left;
  font-size: 15px;
  color: #ffffff;
}
.x-news .new .right .element ul li a:hover .title{
  color: #bafddc;
}
.x-news .new .right .element ul li a:hover .time{
  color: #bafddc;
}
/* 服务 */
.n-service {
  background: #f8f8f8 url(../img/ser1.png) bottom no-repeat;
}
.n-service .ser {
  padding: 90px 0;
}
.n-service .ser .imgbox {
  /* background: #ffffff url(../img/ser2.png) right top no-repeat; */
  margin: 0 0 30px 0;
  background: #fff;
  position: relative;
  align-items: flex-start;
}
.n-service .ser .imgbox .img {
  width: 40%;
  position: relative;
  overflow: hidden;
}
/* .n-service .ser .imgbox .img::after {
  position: absolute;
  border-top: 30px solid #ffffff00;
  border-bottom: 30px solid #ffffff00;
  border-left: 30px solid #ffffff00;
  border-right: 30px solid #f8f8f8;
  content: '';
  left: -31px;
  top: -31px;
  transform: rotate(45deg);
} */
.n-service .ser .imgbox .text {
  width: 60%;
  box-sizing: border-box;
  padding: 3% 3%;
}
.n-service .ser .imgbox .text .caption {
  margin: 0 0 20px 0;
}
.n-service .ser .imgbox .text .caption .p {
  font-size: 24px;
  color: #444444;
  font-weight: bold;
  font-family: "aptos";
}
.n-service .ser .imgbox .text .p-a {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  margin: 0 0 30px 0;
}
.n-service .ser .imgbox .text .btnbox{
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  overflow-y: auto;
  max-height: 200px;
}
.n-service .ser .imgbox .text .btnbox .btn {
  border: 1px solid #c2c2c2;
  margin: 0 1% 20px 1%;
  width: 45%;
}
.n-service .ser .imgbox .text .btnbox .btn a {
  font-size: 16px;
  padding: 10px 15px;
  color: #0054c5;
  display: block;
  text-align: center;
  line-height: 24px;
}
.n-service .ser .imgbox .text .btnbox .btn:hover {
  border: 1px solid #0054c5;
  background: #0054c5;
}
.n-service .ser .imgbox .text .btnbox .btn:hover a {
  color: #fff;
}
.n-service .ser .imgbox:nth-child(even) {
  background-position: 60% 0;
}
.n-service .ser .imgbox:nth-child(even) .text{
  position: absolute;
  left: 0;
}
.n-service .ser .imgbox:nth-child(even) .img{
  margin: 0 0 0 auto;
}
.n-service .ser .imgbox:nth-child(even) .img::after {
  left: auto;
  right: -31px;
  transform: rotate(135deg);
}
.x-service .ser{
  padding: 90px 0;
  align-items: flex-start;
}
.x-service .ser .left{
  width: 30%;
  box-sizing: border-box;
  padding: 40px 2%;
  background: #f8f8f8;
  position: sticky;
  top: 0;
}
.x-service .ser .left form{
  background: #fff;
  margin: 0 0 30px 0;
}
.x-service .ser .left form input{
  border: none;
  outline: none;
  background: #bafddc;
  line-height: 60px;
}
.x-service .ser .left form .search{
  width: 80%;
  box-sizing: border-box;
  padding: 0 10px;
  font-size: 15px;
  color: #888888;
}
.x-service .ser .left form  input:-internal-autofill-previewed,
.x-service .ser .left form  input:-internal-autofill-selected {
  -webkit-text-fill-color: #888888 !important;
  transition: background-color 5000s ease-in-out 0s !important;
}
.x-service .ser .left form .submit {
  width: 20%;
  background: #bafddc url(../img/hea3.png) center no-repeat;
  background-size: inherit;
}
.x-service .ser .left .caption{
  font-size: 26px;
  color: #0054c5;
  line-height: 38px;
  font-weight: bold;
  margin: 0 0 30px 0;
  font-family: "aptos";
}
.x-service .ser .left ul li{
  border-bottom: 1px solid #eee;
}
.x-service .ser .left ul li a{
  color: #333333;
  padding: 20px 0;
  font-size: 18px;
  display: block;
  transition: 0.5s;
}
.x-service .ser .left ul li:hover a{
  background: #0054c5;
  box-sizing: border-box;
  padding: 20px 10px;
  color: #fff;
}
.x-service .ser .right{
  width: 65%;
  background: #fff;
  box-sizing: border-box;
  padding: 40px 2%;
  border: 1px solid #eee;
  /* box-shadow: 0 0 10px 0 #eee; */
}
.x-service .ser .right .caption{
  font-size: 24px;
  color: #0054c5;
  margin: 0 0 20px 0;
  font-weight: bold;
  font-family: "aptos";
}
.x-service .ser .right .element{
  font-size: 16px;
  line-height: 32px;
  color: #000;
}
.x-service .ser .right .imgbox{
  margin: 0 0 20px 0;
}
.x-service .ser .right .imgbox .text{
  width: 65%;
}
.x-service .ser .right .imgbox .text h1{
  font-size: 20px;
  color: #0054c5;
  margin: 0 0 10px 0;
}
.x-service .ser .right .imgbox .text p{
  font-size: 16px;
  color: #333333;
  line-height: 28px;
}
.x-service .ser .right .imgbox .img{
  width: 23%;
}
.x-service .ser .right .imgbox .img img{
  display: block;
}
.x-service .ser .right h1{
  font-size: 20px;
  color: #0054c5;
  margin: 10px 0 0 0;
}
.x-service .ser .right .h1a{
  background: url(../img/ser6.png) left no-repeat;
  background-size: inherit;
  font-size: 18px;
  color: #333333;
  box-sizing: border-box;
  padding: 0 0 0 25px;
}
.x-service .ser .right .h1a .img{
  width: 10%;
}
.x-service .ser .right .h1a .p{
  width: 90%;

}
.x-service .ser .right ul{
  align-items: flex-start;
  flex-wrap: wrap;
}
.x-service .ser .right ul li{
  width: 45%;
  margin: 0 0 20px 0;
  background: #bafddc;
  height: 250px;
}
.x-service .ser .right ul .a{
  height: 300px;
}
.x-service .ser .right ul li h2{
  text-align: center;
  background: #0054c5;
  font-size: 20px;
  color: #fff;
  padding: 15px 0;
  margin: 0 0 20px 0;
}
.x-service .ser .right ul li div{
  box-sizing: border-box;
  padding: 0 10px 0 30px;
  font-size: 16px;
  line-height: 28px;
  color: #666;
  position: relative;
}
.x-service .ser .right ul li div::after{
  position: absolute;
  left: 10px;
  top: 12px;
  width: 5px;
  height: 5px;
  background: #0054c5;
  content: '';
  border-radius: 30px;
}
.x-service .ser .right .element .table{
  margin: 10px 0
}
.x-service .ser .right .element .table table{
  border: 2px solid #000000;
}
.x-service .ser .right .element .table table td{
  box-sizing: border-box;
  padding: 0 10px;
}
.x-service .ser .right .element .img1{
  float: left;
  width: 23%;
  margin: 14px 20px 0 0;
}
.x-service .ser .right .element .img1 img{
  display: block;
}
.x-service .active-a{
  background: #0054c5 !important;
  box-sizing: border-box !important;
  padding: 20px 10px !important;
  color: #fff !important;
}
/* 认证 */
.n-accreditation {
  background: #f8f8f8 url(../img/acc1.png) bottom no-repeat;
}
.n-accreditation .acc {
  padding: 90px 0;
}
.n-accreditation .acc .imgbox {
  background: #ffffff url(../img/acc2.png) right top no-repeat;
  margin: 0 0 30px 0;
  position: relative;
}
.n-accreditation .acc .imgbox .img {
  width: 35%;
  position: relative;
}
.n-accreditation .acc .imgbox .img::after {
  position: absolute;
  border-top: 30px solid #ffffff00;
  border-bottom: 30px solid #ffffff00;
  border-left: 30px solid #ffffff00;
  border-right: 30px solid #f8f8f8;
  content: '';
  left: -30px;
  top: -30px;
  transform: rotate(45deg);
}
.n-accreditation .acc .imgbox .text {
  width: 65%;
  box-sizing: border-box;
  padding: 3% 3%;
}
.n-accreditation .acc .imgbox .text .caption {
  margin: 0 0 20px 0;
}
.n-accreditation .acc .imgbox .text .caption .p {
  font-size: 24px;
  color: #444444;
  font-weight: bold;
}
.n-accreditation .acc .imgbox .text .p-a {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  margin: 0 0 30px 0;
}
.n-accreditation .acc .imgbox .text .btnbox .btn {
  border: 1px solid #c2c2c2;
  width: 30%;
  margin: 0 1%;
}
.n-accreditation .acc .imgbox .text .btnbox .btn a {
  font-size: 18px;
  color: #0054c5;
  display: block;
  text-align: center;
  line-height: 50px;
}
.n-accreditation .acc .imgbox .text .btnbox .btn:hover {
  border: 1px solid #0054c5;
  background: #0054c5;
}
.n-accreditation .acc .imgbox .text .btnbox .btn:hover a {
  color: #fff;
}
.n-accreditation .acc .imgbox:nth-child(even) {
  background-position: 60% 0;
}
.n-accreditation .acc .imgbox:nth-child(even) .text{
  position: absolute;
  left: 0;
}
.n-accreditation .acc .imgbox:nth-child(even) .img{
  margin: 0 0 0 auto;
}
.n-accreditation .acc .imgbox:nth-child(even) .img::after {
  left: auto;
  right: -30px;
  transform: rotate(135deg);
}
/* 资质 */
.n-aptitude {
  background: #f8f8f8 url(../img/apt1.png) bottom no-repeat;
}
.n-aptitude .apt {
  padding: 90px 0;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.n-aptitude .apt .imgbox {
  width: 27%;
  margin: 0 3% 55px 3%;
}
.n-aptitude .apt .imgbox a .img {
  margin: 0 0 10px 0;
  overflow: hidden;
  box-sizing: border-box;
  padding: 10px;
  border: 3px solid #0054c5;
}
.n-aptitude .apt .imgbox a .title {
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 50px;
  background: #0054c5;
}
.n-aptitude .apt .imgbox:hover a .img {
  border: 3px solid #0054c5;
}
.n-aptitude .apt .imgbox:hover a .title{
  background: #bafddc;
  color: #000033;
}
/* 招聘 */
.n-recruitment {
  background: #f8f8f8 url(../img/ser1.png) bottom no-repeat;
}
.n-recruitment .rec {
  padding: 90px 0;
  align-items: flex-start;
}
.n-recruitment .rec .left {
  width: 65%;
}
.n-recruitment .rec .left .textbox {
  background: #fff;
  position: relative;
  margin: 0 0 30px 0;
}
.n-recruitment .rec .left .textbox a {
  box-sizing: border-box;
  padding: 5% 5%;
  align-items: flex-start;
  display: block;
}
.n-recruitment .rec .left .textbox a .p-a {
  font-size: 18px;
  color: #072643;
  font-weight: bold;
  margin: 0 0 15px 0;
  font-family: "aptos";
}
.n-recruitment .rec .left .textbox a .p-b {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  margin: 0 0 20px 0;
}
.n-recruitment .rec .left .textbox a .btn {
  width: 160px;
  background: #bafddc;
  justify-content: center;
}
.n-recruitment .rec .left .textbox a .btn .p {
  font-size: 16px;
  color: #072643;
  margin: 0 20px 0 0;
  line-height: 55px;
}
.n-recruitment .rec .left .textbox a .btn .after img:nth-child(1){
  display: inline;
}
.n-recruitment .rec .left .textbox a .btn .after img:nth-child(2){
  display: none;
}
.n-recruitment .rec .left .textbox a .btn:hover{
  background: #072643;
}
.n-recruitment .rec .left .textbox a .btn:hover .p{
  color: #fff;
}
.n-recruitment .rec .left .textbox a .btn:hover .after img:nth-child(1){
  display: none;
}
.n-recruitment .rec .left .textbox a .btn:hover .after img:nth-child(2){
  display: inline;
}
/* .n-recruitment .rec .left .textbox::after {
  position: absolute;
  border-top: 35px solid #ffffff00;
  border-left: 35px solid #ffffff00;
  border-right: 35px solid #ffffff00;
  border-bottom: 35px solid #f8f8f8;
  right: -35px;
  top: -35px;
  content: '';
  transform: rotate(45deg);
} */
.n-recruitment .rec .right {
  width: 30%;
  background: #0054c5;
  box-sizing: border-box;
  padding: 40px 2%;
  position: relative;
}
.n-recruitment .rec .right .caption {
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  margin: 0 0 10px 0;
  font-family: "aptos";
}
.n-recruitment .rec .right .text {
  font-size: 15px;
  color: #ffffff;
  line-height: 26px;
  margin: 0 0 25px 0;
}
.n-recruitment .rec .right .text a {
  font-size: 15px;
  color: #ffffff;
  text-decoration: underline;
}
.n-recruitment .rec .right .input {
  margin: 0 0 20px 0;
}
.n-recruitment .rec .right .input input {
  width: 100%;
  font-size: 15px;
  color: #0054c5;
  border: none;
  outline: none;
  line-height: 55px;
  box-sizing: border-box;
  padding: 0 20px;
}
.n-recruitment .rec .right .input input::-webkit-input-placeholder {
  color: #0054c5;
}
.n-recruitment .rec .right .textarea {
  margin: 0 0 20px 0;
}
.n-recruitment .rec .right .textarea textarea {
  width: 100%;
  font-size: 15px;
  color: #0054c5;
  border: none;
  outline: none;
  line-height: 55px;
  box-sizing: border-box;
  padding: 0 20px;
}
.n-recruitment .rec .right .textarea textarea::-webkit-input-placeholder {
  color: #0054c5;
}
.n-recruitment .rec .right .submit {
  width: 50%;
  position: relative;
  margin: 0 0 20px 0;
}
.n-recruitment .rec .right .submit input {
  width: 100%;
  font-size: 16px;
  color: #072643;
  line-height: 55px;
  border: none;
  outline: none;
  text-align: left;
  background: #bafddc;
  box-sizing: border-box;
  padding: 0 20%;
}
.n-recruitment .rec .right .submit::after {
  position: absolute;
  right: 20%;
  top: 22px;
  border-top: 6px solid #ffffff00;
  border-bottom: 6px solid #ffffff00;
  border-left: 6px solid #072643;
  border-right: 6px solid #ffffff00;
  content: '';
  z-index: 9;
}
.n-recruitment .rec .right .submit:hover input{
  background: #072643;
  color: #fff;
}
.n-recruitment .rec .right .submit:hover::after{
  border-left: 6px solid #fff;
}
/* .n-recruitment .rec .right::before {
  position: absolute;
  border-top: 40px solid #ffffff00;
  border-left: 40px solid #ffffff00;
  border-right: 40px solid #f8f8f8;
  border-bottom: 40px solid #ffffff00;
  left: -40px;
  top: -40px;
  content: '';
  transform: rotate(45deg);
} */
/* .n-recruitment .rec .right::after {
  position: absolute;
  border-top: 40px solid #ffffff00;
  border-left: 40px solid #ffffff00;
  border-right: 40px solid #f8f8f8;
  border-bottom: 40px solid #ffffff00;
  left: -40px;
  bottom: -40px;
  content: '';
  transform: rotate(-45deg);
} */
.x-recruitment {
  background: #f8f8f8 url(../img/ser1.png) bottom no-repeat;
}
.x-recruitment .rec {
  padding: 90px 0;
  align-items: flex-start;
}
.x-recruitment .rec .left {
  width: 65%;
  background: #fff;
  box-sizing: border-box;
  padding: 5% 3%;
  position: relative;
}
/* .x-recruitment .rec .left::before {
  position: absolute;
  border-top: 40px solid #ffffff00;
  border-left: 40px solid #ffffff00;
  border-right: 40px solid #f8f8f8;
  border-bottom: 40px solid #ffffff00;
  right: -40px;
  top: -40px;
  content: '';
  transform: rotate(135deg);
} */
.x-recruitment .rec .left .caption{
  font-size: 24px;
  color: #444444;
  font-weight: bold;
  margin: 0 0 30px 0;
  font-family: "aptos";
}
.x-recruitment .rec .left .element{
  font-size: 16px;
  color: #727272;
  line-height: 32px;
}
.x-recruitment .rec .right {
  width: 30%;
  background: #0054c5;
  box-sizing: border-box;
  padding: 40px 2%;
  position: relative;
}
.x-recruitment .rec .right .caption {
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  margin: 0 0 10px 0;
}
.x-recruitment .rec .right .text {
  font-size: 15px;
  color: #ffffff;
  line-height: 26px;
  margin: 0 0 25px 0;
}
.x-recruitment .rec .right .text a {
  font-size: 15px;
  color: #ffffff;
  text-decoration: underline;
}
.x-recruitment .rec .right .input {
  margin: 0 0 20px 0;
}
.x-recruitment .rec .right .input input {
  width: 100%;
  font-size: 15px;
  color: #0054c5;
  border: none;
  outline: none;
  line-height: 55px;
  box-sizing: border-box;
  padding: 0 20px;
}
.x-recruitment .rec .right .input input::-webkit-input-placeholder {
  color: #0054c5;
}
.x-recruitment .rec .right .textarea {
  margin: 0 0 20px 0;
}
.x-recruitment .rec .right .textarea textarea {
  width: 100%;
  font-size: 15px;
  color: #0054c5;
  border: none;
  outline: none;
  line-height: 55px;
  box-sizing: border-box;
  padding: 0 20px;
}
.x-recruitment .rec .right .textarea textarea::-webkit-input-placeholder {
  color: #0054c5;
}
.x-recruitment .rec .right .submit {
  width: 50%;
  position: relative;
  margin: 0 0 20px 0;
}
.x-recruitment .rec .right .submit input {
  width: 100%;
  font-size: 16px;
  color: #072643;
  line-height: 55px;
  border: none;
  outline: none;
  text-align: left;
  background: #bafddc;
  box-sizing: border-box;
  padding: 0 20%;
}
.x-recruitment .rec .right .submit::after {
  position: absolute;
  right: 20%;
  top: 22px;
  border-top: 6px solid #ffffff00;
  border-bottom: 6px solid #ffffff00;
  border-left: 6px solid #072643;
  border-right: 6px solid #ffffff00;
  content: '';
  z-index: 9;
}
.x-recruitment .rec .right .submit:hover input{
  background: #072643;
  color: #fff;
}
.x-recruitment .rec .right .submit:hover::after{
  border-left: 6px solid #fff;
}
/* .x-recruitment .rec .right::before {
  position: absolute;
  border-top: 40px solid #ffffff00;
  border-left: 40px solid #ffffff00;
  border-right: 40px solid #f8f8f8;
  border-bottom: 40px solid #ffffff00;
  left: -40px;
  top: -40px;
  content: '';
  transform: rotate(45deg);
}
.x-recruitment .rec .right::after {
  position: absolute;
  border-top: 40px solid #ffffff00;
  border-left: 40px solid #ffffff00;
  border-right: 40px solid #f8f8f8;
  border-bottom: 40px solid #ffffff00;
  left: -40px;
  bottom: -40px;
  content: '';
  transform: rotate(-45deg);
} */
/* 关于 */
.n-about-a .abo {
  padding: 35px 0;
  align-items: flex-start;
}
.n-about-a .abo .left {
  width: 65%;
}
.n-about-a .abo .left .logo {
  margin: 30px 0 0 0;
}
.n-about-a .abo .left .logo .after {
  width: 70%;
  height: 1px;
  background: #dcdcdc;
}
.n-about-a .abo .left .logo .img {
  width: 25%;
  text-align: right;
}
.n-about-a .abo .left .element-a {
  margin: 30px 0 0 0;
}
.n-about-a .abo .left .element-a p {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
}
.n-about-a .abo .left .element-b {
  margin: 30px 0 0 0;
}
.n-about-a .abo .left .element-b .textbox {
  align-items: flex-start;
  position: relative;
  padding: 0 0 30px 0;
}
.n-about-a .abo .left .element-b .textbox .time {
  width: 15%;
  margin: 0 5% 0 0;
  background: #0054c5;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  position: relative;
}
.n-about-a .abo .left .element-b .textbox .time::after{
  position: absolute;
  width: 15%;
  height: 1px;
  right: -25%;
  top: 50%;
  background: #0054c5;
  content: '';
}
.n-about-a .abo .left .element-b .textbox .text {
  width: 80%;
  background: #bafddc;
  box-sizing: border-box;
  padding: 2% 20px;
  font-size: 16px;
  color: #666666;
  line-height: 26px;
}
.n-about-a .abo .left .element-b .textbox::after {
  position: absolute;
  left: 6.2%;
  top: 60%;
  width: 14px;
  height: 14px;
  background: url(../img/abo1.png) no-repeat;
  background-size: cover;
  content: '';
}
.n-about-a .abo .left .element-b .textbox::before {
  position: absolute;
  left: 7%;
  top: 0px;
  width: 1px;
  height: 100%;
  background: #e5e5e5;
  content: '';
  z-index: -9;
}
.n-about-a .abo .left .element-b .textbox:last-child::after {
  display: none;
}
.n-about-a .abo .left .element-b .textbox:last-child::before {
  display: none;
}
.n-about-a .abo .left .element-c {
  margin: 55px 0 0 0;
  flex-wrap: wrap;
}
.n-about-a .abo .left .element-c .imgbox {
  width: 48%;
  margin: 0 0 15px 0;
}
.n-about-a .abo .left .element-c .imgbox a {
  background: #fff;
  box-sizing: border-box;
  padding: 5% 5%;
}
.n-about-a .abo .left .element-c .imgbox a .title {
  width: 90%;
  font-size: 16px;
  color: #666666;
  box-sizing: border-box;
  padding: 0 0 0 10px;
  position: relative;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.n-about-a .abo .left .element-c .imgbox a .title::after {
  position: absolute;
  left: 0;
  top: -5%;
  width: 2px;
  background: #555555;
  height: 110%;
  content: '';
}
.n-about-a .abo .left .element-c .imgbox a .after {
  width: 10%;
  text-align: right;
}
.n-about-a .abo .left .element-c .imgbox a .after img:nth-child(1) {
  display: inline;
}
.n-about-a .abo .left .element-c .imgbox a .after img:nth-child(2) {
  display: none;
}
.n-about-a .abo .left .element-c .imgbox:hover a .after img:nth-child(1) {
  display: none;
}
.n-about-a .abo .left .element-c .imgbox:hover a .after img:nth-child(2) {
  display: inline;
}
.n-about-a .abo .left .element-d {
  margin: 55px 0 0 0;
  flex-wrap: wrap;
}
.n-about-a .abo .left .element-d h1{
  font-size: 50px;
  color: #072643;
  line-height: 65px;
  font-weight: 500;
  margin: 0 0 20px 0;
  font-family: "aptos";
}
.n-about-a .abo .left .element-d p{
  font-size: 17px;
  color: #072643;
  line-height: 28px;
  /* margin: 0 0 15px 0; */
}
.n-about-a .abo .left .element-d .textbox a{
  font-size: 17px;
  color: #0054c5;
  line-height: 28px;
  position: relative;
  box-sizing: border-box;
  padding: 0 0 0 5%;
  display: block;
}
.n-about-a .abo .left .element-d .textbox a::before{
  position: absolute;
  left: 0;
  top: 7px;
  border-top: 6px solid #ffffff00;
  border-bottom: 6px solid #ffffff00;
  border-left: 6px solid #072643;
  border-right: 6px solid #ffffff00;
  content: '';
  z-index: 9;
}
.n-about-a .abo .left .element-d .imgbox {
  width: 48%;
  margin: 0 0 15px 0;
}
.n-about-a .abo .left .element-d .imgbox a {
  background: #fff;
  box-sizing: border-box;
  padding: 5% 5%;
}
.n-about-a .abo .left .element-d .imgbox a .title {
  width: 90%;
  font-size: 15px;
  line-height: 22px;
  height: 44px;
  color: #666666;
  box-sizing: border-box;
  padding: 0 0 0 10px;
  position: relative;
}
.n-about-a .abo .left .element-d .imgbox a .title p {
  width: 100%;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.n-about-a .abo .left .element-d .imgbox a .title::after {
  position: absolute;
  left: 0;
  top: -5%;
  width: 2px;
  background: #555555;
  height: 110%;
  content: '';
}
.n-about-a .abo .left .element-d .imgbox a .after {
  width: 10%;
  text-align: right;
}
.n-about-a .abo .left .element-d .imgbox a .after img:nth-child(1) {
  display: inline;
}
.n-about-a .abo .left .element-d .imgbox a .after img:nth-child(2) {
  display: none;
}
.n-about-a .abo .left .element-d .imgbox:hover a .after img:nth-child(1) {
  display: none;
}
.n-about-a .abo .left .element-d .imgbox:hover a .after img:nth-child(2) {
  display: inline;
}
.n-about-a .abo .left .element-e {
  margin: 55px 0 0 0;
}
.n-about-a .abo .left .element-e .caption {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  line-height: 28px;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #e5e5e5;
  font-family: "aptos";
}
.n-about-a .abo .left .element-e p {
  font-size: 16px;
  line-height: 28px;
  color: #666666;
  margin: 0 0 10px 0;
}
.n-about-a .abo .left .element-e h1 {
  font-size: 16px;
  margin: 30px 0 10px 0;
}
.n-about-a .abo .left .element-f {
  margin: 30px 0 0 0;
}
.n-about-a .abo .left .element-f .caption {
  font-size: 16px;
  color: #333333;
  line-height: 28px;
  font-weight: bold;
  margin: 0 0 15px 0;
}
.n-about-a .abo .left .element-f .textbox {
  margin: 0 0 15px 0;
}
.n-about-a .abo .left .element-f .textbox a {
  background: #bafddc;
  box-sizing: border-box;
  padding: 0 3%;
}
.n-about-a .abo .left .element-f .textbox a .title {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  line-height: 45px;
}
.n-about-a .abo .left .element-f .textbox a .after img:nth-child(1) {
  display: inline;
}
.n-about-a .abo .left .element-f .textbox a .after img:nth-child(2) {
  display: none;
}
.n-about-a .abo .left .element-f .textbox .text {
  padding: 15px 0;
  font-size: 16px;
  color: #666666;
  line-height: 28px;
  display: none;
}
.n-about-a .abo .left .element-f .active-a a .after img:nth-child(1) {
  display: none;
}
.n-about-a .abo .left .element-f .active-a a .after img:nth-child(2) {
  display: inline;
}
.n-about-a .abo .left .element-f .active-a .text{
  display: block !important;
}
.n-about-a .abo .left .element-f h1{
  font-size: 50px;
  color: #072643;
  line-height: 65px;
  font-weight: 500;
  margin: 0 0 20px 0;
  font-family: "aptos";
}
.n-about-a .abo .left .element-f h2{
  font-size: 30px;
  color: #072643;
  line-height: 38px;
  font-weight: 500;
}
.n-about-a .abo .left .element-f p{
  font-size: 17px;
  color: #072643;
  line-height: 28px;
  margin: 0 0 15px 0;
}
.n-about-a .abo .left .element-f ul li{
  font-size: 17px;
  color: #072643;
  line-height: 28px;
  position: relative;
  box-sizing: border-box;
  padding: 0 0 0 3%;
}
.n-about-a .abo .left .element-f ul li::before{
  position: absolute;
  left: 0;
  top: 7px;
  border-top: 6px solid #ffffff00;
  border-bottom: 6px solid #ffffff00;
  border-left: 6px solid #072643;
  border-right: 6px solid #ffffff00;
  content: '';
  z-index: 9;
}
.n-about-a .abo .right {
  width: 30%;
  background: #0054c5;
  box-sizing: border-box;
  padding: 40px 2%;
  position: relative;
}
.n-about-a .abo .right .caption {
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  margin: 0 0 10px 0;
  font-family: "aptos";
}
.n-about-a .abo .right .text {
  font-size: 15px;
  color: #ffffff;
  line-height: 26px;
  margin: 0 0 25px 0;
}
.n-about-a .abo .right .text a {
  font-size: 15px;
  color: #ffffff;
  text-decoration: underline;
}
.n-about-a .abo .right .input {
  margin: 0 0 20px 0;
}
.n-about-a .abo .right .input input {
  width: 100%;
  font-size: 15px;
  color: #0054c5;
  border: none;
  outline: none;
  line-height: 55px;
  box-sizing: border-box;
  padding: 0 20px;
}
.n-about-a .abo .right .input input::-webkit-input-placeholder {
  color: #0054c5;
}
.n-about-a .abo .right .textarea {
  margin: 0 0 20px 0;
}
.n-about-a .abo .right .textarea textarea {
  width: 100%;
  font-size: 15px;
  color: #0054c5;
  border: none;
  outline: none;
  line-height: 55px;
  box-sizing: border-box;
  padding: 0 20px;
}
.n-about-a .abo .right .textarea textarea::-webkit-input-placeholder {
  color: #0054c5;
}
.n-about-a .abo .right .submit {
  width: 50%;
  position: relative;
  margin: 0 0 20px 0;
}
.n-about-a .abo .right .submit input {
  width: 100%;
  font-size: 16px;
  color: #072643;
  line-height: 55px;
  border: none;
  outline: none;
  text-align: left;
  background: #bafddc;
  box-sizing: border-box;
  padding: 0 20%;
}
.n-about-a .abo .right .submit::after {
  position: absolute;
  right: 20%;
  top: 22px;
  border-top: 6px solid #ffffff00;
  border-bottom: 6px solid #ffffff00;
  border-left: 6px solid #072643;
  border-right: 6px solid #ffffff00;
  content: '';
  z-index: 9;
}
.n-about-a .abo .right .submit:hover input{
  background: #072643;
  color: #fff;
}
.n-about-a .abo .right .submit:hover::after{
  border-left: 6px solid #fff;
}
/* .n-about-a .abo .right::before {
  position: absolute;
  border-top: 40px solid #ffffff00;
  border-left: 40px solid #ffffff00;
  border-right: 40px solid #ffffff;
  border-bottom: 40px solid #ffffff00;
  left: -40px;
  top: -40px;
  content: '';
  transform: rotate(45deg);
}
.n-about-a .abo .right::after {
  position: absolute;
  border-top: 40px solid #ffffff00;
  border-left: 40px solid #ffffff00;
  border-right: 40px solid #ffffff;
  border-bottom: 40px solid #ffffff00;
  left: -40px;
  bottom: -40px;
  content: '';
  transform: rotate(-45deg);
} */
.n-about-b .abo {
  padding: 70px 0;
}
.n-about-b .abo .left {
  width: 45%;
}
.n-about-b .abo .left .caption {
  margin: 0 0 20px 0;
}
.n-about-b .abo .left .caption .p a{
  font-size: 22px;
  color: #0054c5;
  font-weight: bold;
}
.n-about-b .abo .left .text {
  font-size: 15px;
  color: #666666;
  line-height: 28px;
}
.n-about-b .abo .right {
  width: 50%;
}
.n-about-b .abo .right video{
  width: 100%;
}
.n-about-c {
  background: #f8f8f8;
}
.n-about-c .abo {
  padding: 70px 0;
  align-items: flex-start;
}
.n-about-c .abo .left {
  width: 65%;
  background: #fff;
  padding: 40px 2%;
  box-sizing: border-box;
  position: relative;
}
.n-about-c .abo .left .caption {
  margin: 0 0 20px 0;
}
.n-about-c .abo .left .caption .p a{
  font-size: 22px;
  color: #0054c5;
  font-weight: bold;
}
.n-about-c .abo .left .text {
  font-size: 15px;
  color: #666666;
  line-height: 28px;
  margin: 0 0 30px 0;
}
.n-about-c .abo .left .video{
  width: 100%;
}
.n-about-c .abo .left .video video{ 
  width: 100%;
}
/* .n-about-c .abo .left .element-a {
  margin: 25px 0 0 0;
}
.n-about-c .abo .left .element-a .imgbox {
  width: 30%;
  margin: 0 0 40px 0;
}
.n-about-c .abo .left .element-a .imgbox .img {
  margin: 0 0 10px 0;
  position: relative;
}
.n-about-c .abo .left .element-a .imgbox .img::after {
  position: absolute;
  border-top: 30px solid #ffffff00;
  border-left: 30px solid #ffffff00;
  border-right: 30px solid #ffffff00;
  border-bottom: 30px solid #ffff;
  right: -30px;
  top: -30px;
  content: '';
  transform: rotate(45deg);
}
.n-about-c .abo .left .element-a .imgbox .p .p-a {
  font-size: 18px;
  color: #0054c5;
  font-weight: bold;
  margin: 0 0 10px 0;
}
.n-about-c .abo .left .element-a .imgbox .p .p-b {
  font-size: 16px;
  color: #333333;
}
.n-about-c .abo .left .element-b {
  margin: 0 0 30px 0;
}
.n-about-c .abo .left .element-c {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  height: 120px;
  margin: 30px 0 0 0;
}
.n-about-c .abo .left .element-c .imgbox {
  width: auto;
  padding: 0 0 30px 0;
}
.n-about-c .abo .left .element-c .imgbox .after {
  margin: 0 10px 0 0;
}
.n-about-c .abo .left .element-c .imgbox .p {
  font-size: 16px;
  color: #52bbd1;
}
.n-about-c .abo .left .element-e {
  padding: 50px 0;
}
.n-about-c .abo .left .element-e .p-a {
  justify-content: center;
  font-size: 28px;
  color: #52bbd1;
  margin: 0 0 20px 0;
}
.n-about-c .abo .left .element-e .p-a p {
  margin: 0 20px;
}
.n-about-c .abo .left .element-e .p-b {
  justify-content: center;
  font-size: 22px;
  color: #52bbd1;
  margin: 0 0 20px 0;
}
.n-about-c .abo .left .element-e .p-b p {
  margin: 0 20px;
}
.n-about-c .abo .left .element-e .p-b p span {
  color: #d1121c;
}
.n-about-c .abo .left .element-e .p-c {
  font-size: 19px;
  color: #666666;
  text-align: center;
  margin: 0 0 10px 0;
}
.n-about-c .abo .left .element-e .p-d {
  font-size: 18px;
  color: #52bbd1;
  text-align: center;
  line-height: 24px;
}
.n-about-c .abo .left .element-f {
  flex-wrap: wrap;
  align-items: flex-start;
}
.n-about-c .abo .left .element-f .title {
  width: 100%;
  font-size: 18px;
  color: #333333;
  margin: 0 0 15px 0;
}
.n-about-c .abo .left .element-f .title span {
  color: #d1111c;
}
.n-about-c .abo .left .element-f .text {
  width: 60%;
  font-size: 16px;
  color: #666666;
  line-height: 28px;
}
.n-about-c .abo .left .element-f .img {
  width: 35%;
} */
.n-about-c .abo .left::after {
  position: absolute;
  border-top: 40px solid #ffffff00;
  border-left: 40px solid #ffffff00;
  border-right: 40px solid #ffffff00;
  border-bottom: 40px solid #f8f8f8;
  right: -40px;
  top: -40px;
  content: '';
  transform: rotate(45deg);
}
.n-about-c .abo .right {
  width: 30%;
}
.n-about-c .abo .right .element {
  padding: 70px 10%;
  background: #0054c5;
  box-sizing: border-box;
  position: relative;
  margin: 0 0 20px 0;
}
.n-about-c .abo .right .element::after {
  position: absolute;
  border-top: 40px solid #ffffff00;
  border-left: 40px solid #ffffff00;
  border-right: 40px solid #f8f8f8;
  border-bottom: 40px solid #ffffff00;
  left: -40px;
  top: -40px;
  content: '';
  transform: rotate(45deg);
}
.n-about-c .abo .right .element::before {
  position: absolute;
  border-top: 40px solid #ffffff00;
  border-left: 40px solid #ffffff00;
  border-right: 40px solid #f8f8f8;
  border-bottom: 40px solid #ffffff00;
  left: -40px;
  bottom: -40px;
  content: '';
  transform: rotate(-45deg);
}
.n-about-c .abo .right .element .caption {
  font-size: 22px;
  color: #ffffff;
  font-weight: bold;
  padding: 0 0 0 5px;
  border-left: 3px solid #bafddc;
  margin: 0 0 30px 0;
}
.n-about-c .abo .right .element .imgbox {
  background: #fff;
  margin: 0 0 20px 0;
}
.n-about-c .abo .right .element .imgbox a .img {
  width: 52%;
}
.n-about-c .abo .right .element .imgbox a .img img {
  display: block;
}
.n-about-c .abo .right .element .imgbox a .p {
  width: 45%;
}
.n-about-c .abo .right .element .imgbox a .p .p-a {
  font-size: 15px;
  font-weight: bold;
  color: #0054c5;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.n-about-c .abo .right .element .imgbox a .p .p-b {
  font-size: 13px;
  color: #666666;
  line-height: 18px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.n-about-c .abo .right .element .swipera {
  padding: 0 0 40px 0;
}
.n-about-c .abo .right .element .swipera .swiper-pagination-bullet {
  opacity: 1;
  background: #dfdfdf;
  width: 10px;
  height: 10px;
}
.n-about-c .abo .right .element .swipera .swiper-pagination-bullet-active {
  background: #585858;
}
.n-about-c .abo .right .element .textbox {
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 15px;
  color: #ffffff;
  line-height: 27px;
}
.n-about-c .abo .right .element .textbox .p-a {
  width: 20%;
  font-size: 15px;
  line-height: 27px;
  color: #ffffff;
  text-align: justify;
  text-align-last: justify;
}
.n-about-c .abo .right .element .textbox .p-b {
  width: 80%;
  font-size: 15px;
  color: #ffffff;
  line-height: 27px;
}
.n-about-c .abo .right .element .textbox .img {
  width: 80%;
  font-size: 15px;
  color: #ffffff;
  padding: 5px 0 0 0;
}
.n-about-d .abo {
  padding: 60px 0 40px 0;
  align-items: flex-start;
}
.n-about-d .abo .left{
  width: 25%;
  font-size: 40px;
  color: #072643;
  font-weight: bold;
  font-family: "aptos";
}
.n-about-d .abo .right{
  width: 70%;
  font-size: 17px;
  color: #072643;
  line-height: 26px;
}
.n-about-d .abo .right video{
  width: 100%;
}
.n-about-e {
  background: #efefef;
}
.n-about-e .abo{
  padding: 60px 0;
  align-items: flex-start;
}
.n-about-e .abo .left{
  width: 25%;
}
.n-about-e .abo .left .p-a{
  font-size: 40px;
  color: #072643;
  margin: 0 0 10px 0;
  font-family: "aptos";
  font-weight: bold;
}
.n-about-e .abo .left .p-b{
  font-size: 40px;
  color: #072643;
  margin: 0 0 10px 0;
  font-family: "aptos";
  font-weight: bold;
  margin: 0 0 60px 0;
}
.n-about-e .abo .left .img{
  width: 50%;
}
.n-about-e .abo .right{
  width: 70%;
  font-size: 17px;
  color: #072643;
  line-height: 26px;
}
.n-about-f .abo{
  padding: 60px 0 40px 0;
  flex-wrap: wrap;
  align-items: flex-start;
}
.n-about-f .abo .p-a{
  width: 100%;
  font-size: 40px;
  color: #072643;
  font-weight: bold;
  margin: 0 0 20px 0;
  font-family: "aptos";
  line-height: 1;
  justify-content: flex-start;
}
.n-about-f .abo .p-a span{
  font-size: 46px;
  font-family: "aptos";
}
.n-about-f .abo .left{
  width: 19%;
}
.n-about-f .abo .left video{
  width: 100%;
}
.n-about-f .abo .left .p-b{
  font-size: 40px;
  color: #072643;
}
.n-about-f .abo .right{
  width: 70%;
  font-size: 17px;
  color: #072643;
  line-height: 30px;
}
.n-about-g .abo{
  padding: 0 0 40px 0;
  align-items: flex-start;
}
.n-about-g .abo .img{
  width: 48%;
}
.n-about-g .abo .img video{
  width: 100%;
}
.n-about-h{
  background: #efefef;
}
.n-about-h .abo{
  padding: 40px 0 40px 0;
  align-items: flex-start;
}
.n-about-h .abo .textbox{
  width: 30%;
}
.n-about-h .abo .textbox .p-a{
  font-size: 30px;
  color: #072643;
  margin: 0 0 30px 0;
  font-family: "aptos";
}
.n-about-h .abo .textbox .p-b{
  font-size: 17px;
  color: #072643;
  line-height: 26px;
}
/* 联系 */
.n-contact {
  background: url(../img/con1.jpg) bottom no-repeat;
  background-size: cover;
}
.n-contact .con {
  padding: 90px 0;
}
.n-contact .con .caption {
  font-size: 24px;
  color: #333333;
  font-weight: bold;
  margin: 0 0 30px 0;
  font-family: "aptos";
}
.n-contact .con .body{
  align-items: flex-start;
}
.n-contact .con .body .a{
  width: 65%;
}
.n-contact .con .element {
  box-sizing: border-box;
  padding: 50px 1%;
}
.n-contact .con .element .left {
  width: 100%;
  flex-wrap: wrap;
  position: relative;
  align-items: flex-start;
}
.n-contact .con .element .left .imgbox {
  width: 23%;
  text-align: center;
  margin: 0 0 20px 0;
  position: relative;
}
.n-contact .con .element .left .imgbox .img {
  width: 45%;
  margin: 0 auto 20px auto;
}
.n-contact .con .element .left .imgbox .p {
  font-size: 16px;
  line-height: 24px;
  color: #666666;
}
.n-contact .con .element .left .imgbox::after{
  position: absolute;
  top: 10%;
  right: -10px;
  width: 1px;
  height: 80%;
  background: #aaaaaa;
  content: '';
}
.n-contact .con .element .left .imgbox:last-child::after{
  display: none;
}
/* .n-contact .con .element .left {
  width: 70%;
  flex-wrap: wrap;
  position: relative;
  align-items: flex-start;
}
.n-contact .con .element .left .imgbox {
  width: 55%;
  text-align: center;
  margin: 0 0 20px 0;
}
.n-contact .con .element .left .imgbox .img {
  margin: 0 0 15px 0;
}
.n-contact .con .element .left .imgbox .p {
  font-size: 16px;
  line-height: 24px;
  color: #666666;
}
.n-contact .con .element .left .imgbox:nth-child(odd) {
  width: 40%;
}
.n-contact .con .element .left::after{
  position: absolute;
  top: 0;
  right: -5%;
  width: 1px;
  height: 100%;
  background: #eee;
  content: '';
}
.n-contact .con .element .right {
  width: 25%;
  text-align: center;
}
.n-contact .con .element .right .img {
  margin: 0 0 10px 0;
}
.n-contact .con .element .right .p {
  font-size: 16px;
  color: #333333;
} */
.n-contact .con .body .b {
  width: 30%;
  background: #0054c5;
  box-sizing: border-box;
  padding: 40px 2%;
  position: relative;
}
.n-contact .con .body .b .caption {
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  margin: 0 0 10px 0;
  font-family: "aptos";
}
.n-contact .con .body .b .text {
  font-size: 15px;
  color: #ffffff;
  line-height: 26px;
  margin: 0 0 25px 0;
}
.n-contact .con .body .b .text a {
  font-size: 15px;
  color: #ffffff;
  text-decoration: underline;
}
.n-contact .con .body .b .input {
  margin: 0 0 20px 0;
}
.n-contact .con .body .b .input input {
  width: 100%;
  font-size: 15px;
  color: #0054c5;
  border: none;
  outline: none;
  line-height: 55px;
  box-sizing: border-box;
  padding: 0 20px;
}
.n-contact .con .body .b .input input::-webkit-input-placeholder {
  color: #0054c5;
}
.n-contact .con .body .b .textarea {
  margin: 0 0 20px 0;
}
.n-contact .con .body .b .textarea textarea {
  width: 100%;
  font-size: 15px;
  color: #0054c5;
  border: none;
  outline: none;
  line-height: 55px;
  box-sizing: border-box;
  padding: 0 20px;
}
.n-contact .con .body .b .textarea textarea::-webkit-input-placeholder {
  color: #0054c5;
}
.n-contact .con .body .b .submit {
  width: 50%;
  position: relative;
  margin: 0 0 20px 0;
}
.n-contact .con .body .b .submit input {
  width: 100%;
  font-size: 16px;
  color: #072643;
  line-height: 55px;
  border: none;
  outline: none;
  text-align: left;
  background: #bafddc;
  box-sizing: border-box;
  padding: 0 20%;
}
.n-contact .con .body .b .submit::after {
  position: absolute;
  right: 20%;
  top: 22px;
  border-top: 6px solid #ffffff00;
  border-bottom: 6px solid #ffffff00;
  border-left: 6px solid #072643;
  border-right: 6px solid #ffffff00;
  content: '';
  z-index: 9;
}
.n-contact .con .body .b .submit:hover input{
  background: #072643;
  color: #fff;
}
.n-contact .con .body .b .submit:hover::after{
  border-left: 6px solid #fff;
}
/* .n-contact .con .body .b::before {
  position: absolute;
  border-top: 40px solid #ffffff00;
  border-left: 40px solid #ffffff00;
  border-right: 40px solid #f8f8f8;
  border-bottom: 40px solid #ffffff00;
  left: -40px;
  top: -40px;
  content: '';
  transform: rotate(45deg);
}
.n-contact .con .body .b::after {
  position: absolute;
  border-top: 40px solid #ffffff00;
  border-left: 40px solid #ffffff00;
  border-right: 40px solid #f8f8f8;
  border-bottom: 40px solid #ffffff00;
  left: -40px;
  bottom: -40px;
  content: '';
  transform: rotate(-45deg);
} */
/* 搜索 */
.n-search {
  background: #f8f8f8;
}
.n-search .sea {
  padding: 90px 0;
  align-items: flex-start;
}
.n-search .sea .left {
  width: 65%;
}
.n-search .sea .left .imgbox {
  background: #fff;
  position: relative;
  margin: 0 0 30px 0;
}
.n-search .sea .left .imgbox a {
  box-sizing: border-box;
  padding: 5% 5%;
  align-items: flex-start;
}
.n-search .sea .left .imgbox a .text{
  width: 100%;
}
.n-search .sea .left .imgbox a .text .title {
  font-size: 18px;
  line-height: 24px;
  color: #0054c5;
  font-weight: bold;
  margin: 0 0 50px 0;
}
.n-search .sea .left .imgbox a .text .btn {
  width: 160px;
  background: #bafddc;
  justify-content: center;
}
.n-search .sea .left .imgbox a .text .btn .p {
  font-size: 16px;
  color: #072643;
  margin: 0 20px 0 0;
  line-height: 55px;
}
.n-search .sea .left .imgbox a .text .btn:hover{
  background: #072643;
}
.n-search .sea .left .imgbox a .text .btn:hover .p{
  color: #fff;
}
.n-search .sea .left .imgbox a .text .btn .after img:nth-child(1){
  display: inline;
}
.n-search .sea .left .imgbox a .text .btn .after img:nth-child(2){
  display: none;
}
.n-search .sea .left .imgbox a .text .btn:hover .after img:nth-child(1){
  display: none;
}
.n-search .sea .left .imgbox a .text .btn:hover .after img:nth-child(2){
  display: inline;
}
.n-search .sea .left .imgbox a .img {
  width: 30%;
  overflow: hidden;
}
/* .n-search .sea .left .imgbox::after {
  position: absolute;
  border-top: 35px solid #ffffff00;
  border-left: 35px solid #ffffff00;
  border-right: 35px solid #ffffff00;
  border-bottom: 35px solid #f8f8f8;
  right: -35px;
  top: -35px;
  content: '';
  transform: rotate(45deg);
} */
.n-search .sea .right {
  width: 30%;
}
.n-search .sea .right .element {
  padding: 40px 10%;
  background: #0054c5;
  box-sizing: border-box;
  position: relative;
  margin: 0 0 20px 0;
  overflow: hidden;
}
/* .n-search .sea .right .element::after {
  position: absolute;
  border-top: 40px solid #ffffff00;
  border-left: 40px solid #ffffff00;
  border-right: 40px solid #f8f8f8;
  border-bottom: 40px solid #ffffff00;
  left: -40px;
  top: -40px;
  content: '';
  transform: rotate(45deg);
}
.n-search .sea .right .element::before {
  position: absolute;
  border-top: 40px solid #ffffff00;
  border-left: 40px solid #ffffff00;
  border-right: 40px solid #f8f8f8;
  border-bottom: 40px solid #ffffff00;
  left: -40px;
  bottom: -40px;
  content: '';
  transform: rotate(-45deg);
} */
.n-search .sea .right .element .caption {
  font-size: 22px;
  color: #ffffff;
  font-weight: bold;
  padding: 0 0 0 5px;
  /* border-left: 3px solid #bafddc; */
  margin: 0 0 30px 0;
  font-family: "aptos";
}
.n-search .sea .right .element ul li {
  margin: 0 0 25px 0;
}
.n-search .sea .right .element ul li a .title {
  width: 60%;
  font-size: 15px;
  color: #ffffff;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.n-search .sea .right .element ul li a .time {
  width: 32%;
  text-align: left;
  font-size: 15px;
  color: #ffffff;
}
.n-search .sea .right .element ul li a:hover .title{
  color: #bafddc;
}
.n-search .sea .right .element ul li a:hover .time{
  color: #bafddc;
}
/******************************************/
@media screen and (min-width: 2001px){
  .n-banner .ban .img img{
    min-width: 80%;
  }
}
/******************************************/
@media screen and (max-width: 1801px) {
  .center {
    width: 75%;
  }
  header .hea-b .ul-a .li-a .ul-b {
    padding: 20px 12.5% 0 12.5%;
  }
  .n-banner .ban .text {
    left: 17%;
  }
  .banner .ban .swiper-a .text{
    left: 12%;
  }
}
/******************************************/
@media screen and (max-width: 1601px) {
  .center {
    width: 85%;
  }
  header .hea-a .hea .left {
    width: 60%;
  }
  header .hea-a .hea .right {
    width: 35%;
  }
  header .hea-b form .search {
    font-size: 14px;
  }
  .service .ser .element .imgbox .up .btnbox .btn a .text {
    font-size: 16px;
  }
  .n-banner .ban .text {
    font-size: 40px;
    left: 15%;
  }
  .n-banner .ban .text span {
    font-size: 52px;
  }
  .x-service .ser .left .caption {
    font-size: 24px;
  }
  .n-news .new .right .element {
    padding: 40px 8%;
  }
  .x-news .new .right .element {
    padding: 40px 8%;
  }
  .n-search .sea .right .element {
    padding: 40px 8%;
  }
}
/******************************************/
@media screen and (max-width: 1401px){
  .center {
    width: 90%;
  } 
  header .hea-b .ul-a .li-a .ul-b {
    padding: 20px 5% 0 5%;
  }
  .banner .ban .swiper-a .text {
    left: 5%;
    font-size: 32px;
    line-height: 46px;
  }
  .i-caption {
    font-size: 32px;
  }
  .i-caption span {
    font-size: 40px;
  }
  .service .ser .element .imgbox .up .btnbox .btn a .text {
    font-size: 15px;
  }
  .contact .con .element-b .content .caption {
    font-size: 24px;
  }
  .contact .con .element-b .content .caption span {
    font-size: 30px;
  }
  .n-banner .ban .text {
    font-size: 32px;
    left: 11%;
    top: 43%;
  }
  .n-banner .ban .text span {
    font-size: 42px;
  }
  .n-news .new .right .element ul li a .time {
    width: 35%;
    font-size: 14px;
  }
  .n-news .new .right .element ul li a .title {
    font-size: 14px;
  }
  .n-news .new .right .element ul li {
    margin: 0 0 15px 0;
  }
  .x-news .new .right .element ul li a .time {
    width: 35%;
    font-size: 14px;
  }
  .x-news .new .right .element ul li a .title {
    font-size: 14px;
  }
  .x-news .new .right .element ul li {
    margin: 0 0 15px 0;
  }
  .n-service .ser .imgbox .text .caption {
    margin: 0 0 15px 0;
  }
  .n-service .ser .imgbox .text .p-a {
    line-height: 28px;
    margin: 0 0 20px 0;
  }
  .n-service .ser .imgbox .text .btnbox .btn a {
    font-size: 14px;
  }
  .n-about-a .abo .left .element-b .textbox::after {
    left: 6.1%;
  }
  .n-about-c .abo .left .element-a .imgbox .p .p-a {
    font-size: 16px;
  }
  .n-about-c .abo .left .element-a .imgbox .p .p-b {
    font-size: 14px;
  }
  .n-about-c .abo .left .element-c .imgbox .p {
    font-size: 14px;
  }
  .n-about-c .abo .left .element-e .p-a {
    font-size: 24px;
  }
  .n-contact .con .element .left .imgbox .img {
    width: 60px;
    margin: 0 auto 15px auto;
  }
  .n-search .sea .right .element ul li a .time {
    width: 35%;
    font-size: 14px;
  }
  .n-search .sea .right .element ul li a .title {
    font-size: 14px;
  }
  .n-search .sea .right .element ul li {
    margin: 0 0 15px 0;
  }
  header .hea-b .ul-a {
    width: 60%;
  }
  .service .ser .element .imgbox .up .btnbox .btn {
    width: 90%;
    margin: 6px 0;
  }
  header .hea-a .hea .left {
    font-size: 16px;
  }
  header .hea-a .hea .left span {
    font-size: 17px;
  }
  header .hea-a .hea .right .imgbox .text {
    font-size: 16px;
  }
}
/******************************************/
/* @media screen and (max-width: 1201px) {
  header .hea-a .hea .left {
    width: 65%;
  }
  header .hea-a .hea .left {
    font-size: 13px;
  }
  header .hea-a .hea .left span {
    font-size: 14px;
  }
  header .hea-a .hea .right {
    width: 35%;
  }
  header .hea-a .hea .right .imgbox .text {
    font-size: 13px;
  }
  header .hea-b .ul-a .li-a .a-a {
    font-size: 14px;
  } 
  header .hea-b form .search {
    font-size: 12px;
  }
  .banner .ban .swiper-a .text {
    font-size: 26px;
    line-height: 36px;
  }
  .banner .ban .swiper-a .text p{
    font-size: 26px !important;
  }
  .service .ser .element .imgbox .down .title {
    font-size: 16px;
  }
  .service .ser .element .imgbox .up .btnbox .btn a .text {
    font-size: 12px;
  }
  .service .ser .element .imgbox .up .btnbox .btn {
    margin: 5px 0;
  }
  .contact .con .element-b .content .caption {
    font-size: 18px;
  } 
  .contact .con .element-b .content .caption span {
    font-size: 24px;
  }
  .contact .con .element-b .content .imgbox .text {
    font-size: 14px;
  }
  .n-news .new .right {
    width: 33%;
  }
  .x-news .new .right {
    width: 33%;
  }
  .n-service .ser .imgbox .text .caption {
    margin: 0 0 10px 0;
  }
  .n-service .ser .imgbox .text .p-a {
    line-height: 24px;
    margin: 0 0 15px 0;
  }
  .n-service .ser .imgbox .text .btnbox .btn a {
    font-size: 12px;
    padding: 5px 10px;
  }
  .n-service .ser .imgbox .text .btnbox .btn {
    margin: 0 1% 10px 1%;
  }
  .x-service .ser .left .caption {
    font-size: 20px;
  }
  .x-service .ser .left ul li a {
    font-size: 16px;
  }
} */
/******************************************/
@media screen and (max-width: 1201px) {
  header {
    display: none;
  }
  .phone-top{
    background: #0054c5;
    font-size: 16px;
    color: #fff;
    padding: 10px 5%;
    display: block;
    font-family: 'aptos';
  }
  .phone-section {
    display: block;
  }
  .phone-logo {
    width: 15%;
  }
  .phone-head {
    width: 100%;
    padding: 15px 5%;
    box-sizing: border-box;
    justify-content: space-between;
    background-color: #fff;
    /* position: fixed; */
    top: 0;
    left: 0;
  }
  .phone-close {
    width: 30px;
  }
  .phone-close a{
    flex-direction: column;
  }
  .phone-close a .after {
    width: 100%;
    height: 4px;
    border-radius: 30px;
    background: #0054c5;
    margin: 3px 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: #000000;
    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-nav form {
    width: 100%;
    margin: 0 auto;
    background: #bafddc;
  }
  .phonelist-nav form input {
    border: none;
    outline: none;
    background: #ffffff00;
    line-height: 50px;
  }
  .phonelist-nav form .search {
    width: 80%;
    box-sizing: border-box;
    padding: 0 10px;
    font-size: 15px;
    color: #888888;
  }
  .phonelist-nav form input:-internal-autofill-previewed,
  .phonelist-nav form input:-internal-autofill-selected {
    -webkit-text-fill-color: #888888 !important;
    transition: background-color 5000s ease-in-out 0s !important;
  }
  .phonelist-nav form .submit {
    width: 20%;
    background: url(../img/hea3.png) center no-repeat;
    background-size: inherit;
  }
  .phonelist-nav1 {
    display: none;
  }
  .menucl-img2 {
    display: none;
  }
  .i-caption {
    font-size: 24px;
  }
  .i-caption span {
    font-size: 30px;
  }
  .banner .ban .swiper-a .text {
    font-size: 26px;
    line-height: 36px;
  }
  .banner .ban .swiper-a .text p{
    font-size: 22px;
  }
  .service .ser {
    padding: 40px 0;
  }
  .service .ser .element {
    padding: 40px 0 0 0;
  }
  .service .ser .element .imgbox {
    width: 48%;
  }
  .about .abo {
    padding: 40px 0;
    flex-wrap: wrap;
  }
  .about .abo .left {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .about .abo .right {
    width: 100%;
  }
  .contact .con {
    padding: 40px 0 40px 0;
  }
  .contact .con .element-b {
    padding: 40px 0 0 0;
    flex-wrap: wrap;
  }
  .contact .con .element-b .content{
    width: 100%;
    border-top: 1px solid #fff;
  }
  .contact .con .element-b .content .caption {
    margin: 0 0 0px 0;
    padding: 20px 0;
  }
  .contact .con .element-b .content ul{
    display: none;
  }
  .contact .con .element-b .content:last-child {
    width: 100%;
    justify-content: center;
  }
  .contact .con .element-b .content .imgbox {
    width: 20%;
    margin: 0 2%;
  }
  .n-news .new {
    padding: 40px 0;
    flex-wrap: wrap;
  }
  .n-news .new .left {
    width: 100%;
  }
  .n-news .new .right {
    width: 100%;
    margin: 40px 0 0 0;
  }
  .n-news .new .right .element {
    padding: 30px 5%;
  }
  .x-news .new {
    padding: 40px 0;
    flex-wrap: wrap;
  }
  .x-news .new .left {
    width: 100%;
  }
  .x-news .new .right {
    width: 100%;
    margin: 40px 0 0 0;
  }
  .x-news .new .right .element {
    padding: 30px 5%;
  }
  .n-about-a .abo{
    flex-wrap: wrap;
  }
  .n-about-a .abo .left {
    width: 100%;
  }
  .n-about-a .abo .left .element-d {
    margin: 30px 0 0 0;
    flex-wrap: wrap;
  }
  .n-about-a .abo .right {
    width: 100%;
    margin: 40px 0 0 0;
    padding: 30px 5%;
    position: relative;
  }
  .n-about-a .abo .right .submit {
    width: 25%;
  }
  .n-service .ser {
    padding: 40px 0;
  }
  .n-service .ser .imgbox{
    flex-wrap: wrap;
  }
  .n-service .ser .imgbox .img {
    width: 100%;
    position: unset;
    overflow: hidden;
  }
  .n-service .ser .imgbox .text {
    width: 100%;
  }
  .n-service .ser .imgbox:nth-child(even) .text {
    position: unset;
    left: 0;
  }
  .x-service .ser {
    padding: 40px 0;
    flex-wrap: wrap;
  }
  .x-service .ser .left {
    width: 100%;
  }
  .x-service .ser .right {
    width: 100%;
    margin: 40px 0 0 0;
  }
  .n-recruitment .rec {
    padding: 40px 0;
    flex-wrap: wrap;
  }
  .n-recruitment .rec .left {
    width: 100%;
  }
  .n-recruitment .rec .right {
    width: 100%;
    padding: 30px 5%;
  }
  .n-aptitude .apt .imgbox {
    width: 55%;
    margin: 0 auto 30px auto;
  }
  .n-contact .con {
    padding: 40px 0;
  }
  .n-contact .con .body{
    flex-wrap: wrap;
  }
  .n-contact .con .body .a {
    width: 100%;
  }
  .n-contact .con .body .b {
    width: 100%;
    padding: 30px 5%;
  }
  .n-contact .con .element .left{
    flex-wrap: wrap;
  }
  .n-contact .con .element .left .imgbox {
    width: 48%;
  }
  .n-contact .con .element .left .imgbox:nth-child(2):after{
    display: none;
  }
  .n-search .sea {
    padding: 40px 0;
    flex-wrap: wrap;
  }
  .n-search .sea .left {
    width: 100%;
  }
  .n-search .sea .right {
    width: 100%;
    margin: 40px 0 0 0;
  }
  .n-search .sea .right .element {
    padding: 30px 5%;
  }
  .x-recruitment .rec {
    padding: 40px 0;
    flex-wrap: wrap;
  }
  .x-recruitment .rec .left {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .x-recruitment .rec .right {
    width: 100%;
    padding: 30px 5%;
  }
  .x-recruitment .rec .right .submit{
    width: 25%;
  }
  .n-about-d .abo {
    padding: 40px 0 40px 0;
    flex-wrap: wrap;
  }
  .n-about-d .abo .left{
    width: 100%;
  }
  .n-about-d .abo .left {
    width: 100%;
    font-size: 24px;
    margin: 0 0 20px 0;
  }
  .n-about-d .abo .right {
    width: 100%;
  }
  .n-about-e .abo {
    padding: 40px 0;
    flex-wrap: wrap;
  }
  .n-about-e .abo .left {
    width: 100%;
  }
  .n-about-e .abo .left .p-a {
    font-size: 24px;
  }
  .n-about-e .abo .left .p-b {
    font-size: 24px;
    margin: 0 0 20px 0;
  }
  .n-about-e .abo .left .img {
    width: 10%;
    margin: 0 0 20px 0;
  }
  .n-about-e .abo .right {
    width: 100%;
  }
  .n-about-f .abo {
    padding: 40px 0 0px 0;
    flex-wrap: wrap;
  }
  .n-about-f .abo .left {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .n-about-f .abo .right {
    width: 100%;
  } 
  .n-about-f .abo .right .p-a {
    font-size: 24px;
    margin: 0 0 20px 0;
  }
  .n-about-h .abo {
    flex-wrap: wrap;
  }
  .n-about-h .abo .textbox {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .n-about-h .abo .textbox .p-a {
    font-size: 20px;
    margin: 0 0 10px 0;
  }
  .n-contact .con .body .b .submit {
    width: 25%;
  }
  .contact .active-a ul{
    display: block !important;
  }
  .n-about-f .abo .p-a {
    font-size: 24px;
  }
  .n-about-f .abo .p-a span {
    font-size: 28px;
  }
  .x-service .ser .left{
    position: unset;
  }
  .x-service .ser .right ul{
    flex-wrap: wrap;
  }
  .x-service .ser .right ul li{
    width: 100%;
  }
}
@media screen and (max-width: 801px) {
  .phone-head {
    padding: 5px 5%;
  }
  .phone-logo {
    width: 25%;
  }
  .banner .ban .swiper-a .text {
    font-size: 22px;
    top: 40%;
  }
  .service .ser .element .imgbox {
    width: 100%;
  }
  .contact .con .element-b {
    padding: 0px 0 0 0;
  }
  .contact .con .element-b .content .imgbox {
    width: 45%;
  }
  .n-banner .ban .text span {
    font-size: 22px;
  }
  .n-news .new .left .imgbox a {
    flex-wrap: wrap;
  }
  .n-news .new .left .imgbox a .text {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .n-news .new .left .imgbox a .img {
    width: 100%;
    overflow: hidden;
  }
  .n-about-a .abo .left .logo {
    margin: 0px 0 0 0;
  }
  .n-about-a .abo .left .element-d {
    margin: 10px 0 0 0;
  }
  .n-about-a .abo .left .element-d .imgbox {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .n-about-a .abo .right .submit {
    width: 35%;
  }
  .n-service .ser .imgbox .text .caption .p {
    font-size: 22px;
  }
  .n-service .ser .imgbox .text .btnbox .btn {
    width: 100%;
  }
  .x-service .ser .left {
    padding: 20px 5%;
  }
  .x-service .ser .left .caption {
    font-size: 22px;
    margin: 0 0 20px 0;
  }
  .x-service .ser .left ul li a {
    padding: 15px 0;
  }
  .x-service .ser .right .imgbox{
    flex-wrap: wrap;
  }
  .x-service .ser .right .imgbox .text {
    width: 100%;
  }
  .x-service .ser .right .imgbox .img {
    width: 100%;
    margin: 20px 0 0 0;
  }
  .x-service .ser .right .element .table {
    overflow-x: auto;
  }
  .x-service .ser .right .element .table table{
    width: 1200px;
  }
  .x-recruitment .rec .right .submit {
    width: 35%;
  }
  .n-about-e .abo .left .img {
    width: 20%;
  }
  .n-about-a .abo .left .element-c {
    margin: 10px 0 0 0;
    flex-wrap: wrap;
  }
  .n-about-a .abo .left .element-c .imgbox {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .n-aptitude .apt .imgbox {
    width: 80%;
  }
  .n-contact .con .element .left .imgbox {
    width: 100%;
  }
  .n-contact .con .element .left .imgbox::after {
    display: none;
  }
  .n-contact .con .body .b .submit {
    width: 35%;
  }
  .n-banner .ban .text {
    font-size: 22px;
  }
  .n-banner .ban .text span {
    font-size: 24px;
  }
  .contact .con .element-b .content .caption {
    font-size: 20px;
  }
  .contact .con .element-b .content .caption span {
    font-size: 23px;
  }
  .banner .ban .swiper-a .text p{
    font-size: 12px;
  }
  .x-service .active-a{
    padding: 15px 10px !important;
  }
}
