.phone-section {
  display: none;
}
.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.center-a {
  width: 78%;
  margin: 0 auto;
}
.center-b {
  width: 68%;
  margin: 0 auto;
}
.i-caption .en {
  font-size: 24px;
  color: #bfbfbf;
  margin: 0 0 20px 0;
  padding: 20px 0 0 0;
  text-align: center;
  position: relative;
}
.i-caption .en::after {
  position: absolute;
  width: 4%;
  height: 4px;
  left: 48%;
  top: 0;
  background: #0057b8;
  content: '';
}
.i-caption .cn {
  font-size: 38px;
  color: #333333;
  font-weight: bold;
  text-align: center;
}
.n-caption .en {
  font-size: 22px;
  color: #bfbfbf;
  text-align: center;
  margin: 0 0 20px 0;
}
.n-caption .cn {
  font-size: 36px;
  color: #333333;
  font-weight: bold;
  text-align: center;
  padding: 0 0 25px 0;
  position: relative;
}
.n-caption .cn::after {
  position: absolute;
  width: 5%;
  height: 4px;
  background: #0661c8;
  left: 47.5%;
  bottom: 0;
  content: '';
}
.updown {
  justify-content: center;
}
.updown a {
  background: #ffffff;
  font-size: 22px;
  color: #666666;
  width: 50px;
  line-height: 50px;
  border: 1px solid #d8d8d8;
  text-align: center;
  margin: 0 8px;
}
.updown .pages {
  background: #0057b8;
  border: 1px solid #0057b8;
  color: #fff;
}
.updown a:hover {
  background: #0057b8;
  border: 1px solid #0057b8;
  color: #fff;
}
/* 头部 */
header .hea .logo {
  width: 20%;
  padding: 20px 0 0 0;
}
header .hea ul {
  width: 60%;
}
header .hea ul li a {
  font-size: 20px;
  color: #333333;
  line-height: 110px;
  display: block;
}
/* 关于 */
.about {
  background: url(../img/ind1.jpg) no-repeat;
  background-size: cover;
  position: relative;
}
.about .abo {
  padding: 85px 0 0 0;
  align-items: flex-start;
}
.about .abo .left {
  width: 45%;
  position: relative;
  z-index: 9;
}
.about .abo .left img {
  display: block;
}
.about .abo .right {
  width: 50%;
}
.about .abo .right .title .en {
  font-size: 22px;
  color: #bfbfbf;
  margin: 0 0 20px 0;
}
.about .abo .right .title .cn {
  font-size: 36px;
  color: #333333;
  font-weight: bold;
  padding: 0 0 20px 0;
  margin: 0 0 30px 0;
  position: relative;
}
.about .abo .right .title .cn::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 4px;
  background: #0661c8;
  content: '';
}
.about .abo .right .text {
  font-size: 16px;
  color: #000000;
  line-height: 30px;
}
.about .bottom {
  background: url(../img/ind2.png) right no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 90%;
  box-sizing: border-box;
  padding: 0 15%;
}
.about .bottom a {
  justify-content: flex-end;
}
.about .bottom a .text {
  line-height: 140px;
  font-size: 26px;
  color: #ffffff;
  margin: 0 30px 0 0;
}
/* 产品 */
.products {
  background: url(../img/ind4.jpg) no-repeat;
  background-size: cover;
}
.products .pro {
  padding: 95px 0;
}
.products .pro .element {
  margin: 60px 0 50px 0;
  align-items: flex-start;
}
.products .pro .element .left {
  width: 25%;
  margin: 0 5% 0 0;
}
.products .pro .element .left .title {
  background: #1869bf;
  font-size: 24px;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  line-height: 85px;
  border-radius: 10px;
  margin: 0 0 20px 0;
}
.products .pro .element .left .nav {
  background: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 10% 15%;
}
.products .pro .element .left .nav ul {
  overflow-y: auto;
  height: 450px;
  padding: 0 15% 0 0;
}
.products .pro .element .left .nav ul li {
  margin: 0 0 30px 0;
  height: auto;
}
.products .pro .element .left .nav ul li a {
  font-size: 20px;
  color: #666666;
  padding: 20px 0;
  text-align: center;
  display: block;
  border-bottom: 1px solid #c3c3c3;
  position: relative;
}
.products .pro .element .left .nav ul li a::after {
  position: absolute;
  width: 20%;
  height: 3px;
  background: #aeaeae;
  left: 0;
  bottom: -2px;
  content: '';
}
.products .pro .element .left .nav ul li:hover a {
  color: #0057b8;
  border-bottom: 1px solid #dee7f1;
}
.products .pro .element .left .nav ul li:hover a::after {
  background: #0057b8;
}
.products .pro .element .left .nav ul::-webkit-scrollbar {
  width: 4px;
  height: 80%;
  margin: auto 0;
  background: #e8e8e8;
  border-radius: 30px;
}
.products .pro .element .left .nav ul::-webkit-scrollbar-thumb {
  background-color: #b1b1b1;
  border-radius: 30px;
}
.products .pro .element .right {
  width: 70%;
}
.products .pro .element .right .body {
  flex-wrap: wrap;
}
.products .pro .element .right .body .imgbox {
  width: 30%;
  margin: 0 1% 10px 1%;
}
.products .pro .element .right .body .imgbox a .img {
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  text-align: center;
  padding: 5% 0;
}
.products .pro .element .right .body .imgbox a .text {
  justify-content: center;
  padding: 30px 0;
}
.products .pro .element .right .body .imgbox a .text .p {
  font-size: 22px;
  color: #333333;
  margin: 0 15px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.products .pro .element .right .body .imgbox a .text .after {
  opacity: 0;
}
.products .pro .element .right .body .imgbox:hover a .img {
  border: 1px solid #0057b8;
}
.products .pro .element .right .body .imgbox:hover a .text .p {
  color: #0057b8;
}
.products .pro .element .right .body .imgbox:hover a .text .after {
  opacity: 1;
}
.products .pro .more {
  width: 180px;
  margin: 0 auto;
  border: 1px solid #afafaf;
  border-radius: 5px;
}
.products .pro .more a {
  justify-content: center;
}
.products .pro .more a .text {
  line-height: 55px;
  font-size: 18px;
  color: #666666;
  margin: 0 10px 0 0 ;
}
.products .active-a a {
  color: #0057b8 !important;
  border-bottom: 1px solid #dee7f1 !important;
}
.products .active-a a::after {
  background: #0057b8 !important;
}
.products .active-b{
  display: none;
}
/* 联系 */
.content .con a img {
  display: block;
}
/* 新闻 */
.news .new {
  padding: 95px 0;
}
.news .new .element {
  margin: 60px 0 0 0;
  position: relative;
}
.news .new .element .swiperb .imgbox {
  width: 100%;
}
.news .new .element .swiperb .imgbox a .text {
  margin: 40px 0 0 0;
}
.news .new .element .swiperb .imgbox a .text .p-a {
  font-size: 24px;
  color: #333333;
  font-weight: bold;
  margin: 0 0 30px 0;
}
.news .new .element .swiperb .imgbox a .text .p-b {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  margin: 0 0 20px 0;
}
.news .new .element .swiperb .imgbox a .text .p-c {
  font-size: 16px;
  color: #a9a9a9;
}
.news .new .element .swiperb .imgbox:hover a .text .p-a {
  color: #0057b8;
}
.news .new .element .swiperb .imgbox:hover a .text .p-b {
  color: #0057b8;
}
.news .new .element .swiperb .imgbox:hover a .text .p-c {
  color: #0057b8;
}
.news .new .element .swiper-button-prevb {
  width: 80px;
  height: 80px;
  border: 1px solid #aeaeae;
  left: -8%;
  border-radius: 50px;
}
.news .new .element .swiper-button-prevb::after {
  color: #ababab;
  font-size: 30px;
  font-weight: bold;
}
.news .new .element .swiper-button-nextb {
  width: 80px;
  height: 80px;
  border: 1px solid #aeaeae;
  right: -8%;
  border-radius: 50px;
}
.news .new .element .swiper-button-nextb::after {
  color: #ababab;
  font-size: 30px;
  font-weight: bold;
}
.news .new .more {
  width: 180px;
  margin: 60px auto 0;
  border: 1px solid #afafaf;
  border-radius: 5px;
}
.news .new .more a {
  justify-content: center;
}
.news .new .more a .text {
  line-height: 55px;
  font-size: 18px;
  color: #666666;
  margin: 0 10px 0 0 ;
}
/* 底部 */
footer {
  background: #333333;
}
footer .foo {
  padding: 30px 0;
}
footer .foo ul {
  padding: 0 0 20px 0;
  border-bottom: 1px solid #fefefe60;
}
footer .foo ul li {
  color: #fefefe60;
  font-size: 18px;
  width: 100%;
  text-align: center;
}
footer .foo ul li a {
  color: #fefefe60;
  font-size: 18px;
  display: block;
}
footer .foo ul li:nth-child(even) {
  width: auto;
}
footer .foo .text {
  font-size: 16px;
  color: #efefef60;
  text-align: center;
  padding: 70px 0 0 0;
}
footer .foo .text .jszcbox {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0 0 0;
}
footer .foo .text .jszcbox .jszctext {
  width: 80px;
  font-size: 16px;
  color: #efefef60;
}
footer .foo .text .jszcbox .jszcimg {
  width: 55px;
  padding: 3px 0 0 0;
  opacity: 0.6;
}
/* 关于 */
.n-abo-a {
  background: url(../img/abo1.jpg) no-repeat;
  background-size: cover;
}
.n-abo-a .abo {
  padding: 80px 0;
}
.n-abo-a .abo .p-a {
  font-size: 32px;
  color: #333333;
  line-height: 74px;
  text-align: center;
  margin: 50px 0 20px 0;
  font-weight: bold;
}
.n-abo-a .abo .p-b {
  font-size: 24px;
  color: #000000;
  text-align: center;
  line-height: 52px;
}
.n-abo-a .abo .p-b span {
  font-size: 28px;
  font-weight: bold;
  color: #0057b8;
}
.n-abo-b {
  background: url(../img/abo2.jpg) no-repeat;
  background-size: cover;
}
.n-abo-b .abo {
  padding: 80px 0;
}
.n-abo-b .abo .img {
  width: 45%;
  margin: 0 5% 0 0;
}
.n-abo-b .abo .text {
  width: 50%;
}
.n-abo-b .abo .text .after {
  margin: 0 0 25px 0;
}
.n-abo-b .abo .text .p-a {
  font-size: 36px;
  color: #ffffff;
  margin: 0 0 25px 0;
}
.n-abo-b .abo .text .p-b {
  font-size: 28px;
  color: #ffffff;
  font-weight: 100;
  margin: 0 0 30px 0;
}
.n-abo-b .abo .text .p-c {
  font-size: 16px;
  color: #ffffff;
  line-height: 32px;
}
.n-abo-c {
  background: url(../img/abo4.jpg) no-repeat;
  background-size: cover;
}
.n-abo-c .abo {
  padding: 80px 0;
}
.n-abo-c .abo .img {
  width: 45%;
}
.n-abo-c .abo .text {
  width: 50%;
}
.n-abo-c .abo .text .p-a {
  font-size: 36px;
  color: #333333;
  padding: 30px 0 30px 0;
}
.n-abo-c .abo .text .p-b {
  font-size: 16px;
  color: #000000;
  line-height: 32px;
}
/* 产品 */
.n-pro {
  background: url(../img/pro1.jpg) no-repeat;
  background-size: cover;
}
.n-pro .pro {
  padding: 80px 0;
}
.n-pro .pro ul {
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 2% 5%;
  flex-wrap: wrap;
  margin: 40px 0 0 0;
  background: #fff;
}
.n-pro .pro ul li {
  width: 20%;
  padding: 15px 0;
  text-align: center;
}
.n-pro .pro ul li a {
  font-size: 20px;
  color: #666666;
  position: relative;
}
.n-pro .pro ul li a::after {
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 0%;
  height: 3px;
  background: #0057b8;
  content: '';
  transition: 0.3s;
}
.n-pro .pro ul li:hover a {
  color: #0057b8;
}
.n-pro .pro ul li:hover a::after {
  width: 100%;
}
.n-pro .pro .element {
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 50px 0 0 0;
}
.n-pro .pro .element .imgbox {
  width: 23%;
  margin: 0 1% ;
}
.n-pro .pro .element .imgbox a {
  display: block;
}
.n-pro .pro .element .imgbox a .img {
  border: 1px solid #d8d8d8;
  text-align: center;
  border-radius: 10px;
  padding: 8% 0;
  background: #fff;
}
.n-pro .pro .element .imgbox a .text {
  padding: 40px 0;
  justify-content: center;
  align-items: center;
}
.n-pro .pro .element .imgbox a .text .p {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.n-pro .pro .element .imgbox a .text .after {
  margin: 3px 0 0 10px;
  opacity: 0;
}
.n-pro .pro .element .imgbox:hover a .img {
  border: 1px solid #1869bf;
  background: #f3faff;
}
.n-pro .pro .element .imgbox:hover a .text .p {
  color: #0057b8;
}
.n-pro .pro .element .imgbox:hover a .text .after {
  opacity: 1;
}
.n-pro .active-a a {
  color: #0057b8 !important;
}
.n-pro .active-a a::after {
  width: 100% !important;
}
.x-pro .pro {
  padding: 80px 0;
}
.x-pro .pro .caption{
  font-size: 32px;
  color: #333333;
  font-weight: bold;
  text-align: center;
  margin: 0 0 60px 0;
}
.x-pro .pro .img{
  text-align: center;
}
.x-pro .pro .element{
  font-size: 18px;
  line-height: 24px;
  color: #333333;
  margin: 30px 0 0 0;
}
/* 新闻 */
.n-new {
  background: #fafdff;
}
.n-new .new {
  padding: 80px 0;
}
.n-new .new .element {
  margin: 50px 0 0 0;
}
.n-new .new .element .imgbox {
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  background: #fff;
  margin: 0 0 30px 0;
}
.n-new .new .element .imgbox a {
  box-sizing: border-box;
  padding: 2% 5%;
}
.n-new .new .element .imgbox a .left {
  width: 35%;
  margin: 0 5% 0 0;
}
.n-new .new .element .imgbox a .right {
  width: 60%;
}
.n-new .new .element .imgbox a .right .p-a {
  font-size: 28px;
  font-weight: bold;
  color: #333333;
  margin: 0 0 20px 0;
}
.n-new .new .element .imgbox a .right .p-b {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  margin: 0 0 130px 0;
}
.n-new .new .element .imgbox a .right .content .time {
  font-size: 18px;
  color: #a9a9a9;
}
.n-new .new .element .imgbox a .right .content .btn .p {
  font-size: 16px;
  color: #959595;
}
.n-new .new .element .imgbox a .right .content .btn .img {
  margin: 0 0 5px 10px;
}
.n-new .new .element .imgbox:hover {
  border: 1px solid #0057b8;
}
.x-new {
  background: #fafdff;
}
.x-new .new {
  padding: 80px 0;
  width: 60%;
}
.x-new .new .caption{
  font-size: 32px;
  color: #333333;
  font-weight: bold;
  text-align: center;
  margin: 0 0 30px 0;
}
.x-new .new .time{
  font-size: 18px;
  text-align: center;
  color: #333333;
  padding: 0 0 20px 0;
  margin: 0 0 40px 0;
}
.x-new .new .img{
  text-align: center;
}
.x-new .new .element{
  font-size: 18px;
  line-height: 28px;
  color: #333333;
  margin: 30px 0 0 0;
}
/* 联系 */
.n-con {
  background: url(../img/con1.jpg) no-repeat;
  background-size: cover;
}
.n-con .con {
  padding: 80px 0;
}
.n-con .con .element {
  margin: 50px 0 0 0;
}
.n-con .con .element .left {
  width: 40%;
  margin: 0 5% 0 0;
}
.n-con .con .element .left .title {
  font-size: 30px;
  color: #333333;
  font-weight: bold;
  margin: 0 0 20px 0;
  box-sizing: border-box;
  padding: 0 0 0 8%;
  position: relative;
}
.n-con .con .element .left .title::after {
  position: absolute;
  left: 0;
  top: 6px;
  width: 11px;
  height: 11px;
  border: 2px solid #2f7bd1;
  content: '';
  transform: rotate(45deg);
}
.n-con .con .element .left .text {
  font-size: 20px;
  color: #333333;
  line-height: 48px;
  box-sizing: border-box;
  padding: 0 0 0 8%;
}
.n-con .con .element .right {
  width: 55%;
  border: 1px solid #d8d8d8;
  box-sizing: border-box;
  padding: 3% 5%;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 10px 0 #ecf0f4;
}
.n-con .con .element .right .caption {
  font-size: 30px;
  color: #333333;
  font-weight: bold;
  margin: 0 0 50px 0;
}
.n-con .con .element .right form {
  flex-wrap: wrap;
}
.n-con .con .element .right form .inputbox {
  width: 48%;
  margin: 0 0 35px 0;
}
.n-con .con .element .right form .inputbox .text {
  font-size: 18px;
  color: #333333;
  margin: 0 0 15px 0;
}
.n-con .con .element .right form .inputbox .input {
  width: 100%;
}
.n-con .con .element .right form .inputbox .input input {
  width: 100%;
  border: 1px solid #d8d8d8;
  line-height: 70px;
  border-radius: 10px;
  outline: none;
  font-size: 20px;
  color: #333333;
  box-sizing: border-box;
  padding: 0 20px;
}
.n-con .con .element .right form .textareabox {
  width: 100%;
  margin: 0 0 35px 0;
}
.n-con .con .element .right form .textareabox .text {
  font-size: 18px;
  color: #333333;
  margin: 0 0 15px 0;
}
.n-con .con .element .right form .textareabox .textarea {
  width: 100%;
}
.n-con .con .element .right form .textareabox .textarea textarea {
  width: 100%;
  border: 1px solid #d8d8d8;
  line-height: 30px;
  border-radius: 10px;
  outline: none;
  height: 180px;
  font-size: 20px;
  color: #333333;
  box-sizing: border-box;
  padding: 10px 20px;
}
.n-con .con .element .right form .submit {
  width: 25%;
  margin: 0 auto;
}
.n-con .con .element .right form .submit input {
  width: 100%;
  font-size: 20px;
  color: #333333;
  text-align: center;
  border: 1px solid #d8d8d8;
  outline: none;
  border-radius: 10px;
  line-height: 50px;
}
/******************************************/
@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;
  }
  .close {
    background-color: #00614e;
    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: 999999999999999;
  }
  .phonelist-nav {
    width: 100%;
    background-color: #00614e99;
    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;
  }
}
