.phone-section {
  display: none;
}
.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.center1 {
  width: 68%;
  margin: 0 auto;
}

.jszcbox{
	display: flex;
	justify-content: center;
	align-items: center;
  padding: 0 0 10px 0;
}
.jszcbox .jszctext{
	width: 80px;
  font-size: 16px;
  color: #fff;
}
.jszcbox .jszcimg{
	width: 55px;
}

/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.active1::after {
  width: 100% !important;
}
.active2 a .time {
  display: block !important;
}
.active2 a .element .text {
  display: block !important;
}
.active2 a::before {
  display: none !important;
}
.active3 {
  color: #1e50ae !important;
}
.active4 {
  background: #1f4183 !important;
  position: relative;
}
.active4 a {
  color: #fff !important;
}
.active4::after {
  position: absolute;
  content: '';
  left: 48%;
  bottom: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid #1f4183;
}
.active5{
  display: none;
}
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.imgmove {
  overflow: hidden;
}
.imgmove img {
  transition: all 0.8s ease 0.1s;
}
.imgmove img:hover {
  transform: scale(1.1);
}
@keyframes imgmove2 {
  0% {
    transform: rotateY(90deg);
    opacity: 0;
  }
  100% {
    transform: rotateY(0deg);
    opacity: 1;
  }
}

