.phone-section {
  display: none;
}
.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.center {
  width: 1200px;
  margin: 0 auto;
}
.i-caption {
  margin: 0 0 30px 0;
}
.i-caption .title {
  line-height: 40px;
  font-size: 32px;
  color: #282828;
  text-align: center;
}
.i-caption .text {
  line-height: 24px;
  font-size: 18px;
  text-align: center;
}
.move1{
  overflow: hidden;
}
.move1 img{
  transition: all .8s ease .1s;
}
.move1 img:hover {
  transform: scale(1.1);
}
.flexbox{
  position: fixed;
  right: 0;
  top: 45%;
  z-index: 9999;
}
.flexbox .imgbox-a{
  margin: 0 0 10px 0;
}
.flexbox .imgbox-a a{
  display: block;
  position: relative;
}
.flexbox .imgbox-a a .box-a{
  width: 45px;
  height: 45px;
  overflow: hidden;
  position: relative;
}
.flexbox .imgbox-a a .box-a .img{
  position: absolute;
  width: 45px;
  height: 45px;
  left: 0;
  top: 0;
  transition: 0.3s;
}
.flexbox .imgbox-a a .box-a .p{
  position: absolute;
  left: 0;
  top: 45px;
  width: 45px;
  height: 45px;
  background: #0976c8;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  color: #fff;
  padding: 5px 0;
  box-sizing: border-box;
  transition: 0.3s;
}
.flexbox .imgbox-a a:hover .box-a .img{
  top: -45px;
}
.flexbox .imgbox-a a:hover .box-a .p{
  top: -0;
}
.flexbox .imgbox-a a .box-b{
  position: absolute;
  right: 65px;
  bottom: 0;
  width: 130px;
  box-sizing: border-box;
  padding: 5px 5px;
  background: #fff;
  display: none;
}
.flexbox .imgbox-a a .box-b .img{
  margin: 0 0 5px 0;
}
.flexbox .imgbox-a a .box-b .p{
  font-size: 14px;
  color: #333;
  text-align: center;
}
.flexbox .imgbox-a a:hover .box-b{
  display: block;
}
.flexbox .imgbox-b a{
  display: block;
  position: relative;
}
.flexbox .imgbox-b a .box-a{
  width: 45px;
  height: 45px;
  overflow: hidden;
  position: relative;
}
.flexbox .imgbox-b a .box-a .img{
  position: absolute;
  width: 45px;
  height: 45px;
  left: 0;
  top: 0;
  transition: 0.3s;
}
.flexbox .imgbox-b a .box-a .p{
  position: absolute;
  left: 0;
  top: 45px;
  width: 45px;
  height: 45px;
  background: #0976c8;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  color: #fff;
  padding: 5px 0;
  box-sizing: border-box;
  transition: 0.3s;
}
.flexbox .imgbox-b a:hover .box-a .img{
  top: -45px;
}
.flexbox .imgbox-b a:hover .box-a .p{
  top: -0;
}
.flexbox .imgbox-b a .box-b{
  position: absolute;
  right: 65px;
  bottom: 0;
  font-size: 18px;
  color: #fff;
  background: #0976c8;
  box-sizing: border-box;
  padding: 10px 30px;
  display: none;
}
.flexbox .imgbox-b a:hover .box-b {
  display: block;
}
/* 头部 */
header {
  /* position: absolute;
  left: 0;
  top: 0; */
  width: 100%;
  z-index: 999;
  background: rgba(255, 255, 255, 0.5);
}
header .hea-a {
  background: #0976c8;
}
header .hea-a .hea {
  padding: 5px 0;
}
header .hea-a .hea form {
  width: 180px;
  margin: 0 0 0 auto;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}
