.phone-section {
  display: none;
}
.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.center {
  width: 84%;
  margin: 0 auto;
}
.i-caption .en {
  font-size: 50px;
  color: #046eb8;
  margin: 0 0 20px 0;
  text-align: center;
}
.i-caption .cn {
  font-size: 30px;
  color: #333333;
  margin: 0 0 20px 0;
  text-align: center;
}
.i-caption .after {
  width: 100px;
  height: 2px;
  margin: 0 auto;
  background: #dcdcdc;
  position: relative;
}
.i-caption .after::after {
  position: absolute;
  width: 40%;
  height: 2px;
  left: 30%;
  top: 0;
  background: #046eb8;
  content: '';
}
.n-caption {
  font-size: 30px;
  color: #046eb8;
  padding: 0 0 20px 0;
  border-bottom: 2px solid #dcdcdc;
  position: relative;
}
.n-caption::after {
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 90px;
  height: 2px;
  background: #046eb8;
  content: '';
}
.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;
}
@keyframes move2 {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.2);
	}

	100% {
		transform: scale(1);
	}
}
@keyframes move3{
  0%{
    transform: rotate(0deg);
  }
  100%{
    transform: rotate(360deg);
  }
}
@keyframes move4 {
	0% {
		width: 100%;
	}

	50% {
		width: 10%;
	}

	100% {
		width: 100%;
	}
}
/* 头部 */
header {
  background: #fff;
  position: relative;
  z-index: 999999;
}
header .hea {
  box-sizing: border-box;
  padding: 0 0 0 8%;
}
header .hea .logo{
  width: 20%;
}
header .hea .ul-a {
  width: 50%;
  margin: 0 2% 0 auto;
}
header .hea .ul-a .li-a {
  width: 100%;
  position: relative;
}
header .hea .ul-a .li-a .a-a {
  font-size: 18px;
  display: block;
  line-height: 120px;
  text-align: center;
  color: #333333;
}
header .hea .ul-a .li-a .ul-b{
  position: absolute;
  left: -25%;
  top: 100%;
  z-index: 9;
  width: 150%;
  background: #fff;
  display: none;
}
header .hea .ul-a .li-a .ul-b::after{
  position: absolute;
  left: 0;
  top: -3px;
  width: 100%;
  height: 3px;
  background: #046eb8;
  content: '';
}
header .hea .ul-a .li-a .ul-b .li-b .a-b{
  font-size: 17px;
  color: #666;
  box-sizing: border-box;
  padding: 15px 10px;
  display: block;
  text-align: center;
  border-bottom: 1px solid #eeeeee99;
}
header .hea .ul-a .li-a .ul-b .li-b .a-b:hover{
  color: #046eb8;
}
header .hea .ul-a .li-a:hover .ul-b{
  display: block;
}

header .hea .login {
  width: 8%;
  margin: 0 0 0 0;
}
header .hea .login a {
  justify-content: center;
  font-size: 18px;
  color: #333333;
}
header .hea .login a .text {
  font-size: 20px;
  color: #333333;
  margin: 0 0 0 10px;
}
header .hea .login .personal{
  display: block;
  background: #046eb8;
  text-align: center;
  line-height: 40px;
  border-radius: 30px;
  color: #fff;
}
header .hea .search {
  width: 8%;
  background: #eeeeee;
  text-align: center;
  margin: 0 0 0 2%;
}
header .hea .search a {
  flex-direction: column;
  justify-content: center;
  height: 120px;
}
.searchbox{
  position: fixed;
  left: 0;
  top: -291px;
  width: 100%;
  z-index: 99999;
  background: #fff;
  padding: 160px 0 80px;
  transition: 0.5s;
}
.searchbox .sea .form{
  width: 40%;
  margin: 0 auto ;
  border-bottom: 1px solid #046eb8;
}
.searchbox .sea .form .input {
  width: 90%;
  border: none;
  outline: none;
  line-height: 50px;
  box-sizing: border-box;
  padding: 0 10px;
  font-size: 16px;
  color: #666;
}
.searchbox .sea .form .submit {
  width: 10%;
  height: 50px;
  background: url(../img/sea1.png) center no-repeat;
  background-size: inherit;
  border: none;
  outline: none;
}
.searchboxactive{
  top: 0;
}
/* 轮播 */
.banner .ban .swipera .swiper-paginationa {
  text-align: left;
  left: 10%;
  bottom: 8%;
  box-sizing: border-box;
  width: auto;
}
.banner .ban .swipera .swiper-pagination-bullet {
  color: #fff;
  width: auto;
  height: auto;
  padding: 0 10px 10px 10px;
  background: #ffffff00;
  font-size: 18px;
  border-bottom: 2px solid #fff;
  border-radius: 0;
  margin: 0;
  opacity: 0;
}
.banner .ban .swipera .swiper-paginationa::after{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.4);
  content: '';
}
.banner .ban .swipera .swiper-pagination-bullet-active{
  opacity: 1;
}
.banner .ban .swipera img{
    width: 100%;
}
.n-banner .ban {
  position: relative;
}
.n-banner .ban .text {
  position: absolute;
  left: 0;
  top: 30%;
  width: 100%;
}
.n-banner .ban .text .caption {
  position: relative;
  margin: 0 0 25px 0;
}
.n-banner .ban .text .caption .en {
  font-size: 40px;
  color: #ffffff;
  text-align: center;
  padding: 0 0 20px 0;
}
.n-banner .ban .text .caption .cn {
  font-size: 22px;
  color: #ffffff;
  text-align: center;
  padding: 0 0 25px 0;
}
.n-banner .ban .text .caption::after {
  position: absolute;
  width: 15%;
  height: 1px;
  left: 42.5%;
  bottom: 0;
  background: #fff;
  content: '';
}
.n-banner .ban .text .caption::before {
  position: absolute;
  width: 2%;
  height: 3px;
  left: 49%;
  bottom: -1px;
  background: #fff;
  content: '';
}
.n-banner .ban .text .crumb {
  justify-content: center;
}
.n-banner .ban .text .crumb li {
  margin: 0 5px;
  font-size: 16px;
  color: #ffffff;
}
.n-banner .ban .text .crumb li a {
  font-size: 16px;
  color: #ffffff;
}
.n-banner .ban .img img{
    width: 100%;
}