.imgmove2:hover img{
  position: relative;
  animation-name: imgmove2;
  animation-duration: 1s;
}
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.i-tit {
  text-align: center;
  margin: 0 0 50px 0;
}
.i-tit .title{
  color: #000000;
  font-size: 34px;
  margin: 0 0 10px 0;
}
.i-tit .text {
  font-size: 16px;
  color: #cacaca;
}
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
header .hea1 {
  background: #f1f1f1;
}
header .hea1 .hea-box {
  justify-content: flex-end;
  font-size: 12px;
  color: #7c7d7d;
  line-height: 45px;
}
header .hea1 .hea-box p {
  margin: 0 0 0 10px;
}
header .hea2 .hea-box .logo {
  width: 20%;
}
header .hea2 .hea-box ul {
  width: 70%;
}
header .hea2 .hea-box ul li a {
  display: inline-block;
  font-size: 16px;
  color: #343434;
  font-weight: bold;
  line-height: 100px;
  position: relative;
}
header .hea2 .hea-box ul li a::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 0;
  height: 5px;
  background: #1e50ae;
}
header .hea2 .hea-box ul .sea{
  width: 3%;
}
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
banner .ban .swiper1 .imgbox {
  position: relative;
}
banner .ban .swiper1 .imgbox .img img {
  display: block;
}
banner .ban .swiper1 .imgbox .text {
  position: absolute;
  top: 45%;
  left: 45%;
}
banner .ban .swiper1 .imgbox .text .p1 {
  font-size: 42px;
  font-weight: bold;
  color: #ffffff;
  margin: 0 0 15px 0;
  letter-spacing: 1px;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.6);
}
banner .ban .swiper1 .imgbox .text .p2 {
  font-size: 18px;
  color: #ffffff;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.6);
}
banner .ban .swiper1 .swiper-button-prev {
  left: 10%;
}
banner .ban .swiper1 .swiper-button-prev::after {
  color: #fff;
}
banner .ban .swiper1 .swiper-button-next {
  right: 10%;
}
banner .ban .swiper1 .swiper-button-next::after {
  color: #fff;
}
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
products .pro .imgbox {
  width: 100%;
}
products .pro .imgbox a {
  position: relative;
  box-sizing: border-box;
  padding: 9% 10%;
  align-items: flex-start;
}
products .pro .imgbox a::before {
  position: absolute;
  right: 5%;
  top: 10%;
  content: '+';
  color: #ca1212;
  font-size: 20px;
}
products .pro .imgbox a .left {
  width: 40%;
}
products .pro .imgbox a .right {
  width: 55%;
}
products .pro .imgbox a .right .title {
  font-size: 20px;
  color: #000000;
  padding-bottom: 10px;
}
products .pro .imgbox a .right .text {
  font-size: 18px;
  line-height: 30px;
  color: #919191;
  word-break:break-all;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
  overflow:hidden;
}
products .pro .imgbox:nth-child(2) {
  border-left: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
}
products .pro .imgbox:hover a {
  background: #1f4183;
}
products .pro .imgbox:hover a::before {
  color: #fff;
}
products .pro .imgbox:hover a .right .title {
  color: #fff;
}
products .pro .imgbox:hover a .right .text {
  color: #fff;
}
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
dominance {
  background: #f0f0f0;
  padding: 90px 0 100px 0;
  display: block;
}
dominance .dom .imgbox {
  text-align: center;
  width: 25%;
  border-right: 1px solid #cbcbcb;
  position: relative;
}
dominance .dom .imgbox .img {
  padding: 50px 40%;
}
dominance .dom .imgbox .text {
  box-sizing: border-box;
  padding: 0 10%;
}
dominance .dom .imgbox .text .p1 {
  font-size: 20px;
  color: #272727;
  margin: 0 0 10px 0;
}
dominance .dom .imgbox .text .p2 {
  font-size: 16px;
  color: #666666;
  padding: 0 0 20px 0;
  line-height: 33px;
  height: 66px;
}
dominance .dom .imgbox::before {
  position: absolute;
  content: "";
  height: 20px;
  transform: rotate(-45deg);
  right: -8px;
  bottom: -17px;
  background-color: #cbcbcb;
  width: 1px;
}
dominance .dom .imgbox::after {
  position: absolute;
  content: "";
  bottom: -16px;
  right: -17px;
  width: 3px;
  height: 3px;
  background: #cbcbcb;
}
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
about .abo {
  background: url(../img/abo1.jpg);
}
about .abo .left {
  width: 50%;
  box-sizing: border-box;
  padding: 0 5% 0 15%;
}
about .abo .left .title .p1 {
  font-size: 36px;
  color: #fff;
  margin: 0 0 5px 0;
}
about .abo .left .title .p2 {
  font-size: 16px;
  color: #fff;
}
about .abo .left .text {
  margin: 30px 0 60px 0;
  font-size: 18px;
  color: #fff;
  line-height: 33px;
}
about .abo .left .more {
  width: 30%;
  border: 1px solid #fff;
}
about .abo .left .more a {
  display: block;
  color: #fff;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
}
about .abo .left .more:hover {
  background: #ca1212;
  border: 1px solid #ca1212;
}
about .abo .right {
  width: 50%;
}
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
news {
  padding: 90px 0 100px 0;
  display: block;
  background: #f0f0f0;
}
news .new .body .left {
  width: 48%;
}
news .new .body .left .swiper2 .imgbox {
  position: relative;
}
news .new .body .left .swiper2 .imgbox .img img {
  width: 100%;
}
news .new .body .left .swiper2 .imgbox .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  line-height: 85px;
  box-sizing: border-box;
  padding: 0 5%;
  font-size: 18px;
  color: #fff;
}
news .new .body .left .swiper2 .swiper-pagination {
  line-height: 85px;
  bottom: 0;
  text-align: right;
  box-sizing: border-box;
  padding: 0 5%;
}
news .new .body .left .swiper2 .swiper-pagination .swiper-pagination-bullet {
  border: 1px solid #ca1212;
  border-radius: 30px;
}
news .new .body .left .swiper2 .swiper-pagination .swiper-pagination-bullet-active {
  background: #ca1212;
}
news .new .body .right {
  width: 50%;
}
news .new .body .right ul {
  position: relative;
}
news .new .body .right ul li a {
  justify-content: flex-end;
  align-items: flex-start;
  position: relative;
}
news .new .body .right ul li a .time {
  width: 13%;
  background: #1f4183;
  text-align: center;
  padding: 3% 0;
  margin: 20px 7% 20px 0;
  display: none;
}
news .new .body .right ul li a .time .p1 {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  margin: 0 0 10px 0;
}
news .new .body .right ul li a .time .p2 {
  font-size: 16px;
  color: #fff;
}
news .new .body .right ul li a .element {
  width: 80%;
  padding: 20px 0;
  border-bottom: 1px solid #d2d2d2;
}
news .new .body .right ul li a .element .title {
  font-size: 18px;
  color: #272727;
  line-height: 28px;
  word-break:break-all;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    overflow:hidden;
}
news .new .body .right ul li a .element .text {
  font-size: 16px;
  line-height: 26px;
  color: #666666;
  display: none;
}
news .new .body .right ul li a::before {
  position: absolute;
  left: 6%;
  top: 45%;
  width: 5px;
  height: 5px;
  content: '';
  border: 1px solid #d2d2d2;
  border-radius: 30px;
  background: #fff;
}
news .new .body .right ul::before {
  position: absolute;
  content: '';
  width: 1px;
  height: 100%;
  background: #d2d2d2;
  top: 0;
  left: 6.4%;
}
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
clients {
  padding: 90px 0 100px 0;
  display: block;
}
clients .cli .body .swiper3 {
  padding: 0 0 50px 0;
}
clients .cli .body .swiper3 .imgbox .img {
  border: solid 1px #d7d7d7;
  text-align: center; 
}
clients .cli .body .swiper3 .imgbox .text {
  font-size: 18px;
  text-align: center;
  color: #7d7d7d;
  padding: 15px 0;
}
clients .cli .body .swiper3 .swiper-pagination-bullet-active {
  background: #ca1212;
  width: 2%;
  border-radius: 30px;
}
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
footer {
  background: url(../img/foo1.jpg);
}
footer .foo1 .foo1-box {
  padding: 50px 0;
  align-items: flex-start;
  justify-content: space-between;
}
footer .foo1 .foo1-box .title {
  font-size: 20px;
  color: #fff;
  margin: 0 0 30px 0;
  font-weight: bold;
}
footer .foo1 .foo1-box .body-a {
  width: 30%;
}
footer .foo1 .foo1-box .body-a ul li {
  color: #fff;
  font-size: 16px;
  padding: 10px 0;
  justify-content: flex-start;
  line-height: 1.5;
}
footer .foo1 .foo1-box .body-a ul li .img{
  width: 8%;
  margin: 0 3% 0 0;
}
footer .foo1 .foo1-box .body-a ul li .img img{
  border: 1px solid #fff;
  border-radius: 30px;
  box-sizing: border-box;
  padding: 10%;
}
footer .foo1 .foo1-box .body-b {
  width: 60%;
  align-items: flex-start;
}
footer .foo1 .foo1-box .body-b ul {
  width: 30%;
}
footer .foo1 .foo1-box .body-b ul li a {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
}
footer .foo1 .foo1-box .body-c {
  width: 10%;
}
footer .foo1 .foo1-box .body-c .box{
  padding: 10px;
  background: #fff;
  margin: 0 10% 0 0;
}
footer .foo2 {
  border-top: 1px solid #fff;
}
footer .foo2 .foo2-box {
  font-size: 16px;
  color: #fff;
  padding: 20px 0;
  text-align: center;
}
footer .foo2 .foo2-box a {
  color: #fff;
}
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
n-banner .ban {
  position: relative;
}
n-banner .ban .text {
  position: absolute;
  width: 68%;
  top: 45%;
  left: 16%;
  font-size: 44px;
  color: #fff;
  font-weight: bold;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.6);
}
n-banner .ban .crumb {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
}
n-banner .ban .crumb ul {
  justify-content: flex-start;
}
n-banner .ban .crumb ul li {
  font-size: 16px;
  color: #eee;
  margin: 0 20px 0 0;
}
n-banner .ban .crumb ul li a {
  color: #eee;
  display: block;
  line-height: 60px;
  margin: 0 20px 0 0;
}
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
n-column {
  display: block;
  border-bottom: 1px solid #e7e7e7;
  position: relative;
}
n-column .col {
  justify-content: flex-start;
}
n-column .col li {
  margin: 0 20px 0 0;
}
n-column .col li a {
  font-size: 18px;
  padding: 0 20px;
  color: #3c3c3c;
  display: block;
  line-height: 60px;
  font-weight: bold;
}
n-column .xc_nav_line {
  height: 1px;
  width: 100%;
  position: absolute;
  background: #e7e7e7;
  left: 0;
  bottom: 0;
}