header .hea-a .hea form .input {
  width: 80%;
  line-height: 30px;
  border: none;
  outline: none;
  padding: 0 10px;
  box-sizing: border-box;
}
header .hea-a .hea form .submit {
  width: 20%;
  height: 30px;
  border: none;
  outline: none;
  background: url(../img/hea1.jpg) no-repeat center;
  background-size: inherit;
}
header .hea-b .hea .logo {
  width: 20%;
}
header .hea-b .hea .nav {
  width: 75%;
}
header .hea-b .hea .nav .li-a {
  position: relative;
  width: 100%;
}
header .hea-b .hea .nav .li-a .a-a {
  width: 100%;
  font-size: 18px;
  color: #282828;
  line-height: 120px;
  display: block;
  font-weight: bold;
  text-align: center;
}
header .hea-b .hea .nav .li-a .ul-b {
  position: absolute;
  left: 0;
  top: 100%;
  width: 190px;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 999;
}
header .hea-b .hea .nav .li-a .ul-b .li-b .a-b {
  font-size: 14px;
  color: #fff;
  text-align: center;
  display: block;
  padding: 10px 0;
}
header .hea-b .hea .nav .li-a .ul-b .li-b:hover .a-b {
  background: #0976c8;
  color: #fff;
}
header .hea-b .hea .nav .li-a:hover {
  background: #0976c8;
}
header .hea-b .hea .nav .li-a:hover .a-a {
  color: #fff;
}
header .hea-b .hea .nav .li-a:hover .ul-b {
  display: block;
}
/* 轮播 */
.banner .ban .swiper-button-prev{
  left: 10%;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 5px;
}
.banner .ban .swiper-button-prev::after{
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.banner .ban .swiper-button-next{
  right: 10%;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 5px;
}
.banner .ban .swiper-button-next::after{
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
/* 产品 */
.products .pro {
  padding: 80px 0;
  position: relative;
}
.products .pro .swiper-button-prev{
  left: -8%;
  width: 45px;
  height: 45px;
  border: 2px solid #e1e1e1;
  border-radius: 50px;
}
.products .pro .swiper-button-prev::after{
  font-size: 18px;
  font-weight: bold;
  color: #e1e1e1;
}
.products .pro .swiper-button-prev:hover{
  border: 2px solid #0976c8;
}
.products .pro .swiper-button-prev:hover::after{
  color: #0976c8;
}
.products .pro .swiper-button-next{
  right: -8%;
  width: 45px;
  height: 45px;
  border: 2px solid #e1e1e1;
  border-radius: 50px;
}
.products .pro .swiper-button-next::after{
  font-size: 18px;
  font-weight: bold;
  color: #e1e1e1;
}
.products .pro .swiper-button-next:hover{
  border: 2px solid #0976c8;
}
.products .pro .swiper-button-next:hover::after{
  color: #0976c8;
}
.products .pro .imgbox {
  border: 1px solid #e1e1e1;
  margin: 1px;
}
.products .pro .imgbox a {
  display: block;
  position: relative;
}
.products .pro .imgbox a .a .p {
  font-size: 14px;
  color: #666;
  line-height: 38px;
  text-align: center;
}
.products .pro .imgbox a .b {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #0976c8;
  box-sizing: border-box;
  padding: 5px 5px;
  display: none;
}
.products .pro .imgbox a .b .title {
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  padding: 0 0 5px 0;
  margin: 0 0 5px 0;
  border-bottom: 1px solid #fff;
}
.products .pro .imgbox a .b .title span {
  font-size: 12px;
  font-weight: 100;
}
.products .pro .imgbox a .b .p {
  font-size: 12px;
  line-height: 18px;
  height: 36px;
  color: #fff;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.products .pro .imgbox:hover a .b {
  display: block;
}
.n-products {
  flex-wrap: wrap;
  justify-content: flex-start;
}
.n-products .imgbox {
  width: 31%;
  margin: 0 1% 30px 1%;
}
.n-products .imgbox a .img {
  border: 1px solid #e1e1e1;
}
.n-products .imgbox a .p .title {
  line-height: 40px;
  font-size: 15px;
  color: #0976c8;
  font-weight: bold;
  text-align: center;
}
.n-products .imgbox a .p .text {
  font-size: 13px;
  line-height: 20px;
  color: #666;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.n-products .imgbox:hover a .img {
  border: 1px solid #0976c8;
}
.x-products .up {
  align-items: flex-start;
  margin: 0 0 30px 0;
}
.x-products .up .left {
  width: 48%;
}
.x-products .up .left .a {
  border: 1px solid #ccc;
  margin: 0 0 10px 0;
  position: relative;
}
.x-products .up .left .a .swiper-button-prev{
  left: 0;
  top: auto;
  bottom: -92px;
  width: 30px;
  height: 80px;
  background: rgba(0, 0, 0, 0.3);
}
.x-products .up .left .a .swiper-button-prev::after{
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.x-products .up .left .a .swiper-button-next{
  right: 0;
  top: auto;
  bottom: -92px;
  width: 30px;
  height: 80px;
  background: rgba(0, 0, 0, 0.3);
}
.x-products .up .left .a .swiper-button-next::after{
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.x-products .up .left .b{
  box-sizing: border-box;
  padding: 0 35px;
}
.x-products .up .left .b .img{
  border: 1px solid #ccc;
}
.x-products .up .left .b .img img{
  width: 100%;
  height: 80px;
}
.x-products .up .left .b .swiper-slide-thumb-active .img{
  border: 1px solid #0976c8;
}
.x-products .up .right {
  width: 48%;
}
.x-products .up .right .title {
  font-size: 18px;
  color: #0976c8;
  font-weight: bold;
  margin: 0 0 15px 0;
}
.x-products .up .right .text {
  line-height: 26px;
  font-size: 15px;
  color: #999;
}
.x-products .down h1 {
  font-size: 18px;
  color: #0976c8;
  background: #f0f0f0;
  box-sizing: border-box;
  padding: 0 0 0 25px;
  margin: 0 0 15px 0;
  line-height: 45px;
  position: relative;
}
.x-products .down h1::after {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 5px;
  height: 25px;
  background: #0976c8;
  content: '';
}
.x-products .down p {
  font-size: 16px;
  line-height: 32px;
  color: #282828;
}
.x-products .down .table {
  width: 100%;
  margin: 10px 0;
}
.x-products .down .table table {
  border: 1px solid #e1e1e1;
  width: 100%;
}
.x-products .down .table table td {
  font-size: 14px;
  line-height: 32px;
  color: #282828;
  text-align: center;
}
.x-products .down  table {
  border: 1px solid #e1e1e1;
  width: 100%;
}
.x-products .down  table td {
  font-size: 14px;
  line-height: 32px;
  color: #282828;
  text-align: center;
}
/* 解决 */
.solution .sol {
  padding: 0 0 80px 0;
}
.solution .sol .nav {
  margin: 0 0 40px 0;
}
.solution .sol .nav ul{
  justify-content: center;
}
.solution .sol .nav li {
  margin: 0 1%;
}
.solution .sol .nav li a {
  display: block;
  line-height: 46px;
  background: #d2d1d1;
  font-size: 14px;
  font-weight: bold;
  padding: 0 10px;
  color: #666;
  text-align: center;
}
.solution .sol .nav li:hover a {
  background: #0976c8;
  color: #fff;
}
.solution .sol .element {
  flex-wrap: wrap;
  justify-content: flex-start;
}
.solution .sol .element .imgbox {
  width: 23%;
  margin: 0 1% 20px 1%;
  overflow: hidden;
}
.solution .sol .element .imgbox a {
  display: block;
  position: relative;
}
.solution .sol .element .imgbox a .box {
  position: absolute;
  padding: 30px 0 50px;
  left: 0;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  transition: 0.3s;
}
.solution .sol .element .imgbox a .box .img {
  width: 90px;
  background: #000;
  border-radius: 50px;
  margin: 0 auto;
}
.solution .sol .element .imgbox a .box .title {
  font-size: 19px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  margin: 30px 0 50px 0;
}
.solution .sol .element .imgbox a .box .text {
  font-size: 13px;
  line-height: 18px;
  color: #fff;
  box-sizing: border-box;
  padding: 0 5%;
  height: 55px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.solution .sol .element .imgbox:hover a .box {
  top: -100px;
}
.n-solution .imgbox {
  padding: 0 0 15px 0;
  border-bottom: 1px solid #eee;
  margin: 0 0 20px 0;
}
.n-solution .imgbox a .time {
  font-size: 13px;
  color: #282828;
  text-align: right;
}
.n-solution .imgbox a .title {
  font-size: 15px;
  color: #0976c8;
  font-weight: bold;
  margin: 0 0 10px 0;
}
.n-solution .imgbox a .box {
  align-items: flex-start;
}
.n-solution .imgbox a .box .img {
  width: 25%;
}
.n-solution .imgbox a .box .p {
  width: 73%;
  font-size: 14px;
  line-height: 24px;
  color: #666;
}
.n-solution .imgbox a .btn {
  width: 80px;
  text-align: center;
  margin: 0 0 0 auto;
  line-height: 30px;
  background: #f0f0f0;
  color: #666;
  font-size: 12px;
}
/* 案例 */
.case {
  background: #f0f0f0;
}
.case .cas {
  padding: 80px 0;
}
/* .case .cas .i-caption .title {
  color: #fff;
}
.case .cas .i-caption .text {
  color: #fff;
} */
.case .cas .element{
  position: relative;
}
.case .cas .element .swiper-button-prev{
  left: -8%;
  width: 45px;
  height: 45px;
  border: 2px solid #e1e1e1;
  border-radius: 50px;
}
.case .cas .element .swiper-button-prev::after{
  font-size: 18px;
  font-weight: bold;
  color: #e1e1e1;
}
.case .cas .element .swiper-button-prev:hover{
  border: 2px solid #fff;
}
.case .cas .element .swiper-button-prev:hover::after{
  color: #fff;
}
.case .cas .element .swiper-button-next{
  right: -8%;
  width: 45px;
  height: 45px;
  border: 2px solid #e1e1e1;
  border-radius: 50px;
}
.case .cas .element .swiper-button-next::after{
  font-size: 18px;
  font-weight: bold;
  color: #e1e1e1;
}
.case .cas .element .swiper-button-next:hover{
  border: 2px solid #fff;
}
.case .cas .element .swiper-button-next:hover::after{
  color: #fff;
}
.case .cas .element .imgbox a {
  display: block;
}
.case .cas .element .imgbox a .img{
  overflow: hidden;
}
.case .cas .element .imgbox a .img img {
  display: block;
}
.case .cas .element .imgbox a .p {
  background: #0976c8;
}
.case .cas .element .imgbox a .p .title {
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: 45px;
}
.case .cas .element .imgbox a .p .text {
  font-size: 13px;
  color: #fff;
  line-height: 20px;
  height: 40px;
  box-sizing: border-box;
  padding: 0 10px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.n-case {
  flex-wrap: wrap;
  justify-content: flex-start;
}
.n-case .imgbox {
  width: 31%;
  margin: 0 1% 20px 1%;
}
.n-case .imgbox a .img{
  overflow: hidden;
}
.n-case .imgbox a .p {
  line-height: 40px;
  font-size: 15px;
  border-bottom: 1px solid #e1e1e1;
  color: #666;
  text-align: center;
}
/* 产品+新闻 */
.pronew .pn {
  padding: 80px 0;
  align-items: flex-start;
}
.pronew .pn .caption .p {
  font-size: 32px;
  color: #282828;
}
.pronew .pn .caption .more a {
  font-size: 14px;
  color: #666;
}
.pronew .pn .caption .more:hover a {
  color: #0976c8;
}
.pronew .pn .pro {
  width: 30%;
}
.pronew .pn .pro .nav {
  margin: 20px 0 0 0;
  border-right: 5px solid #eee;
}
.pronew .pn .pro .nav ul li a {
  line-height: 45px;
  font-size: 14px;
  font-weight: bold;
  box-sizing: border-box;
  padding: 0 0 0 20px;
  color: #666;
  position: relative;
}
.pronew .pn .pro .nav ul li a::after {
  position: absolute;
  left: 0;
  top: 7px;
  width: 5px;
  height: 5px;
  background: #666;
  border-radius: 30px;
  content: '';
}
.pronew .pn .pro .nav ul li:hover a {
  color: #0976c8;
}
.pronew .pn .pro .nav ul li:hover a::after {
  background: #0976c8;
}
.pronew .pn .new {
  width: 65%;
}
.pronew .pn .new .imgbox {
  margin: 20px 0 0 0;
}
.pronew .pn .new .imgbox a {
  align-items: flex-start;
}
.pronew .pn .new .imgbox a .img {
  width: 35%;
  overflow: hidden;
}
.pronew .pn .new .imgbox a .p {
  width: 60%;
}
.pronew .pn .new .imgbox a .p .title {
  font-size: 18px;
  font-weight: bold;
  color: #0976c8;
  margin: 10px 0 20px 0;
}
.pronew .pn .new .imgbox a .p .time {
  font-size: 14px;
  color: #666;
  margin: 0 0 5px 0;
}
.pronew .pn .new .imgbox a .p .text {
  font-size: 14px;
  color: #666;
  line-height: 30px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.pronew .pn .new .imgbox:hover a .p .time {
  color: #0976c8;
}
.pronew .pn .new .imgbox:hover a .p .text {
  color: #0976c8;
}
.pronew .pn .new .element {
  flex-wrap: wrap;
}
.pronew .pn .new .element .textbox {
  width: 48%;
}
.pronew .pn .new .element .textbox a {
  box-sizing: border-box;
  position: relative;
  padding: 0 0 0 20px;
}
.pronew .pn .new .element .textbox a .p {
  font-size: 15px;
  color: #666;
  line-height: 40px;
  width: 80%;
  word-break: break-all;
    	text-overflow: ellipsis;
    	display: -webkit-box;
    	-webkit-box-orient: vertical;
    	-webkit-line-clamp: 1;
    	overflow: hidden;
}
.pronew .pn .new .element .textbox a .time {
  font-size: 15px;
  color: #999;
  width: 20%;
  text-align: right;
  word-break: break-all;
    	text-overflow: ellipsis;
    	display: -webkit-box;
    	-webkit-box-orient: vertical;
    	-webkit-line-clamp: 1;
    	overflow: hidden;
}
.pronew .pn .new .element .textbox a::after {
  position: absolute;
  left: 0;
  top: 16px;
  width: 5px;
  height: 5px;
  background: #999;
  border-radius: 30px;
  content: '';
}
.pronew .pn .new .element .textbox:hover a .p {
  color: #0976c8;
}
.pronew .pn .new .element .textbox:hover a .time{
  color: #0976c8;
}
.pronew .pn .new .element .textbox:hover a::after {
  background: #0976c8;
}
.n-news .textbox {
  padding: 0 0 15px 0;
  border-bottom: 1px solid #eee;
  margin: 0 0 20px 0;
}
.n-news .textbox a .time {
  font-size: 13px;
  color: #282828;
  text-align: right;
}
.n-news .textbox a .title {
  font-size: 15px;
  color: #0976c8;
  font-weight: bold;
  margin: 0 0 10px 0;
}
.n-news .textbox a .p {
  width: 73%;
  font-size: 14px;
  line-height: 24px;
  color: #666;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.n-news .textbox a .btn {
  width: 80px;
  text-align: center;
  margin: 0 0 0 auto;
  line-height: 30px;
  background: #f0f0f0;
  color: #666;
  font-size: 12px;
}
.n-news .textbox:hover a .btn {
  background: #0976c8;
  color: #fff;
}
.x-news .title {
  font-size: 20px;
  color: #0976c8;
  text-align: center;
  margin: 0 0 10px 0;
}
.x-news .box {
  background: #f6f6f6;
  line-height: 36px;
  font-size: 14px;
  text-align: center;
  margin: 0 0 20px 0;
}
.x-news .element {
  font-size: 16px;
  line-height: 32px;
  color: #282828;
}
/* 关于 */
.about {
  background: #f0f0f0;
}
.about .abo .left {
  width: 40%;
  background: url(../img/ind2.jpg) no-repeat center;
  background-size: cover;
  box-sizing: border-box;
  padding: 80px 0 30px 18%;
  height: 450px;
}
.about .abo .left .caption {
  margin: 0 0 100px 0;
}
.about .abo .left .caption .en {
  font-size: 26px;
  color: #fff;
  font-weight: bold;
  margin: 0 0 10px 0;
}
.about .abo .left .caption .cn {
  font-size: 32px;
  color: #fff;
  font-weight: bold;
}
.about .abo .left .more {
  width: 160px;
  border: 2px solid #fff;
}
.about .abo .left .more a {
  box-sizing: border-box;
  padding: 0 10px;
  transition: 0.3s;
}
.about .abo .left .more a .p {
  font-size: 14px;
  color: #fff;
  line-height: 45px;
}
.about .abo .left .more:hover a{
  padding: 0 15px;
}
.about .abo .right {
  width: 55%;
  padding: 80px 18% 30px 0;
  height: 450px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 28px;
  color: #282828;
}
.n-about .text {
  font-size: 14px;
  line-height: 34px;
  color: #282828;
}
.n-about .element {
  margin: 20px 0 0 0;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.n-about .element .imgbox {
  width: 31%;
  border: 1px solid #e1e1e1;
  box-sizing: border-box;
  padding: 5px;
  margin: 0 1% 20px 1%;
}
/* 链接 */
.link .lin .caption {
  width: 20%;
  font-size: 20px;
  line-height: 70px;
  color: #282828;
  font-weight: bold;
}
.link .lin ul {
  width: 80%;
}
.link .lin ul li {
  font-size: 14px;
  color: #282828;
}
.link .lin ul li a {
  font-size: 14px;
  color: #282828;
}
/* 底部 */
footer {
  background: #2f2e2e;
}
footer .foo {
  padding: 50px 0;
}
footer .foo .left {
  width: 60%;
}
footer .foo .left .text {
  font-size: 14px;
  color: #acacac;
  margin: 0 0 20px 0;
  line-height: 20px;
}
footer .foo .left .imgbox {
  justify-content: flex-start;
}
footer .foo .left .imgbox .img {
  width: 5%;
}
footer .foo .left .imgbox .p {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  line-height: 30px;
}
footer .foo .left .imgbox .p span {
  color: #0976c8;
}
footer .foo .left .element {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  margin: 30px 0 0 0;
}
footer .foo .left .element a {
  color: #666;
}
footer .foo .right .imgbox .p {
  font-size: 13px;
  color: #fff;
  text-align: center;
  padding: 15px 0;
}
/* 内页 */
.n-content .n-con {
  padding: 80px 0;
  align-items: flex-start;
}
.n-content .n-con .n-left {
  width: 20%;
}
.n-content .n-con .n-left .caption {
  background: #0976c8;
  padding: 15px 0;
}
.n-content .n-con .n-left .caption .cn {
  line-height: 40px;
  font-size: 24px;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.n-content .n-con .n-left .caption .en {
  font-size: 13px;
  color: #fff;
  text-align: center;
}
.n-content .n-con .n-left ul {
  border: 1px solid #e1e1e1;
  box-sizing: border-box;
  padding: 10px 10px;
}
.n-content .n-con .n-left ul li {
  margin: 0 0 10px 0;
}
.n-content .n-con .n-left ul li a {
  display: block;
  border: 1px solid #0976c8;
  line-height: 40px;
  font-size: 15px;
  color: #666;
  font-weight: bold;
  text-align: center;
}
.n-content .n-con .n-left ul li a:hover {
  background: #0976c8;
  color: #fff;
}
.n-content .n-con .n-left .box {
  border: 1px solid #e1e1e1;
  box-sizing: border-box;
  padding: 10px 10px;
}
.n-content .n-con .n-left .box h1 {
  font-size: 14px;
  line-height: 26px;
  color: #0976c8;
}
.n-content .n-con .n-left .box p {
  font-size: 14px;
  line-height: 26px;
  color: #666;
}
.n-content .n-con .n-right {
  width: 75%;
}
.n-content .n-con .n-right .crumb {
  border: 1px solid #e1e1e1;
  box-sizing: border-box;
  padding: 0 10px;
  margin: 0 0 20px 0;
}
.n-content .n-con .n-right .crumb .caption {
  line-height: 45px;
  font-size: 20px;
  color: #282828;
  font-weight: bold;
}
.n-content .n-con .n-right .crumb ul li {
  font-size: 14px;
  color: #aaa;
  margin: 0 3px 0 0;
}
.n-content .n-con .n-right .crumb ul li a {
  color: #666;
}
/* 联系 */
.n-contact {
  align-items: flex-start;
}
.n-contact h1 {
  font-size: 20px;
  color: #0976c8;
  margin: 0 0 20px 0;
}
.n-contact p {
  font-size: 14px;
  color: #282828;
  line-height: 34px;
}
/* 搜索 */
.n-search {
  flex-wrap: wrap;
  justify-content: flex-start;
}
.n-search .imgbox {
  width: 31%;
  margin: 0 1% 30px 1%;
}
.n-search .imgbox a .img {
  border: 1px solid #e1e1e1;
}
.n-search .imgbox a .p .title {
  line-height: 40px;
  font-size: 15px;
  color: #0976c8;
  font-weight: bold;
  text-align: center;
}
.n-search .imgbox a .p .text {
  font-size: 13px;
  line-height: 20px;
  color: #666;
}
/******************************************/
@media screen and (max-width: 1401px) {
  .center{
    width: 90%;
  }
  header .hea-b .hea .nav .li-a .a-a {
    line-height: 100px;
  }
  .products .pro .swiper-button-prev {
    left: -3%;
  }
  .products .pro .swiper-button-next {
    right: -3%;
  }
  .case .cas .element .swiper-button-prev{
    left: -3%;
  }
  .case .cas .element .swiper-button-next {
    right: -3%;
  }
  .about .abo .left {
    padding: 80px 0 30px 10%;
  }
  .solution .sol .nav li {
    margin: 0 0.5%;
  }
    .solution .sol .nav li a{
      padding: 0 5px;
    }
}
/******************************************/
@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;
  }
  .phone-close {
    background-color: #0976c8;
    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: #0976c899;
    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{
    padding: 40px 0;
  }
  .i-caption .title {
    font-size: 26px;
  }
  .solution .sol {
    padding: 0 0 40px 0;
  }
  .solution .sol .nav ul{
    flex-wrap: wrap;
  }
  .solution .sol .nav ul li{
    width: 23%;
    margin: 0 1% 20px 1%;
  }
  .solution .sol .element .imgbox {
    width: 48%;
  }
  .case .cas {
    padding: 40px 0;
  }
  .pronew .pn {
    padding: 40px 0;
    flex-wrap: wrap;
  }
  .pronew .pn .pro {
    width: 100%;
  }
  .pronew .pn .caption .p {
    font-size: 26px;
  }
  .pronew .pn .pro .nav {
    margin: 20px 0;
    border-right: 0px solid #eee;
     border-bottom: 5px solid #eee;
  }
  .pronew .pn .pro .nav ul{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .pronew .pn .pro .nav ul li{
    width: 48%;
  }
  .pronew .pn .new {
    width: 100%;
  }
  .about .abo {
    flex-wrap: wrap;
  }
  .about .abo .left {
    width: 100%;
    padding: 40px 0 40px 5%;
    height: auto;
  }
  .about .abo .left .caption .en {
    font-size: 22px;
  }
  .about .abo .left .caption .cn {
    font-size: 26px;
  }
  .about .abo .right {
    width: 100%;
    padding: 40px 5% 40px 5%;
    height: auto;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 28px;
    color: #282828;
  }
  footer .foo {
    padding: 40px 0;
    flex-wrap: wrap;
  }
  footer .foo .left {
    width: 100%;
    margin: 0 0 20px 0;
  }
  footer .foo .right{
    width: 100%;
    text-align: center;
  }
  .n-content .n-con {
    padding: 40px 0;
  }
  .n-content .n-con .n-left{
    display: none;
  }
  .n-content .n-con .n-right {
    width: 100%;
  }
}
/******************************************/
@media screen and (max-width: 801px) {
  .phone-logo {
    width: 40%;
  }
  .i-caption .title {
    font-size: 24px;
  }
  .solution .sol .nav {
    margin: 0 0 0 0;
  }
  .solution .sol .nav ul li {
    width: 48%;
  }
  .solution .sol .element .imgbox {
    width: 100%;
  }
  .pronew .pn .caption .p {
    font-size: 24px;
  }
  .pronew .pn .new .imgbox a{
    flex-wrap: wrap;
  }
  .pronew .pn .new .imgbox a .img {
    width: 100%;
  }
  .pronew .pn .new .imgbox a .p {
    width: 100%;
  }
  .pronew .pn .new .element .textbox {
    width: 100%;
  }
  .n-about .element .imgbox {
    width: 100%;
  }
  .n-products .imgbox {
    width: 100%;
  }
  .x-products .up{
    flex-wrap: wrap;
  }
  .x-products .up .left {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .x-products .up .right {
    width: 100%;
  }
  .n-solution .imgbox a .box{
    flex-wrap: wrap;
  }
  .n-solution .imgbox a .box .img {
    width: 100%;
    text-align: center;
    margin: 0 0 10px 0;
  }
  .n-solution .imgbox a .box .p {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .n-case .imgbox {
    width: 100%;
  }
}