html, body {
  color: #000000;
  margin: 0;
  padding: 0;
  background: #f9f9f9;
}

body {
  font-size: 16px;
  min-width: 1200px;
}

body, p, h1, h2, h3, h4, h5, h6, ul, ol, dl, dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

i {
  font-style: normal;
  text-decoration: none;
}

img {
  vertical-align: top;
  border: 0;
  max-width: 100%;
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: #000000;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: none;
}

button, textarea, input {
  outline: none;
}

.swiper-button-next {
  outline: none;
}

.swiper-button-prev {
  outline: none;
}

li {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

.clear {
  clear: both;
  overflow: hidden;
  visibility: visible;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clear {
  clear: both;
  overflow: hidden;
  visibility: visible;
}

.wrap {
  width: 1200px;
  margin: 0 auto;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center;
}

.flex-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  align-items: center;
}

.flex-start1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.flex-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  align-items: center;
}

.flex-space-around {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  align-items: center;
}

.flex-space-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
}

.flex-space-between1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.over1 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.over2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.over3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.wrap2 {
  width: 1432px;
  margin: 0 auto;
}

@-webkit-keyframes swing {
  10% {
    transform: rotate(5deg);
  }
  20% {
    transform: rotate(-5deg);
  }
  30% {
    transform: rotate(2deg);
  }
  40% {
    transform: rotate(-2deg);
  }
  50%,100% {
    transform: rotate(0deg);
  }
}
@-moz-keyframes swing {
  10% {
    transform: rotate(5deg);
  }
  20% {
    transform: rotate(-5deg);
  }
  30% {
    transform: rotate(2deg);
  }
  40% {
    transform: rotate(-2deg);
  }
  50%,100% {
    transform: rotate(0deg);
  }
}
@-o-keyframes swing {
  10% {
    transform: rotate(5deg);
  }
  20% {
    transform: rotate(-5deg);
  }
  30% {
    transform: rotate(2deg);
  }
  40% {
    transform: rotate(-2deg);
  }
  50%,100% {
    transform: rotate(0deg);
  }
}
@keyframes swing {
  10% {
    transform: rotate(5deg);
  }
  20% {
    transform: rotate(-5deg);
  }
  30% {
    transform: rotate(2deg);
  }
  40% {
    transform: rotate(-2deg);
  }
  50%,100% {
    transform: rotate(0deg);
  }
}
header {
  height: 69px;
  background: #f9f9f9;
  border-bottom: 1px solid #acacac;
}
header .wrap2 {
  height: 69px;
}
header .wrap2 .logo {
  height: 100%;
}
header .wrap2 .nav-all {
  width: 608px;
  height: 100%;
}
header .wrap2 .nav-all ul {
  height: 100%;
}
header .wrap2 .nav-all ul li {
  height: 100%;
  position: relative;
}
header .wrap2 .nav-all ul li > a {
  font-size: 16.17px;
  color: #666666;
  line-height: 69px;
  height: 100%;
  display: block;
}
header .wrap2 .nav-all ul li .nav-list-box {
  position: absolute;
  top: 69px;
  left: 0;
  width: 139px;
  z-index: 9999;
  padding: 0 18px;
  padding-bottom: 20px;
  background: #fff;
  display: none;
}
header .wrap2 .nav-all ul li .nav-list-box a {
  display: block;
  padding: 20px 0 5px 7px;
  border-bottom: 1px solid #e1e1e1;
  font-size: 14px;
  color: #333333;
}
header .wrap2 .nav-all ul li .nav-list-box a:hover {
  color: #0086f5;
}
header .wrap2 .nav-all ul li.on > a {
  color: #0086f5;
}
header .wrap2 .nav-all ul li:hover > a {
  color: #0086f5;
}
header .wrap2 .nav-all ul li:hover {
  background: url(../img/three.png) no-repeat bottom center;
}
header .wrap2 .logo-right .search {
  width: 114px;
  height: 26px;
  background: #e0e0e0;
  border-radius: 30px;
  position: relative;
  margin-right: 35px;
}
header .wrap2 .logo-right .search input {
  width: 85px;
  height: 25px;
  border: none;
  border-radius: 30px;
  background: none;
  padding: 0 5px 0 10px;
  font-size: 16.17px;
  color: #666666;
  box-sizing: border-box;
}
header .wrap2 .logo-right .search button {
  position: absolute;
  top: 0;
  right: 2px;
  height: 26px;
  background: none;
  border: none;
}
header .wrap2 .logo-right .phone {
  animation: swing 6s .15s linear infinite;
  -moz-animation: swing 6s .15s linear infinite;
  -webkit-animation: swing 6s .15s linear infinite;
  -o-animation: swing 6s .15s linear infinite;
}
header .wrap2 .logo-right .phone p {
  font-size: 18.06px;
  color: #225597;
  margin: 1px 0;
}
header .wrap2 .logo-right .logo2 {
  margin-left: 36px;
}

