* {
  margin: 0;
  padding: 0;
}
body {
  color: #333333;
  font-size: 14px;
  background: #fff;
  overflow-x: hidden;
  width: 100%;
  max-width: 2560px;
  margin: 0 auto;
  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;
}
.dec {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.overflow3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.wrap {
  width: 1300px;
  margin: 0 auto;
}
.top {
  background: #fff;
  width: 100%;
}
.top .welcome {
  width: 100%;
  height: 42px;
  background: #e5f2f8;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.top .welcome .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 42px;
}
.top .welcome .left {
  font-size: 14px;
  color: #666666;
}
.top .welcome .right {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #ffffff;
  padding-left: 90px;
  background: #0db8f8;
  height: 100%;
  position: relative;
}
.top .welcome .right::before {
  content: '';
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 42px solid transparent;
  border-right: 20px solid #0db8f8;
}
.top .welcome .right::after {
  content: '';
  background: #0db8f8;
  width: 1000px;
  position: absolute;
  right: 0;
  height: 100%;
  transform: rotateY(180deg);
  transform-origin: right 0;
}
.top .welcome .right img {
  margin-right: 10px;
}
.top .welcome .right .num {
  font-size: 20px;
  color: #ffea00;
  font-weight: 700;
}
.top .welcome .right .num.num1 {
  margin-right: 20px;
}
.top .head {
  height: 120px;
  color: #333;
}
.top .head .h-tips {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 130px;
  width: 100%;
}
.top .head .h-tips .search {
  width: 584px;
  height: 50px;
  background: #ffffff;
  border-radius: 25px;
  border: 1px solid #1eaae3;
  position: relative;
}
.top .head .h-tips .search input {
  width: 400px;
  padding-left: 15px;
  height: 46px;
  border-radius: 18px;
  border: none;
  margin-left: 5px;
  outline: none;
}
.top .head .h-tips .search .btn {
  width: 112px;
  height: 36px;
  line-height: 36px;
  background: #0db8f8;
  border-radius: 18px;
  display: flex;
  align-items: center;
  color: #fff;
  justify-content: center;
  font-size: 16px;
  color: #ffffff;
  position: absolute;
  right: 7px;
  top: 7px;
}
.top .head .h-tips .search .btn .iconfont {
  font-size: 22px;
  margin-right: 10px;
}
.top .head .h-tips .wx-qq {
  display: flex;
}
.top .head .h-tips .wx-qq .wx-list,
.top .head .h-tips .wx-qq .qq-list {
  position: relative;
  z-index: 1000;
}
.top .head .h-tips .wx-qq .wx-list:hover .img-list,
.top .head .h-tips .wx-qq .qq-list:hover .img-list {
  display: flex;
}
.top .head .h-tips .wx-qq .wx-list .wx,
.top .head .h-tips .wx-qq .qq-list .wx,
.top .head .h-tips .wx-qq .wx-list .qq,
.top .head .h-tips .wx-qq .qq-list .qq {
  display: flex;
  align-items: center;
}
.top .head .h-tips .wx-qq .wx-list .wx img,
.top .head .h-tips .wx-qq .qq-list .wx img,
.top .head .h-tips .wx-qq .wx-list .qq img,
.top .head .h-tips .wx-qq .qq-list .qq img {
  margin-right: 5px;
}
.top .head .h-tips .wx-qq .wx-list .qq,
.top .head .h-tips .wx-qq .qq-list .qq {
  margin-right: 20px;
}
.top .head .h-tips .wx-qq .wx-list .img-list,
.top .head .h-tips .wx-qq .qq-list .img-list {
  position: absolute;
  display: none;
  top: 42px;
  right: 0;
  background: #fff;
  box-shadow: 0px 6px 30px 0px rgba(214, 213, 213, 0.83);
  padding: 10px;
  z-index: 1000;
}
.top .head .h-tips .wx-qq .wx-list .img-list img,
.top .head .h-tips .wx-qq .qq-list .img-list img {
  width: 100px;
  height: 100%;
  margin-left: 5px;
}
.top .nav {
  display: flex;
  height: 50px;
  background: #f8f8f8;
}
.top .nav .navbar {
  display: flex;
  height: 100%;
}
.top .nav li {
  position: relative;
}
.top .nav li.on .tit {
  background: #e5f2f8;
  font-weight: 700;
  color: #0db8f8;
  border-bottom: 4px solid #0db8f8;
  box-sizing: border-box;
}
.top .nav li:hover .tit {
  background: #e5f2f8;
  font-weight: 700;
  color: #0db8f8;
}
.top .nav li:hover .sub {
  display: block;
}
.top .nav li:hover::before {
  height: 100%;
}
.top .nav .tit {
  font-size: 18px;
  color: #2d2d2d;
  height: 100%;
  margin: 0 15px;
  position: relative;
  z-index: 2;
  display: flex;
  min-width: 130px;
  align-items: center;
  justify-content: center;
}
.top .nav .sub {
  position: absolute;
  padding-top: 4px;
  left: 50%;
  width: 191px;
  transition: all 0.3s linear;
  overflow: hidden;
  z-index: 10000;
  display: none;
  transform: translateX(-50%);
}
.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: #0db8f8;
  font-weight: 700;
  color: #fff;
}
.com-tit p:nth-child(1) {
  font-weight: bold;
  font-size: 36px;
  color: #333333;
}
.com-tit p:nth-child(2) {
  font-size: 20px;
  color: #c6c6c6;
}
.hot-product,
.feature-product {
  margin-top: 55px;
}
.hot-product .classify,
.feature-product .classify {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hot-product .classify .tit .cn,
.feature-product .classify .tit .cn {
  font-weight: bold;
  font-size: 28px;
  color: #333333;
  margin-left: 10px;
}
.hot-product .classify .tit .en,
.feature-product .classify .tit .en {
  font-size: 20px;
  color: #d4d4d4;
  margin-left: 10px;
}
.hot-product .classify .line,
.feature-product .classify .line {
  width: 400px;
  height: 1px;
  background: #d6d6d6;
}
.hot-product .classify .c-list,
.feature-product .classify .c-list {
  display: flex;
  align-items: center;
}
.hot-product .classify .c-list ul,
.feature-product .classify .c-list ul {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #333333;
}
.hot-product .classify .c-list ul li,
.feature-product .classify .c-list ul li {
  margin-left: 15px;
  min-width: 110px;
  box-sizing: border-box;
  padding: 0 20px;
}
.hot-product .classify .c-list ul li a,
.feature-product .classify .c-list ul li a {
  color: #333333;
}
.hot-product .classify .c-list ul li.on,
.feature-product .classify .c-list ul li.on,
.hot-product .classify .c-list ul li:hover,
.feature-product .classify .c-list ul li:hover {
  height: 32px;
  background: #0db8f8;
  border-radius: 16px;
  text-align: center;
  line-height: 32px;
}
.hot-product .classify .c-list ul li.on a,
.feature-product .classify .c-list ul li.on a,
.hot-product .classify .c-list ul li:hover a,
.feature-product .classify .c-list ul li:hover a {
  color: #fff;
}
.hot-product .classify .c-list .more,
.feature-product .classify .c-list .more {
  font-size: 14px;
  line-height: 20px;
  margin-left: 30px;
}
.hot-product .classify .c-list .more:hover a,
.feature-product .classify .c-list .more:hover a {
  color: #0db8f8;
}
.index-com-tit .more:hover a {
  color: #0db8f8;
}
.hot-product .classify .c-list .more a,
.feature-product .classify .c-list .more a {
  color: #999999;
}
.hot-product .list,
.feature-product .list {
  margin-top: -10px;
}
.hot-product .list ul,
.feature-product .list ul {
  display: flex;
  flex-wrap: wrap;
}
.hot-product .list ul li,
.feature-product .list ul li {
  width: calc(20% - 16px);
  margin-right: 20px;
  margin-top: 55px;
  position: relative;
}
.hot-product .list ul li:hover .img,
.feature-product .list ul li:hover .img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.hot-product .list ul li:hover .text p:nth-child(1),
.feature-product .list ul li:hover .text p:nth-child(1) {
  font-weight: bold;
  color: #1eaae3;
}
.hot-product .list ul li:hover .text p:nth-child(3),
.feature-product .list ul li:hover .text p:nth-child(3) {
  background: #ffc70c;
  color: #333;
}
.hot-product .list ul li .rec,
.feature-product .list ul li .rec {
  width: 42px;
  height: 22px;
  background: #ff6600;
  color: #ffffff;
  position: absolute;
  text-align: center;
  left: 0;
  top: 0;
  z-index: 100;
}
.hot-product .list ul li:nth-child(5n),
.feature-product .list ul li:nth-child(5n) {
  margin-right: 0;
}
.hot-product .list ul li a,
.feature-product .list ul li a {
  width: 100%;
  display: block;
}
.hot-product .list ul li a .img-wrap,
.feature-product .list ul li a .img-wrap {
  width: 100%;
  overflow: hidden;
}
.hot-product .list ul li a .img-wrap .img,
.feature-product .list ul li a .img-wrap .img {
  width: 100%;
}
.hot-product .list ul li a .img-wrap .img::after,
.feature-product .list ul li a .img-wrap .img::after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 70%;
}
.hot-product .list ul li a .text,
.feature-product .list ul li a .text {
  margin-top: 20x;
}
.hot-product .list ul li a .text p:nth-child(1),
.feature-product .list ul li a .text p:nth-child(1) {
  font-size: 15px;
  color: #333333;
  line-height: 24px;
  margin-top: 20px;
  height: 45px;
}
.hot-product .list ul li a .text p:nth-child(2),
.feature-product .list ul li a .text p:nth-child(2) {
  font-size: 14px;
  color: #888888;
  line-height: 24px;
  margin: 15px 0;
}
.hot-product .list ul li a .text p:nth-child(3),
.feature-product .list ul li a .text p:nth-child(3) {
  width: 100%;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  background: #0db8f8;
}
.feature-product {
  background: #f7f7f7;
  padding: 70px 0;
  position: relative;
}
.feature-product .p-conts {
  margin-top: 35px;
  display: flex;
}
.feature-product .p-conts .left {
  width: 184px;
  height: 396px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.feature-product .p-conts .left ul li {
  width: calc(100% - 10px);
  margin: 12px 0;
  height: 51px;
  margin-left: 10px;
  line-height: 51px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
.feature-product .p-conts .left ul li:hover,
.feature-product .p-conts .left ul li.on {
  background: #fff;
}
.feature-product .p-conts .left ul li:hover a,
.feature-product .p-conts .left ul li.on a {
  color: #333;
}
.feature-product .p-conts .left ul li a {
  color: #ffffff;
}
.feature-product .p-conts .right {
  width: calc(100% - 184px);
  padding: 35px;
  box-sizing: border-box;
  background: #fff;
}
.feature-product .p-conts .right .list {
  overflow: hidden;
  margin-top: 0;
}
.feature-product .p-conts .right .list ul {
  display: flex;
  flex-wrap: nowrap;
}
.feature-product .p-conts .right .list ul li {
  width: calc(20% - 16px);
  margin-right: 20px;
  position: relative;
  margin-top: 0;
}
.feature-product .p-conts .right .list ul li:hover .img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.feature-product .p-conts .right .list ul li:hover .text p:nth-child(1) {
  font-weight: bold;
  color: #1eaae3;
}
.feature-product .p-conts .right .list ul li:hover .text p:nth-child(2) {
  background: #ffc70c;
  color: #333;
}
.feature-product .p-conts .right .list ul li a {
  width: 100%;
  display: block;
}
.feature-product .p-conts .right .list ul li a .img-wrap {
  width: 100%;
  overflow: hidden;
}
.feature-product .p-conts .right .list ul li a .img-wrap .img {
  width: 100%;
}
.feature-product .p-conts .right .list ul li a .img-wrap .img::after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 70%;
}
.feature-product .p-conts .right .list ul li a .text {
  margin-top: 20x;
}
.feature-product .p-conts .right .list ul li a .text p:nth-child(1) {
  font-size: 15px;
  color: #333333;
  line-height: 24px;
  margin-top: 20px;
}
.feature-product .p-conts .right .list ul li a .text p:nth-child(2) {
  width: 100%;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  background: #0db8f8;
}
.feature-product .p-conts .right .swiper-pagination {
  margin-top: 5px;
  left: 50%;
  transform: translateX(-50%);
}
.feature-product .p-conts .right .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 6px;
}
.feature-product
  .p-conts
  .right
  .swiper-pagination
  .swiper-pagination-bullet-active {
  background: #0aace9;
}
.feature-product .bottom-img {
  position: absolute;
  right: 0;
  bottom: 0;
}
.middle-banner {
  width: 100%;
}
.middle-banner img {
  width: 100%;
  height: auto;
}
.index-com-tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-com-tit .tit .cn {
  font-weight: bold;
  font-size: 28px;
  color: #333333;
  margin-left: 10px;
}
.index-com-tit .tit .en {
  font-size: 20px;
  color: #d4d4d4;
  margin-left: 10px;
}
.index-com-tit .more {
  font-size: 14px;
  line-height: 20px;
  margin-left: 30px;
}
.index-com-tit .more a {
  color: #999999;
}
.service {
  margin-top: 70px;
  margin-bottom: 75px;
}
.service .list ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}
.service .list ul li {
  margin-right: 50px;
  width: calc(50% - 25px);
  margin-top: 30px;
}
.service .list ul li:hover img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.service .list ul li:hover .text p:nth-child(1) {
  color: #0db8f8;
  font-weight: 700;
}
.service .list ul li a {
  display: flex;
  align-items: center;
}
.service .list ul li:nth-child(2n) {
  margin-right: 0;
}
.service .list ul li .img-wrap {
  width: 49.5%;
  height: 196px;
  overflow: hidden;
}
.service .list ul li .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service .list ul li .text {
  width: calc(50.5% - 35px);
  margin-left: 35px;
}
.service .list ul li .text p:nth-child(1) {
  font-size: 18px;
  color: #333333;
}
.service .list ul li .text p:nth-child(2) {
  font-size: 14px;
  color: #777777;
  line-height: 24px;
  margin: 22px 0;
}
.service .list ul li .text p:nth-child(3) {
  width: 40px;
  height: 40px;
  background: #0db8f8;
  text-align: center;
  line-height: 35px;
  font-size: 40px;
  color: #fff;
}
.index-new {
  padding-top: 65px;
  padding-bottom: 75px;
  background: #f6f6f6;
}
.index-new .cont {
  margin-top: 40px;
  display: flex;
}
.index-new .cont .left {
  width: 43.3%;
}
.index-new .cont .left .img {
  width: 100%;
  height: 341px;
}
.index-new .cont .left .img img {
  width: 100%;
  height: 100%;
}
.index-new .cont .left .text {
  height: 66px;
  line-height: 66px;
  padding-left: 26px;
  color: #333;
  background: #fff;
}
.index-new .cont .right {
  width: calc(56.7% - 60px);
  margin-left: 60px;
}
.index-new .cont .right .rec:hover .t {
  color: #0aace9 !important;
  font-weight: 700;
}
.index-new .cont .right .rec .tit {
  display: flex;
  justify-content: space-between;
}
.index-new .cont .right .rec .tit span {
  display: block;
}
.index-new .cont .right .rec .tit span i {
  width: 8px;
  height: 8px;
  background: #1eaae3;
  display: block;
  margin-right: 10px;
}
.index-new .cont .right .rec .tit span.t {
  width: 80%;
  font-size: 15px;
  color: #333333;
  line-height: 20px;
  display: flex;
  align-items: center;
}
.index-new .cont .right .rec .tit span.time {
  font-size: 14px;
  color: #999999;
}
.index-new .cont .right .rec .desc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 28px;
}
.index-new .cont .right .rec .desc .tx {
  width: 85%;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}
