.phone-section {
  display: none;
}
.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.center {
  width: 80%;
  margin: 0 auto;
}
.caption-a .title {
  font-size: 30px;
  color: #333333;
  text-align: center;
  margin: 0 0 15px 0;
}
.caption-a .text {
  font-size: 16px;
  color: #666666;
  text-align: center;
}
.updown {
  justify-content: center;
}
.updown a {
  font-size: 14px;
  color: #333;
  line-height: 40px;
  padding: 0 25px;
  margin: 0 5px;
  background: #f8f8f8;
}
.updown a:hover {
  background: #004ca9;
  color: #fff;
}
.updown .pages {
  background: #004ca9;
  color: #fff;
}
.move1{
  overflow: hidden;
}
.move1 img{
  transition: all .8s ease .1s;
}
.move1 img:hover {
  transform: scale(1.1);
}
.jszc{
  margin: 5px 5px 0 5px;
}
.jszc a{
  justify-content: center;
}
.jszc a .jszc-p{
  font-size: 14px;
  color: #333;
}
.jszc a .jszc-img{
  width: 55px;
  padding: 3px 0 0 5px;
}
/* 头部 */
header {
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2);
}
header .hea{
  justify-content: flex-end;
}
header .hea .logo {
  width: 8%;
  margin: 0 auto 0 0;
}
header .hea .nav {
  width: 60%;
  margin: 0 2% 0 0;
}
header .hea .nav ul li a {
  display: block;
  line-height: 100px;
  font-size: 20px;
  color: #000;
}
header .hea .phone {
  width: 15%;
  background: #015aad;
  border-radius: 30px;
  justify-content: center;
    margin: 0 2% 0 0;
}
header .hea .phone .img {
  margin: 0 10px 0 0;
}
header .hea .phone .p {
  font-size: 20px;
  color: #fff;
  line-height: 38px;
}
header .hea .search {
  width: 7%;
}
header .hea .search a .img{
  width: 25px;
}
header .hea .search a .p {
  font-size: 20px;
  color: #000;
}
header .hea .language{
  margin: 0 0 0 20px;
}
header .hea .language a{
  font-size: 20px;
  color: #000;
}
/* 轮播 */
.banner .ban .img img{
  width: 100%;
}
.n-banner .ban {
  position: relative;
}
.n-banner .ban .p{
  position: absolute;
  width: 80%;
  left: 10%;
  top: 40%;
}
.n-banner .ban .p .cn{
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    margin: 0 0 15px 0;
}
.n-banner .ban .p .en{
    font-size: 22px;
    color: #fff;
}
/* 产品 */
.products .pro {
  padding: 40px 0;
}
.products .pro .nav {
  margin: 50px 0 30px 0;
}
.products .pro .nav ul {
  justify-content: center;
}
.products .pro .nav ul li {
  position: relative;
  width: 10%;
  margin: 0 10px;
}
.products .pro ul li a {
  display: block;
  text-align: center;
  font-size: 18px;
  color: #333;
  line-height: 50px;
  background: #f7f7f7;
}
.products .pro ul li:hover a{
  color: #fff;
  background: #004ca9;
}
.products .pro .element {
  margin: 20px 0 30px 0;
}
.products .pro .element .imgbox {
  background: #f2f2f2;
  width: 31%;
}
.products .pro .element .imgbox a {
  display: block;
  box-sizing: border-box;
  padding: 20px;
}
.products .pro .element .imgbox a .img {
  box-sizing: border-box;
  padding: 10px;
  background: #fff;
  margin: 0 0 15px 0;
}
.products .pro .element .imgbox a .p .caption {
  margin: 0 0 15px 0;
}
.products .pro .element .imgbox a .p .caption .title {
  font-size: 18px;
  color: #333;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  width: 80%;
}
.products .pro .element .imgbox a .p .text {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}
.products .pro .more {
  width: 200px;
  margin: 0 auto;
}
.products .pro .more a {
  display: block;
  text-align: center;
  line-height: 48px;
  font-size: 18px;
  color: #fff;
  background: #004ca9;
  border-radius: 30px;
  border: 1px solid #004ca9;
}
.products .pro .more:hover a{
  background: #fff;
  color: #004ca9;
  border: 1px solid #004ca9;
}
.products .active-a a{
  color: #fff !important;
  background: #004ca9 !important;
}
.products .active-b{
  display: none;
}
.q-products .pro {
  padding: 40px 0;
}
.q-products .pro .nav {
  margin: 50px 0 30px 0;
  border-bottom: 1px solid #dcdcdc;
}
.q-products .pro .nav .ul-a {
  justify-content: center;
}
.q-products .pro .nav .ul-a .li-a {
  position: relative;
  width: 10%;
}
.q-products .pro .nav .ul-a .li-a .a-a {
  display: block;
  text-align: center;
  font-size: 18px;
  color: #333;
  line-height: 50px;
}
.q-products .pro .nav .ul-a .li-a .ul-b {
  position: absolute;
  left: -20%;
  top: 101%;
  background: #fff;
  width: 140%;
  box-shadow: 0 0 10px 0 #ccc;
  box-sizing: border-box;
  padding: 10px 10px;
  display: none;
  z-index: 999;
}
.q-products .pro .nav .ul-a .li-a .ul-b .li-b .a-b {
  font-size: 15px;
  color: #333;
  line-height: 40px;
  display: block;
}
.q-products .pro .nav .ul-a .li-a:hover .ul-b {
  display: block;
} 
.q-products .pro .nav .ul-a .li-a:hover .a-a{
  color: #004ca9;
}
.q-products .pro .nav .ul-a .li-a .ul-b .li-b:hover .a-b{
  color: #004ca9;
}
.q-products .pro .element{
  flex-wrap: wrap;
  justify-content: flex-start;
}
.q-products .pro .element .imgbox {
  width: 24%;
  margin: 0 0.5% 30px 0.5%;
  background: #f2f2f2;
}
.q-products .pro .element .imgbox a {
  display: block;
  box-sizing: border-box;
  padding: 20px;
}
.q-products .pro .element .imgbox a .img {
  box-sizing: border-box;
  padding: 10px;
  background: #fff;
  margin: 0 0 15px 0;
}
.q-products .pro .element .imgbox a .p .caption {
  margin: 0 0 15px 0;
}
.q-products .pro .element .imgbox a .p .caption .title {
  font-size: 18px;
  width: 80%;
  color: #333;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.q-products .pro .element .imgbox a .p .text {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}
.q-products .active-a{
  color: #004ca9 !important;
}
.d-products .pro {
  padding: 40px 0;
}
.d-products .pro .nav {
  margin: 50px 0 30px 0;
  border-bottom: 1px solid #dcdcdc;
}
.d-products .pro .nav .ul-a {
  justify-content: center;
}
.d-products .pro .nav .ul-a .li-a {
  position: relative;
  width: 10%;
}
.d-products .pro .nav .ul-a .li-a .a-a {
  display: block;
  text-align: center;
  font-size: 18px;
  color: #333;
  line-height: 50px;
}
.d-products .pro .nav .ul-a .li-a .ul-b {
  position: absolute;
  left: -20%;
  top: 101%;
  background: #fff;
  width: 140%;
  box-shadow: 0 0 10px 0 #ccc;
  box-sizing: border-box;
  padding: 10px 10px;
  display: none;
}
.d-products .pro .nav .ul-a .li-a .ul-b .li-b .a-b {
  font-size: 15px;
  color: #333;
  line-height: 40px;
  display: block;
}
.d-products .pro .nav .ul-a .li-a:hover .ul-b {
  display: block;
}
.d-products .pro .nav .ul-a .li-a:hover .ul-b {
  display: block;
} 
.d-products .pro .nav .ul-a .li-a:hover .a-a{
  color: #004ca9;
}
.d-products .pro .nav .ul-a .li-a .ul-b .li-b:hover .a-b{
  color: #004ca9;
}
.d-products .pro .element .up {
  background: #f7f7f7;
  box-sizing: border-box;
  padding: 25px;
  margin: 0 0 30px 0;
  align-items: flex-start;
}
.d-products .pro .element .up .left {
  width: 40%;
  text-align: center;
}
.d-products .pro .element .up .right {
  width: 55%;
}
.d-products .pro .element .up .right .title {
  font-size: 26px;
  color: #000;
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 0;
  margin: 0 0 20px 0;
}
.d-products .pro .element .up .right .text {
  font-size: 16px;
  color: #333;
  line-height: 36px;
}
.d-products .pro .element .down .caption {
  background: #f7f7f7;
  margin: 0 0 20px 0;
}
.d-products .pro .element .down .caption span {
  background: #004ca9;
  font-size: 20px;
  color: #fff;
  display: inline-block;
  line-height: 45px;
  box-sizing: border-box;
  padding: 0 20px;
}
/* 租凭 */
.n-lease-a .lea {
  padding: 40px 0;
  align-items: flex-start;
}
.n-lease-a .lea .table-a table {
  border: 1px solid #e5e5e5;
}
.n-lease-a .lea .table-a table tr:nth-child(1) td {
  background: #0055a2;
  padding: 15px 0;
  font-size: 18px;
  color: #fff;
  text-align: center;
}
.n-lease-a .lea .table-a table tr td {
  font-size: 16px;
  line-height: 24px;
  color: #333;
  box-sizing: border-box;
  padding: 15px 20px;
}
.n-lease-a .lea .table-a table tr td:first-child{
  width: 10%;
}
.n-lease-a .lea .table-b{
  width: 100%;
}
.n-lease-a .lea .table-b table {
  width: 100%;
  border: 1px solid #e5e5e5;
}
.n-lease-a .lea .table-b table tr:nth-child(1) td {
  background: #0055a2;
  padding: 15px 0;
  font-size: 18px;
  color: #fff;
  text-align: center;
}
.n-lease-a .lea .table-b table tr td {
  font-size: 16px;
  line-height: 24px;
  color: #333;
  box-sizing: border-box;
  padding: 15px 20px;
  text-align: center;
}
.n-lease-a .lea .table-b table tr td:first-child{
  width: 10%;
  text-align: left;
}
.n-lease-b {
  background: #f5f5f5;
}
.n-lease-b .lea {
  padding: 40px 0;
}
.n-lease-b .lea .element {
  margin: 40px 0 30px 0;
  position: relative;
}
.n-lease-b .lea .element .imgbox a {
  display: block;
  background: #fff;
  box-sizing: border-box;
  padding: 20px 20px 40px 20px;
}
.n-lease-b .lea .element .imgbox a .img{
  margin: 0 0 20px 0;
}
.n-lease-b .lea .element .imgbox a .p {
  font-size: 18px;
  color: #333;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.n-lease-b .lea .element .swiper-button-prev-a{
  left: -5%;
}
.n-lease-b .lea .element .swiper-button-prev-a::after{
  color: #0055a2;
  font-size: 24px;
  font-weight: bold;
}
.n-lease-b .lea .element .swiper-button-next-a{
  right: -5%;
}
.n-lease-b .lea .element .swiper-button-next-a::after{
  color: #0055a2;
  font-size: 24px;
  font-weight: bold;
}
.n-lease-b .lea .more{
  width: 200px;
  margin: 0 auto;
}
.n-lease-b .lea .more a {
    display: block;
    text-align: center;
    line-height: 48px;
    font-size: 18px;
    color: #fff;
    background: #004ca9;
    border-radius: 30px;
}
/* 关于 */
.about {
  background: url(../img/ind3.png) no-repeat;
  background-size: cover;
}
.about .abo {
  padding: 40px 0;
}
.about .abo .element {
  margin: 40px 0 45px 0;
}
.about .abo .element .text {
  width: 35%;
  font-size: 16px;
  color: #000;
  line-height: 32px;
}
.about .abo .element .img {
  width: 32%;
}
.about .abo .element .data {
  width: 27%;
  flex-wrap: wrap;
  align-items: flex-start;
}
.about .abo .element .data .textbox {
  width: 40%;
  box-sizing: border-box;
  padding: 0 5% 0 0;
  margin: 0 0 50px 0;
  position: relative;
}
.about .abo .element .data .textbox .num {
  font-size: 40px;
  color: #0264bf;
  margin: 0 0 30px 0;
  font-weight: bold;
}
.about .abo .element .data .textbox .p {
  font-size: 18px;
  color: #000;
  text-align: center;
}
.about .abo .element .data .textbox::after {
  position: absolute;
  right: 0;
  top: 0;
  width: 2px;
  height: 90px;
  background: #dcdcdc;
  content: '';
  z-index: 9;
}
.about .abo .element .data .textbox::before {
  position: absolute;
  right: 0;
  top: 0;
  width: 2px;
  height: 40px;
  background: #0264bf;
  content: '';
  z-index: 99;
}
.about .abo .more {
  width: 200px;
  margin: 0 auto;
}
.about .abo .more a {
  display: block;
  text-align: center;
  line-height: 48px;
  font-size: 18px;
  color: #fff;
  background: #004ca9;
  border-radius: 30px;
}
.about .abo .more:hover a{
  background: #fff;
  color: #004ca9;
  border: 1px solid #004ca9;
}
.n-about-a {
  background: url(../img/ind3.png) no-repeat;
  background-size: cover;
}
.n-about-a .abo {
  padding: 40px 0;
}
.n-about-a .abo .element {
  margin: 40px 0 45px 0;
  flex-wrap: wrap;
}
.n-about-a .abo .element .text {
  width: 100%;
  font-size: 16px;
  color: #000;
  line-height: 32px;
  margin: 0 0 30px 0;
}
.n-about-a .abo .element .img {
  width: 48%;
  text-align: center;
}
.n-about-a .abo .element .data {
  width: 48%;
  flex-wrap: wrap;
  align-items: flex-start;
}
.n-about-a .abo .element .data .textbox {
  width: 40%;
  box-sizing: border-box;
  padding: 0 5% 0 0;
  margin: 0 0 50px 0;
  position: relative;
}
.n-about-a .abo .element .data .textbox .num {
  font-size: 40px;
  color: #0264bf;
  margin: 0 0 30px 0;
  font-weight: bold;
  text-align: center;
}
.n-about-a .abo .element .data .textbox .p {
  font-size: 18px;
  color: #000;
  text-align: center;
}
.n-about-a .abo .element .data .textbox::after {
  position: absolute;
  right: 0;
  top: 0;
  width: 2px;
  height: 90px;
  background: #dcdcdc;
  content: '';
  z-index: 9;
}
.n-about-a .abo .element .data .textbox::before {
  position: absolute;
  right: 0;
  top: 0;
  width: 2px;
  height: 40px;
  background: #0264bf;
  content: '';
  z-index: 99;
}
.n-about-a .abo .more {
  width: 100px;
  margin: 0 auto;
}
.n-about-a .abo .more a {
  padding: 0 10px;
  background-color: #0264bf;
  border-radius: 30px;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  display: block;
  color: #ffffff;
}
.n-about-b .abo {
  padding: 40px 0;
}
.n-about-b .abo .nav ul{
  justify-content: center;
  margin: 20px 0;
}
.n-about-b .abo .nav ul li{
  width: 250px;
  margin: 0 20px;
}
.n-about-b .abo .nav ul li a{
  display: block;
  background: #f7f7f7;
  border-radius: 30px;
  line-height: 45px;
  text-align: center;
  color: #333333;
  font-size: 18px;
}
.n-about-b .abo .caption {
  margin: 40px auto;
  width: 140px;
  background: #015aad;
  border-radius: 30px;
  line-height: 45px;
  text-align: center;
  color: #ffffff;
  font-size: 24px;
}
.n-about-b .abo .element .box{
  flex-wrap: wrap;
  justify-content: flex-start;
}
.n-about-b .abo .element .box .img {
  width: 18%;
  margin: 0 1% 030px 1%;
}
.n-about-b .active-a a{
  background: #004ca9 !important;
  color: #fff !important;
}
.n-about-b .active-b{
  display: none;
}
/* 新闻 */
.news {
  background: #f7f7f7;
}
.news .new {
  padding: 40px 0;
}
.news .new .element {
  margin: 40px 0 60px 0;
}
.news .new .element .imgbox {
  width: 48%;
}
.news .new .element .imgbox a {
  display: block;
  background: #fff;
}
.news .new .element .imgbox a .p {
  box-sizing: border-box;
  padding: 30px;
}
.news .new .element .imgbox a .p .title {
  font-size: 18px;
  color: #000000;
  margin: 0 0 25px 0;
}
.news .new .element .imgbox a .p .text {
  font-size: 16px;
  color: #434343;
  line-height: 34px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news .new .more {
  width: 200px;
  margin: 0 auto;
}
.news .new .more a {
  display: block;
  text-align: center;
  line-height: 48px;
  font-size: 18px;
  color: #fff;
  background: #004ca9;
  border-radius: 30px;
}
.news .new .more:hover a{
  background: #fff;
  color: #004ca9;
  border: 1px solid #004ca9;
}
.q-news .new {
  padding: 40px 0;
}
.q-news .new .element{
  margin: 50px 0 30px 0;
}
.q-news .new .element .textbox a{
  display: block;
  box-sizing: border-box;
  padding: 30px 30px;
  border-bottom: 1px solid #eee;
}
.q-news .new .element .textbox a .title{
  font-size: 22px;
  color: #333;
  margin: 0 0 15px 0;
}
.q-news .new .element .textbox a .time{
  font-size: 14px;
  color: #666;
  margin: 0 0 20px 0;
}
.q-news .new .element .textbox a .text{
  font-size: 16px;
  color: #333;
  line-height: 26px;
}
.d-news .new {
  padding: 40px 0;
}
.d-news .new .element{
  margin: 50px 0 30px 0;
}
.d-news .new .element .title{
  font-size: 22px;
  color: #000;
  margin: 0 0 20px 0;
  text-align: center;
}
.d-news .new .element .text{
  font-size: 18px;
  color: #000;
  line-height: 31px;
}
/* 联系 */
.contact {
  background: url(../img/ind6.jpg) no-repeat;
  background-size: cover;
}
.contact .con {
  padding: 65px 0;
}
.contact .con .caption {
  font-size: 30px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  margin: 0 0 30px 0;
}
.contact .con .phone {
  text-align: center;
  margin: 0 0 40px 0;
}
.contact .con .phone span{
  font-size: 30px;
  color: #fff;
  display: inline-block;
  border: 1px solid #fff;
  padding: 0 30px;
  line-height: 55px;
}
.contact .con .email {
  font-size: 22px;
  color: #fff;
  text-align: center;
  margin: 0 0 45px 0;
}
.contact .con .more {
  width: 200px;
  margin: 0 auto;
}
.contact .con .more a {
  display: block;
  text-align: center;
  line-height: 48px;
  font-size: 18px;
  color: #fff;
  background: #004ca9;
  border-radius: 30px;
}
.contact .con .more:hover a{
  background: #fff;
  color: #004ca9;
  border: 1px solid #004ca9;
}
.n-contact-a {
  background: #f6f6f6;
}
.n-contact-a .con {
  padding: 40px 0;
}
.n-contact-a .con .element {
  margin: 20px 0 0 0;
  position: relative;
}
.n-contact-a .con .element .img {
  width: 60%;
}
.n-contact-a .con .element .p {
  position: absolute;
  right: 0;
  width: 45%;
  background: #004ca9;
  box-sizing: border-box;
  padding: 30px;
  font-size: 18px;
  line-height: 36px;
  color: #fff;
}
/* 视频 */
.video{
  padding: 40px 0;
}
.video .vid .caption-a{
  margin: 0 0 40px 0;
}
.video .vid .element .imgbox{
  width: 23%;
}
.video .vid .element .imgbox a .p{
  font-size: 16px;
  text-align: center;
  color: #666666;
  padding: 15px 0;
}
.x-video .vid{
  padding: 40px 0;
}
.x-video .vid .title{
  font-size: 30px;
  color: #333333;
  text-align: center;
  margin: 0 0 15px 0;
}
/* 下载 */
.n-download .dow {
  padding: 40px 0;
}
.n-download .dow .element {
  margin: 20px 0 0 0;
}
.n-download .dow .element .textbox {
  background: #f2f2f2;
  margin: 0 0 10px 0;
}
.n-download .dow .element .textbox a {
  box-sizing: border-box;
  padding: 0 30px;
}
.n-download .dow .element .textbox a .title {
  font-size: 18px;
  color: #333;
  line-height: 50px;
}
/* 搜索 */
.n-search .sea {
  padding: 40px 0;
}
.n-search .sea .form {
  width: 60%;
  box-shadow: 0 0 10px 0 #efefef;
  margin: 30px auto;
}
.n-search .sea .form input {
  border: none;
  outline: none;
}
.n-search .sea .form .input {
  width: 89%;
  box-sizing: border-box;
  padding: 0 20px;
  font-size: 16px;
  color: #999999;
  line-height: 60px;
}
.n-search .sea .form .submit {
  width: 10%;
  background: url(../img/hea2.png) no-repeat center;
  background-size: inherit;
  height: 60px;
}
.n-search .sea .element{
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.n-search .sea .element .imgbox {
  width: 24%;
  margin: 0 0.5% 30px 0.5%;
  background: #f2f2f2;
}
.n-search .sea .element .imgbox a {
  display: block;
  box-sizing: border-box;
  padding: 20px;
}
.n-search .sea .element .imgbox a .img {
  box-sizing: border-box;
  padding: 10px;
  background: #fff;
  margin: 0 0 15px 0;
}
.n-search .sea .element .imgbox a .p .caption {
  margin: 0 0 15px 0;
}
.n-search .sea .element .imgbox a .p .caption .title {
  font-size: 20px;
  color: #333;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.n-search .sea .element .imgbox a .p .text {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}
/* 底部 */
footer {
  background: url(../img/foo1.png) no-repeat;
  background-size: cover;
}
footer .foo-a .foo {
  padding: 60px 0;
  align-items: flex-start;
}
footer .foo-a .foo .box .caption {
  font-size: 20px;
  color: #000;
  margin: 0 0 15px 0;
}
footer .foo-a .foo .box .caption a{
  font-size: 20px;
  color: #000;
}
footer .foo-a .foo .box ul li {
  margin: 0 0 20px 0;
}
footer .foo-a .foo .box ul li a {
  font-size: 16px;
  color: #000;
}
footer .foo-a .foo .box .text {
  font-size: 16px;
  color: #000;
  line-height: 34px;
}
footer .foo-a .foo .box:last-child{
  width: 10%;
}
footer .foo-a .foo .box .imgbox .p{
  font-size: 16px;
  color: #000;
  padding: 10px 0;
  text-align: center;
}
footer .foo-b .foo {
  text-align: center;
  font-size: 16px;
  color: #000;
  padding: 20px 0;
}
footer .foo-b .foo a{
  font-size: 16px;
  color: #000;
}
/******************************************/
@media screen and (max-width: 1801px) {
  header .hea .nav {
    width: 55%;
  }
  header .hea .search {
    width: 7%;
  }
  .about .abo .element .data .textbox .num {
    font-size: 32px;
  }
  .news .new .element .imgbox a .p .title {
    margin: 0 0 20px 0;
  }
  .n-about-a .abo .element .data .textbox .num {
    font-size: 32px;
  }
  .q-products .pro .element .imgbox a .p .caption {
    margin: 0 0 5px 0;
  }
  .contact .con .caption {
    font-size: 30px;
    line-height: 38px;
  }
  .q-products .pro .nav .ul-a .li-a .ul-b {
    width: 160%;
  }
  .d-products .pro .nav .ul-a .li-a .ul-b {
    width: 160%;
  }
  .caption-a .text {
    line-height: 24px;
  } 
}
/******************************************/
@media screen and (max-width: 1601px) {
  .center {
    width: 90%;
  }
  .n-lease-b .lea .element .imgbox a {
    padding: 20px 20px 30px 20px;
  }
  .news .new .element .imgbox a .p .title .h1{
    width: 80%;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  header .hea .phone .p {
    font-size: 16px;
    line-height: 40px;
  }
}
/******************************************/
@media screen and (max-width: 1401px) {
  header .hea .nav ul li a {
    font-size: 18px;
  }
  header .hea .phone .p {
    font-size: 16px;
    line-height: 35px;
  }
  header .hea .phone .img {
    margin: 0 5px 0 0;
    width: 18px;
  }
  header .hea .search a .img {
    width: 20px;
  }
  header .hea .search a .p {
    font-size: 18px;
  }
  .products .pro .nav {
    margin: 30px 0 30px 0;
  }
  .products .pro ul li a {
    line-height: 45px;
  }
  .about .abo .element{
    flex-wrap: wrap;
  }
  .about .abo .element .text {
    width: 50%;
  }
  .about .abo .element .img {
    width: 45%;
  }
  .about .abo .element .data {
    width: 100%;
    flex-wrap: nowrap;
    margin: 30px 0 0 0;
  }
  .about .abo .element .data .textbox {
    padding: 0 5%;
  }
  .about .abo .element .data .textbox .num {
    font-size: 32px;
    text-align: center;
  }
  .news .new .element .imgbox a .p .title {
    margin: 0 0 10px 0;
  }
  .contact .con .phone span {
    font-size: 24px;
  }
  .n-about-a .abo .element{
    flex-wrap: wrap;
  }
  .n-about-a .abo .element .text{
    width: 50%;
  }
  .n-about-a .abo .element .img{
    width: 45%;
  }
  .n-about-a .abo .element .data .textbox {
    padding: 0 5%;
  }
  .n-about-a .abo .element .data .textbox .num {
    font-size: 32px;
    text-align: center;
  }
  .q-products .pro .element .imgbox {
    width: 31%;
  }
  .q-products .pro .nav .ul-a .li-a .ul-b {
    left: -40%;
    width: 180%;
  }
  .n-lease-b .lea .element .swiper-button-prev-a {
    left: -3%;
  }
  .n-lease-b .lea .element .swiper-button-next-a {
    right: -3%;
  }
  .n-search .sea .element .imgbox {
    width: 31%;
  }
  header .hea .search a .p {
    font-size: 0px;
    display: none;
  }
  header .hea .search {
    width: 3%;
  }
  header .hea .nav {
    width: 60%;
  }
  .products .pro .nav ul li {
    width: 15%;
  }
  footer .foo-a .foo .box:nth-child(3){
    width: 35%;
  }
  .n-about-a .abo .element .text {
    width: 100%;
  }
  .n-about-a .abo .element .data {
    width: 48%;
  }
  .q-products .pro .nav .ul-a .li-a {
    width: 15%;
  }
  .d-products .pro .nav .ul-a .li-a {
    width: 15%;
  }
}
/******************************************/
@media screen and (max-width: 1201px) {
  header {
    display: none;
  }
  .phone-section {
    display: block;
  }
  .phone-logo {
    width: 10%;
  }
  .phone-head {
    width: 100%;
    padding: 15px 10px;
    box-sizing: border-box;
    justify-content: space-between;
    background-color: #fff;
    /* position: fixed; */
    top: 0;
    left: 0;
  }
  .phone-close {
    background-color: #015aad;
    padding: 10px 15px;
    box-sizing: border-box;
  }
  .phone-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: 999999999999999;
  }
  .phonelist-nav {
    width: 100%;
    background-color: #015aad;
    line-height: 48px;
  }
  .phonelist-nav a {
    color: #fff;
    font-size: 14px;
    padding: 0 15px;
  }
  .phonelist-nav1 {
    flex-direction: column;
    align-items: stretch;
    padding-left: 20px;
  }
  .phonelist-nav1 a {
    display: block;
  }
  .phonelist-nav {
    border-bottom: 1px solid #ffffff;
  }
  .phonelist-nav:last-child {
    border-bottom: none;
  }
  .phonelist-navtop > a {
    width: 50%;
  }
  .phonelist-navtop div {
    flex-grow: 1;
    flex-direction: row-reverse;
    box-sizing: border-box;
    padding-right: 10px;
  }
  .phonelist-navtop div img {
    width: 16px;
  }
  .phonelist-nav1 {
    display: none;
  }
  .menucl-img2 {
    display: none;
  }
  .products .pro .nav ul li {
    width: 13%;
  }
  .caption-a .title {
    font-size: 26px;
    margin: 0 0 10px 0;
  }
  .products .pro .element .imgbox {
    width: 32%;
  }
  .products .pro .element .imgbox a {
    padding: 10px;
  }
  .products .pro .element .imgbox a .p .caption .title {
    font-size: 16px;
  }
  .products .pro .element .imgbox a .p .caption .after {
    width: 12%;
  }
  .products .pro .more {
    width: 140px;
    margin: 0 auto;
  }
  .products .pro .more a {
    line-height: 40px;
    font-size: 14px;
  }
  .about .abo .element {
    margin: 20px 0 30px 0;
  }
  .about .abo .element .text {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .about .abo .element .img {
    width: 100%;
  }
  .about .abo .element .data .textbox .num {
    font-size: 24px;
    margin: 0 0 15px 0;
  }
  .about .abo .element .data .textbox .p {
    font-size: 16px;
  }
  .about .abo .more a {
    line-height: 40px;
    font-size: 14px;
  }
  .about .abo .more {
    width: 140px;
  }
  .news .new .element {
    margin: 20px 0 30px 0;
  }
  .news .new .more{
    width: 140px;
  }
  .news .new .more a {
    line-height: 40px;
    font-size: 14px;
  }
  .contact .con .caption {
    font-size: 26px;
    margin: 0 0 20px 0;
  }
  .contact .con .phone span {
    font-size: 20px;
    line-height: 45px;
  }
  .contact .con .more a {
    line-height: 40px;
    font-size: 14px;
  }
  .contact .con .more {
    width: 140px;
  }
  footer .foo-a .foo {
    padding: 40px 0;
    flex-wrap: wrap;
  }
  footer .foo-a .foo .box .caption a {
    font-size: 18px;
    color: #000;
  }
  footer .foo-a .foo .box .caption {
    font-size: 18px;
  }
  footer .foo-a .foo .box:last-child {
    width: 15%;
    margin: 0 auto;
  }
  .n-banner .ban .p .cn {
    font-size: 26px;
  }
  .n-banner .ban .p .en {
    font-size: 20px;
    color: #fff;
  }
  .n-about-a .abo .element {
    margin: 20px 0 30px 0;
  }
  .n-about-a .abo .element .text {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .n-about-a .abo .element .img {
    width: 100%;
  }
  .n-about-a .abo .element .data .textbox .num {
    font-size: 26px;
    margin: 0 0 20px 0;
  }
  .n-about-a .abo .element .data .textbox .p {
    font-size: 16px;
  }
  .n-about-b .abo .nav ul li a {
    line-height: 40px;
    font-size: 16px;
  }
  footer .foo-a .foo .box {
    min-width: 15%;
  }
  .q-products .pro .nav {
    margin: 20px 0 30px 0;
  }
  .q-products .pro .nav .ul-a .li-a .a-a {
    font-size: 16px;
    line-height: 40px;
  }
  .q-products .pro .element .imgbox a {
    padding: 10px;
  }
  .q-products .pro .element .imgbox a .p .caption .title {
    font-size: 16px;
  }
  .q-products .pro .element .imgbox a .p .caption .after {
    width: 10%;
  }
  .q-products .pro .element .imgbox {
    width: 32%;
  }
  .updown a {
    font-size: 12px;
    line-height: 35px;
    padding: 0 20px;
  }
  .d-products .pro .nav {
    margin: 20px 0 30px 0;
  }
  .d-products .pro .element .up .right .title {
    font-size: 22px;
  }
  .n-lease-a .lea .table-a table tr td {
    padding: 15px 15px;
  }
  .n-contact-a .con .element{
    flex-wrap: wrap;
  }
  .n-contact-a .con .element .img {
    width: 100%;
  }
  .n-contact-a .con .element .img img{
    display: block;
  }
  .n-contact-a .con .element .p {
    position: unset;
    width: 100%;
  }
  .products .pro .nav ul li {
    width: 18%;
  }
  .products .pro ul li a {
    line-height: 40px;
    font-size: 16px;
  }
  footer .foo-a .foo .box:nth-child(3) {
    width: 50%;
  }
  footer .foo-a .foo .box:last-child {
    width: 20%;
  }
  footer .foo-a .foo .box .text {
    line-height: 30px;
  }
  footer .foo-b .foo {
    line-height: 24px;
    padding: 20px 5%;
  }
  .n-about-a .abo .element .data {
    width: 100%;
  }
  .q-products .pro .nav .ul-a .li-a {
    width: 20%;
  }
  .d-products .pro .nav .ul-a .li-a {
    position: relative;
    width: 20%;
  }
  .d-products .pro .element .up .right .title {
    font-size: 20px;
  }
  .n-lease-a .lea .table-a {
    overflow-x: auto;
  }
  .n-lease-a .lea .table-a table {
    width: 1200px;
  }
  .n-lease-a .lea .table-b {
    overflow-x: auto;
  }
  .n-lease-a .lea .table-b table {
    width: 1200px;
  }
}
@media screen and (max-width: 801px) {
  .phone-logo {
    width: 20%;
  }
  .caption-a .title {
    font-size: 22px;
  }
    .products .pro .nav {
        margin: 20px 0 20px 0;
        overflow-x: auto;
    }
    .products .pro .nav ul {
        width: 750px;
    }
        .products .pro ul li a {
        line-height: 40px;
            font-size: 16px;
      }
        .products .pro .nav ul li {
        width: 20%;
    }
    .products .pro .element .box{
      flex-wrap: wrap;
    }  
    .products .pro .element .imgbox {
        width: 100%;
        margin: 0 0 20px 0;
      }
    .products .pro .element {
    margin: 20px 0 10px 0;
  }
      .about .abo .element .data {
        width: 100%;
        flex-wrap: wrap;
      }
  .about .abo .element .data .textbox{
    margin: 0 0 30px 0;
  }
      .about .abo .element .data .textbox .num {
        font-size: 22px;
        margin: 0px 0 10px 0;
    }
    .about .abo .element .data .textbox::before {
    height: 20px;
  }
  .about .abo .element .data .textbox::after {
    height: 60px;
  }
  .about .abo .element {
    margin: 20px 0 0px 0;
  }
      .news .new .element {
        margin: 20px 0 10px 0;
        flex-wrap: wrap;
      }
  .news .new .element .imgbox {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .news .new .element .imgbox a .p {
    box-sizing: border-box;
    padding: 20px;
  }
  .news .new .element .imgbox a .p .text {
    font-size: 16px;
    line-height: 28px;
  }
  .contact .con .caption {
    font-size: 20px;
    line-height: 24px;
  }
  .contact .con .phone {
    text-align: center;
    margin: 0 0 20px 0;
  }
  .contact .con .phone span {
    font-size: 18px;
    line-height: 40px;
    padding: 0 20px;
  }
      footer .foo-a .foo {
        padding: 40px 0 20px 0;
        flex-wrap: wrap;
    }
  footer .foo-a .foo .box:nth-child(1){
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 0 10px 0;
  }
  footer .foo-a .foo .box:nth-child(2){
    display: none;
  }
  footer .foo-a .foo .box:nth-child(1) .caption{
    width: 30%;
    text-align: center;
  }
  footer .foo-a .foo .box:last-child {
    width: 25%;
    margin: 0 auto;
  }
  footer .foo-b .foo {
    font-size: 16px;
    line-height: 24px;
  }
  .n-banner .ban .p .cn {
    font-size: 22px;
        margin: 0 0 10px 0;
  }
  .n-banner .ban .p .en {
    font-size: 18px;
  }
  .n-about-a .abo .element .data {
    flex-wrap: wrap;
  }
  .n-about-a .abo .element .data .textbox .num {
    font-size: 22px;
    margin: 0 0 10px 0;
  }
  .n-about-a .abo .element .data .textbox{
    margin: 0 0 30px 0;
  }
  .n-about-a .abo .element .data .textbox::before {
    height: 20px;
  }
  .n-about-a .abo .element .data .textbox::after {
    height: 60px;
  }
      .n-about-a .abo .element {
        margin: 20px 0 0px 0;
      }
      .n-about-b .abo .nav ul li a {
        line-height: 40px;
      }
  .n-about-b .abo .nav ul li {
    width: 120px;
    margin: 0 10px;
  }
      .q-products .pro .nav {
        display: none;
    }
    .q-products .pro .element{
      margin: 20px 0 0 0;
    }
    .q-products .pro .element .imgbox {
        width: 100%;
    }
        .d-products .pro .nav {
        display: none;
    }
    .d-products .pro .element{
      margin: 20px 0 0 0;
    }
  .d-products .pro .element .up {
    padding: 15px;
    margin: 0 0 20px 0;
    flex-wrap: wrap;
  }
  .d-products .pro .element .up .left {
    width: 100%;
  }
  .d-products .pro .element .up .right {
    width: 100%;
  }
  .d-products .pro .element .up .right .title {
    font-size: 20px;
  }
  .d-products .pro .element .down .caption span {
    font-size: 18px;
  }
  .n-lease-a .lea .table-a{
    overflow-x: auto;
  }
  .n-lease-a .lea .table-a table{
    width: 1200px;
  }
  .caption-a .text {
    font-size: 16px;
    line-height: 24px;
  }
  .n-lease-b .lea .element {
    margin: 20px 0 20px 0;
    position: relative;
  }
  .n-lease-a .lea .table-b{
    overflow-x: auto;
  }
  .n-lease-a .lea .table-b table{
    width: 1200px;
  }
  .n-contact-a .con .element .p {
    padding: 20px;
    font-size: 16px;
    line-height: 34px;
  }
  footer .foo-a .foo .box:nth-child(3) {
    width: 100%;
    margin: 0 0 10px 0;
  }
      footer .foo-a .foo .box:nth-child(1) .caption {
        width: 50%;
        text-align: center;
      }
      footer .foo-a .foo .box:last-child {
        width: 40%;
        margin: 0 auto;
    }
    .n-about-b .abo .nav ul {
    flex-direction: column;
    height: 40px;
        overflow-x: auto;
    flex-wrap: wrap;
  }
      .n-about-b .abo .nav ul li {
        width: 200px;
        margin: 0 10px;
      }
}