n-column  .xc_nav_line i {
  height: 2px;
  background: #1e50ae;
  position: absolute;
  left: 0;
  bottom: 0;
}
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
x-pro .pro {
  padding: 100px 0;
}
x-pro .pro .pro1-box {
  align-items: flex-start;
  margin: 0 0 50px 0;
}
x-pro .pro .pro1-box .left {
  width: 50%;
}
x-pro .pro .pro1-box .right {
  width: 50%;
  box-sizing: border-box;
  padding: 0 3% 0 3%;
}
x-pro .pro .pro1-box .right .title {
  font-size: 22px;
  line-height: 50px;
  color: #272727;
  font-weight: bold;
}
x-pro .pro .pro1-box .right .text {
  font-size: 18px;
  color: #666666;
  padding: 20px 3%;
  line-height: 33px;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  text-indent: 2rem;
}
x-pro .pro .pro1-box .right .btn a {
  display: block;
  line-height: 50px;
  border: 1px solid #f0f0f0;
  width: 30%;
  margin: 30px 0;
  background: #1e50ae;
  font-size: 18px;
  color: #fff;
  text-align: center;
}
x-pro .pro .pro2-box ul {
  justify-content: flex-start;
  background: #e8e8e8;
  margin: 0 0 50px 0;
}
x-pro .pro .pro2-box ul li {
  width: 25%;
  text-align: center;
}
x-pro .pro .pro2-box ul li a {
  display: block;
  font-size: 20px;
  color: #787878;
  line-height: 50px;
}
x-pro .pro .pro2-box .body1 {
  font-size: 18px;
  color: #767676;
  line-height: 36px;
}
x-pro .pro .pro2-box .body1 span{
  font-size: 26px;
  margin: 0 5px 0 0;
}
x-pro .pro .pro2-box .body:last-child img{
  width: 45%;
  box-sizing: border-box;
  padding: 0 5% 5% 0;
}
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
n-new .new {
  padding: 100px 0;
}
n-new .new .new1-box {
  align-items: flex-start;
  margin: 0 0 50px 0;
}
n-new .new .new1-box .left {
  width: 50%;
}
n-new .new .new1-box .right {
  width: 50%;
  box-sizing: border-box;
  padding: 0 3% 0 3%;
}
n-new .new .new1-box .right .title {
  font-size: 22px;
  line-height: 50px;
  color: #272727;
  font-weight: bold;
}
n-new .new .new1-box .right .text {
  font-size: 18px;
  color: #666666;
  padding: 20px 3%;
  line-height: 33px;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  text-indent: 2rem;
}
n-new .new .new1-box .right .btn a {
  display: block;
  line-height: 50px;
  border: 1px solid #f0f0f0;
  width: 30%;
  margin: 30px 0;
  background: #1e50ae;
  font-size: 18px;
  color: #fff;
  text-align: center;
}
n-new .new .new2-box {
  flex-wrap: wrap;
}
n-new .new .new2-box .imgbox {
  width: 31%;
  border: 1px solid #eeeeee;
  margin: 0 0 30px 0;
}
n-new .new .new2-box .imgbox a .content {
  box-sizing: border-box;
  padding: 5% 5%;
}
n-new .new .new2-box .imgbox a .content .title {
  font-size: 20px;
  color: #272727;
  margin: 0 0 15px 0;
}
n-new .new .new2-box .imgbox a .content .time {
  font-size: 18px;
  color: #888888;
  margin: 0 0 10px 0;
}
n-new .new .new2-box .imgbox a .content .text {
  font-size: 18px;
  color: #666666;
  line-height: 33px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
x-new .new {
  padding: 100px 0;
}
x-new .new .title {
  font-size: 28px;
  color: #000000;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #cecece;
}
x-new .new .time {
  font-size: 18px;
  color: #9e9e9e;
  padding: 10px 0;
  margin: 0 0 30px 0;
}
x-new .new .text {
  font-size: 18px;
  color: #858585;
  line-height: 2;
}
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
n-abo .abo {
  padding: 100px 0;
  justify-content: space-around;
}
n-abo .abo .left {
  width: 45%;
  margin: 0 2%;
}
n-abo .abo .left .text1 {
  font-size: 18px;
  color: #919191;
  line-height: 42px;
  margin: 0 0 50px 0;
}
n-abo .abo .left .text2 {
  font-size: 18px;
  line-height: 55px;
  color: #919191;
}
n-abo .abo .left .text2 span {
  font-size: 20px;
  color: #b80000;
}
n-abo .abo .right {
  width: 45%;
  margin: 0 0 0 3%;
  position: relative;
}
n-abo .abo .right img {
  padding: 5% 0 0 5%;
}
n-abo .abo .right::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  background: url(../img/n-abo2.jpg) no-repeat;
  width: 100%;
  height: 100%;
  z-index: -9;
}
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
x-con .con {
  padding: 100px 0;
}
x-con .con .left {
  width: 35%;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
}
x-con .con .left ul {
  box-sizing: border-box;
  padding: 5% 5%;
}
x-con .con .left ul li {
  padding: 20px 0;
  border-bottom: 1px solid #f0f0f0;
  justify-content: flex-start;
}
x-con .con .left ul li .content {
  width: 80%;
}
x-con .con .left ul li .content .title {
  font-size: 21px;
  color: #000;
  line-height: 32px;
  font-weight: bold;
}
x-con .con .left ul li .content .text {
  font-size: 18px;
  color: #5b5b5b;
  line-height: 30px;
}
x-con .con .left ul li:last-child {
  border-bottom: 0px solid #f0f0f0;
}
x-con .con .right{
  width: 60%;
}
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
n-search .sea{
  padding: 100px 0;
}
n-search .sea form{
  justify-content: flex-start;
  margin: 0 0 30px 0;
}
n-search .sea form .search{
  width: 30%;
  line-height: 40px;
  border: 1px solid #ccc;
  font-size: 20px;
  box-sizing: border-box;
  padding: 0 1%;
  color: #aaa;
  margin: 0 10px 0 0;
}
n-search .sea form .submit{
  width: 5%;
  line-height: 40px;
  border: 1px solid #ccc;
  font-size: 20px;
  box-sizing: border-box;
  padding: 0 1%;
  color: #aaa;
  background: url(../img/search.png) center no-repeat;
  background-size: 50%;
}
n-search .sea .body{
  justify-content: flex-start;
  flex-wrap: wrap;
}
n-search .sea .body .imgbox{
  width: 30%;
  margin: 0 3% 30px 0;
}
n-search .sea .body .imgbox a .img img{
  max-width: 100%;
  width: 100%;
  height: 300px;
  object-fit: cover;
}
n-search .sea .body .imgbox .text{
  text-align: center;
  font-size: 18px;
  padding: 15px 0;
  color: #333;
}
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
@media screen and (max-width: 1801px) {
  .center1 {
    width: 75%;
  }
  about .abo .left {
    padding: 0 5% 0 5%;
  }
}
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
@media screen and (max-width: 1601px) {
  .center1 {
    width: 80%;
  }
  about .abo .left {
    padding: 1% 3% 1% 3%;
  }
  about .abo .left .title .p1 {
    font-size: 26px;
  }
  about .abo .left .title .p2 {
    font-size: 14px;
  }
  about .abo .left .text {
    margin: 15px 0 20px 0;
    font-size: 16px;
    line-height: 30px;
  }
  about .abo .left .more {
    width: 25%;
  }
  about .abo .left .more a {
    line-height: 40px;
    font-size: 14px;
  }
  footer .foo1 .foo1-box .title {
    font-size: 18px;
  }
  n-banner .ban .text {
    left: 12%;
    font-size: 30px;
  }
  n-banner .ban .crumb ul li {
    font-size: 14px;
  }
  n-column .col li a {
    font-size: 14px;
  }
  x-pro .pro .pro1-box .right .text {
    font-size: 16px;
    line-height: 30px;
  }
  x-pro .pro .pro1-box .right .btn a {
    line-height: 45px;
    font-size: 16px;
  }
  x-pro .pro .pro2-box ul li a {
    font-size: 18px;
  }
  n-new .new .new1-box .right .text {
    font-size: 16px;
    line-height: 30px;
  }
  n-new .new .new2-box .imgbox a .content .title {
    font-size: 18px;
  }
  n-new .new .new2-box .imgbox a .content .text {
    font-size: 16px;
    line-height: 30px;
  }
  n-abo .abo .left .text1 {
    font-size: 16px;
    line-height: 34px;
  }
  x-con .con .left ul li .content .title {
    font-size: 18px;
  }
  x-con .con .left ul li .content .text {
    font-size: 16px;
    line-height: 26px;
  }
}
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
@media screen and (max-width: 1401px){
  .center1 {
    width: 95%;
  }
  banner .ban .swiper1 .imgbox .text {
    left: 25%;
  }
  banner .ban .swiper1 .imgbox .text .p1 {
    font-size: 32px;
  }
  products .pro .imgbox a .right .title {
    font-size: 18px;
  }
  products .pro .imgbox a .right .text {
    font-size: 16px;
    line-height: 25px;
  }
  dominance .dom .imgbox .img {
    padding: 35px 40%;
  }
  dominance .dom .imgbox .img {
    padding: 35px 40%;
  }
  about .abo .left .text {
    margin: 10px 0 10px 0;
    font-size: 15px;
    line-height: 27px;
  }
  about .abo .left .text {
    margin: 10px 0 10px 0;
    font-size: 15px;
    line-height: 27px;
  }
  news .new .body .right ul li a .time {
    width: 15%;
  }
  footer .foo1 .foo1-box .body-b {
    width: 55%;
  }
  n-banner .ban .crumb ul li a {
    line-height: 50px;
  }
}
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
@media screen and (max-width: 1201px) {
  header {
    display: none;
  }
  .phone-section {
    display: block;
  }
  .phone-logo {
    width: 25%;
  }
  .phone-head {
    width: 100%;
    padding: 15px 10px;
    box-sizing: border-box;
    justify-content: space-between;
    background-color: #fff;
    /* position: fixed; */
    top: 0;
    left: 0;
  }
  .close {
    background-color: #1e50ae;
    padding: 10px 15px;
    box-sizing: border-box;
  }
  .close img {
    width: 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: 3;
  }
  .phonelist-nav {
    width: 100%;
    background-color: #1e50ae;
    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;
  }
  banner .ban .swiper1 .imgbox .text {
    width: 100%;
    left: 0%;
    text-align: center;
  }
  banner .ban .swiper1 .imgbox .text .p1 {
    font-size: 26px;
  }
  products .pro {
    flex-wrap: wrap;
  }
  products .pro .imgbox a {
    padding: 5% 5%;
  }
  products .pro .imgbox:nth-child(2) {
    border-left: 0px solid #d0d0d0;
    border-right: 0px solid #d0d0d0;
    border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
  }
  dominance {
    padding: 50px 0 50px 0;
  }
  dominance .dom .body{
    flex-wrap: wrap;
  }
  dominance .dom .imgbox {
    width: 49%;
    margin: 0 0 30px 0;
  }
  .i-tit .title {
    font-size: 24px;
  }
  about .abo {
    flex-wrap: wrap;
  }
  about .abo .left {
    padding: 3% 3% 3% 3%;
    width: 100%;
  }
  about .abo .left .title .p1 {
    margin: 0px 0 10px 0;
  }
  about .abo .right {
    width: 50%;
    margin: 0 auto;
  }
  news {
    padding: 50px 0 50px 0;
  }
  news .new .body {
    flex-wrap: wrap;
  }
  news .new .body .left {
    width: 50%;
    margin: 0 auto 30px;
  }
  news .new .body .right {
    width: 100%;
  }
  clients .cli .body .swiper3 .imgbox .text {
    font-size: 16px;
  }
  footer .foo1 .foo1-box {
    padding: 20px 0;
    flex-wrap: wrap;
  }
  footer .foo1 .foo1-box .body-a {
    width: 100%;
    margin: 0 0 20px 0;
  }
  footer .foo1 .foo1-box .body-a ul li .img {
    width: 4%;
    margin: 0 3% 0 0;
  }
  footer .foo1 .foo1-box .body-b {
    width: 100%;
    flex-wrap: wrap;
  }
  footer .foo1 .foo1-box .body-b ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 15px 0;
  } 
  footer .foo1 .foo1-box .title {
    width: 100%;
    margin: 0 0 15px 0;
  }
  footer .foo1 .foo1-box .body-b ul li a {
    padding: 0 5px;
  }
  footer .foo1 .foo1-box .body-c {
    width: 15%;
    margin: 0 auto;
    text-align: center;
  }
  footer .foo1 .foo1-box .body-c .box {
    margin: 0 0 0 0;
  }
  footer .foo2 .foo2-box {
    font-size: 14px;
  }
  n-column .col li a {
    font-size: 14px;
    padding: 0 10px;
    line-height: 40px;
  }
  n-banner .ban .img img{
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
  n-banner .ban .crumb ul li a {
    line-height: 45px;
  }
  x-pro .pro {
    padding: 30px 0;
  }
  x-pro .pro .pro1-box {
    flex-wrap: wrap;
  }
  x-pro .pro .pro1-box .left {
    width: 50%;
    margin: 0 auto;
  }
  x-pro .pro .pro1-box .right {
    width: 100%;
    padding: 0 0% 0 0%;
  }
  x-pro .pro .pro2-box .body1 {
    font-size: 16px;
  }
  n-new .new {
    padding: 50px 0;
  }
  n-new .new .new1-box {
    flex-wrap: wrap;
    margin: 0 0 20px 0;
  }
  n-new .new .new1-box .left {
    width: 50%;
    margin: 0 auto 20px;
  }
  n-new .new .new1-box .right .title {
    font-size: 20px;
  }
  n-new .new .new1-box .right {
    width: 100%;
    padding: 0px 0% 0 0%;
  }
  n-new .new .new1-box .right .btn a {
    line-height: 45px;
    width: 25%;
    margin: 25px 0;
    font-size: 16px;
  }
  n-new .new .new2-box .imgbox {
    width: 45%;
    margin: 0 0 30px 0;
  }
  n-abo .abo {
    padding: 50px 0;
    flex-wrap: wrap;
  }
  n-abo .abo .left {
    width: 100%;
    margin: 0;
  }
  x-con .con {
    padding: 50px 0;
    flex-wrap: wrap;
  }
  x-con .con .left {
    width: 100%;
    margin: 0 0 20px 0;
  }
  x-con .con .right {
    width: 100%;
  }
  n-search .sea {
    padding: 50px 0;
  }
  n-search .sea .body .imgbox {
    width: 45%;
  }
}
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
@media screen and (max-width: 801px){
  .phone-logo {
    width: 45%;
  }
  banner .ban .swiper1 .imgbox .text {
    top: 35%;
  }
  banner .ban .swiper1 .imgbox .text .p1 {
    font-size: 18px;
  }
  banner .ban .swiper1 .imgbox .text .p2 {
    font-size: 14px;
    box-sizing: border-box;
    padding: 0 2%;
  }
  products .pro .imgbox a {
    padding: 5% 3%;
    flex-wrap: wrap;
  }
  products .pro .imgbox a .left {
    width: 55%;
    margin: 0 auto 20px;
  }
  products .pro .imgbox a .right {
    width: 100%;
  }
  dominance {
    padding: 30px 0 30px 0;
  }
  dominance .dom .imgbox {
    border-right: 0px solid #cbcbcb;
  }
  .i-tit .title {
    font-size: 20px;
  }
  dominance .dom .imgbox {
    width: 100%;
  }
  dominance .dom .imgbox::before {
    display: none;
  }
  dominance .dom .imgbox::after {
    display: none;
  }
  about .abo .left {
    padding: 5% 3% 5% 3%;
    width: 100%;
  }
  about .abo .left .text {
    font-size: 16px;
    line-height: 32px;
  }
  about .abo .right {
    width: 100%;
  }
  news {
    padding: 30px 0 30px 0;
  }
  news .new .body .left {
    width: 100%;
  }
  news .new .body .left .swiper2 .imgbox .text {
    font-size: 16px;
  }
  news .new .body .right ul li a {
    flex-wrap: wrap;
  }
  news .new .body .right ul li a .time {
    width: 100%;
    margin: 20px 0 20px 0;
    display: block;
  }
  news .new .body .right ul li a .element {
    width: 100%;
  }
  news .new .body .right ul::before {
    display: none;
  }
  news .new .body .right ul li a::before {
    display: none;
  }
  news .new .body .right ul li a .element .text {
    display: block;
  }
  clients .cli .body .swiper3 .imgbox .img {
     border: solid 0px #d7d7d7;
  }
  footer .foo1 .foo1-box .body-c {
    width: 35%;
  }
  footer .foo2 .foo2-box {
    font-size: 14px;
    line-height: 1.4;
  }
  n-banner .ban .crumb ul {
    display: none;
  }
  n-column .col {
    flex-wrap: wrap;
  }
  x-pro .pro .pro1-box .left {
    width: 100%;
  }
  x-pro .pro .pro1-box .right .title {
    font-size: 18px;
  }
  x-pro .pro .pro2-box ul li {
    width: 50%;
  }
  x-pro .pro .pro2-box .body:last-child img {
    width: 100%;
    padding: 0 0% 15% 0;
  }
  n-new .new .new1-box .left {
    width: 100%;
  }
  n-new .new .new2-box .imgbox {
    width: 100%;
    margin: 0 0 30px 0;
  }
  n-abo .abo .right {
    width: 100%;
    margin: 0 0 0 0%;
  }
  n-search .sea form .search {
    width: 75%;
  }
  n-search .sea form .submit {
    width: 15%;
  }
  n-search .sea .body .imgbox {
    width: 100%;
  }
  banner .ban .swiper1 .swiper-button-prev {
    left: 5%;
  }
  banner .ban .swiper1 .swiper-button-prev::after {
    font-size: 16px;
  }
  banner .ban .swiper1 .swiper-button-next {
    right: 5%;
  }
  banner .ban .swiper1 .swiper-button-next::after {
    font-size: 16px;
  }
}