header .wrap2 .nav-all ul li:hover .nav-list-box {
  display: block;
}

.three-li {
  position: absolute;
  top: 0;
  right: -140px;
  width: 140px;
  background: #fff;
  display: none;
  height: 0px;
  transition: all 1s;
}

.nav-list-box .box {
  position: relative;
}

.nav-list-box .box:hover .three-li {
  display: block;
  height: auto;
  transition: all 1s;
}

.nav-list-box .box .three-li a {
  text-align: center;
  border-bottom: 1px dotted #e1e1e1;
}

.banner .swiper-pagination-bullet {
  width: 50px;
  height: 6px;
  background: rbga(0, 0, 0, 0.15);
  border-radius: 0;
}
.banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}
.banner .swiper-pagination-bullet-active {
  background: #0086f5;
}
.banner .swiper-container-horizontal > .swiper-pagination-bullets, .banner .swiper-pagination-custom, .banner .swiper-pagination-fraction {
  bottom: 28px;
}

.Title {
  text-align: center;
  padding: 75px 0 37px 0;
}
.Title .p3 {
  font-size: 14.01px;
  color: #999999;
  text-align: center;
}
.Title .block {
  width: 24px;
  height: 7px;
  background: #333333;
  display: block;
  margin: 0 auto;
  margin-top: 8px;
  margin-bottom: 10px;
}
.Title .p1 {
  font-size: 26.01px;
  color: #333333;
  text-align: center;
}

.more {
  width: 146px;
  height: 36px;
  background: #0086f5;
  font-size: 14px;
  font-weight: 400;
  color: white;
  line-height: 36px;
  text-align: center;
  display: block;
}

.Jd-cloud {
  padding-bottom: 36px;
}
.Jd-cloud .cloud .cloud-box {
  width: 385px;
  height: 316px;
  background: white;
  padding: 27px;
  box-sizing: border-box;
  margin-right: 22px;
  transition: all 0.3s;
  margin-bottom: 39px;
  box-sizing: border-box;
  float: left;
}
.Jd-cloud .cloud .cloud-box:nth-child(3n+3) {
  margin-right: 0;
}
.Jd-cloud .cloud .cloud-box:hover {
  background: #0086f5;
  box-shadow: 0px 12px 22px 0px rgba(4, 4, 0, 0.35);
  transition: all 0.3s;
}
.Jd-cloud .cloud .cloud-box:hover .clogo .pic2 {
  display: block;
}
.Jd-cloud .cloud .cloud-box:hover .clogo .pic1 {
  display: none;
}
.Jd-cloud .cloud .cloud-box:hover .con .p1 {
  color: #ffffff;
}
.Jd-cloud .cloud .cloud-box:hover .con .p2 {
  color: #e8e8e8;
}
.Jd-cloud .cloud .cloud-box:hover .more {
  background: #fff;
  color: #0086f5;
}
.Jd-cloud .cloud .cloud-box .clogo {
  margin-bottom: 39px;
}
.Jd-cloud .cloud .cloud-box .clogo .pic2 {
  display: none;
}
.Jd-cloud .cloud .cloud-box .con .p1 {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  line-height: 36px;
  margin-bottom: 10px;
}
.Jd-cloud .cloud .cloud-box .con .p2 {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 26px;
  margin-bottom: 40px;
}