/* 关于 */
.about {
  /* background: url(../img/ind1.jpg) no-repeat;
  background-size: cover; */
  background: #f2f8ff;
}
.about .abo {
  padding: 120px 0;
  align-items: flex-start;
}
.about .abo .left {
  width: 40%;
  margin: 0 5% 0 0;
  border-radius: 20px;
}
.about .abo .right {
  width: 55%;
}
.about .abo .right .i-caption .en {
  text-align: left;
}
.about .abo .right .i-caption .cn {
  text-align: left;
}
.about .abo .right .i-caption .after {
  margin: 0 0 0 0;
}
.about .abo .right .i-caption .after::after {
  left: 0;
}
.about .abo .right .text {
  margin: 30px 0;
}
.about .abo .right .text .p-a {
  font-size: 28px;
  color: #333333;
  font-weight: bold;
  margin: 0 0 15px 0;
}
.about .abo .right .text .p-b {
  font-size: 21px;
  color: #333333;
  font-weight: bold;
  margin: 0 0 15px 0;
}
.about .abo .right .text .p-c {
  font-size: 18px;
  color: #666666;
  line-height: 30px;
}
.about .abo .right .more {
  background: #046eb8;
  border-radius: 50px;
  width: 160px;
  margin: 0 0 30px 0;
}
.about .abo .right .more a {
  box-sizing: border-box;
  padding: 0 30px 0 10px;
}
.about .abo .right .more a .p {
  font-size: 16px;
  color: #ffffff;
  line-height: 50px;
}
.about .abo .right .more:hover .after{
  animation: move3 2s infinite;
  animation-timing-function: linear;
}
.about .abo .right .element {
  background: #fff;
  border-radius: 10px;
}
.about .abo .right .element .imgbox {
  width: 100%;
  padding: 20px 0;
}
.about .abo .right .element .imgbox .img {
  text-align: center;
  margin: 0 0 10px 0;
}
.about .abo .right .element .imgbox .p {
  font-size: 20px;
  color: #333333;
  text-align: center;
}
/* 产品 */
.prodcuts .pro {
  padding: 120px 0;
}
.prodcuts .pro .element {
  margin: 60px 0 0 0;
  align-items: flex-start;
}
.prodcuts .pro .element .left {
  width: 20%;
  padding: 0 2% 0 0;
  margin: 0 3% 0 0;
  border-right: 1px solid #dcdcdc;
}
.prodcuts .pro .element .left li {
  margin: 0 0 20px 0;
}
.prodcuts .pro .element .left li:last-child{
  margin: 0;
}
.prodcuts .pro .element .left li a {
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
  padding: 0 5%;
  border-radius: 10px;
  transition: 0.3s;
}
.prodcuts .pro .element .left li a .p {
  font-size: 20px;
  color: #333333;
  line-height: 85px;
}
.prodcuts .pro .element .left li a .after img:nth-child(1) {
  display: inline;
}
.prodcuts .pro .element .left li a .after img:nth-child(2) {
  display: none;
}
.prodcuts .pro .element .left li:hover a {
  background: #046eb8;
  border: 1px solid #046eb8;
}
.prodcuts .pro .element .left li:hover a .p {
  color: #fff;
}
.prodcuts .pro .element .left li:hover a .after img:nth-child(1) {
  display: none;
}
.prodcuts .pro .element .left li:hover a .after img:nth-child(2) {
  display: inline;
}
.prodcuts .pro .element .right {
  width: 75%;
}
.prodcuts .pro .element .right .body {
  flex-wrap: wrap;
  justify-content: flex-start;
}
.prodcuts .pro .element .right .body .imgbox {
  width: 30%;
  position: relative;
  margin: 0 1% 30px;
}
.prodcuts .pro .element .right .body .imgbox a {
  box-sizing: border-box;
  padding: 8% 5% 20% 5%;
  display: block;
}
.prodcuts .pro .element .right .body .imgbox a .title {
  font-size: 16px;
  color: #333333;
  height: 50px;
  line-height: 25px;
}
.prodcuts .pro .element .right .body .imgbox a .img {
  text-align: center;
}
.prodcuts .pro .element .right .body .imgbox a .btn {
  position: absolute;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0 0 10px 0 #e9e9e9;
  padding: 0 12%;
  border-radius: 30px;
  right: -3px;
  bottom: 1px;
  transition: 0.3s;
}
.prodcuts .pro .element .right .body .imgbox a .btn .p {
  font-size: 16px;
  color: #333333;
  line-height: 53px;
}
.prodcuts .pro .element .right .body .imgbox a .btn .after {
  margin: 0 0 0 20px;
}
.prodcuts .pro .element .right .body .imgbox a .btn .after img:nth-child(1) {
  display: inline;
}
.prodcuts .pro .element .right .body .imgbox a .btn .after img:nth-child(2) {
  display: none;
}
.prodcuts .pro .element .right .body .imgbox::after {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #f4f4f4;
  border-radius: 20px;
  content: '';
  left: 0;
  top: 0;
  z-index: -9;
  transition: 0.3s;
}
.prodcuts .pro .element .right .body .imgbox:hover a .btn {
  background: #046eb8;
}
.prodcuts .pro .element .right .body .imgbox:hover a .btn .p {
  color: #fff;
}
.prodcuts .pro .element .right .body .imgbox:hover a .after img:nth-child(1) {
  display: none;
}
.prodcuts .pro .element .right .body .imgbox:hover a .after img:nth-child(2) {
  display: inline;
}
.prodcuts .pro .element .right .body .imgbox:hover::after {
  border-radius: 50%;
}
.prodcuts .active-a a{
  background: #046eb8 !important;
  border: 1px solid #046eb8 !important;
}
.prodcuts .active-a a .p{
  color: #fff !important;
}
.prodcuts .active-a a .after img:nth-child(1) {
  display: none !important;
}
.prodcuts .active-a a .after img:nth-child(2) {
  display: inline !important;
}
.prodcuts .active-b{
  display: none;
}
/* 讲习会 */
.seminar {
  /* background: url(../img/ind7.jpg) no-repeat;
  background-size: cover; */
  background: #f8f9fc;
}
.seminar .sem {
  padding: 120px 0;
}
.seminar .sem .element {
  margin: 40px 0 0 12%;
  position: relative;
}
.seminar .sem .element .swiperb .imgbox {
  position: relative;
}
.seminar .sem .element .swiperb .imgbox .text {
  position: absolute;
  width: 100%;
  top: 20%;
  left: 0;
  z-index: 9;
}
.seminar .sem .element .swiperb .imgbox .text .p-a {
  font-size: 40px;
  color: #333333;
  font-weight: bold;
  text-align: center;
  margin: 0 0 15px 0;
  box-sizing: border-box;
  padding: 0 5%;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.seminar .sem .element .swiperb .imgbox .text .p-b {
  font-size: 18px;
  color: #666666;
  text-align: center;
  line-height: 27px;
  margin: 0 0 30px 0;
}
.seminar .sem .element .swiperb .imgbox .text .p-c {
  width: 70%;
  margin: 0 auto 30px;
  font-size: 20px;
  color: #666666;
  line-height: 32px;
  background: rgba(255, 255, 255, 0.6);
  box-sizing: border-box;
  padding: 2% 3%;
  border-radius: 10px;
  text-align: center;
}
.seminar .sem .element .swiperb .imgbox .text .p-c p{
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.seminar .sem .element .swiperb .imgbox .text .btn {
  width: 160px;
  margin: 0 auto;
}
.seminar .sem .element .swiperb .imgbox .text .btn a {
  box-sizing: border-box;
  background: #fff;
  padding: 0 10px;
  border-radius: 30px;
  justify-content: flex-start;
}
.seminar .sem .element .swiperb .imgbox .text .btn a .p {
  font-size: 16px;
  color: #666666;
  line-height: 50px;
  margin: 0 0 0 10px;
}
.seminar .sem .element .swiperb .imgbox .text .btn:hover a  .after{
  animation: move3 2s infinite;
  animation-timing-function: linear;
}
.seminar .sem .element .swiper-button-prevb {
  left: -5%;
  width: 65px;
  height: 65px;
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  background: #fff;
}
.seminar .sem .element .swiper-button-prevb::after {
  font-size: 26px;
  font-weight: bold;
  color: #535353;
}
.seminar .sem .element .swiper-button-prevb:hover {
  background: #046eb8;
  border: 1px solid #046eb8;
}
.seminar .sem .element .swiper-button-prevb:hover::after {
  color: #fff;
}
.seminar .sem .element .swiper-button-nextb {
  right: 28%;
  width: 65px;
  height: 65px;
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  background: #fff;
}
.seminar .sem .element .swiper-button-nextb::after {
  font-size: 26px;
  font-weight: bold;
  color: #535353;
}
.seminar .sem .element .swiper-button-nextb:hover {
  background: #046eb8;
  border: 1px solid #046eb8;
}
.seminar .sem .element .swiper-button-nextb:hover::after {
  color: #fff;
}
.n-success .suc{
  padding: 90px 15%;
  margin: 90px auto;
  box-shadow: 0px 0px 15px 0px #0404041a;
  border: 1px solid #f1f1f1;
  box-sizing: border-box;
}
.n-success .suc .caption{
  text-align: center;
  font-size: 30px;
  color: #046eb8;
  margin: 0 0 30px 0;
}
.n-success .suc .text{
  font-size: 18px;
  color: #000000;
  line-height: 35px;
  text-align: center;
  margin: 0 0 50px 0;
}
.n-success .suc .element{
  text-align: center;
}
/* 新闻 */
.news .new {
  padding: 120px 0;
}
.news .new .element {
  margin: 60px 0 0 0;
}
.news .new .element .left {
  width: 30%;
  background: #f5f5f5;
  border-radius: 20px;
}
.news .new .element .left a {
  display: block;
}
.news .new .element .left a .img {
  border-radius: 20px;
  overflow: hidden;
}
.news .new .element .left a .img img{
    height: 200px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
.news .new .element .left a .text {
  box-sizing: border-box;
  padding: 5% 5%;
}
.news .new .element .left a .text .p-a {
  font-size: 22px;
  color: #333333;
  font-weight: bold;
  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;
  margin: 0 0 30px 0;
}
.news .new .element .left a .text .p-b {
  font-size: 18px;
  color: #666666;
  line-height: 32px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 0 0 30px 0;
}
.news .new .element .left a .text .time {
  font-size: 18px;
  color: #999999;
}
.news .new .element .right {
  width: 65%;
  border-top: 1px solid #e5e5e5;
}
.news .new .element .right .textbox {
  border-bottom: 1px solid #e5e5e5;
  box-sizing: border-box;
  padding: 3% 0;
}
.news .new .element .right .textbox a .time {
  width: 15%;
  margin: 0 2.5% 0 0;
}
.news .new .element .right .textbox a .time .day {
  font-size: 30px;
  color: #808090;
  text-align: center;
  margin: 0 0 15px 0;
}
.news .new .element .right .textbox a .time .year {
  font-size: 16px;
  color: #808090;
  text-align: center;
}
.news .new .element .right .textbox a .text {
  width: 65%;
}
.news .new .element .right .textbox a .text .p-a {
  font-size: 22px;
  color: #333333;
  font-weight: bold;
  margin: 0 0 10px 0;
  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 .text .p-b {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news .new .element .right .textbox a .btn {
  width: 45px;
  height: 45px;
  box-sizing: border-box;
  border-radius: 30px;
  box-shadow: 0 0 10px 0 #e6e6e6;
  flex-direction: column;
  justify-content: center;
  border: 5px solid #fff;
  position: relative;
}
.news .new .element .right .textbox a .btn::after {
  position: absolute;
  left: -6px;
  top: -6px;
  width: 45px;
  height: 45px;
  border: 1px solid #fff;
  content: '';
  border-radius: 30px;
}
.news .new .element .right .textbox a .btn img:nth-child(1) {
  display: inline;
}
.news .new .element .right .textbox a .btn img:nth-child(2) {
  display: none;
}
.news .new .element .right .textbox:hover {
  border-bottom: 1px solid #046eb8;
}
.news .new .element .right .textbox:hover a .btn{
  background: #046eb8;
}
.news .new .element .right .textbox:hover a .btn::after {
  border: 1px solid #1979bc;
  animation: move2 1.5s infinite;
}
.news .new .element .right .textbox:hover a .btn img:nth-child(1) {
  display: none;
}
.news .new .element .right .textbox:hover a .btn img:nth-child(2) {
  display: inline;
}
.news .new .more {
  background: #046eb8;
  border-radius: 50px;
  width: 160px;
  margin: 40px auto 30px auto;
}
.news .new .more a {
  box-sizing: border-box;
  padding: 0 30px 0 10px;
}
.news .new .more a .p {
  font-size: 16px;
  color: #ffffff;
  line-height: 50px;
}
.news .new .more:hover a  .after{
  animation: move3 2s infinite;
}
/* 底部 */
footer {
  background: url(../img/foo1.jpg) no-repeat;
  background-size: cover;
  position: relative;
}
footer .foo-a .foo {
  padding: 70px 0;
  align-items: flex-start;
}
footer .foo-a .foo .left {
  width: 75%;
  align-items: flex-start;
}
footer .foo-a .foo .left ul .caption {
  font-size: 18px;
  color: #ffffff;
  padding: 0 0 20px 0;
  margin: 0 0 15px 0;
  border-bottom: 1px solid #fff;
  position: relative;
  width: 160px;
}
footer .foo-a .foo .left ul .caption::after {
  position: absolute;
  left: 0;
  width: 20%;
  height: 3px;
  bottom: -2px;
  background: #fff;
  content: '';
}
footer .foo-a .foo .left ul li {
  margin: 0 0 5px 0;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
}
footer .foo-a .foo .left ul li a {
  font-size: 15px;
  color: #ffffff;
}
footer .foo-a .foo .right {
  width: 10%;
}
footer .foo-a .foo .right .img {
  text-align: center;
}
footer .foo-a .foo .right .p {
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  padding: 8px 0;
}
footer .foo-b {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
footer .foo-b .foo {
  padding: 30px 0 60px 0;
}
footer .foo-b .foo p {
  font-size: 15px;
  color: #f8f9fc;
}
footer .foo-b .foo .jszcbox {
  justify-content: center;
  align-items: center;
}
footer .foo-b .foo .jszcbox .jszctext {
  width: 75px;
  font-size: 15px;
  color: #f8f9fc;
}
footer .foo-b .foo .jszcbox .jszcimg {
  width: 55px;
}
/* 底部 */
.float-box {
  position: fixed;
  left: 1%;
  top: 45%;
  z-index: 99;
}
.float-box .float .btn {
  margin: 0 0 20px 0;
}
.float-box .float .btn a {
  font-size: 15px;
  color: #f8f9fc;
  display: block;
  line-height: 50px;
  padding: 0 20px;
  border-radius: 30px;
  box-shadow: 0 0 10px 0 #33333333;
  background: #046eb8;
}
.float-box .float .btn:hover a {
  color: #333;
  background: #fff;
  box-shadow: 0 0 10px 0 #046eb840;
}
.float-box .float .goTop{
  margin: 50px 0 0 0;
}
.float-box .float .goTop a {
  display: block;
}
.float-box .float .goTop a .after {
  width: 60px;
  height: 60px;
  border: 1px solid #58b3f3;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
}
.float-box .float .goTop a .after::after {
  position: absolute;
  width: 90px;
  height: 90px;
  top: -16px;
  left: -16px;
  border: 1px solid rgba(88, 179, 243);
  border-radius: 50%;
  animation: move2 1.5s infinite;
  content: '';
}
.float-box .float .goTop a .p {
  font-size: 15px;
  color: #58b3f3;
  transform: rotate(90deg);
  height: 100px;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0 0 5px;
}
/* 导航 */
.nav ul {
  padding: 80px 0 100px 0;
  justify-content: center;
}
.nav ul li {
  border: 1px solid #c5ddef;
  margin: 0 25px;
  width: 10%;
}
.nav ul li a {
  font-size: 18px;
  color: #333333;
  display: block;
  line-height: 45px;
  text-align: center;
}
.nav ul li:hover {
  background: #046eb8;
}
.nav ul li:hover a {
  color: #fff;
}
.nav .active-a {
  background: #046eb8;
  color: #fff;
}
.nav .active-a a {
  color: #fff;
}
/* 关于 */
.n-about-a {
  /* background: url(../img/abo1.png) no-repeat;
  background-position: 95% 90px; */
}
.n-about-a .abo .element {
  margin: 55px 0 0 0;
}
.n-about-a .abo .element .title .p-a {
  font-size: 28px;
  color: #333333;
  font-weight: bold;
  text-align: center;
  margin: 0 0 20px 0;
}
.n-about-a .abo .element .title .p-b {
  font-size: 21px;
  color: #333333;
  font-weight: bold;
  text-align: center;
  margin: 0 0 20px 0;
}
.n-about-a .abo .element .text {
  font-size: 18px;
  color: #666666;
  line-height: 35px;
  margin: 0 0 20px 0;
}
.n-about-a .abo .element .img {
  border-radius: 10px;
  margin: 0 0 45px 0;
}
.n-about-a .abo .element .table {
  width: 100%;
  margin: 0 0 90px 0;
}
.n-about-a .abo .element .table table {
  width: 100%;
}
.n-about-a .abo .element .table table tr td {
  height: 80px;
}
.n-about-a .abo .element .table table tr td:nth-child(1) {
  background: #dae8f8;
  width: 15%;
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  box-sizing: border-box;
  padding: 0 3%;
  border-top: 1px solid #fff;
}
.n-about-a .abo .element .table table tr td:nth-child(2) {
  font-size: 16px;
  color: #666666;
  line-height: 35px;
  box-sizing: border-box;
  padding: 0 5%;
  border-top: 1px solid #dcdcdc;
}
.n-about-a .abo .element .table table tr:nth-child(even) td:nth-child(2) {
  background: #fafcff;
}
.n-about-b {
  background: #f8f9fc;
  padding: 75px 0;
}
.n-about-b .abo .element {
  position: relative;
}
.n-about-b .abo .element .swipera {
  width: 80%;
  margin: 100px auto 30px;
}
.n-about-b .abo .element .swipera .textbox .time {
  font-size: 24px;
  color: #046eb8;
  font-weight: bold;
  text-align: center;
  padding: 0 0 20px 0;
}
.n-about-b .abo .element .swipera .textbox .after {
  width: 15px;
  height: 15px;
  background: #fff;
  border: 2px solid #046eb8;
  margin: 0 auto 20px;
  border-radius: 30px;
}
.n-about-b .abo .element .swipera .textbox .text {
  background: #ffffff;
  height: 90px;
  justify-content: center;
  font-size: 18px;
  color: #333333;
  box-sizing: border-box;
  padding: 0 3%;
  line-height: 28px;
  border-radius: 10px;
  text-align: center;
}
.n-about-b .abo .element .swiper-button-preva {
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 30px;
  box-shadow: 0 0 10px 0 #f3f3f4;
  top: 43px;
  left: 25px;
}
.n-about-b .abo .element .swiper-button-preva::after {
  font-size: 24px;
  color: #1b1b1b;
  font-weight: bold;
}
.n-about-b .abo .element .swiper-button-nexta {
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 30px;
  box-shadow: 0 0 10px 0 #f3f3f4;
  top: 43px;
  right: 25px;
}
.n-about-b .abo .element .swiper-button-nexta::after {
  font-size: 24px;
  color: #1b1b1b;
  font-weight: bold;
}
.n-about-b .abo .element .swiper-button-preva:hover{
  background: #0071bc;
}
.n-about-b .abo .element .swiper-button-preva:hover::after{
  color: #fff;
}
.n-about-b .abo .element .swiper-button-nexta:hover{
  background: #0071bc;
}
.n-about-b .abo .element .swiper-button-nexta:hover::after{
  color: #fff;
}
.n-about-b .abo .element::after {
  position: absolute;
  left: 5%;
  top: 52px;
  width: 90%;
  height: 2px;
  background: #aecfe7;
  content: '';
}
.n-about-c {
  /* background: url(../img/abo1.png) no-repeat;
  background-position: 95% 90px; */
}
.n-about-c .abo .element {
  padding: 40px 0 60px 0;
}
.n-about-c .abo .element h1 {
  font-size: 18px;
  color: #000000;
  line-height: 35px;
}
.n-about-c .abo .element h2 {
  font-size: 20px;
  color: #046eb8;
  line-height: 30px;
}
.n-about-c .abo .element p{
  font-size: 18px;
  color: #666666;
  line-height: 35px;
}
.n-about-c .abo .element .imgbox{
  margin: 40px 0 60px 0;
  align-items: flex-start;
}
.n-about-c .abo .element .imgbox .left {
  width: 55%;
}
.n-about-c .abo .element .imgbox .right{
  width: 40%;
}
.n-about-d {
  /* background: url(../img/abo1.png) no-repeat;
  background-position: 95% 90px; */
}
.n-about-d .abo .element-a {
  padding: 40px 0 60px 0;
}
.n-about-d .abo .element-a h1 {
  font-size: 18px;
  color: #000000;
  line-height: 35px;
  text-align: center;
}
.n-about-d .abo .element-a h2 {
  font-size: 30px;
  color: #046eb8;
  line-height: 35px;
  text-align: center;
  margin: 20px 0;
}
.n-about-d .abo .element-a h3 {
  font-size: 18px;
  color: #666666;
  line-height: 35px;
  font-weight: 500;
  text-align: center;
}
.n-about-d .abo .element-b {
  justify-content: space-around;
  margin: 0 0 70px 0;
}
.n-about-d .abo .element-b .imgbox {
  width: 20%;
  background: #fff;
  box-shadow: 0 0 10px 0 #e6e6e6;
  box-sizing: border-box;
  padding: 2% 2%;
  border-radius: 10px;
}
.n-about-d .abo .element-b .imgbox .img {
  width: 40%;
  text-align: center;
  margin: 0 auto 20px;
}
.n-about-d .abo .element-b .imgbox .p .p-a {
  font-size: 20px;
  color: #333333;
  margin: 0 0 15px 0;
  font-weight: bold;
  text-align: center;
}
.n-about-d .abo .element-b .imgbox .p .p-b {
  font-size: 16px;
  color: #666666;
  line-height: 29px;
  text-align: center;
}
.n-about-d .abo .element-c {
  font-size: 18px;
  color: #666666;
  line-height: 35px;
  text-align: center;
  margin: 0 0 40px 0;
}
.n-about-d .abo .element-d {
  justify-content: center;
  padding: 0 0 140px 0;
}
.n-about-d .abo .element-d .textbox {
  width: 20%;
  background: #f5f5f5;
  box-sizing: border-box;
  padding: 2% 2%;
  border-radius: 10px;
}
.n-about-d .abo .element-d .textbox .p-a {
  font-size: 24px;
  color: #333333;
  text-align: center;
  margin: 0 0 10px 0;
}
.n-about-d .abo .element-d .textbox .p-b {
  font-size: 16px;
  color: #666666;
  text-align: center;
}
.n-about-d .abo .element-d .img {
  width: 8%;
  margin: 0 2%;
  text-align: center;
}
.n-about-e{
  /* background: url(../img/abo1.png) no-repeat;
  background-position: 95% 90px; */
}
.n-about-e .abo .element-a .textbox {
  font-size: 20px;
  color: #333333;
  width: 20%;
  background: #fff;
  text-align: center;
  margin: 45px 0;
  line-height: 75px;
  box-shadow: 0 0 10px 0 #eee;
  border-radius: 10px;
}
.n-about-e .abo .element-a .textbox a{
  display: block;
  color: #333333;
}
.n-about-e .abo .element-a .textbox:hover{
  background: #0071bc;
}
.n-about-e .abo .element-a .textbox:hover{
  box-shadow: 0 0 10px 0 #046db820;
}
.n-about-e .abo .element-a .textbox:hover a{
  color: #fff;
}
.n-about-e .abo .element-b .imgbox {
  width: 48%;
  margin: 40px 0 160px 0;
  border-radius: 10px;
}
.n-about-e .abo .element-b .imgbox .img{
  margin: 40px 0 0 0;
  border-radius: 15px;
  overflow: hidden;
}
.n-about-f{
  /* background: url(../img/abo1.png) no-repeat;
  background-position: 5% 90px; */
}
.n-about-f .abo .element {
  padding: 40px 0 60px 0;
  font-size: 18px;
  color: #666666;
  line-height: 35px;
  align-items: flex-start;
}
.n-about-f .abo .element .left{
  width: 68%;
}
.n-about-f .abo .element .right{
  width: 25%;
}
.n-about-f .abo .element .right p{
  font-size: 16px;
  line-height: 32px;
  text-align: right;
  color: #888;
}
/* 产品 */
.n-products .pro {
  padding: 90px 0;
  align-items: flex-start;
}
.n-products .pro .left {
  width: 20%;
  margin: 0 0 5% 0;
}
.n-products .pro .left .caption {
  font-size: 22px;
  color: #333333;
  font-weight: bold;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #d2d2d2;
}
.n-products .pro .left .ul-a .li-a {
  border-bottom: 1px solid #d2d2d2;
}
.n-products .pro .left .ul-a .li-a .a-a {
  background: #fff;
  box-sizing: border-box;
  padding: 0 5%;
}
.n-products .pro .left .ul-a .li-a .a-a .p {
  font-size: 18px;
  color: #333333;
  padding: 25px 0;
} 
.n-products .pro .left .ul-a .li-a .a-a .after img:nth-child(1){
  display: inline;
}
.n-products .pro .left .ul-a .li-a .a-a .after img:nth-child(2){
  display: none;
}
.n-products .pro .left .ul-a .li-a .ul-b{
  display: none;
}
.n-products .pro .left .ul-a .li-a .ul-b .li-b .a-b{
  display: block;
  font-size: 18px;
  color: #666666;
  background: #fcfcfc;
  box-sizing: border-box;
  padding: 15px 5%;
}
.n-products .pro .left .ul-a .li-a .ul-b .li-b .a-b:hover{
   color: #046eb8; 
}
.n-products .pro .right {
  width: 75%;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.n-products .pro .right .imgbox {
  width: 31%;
  margin: 0 1% 40px;
  /* background: #f4f4f4; */
  position: relative;
  border-radius: 10px;
}
.n-products .pro .right .imgbox::after{
  position: absolute;
  width: 100%;
  height: 100%;
  background: #f4f4f4;
  border-radius: 20px;
  content: '';
  left: 0;
  top: 0;
  z-index: -9;
  transition: 0.3s;
}
.n-products .pro .right .imgbox a {
  display: block;
  padding: 25px 0;
}
.n-products .pro .right .imgbox a .img {
  text-align: center;
}
.n-products .pro .right .imgbox a .p {
  font-size: 20px;
  line-height: 30px;
  height: 60px;
  color: #333333;
  text-align: center;
  font-weight: bold;
  padding: 25px 10px 0;
}
.n-products .pro .right .imgbox a .tab {
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 18px;
  color: #ffffff;
  line-height: 30px;
  width: 100px;
  text-align: center;
}
.n-products .pro .right .imgbox a .hot {
  background: #e60012;
  border-radius: 5px;
}
.n-products .pro .right .imgbox a .new {
  background: #046eb8;
  border-radius: 5px;
}
.n-products .pro .right .imgbox:hover::after{
  border-radius: 50%;
}
.n-products .active-a .a-a .after img:nth-child(1){
  display: none !important;
}
.n-products .active-a .a-a .after img:nth-child(2){
  display: block !important;
}
.n-products .active-a .ul-b{
  display: block !important;
}
.x-products-a{
  background: #f2f8ff;
}
.x-products-a .pro{
  padding: 90px 0;
}
.x-products-a .pro .element{
  background: #fff;
  box-sizing: border-box;
  padding: 3% 3%;
}
.x-products-a .pro .element .left{
  width: 40%;
  text-align: center;
}
.x-products-a .pro .element .right{
  width: 60%;
}
.x-products-a .pro .element .right .caption{
  padding: 0 0 10px 0;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #d2d2d2;
}
.x-products-a .pro .element .right .caption .p-a{
  font-size: 20px;
  color: #2e65b9;
  font-weight: 100;
  margin: 0 0 10px 0;
}
.x-products-a .pro .element .right .caption .p-b{
  font-size: 30px;
  font-weight: bold;
  color: #333333;
  line-height: 40px;
}
.x-products-a .pro .element .right .text{
  font-size: 15px;
  line-height: 30px;
  color: #666666;
  margin: 0 0 100px 0;
}
.x-products-a .pro .element .right .contact .btn{
  width: 210px;
  transition: 0.3s;
}
.x-products-a .pro .element .right .contact .btn a{
  background: #046eb8;
  border-radius: 30px;
  box-sizing: border-box;
  padding: 0 10%;
}
.x-products-a .pro .element .right .contact .btn a .p{
  font-size: 16px;
  line-height: 50px;
  color: #ffffff;
}
.x-products-a .pro .element .right .contact .btn:hover{
  margin: 0 0 0  5px;
}
.x-products-a .pro .element .right .contact .imgbox {
  width: 250px;
}
.x-products-a .pro .element .right .contact .imgbox .p .p-a{
  font-size: 17px;
  color: #333333;
  margin: 0 0 14px 0;
}
.x-products-a .pro .element .right .contact .imgbox .p .p-b{
  font-size: 23px;
  color: #333333;
}
.x-products-b .pro{
  padding: 80px 0;
}
.x-products-b .pro ul{
  background: #eeeeee;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 0 35px 0;
  justify-content: flex-start;
}
.x-products-b .pro ul li{
  width: 16%;
}
.x-products-b .pro ul li a{
  display: block;
  text-align: center;
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  line-height: 60px;
  position: relative;
}
.x-products-b .pro ul li a::after{
  position: absolute;
  right: 0;
  top: 30%;
  width: 1px;
  height: 40%;
  background: #dcdcdc;
  content: '';
}.x-products-b .pro ul li:hover a::after{
  display: none;
}
.x-products-b .pro ul li:hover{
  background: #046eb8;
  border-radius: 10px;
}
.x-products-b .pro ul li:hover a{
  color: #fff;
}
.x-products-b .pro .t10{
  font-size: 20px;
  color: #046eb8;
  background: #dae8f8;
  line-height: 55px;
  font-weight: bold;
  box-sizing: border-box;
  padding: 0 2%;
  margin: 0 0 30px 0;
}
.x-products-b .pro .t11{
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  padding: 10px 0 10px 30px;
  margin: 0 0 15px 0;
  border: 1px solid #046eb8;
  position: relative;
}
.x-products-b .pro .t11::before{
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 100%;
    background: #046eb8;
    content: '';
}

/* .x-products-b .pro .element-a{
  box-sizing: border-box;
  padding: 20px 2%;
  font-size: 16px;
  color: #666666;
  line-height: 36px;
} */
.x-products-b .pro p{
  box-sizing: border-box;
  font-size: 16px;
  color: #666666;
  line-height: 36px;
}
/* .x-products-b .pro .element-b{
  box-sizing: border-box;
  padding: 20px 0;
} */
.x-products-b .pro video{
  width: 100%;
  max-width: 100%;
}
.x-products-b .pro table {
  width: 100%;
  border: 1px solid #dcdcdc;
}
.x-products-b .pro table th{
  width: 25%;
  padding: 10px 0;
  background: #046eb8;
  color: #fff;
}
.x-products-b .pro table th p{
  color: #fff;
}
.x-products-b .pro table td:nth-child(1){
  width: 20%;
  background: #046eb8;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  padding: 18px 0;
}
.x-products-b .pro table td:nth-child(1) p{
  font-size: 16px;
  color: #ffffff;
  text-align: center;
}
.x-products-b .pro table td{
  /* width: 25%; */
  font-size: 16px;
  color: #666666;
  /* line-height: 30px; */
  text-align: center;
  box-sizing: border-box;
  padding: 18px 10px;
}
.x-products-b .pro table td p{
  font-size: 16px;
  color: #666666;
  line-height: 1;
}
.x-products-b .pro table tr:nth-child(even){
  background: #fafcff;
}
.x-products-b .pro h3{
  font-size: 16px;
  color: #333333;
  font-weight: 500;
  padding: 10px 0;
}
.x-products-b .pro h4{
  font-size: 14px;
  color: #999999;
  line-height: 30px;
  padding: 10px 0;
  font-weight: 500;
}
.x-products-b .pro h1{
  font-size: 20px;
  color: #046eb8;
  padding: 10px 0;
  border-bottom: 1px solid #dcdcdc;
  margin: 15px 0;
}
.x-products-c .pro {
  flex-wrap: wrap;
  justify-content: flex-start;
}
.x-products-c .pro .t10{
  font-size: 20px;
  color: #046eb8;
  background: #dae8f8;
  line-height: 55px;
  font-weight: bold;
  box-sizing: border-box;
  padding: 0 2%;
  margin: 0 0 30px 0;
}
.x-products-c .pro .t11{
  font-size: 20px;
  color: #046eb8;
  font-weight: bold;
  padding: 0 0 15px 0;
  margin: 0 0 15px 0;
  border-bottom: 1px solid #dcdcdc;
}
.x-products-c .pro .element{
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 30px 0 0 0;
}
.x-products-c .pro .element .imgbox {
  width: 23%;
  margin: 0 1% 40px;
  /* background: #f4f4f4; */
  position: relative;
  border-radius: 10px;
}
.x-products-c .pro .element .imgbox::after{
  position: absolute;
  width: 100%;
  height: 100%;
  background: #f4f4f4;
  border-radius: 20px;
  content: '';
  left: 0;
  top: 0;
  z-index: -9;
  transition: 0.3s;
}
.x-products-c .pro .element .imgbox a {
  display: block;
  padding: 20px 0;
}
.x-products-c .pro .element .imgbox a .img {
  text-align: center;
}
.x-products-c .pro .element .imgbox a .p {
  font-size: 20px;
  line-height: 30px;
  height: 60px;
  color: #333333;
  text-align: center;
  font-weight: bold;
  padding: 20px 10px 0;
}
.x-products-c .pro .element .imgbox a .tab {
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 18px;
  color: #ffffff;
  line-height: 30px;
  width: 100px;
  text-align: center;
}
.x-products-c .pro .element .imgbox a .hot {
  background: #e60012;
  border-radius: 5px;
}
.x-products-c .pro .element .imgbox a .new {
  background: #046eb8;
  border-radius: 5px;
}
.x-products-c .pro .element .imgbox:hover::after{
  border-radius: 50%;
}
.pro-form{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}
.pro-form .for{
  position: absolute;
  top: 20%;
  width: 100%;
}
.pro-form .for form{
  width: 600px;
  background: #fff;
  box-sizing: border-box;
  padding: 4% 2% 3%;
  margin: 0 auto;
  box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.3);
  position: relative;
}
.pro-form .for form .closebtn{
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
}
.pro-form .for form .inputbox{
  justify-content: flex-start;
  margin: 0 0 20px 0;
}
.pro-form .for form .inputbox .p{
  width: 18%;
  color: #2f2f2f;
  font-weight: bold;
  font-size: 16px;
}
.pro-form .for form .inputbox .input{
  width: 75%;
  margin: 0 2% 0 0;
}
.pro-form .for form .inputbox .input input{
  width: 100%;
  border: 1px solid #cccccc;
  line-height: 40px;
  font-size: 16px;
  color: #666;
  box-sizing: border-box;
  padding: 0 10px;
  outline: none;
}
.pro-form .for form .inputbox .input input:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(247, 150, 0, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(247, 150, 0, 0.6);
}
.pro-form .for form .inputbox .after{
  width: 5%;
  font-size: 16px;
  color: #ff0000;
  text-align: right;
}
.pro-form .for form .textareabox{
  justify-content: flex-start;
  margin: 0 0 20px 0;
}
.pro-form .for form .textareabox .p{
  width: 18%;
  color: #2f2f2f;
  font-weight: bold;
  font-size: 16px;
}
.pro-form .for form .textareabox .textarea{
  width: 75%;
  margin: 0 2% 0 0;
}
.pro-form .for form .textareabox .textarea textarea{
  width: 100%;
  border: 1px solid #cccccc;
  line-height: 40px;
  font-size: 16px;
  color: #666;
  box-sizing: border-box;
  padding: 0 10px;
  outline: none;
}
.pro-form .for form .textareabox .textarea textarea:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(247, 150, 0, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(247, 150, 0, 0.6);
}
.pro-form .for form .textareabox .after{
  width: 5%;
  font-size: 16px;
  color: #ff0000;
  text-align: right;
}
.pro-form .for form .btnbox{
  justify-content: flex-start;
  box-sizing: border-box;
  padding: 0 0 0 18%;
}
.pro-form .for form .btnbox .btn-a{
  width: 60px;
  margin: 0 20px 0 0;
}
.pro-form .for form .btnbox .btn-a input{
  width: 100%;
  border: none;
  outline: none;
  font-size: 16px;
  background: #046eb8;
  color: #fff;
  text-align: center;
  line-height: 35px;
}
.pro-form .for form .btnbox .btn-b{
  width: 60px;
}
.pro-form .for form .btnbox .btn-b input{
  width: 100%;
  border: none;
  outline: none;
  font-size: 16px;
  background: #e8e8e8;
  color: #333;
  text-align: center;
  line-height: 35px;
}
.pro-form-active{
  display: block;
}
/* 讲习会 */
.n-assembly .ass {
  padding: 90px 0;
}
.n-assembly .ass .imgbox {
  border: 1px solid #dcdcdc;
  width: 100%;
  box-sizing: border-box;
  padding: 30px;
  border-radius: 10px;
  margin: 0 0 30px 0;
}
.n-assembly .ass .imgbox a .img {
  width: 20%;
  border-radius: 10px;
}
.n-assembly .ass .imgbox a .p {
  width: 70%;
}
.n-assembly .ass .imgbox a .p .p-a {
  font-size: 26px;
  color: #333333;
  font-weight: bold;
  margin: 0 0 15px 0;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.n-assembly .ass .imgbox a .p .p-b {
  font-size: 16px;
  color: #666666;
  margin: 0 0 20px 0;
}
.n-assembly .ass .imgbox a .p .p-b span {
  color: #cccccc;
  margin: 0 5px;
}
.n-assembly .ass .imgbox a .p .p-c {
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  line-height: 30px;
  box-sizing: border-box;
  padding: 0 15px;
  background: #046eb8;
  border-radius: 30px;
  margin: 0 0 10px 0;
}
.n-assembly .ass .imgbox a .p .p-d {
  font-size: 16px;
  color: #666666;
  line-height: 33px;
}
.n-assembly .ass .imgbox a .after {
  width: 45px;
  height: 45px;
  box-sizing: border-box;
  border-radius: 30px;
  box-shadow: 0 0 10px 0 #e6e6e6;
  flex-direction: column;
  justify-content: center;
  border: 5px solid #fff;
  position: relative;
}
.n-assembly .ass .imgbox a .after::after{
  position: absolute;
  left: -6px;
  top: -6px;
  width: 45px;
  height: 45px;
  border: 1px solid #fff;
  content: '';
  border-radius: 30px;
}
.n-assembly .ass .imgbox a .after img:nth-child(1) {
  box-shadow: 0 0 10px 0 #e6e6e6;
  display: inline;
}
.n-assembly .ass .imgbox a .after img:nth-child(2) {
  display: none;
}
.n-assembly .ass .imgbox:hover {
  border: 1px solid #fff;
  box-shadow: 0 0 10px 0 #f8f8f8;
}
.n-assembly .ass .imgbox:hover a .after{
  background: #046eb8;
}
.n-assembly .ass .imgbox:hover a .after img:nth-child(1) {
  display: none;
}
.n-assembly .ass .imgbox:hover a .after img:nth-child(2) {
  display: inline;
}
.n-assembly .ass .imgbox:hover a .after::after{
 border: 1px solid #1979bc;
 animation: move2 1.5s infinite;
}
.x-assembly .ass {
  padding: 90px 0;
  align-items: flex-start;
}
.x-assembly .ass .left {
  width: 20%;
  margin: 0 0 5% 0;
}
.x-assembly .ass .left .caption {
  font-size: 22px;
  color: #333333;
  font-weight: bold;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #d2d2d2;
}
.x-assembly .ass .left .ul-a .li-a {
  border-bottom: 1px solid #d2d2d2;
}
.x-assembly .ass .left .ul-a .li-a .a-a {
  background: #fff;
  box-sizing: border-box;
  padding: 0 5%;
}
.x-assembly .ass .left .ul-a .li-a .a-a .p {
  font-size: 18px;
  color: #333333;
  padding: 25px 0;
} 
.x-assembly .ass .left .ul-a .li-a .a-a .after img:nth-child(1){
  display: inline;
}
.x-assembly .ass .left .ul-a .li-a .a-a .after img:nth-child(2){
  display: none;
}
.x-assembly .ass .left .ul-a .li-a .ul-b{
  display: none;
}
.x-assembly .ass .left .ul-a .li-a .ul-b .li-b .a-b{
  display: block;
  font-size: 18px;
  color: #666666;
  background: #fcfcfc;
  box-sizing: border-box;
  padding: 15px 5%;
}
.x-assembly .ass .right{
  width: 75%;
}
.x-assembly .ass .right .caption{
  font-size: 26px;
  color: #333333;
  font-weight: bold;
  margin: 0 0 15px 0;
}
.x-assembly .ass .right .text{
  font-size: 16px;
  color: #666666;
  line-height: 34px;
  margin: 0 0 30px 0;
}
.x-assembly .ass .right .table{
  width: 100%;
  margin: 0 0 30px 0;
}
.x-assembly .ass .right .table table{
  width: 100%;
  border: 1px solid #dcdcdc;
}
.x-assembly .ass .right .table table td:nth-child(1){
  width: 20%;
  background: #046eb8;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  padding: 15px 3%;
}
.x-assembly .ass .right .table table td{
  width: 70%;
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  box-sizing: border-box;
  padding: 15px 3%;
}
.x-assembly .ass .right .element h1{
  font-size: 20px;
  color: #046eb8;
  background: #dae8f8;
  line-height: 55px;
  box-sizing: border-box;
  padding: 0 2%;
  margin: 0 0 30px 0;
}
.x-assembly .ass .right .element{
  font-size: 16px;
  line-height: 32px;
  color: #666;
}
.x-assembly .ass .right .downbtn{
  border: 1px dotted #c9c9c9;
  box-sizing: border-box;
  padding: 20px 35%;
  margin: 20px 0;
}
.x-assembly .ass .right .downbtn a{
  background: #f7931e;
  display: block;
  text-align: center;
  line-height: 43px;
  color: #fff;
  font-size: 16px;
}
.x-assembly .ass .right .downbtn a:hover{
  background: #0071bc;
}
.x-assembly .active-a .a-a .after img:nth-child(1){
  display: none !important;
}
.x-assembly .active-a .a-a .after img:nth-child(2){
  display: block !important;
}
.x-assembly .active-a .ul-b{
  display: block !important;
}
.putin .put {
  padding: 90px 0;
  align-items: flex-start;
}
.putin .put .left {
  width: 20%;
  margin: 0 0 5% 0;
}
.putin .put .left .caption {
  font-size: 22px;
  color: #333333;
  font-weight: bold;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #d2d2d2;
}
.putin .put .left .ul-a .li-a {
  border-bottom: 1px solid #d2d2d2;
}
.putin .put .left .ul-a .li-a .a-a {
  background: #fff;
  box-sizing: border-box;
  padding: 0 5%;
}
.putin .put .left .ul-a .li-a .a-a .p {
  font-size: 18px;
  color: #333333;
  padding: 25px 0;
} 
.putin .put .left .ul-a .li-a .a-a .after img:nth-child(1){
  display: inline;
}
.putin .put .left .ul-a .li-a .a-a .after img:nth-child(2){
  display: none;
}
.putin .put .left .ul-a .li-a .ul-b{
  display: none;
}
.putin .put .left .ul-a .li-a .ul-b .li-b .a-b{
  display: block;
  font-size: 18px;
  color: #666666;
  background: #fcfcfc;
  box-sizing: border-box;
  padding: 15px 5%;
}
.putin .put .right{
  width: 75%;
}
.putin .put .right .caption{
  font-size: 26px;
  color: #333333;
  font-weight: bold;
  margin: 0 0 30px 0;
}
.putin .put .right .table{
  width: 100%;
  margin: 0 0 30px 0;
}
.putin .put .right .table table{
  width: 100%;
  border: 1px solid #dcdcdc;
}
.putin .put .right .table table td:nth-child(1){
  width: 40%;
  background: #F7F7F7;
  font-size: 16px;
  color: #333;
  text-align: center;
  padding: 15px 3%;
}
.putin .put .right .table table td:nth-child(1) .title{
  justify-content: flex-end;
}
.putin .put .right .table table td:nth-child(1) .title .after{
  color: #ff0000;
  margin: 0 10px 0 0;
}
.putin .put .right .table table td{
  width: 60%;
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  box-sizing: border-box;
  padding: 5px 2%;
}
.putin .put .right .table table td input{
  width: 100%;
  border: 1px solid #ccc;
  line-height: 35px;
  box-sizing: border-box;
  padding: 0 10px;
  outline: none;
  border-radius: 5px;
}
.putin .put .right .table table td textarea{
  width: 100%;
  border: 1px solid #ccc;
  line-height: 35px;
  box-sizing: border-box;
  padding: 0 10px;
  outline: none;
  border-radius: 5px;
}
.putin .put .right .submit{
  border: 1px dotted #c9c9c9;
  box-sizing: border-box;
  padding: 20px 40%;
  margin: 20px 0;
}
.putin .put .right .submit input{
  width: 100%;
  background: #f7931e;
  border: none;
  outline: none;
  text-align: center;
  line-height: 35px;
  color: #fff;
}
.putin .put .right .submit input:hover{
  background: #0071bc;
}
/* 下载 */
.n-download{
  padding: 0 0 90px 0;
}
.n-download .dow {
  flex-wrap: wrap;
}
.n-download .dow .imgbox {
  width: 48%;
  border: 1px solid #dcdcdc;
  border-radius: 20px;
  margin: 0 0 30px 0;
}
.n-download .dow .imgbox a {
  box-sizing: border-box;
  padding: 3% 3%;
}
.n-download .dow .imgbox a .left {
  width: 90%;
  justify-content: flex-start;
}
.n-download .dow .imgbox a .left .img {
  width: 10%;
}
.n-download .dow .imgbox a .left .p {
  width: 90%;
  font-size: 18px;
  color: #333333;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.n-download .dow .imgbox a .right {
  width: 10%;
  text-align: right;
}
.n-download .dow .imgbox a .right img:nth-child(1) {
  display: inline;
}
.n-download .dow .imgbox a .right img:nth-child(2) {
  display: none;
}
.n-download .dow .imgbox:hover {
  border: 1px solid #046eb8;
}
.n-download .dow .imgbox:hover a .right img:nth-child(1) {
  display: none;
}
.n-download .dow .imgbox:hover a .right img:nth-child(2) {
  display: inline;
}
/* 信息 */
.n-information .inf {
  margin: 90px auto 50px auto;
}
.n-information .inf .left {
  width: 70%;
  margin: 0 5% 0 0;
}
.n-information .inf .left .imgbox {
  padding: 0 0 40px 0;
  margin: 0 0 40px 0;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}
.n-information .inf .left .imgbox::after{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background: #0071bc;
  content: '';
  transition: 0.3s;
}
.n-information .inf .left .imgbox a .img {
  width: 28%;
  margin: 0 2% 0 0;
  border-radius: 10px;
}
.n-information .inf .left .imgbox a .p {
  width: 70%;
}
.n-information .inf .left .imgbox a .p .p-a {
  justify-content: flex-start;
  align-items: flex-end;
  margin: 0 0 20px 0;
}
.n-information .inf .left .imgbox a .p .p-a .day {
  font-size: 26px;
  color: #666666;
  margin: 0 15px 0 0;
}
.n-information .inf .left .imgbox a .p .p-a .year {
  font-size: 14px;
  color: #666666;
  font-weight: bold;
  margin: 0 10px 2px 0;
}
.n-information .inf .left .imgbox a .p .p-a .after {
  width: 25px;
  height: 1px;
  background: #dcdcdc;
  margin: 0 10px 8px 0;
}
.n-information .inf .left .imgbox a .p .p-a .typology {
  font-size: 14px;
  color: #046eb8;
  margin: 0 0 2px 0;
}
.n-information .inf .left .imgbox a .p .p-b {
  font-size: 26px;
  color: #333333;
  line-height: 46px;
  margin: 0 0 10px 0;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.n-information .inf .left .imgbox a .p .p-c {
  font-size: 16px;
  color: #666666;
  line-height: 28px;
  margin: 0 0 15px 0;
}
.n-information .inf .left .imgbox a .p .btn {
  box-shadow: 0 0 10px 0 #f5f5f5;
  width: 150px;
  justify-content: center;
  border-radius: 30px;
  background: #046eb8;
  transition: 0.3s;
}
.n-information .inf .left .imgbox a .p .btn .text {
  line-height: 40px;
  margin: 0 20px 0 0;
  font-size: 16px;
  color: #fff;
}
.n-information .inf .left .imgbox a .p .btn .after img:nth-child(1) {
  display: inline;
}
.n-information .inf .left .imgbox a .p .btn .after img:nth-child(2) {
  display: none;
}
.n-information .inf .left .imgbox:hover::after{
  width: 100%;
}
.n-information .inf .left .imgbox a .p .btn:hover{
  margin: 0 0 0 5px;
}
.n-information .inf .right {
  width: 25%;
}
.n-information .inf .right ul {
  margin: 20px 0 0 0;
}
.n-information .inf .right ul li a {
  font-size: 17px;
  color: #333333;
  display: block;
  line-height: 50px;
  border-bottom: 1px solid #eeeeee;
}
.n-information .inf .right ul li a:hover{
  color: #0071bc;
}
/* 新闻 */
.n-news-a {
  background: #f8f9fc;
}
.n-news-a .new {
  padding: 60px 0;
}
.n-news-a .new .swipera .imgbox a .left {
  width: 50%;
}
.n-news-a .new .swipera .imgbox a .left .time {
  font-size: 18px;
  color: #555460;
  margin: 0 0 25px 0;
}
.n-news-a .new .swipera .imgbox a .left .title {
  font-size: 27px;
  color: #333333;
  font-weight: bold;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin: 0 0 20px 0;
}
.n-news-a .new .swipera .imgbox a .left .text {
  font-size: 14px;
  color: #555460;
  line-height: 31px;
  margin: 0 0 20px 0;
}
.n-news-a .new .swipera .imgbox a .left .btn {
  background: #046eb8;
  border-radius: 50px;
  width: 180px;
  box-sizing: border-box;
  padding: 0 30px 0 10px;
}
.n-news-a .new .swipera .imgbox a .left .btn .p {
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  line-height: 50px;
}
.n-news-a .new .swipera .imgbox:hover a .left .btn .after{
  animation: move3 2s infinite;
  animation-timing-function: linear;
}
.n-news-a .new .swipera .imgbox a .right {
  width: 43%;
  box-sizing: border-box;
  padding: 0 1px;
}
.n-news-a .new .swipera .imgbox a .right img{
    width: 100%;
    height: 380px;
    object-fit: cover;
    object-position: top;
}
.n-news-a .new .swipera .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 30px;
  background: #c6c7ca;
  opacity: 1;
}
.n-news-a .new .swipera .swiper-pagination-bullet-active {
  width: 35px;
  background: #046eb8;
}
.n-news-b .new {
  padding: 40px 0 80px;
}
.n-news-b .new .element {
  flex-wrap: wrap;
}
.n-news-b .new .element .textbox {
  width: 48%;
  padding: 40px 0 50px 0;
  border-bottom: 1px solid #e5e5e5;
}
.n-news-b .new .element .textbox a .time {
  width: 20%;
}
.n-news-b .new .element .textbox a .time .day {
  font-size: 30px;
  color: #808090;
  margin: 0 0 15px 0;
  text-align: center;
}
.n-news-b .new .element .textbox a .time .year {
  font-size: 16px;
  color: #808090;
  text-align: center;
}
.n-news-b .new .element .textbox a .p {
  width: 65%;
}
.n-news-b .new .element .textbox a .p .p-a {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  margin: 0 0 10px 0;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.n-news-b .new .element .textbox a .p .p-b {
  font-size: 15px;
  color: #666666;
  line-height: 26px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.n-news-b .new .element .textbox a .after {
  width: 45px;
  height: 45px;
  box-sizing: border-box;
  border-radius: 30px;
  box-shadow: 0 0 10px 0 #e6e6e6;
  flex-direction: column;
  justify-content: center;
  border: 5px solid #fff;
  position: relative;
}
.n-news-b .new .element .textbox a .after::after{
  position: absolute;
  left: -6px;
  top: -6px;
  width: 45px;
  height: 45px;
  border: 1px solid #fff;
  content: '';
  border-radius: 30px;
}
.n-news-b .new .element .textbox a .after img:nth-child(1) {
  box-shadow: 0 0 10px 0 #e6e6e6;
  display: inline;
}
.n-news-b .new .element .textbox a .after img:nth-child(2) {
  display: none;
}
.n-news-b .new .element .textbox:hover {
  border-bottom: 1px solid #046eb8;
}
.n-news-b .new .element .textbox:hover a .after img:nth-child(1) {
  display: none;
}
.n-news-b .new .element .textbox:hover a .after img:nth-child(2) {
  display: inline;
}
.n-news-b .new .element .textbox:hover a .after{
  background: #046eb8;
}
.n-news-b .new .element .textbox:hover a .after::after{
  border: 1px solid #1979bc;
  animation: move2 1.5s infinite;
 }
 
.x-news .new {
  padding: 60px 0;
  align-items: flex-start;
}
.x-news .new .left{
  width: 65%;
}
.x-news .new .left .caption{
  font-size: 22px;
  color: #333333;
  font-weight: bold;
  text-align: center;
  margin: 0 0 20px 0;
}
.x-news .new .left .time{
  font-size: 12px;
  color: #999;
  text-align: center;
  margin: 0 0 30px 0;
}
.x-news .new .left .text{
  border: 1px solid #ddd;
  box-sizing: border-box;
  padding: 20px 5%;
  font-size: 14px;
  color: #666;
  line-height: 28px;
  margin: 0 0 30px 0;
}
.x-news .new .left .element{
  font-size: 16px;
  color: #666;
  line-height: 28px;
}
.x-news .new .right{
  width: 30%;
}
.x-news .new .right .caption{
  font-size: 24px;
  font-weight: bold;
  color: #333;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #dddddd;
}
.x-news .new .right .textbox a{
  padding: 20px 0;
  display: block;
  border-bottom: 1px solid #dddddd;
}
.x-news .new .right .textbox a .title{
  font-size: 18px;
  color: #666666;
  margin: 0 0 30px 0;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  transition: 0.3s;
}
.x-news .new .right .textbox a .time{
  font-size: 14px;
  color: #a4a7ab;
}
.x-news .new .right .textbox:hover a .title{
  color: #046eb8;
}
/* 分页 */
.updown {
  width: 100%;
  justify-content: center;
  margin: 40px 0 0 0;
}
.updown a {
  font-size: 15px;
  color: #666666;
  width: 45px;
  display: block;
  line-height: 45px;
  text-align: center;
  margin: 0 3px;
  background: #f1eff0;
  border-radius: 10px;
}
.updown a:hover {
  background: #046eb8;
  color: #fff;
}
.updown .pages {
  background: #046eb8;
  color: #fff;
}
/* 服务 */
.n-service-a .ser .element-a {
  margin: 70px 0;
}
.n-service-a .ser .element-a .imgbox {
  width: 22%;
  border-radius: 10px;
  overflow: hidden;
}
.n-service-a .ser .element-a .imgbox a {
  display: block;
  position: relative;
}
.n-service-a .ser .element-a .imgbox a .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0 3%;
  transition: 0.3s;

}
.n-service-a .ser .element-a .imgbox a .text .title {
  font-size: 20px;
  color: #ffffff;
  font-weight: bold;
  padding: 30px 0;
  text-align: center;
}
.n-service-a .ser .element-a .imgbox a .text .btn {
  padding: 15px 0 25px 0;
  border-top: 1px solid #fff;
}
.n-service-a .ser .element-a .imgbox a .text .btn .p {
  font-size: 16px;
  color: #ffffff;
}
.n-service-a .ser .element-a .imgbox:hover a .text{
  background: rgba( 4, 110, 184, 0.8);
}
.n-service-a .ser .caption {
  font-size: 26px;
  color: #333333;
  font-weight: bold;
  margin: 40px 0 20px 0;
}
.n-service-a .ser .element-b {
  box-sizing: border-box;
  padding: 2% 3%;
  background: #fff;
  box-shadow: 0 0 10px 0 #f8f8f8;
  align-items: flex-start;
}
.n-service-a .ser .element-b .imgbox {
  width: 33%;
  box-sizing: border-box;
  padding: 0 5% 0 0;
}
.n-service-a .ser .element-b .imgbox .img {
  margin: 0 0 30px 0;
}
.n-service-a .ser .element-b .imgbox .text .p-a {
  font-size: 22px;
  color: #333333;
  font-weight: bold;
  margin: 0 0 20px 0;
}
.n-service-a .ser .element-b .imgbox .text .p-b p {
  font-size: 16px;
  color: #333333;
  line-height: 30px;
}
.n-service-a .ser .element-b .imgbox .text .p-b li {
  font-size: 16px;
  color: #333333;
  line-height: 28px;
}
.n-service-a .ser .element-c {
  box-sizing: border-box;
  padding: 2% 3%;
  background: #fff;
  box-shadow: 0 0 10px 0 #f8f8f8;
  margin: 0 0 60px 0;
}
.n-service-a .ser .element-c .title {
  background: #046eb8;
  font-size: 22px;
  color: #ffffff;
  line-height: 40px;
  box-sizing: border-box;
  padding: 0 20px;
}
.n-service-a .ser .element-c .imgbox {
  margin: 15px 0;
}
.n-service-a .ser .element-c .imgbox .left {
  width: 75%;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  height: 150px;
}
.n-service-a .ser .element-c .imgbox .left span {
  font-size: 18px;
  color: #333333;
  border: 1px solid #c5d9e7;
  display: inline-block;
  line-height: 45px;
  box-sizing: border-box;
  padding: 0 15px;
  margin: 0 2% 25px 0;
  border-radius: 30px;
  text-align: center;
}
/* .n-service-a .ser .element-c .imgbox .left .textbody span:nth-child(1){
  width: 16%;
}
.n-service-a .ser .element-c .imgbox .left .textbody span:nth-child(2){
  width: 16%;
}
.n-service-a .ser .element-c .imgbox .left .textbody span:nth-child(3){
  width: 38%;
}
.n-service-a .ser .element-c .imgbox .left .textbody span:nth-child(4){
  width: 28%;
} */
.n-service-a .ser .element-c .imgbox .right {
  width: 21%;
}
.n-service-a .ser .element-c .body {
  flex-wrap: wrap;
  align-items: flex-start;
}
.n-service-a .ser .element-c .body .imgbox {
  width: 48%;
  align-items: flex-start;
  margin: 30px 0;
}
.n-service-a .ser .element-c .body .imgbox .img {
  width: 15%;
  margin: 0 5% 0 0;
}
.n-service-a .ser .element-c .body .imgbox .p {
  width: 80%;
}
.n-service-a .ser .element-c .body .imgbox .p .p-a {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  margin: 0 0 20px 0;
}
.n-service-a .ser .element-c .body .imgbox .p .p-b {
  font-size: 18px;
  color: #333333;
  line-height: 34px;
}
.n-service-a .ser .element-c .body .br {
  width: 100%;
  height: 2px;
  background: #f1f1f1;
  margin: 30px 0;
}
.n-service-a .ser .element-c .body .photo {
  margin: 0 0 0 auto;
}
.n-service-a .ser .element-d {
  box-sizing: border-box;
  padding: 3% 55% 3% 5%;
  width: 100%;
  background: url(../img/ser2.jpg) no-repeat;
  margin: 40px 0 130px 0;
  border-radius: 10px;
  flex-wrap: wrap;
}
.n-service-a .ser .element-d .input {
  width: 100%;
  margin: 0 0 15px 0;
}
.n-service-a .ser .element-d .input input {
  width: 100%;
  line-height: 45px;
  border: none;
  outline: none;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 0 10px;
  font-size: 16px;
  color: #666666;
}
.n-service-a .ser .element-d .input-a {
  width: 100%;
}
.n-service-a .ser .element-d .input-b {
  width: 32%;
}
.n-service-a .ser .element-d .textarea {
  width: 100%;
  margin: 0 0 25px 0;
}
.n-service-a .ser .element-d .textarea textarea {
  width: 100%;
  border: none;
  outline: none;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 20px 10px;
  line-height: 24px;
  font-size: 16px;
  color: #666666;
  height: 110px;
}
.n-service-a .ser .element-d .sum {
  width: 210px;
}
.n-service-a .ser .element-d .sum input {
  font-size: 18px;
  color: #fff;
  width: 100%;
  text-align: center;
  line-height: 55px;
  border: none;
  outline: none;
  border-radius: 30px;
  background: #99132c;
}
.n-service-b {
  background: #f2f8ff;
}
.n-service-b .ser {
  padding: 100px 0 60px 0;
}
.n-service-b .ser .caption {
  position: relative;
  padding: 0 0 20px 0;
  margin: 0 0 100px 0;
}
.n-service-b .ser .caption .en {
  font-size: 50px;
  color: #046eb8;
  margin: 0 0 20px 0;
  text-align: center;
}
.n-service-b .ser .caption .cn {
  font-size: 30px;
  color: #333333;
  text-align: center;
}
.n-service-b .ser .caption::after {
  position: absolute;
  width: 5%;
  height: 2px;
  left: 47.5%;
  bottom: 0;
  background: #dcdcdc;
  content: '';
  z-index: 9;
}
.n-service-b .ser .caption::before {
  position: absolute;
  width: 2%;
  height: 2px;
  left: 49%;
  bottom: 0;
  background: #046eb8;
  content: '';
  z-index: 99;
}
.n-service-b .ser .swipera {
  position: relative;
  width: 80%;
  margin: 0 auto;
}
.n-service-b .ser .swipera .imgbox{
  cursor:pointer;
}
.n-service-b .ser .swipera .imgbox .img {
  margin: 0 0 15px 0;
  text-align: center;
}
.n-service-b .ser .swipera .imgbox .title {
  text-align: center;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  padding: 0 0 50px 0;
}
.n-service-b .ser .swipera .imgbox .num {
  padding: 7.5px 0;
  width: 37px;
  background: #046eb800;
  text-align: center;
  margin: 0 auto;
  border-radius: 30px;
}
.n-service-b .ser .swipera .imgbox .num span {
  display: block;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  line-height: 20px;
  width: 20px;
  border: 1px solid #dddddd;
  text-align: center;
  background: #fff;
  margin: 0 auto;
  border-radius: 30px;
}
.n-service-b .ser .swipera::after {
  position: absolute;
  width: 100%;
  height: 8px;
  left: 0;
  bottom: 15px;
  border-radius: 30px;
  background: #e5e5e5;
  content: '';
}
.n-service-b .ser .swipera .swiper-slide-thumb-active .imgbox .num {
  background: #046eb8;
}
.n-service-b .ser .swipera .swiper-slide-thumb-active .imgbox .num span {
  border: 1px solid #046eb8;
  background: #046eb8;
  font-size: 18px;
  color: #fff;
}
.n-service-b .ser .swipera .swiper-button-prevb{
  font-size: 22px;
  color: #333;
}
.n-service-b .ser .swipera .swiper-button-prevb::after{
  font-size: 22px;
}
.n-service-b .ser .swipera .swiper-button-nextb{
  font-size: 22px;
  color: #333;
}
.n-service-b .ser .swipera .swiper-button-nextb::after{
  font-size: 22px;
}
.n-service-c .ser {
  padding: 60px 0 200px 0;
}
.n-service-c .ser .swiperb .imgbox .caption {
  padding: 130px 0 20px 0;
  position: relative;
  margin: 0 0 60px 0;
}
.n-service-c .ser .swiperb .imgbox .caption .num {
  position: absolute;
  top: 0;
  width: 100%;
  font-size: 166px;
  color: rgba(4, 110, 184, 0.2);
  text-align: center;
}
.n-service-c .ser .swiperb .imgbox .caption .cn {
  font-size: 30px;
  color: #333333;
  text-align: center;
}
.n-service-c .ser .swiperb .imgbox .caption::after {
  position: absolute;
  width: 5%;
  height: 2px;
  background: #dcdcdc;
  left: 47.5%;
  bottom: 0;
  content: '';
  z-index: 9;
}
.n-service-c .ser .swiperb .imgbox .caption::before {
  position: absolute;
  width: 2%;
  height: 2px;
  background: #046eb8;
  left: 49%;
  bottom: 0;
  content: '';
  z-index: 99;
}
.n-service-c .ser .swiperb .imgbox .img {
  text-align: center;
  margin: 0 0 60px 0;
}
.n-service-c .ser .swiperb .imgbox .text{
  background: #f4f4f4;
  box-sizing: border-box;
  padding: 2% 3%;
  border-radius: 10px;
}
.n-service-c .ser .swiperb .imgbox .text p{
  font-size: 23px;
  color: #333333;
  line-height: 46px;
  margin: 0 0 20px 0;
}
.n-service-c .ser .swiperb .imgbox .text ul{
  box-sizing: border-box;
  padding: 0 0 0 2%;
}
.n-service-c .ser .swiperb .imgbox .text ul li{
  list-style: disc;
}
.n-service-c .ser .swiperb .imgbox .text ul li::marker{
  color: #0071bc;
}
.n-service-c .ser .swiperb .imgbox .text ul li a {
  font-size: 18px;
  color: #0071bc;
  line-height: 36px;
  box-sizing: border-box;
}
.n-service-c .ser .swiperb .imgbox .text h3{
  font-size: 18px;
  display: inline-block;
  color: #fff;
  padding: 0 20px;
  border-radius: 30px;
  font-weight: 500;
  background: #999999;
  line-height: 35px;
  margin: 0 0 20px 0;
}
.x-service .ser {
  padding: 80px 0;
  align-items: flex-start;
}
.x-service .ser .left {
  width: 20%;
  margin: 0 0 5% 0;
}
.x-service .ser .left .caption {
  font-size: 22px;
  color: #333333;
  font-weight: bold;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #d2d2d2;
}
.x-service .ser .left .ul-a .li-a {
  border-bottom: 1px solid #d2d2d2;
}
.x-service .ser .left .ul-a .li-a .a-a {
  background: #fff;
  box-sizing: border-box;
  padding: 0 5%;
}
.x-service .ser .left .ul-a .li-a .a-a .p {
  font-size: 18px;
  color: #333333;
  padding: 25px 0;
} 
.x-service .ser .left .ul-a .li-a .a-a .after img:nth-child(1){
  display: inline;
}
.x-service .ser .left .ul-a .li-a .a-a .after img:nth-child(2){
  display: none;
}
.x-service .ser .left .ul-a .li-a .ul-b{
  display: none;
}
.x-service .ser .left .ul-a .li-a .ul-b .li-b .a-b{
  display: block;
  font-size: 18px;
  color: #666666;
  background: #fcfcfc;
  box-sizing: border-box;
  padding: 15px 5%;
}
.x-service .ser .right{
  width: 75%;
}
.x-service .ser .t11{
  font-size: 20px;
  color: #046eb8;
  background: #dae8f8;
  line-height: 55px;
  box-sizing: border-box;
  padding: 0 2%;
  margin: 0 0 30px 0;
  font-weight: bold;
}
.x-service .ser p{
  font-size: 18px;
  line-height: 32px;
  color: #666;
}
.x-service .ser .imgbox {
  width: 100%;
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  margin: 0 0 30px 0;
}
.x-service .ser .imgbox a {
  box-sizing: border-box;
  padding: 2% 3%;
}
.x-service .ser .imgbox a .caption {
  width: 90%;
  justify-content: flex-start;
}
.x-service .ser .imgbox a .caption .img {
  width: 10%;
}
.x-service .ser .imgbox a .caption .p {
  width: 90%;
  font-size: 18px;
  color: #333333;
}
.x-service .ser .imgbox a .after {
  width: 10%;
  text-align: right;
}
.x-service .ser .imgbox a .after img:nth-child(1) {
  display: inline;
}
.x-service .ser .imgbox a .after img:nth-child(2) {
  display: none;
}
.x-service .ser .imgbox:hover {
  border: 1px solid #046eb8;
}
.x-service .ser .imgbox:hover a .after img:nth-child(1) {
  display: none;
}
.x-service .ser .imgbox:hover a .after img:nth-child(2) {
  display: inline;
}
/* 案例 */
.i-case-a .cas {
  padding: 90px 0 0 0;
}
.i-case-a .cas .caption {
  padding: 0 0 20px 0;
  position: relative;
}
.i-case-a .cas .caption .en {
  font-size: 50px;
  text-align: center;
  margin: 0 0 15px 0;
  color: #046eb8;
}
.i-case-a .cas .caption .cn {
  font-size: 30px;
  color: #333333;
  text-align: center;
}
.i-case-a .cas .caption::after {
  position: absolute;
  width: 5%;
  height: 1px;
}
.i-case-a .cas .element {
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 80px 0;
}
.i-case-a .cas .element .imgbox {
  width: 29%;
  margin: 0 2% 50px;
  border-radius: 10px;
  overflow: hidden;
}
.i-case-a .cas .element .imgbox a {
  position: relative;
}
.i-case-a .cas .element .imgbox a .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.5s;
}
.i-case-a .cas .element .imgbox a .text .title {
  font-size: 30px;
  color: #fff;
  text-align: center;
  padding: 30px 0;
}
.i-case-a .cas .element .imgbox a .text .btn {
  width: 100%;
  margin: 0 0 0 0;
  position: absolute;
  left: 10%;
  width: 80%;
  box-sizing: border-box;
  padding: 25px 0;
  bottom: 0;
  border-top: 1px solid #fff;
  display: none;
}
.i-case-a .cas .element .imgbox a .text .btn .p {
  font-size: 16px;
  color: #fff;
}
.i-case-a .cas .element .imgbox:hover a .text {
  height: 100%;
  background: rgba(4, 110, 184, 0.8);
}
.i-case-a .cas .element .imgbox:hover a .text .btn {
  display: flex;
}
.n-case-a .cas{
  padding: 90px 0 0 0;
}
.n-case-a .cas .caption {
  padding: 0 0 20px 0;
  position: relative;
}
.n-case-a .cas .caption .en {
  font-size: 50px;
  text-align: center;
  margin: 0 0 15px 0;
  color: #046eb8;
}
.n-case-a .cas .caption .cn {
  font-size: 30px;
  color: #333333;
  text-align: center;
}
.n-case-a .cas .caption::after {
  position: absolute;
  width: 5%;
  height: 1px;
}
.n-case-a .cas .element {
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 80px 0;
}
.n-case-a .cas .element .imgbox{
  background: #f4f4f4;
  border-radius: 20px;
  width: 23%;
  margin: 0 1% 50px;
}
.n-case-a .cas .element .imgbox a .img {
  border-radius: 10px;
  overflow: hidden;
}
.n-case-a .cas .element .imgbox a .title{
  font-size: 20px;
  color: #333333;
  padding: 25px 0;
  text-align: center;
}
.n-case-a .cas .element .imgbox:hover a .title{
  color: #2460ac;
}
.n-case-a .cas .body{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  background: rgba(0, 0, 0, 0.5);
}
.n-case-a .cas .body .box{
  position: absolute;
  width: 45%;
  left: 27.5%;
  top: 20%;
  margin: 0 auto;
  background: #fff;
  box-sizing: border-box;
  padding: 2% 3%;
}
.n-case-a .cas .body .box .title{
  font-size: 29px;
  color: #2460ac;
  font-weight: bold;
  margin: 0 0 45px 0;
}
.n-case-a .cas .body .box .content{
  align-items: flex-start;
}
.n-case-a .cas .body .box .content .left{
  width: 65%;
  padding: 0 2% 0 0;
  max-height: 418px;
  overflow-y: auto;
}
.n-case-a .cas .body .box .content .left::-webkit-scrollbar {
  width: 9px;
  background:#f1f1f1;
  border-radius:10px;
}

.n-case-a .cas .body .box .content .left::-webkit-scrollbar-thumb {
  border-radius:10px;
  background:#c1c1c1;
}

.n-case-a .cas .body .box .content .left .headline{
  font-size: 18px;
  color: #ffffff;
  background: #2460ac;
  line-height: 32px;
  box-sizing: border-box;
  padding: 0 15px;
}
.n-case-a .cas .body .box .content .left .textbox{
  padding: 15px 15px;
  border-bottom: 1px solid #e5e5e5;
}
.n-case-a .cas .body .box .content .left .textbox .sort a {
  justify-content: flex-start;
  margin: 0 0 10px 0;
}
.n-case-a .cas .body .box .content .left .textbox .sort a .p{
  font-size: 15px;
  color: #2460ac;
  margin: 0 5px 0 0;
}
.n-case-a .cas .body .box .content .left .textbox ul{
  justify-content: flex-start;
  align-items: flex-start;
}
.n-case-a .cas .body .box .content .left .textbox ul .p-a{
  width: 70px;
  font-size: 15px;
  color: #ffffff;
  line-height: 20px;
  padding: 0 10px;
  background: #999999;
  border-radius: 30px;
  margin: 5px 10px 5px 0;
  text-align: center;
}
.n-case-a .cas .body .box .content .left .textbox ul .p-b{
  flex-wrap: wrap;
  width: 70%;
  justify-content: flex-start;
}
.n-case-a .cas .body .box .content .left .textbox ul .p-b li{
  margin: 5px 0 5px 0;
}
.n-case-a .cas .body .box .content .left .textbox ul .p-b li a{
  font-size: 15px;
  color: #666666;
  margin: 0 10px 0 0;
}
.n-case-a .cas .body .box .content .right{
  width: 30%;
}
.n-case-a .cas .body .box .close{
  position: absolute;
  right: 35px;
  top: 35px;
}
/* .n-case-a .cas .element .imgbox .up {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.n-case-a .cas .element .imgbox .up .btnbox{
  position: absolute;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  transition: 0.3s;
}
.n-case-a .cas .element .imgbox .up .btn{
  width: 80%;
  border-bottom: 1px solid #fff;
}
.n-case-a .cas .element .imgbox .up .btn a .p{
  font-size: 18px;
  color: #fff;
  padding: 18px 0;
}
.n-case-a .cas .element .imgbox .down{
  font-size: 20px;
  color: #333333;
  padding: 25px 0;
  text-align: center;
}
.n-case-a .cas .element .imgbox:hover .up .btnbox{
  display: flex;
} */
.n-case-a .active-a .body{
  display: block !important;
}
.n-case-a .active-b{
  display: none;
}
/* 登录 */
.n-login .log{
  padding: 90px 15%;
  margin: 90px auto;
  box-shadow: 0px 0px 15px 0px #0404041a;
  border: 1px solid #f1f1f1;
  box-sizing: border-box;
}
.n-login .log .caption {
  text-align: center;
  margin: 0 0 90px 0;
  font-size: 26px;
  color: #1b1b1b;
  font-weight: bold;
}
.n-login .log .element {
  flex-wrap: wrap;
}
.n-login .log .element .inputbox-a{
  width: 45%;
  margin: 0 0 30px 0;
}
.n-login .log .element .inputbox-a .p{
  width: 20%;
  font-size: 16px;
  font-weight: bold;
}
.n-login .log .element .inputbox-a .input{
  width: 80%;
}
.n-login .log .element .inputbox-a .input input{
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
  color: #555;
  font-size: 16px;
  line-height: 40px;
  box-sizing: border-box;
  padding: 0 20px;
  outline: none;
}
.n-login .log .element .inputbox-a .input input:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6)
}
.n-login .log .element .inputbox-b{
  width: 100%;
  margin: 0 0 30px 0;
  justify-content: flex-start;
}
.n-login .log .element .inputbox-b .p{
  width: 9%;
  font-size: 16px;
  font-weight: bold;
}
.n-login .log .element .inputbox-b .input{
  width: 36%;
}
.n-login .log .element .inputbox-b .input input{
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
  color: #555;
  font-size: 16px;
  line-height: 40px;
  box-sizing: border-box;
  padding: 0 20px;
  outline: none;
}
.n-login .log .element .inputbox-b .input input:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6)
}
.n-login .log .element .inputbox-b .img{
  margin: 0 0 0 20px;
  height: 40px;
  border-radius: 10px;
}
.n-login .log .element .inputbox-b .img img{
  max-width: 100%;
  max-height: 100%;
}
.n-login .log .element .sub{
  justify-content: center;
  width: 100%;
  margin: 50px 0 0 0;
}
.n-login .log .element .sub .btn-a{
  margin: 0 5px;
}
.n-login .log .element .sub .btn-a input{
  background: #5bc0de;
  color: #fff;
  font-size: 16px;
  line-height: 35px;
  padding: 0 15px;
  border: none;
  outline: none;
  border-radius: 5px;
  cursor: pointer;
}
.n-login .log .element .sub .btn-b{
  margin: 0 5px;
}
.n-login .log .element .sub .btn-b input{
  background: #fff;
  color: #999;
  font-size: 16px;
  line-height: 35px;
  padding: 0 10px;
  border: none;
  outline: none;
  border-radius: 5px;
  cursor: pointer;
}
.n-login .log .element .sub .btn-b input:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6)
}
/* 注册 */
.n-regform .reg{
  padding: 90px 15%;
  margin: 90px auto;
  box-shadow: 0px 0px 15px 0px #0404041a;
  border: 1px solid #f1f1f1;
  box-sizing: border-box;
}

.n-regform .reg .caption {
  text-align: center;
  margin: 0 0 90px 0;
  font-size: 26px;
  color: #1b1b1b;
  font-weight: bold;
}
.n-regform .reg .element {
  flex-wrap: wrap;
}
.n-regform .reg .element .inputbox-a{
  width: 45%;
  margin: 0 0 30px 0;
}
.n-regform .reg .element .inputbox-a .p{
  width: 20%;
  font-size: 16px;
  font-weight: bold;
}
.n-regform .reg .element .inputbox-a .p span{
  color: #ff0000;
}
.n-regform .reg .element .inputbox-a .input{
  width: 80%;
}
.n-regform .reg .element .inputbox-a .input input{
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
  color: #555;
  font-size: 16px;
  line-height: 40px;
  box-sizing: border-box;
  padding: 0 20px;
  outline: none;
}
.n-regform .reg .element .inputbox-a .input input:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6)
}
.n-regform .reg .element .selectbox-a{
  width: 45%;
  margin: 0 0 30px 0;
}
.n-regform .reg .element .selectbox-a .p{
  width: 20%;
  font-size: 16px;
  font-weight: bold;
}
.n-regform .reg .element .selectbox-a .p span{
  color: #ff0000;
}
.n-regform .reg .element .selectbox-a .select{
  width: 80%;
}
.n-regform .reg .element .selectbox-a .select select{
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
  color: #555;
  font-size: 16px;
  line-height: 40px;
  height: 40px;
  box-sizing: border-box;
  padding: 0 20px;
  outline: none;
}
.n-regform .reg .element .selectbox-a .select select:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6)
}
.n-regform .reg .element .inputbox-b{
  width: 45%;
  margin: 0 0 30px 0;
  justify-content: flex-start;
}
.n-regform .reg .element .inputbox-b .p{
  width: 20%;
  font-size: 16px;
  font-weight: bold;
}
.n-regform .reg .element .inputbox-b .input{
  width: 50%;
}
.n-regform .reg .element .inputbox-b .input input{
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
  color: #555;
  font-size: 16px;
  line-height: 40px;
  box-sizing: border-box;
  padding: 0 20px;
  outline: none;
}
.n-regform .reg .element .inputbox-b .input input:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6)
}
.n-regform .reg .element .inputbox-b .img{
  margin: 0 0 0 20px;
  height: 40px;
  border-radius: 10px;
}
.n-regform .reg .element .inputbox-b .img img{
  max-width: 100%;
  max-height: 100%;
}
.n-regform .reg .element .textareabox-a{
  width: 45%;
  margin: 0 0 30px 0;
  align-items: flex-start;
}
.n-regform .reg .element .textareabox-a .p{
  width: 20%;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 0;
}
.n-regform .reg .element .textareabox-a .p span{
  color: #ff0000;
}
.n-regform .reg .element .textareabox-a .textarea{
  width: 80%;
}
.n-regform .reg .element .textareabox-a .textarea textarea{
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
  color: #555;
  font-size: 16px;
  line-height: 40px;
  box-sizing: border-box;
  padding: 0 20px;
  outline: none;
  height: 60px;
}
.n-regform .reg .element .textareabox-a .textarea textarea:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6)
}
.n-regform .reg .element .sub{
  justify-content: center;
  width: 100%;
  margin: 50px 0 0 0;
}
.n-regform .reg .element .sub .btn-a{
  margin: 0 5px;
}
.n-regform .reg .element .sub .btn-a input{
  background: #5bc0de;
  color: #fff;
  font-size: 16px;
  line-height: 35px;
  padding: 0 15px;
  border: none;
  outline: none;
  border-radius: 5px;
  cursor: pointer;
}
.n-regform .reg .element .sub .btn-b{
  margin: 0 5px;
  font-size: 14px;
  color: #000;
}
.n-regform .reg .element .sub .btn-b a{
  background: #fff;
  color: #666;
  font-size: 14px;
  line-height: 35px;
  padding: 0 10px;
}
/* 个人 */
.personal .per {
  padding: 90px 0;
  align-items: flex-start;
}
.personal .per .left {
  width: 20%;
  margin: 0 0 5% 0;
}
.personal .per .left .caption {
  font-size: 22px;
  color: #333333;
  font-weight: bold;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #d2d2d2;
}
.personal .per .left .ul-a .li-a {
  border-bottom: 1px solid #d2d2d2;
}
.personal .per .left .ul-a .li-a .a-a {
  background: #fff;
  box-sizing: border-box;
  padding: 0 5%;
}
.personal .per .left .ul-a .li-a .a-a .p {
  font-size: 18px;
  color: #333333;
  padding: 25px 0;
} 
.personal .per .left .ul-a .li-a .a-a .after img:nth-child(1){
  display: inline;
}
.personal .per .left .ul-a .li-a .a-a .after img:nth-child(2){
  display: none;
}
.personal .per .left .ul-a .li-a .ul-b{
  display: none;
}
.personal .per .left .ul-a .li-a .ul-b .li-b .a-b{
  display: block;
  font-size: 18px;
  color: #666666;
  background: #fcfcfc;
  box-sizing: border-box;
  padding: 15px 5%;
}
.personal .per .right{
  width: 75%;
}
.personal .per .right .caption{
  font-size: 26px;
  color: #333333;
  font-weight: bold;
  margin: 0 0 30px 0;
}
.personal .per .right .text{
  font-size: 16px;
  color: #666666;
  line-height: 34px;
  margin: 0 0 30px 0;
}
.personal .per .right .table{
  width: 100%;
  margin: 0 0 30px 0;
}
.personal .per .right .table table{
  width: 100%;
}
.personal .per .right .table table tr:nth-child(odd){
  background: #f9f9f9;
}
.personal .per .right .table table td:nth-child(1){
  width: 30%;
}
.personal .per .right .table table td{
  width: 70%;
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  box-sizing: border-box;
  padding: 15px 3%;
  border-top: 1px solid #dcdcdc;
}
.personal .per .right .element h1{
  font-size: 20px;
  color: #046eb8;
  background: #dae8f8;
  line-height: 55px;
  box-sizing: border-box;
  padding: 0 2%;
  margin: 0 0 30px 0;
}
.personal .per .right .downbtn{
  border: 1px dotted #c9c9c9;
  box-sizing: border-box;
  padding: 20px 35%;
  margin: 20px 0;
}
.personal .per .right .downbtn a{
  background: #f7931e;
  display: block;
  text-align: center;
  line-height: 43px;
  color: #fff;
  font-size: 16px;
}
.agreement .agr {
  padding: 90px 0;
  align-items: flex-start;
}
.agreement .agr .left {
  width: 20%;
  margin: 0 0 5% 0;
}
.agreement .agr .left .caption {
  font-size: 22px;
  color: #333333;
  font-weight: bold;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #d2d2d2;
}
.agreement .agr .left .ul-a .li-a {
  border-bottom: 1px solid #d2d2d2;
}
.agreement .agr .left .ul-a .li-a .a-a {
  background: #fff;
  box-sizing: border-box;
  padding: 0 5%;
}
.agreement .agr .left .ul-a .li-a .a-a .p {
  font-size: 18px;
  color: #333333;
  padding: 25px 0;
} 
.agreement .agr .left .ul-a .li-a .a-a .after img:nth-child(1){
  display: inline;
}
.agreement .agr .left .ul-a .li-a .a-a .after img:nth-child(2){
  display: none;
}
.agreement .agr .left .ul-a .li-a .ul-b{
  display: none;
}
.agreement .agr .left .ul-a .li-a .ul-b .li-b .a-b{
  display: block;
  font-size: 18px;
  color: #666666;
  background: #fcfcfc;
  box-sizing: border-box;
  padding: 15px 5%;
}
.agreement .agr .right{
  width: 75%;
}
.agreement .agr .right .caption{
  font-size: 26px;
  color: #333333;
  font-weight: bold;
  margin: 0 0 30px 0;
}
.agreement .agr .right .element{
  font-size: 16px;
  line-height: 32px;
}
/* 搜索 */
.n-search .sea {
  padding: 90px 0;
  align-items: flex-start;
}
.n-search .sea .left {
  width: 20%;
  margin: 0 0 5% 0;
}
.n-search .sea .left .caption {
  font-size: 22px;
  color: #333333;
  font-weight: bold;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #d2d2d2;
}
.n-search .sea .left .ul-a .li-a {
  border-bottom: 1px solid #d2d2d2;
}
.n-search .sea .left .ul-a .li-a .a-a {
  background: #fff;
  box-sizing: border-box;
  padding: 0 5%;
}
.n-search .sea .left .ul-a .li-a .a-a .p {
  font-size: 18px;
  color: #333333;
  padding: 25px 0;
} 
.n-search .sea .left .ul-a .li-a .a-a .after img:nth-child(1){
  display: inline;
}
.n-search .sea .left .ul-a .li-a .a-a .after img:nth-child(2){
  display: none;
}
.n-search .sea .left .ul-a .li-a .ul-b{
  display: none;
}
.n-search .sea .left .ul-a .li-a .ul-b .li-b .a-b{
  display: block;
  font-size: 18px;
  color: #666666;
  background: #fcfcfc;
  box-sizing: border-box;
  padding: 15px 5%;
}
.n-search .sea .right{
  width: 75%;
}
.n-search .sea .right form{
  width: 350px;
  border-bottom: 1px solid #046eb8;
  margin: 0 0 30px 0;
}
.n-search .sea .right form .input{
  width: 300px;
  border: none;
  outline: none;
  line-height: 50px;
  box-sizing: border-box;
  padding: 0 10px;
  font-size: 16px;
  color: #666;
}
.n-search .sea .right form .submit{
  width: 45px;
  height: 50px;
  background: url(../img/sea1.png) center no-repeat;
  background-size: inherit;
  border: none;
  outline: none;
}
.n-search .sea .right .element{
  justify-content: flex-start;
  flex-wrap: wrap;
}
.n-search .sea .right .element .imgbox {
  width: 31%;
  margin: 0 1% 40px;
  border-radius: 10px;
  position: relative;
}
.n-search .sea .right .element .imgbox::after{
  position: absolute;
  width: 100%;
  height: 100%;
  background: #f4f4f4;
  border-radius: 20px;
  content: '';
  left: 0;
  top: 0;
  z-index: -9;
  transition: 0.3s;
}
.n-search .sea .right .element .imgbox a {
  display: block;
  padding: 45px 0;
}
.n-search .sea .right .element .imgbox a .img {
  text-align: center;
}
.n-search .sea .right .element .imgbox a .p {
  font-size: 20px;
  color: #333333;
  text-align: center;
  font-weight: bold;
  padding: 25px 0 0;
  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 .imgbox a .tab {
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 18px;
  color: #ffffff;
  line-height: 30px;
  width: 100px;
  text-align: center;
}
.n-search .sea .right .element .imgbox a .hot {
  background: #e60012;
  border-radius: 5px;
}
.n-search .sea .right .element .imgbox a .new {
  background: #046eb8;
  border-radius: 5px;
}
.n-search .sea .right .element .imgbox:hover::after{
  border-radius: 50%;
}
/******************************************/
@media screen and (max-width: 1801px) {
  footer .foo-a .foo .left {
    width: 80%;
  }
  footer .foo-a .foo .left ul .caption {
    width: 150px;
  }
  .n-service-a .ser .element-c .imgbox .left span {
    font-size: 16px;
  }
}
@media screen and (max-width: 1601px) {
  header .hea {
    padding: 0 0 0 5%;
  }
  header .hea .search {
    width: 5%;
  }
  header .hea .search img{
    width: 24px;
  }
  header .hea .ul-a {
    width: 55%;
  }
  .center {
    width: 90%;
  }
  .i-caption .en {
    font-size: 40px;
  }
  .about .abo {
    padding: 80px 0;
  }
  .prodcuts .pro {
    padding: 80px 0;
  }
  .prodcuts .pro .element .left li a .p {
    line-height: 80px;
    font-size: 18px;
  }
  .prodcuts .pro .element .right .body .imgbox {
    width: 31%;
  }
  .seminar .sem {
    padding: 80px 0;
  }
  .seminar .sem .element .swiperb .imgbox .text .p-a {
    font-size: 30px;
  }
  .seminar .sem .element .swiperb .imgbox .text {
    top: 10%;
  }
  .seminar .sem .element .swiperb .imgbox .text .p-b {
    margin: 0 0 20px 0;
  }
  .news .new {
    padding: 80px 0;
  }
  footer .foo-a .foo .left ul .caption {
    width: 120px;
  }
  .nav ul li {
    margin: 0 20px;
    width: 12%;
  }
  .n-about-d .abo .element-b .imgbox {
    width: 23%;
  }
  .n-about-e .abo .element-a .textbox {
    width: 23%;
  }
  .n-about-b .abo .element .swipera .textbox .text {
    height: 110px;
    font-size: 16px;
  }
  .n-products .pro .right .imgbox a {
    padding: 35px 0;
  }
  .putin .put .right .table table td:nth-child(1) {
    width: 45%;
  }
  .putin .put .right .table table td {
    width: 55%;
  }
  .n-service-a .ser .element-c .imgbox .left {
    width: 78%;
  }
  .n-search .sea .right .element .imgbox a {
    padding: 35px 0;
  }
}
@media screen and (max-width: 1401px) {
  header .hea .ul-a {
    width: 60%;
  }
  .i-caption .en {
    font-size: 32px;
  }
  .i-caption .cn {
    font-size: 20px;
  }
  .about .abo .right .text .p-a {
    font-size: 24px;
  }
  .prodcuts .pro .element .left li a .p {
    line-height: 60px;
    font-size: 18px;
  }
  .seminar .sem .element .swiper-button-nextb {
    right: 13%;
  }
  footer .foo-a .foo .left {
    width: 85%;
  }
  footer .foo-a .foo .right .p {
    font-size: 16px;
  }
  footer .foo-a .foo .left ul .caption {
    width: 100px;
  }
  footer .foo-a .foo .left ul .caption::after {
    width: 30%;
  }
  .n-banner .ban .text .caption .en {
    font-size: 30px;
    padding: 0 0 15px 0;
  }
  .n-banner .ban .text .caption .cn {
    font-size: 20px;
    padding: 0 0 15px 0;
  }
  .n-about-a .abo .element .table table tr td:nth-child(1) {
    padding: 0 2%;
  }
  .n-about-a .abo .element .table table tr td:nth-child(2) {
    padding: 0 3%;
  }
  .n-products .pro .right .imgbox a {
    padding: 25px 0;
  }
  .putin .put .right .table table td:nth-child(1) {
    padding: 15px 1%;
  }
  .i-case-a .cas .element .imgbox a .text .title {
    font-size: 24px;
    padding: 25px 0;
  }
  .n-case-a .cas .element .imgbox .up .btn a .p {
    padding: 13px 0;
  }
  .n-service-a .ser .element-c .imgbox .left {
    height: 190px;
  }
  .x-service .ser .left .ul-a .li-a .a-a .p {
    font-size: 16px;
  }
  .n-download .dow .imgbox a .left .img {
    width: 10%;
    margin: 0 5% 0 0;
  }
  .n-download .dow .imgbox a .left .p {
    width: 80%;
  }
  .x-assembly .ass .left .ul-a .li-a .a-a .p {
    font-size: 16px;
  }
  .n-products .pro .left .ul-a .li-a .a-a .p {
    font-size: 16px;
  }
}
/******************************************/
@media screen and (max-width: 1201px) {
  header {
    display: none;
  }
  .phone-section {
    display: block;
  }
  .phone-logo {
    width: 25%;
  }
  .phone-head {
    width: 100%;
    padding: 15px 10px;
    box-sizing: border-box;
    justify-content: space-between;
    background-color: #fff;
    /* position: fixed; */
    top: 0;
    left: 0;
  }
  .close{
		width: 20%;
	}
  .close ul{
		width: 35%;
		height: 20px;
		flex-direction: column;
		align-items: flex-end;
	}
	.close ul li{
		width: 100%;
		height: 3px;
		background: #046eb8;
	}
	.close ul li:nth-child(1){
		animation: move4 2.5s infinite;
	}
	
	.close ul li:nth-child(3){
		animation: move4 2.5s infinite;
		animation-delay: 0.5s;
	}
	.close .p{
		width: 50%;
		font-size: 16px;
		color: #707070;
	}
	.close img {
		width: 30px;
	}
  .phone-listnav {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999999999999999;
  }
  .phonelist-nav {
    width: 100%;
    background-color: #046eb8;
    line-height: 48px;
  }
  .phonelist-nav a {
    color: #fff;
    font-size: 14px;
    padding: 0 15px;
  }
  .phonelist-nav1 {
    flex-direction: column;
    align-items: stretch;
    padding-left: 20px;
  }
  .phonelist-nav1 a {
    display: block;
  }
  .phonelist-nav {
    border-bottom: 1px solid #ffffff;
  }
  .phonelist-nav:last-child {
    border-bottom: none;
  }
  .phonelist-navtop > a {
    width: 50%;
  }
  .phonelist-navtop div {
    flex-grow: 1;
    flex-direction: row-reverse;
    box-sizing: border-box;
    padding-right: 10px;
  }
  .phonelist-navtop div img {
    width: 16px;
  }
  .phonelist-nav1 {
    display: none;
  }
  .menucl-img2 {
    display: none;
  }
  .i-caption .en {
    font-size: 26px;
  }
  .about .abo {
    padding: 40px 0;
    flex-wrap: wrap;
  }
  .about .abo .left {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .about .abo .right {
    width: 100%;
  }
  .prodcuts .pro {
    padding: 40px 0;
  }
  .prodcuts .pro .element {
    margin: 30px 0 0 0;
    flex-wrap: wrap;
  }
  .prodcuts .pro .element .left {
    width: 100%;
    padding: 0 0 20px 0;
    margin: 0 0 30px 0;
    border-right: 0px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 100px;
    overflow-x: auto;
  }
  .prodcuts .pro .element .left li {
    margin: 0 30px 0 0;
    width: 230px;
  }
  .prodcuts .pro .element .right {
    width: 100%;
  }
  .prodcuts .pro .element .right .body .imgbox {
    width: 45%;
  }
  .seminar .sem .element {
    margin: 40px 5% 0 5%;
  }
  .seminar .sem .element .swiper-button-prevb {
    left: -3%;
    width: 60px;
    height: 60px;
  }
  .seminar .sem .element .swiper-button-nextb {
    right: -3%;
    width: 60px;
    height: 60px;
  }
  .seminar .sem .element .swiperb .imgbox .text .p-a {
    font-size: 24px;
    margin: 0 0 10px 0;
  }
  .seminar .sem .element .swiperb .imgbox .text .p-b {
    margin: 0 0 10px 0;
  }
  .seminar .sem .element .swiperb .imgbox .text .p-c {
    margin: 0 auto 10px;
    font-size: 18px;
    color: #666666;
    line-height: 30px;
  }
  .news .new {
    padding: 40px 0;
  }
  .news .new .element {
    margin: 30px 0 0 0;
    flex-wrap: wrap;
  }
  .news .new .element .left {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .news .new .element .right {
    width: 100%;
  }
  footer .foo-a .foo {
    padding: 30px 0;
    flex-wrap: wrap;
  }
  footer .foo-a .foo .left {
    width: 100%;
    flex-wrap: wrap;
  }
  footer .foo-a .foo .left ul{
    width: 100%;
  }
  footer .foo-a .foo .left ul li{
    display: none;
  }
  footer .foo-a .foo .left ul .caption {
    width: 100%;
    padding: 20px 0;
    margin: 0;
  }
  footer .foo-a .foo .left ul .caption::after {
    width: 10%;
  }
  footer .foo-a .foo .left ul:last-child li{
    display: block;
  }
  footer .foo-a .foo .left ul li {
    margin: 5px 0;
  }
  footer .active-a li{
    display: block !important;
  }
  footer .foo-a .foo .right {
    width: 100%;
    margin: 20px 0 0 0;
  }
  .float-box{
    display: none;
  }
  .n-banner .ban .text .caption .en {
    font-size: 24px;
    padding: 0 0 10px 0;
  }
  .n-banner .ban .text .caption .cn {
    font-size: 16px;
    padding: 0 0 10px 0;
  }
  .n-banner .ban .text .crumb {
    display: none;
  }
  .n-banner .ban .text .caption::before {
    width: 5%;
    left: 47.5%;
  }
  .nav ul {
    display: none;
  }
  .n-about-a {
    padding: 40px 0 0 0;
  }
  .n-caption {
    font-size: 24px;
  }
  .n-about-a .abo .element {
    margin: 30px 0 0 0; 
  }
  .n-about-a .abo .element .title .p-a {
    font-size: 24px;
    margin: 0 0 20px 0;
  }
  .n-about-a .abo .element .title .p-b {
    font-size: 19px;
  }
  .n-about-a .abo .element .table {
    margin: 0 0 40px 0;
  }
  .n-about-a .abo .element .table table tr td:nth-child(1) {
    width: 20%;
  }
  .n-about-a .abo .element .table table tr td:nth-child(2) {
    font-size: 16px;
    padding: 5px 2%;
    line-height: 25px;
  }
  .n-about-b {
    background: #f8f9fc;
    padding: 40px 0;
  }
  .n-about-c{
    padding: 40px 0 0 0;
  }
  .n-about-c .abo .element {
    padding: 30px 0;
  }
  .n-about-c .abo .element .imgbox {
    margin: 30px 0;
    flex-wrap: wrap;
  }
  .n-about-c .abo .element .imgbox .left {
    width: 100%;
  }
  .n-about-c .abo .element .imgbox .right {
    width: 100%;
    margin: 30px 0 0 0;
  }
  .n-about-d{
    padding: 40px 0 0 0;
  }
  .n-about-d .abo .element-a h2 {
    font-size: 26px;
  }
  .n-about-d .abo .element-b .imgbox {
    width: 31%;
  }
  .n-about-d .abo .element-d .textbox .p-a {
    font-size: 20px;
  }
  .n-about-d .abo .element-d {
    padding: 0 0 40px 0;
  }
  .n-about-e{
    padding: 40px 0 0 0;
  }
  .n-about-e .abo .element-a {
    flex-wrap: wrap;
  }
  .n-about-e .abo .element-a .textbox {
    width: 48%;
    margin: 20px 0;
  }
  .n-about-e .abo .element-b .imgbox {
    margin: 40px 0;
  }
  .n-products .pro {
    padding: 40px 0;
  }
  .n-products .pro .left {
    display: none;
  } 
  .n-products .pro .right {
    width: 100%;
  }
  .n-products .pro .right .imgbox {
    width: 48%;
  }
  .n-products .pro .right .imgbox a {
    padding: 35px 0;
  }
  .x-products-a .pro {
    padding: 40px 0;
  }
  .x-products-a .pro .element {
    flex-wrap: wrap;
  }
  .x-products-a .pro .element .left {
    width: 100%;
  }
  .x-products-a .pro .element .right {
    width: 100%;
  }
  .x-products-a .pro .element .right .caption .p-b {
    font-size: 24px;
    line-height: 32px;
  }
  .x-products-a .pro .element .right .text {
    font-size: 15px;
    line-height: 30px;
    color: #666666;
    margin: 0 0 30px 0;
  }
  .x-products-b .pro {
    padding: 40px 0;
  }
  .x-products-b .pro ul {
    flex-direction: column;
    flex-wrap: wrap;
    height: 80px;
    overflow-x: auto;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .x-products-b .pro ul li {
    width: 25%;
  }
  .x-products-b .pro ul li a {
    font-size: 18px;
  }
  .x-products-b .pro .table{
    overflow-x: auto;
  }
  .x-products-b .pro table{
    width: 1000px;
  }
  .n-assembly .ass .imgbox a{
    flex-wrap: wrap;
  }
  .n-assembly .ass .imgbox a .img {
    width: 100%;
    text-align: center;
    margin: 0 0 20px 0;
  }
  .n-assembly .ass .imgbox a .p {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .n-assembly .ass .imgbox a .p .p-a {
    font-size: 22px;
  }
  .x-assembly .ass {
    padding: 40px 0;
  }
  .x-assembly .ass .left {
    display: none;
  }
  .x-assembly .ass .right {
    width: 100%;
  }
  .x-assembly .ass .right .caption {
    font-size: 22px;
    line-height: 28px;
  }
  .putin .put {
    padding: 40px 0;
  }
  .putin .put .left {
    display: none;
  }
  .putin .put .right {
    width: 100%;
  }
  .putin .put .right .caption {
    font-size: 24px;
  }
  .n-download {
    padding: 40px 0;
  }
  .n-download .dow .imgbox {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .i-case-a .cas {
    padding: 40px 0 0 0;
  }
  .i-case-a .cas .caption .en {
    font-size: 26px;
  }
  .i-case-a .cas .caption .cn {
    font-size: 22px;
  }
  .i-case-a .cas .element {
    padding: 40px 0;
  }
  .i-case-a .cas .element .imgbox {
    width: 46%;
  }
  .n-case-a .cas {
    padding: 40px 0 0 0;
  }
  .n-case-a .cas .caption .en {
    font-size: 26px;
  }
  .n-case-a .cas .caption .cn {
    font-size: 22px;
  }
  .n-case-a .cas .element {
    padding: 40px 0;
  }
  .n-case-a .cas .element .imgbox {
    width: 48%;
  }
  .n-service-b .ser {
    padding: 40px 0 40px 0;
  }
  .n-service-b .ser .caption .en {
    font-size: 26px;
  }
  .n-service-b .ser .caption .cn {
    font-size: 22px;
  }
  .n-service-b .ser .caption {
    position: relative;
    padding: 0 0 20px 0;
    margin: 0 0 40px 0;
  }
  .n-service-c .ser .swiperb .imgbox .caption .num {
    font-size: 80px;
  }
  .n-service-c .ser .swiperb .imgbox .caption {
    padding: 60px 0 20px 0;
    margin: 0 0 30px 0;
  }
  .n-service-c .ser .swiperb .imgbox .caption .cn {
    font-size: 24px;
  }
  .n-service-c .ser .swiperb .imgbox .img {
    margin: 0 0 30px 0;
  }
  .n-service-c .ser .swiperb .imgbox .text p {
    font-size: 18px;
    line-height: 32px;
  }
  .n-service-c .ser {
    padding: 40px 0 40px 0;
  }
  .n-news-a .new {
    padding: 40px 0;
  }
  .n-news-a .new .swipera .imgbox a .left .title {
    font-size: 22px;
    margin: 0 0 10px 0;
  }
  .n-news-b .new .element .textbox {
    width: 100%;
    padding: 20px 0 20px 0;
  }
  .x-news .new {
    padding: 40px 0;
    flex-wrap: wrap;
  }
  .x-news .new .left {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .x-news .new .right {
    width: 100%;
  }
  .x-news .new .right .caption {
    font-size: 22px;
  }
  .x-news .new .right .textbox a .title {
    font-size: 16px;
    margin: 0 0 20px 0;
  }
  .n-service-a .ser .element-a {
    margin: 40px 0;
    flex-wrap: wrap;
  }
  .n-service-a .ser .element-a .imgbox {
    width: 48%;
    margin:  0 1% 30px;
  }
  .n-service-a .ser .element-b {
    flex-wrap: wrap;
  }
  .n-service-a .ser .element-b .imgbox {
    width: 100%;
    padding: 0 0 0 0;
    margin: 0 0 30px 0;
  }
  .n-service-a .ser .caption {
    font-size: 24px;
  }
  .n-service-a .ser .element-b .imgbox .text .p-a {
    font-size: 20px;
  }
  .n-service-a .ser .element-c .imgbox {
    flex-wrap: wrap;
  }
  .n-service-a .ser .element-c .imgbox .left {
    width: 100%;
    margin: 0 0 30px 0;
    height: auto;
  }
  .n-service-a .ser .element-c .imgbox .right {
    width: 100%;
    text-align: center;
  }
  .n-service-a .ser .element-c .body .imgbox {
    width: 100%;
  } 
  .n-service-a .ser .element-c .body .imgbox .img {
    width: 10%;
  }
  .n-service-a .ser .element-c .body .imgbox .p {
    width: 85%;
  }
  .n-service-a .ser .element-c .body .photo {
    margin:  0 auto;
  }
  .n-service-a .ser .element-d {
    background: url(../img/ser2.jpg) right no-repeat;
    background-size: cover;
    padding: 3% 35% 3% 5%;
    margin: 40px  0;
  }
  .n-login .log {
    padding: 40px 5%;
    margin: 40px auto;
  }
  .n-regform .reg {
    padding: 40px 5%;
    margin: 40px auto;
  }
  .n-regform .reg .caption {
    margin: 0 0 40px 0;
  }
  .n-regform .reg .element .inputbox-a {
    width: 100%;
  }
  .n-regform .reg .element .selectbox-a {
    width: 100%;
  }
  .n-regform .reg .element .inputbox-b {
    width: 100%;
  }
  .n-regform .reg .element .textareabox-a {
    width: 100%;
  }
  .n-regform .reg .caption {
    margin: 0 0 40px 0;
    font-size: 24px;
  }
  .n-login .log .caption {
    margin: 0 0 40px 0;
    font-size: 24px;
  }
  .personal .per {
    padding: 40px 0;
    flex-wrap: wrap;
  }
  .personal .per .left {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .personal .per .left .ul-a {
    display: flex;
  }
  .personal .per .left .ul-a .li-a{
    width: 100%;
  }
  .personal .per .left .ul-a .li-a .a-a .p{
    width: 100%;
    text-align: center;
  }
  .personal .per .right {
    width: 100%;
  }
  .seminar .sem {
    padding: 40px 0;
  }
  .n-assembly .ass {
    padding: 40px 0;
  }
  .personal .per .right .caption {
    font-size: 22px;
  }
  .x-service .ser {
    padding: 40px 0;
  }
  .x-service .ser .left {
    display: none;
  }
  .x-service .ser .right {
    width: 100%;
  }
  .x-service .ser .imgbox {
    width: 100%;
  }
  .x-service .ser .imgbox a .caption .img {
    width: 10%;
    margin: 0 5% 0 0;
  }
  .x-service .ser .imgbox a .caption .p {
    width: 85%;
  }
  .n-search .sea .right .element .imgbox a .p {
    font-size: 18px;
  }
  .n-search .sea {
    padding: 40px 0;
  }
  .n-search .sea .left {
    display: none;
  }
  .n-search .sea .right {
    width: 100%;
  }
  .n-search .sea .right .element .imgbox {
    width: 48%;
  }
}
/******************************************/
@media screen and (max-width: 801px) {
  .phone-logo {
    width: 40%;
  }
  .about .abo .right .element .imgbox .img {
    height: 50px;
  }
  .prodcuts .pro .element .left {
    height: 80px;
  }
  .prodcuts .pro .element .right .body .imgbox {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .seminar .sem .element .swiperb .imgbox{
    border-radius: 10px;
    overflow: hidden;
  }
  .seminar .sem .element .swiperb .imgbox .img img{
    width: 100%;
    height: 300px;
    object-fit: cover;
  }
  .seminar .sem .element .swiperb .imgbox .text .p-a {
    font-size: 22px;
  }
  .seminar .sem .element .swiperb{
    padding: 0 0 80px 0;
  }
  .seminar .sem .element .swiper-button-prevb {
    left: 35%;
    width: 50px;
    height: 50px;
    top: auto;
    bottom: 0;
  }
  .seminar .sem .element .swiper-button-nextb {
    right: 35%;
    width: 50px;
    height: 50px;
    top: auto;
    bottom: 0;
  }
  .seminar .sem .element .swiperb .imgbox .text .p-c {
    width: 80%;
    font-size: 16px;
  }
  .news .new .element .right .textbox a .text .p-a {
    font-size: 20px;
  }
  .news .new .element .right .textbox a .time {
    width: 20%;
  }
  .news .new .element .right .textbox a .text {
    width: 60%;
  }
  .news .new .element .right .textbox a .text .p-b {
    font-size: 16px;
    line-height: 26px;
  }
  footer .foo-b .foo {
    padding: 20px 0 40px 0;
    flex-wrap: wrap;
  }
  footer .foo-b .foo .jszcbox{
    justify-content: center;
    width: 100%;
    padding: 10px 0 0 0;
  }
  .n-banner .ban .img img{
    width: 100%;
    height: 180px;
    object-fit: cover;
  }
  .n-about-a .abo .element .text p img{
    display: block;
  }
  .n-about-a .abo .element .table {
    overflow-x: auto;
  }
  .n-about-a .abo .element .table table{
    width: 1200px;
  }
  .n-about-d .abo .element-a {
    padding: 40px 0 ;
  }
  .n-about-d .abo .element-b {
    flex-wrap: wrap;
    margin: 0 0 40px 0;
  }
  .n-about-d .abo .element-b .imgbox {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .n-about-d .abo .element-d {
    padding: 0 0 40px 0;
    flex-wrap: wrap;
  }
  .n-about-d .abo .element-d .textbox {
    width: 80%;
    padding: 3% 2%;
    margin: 0 0 30px 0;
  }
  .n-about-d .abo .element-d .img {
    display: none;
  }
  .n-about-e .abo .element-a .textbox {
    width: 100%;
    margin: 20px 0 0 0;
  }
  .n-about-e .abo .element-b  {
    flex-wrap: wrap;
  }
  .n-about-e .abo .element-b .imgbox {
    width: 100%;
    margin: 40px 0;
  }
  .n-products .pro .right .imgbox {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .updown {
    flex-wrap: wrap;
  }
  .updown a{
    margin: 0 5px 5px 5px;
  }
  .x-products-a .pro .element .right .text {
    line-height: 24px;
  }
  .x-products-a .pro .element .right .contact {
    flex-wrap: wrap;
  }
  .x-products-a .pro .element .right .contact .btn{
    margin: 0 0 20px 0;
  }
  .x-products-b .pro ul li {
    width: 45%;
  }
  .pro-form .for form {
    width: 90%;
    padding: 50px 5% 5%;
  }
  .pro-form .for form .inputbox {
    flex-wrap: wrap;
  }
  .pro-form .for form .inputbox .p {
    width: 100%;
   margin: 0 0 15px 0;
  }
  .pro-form .for form .textareabox {
    flex-wrap: wrap;
  }
  .pro-form .for form .textareabox .p {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .pro-form .for form .inputbox .input {
    width: 90%;
  }
  .pro-form .for form .textareabox .textarea {
    width: 90%;
  }
  .x-products-a .pro .element .right .contact .imgbox .img{
    width: 20%;
  }  
  .n-assembly .ass .imgbox a .p .p-b {
    font-size: 14px;
  }
  .n-assembly .ass .imgbox {
    padding: 20px;
  }
  .x-assembly .ass .right .table {
    width: 100%;
    overflow-x: auto;
  }
  .x-assembly .ass .right .table table{
    width: 1200px;
  }
  .x-assembly .ass .right .downbtn {
    padding: 20px 20%;
  }
  .putin .put .right .submit {
    padding: 20px 20%;
  }
  .i-case-a .cas .element .imgbox {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .n-case-a .cas .element .imgbox {
    width: 100%;
  }
  .n-service-c .ser .swiperb .imgbox .text {
    padding: 2% 5%;
  }
  .n-news-a .new .swipera .imgbox a {
    flex-wrap: wrap;
  }
  .n-news-a .new .swipera .imgbox a .left {
    width: 100%;
  }
  .n-news-a .new .swipera .imgbox a .right {
    display: none;
  }
  .n-news-a .new .swipera{
    padding: 0 0 50px 0;
  }
  .x-news .new .left .caption {
    line-height: 26px;
  }
  .n-service-a .ser .element-a .imgbox {
    width: 90%;
    margin: 0 auto 30px;
  }
  .n-service-a .ser .element-c .body .imgbox .img {
    width: 15%;
  }
  .n-service-a .ser .element-c .body .imgbox .p {
    width: 80%;
  }
  .n-service-a .ser .element-d {
    padding: 10% 5%;
  }
  .n-service-a .ser .element-d .input-b {
    width: 100%;
  }
  .n-login .log .caption {
    font-size: 18px;
  }
  .n-login .log .element .inputbox-a {
    width: 100%;
  }
  .n-login .log .element .inputbox-b .p {
    width: 20%;
  }
  .n-regform .reg .caption {
    font-size: 18px;
  }
  .n-regform .reg .element .selectbox-a .p {
    width: 30%;
  }
  .n-regform .reg .element .inputbox-a .p {
    width: 30%;
  }
  .n-regform .reg .element .selectbox-a .select {
    width: 70%;
  }
  .n-regform .reg .element .inputbox-a .input {
    width: 70%;
  }
  .n-regform .reg .element .inputbox-b .p {
    width: 30%;
  }
  .n-regform .reg .element .inputbox-b .input {
    width: 40%;
  }
  .n-regform .reg .element .textareabox-a .p {
    width: 30%;
  }
  .n-regform .reg .element .textareabox-a .textarea {
    width: 70%;
  }
  .personal .per .right .table table td {
    width: 65%;
    padding: 15px 2%;
  }
  .personal .per .right .table table td:nth-child(1) {
    width: 35%;
  }
  .phone-logo {
    width: 50%;
  }
  .n-about-b .abo .element .swiper-button-preva {
    left: 5px;
  }
  .n-about-b .abo .element .swiper-button-nexta {
    right: 5px;
  }
  .pro-form .for {
    top: 5%;
  }
  .n-search .sea .right form {
    width: 100%;
  }
  .n-search .sea .right .element .imgbox {
    width: 100%;
  }
}