.phone-section {
  display: none;
}

.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.center {
  width: 85%;
  margin: 0 auto;
  max-width: 1920px;
}

.center2 {
  width: 85%;
  margin: 0 auto;
  max-width: 1920px;
}

.center3 {
  width: 65%;
  margin: 0 auto;
  max-width: 1920px;
}

.clean {
  overflow: hidden;
}

.active1 {
  background: #1a44bc !important;
}

.active1 a {
  color: #fff !important;
}

.active2 {
  display: flex;
}

.active3 {
  display: none;
}

.active4 {
  color: #1a44bc !important;
  position: relative;
}

.active4::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 0.125rem;
  bottom: 20px;
  left: 0;
  background: #1a44bc;
}

.active5 {
  display: block !important;
}

.active6 img:nth-child(1) {
  display: none !important;
}

.active6 img:nth-child(2) {
  display: block !important;
}

.active7 {
  display: block !important;
}
.click-a,.click-b,.click-c,.click-d{
  text-decoration:underline;
  cursor: pointer;
}
.imgmove1 {
  overflow: hidden;
}

.imgmove1 img {
  transition: all .8s ease .1s;
}

.imgmove1 img:hover {
  transform: scale(1.1);
}

.imgmove2 img {
  transition: all .8s ease .1s;
}

.imgmove2 img:hover {
  transform: scale(1.1);
}

@keyframes example1 {
  0% {
    transform: rotateY(90deg);
    opacity: 0;
  }

  100% {
    transform: rotateY(0deg);
    opacity: 1;
  }
}

.move1:hover img {
  position: relative;
  animation-name: example1;
  animation-duration: 1.5s;
}

@keyframes example2 {
  0% {
    transform: rotateY(0deg);
    opacity: 0.3;
  }

  100% {
    transform: rotateY(360deg);
    opacity: 1;
  }
}

.move2:hover {
  position: relative;
  animation-name: example2;
  animation-duration: 2s;
}

@keyframes example5 {
  0% {
    left: -200px;
    top: 0px;
    opacity: 0;
  }

  100% {
    left: 0px;
    top: 0px;
    opacity: 1;
  }
}

.move5 {
  position: relative;
  animation-name: example5;
  animation-duration: 1.2s;
}

@keyframes example6 {
  0% {
    left: 200px;
    top: 0px;
    opacity: 0;
  }

  100% {
    left: 0px;
    top: 0px;
    opacity: 1;
  }
}

.move6 {
  position: relative;
  animation-name: example6;
  animation-duration: 1.2s;
}

@keyframes example7 {
  0% {
    left: 0px;
    top: -100px;
    opacity: 0;
  }

  100% {
    left: 0px;
    top: 0px;
    opacity: 1;
  }
}

.move7 {
  position: relative;
  animation-name: example7;
  animation-duration: 1.2s;
}

@keyframes example8 {
  0% {
    left: 0px;
    top: 100px;
    opacity: 0;
  }

  100% {
    left: 0px;
    top: 0px;
    opacity: 1;
  }
}

.move8 {
  position: relative;
  animation-name: example8;
  animation-duration: 1.2s;
}

@keyframes example9 {
  0% {
    transform: rotateY(90deg);
    opacity: 0;
  }

  100% {
    transform: rotateY(0deg);
    opacity: 1;
  }
}

.move9 {
  position: relative;
  animation-name: example9;
  animation-duration: 1.2s;
}

@keyframes example10 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.move10 {
  position: relative;
  animation-name: example10;
  animation-duration: 2s;
}

/*------------------------------------------------------------------*/
.header-box .header1-box {
  background: #1a44bc;
}

.header-box .header1-box .header1 {
  justify-content: right;
  padding: 0.3125rem 0;
}

.header-box .header1-box .header1 img {
  margin-right: 0.5%;
}

.header-box .header1-box .header1 p {
  color: #ffffff;
  font-size: 0.875rem;
}

.header-box .header2-box .header2 .header2-logo {
  width: 15%;
}

.header-box .header2-box .header2 .header2-nav {
  width: 60%;
  justify-content: flex-end;
  height: 100%;
}

.header-box .header2-box .header2 .header2-nav .li1 {
  text-align: center;
  padding: 0 30px;
  position: relative;
}

.header-box .header2-box .header2 .header2-nav .li1 .ul2 {
  position: absolute;
  left: 0;
  top: 90px;
  background: rgb(26, 69, 188, 0.6);
  width: 100%;
  padding: 10px 0;
  z-index: 99;
  height: 0;
  overflow: hidden;
  transition: 0.3s;
  opacity: 0;
}
.header-box .header2-box .header2 .header2-nav .li1 .aaa{
  width: 150%;
  left: -25%;
}
.header-box .header2-box .header2 .header2-nav .li1:hover .ul2:before {
  position: absolute;
  display: block;
  content: "";
  top: -14px;
  left: 50%;
  width: 0;
  height: 0;
  overflow: hidden;
  margin: 0 0 0 -7px;
  border: 7px dashed transparent;
  border-bottom: 7px solid rgb(26, 69, 188, 0.6);
}

.header-box .header2-box .header2 .header2-nav .li1:hover .ul2 {
  height: auto;
  opacity: 1;
  overflow: unset;
}

.header-box .header2-box .header2 .header2-nav .li1 .ul2 .li2:hover .a2 {
  color: #fff;
}

/* .header-box .header2-box .header2 .header2-nav .li1 .ul2 .li2 {
  border-bottom: 1px solid #fff;
} */
.header-box .header2-box .header2 .header2-nav .li1 .ul2 .li2 .a2 {
  font-size: 16px;
  line-height: 3;
  color: #fff;
  display: block;
  font-size: 15px;
  border-bottom: 1px solid rgba(102, 138, 236, 0.9);
  transition: 0.3s;
}

.header-box .header2-box .header2 .header2-nav .li1 .ul2 .li2 .a2:hover {
  background: rgb(26, 69, 188, 0.9);
  padding: 0 0 0 5%;
}

.header-box .header2-box .header2 .header2-nav .li1 .a1 {
  font-size: 1.0625rem;
  color: #000000;
  display: inline-block;
  line-height: 80px;
  margin: 10px 0;
}

.header-box .header2-box .header2 .header2-nav .li1:hover .a1 {
  color: #1a44bc !important;
  position: relative;
}

.header-box .header2-box .header2 .header2-nav .li1 .ul2 .li2:last-child .a2 {
  border-bottom: 0px;
}

.header-box .header2-box .header2 .header2-nav .li1:hover .a1::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 0.125rem;
  bottom: 20px;
  left: 0;
  background: #1a44bc;
}

.header-box .header2-box .header2 .header2-nav .header2-nav-btn img {
  margin-right: 10%;
}

.header-box .header2-box .header2 .header2-nav .header2-nav-btn .a1 {
  font-size: 1rem;
  color: #000000;
}
.header-box .header2-box .header2 .language{
  width: 10%;
  position: relative;
}
.header-box .header2-box .header2 .language a{
  justify-content: center;
}
.header-box .header2-box .header2 .language a .img{
  width: 20%;
}
.header-box .header2-box .header2 .language a .p{
  font-size: 1.0625rem;
  color: #000000;
  display: inline-block;
  line-height: 80px;
  margin: 10px 10px;
}
.header-box .header2-box .header2 .language a .after{
  width: 8%;
  margin: 5px 0 0 0;
}
.header-box .header2-box .header2 .language .text{
  position: absolute;
    left: 10%;
    top: 90px;
    background: rgb(26, 69, 188, 0.6);
    width: 80%;
    padding: 10px 0;
    z-index: 99;
    height: 0;
    overflow: hidden;
    transition: 0.3s;
    opacity: 0;
}
.header-box .header2-box .header2 .language .text li a {
  font-size: 16px;
  line-height: 3;
  color: #fff;
  display: block;
  font-size: 15px;
  border-bottom: 1px solid rgba(102, 138, 236, 0.9);
  transition: 0.3s;
  text-align: center;
}
.header-box .header2-box .header2 .language:hover .text{
  height: auto;
  opacity: 1;
  overflow: unset;
}
.header-box .header2-box .header2 .language:hover .text::before {
  position: absolute;
  display: block;
  content: "";
  top: -14px;
  left: 50%;
  width: 0;
  height: 0;
  overflow: hidden;
  margin: 0 0 0 -7px;
  border: 7px solid #ffffff00;
  border-bottom: 7px solid rgb(26, 69, 188, 0.6);
}
.header-box .header2-box .header2 .language .text li a:hover{
  background: rgb(26, 69, 188, 0.9);
  padding: 0 0 0 5%;
}
/*------------------------------------------------------------------*/
.i-banner-box .i-banner .swiper1 .swiper-pagination {
  bottom: 8%;
}

.i-banner-box .i-banner .swiper1 .swiper-pagination-bullet {
  width: 1%;
  border-radius: 0%;
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 6px);
  height: 4px;
  background: #fff;
  opacity: 100%;
  outline: none;
}

.i-banner-box .i-banner .swiper1 .swiper-pagination-bullet-active {
  width: 3%;
  background: #eb5f13;
}

.i-banner-box .i-banner .swiper1 .i-ban-box {
  position: relative;
}

.i-banner-box .i-banner .swiper1 .i-ban-box .i-ban-box-img {
  text-align: center;
}

.i-banner-box .i-banner .swiper1 .i-ban-box .i-ban-box-img img {
  max-height: 1000px;
  width: 100%;
}

.i-banner-box .i-banner .swiper1 .i-ban-box .i-ban-box-text {
  position: absolute;
  left: 13%;
  top: 35%;
}

.i-banner-box .i-banner .swiper1 .i-ban-box .i-ban-box-text p:nth-child(1) {
  font-size: 2.8125rem;
  color: #fff;
  font-weight: bold;
  margin-bottom: 2.1875rem;
}

.i-banner-box .i-banner .swiper1 .i-ban-box .i-ban-box-text p:nth-child(2) {
  font-size: 1.375rem;
  color: #fff;
  margin-bottom: 6.375rem;
  line-height: 1.875rem;
}

.i-banner-box .i-banner .swiper1 .i-ban-box .i-ban-box-text .i-ban-box-tex-btn a {
  color: #fff;
  background: #1a44bc;
  font-size: 1.125rem;
  padding: 0.9375rem 2.8125rem;
}

/*------------------------------------------------------------------*/
.n-banner-box .n-banner div {
  text-align: center;
}

/*------------------------------------------------------------------*/
.i-title1 {
  justify-content: left;
  font-size: 1.875rem;
  color: #000000;
  font-weight: bold;
}

.i-title1 p {
  margin-right: 0.625rem;
}

.i-title2 {
  text-align: center;
  margin-top: 3.4375rem;
}

.i-title2 p:nth-child(2) {
  font-size: 1.875rem;
  color: #000000;
  font-weight: bold;
  margin-top: 0.9375rem;
}

.i-title2 p:nth-child(3) {
  font-size: 1rem;
  color: #000000;
  margin: 1.25rem 0 4.0625rem 0;
}

.i-about-box .i-about {
  margin-bottom: 4.375rem;
  align-items: flex-start;
  justify-content: left;
}

.i-about-box .i-about .i-abo-left {
  width: 65%;
  position: relative;
}
.i-about-box .i-about .i-abo-left .i-abo-banner {
  text-align: center;
}
.i-about-box .i-about .i-abo-left .i-title1 {
  margin: 6.25rem 0 2.1875rem 0;
}

.i-about-box .i-about .i-abo-left .i-abo-text1 {
  font-size: 1rem;
  color: #000000;
  line-height: 1.875rem;
  text-indent: 2rem;
  margin: 1.25rem 0 1.375rem 0;
}

