* {
  margin: 0;
  padding: 0;
}
body {
  color: #333333;
  font-size: 14px;
  background: #fff;
  overflow-x: hidden;
  width: 100%;
  font-family: Microsoft YaHei;
}
.overflow1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.clear {
  clear: both;
}
.text-primary {
  color: #14997e;
}
.mb10 {
  margin-bottom: 10px;
}
.text-gray-3 {
  color: #333;
}
.text-gray-6 {
  color: #666;
}
.text-gray-9 {
  color: #999;
}
.fz16 {
  font-size: 16px;
}
.fwb {
  font-weight: bold;
}
h3,
h4 {
  font-weight: normal;
}
i {
  font-style: normal;
}
.df {
  display: flex;
}
.dfc {
  display: flex;
  align-items: center;
}
.dfcc {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fx1 {
  flex: 1;
}
.flex-wrap {
  flex-wrap: wrap;
}
a {
  color: #333333;
  text-decoration: none;
}
li {
  list-style: none;
}
.wrap {
  margin: 0 auto;
  width: 73%;
  min-width: 1200px;
}
.wrap2 {
  margin: 0 auto;
  width: 67.7%;
  min-width: 1200px;
}
.dec {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.overflow6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
.overflow3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.clear {
  clear: both;
}
.welcome {
  height: 35px;
  line-height: 35px;
  background: #f5f5f5;
  font-size: 14px;
  color: #ffffff;
}
.welcome .wrap {
  display: flex;
  justify-content: space-between;
  color: #666;
}
.top-content .logo-tip {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 128px;
  background: #fff;
}
.top-content .logo-tip .left {
  display: flex;
}
.top-content .logo-tip .left .text {
  margin-left: 35px;
  padding-left: 35px;
  border-left: 1px solid #d6d6d6;
}
.top-content .logo-tip .left .text p:nth-child(1) {
  font-weight: bold;
  font-size: 20px;
  color: #3866c4;
}
.top-content .logo-tip .left .text p:nth-child(2) {
  font-size: 16px;
  color: #333;
  margin-top: 10px;
}
.top-content .logo-tip .right {
  display: flex;
}
.top-content .logo-tip .right .tel-text {
  margin-left: 14px;
}
.top-content .logo-tip .right .tel-text p:nth-child(1) {
  font-size: 14px;
  color: #333333;
}
.top-content .logo-tip .right .tel-text p:nth-child(2) {
  font-size: 26px;
  color: #3866c4;
  font-weight: 700;
}
.top-content .logo-tip .right .tel-text p:nth-child(2) span {
  color: #fd9b00;
}
.top-content .head-nav {
  background: #3866c4;
  height: 54px;
}
.top-content .head-nav ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  width: 1146px;
}
.top-content .head-nav li {
  position: relative;
  color: #fff;
}
.top-content .head-nav li:hover,
.top-content .head-nav li.on {
  height: 54px;
  border-right: none;
  position: relative;
}
.top-content .head-nav li:hover .tit,
.top-content .head-nav li.on .tit {
  height: 54px;
  background: #fd9b00;
  color: #fff;
}
.top-content .head-nav li:hover .tit a,
.top-content .head-nav li.on .tit a {
  color: #fff;
}
.top-content .head-nav li:hover .sub {
  display: block;
}
.top-content .head-nav .tit {
  font-size: 20px;
  height: 54px;
  line-height: 54px;
  color: #fff;
  position: relative;
  z-index: 2;
  padding: 0 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-content .head-nav .sub {
  position: absolute;
  left: 50%;
  transition: all 0.3s linear;
  overflow: hidden;
  min-width: 190px;
  z-index: 10000;
  display: none;
  transform: translateX(-50%);
  box-sizing: border-box;
  padding-top: 0;
}
.top-content .head-nav .sub a {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 26px;
  background: #fff;
  box-sizing: border-box;
  text-align: center;
  border-bottom: 1px solid #eee;
  color: #333;
}
.top-content .head-nav .sub a:hover {
  background: #3866c4;
  color: #fff;
}
.ny-head {
  background: #fff;
  height: 84px;
  position: fixed;
  box-shadow: rgba(243, 243, 243, 0.76) 2px 0px 10px 0px;
}
.ny-head .top-content {
  position: fixed;
  top: 0;
}
.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.banner .bd li {
  position: relative;
}
.banner .bd img {
  width: 100%;
  display: block;
}
.banner .hd {
  text-align: center;
  position: absolute;
  bottom: 28px;
  width: 100%;
  z-index: 100000;
}
.banner .hd ul {
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner .hd li {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  margin: 0 5px;
}
.banner .hd li.on {
  width: 18px;
  height: 18px;
  background: #1589ff;
}
.banner .more {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 25px;
  z-index: 10000;
  text-align: center;
  color: #fff;
  font-size: 14px;
  animation: yunMove2 1s infinite;
}
.com-tit {
  text-align: center;
}
.com-tit p:nth-child(1) {
  display: flex;
  align-items: center;
  justify-content: center;
}
.com-tit p:nth-child(1) span.line {
  width: 123px;
  height: 4px;
  display: inline-block;
  background: #3866c4;
}
.com-tit p:nth-child(1) .title {
  margin: 0 30px;
  font-size: 36px;
  font-weight: 700;
}
.com-tit p.text {
  font-size: 16px;
  color: #888;
  margin-top: 15px;
}
.about {
  margin-top: 90px;
}
.about .wrap {
  justify-content: space-between;
  width: 67.7%;
}
.about .wrap .title {
  margin-top: -16px;
}
.about .wrap .title p:nth-child(1) {
  font-weight: 400;
  font-size: 127px;
  color: #3866c4;
  font-weight: bold;
}
.about .wrap .title p:nth-child(2) {
  font-weight: bold;
  font-size: 30px;
  color: #333333;
  margin-top: -4px;
}
.about .wrap .right {
  width: 60.2%;
}
.about .wrap .right .desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 36px;
  color: #333333;
  text-align: justify;
}
.about .wrap .right .num-list {
  margin-top: 60px;
}
.about .wrap .right .num-list ul {
  display: flex;
}
.about .wrap .right .num-list ul li {
  margin-left: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about .wrap .right .num-list ul li:nth-child(1) {
  margin-left: 0;
}
.about .wrap .right .num-list ul li p {
  height: 35px;
  line-height: 35px;
}
.about .wrap .right .num-list ul li p:nth-child(1) span:nth-child(1) {
  font-weight: bold;
  font-size: 40px;
  color: #3866c4;
}
.about .wrap .right .num-list ul li p:nth-child(1) span:nth-child(2) {
  font-size: 16px;
  color: #333333;
}
.about .wrap .right .num-list ul li p:nth-child(2) {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #3866c4;
  font-size: 16px;
  color: #ffffff;
  min-width: 133px;
  box-sizing: border-box;
  padding: 0 15px;
  margin-top: 18px;
}
.about .about-img {
  margin-top: -5.4vw;
  position: relative;
}
.about .about-img img {
  width: 100%;
}
.about .about-img .wraps {
  position: relative;
  width: 67.7%;
  margin: 0 auto;
}
.about .more {
  width: 236px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background: #444444;
  font-size: 16px;
  color: #ffffff;
  position: absolute;
  right: 0;
  bottom: 5.7vw;
  z-index: 10000;
}
.about .more:hover {
  background: #3866c4;
}
.about .more:hover a {
  color: #fff;
}
.about .more a {
  color: #fff;
}
.product {
  padding-bottom: 40px;
  margin-top: 80px;
}
.product .com-tit p:nth-child(1) {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product .com-tit p:nth-child(1) span.line {
  width: 123px;
  height: 4px;
  display: inline-block;
  background: #3866c4;
}
.product .com-tit p:nth-child(1) .title {
  margin: 0 30px;
}
.product .com-tit p.text {
  font-size: 16px;
  color: #888;
  margin-top: 15px;
}
.product .pro-list {
  margin-top: 15px;
}
.product .pro-list ul {
  display: flex;
  flex-wrap: wrap;
}
.product .pro-list ul li {
  width: calc(33% - 13px);
  margin-right: 25px;
  margin-top: 40px;
  position: relative;
  overflow: hidden;
}
.product .pro-list ul li:hover .mask {
  top: 0;
  transition: all 0.3s;
}
.product .pro-list ul li:nth-child(3n) {
  margin-right: 0;
}
.product .pro-list ul li .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(56, 102, 196, 0.8);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 100;
  left: 0;
  top: 100%;
}
.product .pro-list ul li .mask p:nth-child(1) {
  font-size: 64px;
  color: #ffffff;
}
.product .pro-list ul li .mask p:nth-child(2) {
  width: 180px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  color: #ffffff;
  border: 1px solid #ffffff;
  text-align: center;
  margin-top: 15px;
}
.product .pro-list ul li .img-wrap {
  width: 100%;
}
.product .pro-list ul li .img-wrap::after {
  content: '';
  display: block;
  padding-bottom: 84%;
  position: relative;
}
.service {
  margin-top: 105px;
  padding-top: 75px;
  padding-bottom: 100px;
}
.service .title p:nth-child(1) {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service .title p:nth-child(2) {
  text-align: center;
  color: #c2c2c2;
  font-size: 16px;
  margin-top: 10px;
}
.service .service-list .s-top {
  margin-top: 65px;
  height: 417px;
  overflow: hidden;
  position: relative;
}
.service .service-list .s-top:hover .s-img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.service .service-list .s-top .s-img {
  position: absolute;
  z-index: 0;
  left: 0;
  height: 417px;
  width: auto;
}
.service .service-list .s-top .wrap {
  display: flex;
  justify-content: flex-end;
}
.service .service-list .s-top .wrap .text {
  width: 44.7%;
  height: 417px;
  background: #ffffff;
  position: relative;
  z-index: 10;
  padding: 0 5.3vw;
  box-sizing: border-box;
}
.service .service-list .s-top .wrap .text .top-tip {
  height: 188px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #bfbfbf;
}
.service .service-list .s-top .wrap .text .top-tip .num {
  font-size: 80px;
  color: #3866c4;
  font-family: Impact;
  position: relative;
}
.service .service-list .s-top .wrap .text .top-tip .num::after {
  content: '';
  display: block;
  width: 21px;
  height: 21px;
  background: #ffde00;
  border-radius: 50%;
  bottom: 13px;
  right: -14px;
  position: absolute;
}
.service .service-list .s-top .wrap .text .top-tip .descript {
  margin-left: 32px;
}
.service .service-list .s-top .wrap .text .top-tip .descript p:nth-child(1) {
  font-size: 28px;
  color: #333333;
}
.service .service-list .s-top .wrap .text .top-tip .descript p:nth-child(2) {
  font-size: 16px;
  color: #888888;
  margin-top: 10px;
}
.service .service-list .s-top .wrap .text .details {
  font-size: 16px;
  color: #555555;
  line-height: 30px;
  margin-top: 50px;
  text-align: justify;
}
.service .service-list .s-middle {
  margin-top: 38px;
}
.service .service-list .s-middle ul {
  display: flex;
}
.service .service-list .s-middle ul li {
  width: calc(33% - 10px);
  margin-right: 25px;
  height: 417px;
  background: #fff;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
.service .service-list .s-middle ul li:hover .mask {
  top: 0;
  transition: all 0.3s;
}
.service .service-list .s-middle ul li:hover .text .top-tip {
  border-bottom: 1px solid #fff;
}
.service .service-list .s-middle ul li:hover .text .top-tip .num {
  color: #fff;
}
.service
  .service-list
  .s-middle
  ul
  li:hover
  .text
  .top-tip
  .descript
  p:nth-child(1) {
  color: #fff;
}
.service
  .service-list
  .s-middle
  ul
  li:hover
  .text
  .top-tip
  .descript
  p:nth-child(2) {
  color: #fff;
}
.service .service-list .s-middle ul li:hover .text .details {
  color: #fff;
}
.service .service-list .s-middle ul li:nth-last-child(1) {
  margin-right: 0;
}
.service .service-list .s-middle ul li .text {
  height: 417px;
  position: relative;
  z-index: 100;
  padding: 0 2.5vw;
  box-sizing: border-box;
}
.service .service-list .s-middle ul li .text .top-tip {
  height: 195px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #bfbfbf;
}
.service .service-list .s-middle ul li .text .top-tip .num {
  font-size: 80px;
  color: #3866c4;
  font-family: Impact;
  position: relative;
}
.service .service-list .s-middle ul li .text .top-tip .num::after {
  content: '';
  display: block;
  width: 21px;
  height: 21px;
  background: #ffde00;
  border-radius: 50%;
  bottom: 13px;
  right: -14px;
  position: absolute;
}
.service .service-list .s-middle ul li .text .top-tip .descript {
  margin-left: 32px;
}
.service .service-list .s-middle ul li .text .top-tip .descript p:nth-child(1) {
  font-size: 28px;
  color: #333333;
}
.service .service-list .s-middle ul li .text .top-tip .descript p:nth-child(2) {
  font-size: 16px;
  color: #888888;
  margin-top: 10px;
}
.service .service-list .s-middle ul li .text .details {
  font-size: 16px;
  color: #555555;
  line-height: 30px;
  margin-top: 2.6vw;
  text-align: justify;
}
.service .service-list .s-middle ul li .mask {
  width: 100%;
  height: 417px;
  background: #3866c4;
  position: absolute;
  top: 400px;
  z-index: 10;
}
.service .service-list .s-bottom {
  margin-top: 38px;
  height: 417px;
  overflow: hidden;
  position: relative;
}
.service .service-list .s-bottom:hover .s-img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.service .service-list .s-bottom .s-img {
  position: absolute;
  z-index: 0;
  right: 0;
  top: 0;
  height: 417px;
  width: auto;
}
.service .service-list .s-bottom .wrap {
  display: flex;
  justify-content: flex-start;
}
.service .service-list .s-bottom .wrap .text {
  width: 44.7%;
  height: 417px;
  background: #ffffff;
  position: relative;
  z-index: 10;
  padding: 0 5.3vw;
  box-sizing: border-box;
}
.service .service-list .s-bottom .wrap .text .top-tip {
  height: 188px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #bfbfbf;
}
.service .service-list .s-bottom .wrap .text .top-tip .num {
  font-size: 80px;
  color: #3866c4;
  font-family: Impact;
  position: relative;
}
.service .service-list .s-bottom .wrap .text .top-tip .num::after {
  content: '';
  display: block;
  width: 21px;
  height: 21px;
  background: #ffde00;
  border-radius: 50%;
  bottom: 13px;
  right: -14px;
  position: absolute;
}
.service .service-list .s-bottom .wrap .text .top-tip .descript {
  margin-left: 32px;
}
.service .service-list .s-bottom .wrap .text .top-tip .descript p:nth-child(1) {
  font-size: 28px;
  color: #333333;
}
.service .service-list .s-bottom .wrap .text .top-tip .descript p:nth-child(2) {
  font-size: 16px;
  color: #888888;
  margin-top: 10px;
}
.service .service-list .s-bottom .wrap .text .details {
  font-size: 16px;
  color: #555555;
  line-height: 30px;
  margin-top: 50px;
  text-align: justify;
}
.case {
  margin-top: 80px;
}
.case .caseSwiper {
  margin-top: 75px;
  overflow: hidden;
  position: relative;
}
.case .caseSwiper .swiper-slide {
  width: 100%;
}
.case .caseSwiper .swiper-slide .img {
  width: 100%;
}
.case .caseSwiper .swiper-slide .img::after {
  content: '';
  display: block;
  padding-bottom: 83%;
}
.case .caseSwiper .arrow {
  width: 58px;
  height: 58px;
  background: #3866c4;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.case .caseSwiper .arrow.swiper-next {
  left: 35px;
}
.case .caseSwiper .arrow.swiper-prev {
  right: 35px;
  transform: rotateY(180deg) translateY(-50%);
}
.new {
  padding-top: 75px;
  margin-top: 110px;
  padding-bottom: 70px;
}
.new .com-tit p {
  color: #fff;
}
.new .com-tit p span {
  color: #fff;
}
.new .com-tit p .line {
  background: #fff !important;
}
.new .new-list {
  margin-top: 65px;
  display: flex;
}
.new .new-list .left-list {
  width: 59.6%;
  margin-right: 20px;
  position: relative;
  background: #fff;
}
.new .new-list .left-list .bd ul li {
  width: 100%;
  padding: 39px 35px;
  padding-right: 45px;
  box-sizing: border-box;
}
.new .new-list .left-list .bd ul li:hover .img-wrap img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.new .new-list .left-list .bd ul li:hover .text p:nth-child(3) {
  background: #3866c4;
  color: #fff;
}
.new .new-list .left-list .bd ul li a {
  width: 100%;
  display: flex;
}
.new .new-list .left-list .bd ul li a .img-wrap {
  width: 40%;
  height: 228px;
  overflow: hidden;
}
.new .new-list .left-list .bd ul li a .img-wrap img {
  width: 100%;
  height: 100%;
}
.new .new-list .left-list .bd ul li a .text {
  width: calc(60% - 40px);
  margin-left: 40px;
}
.new .new-list .left-list .bd ul li a .text p:nth-child(1) {
  font-size: 20px;
  color: #333333;
  margin-top: 5px;
}
.new .new-list .left-list .bd ul li a .text p:nth-child(2) {
  font-size: 14px;
  color: #555555;
  line-height: 30px;
  margin-top: 35px;
  text-align: justify;
}
.new .new-list .left-list .bd ul li a .text p:nth-child(3) {
  width: 114px;
  height: 34px;
  line-height: 34px;
  background: #ebebeb;
  font-size: 14px;
  color: #888888;
  text-align: center;
  margin-top: 30px;
}
.new .new-list .left-list .hd {
  position: absolute;
  right: 45px;
  bottom: 60px;
}
.new .new-list .left-list .hd ul {
  display: flex;
}
.new .new-list .left-list .hd ul li {
  width: 10px;
  height: 10px;
  background: #dcdcdc;
  border-radius: 50%;
  margin-left: 9px;
}
.new .new-list .left-list .hd ul li.on {
  width: 10px;
  height: 10px;
  background: #3866c4;
  border-radius: 50%;
}
.new .new-list .right-list {
  width: calc(40.4% - 20px);
}
.new .new-list .right-list ul li {
  height: 143px;
  background: #ffffff;
  padding: 18px;
  padding-right: 30px;
  box-sizing: border-box;
}
.new .new-list .right-list ul li:hover .date {
  background: #3866c4;
}
.new .new-list .right-list ul li:hover .date p {
  color: #fff !important;
}
.new .new-list .right-list ul li:nth-child(2) {
  margin-top: 20px;
}
.new .new-list .right-list ul li a {
  display: flex;
}
.new .new-list .right-list ul li a .date {
  width: 99px;
  height: 106px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.new .new-list .right-list ul li a .date p:nth-child(1) {
  font-weight: bold;
  font-size: 60px;
  color: #3866c4;
}
.new .new-list .right-list ul li a .date p:nth-child(2) {
  font-size: 14px;
  color: #555555;
}
.new .new-list .right-list ul li a .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 20px;
  width: calc(100% - 99px);
}
.new .new-list .right-list ul li a .text p:nth-child(1) {
  font-size: 20px;
  color: #333333;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.new .new-list .right-list ul li a .text p:nth-child(1) span:nth-child(1) {
  width: 85%;
  display: inline-block;
}
.new .new-list .right-list ul li a .text p:nth-child(2) {
  font-size: 14px;
  color: #555555;
  line-height: 24px;
  margin-top: 15px;
}
.new .new-list .right-list ul li a .text .more {
  width: 36px;
  height: 36px;
  background: #3866c4;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 32px;
  font-size: 30px;
}
.com-footer {
  background: #333333;
  padding-top: 60px;
  padding-bottom: 30px;
  box-sizing: border-box;
}
.com-footer .f-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.com-footer .f-top .tel {
  display: flex;
  align-items: center;
}
.com-footer .f-top .tel img {
  width: 51px;
  height: 41px;
}
.com-footer .f-top .tel .call-text {
  margin-left: 25px;
}
.com-footer .f-top .tel .call-text p {
  font-size: 16px;
  color: #a7a7a7;
  line-height: 30px;
}
.com-footer .f-top .tel .call-text p span {
  color: #fff;
  font-size: 22px;
}
.com-footer .f-top .erw {
  width: 238px;
  background: #ffffff;
  padding: 12px 20px;
  display: flex;
  box-sizing: border-box;
}
.com-footer .f-top .erw .img {
  display: inline-block;
  width: 110px;
  height: 110px;
}
.com-footer .f-top .erw .img img {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.com-footer .f-top .erw .text {
  font-size: 16px;
  color: #888888;
  line-height: 30px;
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 110px;
}
.com-footer .footer-nav {
  height: 54px;
  background: rgba(255, 255, 255, 0.1);
  padding: 0 50px;
  margin-top: 33px;
}
.com-footer .footer-nav ul {
  display: flex;
}
.com-footer .footer-nav ul li {
  margin-top: 15px;
  flex: 1;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  height: 24px;
}
.com-footer .footer-nav ul li:hover a {
  color: #ffba00;
}
.com-footer .footer-nav ul li:nth-last-child(1) {
  border-right: none;
}
.com-footer .footer-nav ul li a {
  font-size: 18px;
  color: #fff;
  display: block;
}
.com-footer .com-copy-right {
  font-weight: 400;
  font-size: 14px;
  color: #757676;
  text-align: center;
  margin-top: 80px;
}
.com-footer .com-copy-right a {
  color: #757676;
}
.ny-product .pro-list {
  width: 908px;
  float: right;
}
.ny-product .pro-list ul {
  display: flex;
  flex-wrap: wrap;
}
.ny-product .pro-list ul li {
  width: calc(33% - 11px);
  margin-right: 20px;
  margin-top: 40px;
  position: relative;
  overflow: hidden;
}
.ny-product .pro-list ul li:hover .mask {
  top: 0;
  transition: all 0.3s;
}
.ny-product .pro-list ul li:nth-child(3n) {
  margin-right: 0;
}
.ny-product .pro-list ul li .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(56, 102, 196, 0.8);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 100;
  left: 0;
  top: -100%;
}
.ny-product .pro-list ul li .mask p:nth-child(1) {
  font-size: 40px;
  color: #ffffff;
}
.ny-product .pro-list ul li .mask p:nth-child(2) {
  width: 120px;
  height: 28px;
  line-height: 28px;
  font-size: 16px;
  color: #ffffff;
  border: 1px solid #ffffff;
  text-align: center;
  margin-top: 15px;
}
.ny-product .pro-list ul li .top {
  width: 100%;
  overflow: hidden;
  height: 100%;
}
.ny-product .pro-list ul li .img-wrap {
  width: 100%;
  position: relative;
}
.ny-product .pro-list ul li .img-wrap::after {
  content: '';
  display: block;
  padding-bottom: 71%;
  position: relative;
}
.ny-product .pro-list ul li .text {
  width: 100%;
  height: 40px;
  line-height: 40px;
  display: block;
  text-align: center;
  font-size: 14px;
  color: #525252;
  background: #ededed;
  margin-top: 4px;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.fluxslider .images {
  position: static !important;
}
.fluxslider {
  position: static !important;
}
.fluxslider .surface {
  position: static !important;
}
.fluxslider .images > div {
  background-position-x: center !important;
  left: 50% !important;
  transform: translateX(-50%);
}
@keyframes yunMove2 {
  0% {
    margin-bottom: -5px;
  }
  100% {
    margin-bottom: 5px;
  }
}
.ny-page {
  margin-top: 65px;
  margin-bottom: 80px;
}
.ny-page .content {
  margin-top: 20px;
}
.message {
  margin-top: 40px;
  box-sizing: border-box;
  color: #999999;
}
.message h3 {
  font-size: 24px;
  font-weight: 700;
  color: #333333;
}
.message .input {
  display: flex;
  margin-top: 20px;
}
.message .input > div {
  width: calc(33% - 14px);
}
.message .input > div input {
  height: 100%;
  border: none;
  outline: none;
  margin-top: 11px;
  width: 100%;
  height: 54px;
  padding-left: 15px;
  box-sizing: border-box;
  background: #f7f7f7;
}
.message .input > div:nth-child(1),
.message .input > div:nth-child(2) {
  margin-right: 30px;
}
.message .input > div span {
  display: block;
  font-size: 16px;
  color: #666;
}
.message .input > div span i {
  color: #ff1f1f;
  margin-left: 3px;
}
.message .text-area {
  margin-top: 25px;
  width: 100%;
  height: 137px;
  box-sizing: border-box;
}
.message .text-area span {
  display: block;
  font-size: 16px;
  color: #666;
}
.message .text-area textarea {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  padding: 15px;
  box-sizing: border-box;
  margin-top: 11px;
  background: #f7f7f7;
}
.message .btn-group {
  display: flex;
  justify-content: flex-start;
  margin-top: 70px;
}
.message .btn {
  width: 133px;
  height: 43px;
  background: #c42635;
  line-height: 43px;
  color: #fff;
  text-align: center;
}
.message .reset {
  width: 133px;
  height: 43px;
  background: #d6d6d6;
  color: #fff;
  line-height: 43px;
  text-align: center;
  margin-left: 26px;
}
.message-btn {
  width: 224px;
  height: 57px;
  background: #c42635;
  border-radius: 10px;
  opacity: 1;
  border-radius: 17px;
  text-align: center;
  line-height: 34px;
  font-size: 18px;
  color: #fff;
  margin-top: 30px;
  border: none;
  outline: none;
  box-sizing: border-box;
}
.ny-tit {
  font-size: 18px;
  text-align: center;
  margin-top: 30px;
}
.ny-title {
  height: 50px;
  border-bottom: 1px solid #eeeeee;
  color: #282828;
  font-size: 12px;
  justify-content: space-between;
  margin: 20px auto;
}
.ny-title span {
  color: #14997e;
  display: inline;
}
.ny-about {
  margin-bottom: 80px;
}
.ny-about .cont {
  margin-top: 45px;
}
.ny-detail {
  margin-top: 56px;
  margin-bottom: 80px;
}
.ny-download {
  display: flex;
  margin-top: 35px;
  margin-bottom: 98px;
}
.ny-download .lists > ul {
  display: flex;
  flex-wrap: wrap;
}
.ny-download .lists > ul li {
  width: calc(50% - 14px);
  height: 89px;
  margin-left: 27px;
  border: 1px solid #f2f2f2;
  padding: 24px 25px;
  margin-top: 28px;
  box-sizing: border-box;
}
.ny-download .lists > ul li:hover {
  border: none;
  box-shadow: 0px 1px 21px 0px rgba(224, 224, 224, 0.35);
}
.ny-download .lists > ul li:hover a > div:nth-child(3) {
  background: #c42635;
}
.ny-download .lists > ul li:hover a > div:nth-child(3) span {
  color: #fff;
}
.ny-download .lists > ul li:nth-child(2n + 1) {
  margin-left: 0;
}
.ny-download .lists > ul li a {
  display: flex;
  align-items: center;
}
.ny-download .lists > ul li a > div:nth-child(1) span {
  color: #ffbb63;
  font-size: 50px;
}
.ny-download .lists > ul li a > div:nth-child(2) {
  margin-left: 10px;
  margin-top: 5px;
  width: 339px;
}
.ny-download .lists > ul li a > div:nth-child(2) p:nth-child(1) {
  font-size: 16px;
  color: #333;
  width: 195px;
}
.ny-download .lists > ul li a > div:nth-child(2) p:nth-child(2) {
  font-size: 12px;
  color: #b4aeae;
}
.ny-download .lists > ul li a > div:nth-child(3) {
  width: 47px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  background: #f2f3f5;
  border-radius: 12px;
  margin-left: 70px;
}
.ny-download .lists > ul li a > div:nth-child(3) span {
  color: #7e858c;
  font-size: 20px;
}
.page .cont,
.detail .cont {
  line-height: 33px;
  font-size: 16px;
  margin-top: 30px;
  color: #515151;
  padding-bottom: 50px;
}
.detail {
  padding-bottom: 60px;
  margin-top: 30px;
}
.detail .title {
  font-size: 24px;
  color: #333;
  text-align: center;
}
.detail .related {
  text-align: center;
  color: #666;
  font-size: 16px;
  line-height: 40px;
  margin-top: 10px;
}
.detail .other {
  margin-top: 40px;
}
.detail .other li {
  line-height: 30px;
}
.detail .other li:hover a {
  color: #c42635;
}
.paging {
  display: flex;
  width: 100%;
  justify-content: center;
  margin: 56px 0 0 0;
}
.paging li {
  height: 57px !important;
  border-bottom: none !important;
}
.paging li a,
.paging li span {
  display: block;
  width: 57px;
  height: 57px;
  line-height: 57px;
  margin: 0 5px;
  text-align: center;
  box-sizing: border-box;
  color: #242422;
  font-size: 14px;
  border: 1px solid #e2e2e2;
}
.paging li.active a,
.paging li:hover a {
  background: #c42635 !important;
  color: #fff !important;
}
.paging li.active a a,
.paging li:hover a a {
  color: #fff !important;
}
.paging li.active a span,
.paging li:hover a span {
  color: #fff !important;
}
.paging li span {
  color: #737373;
}
.paging li.prev {
  transform: rotate(180deg);
}
.paging li.prev span {
  border: none;
  font-size: 20px;
  position: relative;
  left: -7px;
}
.paging li.next span {
  border: none;
  font-size: 20px;
  position: relative;
  left: -7px;
}
.crumbs {
  height: 58px;
  border-bottom: 1px solid #f2f2f2;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #888888;
  font-family: '微软雅黑';
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #888888;
  font-family: '微软雅黑';
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #888888;
  font-family: '微软雅黑';
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #888888;
  font-family: '微软雅黑';
}
@media screen and (max-width: 1680px) {
  .service
    .service-list
    .s-middle
    ul
    li
    .text
    .top-tip
    .descript
    p:nth-child(1) {
    font-size: 24px;
  }
  .service .service-list .s-top .wrap .text .top-tip .descript p:nth-child(1) {
    font-size: 24px;
  }
  .service .service-list .s-middle ul li .text {
    padding: 0 2.1vw;
  }
  .service .service-list .s-top .wrap .text {
    padding: 0 4.8vw;
  }
  .service .service-list .s-middle ul li .text .top-tip .descript {
    margin-left: 30px;
  }
}
.float {
  width: 200px;
  position: fixed;
  right: -150px;
  transition: all 0.5s;
  top: 20%;
  z-index: 1000000000;
}
.float ul li {
  position: relative;
  width: 100%;
  min-height: 50px;
  line-height: 50px;
  background: #3866c4;
  border-radius: 5px;
  margin-bottom: 3px;
  cursor: pointer;
}
.float ul li span {
  display: block;
  width: 50px;
  height: 50px;
  float: left;
  text-align: center;
  margin-right: 10px;
}
.float ul li .iconfont {
  color: #ffffff;
  font-size: 30px;
}
.float ul li .icon-huidingbu {
  font-size: 20px !important;
}
.float ul li p {
  font-size: 18px;
  color: #ffffff;
}
.float ul li .wx {
  width: 90px;
  height: 0px;
  margin-left: 60px;
  overflow: hidden;
  padding-bottom: 0;
  transition: all 0.5s;
}
.float:hover {
  right: 0;
}
.float:hover .wx {
  height: 90px;
  padding-bottom: 10px;
}
