.phone-section {
  display: none;
}
.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.center-a {
  width: 74%;
  margin: 0 auto;
}
.center-b {
  width: 90%;
  margin: 0 auto;
}
.cursor{
  position: fixed;
  width: 22px;
  height: 22px; 
  background:  url(../img/cursor.png) no-repeat center;
  background-size: cover;
  text-align: center;
  cursor: move;
  pointer-events: none;
  z-index: 9999;
}
@keyframes move1 {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
.move2{
  overflow: hidden;
}
.move2 img{
  transition: all .8s ease .1s;
}
.move2 img:hover {
  transform: scale(1.1);
}
@keyframes move3 {
  100% {
    -webkit-filter: hue-rotate(118deg); 
    filter: hue-rotate(360deg);
  }
}
@keyframes move4 {
  0%   {transform: rotateY(0deg);}
  50%  {transform: rotateY(180deg);}
  100% {transform: rotateY(360deg);}
}
.move4:hover{
  animation: move4 1s ;
}
.updown{
  justify-content: center;
}
.updown a{
  height: 35px;
  line-height: 35px;
  background: #fff;
  font-size: 14px;
  color: #595757;
  margin: 0 5px;
  border: 1px solid #eee;
  display: block;
  padding: 0 15px;
}
.updown a:hover{
  border: 1px solid #004cac;
}
.updown .pages{
  border: 1px solid #004cac;
}
/* 头部 */
header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
}
header .hea {
  justify-content: flex-end;
  padding: 50px 0 0 0;
  transition: 0.3s;
  position: relative;
}
header .hea .logo {
  margin: 0 auto 0 0;
}
header .hea .logo a {
  display: block;
}
header .hea .nav {
  width: 65%;
  background: #fff;
  border-radius: 50px;
  box-sizing: border-box;
  padding: 0 2%;
}
header .hea .nav .ul-a .li-a .a-a {
  font-size: 20px;
  color: #595857;
  display: block;
  line-height: 70px;
}
header .hea .nav .ul-a .li-a .pulldown{
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  padding: 15px 0 0 0;
  display: none;
}
header .hea .nav .ul-a .li-a .pulldown .content{
  background: #fff;
  border-radius: 10px;
  align-items: flex-start;
}
header .hea .nav .ul-a .li-a .pulldown .content .left{
  width: 65%;
  padding: 60px 5%;
  box-sizing: border-box;
}
header .hea .nav .ul-a .li-a .pulldown .content .left .hr{
  width: 100%;
  height: 1px;
  background: #d1d1d1;
  margin: 0 0 45px 0;
}
header .hea .nav .ul-a .li-a .pulldown .content .left .ul-b{
  flex-wrap: wrap;
}
header .hea .nav .ul-a .li-a .pulldown .content .left .ul-b .li-b{
  width: 48%;
  margin: 0 0 25px 0;
}
header .hea .nav .ul-a .li-a .pulldown .content .left .ul-b .li-b .a-b .p{
  width: 90%;
  font-size: 22px;
  color: #595857;
}
header .hea .nav .ul-a .li-a .pulldown .content .left .ul-b .li-b .a-b .after{
  opacity: 0;
}
header .hea .nav .ul-a .li-a .pulldown .content .right{
  width: 35%;
  border-left: 1px solid #d1d1d1;
  text-align: center;
  box-sizing: border-box;
  padding: 70px 5%;
}
header .hea .nav .ul-a .li-a:hover .a-a {
  color: #3551a1;
}
header .hea .nav .ul-a .li-a:hover .pulldown{
  display: block;
}
header .hea .nav .ul-a .li-a .pulldown .content .left .ul-b .li-b:hover .a-b .p{
  color: #3551a1;
}
header .hea .language {
  margin: 0 0 0 1%;
}
header .hea .language a .p {
  font-size: 20px;
  color: #595757;
  margin: 0 10px 0 0;
}
header .hea .login {
  width: 7%;
  margin: 0 0 0 1%;
}
header .hea .login a .after {
  margin: 0 10px 0 0;
}
header .hea .login a .p {
  font-size: 20px;
  color: #595757;
}
header .hea .login span{
  width: 40px;
  display: inline-block;
}
header .hea .search {
  margin: 0 0 0 1%;
}
.fixnav {
  background: #fff;
  box-shadow: 0 0 10px 0 #eee;
  animation: move1 0.6s;
}
.fixnav .hea{
  padding: 0px 0;
}
.fixnav .hea .nav .ul-a .li-a .a-a {
  line-height: 75px;
}
/* 轮播 */
.banner .ban {
  position: relative;
}
.banner .ban .img img{
  display: block;
}
.banner .ban .p {
  position: absolute;
  width: 72%;
  left: 14%;
  top: 40%;
}
.banner .ban .p .title {
  font-size: 70px;
  color: #3551a1;
  font-weight: bold;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #e8373d;
  margin: 0 0 30px 0;
  display: inline-block;
}
.banner .ban .p .text {
  font-size: 50px;
  color: #3551a1;
  font-weight: bold;
  margin: 0 0 25px 0;
}
.banner .ban .p .tab {
  font-size: 24px;
  color: #595857;
}
.banner .ban .p .tab span {
  color: #3551a1;
}
.banner .ban .swiper-button-prev-a{
  left: 5%;
}
.banner .ban .swiper-button-prev-a::after{
  font-size: 30px;
  color: #004cac;
}
.banner .ban .swiper-button-next-a{
  right: 5%;
}
.banner .ban .swiper-button-next-a::after{
  font-size: 30px;
  color: #004cac;
}
.n-banner .ban {
  position: relative;
}
.n-banner .ban .img img{
  display: block;
}
.n-banner .ban .p {
  position: absolute;
  width: 74%;
  left: 13%;
  top: 40%;
}
.n-banner .ban .p .left {
  width: 70%;
  font-size: 50px;
  color: #3e3a39;
  line-height: 60px;
  font-weight: bold;
  border-right: 1px solid #d1d1d1;
}
.n-banner .ban .p .right {
  width: 25%;
}
.n-banner .ban .p .right p {
  font-size: 20px;
  color: #626262;
  line-height: 30px;
  box-sizing: border-box;
  padding: 0 0 0 40px;
  background: url(../img/pro1.png) no-repeat;
  background-position: 0% 40%;
}
.n-banner-a .ban {
  position: relative;
}
.n-banner-a .ban .p {
  position: absolute;
  width: 74%;
  left: 13%;
  top: 40%;
}
.n-banner-a .ban .p .left {
  width: 70%;
  font-size: 50px;
  color: #3e3a39;
  line-height: 60px;
  font-weight: bold;
  border-right: 1px solid #d1d1d1;
}
.n-banner-a .ban .p .right {
  width: 25%;
}
.n-banner-a .ban .p .right p {
  font-size: 20px;
  color: #626262;
  line-height: 30px;
  box-sizing: border-box;
  padding: 0 0 0 40px;
  background: url(../img/pro1.png) no-repeat;
  background-position: 0% 40%;
}
.n-banner-b .ban {
  position: relative;
}
.n-banner-b .ban .p {
  position: absolute;
  width: 74%;
  left: 13%;
  top: 40%;
}
.n-banner-b .ban .p .left {
  width: 70%;
  font-size: 50px;
  color: #3551a1;
  line-height: 60px;
  font-weight: bold;
  border-right: 1px solid #3551a1;
}
.n-banner-b .ban .p .right {
  width: 25%;
}
.n-banner-b .ban .p .right p {
  font-size: 20px;
  color: #3551a1;
  line-height: 30px;
  box-sizing: border-box;
  padding: 0 0 0 40px;
  background: url(../img/new1.png) no-repeat;
  background-position: 0% 40%;
}
.n-banner-c .ban {
  position: relative;
}
.n-banner-c .ban .img img{
  display: block;
}
.n-banner-c .ban .p {
  position: absolute;
  width: 74%;
  left: 13%;
  top: 50%;
}
.n-banner-c .ban .p .title {
  font-size: 50px;
  color: #3e3a39;
  line-height: 60px;
  font-weight: bold;
}
/* 解决 */
.solutions{
  position: relative;
}
.solutions .sol {
  padding: 100px 0;
}
.solutions .sol .imgbox-a {
  position: sticky;
  top: 0;
  border-radius: 50px;
  margin: 0 0 85px 0;
  overflow: hidden;
}
.solutions .sol .imgbox-a .element {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 150px 0 0 0;
}
.solutions .sol .imgbox-a .element .title {
  font-size: 56px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  margin: 0 0 140px 0;
}
.solutions .sol .imgbox-a .element .content {
  box-sizing: border-box;
  padding: 0 9%;
  margin: 0 0 120px 0;
  position: relative;
}
.solutions .sol .imgbox-a .element .content .newbox {
  border: 1px solid #fff;
  position: absolute;
  width: 40%;
  height: 220px;
  left: 23%;
  top: -50px;
  border-radius: 30px;
}
.solutions .sol .imgbox-a .element .content .newbox .p {
  font-size: 22px;
  color: #fff;
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  top: -30px;
}
.solutions .sol .imgbox-a .element .content .afterbox {
  width: 100%;
  position: relative;
}
.solutions .sol .imgbox-a .element .content .afterbox .after {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 88px;
  margin: 0 0 25px 0;
}
.solutions .sol .imgbox-a .element .content .afterbox .p {
  font-size: 22px;
  color: #fff;
  text-align: center;
}
.solutions .sol .imgbox-a .element .content .afterbox::after {
  position: absolute;
  left: 80%;
  top: 30%;
  width: 40%;
  height: 2px;
  background: #fff;
  content: '';
}
.solutions .sol .imgbox-a .element .content .afterbox:last-child::after {
  display: none;
}
.solutions .sol .imgbox-a .element .more a {
  justify-content: center;
}
.solutions .sol .imgbox-a .element .more a .p {
  font-size: 20px;
  color: #fff;
  margin: 0 10px 0 0;
}
.solutions .sol .imgbox-b {
  position: sticky;
  border-radius: 50px;
  top: 0;
  margin: 0 0 85px 0;
  overflow: hidden;
}
.solutions .sol .imgbox-b .element {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 110px 9% 0 9%;
}
.solutions .sol .imgbox-b .element .number {
  justify-content: flex-end;
  align-items: flex-end;
  margin: 0 0 40px 0;
}
.solutions .sol .imgbox-b .element .number .num {
  font-size: 120px;
  color: #3551a1;
  font-weight: bold;
}
.solutions .sol .imgbox-b .element .number .num span {
  font-size: 140px;
}
.solutions .sol .imgbox-b .element .number .tab {
  background: #e8373d;
  font-size: 9px;
  color: #fff;
  padding: 0 5px;
  margin: 0 0 15px 0;
  line-height: 30px;
  font-weight: bold;
}
.solutions .sol .imgbox-b .element .title {
  font-size: 40px;
  color: #fff;
  text-align: right;
  margin: 0 0 30px 0;
}
.solutions .sol .imgbox-b .element .subtitle {
  font-size: 56px;
  color: #3551a1;
  font-weight: bold;
  text-align: right;
  margin: 0 0 10px 0;
}
.solutions .sol .imgbox-b .element .text {
  font-size: 22px;
  color: #ffffff;
  line-height: 32px;
  text-align: right;
  margin: 0 0 60px 0;
}
.solutions .sol .imgbox-b .element .more a {
  justify-content: flex-end;
}
.solutions .sol .imgbox-b .element .more a .p {
  font-size: 20px;
  color: #fff;
  margin: 0 10px 0 0;
}
.solutions .sol .imgbox-c {
  position: sticky;
  border-radius: 50px;
  top: 0;
  overflow: hidden;
}
.solutions .sol .imgbox-c .element {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 15% 9% 0 40%;
}
.solutions .sol .imgbox-c .element .title {
  justify-content: flex-start;
  margin: 0 0 20px 0;
}
.solutions .sol .imgbox-c .element .title .left {
  font-size: 156px;
  color: #fff;
  font-weight: bold;
}
.solutions .sol .imgbox-c .element .title .right .up {
  font-size: 100px;
  color: #fff;
  font-weight: bold;
}
.solutions .sol .imgbox-c .element .title .right .down {
  font-size: 56px;
  color: #fff;
  font-weight: bold;
}
.solutions .sol .imgbox-c .element .text {
  width: 70%;
  font-size: 22px;
  color: #fff;
  line-height: 26px;
  margin: 0 0 30px 0;
}
.solutions .sol .imgbox-c .element .more a {
  justify-content: flex-start;
}
.solutions .sol .imgbox-c .element .more a .p {
  font-size: 20px;
  color: #fff;
  margin: 0 10px 0 0;
}
.solutions .sol .imgbox-d{
  border-radius: 10px;
  overflow: hidden;
  margin: 0 0 20px 0;
  display: none;
}
/* 荣誉 */
.honor .hon .up {
  padding: 300px 0;
  position: relative;
  background: #fff;
}
.honor .hon .up .title {
  position: absolute;
  top: 20%;
  font-size: 66px;
  color: #3551a1;
}
.honor .hon .down {
  background: #f7f8fa;
  padding: 170px 0;
}
.honor .hon .down .title {
  font-size: 34px;
  color: #3551a100;
  margin: 0 0 40px 0;
}
.honor .hon .down .element .left {
  width: 48%;
}
.honor .hon .down .element .left .textbox {
  margin: 0 0 20px 0;
}
.honor .hon .down .element .left .textbox .p {
  justify-content: flex-start;
  align-items: flex-end;
  margin: 0 0 15px 0;
}
.honor .hon .down .element .left .textbox .p .num {
  font-size: 38px;
  font-weight: bold;
  margin: 0 10px 0 0;
  color: #595857;
}
.honor .hon .down .element .left .textbox .p .num .n{
  display: inline;
}
.honor .hon .down .element .left .textbox .p .num span{
  font-size: 20px;
}
.honor .hon .down .element .left .textbox .p .text {
  font-size: 18px;
  color: #595857;
  margin: 0 0 5px 0;
}
.honor .hon .down .element .left .textbox .after {
  width: 0%;
  height: 6px;
  border-radius: 30px;
  background: #3551a1;
  transition: 2s;
}
.honor .hon .down .element .left .textbox:nth-child(1) .active-a{
  width: 100% !important;
}
.honor .hon .down .element .left .textbox:nth-child(2) .active-a{
  width: 95% !important;
}
.honor .hon .down .element .left .textbox:nth-child(3) .active-a{
  width: 70% !important;
}
.honor .hon .down .element .left .textbox:nth-child(4) .active-a{
  width: 65% !important;
}
.honor .hon .down .element .left .textbox:nth-child(5) .active-a{
  width: 50% !important;
}
.honor .hon .down .element .right {
  width: 48%;
  flex-wrap: wrap;
}
.honor .hon .down .element .right .img {
  width: 31%;
  margin: 0 1% 35px 1%;
}
/* 新闻 */
.news {
  background: #fbfbfb;
}
.news .new {
  padding: 80px 0 140px 0;
}
.news .new .caption {
  margin: 0 0 40px 0;
}
.news .new .caption .title {
  font-size: 56px;
  color: #3551a1;
  font-weight: bold;
  margin: 0 0 50px 0;
}
.news .new .caption .text {
  font-size: 30px;
  color: #595857;
}
.news .new .element {
  margin: 0 0 90px 0;
  align-items: flex-start;
}
.news .new .element .imgbox {
  width: 32%;
}
.news .new .element .imgbox a {
  display: block;
}
.news .new .element .imgbox a .img {
  margin: 0 0 20px 0;
}
.news .new .element .imgbox a .title {
  font-size: 26px;
  color: #3551a1;
  font-weight: bold;
  line-height: 32px;
  margin: 0 0 15px 0;
}
.news .new .element .imgbox a .time {
  font-size: 20px;
  color: #595857;
  margin: 0 0 20px 0;
}
.news .new .element .imgbox a .text {
  font-size: 20px;
  color: #595857;
  line-height: 32px;
}
.news .new .more {
  width: 160px;
  margin: 0 0 0 auto;
}
.news .new .more a {
  background: #3551a1;
  border-radius: 5px;
  display: block;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  line-height: 50px;
}
.q-news .new {
  padding: 80px 0;
}
.q-news .new .nav {
  margin: 0 0 50px 0;
}
.q-news .new .nav ul {
  justify-content: flex-start;
}
.q-news .new .nav ul li {
  width: 220px;
  margin: 0 35px 0 0;
}
.q-news .new .nav ul li a {
  background: #f3f3f7;
  display: block;
  font-size: 20px;
  color: #3e3a39;
  line-height: 60px;
  text-align: center;
  border-radius: 30px;
}
.q-news .new .element {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.q-news .new .element .imgbox {
  width: 31%;
  margin: 0 1% 50px 1%;
}
.q-news .new .element .imgbox a .img {
  border-radius: 10px;
  overflow: hidden;
  margin: 0 0 15px 0;
}
.q-news .new .element .imgbox a .p {
  font-size: 22px;
  color: #3e3a39;
  line-height: 28px;
  margin: 0 0 15px 0;
}
.q-news .new .element .imgbox a .time {
  font-size: 20px;
  color: #595857;
}
.d-news .new{
  padding: 80px 0;
  align-items: flex-start;
  flex-wrap: wrap;
}
.d-news .new .d-left{
  width: 65%;
  box-shadow: 0px 0px 10px 0px rgba(226,225,224,0.42);
  box-sizing: border-box;
  padding: 40px 40px;
}
.d-news .new .d-left .title{
  font-size: 34px;
  line-height: 42px;
  color: #212529;
  font-weight: bold;
  margin: 0 0 15px 0;
}
.d-news .new .d-left .time{
  font-size: 16px;
  color: #777;
  padding: 0 0 40px 0;
  margin: 0 0 30px 0;
  border-bottom: 1px solid #ddd;
}
.d-news .new .d-left .element{
  font-size: 18px;
  color: #3e3a39;
  line-height: 32px;
}
.d-news .new .d-right{
  width: 30%;
  box-shadow: 0px 0px 10px 0px rgba(226,225,224,0.42);
  box-sizing: border-box;
  padding: 40px 40px;
}
.d-news .new .d-right .caption{
  font-size: 26px;
  color: #3e3a39;
  font-weight: bold;
  margin: 0 0 30px 0;
}
.d-news .new .d-right .imgbox{
  margin: 0 0 20px 0;
}
.d-news .new .d-right .imgbox a .img{
  width: 25%;
}
.d-news .new .d-right .imgbox a .img img{
  width: 100%;
  height: 70px;
  object-fit: cover;
}
.d-news .new .d-right .imgbox a .p{
  width: 70%;
}
.d-news .new .d-right .imgbox a .p .time{
  font-size: 14px;
  color: #999;
}
.d-news .new .d-right .imgbox a .p .title{
  font-size: 17px;
  color: #333;
  line-height: 26px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.d-news .new .qa{
  width: 65%;
  margin: 40px 0 0 0;
  background: #fff;
  box-shadow: 0 0 10px 0 #eee;
  padding: 20px 30px;
  box-sizing: border-box;
}
.d-news .new .qa .caption{
  font-size: 24px;
  color: #3e3a39;
  font-weight: bold;
  padding: 20px 0;
}
.d-news .new .qa .textbox{
  margin: 0 0 40px 0;
  position: relative;
}
.d-news .new .qa .textbox .up{
  margin: 0 0 10px 0;
}
.d-news .new .qa .textbox .up .profile{
  width: 5%;
}
.d-news .new .qa .textbox .up .question{
  width: 93%;
  font-size: 20px;
  color: #3e3a39;
  line-height: 32px;
}
.d-news .new .qa .textbox .down{
  box-sizing: border-box;
  width: 93%;
  margin: 0 0 0 auto;
  background: #f5f5f5;
  box-sizing: border-box;
  padding: 20px 20px;
  font-size: 17px;
  color: #666;
  line-height: 32px;
}
.d-news .new .qa .textbox .down span{
  color: #3551a1;
}
.d-news .new .qa .textbox::after{
  position: absolute;
  left: 7%;
  bottom: -20px;
  width: 93%;
  height: 1px;
  background: #eee;
  content: '';
}
.d-news .new .qa .textbox a{
  display: block;
  padding: 15px 20px;
}
.d-news .new .qa .textbox a .question{
  font-size: 20px;
  color: #3e3a39;
  line-height: 32px;
  position: relative;
}
.d-news .new .qa .textbox a .question::after{
  width: 20px;
  text-align: center;
  position: absolute;
  top: 5%;
  right: 0%;
  font-size: 24px;
  color: #3e3a39;
  content: '+';
}
.d-news .new .qa .textbox a .answer{
  font-size: 17px;
  color: #666;
  line-height: 32px;
  display: none;
  margin: 10px 0 0 0;
}
.d-news .new .qa .messagebox{
  margin: 20px 0;
  align-items: flex-start;
}
.d-news .new .qa .messagebox .profile{
  width: 5%;
}
.d-news .new .qa .messagebox .message{
  width: 93%;
}
.d-news .new .qa .messagebox .textarea textarea{
  width: 100%;
  border: 0;
  outline: none;
  border: 1px solid #eee;
  font-size: 18px;
  height: 150px;
  color: #3e3a39;
  box-sizing: border-box;
  padding: 10px 20px;
  line-height: 28px;
  margin: 0 0 20px 0;
}
.d-news .new .qa .messagebox .btn{
  width: 15%;
  border: 0;
  font-size: 18px;
  color: #fff;
  line-height: 45px;
  background: #3551a1;
}
.d-news .new .qa .title{
  font-size: 20px;
  color: #666;
  font-weight: bold;
  padding: 20px 0;
}
/* 产品 */
.q-products .pro {
  padding: 85px 0;
  align-items: flex-start;
}
.q-products .pro .q-left {
  width: 25%;
  position: sticky;
  top: 100px;
}
.q-products .pro .q-left .nav {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 10px 0 #eee;
  margin: 0 0 40px 0;
}
.q-products .pro .q-left .nav .caption {
  font-size: 20px;
  color: #3551a1;
  background: #f3f3f7;
  line-height: 75px;
  text-align: center;
  font-weight: bold;
}
.q-products .pro .q-left .nav .ul-a {
  box-sizing: border-box;
  padding: 40px 5%;
}
.q-products .pro .q-left .nav .ul-a .li-a {
  margin: 0 0 20px 0;
}
.q-products .pro .q-left .nav .ul-a .li-a .a-a {
  background: #f3f3f7;
  box-sizing: border-box;
  padding: 0 10%;
  border-radius: 50px;
}
.q-products .pro .q-left .nav .ul-a .li-a .a-a .p {
  width: 90%;
  font-size: 20px;
  color: #3e3a39;
  line-height: 60px;
}
.q-products .pro .q-left .nav .ul-a .li-a .a-a .after img:nth-child(1) {
  display: inline;
}
.q-products .pro .q-left .nav .ul-a .li-a .a-a .after img:nth-child(2) {
  display: none;
}
.q-products .pro .q-left .nav .ul-a .li-a .ul-b {
  padding: 20px 0 20px 10%;
  border-radius: 50px;
  display: none;
}
.q-products .pro .q-left .nav .ul-a .li-a .ul-b .li-b .a-b {
  font-size: 20px;
  color: #3e3a39;
  padding: 10px 0;
  display: block;
  border-bottom: 1px solid #3551a100;
}
.q-products .pro .q-left .nav .ul-a .li-a .ul-b .li-b:hover .a-b {
  border-bottom: 1px solid #3551a1;
}
.q-products .pro .q-left .download {
  box-sizing: border-box;
  padding: 0 20% 0 0;
}
.q-products .pro .q-left .download .caption {
  font-size: 20px;
  color: #3e3a39;
  margin: 0 0 35px 0;
}
.q-products .pro .q-left .download .imgbox {
  margin: 0 0 25px 0;
}
.q-products .pro .q-left .download .imgbox a .img {
  width: 15%;
}
.q-products .pro .q-left .download .imgbox a .p {
  width: 80%;
}
.q-products .pro .q-left .download .imgbox a .p .title {
  font-size: 16px;
  color: #3e3a39;
  margin: 0 0 10px 0;
}
.q-products .pro .q-left .download .imgbox a .p .text .size {
  font-size: 14px;
  color: #979797;
}
.q-products .pro .q-right {
  width: 70%;
}
.q-products .pro .q-right .caption {
  padding: 0 0 20px 0;
  border-bottom: 1px solid #d1d1d1;
  margin: 0 0 35px 0;
}
.q-products .pro .q-right .caption .p {
  font-size: 20px;
  color: #3e3a39;
  box-sizing: border-box;
  padding: 0 0 0 20px;
  position: relative;
}
.q-products .pro .q-right .caption .p::after {
  position: absolute;
  left: 0;
  top: 5px;
  width: 10px;
  height: 10px;
  border-radius: 30px;
  background: #b9cbff;
  content: '';
}
.q-products .pro .q-right .element {
  flex-wrap: wrap;
  justify-content: flex-start;
}
.q-products .pro .q-right .element .imgbox {
  width: 31%;
  margin: 0 1% 10px 1%;
}
.q-products .pro .q-right .element .imgbox a .up {
  border: 1px solid #eeeeee;
  position: relative;
}
.q-products .pro .q-right .element .imgbox a .up .more {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 120px;
  justify-content: center;
  background: rgba(19, 56, 161, 0.8);
  border-radius: 30px;
  display: none;
  font-size: 18px;
  color: #fff;
  line-height: 45px;
  z-index: 99;
}
.q-products .pro .q-right .element .imgbox a .up::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  content: '';
  z-index: 9;
  display: none;
}
.q-products .pro .q-right .element .imgbox a .down {
  font-size: 20px;
  color: #3e3a39;
  text-align: center;
  margin: 20px 0;
  word-break: break-all;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
}
.q-products .pro .q-right .element .imgbox:hover a .up .more {
  display: flex;
}
.q-products .pro .q-right .element .imgbox:hover a .up::after {
  display: block;
}
.q-products .pro .q-right .element .imgbox:hover a .down {
  color: #3551a1;
}
.q-products .active-a .a-a {
  background: #3551a1 !important;
}
.q-products .active-a .a-a .p {
  color: #fff !important;
}
.q-products .active-a .a-a .after img:nth-child(1) {
  display: none !important;
}
.q-products .active-a .a-a .after img:nth-child(2) {
  display: inline !important;
}
.q-products .active-a .ul-b {
  display: block !important;
}
.q-products .on {
  border-bottom: 1px solid #3551a1 !important;
}
.x-products{
  background: #fff;
}
.x-products .pro {
  padding: 85px 0;
  align-items: flex-start;
}
.x-products .pro .x-left {
  width: 25%;
  position: sticky;
  top: 100px;
}
.x-products .pro .x-left .nav {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 10px 0 #eee;
  margin: 0 0 40px 0;
}
.x-products .pro .x-left .nav .caption {
  font-size: 20px;
  color: #3551a1;
  background: #f3f3f7;
  line-height: 75px;
  text-align: center;
  font-weight: bold;
}
.x-products .pro .x-left .nav .ul-a {
  box-sizing: border-box;
  padding: 40px 5%;
}
.x-products .pro .x-left .nav .ul-a .li-a {
  margin: 0 0 20px 0;
}
.x-products .pro .x-left .nav .ul-a .li-a .a-a {
  background: #f3f3f7;
  box-sizing: border-box;
  padding: 0 10%;
  border-radius: 50px;
}
.x-products .pro .x-left .nav .ul-a .li-a .a-a .p {
  width: 90%;
  font-size: 20px;
  color: #3e3a39;
  line-height: 60px;
}
.x-products .pro .x-left .nav .ul-a .li-a .a-a .after img:nth-child(1) {
  display: inline;
}
.x-products .pro .x-left .nav .ul-a .li-a .a-a .after img:nth-child(2) {
  display: none;
}
.x-products .pro .x-left .nav .ul-a .li-a .ul-b {
  padding: 20px 0 20px 10%;
  border-radius: 50px;
  display: none;
}
.x-products .pro .x-left .nav .ul-a .li-a .ul-b .li-b .a-b {
  font-size: 18px;
  color: #3e3a39;
  padding: 10px 0;
  display: block;
  border-bottom: 1px solid #3551a100;
}
.x-products .pro .x-left .nav .ul-a .li-a .ul-b .li-b:hover .a-b {
  border-bottom: 1px solid #3551a1;
}
.x-products .pro .x-left .download {
  box-sizing: border-box;
  padding: 0 20% 0 0;
}
.x-products .pro .x-left .download .caption {
  font-size: 20px;
  color: #3e3a39;
  margin: 0 0 35px 0;
}
.x-products .pro .x-left .download .imgbox {
  margin: 0 0 25px 0;
}
.x-products .pro .x-left .download .imgbox a .img {
  width: 15%;
}
.x-products .pro .x-left .download .imgbox a .p {
  width: 80%;
}
.x-products .pro .x-left .download .imgbox a .p .title {
  font-size: 16px;
  color: #3e3a39;
  margin: 0 0 10px 0;
}
.x-products .pro .x-left .download .imgbox a .p .text .size {
  font-size: 14px;
  color: #979797;
}
.x-products .pro .x-right {
  width: 70%;
}
.x-products .pro .x-right .caption {
  padding: 0 0 20px 0;
  border-bottom: 1px solid #d1d1d1;
  margin: 0 0 35px 0;
}
.x-products .pro .x-right .caption .p {
  font-size: 20px;
  color: #3e3a39;
  box-sizing: border-box;
  padding: 0 0 0 20px;
  position: relative;
}
.x-products .pro .x-right .caption .p::after {
  position: absolute;
  left: 0;
  top: 5px;
  width: 10px;
  height: 10px;
  border-radius: 30px;
  background: #b9cbff;
  content: '';
}
.x-products .pro .x-right .element-a {
  margin: 0 0 50px 0;
}
.x-products .pro .x-right .element-a .left {
  width: 40%;
}
.x-products .pro .x-right .element-a .left .up {
  margin: 0 0 15px 0;
}
.x-products .pro .x-right .element-a .left .up .swipera {
  border: 1px solid #eeeeee;
}
.x-products .pro .x-right .element-a .left .up .swipera .img img {
  display: block;
}
.x-products .pro .x-right .element-a .left .down .btn {
  width: 45%;
  position: relative;
}
.x-products .pro .x-right .element-a .left .down .btn .swiper-button-prev-a {
  left: 0;
}
.x-products .pro .x-right .element-a .left .down .btn .swiper-button-prev-a::after {
  font-size: 24px;
  font-weight: bold;
  color: #cccccc;
}
.x-products .pro .x-right .element-a .left .down .btn .swiper-button-prev-a:hover::after {
  color: #3551a1;
}
.x-products .pro .x-right .element-a .left .down .btn .swiper-button-next-a {
  left: 30%;
}
.x-products .pro .x-right .element-a .left .down .btn .swiper-button-next-a::after {
  font-size: 24px;
  font-weight: bold;
  color: #cccccc;
}
.x-products .pro .x-right .element-a .left .down .btn .swiper-button-next-a:hover::after {
  color: #3551a1;
}
.x-products .pro .x-right .element-a .left .down .photo {
  width: 50%;
}
.x-products .pro .x-right .element-a .left .down .photo .img {
  border: 1px solid #d1d1d1;
}
.x-products .pro .x-right .element-a .left .down .photo .swiper-slide-thumb-active .img {
  border: 2px solid #b9cbff;
}
.x-products .pro .x-right .element-a .right {
  width: 55%;
}
.x-products .pro .x-right .element-a .right .title {
  font-size: 36px;
  line-height: 42px;
  color: #3e3a39;
  font-weight: bold;
  margin: 0 0 10px 0;
}
.x-products .pro .x-right .element-a .right .number {
  font-size: 20px;
  color: #3e3a39;
  margin: 0 0 30px 0;
}
.x-products .pro .x-right .element-a .right .text {
  font-size: 20px;
  color: #3e3a39;
  line-height: 30px;
  font-weight: bold;
}
.x-products .pro .x-right .element-a .right ul {
  margin: 10px 0;
}
.x-products .pro .x-right .element-a .right ul li {
  font-size: 20px;
  color: #3e3a39;
  line-height: 30px;
  position: relative;
}
.x-products .pro .x-right .element-a .right ul li::after {
  position: absolute;
  left: -15px;
  top: 13px;
  width: 5px;
  height: 5px;
  border-radius: 30px;
  background: #3e3a39;
  content: '';
}
.x-products .pro .x-right .element-a .right .p {
  font-size: 20px;
  color: #3e3a39;
  line-height: 30px;
}
.x-products .pro .x-right .element-b h1 {
  font-size: 24px;
  color: #3551a1;
  font-weight: bold;
  margin: 0 0 40px 0;
}
.x-products .pro .x-right .element-b .table {
  margin: 0 0 30px 0;
}
.x-products .pro .x-right .element-b .table table {
  width: 100%;
}
.x-products .pro .x-right .element-b .table table tr td {
  font-size: 16px;
  color: #6c6c72;
  line-height: 40px;
  box-sizing: border-box;
  padding: 0 5%;
}
.x-products .pro .x-right .element-b .table table tr:nth-child(odd) {
  background: #f1f2f1;
}
.x-products .pro .x-right .element-b .ul {
  margin: 0 0 70px 0;
}
.x-products .pro .x-right .element-b .ul p{
  font-size: 18px;
  color: #6c6c72;
  line-height: 50px;
  box-sizing: border-box;
  padding: 0 5%;
  border-bottom: 1px solid #6c6c72;
}
.x-products .pro .x-right .element-b p{
  font-size: 18px;
  color: #3e3a39;
  line-height: 32px;
}
.x-products .pro .x-right .element-c .imgbox {
  width: 32%;
  position: relative;
}
.x-products .pro .x-right .element-c .imgbox .p {
  font-size: 20px;
  color: #3e3a39;
  text-align: center;
  padding: 25px 0;
}
.x-products .pro .x-right .element-c .imgbox .btn {
  position: absolute;
  width: 20%;
  left: 40%;
  top: 25%;
  text-align: center;
}
.x-products .pro .x-right .videobox{
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
}
.x-products .pro .x-right .videobox .content{
  position: absolute;
  width: 60%;
  left: 20%;
  top: 20%;
}
.x-products .pro .x-right .videobox .content .close{
  position: absolute;
  top: -60px;
  right: 0;
}
.x-products .pro .x-right .videobox .content .video{
  width: 100%;
  height: 450px;
}
.x-products .pro .x-right .videobox .content .video video{
  width: 100%;
}
.x-products .pro .x-right .videobox .content .video .video-link{
  width: 100%;
}
.x-products .pro .x-right .carbtn{
  position: fixed;
  top: 80%;
  right: 5%;  
  background: #fff;
  box-shadow: 0 0 10px 0 #ebebeb;
  border-radius: 50px;
  z-index: 999;
}
.x-products .pro .x-right .carbtn a{
  width: 60px;
  height: 60px;
  justify-content: center;
  align-items: center;
}
.x-products .pro .x-right .element-e{
  margin: 0 0 20px 0;
}
.x-products .pro .x-right .element-e .textbox{
  width: 23%;
  border-left: 1px solid #cccccc;
  box-sizing: border-box;
  padding: 0 0 0 2%;
}
.x-products .pro .x-right .element-e .textbox .up{
  justify-content: flex-start;
  font-size: 18px;
  color: #3e3a39;
  margin: 0 0 10px 0;
}
.x-products .pro .x-right .element-e .textbox .up .number{
  font-size: 24px;
  color: #004cac;
}
.x-products .pro .x-right .element-e .textbox .down{
  font-size: 18px;
  color: #cccccc;
}
.x-products .pro .x-right .element-e .textbox:nth-child(1){
  border-left: 0;
}
.x-products .pro .x-right .element-f{
  background: #3551a1;
  margin: 0 0 60px 0;
}
.x-products .pro .x-right .element-f .input{
  width: 70%;
}
.x-products .pro .x-right .element-f .input input{
  width: 100%;
  font-size: 20px;
  color: #cccccc;
  line-height: 65px;
  border: none;
  outline: none;
  background: #3551a100;
  box-sizing: border-box;
  padding: 0 30px;
}
.x-products .pro .x-right .element-f .input input::placeholder{
  color: #cccccc;
}
.x-products .pro .x-right .element-f .addcart{
  width: 30%;
}
.x-products .pro .x-right .element-f .addcart button{
  width: 100%;
  justify-content: center;
  background: #3551a1;
  border: none;
  line-height: 65px;
  font-size: 20px;
  color: #fffffd;
}
.x-products .pro .x-right .element-f .addcart button img{
  margin: 0 10px 0 0;
}
.x-products .active-a .a-a {
  background: #3551a1 !important;
}
.x-products .active-a .a-a .p {
  color: #fff !important;
}
.x-products .active-a .a-a .after img:nth-child(1) {
  display: none !important;
}
.x-products .active-a .a-a .after img:nth-child(2) {
  display: inline !important;
}
.x-products .active-a .ul-b {
  display: block !important;
}
.x-products .active-b{
  display: block !important;
}
.x-products .active-c {
  border-bottom: 1px solid #3551a1 !important;
}
.shoppingcart{
  position: fixed;
  top: 0;
  right: -25%;
  background: #fff;
  width: 25%;
  height: 100%;
  z-index: 999;
  border-left: 1px solid #EFEFEF;
  transition: 0.3s;
}
.shoppingcart .sho{
  box-sizing: border-box;
  padding: 0 20px;
}
.shoppingcart .sho .caption{
  border-bottom: 1px solid #EFEFEF;
}
.shoppingcart .sho .caption .title{
  font-size: 18px;
  color: #000000;
  font-weight: bold;
  line-height: 60px;
}
.shoppingcart .sho .caption .close{
  width: 25px;
}
.shoppingcart .sho .element .imgbox{
  padding: 20px 0;
}
.shoppingcart .sho .element .imgbox .up{
  margin: 0 0 10px 0;
}
.shoppingcart .sho .element .imgbox .up .input{
  width: 5%;
}
.shoppingcart .sho .element .imgbox .up .img{
  width: 30%;
}
.shoppingcart .sho .element .imgbox .up .p{
  width: 65%;
}
.shoppingcart .sho .element .imgbox .up .p .title{
  font-size: 16px;
  color: #000000;
  font-weight: bold;
  margin: 0 0 10px 0;
}
.shoppingcart .sho .element .imgbox .up .p .number{
  font-size: 14px;
  color: #666;
  margin: 0 0 8px 0;
}
.shoppingcart .sho .element .imgbox .up .p .price{
  font-size: 14px;
  color: #333;
  margin: 0 0 8px 0;
}
.shoppingcart .sho .element .imgbox .down{
  width: 180px;
  margin: 0 auto;
  border: 1px solid #DCDFE6;
  border-radius: 5px;
}
.shoppingcart .sho .element .imgbox .down .minus{
  width: 25%;
  border-right: 1px solid #DCDFE6;
  text-align: center;
  font-size: 22px;
  color: #434b51;
  line-height: 40px;
}
.shoppingcart .sho .element .imgbox .down .number{
  width: 50%;
  border-right: 1px solid #DCDFE6;
  text-align: center;
  font-size: 20px;
  color: #434b51;
  line-height: 40px;
}
.shoppingcart .sho .element .imgbox .down .add{
  width: 25%;
  text-align: center;
  font-size: 22px;
  color: #434b51;
  line-height: 40px;
}
.shoppingcart .sho .element .checkout{
  width: 100%;
}
.shoppingcart .sho .element .checkout input{
  width: 100%;
  border: none;
  outline: none;
  background: #3551a1;
  border-radius: 5px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 50px;
}
.shoppingcart-active{
  right: 0 !important;
}
/* 关于 */
.n-about-a {
  background: url(../img/abo1.jpg) no-repeat;
  background-size: cover;
}
.n-about-a .abo-a .abo .caption {
  font-size: 46px;
  font-weight: bold;
  box-sizing: border-box;
  padding: 0 0 0 20px;
  position: relative;
  margin: 0 0 110px 0;
}
.n-about-a .abo-a .abo .caption::after {
  position: absolute;
  left: 0;
  width: 4px;
  height: 100%;
  background: #3551a1;
  content: '';
}
.n-about-a .abo-a .abo .element {
  margin: 0 0 70px 0;
  align-items: flex-start;
}
.n-about-a .abo-a .abo .element .textbox {
  width: 20%;
}
.n-about-a .abo-a .abo .element .textbox .number {
  font-size: 16px;
  color: #3551a1;
  font-weight: bold;
  text-align: center;
  margin: 0 0 10px 0;
}
.n-about-a .abo-a .abo .element .textbox .number span {
  font-size: 75px;
}
.n-about-a .abo-a .abo .element .textbox .title {
  font-size: 24px;
  color: #3e3a39;
  font-weight: bold;
  text-align: center;
}
.n-about-a .abo-a .abo .text {
  font-size: 22px;
  color: #595857;
  line-height: 30px;
  margin: 0 0 90px 0;
}
.n-about-a .abo-b .abo {
  margin: 0 auto 100px auto;
  align-items: flex-start;
}
.n-about-a .abo-b .abo .imgbox {
  width: 48%;
}
.n-about-a .abo-b .abo .imgbox .up {
  justify-content: center;
  margin: 0 0 50px 0;
}
.n-about-a .abo-b .abo .imgbox .up .img {
  margin: 0 20px 0 0;
}
.n-about-a .abo-b .abo .imgbox .up .title {
  font-size: 60px;
  color: #3551a1;
  font-weight: bold;
}
.n-about-a .abo-b .abo .imgbox .down {
  font-size: 26px;
  color: #3e3a39;
  text-align: center;
  font-weight: bold;
}
.n-about-a .abo-c .abo .caption {
  font-size: 36px;
  color: #3e3a39;
  font-weight: bold;
}
.n-about-a .abo-c .abo .element {
  padding: 90px 0 60px 0;
  position: relative;
}
.n-about-a .abo-c .abo .element .imgbox .img{
  text-align: center;
}
.n-about-a .abo-c .abo .element .imgbox .title {
  font-size: 26px;
  color: #595857;
  text-align: center;
  padding: 25px 0 0 0;
}
.n-about-a .abo-c .abo .element .swiper-button-prev-a{
  top: 0px;
  left: auto;
  right: 115px;
  width: 95px;
  height: 45px;
  border-radius: 30px;
  background: #eeeeee;
}
.n-about-a .abo-c .abo .element .swiper-button-prev-a::after{
  font-size: 22px;
  color: #3e3a39;
  font-weight: bold;
}
.n-about-a .abo-c .abo .element .swiper-button-prev-a:hover{
  background: #224197;
}
.n-about-a .abo-c .abo .element .swiper-button-prev-a:hover::after{
  color: #fff;
}
.n-about-a .abo-c .abo .element .swiper-button-next-a{
  top: 0px;
  left: auto;
  right: 0;
  width: 95px;
  height: 45px;
  border-radius: 30px;
  background: #eeeeee;
}
.n-about-a .abo-c .abo .element .swiper-button-next-a::after{
  font-size: 22px;
  color: #3e3a39;
  font-weight: bold;
}
.n-about-a .abo-c .abo .element .swiper-button-next-a:hover{
  background: #224197;
}
.n-about-a .abo-c .abo .element .swiper-button-next-a:hover::after{
  color: #fff;
}
.n-about-b {
  background: #fff;
}
.n-about-b .abo {
  padding: 110px 0;
}
.n-about-b .abo .caption {
  font-size: 32px;
  color: #000000;
  font-weight: bold;
  position: relative;
  margin: 0 0 60px 0;
}
.n-about-b .abo .caption::after {
  position: absolute;
  width: 75%;
  right: 0;
  top: 49%;
  height: 2px;
  background: #f1f1f1;
  content: '';
}
.n-about-b .abo .element ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.n-about-b .abo .element ul .titlebox{
  width: 66%;
}
.n-about-b .abo .element ul .emailbox{
  width: 32%;
}
.n-about-b .abo .element ul .namebox{
  width: 32%;
}
.n-about-b .abo .element ul .sexbox{
  width: 32%;
}
.n-about-b .abo .element ul .telbox{
  width: 32%;
}
.n-about-b .abo .element ul .companybox{
  width: 100%;
}
.n-about-b .abo .element ul .contentbox{
  width: 100%;
}
.n-about-b .abo .element ul li{
  margin: 0 0 20px 0;
}
.n-about-b .abo .element ul li input{
  width: 100%;
  border: none;
  outline: none;
  background: #f6f6f8;
  font-size: 18px;
  color: #626262;
  line-height: 50px;
  box-sizing: border-box;
  padding: 0 25px;
  border-radius: 5px;
}
.n-about-b .abo .element ul li textarea{
  width: 100%;
  border: none;
  outline: none;
  background: #f6f6f8;
  font-size: 18px;
  color: #626262;
  line-height: 50px;
  box-sizing: border-box;
  padding: 0 25px;
  border-radius: 5px;
}
.n-about-b .abo .element ul .inpbox-b{
  width: 100%;
  margin: 0 0 50px 0;
}
.n-about-b .abo .element ul .inpbox-b .input label{
  display: flex;
  justify-content: flex-start;
}
.n-about-b .abo .element ul .inpbox-b .input label input{
  width: auto;
  margin: 0 10px 0 0;
}
.n-about-b .abo .element ul .inpbox-b .input label p{
  font-size: 24px;
  color: #626262;
}
.n-about-b .abo .element ul .button_li{
  width: 210px;
}
.n-about-b .abo .element ul .button_li input{
  background: #e7373c;
  border-radius: 25px;
  font-size: 24px;
  color: #ffffff;
  line-height: 50px;
}
.n-about-c{
  background: url(../img/abo1.jpg) no-repeat top;
}
.n-about-c .abo-a .abo .caption {
  font-size: 46px;
  font-weight: bold;
  box-sizing: border-box;
  padding: 0 0 0 20px;
  position: relative;
  margin: 0 0 30px 0;
}
.n-about-c .abo-a .abo .caption::after {
  position: absolute;
  left: 0;
  width: 4px;
  height: 100%;
  background: #3551a1;
  content: '';
}
.n-about-c .abo-a .abo .text {
  font-size: 22px;
  color: #595857;
  line-height: 30px;
  margin: 0 0 60px 0;
}
.n-about-c .abo-a .abo .element {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 0 50px 0;
}
.n-about-c .abo-a .abo .element .img {
  width: 10%;
  margin: 0 1% 30px 1%;
}
.n-about-c .abo-b .abo .caption {
  font-size: 36px;
  font-weight: bold;
  box-sizing: border-box;
  color: #3e3a39;
  position: relative;
  margin: 0 0 50px 0;
}
.n-about-c .abo-b .abo .element {
  flex-wrap: wrap;
  margin: 0 0 40px 0;
}
.n-about-c .abo-b .abo .element .img {
  width: 31%;
  margin: 0 0 40px 0;
}
.n-about-c .abo-c .abo .caption {
  font-size: 36px;
  font-weight: bold;
  box-sizing: border-box;
  color: #3e3a39;
  margin: 0 0 50px 0;
}
.n-about-c .abo-c .abo .element {
  flex-wrap: wrap;
  margin: 0 0 40px 0;
}
.n-about-c .abo-c .abo .element .img {
  width: 23%;
  margin: 0 0 30px 0;
}
.n-about-d{
  background: url(../img/abo1.jpg) no-repeat;
  background-size: cover;
}
.n-about-d .abo-a .abo .caption {
  font-size: 46px;
  font-weight: bold;
  box-sizing: border-box;
  padding: 0 0 0 20px;
  position: relative;
  margin: 0 0 50px 0;
}
.n-about-d .abo-a .abo .caption::after {
  position: absolute;
  left: 0;
  width: 4px;
  height: 100%;
  background: #3551a1;
  content: '';
}
.n-about-d .abo-a .abo .text {
  font-size: 20px;
  color: #595857;
  line-height: 32px;
  margin: 0 0 70px 0;
}
.n-about-d .abo-b .abo {
  margin: 0 auto 90px auto;
}
.n-about-d .abo-b .abo .textbox {
  margin: 0 0 40px 0;
}
.n-about-d .abo-b .abo .textbox .up {
  margin: 0 0 15px 0;
}
.n-about-d .abo-b .abo .textbox .up .img {
  width: 4%;
}
.n-about-d .abo-b .abo .textbox .up .title {
  width: 94%;
  font-size: 30px;
  color: #3551a1;
  font-weight: bold;
}
.n-about-d .abo-b .abo .textbox .down {
  font-size: 20px;
  color: #3e3a39;
  line-height: 36px;
}
.n-about-d .abo-c .abo .caption {
  font-size: 36px;
  font-weight: bold;
  box-sizing: border-box;
  color: #3e3a39;
  margin: 0 0 50px 0;
}
.n-about-d .abo-c .abo .text {
  margin: 0 0 60px 0;
  font-size: 20px;
  color: #595857;
  line-height: 32px;
}
.n-about-d .abo-c .abo .element {
  flex-wrap: wrap;
}
.n-about-d .abo-c .abo .element .img {
  width: 31%;
  margin: 0 1% 50px 1%; 
  border-radius: 20px;
  overflow: hidden;
}
/* 科普 */
.n-science .sci {
  padding: 80px 0;
}
.n-science .sci .textbox {
  border-bottom: 1px solid #dedede;
}
.n-science .sci .textbox a {
  display: block;
  box-sizing: border-box;
  padding: 45px 5%;
}
.n-science .sci .textbox a .time {
  font-size: 20px;
  color: #3e3a39;
  text-align: right;
}
.n-science .sci .textbox a .title {
  font-size: 30px;
  color: #3e3a39;
  margin: 0 0 10px 0;
}
.n-science .sci .textbox a .content .text {
  width: 80%;
  font-size: 18px;
  line-height: 28px;
  color: #3e3a39;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.n-science .sci .textbox a .content .more .p {
  font-size: 20px;
  color: #3e3a39;
  margin: 0 10px 0 0;
}
.n-science .sci .textbox a .content .more .after img:nth-child(1) {
  display: inline;
}
.n-science .sci .textbox a .content .more .after img:nth-child(2) {
  display: none;
}
.n-science .sci .textbox:hover{
  box-shadow: 0 0 10px 0 #eee;
  border-bottom: 0 solid #f1f1f1;
}
.n-science .sci .textbox:hover a .title {
  color: #3551a1;
}
.n-science .sci .textbox:hover a .content .more .p {
  color: #3551a1;
}
.n-science .sci .textbox:hover a .content .more .after img:nth-child(1) {
  display: none;
}
.n-science .sci .textbox:hover a .content .more .after img:nth-child(2) {
  display: inline;
}
/* 登录 */
.login{
  background: url(../img/log1.svg) no-repeat;
  background-size: cover;
}
.login .log{
  padding: 160px 0 100px 0;
}
.login .log .left{
  width: 48%;
}
.login .log .left .title{
  font-size: 28px;
  color: #000000;
  font-weight: bold;
  margin: 0 0 20px 0;
}
.login .log .left .text{
  font-size: 19px;
  line-height: 28px;
  color: #333;
  opacity: 0.6;
}
.login .log .right{
  width: 40%;
  background: #f7f9fa;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
  padding: 30px 30px;
  border-radius: 10px;
}
.login .log .right .inputbox{
  margin: 0 0 20px 0;
}
.login .log .right .inputbox .title{
  font-size: 14px;
  color: #212529;
  margin: 0 0 10px 0;
}
.login .log .right .inputbox .input input{
  width: 100%;
  border: 1px solid #E5E5E5;
  background: #fff;
  line-height: 50px;
  box-sizing: border-box;
  outline: none;
  font-size: 16px;
  color: #333;
  padding: 0 10px;
  border-radius: 5px;
}
.login .log .right .submit{
  width: 180px;
}
.login .log .right .submit input{
  width: 100%;
  border: none;
  outline: none;
  background: #3551a1;
  border-radius: 5px;
  display: block;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  line-height: 50px;
}
/* 会员 */
.n-member .mem {
  padding: 85px 0;
  align-items: flex-start;
}
.n-member .mem .n-left {
  width: 25%;
}
.n-member .mem .n-left .nav {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 10px 0 #eee;
  margin: 0 0 40px 0;
}
.n-member .mem .n-left .nav .caption {
  font-size: 20px;
  color: #3551a1;
  background: #f3f3f7;
  line-height: 75px;
  text-align: center;
  font-weight: bold;
}
.n-member .mem .n-left .nav .ul-a {
  box-sizing: border-box;
  padding: 40px 5%;
}
.n-member .mem .n-left .nav .ul-a .li-a {
  margin: 0 0 20px 0;
}
.n-member .mem .n-left .nav .ul-a .li-a .a-a {
  background: #f3f3f7;
  box-sizing: border-box;
  padding: 0 10%;
  border-radius: 50px;
}
.n-member .mem .n-left .nav .ul-a .li-a .a-a .p {
  width: 90%;
  font-size: 20px;
  color: #3e3a39;
  line-height: 60px;
}
.n-member .mem .n-left .nav .ul-a .li-a .a-a .after img:nth-child(1) {
  display: inline;
}
.n-member .mem .n-left .nav .ul-a .li-a .a-a .after img:nth-child(2) {
  display: none;
}
.n-member .mem .n-left .nav .ul-a .li-a .ul-b {
  padding: 20px 0 20px 10%;
  border-radius: 50px;
  display: none;
}
.n-member .mem .n-left .nav .ul-a .li-a .ul-b .li-b .a-b {
  font-size: 20px;
  color: #3e3a39;
  padding: 10px 0;
  display: block;
  border-bottom: 1px solid #3551a100;
}
.n-member .mem .n-left .nav .ul-a .li-a .ul-b .li-b:hover .a-b {
  border-bottom: 1px solid #3551a1;
}
.n-member .mem .n-right {
  width: 70%;
}
.n-member .mem .n-right .caption {
  padding: 0 0 20px 0;
  border-bottom: 1px solid #d1d1d1;
  margin: 0 0 35px 0;
}
.n-member .mem .n-right .caption .p {
  font-size: 20px;
  color: #3e3a39;
  box-sizing: border-box;
  padding: 0 0 0 20px;
  position: relative;
}
.n-member .mem .n-right .caption .p::after {
  position: absolute;
  left: 0;
  top: 5px;
  width: 10px;
  height: 10px;
  border-radius: 30px;
  background: #b9cbff;
  content: '';
}
.n-member .mem .n-right .element .imgbox{
  width: 100%;  
  margin: 0 0 20px 0;
}
.n-member .mem .n-right .element .imgbox a .img{
  width: 25%;
}
.n-member .mem .n-right .element .imgbox a .p{
  width: 75%;
}
.n-member .mem .n-right .element .imgbox a .p .title{
  font-size: 20px;
  color: #000000;
  font-weight: bold;
  margin: 0 0 12px 0;
}
.n-member .mem .n-right .element .imgbox a .p .number{
  font-size: 18px;
  color: #333;
  margin: 0 0 12px 0;
}
.n-member .mem .n-right .element .imgbox a .p .quantity{
  font-size: 18px;
  color: #333;
  margin: 0 0 20px 0;
}
.n-member .mem .n-right .element .imgbox a .p .time{
  font-size: 16px;
  color: #666;
}
.n-member .active-a .a-a {
  background: #3551a1 !important;
}
.n-member .active-a .a-a .p {
  color: #fff !important;
}
.n-member .active-a .a-a .after img:nth-child(1) {
  display: none !important;
}
.n-member .active-a .a-a .after img:nth-child(2) {
  display: inline !important;
}
.n-member .active-a .ul-b {
  display: block !important;
}
/* 搜索 */
.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/hea3.png) no-repeat center;
  background-size: inherit;
  height: 60px;
}
.searchactive{
  top: 0;
}
.q-search .sra {
  padding: 85px 0;
  align-items: flex-start;
}
.q-search .sra .q-left {
  width: 25%;
}
.q-search .sra .q-left .nav {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 10px 0 #eee;
  margin: 0 0 40px 0;
}
.q-search .sra .q-left .nav .caption {
  font-size: 20px;
  color: #3551a1;
  background: #f3f3f7;
  line-height: 75px;
  text-align: center;
  font-weight: bold;
}
.q-search .sra .q-left .nav .ul-a {
  box-sizing: border-box;
  padding: 40px 5%;
}
.q-search .sra .q-left .nav .ul-a .li-a {
  margin: 0 0 20px 0;
}
.q-search .sra .q-left .nav .ul-a .li-a .a-a {
  background: #f3f3f7;
  box-sizing: border-box;
  padding: 0 10%;
  border-radius: 50px;
}
.q-search .sra .q-left .nav .ul-a .li-a .a-a .p {
  width: 90%;
  font-size: 20px;
  color: #3e3a39;
  line-height: 60px;
}
.q-search .sra .q-left .nav .ul-a .li-a .a-a .after img:nth-child(1) {
  display: inline;
}
.q-search .sra .q-left .nav .ul-a .li-a .a-a .after img:nth-child(2) {
  display: none;
}
.q-search .sra .q-left .nav .ul-a .li-a .ul-b {
  padding: 20px 0 20px 10%;
  border-radius: 50px;
  display: none;
}
.q-search .sra .q-left .nav .ul-a .li-a .ul-b .li-b .a-b {
  font-size: 20px;
  color: #3e3a39;
  padding: 10px 0;
  display: block;
  border-bottom: 1px solid #3551a100;
}
.q-search .sra .q-left .nav .ul-a .li-a .ul-b .li-b:hover .a-b {
  border-bottom: 1px solid #3551a1;
}
.q-search .sra .q-left .download {
  box-sizing: border-box;
  padding: 0 20% 0 0;
}
.q-search .sra .q-left .download .caption {
  font-size: 20px;
  color: #3e3a39;
  margin: 0 0 35px 0;
}
.q-search .sra .q-left .download .imgbox {
  margin: 0 0 25px 0;
}
.q-search .sra .q-left .download .imgbox a .img {
  width: 15%;
}
.q-search .sra .q-left .download .imgbox a .p {
  width: 80%;
}
.q-search .sra .q-left .download .imgbox a .p .title {
  font-size: 16px;
  color: #3e3a39;
  margin: 0 0 10px 0;
}
.q-search .sra .q-left .download .imgbox a .p .text .size {
  font-size: 14px;
  color: #979797;
}
.q-search .sra .q-right {
  width: 70%;
}
.q-search .sra .q-right .caption {
  padding: 0 0 20px 0;
  border-bottom: 1px solid #d1d1d1;
  margin: 0 0 35px 0;
}
.q-search .sra .q-right .caption .p {
  font-size: 20px;
  color: #3e3a39;
  box-sizing: border-box;
  padding: 0 0 0 20px;
  position: relative;
}
.q-search .sra .q-right .caption .p::after {
  position: absolute;
  left: 0;
  top: 5px;
  width: 10px;
  height: 10px;
  border-radius: 30px;
  background: #b9cbff;
  content: '';
}
.q-search .sra .q-right .element {
  flex-wrap: wrap;
  justify-content: flex-start;
}
.q-search .sra .q-right .element .imgbox {
  width: 31%;
  margin: 0 1% 10px 1%;
}
.q-search .sra .q-right .element .imgbox a .up {
  border: 1px solid #eeeeee;
  position: relative;
}
.q-search .sra .q-right .element .imgbox a .up .more {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 120px;
  justify-content: center;
  background: rgba(19, 56, 161, 0.8);
  border-radius: 30px;
  display: none;
  font-size: 18px;
  color: #fff;
  line-height: 45px;
  z-index: 99;
}
.q-search .sra .q-right .element .imgbox a .up::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  content: '';
  z-index: 9;
  display: none;
}
.q-search .sra .q-right .element .imgbox a .down {
  font-size: 20px;
  color: #3e3a39;
  text-align: center;
  margin: 20px 0;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.q-search .sra .q-right .element .imgbox:hover a .up .more {
  display: flex;
}
.q-search .sra .q-right .element .imgbox:hover a .up::after {
  display: block;
}
.q-search .sra .q-right .element .imgbox:hover a .down {
  color: #3551a1;
}
.q-search .active-a .a-a {
  background: #3551a1 !important;
}
.q-search .active-a .a-a .p {
  color: #fff !important;
}
.q-search .active-a .a-a .after img:nth-child(1) {
  display: none !important;
}
.q-search .active-a .a-a .after img:nth-child(2) {
  display: inline !important;
}
.q-search .active-a .ul-b {
  display: block !important;
}
.q-search .active-b {
  border-bottom: 1px solid #3551a1 !important;
}
/* 底部 */
footer{
  position: relative;
}
footer::after{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -9;
  background: linear-gradient(45deg, rgba(255, 219, 183, 0.6705882353), rgba(255, 170, 203, 0.6705882353), rgba(132, 187, 255, 0.8431372549));
  backdrop-filter: blur(80px);
  opacity: 0.2;
  content: '';
  animation: move3 5s infinite alternate;
}
footer .foo-a .foo {
  padding: 40px 0;
  border-bottom: 1px solid #dcdcdc;
}
footer .foo-a .foo .right .btn {
  width: 41px;
  margin: 0 0 0 20px;
}
footer .foo-a .foo .right .btn a{
  display: block;
}
footer .foo-b .foo {
  padding: 90px 0 0 0;
}
footer .foo-b .foo .left {
  width: 45%;
}
footer .foo-b .foo .left .phonebox {
  margin: 0 0 60px 0;
}
footer .foo-b .foo .left .phonebox .img {
  width: 10%;
}
footer .foo-b .foo .left .phonebox .img img{
  display: block;
}
footer .foo-b .foo .left .phonebox .p {
  width: 85%;
}
footer .foo-b .foo .left .phonebox .p .title {
  font-size: 22px;
  color: #595757;
  font-weight: bold;
  margin: 0 0 5px 0;
}
footer .foo-b .foo .left .phonebox .p .text {
  font-size: 32px;
  color: #595857;
  font-weight: bold;
}
footer .foo-b .foo .left .imgbox {
  align-items: flex-start;
  margin: 0 0 20px 0;
}
footer .foo-b .foo .left .imgbox .img {
  width: 5%;
  padding: 5px 0 0 0;
}
footer .foo-b .foo .left .imgbox .p {
  width: 92%;
  font-size: 18px;
  color: #595857;
  line-height: 30px;
}
footer .foo-b .foo .left .imgbox .p span {
  font-weight: bold;
}
footer .foo-b .foo .right {
  width: 45%;
  align-items: flex-start;
}
footer .foo-b .foo .right ul .caption {
  font-size: 26px;
  color: #595857;
  margin: 0 0 40px 0;
}
footer .foo-b .foo .right ul li a {
  font-size: 18px;
  color: #595857;
  line-height: 30px;
}
footer .foo-d .foo {
  padding: 25px 0;
}
footer .foo-d .foo .left {
  font-size: 16px;
  color: #595857;
  line-height: 20px;
}
footer .foo-d .foo .right {
  font-size: 16px;
  color: #595857;
}
/******************************************/
@media screen and (max-width: 1801px) {
  .news .new .element .imgbox a .title {
    font-size: 24px;
  }
}
/******************************************/
@media screen and (max-width: 1601px) {
  .center-a {
    width: 80%;
  }
  header .hea .nav .ul-a .li-a .a-a {
    font-size: 18px;
  }
  header .hea .logo {
    width: 15%;
  }
  header .hea .login a .p {
    font-size: 18px;
  }
  .banner .ban .p .title {
    font-size: 60px;
  }
  .banner .ban .p .text {
    font-size: 40px;
  }
  .banner .ban .p .tab {
    font-size: 22px;
    color: #595857;
  }
  .solutions .sol .imgbox-a .element {
    padding: 80px 0 0 0;
  }
  .solutions .sol .imgbox-b .element {
    padding: 60px 9% 0 9%;
  }
  .solutions .sol .imgbox-b .element .number .num span {
    font-size: 120px;
  }
  .solutions .sol .imgbox-b .element .number {
    margin: 0 0 30px 0;
  }
  .solutions .sol .imgbox-b .element .title {
    font-size: 34px;
    margin: 0 0 20px 0;
  }
  .solutions .sol .imgbox-b .element .subtitle {
    font-size: 46px;
  }
  .solutions .sol .imgbox-b .element .text {
    margin: 0 0 30px 0;
  }
  .solutions .sol .imgbox-c .element {
    padding: 10% 9% 0 40%;
  }
  .solutions .sol .imgbox-c .element .title .left {
    font-size: 140px;
  }
  .solutions .sol .imgbox-c .element .title .right .up {
    font-size: 80px;
  }
  .solutions .sol .imgbox-c .element .title .right .down {
    font-size: 46px;
  }
  .news .new {
    padding: 80px 0 100px 0;
  }
  .news .new .caption .title {
    font-size: 38px;
    margin: 0 0 30px 0;
  }
  .news .new .caption .text {
    font-size: 26px;
  }
  .news .new .element .imgbox a .title {
    font-size: 22px;
  }
  .n-about-a .abo-a .abo .element .textbox .number span {
    font-size: 55px;
  }
  .n-about-a .abo-a .abo .caption {
    font-size: 40px;
    margin: 0 0 80px 0;
  }
  .n-about-a .abo-b .abo .imgbox .up .title {
    font-size: 48px;
  }
  .n-about-a .abo-b .abo .imgbox .up {
    margin: 0 0 30px 0;
  }
  .n-about-c .abo-a .abo .caption {
    font-size: 40px;
  }
  .d-news .new .d-right {
    padding: 40px 20px;
  }
  .n-about-d .abo-a .abo .caption {
    font-size: 40px;
  }
}
/******************************************/
@media screen and (max-width: 1401px) {
  .center-a {
    width: 90%;
  }
  .solutions .sol .imgbox-a .element {
    padding: 40px 0 0 0;
  }
  .solutions .sol .imgbox-a .element .title {
    font-size: 42px;
    margin: 0 0 100px 0;
  }
  .solutions .sol .imgbox-a .element .content .newbox {
    height: 190px;
    top: -25px;
  }
  .solutions .sol .imgbox-a .element .content .afterbox .p {
    font-size: 20px;
  }
  .solutions .sol .imgbox-b .element .number .num span {
    font-size: 100px;
  }
  .solutions .sol .imgbox-b .element .number {
    margin: 0 0 20px 0;
  }
  .solutions .sol .imgbox-b .element {
    padding: 30px 9% 0 9%;
  }
  .solutions .sol .imgbox-b .element .title {
    font-size: 28px;
    margin: 0 0 15px 0;
  }
  .solutions .sol .imgbox-b .element .subtitle {
    font-size: 36px;
  }
  .solutions .sol .imgbox-b .element .text {
    font-size: 20px;
    line-height: 28px;
    margin: 0 0 30px 0;
  }
  .solutions .sol .imgbox-b .element .more a .p {
    font-size: 18px;
  }
  .solutions .sol .imgbox-c .element {
    padding: 6% 9% 0 40%;
  }
  .solutions .sol .imgbox-c .element .title .left {
    font-size: 100px;
  }
  .solutions .sol .imgbox-c .element .title .right .up {
    font-size: 60px;
  }
  .solutions .sol .imgbox-c .element .title .right .down {
    font-size: 34px;
  }
  .honor .hon .down {
    padding: 130px 0;
  }
  .n-about-a .abo-a .abo .element .textbox .number span {
    font-size: 38px;
  }
  .n-about-a .abo-a .abo .element {
    margin: 0 0 40px 0;
  }
  .n-about-a .abo-a .abo .caption {
    font-size: 34px;
    margin: 0 0 50px 0;
  }
  .n-about-a .abo-b .abo .imgbox .up .title {
    font-size: 38px;
  }
  .n-about-a .abo-b .abo .imgbox .down {
    font-size: 22px;
  }
  .n-about-c .abo-a .abo .caption {
    font-size: 34px;
  } 
  .n-about-d .abo-a .abo .caption {
    font-size: 34px;
  }
  header .hea .nav .ul-a .li-a .pulldown .content .left .ul-b .li-b .a-b .p {
    font-size: 18px;
  }
  .n-banner-a .ban .p {
    top: 50%;
  }
  .n-banner-a .ban .p .left {
    font-size: 32px;
    line-height: 40px;
  }
  .q-products .pro .q-left .nav .ul-a .li-a .ul-b .li-b .a-b {
    font-size: 18px;
  }
  .q-products .pro .q-right .element .imgbox a .down {
    font-size: 18px;
    margin: 15px 0;
    line-height: 22px;
  }
  .q-products .pro .q-left .nav .ul-a .li-a .a-a .p {
    width: 95%;
    font-size: 18px;
    line-height: 55px;
  }
  .q-products .pro .q-right .element .imgbox a .up .more {
    width: 80px;
    font-size: 14px;
    line-height: 35px;
  }
  .x-products .pro .x-left .nav .ul-a .li-a .a-a .p {
    width: 95%;
    font-size: 18px;
    line-height: 55px;
  }
  .x-products .pro .x-right .element-a .right .title {
    font-size: 26px;
    line-height: 32px;
  }
  .x-products .pro .x-right .element-a .right .number {
    font-size: 18px;
    margin: 0 0 15px 0;
  }
  .x-products .pro .x-right .element-a .right ul p {
    font-size: 18px;
  }
  .x-products .pro .x-right .element-e .textbox .down {
    font-size: 16px;
  }
  .x-products .pro .x-right .element-f .addcart button {
    line-height: 60px;
    font-size: 18px;
  }
  .x-products .pro .x-right .element-f .input input {
    font-size: 18px;
    color: #cccccc;
    line-height: 60px;
    padding: 0 20px;
  }
  .x-products .pro .x-right .element-f {
    margin: 0 0 40px 0;
  }
  .n-banner .ban .p {
    top: 50%;
  }
  .n-banner .ban .p .left {
    font-size: 32px;
    line-height: 40px;
  }
  .q-news .new {
    padding: 60px 0;
  }
  .n-banner-b .ban .p .left {
    font-size: 32px;
    line-height: 40px;
  }
  .q-news .new .nav ul li {
    width: 200px;
  }
  .q-news .new .nav ul li a {
    font-size: 18px;
    line-height: 45px;
  }
  .q-news .new .nav {
    margin: 0 0 40px 0;
  }
  .q-news .new .element .imgbox a .p {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 15px 0;
  }
  .q-news .new .element .imgbox a .time {
    font-size: 18px;
  }
  .d-news .new .d-left .title {
    font-size: 28px;
    line-height: 38px;
    margin: 0 0 15px 0;
  }
  .d-news .new .d-right .caption {
    font-size: 22px;
    margin: 0 0 20px 0;
  }
  header .hea .language a .p {
    font-size: 18px;
  }
  header .hea .login a .p {
    font-size: 16px;
  }
}
/******************************************/
@media screen and (max-width: 1201px) {
  header {
    display: none;
  }
  .phone-section {
    display: block;
  }
  .phone-logo {
    width: 20%;
  }
  .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: 35px;
  }
  .phone-close .after {
    width: 100%;
    height: 3px;
    background: #333;
    margin: 8px 0;
    border-radius: 30px;
  }
  .phone-listnav {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999999999999999;
  }
  .phonelist-nav {
    width: 100%;
    background-color: #fff;
    line-height: 48px;
  }
  .phonelist-nav a {
    color: #333;
    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 #eee;
  }
  .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;
  }
      .phone-section .phone-login {
        width: 10%;
        margin: 0 10px 0 auto;
    }
  .phone-sectiona .phone-login a .after {
    margin: 0 10px 0 0;
  }
  .phone-section .phone-login a .p {
    font-size: 20px;
    color: #595757;
  }
  .phone-section .phone-login span{
    width: 40px;
    display: inline-block;
  }
  .menucl-img2 {
    display: none;
  }
  .banner .ban .p {
    width: 80%;
    left: 10%;
    top: 20%;
  }
  .banner .ban .p .title {
    font-size: 42px;
  }
  .banner .ban .p .text {
    font-size: 32px;
  }
  .banner .ban .p .tab {
    font-size: 20px;
  }
  .solutions .sol {
    padding: 40px 0;
  }
  .solutions .sol .imgbox-a .element .title {
    font-size: 26px;
    margin: 0 0 70px 0;
  }
  .solutions .sol .imgbox-a .element .content .newbox .p {
    font-size: 18px;
  }
  .solutions .sol .imgbox-a .element .content .afterbox .p {
    font-size: 16px;
  }
  .solutions .sol .imgbox-a .element .content .afterbox .after {
    height: 70px;
    margin: 0 0 15px 0;
  }
  .solutions .sol .imgbox-a .element .content .afterbox .after img{
    max-height: 100%;
  }
  .solutions .sol .imgbox-a .element .content .newbox {
    height: 150px;
    top: -15px;
  }
  .solutions .sol .imgbox-a {
    border-radius: 35px;
    margin: 0 0 40px 0;
  }
  .solutions .sol .imgbox-b .element .number .num {
    font-size: 60px;
  }
  .solutions .sol .imgbox-b .element .number .num span {
    font-size: 60px;
  }
  .solutions .sol .imgbox-b .element .number {
    margin: 0 0 15px 0;
  }
  .solutions .sol .imgbox-b .element .subtitle {
    font-size: 26px;
  }
  .solutions .sol .imgbox-b .element .title {
    font-size: 24px;
    margin: 0 0 10px 0;
  }
  .solutions .sol .imgbox-b .element .text {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 20px 0;
  }
  .solutions .sol .imgbox-b .element .more a .p {
    font-size: 14px;
  }
  .solutions .sol .imgbox-b {
    margin: 0 0 40px 0;
    border-radius: 30px;
  }
  .solutions .sol .imgbox-c .element .title .left {
    font-size: 56px;
  }
  .solutions .sol .imgbox-c .element .title .right .up {
    font-size: 28px;
  }
  .solutions .sol .imgbox-c .element .title .right .down {
    font-size: 22px;
  }
  .solutions .sol .imgbox-c .element .text {
    font-size: 20px;
  }
  .solutions .sol .imgbox-c .element .more a .p {
    font-size: 16px;
  }
  .solutions .sol .imgbox-c {
    border-radius: 30px;
  }
  .honor .hon .up {
    padding: 190px 0;
  }
  .honor .hon .down {
    padding: 80px 0 40px 0;
  }
  .honor .hon .down .element{
    flex-wrap: wrap;
  }
  .honor .hon .down .element .left {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .honor .hon .down .element .right {
    width: 100%;
  }
  .honor .hon .down .element .left .textbox .p .num {
    font-size: 28px;
  }
  .news .new {
    padding: 40px 0 40px 0;
  }
  .news .new .caption .title {
    font-size: 26px;
    margin: 0 0 20px 0;
  }
  .news .new .caption .text {
    font-size: 22px;
  }
  .news .new .element {
    margin: 0 0 10px 0;
    flex-wrap: wrap;
  }
  .news .new .element .imgbox {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .news .new .element .imgbox a .img {
    text-align: center;
  }
  .news .new .element .imgbox a .title {
    font-size: 20px;
  }
  .news .new .element .imgbox a .time {
    font-size: 18px;
    margin: 0 0 10px 0;
  }
  .news .new .element .imgbox a .text {
    font-size: 18px;
    line-height: 28px;
  }
  .news .new .more {
    width: 140px;
  }
  .news .new .more a {
    font-size: 14px;
    line-height: 45px;
  }
  footer .foo-a .foo {
    padding: 30px 0;
  }
  footer .foo-b .foo {
    padding: 40px 0 0 0;
    flex-wrap: wrap;
  }
  footer .foo-b .foo .left .phonebox .p .title {
    font-size: 20px;
  }
  footer .foo-b .foo .left {
    width: 100%;
  }
  footer .foo-b .foo .left .phonebox {
    margin: 0 0 20px 0;
  }
  footer .foo-b .foo .left .phonebox .p .title {
    font-size: 18px;
  }
  footer .foo-b .foo .right {
    width: 100%;
  }
  footer .foo-b .foo .right ul .caption {
    font-size: 22px;
    margin: 0 0 20px 0;
  }
  footer .foo-d .foo {
    flex-wrap: wrap;
  }
  footer .foo-d .foo .left{
    width: 100%;
    text-align: center;
  }
  footer .foo-d .foo .right{
    width: 100%;
    text-align: center;
  }
  .n-about-a .abo-a .abo .caption {
    font-size: 24px;
    margin: 10px 0 20px 0;
  }
  .n-about-a .abo-a .abo .element {
    margin: 0 0 25px 0;
  }
  .n-about-a .abo-a .abo .element .textbox .number span {
    font-size: 20px;
  }
  .n-about-a .abo-a .abo .element .textbox .title {
    font-size: 14px;
  }
  .n-about-a .abo-a .abo .text {
    font-size: 18px;
    margin: 0 0 40px 0;
  }
  .n-about-a .abo-b .abo .imgbox .up {
    margin: 0 0 20px 0;
  }
  .n-about-a .abo-b .abo .imgbox .up .img {
    width: 15%;
    margin: 0 15px 0 0;
  }
  .n-about-a .abo-b .abo .imgbox .up .title {
    font-size: 26px;
  }
  .n-about-a .abo-b .abo .imgbox .down {
    font-size: 18px;
  }
  .n-about-a .abo-b .abo {
    margin: 0 auto 40px auto;
  } 
  .n-about-a .abo-c .abo .caption {
    font-size: 25px;
  }
  .n-about-a .abo-c .abo .element .swiper-button-prev-a::after {
    font-size: 14px;
  }
  .n-about-a .abo-c .abo .element .swiper-button-next-a::after {
    font-size: 14px;
  }
  .n-about-a .abo-c .abo .element .swiper-button-prev-a {
    right: 70px;
    width: 55px;
    height: 35px;
  }
  .n-about-a .abo-c .abo .element .swiper-button-next-a {
    width: 55px;
    height: 35px;
  }
  .n-about-a .abo-c .abo .element {
    padding: 40px 0 30px 0;
  }
  .n-about-a .abo-c .abo .element {
    padding: 40px 0 30px 0;
  }
  .n-about-b .abo {
    padding: 40px 0;
  }
  .n-about-b .abo .caption {
    font-size: 26px;
    margin: 0 0 30px 0;
  }
  .n-about-b .abo .caption::after {
    width: 70%;
  }
  .n-about-b .abo .element ul .titlebox {
    width: 100%;
  }
  .n-about-b .abo .element ul .emailbox {
    width: 48%;
  }
  .n-about-b .abo .element ul .namebox {
    width: 48%;
  }
  .n-about-b .abo .element ul .sexbox {
    width: 48%;
  }
  .n-about-b .abo .element ul .telbox {
    width: 48%;
  }
  .n-banner-a .ban .p {
    width: 90%;
    left: 5%;
    top: 35%;
  }
  .n-banner-a .ban .p .left {
    font-size: 24px;
    line-height: 34px;
  }
  .n-banner-a .ban .p .right p {
    font-size: 18px;
  }
  .n-about-b .abo .element ul li input {
    font-size: 16px;
    line-height: 45px;
    padding: 0 20px;
  }
  .n-about-b .abo .element ul li textarea {
    font-size: 18px;
    line-height: 45px;
    padding: 0 20px;
  }
  .n-about-b .abo .element ul .inpbox-b .input label p {
    font-size: 20px;
  }
  .n-about-b .abo .element ul .button_li {
    width: 170px;
  }
  .n-about-b .abo .element ul .button_li input {
    font-size: 18px;
    line-height: 45px;
  }
  .n-about-c .abo-a .abo .caption {
    font-size: 26px;
  }
  .n-about-c .abo-a .abo .text {
    font-size: 18px;
    margin: 0 0 30px 0;
  }
  .n-about-c .abo-a .abo .element {
    margin: 0 0 20px 0;
  }
  .n-about-c .abo-b .abo .caption {
    font-size: 24px;
    margin: 0 0 20px 0;
  }
  .n-about-c .abo-b .abo .element .img {
    width: 31%;
    margin: 0 0 20px 0;
  }
  .n-about-c .abo-b .abo .element {
    flex-wrap: wrap;
    margin: 0 0 10px 0;
  }
  .n-about-c .abo-c .abo .caption {
    font-size: 24px;
    margin: 0 0 20px 0;
  }
  .n-about-c .abo-c .abo .element {
    margin: 0 0 20px 0;
  }
  .n-about-d .abo-a .abo .caption {
    font-size: 26px;
    margin: 0 0 20px 0;
  }
  .n-about-d .abo-a .abo .text {
    font-size: 18px;
    margin: 0 0 30px 0;
  }
  .n-about-d .abo-b .abo .textbox .up .img {
    width: 5%;
  }
  .n-about-d .abo-b .abo .textbox .up .title {
    width: 92%;
    font-size: 24px;
  }
  .n-about-d .abo-b .abo .textbox .down {
    font-size: 18px;
    line-height: 32px;
  }
  .n-about-d .abo-b .abo .textbox {
    margin: 0 0 20px 0;
  }
  .n-about-d .abo-b .abo {
    margin: 0 auto 20px auto;
  }
  .n-about-d .abo-c .abo .caption {
    font-size: 24px;
    margin: 0 0 20px 0;
  }
  .n-about-d .abo-c .abo .text {
    margin: 0 0 20px 0;
    font-size: 18px;
    line-height: 32px;
  }
  .n-about-d .abo-c .abo .element .img {
    margin: 0 1% 30px 1%;
    border-radius: 10px;
  }
  .q-products .pro {
    padding: 40px 0;
    flex-wrap: wrap;
  }
  .q-products .pro .q-left{
    width: 100%;
  }
  .q-products .pro .q-left .nav {
    display: none;
  }
  .q-products .pro .q-right {
    width: 100%;
  }
  .n-banner .ban .p {
    top: 35%;
    width: 90%;
    left: 4%;
  }
  .n-banner .ban .p .left {
    font-size: 24px;
    line-height: 34px;
  }
  .n-banner .ban .p .right p {
    font-size: 18px;
  }
  .x-products .pro {
    padding: 40px 0;
    flex-wrap: wrap;
  }
  .x-products .pro .x-left .nav{
    display: none;
  }
  .x-products .pro .x-left {
    width: 100%;
    position: unset;
  }
  .x-products .pro .x-right {
    width: 100%;
  }
  .x-products .pro .x-right .element-a .right .title {
    font-size: 22px;
    line-height: 24px;
  }
  .x-products .pro .x-right .element-a .right ul p {
    line-height: 26px;
  }
  .x-products .pro .x-right .element-a {
    margin: 0 0 30px 0;
  }
  .x-products .pro .x-right .element-e {
    flex-wrap: wrap;
  }
  .x-products .pro .x-right .element-e .textbox {
    width: 48%;
    margin: 0 0 10px 0;
  }
  .x-products .pro .x-right .element-e .textbox:nth-child(1) {
    border-left: 1px solid #cccccc;
  }
  .x-products .pro .x-right .element-f .input input {
    font-size: 16px;
    line-height: 55px;
    padding: 0 15px;
  }
  .x-products .pro .x-right .element-f .addcart button {
    line-height: 55px;
    font-size: 16px;
  }
  .x-products .pro .x-right .element-f {
    margin: 0 0 20px 0;
  }
  .shoppingcart {
    width: 60%;
    right: -60%;
  }
  .n-banner-b .ban .p {
    width: 90%;
    left: 5%;
    top: 31%;
  }
  .n-banner-b .ban .p .left {
    font-size: 26px;
  }
  .n-banner-b .ban .p .right p {
    font-size: 18px;
  }
  .q-news .new {
    padding: 40px 0;
  }
  .q-news .new .nav ul li {
    width: 150px;
  }
  .q-news .new .element .imgbox {
    width: 48%;
    margin: 0 1% 30px 1%;
  }
  .d-news .new {
    padding: 40px 0;
  }
  .d-news .new .d-right {
    display: none;
  }
  .d-news .new .d-left {
    width: 100%;
    padding: 30px 30px;
  }
  .d-news .new .d-left .title {
    font-size: 24px;
    line-height: 32px;
  }
  .d-news .new .d-left .time {
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
  }
  .n-science .sci {
    padding: 40px 0;
  }
  .n-science .sci .textbox a {
    padding: 25px 5%;
  }
  .n-science .sci .textbox a .time {
    font-size: 16px;
  }
  .n-science .sci .textbox a .title {
    font-size: 26px;
  }
  .n-science .sci .textbox a .content .more .p {
    font-size: 18px;
  }
  .n-banner-c .ban .p {
    top: 35%;
  }
  .n-member .mem {
    padding: 40px 0;
    flex-wrap: wrap;
  }
  .n-member .mem .n-left {
    width: 100%;
  }
  .n-banner-c .ban .p .title {
    font-size: 28px;
  }
  .n-member .mem .n-left .nav .caption {
    font-size: 18px;
    line-height: 60px;
  }
  .n-member .mem .n-left .nav .ul-a {
    padding: 20px 5%;
  }
  .n-member .mem .n-left .nav .ul-a .li-a .a-a .p {
    font-size: 16px;
    line-height: 50px;
  }
  .n-member .mem .n-right {
    width: 100%;
  }
  .login .log {
    padding: 40px 0 30px 0;
    flex-wrap: wrap;
  }
  .login .log .left {
    width: 100%;
  }
  .login .log .left .title {
    font-size: 24px;
  }
  .login .log .left .text {
    font-size: 18px;
    margin: 0 0 20px 0;
  }
  .login .log .right {
    width: 100%;
    padding: 30px 30px;
    border-radius: 10px;
  }
  .login .log .right .inputbox .input input {
    line-height: 40px;
  }
  .login .log .right .submit {
    width: 140px;
  }
  .login .log .right .submit input {
    line-height: 40px;
  }
  .phone-search{
    margin: 0 10px;
  }
}
@media screen and (max-width: 801px) {
  .phone-logo {
    width: 35%;
  }
  .banner .ban .p .title {
    font-size: 24px;
    padding: 0 0 10px 0;
    margin: 0 0 20px 0;
  }
  .banner .ban .p .text {
    font-size: 20px;
    margin: 0 0 10px 0;
  }
  .banner .ban .p .tab {
    font-size: 16px;
    line-height: 22px;
  }
    .solutions .sol .imgbox-a{
    display: none;
  } 
  .solutions .sol .imgbox-b{
    display: none;
  } 
  .solutions .sol .imgbox-c{
    display: none;
  } 
  .solutions .sol .imgbox-d{
    display: block;
  } 
  .honor .hon .down {
    padding: 40px 0 40px 0;
  }
  .honor .hon .down .element .left .textbox .p .num {
    font-size: 26px;
  }
  .honor .hon .down .element .left .textbox .p {
    align-items: flex-start;
  }
  .honor .hon .down .element .left .textbox .p .text {
    margin: 5px 0 0px 0;
  }
  .honor .hon .down .element .right .img {
    width:48%;
    margin: 0 1% 20px 1%;
  }
  .news .new .caption .text {
    font-size: 20px;
  }
  footer .foo-b .foo .left .phonebox .p .text {
    font-size: 24px;
  }
  footer .foo-b .foo .left .imgbox .p {
    width: 92%;
    font-size: 16px;
    color: #595857;
    line-height: 30px;
  }
  footer .foo-b .foo .right ul .caption {
    font-size: 20px;
  }
  footer .foo-b .foo .right {
    width: 100%;
    display: none;
  }
  .n-about-a .abo-a .abo .element {
    flex-wrap: wrap;
  }
  .n-about-a .abo-a .abo .element .textbox {
    width: 48%;
    margin: 0 0 20px 0;
  }
    .n-about-a .abo-b .abo .imgbox .down {
      font-size: 14px;
  }
  .n-about-a .abo-c .abo .element .imgbox .title {
    font-size: 20px;
  }
  .n-about-b .abo .caption::after {
    width: 35%;
  }
  .n-about-b .abo .element ul .emailbox {
    width: 100%;
  }
  .n-about-b .abo .element ul .namebox {
    width: 100%;
  }
  .n-about-b .abo .element ul .sexbox {
    width: 100%;
  }
  .n-about-b .abo .element ul .telbox {
    width: 100%;
  }
  .n-about-b .abo .element ul .inpbox-b .input label{
    align-items: flex-start;
  }
  .n-about-b .abo .element ul .inpbox-b .input label input {
    width: auto;
    margin: 3px 10px 0 0;
  }
  .n-about-b .abo .element ul .inpbox-b .input label p {
    font-size: 18px;
  }
  .n-about-c .abo-a .abo .element .img {
    width: 14%;
    margin: 0 1% 20px 1%;
  }
  .n-about-c .abo-b .abo .element .img {
    width: 48%;
  }
  .n-about-c .abo-c .abo .element .img {
    width: 48%;
  }
  .n-about-d .abo-b .abo .textbox .up .img {
    width: 10%;
  }
  .n-about-d .abo-b .abo .textbox .up .title {
    width: 85%;
    font-size: 20px;
  }
  .n-about-d .abo-c .abo .element .img {
    width: 48%;
    margin: 0 1% 20px 1%;
    border-radius: 10px;
  }
  .n-banner .ban .img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
  }
  .n-banner-a .ban .img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
  }
  .n-banner-a .ban .p .left {
    width: 100%;
    font-size: 20px;
    line-height: 28px;
  }
  .n-banner-a .ban .p .right{
    display: none;
  }
  .n-banner .ban .p .left {
    width: 100%;
    font-size: 20px;
    line-height: 28px;
  }
  .n-banner .ban .p .right {
    display: none;
  }
  .n-banner-b .ban .img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
  }
  .n-banner-b .ban .p .left {
    width: 100%;
    font-size: 20px;
    border-right: 0 solid #3551a1;
    line-height: 28px;
  }
  .n-banner-b .ban .p .right{
    display: none;
  }
  .q-products .pro .q-right .element .imgbox {
    width: 48%;
    margin: 0 1% 10px 1%;
  }
  .x-products .pro .x-left .download {
    padding: 0 0% 0 0;
  }
  .x-products .pro .x-right .element-a {
    margin: 0 0 20px 0;
    flex-wrap: wrap;
  }
  .x-products .pro .x-right .element-a .left {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .x-products .pro .x-right .element-a .right {
    width: 100%;
  }
  .x-products .pro .x-right .element-e .textbox {
    width: 100%;
    margin: 0 0 20px 0;
  } 
  .x-products .pro .x-right .element-f {
    flex-wrap: wrap;
  }
  .x-products .pro .x-right .element-f .input {
    width: 100%;
  }
  .x-products .pro .x-right .element-f .addcart {
    width: 100%;
  }
  .shoppingcart {
    width: 100%;
    right: -100%;
  }
  .q-news .new .nav{
    display: none;
  }
  .q-news .new .element .imgbox {
    width: 100%;
    margin: 0 1% 30px 1%;
  }
  .d-news .new .d-left .title {
    font-size: 20px;
    line-height: 28px;
  }
  .n-banner-c .ban .p .title {
    font-size: 24px;
  }
  .n-member .mem .n-left .nav .caption{
    line-height: 55px;
  }
  .n-member .mem .n-right .element .imgbox a{
    flex-wrap: wrap;
  }
  .n-member .mem .n-right .element .imgbox a .img {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .n-member .mem .n-right .element .imgbox a .p {
    width: 100%;
  }
  .phone-section .phone-login {
    width: 20%;
  }
  .phone-section .phone-login a .p {
    font-size: 18px;
    color: #595757;
  }
  .x-products .pro .x-right .element-c {
    flex-wrap: wrap;
  }
  .x-products .pro .x-right .element-c .imgbox {
    width: 100%;
    position: relative;
  }
  .news .new .caption .title {
    font-size: 22px;
  }
  .n-about-a .abo-a .abo .caption {
    font-size: 22px;
  }
  .n-about-a .abo-c .abo .caption {
    font-size: 22px;
  }
  .n-about-b .abo .caption {
    font-size: 22px;
  }
  .n-about-c .abo-a .abo .caption {
    font-size: 22px;
  }
  .n-about-c .abo-b .abo .caption {
    font-size: 22px;
  }
  .n-about-c .abo-c .abo .caption {
    font-size: 22px;
  }
  .n-about-d .abo-a .abo .caption {
    font-size: 22px;
  }
   .n-about-d .abo-c .abo .caption {
    font-size: 22px;
  }
  .q-products .pro .q-right .element .imgbox a .up .more {
    width: 60px;
    font-size: 12px;
    line-height: 30px;
  }
  .n-science .sci .textbox a .time {
    font-size: 16px;
    text-align: left;
    margin: 0 0 10px 0;
  }
  .n-science .sci .textbox a .title {
    font-size: 20px;
  }
  .n-science .sci .textbox a .content {
    flex-wrap: wrap;
  }
  .n-science .sci .textbox a .content .text {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .n-science .sci .textbox a .content .more .p {
    font-size: 16px;
  }
  .searchbox .sea .form {
    width: 90%;
  }
  .searchbox .sea .form .input {
    line-height: 50px;
  }
  .searchbox .sea .form .submit {
    width: 15%;
    height: 50px;
  }
  .searchbox .sea .close {
    top: 15px;
    right: 20px;
  }
  .searchbox .sea {
    padding: 60px 0 40px 0;
  }
  .updown {
    flex-wrap: wrap;
  }
  .updown a{
    margin: 0 5px 5px 5px;
  }
}