.i-about-box .i-about .i-abo-left .i-abo-text2 {
  justify-content: left;
  align-items: flex-start;
}

.i-about-box .i-about .i-abo-left .i-abo-text2 .i-abo-tex2-left {
  font-size: 4.5rem;
  color: #1a44bc;
}

.i-about-box .i-about .i-abo-left .i-abo-text2 .i-abo-tex2-right p:nth-child(1) {
  font-size: 1rem;
  color: #000000;
  line-height: 1.875rem;
  margin-top: 1.125rem;
}

.i-about-box .i-about .i-abo-left .i-abo-text2 .i-abo-tex2-right p:nth-child(2) {
  font-size: 1rem;
  color: #000000;
  line-height: 1.875rem;
}

.i-about-box .i-about .i-abo-left .i-abo-text2 .i-abo-tex2-right .i-abo-tex2-rig-btn {
  margin-top: 1.25rem;
}

.i-about-box .i-about .i-abo-left .i-abo-text2 .i-abo-tex2-right .i-abo-tex2-rig-btn a {
  font-size: 1rem;
  color: #1a44bc;
}

.i-about-box .i-about .i-abo-right {
  margin-left: 5rem;
  width: 28%;
}

.i-about-box .i-about .i-abo-right .i-title1 {
  margin: 6.25rem 0 2.1875rem 0;
}

.i-about-box .i-about .i-abo-right .i-abo-rig-box {
  width: 100%;
  height: 250px;
  border: 2px solid #e5e5e5;
  box-sizing: border-box;
  padding: 1.875rem 3.4375rem;
  margin-bottom: 0.9375rem;
}

.i-about-box .i-about .i-abo-right .i-abo-rig-box .i-abo-rig-box-title {
  font-size: 1.375rem;
  color: #000000;
  font-weight: bold;
  margin: 0.3125rem 0;
}

.i-about-box .i-about .i-abo-right .i-abo-rig-box .i-abo-rig-box-title .i-abo-rig-box-tit-img img:nth-child(1) {
  display: inline;
}

.i-about-box .i-about .i-abo-right .i-abo-rig-box .i-abo-rig-box-title .i-abo-rig-box-tit-img img:nth-child(2) {
  display: none;
}

.i-about-box .i-about .i-abo-right .i-abo-rig-box .i-abo-rig-box-text {
  font-size: 1rem;
  color: #000000;
  line-height: 1.875rem;
  margin-bottom: .5rem;
}

.i-about-box .i-about .i-abo-right .i-abo-rig-box .i-abo-rig-box-btn {
  justify-content: flex-end;
}

.i-about-box .i-about .i-abo-right .i-abo-rig-box .i-abo-rig-box-btn a {
  font-size: 1rem;
  color: #1a44bc;
}

.i-about-box .i-about .i-abo-right .i-abo-rig-box:hover {
  background: url(../img/i-about-6.jpg) center no-repeat;
  border: 0px;
  background-size: cover;
  border: 2px solid #e5e5e5;
}

.i-about-box .i-about .i-abo-right .i-abo-rig-box:hover .i-abo-rig-box-title {
  color: #fff;
}

.i-about-box .i-about .i-abo-right .i-abo-rig-box:hover .i-abo-rig-box-text {
  color: #fff;
}

.i-about-box .i-about .i-abo-right .i-abo-rig-box:hover .i-abo-rig-box-btn {
  justify-content: right;
}

.i-about-box .i-about .i-abo-right .i-abo-rig-box:hover .i-abo-rig-box-btn a {
  color: #fff;
}

.i-about-box .i-about .i-abo-right .i-abo-rig-box:hover .i-abo-rig-box-title .i-abo-rig-box-tit-img img:nth-child(1) {
  display: none;
}

.i-about-box .i-about .i-abo-right .i-abo-rig-box:hover .i-abo-rig-box-title .i-abo-rig-box-tit-img img:nth-child(2) {
  display: inline;
}

/*------------------------------------------------------------------*/
.i-platform-box {
  background: #f6f6f6;
}

.i-platform-box .i-platform {
  margin-bottom: 4.6875rem;
}

.i-platform-box .i-platform .i-pla-body .i-pla-bod-box {
  margin: 0 0.8%;
}

.i-platform-box .i-platform .i-pla-body .i-pla-bod-box:hover a .i-pla-bod-box-text {
  font-weight: bold;
}

.i-platform-box .i-platform .i-pla-body .i-pla-bod-box a .i-pla-bod-box-text {
  margin: 1.25rem 0;
  text-align: center;
  font-size: 1.125rem;
  color: #000000;
}

/*------------------------------------------------------------------*/
.i-products-box {
  background: url(../img/i-products-1.jpg) center no-repeat;
}

.i-products-box .i-products .i-pro-body {
  margin-top: 4.6875rem;
  align-items: flex-start;
}

.i-products-box .i-products .i-pro-body .i-pro-bod-box {
  margin-bottom: 2rem;
}

.i-products-box .i-products .i-pro-body .i-pro-bod-box a .i-pro-bod-box-img {
  margin-bottom: 1.875rem;

}

.i-products-box .i-products .i-pro-body .i-pro-bod-box a .i-pro-bod-box-img img:nth-child(1) {
  display: inline;
}

.i-products-box .i-products .i-pro-body .i-pro-bod-box a .i-pro-bod-box-img img:nth-child(2) {
  display: none;
}

.i-products-box .i-products .i-pro-body .i-pro-bod-box:hover a .i-pro-bod-box-text {
  opacity: 0;

}

.i-products-box .i-products .i-pro-body .i-pro-bod-box:hover a .i-pro-bod-box-img img:nth-child(1) {
  display: none;

}

.i-products-box .i-products .i-pro-body .i-pro-bod-box:hover a .i-pro-bod-box-img img:nth-child(2) {
  display: inline;

}

.i-products-box .i-products .i-pro-body .i-pro-bod-box a .i-pro-bod-box-text {
  text-align: center;
  font-size: 1.125rem;
  color: #000000;
  font-weight: bold;
  opacity: 0;
  transition: 0.3s;
  line-height: 25px;
}

/*------------------------------------------------------------------*/
.i-news-box {
  background: #f6f6f6;
}

.i-news-box .i-news {
  align-items: flex-start;
  margin-bottom: 8.125rem;
}

.i-news-box .i-news .i-new-left {
  margin-top: 6.25rem;
  width: 36%;
}

.i-news-box .i-news .i-new-left .i-new-lef-body {
  margin-top: 5.625rem;
}

.i-news-box .i-news .i-new-left .i-new-lef-body .swiper3 .swiper-pagination {
  right: -35%;
  left: auto;
  bottom: 5%;
}

.i-news-box .i-news .i-new-left .i-new-lef-body .swiper3 .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}

.i-news-box .i-news .i-new-left .i-new-lef-body .swiper3 .swiper-pagination-bullet-active {
  background: #1a44bc;
}

.i-news-box .i-news .i-new-left .i-new-lef-body .swiper3 .i-new-lef-bod-box {
  position: relative;
}

.i-news-box .i-news .i-new-left .i-new-lef-body .swiper3 .i-new-lef-bod-box .i-new-lef-bod-box-text {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  width: 100%;
  font-size: 1.125rem;
  padding: 1.5625rem 1.5625rem;
  box-sizing: border-box;
}