.index-new .cont .right .rec .desc .more {
  width: 40px;
  height: 40px;
  background: #0db8f8;
  text-align: center;
  line-height: 35px;
  font-size: 40px;
  color: #fff;
}
.index-new .cont .right .list {
  margin-top: 30px;
}
.index-new .cont .right .list li {
  border-top: 1px dashed #dcdcdc;
}
.index-new .cont .right .list li:hover .t {
  color: #0aace9 !important;
  font-weight: 700;
}
.index-new .cont .right .list li .tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 44px;
  line-height: 44px;
}
.index-new .cont .right .list li .tit span {
  display: block;
}
.index-new .cont .right .list li .tit span i {
  width: 8px;
  height: 8px;
  background: #1eaae3;
  display: block;
  margin-right: 10px;
}
.index-new .cont .right .list li .tit span.t {
  width: 80%;
  font-size: 15px;
  color: #333333;
  line-height: 20px;
  display: flex;
  align-items: center;
}
.index-new .cont .right .list li .tit span.time {
  font-size: 14px;
  color: #999999;
}
.common-left {
  width: 210px;
  float: left;
  box-sizing: border-box;
  margin-right: 30px;
}
.common-left .nav-list {
  background: #f8f8f8;
  overflow: hidden;
  padding: 30px 20px;
}
.common-left .nav-list > ul .li {
  width: 100%;
  position: relative;
  padding: 15px 0;
  border-bottom: 1px solid #d0d7dc;
}
.common-left .nav-list > ul .li:nth-last-child(1) {
  border-bottom: none;
}
.common-left .nav-list > ul .li:nth-child(1) {
  margin-top: 0;
}
.common-left .nav-list > ul .li a {
  display: block;
  width: 100%;
  line-height: 36px;
  box-sizing: border-box;
  font-size: 16px;
  color: #333333;
  position: relative;
}
.common-left .nav-list > ul .li a .tit {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #224491;
  font-weight: 700;
}
.common-left .nav-list > ul .li a .tit img {
  margin-right: 14px;
}
.common-left .nav-list > ul .li a .iconfont {
  font-size: 14px;
  position: absolute;
  right: 26px;
  top: 0;
  z-index: 10000;
}
.common-left .nav-list > ul .li a .icon-jianhao_o {
  display: none;
}
.common-left .nav-list > ul .li a {
  color: #333333;
}
.common-left .nav-list > ul .li .sub {
  background: #f8f8f8;
}
.common-left .nav-list > ul .li .sub li {
  line-height: 36px;
  position: relative;
  padding-left: 34px;
  margin: 6px 0;
}
.common-left .nav-list > ul .li .sub li a {
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  color: #555555;
  width: 135px;
  position: relative;
  z-index: 10;
}
.common-left .nav-list > ul .li .sub li .iconfont {
  font-weight: 700;
  font-size: 16px;
}
.common-left .nav-list > ul .li .sub li {
  position: relative;
}
.common-left .nav-list > ul .li .sub li:hover,
.common-left .nav-list > ul .li .sub li.active {
  background: #eaf9fe;
}
.common-left .nav-list > ul .li .sub li:hover::after,
.common-left .nav-list > ul .li .sub li.active::after {
  width: 130%;
  content: '';
  display: block;
  height: 30px;
  position: absolute;
  left: 0;
  top: 0;
  background: #eaf9fe;
  left: -25px;
  z-index: 1;
}
.common-left .nav-list > ul .li .sub li:hover a,
.common-left .nav-list > ul .li .sub li.active a {
  color: #0db8f8;
}
.common-left .contact-us {
  width: 100%;
  height: 377px;
  padding: 20px;
  box-sizing: border-box;
  margin-top: 30px;
  background: url(../images/contact.png) no-repeat bottom center;
  border: 1px solid #e5e5e5;
}
.common-left .contact-us .tit p:nth-child(1) {
  font-weight: bold;
  font-size: 30px;
  color: #eff2f8;
  line-height: 30px;
}
.common-left .contact-us .tit p:nth-child(2) {
  font-weight: bold;
  font-size: 18px;
  color: #224491;
  margin-top: -10px;
  text-align: center;
}
.common-left .contact-us .tx {
  font-size: 13px;
  color: #555555;
  line-height: 30px;
  margin-top: 10px;
}
.common-right {
  float: left;
  width: calc(100% - 240px);
}
.common-right .common-title {
  margin-top: 35px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.common-right .common-title img {
  font-size: 16px;
  margin-right: 10px;
}
.common-right .common-title a {
  font-size: 14px;
  color: #888888;
}
.common-right .common-title a.active {
  color: #00478e;
}
.common-right table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  margin-top: 35px;
}
.common-right th,
.common-right td {
  text-align: left;
  text-align: center;
  color: #555555;
  font-size: 13px;
  line-height: 25px;
}
.common-right td {
  padding: 15px 0;
}
.common-right th:nth-child(1),
.common-right td:nth-child(1) {
  width: 42%;
  padding-left: 20px;
}
.common-right th:nth-child(2),
.common-right td:nth-child(2) {
  width: 16%;
}
.common-right th:nth-child(3),
.common-right td:nth-child(3) {
  width: 16%;
}
.common-right th:nth-child(4),
.common-right td:nth-child(4) {
  width: 15%;
  padding-right: 20px;
}
.common-right th {
  background-color: #0db8f8;
  color: white;
  height: 52px;
  font-weight: bold;
  font-size: 18px;
}
.common-right tbody tr {
  min-height: 124px;
  /* padding: 30px 40px; */
}
.common-right tbody tr:nth-child(2n) {
  background: #f8f8f8;
}
.common-right .details-button {
  background-color: #00b3ff;
  color: white;
  width: 78px;
  height: 40px;
  background: #0db8f8;
  border-radius: 20px;
  border: none;
  font-size: 14px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.common-right .details-button {
  color: #fff;
}
.ny-product {
  margin-bottom: 80px;
}
.ny-product .list ul {
  display: flex;
  flex-wrap: wrap;
}
.ny-product .list ul li {
  width: 290px;
  margin-top: 40px;
  margin-right: 20px;
  box-sizing: border-box;
  background: #ffffff;
}
.ny-product .list ul li:nth-child(3n) {
  margin-right: 0;
}
.ny-product .list ul li:hover .img-wrap {
  border: none;
}
.ny-product .list ul li:hover .img {
  transform: rotateY(180deg);
  transition: all 0.3s;
}
.ny-product .list ul li:hover .text {
  color: #fff !important;
  border: 1px solid #0db8f8;
  background: #0db8f8;
  border-top: none;
}
.ny-product .list ul li:hover .text span:nth-child(2) {
  background: #fff !important;
  color: #1346ba !important;
}
.ny-product .list ul li:nth-of-type(3n) {
  margin-right: 0;
}
.ny-product .list ul li .img-wrap {
  box-sizing: border-box;
  overflow: hidden;
  padding-bottom: 0;
}
.ny-product .list ul li .img-wrap .img {
  width: 100%;
  height: 190px;
}
.ny-product .list ul li .text {
  width: 100%;
  height: 48px;
  line-height: 48px;
  position: relative;
  z-index: 1000;
  font-size: 16px;
  color: #333333;
  padding: 0 1.35vw;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #f4f4f4;
  border-top: none;
}
.ny-product .list ul li .text span:nth-child(1) {
  display: block;
  width: 85%;
}
.ny-product .list ul li .text span:nth-child(2) {
  font-size: 20px;
  color: #867a7a;
  width: 29px;
  height: 29px;
  background: #e6e6e6;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ny-proDetail .pro .top-cont {
  display: flex;
  margin-top: 40px;
}
.ny-proDetail .pro .top-cont .left-img {
  width: 295px;
  height: 238px;
}
.ny-proDetail .pro .top-cont .left-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ny-proDetail .pro .top-cont .right {
  line-height: 30px;
  margin-left: 45px;
  width: calc(100% - 330px);
}
.ny-proDetail .pro .top-cont .right .tit .cn {
  font-size: 18px;
  color: #555555;
  font-weight: 700;
}
.ny-proDetail .pro .top-cont .right .tit .en {
  font-size: 14px;
  color: #555;
  margin-top: 10px;
}
.ny-proDetail .pro .top-cont .right .other {
  margin-top: 15px;
}
.ny-proDetail .pro .top-cont .right .other ul {
  display: flex;
  flex-wrap: wrap;
}
.ny-proDetail .pro .top-cont .right .other ul li {
  width: 50%;
  font-size: 14px;
  color: #555555;
  line-height: 30px;
}
.ny-proDetail .pro .top-cont .right .other ul li span {
  font-weight: 700;
}
.ny-proDetail .pro .top-cont .right .contact-btn {
  width: 144px;
  height: 40px;
  line-height: 40px;
  background: #ff9c00;
  border-radius: 20px;
  font-size: 14px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
}
.ny-proDetail .pro .top-cont .right .contact-btn a {
  color: #fff;
}
.ny-proDetail .pro .top-cont .right .contact-btn .iconfont {
  color: #fff;
  font-size: 25px;
  margin-right: 12px;
}
.ny-proDetail .pro .pro-detail {
  margin-top: 50px;
}
.ny-proDetail .pro .pro-detail .calssify {
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  background: #0db8f8;
}
.ny-proDetail .pro .pro-detail .calssify ul {
  display: flex;
}
.ny-proDetail .pro .pro-detail .calssify ul li {
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  margin-right: 100px;
}
.ny-proDetail .pro .pro-detail .cont {
  margin-top: 30px;
}
.ny-proDetail .pro .pro-detail .cont img {
  max-width: 100%;
}
.ny-proDetail .pro .pro-detail .other {
  margin-top: 40px;
}
.ny-proDetail .pro .pro-detail .other span {
  color: #0db8f8;
  font-weight: 700;
}
.ny-proDetail .pro .pro-detail .other li {
  line-height: 30px;
}
.ny-proDetail .pro .pro-detail .other li:hover a {
  color: #0db8f8;
}
.ny-proDetail .forms {
  background-color: #f7f7f7;
  padding: 2rem;
  margin-top: 40px;
  margin-bottom: 80px;
}
.ny-proDetail .forms h2 {
  color: #333333;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 0.5em;
  border-bottom: 3px solid #0db8f8;
  display: block;
}
.ny-proDetail .forms form .field {
  display: flex;
  align-items: flex-start;
  line-height: 46px;
  margin-top: 1.5rem;
}
.ny-proDetail .forms form .field label {
  color: #333333;
  font-size: 14px;
  width: 100px;
}
.ny-proDetail .forms form .field label span {
  color: red;
  margin-right: 0.5em;
}
.ny-proDetail .forms form .field p {
  color: #888888;
  font-size: 14px;
  margin-left: 1em;
}
.ny-proDetail .forms form .field input {
  background-color: #fff;
  line-height: 46px;
  border: none;
  flex: 1;
  padding: 0 1em;
  outline: none;
}
.ny-proDetail .forms form .field textarea {
  background-color: #fff;
  line-height: 46px;
  border: none;
  flex: 1;
  padding: 0 1em;
}
.ny-proDetail .forms form button {
  color: #fff;
  font-size: 1rem;
  padding: 1rem 5rem;
  background-color: #0db8f8;
  border: none;
  margin-top: 1.5rem;
}
.ny-news {
  margin-bottom: 80px;
  margin-top: 56px;
}
.ny-news .list ul li {
  padding: 30px 0;
  border-bottom: 1px solid #e6e6e6;
}
.ny-news .list ul li:hover .tit span:nth-child(1) {
  color: #0aace9;
}
.ny-news .list ul li .tit {
  display: flex;
  justify-content: space-between;
}
.ny-news .list ul li .tit span:nth-child(1) {
  width: 80%;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
}
.ny-news .list ul li .tit span:nth-child(2) {
  font-size: 28px;
  color: #d0d0d0;
  line-height: 30px;
}
.ny-news .list ul li .dec {
  font-size: 13px;
  color: #555555;
  line-height: 30px;
  margin-top: 15px;
}
.ny-search {
  margin-bottom: 80px;
  margin-top: 56px;
}
.ny-search .list {
  margin-top: 20px;
}
.ny-search .list ul li {
  padding: 15px 0;
  border-bottom: 1px dashed #e6e6e6;
}
.ny-search .list ul li:hover .tit span:nth-child(1) {
  color: #0aace9;
}
.ny-search .list ul li .tit {
  display: flex;
  justify-content: space-between;
}
.ny-search .list ul li .tit span:nth-child(1) {
  width: 80%;
  font-weight: bold;
  font-size: 14px;
  color: #333;
}
.ny-search .list ul li .tit span:nth-child(2) {
  font-size: 14px;
  color: #d0d0d0;
  line-height: 30px;
}
.ny-download th,
.ny-download td {
  text-align: left;
  text-align: center;
  line-height: 25px;
}
.ny-download th:nth-child(1),
.ny-download td:nth-child(1) {
  width: 36%;
  padding-left: 20px;
}
.ny-download th:nth-child(2),
.ny-download td:nth-child(2) {
  width: 22%;
}
.ny-download th:nth-child(3),
.ny-download td:nth-child(3) {
  width: 22%;
}
.ny-download th:nth-child(4),
.ny-download td:nth-child(4) {
  width: 14%;
  padding-right: 20px;
}
.ny-download tbody tr {
  height: 68px;
}
.ny-download tbody tr:hover td:nth-child(1) {
  color: #00b3ff;
}
.ny-download td:nth-child(1) {
  font-weight: bold;
  font-size: 16px;
  color: #555555;
}
.ny-download .details-button {
  background-color: #00b3ff;
  color: white;
  width: 117px;
  height: 40px;
  background: #0db8f8;
  border-radius: 20px;
  border: none;
  font-size: 14px;
  color: #ffffff;
}
.ny-download .details-button .iconfont {
  font-size: 20px;
  margin-right: 8px;
}
.right-float {
  width: 110px;
  padding: 14px 0;
  background: #f2f9fb;
  border-radius: 16px;
  border: 1px solid #d6e7ed;
  position: fixed;
  left: 1%;
  top: 50%;
  z-index: 1000;
  transform: translateY(-50%);
}
.right-float .wx .tip,
.right-float .qq .tip {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #333333;
}
.right-float .wx .tip img,
.right-float .qq .tip img {
  max-width: 35px;
}
.right-float .wx .img-list,
.right-float .qq .img-list {
  margin-top: 11px;
}
.right-float .wx .img-list li,
.right-float .qq .img-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 7px;
}
.right-float .wx .img-list img,
.right-float .qq .img-list img {
  width: 80px;
  height: 80px;
  display: block;
}
.right-float .qq {
  margin-top: 10px;
}
.right-float .tel {
  width: 120px;
  height: 112px;
  position: relative;
  left: -6px;
  background: url('../images/float_07.png') no-repeat 0px 0px;
  margin-top: 10px;
}
.right-float .tel .tip {
  font-size: 15px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 12px;
}
.right-float .tel .tip img {
  margin-right: 8px;
}
.right-float .tel .tel-num p {
  font-weight: bold;
  font-size: 15px;
  color: #ffffff;
  margin-top: 6px;
  text-align: center;
}
.footer .f-top ul {
  display: flex;
  justify-content: space-between;
  height: 111px;
}
.footer .f-top ul li {
  display: flex;
  align-items: center;
  font-size: 22px;
  color: #ffffff;
  line-height: 20px;
  text-shadow: 3px 4px 24px rgba(255, 255, 255, 0.52);
}
.footer .f-top ul li img {
  width: 45px;
  height: 45px;
  margin-right: 10px;
}
.footer .f-middle {
  background: #2b323a;
  padding: 65px 0;
}
.footer .f-middle .wrap {
  display: flex;
  justify-content: space-between;
}
.footer .f-middle .wrap .left .tel {
  display: flex;
}
.footer .f-middle .wrap .left .tel img {
  width: 51px;
  height: 51px;
}
.footer .f-middle .wrap .left .tel .tx {
  margin-left: 15px;
}
.footer .f-middle .wrap .left .tel .tx p:nth-child(1) {
  font-size: 14px;
  color: #dcdcdc;
}
.footer .f-middle .wrap .left .tel .tx p:nth-child(2) {
  font-size: 22px;
  color: #00baff;
  font-weight: 700;
  margin-top: 5px;
}
.footer .f-middle .wrap .left .contact {
  font-size: 16px;
  color: #ffffff;
  line-height: 36px;
  margin-top: 25px;
}
.footer .f-middle .wrap .middle ul {
  display: flex;
}
.footer .f-middle .wrap .middle ul li {
  margin: 0 45px;
}
.footer .f-middle .wrap .middle ul li .tit {
  margin-top: 10px;
}
.footer .f-middle .wrap .middle ul li .tit a {
  color: #fff;
}
.footer .f-middle .wrap .middle ul li .sub {
  margin-top: 18px;
}
.footer .f-middle .wrap .middle ul li .sub a {
  display: block;
  line-height: 30px;
  color: #b0b0b0;
}
.footer .f-middle .wrap .right {
  width: 159px;
  height: 219px;
  background: #ffffff;
  border-radius: 5px;
  padding: 15px;
  box-sizing: border-box;
}
.footer .f-middle .wrap .right img {
  width: 130px;
  height: 130px;
}
.footer .f-middle .wrap .right .tx {
  font-size: 14px;
  color: #666666;
  text-align: center;
  margin-top: 10px;
}
.copy {
  width: 100%;
  height: 110px;
  background: #2b323a;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.copy .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.copy .wrap .links {
  display: flex;
  align-items: center;
}
.copy .wrap .links span {
  color: #0db8f8;
}
.copy .wrap .links a {
  color: #a2a2a2;
  margin-right: 20px;
}
.copy .wrap .links a:hover {
  color: #0aace9;
}
.copy .wrap .right {
  font-size: 14px;
  color: #888888;
}
.copy .wrap .right a {
  color: #888888;
}
.ny-banner {
  position: relative;
}
.ny-banner .tx {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.ny-banner .tx p:nth-child(1) {
  font-weight: bold;
  font-size: 36px;
  color: #ffffff;
}
.ny-banner .tx p:nth-child(2) {
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 20px;
}
.ny-banner img {
  width: 100%;
  display: block;
}
.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.banner .wrap {
  height: 55px;
  position: absolute;
  bottom: 42px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10000;
  font-size: 34px;
  font-weight: 700;
  display: flex;
  align-items: flex-end;
}
.banner .swiper-paginations {
  color: #fff;
}
.banner .swiper-paginations .swiper-pagination-total,
.banner .swiper-paginations .sg,
.banner .swiper-paginations .num {
  color: #fff;
  font-size: 16px;
  position: relative;
  top: -3px;
}
.banner .swiper-paginations .num {
  margin-left: -5px;
}
.banner .bd li {
  position: relative;
}
.banner .bd img {
  width: 100%;
  height: auto;
}
.banner .hd {
  text-align: center;
  position: absolute;
  bottom: 26px;
  width: 100%;
}
.banner .hd ul {
  width: 100%;
  text-align: center;
}
.banner .hd li {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 3px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.4);
}
.banner .hd li.on {
  background: #1faae3;
}
.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;
}
.com-tit {
  text-align: center;
}
.com-tit .e-tit {
  font-size: 46px;
  color: #dcdcdc;
}
.com-tit .tit {
  font-size: 36px;
  font-weight: 300;
  color: #333333;
}
.ny-contact {
  margin-bottom: 80px;
  margin-top: 56px;
}
.ny-contact .tops {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.ny-contact .tops .content {
  margin-top: -5px;
  margin-right: 38px;
}
.ny-contact .tops .content .line {
  width: 16px;
  height: 1px;
  background: #ededed;
}
.ny-contact .tops .content .text {
  width: 294px;
  font-size: 14px;
  color: #2a2c27;
  line-height: 33px;
}
.ny-contact .tops .content .text p {
  font-size: 18px;
  font-weight: bold;
  color: #0db8f8;
  margin-bottom: 10px;
}
.ny-contact .tops .content .erwer {
  display: flex;
  margin-top: 20px;
}
.ny-contact .tops .content .erwer > div {
  text-align: center;
}
.ny-contact .tops .content .erwer > div:nth-child(1) {
  margin-right: 25px;
}
.ny-contact .tops .content .erwer img {
  width: 132px;
  height: 132px;
}
.ny-contact .message {
  margin-top: 40px;
}
.ny-contact .message .tit h3 {
  font-size: 23px;
  font-weight: 700;
  color: #030303;
}
.ny-contact .message .tit p {
  color: #999999;
}
.ny-contact .message .input {
  display: flex;
  margin-top: 15px;
}
.ny-contact .message .input > div {
  width: 439px;
}
.ny-contact .message .input > div input {
  width: 439px;
  height: 100%;
  border: none;
  outline: none;
  border: 1px solid #eeeeee;
  box-shadow: 0px 4px 32px 0px rgba(237, 237, 237, 0.55);
  margin-top: 14px;
  background: #ffffff;
  height: 45px;
  padding-left: 15px;
  box-sizing: border-box;
}
.ny-contact .message .input > div:nth-child(1),
.ny-contact .message .input > div:nth-child(2) {
  margin-right: 30px;
}
.ny-contact .message .input > div span {
  display: block;
  font-size: 14px;
  color: #bcbcbc;
}
.ny-contact .message .input > div span i {
  color: #ff0000;
  margin-left: 3px;
}
.ny-contact .message .text-area {
  margin-top: 15px;
  width: 100%;
  height: 143px;
  box-sizing: border-box;
}
.ny-contact .message .text-area span {
  display: block;
  font-size: 14px;
  color: #bcbcbc;
}
.ny-contact .message .text-area textarea {
  width: 100%;
  height: 100%;
  background: #ffffff;
  box-shadow: 0px 4px 32px 0px rgba(237, 237, 237, 0.55);
  border: none;
  outline: none;
  padding: 15px;
  box-sizing: border-box;
  margin-top: 10px;
  border: 1px solid #eeeeee;
}
.ny-contact .message .btn-group {
  display: flex;
  margin-top: 70px;
}
.ny-contact .message .btn {
  width: 138px;
  height: 44px;
  background: #0db8f8;
  line-height: 40px;
  color: #fff;
  text-align: center;
}
.ny-contact .message .reset {
  width: 134px;
  height: 40px;
  background: #f4f4f4;
  line-height: 40px;
  color: #999999;
  text-align: center;
  margin-left: 26px;
}
.ny-page,
.ny-detail {
  margin-bottom: 80px;
  margin-top: 56px;
}
.ny-page .content,
.ny-detail .content {
  margin-top: 30px;
}
/*悬浮*/
.float {
  width: 60px;
  position: fixed;
  right: 0px;
  transition: all 0.5s;
  top: 50%;
  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: #00a9a2;
}
.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;
  background: #00a9a2;
  font-size: 18px;
  color: #fff;
  z-index: -10;
  line-height: 35px;
  white-space: nowrap;
  padding: 10px 15px;
}
.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: flex;
  background: #fff;
}
.float ul li .wx {
  position: absolute;
  border-radius: 4px;
  right: 65px;
  overflow: hidden;
  top: -15px;
  padding-bottom: 0;
  transition: all 0.5s;
  display: none;
  padding: 5px;
  box-shadow: 0px 6px 30px 0px rgba(214, 213, 213, 0.83);
}
.float ul li .wx img {
  width: 87px;
  height: 87px;
  display: inline-block;
}
.left-float {
  position: fixed;
  left: 0px;
  transition: all 0.5s;
  top: 40%;
  z-index: 100;
}
.left-float ul li {
  width: 150px;
  height: 45px;
  background: #f2f9fb;
  border-radius: 23px;
  border: 1px solid #d6e7ed;
  font-size: 15px;
  color: #333333;
  margin-bottom: 15px;
}
.left-float ul li:hover a {
  color: #00b3ff;
}
.left-float ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
}
.left-float ul li img {
  margin-right: 10px;
}
.ny-detail {
  margin-top: 56px;
  margin-bottom: 80px;
}
.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: #0db8f8;
}
.pages {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 56px 0 0px 0;
  align-items: center;
}
.pages .total {
  font-size: 15px;
  color: #888888;
  line-height: 30px;
}
.paging {
  display: flex;
  justify-content: center;
}
.paging li {
  border-bottom: none !important;
}
.paging li a,
.paging li span {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  box-sizing: border-box;
  color: #000;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.paging li a {
  margin: 0 7px;
}
.paging li a {
  border: 1px solid #dcdcdc;
}
.paging li.active a {
  background: #0db8f8 !important;
  border: 1px solid #0db8f8;
  color: #fff;
}
.paging li a:hover {
  background: #0db8f8;
  color: #fff;
  border: 1px solid #0db8f8;
}
.paging li a:hover span {
  color: #fff;
}
.paging li.prev {
  transform: rotate(180deg);
}
.paging li.prev span {
  font-size: 20px;
  margin-left: 0px;
}
.paging li.prev,
.paging li.next {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 15px;
}
.paging li.prev span,
.paging li.next span {
  font-size: 22px;
  margin-left: 0px;
  color: #555;
}
.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: 1500px) {
  .wrap {
    width: 1200px;
  }
}
