.phone-section {
  display: none;
}
.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.center {
  width: 65%;
  margin: 0 auto;
}
.i-caption .p-a {
  font-size: 30px;
  font-weight: bold;
  color: #333;
  margin: 0 0 20px 0;
  text-align: center;
}
.i-caption .p-b {
  font-size: 19px;
  color: #999999;
  text-align: center;
  margin: 0 0 20px 0;
  text-transform: uppercase;
}
.i-caption .p-c {
  text-align: center;
  position: relative;
}
.i-caption .p-c span {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  background: #0094da;
  line-height: 35px;
  padding: 0 30px;
}
.i-caption .p-c::before {
  position: absolute;
  width: 40%;
  height: 1px;
  left: 0;
  top: 18px;
  background: #c2c2c2;
  content: '';
}
.i-caption .p-c::after {
  position: absolute;
  width: 40%;
  height: 1px;
  right: 0;
  top: 18px;
  background: #e2e2e2;
  content: '';
}
.updown {
  width: 100%;
  justify-content: center;
  margin: 30px 0 0 0;
}
.updown a {
  line-height: 30px;
  padding: 0 10px;
  display: block;
  font-size: 14px;
  color: #3a3a3a;
  background: #ddd;
  margin: 0 5px;
  border-radius: 3px;
}
.updown .pages {
  background: #0094da;
  color: #fff;
}
/* 头部 */
header {
  background: #fff;
}
header .hea-a .logo{
  width: 15%;
  padding: 15px 0;
}
header .hea-a .hea .tel .img{
  width: 25px;
  margin: 0 10px 0 0;
}
header .hea-a .hea .tel .p .p-a{
  font-size: 18px;
  line-height: 24px;
  color: #666;
}
header .hea-a .hea .tel .p .p-b{
  font-size: 20px;
  color: #0094da;
  line-height: 24px;
}
header .hea-b {
  background: #0094da;
}
header .hea-b .hea .ul-a .li-a {
  width: 100%;
  position: relative;
}
header .hea-b .hea .ul-a .li-a .a-a {
  display: block;
  width: 100%;
  font-size: 16px;
  color: #fff;
  line-height: 52px;
  text-align: center;
}
header .hea-b .hea .ul-a .li-a .ul-b {
  position: absolute;
  left: 0;
  top: 150%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  border-top: 4px solid #0094da;
  z-index: -9;
  opacity: 0;
  transition: 0.5s;
}
header .hea-b .hea .ul-a .li-a .ul-b .li-b .a-b {
  font-size: 14px;
  color: #fff;
  display: block;
  width: 100%;
  line-height: 48px;
  text-align: center;
}
header .hea-b .hea .ul-a .li-a .ul-b .li-b .a-b:hover {
  background: #0094da;
}
header .hea-b .hea .ul-a .li-a:hover .ul-b {
  opacity: 1;
  top: 100%;
  z-index: 9;
}
/* 轮播 */
.banner .ban .swipera .swiper-pagination-bullet {
  width: 50px;
  height: 3px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0;
  opacity: 1;
}
.banner .ban .swipera .swiper-pagination-bullet-active {
  background: #76a6a6;
}
.banner .ban .swipera .swiper-button-preva {
  left: 15%;
  color: #fff;
}
.banner .ban .swipera .swiper-button-nexta {
  right: 15%;
  color: #fff;
}
/* 服务 */
.service .ser {
  padding: 60px 0;
}
.service .ser .element-a {
  border: 1px solid #f5f5f5;
  margin: 50px 0 0 0;
  padding: 30px 0;
}
.service .ser .element-a .imgbox {
  width: 20%;
}
.service .ser .element-a .imgbox .img {
  text-align: center;
  padding: 0 0 10px 0;
}
.service .ser .element-a .imgbox .img img:nth-child(1) {
  display: inline;
}
.service .ser .element-a .imgbox .img img:nth-child(2) {
  display: none;
}
.service .ser .element-a .imgbox .p {
  font-size: 15px;
  text-align: center;
  color: #666;
  position: relative;
  padding: 0 0 20px 0;
}
.service .ser .element-a .imgbox .p::after {
  position: absolute;
  width: 10%;
  height: 2px;
  left: 45%;
  bottom: 0;
  background: #666;
  content: '';
}
.service .ser .element-a .imgbox:hover .img img:nth-child(1) {
  display: none;
}
.service .ser .element-a .imgbox:hover .img img:nth-child(2) {
  display: inline;
}
.service .ser .element-a .imgbox:hover .p {
  color: #30477b;
}
.service .ser .element-a .imgbox:hover .p::after {
  background: #30477b;
}
.service .ser .element-b {
  margin: 50px 0 0 0;
}
.service .ser .element-b .swiperb .imgbox {
  box-sizing: border-box;
  padding: 0 30px 0 0;
  position: relative;
}
.service .ser .element-b .swiperb .imgbox::after {
  position: absolute;
  width: 1px;
  height: 60%;
  right: 0;
  top: 20%;
  background: #e1e1e1;
  content: '';
}
.service .ser .element-b .swiperb .imgbox .img{
  border: 1px solid #eaeaea;
}
.service .ser .element-b .swiperb .imgbox .p {
  font-size: 15px;
  color: #555;
  text-align: center;
  padding: 10px 0;
}
.service .ser .element-b .swiperb .imgbox:hover .p {
  color: #30477b;
}
/* 产品 */
.products {
  background: #f5f5f5;
}
.products .pro {
  padding: 60px 0;
}
.products .pro .nav {
  margin: 50px 0 0 0;
  justify-content: center;
}
.products .pro .nav li {
  width: 15%;
  background: #dfdfdf;
  border-radius: 30px;
  margin: 0 10px ;
}
.products .pro .nav li a {
  display: block;
  font-size: 14px;
  color: #555;
  text-align: center;
  line-height: 35px;
}
.products .pro .nav li:hover{
  background: #0094da;
}
.products .pro .nav li:hover a{
  color: #fff;
}
.products .pro .element {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 50px 0 0 0;
}
.products .pro .element .imgbox {
  width: 23%;
  margin: 0 1% 20px;
  box-sizing: border-box;
  padding: 1% 2%;
  background: #fff;
}
.products .pro .element .imgbox .img {
  padding: 0 0 20px 0;
}
.products .pro .element .imgbox .p {
  font-size: 15px;
  color: #555;
  text-align: center;
}
.products .pro .more {
  width: 200px;
  text-align: center;
  margin: 50px auto 0;
}
.products .pro .more a {
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 50px;
  background: linear-gradient(to right, #1f509f 0%, #2b72c9 100%);
}
.products .active-a{
  background: #0094da !important;
}
.products .active-a a{
  color: #ffffff !important;
}
.products .active-b{
  display: none;
}
/* 联系 */
.contact .con a {
  display: block;
}
/* 关于 */
.about {
  background: url(../img/ind6.png) left no-repeat;
  background-size: cover;
}
.about .abo {
  padding: 60px 0;
}
.about .abo .left {
  width: 45%;
}
.about .abo .left .title .cn {
  font-size: 30px;
  color: #102e52;
  font-weight: bold;
  margin: 0 0 20px 0;
}
.about .abo .left .title .en {
  font-size: 30px;
  color: #0094da;
  font-weight: bold;
  margin: 0 0 20px 0;
}
.about .abo .left .text {
  font-size: 16px;
  color: #000000;
  line-height: 32px;
  margin: 0 0 100px 0;
}
.about .abo .left .more {
  width: 200px;
  text-align: center;
}
.about .abo .left .more a {
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 50px;
  background: linear-gradient(to right, #1f509f 0%, #2b72c9 100%);
}
/* 新闻 */
.news .new {
  padding: 60px 0;
  flex-wrap: wrap;
  align-items: flex-start;
}
.news .new .content {
  width: 30%;
  margin: 0 1%;
}
.news .new .content .caption {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  padding: 0 0 10px 0;
  margin: 0 0 20px 0;
  border-bottom: 2px solid #0f5fad;
}
.news .new .content .textbox {
  border: 1px solid #dddddd;
  margin: 0 0 20px 0;
}
.news .new .content .textbox a {
  box-sizing: border-box;
  padding: 3% 5%;
}
.news .new .content .textbox a .time {
  width: 25%;
  margin: 0 5% 0 0;
  background: #0094da;
  padding: 15px 0;
}
.news .new .content .textbox a .time .year {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin: 0 0 10px 0;
}
.news .new .content .textbox a .time .day {
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.news .new .content .textbox a .text {
  width: 70%;
}
.news .new .content .textbox a .text .p-a {
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 15px;
  color: #3a3a3a;
  font-weight: bold;
  margin: 0 0 10px 0;
}
.news .new .content .textbox a .text .p-b {
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 14px;
  color: #999;
  line-height: 22px;
}
.news .new .content .textbox:hover {
  border: 1px solid #0094da;
}
.news .new .content .textbox:hover a .text .p-b {
  color: #0094da;
}
.news .new .content .more {
  width: 170px;
  margin: 0 auto 30px;
}
.news .new .content .more a {
  display: block;
  font-size: 16px;
  color: #666666;
  line-height: 35px;
  text-align: center;
  border: solid 1px #dddddd;
}
.news .new .content .more:hover a {
  border: 1px solid #0094da;
  color: #fff;
  background: #0094da;
}
/* 合作 */
.cases {
  background: #f5f5f5;
}
.cases .cas {
  padding: 60px 0;
}
.cases .cas .element {
  margin: 50px 0 0 0;
}
.cases .cas .element .imgbox {
  width: 23%;
  box-sizing: border-box;
  background: #fff;
  margin: 20px 0 0 0;
}
.cases .cas .element .imgbox a {
  display: block;
  box-sizing: border-box;
}
.cases .cas .element .imgbox a .img {
  box-sizing: border-box;
  padding: 0 5%;
  border-bottom: 1px solid #f0f0f0;
}
.cases .cas .element .imgbox a .text {
  box-sizing: border-box;
  padding: 5% 5%;
}
.cases .cas .element .imgbox a .text .p-a {
  font-size: 16px;
  color: #555;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin: 0 0 10px 0;
}
.cases .cas .element .imgbox a .text .p-b {
  color: #888888;
  font-size: 14px;
  line-height: 25px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.cases .cas .element .imgbox:hover {
  margin: 0 0 20px 0;
}
/* 底部 */
footer {
  background: #0094da;
}
footer .foo-a {
  padding: 60px 0;
  align-items: flex-start;
}
footer .foo-a .left {
  width: 60%;
  align-items: flex-start;
}
footer .foo-a .left ul {
  width: 20%;
}
footer .foo-a .left ul li a {
  color: #e2e2e2;
  font-size: 14px;
  display: block;
  margin: 0 0 20px 0;
}
footer .foo-a .left ul li:first-child a {
  font-size: 16px;
  margin: 0 0 25px 0;
}
footer .foo-a .right {
  width: 30%;
}
footer .foo-a .right .p-a {
  font-size: 18px;
  padding: 0 0 10px 0;
  color: #fff;
  border-bottom: 1px solid #6f7b92;
  margin: 0 0 20px 0;
}
footer .foo-a .right .p-b {
  font-size: 15px;
  line-height: 28px;
  color: #fff;
  margin: 0 0 10px 0;
}
footer .foo-a .right .img {
  width: 60%;
  margin: 0 0 10px 0;
}
footer .foo-a .right .imgbox {
  justify-content: flex-start;
}
footer .foo-a .right .imgbox .after {
  width: 15%;
  margin: 0 5% 0 0;
}
footer .foo-a .right .imgbox .text {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
footer .foo-b {
  padding: 20px 0;
  color: #e8e8e8;
  text-align: center;
  font-size: 14px;
  line-height: 28px;
}
footer .foo-b a{
  color: #e8e8e8;
}
footer .foo-b .jszcbox {
  justify-content: center;
}
footer .foo-b .jszcbox .jszctext {
  width: 75px;
  color: #e8e8e8;
}
footer .foo-b .jszcbox .jszcimg {
  width: 55px;
  line-height: 1;
}
/* 面包屑 */
.crumb .cru {
  background: #fff;
  margin: 30px auto;
}
.crumb .cru .left .after {
  width: 55px;
  height: 55px;
  margin: 0 10px 0 0;
  justify-content: center;
  border-right: 1px solid #eaeaea;
}
.crumb .cru .left li {
  margin: 0 5px 0 0;
  color: #666;
  font-size: 14px;
}
.crumb .cru .left li a {
  display: block;
  line-height: 55px;
  color: #666;
  font-size: 14px;
}
/* 关于 */
.n-about-a .abo {
  box-sizing: border-box;
  padding: 2% 2% 2% 2%;
  background: #fff;
  margin: 0 auto 60px auto;
}
.n-about-a .abo h1 {
  font-size: 24px;
  color: #666;
  text-align: center;
  margin: 0 0 20px 0;
}
.n-about-a .abo h2 {
  font-size: 18px;
  color: #666;
  text-align: center;
  font-weight: 500;
  margin: 0 0 10px 0;
}
.n-about-a .abo p {
  font-size: 14px;
  color: #666;
  line-height: 40px;
}
.n-about-b .abo {
  box-sizing: border-box;
  padding: 2% 2% 2% 2%;
  background: #fff;
  margin: 0 auto 60px auto;
  flex-wrap: wrap;
}
.n-about-b .abo .imgbox {
  width: 23%;
  margin: 0 1% 20px;
}
.n-about-b .abo .imgbox a .p {
  text-align: center;
  background: #0094da;
  color: #fff;
  font-size: 15px;
  line-height: 40px;
}
/* 产品 */
.n-products .pro {
  align-items: flex-start;
  padding: 0 0 50px 0;
}
.n-products .pro .left {
  width: 25%;
}
.n-products .pro .left .caption {
  background: #0094da;
  font-size: 18px;
  color: #fff;
  line-height: 60px;
  box-sizing: border-box;
  padding: 0 25px;
  position: relative;
}
.n-products .pro .left .caption::after {
  position: absolute;
  width: 3px;
  height: 20px;
  left: 10px;
  top: 20px;
  background: #74a7a5;
  content: '';
}
.n-products .pro .left .ul-a {
  background: #fff;
  box-sizing: border-box;
  padding: 20px 10px;
}
.n-products .pro .left .ul-a .li-a .a-a {
  font-size: 14px;
  color: #333;
  box-sizing: border-box;
  padding: 0 15px;
  background: #f0f0f0;
  margin: 0 0 10px 0;
}
.n-products .pro .left .ul-a .li-a .a-a .p {
  line-height: 40px;
}
.n-products .pro .left .ul-a .li-a .ul-b {
  display: none;
}
.n-products .pro .left .ul-a .li-a .ul-b .li-b .a-b {
  display: block;
  font-size: 14px;
  color: #555;
  line-height: 35px;
  border-bottom: 1px dashed #c7c7c7;
  box-sizing: border-box;
  padding: 0 35px;
  margin: 0 0 10px 0;
  position: relative;
}
.n-products .pro .left .ul-a .li-a .ul-b .li-b .a-b::after {
  position: absolute;
  width: 5px;
  height: 5px;
  background: #0094da;
  content: '';
  left: 15px;
  top: 15px;
  transform: rotate(45deg);
}
.n-products .pro .right {
  width: 73%;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.n-products .pro .right .imgbox {
  width: 30%;
  background: #fff;
  margin: 0 1% 20px 1%;
}
.n-products .pro .right .imgbox a {
  display: block;
}
.n-products .pro .right .imgbox a .img {
  box-sizing: border-box;
  padding: 3% 10%;
}
.n-products .pro .right .imgbox a .p {
  background: #0094da;
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: 50px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.n-products .active-a .ul-b {
  display: block !important;
}
/* 案例 */
.n-case-a .cas {
  box-sizing: border-box;
  padding: 2% 2% 2% 2%;
  background: #fff;
  margin: 0 auto 60px auto;
  flex-wrap: wrap;
}
.n-case-a .cas .imgbox {
  width: 23%;
  margin: 0 1% 20px;
}
.n-case-a .cas .imgbox a .p {
  text-align: center;
  background: #0094da;
  color: #fff;
  font-size: 15px;
  line-height: 40px;
}
.n-case-b .cas {
  box-sizing: border-box;
  padding: 2% 2% 2% 2%;
  background: #fff;
  margin: 0 auto 60px auto;
}
.n-case-b .cas .textbox a .p-a {
  font-size: 22px;
  color: #333;
  margin: 0 0 20px 0;
}
.n-case-b .cas .textbox a .content {
  justify-content: flex-start;
  margin: 0 0 20px 0;
}
.n-case-b .cas .textbox a .content .afterbox .img {
  margin: 0 10px 0 0;
}
.n-case-b .cas .textbox a .content .afterbox .text {
  color: #999;
  font-size: 12px;
  margin: 0 15px 0 0;
}
.n-case-b .cas .textbox a .p-b {
  font-size: 15px;
  color: #555;
  line-height: 26px;
}
.n-case-b .cas .textbox a .btn {
  text-align: right;
}
.n-case-b .cas .textbox a .btn img:nth-child(1) {
  display: inline;
}
.n-case-b .cas .textbox a .btn img:nth-child(2) {
  display: none;
}
.n-case-b .cas .textbox:hover .btn img:nth-child(1) {
  display: none;
}
.n-case-b .cas .textbox:hover .btn img:nth-child(2) {
  display: inline;
}
/* 新闻 */
.n-news .new {
  box-sizing: border-box;
  padding: 2% 2% 2% 2%;
  background: #fff;
  margin: 0 auto 60px auto;
}
.n-news .new .imgbox {
  border-bottom: 1px solid #dedede;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.n-news .new .imgbox a {
  box-sizing: border-box;
  align-items: flex-start;
}
.n-news .new .imgbox a .left {
  width: 23%;
  text-align: center;
  margin: 0 2% 0 0;
}
.n-news .new .imgbox a .right {
  width: 75%;
}
.n-news .new .imgbox a .right .p-a {
  font-size: 22px;
  color: #333;
  margin: 0 0 20px 0;
}
.n-news .new .imgbox a .right .content {
  justify-content: flex-start;
  margin: 0 0 20px 0;
}
.n-news .new .imgbox a .right .content .afterbox .img {
  margin: 0 10px 0 0;
}
.n-news .new .imgbox a .right .content .afterbox .text {
  color: #999;
  font-size: 12px;
  margin: 0 15px 0 0;
}
.n-news .new .imgbox a .right .p-b {
  font-size: 15px;
  color: #555;
  line-height: 26px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 0 0 20px 0;
}
.n-news .new .imgbox a .right .btn {
  text-align: right;
}
.n-news .new .imgbox a .right .btn img:nth-child(1) {
  display: inline;
}
.n-news .new .imgbox a .right .btn img:nth-child(2) {
  display: none;
}
.n-news .new .imgbox:hover a .right .btn img:nth-child(1) {
  display: none;
}
.n-news .new .imgbox:hover a .right .btn img:nth-child(2) {
  display: inline;
}
/* 联系 */
.n-contact .con {
  background: #fff;
  margin: 0 auto 60px auto;
  align-items: flex-start;
}

.n-contact .con .left{
  width: 48%;
  box-sizing: border-box;
  padding: 3% 5%;
}
.n-contact .con .left h1 {
  font-size: 20px;
  color: #666;
  margin: 0 0 20px 0;
}
.n-contact .con .left p {
  font-size: 14px;
  line-height: 40px;
  color: #666;
}
.n-contact .con .right {
  width: 48%;
}
/* 产品 */
.x-products .pro {
  align-items: flex-start;
  padding: 0 0 50px 0;
}
.x-products .pro .left {
  width: 25%;
}
.x-products .pro .left .caption {
  background: #0094da;
  font-size: 18px;
  color: #fff;
  line-height: 60px;
  box-sizing: border-box;
  padding: 0 25px;
  position: relative;
}
.x-products .pro .left .caption::after {
  position: absolute;
  width: 3px;
  height: 20px;
  left: 10px;
  top: 20px;
  background: #74a7a5;
  content: '';
}
.x-products .pro .left .ul-a {
  background: #fff;
  box-sizing: border-box;
  padding: 20px 10px;
}
.x-products .pro .left .ul-a .li-a .a-a {
  font-size: 14px;
  color: #333;
  box-sizing: border-box;
  padding: 0 15px;
  background: #f0f0f0;
  margin: 0 0 10px 0;
}
.x-products .pro .left .ul-a .li-a .a-a .p {
  line-height: 40px;
}
.x-products .pro .left .ul-a .li-a .ul-b {
  display: none;
}
.x-products .pro .left .ul-a .li-a .ul-b .li-b .a-b {
  display: block;
  font-size: 14px;
  color: #555;
  line-height: 35px;
  border-bottom: 1px dashed #c7c7c7;
  box-sizing: border-box;
  padding: 0 35px;
  margin: 0 0 10px 0;
  position: relative;
}
.x-products .pro .left .ul-a .li-a .ul-b .li-b .a-b::after {
  position: absolute;
  width: 5px;
  height: 5px;
  background: #0094da;
  content: '';
  left: 15px;
  top: 15px;
  transform: rotate(45deg);
}
.x-products .pro .right {
  width: 70%;
  box-sizing: border-box;
  padding: 2% 2% 2% 2%;
  background: #fff;
}
.x-products .pro .right .title {
  font-size: 22px;
  text-align: center;
  margin: 0 0 30px 0;
}
.x-products .pro .right .content {
  justify-content: center;
  margin: 0 0 20px 0;
}
.x-products .pro .right .content .img {
  width: 45%;
  box-sizing: border-box;
  padding: 0 2%;
  border: 1px solid #e8e8e8;
}
.x-products .pro .right .content .text {
  width: 50%;
}
.x-products .pro .right .content .text p {
  font-size: 15px;
  color: #777;
  line-height: 28px;
  padding: 10px 0;
  border-bottom: 1px dashed #f1f1f1;
}
.x-products .pro .right .content .text .boxbody {
  margin: 20px 0 0 0;
  justify-content: flex-start;
}
.x-products .pro .right .content .text .boxbody .btn {
  width: 35%;
  margin: 0 10px 0 0;
}
.x-products .pro .right .content .text .boxbody .btn a {
  display: block;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  color: #fff;
}
.x-products .pro .right .content .text .boxbody .btn-a {
  background: #76a6a6;
}
.x-products .pro .right .content .text .boxbody .btn-b {
  background: #0094da;
}
.x-products .pro .right .element .caption {
  border-bottom: 2px solid #0094da;
  margin: 0 0 20px 0;
}
.x-products .pro .right .element .caption span {
  font-size: 16px;
  color: #fff;
  background: #0094da;
  display: inline-block;
  line-height: 45px;
  padding: 0 35px;
}
.x-products .pro .right .element h3 {
  font-size: 16px;
  color: #555;
  line-height: 26px;
}
.x-products .pro .right .element p {
  font-size: 16px;
  line-height: 34px;
  color: #666;
}
.x-products .active-a .ul-b {
  display: block !important;
}
/* 新闻 */
.x-news .new {
  box-sizing: border-box;
  padding: 2% 2% 2% 2%;
  background: #fff;
  margin: 0 auto 60px auto;
}
.x-news .new .title {
  text-align: center;
  font-size: 28px;
  margin: 0 0 20px 0;
}
.x-news .new .content {
  justify-content: center;
  margin: 0 0 20px 0;
}
.x-news .new .content .afterbox .img {
  margin: 0 10px 0 0;
}
.x-news .new .content .afterbox .text {
  color: #999;
  font-size: 12px;
  margin: 0 15px 0 0;
}
.x-news .new .text h1 {
  color: #555;
  font-size: 18px;
  margin: 0 0 20px 0;
}
.x-news .new .text p {
  font-size: 16px;
  color: #555;
  line-height: 40px;
}
/******************************************/
@media screen and (max-width: 1801px) {
  .i-caption .p-c::before {
    width: 35%;
  }
  .i-caption .p-c::after {
    width: 35%;
  }
  footer .foo-a .left {
    width: 65%;
  }
}
/******************************************/
@media screen and (max-width: 1601px) {
  .center {
    width: 75%;
  }
}
/******************************************/
@media screen and (max-width: 1401px) {
  .center {
    width: 85%;
  }
}
/******************************************/
@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: #0094da;
    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: #0094da;
    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;
  }
  .phone-logo {
    width: 25%;
  }
  .center {
    width: 90%;
  }
  .i-caption .p-a {
    font-size: 22px;
  }
  .i-caption .p-b {
    font-size: 18px;
  }
  .i-caption .p-c::before {
    width: 30%;
  }
  .i-caption .p-c::after {
    width: 30%;
  }
  .service .ser .element-a {
    margin: 30px 0 0 0;
    padding: 20px 0;
  }
  .products .pro .nav li {
    width: 23%;
  }
  .products .pro .element .imgbox {
    width: 48%;
  }
  .about .abo .left {
    width: 100%;
  }
  .about .abo .left .text{
    margin: 0 0 40px 0;
  }
  .news .new{
    flex-wrap: wrap;
  }
  .news .new .content {
    width: 100%;
  }
  footer .foo-a{
    flex-wrap: wrap;
    padding: 40px 0;
  }
  footer .foo-a .left {
    width: 100%;
  }
  footer .foo-a .right {
    width: 100%;
  }
  .n-products .pro{
    flex-wrap: wrap;
  }
  .n-products .pro .left {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .n-products .pro .right {
    width: 100%;
  }
  .afterbox .pro .right {
    width: 100%;
  }
  .n-products .pro .right .imgbox {
    width: 48%;
  }
  .x-products .pro{
    flex-wrap: wrap;
  }
  .x-products .pro .left {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .x-products .pro .right {
    width: 100%;
  }
}
/******************************************/
@media screen and (max-width: 801px) {
  .phone-logo {
    width: 30%;
  }
  .service .ser {
    padding: 30px 0;
  }
  .i-caption .p-a {
    font-size: 20px;
    line-height: 28px;
  }
  .i-caption .p-c::before {
    width: 20%;
  }
  .i-caption .p-c::after {
    width: 20%;
  }
  .service .ser .element-a{
    flex-wrap: wrap;
    justify-content: center;
  }
  .service .ser .element-a .imgbox {
    width: 30%;
    margin: 0 1% 20px 1%;
  }
  .service .ser .element-a .imgbox .img{
    width: 40%;
    margin: 0 auto;
  }
  .service .ser .element-b .swiperb .imgbox {
    padding: 0 0px 0 0;
  }
  .service .ser .element-b .swiperb .imgbox::after{
    display: none;
  }
  .products .pro {
    padding: 40px 0;
  }
  .products .pro .nav{
    margin: 30px 0 0 0;
    flex-wrap: wrap;
  }
  .products .pro .nav li {
    width: 45%;
    margin: 0 1% 10px 1%;
  } 
  .products .pro .element {
    margin: 30px 0 0 0;
    flex-wrap: wrap;
  }
  .products .pro .element .imgbox {
    width: 100%;
  } 
  .products .pro .element .imgbox .img{
    width: 60%;
    margin: 0 auto;
  }
  .products .pro .element .imgbox .p{
    padding: 0 0 10px 0;
  }
  .products .pro .more {
    margin: 30px auto 0;
  }
  .about .abo {
    padding: 40px 0;
  }
  .about .abo .left .title .cn {
    font-size: 20px;
    margin: 0 0 10px 0;
  }
  .about .abo .left .title .en {
    font-size: 20px;
  }
  .news .new{
    padding: 40px 0;
  }
  .cases .cas {
    padding: 40px 0;
  }
  footer .foo-a {
    flex-wrap: wrap;
    padding: 40px 0 10px 0;
  }
  footer .foo-a .left{
    flex-wrap: wrap;
  }
  footer .foo-a .left ul {
    width: 50%;
  }
  footer .foo-a .left ul li a{
    display: none;
    text-align: center;
  }
  footer .foo-a .left ul li:first-child a{
    display: block;
    text-align: center;
  }
  footer .active-a li a{
    display: block !important;
  }
  .n-products .pro .right .imgbox {
    width: 100%;
  }
  .n-products .pro .right .imgbox a .img {
    box-sizing: border-box;
    padding: 3% 20%;
  }
  .x-products .pro .right .title {
    font-size: 20px;
  }
  .x-products .pro .right .content .img {
    width: 100%;
  }
  .x-products .pro .right {
    padding: 2% 5% 2% 5%;
  }
  .n-news .new .imgbox a{
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 0 5%;
  }
  .n-news .new .imgbox a .left {
    width: 100%;
    margin: 20px 0;
  }
  .n-news .new .imgbox a .right {
    width: 100%;
  }
  .x-news .new .title {
    font-size: 20px;
  }
  .x-news .new {
    padding: 2% 5% 2% 5%;
    margin: 0 auto 40px auto;
  }
  .n-contact .con{
    flex-wrap: wrap;
  }
  .n-contact .con .left {
    width: 100%;
  }
  .n-contact .con .right {
    width: 100%;
  }
}