.Cloud-Server {
  padding-bottom: 80px;
  background: url(../img/bg1.png) no-repeat center center fixed;
  background-size: 100% 100%;
}
.Cloud-Server .Server-all .server-title {
  margin-bottom: 39px;
}
.Cloud-Server .Server-all .server-title ul li {
  width: 180px;
  height: 50px;
  background: white;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 50px;
  text-align: center;
  margin-right: 9px;
  float: left;
}
.Cloud-Server .Server-all .server-title ul li.on {
  background: #0086f5;
  color: #fff;
}
.Cloud-Server .Server-all .server-title ul li:hover {
  background: #0086f5;
  color: #fff;
}
.Cloud-Server .Server-all .server-title ul li:last-child {
  margin-right: 0;
}
.Cloud-Server .Server-all .server-title .linka {
  width: 62px;
  height: 50px;
  background: #0086f5;
  border-radius: 10px;
  transition: all 0.5s;
  box-sizing: border-box;
}
.Cloud-Server .Server-all .server-title .linka:hover {
  padding-left: 15px;
  transition: all 0.5s;
}
.Cloud-Server .Server-all .server-con {
  position: relative;
  display: none;
}
.Cloud-Server .Server-all .server-con.active {
  display: block;
}
.Cloud-Server .Server-all .server-con .swiper-button-next {
  background: url(../img/next.png) no-repeat center center;
  background-size: 100% 100%;
  width: 42px;
  height: 110px;
  opacity: 1;
}
.Cloud-Server .Server-all .server-con .swiper-button-prev {
  background: url(../img/prev.png) no-repeat center center;
  background-size: 100% 100%;
  width: 42px;
  height: 110px;
  opacity: 1;
}
.Cloud-Server .Server-all .server-con .swiper-container {
  display: block;
  margin: 0 auto;
}
.Cloud-Server .Server-all .server-con .swiper-container .swiper-wrapper .swiper-slide {
  display: block;
  margin: 0 auto;
}
.Cloud-Server .Server-all .server-con .swiper-container .swiper-wrapper .swiper-slide .left {
  width: 478px;
  height: 420px;
}
.Cloud-Server .Server-all .server-con .swiper-container .swiper-wrapper .swiper-slide .right {
  width: 722px;
  height: 420px;
  background: #ffffff;
  padding: 0 47px;
  box-sizing: border-box;
}
.Cloud-Server .Server-all .server-con .swiper-container .swiper-wrapper .swiper-slide .right:hover .tit .p3 {
  transition: all 0.3s;
  padding-bottom: 5px;
}
.Cloud-Server .Server-all .server-con .swiper-container .swiper-wrapper .swiper-slide .right .tit .p1 {
  font-size: 19.96px;
  color: #333333;
  margin-bottom: 20px;
  font-weight: bold;
}
.Cloud-Server .Server-all .server-con .swiper-container .swiper-wrapper .swiper-slide .right .tit .p2 {
  font-size: 15.97px;
  color: #333333;
  margin-bottom: 45px;
  line-height: 2.5;
}
.Cloud-Server .Server-all .server-con .swiper-container .swiper-wrapper .swiper-slide .right .tit .p3 {
  width: 120px;
  font-size: 14px;
  color: #999999;
  padding-bottom: 13px;
  border-bottom: 2px solid #0086f5;
  transition: all 0.3s;
}
.Cloud-Server .Server-all .server-con .swiper-button-next {
  position: absolute;
  top: 40%;
  right: 0;
}
.Cloud-Server .Server-all .server-con .swiper-button-prev {
  position: absolute;
  top: 40%;
  left: 0;
}

.News {
  padding-bottom: 50px;
}
.News .news-all ul {
  flex-wrap: wrap;
}
.News .news-all ul li {
  padding: 30px 28px 30px 30px;
  box-sizing: border-box;
  width: 575px;
  height: 186px;
  background: #e3e3e3;
  margin-right: 49px;
  margin-bottom: 30px;
}
.News .news-all ul li:nth-child(2n+2) {
  margin-right: 0;
}
.News .news-all ul li .left .img {
  width: 156px;
  height: 126px;
  margin-right: 18px;
  overflow: hidden;
}
.News .news-all ul li .left .img img {
  width: 100%;
  max-height: 100%;
  transition: all 0.3s;
}
.News .news-all ul li .left .tit {
  width: 240px;
}
.News .news-all ul li .left .tit .p1 {
  font-size: 18px;
  color: #333333;
  margin-bottom: 13px;
}
.News .news-all ul li .left .tit .p2 {
  font-size: 14px;
  color: #666666;
}
.News .news-all ul li .right {
  height: 80px;
  border-left: 1px solid #d4d4d4;
  box-sizing: border-box;
  flex-wrap: wrap;
}
.News .news-all ul li .right .p3 {
  width: 100%;
  text-align: center;
  font-size: 36.37px;
  color: #999999;
  font-weight: bold;
}
.News .news-all ul li .right .p4 {
  width: 100%;
  font-size: 12.12px;
  color: #bababa;
  text-align: center;
}
.News .news-all ul li:hover {
  background: #0086f5;
}
.News .news-all ul li:hover .left .tit .p1 {
  color: #ffffff;
}
.News .news-all ul li:hover .left .tit .p2 {
  color: #ffffff;
}
.News .news-all ul li:hover .left .img img {
  transform: scale(1.05);
  transition: all 0.3s;
}
.News .news-all ul li:hover .right .p3 {
  color: #fff;
}
.News .news-all ul li:hover .right .p4 {
  color: #fff;
}

