.phone-section {
  display: none;
}
.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.center {
  width: 90%;
  margin: 0 auto;
}
.n-caption {
  font-size: 45px;
  color: #000000;
  font-weight: bold;
}
.imgmove{
  overflow: hidden;
}
.imgmove img{
  transition: all .8s ease .1s;
}
.imgmove img:hover {
  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-a {
  background: #2f3035;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  transition: 0.5s;
}
.header-a .hea {
  justify-content: flex-end;
}
.header-a .hea .logo {
  margin: 0 auto 0 0;
}
.header-a .hea ul {
  width: 55%;
}
.header-a .hea ul li a {
  font-size: 21px;
  color: #ffffff;
  line-height: 110px;
}
.header-a .hea .language {
  width: 5%;
  margin: 0 2.5%;
}
.header-a .hea .language .text a {
  border: 1px solid #fff;
  border-radius: 30px;
  justify-content: center;
}
.header-a .hea .language .text a .p {
  font-size: 19px;
  color: #ffffff;
  margin: 0 5px 0 0;
  line-height: 40px;
}
.header-a .hea .click {
  width: 5%;
  margin: 0 2.5%;
  flex-direction: column;
}
.header-a .hea .click .after {
  width: 100%;
  height: 1px;
  background: #d5d6d7;
  margin: 5px 0;
}
.header-b {
  background: #fff;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  transition: 0.5s;
}
.header-b .hea {
  justify-content: flex-end;
}
.header-b .hea .logo {
  margin: 0 auto 0 0;
}
.header-b .hea ul {
  width: 55%;
}
.header-b .hea ul li a {
  font-size: 21px;
  color: #000000;
  line-height: 110px;
}
.header-b .hea .language {
  width: 5%;
  margin: 0 2.5%;
}
.header-b .hea .language .text a {
  border: 1px solid #000000;
  border-radius: 30px;
  justify-content: center;
}
.header-b .hea .language .text a .p {
  font-size: 19px;
  color: #000000;
  margin: 0 5px 0 0;
  line-height: 40px;
}
.header-b .hea .click {
  width: 5%;
  margin: 0 2.5%;
  flex-direction: column;
}
.header-b .hea .click .after {
  width: 100%;
  height: 1px;
  background: #000000;
  margin: 5px 0;
}
.search-box{
  position: fixed;
  left: 0;
  top: -211px;
  width: 100%;
  z-index: 999;
  background: #fff;
  transition: 0.3s;
}
.search-box .sea{
  padding: 80px 0;
  position: relative;
}
.search-box .sea form{
  width: 40%;
  margin: 0 auto;
  border-bottom: 1px solid #666;
}
.search-box .sea form .search{
  border: none;
  outline: none;
  width: 90%;
  font-size: 18px;
  color: #333333;
  box-sizing: border-box;
  padding: 0 10px;
  line-height: 50px;
}
.search-box .sea form .submit{
  width: 10%;
  height: 50px;
  border: none;
  outline: none;
  background: url(../img/sea1.png) center no-repeat;
}
.search-box .sea .close{
  position: absolute;
  top: 10px;
  right: 10px;
}
.search-box .sea .close a{
  display: block;
}
.phone-header{
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 999;
  display: none;;
}
.phone-header .hea{
  width: 25%;
  height: 100%;
  margin: 0 0 0 auto;
  background: #fff;
  box-sizing: border-box;
  padding: 5% 3%;
  position: relative;
}
.phone-header .hea ul{
  border-bottom: 1px solid #eeeeee;
}
.phone-header .hea ul li{
  margin: 0 0 30px 0;
}
.phone-header .hea ul li a{
  display: block;
  text-align: right;
  font-size: 32px;
  color: #333333;
  box-sizing: border-box;
  padding: 0 10px;
}
.phone-header .hea .close{
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  top: 45%;
  left: -40px;
  padding: 20px;
  background: #fff;
  border-radius: 50px;
  box-shadow: 0 0 10px 0 #e1e4ed;
}
.headeractive-a {
  /* top: -110px; */
}
.headeractive-b {
  top: 0px;
}
/* 大图 */
.banner {
  height: 1600px;
  position: relative;
}
.banner::after{
  position: absolute;
  left: 0;
  top: 0;
  background: #2f3035;
  width: 100%;
  height: 80%;
  content: '';
  z-index: -9;
}
.banner .ban {
  position: sticky;
  padding: 110px 0 0 0;
  top: 0;
}
.banner .ban .element-a {
  margin: 0 auto 30px;
}
.banner .ban .element-a .text .left {
  width: 35%;
}
.banner .ban .element-a .text .left .p-a {
  font-size: 52px;
  font-weight: bold;
  color: #ffffff;
  line-height: 75px;
  box-sizing: border-box;
  padding: 20px 0 20px 8%;
}
.banner .ban .element-a .text .right {
  width: 50%;
}
.banner .ban .element-a .text .right .p-a {
  font-size: 21px;
  color: #868686;
  line-height: 33px;
  margin: 0 0 30px 0;
}
.banner .ban .element-a .text .right .more {
  display: inline-block;
}
.banner .ban .element-a .text .right .more a {
  padding: 0 0 10px 0;
  border-bottom: 2px solid #1f74ad;
}
.banner .ban .element-a .text .right .more a .p {
  font-size: 21px;
  color: #fff;
}
.banner .ban .element-a .text .right .more a .img {
  margin: 0 0 0 20px;
}
.banner .ban .element-b .imgbox {
  width: 90%;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.banner .ban .element-b .imgbox .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .ban .element-b .imgbox .body{
  position: absolute;
  width: 90%;
  left: 5%;
  bottom: 30px;
}
.banner .ban .element-b .imgbox .body .text{
  font-size: 140px;
  font-weight: bold;
  color: #ffffff;
}
.banner .ban .element-b .imgbox .body .more{
  width: 235px;
  border-radius: 10px;
  background: #fff;
  transition: 0.3s;
}
.banner .ban .element-b .imgbox .body .more a{
  justify-content: center;
}
.banner .ban .element-b .imgbox .body .more a .p {
  font-size: 16px;
  color: #000000;
  line-height: 50px;
  margin: 0 20px 0 0;
}
.banner .ban .element-b .imgbox .body .more a .after img:nth-child(1){
  display: inline;
}
.banner .ban .element-b .imgbox .body .more a .after img:nth-child(2){
  display: none;
}
.banner .ban .element-b .imgbox .body .more:hover{
  background: #000;
}
.banner .ban .element-b .imgbox .body .more:hover a .p{
  color: #fff;
}
.banner .ban .element-b .imgbox .body .more:hover a .after img:nth-child(1){
  display: none;
}
.banner .ban .element-b .imgbox .body .more:hover a .after img:nth-child(2){
  display: inline;
}
.n-banner .ban {
  position: relative;
}
.n-banner .ban .text {
  position: absolute;
  top: 30%;
  right: 5%;
  width: 48%;
  background: #1f74ad;
  box-sizing: border-box;
  padding: 2% 2%;
}
.n-banner .ban .text .p-a {
  font-size: 45px;
  color: #ffffff;
  margin: 0 0 30px 0;
  font-weight: bold;
}
.n-banner .ban .text .p-b {
  font-size: 17px;
  color: #ffffff;
  line-height: 36px;
}
.n-banner .ban video{
  width: 100%;
  height: 700px;
  background: #000;
}
/* 产品 */
.products .pro {
  padding: 100px 0;
}
.products .pro .caption {
  font-size: 45px;
  color: #000000;
  font-weight: bold;
}
.products .pro .element {
  padding: 65px 0 0 0;
  position: relative;
}
.products .pro .element .swipera .imgbox {
  border-radius: 10px;
  overflow: hidden;
}
.products .pro .element .swipera .imgbox a {
  display: block;
  background: #f6f6f6;
}
.products .pro .element .swipera .imgbox a .up {
  position: relative;
}
.products .pro .element .swipera .imgbox a .up .img {
  position: relative;
  z-index: 99;
  text-align: center;
}
.products .pro .element .swipera .imgbox a .up .bg {
  top: 30%;
  opacity: 0;
  transition: 0.3s;
}
.products .pro .element .swipera .imgbox a .up .bg li {
  width: 1145px;
  height: 178px;
}
.products .pro .element .swipera .imgbox a .up .bg li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.products .pro .element .swipera .imgbox a .down {
  box-sizing: border-box;
  padding: 6% 5%;
}
.products .pro .element .swipera .imgbox a .down .title {
  font-size: 23px;
  color: #000000;
  margin: 0 0 20px 0;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.products .pro .element .swipera .imgbox a .down .text {
  font-size: 17px;
  color: #676767;
}
.products .pro .element .swipera .imgbox:hover a .up .bg {
  opacity: 1;
}
.products .pro .element .toggle {
  position: absolute;
  top: -45px;
  right: 0;
  justify-content: flex-end;
  width: 100%;
}
.products .pro .element .toggle .swiper-paginationa {
  position: unset;
  text-align: right;
  box-sizing: border-box;
  padding: 0 40px 0 0;
  width: 80%;
}
.products .pro .element .toggle .swiper-paginationa .swiper-pagination-bullet {
  width: 3%;
  height: 1px;
  background: #b5b5b5;
  border-radius: 0;
  margin: 0;
  opacity: 1;
}
.products .pro .element .toggle .swiper-paginationa .swiper-pagination-bullet-active {
  background: #000000;
}
.products .pro .element .toggle .swiper-button-preva {
  position: unset;
  width: 45px;
  height: 45px;
  background: #ededed;
  border-radius: 30px;
  margin: 0 20px 0 0;
}
.products .pro .element .toggle .swiper-button-preva::after {
  display: none;
}
.products .pro .element .toggle .swiper-button-preva:hover{
  background: #dbdbdc;
}
.products .pro .element .toggle .swiper-button-nexta {
  position: unset;
  width: 45px;
  height: 45px;
  background: #ededed;
  border-radius: 30px;
  margin: 0;
}
.products .pro .element .toggle .swiper-button-nexta::after {
  display: none;
}
.products .pro .element .toggle .swiper-button-nexta:hover{
  background: #dbdbdc;
}
.products .pro .more {
  width: 235px;
  border: 1px solid #676767;
  border-radius: 10px;
  margin: 50px auto 0 auto;
  transition: 0.3s;
}
.products .pro .more a {
  justify-content: center;
}
.products .pro .more a .p {
  font-size: 16px;
  color: #000000;
  line-height: 50px;
  margin: 0 20px 0 0;
}
.products .pro .more .img:nth-child(1){
  display: inline;
}
.products .pro .more .img:nth-child(1){
  display: none;
}
.products .pro .more:hover{
  background: #000;
}
.products .pro .more:hover a .p{
  color: #fff;
}
.products .pro .more:hover a .after img:nth-child(1){
  display: none;
}
.products .pro .more:hover a .after img:nth-child(2){
  display: inline;
}
/* 应用 */
.applications {
  background: url(../img/ind6.jpg) top no-repeat;
}
.applications .app {
  padding: 130px 0 80px 0;
}
.applications .app .caption {
  margin: 0 auto 130px auto;
}
.applications .app .caption .left .p-a {
  font-size: 18px;
  color: #ffffff;
  margin: 0 0  35px 0;
}
.applications .app .caption .left .p-b {
  font-size: 45px;
  color: #ffffff;
  font-weight: bold;
}
.applications .app .caption .right {
  width: 60%;
  font-size: 18px;
  color: #ffffff;
  line-height: 28px;
}
.applications .app .element {
  position: relative;
  box-sizing: border-box;
  padding: 0 0 0 10%;
  margin: 0 0 50px 0;
}
.applications .app .element .swiperb .swiper-slide {
  width: 20%;
}
.applications .app .element .swiperb .swiper-slide-active {
  width: 58% !important;
}
.applications .app .element .swiperb .swiper-slide-active .imgbox a .left {
  width: 56%;
}
.applications .app .element .swiperb .swiper-slide-active .imgbox a .left .img img{
  display: block;
}
.applications .app .element .swiperb .swiper-slide-active .imgbox a .left .p {
  background: #1f74ad;
}
.applications .app .element .swiperb .swiper-slide-active .imgbox a .right {
  display: block;
  width: 40%;
}
.applications .app .element .swiperb .imgbox a .left .p {
  background: #000000;
  padding: 45px 5%;
}
.applications .app .element .swiperb .imgbox a .left .p .p-a {
  font-size: 30px;
  color: #ffffff;
  margin: 0 0 35px 0;
}
.applications .app .element .swiperb .imgbox a .left .p .p-b {
  font-size: 16px;
  color: #ffffff;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-weight: bold;
  text-transform: uppercase;
  height: 16px;
}
.applications .app .element .swiperb .imgbox a .right {
  display: none;
}
.applications .app .element .swiperb .imgbox a .right .title {
  font-size: 34px;
  font-weight: bold;
  color: #ffffff;
  margin: 0 0 30px 0;
}
.applications .app .element .swiperb .imgbox a .right .text {
  font-size: 17px;
  color: #909090;
  line-height: 27px;
  margin: 0 0 50px 0;
}
.applications .app .element .swiper-button-prevb {
  width: 75px;
  height: 75px;
  left: 3%;
  background: #000000;
  border-radius: 50px;
}
.applications .app .element .swiper-button-prevb::after {
  font-size: 26px;
  color: #fff;
  font-weight: bold;
}
.applications .app .element .swiper-button-prevb:hover{
  background: #1f74ad;
}
.applications .app .element .swiper-button-nextb {
  width: 75px;
  height: 75px;
  right: 3%;
  background: #000000;
  border-radius: 50px;
}
.applications .app .element .swiper-button-nextb::after {
  font-size: 26px;
  color: #fff;
  font-weight: bold;
}
.applications .app .element .swiper-button-nextb:hover{
  background: #1f74ad;
}
.applications .app .more {
  width: 235px;
  border: 1px solid #676767;
  border-radius: 10px;
  margin: 50px auto 0 auto;
}
.applications .app .more a {
  justify-content: center;
}
.applications .app .more a .p {
  font-size: 16px;
  color: #000000;
  line-height: 50px;
  margin: 0 20px 0 0;
}
.applications .app .more .img:nth-child(1){
  display: inline;
}
.applications .app .more .img:nth-child(1){
  display: none;
}
.applications .app .more:hover{
  background: #000;
}
.applications .app .more:hover a .p{
  color: #fff;
}
.applications .app .more:hover a .after img:nth-child(1){
  display: none;
}
.applications .app .more:hover a .after img:nth-child(2){
  display: inline;
}
/* 新闻 */
.news {
  background: url(../img/ind9.png) no-repeat;
  background-position: 0 5%;
}
.news .new {
  padding: 80px 0 120px 0;
}
.news .new .caption .left {
  font-size: 45px;
  font-weight: bold;
  color: #000000;
}
.news .new .caption .right {
  border-bottom: 1px solid #000000;
  padding: 0 0 25px 0;
}
.news .new .caption .right a .p {
  font-size: 21px;
  color: #000000;
  margin: 0 30px 0 0;
}
.news .new .element {
  margin: 40px 0 0 0;
  align-items: flex-end;
}
.news .new .element .left {
  width: 40%;
}
.news .new .element .right {
  width: 55%;
}
.news .new .element .right .textbox {
  position: relative;
}
.news .new .element .right .textbox a {
  padding: 45px 0;
  border-bottom: 1px solid #dadada;
}
.news .new .element .right .textbox a .num {
  width: 15%;
  color: #a7aaad;
  font-size: 26px;
}
.news .new .element .right .textbox a .text {
  width: 65%;
  font-size: 32px;
  color: #a7aaad;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.news .new .element .right .textbox a .time {
  width: 20%;
  font-size: 25px;
  color: #a7aaad;
  text-align: right;
}
.news .new .element .right .textbox::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  transition: 0.3s;
  height: 1px;
  background: #000000;
  content: '';
}
.news .new .element .right .textbox:hover a .num {
  color: #000000;
}
.news .new .element .right .textbox:hover a .text {
  color: #000000;
}
.news .new .element .right .textbox:hover a .time {
  color: #000000;
}
.news .new .element .right .textbox:hover::after {
  width: 100%;
}
/* 功能 */
.function {
  background: #fbfbfb;
}
.function .fun {
  padding: 120px 0;
}
.function .fun .imgbox-a {
  width: 47%;
  background: #eeeeee;
  border-radius: 10px;
}
.function .fun .imgbox-a {
  display: block;
  box-sizing: border-box;
  padding: 3% 5%;
}
.function .fun .imgbox-a .title {
  margin: 0 0 45px 0;
}
.function .fun .imgbox-a .title .p {
  font-size: 22px;
  color: #6b6b6b;
}
.function .fun .imgbox-a  .text {
  font-size: 29px;
  color: #2f3035;
  line-height: 34px;
  margin: 0 0 55px 0;
  height: 136px;
}
.function .fun .imgbox-a .btn {
  background: #000000;
  width: 170px;
  border-radius: 10px;
}
.function .fun .imgbox-a .btn a{
  justify-content: center;
}
.function .fun .imgbox-a .btn a .p {
  font-size: 18px;
  color: #fff;
  line-height: 50px;
  margin: 0 15px 0 0;
}
.function .fun .imgbox-b {
  width: 47%;
  background: #2f3035;
  border-radius: 10px;
}
.function .fun .imgbox-b {
  display: block;
  box-sizing: border-box;
  padding: 3% 5%;
}
.function .fun .imgbox-b .title {
  margin: 0 0 45px 0;
}
.function .fun .imgbox-b .title .p {
  font-size: 22px;
  color: #fff;
}
.function .fun .imgbox-b .text {
  font-size: 29px;
  color: #ffffff;
  line-height: 34px;
  margin: 0 0 55px 0;
}
.function .fun .imgbox-b .btn {
  background: #fff;
  width: 170px;
  border-radius: 10px;
}
.function .fun .imgbox-b .btn a{
  justify-content: center;
}
.function .fun .imgbox-b .btn a .p {
  font-size: 18px;
  color: #2f3035;
  line-height: 50px;
  margin: 0 15px 0 0;
}
/* 推荐 */
.testimonial .tes {
  padding: 80px 0;
  align-items: flex-start;
  position: relative;
}
.testimonial .tes .left {
  width: 25%;
}
.testimonial .tes .left .caption {
  font-size: 45px;
  color: #000000;
  font-weight: bold;
}
.testimonial .tes .right {
  width: 70%;
  position: relative;
}
.testimonial .tes .right .swiperc .imgbox .up {
  justify-content: flex-start;
  margin: 0 0 50px 0;
}
.testimonial .tes .right .swiperc .imgbox .up .avatar {
  margin: 0 20px 0 0;
}
.testimonial .tes .right .swiperc .imgbox .up .name .p-a {
  font-size: 21px;
  color: #000000;
  font-weight: bold;
  margin: 0 0 10px 0;
}
.testimonial .tes .right .swiperc .imgbox .up .name .p-b {
  font-size: 18px;
  color: #000000;
}
.testimonial .tes .right .swiperc .imgbox .down {
  position: relative;
}
.testimonial .tes .right .swiperc .imgbox .down .left-after {
  width: 5%;
  position: absolute;
  left: 0;
  top: 0;
  text-align: left;
}
.testimonial .tes .right .swiperc .imgbox .down .text {
  width: 100%;
  box-sizing: border-box;
  padding: 0 5%;
  font-size: 20px;
  color: #000000;
  line-height: 38px;
}
.testimonial .tes .right .swiperc .imgbox .down .right-after {
  width: 5%;
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
}
.testimonial .tes .right .swiper-button-prevc {
  top: 25px;
  left: auto;
  right: 75px;
  width: 55px;
  height: 55px;
  background: #f3f3f3;
  border: 1px solid #dfdfdf;
  border-radius: 30px;
}
.testimonial .tes .right .swiper-button-prevc::after {
  font-size: 26px;
  color: #1e1e1e;
  font-weight: bold;
}
.testimonial .tes .right .swiper-button-prevc:hover{
  background: #ffffff;
}
.testimonial .tes .right .swiper-button-nextc {
  top: 25px;
  right: 0;
  width: 55px;
  height: 55px;
  background: #f3f3f3;
  border: 1px solid #dfdfdf;
  border-radius: 30px;
}
.testimonial .tes .right .swiper-button-nextc::after {
  font-size: 26px;
  color: #1e1e1e;
  font-weight: bold;
}
.testimonial .tes .right .swiper-button-nextc:hover{
  background: #ffffff;
}
.testimonial .tes .swiper-paginationc {
  font-size: 45px;
  left: 0;
  bottom: 80px;
  font-size: 40px;
  color: #000000;
  text-align: left;
}
/* 底部 */
footer {
  background: #010101 url(../img/foo1.png) top left no-repeat;
}
footer .foo-a {
  padding: 120px 0;
  align-items: flex-start;
}
footer .foo-a .caption {
  font-size: 18px;
  color: #ffffff;
}
footer .foo-a .left {
  width: 20%;
}
footer .foo-a .left .logo {
  margin: 0 0 90px 0;
}
footer .foo-a .left .name {
  font-size: 17px;
  color: #b1b1b1;
  margin: 15px 0 30px 0;
}
footer .foo-a .right {
  width: 70%;
  align-items: flex-start;
}
footer .foo-a .right .caption {
  margin: 0 0 30px 0;
  font-weight: bold;
}
footer .foo-a .right .body-a {
  width: 20%;
}
footer .foo-a .right .body-a li {
  margin: 0 0 20px 0;
}
footer .foo-a .right .body-a li a {
  font-size: 17px;
  color: #b1b1b1;
}
footer .foo-a .right .body-b {
  width: 40%;
}
footer .foo-a .right .body-b .textbox{
  margin: 0 0 10px 0;
}
footer .foo-a .right .body-b .textbox .p-a {
  font-size: 17px;
  color: #b1b1b1;
  line-height: 30px;
}
footer .foo-a .right .body-b .textbox .p-b {
  font-size: 17px;
  color: #b1b1b1;
  line-height: 30px;
}
footer .foo-a .right .body-c {
  width: 20%;
}
footer .foo-b {
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
footer .foo-b .left {
  font-size: 16px;
  color: #ffffff;
}
footer .foo-b .jszcbox{
	display: flex;
	justify-content: center;
	align-items: center;
}
footer .foo-b .jszcbox .jszctext{
	width: 150px;
  font-size: 16px;
  color: #ffffff;
}
footer .foo-b .jszcbox .jszcimg{
	width: 70px;
  padding: 5px 0 0 0;
}
/* 内页-关于 */
.n-about-a .abo {
  padding: 100px 0;
}
.n-about-a .abo .element {
  margin: 50px 0 0 0;
  border: 1px solid #dddddd;
  align-items: flex-start;
}
.n-about-a .abo .element .imgbox {
  width: 20%;
  border-right: 1px solid #dddddd;
}
.n-about-a .abo .element .imgbox a {
  display: block;
  box-sizing: border-box;
  padding: 25% 3%;
}
.n-about-a .abo .element .imgbox a .img {
  text-align: center;
  margin: 0 0 30px 0;
}
.n-about-a .abo .element .imgbox a .title {
  font-size: 25px;
  color: #000000;
  line-height: 28px;
  font-weight: bold;
  text-align: center;
  height: 56px;
  margin: 0 0 30px 0;
}
.n-about-a .abo .element .imgbox a .text {
  font-size: 16px;
  color: #5d5c5c;
  line-height: 28px;
  height: 200px;
}
.n-about-a .abo .element .imgbox:nth-child(4) a .text {
  box-sizing: border-box;
  padding: 30px 0 0 0;
}
.n-about-a .abo .element .imgbox:hover{
  background: #f6f6f6;
}
.n-about-a .abo .more {
  width: 235px;
  border: 1px solid #676767;
  border-radius: 10px;
  margin: 50px auto 0 auto;
  transition: 0.3s;
  overflow: hidden;
}
.n-about-a .abo .more a {
  font-size: 16px;
  color: #000000;
  line-height: 50px;
  text-align: center;
  display: block;
}
.n-about-a .abo .more:hover a{
  background: #000;
  color: #fff;
}
.n-about-b {
  background: #fbfbfb;
  padding: 100px 0;
}
.n-about-b .abo .element {
  margin: 50px 0 0 0;
  position: relative;
}
.n-about-b .abo .element .swipera .imgbox {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.n-about-b .abo .element .swipera .imgbox a {
  background: #fff;
  display: block;
}
.n-about-b .abo .element .swipera .imgbox a .text {
  box-sizing: border-box;
  padding: 8% 5% 3% 5%;
}
.n-about-b .abo .element .swipera .imgbox a .text .title {
  font-size: 30px;
  color: #000000;
  font-weight: bold;
  margin: 0 0 45px 0;
}
.n-about-b .abo .element .swipera .imgbox a .text .btn {
  justify-content: flex-start;
}
.n-about-b .abo .element .swipera .imgbox a .text .btn .p {
  font-size: 16px;
  color: #000000;
  margin: 0 20px 0 0;
}
.n-about-b .abo .element .toggle {
  position: absolute;
  top: -95px;
  right: 0;
  justify-content: flex-end;
  width: 100%;
}
.n-about-b .abo .element .toggle .swiper-paginationa {
  position: unset;
  text-align: right;
  box-sizing: border-box;
  padding: 0 40px 0 0;
}
.n-about-b .abo .element .toggle .swiper-paginationa .swiper-pagination-bullet {
  width: 3%;
  height: 1px;
  background: #b5b5b5;
  border-radius: 0;
  margin: 0;
  opacity: 1;
}
.n-about-b .abo .element .toggle .swiper-paginationa .swiper-pagination-bullet-active {
  background: #000000;
}
.n-about-b .abo .element .toggle .swiper-button-preva {
  position: unset;
  width: 45px;
  height: 45px;
  background: #ededed;
  border-radius: 30px;
  margin: 0 20px 0 0;
}
.n-about-b .abo .element .toggle .swiper-button-preva::after {
  display: none;
}
.n-about-b .abo .element .toggle .swiper-button-preva:hover {
  background: #dbdbdc;
}
.n-about-b .abo .element .toggle .swiper-button-nexta {
  position: unset;
  width: 45px;
  height: 45px;
  background: #ededed;
  border-radius: 30px;
  margin: 0;
}
.n-about-b .abo .element .toggle .swiper-button-nexta::after {
  display: none;
}
.n-about-b .abo .element .toggle .swiper-button-nexta:hover {
  background: #dbdbdc;
}
.n-about-c {
  padding: 90px 0;
}
.n-about-c .abo {
  background: #1f74ad;
  border-radius: 10px;
}
.n-about-c .abo a {
  box-sizing: border-box;
  padding: 5% 3%;
}
.n-about-c .abo a .img {
  width: 7%;
}
.n-about-c .abo a .text {
  width: 80%;
}
.n-about-c .abo a .text .p-a {
  font-size: 42px;
  color: #ffffff;
  padding: 0 1% 20px 1%;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #fff;
}
.n-about-c .abo a .text .p-b {
  font-size: 22px;
  color: #ffffff;
  padding: 0 1%;
}
.n-about-c .abo a .btn {
  width: 7%;
  text-align: right;
}
.n-about-d {
  padding: 90px 0;
}
/* 内页-产品 */
.n-products {
  background: #fbfbfb;
}
.n-products .pro {
  padding: 100px 0;
}
.n-products .pro .nav {
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  padding: 30px 40px;
  border-radius: 10px;
  background: #fff;
}
.n-products .pro .nav li {
  margin: 0 15px;
}
.n-products .pro .nav li a {
  font-size: 21px;
  color: #000000;
  font-weight: bold;
  display: block;
}
/* .n-products .pro .nav li:first-child {
  margin: 0;
  position: absolute;
  left: 40px;
  top: 30px;
} */
.n-products .pro .element {
  flex-wrap: wrap;
  margin: 50px 0 0 0;
  justify-content: flex-start;
}
.n-products .pro .element .imgbox {
  border-radius: 10px;
  overflow: hidden;
  margin: 0 1.5% 50px 1.5%;
  width: 30%;
}
.n-products .pro .element .imgbox a {
  display: block;
  background: #f6f6f6;
}
.n-products .pro .element .imgbox a .up {
  position: relative;
}
.n-products .pro .element .imgbox a .up .img {
  position: relative;
  z-index: 99;
}
.n-products .pro .element .imgbox a .up .bg {
  top: 30%;
  opacity: 0;
  transition: 0.3s;
}
.n-products .pro .element .imgbox a .up .bg li {
  width: 1145px;
  height: 178px;
}
.n-products .pro .element .imgbox a .up .bg li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.n-products .pro .element .imgbox a .down {
  box-sizing: border-box;
  padding: 6% 5%;
}
.n-products .pro .element .imgbox a .down .title {
  font-size: 23px;
  color: #000000;
  text-align: center;
  line-height: 50px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.n-products .pro .element .imgbox a .down .btn {
  width: 180px;
  margin: 0 auto;
  background: #000000;
  box-sizing: border-box;
  padding: 0 10px;
  border-radius: 5px;
  display: none;
}
.n-products .pro .element .imgbox a .down .btn .p {
  font-size: 20px;
  color: #ffffff;
  line-height: 50px;
}
.n-products .pro .element .imgbox:hover a .up .bg {
  opacity: 1;
}
.n-products .pro .element .imgbox:hover a .down .title {
  display: none;
}
.n-products .pro .element .imgbox:hover a .down .btn {
  display: flex;
}
.n-products .pro .updown {
  justify-content: center;
}
.n-products .pro .updown a {
  width: 45px;
  height: 45px;
  border: 1px solid #d5d5d5;
  text-align: center;
  line-height: 45px;
  display: block;
  margin: 0 5px;
  font-size: 19px;
  color: #000000;
  border-radius: 30px;
}
.n-products .pro .updown a:hover {
  background: #116597;
  border: 1px solid #116597;
  color: #fff;
}
.x-products {
  background: #fbfbfb;
}
.x-products .pro {
  padding: 100px 0;
}
.x-products .pro .nav {
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  padding: 30px 40px;
  border-radius: 10px;
  background: #fff;
}
.x-products .pro .nav li {
  margin: 0 15px;
}
.x-products .pro .nav li a {
  font-size: 21px;
  color: #000000;
  font-weight: bold;
  display: block;
}
/* .x-products .pro .nav li:first-child {
  margin: 0;
  position: absolute;
  left: 40px;
  top: 30px;
} */
.x-products .pro .element .img {
  text-align: center;
  padding: 50px 0;
}
.x-products .pro .element .title {
  font-size: 45px;
  color: #000000;
  text-align: center;
  font-weight: bold;
}
.x-products .pro .element .text{
  font-size: 18px;
  color: #333333;
  line-height: 32px;
  padding: 30px 0 0 0;
  width: 70%;
  margin: 0 auto;
}
/* 内页-应用 */
.i-application-a {
  padding: 100px 0;
}
.i-application-a .app {
  flex-wrap: wrap;
}
.i-application-a .app .imgbox {
  width: 48%;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 0 80px 0;
}
.i-application-a .app .imgbox a .img img {
  display: block;
}
.i-application-a .app .imgbox a .text {
  background: #000000;
  box-sizing: border-box;
  padding: 30px 3%;
}
.i-application-a .app .imgbox a .text .p {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}
.i-application-a .app .imgbox:hover a .text {
  background: #1f74ad;
}
.i-application-b {
  padding: 100px 0;
  background: url(../img/app2.jpg) no-repeat;
  background-size: cover;
}
.i-application-b .app .swipera{
  padding: 0 0 80px 0;
  margin: 50px 0 0 0;
}
.i-application-b .app .swipera .imgbox{
  box-shadow: 0 0 10px 0 #999;
}
.i-application-b .app .swipera .imgbox a img{
  display: block;
}
.i-application-b .app .swipera .swiper-pagination .swiper-pagination-bullet{
  width: 100%;
  border-radius: 0;
  margin: 0;
  bottom: 0;
  height: 1px;
  border-top: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
}
.i-application-b .app .swipera .swiper-pagination .swiper-pagination-bullet-active{
  border-top: 3px solid #0f78d1;
  background: #0f78d1;
  border-bottom: 3px solid #0f78d1;  
  border-radius: 30px;
}
.n-application {
  background: #fbfbfb;
}
.n-application .app {
  padding: 100px 0;
}
.n-application .app .nav {
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  padding: 30px 40px;
  border-radius: 10px;
  background: #fff;
}
.n-application .app .nav li {
  margin: 0 15px;
}
.n-application .app .nav li a {
  font-size: 21px;
  color: #000000;
  font-weight: bold;
  display: block;
}
.n-application .app .nav li:first-child {
  margin: 0;
  position: absolute;
  left: 40px;
  top: 30px;
}
.n-application .app .element {
  flex-wrap: wrap;
  margin: 50px 0 0 0;
  justify-content: flex-start;
}
.n-application .app .element .imgbox {
  border-radius: 10px;
  overflow: hidden;
  margin: 0 1% 50px 1%;
  width: 31%;
}
.n-application .app .element .imgbox a {
  display: block;
  background: #f6f6f6;
}
.n-application .app .element .imgbox a .up {
  position: relative;
}
.n-application .app .element .imgbox a .up .img {
  position: relative;
  z-index: 99;
}
.n-application .app .element .imgbox a .up .bg {
  top: 30%;
  opacity: 0;
  transition: 0.3s;
}
.n-application .app .element .imgbox a .up .bg li {
  width: 1145px;
  height: 178px;
}
.n-application .app .element .imgbox a .up .bg li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.n-application .app .element .imgbox a .down {
  box-sizing: border-box;
  padding: 6% 5%;
}
.n-application .app .element .imgbox a .down .title {
  font-size: 23px;
  color: #000000;
  text-align: center;
  line-height: 50px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.n-application .app .element .imgbox a .down .btn {
  width: 180px;
  margin: 0 auto;
  background: #000000;
  box-sizing: border-box;
  padding: 0 10px;
  border-radius: 5px;
  display: none;
}
.n-application .app .element .imgbox a .down .btn .p {
  font-size: 20px;
  color: #ffffff;
  line-height: 50px;
}
.n-application .app .element .imgbox:hover a .up .bg {
  opacity: 1;
}
.n-application .app .element .imgbox:hover a .down .title {
  display: none;
}
.n-application .app .element .imgbox:hover a .down .btn {
  display: flex;
}
.n-application .app .updown {
  justify-content: center;
}
.n-application .app .updown a {
  width: 45px;
  height: 45px;
  border: 1px solid #d5d5d5;
  text-align: center;
  line-height: 45px;
  display: block;
  margin: 0 5px;
  font-size: 19px;
  color: #000000;
  border-radius: 30px;
}
.n-application .app .updown a:hover {
  background: #116597;
  border: 1px solid #116597;
  color: #fff;
}
.x-application {
  background: #fbfbfb;
}
.x-application .app {
  padding: 100px 0;
}
.x-application .app .nav {
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  padding: 30px 40px;
  border-radius: 10px;
  background: #fff;
}
.x-application .app .nav li {
  margin: 0 15px;
}
.x-application .app .nav li a {
  font-size: 21px;
  color: #000000;
  font-weight: bold;
  display: block;
}
.x-application .app .nav li:first-child {
  margin: 0;
  position: absolute;
  left: 40px;
  top: 30px;
}
.x-application .app .element .img {
  text-align: center;
  padding: 50px 0;
}
.x-application .app .element .title {
  font-size: 45px;
  color: #000000;
  text-align: center;
  font-weight: bold;
}
.x-application .app .element .text{
  font-size: 18px;
  color: #333333;
  line-height: 32px;
  padding: 30px 0 0 0;
}
/* 内页-新闻 */
.n-news .new {
  padding: 100px 0;
}
.n-news .new .caption {
  font-size: 45px;
  color: #000000;
  text-align: center;
  font-weight: bold;
  padding: 0 0 50px 0;
  border-bottom: 2px solid #000000;
  margin: 0 0 60px 0;
}
.n-news .new .element {
  flex-wrap: wrap;
  justify-content: flex-start;
}
.n-news .new .element .imgbox {
  width: 31%;
  margin: 0 1% 50px 1%;
}
.n-news .new .element .imgbox a .img{
  border-radius: 15px;
}
.n-news .new .element .imgbox a .up {
  margin: 70px 3% 60px 3%;
}
.n-news .new .element .imgbox a .up .p-a {
  font-size: 32px;
  color: #000000;
  margin: 0 0 40px 0;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.n-news .new .element .imgbox a .up .p-b {
  font-size: 17px;
  color: #909090;
  line-height: 27px;
  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 .down {
  border-top: 1px solid #000000;
  padding: 20px 3% 40px 3%;
}
.n-news .new .element .imgbox a .down .btn {
  font-size: 18px;
  color: #000000;
}
.n-news .new .element .imgbox a .down .time {
  font-size: 17px;
  color: #000000;
}
.n-news .new .element .imgbox:hover a .down {
  background: #116597;
}
.n-news .new .element .imgbox:hover a .down .btn {
  color: #fff;
}
.n-news .new .element .imgbox:hover a .down .time {
  color: #fff;
}
.x-news .new {
  padding: 100px 0;
}
.x-news .new .caption {
  font-size: 45px;
  color: #000000;
  text-align: center;
  font-weight: bold;
  padding: 0 0 50px 0;
  border-bottom: 2px solid #000000;
  margin: 0 0 40px 0;
}
.x-news .new .time{
  font-size: 16px;
  color: #666;
  text-align: center;
  margin: 0 0 60px 0;
}
.x-news .new .element{
  font-size: 20px;
  line-height: 32px;
  color: #333333;
  width: 90%;
  margin: 0 auto;
}
/* 内页-联系 */
.n-contact-a {
  background: url(../img/con1.jpg) bottom right no-repeat;
  background-size: cover;
}
.n-contact-a .con {
  padding: 100px 0;
}
.n-contact-a .con .element {
  width: 45%;
  background: #1f74ad;
  margin: 90px 0 0 0;
  box-sizing: border-box;
  padding: 2% 3%;
  border-radius: 10px;
}
.n-contact-a .con .element .title {
  justify-content: flex-start;
  margin: 0 0 60px 0;
}
.n-contact-a .con .element .title .img {
  width: 7%;
  margin: 0 1% 0 0;
}
.n-contact-a .con .element .title .p {
  font-size: 30px;
  color: #ffffff;
  font-weight: bold;
}
.n-contact-a .con .element .text {
  font-size: 23px;
  color: #fdfcfd;
  line-height: 47px;
  font-weight: 100;
}
.n-contact-b .con {
  padding: 80px 0;
}
.n-contact-b .con .add {
  margin: 0 0 40px 0;
}
.n-contact-b .con .add .imgbox {
  width: 24%;
  background: #e1e4ed;
  box-sizing: border-box;
  padding: 2% 2%;
  border-radius: 10px;
}
.n-contact-b .con .add .imgbox .up {
  justify-content: flex-start;
  margin: 0 0 40px 0;
}
.n-contact-b .con .add .imgbox .up .img {
  width: 10%;
  margin: 0 2% 0 0;
}
.n-contact-b .con .add .imgbox .up .p {
  width: 85%;
  font-size: 30px;
  color: #000000;
  font-weight: bold;
}
.n-contact-b .con .add .imgbox .down {
  font-size: 18px;
  color: #000000;
  line-height: 23px;
  height: 130px;
}
.n-contact-b .con .add .imgbox .down p {
  margin: 0 0 20px 0;
}
.n-contact-c {
  background: #fbfbfb;
}
.n-contact-c .con {
  padding: 60px 0;
}
.n-contact-c .con .caption {
  text-align: center;
  font-size: 45px;
  color: #000000;
  font-weight: bold;
}
.n-contact-c .con .element {
  flex-wrap: wrap;
  margin: 50px 0 0 0;
}
.n-contact-c .con .element .inputbox {
  width: 46%;
  margin: 0 0 50px 0;
}
.n-contact-c .con .element .inputbox .p {
  font-size: 23px;
  color: #000000;
  margin: 0 0 15px 0;
}
.n-contact-c .con .element .inputbox .input input {
  border: none;
  outline: none;
  width: 100%;
  background: #ebebeb;
  border-radius: 10px;
  line-height: 55px;
  box-sizing: border-box;
  padding: 0 20px;
  font-size: 17px;
  color: #676767;
}
.n-contact-c .con .element .textareabox {
  margin: 0 0 50px 0;
  width: 100%;
}
.n-contact-c .con .element .textareabox .p {
  font-size: 23px;
  color: #000000;
  margin: 0 0 15px 0;
}
.n-contact-c .con .element .textareabox .textarea textarea {
  border: none;
  outline: none;
  width: 100%;
  background: #ebebeb;
  border-radius: 10px;
  line-height: 28px;
  box-sizing: border-box;
  padding: 10px 20px;
  font-size: 17px;
  color: #676767;
  height: 130px;
}
.n-contact-c .con .element .subscribe {
  width: 180px;
  margin: 0 auto;
}
.n-contact-c .con .element .subscribe input {
  border: none;
  outline: none;
  width: 100%;
  font-size: 21px;
  color: #fff;
  background: #116597;
  line-height: 50px;
  border-radius: 30px;
  text-align: center;
}
/* 内页-训练 */
.n-train-a .tra {
  padding: 100px 0;
}
.n-train-a .tra .element {
  background: #f6f6f6;
  box-sizing: border-box;
  padding: 3% 5%;
  margin: 50px 0 0 0;
}
.n-train-a .tra .element .caption {
  font-size: 34px;
  color: #000000;
  text-align: center;
  margin: 0 0 90px 0;
}
.n-train-a .tra .element .body {
  align-items: flex-start;
}
.n-train-a .tra .element .body .textbox {
  width: 19%;
}
.n-train-a .tra .element .body .textbox .title .after {
  text-align: center;
  margin: 0 0 5px 0;
}
.n-train-a .tra .element .body .textbox .title .p {
  font-size: 27px;
  color: #1f74ad;
  font-weight: bold;
  text-align: center;
  margin: 0 0 30px 0;
}
.n-train-a .tra .element .body .textbox .text .p-a {
  font-size: 19px;
  color: #000000;
  box-sizing: border-box;
  padding: 15% 10%;
  border: 1px solid #000000;
  border-radius: 20px;
  margin: 0 0 15px 0;
}
.n-train-a .tra .element .body .textbox .text .p-b {
  font-size: 19px;
  color: #000000;
  box-sizing: border-box;
  padding: 5% 5%;
  border: 1px solid #000000;
  border-radius: 30px;
  margin: 0 0 15px 0;
  line-height: 24px;
}
.n-train-b {
  margin: 0 0 100px 0;
}
.n-train-b .tra .imgbox {
  width: 32%;
  border-radius: 10px;
  overflow: hidden;
}
.n-train-b .tra .imgbox .positively {
  background: #f4f5f8 url(../img/10.png) right bottom no-repeat;
  box-sizing: border-box;
  padding: 8% 8%;
  height: 450px;
}
.n-train-b .tra .imgbox .positively .title {
  font-size: 30px;
  color: #000000;
  font-weight: bold;
  margin: 0 0 20px 0;
}
.n-train-b .tra .imgbox .positively .text {
  font-size: 18px;
  color: #4e4e4e;
  line-height: 32px;
}
.n-train-b .tra .imgbox .reverse {
  background: #1f74ad;
  box-sizing: border-box;
  padding: 8% 8%;
  height: 450px;
}
.n-train-b .tra .imgbox .reverse .caption {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  margin: 0 0 20px 0;
}
.n-train-b .tra .imgbox .reverse .title {
  font-size: 22px;
  color: #ffffff;
  margin: 0 0 20px 0;
}
.n-train-b .tra .imgbox .reverse .text {
  justify-content: flex-start;
  align-items: flex-start;
}
.n-train-b .tra .imgbox .reverse .text .after {
  width: 10%;
  padding: 8px 0 0 0;
}
.n-train-b .tra .imgbox .reverse .text .p {
  font-size: 22px;
  color: #fff;
  line-height: 32px;
}
.n-train-b .tra .imgbox .reverse .tab {
  font-size: 22px;
  color: #1f74ad;
  background: #fff;
  display: inline-block;
  line-height: 40px;
  padding: 0 15px;
  border-radius: 30px;
  margin: 0 0 20px;
}
.n-train-c .tra .element {
  margin: 70px 0 0 0;
}
.n-train-c .tra .element .textbox {
  border-top: 1px solid #000000;
}
.n-train-c .tra .element .textbox .job {
  box-sizing: border-box;
  padding: 30px 3% ;
}
.n-train-c .tra .element .textbox .job .name {
  font-size: 30px;
  font-weight: bold;
  color: #000000;
  width: 50%;
}
.n-train-c .tra .element .textbox .job .add {
  width: 40%;
  font-size: 23px;
  color: #000000;
  font-weight: bold;
}
.n-train-c .tra .element .textbox .job .after {
  width: 10%;
  text-align: right;
}
.n-train-c .tra .element .textbox .job .after img:nth-child(1) {
  display: inline;
}
.n-train-c .tra .element .textbox .job .after img:nth-child(2) {
  display: none;
}
.n-train-c .tra .element .textbox .body {
  border-top: 1px solid #c9c9c9;
  box-sizing: border-box;
  padding: 3% 3%;
  align-items: flex-start;
}
.n-train-c .tra .element .textbox .body .left {
  width: 60%;
}
.n-train-c .tra .element .textbox .body .left h1 {
  font-size: 23px;
  color: #000000;
  margin: 0 0 5px 0;
}
.n-train-c .tra .element .textbox .body .left p {
  font-size: 20px;
  color: #848484;
  line-height: 30px;
}
.n-train-c .tra .element .textbox .body .right {
  width: 30%;
}
.n-train-c .tra .element .textbox .body .right .p {
  font-size: 20px;
  color: #1f74ad;
  line-height: 30px;
  margin: 0 0 20px 0;
}
.n-train-c .tra .element .textbox .body .right .email {
  font-size: 27px;
  color: #1f74ad;
  text-decoration: underline;
}
/* 内页-服务 */
.n-service-a .ser {
  padding: 100px 0;
}
.n-service-a .ser .caption {
  display: inline-block;
  font-size: 30px;
  color: #000000;
  font-weight: bold;
  padding: 0 0 30px 0;
  margin: 0 0 30px 0;
  border-bottom: 1px solid #000000;
}
.n-service-a .ser .element .textbox {
  width: 32%;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 4% 3%;
  background: #eeeeee;
  font-size: 20px;
  color: #000000;
  line-height: 37px;
  height: 500px;
}
.n-service-a .ser .element .textbox:hover {
  background: #2f3035;
  color: #fff;
}
.n-service-b {
  background: #f9f9f9;
}
.n-service-b .ser {
  padding: 70px 0;
}
.n-service-b .ser .element {
  margin: 60px 0 0 0;
}
.n-service-b .ser .element .left {
  width: 55%;
}
.n-service-b .ser .element .left .text {
  justify-content: flex-start;
  margin: 0 0 10px 0;
}
.n-service-b .ser .element .left .text .p-a {
  width: 20%;
  text-align: center;
  font-size: 20px;
  color: #000000;
  border: 1px solid #000000;
  line-height: 45px;
  margin: 0 2% 0 0;
  border-radius: 30px ;
}
.n-service-b .ser .element .left .text .p-b {
  font-size: 16px;
  color: #000000;
  font-weight: bold;
  border: 1px solid #000000;
  line-height: 45px;
  padding: 0 20px;
  border-radius: 30px;
  max-width: 65%;
}
.n-service-c {
  background: #f9f9f9;
}
.n-service-c .ser {
  box-sizing: border-box;
  padding: 2% 1%;
  background: #eeeeee;
  flex-wrap: wrap;
  justify-content: flex-start;
  border-radius: 10px;
}
.n-service-c .ser .img {
  margin: 8px 1%;
  background: #fff;
  flex-direction: column;
  justify-content: center;
  height: 80px;
  border-radius: 10px;
  padding: 20px 5%;
}
.n-service-c .ser .caption{
  font-size: 28px;
  color: #116597;
  font-weight: bold;
  margin: 0 0 30px 0;
}
.n-service-c .ser .swiper{
  margin: 0 0 30px 0;
}
.n-service-d .ser {
  padding: 90px 0;
}
.n-service-d .ser .element {
  margin: 60px 0 0 0;
}
.n-service-d .ser .element .up {
  justify-content: flex-start;
  align-items: flex-start;
}
.n-service-d .ser .element .down {
  justify-content: flex-end;
}
.n-service-d .ser .element .imgbox-a {
  justify-content: flex-start;
}
.n-service-d .ser .element .imgbox-a .p {
  font-size: 19px;
  color: #ffffff;
  box-sizing: border-box;
  padding: 30px 30px;
  background: #1f74ad;
  border-radius: 15px;
  line-height: 24px;
}
.n-service-d .ser .element .imgbox-a .after {
  margin: 0 20px;
  width: 30px;
}
.n-service-d .ser .element .imgbox-b {
  justify-content: flex-start;
  flex-direction: column;
}
.n-service-d .ser .element .imgbox-b .p {
  font-size: 19px;
  color: #ffffff;
  box-sizing: border-box;
  padding: 30px 40px;
  background: #1f74ad;
  border-radius: 15px;
  line-height: 24px;
}
.n-service-d .ser .element .imgbox-b .after {
  margin: 20px auto;
  width: 30px;
}
.n-service-d .ser .element .imgbox-c {
  justify-content: flex-start;
}
.n-service-d .ser .element .imgbox-c .p {
  font-size: 19px;
  color: #ffffff;
  box-sizing: border-box;
  padding: 30px 30px;
  background: #1f74ad;
  border-radius: 15px;
  line-height: 24px;
}
.n-service-d .ser .element .imgbox-c .after {
  margin: 0 20px;
  width: 30px;
}
.n-service-d .ser .element .pc-img{
  display: none;
}
.n-service-e .ser {
  padding: 70px 0 0px 0;
}
.n-service-e .ser .element{
  margin: 40px 0 0 0;
}
.n-service-e .ser .textbox {
  background: #eeeeee;
  width: 48%;
  box-sizing: border-box;
  padding: 3% 2%;
  height: 430px;
  border-radius: 10px;
}
.n-service-e .ser .textbox .title {
  font-size: 28px;
  color: #000000;
  margin: 0 0 30px 0;
  font-weight: bold;
}
.n-service-e .ser .textbox .title span {
  font-weight: bold;
}
.n-service-e .ser .textbox .text {
  font-size: 21px;
  color: #2f3035;
  line-height: 32px;
}
.n-service-e .ser .textbox:nth-child(2) {
  background: #2f3035;
}
.n-service-e .ser .textbox:nth-child(2) .title {
  color: #fff;
}
.n-service-e .ser .textbox:nth-child(2) .text {
  color: #fff;
}
/* 内页-搜索 */
.n-search .sea{
  padding: 100px 0;
}
.n-search .sea form{
  width: 40%;
  border-bottom: 1px solid #666;
  margin: 0 0 40px 0;
}
.n-search .sea form .search{
  border: none;
  outline: none;
  width: 90%;
  font-size: 18px;
  color: #333333;
  box-sizing: border-box;
  padding: 0 10px;
  line-height: 50px;
}
.n-search .sea form .submit{
  width: 10%;
  height: 50px;
  border: none;
  outline: none;
  background: url(../img/sea1.png) center no-repeat;
}
.n-search .sea .element{
  flex-wrap: wrap;
}
.n-search .sea .element .imgbox {
  border-radius: 10px;
  overflow: hidden;
  margin: 0 1.5% 50px 1.5%;
  width: 30%;
}
.n-search .sea .element .imgbox a {
  display: block;
  background: #f6f6f6;
}
.n-search .sea .element .imgbox a .up {
  position: relative;
}
.n-search .sea .element .imgbox a .up .img {
  position: relative;
  z-index: 99;
}
.n-search .sea .element .imgbox a .up .bg {
  top: 30%;
  opacity: 0;
  transition: 0.3s;
}
.n-search .sea .element .imgbox a .up .bg li {
  width: 1145px;
  height: 178px;
}
.n-search .sea .element .imgbox a .up .bg li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.n-search .sea .element .imgbox a .down {
  box-sizing: border-box;
  padding: 6% 5%;
}
.n-search .sea .element .imgbox a .down .title {
  font-size: 23px;
  color: #000000;
  text-align: center;
  line-height: 50px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.n-search .sea .element .imgbox a .down .btn {
  width: 180px;
  margin: 0 auto;
  background: #000000;
  box-sizing: border-box;
  padding: 0 10px;
  border-radius: 5px;
  display: none;
}
.n-search .sea .element .imgbox a .down .btn .p {
  font-size: 20px;
  color: #ffffff;
  line-height: 50px;
}
.n-search .sea .element .imgbox:hover a .up .bg {
  opacity: 1;
}
.n-search .sea .element .imgbox:hover a .down .title {
  display: none;
}
.n-search .sea .element .imgbox:hover a .down .btn {
  display: flex;
}
.n-search .sea .updown {
  justify-content: center;
}
.n-search .sea .updown a {
  width: 45px;
  height: 45px;
  border: 1px solid #d5d5d5;
  text-align: center;
  line-height: 45px;
  display: block;
  margin: 0 5px;
  font-size: 19px;
  color: #000000;
  border-radius: 30px;
}
.n-search .sea .updown a:hover {
  background: #116597;
  border: 1px solid #116597;
  color: #fff;
}
/******************************************/
@media screen and (max-width: 1901px) {
  .n-contact-b .con .add .imgbox .down {
    height: 150px;
  }
}
/******************************************/
@media screen and (max-width: 1801px) {
  .header-a .hea ul {
    width: 60%;
  }
  .header-b .hea ul {
    width: 60%;
  }
  .function .fun .imgbox-a .text {
    height: 170px;
  }
  .function .fun .imgbox-b .text {
    height: 170px;
  }
  .n-banner .ban .text {
    top: 25%;
  }
  .n-banner .ban .text .p-a {
    font-size: 36px;
    margin: 0 0 20px 0;
  }
  .n-banner .ban .text .p-b {
    line-height: 28px;
  }
  .n-about-a .abo .element .imgbox a .title {
    height: 84px;
  }
  .n-about-a .abo .element .imgbox a {
    padding: 20% 3%;
  }
  .n-about-a .abo .element .imgbox a .text {
    height: 300px;
  }
  .n-contact-a .con .element {
    width: 50%;
  }
  .n-contact-b .con .add .imgbox .down {
    height: 170px;
  }
  .n-train-b .tra .imgbox .reverse .caption {
    font-size: 26px;
  }
  .n-train-b .tra .imgbox .positively .title {
    font-size: 26px;
  }
  .n-train-b .tra .imgbox .reverse .text .p {
    font-size: 20px;
  }
  .n-service-e .ser .textbox {
    height: 450px;
  }
}
/******************************************/
@media screen and (max-width: 1601px) {
  .header-a .hea ul li a {
    font-size: 19px;
  }
  .header-b .hea ul li a {
    font-size: 19px;
  }
  .banner .ban .element-a .text .left .p-a {
    font-size: 46px;
  }
  .banner .ban .element-b .imgbox .body .text {
    font-size: 120px;
  }
  .applications .app .element .swiperb .imgbox a .left .p .p-a {
    font-size: 26px;
  }
  .applications .app .element .swiperb .imgbox a .right .title {
    font-size: 28px;
  }
  .news .new .element .right .textbox a {
    padding: 35px 0;
  }
  .function .fun .imgbox-b .text {
    font-size: 26px;
  }
  .n-about-a .abo .element .imgbox a .title {
    font-size: 21px;
    height: 56px;
    margin: 0 0 20px 0;
  }
  .n-about-a .abo .element .imgbox a .text {
    height: 350px;
  }
  .n-products .pro .nav li a {
    font-size: 19px;
  }
  .n-application .app .nav li a {
    font-size: 19px;
  }
  .i-application-a .app .imgbox a .text .p {
    font-size: 24px;
  }
  .n-news .new .element .imgbox a .up {
    margin: 40px 3% 30px 3%;
  }
  .n-contact-a .con .element .title {
    margin: 0 0 40px 0;
  }
  .n-contact-a .con .element .title .p {
    font-size: 26px;
  }
  .n-contact-a .con .element .text {
    font-size: 20px;
  }
  .n-contact-b .con .add .imgbox .up {
    margin: 0 0 20px 0;
  }
  .n-contact-b .con .add .imgbox .down {
    height: 180px;
  }
  .n-train-b .tra .imgbox .reverse .caption {
    font-size: 24px;
  }
  .n-train-b .tra .imgbox .positively .title {
    font-size: 24px;
  }
  .n-train-b .tra .imgbox .reverse .text .p {
    font-size: 18px;
  }
  .n-train-b .tra .imgbox .reverse .tab {
    font-size: 20px;
  }
  .n-train-c .tra .element .textbox .job .add {
    font-size: 22px;
  }
  .n-service-a .ser .element .textbox {
    font-size: 19px;
    line-height: 34px;
  }
  .n-service-d .ser .element .imgbox-a .p {
    font-size: 18px;
    padding: 30px 20px;
  }
  .n-service-d .ser .element .imgbox-b .p {
    font-size: 18px;
    padding: 30px 20px;
  }
  .n-service-d .ser .element .imgbox-c .p {
    font-size: 18px;
    padding: 30px 20px;
  }
  .n-service-e .ser .textbox .text {
    font-size: 20px;
    line-height: 30px;
  }
  .phone-header .hea ul li a {
    font-size: 28px;
  }
  .x-products .pro .nav li a {
    font-size: 19px;
  }
  .x-application .app .nav li a {
    font-size: 19px;
  }
}
/******************************************/
@media screen and (max-width: 1401px) {
  .header-a .hea ul li a {
      font-size: 18px;
  }
  .header-a .hea .language .text a .p {
    font-size: 16px;
    line-height: 35px;
  }
  .header-a .hea .language {
    width: 6%;
    margin: 0 2%;
  }
  .header-a .hea .click {
    margin: 0 2%;
  }
  .header-b .hea ul li a {
    font-size: 18px;
  }
  .header-b .hea .language .text a .p {
    font-size: 16px;
    line-height: 35px;
  }
  .header-b .hea .language {
    width: 6%;
    margin: 0 2%;
  }
  .header-b .hea .click {
    margin: 0 2%;
  }
  .banner .ban .element-a .text .left .p-a {
    font-size: 36px;
  }
  .banner .ban .element-b .imgbox .body .text {
    font-size: 100px;
  }
  .applications .app .element .swiperb .imgbox a .right .title {
    font-size: 24px;
  }
  .applications .app .element .swiperb .imgbox a .left .p .p-a {
    font-size: 24px;
    margin: 0 0 25px 0;
  }
  .news .new .element .right .textbox a .text {
    font-size: 26px;
  }
  .news .new .element .right .textbox a .time {
    font-size: 22px;
  }
  .function .fun .imgbox-a .text {
    font-size: 24px;
  }
  .function .fun .imgbox-b .text {
    font-size: 24px;
  }
  .testimonial .tes .right {
    width: 65%;
  }
  .testimonial .tes .right .swiperc .imgbox .up .name .p-a {
    font-size: 20px;
  }
  .testimonial .tes .right .swiper-button-prevc {
    width: 50px;
    height: 50px;
  }
  .testimonial .tes .right .swiper-button-nextc {
    width: 50px;
    height: 50px;
  }
  .testimonial .tes .right .swiperc .imgbox .down .text {
    font-size: 18px;
    line-height: 34px;
  }
  .n-banner .ban .text {
    width: 65%;
  }
  .n-banner .ban .text .p-a {
    font-size: 28px;
    margin: 0 0 15px 0;
  }
  .n-caption {
    font-size: 35px;
  }
  .n-about-a .abo .element .imgbox a .title {
    font-size: 18px;
  }
  .n-about-a .abo .element .imgbox a .text {
    height: 400px;
  }
  .n-about-c .abo a .text .p-a {
    font-size: 32px;
  }
  .n-about-c .abo a .text .p-b {
    font-size: 20px;
  }
  .n-products .pro .nav li a {
    font-size: 16px;
  }
  .x-products .pro .nav li a {
    font-size: 16px;
  }
  .x-products .pro .element .title {
    font-size: 32px;
  }
  .n-application .app .nav li a {
    font-size: 16px;
  }
  .x-application .app .nav li a {
    font-size: 16px;
  }
  .n-news .new .element .imgbox a .up .p-a {
    font-size: 22px;
  }
  .x-news .new .caption {
    font-size: 35px;
  }
  .n-contact-a .con .element .title .p {
    font-size: 22px;
  }
  .n-contact-a .con .element .text {
    line-height: 37px;
  }
  .n-contact-b .con .add .imgbox .up .img {
    width: 15%;
  }
  .n-contact-b .con .add .imgbox .up .p {
    width: 80%;
    font-size: 24px;
  }
  .n-contact-b .con .add .imgbox .down {
    height: 200px;
  } 
  .n-train-a .tra .element .body .textbox .text .p-a {
    font-size: 17px;
  }
  .n-train-a .tra .element .body .textbox .text .p-b {
    font-size: 17px;
  }
  .n-train-b .tra .imgbox .reverse .caption {
    font-size: 20px;
  }
  .n-train-b .tra .imgbox .reverse {
    height: 480px;
  }
  .n-train-b .tra .imgbox .positively {
    height: 480px;
  }
  .n-service-a .ser .element .textbox {
    line-height: 32px;
    height: 500px;
  }
  .n-service-b .ser .element .left .text .p-b {
    line-height: 32px;
    padding: 5 20px;
    width: 60%;
  }
  .n-service-b .ser .element .left .text .p-a {
    width: 25%;
    font-size: 18px;
  }
  .n-service-e .ser .textbox {
    height: 480px;
  }
  .n-service-e .ser {
    padding: 70px 0 100px 0;
  }
  .n-service-e .ser .textbox .title {
    font-size: 24px;
    line-height: 32px;
  }
}
/******************************************/
@media screen and (max-width: 1201px) {
  .header-a .hea{
    padding: 10px 0;
  }
  .header-a .hea ul{
    display: none;
  }
  .header-a .hea .language{
    display: none;
  }
  .search-box .sea form {
    width: 70%;
  }
  .phone-header .hea {
    width: 60%;
  }
  .banner {
    height: 700px;
    position: relative;
  } 
  .banner .ban .element-a .text .left .p-a {
    font-size: 26px;
    line-height: 35px;
  }
  .banner .ban .element-b .imgbox .body .text {
    font-size: 50px;
  }
  .banner .ban .element-b .imgbox .body .more {
    width: 200px;
  }
  .products .pro {
    padding: 40px 0;  
  }
  .products .pro .caption {
    font-size: 35px;
  }
  .products .pro .element .toggle .swiper-paginationa .swiper-pagination-bullet {
    width: 5%;
  }
  .products .pro .element {
    padding: 40px 0 0 0;
  }
  .products .pro .element .swipera .imgbox a .down {
    padding: 3% 5%;
  }
  .applications .app {
    padding: 40px 0 40px 0;
  }
  .applications .app .caption {
    margin: 0 auto 40px auto;
    flex-wrap: wrap;
  }
  .applications .app .caption .left {
    width: 100%;
  }
  .applications .app .caption .left .p-a {
    margin: 0 0 15px 0;
  }
  .applications .app .caption .left .p-b {
    font-size: 35px;
    margin: 0 0 10px 0;
  }
  .applications .app .caption .right {
    width: 100%;
  }
  .applications .app .element {
    padding: 0 5%;
    margin: 0 0 40px 0;
  }
  .applications .app .element .swiperb .swiper-slide-active {
    width: 100% !important;
  }
  .applications .app .element .swiperb .swiper-slide{
    width: 100% !important;
  }
  .applications .app .element .swiperb .swiper-slide-active .imgbox a{
    flex-wrap: wrap;
  }
  .applications .app .element .swiperb .swiper-slide-active .imgbox a .left{
    width: 100%;
  }
  .applications .app .element .swiperb .swiper-slide-active .imgbox a .right{
    width: 100%;
    display: none;
  }
  .news .new {
    padding: 40px 0 40px 0;
  }
  .news .new .caption .left {
    font-size: 35px;
  }
  .news .new .caption .right {
    padding: 0 0 15px 0;
  }
  .news .new .element{
    flex-wrap: wrap;
  }
  .news .new .element .left {
    width: 100%;
    text-align: center;
  }
  .news .new .element .right {
    width: 100%;
  }
  .news .new .element .right .textbox a .text {
    font-size: 24px;
  }
  .news .new .element .right .textbox a {
    padding: 25px 0;
  }
  .function .fun {
    padding: 40px 0;
    flex-wrap: wrap;
  }
  .function .fun .imgbox-a{
    width: 100%;
    margin: 0 0 30px 0;
  }
  .function .fun .imgbox-a .title {
    margin: 0 0 25px 0;
  }
  .function .fun .imgbox-a .text {
    height: auto;
  }
  .function .fun .imgbox-b {
    width: 100%;
  }
  .function .fun .imgbox-b .title {
    margin: 0 0 25px 0;
  } 
  .function .fun .imgbox-b .text {
    height: auto;
  }
  .testimonial .tes{
    padding: 40px 0;
    flex-wrap: wrap;
  }
  .testimonial .tes .left {
    width: 100%;
  }
  .testimonial .tes .right {
    width: 100%;
    padding: 0 0 80px 0;
  }
  .testimonial .tes .left .caption {
    font-size: 35px;
    margin: 0 0 20px 0;
  }
  .testimonial .tes .swiper-paginationc {
    font-size: 35px;
    bottom: 40px;
  }
  footer .foo-a{
    padding: 40px 0;
    flex-wrap: wrap;
  }
  footer .foo-a .left {
    width: 100%;
    margin: 0 0 30px 0;
  }
  footer .foo-a .left .logo {
    margin: 0 0 30px 0;
  }
  footer .foo-a .right {
    width: 100%;
    flex-wrap: wrap;
  }
  footer .foo-a .right .body-a{
    display: none;
  }
  footer .foo-a .right .body-b {
    width: 100%;
  }
  footer .foo-a .right .body-b .textbox{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  footer .foo-a .right .body-b .textbox .p-a{
    width: 10%;
  }
  footer .foo-a .right .body-b .textbox .p-b{
    width: 90%;
  }
  footer .foo-b{
    flex-wrap: wrap;
  }
  footer .foo-b .left{
    width: 100%;
    text-align: center;
  }
  footer .foo-b .jszcbox{
    margin: 0 auto;
  }
  .header-b{
    padding: 10px 0;
  }
  .header-b .hea ul{
    display: none;
  }
  .header-b .hea .language .text a{
    display: none;
  }
  .n-banner .ban .img img{
    display: block;
  }
  .n-banner .ban .text {
    position: unset;
    width: 100%;
    background: #1f74ad;
    box-sizing: border-box;
    padding: 30px 5%;
  }
  .n-about-a .abo {
    padding: 40px 0;
  }
  .n-about-a .abo .element {
    margin: 40px 0 0 0;
    flex-wrap: wrap;
  }
  .n-about-a .abo .element .imgbox {
    width: 100%;
    border-right: 0px solid #dddddd;
    border-bottom: 1px solid #dddddd;
  }
  .n-about-a .abo .element .imgbox a {
    padding: 5% 5%;
  }
  .n-about-a .abo .element .imgbox a .title{
    height: auto;
  }
  .n-about-a .abo .element .imgbox a .text {
    height: auto;
  }
  .n-about-a .abo .element .imgbox:last-child{
    border-bottom: 0px solid #dddddd;
  }
  .n-about-b {
    padding: 40px 0;
  }
  .n-about-a .abo .element .imgbox:nth-child(4) a .text {
    box-sizing: border-box;
    padding: 0px 0 0 0;
  }
  .n-about-b .abo .element .toggle .swiper-paginationa{
    width: 80%;
  }
  .n-about-b .abo .element .toggle .swiper-paginationa .swiper-pagination-bullet{
    width: 5%;
  }
  .n-about-b .abo .element .swipera .imgbox a .text .title {
    font-size: 26px;
    margin: 0 0 0 0;
  }
  .n-about-b .abo .element .swipera .imgbox a .text {
    box-sizing: border-box;
    padding: 3% 5%;
  }
  .n-about-c {
    padding: 40px 0;
  }
  .n-about-c .abo a .text .p-a {
    font-size: 26px;
  }
  .n-about-c .abo a .text .p-b {
    font-size: 18px;
  }
  .n-service-a .ser {
    padding: 40px 0;
  }
  .n-service-a .ser .element{
    flex-wrap: wrap;
  }
  .n-service-a .ser .element .textbox {
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
  }
  .n-service-b .ser {
    padding: 40px 0;
  }
  .n-service-b .ser .element {
    margin: 30px 0 0 0;
    flex-wrap: wrap;
  }
  .n-service-b .ser .element .left {
    width: 100%;
  } 
  .n-service-c .ser .img {
    width: 48%;
  }
  .n-service-d .ser {
    padding: 40px 0;
  }
  .n-service-d .ser .element {
    margin: 30px 0 0 0;
  }
  .n-service-d .ser .element .up{
    display: none;
  }
  .n-service-d .ser .element .down{
    display: none;
  }
  .n-service-d .ser .element .pc-img {
    display: block;
  }
  .n-service-e .ser {
    padding: 40px 0 40px 0;
    flex-wrap: wrap;
  } 
  .n-service-e .ser .textbox {
    height: auto;
    width: 100%;
    margin: 0 0 30px 0;
  }
  .n-banner .ban video {
    height: 330px;
  }
  .n-products .pro{
    padding: 40px 0;
  }
  .n-products .pro .nav li:first-child {
    position: unset;
    width: 100%;
    margin: 0 0 10px 0;
  }
  .n-products .pro .nav{
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .n-products .pro .nav li{
    margin: 0 0 10px 0;
  }
  .n-products .pro .nav li img{
    display: none;
  }
  .n-products .pro .element {
    margin: 40px 0 0 0;
  }
  .n-products .pro .element .imgbox {
    margin: 0 1% 30px 1%;
    width: 48%; 
  }
  .n-products .pro .element .imgbox a .down .title {
    font-size: 20px;
  }
  .x-products .pro .nav li:first-child {
    position: unset;
    width: 100%;
    margin: 0 0 10px 0;
  }
  .x-products .pro .nav{
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .x-products .pro .nav li{
    margin: 0 0 10px 0;
  }
  .x-products .pro .nav li img{
    display: none;
  }
  .x-products .pro .element .title {
    font-size: 25px;
  }
  .i-application-a {
    padding: 40px 0;
  }
  .i-application-a .app .imgbox {
    margin: 0 0 30px 0;
  }
  .i-application-a .app .imgbox a .text .p {
    font-size: 20px;
  }
  .i-application-a .app .imgbox a .text {
    padding: 20px 3%;
  }
  .i-application-b{
    padding: 40px 0;
  }
  .i-application-b .app .swipera .imgbox{
    width: 75%;
    margin: 0 auto;
  }
  .n-application .app {
    padding: 40px 0;
  } 
  .n-application .app .nav li:first-child {
    position: unset;
    width: 100%;
    margin: 0 0 10px 0;
  }
  .n-application .app .nav{
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .n-application .app .nav li{
    margin: 0 0 10px 0;
  }
  .n-application .app .nav li img{
    display: none;
  }
  .n-application .app .element .title {
    font-size: 25px;
  }
  .n-application .app .element {
    flex-wrap: wrap;
    margin: 40px 0 0 0;
  }
  .n-application .app .element .imgbox {
    margin: 0 1% 30px 1%;
    width: 48%;
  }
  .n-application .app .element .imgbox a .down .title {
    font-size: 20px;
  }
  .x-application .app {
    padding: 40px 0;
  }
  .x-application .app .nav li:first-child {
    position: unset;
    width: 100%;
    margin: 0 0 10px 0;
  }
  .x-application .app .nav{
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .x-application .app .nav li{
    margin: 0 0 10px 0;
  }
  .x-application .app .nav li img{
    display: none;
  }
  .x-application .app .element .img {
    text-align: center;
    padding: 20px 0;
  }
  .x-application .app .element .title {
    font-size: 26px;
  }
  .n-news .new {
    padding: 40px 0;
  }
  .n-news .new .caption {
    font-size: 35px;
    padding: 0 0 30px 0;
    margin: 0 0 30px 0;
  }
  .n-news .new .element .imgbox {
    width: 100%;
    margin: 0 1% 30px 1%;
  }
  .x-news .new {
    padding: 40px 0;
  } 
  .x-news .new .caption {
    padding: 0 0 30px 0;
    margin: 0 0 30px 0;
  }
  .x-news .new .time {
    margin: 0 0 30px 0;
  }
  .x-news .new .element {
    width: 100%;
  }
  .n-contact-a .con {
    padding: 100px 0 40px;
  }
  .n-contact-a .con .element {
    width: 100%;
    margin: 40px 0 0 0;
    padding: 5% 5%;
  }
  .n-contact-a .con .element .title {
    margin: 0 0 20px 0;
  }
  .n-contact-b .con {
    padding: 40px 0;
  } 
  .n-contact-b .con .add {
    flex-wrap: wrap;
  }
  .n-contact-b .con .add .imgbox {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .n-contact-b .con .add .imgbox .down {
    height: auto;
  }
  .n-contact-b .con .add .imgbox .up .img {
    width: 10%;
  }
  .n-contact-c .con {
    padding: 40px 0;
  }
  .n-contact-c .con .caption {
    font-size: 35px;
  }
  .n-contact-c .con .element {
    margin: 30px 0 0 0;
  }
  .n-contact-c .con .element .inputbox {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .n-contact-c .con .element .inputbox .p {
    font-size: 20px;
  }
  .n-search .sea {
    padding: 40px 0;
  }
  .n-search .sea form {
    width: 60%;
  }
  .n-search .sea .element .imgbox {
    margin: 0 1% 30px 1%;
    width: 48%;
  }
  .n-search .sea .element .imgbox a .down .title {
    font-size: 20px;
  }
}
/******************************************/
@media screen and (max-width: 801px) {
  .header-a .hea .click {
    width: 10%;
  }
  .search-box .sea {
    padding: 60px 0;
  }
  .phone-header .hea {
    width: 80%;
  }
  .phone-header .hea ul li a {
    font-size: 22px;
  }
  .phone-header .hea .close {
    left: -30px;
    padding: 15px;
  }
  .banner .ban {
    padding: 90px 0 0 0;
  }
  .banner .ban .element-a .text {
    flex-wrap: wrap;
  }
  .banner .ban .element-a .text .left {
    width: 100%;
  }
  .banner .ban .element-a .text .left .p-a{
    padding: 20px 0 20px 0;
  }
  .banner .ban .element-a .text .right {
    width: 100%;
  }
  .banner .ban .element-b .imgbox .body .text {
    font-size: 22px;
  }
  .banner .ban .element-b .imgbox .body {
    bottom: 10px;
  }
  .banner .ban .element-b .imgbox .body .more {
    width: 180px;
  }
  .banner .ban .element-b .imgbox .body .more a .p {
    line-height: 45px;
  }
  .products .pro .caption {
    font-size: 26px;
  }
  .products .pro .element .toggle {
    top: -40px;
  }
  .products .pro .element .toggle .swiper-paginationa{
    display: none;
  }
  .applications .app .caption .left .p-b {
    font-size: 26px;
  }
  .applications .app .element .swiperb .imgbox a .left .p{
    padding: 25px 5%;
  }
  .applications .app .element .swiper-button-prevb {
    width: 60px;
    height: 60px;
  }
  .applications .app .element .swiper-button-nextb {
    width: 60px;
    height: 60px;
  }
  .applications .app .more{
    background: #fff;
  }
  .news .new .caption {
    flex-wrap: wrap;
  }
  .news .new .caption .left {
    font-size: 26px;
  }
  .news .new .element .right .textbox a .num {
    font-size: 22px;
  }
  .news .new .element .right .textbox a .text {
    font-size: 22px;
  }
  .function .fun .imgbox-a .text {
    font-size: 18px;
    margin: 0 0 35px 0;
  }
  .function .fun .imgbox-b .text {
    font-size: 18px;
    margin: 0 0 35px 0;
  }
  .testimonial .tes .left .caption {
    font-size: 26px;
  }
  .testimonial .tes .right .swiper-button-prevc{
    top: auto;
    bottom: 0;
  }
  .testimonial .tes .right .swiper-button-nextc {
    top: auto;
    bottom: 0;
  }
  .testimonial .tes .right .swiperc .imgbox .up{
    align-items: flex-start;
  }
  .testimonial .tes .right .swiperc .imgbox .up .avatar {
    width: 10%;
    margin: 0 5% 0 0;
  }
  .testimonial .tes .right .swiperc .imgbox .up .name {
    width: 85%;
  }
  .testimonial .tes .right .swiperc .imgbox .down .text {
    padding: 0 8%;
  }
  footer .foo-a .right .body-b .textbox .p-a {
    width: 15%;
  }
  footer .foo-a .right .body-b .textbox .p-b {
    width: 85%;
  }
  footer .foo-a .right .body-c {
    width: 100%;
  }
  footer .foo-a .right .caption {
    margin: 10px 0 20px 0;
  }
  footer .foo-a .right .body-c .btnbox{
    justify-content: flex-start;
  }
  footer .foo-a .right .body-c .btnbox .btn{
    margin: 0 20px 0 0;
  }
  footer .foo-b .left{
    line-height: 22px;
  }
  .header-b .hea .click {
    width: 10%;
  }
  .n-banner .ban .text .p-a {
    font-size: 26px;
  }
  .n-caption {
    font-size: 26px;
  }
  .n-about-a .abo .element {
    margin: 20px 0 0 0;
  }
  .n-about-b .abo .element .toggle .swiper-paginationa{
    display: none;
  }
  .n-about-b .abo .element .toggle {
    top: -85px;
  }
  .n-about-c .abo a{
    flex-wrap: wrap;
  }
  .n-about-c .abo a .img {
    width: 10%;
    margin: 0 auto;
  }
  .n-about-c .abo a .text {
    width: 100%;
    padding: 10px 0;
  }
  .n-about-c .abo a .btn {
    width: 10%;
  }
  .n-service-a .ser .caption {
    font-size: 26px;;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
  }
  .n-service-c .ser .img {
    height: 65px;
  }
  .n-products .pro .nav li:first-child {
    margin: 0 5% 10px 5%;
  }
  .n-products .pro .nav li {
    margin: 0 5% 10px 5%;
  }
  .n-products .pro .element .imgbox {
    width: 100%;
  }
  .x-products .pro .nav li:first-child {
    margin: 0 5% 10px 5%;
  }
  .x-products .pro .nav li {
    margin: 0 5% 10px 5%;
  }
  .i-application-a .app .imgbox {
    width: 100%;
  }
  .i-application-b .app .swipera .imgbox {
    width: 100%;
  }
  .n-application .app .nav li:first-child {
    margin: 0 5% 10px 5%;
  }
  .n-application .app .nav li {
    margin: 0 5% 10px 5%;
  }
  .n-application .app .element .imgbox {
    width: 100%;
  }
  .x-application .app .nav li:first-child {
    margin: 0 5% 10px 5%;
  }
  .x-application .app .nav li {
    margin: 0 5% 10px 5%;
  }
  .n-news .new .caption {
    font-size: 26px;
  }
  .n-news .new .element .imgbox a .down {
    border-top: 1px solid #000000;
    padding: 20px 3% 20px 3%;
  }
  .x-news .new .caption {
    font-size: 26px;
  }
  .n-contact-a .con .element .title .img {
    width: 10%;
  }
  .n-contact-a .con .element .title .p {
    width: 85%;
    font-size: 22px;
  }
  .n-contact-c .con .caption {
    font-size: 26px;
  }
  .x-products .pro .element .text {
    width: 100%;
  }
  .search-box .sea form {
    width: 100%;
  }
  .n-search .sea form {
    width: 100%;
  }
  .n-search .sea .element .imgbox {
    width: 100%;
  }
}