* {
  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: 1290px;
}
.dec {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.overflow4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.overflow3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.header {
  position: relative;
  box-sizing: border-box;
  justify-content: space-between;
  background: #ffffff;
  box-shadow: 0px 4px 43px 0px rgba(236, 236, 236, 0.35);
}
.com-tit p {
  text-align: center;
}
.com-tit p:nth-child(1) {
  font-size: 30px;
  font-weight: bold;
  color: #333333;
}
.com-tit p:nth-child(2) {
  width: 31px;
  height: 3px;
  background: #1b50a9;
  margin: 0 auto;
  margin-top: 5px;
}
.top {
  width: 100%;
  position: fixed;
  z-index: 100000;
  height: 96px;
  line-height: 96px;
  background: rgba(255, 255, 255, 0.137);
}
.top .wrap {
  display: flex;
  justify-content: space-between;
  height: 100%;
  align-items: center;
}
.top .nav {
  display: flex;
  height: 96px;
  align-items: center;
}
.top .nav .navbar {
  display: flex;
}
.top .nav .search {
  color: #fff;
  font-size: 24px;
  margin-left: 20px;
}
.top .nav li {
  height: 96px;
  position: relative;
  margin: 0 30px;
}
.top .nav li.on .tit {
  font-weight: 700;
  border-bottom: 2px solid #ffbe00;
}
.top .nav li:hover .tit {
  font-weight: 700;
}
.top .nav li:hover .sub {
  display: block;
}
.top .nav li:hover::before {
  height: 100%;
}
.top .nav .tit {
  height: 96px;
  font-size: 18px;
  color: #333;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top .nav .sub {
  position: absolute;
  left: 50%;
  width: 224px;
  transition: all 0.3s linear;
  z-index: 10000;
  display: none;
  transform: translateX(-50%);
}
.top .nav .sub a {
  position: relative;
}
.top .nav .sub .sub-wrap {
  position: relative;
}
.top .nav .sub .sub-three {
  position: absolute;
  right: -320px;
  background: #fff;
  z-index: 1000000000000000;
  display: none;
  /* opacity: 0; */
  width: 320px;
  top: 0;
}
.top .nav .sub .sub-wrap:hover .sub-three {
  display: block;
}

.top .nav .sub .sub-three a {
  background: #fff;
  display: block;
  width: 100%;
  height: 46px;
  line-height: 46px;
  box-sizing: border-box;
  text-align: center;
  border-bottom: 1px solid #f3f5f8 !important;
  padding: 0 30px;
}

.top .nav .sub a {
  background: #fff;
  display: block;
  width: 100%;
  height: 46px;
  line-height: 46px;
  box-sizing: border-box;
  text-align: center;
  border-bottom: 1px solid #f3f5f8;
}
.top .nav .sub a:nth-last-child(1) {
  border-bottom: none;
}
.top .nav .sub a:hover {
  background: #1b50a9;
  font-weight: 700;
  color: #fff;
}
.top .logo {
  display: flex;
  align-items: center;
}
.top-child {
  position: relative;
  background: #fff;
}
.top-child .navBar .tit {
  color: #333;
}
.service {
  padding-top: 55px;
  height: 393px;
  background: #fafafa;
}
.service .list {
  margin-top: 40px;
}
.service .list ul {
  display: flex;
}
.service .list ul li {
  width: 238px;
  height: 387px;
  background: #fefefe;
  box-shadow: 5px 16px 29px 0px rgba(239, 239, 239, 0.46);
  margin-right: 3px;
  text-align: center;
  padding: 0 30px;
  box-sizing: border-box;
}
.service .list ul li:hover {
  background: #1b50a9 url('../images/index_03.png') no-repeat center / cover;
  box-shadow: 0 0 0 0 !important;
}
.service .list ul li:hover p {
  color: #fff !important;
}
.service .list ul li:hover .line {
  background: #fff !important;
}
.service .list ul li:hover .img1 {
  display: none !important;
}
.service .list ul li:hover .img2 {
  display: inline-block !important;
}
.service .list ul li a .tit {
  font-size: 18px;
  color: #333333;
  height: 70px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-top: 30px;
}
.service .list ul li a .icon {
  width: 100%;
  height: 52px;
  text-align: center;
  margin-top: 25px;
}
.service .list ul li a .icon img {
  height: 52px;
  width: auto;
}
.service .list ul li a .icon .img1 {
  display: inline-block;
}
.service .list ul li a .icon .img2 {
  display: none;
}
.service .list ul li a .desc {
  font-size: 14px;
  color: #999999;
  margin-top: 70px;
}
.service .list ul li a .line {
  width: 19px;
  height: 2px;
  background: #333438;
  margin: 0 auto;
  margin-top: 30px;
}
.new {
  padding-top: 190px;
  margin-bottom: 55px;
  overflow: hidden;
}
.new .new-top {
  display: flex;
  justify-content: space-between;
}
.new .new-top .left {
  display: flex;
  align-items: flex-end;
}
.new .new-top .left .tit p:nth-child(1) {
  font-size: 22px;
  font-weight: bold;
  color: #333333;
}
.new .new-top .left .tit p:nth-child(2) {
  width: 31px;
  height: 3px;
  background: #1b50a9;
  margin-top: 8px;
}
.new .new-top .left .hd {
  margin-left: 25px;
}
.new .new-top .left .hd ul {
  display: flex;
}
.new .new-top .left .hd ul li {
  width: 98px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 1px solid #eeeeee;
  border-radius: 18px;
  font-size: 14px;
  color: #333333;
  margin-right: 12px;
  cursor: pointer;
}
.new .new-top .left .hd ul li.on,
.new .new-top .left .hd ul li:hover {
  background: #1b50a9;
  color: #fff;
}
.new .new-top .right {
  display: flex;
  justify-content: center;
  align-items: center;
}
.new .new-top .right a {
  width: 27px;
  height: 27px;
  line-height: 27px;
  font-size: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #dedede;
  margin-left: 7px;
  color: #fff;
}
.new .new-top .right a:hover {
  background: #1b50a9;
}
.new .new-top .right a:hover a {
  color: #fff;
}
.new .new-top .right a.prev {
  transform: rotate(180deg);
}
.new .swiper-wrapper {
  margin-top: 40px;
}
.new .swiper-wrapper li {
  width: 359px;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 20px;
  margin-right: 62px;
}
.new .swiper-wrapper li:hover {
  border-bottom: 1px solid #1b50a9;
  transition: all 0.3s;
}
.new .swiper-wrapper li:hover .n-title {
  font-weight: bold;
  color: #1b50a9 !important;
}
.new .swiper-wrapper li:hover .info {
  display: block !important;
}
.new .swiper-wrapper li:hover .img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.new .swiper-wrapper li .img-wrap {
  width: 359px;
  height: 231px;
  position: relative;
  overflow: hidden;
}
.new .swiper-wrapper li .img-wrap .img {
  width: 100%;
  height: 100%;
}
.new .swiper-wrapper li .img-wrap .info {
  width: 100%;
  height: 100%;
  background: #1b4fa9ad;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.new .swiper-wrapper li .img-wrap .info .iconfont {
  color: #fff;
  font-size: 40px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.new .swiper-wrapper li .bottom p:nth-child(1) {
  font-size: 16px;
  color: #333333;
  margin-top: 20px;
}
.new .swiper-wrapper li .bottom p:nth-child(2) {
  font-size: 14px;
  color: #999999;
  line-height: 24px;
  margin-top: 5px;
}
.link {
  font-size: 18px;
  color: #1b50a9;
  display: flex;
  margin-top: 55px;
}
.link .tit {
  display: flex;
  align-items: center;
  padding-bottom: 55px;
}
.link .iconfont {
  font-size: 28px;
}
.link .link-list {
  margin-left: 28px;
  width: 1066px;
  overflow: hidden;
  padding-bottom: 55px;
}
.link .link-list ul {
  display: flex;
}
.link .link-list ul li {
  width: 142px;
  height: 70px;
  width: 201px;
  height: 80px;
  background: #ffffff;
  box-shadow: 13px 17px 27px 3px rgba(223, 223, 223, 0.19);
  margin-right: 15px;
  max-width: 90%;
  max-height: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.link .link-list ul li:hover {
  position: relative;
  top: -5px;
  transition: all 0.3s;
}
.ny-nav {
  height: 80px;
  background: #ffffff;
  box-shadow: 0px 10px 38px 0px rgba(186, 186, 186, 0.43);
  display: flex;
}
.ny-nav .wrap {
  display: flex;
  justify-content: space-between;
}
.ny-nav .left {
  display: flex;
  height: 600px;
}
.ny-nav .tit {
  font-size: 16px;
  font-weight: bold;
  color: #1b50a9;
  line-height: 80px;
  height: 80px;
  border-bottom: 2px solid #1b50a9;
}
.ny-nav .list {
  width: 990px;
  overflow-y: visible;
}
.ny-nav .list > ul {
  font-size: 14px;
  color: #333;
  display: flex;
  height: 80px;
  line-height: 80px;
}
.ny-nav .list > ul > li {
  margin-right: 40px;
  width: auto !important;
}
.ny-nav .list > ul > li:hover .sub {
  display: block;
}
.ny-nav .list > ul > li.on a {
  color: #1b50a9;
  padding-bottom: 28px;
  border-bottom: 2px solid #1b50a9;
}
.ny-nav .list > ul > li a {
  color: #333;
}
.ny-nav .list > ul > li a:hover {
  color: #1b50a9;
}
.ny-nav .list > ul > li .sub {
  min-width: 155px;
  box-shadow: 0px 9px 16px 0px rgba(243, 243, 243, 0.54);
  display: none;
  position: absolute;
  top: 80px;
}
.ny-nav .list > ul > li .sub li {
  height: 50px;
  line-height: 50px;
  background: #ffffff;
  padding: 0 15px;
  box-sizing: border-box;
  border-bottom: 1px solid #efefef;
}
.ny-nav .list > ul > li .sub li.on,
.ny-nav .list > ul > li .sub li:hover {
  background: #1b50a9;
}
.ny-nav .list > ul > li .sub li.on .iconfont,
.ny-nav .list > ul > li .sub li:hover .iconfont {
  color: #fff !important;
}
.ny-nav .list > ul > li .sub li.on a,
.ny-nav .list > ul > li .sub li:hover a {
  color: #fff;
}
.ny-nav .list > ul > li .sub li a {
  color: #333;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  border-bottom: none;
}
.ny-nav .list > ul > li .sub li a .iconfont {
  font-size: 26px;
  color: #999;
}
.ny-nav .right {
  font-size: 14px;
  color: #999999;
  height: 80px;
  line-height: 80px;
  display: flex;
}
.ny-nav .right .iconfont {
  display: inline-block;
  transform: rotate(90deg);
  font-size: 8px;
}
.ny-nav .right a {
  color: #999999;
}
.footer {
  background: #151515;
  box-sizing: border-box;
  padding-bottom: 20px;
  padding-top: 45px;
  height: 248px;
}
.footer .wrap {
  position: relative;
}
.footer .f-tit {
  text-align: left;
}
.footer .f-tit span {
  font-size: 16px;
  color: #fff;
  padding-bottom: 10px;
  display: inline-block;
}
.footer .f-tit .line {
  width: 21px;
  height: 1px;
  background: #ffffff;
}
.footer .cont {
  display: flex;
  height: 158px;
}
.footer .cont .left {
  border-right: 1px solid;
  border-image: linear-gradient(to top, #4848482c, #484848, #4848482c) 1;
  padding-right: 50px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.footer .cont .left .conts {
  font-size: 14px;
  color: #dedede;
  line-height: 40px;
  margin-top: 10px;
}
.footer .middle {
  width: 30%;
  padding: 0 50px;
  box-sizing: border-box;
  border-right: 1px solid;
  padding-right: 20px;
  padding-top: 15px;
  border-image: linear-gradient(to top, #4848482c, #484848, #4848482c) 1;
}
.footer .middle .list {
  margin-top: 20px;
}
.footer .middle .list ul {
  display: flex;
  flex-wrap: wrap;
}
.footer .middle .list li {
  font-size: 14px;
  color: #ffffff;
  line-height: 34px;
  margin-right: 30px;
}
.footer .middle .list li a {
  color: #fff;
}
.footer .contact {
  padding-left: 40px;
  padding-top: 15px;
}
.footer .contact .detail {
  font-size: 14px;
  color: #ffffff;
  line-height: 34px;
  width: 350px;
  margin-top: 17px;
}
.footer .ewm {
  position: absolute;
  right: 0;
  margin-top: 15px;
}
.footer .ewm img {
  width: 96px;
  height: 96px;
}
.footer .ewm p {
  font-size: 12px;
  color: #ffffff;
  margin-top: 5px;
}
.copy-right {
  width: 100%;
  text-align: center;
  background: #f6f6f6;
  color: #333;
  height: 64px;
  font-size: 14px;
  font-weight: 400;
}
.copy-right .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 64px;
}
.copy-right a {
  color: #333;
}
.product {
  margin-top: 55px;
}
.product .tit {
  font-size: 42px;
  font-weight: bold;
  color: #1b50a9;
  text-align: center;
}
.product .tit .two {
  color: #333;
}
.product .content {
  margin-top: 55px;
}
.product .common-right .list ul {
  display: flex;
  flex-wrap: wrap;
}
.product .common-right .list ul li {
  width: calc(33% - 16px);
  background: #ffffff;
  margin-bottom: 13px;
  margin-right: 1.35vw;
  box-sizing: border-box;
}
.product .common-right .list ul li:nth-child(3n) {
  margin-right: 0;
}
.product .common-right .list ul li:hover .img-wrap {
  border: none;
}
.product .common-right .list ul li:hover .img {
  transform: rotateY(180deg);
  transition: all 0.3s;
}
.product .common-right .list ul li:hover {
  background: #ffffff;
  box-shadow: 0px 4px 18px 0px rgba(227, 227, 227, 0.5);
}
.product .common-right .list ul li:hover span {
  color: #1b50a9 !important;
}
.product .common-right .list ul li:nth-of-type(3n) {
  margin-right: 0;
}
.product .common-right .list ul li .img-wrap {
  box-sizing: border-box;
  overflow: hidden;
  padding: 14px;
  border: 1px solid #f1f1f1;
}
.product .common-right .list ul li .img-wrap .img {
  width: 100%;
}
.product .common-right .list ul li .img-wrap .img::after {
  content: '';
  display: block;
  padding-bottom: 76%;
}
.product .common-right .list ul li .text {
  width: 100%;
  height: 60px;
  line-height: 50px;
  position: relative;
  z-index: 1000;
  background: #ffffff;
  font-size: 18px;
  color: #333333;
  padding: 0 1.35vw;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.product .common-right .list ul li .text span:nth-child(1) {
  display: block;
  width: 85%;
}
.product .common-right .list ul li .text span:nth-child(2) {
  font-size: 30px;
  color: #e6e6e6;
}
.ny-product {
  margin-top: 26px;
  margin-bottom: 80px;
}
.ny-product .list ul {
  display: flex;
  flex-wrap: wrap;
}
.ny-product .list ul li {
  width: 376px;
  height: 249px;
  margin-right: 32px;
  position: relative;
  overflow: hidden;
  margin-top: 30px;
}
/* .ny-product .list ul li:hover .info .inner {
  top: 0;
  transition: all 0.3s;
} */
/* .ny-product .list ul li:hover .text {
  display: none;
} */
.ny-product .list ul li .text {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #00000056;
  padding: 0 18px;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  box-sizing: border-box;
}
.ny-product .list ul li .img-wrap {
  width: 379px;
  height: 249px;
}
.ny-product .list ul li .img {
  width: 100%;
  height: 100%;
}
.ny-product .list ul li:nth-child(3n) {
  margin-right: 0;
}
.ny-product3 .list ul li:nth-child(4n) {
  margin-right: 0;
}
.ny-product3 .list ul li:nth-child(3n) {
  margin-right: 32px;
}
.ny-product .list ul li .info {
  width: 100%;
  height: 100%;
}
.ny-product .list ul li .info .inner {
  position: absolute;
  width: 379px;
  height: 249px;
  background: #1b4fa9da;
  padding: 30px;
  box-sizing: border-box;
  font-size: 16px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 249px;
  transition: all 0.3s;
}
.ny-product .list ul li .info .iconfont {
  font-size: 46px;
  margin-top: 5px;
}

.ny-product3 .list ul {
  display: flex;
  flex-wrap: wrap;
}
.ny-product3 .list ul li {
  width: calc(25% - 36px);
  height: 421px;
  margin-right: 32px;
  position: relative;
  overflow: hidden;
  margin-top: 30px;
}
/* .ny-product3 .list ul li:hover .info .inner {
  top: 0;
  transition: all 0.3s;
} */
/* .ny-product3 .list ul li:hover .text {
  display: none;
} */
.ny-product3 .list ul li .text {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #00000056;
  padding: 0 18px;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 20px;
  color: #fff;
  box-sizing: border-box;
  text-align: center;
}
.ny-product3 .list ul li .img-wrap {
  width: 100%;
  height: 421px;
}
.ny-product3 .list ul li .img {
  width: 100%;
  height: 100%;
}
.ny-product3 .list ul li:nth-child(4n) {
  margin-right: 0;
}
.ny-product3 .list ul li:nth-child(4n) {
  margin-right: 30px;
}
.ny-product3 .list ul li .info {
  width: 100%;
  height: 100%;
}
.ny-product3 .list ul li .info .inner {
  position: absolute;
  width: 100%;
  height: 421px;
  background: #1b4fa9da;
  padding: 30px;
  box-sizing: border-box;
  font-size: 16px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 421px;
  transition: all 0.3s;
}

.ny-news {
  margin-bottom: 80px;
  margin-top: 56px;
}
.ny-news .list ul li {
  width: 100%;
  height: 264px;
  border: 1px solid #eeeeee;
  padding: 35px;
  box-sizing: border-box;
  position: relative;
  margin-top: 32px;
}
.ny-news .list ul li:hover {
  background: #ffffff;
  box-shadow: 0px 9px 51px 0px rgba(243, 243, 243, 0.54);
  border: none;
}
.ny-news .list ul li:hover p:nth-child(1) {
  color: #1b50a9;
}
.ny-news .list ul li:hover .icon {
  background: #1b50a9 !important;
}
.ny-news .list ul li p:nth-child(1) {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 24px;
}
.ny-news .list ul li p:nth-child(2) {
  font-size: 14px;
  color: #333333;
  line-height: 35px;
  margin-top: 20px;
}
.ny-news .list ul li p:nth-child(3) {
  font-size: 14px;
  color: #999999;
  margin-top: 20px;
}
.ny-news .list ul li p:nth-child(3) span {
  margin-right: 20px;
}
.ny-news .list ul li .icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  background: #eee;
  border-radius: 50%;
  position: absolute;
  right: 35px;
  bottom: 45px;
}
.ny-news .list ul li .icon span {
  font-size: 26px;
}
.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 100vh;
}
.banner .wrap {
  height: 30px;
  position: absolute;
  bottom: 54px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10000;
  font-size: 34px;
  font-weight: 700;
  display: flex;
}
.banner .swiper-paginations {
  color: #fff;
}
.banner .swiper-paginations .swiper-pagination-total,
.banner .swiper-paginations .sg,
.banner .swiper-paginations .num {
  color: #72899a;
  font-size: 16px;
  position: relative;
  top: -3px;
}
.banner .swiper-paginations .num {
  margin-left: -5px;
}
.banner .btn-list {
  display: flex;
  color: #fff;
  position: absolute;
  left: 140px;
}
.banner .btn-list .iconfont {
  color: #fff;
  font-size: 30px;
  font-weight: 400;
}
.banner .btn-list .prev .iconfont {
  display: inline-block;
  transform: rotate(180deg);
}
.banner .bd li {
  position: relative;
}
.banner .bd img {
  height: 100vh;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.banner .bd .swiper-slide-active img {
  z-index: 10000000000000;
}
.banner .hd {
  text-align: center;
  position: absolute;
  bottom: 28px;
  width: 100%;
}
.banner .hd ul {
  width: 100%;
  text-align: center;
}
.banner .hd li {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #b5b5b5;
}
.banner .hd li.on {
  background: #14997e;
  width: 50rpx;
}
.banner .more {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
  z-index: 10000;
  text-align: center;
  color: #fff;
  font-size: 14px;
  animation: yunMove2 1s infinite;
}
.banner .more p {
  margin-top: 5px;
}
.ny-banner {
  height: 568px;
}
.ny-banner img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.ny-com-nav {
  font-size: 14px;
  color: #333333;
  height: 72px;
  line-height: 72px;
  border-bottom: 1px dashed #eeeeee;
  display: flex;
  align-items: center;
  margin-bottom: 37px;
}
.ny-com-nav a {
  margin: 0 5px;
}
.ny-com-nav .line {
  width: 9px;
  height: 17px;
  background: #333333;
  display: block;
  margin-right: 12px;
}
.ny-page {
  margin-top: 55px;
  margin-bottom: 80px;
}
.ny-page .cont {
  margin-top: 10px;
  min-height: 300px;
}
.ny-contact {
  margin-bottom: 80px;
}
.ny-contact .map {
  margin-top: 45px;
}
.ny-contact .top-content {
  margin-top: 45px;
}
.ny-contact .top-content p:nth-child(1) {
  font-size: 22px;
  color: #333333;
  line-height: 44px;
}
.ny-contact .top-content p:nth-child(2) {
  font-size: 16px;
  color: #999999;
  margin-top: 15px;
}
.ny-contact .top-content .list {
  margin-top: 45px;
}
.ny-contact .top-content .list ul {
  display: flex;
}
.ny-contact .top-content .list ul li {
  width: 378px;
  height: 328px;
  background: url('../images/contact_05.jpg') no-repeat bottom;
  border: 1px solid #eeeeee;
  margin-right: 33px;
  text-align: center;
}
.ny-contact .top-content .list ul li:hover .icon p:nth-child(1) {
  transform: rotateY(180deg);
  transition: all 0.3s;
}
.ny-contact .top-content .list ul li:nth-child(3) .iconfont {
  font-size: 36px !important;
}
.ny-contact .top-content .list ul li .icon {
  margin-top: 60px;
}
.ny-contact .top-content .list ul li .icon p {
  margin: 0 auto;
}
.ny-contact .top-content .list ul li .icon p:nth-child(1) {
  width: 74px;
  height: 74px;
  text-align: center;
  line-height: 74px;
  background: #1b50a9;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
}
.ny-contact .top-content .list ul li .icon p:nth-child(1) .iconfont {
  font-size: 30px;
}
.ny-contact .top-content .list ul li .icon p:nth-child(2) {
  font-size: 18px;
  color: #333333;
  margin-top: 15px;
}
.ny-contact .top-content .list ul li .content {
  margin-top: 20px;
}
.ny-contact .top-content .list ul li .content p {
  margin: 0 auto;
  width: 266px;
  font-size: 16px;
  color: #333333;
  line-height: 30px;
}
.ny-contact .top-content .list ul li:nth-last-child(1) {
  margin-right: 0;
}
.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: #1b50a9;
}
.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;
}
.message {
  margin-top: 40px;
  box-sizing: border-box;
  color: #999999;
}
.message h3 {
  font-size: 21px;
  font-weight: 700;
  color: #333333;
}
.message .en {
  font-size: 12px;
  color: #999999;
}
.message .input {
  display: flex;
  margin-top: 15px;
}
.message .input > div {
  width: calc(33% - 14px);
}
.message .input > div input {
  height: 100%;
  border: none;
  outline: none;
  margin-top: 14px;
  width: 100%;
  height: 45px;
  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: 14px;
  color: #666;
}
.message .input > div span i {
  color: #ff6731;
  margin-left: 3px;
}
.message .text-area {
  margin-top: 15px;
  width: 100%;
  height: 143px;
  box-sizing: border-box;
}
.message .text-area span {
  display: block;
  font-size: 14px;
  color: #666;
}
.message .text-area textarea {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  padding: 15px;
  box-sizing: border-box;
  margin-top: 10px;
  background: #f7f7f7;
}
.message .btn-group {
  display: flex;
  justify-content: flex-start;
  margin-top: 70px;
}
.message .btn {
  width: 133px;
  height: 43px;
  background: #1b50a9;
  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: #ff6731;
  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-about {
  margin-top: 56px;
  margin-bottom: 80px;
}
.ny-about .cont {
  margin-top: 45px;
}
.ny-detail {
  margin-top: 56px;
  margin-bottom: 80px;
}
/*悬浮*/
.float {
  width: 60px;
  position: fixed;
  right: 0px;
  transition: all 0.5s;
  top: 30%;
  transform: translateY(-50%);
  z-index: 10000;
  background: #222;
  border-radius: 10px !important;
}
.float ul li {
  width: 100%;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #ffffff38;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.float ul li:nth-last-child(1) {
  border-bottom: none;
}
.float ul li:hover {
  background: #1b50a9;
}
.float ul li span {
  display: block;
  width: 60px;
  height: 60px;
  float: left;
  text-align: center;
}
.float ul li.phone {
  display: flex;
  position: relative;
}
.float ul li.phone:hover .number {
  right: 60px;
}
.float ul li.phone .number {
  transition: all 0.3s linear;
  position: absolute;
  right: -300px;
  padding: 0 15px;
  background: #1b50a9;
  font-size: 18px;
  color: #fff;
  height: 60px;
  line-height: 60px;
  z-index: -1;
  width: 126px;
}
.float ul li .iconfont {
  color: #ffffff;
  font-size: 26px;
}
.float ul li .icon-huidingbu {
  font-size: 20px !important;
}
.float ul li p {
  font-size: 18px;
  color: #ffffff;
}
.erw {
  position: relative;
}
.erw:hover .wx {
  display: block;
}
.float ul li .wx {
  position: absolute;
  width: 87px;
  height: 87px;
  border-radius: 4px;
  right: 65px;
  overflow: hidden;
  top: -15px;
  padding-bottom: 0;
  transition: all 0.5s;
  display: none;
}
.float ul li .wx img {
  width: 100%;
  height: 100%;
}
.page .cont,
.detail .cont {
  line-height: 33px;
  font-size: 16px;
  margin-top: 30px;
  color: #515151;
  padding-bottom: 50px;
}
.detail {
  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: #1b50a9;
}
.paging {
  display: flex;
  width: 100%;
  justify-content: center;
  margin: 56px 0 0px 0;
}
.paging li {
  height: 40px !important;
  border-bottom: none !important;
}
.paging li a,
.paging li span {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 5px;
  text-align: center;
  box-sizing: border-box;
  border-radius: 4px;
  color: #242422;
  font-size: 14px;
}
.paging li a {
  background: #f9f9f9;
}
.paging li.active a {
  background: #1b50a9 !important;
  color: #fff;
}
.paging li a:hover {
  background: #1b50a9;
  border-color: #1346ba;
  color: #fff;
}
.paging li a:hover span {
  color: #fff;
}
.paging li.next {
  transform: rotate(180deg);
  font-weight: 700;
}
.paging li.next span {
  font-size: 20px;
  margin-left: 0px;
}
.paging li.prev {
  font-weight: 700;
}
.paging li.prev span {
  font-size: 20px;
  margin-left: 0px;
}
.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: '微软雅黑';
}
@-webkit-keyframes yunMove2 {
  0% {
    margin-bottom: -5px;
  }
  100% {
    margin-bottom: 5px;
  }
}
@keyframes yunMove2 {
  0% {
    margin-bottom: -5px;
  }
  100% {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 1680px) {
  .business .bd ul ul li {
    width: calc(25% - 24px);
    background: #ffffff;
    margin-right: 31px;
    margin-bottom: 54px;
    padding: 0 12px;
    padding-bottom: 35px;
    box-sizing: border-box;
  }
  .business .bd ul ul li .desc p:nth-child(2) {
    line-height: 25px;
  }
  .business .bd ul ul li .icon {
    height: 80px;
    line-height: 80px;
  }
  .business .bd ul ul li .desc {
    height: 112px;
  }
}
.about-us {
  width: 100%;
  opacity: 1;
  margin-top: 160px;
  padding: 1px;
  box-sizing: border-box;
  position: relative;
}
.about-us .back-img {
  position: absolute;
  left: 50%;
  height: 21.66vw;
  transform: translateX(-50%);
  z-index: -1;
}
.about-us .c-title {
  opacity: 0.04;
  color: #ffffff;
}
.about-us .common-title {
  margin-top: 2.81vw;
}
.about-us .common-title .title {
  color: #ffffff;
}
.about-us .common-title .title span {
  color: #ffad55;
}
.about-us .common-title .lines {
  height: 1px;
  width: 344px;
  background: #c2c2c1;
  z-index: 1;
  position: relative;
}
.about-us .common-title .desc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 744px;
  margin: 10px auto 0;
}
.about-us .common-title .p-desc {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  margin: 0 5px;
}
.about-us .about-content {
  margin-top: 3.07vw;
  position: relative;
}
.about-us .about-content .left {
  width: 39.4vw;
  height: 28.5vw;
  z-index: 0;
}
.about-us .about-content .left img {
  width: 39.4vw;
  height: 28.5vw;
}
.about-us .about-content .right {
  width: 45.5vw;
  height: 23.38vw;
  background: #ffffff;
  position: absolute;
  box-shadow: 0px 5px 29px 0px rgba(30, 93, 177, 0.09);
  right: 0;
  top: 2.44vw;
  z-index: 1;
  padding: 1.99vw 2.66vw;
  box-sizing: border-box;
}
.about-us .about-content .right > p:nth-child(1) {
  opacity: 1;
  font-size: 1.35vw;
  font-weight: 400;
  text-align: left;
  color: #333333;
  letter-spacing: 2px;
}
.about-us .about-content .right > p:nth-child(2) {
  width: 40px;
  height: 3px;
  margin-top: 0.88vw;
  opacity: 1;
  background: #ff8400;
}
.about-us .about-content .right > p:nth-child(3) {
  font-size: 14px;
  font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
  font-weight: 400;
  text-align: left;
  color: #333333;
  line-height: 1.97vw;
  margin-top: 0.88vw;
}
.about-us .about-content .right .clumn {
  margin-top: 2vw;
}
.about-us .about-content .right .clumn li {
  margin-right: 2.4vw;
}
.about-us .about-content .right .clumn li a {
  display: block;
}
.about-us .about-content .right .clumn li a > div {
  width: 3.9vw;
  height: 3.9vw;
}
.about-us .about-content .right .clumn li .img2 {
  display: none;
}
.about-us .about-content .right .clumn li:hover .img1 {
  display: none;
}
.about-us .about-content .right .clumn li:hover .img2 {
  display: block;
  box-sizing: border-box;
}
.about-us .about-content .right .clumn li:hover p {
  color: #0042df;
}
.about-us .about-content .right .clumn img {
  width: 3.9vw;
  height: 3.9vw;
}
.about-us .about-content .right .clumn p {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #333333;
  line-height: 38px;
}
.about-us .about-content .right .clumn p.active {
  color: #0042df;
}
.project-case {
  display: flex;
  margin-top: 100px;
}
.project-case .left .title {
  width: 32.3vw;
  height: 7.91vw;
  overflow: hidden;
  opacity: 1;
  background: #0042df;
}
.project-case .left .title p:nth-child(1) {
  opacity: 0.08;
  font-size: 4.42vw;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  margin-top: 1.6vw;
}
.project-case .left .title p:nth-child(2) {
  font-size: 2.21vw;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  margin-top: -4.12vw;
}
.project-case .list {
  width: 32.3vw;
}
.project-case .list li {
  width: 100%;
  position: relative;
}
.project-case .list li:hover p {
  display: block;
}
.project-case .list li:nth-child(2) {
  margin-top: 8px;
}
.project-case .list li a {
  width: 100%;
  display: block;
}
.project-case .list li a img {
  width: 100%;
  height: 14.69vw;
}
.project-case .list li p {
  width: 100%;
  height: 2.19vw;
  line-height: 2.19vw;
  font-size: 19px;
  color: #fff;
  text-align: center;
  background: rgba(0, 66, 223, 0.8);
  position: absolute;
  left: 0;
  bottom: 0;
  display: none;
}
.project-case .right {
  display: flex;
}
.project-case .right .list2 {
  width: 43.8vw;
  display: flex;
  flex-wrap: wrap;
}
.project-case .right .list2 li {
  width: 20.6vw;
  height: 12.2vw;
  margin-left: 8px;
  margin-top: 9px;
}
.project-case .right .list2 li:nth-child(1),
.project-case .right .list2 li:nth-child(2) {
  margin-top: 0;
}
.project-case .right .list2 li a {
  height: 100%;
}
.project-case .right .list2 li img {
  width: 100%;
  height: 100%;
}
.w1440 {
  width: 75vw;
  margin: 0 auto;
}
.common-title {
  text-align: center;
}
.common-title .c-title {
  font-size: 40px;
  font-weight: 700;
  color: #f2f2f2;
}
.common-title .title {
  font-size: 42px;
  font-family: Microsoft YaHei Bold, Microsoft YaHei Bold-Bold;
  font-weight: 700;
  color: #0042df;
  margin-top: -20px;
}
.common-title .desc {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
  margin-top: 12px;
  overflow: hidden;
}
.common-title .desc .line {
  width: 744px;
  height: 1px;
  opacity: 1;
  margin: 12px auto 0;
  background: #c2c2c1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.project-case {
  display: flex;
  margin-top: 100px;
}
@media screen and (max-width: 1680px) {
  .wrap-content .w1680 {
    width: 1200px !important;
    margin: 0 auto;
  }
  .wrap-content .address {
    width: 430px !important;
  }
  .wrap-content .inner-wrap .map img {
    width: 800px;
    height: 380px;
  }
  .wrap-content .address p {
    line-height: 28px;
    font-size: 12px;
  }
  .wrap-content .inner-wrap .erwei img {
    width: 85px;
    height: 85px;
    margin-top: 18px;
  }
  .message-form .one-line > div input {
    width: 377px;
    height: 45px;
  }
  .message-form .one-line textarea {
    width: 1186px;
  }
}
@media screen and (max-width: 1680px) {
  #certify {
    width: 90vw !important;
  }
  .technology .w1440 {
    width: 80vw !important;
  }
}
@media screen and (max-width: 1460px) {
  .project-case {
    margin-top: 100px;
  }

  .technology .w1440 {
    width: 85vw !important;
  }
  .recommond .r-list .bd li {
    width: 13.7vw !important;
  }
  .recommond .r-list .bd li img {
    width: 13.7vw !important;
    height: 11.5vw !important;
  }
  .project-case .left .title {
    width: 36.3vw;
  }
  .project-case .list {
    width: 36.3vw;
  }
  .project-case .right .list2 li {
    width: 23.6vw;
    height: 14.1vw;
    margin-left: 8px;
    margin-top: 9px;
  }
  .project-case .list li a img {
    width: 100%;
    height: 17.69vw;
  }
  .project-case .right .list2 {
    width: 48.4vw;
    display: flex;
    flex-wrap: wrap;
  }
  #certify .swiper-slide {
    width: 234px;
    height: 391px;
    background: #fff;
  }
  #certify {
    position: relative;
    width: 90vw !important;
  }
  .w1440 {
    width: 85vw !important;
  }
  .about-us .about-content .left img {
    width: 44.4vw;
    height: 30.5vw;
  }
  .about-us .about-content .right {
    width: 47.5vw;
    height: 25.38vw;
  }
  .product-center .p-list ul li {
    width: 23.2%;
  }
  .partner .bd {
    width: 70vw;
    margin: 46px auto 0;
  }
  .partner .bd li {
    text-align: center;
    width: 13.1vw !important;
    margin-right: 0.88vw;
    height: 4.86vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #efefef;
  }
}
@media screen and (max-width: 1370px) {
  #certify .swiper-slide {
    width: 228px;
    height: 391px;
    background: #fff;
  }
  .recommond .r-list .bd li {
    width: 13.8vw !important;
  }
  .recommond .r-list .bd li img {
    width: 13.8vw !important;
    height: 11.5vw !important;
  }
}
@media screen and (max-width: 1380px) {
  .project-case {
    margin-top: 200px;
  }
  .project-case .right .list2 li {
    width: 23.2vw !important;
  }
  #certify .swiper-slide {
    width: 220px;
    height: 391px;
    background: #fff;
  }
  .product-center .p-list ul li {
    width: 23.2%;
  }
}
