.phone-section {
  display: none;
}
.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.center {
  width: 85%;
  margin: 0 auto;
}
.updown {
  justify-content: center;
}
.updown a {
  font-size: 16px;
  color: #181818;
  line-height: 30px;
  padding: 0 15px;
  text-align: center;
  border: 1px solid #e8e8e8;
  display: inline-block;
  margin: 0 10px;
}
/* .updown a:first-child {
  border: 1px solid #fff;
}
.updown a:last-child {
  border: 1px solid #fff;
} */
.updown span{
  font-size: 16px;
  color: #181818;
  line-height: 30px;
}
.updown a:hover {
  background: #2b33a8;
  border: 1px solid #2b33a8;
  color: #fff;
}
.updown .pages {
  background: #2b33a8;
  border: 1px solid #2b33a8;
  color: #fff;
}
.move1{
  overflow: hidden;
}
.move1 img{
  transition: all .8s ease .1s;
}
.move1 img:hover {
  transform: scale(1.1);
}
@keyframes move2 {
  0%   {transform: rotate(0deg);}
  25%  {transform: rotate(90deg);}
  50%  {transform: rotate(180deg);}
  75%  {transform: rotate(270deg);}
  100% {transform: rotate(360deg);}
}
.move2:hover::after{
  animation: move2 3s infinite;
}
/* 头部 */
header {
  position: relative;
}
header .hea-a {
  background: #f6f7f9;
  position: relative;
}
header .hea-a .hea .left {
  width: 70%;
  font-size: 16px;
  color: #000000;
  line-height: 40px;
}
header .hea-a .hea .right {
  width: 30%;
}
header .hea-a .hea .right .img {
  position: relative;
  z-index: 99;
  width: 10%;
  text-align: center;
}
header .hea-a .hea .right .p {
  width: 85%;
  font-size: 18px;
  color: #ffffff;
  position: relative;
  z-index: 99;
}
header .hea-a .hea .right .p span {
  font-size: 20px;
  color: #fff;
}
header .hea-a .hea .right::after {
  position: absolute;
  right: 0;
  top: 0;
  width: 35%;
  height: 50px;
  background: #2c389a;
  content: '';
  z-index: 9;
  border-bottom-left-radius: 50px;
}
header .hea-b .hea .logo {
  width: 10%;
}
header .hea-b .hea .ul-a {
  width: 60%;
  margin: 0 0 0 auto;
}
header .hea-b .hea .ul-a .li-a .a-a {
  font-size: 19px;
  color: #000000;
  line-height: 110px;
}
header .hea-b .hea .ul-a .li-a .element {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  z-index: 999;
  box-sizing: border-box;
  padding: 60px 7.5%;
  display: none;
}
header .hea-b .hea .ul-a .li-a .element .box .ul-b {
  width: 48%;
  flex-wrap: wrap;
  justify-content: flex-start;
}
header .hea-b .hea .ul-a .li-a .element .box .ul-b .caption {
  width: 100%;
  font-size: 24px;
  color: #616161;
  margin: 0 0 25px 0;
}
header .hea-b .hea .ul-a .li-a .element .box .ul-b .li-b {
  width: 25%;
  margin: 0 8% 35px 0;
  border-bottom: 1px solid #bfbfbf;
  position: relative;
}
header .hea-b .hea .ul-a .li-a .element .box .ul-b .li-b .a-b .p {
  font-size: 20px;
  color: #616161;
  line-height: 50px;
}
header .hea-b .hea .ul-a .li-a .element .box .ul-b .li-b .a-b .after img:nth-child(1) {
  display: inline;
}
header .hea-b .hea .ul-a .li-a .element .box .ul-b .li-b .a-b .after img:nth-child(2) {
  display: none;
}
header .hea-b .hea .ul-a .li-a .element .box .ul-b .li-b::after {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0%;
  height: 1px;
  background: #132289;
  content: '';
  transition: 0.3s;
}
header .hea-b .hea .ul-a .li-a .ul-c{
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  z-index: 99;
  box-sizing: border-box;
  padding: 20px 7.5%;
  justify-content: center;
  display: none;
}
header .hea-b .hea .ul-a .li-a .ul-c .li-c{
  margin: 0 40px;
}
header .hea-b .hea .ul-a .li-a .ul-c .li-c .a-c{
  font-size: 20px;
  color: #616161;
}
header .hea-b .hea .ul-a .li-a:hover .a-a {
  color: #132289;
}
header .hea-b .hea .ul-a .li-a .element .box .ul-b .li-b:hover .a-b .p {
  color: #132289;
}
header .hea-b .hea .ul-a .li-a .element .box .ul-b .li-b:hover .a-b .after img:nth-child(1) {
  display: none;
}
header .hea-b .hea .ul-a .li-a .element .box .ul-b .li-b:hover .a-b .after img:nth-child(2) {
  display: inline;
}
header .hea-b .hea .ul-a .li-a .element .box .ul-b .li-b:hover::after {
  width: 100%;
}
header .hea-b .hea .ul-a .li-a .element::after {
  position: absolute;
  left: 49.5%;
  top: 30%;
  width: 1px;
  height: 50%;
  background: #e0e0e0;
  content: '';
}
header .hea-b .hea .ul-a .li-a:hover .element {
  display: block;
}
header .hea-b .hea .ul-a .li-a:hover .ul-c{
  display: flex;
}
header .hea-b .hea .ul-a .li-a .ul-c .li-c:hover .a-c{
  color: #132289;
} 
header .hea-b .hea .search{
  width: 5%;
  text-align: center;
  margin: 0 10px 0 auto;
}
header .hea-b .hea .wechat {
  position: relative;
}
header .hea-b .hea .wechat .img{
  width: 150px;
  left: -50px;
  top: 100%;
  position: absolute;
  background: #fff;
  padding: 0px;
  z-index: 999;
  display: none;
}
header .hea-b .hea .wechat:hover .img{
  display: block;
}
header .active-a{
  color: #132289 !important;
}
/* 轮播 */
.banner .ban .btnbox {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 5%;
  box-sizing: border-box;
  padding: 0 7.5%;
  justify-content: flex-start;
}
.banner .ban .btnbox .swiper-button-prev {
  position: unset;
  height: auto;
  margin: 0;
}
.banner .ban .btnbox .swiper-button-prev::after {
  font-size: 16px;
  font-weight: bold;
  color: #4c56a5;
}
.banner .ban .btnbox .swiper-pagination {
  position: unset;
  width: auto;
}
.banner .ban .btnbox .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  opacity: 1;
  border-radius: 30px;
  background: #6c75b0;
  margin: 0 10px;
}
.banner .ban .btnbox .swiper-pagination-bullet-active {
  width: 35px;
  height: 4px;
  background: #4e5052;
}
.banner .ban .btnbox .swiper-button-next {
  position: unset;
  height: auto;
  margin: 0;
}
.banner .ban .btnbox .swiper-button-next::after {
  font-size: 16px;
  font-weight: bold;
  color: #4c56a5;
}
.n-banner .ban {
  position: relative;
}
.n-banner .ban .p {
  position: absolute;
  top: 35%;
  right: 3%;
  width: 30%;
}
.n-banner .ban .p .en {
  font-size: 105px;
  color: #ffffff20;
  text-transform: uppercase;
}
.n-banner .ban .p .cn {
  position: absolute;
  left: 15%;
  top: 45%;
  font-size: 49px;
  color: #ffffff;
}
.n-banner .pro-ban .p{
  right: auto;
  left: 3%;
}
/* 产品 */
.products .pro {
  padding: 70px 0;
}
.products .pro .top {
  margin: 0 0 45px 0;
}
.products .pro .top .caption .en {
  font-size: 45px;
  color: #132289;
  margin: 0 0 5px 0;
}
.products .pro .top .caption .cn {
  font-size: 35px;
  color: #000000;
}
.products .pro .top .nav {
  width: 30%;
}
.products .pro .top .nav li {
  width: 100%;
}
.products .pro .top .nav li a {
  font-size: 19px;
  color: #000000;
  display: block;
  background: #f6f6f6;
  border: 1px solid #dcdcdc;
  line-height: 50px;
  text-align: center;
  position: relative;
}
.products .pro .top .nav li a::after {
  position: absolute;
  left: 45%;
  bottom: -20px;
  border-top: 10px solid #1a1d7a;
  border-bottom: 10px solid #1a1d7a00;
  border-left: 10px solid #1a1d7a00;
  border-right: 10px solid #1a1d7a00;
  content: '';
  display: none;
}
.products .pro .body .element {
  flex-wrap: wrap;
}
.products .pro .body .element .imgbox-a {
  width: 48%;
  margin: 0 0 20px 0;
}
.products .pro .body .element .imgbox-a a {
  display: block;
  position: relative;
}
.products .pro .body .element .imgbox-a a .p {
  position: absolute;
  left: 5%;
  top: 25%;
  width: 40%;
  z-index: 99;
}
.products .pro .body .element .imgbox-a a .p .title {
  font-size: 33px;
  color: #000000;
  margin: 0 0 50px 0;
}
.products .pro .body .element .imgbox-a a .p .btn {
  width: 140px;
  border: 1px solid #1a1d7a;
  border-radius: 30px;
  justify-content: center;
}
.products .pro .body .element .imgbox-a a .p .btn .text {
  font-size: 17px;
  color: #1a1d7a;
  line-height: 45px;
  margin: 0 10px 0 0;
}
.products .pro .body .element .imgbox-a a .img img {
  width: 100%;
  height: 372px;
}
.products .pro .body .element .imgbox-b {
  background: #eeeff0;
  margin: 0 0 20px 0;
  width: 32%;
}
.products .pro .body .element .imgbox-b a .img img {
  width: 100%;
  height: 290px;
  object-fit: cover;
}
.products .pro .body .element .imgbox-b a .p {
  box-sizing: border-box;
  padding: 0 5%;
  border-top: 1px solid #dbdbdb;
}
.products .pro .body .element .imgbox-b a .p .title {
  font-size: 22px;
  color: #000000;
  line-height: 80px;
}
.products .pro .body .element .imgbox-b a .p .after img:nth-child(1) {
  display: inline;
}
.products .pro .body .element .imgbox-b a .p .after img:nth-child(2) {
  display: none;
}
.products .pro .body .element .imgbox-b:hover a .p .after img:nth-child(1) {
  display: none;
}
.products .pro .body .element .imgbox-b:hover a .p .after img:nth-child(2) {
  display: inline;
}
.products .pro .body .element .imgbox-b:nth-child(2) {
  width: 24%;
}
.products .pro .body .element .imgbox-b:nth-child(3) {
  width: 24%;
}
.products .pro .more {
  width: 180px;
  margin: 40px auto 0 auto;
  background: #132289;
  border-radius: 30px;
}
.products .pro .more a {
  justify-content: center;
}
.products .pro .more a .p {
  font-size: 18px;
  color: #fff;
  margin: 0 20px 0 0;
  line-height: 50px;
}
.products .pro .more:hover{
  background: #e70012;
}
.products .active-a a {
  border: 1px solid #1a1d7a !important;
  background: #1a1d7a !important;
  color: #fff !important;
}
.products .active-a a::after {
  display: block !important;
}
.products .active-b{
  display: none;
}
.products-nav .pro-a {
  border-bottom: 1px solid #dcdcdc;
}
.products-nav .pro-a .pro {
  padding: 70px 0 40px 0;
}
.products-nav .pro-a .pro .caption .title {
  font-size: 45px;
  color: #000000;
  text-align: center;
  margin: 0 0 25px 0;
}
.products-nav .pro-a .pro .caption .text {
  font-size: 20px;
  color: #5c5c5c;
  text-align: center;
}
.products-nav .pro-b {
  background: #f9f9f9;
}
.products-nav .pro-b .pro {
  padding: 25px 0 60px 0;
}
.products-nav .pro-b .pro .ul-a {
  justify-content: flex-start;
  margin: 0 0 15px 0;
}
.products-nav .pro-b .pro .ul-a .li-a {
  width: 24%;
  margin: 0 1% 0 0;
}
.products-nav .pro-b .pro .ul-a .li-a .a-a {
  display: block;
  background: #f0f1f8;
  text-align: center;
  font-size: 19px;
  color: #000000;
  line-height: 50px;
  position: relative;
}
.products-nav .pro-b .pro .ul-a .li-a .a-a::after {
  position: absolute;
  left: 47%;
  bottom: -30px;
  border-top: 15px solid #2c389a;
  border-bottom: 15px solid #2c389a00;
  border-left: 10px solid #2c389a00;
  border-right: 10px solid #2c389a00;
  content: '';
  display: none;
}
.products-nav .pro-b .pro .ul-a .li-a:hover .a-a {
  background: #2c389a;
  color: #fff;
}
.products-nav .pro-b .pro .body-a {
  background: #fff;
  box-sizing: border-box;
  padding: 20px 20px;
  box-shadow: 0 0 10px 0 #cfcfcf;
}
.products-nav .pro-b .pro .body-a .ul-b {
  margin: 0 0 10px 0;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.products-nav .pro-b .pro .body-a .ul-b .li-b {
  width: 16%;
  margin: 0 2% 20px 0;
  border: 1px solid #e6e6e6;
}
.products-nav .pro-b .pro .body-a .ul-b .li-b .a-b {
  text-align: center;
  display: block;
  line-height: 50px;
  font-size: 19px;
  color: #000000;
}
.products-nav .pro-b .pro .body-a .ul-b .li-b:hover .a-b {
  background: #e6e6e6;
}
.products-nav .pro-b .pro .body-a .body-b {
  border-bottom: 1px solid #f0f0f0;
  padding: 0 0 30px 0;
}
.products-nav .pro-b .pro .body-a .body-b .box-b {
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-start;
}
.products-nav .pro-b .pro .body-a .body-b .box-b .btn {
  margin: 0 65px 10px 15px;
  justify-content: flex-start;
}
.products-nav .pro-b .pro .body-a .body-b .box-b .btn a{
  font-size: 17px;
  color: #000000;
}
.products-nav .pro-b .pro .body-a .body-b .box-b .btn a span {
  width: 15px;
  background: #828282;
  height: 2px;
  margin: 0 10px 0 0;
}
.products-nav .active-a .a-a {
  background: #2c389a !important;
  color: #fff !important;
}
.products-nav .active-a .a-a::after {
  display: block !important;
}
.products-nav .active-b {
  display: none;
}
.products-nav .active-c .a-b {
  background: #e6e6e6 !important;
}
.i-prodcuts .pro {
  padding: 55px 0;
}
.i-prodcuts .pro h1 {
  font-size: 45px;
  color: #000000;
  font-weight: 500;
  margin: 0 0 30px 0;
}
.i-prodcuts .pro h2 {
  font-size: 19px;
  color: #000000;
  line-height: 38px;
  font-weight: 500;
  margin: 0 0 20px 0;
}
.i-prodcuts .pro h3 {
  font-size: 19px;
  color: #6f6f6f;
  line-height: 38px;
  font-weight: 500;
}
.i-prodcuts .pro h4 {
  font-size: 23px;
  color: #000000;
  margin: 0 0 30px 0;
}
.i-prodcuts .pro ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 0 30px 0;
}
.i-prodcuts .pro ul li {
  width: 31%;
  font-size: 18px;
  color: #4f4f4f;
}
.i-prodcuts .pro .box {
  background: #f9f9f9;
  box-sizing: border-box;
  padding: 35px 50px;
  margin: 40px 0;
}
.i-prodcuts .pro .box .table-a {
  width: 70%;
}
.i-prodcuts .pro .box .table-a table {
  width: 100%;
  border: 1px solid #dddddd;
  background: #fff;
}
.i-prodcuts .pro .box .table-a table .firstRow td {
  font-size: 18px;
  color: #000000;
  font-weight: 500;
  line-height: 24px;
  padding: 15px 0;
  background: #f0f1f8;
}
.i-prodcuts .pro .box .table-a table tr td {
  font-size: 18px;
  color: #000000;
  font-weight: 500;
  line-height: 24px;
  padding: 15px 0;
  text-align: center;
}
.i-prodcuts .pro .box .table-a table tr td p {
  text-align: left;
  font-size: 18px;
  color: #000000;
  line-height: 24px;
  box-sizing: border-box;
  padding: 0 5%;
}
.i-prodcuts .pro .textbox {
  box-sizing: border-box;
  padding: 0 0 0 30px;
  position: relative;
  margin: 0 0 30px 0;
}
.i-prodcuts .pro .textbox .p-a {
  font-size: 18px;
  color: #4f4f4f;
  line-height: 38px;
  margin: 0 0 10px 0;
}
.i-prodcuts .pro .textbox .p-b {
  font-size: 18px;
  color: #4f4f4f;
}
.i-prodcuts .pro .textbox::after {
  position: absolute;
  left: 0;
  top: 13px;
  width: 12px;
  height: 12px;
  background: #4f4f4f;
  content: '';
  border-radius: 50%;
}
.i-prodcuts .pro .table-b {
  width: 100%;
  margin: 0 0 70px 0;
}
.i-prodcuts .pro .table-b table {
  width: 100%;
}
.i-prodcuts .pro .table-b table .firstRow td {
  background: #2c389a;
  border: 1px solid #fff;
  font-size: 18px;
  color: #ffffff;
  padding: 20px 0;
  font-weight: 500;
}
.i-prodcuts .pro .table-b table tr td {
  border: 1px solid #dddddd;
  font-size: 18px;
  line-height: 24px;
  color: #020202;
  padding: 20px 0;
  text-align: center;
}
.i-prodcuts .pro .table-b table tr td img{
  width: 100px;
}
.i-prodcuts .pro .table-c {
  width: 100%;
}
.i-prodcuts .pro .table-c table {
  width: 100%;
}
.i-prodcuts .pro .table-c table tr th {
  background: #2c389a;
  border: 1px solid #fff;
  font-size: 18px;
  color: #ffffff;
  padding: 20px 0;
  font-weight: 500;
}
.i-prodcuts .pro .table-c table tr td {
  border: 1px solid #dddddd;
  font-size: 18px;
  color: #000000;
  padding: 20px 0;
  font-weight: 500;
  text-align: center;
}
.i-prodcuts .pro .element{
  flex-wrap: wrap;
  justify-content: flex-start;
}
.i-prodcuts .pro .element .imgbox {
  background: #2c389a;
  width: 31%;
  margin: 0 1% 30px 1%;
}
.i-prodcuts .pro .element .imgbox a .p {
  font-size: 20px;
  color: #ffffff;
  line-height: 60px;
  text-align: center;
}
.i-prodcuts .active-b{
  display: none;
}
.q-prodcuts .pro {
  padding: 70px 0;
}
.q-prodcuts .pro .caption {
  font-size: 35px;
  color: #000000;
  margin: 0 0 40px 0;
}
.q-prodcuts .pro .element {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.q-prodcuts .pro .element .imgbox {
  background: #2c389a;
  width: 31%;
  margin: 0 1% 30px 1%;
}
.q-prodcuts .pro .element .imgbox a .p {
  font-size: 20px;
  color: #ffffff;
  line-height: 60px;
  text-align: center;
}
.d-prodcuts .pro {
  padding: 70px 0;
}
.d-prodcuts .pro .caption-a {
  font-size: 35px;
  color: #000000;
  margin: 0 0 40px 0;
}
.d-prodcuts .pro .element-a {
  margin: 0 0 50px 0;
}
.d-prodcuts .pro .element-a .left {
  width: 46%;
  border-radius: 10px;
  border: 1px solid #dddddd;
  overflow: hidden;
}
.d-prodcuts .pro .element-a .left img {
  display: block; 
}
.d-prodcuts .pro .element-a .left .swiper-button-prev-a::after {
  font-size: 24px;
  font-weight: bold;
  color: #2c389a;
}
.d-prodcuts .pro .element-a .left .swiper-button-next-a::after {
  font-size: 24px;
  font-weight: bold;
  color: #2c389a;
}
.d-prodcuts .pro .element-a .right {
  width: 48%;
}
.d-prodcuts .pro .element-a .right .title {
  font-size: 34px;
  color: #000000;
  margin: 0 0 40px 0;
}
.d-prodcuts .pro .element-a .right .text {
  font-size: 19px;
  color: #474747;
  line-height: 32px;
  margin: 0 0 50px 0;
}
.d-prodcuts .pro .element-a .right .hr {
  width: 95%;
  height: 1px;
  margin: 0 auto 50px auto;
  background: #e9e9e9;
}
.d-prodcuts .pro .element-a .right .box {
  justify-content: flex-start;
}
.d-prodcuts .pro .element-a .right .box .btn {
  width: 150px;
  background: #2c389a;
  margin: 0 20px 0 0;
}
.d-prodcuts .pro .element-a .right .box .btn a {
  justify-content: center;
}
.d-prodcuts .pro .element-a .right .box .btn a .after {
  margin: 0 10px 0 0;
}
.d-prodcuts .pro .element-a .right .box .btn a .p {
  line-height: 50px;
  font-size: 19px;
  color: #ffffff;
}
.d-prodcuts .pro .element-a .right .box .imgbox .after {
  margin: 0 10px 0 0;
}
.d-prodcuts .pro .element-a .right .box .imgbox .p {
  font-size: 19px;
  color: #474747;
}
.d-prodcuts .pro .element-a .right .box .imgbox .p span {
  font-size: 31px;
  color: #474747;
}
.d-prodcuts .pro .caption-b {
  background: #2c389a;
  padding: 20px 55px;
  font-size: 23px;
  color: #fff;
  position: relative;
  margin: 0 0 30px 0;
}
.d-prodcuts .pro .caption-b::after {
  position: absolute;
  width: 5px;
  height: 40%;
  left: 25px;
  top: 30%;
  background: #ffffff;
  content: '';
  border-radius: 30px;
}
.d-prodcuts .pro .element-b .left {
  width: 60%;
  font-size: 20px;
  color: #000000;
  line-height: 46px;
}
.d-prodcuts .pro .element-b .left table img{
  width: 150px;
}
/* 关于 */
.about {
  background: url(../img/ind6.jpg) left no-repeat;
  background-size: cover;
  border-bottom: 1px solid #f3f3f3;
  margin: 0 0 80px 0;
}
.about .abo {
  padding: 120px 0 0 0;
  flex-wrap: wrap;
}
.about .abo .left {
  width: 45%;
  margin: 0 0 0 5%;
  position: relative;
}
.about .abo .left .videobtn{
  position: absolute;
  left: 40%;
  top: 40%;
  width: 20%;
  text-align: center;
}
.about .abo .right {
  width: 45%;
}
.about .abo .right .caption {
  margin: 0 0 40px 0;
}
.about .abo .right .caption .en {
  font-size: 58px;
  color: #132289;
  margin: 0 0 25px 0;
}
.about .abo .right .caption .cn {
  justify-content: flex-start;
  font-size: 33px;
  color: #292837;
}
.about .abo .right .caption .cn span {
  width: 50%;
  height: 1px;
  background: #bfbfbf;
  display: inline-block;
  margin: 0 0 0 50px;
}
.about .abo .right .p {
  font-size: 19px;
  line-height: 40px;
  color: #292837;
}
.about .abo .down {
  width: 65%;
  padding: 80px 0 30px 0;
  margin: 0 0 0 auto;
}
.about .abo .down .element .title {
  font-size: 44px;
  color: #132289;
  margin: 0 0 10px 0;
}
.about .abo .down .element .text {
  font-size: 19px;
  color: #9f9f9f;
}
.about .abo .down .more {
  width: 190px;
  background: #e70012;
}
.about .abo .down .more a {
  box-sizing: border-box;
  padding: 0 30px;
}
.about .abo .down .more a .p {
  font-size: 18px;
  color: #ffffff;
  line-height: 50px;
}
.about .abo .down .more:hover{
  background: #132289;
}
.videobox{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
.videobox .vid{
  position: absolute;
  width: 60%;
  left: 20%;
  top: 10%;
}
.videobox .vid .close{
  position: absolute;
  top: -50px;
  right: -50px;
  width: 35px;
  z-index: 999;
}
.videobox .vid video{
  width: 100%;
}
.videobox-active{
  display: block;
}
.n-about-a {
  background: url(../img/abo1.jpg) no-repeat top;
  background-size: cover;
}
.n-about-a .abo {
  padding: 70px 0;
}
.n-about-a .abo .nav {
  margin: 0 0 90px 0;
}
.n-about-a .abo .nav ul {
  justify-content: flex-start;
}
.n-about-a .abo .nav ul li {
  width: 12%;
  border: 1px solid #d2d2d2;
  margin: 0 20px 0 0;
}
.n-about-a .abo .nav ul li a {
  font-size: 21px;
  color: #000000;
  display: block;
  text-align: center;
  line-height: 60px;
}
.n-about-a .abo .nav ul li:hover {
  background: #2c389a;
  border: 1px solid #2c389a;
}
.n-about-a .abo .nav ul li:hover a {
  color: #fff;
}
.n-about-a .abo .element{
  align-items: flex-start;
}
.n-about-a .abo .element .left {
  width: 53%;
}
.n-about-a .abo .element .left .title {
  font-size: 40px;
  color: #000000;
  margin: 0 0 40px 0;
}
.n-about-a .abo .element .left .text {
  font-size: 19px;
  color: #444;
  line-height: 35px;
}
.n-about-a .abo .element .right {
  width: 43.2%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.n-about-a .abo .element .right .videobtn{
  position: absolute;
  left: 40%;
  top: 40%;
  width: 20%;
  text-align: center;
}
.n-about-b {
  background: url(../img/abo2.jpg) no-repeat;
  background-size: cover;
}
.n-about-b .abo {
  position: relative;
}
.n-about-b .abo .caption {
  position: absolute;
  font-size: 45px;
  left: 0;
  top: 100px;
  color: #ffffff;
  width: 100%;
  text-align: center;
}
.n-about-b .abo .element .imgbox {
  width: 100%;
  border-right: 1px solid #3b4255;
}
.n-about-b .abo .element .imgbox a {
  display: block;
  padding: 250px 0 190px 0;
}
.n-about-b .abo .element .imgbox a .img {
  width: 120px;
  height: 120px;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 50%;
  position: relative;
  margin: 0 auto 40px;
}
.n-about-b .abo .element .imgbox a .img img{
  width: 50px;
}
.n-about-b .abo .element .imgbox a .img::after {
  position: absolute;
  left: -15px;
  top: -15px;
  width: 150px;
  height: 150px;
  border: 1px dashed #fff;
  content: '';
  border-radius: 50%;
}
.n-about-b .abo .element .imgbox a .title {
  font-size: 35px;
  color: #ffffff;
  text-align: center;
  margin: 0 0 20px 0;
}
.n-about-b .abo .element .imgbox a .text {
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  margin: 0 0 50px 0;
}
.n-about-b .abo .element .imgbox a .after {
  text-align: center;
}
.n-about-b .abo .element .imgbox:hover {
  background: rgba(44, 56, 154, 0.4);
}
.n-about-b .abo .element .imgbox:hover a .img {
  background: #2c389a;
}
.n-about-b .abo .element .imgbox:hover a .img img {
  filter: brightness(100);
}
.n-about-b .abo .element .imgbox:hover a .img::after{
  animation: move2 3s infinite;
}
.n-about-c {
  background: url(../img/abo4.jpg) top no-repeat;
  background-size: cover;
}
.n-about-c .abo {
  padding: 100px 0;
}
.n-about-c .abo .caption {
  font-size: 45px;
  color: #000000;
  margin: 0 0 50px 0;
}
.n-about-c .abo .element {
  align-items: flex-start;
  position: relative;
}
.n-about-c .abo .element .swiper-button-prev-a {
  top: auto;
  bottom: 0;
  width: 50px;
  height: 50px;
  border: 1px solid #b4b6b8;
  border-radius: 50%;
}
.n-about-c .abo .element .swiper-button-prev-a::after {
  font-size: 22px;
  color: #b4b6b8;
  font-weight: bold;
}
.n-about-c .abo .element .swiper-button-prev-a:hover {
  border: 1px solid #949597;
}
.n-about-c .abo .element .swiper-button-prev-a:hover::after {
  color: #727374;
}
.n-about-c .abo .element .swiper-button-next-a {
  left: 5%;
  top: auto;
  bottom: 0;
  width: 50px;
  height: 50px;
  border: 1px solid #b4b6b8;
  border-radius: 50%;
}
.n-about-c .abo .element .swiper-button-next-a::after {
  font-size: 22px;
  color: #b4b6b8;
  font-weight: bold;
}
.n-about-c .abo .element .swiper-button-next-a:hover {
  border: 1px solid #949597;
}
.n-about-c .abo .element .swiper-button-next-a:hover::after {
  color: #727374;
}
.n-about-c .abo .element .left {
  width: 25%;
  padding: 25px 0 0 0;
  position: relative;
}
.n-about-c .abo .element .left .title {
  font-size: 25px;
  color: #4d4d4d;
  margin: 0 0 30px 0;
}
.n-about-c .abo .element .left .title span {
  width: 30px;
  height: 3px;
  background: #2c389a;
  display: none;
  margin: 0 10px 0 0;
}
.n-about-c .abo .element .right {
  width: 75%;
}
.n-about-c .abo .element .right .img {
  border: 2px solid #fff;
}
.n-about-c .abo .element .right .swiper-slide-active .img {
  border: 2px solid #2c389a;
}
.n-about-c .abo .element .left .active-a {
  font-size: 22px !important;
  color: #2c389a !important;
  justify-content: flex-start;

}
.n-about-c .abo .element .left .active-a span{
  display: inline-block !important;
}
.n-about-c .active-b{
  display: none;
}
.n-about-d .abo {
  padding: 90px 0;
}
.n-about-d .abo .caption {
  font-size: 45px;
  color: #000000;
  text-align: center;
}
.n-about-d .abo .element {
  margin: 120px 0 0 0;
}
.n-about-d .abo .element .imgbox {
  width: 31%;
}
.n-about-d .abo .element .imgbox a {
  display: block;
  background: #f4f8fb;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 90px 5% 45px 5%;
  position: relative;
}
.n-about-d .abo .element .imgbox a .img {
  position: absolute;
  width: 100%;
  left: 0;
  top: -15%;
  text-align: center;
}
.n-about-d .abo .element .imgbox a .img .box {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
.n-about-d .abo .element .imgbox a .img .box img{
  width: 50px;
  padding: 25px;
  background: #e5f6fd;
  border-radius: 50%;
}
.n-about-d .abo .element .imgbox a .img .box::after {
  position: absolute;
  left: -10.5px;
  top: -10.5px;
  width: 120px;
  height: 120px;
  border: 1px dashed #132289;
  border-radius: 100px;
  content: '';
}
.n-about-d .abo .element .imgbox a .title {
  font-size: 30px;
  color: #000000;
  text-align: center;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  position: relative;
}
.n-about-d .abo .element .imgbox a .title::after {
  position: absolute;
  left: 45%;
  bottom: 0;
  width: 10%;
  height: 2px;
  background: #132289;
  content: '';
}
.n-about-d .abo .element .imgbox a .text {
  font-size: 19px;
  color: #4b4b4b;
  line-height: 30px;
  text-align: center;
  height: 90px;
  margin: 0 0 20px 0;
}
.n-about-d .abo .element .imgbox a .after {
  text-align: center;
}
.n-about-d .abo .element .imgbox:hover a {
  background: #132289;
}
.n-about-d .abo .element .imgbox:hover a .img .box::after {
  border: 1px dashed #13228900;
}
.n-about-d .abo .element .imgbox:hover a .title {
  color: #fff;
}
.n-about-d .abo .element .imgbox:hover a .text {
  color: #fff;
}
.n-about-d .abo .element .imgbox:hover a .after {
  filter: brightness(100);
}
/* 服务 */
.service {
  background: url(../img/ind8.jpg) top no-repeat;
  background-size: cover;
}
.service .ser {
  padding: 130px 0 110px 0;
}
.service .ser .caption .en {
  font-size: 45px;
  text-align: center;
  color: #fff;
  margin: 0 0 10px 0;
}
.service .ser .caption .cn {
  font-size: 35px;
  color: #ffffff;
  text-align: center;
  margin: 0 0 35px 0;
}
.service .ser .caption .p {
  font-size: 19px;
  color: #ffffff;
  line-height: 24px;
  text-align: center;
}
.service .ser .element {
  margin: 175px 0 0 0;
}
.service .ser .element .imgbox {
  width: 31%;
}
.service .ser .element .imgbox a {
  display: block;
  background: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 90px 5% 45px 5%;
  position: relative;
}
.service .ser .element .imgbox a .img {
  position: absolute;
  width: 100%;
  left: 0;
  top: -15%;
  text-align: center;
}
.service .ser .element .imgbox a .img .box {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
.service .ser .element .imgbox a .img .box img{
  width: 50px;
  padding: 25px;
  background: #e5f6fd;
  border-radius: 50%;
}
.service .ser .element .imgbox a .img .box::after {
  position: absolute;
  left: -10.5px;
  top: -10.5px;
  width: 120px;
  height: 120px;
  border: 1px dashed #fff;
  border-radius: 100px;
  content: '';
}
.service .ser .element .imgbox a .title {
  font-size: 30px;
  color: #000000;
  text-align: center;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  position: relative;
}
.service .ser .element .imgbox a .title::after {
  position: absolute;
  left: 45%;
  bottom: 0;
  width: 10%;
  height: 2px;
  background: #132289;
  content: '';
}
.service .ser .element .imgbox a .text {
  font-size: 19px;
  color: #4b4b4b;
  line-height: 30px;
  text-align: center;
  height: 90px;
  margin: 0 0 20px 0;
}
.service .ser .element .imgbox a .after {
  text-align: center;
}
.service .ser .element .imgbox:hover a {
  background: #132289;
}
.service .ser .element .imgbox:hover a .img .box::after{
  animation: move2 3s infinite;
}
.service .ser .element .imgbox:hover a .title {
  color: #fff;
}
.service .ser .element .imgbox:hover a .text {
  color: #fff;
}
.service .ser .element .imgbox:hover a .after {
  filter: brightness(100);
}
.n-service .ser {
  padding: 80px 0;
}
.n-service .ser .caption {
  font-size: 45px;
  color: #000000;
  margin: 0 0 55px 0;
  text-align: center;
}
.n-service .ser .element .imgbox {
  background: #e9e9e9;
  border-radius: 10px;
  margin: 0 0 70px 0;
}
.n-service .ser .element .imgbox a {
  box-sizing: border-box;
  padding: 30px 30px;
  align-items: flex-start;
  position: relative;
}
.n-service .ser .element .imgbox a .img {
  width: 45%;
}
.n-service .ser .element .imgbox a .p {
  width: 50%;
  box-sizing: border-box;
  top: 0;
  right: 0;
  padding: 0 5% 0 0;
  position: absolute;
}
.n-service .ser .element .imgbox a .p .title {
  font-size: 35px;
  color: #2c389a;
  margin: 50px 0 30px 0;
}
.n-service .ser .element .imgbox a .p .text {
  font-size: 21px;
  color: #5c5c5c;
  line-height: 36px;
}
.n-service .ser .element .imgbox a .p .text ul{
  margin: 30px 0 0 0;
  width: 80%;
}
.n-service .ser .element .imgbox a .p .text ul li{
  font-size: 18px;
  color: #5c5c5c;
  line-height: 44px;
}
.n-service .ser .element .imgbox a .after {
  position: absolute;
  bottom: 50px;
  right: 50px;
  width: 100px;
  height: 100px;
}
.n-service .ser .element .imgbox a .after img{
  width: 50px;
  padding: 25px;
  background: #e5f6fd;
  border-radius: 50%;
}
.n-service .ser .element .imgbox a .after::after {
  position: absolute;
  left: -10.5px;
  top: -10.5px;
  width: 120px;
  height: 120px;
  border: 1px dashed #414ba3;
  border-radius: 100px;
  content: '';
}
.n-service .ser .element .imgbox:nth-child(even) .p {
  position: absolute;
  left: 30px;
  top: 30px;
  padding: 0 5% 0 3%;
}
.n-service .ser .element .imgbox:nth-child(even) .img {
  margin: 0 0 0 auto;
}
.n-service .ser .element .imgbox:nth-child(even) .after {
  right: auto;
  left: 80px;
}
.n-service .ser .element .imgbox:hover a .after::after{
  animation: move2 3s infinite;
}
/* 新闻 */
.news {
  background: url(../img/ind10.jpg) no-repeat top left;
  background-size: cover;
}
.news .new {
  padding: 100px 0;
}
.news .new .top .caption .en {
  font-size: 45px;
  color: #132289;
  margin: 0 0 5px 0;
}
.news .new .top .caption .cn {
  font-size: 35px;
  color: #000000;
}
.news .new .top .more {
  width: 180px;
  background: #132289;
  border-radius: 30px;
}
.news .new .top .more a {
  justify-content: center;
}
.news .new .top .more a .p {
  font-size: 18px;
  color: #fff;
  margin: 0 20px 0 0;
  line-height: 50px;
}
.news .new .top .more:hover{
  background: #e70012;
}
.news .new .element {
  margin: 65px 0 0 0;
  align-items: flex-start;
}
.news .new .element .left {
  width: 33%;
}
.news .new .element .left .imgbox a .img img {
  display: block;
}
.news .new .element .left .imgbox a .p {
  background: #132289;
  box-sizing: border-box;
  padding: 40px 50px;
}
.news .new .element .left .imgbox a .p .title {
  font-size: 22px;
  color: #ffffff;
  margin: 0 0 10px 0;
}
.news .new .element .left .imgbox a .p .text {
  font-size: 17px;
  color: #ffffff;
  line-height: 26px;
  padding: 0 0 30px 0;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #fff;
}
.news .new .element .left .imgbox a .p .time {
  font-size: 17px;
  color: #ffffff;
}
.news .new .element .left .swiper-pagination {
  bottom: 7%;
  text-align: right;
  box-sizing: border-box;
  padding: 0 40px;
}
.news .new .element .left .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  background: #fff;
  opacity: 1;
}
.news .new .element .left .swiper-pagination-bullet-active {
  width: 20px;
  border-radius: 30px;
}
.news .new .element .right {
  width: 65%;
}
.news .new .element .right ul {
  justify-content: flex-start;
  margin: 0 0 40px 0;
}
.news .new .element .right ul li {
  margin: 0 50px 0 0;
  position: relative;
}
.news .new .element .right ul li a {
  font-size: 21px;
  color: #5d5d5d;
  font-weight: bold;
  display: block;
  box-sizing: border-box;
  padding: 0 0 0 20px;
}
.news .new .element .right ul li::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background: #132289;
  content: '';
  display: none;
}
.news .new .element .right .body .textbox {
  background: #f5f5f5;
  margin: 0 0 30px 0;
  position: relative;
}
.news .new .element .right .body .textbox a {
  box-sizing: border-box;
  padding: 35px 35px;
}
.news .new .element .right .body .textbox a .p {
  width: 80%;
}
.news .new .element .right .body .textbox a .p .title {
  font-size: 21px;
  color: #000000;
  margin: 0 0 10px 0;
}
.news .new .element .right .body .textbox a .p .text {
  font-size: 18px;
  color: #000000;
  line-height: 30px;
}
.news .new .element .right .body .textbox a .time {
  width: 15%;
}
.news .new .element .right .body .textbox a .time .year {
  font-size: 23px;
  color: #132289;
  margin: 0 0 10px 0;
}
.news .new .element .right .body .textbox a .time .day {
  font-size: 35px;
  color: #132289;
}
.news .new .element .right .body .textbox::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 4px;
  background: #000000;
  content: '';
  transition: 0.3s;
}
.news .new .element .right .body .textbox:hover::after {
  width: 100%;
}
.news .active-a a {
  color: #132289 !important;
}
.news .active-a::after {
  display: block !important;
}
.news .active-b {
  display: none;
}
.q-news .new {
  padding: 100px 0;
}
.q-news .new .nav {
  margin: 0 0 15px 0;
  box-sizing: border-box;
  padding: 0 0 0 25px;
}
.q-news .new .nav ul {
  justify-content: flex-start;
}
.q-news .new .nav ul li {
  width: 180px;
  margin: 0 15px 0 0;
}
.q-news .new .nav ul li a {
  font-size: 21px;
  color: #000000;
  line-height: 50px;
  border: 1px solid #d2d2d2;
  display: block;
  text-align: center;
}
.q-news .new .nav ul li:hover {
  background: #2c389a;
}
.q-news .new .nav ul li:hover a {
  border: 1px solid #2c389a;
  color: #fff;
}
.q-news .new .imgbox {
  box-sizing: border-box;
  padding: 50px 25px;
  border-bottom: 1px solid #eff2f7;
}
.q-news .new .imgbox a .img {
  width: 35%;
}
.q-news .new .imgbox a .img img{
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.q-news .new .imgbox a .p {
  width: 60%;
  box-sizing: border-box;
  padding: 0 5% 0 0;
}
.q-news .new .imgbox a .p .time {
  font-size: 16px;
  color: #d30000;
  margin: 0 0 15px 0;
}
.q-news .new .imgbox a .p .title {
  font-size: 29px;
  color: #000000;
  margin: 0 0 30px 0;
}
.q-news .new .imgbox a .p .text {
  font-size: 20px;
  color: #575757;
  line-height: 26px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin: 0 0 35px 0;
}
.q-news .new .imgbox a .p .more {
  justify-content: flex-start;
}
.q-news .new .imgbox a .p .more .after {
  margin: 0 10px 0 0;
}
.q-news .new .imgbox a .p .more .content {
  font-size: 18px;
  color: #7d7d7d;
}
.q-news .new .imgbox:hover {
  background: #fafafa;
}
.x-news .new {
  padding: 100px 10%;
  box-sizing: border-box;
}
.x-news .new .title{
  font-size: 45px;
  text-align: center;
  margin: 0 0 20px 0;
}
.x-news .new .time{
  font-size: 20px;
  color: #999;
  text-align: center;
  margin: 0 0 30px 0;
}
.x-news .new .element{
  font-size: 18px;
  color: #333;
  line-height: 32px;
}
/* 底部 */
footer {
  background: #191a1c;
}
footer .foo-a .foo {
  padding: 70px 0;
  align-items: flex-start;
}
footer .foo-a .foo .left {
  width: 30%;
}
footer .foo-a .foo .left .logo {
  margin: 0 0 20px 0;
}
footer .foo-a .foo .left .name {
  font-size: 25px;
  color: #ffffff;
  margin: 0 0 35px 0;
}
footer .foo-a .foo .left .imgbox {
  margin: 0 0 15px 0;
}
footer .foo-a .foo .left .imgbox .img {
  width: 10%;
}
footer .foo-a .foo .left .imgbox .p {
  width: 90%;
  font-size: 18px;
  color: #ffffff;
}
footer .foo-a .foo .right {
  width: 65%;
  align-items: flex-start;
}
footer .foo-a .foo .right .caption {
  margin: 0 0 30px 0;
  width: 100%;
}
footer .foo-a .foo .right .caption a {
  font-size: 24px;
  color: #ffffff;
  display: block;
}
footer .foo-a .foo .right .ul-a li {
  margin: 0 0 20px 0;
}
footer .foo-a .foo .right .ul-a li a {
  font-size: 18px;
  color: #ffffff;
  display: block;
}
footer .foo-a .foo .right .ul-b {
  flex-wrap: wrap;
  align-items: flex-start;
}
footer .foo-a .foo .right .ul-b ul li {
  margin: 0 0 20px 0;
}
footer .foo-a .foo .right .ul-b ul li a {
  font-size: 18px;
  color: #ffffff;
  display: block;
}
footer .foo-a .foo .right .ul-b ul li:first-child a {
  color: #00bffe;
}
footer .foo-a .foo .right .caption:hover a {
  color: #d4d3d3;
}
footer .foo-a .foo .right .ul-a li:hover a {
  color: #d4d3d3;
}
footer .foo-a .foo .right .ul-b ul li:hover a{
  color: #d4d3d3;
}
footer .foo-b {
  border-top: 1px solid #2b3c4d;
}
footer .foo-b .foo .left {
  font-size: 16px;
  color: #ffffff;
  line-height: 80px;
}
/* 加入 */
.n-join-a {
  border-bottom: 1px solid #dfdfdf;
  margin: 0 0 35px 0;
}
.n-join-a .joi {
  padding: 80px 0;
}
.n-join-a .joi .caption .title {
  font-size: 45px;
  color: #000000;
  text-align: center;
  margin: 0 0 25px 0;
}
.n-join-a .joi .caption .text {
  font-size: 20px;
  color: #5c5c5c;
  text-align: center;
}
.n-join-b {
  background: #f9f9f9;
}
.n-join-b .joi {
  padding: 30px 0;
}
.n-join-b .joi .textbox {
  background: #fff;
  margin: 0 0 30px 0;
}
.n-join-b .joi .textbox a {
  box-sizing: border-box;
  padding: 0 60px;
}
.n-join-b .joi .textbox a .jobname {
  font-size: 22px;
  color: #000000;
  position: relative;
}
.n-join-b .joi .textbox a .jobname::after {
  position: absolute;
  left: -50px;
  top: 0;
  width: 5px;
  height: 100%;
  background: #2c389a;
  content: '';
}
.n-join-b .joi .textbox a .job {
  font-size: 18px;
  color: #565656;
  line-height: 70px;
}
.n-join-b .joi .textbox a .add {
  font-size: 18px;
  color: #565656;
}
.n-join-b .joi .textbox a .num {
  font-size: 18px;
  color: #565656;
}
.n-join-b .joi .textbox a .after {
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  background: #bfbfbf;
  border-radius: 50%;
}
.n-join-b .joi .textbox .element {
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 60px 60px;
  display: none;
  border-top: 1px solid #dddddd;
  align-items: flex-start;
}
.n-join-b .joi .textbox .element ul {
  width: 48%;
  margin: 0 0 60px 0;
}
.n-join-b .joi .textbox .element ul h1 {
  font-size: 20px;
  color: #000000;
  margin: 0 0 10px 0;
}
.n-join-b .joi .textbox .element ul li {
  font-size: 17px;
  color: #8b8b8b;
  line-height: 31px;
}
.n-join-b .joi .textbox .element ul h2 {
  font-size: 24px;
  color: #ff0000;
  margin: 50px 0 0 0;
}
.n-join-b .active-a a .jobname {
  color: #2c389a !important;
}
.n-join-b .active-a a .after {
  background: #2c389a !important;
}
.n-join-b .active-a .element {
  display: flex !important;
}
.n-join-c .joi .imgbox {
  background: #e9e9e9;
  border-radius: 10px;
  margin: 0 0 70px 0;
}
.n-join-c .joi .imgbox a {
  box-sizing: border-box;
  padding: 45px 30px;
  position: relative;
}
.n-join-c .joi .imgbox a .img {
  width: 43%;
  border-radius: 10px;
  overflow: hidden;
}
.n-join-c .joi .imgbox a .p {
  width: 50%;
  box-sizing: border-box;
  top: auto;
  right: 0;
  padding: 0 5% 0 0;
  position: absolute;
   font-size: 20px;
  color: #5c5c5c;
  line-height: 36px;
}
.n-join-c .joi .imgbox:nth-child(even) .p {
  position: absolute;
  left: 30px;
  top: auto;
  padding: 0 5% 0 3%;
}
.n-join-c .joi .imgbox:nth-child(even) .img {
  margin: 0 0 0 auto;
}
/* 联系 */
.n-contact-a .con {
  align-items: flex-start;
}
.n-contact-a .con .left {
  width: 50%;
  box-sizing: border-box;
  padding: 90px 5% 0 7.5%;
}
.n-contact-a .con .left .caption {
  font-size: 45px;
  color: #000000;
  margin: 0 0 35px 0;
}
.n-contact-a .con .left .text {
  font-size: 20px;
  color: #808080;
  margin: 0 0 40px 0;
}
.n-contact-a .con .left .zxly .zxlyform{
  flex-wrap: wrap;
}
.n-contact-a .con .left .zxly .zxlyform .inpbox-a{
  width: 100%;
  margin: 0 0 25px 0;
}
.n-contact-a .con .left .zxly .zxlyform .inpbox-a .input input{
  width: 100%;
  line-height: 60px;
  border: none;
  outline: none;
  background: #eff2f7;
  box-sizing: border-box;
  padding: 0 20px;
  font-size: 17px;
  color: #7d7d7d;
}
.n-contact-a .con .left .zxly .zxlyform .inpbox-a:nth-child(2){
  width: 48%;
}
.n-contact-a .con .left .zxly .zxlyform .inpbox-a:nth-child(3){
  width: 48%;
}
.n-contact-a .con .left .zxly .zxlyform .inpbox-b{
  width: 100%;
  margin: 0 0 25px 0;
}
.n-contact-a .con .left .zxly .zxlyform .inpbox-b .textarea textarea{
  width: 100%;
  line-height: 60px;
  border: none;
  outline: none;
  background: #eff2f7;
  box-sizing: border-box;
  padding: 0 20px;
  font-size: 17px;
  color: #7d7d7d;
}
.n-contact-a .con .left .zxly .zxlyform .sumbit{
  width: 210px;
}
.n-contact-a .con .left .zxly .zxlyform .sumbit input{
  width: 100%;
  line-height: 60px;
  background: #2c389a;
  border-radius: 30px;
  border: none;
  outline: none;
  font-size: 23px;
  color: #ffffff;
}
.n-contact-a .con .right {
  width: 50%;
  box-sizing: border-box;
  padding: 90px 7.5% 70px 5%;
  background: #eff2f7;
}
.n-contact-a .con .right .caption {
  font-size: 45px;
  color: #000000;
  margin: 0 0 35px 0;
}
.n-contact-a .con .right .textbox {
  margin: 0 0 40px 0;
}
.n-contact-a .con .right .textbox .up {
  font-size: 21px;
  color: #000000;
  padding: 15px 0;
  border-bottom: 1px solid #d0d3d7;
  position: relative;
  margin: 0 0 30px 0;
}
.n-contact-a .con .right .textbox .up::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 15%;
  height: 1px;
  background: #2c389a;
  content: '';
}
.n-contact-a .con .right .textbox .down {
  align-items: flex-start;
}
.n-contact-a .con .right .textbox .down .after {
  width: 6%;
}
.n-contact-a .con .right .textbox .down .after img{
  width: 25px;
}
.n-contact-a .con .right .textbox .down .p {
  width: 94%;
}
.n-contact-a .con .right .textbox .down .p h1 {
  font-size: 18px;
  color: #000000;
  font-weight: 500;
  margin: 0 0 20px 0;
}
.n-contact-a .con .right .textbox .down .p h2 {
  font-size: 27px;
  color: #000000;
  font-weight: 500;
}
.n-contact-a .con .right .textbox .down .p p {
  font-size: 20px;
  color: #000000;
}
.n-contact-a .con .right .imgbox {
  width: 35%;
}
.n-contact-a .con .right .imgbox .img {
  text-align: center;
  padding: 0 15% 30px 15%;
}
.n-contact-a .con .right .imgbox .p {
  font-size: 19px;
  color: #000000;
  text-align: center;
}
.n-contact-b .con{
  padding: 70px 0;
}
.n-contact-b .con #map{
  border-radius: 10px;
  overflow: hidden;
}
/* 搜索 */
.searchbox{
  position: fixed;
  width: 100%;
  left: 0;
  top: -400px;
  background: #fff;
  z-index: 999;
  transition: 0.3s;
}
.searchbox .sea{
  padding: 60px 0;
  position: relative;
}
.searchbox .sea .close{
  position: absolute;
  top: 25px;
  right: 50px;
}
.searchbox .sea .form {
  width: 60%;
  box-shadow: 0 0 10px 0 #efefef;
  margin: 0 auto;
}

.searchbox .sea .form input {
  border: none;
  outline: none;
}

.searchbox .sea .form .input {
  width: 85%;
  box-sizing: border-box;
  padding: 0 20px;
  font-size: 16px;
  color: #999999;
  line-height: 60px;
}

.searchbox .sea .form .submit {
  width: 5%;
  background: url(../img/sea1.png) no-repeat center;
  background-size: inherit;
  height: 60px;
}
.searchactive{
  top: 0;
}
.n-search .sea{
  padding: 70px 0;
}
.n-search .sea .form {
  width: 60%;
  box-shadow: 0 0 10px 0 #efefef;
  margin: 0 auto 60px auto;
}
.n-search .sea .form input {
  border: none;
  outline: none;
}
.n-search .sea .form .input {
  width: 85%;
  box-sizing: border-box;
  padding: 0 20px;
  font-size: 16px;
  color: #999999;
  line-height: 60px;
}
.n-search .sea .form .submit {
  width: 8%;
  background: url(../img/sea1.png) no-repeat center;
  background-size: inherit;
  height: 60px;
}
.n-search .sea .element {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.n-search .sea .element .imgbox {
  background: #2c389a;
  width: 31%;
  margin: 0 1% 30px 1%;
}
.n-search .sea .element .imgbox a .p {
  font-size: 20px;
  color: #ffffff;
  line-height: 60px;
  text-align: center;
}
.n-search .sea .updown{
  width: 100%;
  text-align: center;
}
/******************************************/
@media screen and (max-width: 1861px) {
  header .hea-a .hea .left {
    font-size: 14px;
  }
  header .hea-a .hea .right {
    width: 35%;
    justify-content: flex-end;
  }
  header .hea-a .hea .right::after{
    width: 36%;
  }
  header .hea-a .hea .right .p{
    text-align: right;
  }
  header .hea-a .hea .right .p span {
    font-size: 18px;
  }
  .about .abo .down {
    width: 55%;
  } 
  .n-banner .ban .p .en {
    font-size: 80px;
  }
  .n-contact-a .con .right .imgbox {
    width: 40%;
  }
  header .hea-a .hea .right .p {
    font-size: 16px;
  }
  header .hea-a .hea .right .p span {
    font-size: 16px;
  }
  header .hea-b .hea .ul-a .li-a .a-a {
    font-size: 18px;
    line-height: 100px;
  }
  header .hea-b .hea .ul-a .li-a .ul-c .li-c .a-c {
    font-size: 16px;
  }
  .products .pro .body .element .imgbox-a a .p .title {
    font-size: 28px;
    margin: 0 0 40px 0;
  }
  .products .pro .body .element .imgbox-b a .p .title {
    font-size: 20px;
  }
  .about .abo {
    padding: 100px 0 0 0;
  }
  .about .abo .right .caption .en {
    font-size: 48px;
  }
  .about .abo .down .element .title {
    font-size: 36px;
  }
  .about .abo .down .element .text {
    font-size: 17px;
  }
  footer .foo-a .foo .right .caption a {
    font-size: 20px;
  }
  footer .foo-a .foo .left .name {
    font-size: 22px;
    margin: 0 0 25px 0;
  }
  .x-news .new .title {
    font-size: 36px;
  }
  .n-join-a .joi .caption .title {
    font-size: 36px;
  }
  .n-contact-a .con .right .imgbox {
    width: 45%;
  }
  .i-prodcuts .pro ul li {
    width: 40%;
  }
  .n-about-d .abo .element .imgbox a .title {
    font-size: 26px;
  }
  .n-about-d .abo .caption {
    font-size: 38px;
  }
}
/******************************************/
@media screen and (max-width: 1801px) {
  .center {
    width: 90%;
  }
  .n-about-a .abo .nav {
    margin: 0 0 40px 0;
  }
  .n-about-a .abo .element .left .title {
    font-size: 36px;
    margin: 0 0 30px 0;
  }
  .n-about-a .abo .element .left .text {
    font-size: 18px;
    line-height: 32px;
  }
  .n-about-b .abo .element .imgbox a {
    padding: 230px 0 160px 0;
  }
  .n-about-d .abo .element .imgbox a .text {
    font-size: 18px;
  }
  .n-contact-a .con .right .caption {
    font-size: 36px;
  }
  .n-contact-a .con .left .caption {
    font-size: 42px;
  }
}
/******************************************/
@media screen and (max-width: 1601px) {
  header .hea-a .hea .right .p {
    font-size: 14px;
  }
  header .hea-a .hea .right .p {
    width: 80%;
  }
  header .hea-a .hea .right::after {
    width: 34%;
  }
  .products .pro {
    padding: 60px 0;
  }
  .about .abo {
    padding: 60px 0 0 0;
  }
  .about .abo .right .caption .en {
    font-size: 38px;
  }
  .about .abo .right .caption .cn {
    font-size: 28px;
  }
  .about .abo {
    padding: 80px 0 0 0;
  }
  .about .abo .down .element .title {
    font-size: 32px;
  }
  .about .abo .down .more {
    width: 150px;
  }
  .about .abo .down .more a {
    padding: 0 20px;
  }
}
/******************************************/
@media screen and (max-width: 1401px) {
  header .hea-a .hea .left{
    display: none;
  }
  header .hea-a .hea .right {
    width: 40%;
    margin: 0 0 0 auto;
    padding: 5px 0;
  }
  header .hea-a .hea .right::after {
    width: 40%;
    height: 40px;
  }
  header .hea-b .hea .ul-a {
    width: 65%;
  }
  .products .pro .body .element .imgbox-a a .p .title {
    font-size: 24px;
    margin: 0 0 35px 0;
  }
  .products .pro .body .element .imgbox-b a .img img {
    height: 230px;
  }
  .products .pro .body .element .imgbox-a a .img img {
    height: 312px;
  }
  .about {
    background: url(../img/ind6.jpg) center no-repeat;
    margin: 0 0 60px 0;
  }
  .about .abo .right .p {
    font-size: 18px;
    line-height: 34px;
  }
  .about .abo .down {
    width: 60%;
  }
  .about .abo .down .element .title {
    font-size: 28px;
  }
  .service .ser .caption .en {
    font-size: 37px;
  }
  .service .ser .caption .cn {
    font-size: 28px;
  }
  .service .ser .element {
    margin: 130px 0 0 0;
  }
  .service .ser .element .imgbox a .title {
    font-size: 24px;
  }
  .service .ser .element .imgbox a .text {
    font-size: 18px;
  }
  .news .new {
    padding: 60px 0;
  }
  .news .new .top .caption .en {
    font-size: 36px;
  }
  .news .new .top .caption .cn {
    font-size: 28px;
  }
  .news .new .element .left .imgbox a .p {
    padding: 40px 20px;
  }
  .news .new .element .left .imgbox a .p {
    padding: 30px 20px;
  }
  .news .new .element .right .body .textbox a .time .day {
    font-size: 28px;
  }
  footer .foo-a .foo .left .imgbox .p {
    width: 87%;
  }
  .n-banner .ban .p .en {
    font-size: 64px;
  }
  .n-banner .ban .p .cn {
    font-size: 38px;
  }
  .n-about-a .abo .nav ul li a {
    font-size: 18px;
    line-height: 50px;
  }
  .n-about-a .abo .element .left .title {
    font-size: 32px;
  }
  .n-about-b .abo .caption {
    font-size: 38px;
    top: 60px;
  }
  .n-about-b .abo .element .imgbox a {
    padding: 200px 0 140px 0;
  }
  .n-about-b .abo .element .imgbox a .title {
    font-size: 28px;
  }
  .n-about-c .abo {
    padding: 60px 0;
  }
  .n-about-c .abo .element .swiper-button-next-a {
    left: 8%;
  }
  .n-about-c .abo .caption {
    font-size: 34px;
    margin: 0 0 40px 0;
  }
  .n-about-d .abo {
    padding: 60px 0;
  }
  header .hea-b .hea .ul-a .li-a .element {
    padding: 40px 5%;
  }
  header .hea-b .hea .ul-a .li-a .element .box .ul-b .li-b .a-b .p {
    font-size: 18px;
    line-height: 40px;
  }
  header .hea-b .hea .ul-a .li-a .element .box .ul-b .li-b {
    width: 40%;
    margin: 0 8% 20px 0;
  }
  .products-nav .pro-a .pro .caption .title {
    font-size: 36px;
    margin: 0 0 25px 0;
  }
  .i-prodcuts .pro h1 {
    font-size: 34px;
  }
  .q-prodcuts .pro {
    padding: 60px 0;
  }
  .q-prodcuts .pro .caption {
    font-size: 28px;
    margin: 0 0 30px 0;
  }
  .q-prodcuts .pro .element .imgbox a .p {
    font-size: 18px;
  }
  .d-prodcuts .pro {
    padding: 60px 0;
  }
  .d-prodcuts .pro .element-a .right .title {
    font-size: 28px;
    margin: 0 0 20px 0;
  }
  .d-prodcuts .pro .element-a .right .text {
    font-size: 18px;
    margin: 0 0 30px 0;
  }
  .d-prodcuts .pro .element-a .right .box .btn a .p {
    font-size: 18px;
  }
  .d-prodcuts .pro .element-a .right .box .imgbox .p span {
    font-size: 22px;
  }
  .d-prodcuts .pro .element-b {
    flex-wrap: wrap;
  }
  .d-prodcuts .pro .element-b .left{
    width: 100%;
    margin: 0 30px 0 0;
    font-size: 18px;
    line-height: 36px;
  }
  .n-service .ser {
    padding: 60px 0;
  }
  .n-service .ser .caption {
    font-size: 36px;
    margin: 0 0 30px 0;
  }
  .n-service .ser .element .imgbox a .p .title {
    font-size: 26px;
    margin: 30px 0 20px 0;
  }
  .n-service .ser .element .imgbox a .p .text {
    font-size: 18px;
    line-height: 30px;
  }
  .n-service .ser .element .imgbox a .after img {
    width: 50px;
    padding: 20px;
  }
  .n-service .ser .element .imgbox a .after::after {
    width: 110px;
    height: 110px;
  }
  .n-service .ser .element .imgbox a .after {
    bottom: 30px;
    right: 30px;
  }
  .q-news .new .imgbox a .p .title {
    font-size: 26px;
    margin: 0 0 20px 0;
  }
  .x-news .new {
    padding: 60px 5%;
  }
  .n-join-a .joi {
    padding: 60px 0 40px 0;
  }
  .n-join-a .joi .caption .text {
    font-size: 18px;
  }
  .n-join-c .joi .imgbox a .p {
    font-size: 18px;
    line-height: 32px;
  }
  .n-join-b .joi .textbox .element ul h2 {
    font-size: 22px;
    margin: 40px 0 0 0;
  }
  .n-contact-a .con .left {
    width: 50%;
    padding: 60px 5% 0 5%;
  }
  .n-contact-a .con .left .caption {
    font-size: 34px;
  }
  .n-contact-a .con .left .zxly .zxlyform .inpbox-b .textarea textarea {
    line-height: 50px;
  }
  .n-contact-a .con .left .zxly .zxlyform .sumbit input {
    line-height: 50px;
    font-size: 20px;
  }
  .n-contact-a .con .left .zxly .zxlyform .sumbit {
    width: 190px;
  }
  .n-contact-a .con .right {
    width: 50%;
    padding: 60px 5% 60px 5%;
  }
  .n-contact-a .con .right .caption {
    font-size: 34px;
  }
}
/******************************************/
@media screen and (max-width: 1201px) {
  header {
    display: none;
  }
  .phone-section {
    display: block;
  }
  .phone-logo {
    width: 10%;
  }
  .phone-head {
    width: 100%;
    padding: 15px 10px;
    box-sizing: border-box;
    justify-content: space-between;
    background-color: #fff;
    /* position: fixed; */
    top: 0;
    left: 0;
  }
  .phone-close {
    width: 40px;
  }
  .phone-close a{
    display: block;
  }
  .phone-close .after{
            width: 100%;
        height: 5px;
        border-radius: 30px;
        background: #020202;
        content: '';
        margin: 8px 0;
  }
  .phone-listnav {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999999999999999;
    overflow-y: auto;
  }
  .phonelist-nav {
    width: 100%;
    background-color: #1a1d7a99;
    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;
  }
  .products .pro {
    padding: 40px 0;
  }
  .products .pro .top .caption .en {
    font-size: 28px;
  }
  .products .pro .top .caption .cn {
    font-size: 24px;
  }
  .products .pro .top .nav li a {
    font-size: 16px;
    line-height: 45px;
  }
  .products .pro .top .nav {
    width: 35%;
  }
  .products .pro .top {
    margin: 0 0 20px 0;
  }
  .products .pro .body .element .imgbox-a {
    width: 100%;
  }
  .products .pro .body .element .imgbox-a a .img img {
    height: auto;
  } 
  .products .pro .body .element .imgbox-a a .p .title {
    font-size: 22px;
    margin: 0 0 35px 0;
  }
  .products .pro .body .element .imgbox-b:nth-child(2) {
    width: 48%;
  }
  .products .pro .body .element .imgbox-b:nth-child(3) {
    width: 48%;
  }
  .products .pro .body .element .imgbox-b a .p .title {
    font-size: 15px;
  }
  .products .pro .more {
    width: 160px;
    margin: 20px auto 0 auto;
  }
  .products .pro .more a .p {
    font-size: 16px;
    line-height: 45px;
  }
  .about{
    background: #eff2f7;
  }
  .about .abo {
    padding: 40px 0 0 0;
    flex-wrap: wrap;
  }
  .about .abo .left {
    width: 70%;
    margin: 0 auto 20px auto;
  }
  .about .abo .right {
    width: 100%;
  }
  .about .abo .right .caption .en {
    font-size: 28px;
  }
  .about .abo .right .caption .cn {
    font-size: 24px;
  }
  .about .abo .right .caption {
    margin: 0 0 20px 0;
  }
  .about .abo .down {
    width: 100%;
    padding: 20px 0 30px 0;
  }
  .about .abo .down .more a .p {
    font-size: 16px;
    line-height: 45px;
  }
  .service .ser {
    padding: 100px 0 40px 0;
  }
  .service .ser .caption .en {
    font-size: 28px;
  }
  .service .ser .caption .cn {
    font-size: 24px;
    margin: 0 0 20px 0;
  }
  .service .ser .element {
    margin: 30px 0 0 0;
    flex-wrap: wrap;
  }
  .service .ser .element .imgbox {
    width: 100%;
    margin: 80px 0 0 0;
  }
  .service .ser .element .imgbox a {
    padding: 80px 5% 30px 5%;
  }
  .service .ser .element .imgbox a .title {
    font-size: 20px;
  }
  .service .ser .element .imgbox a .text {
    height: auto;
  }
  .news .new {
    padding: 40px 0;
  }
  .news .new .top .caption .en {
    font-size: 28px;
  }
  .news .new .top .caption .cn {
    font-size: 24px;
  }
  .news .new .top .more {
    width: 160px;
  }
  .news .new .top .more a .p {
    font-size: 16px;
    line-height: 45px;
  }
  .news .new .element {
    margin: 20px 0 0 0;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .news .new .element .left {
    width: 65%;
    margin: 0 auto 20px auto;
  }
  .news .new .element .right {
    width: 100%;
  }
  .news .new .element .right ul {
    margin: 0 0 20px 0;
  }
  .news .new .element .right .body .textbox a {
    padding: 20px 20px;
  }
  .news .new .element .right .body .textbox a .p .title {
    font-size: 20px;
  }
  .news .new .element .right .body .textbox a .time .year {
    font-size: 20px;
  }
  .news .new .element .right .body .textbox a .time .day {
    font-size: 24px;
  }
  footer .foo-a .foo {
    padding: 40px 0;
    flex-wrap: wrap;
  }
  footer .foo-a .foo .left {
    width: 100%;
    margin: 0 0 20px 0;
  }
  footer .foo-a .foo .left .logo {
    text-align: center;
  }
  footer .foo-a .foo .left .name {
    font-size: 18px;
    margin: 0 0 20px 0;
    text-align: center;
  }
  footer .foo-a .foo .left .imgbox .p {
    width: 90%;
  }
  footer .foo-a .foo .right {
    width: 100%;
  }
  footer .foo-b .foo .left {
    font-size: 16px;
    line-height: 60px;
  }
  .n-banner .ban .p .en {
    font-size: 38px;
  }
  .n-banner .ban .p .cn {
    font-size: 28px;
  }
  .n-about-a .abo {
    padding: 40px 0;
  }
  .n-about-a .abo .nav ul li a {
    font-size: 16px;
    line-height: 45px;
  }
  .n-about-a .abo .nav ul li {
    width: 15%;
  }
  .n-about-a .abo .nav {
    margin: 0 0 20px 0;
  }
  .n-about-a .abo .element {
    flex-wrap: wrap;
  }
  .n-about-a .abo .element .left {
    width: 100%;
  }
  .n-about-a .abo .element .left .title {
    font-size: 26px;
    margin: 0 0 20px 0;
  }
  .n-about-a .abo .element .right {
    width: 60%;
    margin: 0 auto;
  }
  .n-about-b .abo .caption {
    font-size: 28px;
    top: 40px;
  }
  .n-about-b .abo .element {
    flex-wrap: wrap;
    padding: 80px 0 0 0;
  }
  .n-about-b .abo .element .imgbox {
    border-right: 0px solid #3b4255;
    border-bottom: 1px solid #3b4255;
  }
  .n-about-b .abo .element .imgbox a {
    padding: 60px 0 40px 0;
  }
  .n-about-b .abo .element .imgbox a .img {
    width: 100px;
    height: 100px;
    margin: 0 auto 30px;
  }
  .n-about-b .abo .element .imgbox a .img::after {
    width: 130px;
    height: 130px;
  }
  .n-about-b .abo .element .imgbox a .title {
    font-size: 24px;
  }
  .n-about-b .abo .element .imgbox a .text {
    font-size: 20px;
    margin: 0 0 30px 0;
  }
  .n-about-c .abo {
    padding: 40px 0;
  }
  .n-about-c .abo .caption {
    font-size: 28px;
    margin: 0 0 20px 0;
  }
  .n-about-c .abo .element .swiper-button-prev-a {
    width: 45px;
    height: 45px;
  }
  .n-about-c .abo .element .swiper-button-next-a {
    left: 10%;
    width: 45px;
    height: 45px;
  }
  .n-about-c .abo .element .left .title {
    font-size: 22px;
    margin: 0 0 20px 0;
  }
  .n-about-c .abo .element .left .active-a {
    font-size: 20px !important;
  }
  .n-about-d .abo {
    padding: 40px 0;
  }
  .n-about-d .abo .caption {
    font-size: 28px;
  }
  .n-about-d .abo .element {
    margin: 20px 0 0 0;
    flex-wrap: wrap;
  }
  .n-about-d .abo .element .imgbox {
    width: 100%;
    margin: 80px 0 0 0;
  }
  .n-about-d .abo .element .imgbox a {
    padding: 80px 5% 30px 5%;
  }
  .n-about-d .abo .element .imgbox a .title {
    font-size: 22px;
  }
  .n-about-d .abo .element .imgbox a .text{
    height: auto;
  }
  .products-nav .pro-a .pro {
    padding: 40px 0 20px 0;
  }
  .products-nav .pro-a .pro .caption .title {
    font-size: 28px;
    margin: 0 0 20px 0;
  }
  .products-nav .pro-a .pro .caption .text {
    font-size: 18px;
  }
  .products-nav .pro-b .pro {
    padding: 25px 0 40px 0;
  }
  .products-nav .pro-b .pro .ul-a .li-a {
    width: 20%;
  }
  .products-nav .pro-b .pro .ul-a .li-a .a-a {
    font-size: 18px;
    line-height: 45px;
  }
  .products-nav .pro-b .pro .body-a .ul-b .li-b .a-b {
    line-height: 45px;
    font-size: 16px;
  }
  .products-nav .pro-b .pro .body-a .ul-b .li-b {
    width: 22%;
    margin: 0 2% 10px 0;
  }
  .i-prodcuts .pro {
    padding: 40px 0;
  }
  .i-prodcuts .pro h1 {
    font-size: 28px;
    margin: 0 0 20px 0;
  }
  .i-prodcuts .pro h2 {
    font-size: 18px;
    line-height: 38px;
    margin: 0 0 20px 0;
  }
  .i-prodcuts .pro h3 {
    font-size: 18px;
  }
  .i-prodcuts .pro .box {
    padding: 25px 25px;
    margin: 30px 0;
  }
  .i-prodcuts .pro ul li {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .i-prodcuts .pro ul {
    margin: 0 0 20px 0;
  }
  .i-prodcuts .pro .box .table-a {
    width: 100%;
  } 
  .i-prodcuts .pro .box .table-a table .firstRow td {
    font-size: 16px;
    padding: 10px 0;
  }
  .i-prodcuts .pro .box .table-a table tr td {
    font-size: 16px;
    line-height: 24px;
    padding: 10px 0;
  }
  .i-prodcuts .pro .element .imgbox {
    width: 48%;
  }
  .i-prodcuts .pro h4 {
    font-size: 22px;
    margin: 0 0 20px 0;
  } 
  .i-prodcuts .pro .textbox .p-a {
    line-height: 34px;
  }
  .i-prodcuts .pro .table-b {
    width: 100%;
    margin: 0 0 30px 0;
    overflow-x: auto;
  }
  .i-prodcuts .pro .table-b table{
    width: 1200px;
  }
  .i-prodcuts .pro .table-b table .firstRow td {
    font-size: 16px;
    padding: 10px 0;
  }
  .i-prodcuts .pro .table-b table tr td {
    font-size: 16px;
    padding: 10px 0;
  }
  .d-prodcuts .pro {
    padding: 40px 0;
  }
  .d-prodcuts .pro .caption-a {
    font-size: 26px;
    margin: 0 0 20px 0;
  }
  .d-prodcuts .pro .element-a {
    flex-wrap: wrap;
    margin: 0 0 30px 0;
  }
  .d-prodcuts .pro .element-a .left {
    width: 100%;
    margin: 0 0 20px 0;
  } 
  .d-prodcuts .pro .element-a .right {
    width: 100%;
  }
  .d-prodcuts .pro .element-a .right .title {
    font-size: 24px;
  }
  .d-prodcuts .pro .element-a .right .hr {
    width: 100%;
    margin: 0 auto 20px auto;
  }
  .d-prodcuts .pro .element-a .right .box .btn a .p {
    font-size: 16px;
  }
  .d-prodcuts .pro .element-a .right .box .imgbox .p {
    font-size: 18px;
  } 
  .d-prodcuts .pro .element-a .right .box .imgbox .p span {
    font-size: 20px;
  }
  .d-prodcuts .pro .caption-b {
    padding: 20px 55px;
    font-size: 18px;
    margin: 0 0 30px 0;
  }
  .d-prodcuts .pro .element-b .right{
    width: 100%;
  }
  .q-prodcuts .pro .element .imgbox {
    width: 48%;
  }
  .n-service .ser {
    padding: 40px 0;
  }
  .n-service .ser .caption {
    font-size: 28px;
    margin: 0 0 20px 0;
  }
  .n-service .ser .element .imgbox {
    margin: 0 0 30px 0;
  }
  .n-service .ser .element .imgbox a{
    flex-wrap: wrap;
  }
  .n-service .ser .element .imgbox a .img {
    width: 100%;
  }
  .n-service .ser .element .imgbox a .p {
    width: 100%;
    box-sizing: border-box;
    top: 0;
    right: 0;
    padding: 0 0 0 0;
    position: unset;
  }
  .n-service .ser .element .imgbox a .after {
    position: relative;
    bottom: auto;
    right: auto;
    margin: 20px 0 0 0;
  }
  .n-service .ser .element .imgbox:nth-child(even) .p {
    position: unset;
    padding: 0 0 0 0;
  }
  .n-service .ser .element .imgbox:nth-child(even) .after {
    left: 0px;
  }
  .q-news .new {
    padding: 40px 0;
  }
  .q-news .new .nav ul li {
    width: 160px;
  }
  .q-news .new .nav ul li a {
    font-size: 18px;
    line-height: 45px;
  }
  .q-news .new .imgbox {
    padding: 30px 25px;
  }
  .q-news .new .imgbox a {
    flex-wrap: wrap;
  }
  .q-news .new .imgbox a .img {
    width: 100%;
  }
  .q-news .new .imgbox a .p {
    width: 100%;
    padding: 20px 5% 0 0;
  }
  .q-news .new .imgbox a .p .title {
    font-size: 22px;
  }
  .q-news .new .imgbox a .p .text {
    font-size: 18px;
    margin: 0 0 20px 0;
  }
  .x-news .new {
    padding: 40px 0;
  }
  .x-news .new .title {
    font-size: 26px;
  }
  .x-news .new .time{
    font-size: 18px;
  }
  .n-join-a .joi {
    padding: 40px 0 30px 0;
  }
  .n-join-a .joi .caption .title {
    font-size: 28px;
  }
  .n-join-a .joi .caption .text {
    line-height: 24px;
  }
  .n-join-b .joi .textbox .element {
    padding: 40px 40px;
  }
  .n-join-b .joi .textbox .element ul {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .n-join-b .joi .textbox .element ul h2 {
    font-size: 20px;
    margin: 20px 0 0 0;
  }
  .n-join-c .joi .imgbox a {
    padding: 30px 30px;
    flex-wrap: wrap;
  }
  .n-join-c .joi .imgbox a .img {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .n-join-c .joi .imgbox a .p {
    width: 100%;
    position: unset;
    font-size: 18px;
  }
  .n-join-c .joi .imgbox:nth-child(even) .img {
    margin: 0 0 20px 0;
  }
  .n-join-c .joi .imgbox:nth-child(even) .p {
    position: unset;
    padding: 0 0 0 0;
  }  
  .n-contact-a .con {
    flex-wrap: wrap;
  }
  .n-contact-a .con .left {
    width: 100%;
    padding: 40px 5% 40px 5%;
  }
  .n-contact-a .con .left .caption {
    font-size: 28px;
    margin: 0 0 20px 0;
  }
  .n-contact-a .con .left .text {
    margin: 0 0 20px 0;
  }
  .n-contact-a .con .left .zxly .zxlyform .inpbox-a .input input {
    line-height: 55px;
  }
  .n-contact-a .con .left .zxly .zxlyform .inpbox-b .textarea textarea {
    height: 200px;
  }
  .n-contact-a .con .left .zxly .zxlyform .sumbit {
    width: 160px;
  }
  .n-contact-a .con .left .zxly .zxlyform .sumbit input {
    line-height: 45px;
    font-size: 18px;
  }
  .n-contact-a .con .right {
    width: 100%;
    padding: 40px 5% 40px 5%;
  }
  .n-contact-a .con .right .caption {
    font-size: 28px;
    margin: 0 0 20px 0;
  }
  .n-contact-a .con .right .textbox .up {
    font-size: 18px;
    margin: 0 0 20px 0;
  }
  .n-contact-a .con .right .textbox .down .p h2 {
    font-size: 24px;
  }
  .n-contact-a .con .right .textbox {
    margin: 0 0 20px 0;
  }
  .n-contact-a .con .right .imgbox {
    width: 30%;
  }
  .n-contact-a .con .right .imgbox .img {
    padding: 0px 15% 20px 15%;
  }
  .n-contact-b .con {
    padding: 40px 0;
  }
}
/******************************************/
@media screen and (max-width: 801px) {
  .phone-logo {
    width: 15%;
  }
  .products .pro .top .caption .en {
    font-size: 26px;
  }
  .products .pro .top .nav {
    width: 60%;
  }
  .products .pro .top .caption .cn {
    font-size: 20px;
  }
  .products .pro .body .element .imgbox-a a .p .title {
    font-size: 18px;
    margin: 0px 0 25px 0;
  }
  .products .pro .body .element .imgbox-b:nth-child(2) {
    width: 100%;
  }
  .products .pro .body .element .imgbox-b a .p .title {
    font-size: 18px;
    line-height: 65px;
  }
  .products .pro .body .element .imgbox-b:nth-child(3) {
    width: 100%;
  }
  .products .pro .body .element .imgbox-b {
    width: 100%;
  }
  .about .abo .left {
    width: 100%;
    margin: 0 auto 20px auto;
  }
  .videobox .vid {
    width: 90%;
    left: 5%;
  }
  .videobox .vid .close {
    right: 0px;
  }
  .about {
    margin: 0 0 40px 0;
  }
  .about .abo .right .caption .en {
    font-size: 26px;
  }
  .about .abo .right .caption .cn {
    font-size: 22px;
  }
  .about .abo .down {
    width: 100%;
    flex-wrap: wrap;
  }
  .about .abo .down .element .title {
    font-size: 26px;
  }
  .about .abo .down .more {
    margin: 10px 0 0 0;
  }
  .service .ser .caption .en {
    font-size: 26px;
  }
  .service .ser .caption .cn {
    font-size: 22px;
  }
  .service .ser .caption .p {
    font-size: 18px;
  }
  .service .ser .element .imgbox a {
    padding: 70px 5% 20px 5%;
  }
  .news .new .top .caption .en {
    font-size: 26px;
  }
  .news .new .top .caption .cn {
      font-size: 22px;
  }
  .news .new .element .left {
    width: 100%;
  }
  .news .new .element .right .body .textbox a {
    flex-wrap: wrap;
  }
  .news .new .element .right .body .textbox a .p {
    width: 100%;
  }
  .news .new .element .right .body .textbox a .time {
    width: 100%;
  }
  .news .new .element .right .body .textbox a .time .day {
    font-size: 22px;
  }
  footer .foo-a .foo .right {
    flex-wrap: wrap;
  }
  footer .foo-a .foo .right .ul-a{
    width: 31%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 0 20px 0;
  }
  footer .foo-a .foo .right .ul-a .caption{
    width: 100%;
    margin: 0 0 0px 0;
  }
  footer .foo-a .foo .right .ul-a li {
    width: 48%;
    margin: 0 1% 20px 1%;
  } 
  footer .foo-a .foo .right .caption{
     margin: 0 ;
  }
  footer .foo-a .foo .right .ul-b {
    width: 31%;
    margin: 0 0 20px 0;
  }
  footer .foo-a .foo .right .ul-b ul{
    width: 48%;
    margin: 0 1%;
  }
  footer .foo-a .foo .right .ul-a:last-child {
    width: 100%;
    justify-content: space-between;
  }
  footer .foo-a .foo .right .ul-a:last-child .caption{
    width: 31%;
    margin: 0 ;
  }
  footer .foo-b .foo .left {
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    padding: 10px 0;
  }
      footer .foo-a .foo .right .caption a {
        font-size: 18px;
    }
  .n-banner .ban .img img{
    width: 100%;
    height: 250px;
    object-fit: cover;
  }
  .n-banner .ban .p {
    width: 50%;
  }
  .n-banner .ban .p .en {
    font-size: 32px;
  }
  .n-banner .ban .p .cn {
    font-size: 24px;
    top: 60%;
  }
  .n-about-a .abo .nav {
    display: none;
  }
  .n-about-a .abo .element .left{
    margin: 0 0 20px 0;
  }
  .n-about-a .abo .element .right {
    width: 100%;
  }
  .n-about-c .abo .caption {
    font-size: 26px;
  }
  .n-about-c .abo .element {
    flex-wrap: wrap;
    padding: 0 0 60px 0;
  }
  .n-about-c .abo .element .left {
    width: 100%;
  }
  .n-about-c .abo .element .right {
    width: 100%;
  }
  .n-about-c .abo .element .swiper-button-prev-a{
    left: 35%;
  }
  .n-about-c .abo .element .swiper-button-next-a{
    right: 35%;
    left: auto;
  }
  .products-nav .pro-a .pro .caption .text {
        font-size: 18px;
        line-height: 24px;
    }
        .products-nav .pro-b .pro .ul-a .li-a {
        width: 50%;
    }
      .products-nav .pro-b .pro .body-a .ul-b .li-b {
        width: 47%;
        margin: 0 1% 10px 1%;
    }
      .q-prodcuts .pro .element .imgbox {
        width: 100%;
    }
  .d-prodcuts .pro .element-a .right .box {
    flex-wrap: wrap;
  }
  .d-prodcuts .pro .element-a .right .box .btn {
    margin: 0 20px 20px 0;
  }
      .products-nav .pro-a .pro .caption .title {
        font-size: 26px;
        margin: 0 0 20px 0;
      }
      .n-service .ser .caption {
        font-size: 26px;
      }
      .n-service .ser .element .imgbox a .p .title {
        font-size: 24px;
        margin: 20px 0 10px 0;
      }
  .n-join-b .joi .textbox a {
    box-sizing: border-box;
    padding: 20px 40px;
    flex-wrap: wrap;
  }
  .n-join-b .joi .textbox a .jobname::after {
    left: -20px;
  }
  .n-join-b .joi .textbox a .jobname {
    width: 100%;
    padding: 0 0 15px 0;
    margin: 0 0 20px 0;
    text-align: center;
  }
  .n-join-b .joi .textbox a .job{
    width: 100%;
    line-height: 1;
    margin: 0 0 20px 0;
  }
  .n-join-b .joi .textbox a .jobname::after {
    position: absolute;
    left: 45%;
    top: 100%;
    width: 10%;
    height: 2px;
    background: #2c389a;
    content: '';
  }
  .n-join-b .joi .textbox a .add {
    width: 50%;
    margin: 0 0 20px 0;
  }
  .n-join-b .joi .textbox a .num {
    width: 50%;
    margin: 0 0 20px 0;
  }
  .n-join-b .joi .textbox a .after{
    margin: 0 auto;
  }
  .n-contact-a .con .right .caption {
    font-size: 26px;
  }
  .n-contact-a .con .right .textbox .down .p {
    width: 89%;
  }
  .n-contact-a .con .right .textbox .down .p h2 {
    font-size: 20px;
  }
  .n-contact-a .con .right .imgbox {
    width: 100%;
  }
  .n-contact-a .con .right .imgbox .img {
    padding: 0px 30% 20px 30%;
  }
  footer .foo-a .foo .right .ul-a li{
    display: none;
  }
  footer .foo-a .foo .right .ul-b ul li{
    display: none;
  }
}