.i-news-box .i-news .i-new-left .i-new-lef-body .swiper3 .i-new-lef-bod-box .i-new-lef-bod-box-text p {
  width: 75%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.i-news-box .i-news .i-new-right {
  margin-top: 6.25rem;
  width: 60%;
}

.i-news-box .i-news .i-new-right .i-new-rig-top {
  justify-content: flex-end;
}

.i-news-box .i-news .i-new-right .i-new-rig-top .i-new-rig-top-nav {
  background: #dcdcdc;
  padding: 0.625rem 0.9375rem;
  border-radius: 25px;
  margin-right: 1.25rem;
}

.i-news-box .i-news .i-new-right .i-new-rig-top .i-new-rig-top-nav a {
  font-size: 1.125rem;
  color: #333;
}

.i-news-box .i-news .i-new-right .i-new-rig-top .i-new-rig-top-btn a {
  font-size: 1rem;
  color: #1a44bc;
  font-weight: bold;
  margin-left: 1.25rem;
}

.i-news-box .i-news .i-new-right .i-new-rig-body {
  margin-top: 5rem;
}

.i-news-box .i-news .i-new-right .i-new-rig-body .i-new-rig-bod-box {
  align-items: flex-start;
}

.i-news-box .i-news .i-new-right .i-new-rig-body .i-new-rig-bod-box .i-new-rig-bod-box-left {
  width: 48%;
}

.i-news-box .i-news .i-new-right .i-new-rig-body .i-new-rig-bod-box .i-new-rig-bod-box-left .i-new-rig-bod-box-lef-box {
  box-sizing: border-box;
  padding: 3.1875rem;
  background: #fff;
  margin-bottom: 0.625rem;
}

.i-news-box .i-news .i-new-right .i-new-rig-body .i-new-rig-bod-box .i-new-rig-bod-box-left .i-new-rig-bod-box-lef-box a .i-new-rig-bod-box-lef-box-text p:nth-child(1) {
  font-size: 1.125rem;
  color: #000000;
  white-space: nowrap;
  text-overflow: ellipsis !important;
  overflow: hidden;

}

.i-news-box .i-news .i-new-right .i-new-rig-body .i-new-rig-bod-box .i-new-rig-bod-box-left .i-new-rig-bod-box-lef-box a .i-new-rig-bod-box-lef-box-text p:nth-child(2) {
  font-size: 0.875rem;
  color: #666666;
  line-height: 1.875rem;
  padding: 0.9375rem 0 1.25rem 0;
  border-bottom: 1px solid #efefef;
  white-space: nowrap;
  text-overflow: ellipsis !important;
  overflow: hidden;

}

.i-news-box .i-news .i-new-right .i-new-rig-body .i-new-rig-bod-box .i-new-rig-bod-box-left .i-new-rig-bod-box-lef-box a .i-new-rig-bod-box-lef-box-time {
  padding-top: 1.875rem;
}

.i-news-box .i-news .i-new-right .i-new-rig-body .i-new-rig-bod-box .i-new-rig-bod-box-left .i-new-rig-bod-box-lef-box a .i-new-rig-bod-box-lef-box-time p {
  color: #666666;
  font-size: 0.875rem;
}

.i-news-box .i-news .i-new-right .i-new-rig-body .i-new-rig-bod-box .i-new-rig-bod-box-left .i-new-rig-bod-box-lef-box a .i-new-rig-bod-box-lef-box-time img:nth-child(1) {
  display: block;
}

.i-news-box .i-news .i-new-right .i-new-rig-body .i-new-rig-bod-box .i-new-rig-bod-box-left .i-new-rig-bod-box-lef-box a .i-new-rig-bod-box-lef-box-time img:nth-child(2) {
  display: none;
}

.i-news-box .i-news .i-new-right .i-new-rig-body .i-new-rig-bod-box .i-new-rig-bod-box-left .i-new-rig-bod-box-lef-box:hover {
  background: #1a44bc;
}

.i-news-box .i-news .i-new-right .i-new-rig-body .i-new-rig-bod-box .i-new-rig-bod-box-left .i-new-rig-bod-box-lef-box:hover a .i-new-rig-bod-box-lef-box-text p {
  color: #fff;
}

.i-news-box .i-news .i-new-right .i-new-rig-body .i-new-rig-bod-box .i-new-rig-bod-box-left .i-new-rig-bod-box-lef-box:hover a .i-new-rig-bod-box-lef-box-time p {
  color: #fff;
}

.i-news-box .i-news .i-new-right .i-new-rig-body .i-new-rig-bod-box .i-new-rig-bod-box-left .i-new-rig-bod-box-lef-box:hover a .i-new-rig-bod-box-lef-box-time img:nth-child(1) {
  display: none;
}

.i-news-box .i-news .i-new-right .i-new-rig-body .i-new-rig-bod-box .i-new-rig-bod-box-left .i-new-rig-bod-box-lef-box:hover a .i-new-rig-bod-box-lef-box-time img:nth-child(2) {
  display: block;
}

.i-news-box .i-news .i-new-right .i-new-rig-body .i-new-rig-bod-box .i-new-rig-bod-box-right {
  width: 48%;
}

.i-news-box .i-news .i-new-right .i-new-rig-body .i-new-rig-bod-box .i-new-rig-bod-box-right .i-new-rig-bod-box-rig-box {
  box-sizing: border-box;
  padding: 2.1875rem;
  background: #fff;
  margin-bottom: 0.625rem;
}

.i-news-box .i-news .i-new-right .i-new-rig-body .i-new-rig-bod-box .i-new-rig-bod-box-right .i-new-rig-bod-box-rig-box a .i-new-rig-bod-box-rig-box-after {
  width: 10%;
  height: 0.1875rem;
  background: #eb5f13;
  margin-bottom: 1.25rem;
}

.i-news-box .i-news .i-new-right .i-new-rig-body .i-new-rig-bod-box .i-new-rig-bod-box-right .i-new-rig-bod-box-rig-box a .i-new-rig-bod-box-rig-box-title {
  font-size: 1.125rem;
  color: #000000;
  margin-bottom: 1.25rem;
}

.i-news-box .i-news .i-new-right .i-new-rig-body .i-new-rig-bod-box .i-new-rig-bod-box-right .i-new-rig-bod-box-rig-box a .i-new-rig-bod-box-rig-box-title p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.i-news-box .i-news .i-new-right .i-new-rig-body .i-new-rig-bod-box .i-new-rig-bod-box-right .i-new-rig-bod-box-rig-box a .i-new-rig-bod-box-rig-box-btn {
  font-size: 0.875rem;
  color: #666666;
  margin-bottom: 0.9375rem;
}

.i-news-box .i-news .i-new-right .i-new-rig-body .i-new-rig-bod-box .i-new-rig-bod-box-right .i-new-rig-bod-box-rig-box:hover {
  background: #1a44bc;
}

.i-news-box .i-news .i-new-right .i-new-rig-body .i-new-rig-bod-box .i-new-rig-bod-box-right .i-new-rig-bod-box-rig-box:hover a .i-new-rig-bod-box-rig-box-title {
  color: #fff;
}

.i-news-box .i-news .i-new-right .i-new-rig-body .i-new-rig-bod-box .i-new-rig-bod-box-right .i-new-rig-bod-box-rig-box:hover a .i-new-rig-bod-box-rig-box-btn {
  color: #fff;
}

/*------------------------------------------------------------------*/
.footer-box .footer1 {
  background: #0072c5;
  padding-top: 30px;
}

.footer-box .footer1 .foot-title {
  font-weight: bold;
  font-size: 36px;
  margin: 0 auto 20px;
  color: #fff;
}

.footer-box .footer1 .footer1-box .footer1-box-logo {
  margin: 3.4375rem 0;
}

.footer-box .footer1 .footer1-box .footer1-box-body {
  margin-bottom: 20px;
}

.footer-box .footer1 .footer1-box .footer1-box-body .footer1-box-bod-text {
  width: 85%;
}

.footer-box .footer1 .footer1-box .footer1-box-body .footer1-box-bod-text .footer1-box-bod-tex-left {
  width: 45%;
}

.footer-box .footer1 .footer1-box .footer1-box-body .footer1-box-bod-text .footer1-box-bod-tex-left .footer1-box-bod-tex-lef-text {
  justify-content: left;
}

.footer-box .footer1 .footer1-box .footer1-box-body .footer1-box-bod-text .footer1-box-bod-tex-left .footer1-box-bod-tex-lef-text img {
  margin: 0 1.25rem 0 0;
  width: 5%;
}

.footer-box .footer1 .footer1-box .footer1-box-body .footer1-box-bod-text .footer1-box-bod-tex-left .footer1-box-bod-tex-lef-text p {
  font-size: 1rem;
  color: #ffffff;
}

.footer-box .footer1 .footer1-box .footer1-box-body .footer1-box-bod-text .footer1-box-bod-tex-left .footer1-box-bod-tex-lef-text .footer1-box-tex-lef-tex-address {
  font-size: 1rem;
  color: #ffffff;
  margin-top: 2%;
  align-items: flex-start;
}

.footer-box .footer1 .footer1-box .footer1-box-body .footer1-box-bod-text .footer1-box-bod-tex-left .footer1-box-bod-tex-lef-text .footer1-box-tex-lef-tex-address p {
  line-height: 1.5rem;
}

.footer-box .footer1 .footer1-box .footer1-box-body .footer1-box-bod-text .footer1-box-bod-tex-right {
  width: 45%;
  padding-left: 3.75rem;
  border-left: 1px solid #ffffff;
}

.footer-box .footer1 .footer1-box .footer1-box-body .footer1-box-bod-text .footer1-box-bod-tex-right .footer1-box-bod-tex-rig-title {
  font-size: 1.125rem;
  color: #ffffff;
  margin-bottom: 2.8125rem;
}

.footer-box .footer1 .footer1-box .footer1-box-body .footer1-box-bod-text .footer1-box-bod-tex-right ul {
  flex-wrap: wrap;
}

.footer-box .footer1 .footer1-box .footer1-box-body .footer1-box-bod-text .footer1-box-bod-tex-right ul li {
  width: 50%;
  margin-bottom: 1.875rem;
}

.footer-box .footer1 .footer1-box .footer1-box-body .footer1-box-bod-text .footer1-box-bod-tex-right ul li a {
  font-size: 1rem;
  color: #ffffff;
  position: relative;
  padding: 0 0 0 5%;
}

.footer-box .footer1 .footer1-box .footer1-box-body .footer1-box-bod-text .footer1-box-bod-tex-right ul li a::before {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  background: #ffffff;
  left: 0;
  top: 45%;
  border-radius: 30px;
}

.footer-box .footer1 .footer1-box .footer1-box-body .footer1-box-bod-img {
  width: 9%;
  text-align: center;
}

.footer-box .footer1 .footer1-box .footer1-box-body .footer1-box-bod-img .footer1-box-bod-img-top {
  margin-bottom: 2.1875rem;
  justify-content: center;
}

.footer-box .footer1 .footer1-box .footer1-box-body .footer1-box-bod-img .footer1-box-bod-img-bottom {
  text-align: center;
  color: #ffffff;
  font-size: 1rem;
}

.footer-box .footer1 .footer1-box .footer1-box-body .footer1-box-bod-img .footer1-box-bod-img-bottom p {
  margin: 0.625rem 0 0 0;
}

.footer-box .footer2 {
  background: #0072c5;
}

.footer-box .footer2 .footer2-box {
  font-size: 0.875rem;
  color: #ffffff;
  padding: 0.9375rem;
  text-align: center;
}

/*------------------------------------------------------------------*/
.n-location-box {
  box-shadow: #ccc 0px 0px 0.625rem;
  margin-bottom: 0.3125rem;
}

.n-location-box .n-location {
  justify-content: space-between;
}

.n-location-box .n-location .n-loc-left p {
  margin: 2.1875rem .3125rem;
  text-align: center;
}

.n-location-box .n-location .n-loc-left p a {
  color: #666666;
  font-size: 1rem;
  padding: 20px 0px;
}

/*.n-location-box .n-location p a:hover {
  color: #fff;
  background: #1a44bc;
  border-radius: 5px;
}*/
.n-location-box .n-location .n-loc-right p {
  margin: 2.1875rem .3125rem;
  text-align: center;
}

.n-location-box .n-location .n-loc-right p a {
  color: #666666;
  font-size: 1rem;
  padding: 20px 10px;
}

/*------------------------------------------------------------------*/
.n-title {
  text-align: center;
  margin: 3.25rem 0;
}

.n-title p:nth-child(1) {
  font-size: 1rem;
  color: #333333;
  margin-bottom: 0.9375rem;
}

.n-title p:nth-child(2) {
  font-size: 2.125rem;
  color: #333333;
  padding-bottom: 0.9375rem;
  position: relative;
}

.n-title p:nth-child(2)::after {
  position: absolute;
  content: '';
  width: 2%;
  height: 0.25rem;
  background: #1a44bc;
  left: 49%;
  bottom: 0;
}

/*------------------------------------------------------------------*/
.n-about-box .n-about .n-abo-1 {
  margin-top: 4.375rem;
  margin-bottom: 4.375rem;
}

.n-about-box .n-about .n-abo-1 .n-abo-1-left {
  width: 45%;
  box-sizing: border-box;
}

.n-about-box .n-about .n-abo-1 .n-abo-1-right {
  width: 50%;
}

.n-about-box .n-about .n-abo-1 .n-abo-1-right .n-abo-rig-text {
  font-size: 1rem;
  line-height: 2rem;
  color: #333333;
  text-indent: 2rem;
}

.n-about-box .n-about .n-abo-1 .n-abo-1-right .n-abo-rig-text p {
  margin-bottom: 0.3125rem;
}

.n-about-box .n-about .n-abo-1 .n-abo-1-right .n-abo-rig-bottom {
  margin-top: 3.125rem;
  justify-content: center;
}

.n-about-box .n-about .n-abo-1 .n-abo-1-right .n-abo-rig-bottom .n-abo-rig-bot-left {
  width: 50%;
  text-align: center;
}

.n-about-box .n-about .n-abo-1 .n-abo-1-right .n-abo-rig-bottom .n-abo-rig-bot-left p:nth-child(1) {
  font-size: 1.875rem;
  color: #1a44bc;
  margin-bottom: 0.9375rem;
}

.n-about-box .n-about .n-abo-1 .n-abo-1-right .n-abo-rig-bottom .n-abo-rig-bot-left p:nth-child(2) {
  font-size: 1rem;
  color: #1a44bc;
}

.n-about-box .n-about .n-abo-1 .n-abo-1-right .n-abo-rig-bottom .n-abo-rig-bot-after {
  width: 0.125rem;
  height: 2.875rem;
  background: #cccccc;
}

.n-about-box .n-about .n-abo-1 .n-abo-1-right .n-abo-rig-bottom .n-abo-rig-bot-right {
  width: 50%;
  text-align: center;
}

.n-about-box .n-about .n-abo-1 .n-abo-1-right .n-abo-rig-bottom .n-abo-rig-bot-right p:nth-child(1) {
  font-size: 1.875rem;
  color: #1a44bc;
  margin-bottom: 0.9375rem;
}

.n-about-box .n-about .n-abo-1 .n-abo-1-right .n-abo-rig-bottom .n-abo-rig-bot-right p:nth-child(2) {
  font-size: 1rem;
  color: #1a44bc;
}

.n-about-box .n-about .n-abo-2 {
  background: url(../img/n-about-3.jpg) center no-repeat;
  height: 32.1875rem;
  margin: 5.625rem 0;
  border-radius: 5px;
}

.n-about-box .n-about .n-abo-2 .n-abo-2-title {
  text-align: center;
  margin: 3.125rem 0 3.125rem;
}

.n-about-box .n-about .n-abo-2 .n-abo-2-title p:nth-child(1) {
  font-size: 1rem;
  color: #fff;
  margin-bottom: 0.9375rem;
}

.n-about-box .n-about .n-abo-2 .n-abo-2-title p:nth-child(2) {
  color: #fff;
  font-size: 2.125rem;
}

.n-about-box .n-about .n-abo-2 .n-abo-2-text {
  font-size: 1.5rem;
  color: #fff;
}

.n-about-box .n-about .n-abo-2 .n-abo-2-body .n-abo-2-bod-box {
  margin: 2.1875rem 0;
  width: 60%;
  box-sizing: border-box;
  padding: 1.25rem 3.125rem;
  justify-content: flex-start;
  align-items: flex-start;
}

.n-about-box .n-about .n-abo-2 .n-abo-2-body .n-abo-2-bod-box .n-abo-2-bod-box-left {
  margin-right: 2.1875rem;
}

.n-about-box .n-about .n-abo-2 .n-abo-2-body .n-abo-2-bod-box .n-abo-2-bod-box-right p:nth-child(1) {
  font-size: 1.5rem;
  color: #fff;
  padding-bottom: 0.625rem;
  margin-bottom: 0.625rem;
  position: relative;
}

.n-about-box .n-about .n-abo-2 .n-abo-2-body .n-abo-2-bod-box .n-abo-2-bod-box-right p:nth-child(1)::after {
  position: absolute;
  width: 45%;
  height: 1px;
  content: '';
  left: 0;
  bottom: 0;
  background: #fff;
}

.n-about-box .n-about .n-abo-2 .n-abo-2-body .n-abo-2-bod-box .n-abo-2-bod-box-right p:nth-child(2) {
  font-size: 1rem;
  color: #fff;
}

.n-about-box .n-about .n-abo-2 .n-abo-2-body .n-abo-2-bod-box-bg {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
}

.n-about-box .n-about .n-abo-3 .n-abo-3-box1 {
  border: 1px solid #dddddd;
  border-radius: 5px;
  position: relative;
  justify-content: flex-end;
  margin: 9.375rem 0;
  height: 21.875rem;
}

.n-about-box .n-about .n-abo-3 .n-abo-3-box1 .n-abo-3-box1-left {
  position: absolute;
  left: 3%;
  top: -30%;
  width: 40%;
}

.n-about-box .n-about .n-abo-3 .n-abo-3-box1 .n-abo-3-box1-right {
  width: 40%;
  margin: 3.75rem 9.375rem;
}

.n-about-box .n-about .n-abo-3 .n-abo-3-box1 .n-abo-3-box1-right .n-abo-3-box1-rig-text {
  font-size: 1rem;
  color: #333333;
  line-height: 1.875rem;
  text-indent: 2rem;
}

.n-about-box .n-about .n-abo-3 .n-abo-3-box2 {
  border: 1px solid #dddddd;
  border-radius: 5px;
  position: relative;
  justify-content: flex-start;
  margin: 9.375rem 0;
  background: #f5f5f5;
  height: 21.875rem;
}

.n-about-box .n-about .n-abo-3 .n-abo-3-box2 .n-abo-3-box1-left {
  width: 40%;
  margin: 3.75rem 9.375rem;
}

.n-about-box .n-about .n-abo-3 .n-abo-3-box2 .n-abo-3-box1-left .n-abo-3-box1-lef-text {
  font-size: 1rem;
  color: #333333;
  line-height: 1.875rem;
  text-indent: 2rem;
}

.n-about-box .n-about .n-abo-3 .n-abo-3-box2 .n-abo-3-box1-right {
  position: absolute;
  right: 3%;
  top: -30%;
  width: 40%;
}

.n-abo-title {
  font-size: 2.125rem;
  color: #333333;
  text-align: center;
  padding-bottom: 0.9375rem;
  position: relative;
  margin-bottom: 2rem;
}

.n-abo-title::after {
  position: absolute;
  content: '';
  left: 47%;
  bottom: 0;
  width: 5%;
  height: 0.3125rem;
  background: #1a44bc;
}

.n-honors-box .n-honors .n-abo-1 .body {
  margin: 30px 0 0 0;
}

/*------------------------------------------------------------------*/
.n-course-box {
  background: #f4f4f4;
}

.n-course-box .n-course .n-abo-title {
  margin-top: 4.375rem;
}

.n-course-box .n-course .n-abo-title::after {
  left: 48.5%;
  width: 3%;
}

.n-course-box .n-course .n-abo-process .swiper1 {
  height: 500px;
  position: relative;
  box-sizing: border-box;
  padding: 0 50px;
  padding-left: 10%;
}

.n-course-box .n-course .n-abo-process .swiper1::after {
  position: absolute;
  content: '';
  top: 249.5px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #1a44bc;
}

.n-course-box .n-course .n-abo-process .swiper1 .swiper-wrapper .swiper-slide {
  width: 20% !important;
  position: relative;
}

/*.n-course-box .n-course .n-abo-process .swiper1 .swiper-wrapper .swiper-slide:nth-child(odd)::before{
  position: absolute;
  content: '';
  width: 1px;
  height: 180px;
  top: 70px;
  left: -10%;
  background: #000;
}*/
.n-course-box .n-course .n-abo-process .swiper1 .swiper-wrapper .swiper-slide:nth-child(odd)::after {
  position: absolute;
  width: 25px;
  height: 25px;
  content: '';
  background: url(../img/aaa.png) center no-repeat;
  top: 240px;
  left: 25%;
  border-radius: 30px;
}

.n-course-box .n-course .n-abo-process .swiper1 .swiper-wrapper .swiper-slide:nth-child(odd) .ban2-box {
  position: absolute;
  top: 90px;
}

.n-course-box .n-course .n-abo-process .swiper1 .swiper-wrapper .swiper-slide:nth-child(odd) .ban2-box .ban2-box-title {
  font-size: 17px;
  font-weight: bold;
  color: #000;
  width: 120%;
  line-height: 30px;
  margin-top: 90px;
}

.n-course-box .n-course .n-abo-process .swiper1 .swiper-wrapper .swiper-slide:nth-child(odd) .ban2-box .ban2-box-text {
  font-size: 17px;
  color: #4d4d4d;
  line-height: 24px;
  position: absolute;
  width: 300%;
  top: 0;
}

.n-course-box .n-course .n-abo-process .swiper1 .swiper-wrapper .swiper-slide:nth-child(even) .ban2-box {
  position: absolute;
  top: 300px;
}

/*.n-course-box .n-course .n-abo-process .swiper1 .swiper-wrapper .swiper-slide:nth-child(even)::before{
  position: absolute;
  content: '';
  width: 1px;
  height: 180px;
  top: 250px;
  left: -10%;
  background: #000;
}*/
.n-course-box .n-course .n-abo-process .swiper1 .swiper-wrapper .swiper-slide:nth-child(even)::after {
  position: absolute;
  width: 25px;
  height: 25px;
  content: '';
  background: url(../img/aaa.png) center no-repeat;
  top: 240px;
  left: 25%;
  border-radius: 30px;
}

.n-course-box .n-course .n-abo-process .swiper1 .swiper-wrapper .swiper-slide:nth-child(even) .ban2-box .ban2-box-title {
  font-size: 17px;
  font-weight: bold;
  color: #000;
  width: 120%;
  line-height: 30px;
}

.n-course-box .n-course .n-abo-process .swiper1 .swiper-wrapper .swiper-slide:nth-child(even) .ban2-box .ban2-box-text {
  font-size: 17px;
  color: #4d4d4d;
  line-height: 24px;
  position: absolute;
  width: 300%;
}

.n-course-box .n-course .n-abo-process .swiper1 .swiper-button-prev {
  overflow: hidden;
  background: #fff;
  left: 0px;
  padding: 20px 5px 0 0;
  height: 500px;
  top: 0;
  color: #000;
}

.n-course-box .n-course .n-abo-process .swiper1 .swiper-button-next {
  overflow: hidden;
  background: #fff;
  right: 0px;
  padding: 20px 0 0 5px;
  height: 500px;
  top: 0;
  color: #000;
}

.n-course-box .n-course .n-abo-process .swiper1 .swiper-button-disabled {
  opacity: 1;
}

.n-course-box .n-course .n-abo-research {
  margin-bottom: 40px;
}

.n-course-box .n-course .n-abo-research .n-abo-res-text {
  color: #4d4d4d;
  font-size: 17px;
  line-height: 40px;
  text-indent: 36px;
}

.n-course-box .n-course .n-abo-quality {
  margin-bottom: 40px;
}

.n-course-box .n-course .n-abo-quality .n-abo-qua-text {
  color: #4d4d4d;
  font-size: 17px;
  line-height: 40px;
  text-indent: 36px;
}

.n-course-box .n-course .n-abo-certificates {
  margin-bottom: 40px;
}

.n-course-box .n-course .n-abo-certificates .n-abo-cer-img {
  text-align: center;
}

.n-course-box .n-course .n-abo-staff {
  margin-bottom: 50px;
  text-align: center;
}

/*------------------------------------------------------------------*/
.n-honors-box {
  padding: 50px 0;
}

/*------------------------------------------------------------------*/
.n-products-box .n-products .n-pro1 {
  margin-bottom: 100px;
}

.n-products-box .n-products .n-pro1 .n-pro1-box {
  text-align: center;
}

.n-products-box .n-products .n-pro1 .n-pro1-box .n-pro1-box-text {
  font-size: 1.125rem;
  color: #000000;
  margin-top: 1.25rem;
}

.n-products-box .n-products .n-pro2 {
  align-items: flex-start;
}

.n-products-box .n-products .n-pro2 .n-pro2-box {
  text-align: center;
  margin-bottom: 6.25rem;
}

.n-products-box .n-products .n-pro2 .n-pro2-box .n-pro2-box-img img:nth-child(1) {
  display: inline;
}

.n-products-box .n-products .n-pro2 .n-pro2-box .n-pro2-box-img img:nth-child(2) {
  display: none;
}

.n-products-box .n-products .n-pro2 .n-pro2-box:hover .n-pro2-box-img img:nth-child(1) {
  display: none;
}

.n-products-box .n-products .n-pro2 .n-pro2-box:hover .n-pro2-box-img img:nth-child(2) {
  display: inline;
}

.n-products-box .n-products .n-pro2 .n-pro2-box .n-pro2-box-text {
  font-size: 1.125rem;
  color: #000000;
  font-weight: 800;
  margin-top: 1.25rem;
  opacity: 0;
}

.n-products-box .n-products .n-pro2 .n-pro2-box:hover .n-pro2-box-text {
  opacity: 0;
}

.n-products-box .n-products .n-pro-more {
  text-align: center;
  font-size: 18px;
  width: 10%;
  border: 1px solid #ccc;
  margin: 0px auto 50px;
}

.n-products-box .n-products .n-pro-more a {
  color: #666;
  line-height: 40px;
}

.n-products-box .n-products .n-pro-more:hover {
  border: 1px solid #1a44bc;
}

.n-products-box .n-products .n-pro-more:hover a {
  color: #1a44bc;
}

/*------------------------------------------------------------------*/
.n-news-box .n-news .n-new-body .n-new-bod-box {
  align-items: flex-start;
  background: #ffffff;
  margin-bottom: 6.125rem;
  box-shadow: -8px 15px 15px 0px #ccc;
  justify-content: flex-start;
}

.n-news-box .n-news .n-new-body .n-new-bod-box .n-new-bod-box-left {
  width: 35%;
  margin-right: 3%;
}

.n-news-box .n-news .n-new-body .n-new-bod-box .n-new-bod-box-right {
  width: 60%;
  box-sizing: border-box;
  padding-right: 5%;
}

.n-news-box .n-news .n-new-body .n-new-bod-box .n-new-bod-box-right .n-new-bod-box-rig-text {
  padding-bottom: 1.875rem;
  border-bottom: 1px solid #dddddd;
}

.n-news-box .n-news .n-new-body .n-new-bod-box .n-new-bod-box-right .n-new-bod-box-rig-text p:nth-child(1) {
  font-size: 1.5rem;
  color: #333333;
  margin: 1.125rem 0;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.n-news-box .n-news .n-new-body .n-new-bod-box .n-new-bod-box-right .n-new-bod-box-rig-text p:nth-child(1):hover {
  color: #1a44bc;
}

.n-news-box .n-news .n-new-body .n-new-bod-box .n-new-bod-box-right .n-new-bod-box-rig-text p:nth-child(2) {
  color: #999999;
  font-size: 1rem;
  line-height: 1.875rem;
}

.n-news-box .n-news .n-new-body .n-new-bod-box .n-new-bod-box-right .n-new-bod-box-rig-text p:nth-child(2):hover {
  color: #1a44bc;
}

.n-news-box .n-news .n-new-body .n-new-bod-box .n-new-bod-box-right .n-new-bod-box-rig-btn {
  margin: 0.9375rem 0;
}

.n-news-box .n-news .n-new-body .n-new-bod-box .n-new-bod-box-right .n-new-bod-box-rig-btn p {
  color: #bbbbbb;
  font-size: 1.5rem;
}

.n-news-box .n-news .n-new-body .n-new-bod-box .n-new-bod-box-right .n-new-bod-box-rig-btn .n-new-bod-box-rig-btn-img img:nth-child(1) {
  display: inline;
}

.n-news-box .n-news .n-new-body .n-new-bod-box .n-new-bod-box-right .n-new-bod-box-rig-btn .n-new-bod-box-rig-btn-img img:nth-child(2) {
  display: none;
}

.n-news-box .n-news .n-new-body .n-new-bod-box:hover .n-new-bod-box-right .n-new-bod-box-rig-btn .n-new-bod-box-rig-btn-img img:nth-child(1) {
  display: none;
}

.n-news-box .n-news .n-new-body .n-new-bod-box:hover .n-new-bod-box-right .n-new-bod-box-rig-btn .n-new-bod-box-rig-btn-img img:nth-child(2) {
  display: inline;
}

/*------------------------------------------------------------------*/
.n-recruitment-box .n-recruitment .n-rec-table {
  margin-bottom: 3.125rem;
}

.n-recruitment-box .n-recruitment .n-rec-table .n-rex-tab-top {
  background: #1e67b4;
  color: #fff;
  padding: 2.5rem 0;
  justify-content: space-around;
  font-size: 1.25rem;
  text-align: center;
}

.n-recruitment-box .n-recruitment .n-rec-table .n-rex-tab-top p {
  width: 25%;
}

.n-recruitment-box .n-recruitment .n-rec-table .n-rex-tab-box .n-rex-tab-box-nav {
  border: 0.0625rem solid #dddddd;
  justify-content: space-around;
  padding: 1.875rem 0;
  font-size: 1.25rem;
  text-align: center;
  line-height: 1.5625rem;
}

.n-recruitment-box .n-recruitment .n-rec-table .n-rex-tab-box .n-rex-tab-box-nav p {
  width: 25%;
  position: relative;
  justify-content: center;
}

.n-recruitment-box .n-recruitment .n-rec-table .n-rex-tab-box .n-rex-tab-box-nav p a img {
  margin-left: 5%;
  position: absolute;
  right: 15%;
  top: 20%;
}

.n-recruitment-box .n-recruitment .n-rec-table .n-rex-tab-box .n-rex-tab-box-nav p a img:nth-child(1) {
  display: block;
}

.n-recruitment-box .n-recruitment .n-rec-table .n-rex-tab-box .n-rex-tab-box-nav p a img:nth-child(2) {
  display: none;
}

.n-recruitment-box .n-recruitment .n-rec-table .n-rex-tab-box .n-rex-tab-box-text {
  display: none;
  box-sizing: border-box;
  padding: 3% 8%;
  border: 0.0625rem solid #dddddd;
  font-size: 1.125rem;
  color: #333333;
  line-height: 2.25rem;
}

/*------------------------------------------------------------------*/
.n-contact-box .n-contact {
  margin: 0 auto 9.375rem;
  box-shadow: 0px 0px 15px 0px #ccc;
  margin-top: 50px;
}

.n-contact-box .n-contact .n-con-left {
  width: 50%;
}

.n-contact-box .n-contact .n-con-right {
  width: 50%;
  margin: 1.5% 2% 2% 1%;
}

.n-contact-box .n-contact .n-con-right .n-title {
  margin: 1.25rem 0;
}

.n-contact-box .n-contact .n-con-right .n-con-rig-text {
  justify-content: flex-start;
  margin: 2% 0;
  align-items: flex-start;
  line-height: 2.25rem;
}

.n-contact-box .n-contact .n-con-right .n-con-rig-text img {
  padding: 1.5% 3%;
  width: 25px;
}

.n-contact-box .n-contact .n-con-right .n-con-rig-text p {
  font-size: 1.25rem;
  color: #333333;
}

.n-contact-box .n-contact .n-con-right .n-con-rig-text p:nth-child(2) {
  width: 15%;
  text-align: center;
}

.n-contact-box .n-contact .n-con-right .n-con-rig-text p:nth-child(3) {
  width: 55%;
}

.n-more-body {
  background: #ffffff;
  box-sizing: border-box;
  padding: 5% 3%;
  border-radius: 10px;
  box-shadow: #ccc 0px 0px 0.625rem;
}

.n-more-body .n-mor-bod-box:nth-child(1) {
  margin-bottom: 90px;
}

.n-more-body .n-mor-bod-box-img {
  width: 45%;
}

.n-more-body .n-mor-bod-box-text {
  width: 50%;
}

.n-more-body .n-mor-bod-box-text .n-mor-bod-box-tex-title {
  text-align: center;
  font-size: 24px;
  color: #000000;
  line-height: 48px;
  margin-bottom: 40px;
  justify-content: center;
}

.n-more-body .n-mor-bod-box-text .n-mor-bod-box-tex-title img {
  margin: 0 3%;
}

.n-more-body .n-mor-bod-box-text .n-mor-bod-box-tex-text {
  font-size: 16px;
  color: #000000;
  line-height: 36px;
  text-indent: 32px;
  position: relative;
}

.n-more-body .n-mor-bod-box-text .n-mor-bod-box-tex-text::after {
  width: 10px;
  height: 10px;
  border-radius: 30px;
  content: '';
  position: absolute;
  left: 11px;
  top: 13px;
  background: #1a44bc;
}

.x-news-box .x-news {
  margin: 80px auto;
}

.x-news-box .x-news .x-new-title {
  text-align: center;
  font-size: 30px;
  color: #000000;
  font-weight: 500;
  margin-bottom: 30px;
}

.x-news-box .x-news .x-new-time {
  font-size: 15px;
  color: #999999;
  text-align: center;
  margin-bottom: 15px;
}

.x-news-box .x-news .x-new-body {
  font-size: 18px;
  line-height: 35px;
  color: #333333;
}

.x-news-box .x-news .x-new-body hr {
  width: 100%;
  height: 1px;
  background: #333;
}

.updown ul li a {
  line-height: 2rem;
  color: #666;
  font-size: 14px;
}

.updown ul li a:hover {
  color: #1a44bc;
}

/*------------------------------------------------------------------*/
.x-pro2-box .x-pr2 table {
  margin: 50px 0;
  width: 100%;
  border: 1px solid rgba(139, 143, 146, 0.2);
}

.x-pro2-box .x-pr2 table tr th {
  color: #fff;
  font-size: 16px;
  background: rgb(26, 68, 188, .8);
  font-weight: 500;
  line-height: 25px;
  padding: 20px;
}

.x-pro2-box .x-pr2 table tr th:nth-last-child(1) {
  width: 10%;
}

.x-pro2-box .x-pr2 table tr th:nth-last-child(2) {
  width: 10%;
}

.x-pro2-box .x-pr2 table tr th:nth-last-child(3) {
  width: 10%;
}

.x-pro2-box .x-pr2 table tr th:nth-last-child(4) {
  width: 10%;
}

.x-pro2-box .x-pr2 table tr th:nth-last-child(5) {
  width: 10%;
}

.x-pro2-box .x-pr2 table tr td {
  color: #6f7884;
  height: 55px;
  font-size: 14px;
  text-align: center;
}

.x-pro2-box .x-pr2 table tr td .p-a {
  font-size: 16px;
  margin: 0 0 5px 0;
}

.x-pro2-box .x-pr2 table tr td .pace {
  position: relative;
  height: 100%;
}

.x-pro2-box .x-pr2 table tr td .pace::after {
  position: absolute;
  content: '';
  height: 25px;
  left: 0;
  top: 15px;
  background: #1a44bc;
  content: '';
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.x-pro2-box .x-pr2 table tr td .pace1::after {
  width: 50%;
}

.x-pro2-box .x-pr2 table tr td .pace2::after {
  width: 45%;
}

.x-pro2-box .x-pr2 table tr td .pace3::after {
  width: 45%;
}

.x-pro2-box .x-pr2 table tr td .pace4::after {
  width: 35%;
}

.x-pro2-box .x-pr2 table tr td .pace5::after {
  width: 30%;
}

.x-pro2-box .x-pr2 table tr td .pace6::after {
  width: 35%;
}

.x-pro2-box .x-pr2 table tr .clickbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 999;
  box-sizing: border-box;
  padding: 15% 20%;
  display: none;
}

.x-pro2-box .x-pr2 table tr .clickbox .x-pro2-box .x-pr2 .table {
  margin: 50px 0;
  border-left: 1px solid rgba(139, 143, 146, 0.14);
}

.x-pro2-box .x-pr2 .table .tit {
  line-height: 65px;
  background: rgb(26, 68, 188);
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  box-sizing: border-box;
  padding: 0 0 0 2.5%;
}

.x-pro2-box .x-pr2 .table .tr {
  border-bottom: 1px solid rgba(139, 143, 146, 0.14);
  line-height: 55px;
  position: relative;
}

.x-pro2-box .x-pr2 .table .tr .th {
  width: 100%;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  font-size: 16px;
  background: rgb(26, 68, 188, .8);
}

.x-pro2-box .x-pr2 .table .tr:hover {
  background: rgb(26, 68, 188, .5) !important;
}

.x-pro2-box .x-pr2 .table .tr .td {
  width: 100%;
  text-align: center;
  border-right: 1px solid rgba(139, 143, 146, 0.14);
  color: #6f7884;
  height: 55px;
  font-size: 14px;
}

.x-pro2-box .x-pr2 .table .tr .td a {
  color: #6f7884;
}

.x-pro2-box .x-pr2 .table .tr:nth-child(even) {
  background: #f2f2f2;
}

.x-pro2-box .x-pr2 .table .tr .pace {
  position: relative;
}

.x-pro2-box .x-pr2 .table .tr .pace::after {
  position: absolute;
  content: '';
  left: 0;
  top: 25%;
  width: 100%;
  height: 50%;
  background: rgb(26, 68, 188);
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.x-pro2-box .x-pr2 .table .tr .pace1::after {
  width: 233%;
}

.x-pro2-box .x-pr2 .table .tr .pace2::after {
  width: 266%;
}

.x-pro2-box .x-pr2 .table .tr .pace3::after {
  width: 266%;
}

.x-pro2-box .x-pr2 .table .tr .pace4::after {
  width: 200%;
}

.x-pro2-box .x-pr2 .table .tr .pace5::after {
  width: 200%;
}

.x-pro2-box .x-pr2 .table .tr .pace6::after {
  width: 200%;
}

.x-pro2-box .x-pr2 .clickbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 999;
  box-sizing: border-box;
  padding: 15% 20%;
  display: none;
}

.x-pro2-box .x-pr2 .clickbox .body {
  background: #fff;
  box-sizing: border-box;
  padding: 3% 5%;
  border-radius: 20px;
}

.x-pro2-box .x-pr2 .clickbox .body .title {
  text-align: left;
  font-weight: bold;
  font-size: 18px;
  color: #333;
  padding: 0 0 30px 0;
  background: #fff;
}

.x-pro2-box .x-pr2 .clickbox .body .text {
  text-align: left;
  font-size: 16px;
  color: #333;
  line-height: 2;
  height: 300px;
  overflow-y: auto;
}

/*------------------------------------------------------------------*/
.x-products-box .x-products .imgbox {
  background: #fafafa;
  margin: 0 0 50px 0;
  align-items: flex-start;
}

.x-products-box .x-products .imgbox .img {
  width: 50%;
}

.x-products-box .x-products .imgbox .text {
  width: 50%;
  box-sizing: border-box;
  padding: 0 5%;
}

.x-products-box .x-products .imgbox .text .title {
  font-size: 24px;
  font-weight: bold;
  color: #555;
  margin: 10% 0 10px 0;
}

.x-products-box .x-products .imgbox .text p {
  font-size: 18px;
  color: #747474;
  line-height: 2;
}

/*------------------------------------------------------------------*/
.n-publications-box .n-publications .element .imgbox {
  margin: 0 0 40px 0;
  padding: 0 0 40px 0;
  border-bottom: 1px dashed #d9d9d9;
}
/*------------------------------------------------------------------*/
.technology .tec-a{
  background: url(../img/tec1.jpg) bottom no-repeat;
  background-size: cover;
  padding: 0 0 80px 0;
}
.technology .tec-a .tec .element .left{
  width: 45%;
  font-size: 20px;
  color: #333333;
  line-height: 41px;
}
.technology .tec-a .tec .element .left span{
  font-size: 24px;
  font-weight: bold;
}
.technology .tec-a .tec .element .right{
  width: 45%;
}
.technology .tec .caption{
  font-size: 34px;
  color: #000000;
  padding: 0 0 30px 0;
  font-weight: bold;
  position: relative;
  margin: 0 0 45px 0;
}
.technology .tec-b .tec{
  padding: 80px 0;
}
.technology .tec .caption::after{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 5px;
  background: #1a44bc;
  content: '';
}
.technology .tec-b .tec .element .textbox{
  width: 47%;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  padding: 0% 3%;
}
.technology .tec-b .tec .element .textbox .title{
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  padding: 25px 0;
  border-bottom: 2px solid #f3f3f3;
  height: 48px;
}
.technology .tec-b .tec .element .textbox .text{
  font-size: 20px;
  color: #333333;
  line-height: 38px;
  margin: 20px 0;
  height: 350px;
}
.technology .tec-c{
  background: #fcfcfc;
  padding: 80px 0;
}
.technology .tec-c .tec .left{
  width: 55%;
}
.technology .tec-c .tec .left .p-a{
  font-size: 20px;
  color: #333333;
  line-height: 40px;
}
.technology .tec-c .tec .left .p-b{
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  padding: 40px 0 20px 0;
  border-bottom: 2px solid #e7e7e7;
}
.technology .tec-c .tec .left .element{
  align-items: flex-start;
  padding: 30px 0;
}
.technology .tec-c .tec .left .element .imgbox{
  width: 30%;
}
.technology .tec-c .tec .left .element .imgbox .img{
  text-align: center;
  padding: 0 0 10px 0;
}
.technology .tec-c .tec .left .element .imgbox .text{
  font-size: 18px;
  color: #333333;
  line-height: 31px;
}
.technology .tec-c .tec .right{
  width: 40%;
}
.technology .tec-d .tec{
  padding: 80px 0;
}
.technology .tec-d .tec .left{
  width: 40%;
  margin: 0 5% 0 0;
}
.technology .tec-d .tec .left img{
  width: 100%;
}
.technology .tec-d .tec .left-b{
  width: 40%;
  margin: 0 0 0 5%;
}
.technology .tec-d .tec .right{
  width: 55%;
}
.technology .tec-d .tec .right .text{
  font-size: 20px;
  color: #333333;
  line-height: 40px;
}
.technology .tec-e .tec{
  padding: 80px 0;
}
.technology .tec-e .tec .element{
  flex-wrap: wrap;
}
.technology .tec-e .tec .element p{
  font-size: 20px;
  color: #333333;
  line-height: 40px;
  margin: 0 0 20px 0;
  width: 100%;
}
.technology .tec-e .tec .element .left{
  width: 48%;
}
.technology .tec-e .tec .element .right{
  width: 40%;
  text-align: right;
}
.technology .tec-e .tec .element .right img{
  width: 100%;
}
/*------------------------------------------------------------------*/
.n-publications-box .n-publications{
  width: 60%;
  margin: 0 auto 60px auto;
}
.n-publications-box .n-publications .element .imgbox a .left{
  width: 30%;
  margin: 0 2% 0 0;
}
.n-publications-box .n-publications .element .imgbox a .right{
  width: 65%;
}
.n-publications-box .n-publications .element .imgbox a .right .title{
  font-size: 18px;
  font-weight: bold;
  color: #262626;
  line-height: 26px;
  transition: 0.3s;
  margin: 0 0 10px 0;
}
.n-publications-box .n-publications .element .imgbox a .right .btn{
  width: 15%;
  border: 1px solid #d9d9d9;
  text-align: center;
  line-height: 35px;
  color: #333;
}
.n-publications-box .n-publications .element .imgbox:hover a .right .title{
  color: #1a44bc;
}
@media screen and (max-width: 1800px){
  .technology .tec-b .tec .element .textbox .text {
    height: 150px;
  }
}
/*------------------------------------------------------------------*/
@media screen and (max-width: 1600px) {
  .center {
    width: 85%;
  }

  .center2 {
    width: 80%;
    margin: 0 auto;
  }

  /*------------------------------------------------------------------*/
  .header-box .header2-box .header2 .header2-nav li {
    padding: 0 2%;
  }

  /*------------------------------------------------------------------*/

  .i-banner-box .i-banner .swiper1 .i-ban-box .i-ban-box-text p:nth-child(1) {
    font-size: 2.0625rem;
    margin-bottom: 1.5625rem;
  }

  .i-banner-box .i-banner .swiper1 .i-ban-box .i-ban-box-text p:nth-child(2) {
    font-size: 1.125rem;
    margin-bottom: 2.1875rem;
  }

  .i-banner-box .i-banner .swiper1 .i-ban-box .i-ban-box-text .i-ban-box-tex-btn a {
    font-size: 1rem;
    padding: 0.625rem 1.875rem;
  }

  /*------------------------------------------------------------------*/
  .i-title1 {
    justify-content: left;
    font-size: 1.75rem;
    color: #000000;
    font-weight: bold;
  }

  .i-title2 p:nth-child(2) {
    font-size: 1.75rem;
  }

  /*------------------------------------------------------------------*/
  .i-about-box .i-about .i-abo-left .i-abo-text1 {
    margin: 1.25rem 0 2.5rem 0;
  }

  .i-about-box .i-about .i-abo-right {
    margin-left: 3rem;
  }

  .i-about-box .i-about .i-abo-right .i-abo-rig-box {
    padding: 1.25rem 1.5625rem;
  }

  .i-about-box .i-about .i-abo-right .i-abo-rig-box .i-abo-rig-box-title {
    font-size: 1.25rem;
  }

  .i-about-box .i-about .i-abo-right .i-abo-rig-box .i-abo-rig-box-text {
    font-size: 0.875rem;
    line-height: 1.5625rem;
    margin-bottom: 1.5625rem;
  }

  .i-about-box .i-about .i-abo-right .i-abo-rig-box2 {
    padding: 1.25rem 1.5625rem;
  }

  .i-about-box .i-about .i-abo-right .i-abo-rig-box2 .i-abo-rig-box-text {
    font-size: 0.875rem;
    line-height: 1.5625rem;
    margin-bottom: 1.5625rem;
  }

  /*------------------------------------------------------------------*/
  .i-platform-box .i-platform .i-pla-body .i-pla-bod-box a .i-pla-bod-box-text {
    font-size: 0.9375rem;
  }

  /*------------------------------------------------------------------*/
  .i-products-box .i-products .i-pro-body .i-pro-bod-box {
    margin: 0 1% 6.875rem;
  }

  /*------------------------------------------------------------------*/
  .i-news-box .i-news .i-new-left .i-new-lef-body .swiper3 .i-new-lef-bod-box .i-new-lef-bod-box-text {
    font-size: 1rem;
    padding: 1.25rem 0.9375rem;
  }

  .i-news-box .i-news .i-new-right .i-new-rig-top .i-new-rig-top-nav a {
    font-size: 1rem;
    color: #333;
  }

  .i-news-box .i-news .i-new-right .i-new-rig-body .i-new-rig-bod-box .i-new-rig-bod-box-left .i-new-rig-bod-box-lef-box {
    padding: 1.25rem;
  }

  .i-news-box .i-news .i-new-right .i-new-rig-body .i-new-rig-bod-box .i-new-rig-bod-box-right .i-new-rig-bod-box-rig-box {
    padding: 1.5625rem;
  }

  .i-news-box .i-news .i-new-right .i-new-rig-body .i-new-rig-bod-box .i-new-rig-bod-box-left .i-new-rig-bod-box-lef-box a .i-new-rig-bod-box-lef-box-text p:nth-child(2) {
    line-height: 1.5625rem;
    padding: 0.9375rem 0 0.9375rem 0;
  }

  .i-news-box .i-news .i-new-right .i-new-rig-body .i-new-rig-bod-box .i-new-rig-bod-box-left .i-new-rig-bod-box-lef-box a .i-new-rig-bod-box-lef-box-time {
    padding-top: 1.5625rem;
  }

  .i-news-box .i-news .i-new-right .i-new-rig-body .i-new-rig-bod-box .i-new-rig-bod-box-right .i-new-rig-bod-box-rig-box {
    padding: 1.25rem;
  }

  .i-news-box .i-news .i-new-right .i-new-rig-body .i-new-rig-bod-box .i-new-rig-bod-box-right .i-new-rig-bod-box-rig-box a .i-new-rig-bod-box-rig-box-title {
    font-size: 1rem;
    margin-bottom: 1.125rem;
  }

  /*------------------------------------------------------------------*/
  .footer-box .footer1 .footer1-box .footer1-box-body .footer1-box-bod-text {
    width: 85%;
  }

  .footer-box .footer1 .footer1-box .footer1-box-body .footer1-box-bod-text .footer1-box-bod-tex-left {
    width: 50%;
  }

  .footer-box .footer1 .footer1-box .footer1-box-body .footer1-box-bod-text .footer1-box-bod-tex-right {
    width: 45%;
    padding-left: 1.875rem;
  }

  .footer-box .footer1 .footer1-box .footer1-box-body .footer1-box-bod-text .footer1-box-bod-tex-right ul li a {
    padding: 0 0 0 10%;
  }

  .footer-box .footer1 .footer1-box .footer1-box-body .footer1-box-bod-img {
    width: 15%;
  }

  /*------------------------------------------------------------------*/
  .n-abo-title {
    font-size: 1.75rem;
    margin-bottom: 2rem;
  }

  .n-about-box .n-about .n-abo-1 .n-abo-1-left {
    padding: 4.0625rem 0;
  }

  .n-about-box .n-about .n-abo-1 .n-abo-1-right .n-abo-rig-text {
    font-size: 0.9375rem;
    line-height: 2rem;
    color: #333333;
    text-indent: 2rem;
  }

  .n-about-box .n-about .n-abo-1 .n-abo-1-right .n-abo-rig-bottom {
    margin-top: 1.875rem;
  }

  .n-about-box .n-about .n-abo-1 .n-abo-1-right .n-abo-rig-bottom .n-abo-rig-bot-left p:nth-child(1) {
    font-size: 1.5625rem;
    color: #333333;
    margin-bottom: 0.8125rem;
  }

  .n-about-box .n-about .n-abo-1 .n-abo-1-right .n-abo-rig-bottom .n-abo-rig-bot-right p:nth-child(1) {
    font-size: 1.5625rem;
    color: #333333;
    margin-bottom: 0.8125rem;
  }

  .n-about-box .n-about .n-abo-2 .n-abo-2-title {
    margin: 2.5rem 0 2.5rem;
  }

  .n-about-box .n-about .n-abo-2 .n-abo-2-title p:nth-child(2) {
    color: #fff;
    font-size: 1.875rem;
  }

  .n-about-box .n-about .n-abo-2 .n-abo-2-text {
    font-size: 1.25rem;
  }

  .n-about-box .n-about .n-abo-2 .n-abo-2-body .n-abo-2-bod-box {
    margin: 1.5625rem 0;
    width: 65%;
    padding: 1.125rem 1.875rem;
  }

  .n-about-box .n-about .n-abo-2 .n-abo-2-body .n-abo-2-bod-box .n-abo-2-bod-box-right p:nth-child(1) {
    font-size: 1.25rem;
  }

  .n-about-box .n-about .n-abo-2 .n-abo-2-body .n-abo-2-bod-box .n-abo-2-bod-box-right p:nth-child(2) {
    font-size: 0.9375rem;
  }

  .n-about-box .n-about .n-abo-3 .n-abo-3-box1 {
    height: 20.625rem;
  }

  .n-about-box .n-about .n-abo-3 .n-abo-3-box1 .n-abo-3-box1-left {
    top: -15%;
  }

  .n-about-box .n-about .n-abo-3 .n-abo-3-box2 .n-abo-3-box1-right {
    top: -15%;
  }

  .n-about-box .n-about .n-abo-3 .n-abo-3-box1 .n-abo-3-box1-right {
    width: 45%;
    margin: 2.5rem 5rem;
  }

  .n-about-box .n-about .n-abo-3 .n-abo-3-box2 .n-abo-3-box1-left {
    width: 45%;
    margin: 2.5rem 5rem;
  }

  .header-box .header2-box .header2 .header2-nav li a {
    font-size: 16px;
  }

  .n-products-box .n-products .n-pro1 .n-pro1-box {
    margin: 0 1%;
  }

  .n-products-box .n-products .n-pro1 .n-pro1-box .n-pro1-box-text {
    font-size: 0.9rem;
  }

  .n-products-box .n-products .n-pro2 .n-pro2-box {
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 6.25rem;
  }

  .n-course-box .n-course .n-cou-body .n-cou-bod-box:nth-child(odd) .n-cou-bod-img {
    left: 48.3%;
  }

  .n-course-box .n-course .n-cou-body .n-cou-bod-box:nth-child(even) .n-cou-bod-img {
    right: 48.3%;
  }

  .header-box .header2-box .header2 .header2-nav .li1 {
    padding: 0 20px;
  }
  .technology .tec-b .tec .element .textbox .text {
    height: 200px;
  }
}

/*------------------------------------------------------------------*/
@media screen and (max-width: 1151px) {
  .header-box {
    display: none;
  }

  .phone-section {
    display: block;
  }

  .phone-logo {
    width: 25%;
  }

  .phone-head {
    width: 100%;
    padding: 0.9375rem 0.625rem;
    box-sizing: border-box;
    justify-content: space-between;
    background-color: #fff;
    /* position: fixed; */
    top: 0;
    left: 0;
  }

  .close {
    background-color: #1a44bc;
    padding: 0.625rem 0.9375rem;
    box-sizing: border-box;
  }

  .close img {
    width: 1.875rem;
  }

  .phone-listnav {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 3;
  }

  .phonelist-nav {
    width: 100%;
    background-color: #1a44bc;
    line-height: 3rem;
  }

  .phonelist-nav a {
    color: #fff;
    font-size: 0.875rem;
    padding: 0 0.9375rem;
  }

  .phonelist-nav1 {
    flex-direction: column;
    align-items: stretch;
    padding-left: 1.25rem;
  }

  .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: 0.625rem;
  }

  .phonelist-navtop div img {
    width: 1rem;
  }

  .phonelist-nav1 {
    display: none;
  }

  .menucl-img2 {
    display: none;
  }

  .center {
    width: 90%;
  }

  /*------------------------------------------------------------------*/
  .i-banner-box .i-banner .swiper1 .i-ban-box .i-ban-box-text {
    left: 15%;
    top: 30%;
  }

  .i-banner-box .i-banner .swiper1 .i-ban-box .i-ban-box-text p:nth-child(1) {
    font-size: 1.25rem;
    margin-bottom: 0.9375rem;
  }

  .i-banner-box .i-banner .swiper1 .i-ban-box .i-ban-box-text p:nth-child(2) {
    font-size: 0.9375rem;
    margin-bottom: 1.875rem;
    line-height: 1.0625rem;
  }

  .i-banner-box .i-banner .swiper1 .i-ban-box .i-ban-box-text .i-ban-box-tex-btn a {
    font-size: 0.75rem;
    padding: 0.3125rem 0.625rem;
  }

  .i-banner-box .i-banner .swiper1 .swiper-pagination-bullet {
    width: 3%;
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 2px);
  }

  .i-banner-box .i-banner .swiper1 .swiper-pagination-bullet-active {
    width: 6%;
    background: #eb5f13;
  }

  /*------------------------------------------------------------------*/
  .i-about-box .i-about {
    flex-wrap: wrap;
  }

  .i-about-box .i-about .i-abo-left {
    width: 100%;
  }

  .i-about-box .i-about .i-abo-left .i-abo-text2 .i-abo-tex2-left {
    font-size: 2.25rem;
  }

  .i-about-box .i-about .i-abo-right {
    margin-left: 0;
    width: 100%;
  }

  .i-about-box .i-about .i-abo-right .i-abo-rig-box {
    width: 50%;
    margin: 0 auto 0.9375rem;
  }

  .i-about-box .i-about .i-abo-right .i-abo-rig-box2 {
    width: 50%;
    margin: 0 auto 0.9375rem;
  }

  /*------------------------------------------------------------------*/
  .i-title2 p:nth-child(3) {
    line-height: 1.25rem;
  }

  /*------------------------------------------------------------------*/
  .i-platform-box .i-platform .i-pla-body {
    flex-wrap: wrap;
    justify-content: center;
  }

  .i-platform-box .i-platform .i-pla-body .i-pla-bod-box {
    width: auto;
  }

  .i-products-box .i-products .i-pro-body {
    flex-wrap: wrap;
    overflow-x: auto;
    overflow-y: auto;
    height: 16.25rem;
    flex-direction: column;
    margin-bottom: 1.875rem;
  }

  .i-products-box .i-products .i-pro-body .i-pro-bod-box {
    margin: 0 10% 0;
  }

  /*------------------------------------------------------------------*/
  .i-news-box .i-news {
    flex-wrap: wrap;
  }

  .i-news-box .i-news .i-new-left {
    width: 100%;
  }

  .i-news-box .i-news .i-new-left .i-new-lef-body {
    margin: 5.625rem auto 0;
    width: 60%;
  }

  .i-news-box .i-news .i-new-right {
    width: 100%;
  }

  .i-news-box .i-news .i-new-right .i-new-rig-body .i-new-rig-bod-box {
    flex-wrap: wrap;
  }

  .i-news-box .i-news .i-new-right .i-new-rig-body .i-new-rig-bod-box .i-new-rig-bod-box-left {
    width: 100%;
  }

  .i-news-box .i-news .i-new-right .i-new-rig-body .i-new-rig-bod-box .i-new-rig-bod-box-right {
    width: 100%;
  }

  /*------------------------------------------------------------------*/
  .footer-box .footer1 .footer1-box .footer1-box-body {
    flex-wrap: wrap;
  }

  .footer-box .footer1 .footer1-box .footer1-box-body .footer1-box-bod-text {
    width: 100%;
    flex-wrap: wrap;
  }

  .footer-box .footer1 .footer1-box .footer1-box-body .footer1-box-bod-img {
    width: 100%;
  }

  .footer-box .footer1 .footer1-box .footer1-box-body .footer1-box-bod-text .footer1-box-bod-tex-left {
    width: 100%;
    margin-bottom: 2.5rem;
  }

  .footer-box .footer1 .footer1-box .footer1-box-body .footer1-box-bod-text .footer1-box-bod-tex-left .footer1-box-bod-tex-lef-text p {
    font-size: 0.8125rem;
  }

  .footer-box .footer1 .footer1-box .footer1-box-body .footer1-box-bod-text .footer1-box-bod-tex-right {
    width: 100%;
    padding-left: 0;
    border-left: 0px solid #656565;
    margin-bottom: 2.5rem;
  }

  .footer-box .footer1 .footer1-box .footer1-box-body .footer1-box-bod-img .footer1-box-bod-img-top {
    justify-content: center;
  }

  .footer-box .footer1 .footer1-box .footer1-box-body .footer1-box-bod-img .footer1-box-bod-img-top a {
    margin: 0 3%;
  }

  /*------------------------------------------------------------------*/
  .n-location-box .n-location p {
    margin: 1.5625rem 0.625rem;
  }

  .n-about-box .n-about .n-abo-1 {
    flex-wrap: wrap;
  }

  .n-about-box .n-about .n-abo-1 .n-abo-1-left {
    width: 100%;
    padding: 0 0 4.0625rem;
    text-align: center;
  }

  .n-about-box .n-about .n-abo-1 .n-abo-1-right {
    width: 100%;
  }

  .n-about-box .n-about .n-abo-2 {
    height: 28.6875rem;
  }

  .n-about-box .n-about .n-abo-2 .n-abo-2-body .n-abo-2-bod-box {
    width: 100%;
  }

  .n-about-box .n-about .n-abo-3 .n-abo-3-box1 {
    flex-wrap: wrap;
    height: 600px;
    margin: 12.5rem 0;
  }

  .n-about-box .n-about .n-abo-3 .n-abo-3-box1 .n-abo-3-box1-left {
    text-align: center;
    left: auto;
    top: -25%;
    width: 100%;
    box-sizing: border-box;
    padding: 0% 10%;
  }

  .n-about-box .n-about .n-abo-3 .n-abo-3-box1 .n-abo-3-box1-right {
    width: 100%;
    margin: 25% 10% 0;
  }

  .n-about-box .n-about .n-abo-3 .n-abo-3-box2 {
    flex-wrap: wrap;
    height: 600px;
    margin: 12.5rem 0;
  }

  .n-about-box .n-about .n-abo-3 .n-abo-3-box2 .n-abo-3-box1-left {
    width: 100%;
    margin: 25% 10% 0;
  }

  .n-about-box .n-about .n-abo-3 .n-abo-3-box2 .n-abo-3-box1-right {
    text-align: center;
    right: auto;
    top: -25%;
    width: 100%;
    box-sizing: border-box;
    padding: 0% 10%;
  }

  .n-course-box .n-course .n-cou-body .n-cou-bod-box:nth-child(odd) {
    margin-bottom: 30px;
    z-index: 99;
  }

  .n-course-box .n-course .n-cou-body .n-cou-bod-box:nth-child(even) {
    margin-bottom: 30px;
    z-index: 99;
  }

  .n-course-box .n-course .n-cou-body .n-cou-bod-box .n-cou-bod-time .n-cou-bod-tim-up p:nth-child(1) {
    font-size: 20px;

  }

  .n-course-box .n-course .n-cou-body .n-cou-bod-box .n-cou-bod-time .n-cou-bod-tim-up p:nth-child(2) {
    font-size: 15px;
  }

  .n-course-box .n-course .n-cou-body .n-cou-bod-box .n-cou-bod-time .n-cou-bod-tim-down {
    font-size: 18px;
    padding: 6% 0;
    width: 140%;
  }

  .n-course-box .n-course .n-cou-body .n-cou-bod-box .n-cou-bod-text {
    width: 80%;
    height: 40px;
  }

  .n-course-box .n-course .n-cou-body .n-cou-bod-box:nth-child(even) {
    justify-content: flex-start;
    padding-right: 0%;
  }

  .n-course-box .n-course .n-cou-body .n-cou-bod-box .n-cou-bod-text .n-cou-bod-tex-box {
    background: #fff;
    padding: 3% 3%;
    width: 90%;
    text-align: left;
    position: absolute;
    left: -10px;
    top: -20px;
    height: 30px;
    line-height: 20px;
    align-self: center;
    font-size: 14px;
    color: #333333;
  }

  .n-course-box .n-course .n-cou-body .n-cou-bod-box .n-cou-bod-time {
    width: 15%;
  }

  .n-course-box .n-course .n-cou-body {
    padding: 15% 0;
  }

  .n-more-body .n-mor-bod-box {
    flex-wrap: wrap;
  }

  .n-more-body .n-mor-bod-box-img {
    width: 100%;
  }

  .n-more-body .n-mor-bod-box-text {
    width: 100%;
  }

  .n-products-box .n-products .n-pro1 {
    flex-wrap: wrap;
  }

  .n-products-box .n-products .n-pro1 .n-pro1-box {
    width: 100%;
    margin-bottom: 30px;
  }

  .n-products-box .n-products .n-pro2 {
    flex-wrap: wrap;
  }

  .n-products-box .n-products .n-pro2 .n-pro2-box {
    width: 100%;
  }

  .n-news-box .n-news .n-new-body .n-new-bod-box {
    flex-wrap: wrap;
  }

  .n-news-box .n-news .n-new-body .n-new-bod-box .n-new-bod-box-left {
    width: 100%;
    margin-right: 0;
  }

  .n-news-box .n-news .n-new-body .n-new-bod-box .n-new-bod-box-right {
    width: 100%;
    box-sizing: border-box;
    padding: 0% 5%;
  }

  .n-news-box .n-news .n-new-body .n-new-bod-box .n-new-bod-box-right .n-new-bod-box-rig-text p:nth-child(1) {
    line-height: 2rem;
  }

  .x-news-box .x-news .x-new-title {
    font-size: 20px;
    line-height: 25px;
  }

  .n-recruitment-box .n-recruitment .n-rec-table .n-rex-tab-top {
    font-size: 15px;
  }

  .n-recruitment-box .n-recruitment .n-rec-table .n-rex-tab-box .n-rex-tab-box-nav {
    font-size: 15px;
    ;
  }

  .n-recruitment-box .n-recruitment .n-rec-table .n-rex-tab-box .n-rex-tab-box-nav p {
    width: 25%;
    position: relative;
    justify-content: left;
  }

  .n-recruitment-box .n-recruitment .n-rec-table .n-rex-tab-box .n-rex-tab-box-nav p a img {
    right: 5%;
  }

  .n-recruitment-box .n-recruitment .n-rec-table .n-rex-tab-box .n-rex-tab-box-nav {
    line-height: 20px;
  }

  .n-title p:nth-child(2)::after {
    width: 10%;
    ;
    left: 45%;
  }

  .n-contact-box .n-contact {
    flex-wrap: wrap;
  }

  .n-contact-box .n-contact .n-con-left {
    width: 100%;
  }

  .n-contact-box .n-contact .n-con-right {
    width: 100%;
  }

  .n-contact-box .n-contact .n-con-right .n-con-rig-text p {
    font-size: 15px;
    color: #333333;
  }

  .n-contact-box .n-contact .n-con-right .n-con-rig-text img {
    padding: 1% 3%;
    width: 15px;
  }

  .n-contact-box .n-contact .n-con-right .n-con-rig-text p:nth-child(3) {
    width: 60%;
  }

  .n-contact-box .n-contact .n-con-right .n-con-rig-text p:nth-child(2) {
    width: 20%;
  }

  .n-course-box .n-course .n-cou-body .n-cou-bod-box .n-cou-bod-img {
    display: none;
  }
  .x-products-box .x-products .imgbox {
    flex-wrap: wrap;
  }
  .x-products-box .x-products .imgbox .img {
    width: 100%;
    text-align: center;
  }
  .x-products-box .x-products .imgbox .text {
    width: 100%;
  }
  .n-location-box .n-location .n-loc-right {
    display: none;
  }
  .n-title p:nth-child(2) {
    font-size: 1.8rem;
  }
  .x-pro2-box .x-pr2 .clickbox {
    padding: 15% 10%;
  }
  .x-pro2-box .x-pr2 .table {
    width: 100%;
    overflow-x: auto;
  }
  .x-pro2-box .x-pr2 .table table{
    width: 1800px;
  }
  .x-pro2-box .x-pr2 table {
    margin: 0 0 50px 0;
    width: 100%;
    border: 1px solid rgba(139, 143, 146, 0.2);
  }
  .x-pro2-box .x-pr2 .clickbox .body .title {

    padding: 0 0 20px 0;
    background: #fff;
}
.n-contact-box .n-contact {
  margin: 0 auto 5.375rem;
}
.i-about-box .i-about .i-abo-left .i-abo-text2 {
  position: unset;
}
.i-about-box .i-about .i-abo-left .i-title1 {
  margin: 2.25rem 0 2.1875rem 0;
}
.technology .tec-a .tec .element{
  flex-wrap: wrap;
}
.technology .tec-a .tec .element .left {
  width: 100%;
  font-size: 18px;
  line-height: 28px;
  }
  .technology .tec-a .tec .element .right {
    width: 100%;
    text-align: center;
  }
  .technology .tec-b .tec .element{
    flex-wrap: wrap;
  }
  .technology .tec-b .tec .element .textbox {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .technology .tec-b .tec .element .textbox .text {
    height: auto;
  }
  .technology .tec-c .tec {
    flex-wrap: wrap;
  }
  .technology .tec-c .tec .left {
    width: 100%;
  }
  .technology .tec-c .tec .right {
    width: 100%;
    text-align: center;
  }
  .technology .tec-d .tec {
    padding: 40px 0;
    flex-wrap: wrap;
}
.technology .tec-d .tec .left{
  width: 100%;
  text-align: center;
  margin: 0 0 20px 0 !important;
}
.technology .tec-d .tec .right{
  width: 100%;
  margin: 0 0 20px 0;
}
.technology .tec-e .tec {
  padding: 40px 0;
}
.technology .tec-e .tec .element .right {
  width: 100%;
}
.technology .tec-e .tec .element .left {
  width: 100%;
}
.n-publications-box .n-publications {
  width: 80%;
  margin: 0 auto 40px auto;
}
.n-publications-box .n-publications .element .imgbox {
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
}
.n-publications-box .n-publications .element .imgbox a{
  flex-wrap: wrap;
}
.n-publications-box .n-publications .element .imgbox a .left {
  width: 100%;
  margin: 0 0 30px 0;
  text-align: center;
}
.n-publications-box .n-publications .element .imgbox a .right {
  width: 100%;
}
.n-publications-box .n-publications .element .imgbox a .right .btn {
  width: 25%;
}
.technology .tec .caption {
  font-size: 28px;

  padding: 0 0 20px 0;
  margin: 0 0 35px 0;
}
}

/*------------------------------------------------------------------*/
@media screen and (max-width: 501px) {
  .center2 {
    width: 85%;
    margin: 0 auto;
  }

  /*------------------------------------------------------------------*/
  .i-banner-box .i-banner .swiper1 .i-ban-box .i-ban-box-text {
    left: 3%;
    top: 48%;
  }

  .i-banner-box .i-banner .swiper1 .i-ban-box .i-ban-box-text p:nth-child(1) {
    font-size: 0.875rem;
    margin-bottom: 0.625rem;
  }

  .i-banner-box .i-banner .swiper1 .i-ban-box .i-ban-box-text p:nth-child(2) {
    font-size: 0.8125rem;
    margin-bottom: 1.25rem;
    line-height: 0.9375rem;
  }

  /*------------------------------------------------------------------*/
  .i-about-box .i-about .i-abo-right .i-abo-rig-box {
    width: 100%;
  }

  .i-about-box .i-about .i-abo-right .i-abo-rig-box2 {
    width: 100%;
  }

  /*------------------------------------------------------------------*/
  .i-news-box .i-news .i-new-left .i-new-lef-body {
    width: 100%;
  }

  /*------------------------------------------------------------------*/
  .n-location-box .n-location p {
    margin: 0.9375rem 0.625rem;
  }

  /*------------------------------------------------------------------*/
  .n-about-box .n-about .n-abo-2 .n-abo-2-title p:nth-child(2) {
    font-size: 1.5625rem;
  }

  .n-about-box .n-about .n-abo-2 .n-abo-2-text {
    font-size: 0.9375rem;
  }

  .n-about-box .n-about .n-abo-2 .n-abo-2-body .n-abo-2-bod-box {
    padding: 0.9375rem 0.625rem;
  }

  .n-about-box .n-about .n-abo-2 .n-abo-2-body .n-abo-2-bod-box .n-abo-2-bod-box-left {
    margin-right: 0.9375rem;
  }

  .n-about-box .n-about .n-abo-2 .n-abo-2-body .n-abo-2-bod-box .n-abo-2-bod-box-right p:nth-child(1) {
    font-size: 0.3125rem;
  }

  .n-about-box .n-about .n-abo-2 .n-abo-2-body .n-abo-2-bod-box .n-abo-2-bod-box-right p:nth-child(2) {
    font-size: 0.75rem;
  }

  .n-about-box .n-about .n-abo-3 .n-abo-3-box1 .n-abo-3-box1-left {
    top: -10%;
  }

  .n-about-box .n-about .n-abo-3 .n-abo-3-box2 .n-abo-3-box1-right {
    top: -10%;
  }

  .i-about-box .i-about .i-abo-right {
    padding-top: 30px;
  }

  .i-products-box .i-products .i-pro-body {
    margin-top: 2.6875rem;
    margin-bottom: 0;
    height: 17.25rem;
  }

  .n-location-box .n-location {
    flex-wrap: wrap;
  }

  .n-loc-left {
    width: 100%;
    justify-content: flex-start;
  }

  .n-loc-right {
    display: none;
  }

  .n-contact-box .n-contact .n-con-right .n-con-rig-text img {
    padding: 3% 3%;
    width: 15px;
  }

  .phone-logo {
    width: 35%;
  }
  .technology .tec-a .tec .element .left {
   margin: 0 0 10px 0;
  }
  .technology .tec-b .tec {
    padding: 40px 0;
  }
  .technology .tec-c {
    padding: 40px 0;
  }
  .technology .tec-c .tec .left .element {
    flex-wrap: wrap;
  }
  .technology .tec-c .tec .left .element .imgbox {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .n-publications-box .n-publications {
    width: 90%;
    margin: 0 auto 30px auto;
  }
}