.About-us {
  background: url(../img/bg2.png) no-repeat center center;
  background-size: 100% 100%;
  padding: 70px 0;
}
.About-us .title .left .p1 {
  font-size: 26px;
  color: #ffffff;
}
.About-us .title .left .p1 span {
  padding-bottom: 12px;
  border-bottom: 6px solid #ffffff;
}
.About-us .title .left .p2 {
  font-size: 14px;
  color: #f4f4f4;
  margin-top: 29px;
}
.About-us .title .right img {
  margin-top: 12px;
}
.About-us .con {
  width: 995px;
  margin: 0 auto;
  margin-top: 34px;
  letter-spacing: 0.8px;
}
.About-us .con p {
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  line-height: 2;
}
.About-us .con a {
  font-size: 14.21px;
  color: #0086f5;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 2px solid #ffffff;
  display: block;
  margin: 0 auto;
  width: 260px;
  box-sizing: border-box;
  margin-top: 48px;
  transition: all 0.3s;
}
.About-us .con a:hover {
  border-bottom: 2px solid #0086f5;
}

.Content-us {
  padding: 75px 0;
}
.Content-us .title .right .p1 {
  font-size: 26px;
  color: #333333;
}
.Content-us .title .right .p1 span {
  padding-bottom: 12px;
  border-bottom: 6px solid #333333;
}
.Content-us .title .right .p2 {
  font-size: 14px;
  color: #999999;
  margin-top: 29px;
  text-align: right;
}
.Content-us .title .left img {
  margin-top: 12px;
}
.Content-us .con {
  margin-top: 30px;
}
.Content-us .con .card {
  width: 663px;
  background: #f0f0f0;
  box-shadow: 0px 12px 22px 0px rgba(4, 4, 0, 0.35);
  border-radius: 25px;
  padding: 30px;
  box-sizing: border-box;
}
.Content-us .con .card .p1 {
  font-size: 26px;
  font-family: Arial;
  font-weight: 400;
  color: #0086f5;
  line-height: 36px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.Content-us .con .card input {
  width: 189px;
  height: 40px;
  background: #ffffff;
  padding-left: 19px;
  box-sizing: border-box;
  font-size: 16px;
  color: #999999;
  border: none;
  margin-right: 16px;
  margin-bottom: 18px;
}
.Content-us .con .card textarea {
  width: 597px;
  height: 114px;
  background: white;
  resize: none;
  border: none;
  font-size: 16px;
  color: #999999;
  padding: 15px 18px 0 18px;
  box-sizing: border-box;
}
.Content-us .con .card input[type="button"] {
  padding: 0;
  width: 240px;
  height: 46px;
  background: #0086f5;
  font-size: 14px;
  color: #fff;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
}
.Content-us .con .address ul li {
  margin-bottom: 25px;
}
.Content-us .con .address ul li img {
  margin-right: 10px;
}
.Content-us .con .address ul li p {
  font-size: 16px;
  color: #333333;
}
.Content-us .con .address ul li .num p:first-child {
  margin-bottom: 5px;
}

footer {
  padding: 40px 0 27px 0;
  background: url(../img/footer.png) no-repeat center center;
}
footer .left .img {
  margin-bottom: 35px;
}
footer .left .img img {
  margin-right: 25px;
}
footer .left .p1 {
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 23px;
}
footer .left .p2 {
  font-size: 14px;
  color: #ffffff;
}
footer .left .p2 span {
  margin-right: 45px;
}
footer .right {
  text-align: right;
}
footer .right .p1 {
  font-size: 14px;
  color: #ffffff;
}
footer .right .p2 {
  font-size: 36px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 19px;
}
footer .right .alink-all a {
  font-size: 14px;
  color: #ffffff;
}
footer .right .alink-all span {
  margin: 0 20px;
  color: #fff;
}
footer .right .ba {
  font-size: 14px;
  color: #ffffff;
  margin-top: 20px;
  display: block;
}

.page-banner {
  position: relative;
}
.page-banner .tit {
  width: 1200px;
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 35%;
  left: 19%;
}
.page-banner .tit .p1 {
  font-size: 26.1px;
  color: #ffffff;
  margin-bottom: 10px;
}
.page-banner .tit .p2 {
  font-size: 18.05px;
  color: #ffffff;
  max-width: 678px;
}
.page-banner img {
  width: 100%;
}

.Product-list .Content .title {
  font-size: 28px;
  color: #333333;
  margin-top: 77px;
  margin-bottom: 48px;
  text-align: center;
}
.Product-list .Content .prolist-box .box {
  width: 580px;
  /*height: 470px;*/
  height: 375px;
  background: white;
  margin-right: 38px;
  margin-bottom: 40px;
  float: left;
}
.Product-list .Content .prolist-box .box:nth-child(2n+2) {
  margin-right: 0;
}
.Product-list .Content .prolist-box .box:nth-child(2) .top {
  background: url(../img/16.jpg) no-repeat center center;
  background-size: 100% 100%;
}
.Product-list .Content .prolist-box .box:nth-child(3) .top {
  background: url(../img/15.jpg) no-repeat center center;
  background-size: 100% 100%;
}
.Product-list .Content .prolist-box .box:nth-child(4) .top {
  background: url(../img/14.jpg) no-repeat center center;
  background-size: 100% 100%;
}
.Product-list .Content .prolist-box .box:nth-child(5) .top {
  background: url(../img/12.png) no-repeat center center;
  background-size: 100% 100%;
}
.Product-list .Content .prolist-box .box:nth-child(5) .top {
  background: url(../img/13.jpg) no-repeat center center;
  background-size: 100% 100%;
}
.Product-list .Content .prolist-box .box:nth-child(6) .top {
  background: url(../img/13.jpg) no-repeat center center;
  background-size: 100% 100%;
}
.Product-list .Content .prolist-box .box .top {
  background: url(../img/17.jpg) no-repeat center center;
  background-size: 100% 100%;
  width: 580px;
  height: 170px;
  padding: 55px 30px 0 30px;
  box-sizing: border-box;
}
.Product-list .Content .prolist-box .box .top .p1 {
  font-size: 26px;
  color: #ffffff;
  margin-bottom: 19px;
}
.Product-list .Content .prolist-box .box .top .p2 {
  font-size: 16px;
  color: #ffffff;
}
.Product-list .Content .prolist-box .box .bottom {
  padding: 25px 30px 0 30px;
}
.Product-list .Content .prolist-box .box .bottom p {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
}
.Product-list .Content .prolist-box .box .bottom ul {
  margin-top: 25px;
  margin-bottom: 30px;
}
.Product-list .Content .prolist-box .box .bottom ul li {
  font-size: 14px;
  color: #666666;
  margin-bottom: 10px;
}
.Product-list .Content .prolist-box .box .bottom ul li span {
  color: #0086f5;
}
.Product-list .List-bottom {
  background: #fff;
  padding-top: 78px;
}
.Product-list .List-bottom .title p {
  font-size: 28px;
  color: #333333;
}
.Product-list .List-bottom .wrap3 {
  width: 1600px;
  margin: 0 auto;
}
.Product-list .List-bottom ul li {
  width: 50%;
  height: 390px;
  float: left;
  background: url(../img/18.png) no-repeat left center;
  padding-right: 37px;
  box-sizing: border-box;
}
.Product-list .List-bottom ul li:nth-child(2) {
  background: url(../img/19.png) no-repeat right center;
  padding-left: 37px;
  box-sizing: border-box;
}
.Product-list .List-bottom ul li:nth-child(2) .tit {
  float: left;
}
.Product-list .List-bottom ul li .tit {
  width: 425px;
  float: right;
}
.Product-list .List-bottom ul li .tit img {
  margin-bottom: 21px;
}
.Product-list .List-bottom ul li .tit .p1 {
  font-size: 16.01px;
  color: #333333;
  line-height: 2;
}
.Product-list .List-bottom ul li .tit .p2 {
  font-size: 16.01px;
  color: #999999;
  margin-top: 45px;
}

.Product-listDetail .Four {
  padding-bottom: 70px;
}
.Product-listDetail .Four .title {
  font-size: 28px;
  color: #333333;
  padding-top: 75px;
  padding-bottom: 45px;
  text-align: center;
}
.Product-listDetail .Four ul li {
  width: 22%;
  float: left;
  margin-right: 45px;
}
.Product-listDetail .Four ul li:nth-child(4n+4) {
  margin-right: 0;
}
.Product-listDetail .Four ul li img {
  display: block;
  margin: 0 auto;
  margin-bottom: 28px;
}
.Product-listDetail .Four ul li .p1 {
  font-size: 18px;
  color: #333333;
  text-align: center;
  margin-bottom: 15px;
  font-weight: bold;
}
.Product-listDetail .Four ul li .p2 {
  font-size: 14px;
  color: #666666;
  line-height: 1.5;
  text-align: justify;
}
.Product-listDetail .product-feature {
  padding-bottom: 70px;
  padding-top: 75px;
  background: url(../img/25.png) no-repeat center center;
}
.Product-listDetail .product-feature .title {
  font-size: 28px;
  color: #333333;
  padding-bottom: 45px;
  text-align: center;
}
.Product-listDetail .product-feature ul li {
  min-height: 215px;
  width: 30%;
  float: left;
  margin-right: 54px;
}
.Product-listDetail .product-feature ul li:nth-child(3n+3) {
  margin-right: 0;
}
.Product-listDetail .product-feature ul li img {
  margin-bottom: 20px;
}
.Product-listDetail .product-feature ul li .p1 {
  font-size: 18px;
  color: #333333;
  text-align: left;
  margin-bottom: 15px;
  font-weight: bold;
}
.Product-listDetail .product-feature ul li .p2 {
  font-size: 14px;
  color: #666666;
  line-height: 1.5;
  text-align: justify;
  letter-spacing: 1px;
}
.Product-listDetail .now-use {
  padding-bottom: 70px;
  padding-top: 75px;
}
.Product-listDetail .now-use .title {
  font-size: 28px;
  color: #333333;
  padding-bottom: 45px;
  text-align: center;
}
.Product-listDetail .now-use ul li {
  width: 100%;
  position: relative;
  margin-bottom: 45px;
}
.Product-listDetail .now-use ul li .right {
  position: absolute;
  top: 109px;
  right: 0;
  width: 604px;
  height: 352px;
}
.Product-listDetail .now-use ul li .right img {
  width: 100%;
  height: 100%;
}
.Product-listDetail .now-use ul li .left {
  width: 756px;
  height: 565px;
  background: #f3f6f9;
  padding-right: 235px;
  box-sizing: border-box;
  flex-wrap: wrap;
  padding-left: 10px;
}
.Product-listDetail .now-use ul li .left p {
  width: 100%;
}
.Product-listDetail .now-use ul li .left .p1 {
  font-size: 18px;
  color: #666666;
  font-weight: bold;
  margin-bottom: 20px;
}
.Product-listDetail .now-use ul li .left .p1 span {
  color: #666666;
  font-weight: normal;
}
.Product-listDetail .now-use ul li .left .p1 .span1 {
  margin: 0 8px;
}
.Product-listDetail .now-use ul li .left .p2 {
  font-size: 14px;
  color: #666666;
  line-height: 2;
  margin-bottom: 29px;
}
.Product-listDetail .now-use ul li .left .p3 {
  font-size: 14px;
  color: #999999;
}
.Product-listDetail .now-use ul li:nth-child(2n+2) .right {
  position: absolute;
  top: 109px;
  left: 0;
}
.Product-listDetail .now-use ul li:nth-child(2n+2) .left {
  float: right;
  width: 756px;
  height: 565px;
  background: #f3f6f9;
  padding-right: 10px;
  box-sizing: border-box;
  flex-wrap: wrap;
  padding-left: 235px;
}

.Soultion .SoultionContent {
  padding: 80px 50px;
}
.Soultion .SoultionContent ul li {
  max-width: 570px;
  height: 250px;
  background: white;
  margin-right: 30px;
  float: left;
  overflow: hidden;
  word-break: break-all;
  margin-bottom: 40px;
}
.Soultion .SoultionContent ul li:nth-child(3n+3) {
  margin-right: 0;
}
.Soultion .SoultionContent ul li.on {
  box-shadow: 0px 12px 22px 0px rgba(0, 0, 0, 0.35);
}
.Soultion .SoultionContent ul li.on .tit {
  transition: all 1s;
  width: 258px;
  padding: 45px 28px 0 28px;
}
.Soultion .SoultionContent ul li.on .tit p {
  display: block;
}
.Soultion .SoultionContent ul li.on .tit a {
  display: block;
}
.Soultion .SoultionContent ul li .left {
  width: 285px;
  height: 250px;
}
.Soultion .SoultionContent ul li .left img {
  width: 100%;
  height: 100%;
}
.Soultion .SoultionContent ul li .tit {
  width: 0px;
  height: 250px;
  box-sizing: border-box;
  transition: all 1s;
}
.Soultion .SoultionContent ul li .tit .p-all {
  flex-wrap: wrap;
}
.Soultion .SoultionContent ul li .tit p {
  width: 100%;
  display: none;
}
.Soultion .SoultionContent ul li .tit .p1 {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 14px;
}
.Soultion .SoultionContent ul li .tit .p2 {
  font-size: 14px;
  font-weight: 400;
  color: #797979;
  line-height: 24px;
}
.Soultion .SoultionContent ul li .tit a {
  width: 120px;
  height: 16px;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 26px;
  display: block;
  margin-top: 49px;
  border-bottom: 2px solid #0086f5;
  padding-bottom: 11px;
  transition: all 0.3s;
  display: none;
}
.Soultion .SoultionContent ul li .tit a:hover {
  width: 75px;
  transition: all 0.3s;
}

.SoultionDetailContent {
  padding-top: 75px;
}
.SoultionDetailContent .Plate .title {
  font-size: 28px;
  color: #333333;
  padding-bottom: 56px;
  text-align: center;
}
.SoultionDetailContent .Plate ul li {
  width: 565px;
  margin-right: 70px;
  float: left;
  margin-bottom: 55px;
  min-height: 275px;
}
.SoultionDetailContent .Plate ul li:nth-child(2n+2) {
  margin-right: 0;
}
.SoultionDetailContent .Plate ul li .img {
  width: 108px;
  height: 108px;
  margin-bottom: 39px;
}
.SoultionDetailContent .Plate ul li .img img {
  width: 100%;
}
.SoultionDetailContent .Plate ul li .p1 {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 20px;
}
.SoultionDetailContent .Plate ul li .p2 {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 22px;
}
.SoultionDetailContent .story {
  padding: 80px 0;
  background: #ffffff;
}
.SoultionDetailContent .story .title {
  font-size: 28px;
  color: #333333;
  padding-bottom: 34px;
  text-align: center;
}
.SoultionDetailContent .story .wrap4 {
  width: 1440px;
  display: block;
  margin: 0 auto;
}
.SoultionDetailContent .story .wrap4 .content {
  position: relative;
  width: 100%;
}
.SoultionDetailContent .story .wrap4 .content .img {
  width: 998px;
}
.SoultionDetailContent .story .wrap4 .content .img img {
  width: 100%;
}
.SoultionDetailContent .story .wrap4 .content .tit {
  position: absolute;
  top: 60px;
  right: 0;
  width: 662px;
  height: 370px;
  background: #0086f5;
  padding: 60px 55px 0 55px;
  letter-spacing: 3.5px;
}
.SoultionDetailContent .story .wrap4 .content .tit .p1 {
  font-size: 20px;
  font-weight: 400;
  color: white;
  padding-bottom: 9px;
}
.SoultionDetailContent .story .wrap4 .content .tit .line {
  width: 130px;
  height: 1px;
  background: #fff;
  margin-bottom: 15px;
}
.SoultionDetailContent .story .wrap4 .content .tit .p2 {
  font-size: 16px;
  font-weight: 400;
  color: white;
  line-height: 2;
}

.HyNews .News {
  padding-top: 80px;
}

.wejoy_page {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
}
.wejoy_page a {
  padding: 8px 10px 8px 10px;
  border-radius: 3px;
  border: 1px solid #dddddd;
  font-size: 12px;
  color: #a3a3a3;
  margin-right: 8px;
}
.wejoy_page a.active {
  background: #0086f5;
  color: #fff;
}
.wejoy_page a:hover {
  background: #0086f5;
  color: #fff;
}
.wejoy_page span {
  padding: 8px 10px 8px 10px;
  border-radius: 3px;
  border: 1px solid #dddddd;
  font-size: 12px;
  color: #a3a3a3;
}
.wejoy_page .box {
  width: 75px;
  height: 33px;
  border: 1px solid #dddddd;
  position: relative;
  border-radius: 3px;
  margin-right: 10px;
}
.wejoy_page .box a {
  width: 33px;
  height: 33px;
  background: #0086f5;
  color: #fff;
  font-size: 14px;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  padding: 0;
  margin: 0;
  line-height: 33px;
  border-radius: 0;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  text-transform: uppercase;
  border: 1px solid #0086f5;
}
.wejoy_page .box input {
  width: 40px;
  height: 30px;
  background: none;
  border: none;
}

.NewsDetail .detail {
  margin-top: 82px;
  width: 100%;
  padding: 38px 35px;
  box-sizing: border-box;
  background: #fff;
}
.NewsDetail .detail .p1 {
  font-size: 18px;
  color: #0086f5;
  text-align: center;
}
.NewsDetail .detail .p2 {
  font-size: 12px;
  color: #999999;
  margin-top: 14px;
  margin-bottom: 20px;
  text-align: center;
}
.NewsDetail .detail img {
  display: block;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

.up-down {
  margin-top: 35px;
  margin-bottom: 75px;
}
.up-down a {
  font-size: 16px;
  color: #333333;
  margin: 9px 0;
  display: block;
}
.up-down a:hover {
  color: #0086f5;
}

.aboutus {
  margin-top: 80px;
  margin-bottom: 80px;
}
.aboutus .con {
  padding: 30px;
  background: #fff;
  font-size: 14px;
  color: #666666;
  line-height: 2;
  text-indent: 2em;
}
.aboutus .con .p {
  margin-bottom: 29px;
}
.aboutus .con .p:last-child {
  margin-bottom: 0;
}

.contactus {
  margin-top: 80px;
}

.contactus .content .con {
  margin-top: 38px;
  margin-bottom: 80px;
}
.contactus .content .con .card {
  width: 663px;
  background: #f0f0f0;
  box-shadow: 0px 12px 22px 0px rgba(4, 4, 0, 0.35);
  border-radius: 25px;
  padding: 30px;
  box-sizing: border-box;
}
.contactus .content .con .card .p1 {
  font-size: 26px;
  font-family: Arial;
  font-weight: 400;
  color: #0086f5;
  line-height: 36px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.contactus .content .con .card input {
  width: 185px;
  height: 40px;
  background: #ffffff;
  padding-left: 19px;
  box-sizing: border-box;
  font-size: 16px;
  color: #999999;
  border: none;
  margin-right: 16px;
  margin-bottom: 18px;
}
.contactus .content .con .card textarea {
  width: 597px;
  height: 114px;
  background: white;
  resize: none;
  border: none;
  font-size: 16px;
  color: #999999;
  padding: 15px 18px 0 18px;
  box-sizing: border-box;
}
.contactus .content .con .card input[type="button"] {
  padding: 0;
  width: 240px;
  height: 46px;
  background: #0086f5;
  font-size: 14px;
  color: #fff;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
}
.contactus .content .con .address {
  margin-right: 39px;
}
.contactus .content .con .address ul li {
  margin-bottom: 25px;
}
.contactus .content .con .address ul li img {
  margin-right: 10px;
}
.contactus .content .con .address ul li p {
  font-size: 16px;
  color: #333333;
}
.contactus .content .con .address ul li .num p:first-child {
  margin-bottom: 5px;
}

@media only screen and (max-width: 1620px) {
  .Product-list .List-bottom .wrap3 {
    width: 100%;
  }
}
@media only screen and (max-width: 1520px) {
  .Product-list .List-bottom .wrap3 {
    width: 100%;
  }
}
@media only screen and (max-width: 1460px) {
  header .wrap2 {
    width: 1280px;
  }

  header .wrap2 .logo-right .search {
    display: none;
  }

  header .wrap2 .logo-right .logo2 {
    margin-left: 30px;
  }

  .Product-list .List-bottom .wrap3 {
    width: 100%;
  }

  .Product-list .List-bottom ul li .tit {
    width: 340px;
  }

  .SoultionDetailContent .story .wrap4 {
    width: 1200px;
  }

  .SoultionDetailContent .story .wrap4 .content .img {
    width: 835px;
  }

  .SoultionDetailContent .story .wrap4 .content .tit {
    position: absolute;
    top: 40px;
    right: 0;
    width: 495px;
    height: 330px;
    background: #0086f5;
    padding: 48px 55px 0 55px;
    letter-spacing: 0px;
  }
}
@media only screen and (max-width: 1330px) {
  .Product-list .List-bottom .wrap3 {
    width: 100%;
  }

  .Product-list .List-bottom ul li .tit {
    width: 340px;
  }
}
.Product-list .Content .prolist-box .box .bottom .more{
	margin-top: 30px;
}
/*# sourceMappingURL=all.css.map */
