* {
  margin: 0;
  padding: 0;
}
body {
  color: #333333;
  font-size: 14px;
  background: #fff;
  overflow-x: hidden;
  width: 100%;
  font-family: Microsoft YaHei;
  max-width: 1920px;
  margin: 0 auto;
}
.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: 1300px;
}
.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;
}
.overflow5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.banner-head {
  width: 100%;
  overflow: hidden;
}
.head-top {
  background: #fff;
  width: 100%;
}
.head-top .welcome {
  height: 34px;
  background: #f3f3f3;
  font-size: 12px;
  color: #333333;
  line-height: 34px;
}
.head-top .logo-tel {
  height: 108px;
  display: flex;
  justify-content: space-between;
}
.head-top .logo-tel .logo {
  align-items: center;
  display: flex;
}
.head-top .logo-tel .logo .img {
  border-right: 1px solid #eeeeee;
  padding-right: 20px;
  margin-right: 20px;
}
.head-top .logo-tel .text p:nth-child(1) {
  font-size: 16px;
  color: #999999;
}
.head-top .logo-tel .text p:nth-child(2) {
  font-weight: bold;
  font-size: 16px;
  color: #076ecd;
  line-height: 20px;
  margin-top: 5px;
}
.head-top .tel {
  display: flex;
  align-items: center;
}
.head-top .tel .iconfont {
  font-size: 45px;
  color: #0176e0;
}
.head-top .tel .tel-text {
  margin-left: 5px;
}
.head-top .tel .tel-text p:nth-child(1) {
  font-size: 16px;
  color: rgba(51, 51, 51, 0.66);
}
.head-top .tel .tel-text p:nth-child(2) {
  font-weight: bold;
  font-size: 29px;
  color: #333333;
}
.nav {
  display: flex;
  height: 62px;
  background: #0176e0;
}
.nav .wrap {
  position: relative;
}
.nav .wrap::before {
  content: '';
  height: 68px;
  background: #036bcc;
  display: block;
  position: absolute;
  width: 1000px;
  left: 0;
  top: -6px;
  transform: rotateY(180deg);
  transform-origin: 0%;
}
.nav .wrap .left-img {
  position: absolute;
  left: 0;
  top: -5px;
}
.nav .navbar {
  display: flex;
}
.nav li {
  height: 62px;
  position: relative;
  margin: 0 15px;
}
.nav li:nth-child(1) {
  margin-left: 34px;
}
.nav li.on .tit {
  background: #ff9c27;
  font-weight: 700;
}
.nav li:hover .tit {
  background: #ff9c27;
}
.nav li:hover .sub {
  display: block;
}
.nav li:hover::before {
  height: 100%;
}
.nav .tit {
  height: 62px;
  line-height: 62px;
  font-size: 16px;
  color: #ffffff;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
}
.nav .sub {
  position: absolute;
  padding-top: 4px;
  left: 50%;
  width: 191px;
  transition: all 0.3s linear;
  z-index: 10000;
  display: none;
  transform: translateX(-50%);
}
.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;
}
.nav .sub a:nth-last-child(1) {
  border-bottom: none;
}
.nav .sub a:hover {
  background: #0176e0;
  font-weight: 700;
  color: #fff;
}
.com-tit p {
  text-align: center;
}
.com-tit p span:nth-child(1) {
  font-weight: bold;
  font-size: 26px;
  color: #333333;
}
.com-tit p span:nth-child(2) {
  color: #0176e0;
  font-weight: bold;
  font-size: 26px;
}
.common-right {
  float: left;
  width: 910px;
}
.common-right .common-title {
  height: 54px;
  line-height: 54px;
  border-bottom: 1px dashed #e4e7ea;
  font-size: 14px;
  color: #666666;
}
.common-right .common-title .iconfont {
  font-size: 20px;
  color: #cecece;
  margin-right: 10px;
}
.common-right .common-title a {
  color: #666666;
}
.about {
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  height: 708px;
}
.about .text {
  width: 77.6%;
  padding-top: 60px;
}
.about .text p:nth-child(1) {
  font-weight: bold;
  font-size: 22px;
  color: #333333;
  position: relative;
}
.about .text p:nth-child(2) {
  font-size: 16px;
  color: #999999;
  line-height: 38px;
}
.about .text p:nth-child(3) {
  width: 38px;
  height: 1px;
  background: #dddddd;
  margin-top: 20px;
}
.about .text p:nth-child(4) {
  font-size: 16px;
  color: #333333;
  line-height: 40px;
  margin-top: 20px;
  height: 200px;
}
.about .text p:nth-child(5) {
  width: 178px;
  height: 54px;
  line-height: 54px;
  background: #0176e0;
  border-radius: 27px;
  text-align: center;
  margin-top: 40px;
}
.about .text p:nth-child(5) a {
  color: #fff;
}
.about .history {
  width: 100%;
  position: relative;
  z-index: 100;
  height: 153px;
  background: #0176e0;
}
.about .history ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 44px;
  height: 153px;
  width: 79.6%;
}
.about .history ul li {
  width: 24.7%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 153px;
  position: relative;
}
.about .history ul li:nth-child(1) {
  width: 19%;
  padding-right: 50px;
}
.about .history ul li:last-child::after {
  width: 0px;
}
.about .history ul li::after {
  content: '';
  display: block;
  width: 1px;
  height: 45px;
  background: #ebebeb;
  opacity: 0.2;
  position: absolute;
  right: 0;
}
.about .history ul li p:nth-child(1) {
  display: flex;
  align-items: flex-end;
}
.about .history ul li p:nth-child(1) span:nth-child(1) {
  font-size: 50px;
  font-weight: 200;
  color: #ffffff;
}
.about .history ul li p:nth-child(1) span:nth-child(2) {
  font-size: 18px;
  color: #fff;
  position: relative;
  top: -33px;
  font-weight: 200;
  margin-left: 5px;
}
.about .history ul li p:nth-child(2) {
  font-size: 14px;
  color: #ffffff;
  margin-top: -5px;
}
.about .about-img {
  width: 29.1%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1000;
  height: 708px;
}
.about .about-img img {
  width: 100%;
  height: 708px;
  object-fit: cover;
}
.about .about-img .left-tip {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 92px;
  background: #ffffff;
}
.about .about-img .left-tip a {
  display: flex;
}
.about .about-img .left-tip .contact {
  height: 92px;
  line-height: 92px;
  background: #ffffff;
  font-size: 18px;
  font-weight: bold;
  color: #00a9a2;
  padding: 0 35px;
  display: flex;
  align-items: center;
}
.about .about-img .left-tip .contact .iconfont {
  font-size: 28px;
  font-weight: 400;
  margin-right: 18px;
}
.about .about-img .left-tip .go {
  width: 102px;
  height: 92px;
  background: #050910;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about .about-img .left-tip .go .iconfont {
  color: #fff;
  font-size: 40px;
}
.product {
  margin-top: 55px;
  background: #f5f5f5;
  padding-top: 65px;
  padding-bottom: 70px;
}
.product .list {
  margin-top: 15px;
}
.product .list ul {
  display: flex;
  flex-wrap: wrap;
}
.product .list ul li {
  width: 405px;
  margin-top: 42px;
  margin-right: 30px;
  box-sizing: border-box;
  background: #ffffff;
}
.product .list ul li:nth-child(3n) {
  margin-right: 0;
}
.product .list ul li:hover .img-wrap {
  border: none;
}
.product .list ul li:hover .img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.product .list ul li:hover .text {
  background: #0176e0;
}
.product .list ul li:hover .text span {
  color: #fff;
}
.product .list ul li:nth-of-type(3n) {
  margin-right: 0;
}
.product .list ul li .img-wrap {
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
  height: 301px;
}
.product .list ul li .img-wrap .img {
  width: 100%;
  height: 301px;
}
.product .list ul li .text {
  width: 100%;
  height: 78px;
  background: #ffffff;
  line-height: 78px;
  position: relative;
  z-index: 1000;
  font-size: 16px;
  color: #333333;
  padding: 0 20px;
  box-sizing: border-box;
  border-top: none;
  text-align: center;
  box-shadow: 0px 2px 35px 0px rgba(233, 233, 233, 0.56);
  display: flex;
  justify-content: space-between;
  padding-right: 0;
}
.product .list ul li .text span:nth-child(2) {
  width: 121px;
  height: 39px;
  background: #0176e0;
  border-radius: 19px 0px 0px 19px;
  margin-top: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #ffffff;
}
.new {
  margin-top: 60px;
  margin-bottom: 80px;
}
.new .new-tit {
  display: flex;
  justify-content: space-between;
}
.new .new-tit .left p:nth-child(1) {
  font-weight: bold;
  font-size: 30px;
  color: #2e2e2e;
}
.new .new-tit .left p:nth-child(2) span:nth-child(1) {
  font-weight: bold;
  font-size: 22px;
  color: #333333;
}
.new .new-tit .left p:nth-child(2) span:nth-child(2) {
  margin-left: 10px;
}
.new .new-tit .more {
  width: 153px;
  height: 43px;
  line-height: 43px;
  background: #0176e0;
  border-radius: 22px;
  text-align: center;
  justify-content: center;
  font-size: 16px;
}
.new .new-tit .more a {
  color: #ffffff;
}
.new .n1 {
  margin-top: 40px;
}
.new .n1 ul {
  display: flex;
}
.new .n1 ul li {
  width: 311px;
  height: 312px;
  background: #ffffff;
  margin-right: 19px;
  box-shadow: 0px 0px 57px 0px rgba(234, 234, 234, 0.56);
  padding: 40px 22px;
  box-sizing: border-box;
}
.new .n1 ul li:nth-last-child(1) {
  margin-right: 0;
}
.new .n1 ul li:hover {
  background: #0176e0 url('../images/new_07.png') no-repeat center / cover;
}
.new .n1 ul li:hover p {
  color: #fff !important;
}
.new .n1 ul li p:nth-child(1) {
  font-size: 18px;
  color: #a1a1a1;
  line-height: 30px;
}
.new .n1 ul li p:nth-child(2) {
  font-size: 16px;
  color: #020202;
  line-height: 30px;
}
.new .n1 ul li p:nth-child(3) {
  font-size: 14px;
  color: #999999;
  line-height: 32px;
  margin-top: 20px;
}
.new .n1 ul li p:nth-child(4) {
  width: 40px;
  font-size: 14px;
  color: #0176e0;
  padding-bottom: 10px;
  border-bottom: 2px solid #0176e0;
  margin-top: 30px;
}
.new .n2 {
  margin-top: 20px;
}
.new .n2 ul {
  display: flex;
}
.new .n2 ul li {
  width: 422px;
  height: 128px;
  background: #ffffff;
  box-shadow: 0px 0px 57px 0px rgba(234, 234, 234, 0.56);
  margin-right: 22px;
  box-sizing: border-box;
}
.new .n2 ul li:hover .right p:nth-child(1) {
  color: #0176e0;
  font-weight: 700;
}
.new .n2 ul li:nth-last-child(1) {
  margin-right: 0;
}
.new .n2 ul li a {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}
.new .n2 ul li a .left p:nth-child(1) {
  font-weight: bold;
  font-size: 30px;
  color: #252525;
  text-align: center;
}
.new .n2 ul li a .left p:nth-child(2) {
  font-size: 14px;
  color: #666666;
  line-height: 45px;
  white-space: nowrap;
  text-align: center;
}
.new .n2 ul li a .right {
  width: 295px;
  margin-left: 20px;
}
.new .n2 ul li a .right p:nth-child(1) {
  font-size: 16px;
  color: #020202;
}
.new .n2 ul li a .right p:nth-child(2) {
  font-size: 14px;
  color: #666666;
  line-height: 30px;
  margin-top: 8px;
}
.footer {
  background: #2c3033;
  padding-top: 25px;
}
.footer .footer-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 24px;
}
.footer .left {
  display: flex;
  color: #fff;
}
.footer .left .list {
  display: flex;
}
.footer .left .list .li {
  display: flex;
  margin-right: 50px;
}
.footer .left .list .li:nth-last-child(1) .text p:nth-child(2) {
  width: 380px;
}
.footer .left .iconfont {
  width: 35px;
  height: 35px;
  background: #144a99;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  position: relative;
  top: 6px;
  font-size: 20px;
}
.footer .left .text {
  font-size: 16px;
  color: #cacaca;
}
.footer .left .text p:nth-child(1) {
  font-size: 14px;
  color: #cacaca;
}
.footer .left .text p:nth-child(2) {
  line-height: 28px;
  margin-top: 3px;
}
.footer .right .erwei {
  text-align: center;
}
.footer .right .erwei img {
  width: 109px;
  height: 108px;
}
.footer .right .erwei p {
  font-size: 14px;
  color: #f6f6f8;
}
.footer .copy-right {
  height: 60px;
  line-height: 60px;
  border-top: 1px solid #333639;
}
.footer .copy-right .wrap {
  display: flex;
  font-size: 14px;
  justify-content: space-between;
  color: #cacaca;
}
.footer .copy-right .wrap a {
  font-size: 14px;
  color: #cacaca;
}
.common-left {
  width: 292px;
  box-sizing: border-box;
  float: left;
}
.common-left .tit {
  font-size: 22px;
  color: #333333;
  height: 90px;
  background: #0176e0;
  line-height: 90px;
  font-weight: 700;
  border-bottom: 1px solid #f5f5f5;
  display: flex;
  justify-content: space-between;
  color: #fff;
  padding: 0 33px;
  box-sizing: border-box;
  font-size: 28px;
}
.common-left .tit .iconfont {
  font-size: 33px;
  margin-right: 9px;
  font-weight: 400;
  color: #fff;
}
.common-left .nav-list {
  background: #f9f9f9;
  padding-bottom: 20px;
}
.common-left .nav-list .p-li {
  line-height: 65px;
  font-size: 16px;
  color: #333333;
  border-bottom: 1px solid #f5f5f5;
  padding: 0 6px;
  padding-top: 8px;
}
.common-left .nav-list .p-li.on .iconfont {
  display: inline-block;
  transform: rotate(90deg);
}
.common-left .nav-list .p-li a {
  width: 100%;
  height: 66px;
  display: flex;
  color: #333333;
  box-sizing: border-box;
  justify-content: space-between;
  padding: 0 30px;
  padding-right: 13px;
  background: #fff;
}
.common-left .nav-list .p-li a:hover,
.common-left .nav-list .p-li a.on {
  color: #0176e0;
}
.common-left .nav-list .p-li a:hover .icon-you,
.common-left .nav-list .p-li a.on .icon-you {
  color: #0176e0;
}
.common-left .nav-list .p-li a:hover .circle,
.common-left .nav-list .p-li a.on .circle {
  display: none !important;
}
.common-left .nav-list .p-li a:hover .check,
.common-left .nav-list .p-li a.on .check {
  color: #fff;
  border: none;
  width: 17px;
  height: 17px;
  background: #0176e0;
  border-radius: 50%;
  margin-right: 0;
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: relative;
}
.common-left .nav-list .p-li a:hover .check span,
.common-left .nav-list .p-li a.on .check span {
  color: #fff;
  font-size: 12px !important;
  position: absolute;
  left: 50%;
  top: 50%;
  font-weight: 200;
  transform: translate(-50%, -50%);
}
.common-left .nav-list .p-li a .left-tit {
  display: flex;
  align-items: center;
}
.common-left .nav-list .p-li a .left-tit span.circle {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid #929492;
  border-radius: 50%;
}
.common-left .nav-list .p-li a .left-tit span.overflow1 {
  width: 175px;
  display: inline-block;
  margin-left: 10px;
}
.common-left .nav-list .p-li a .left-tit .icon-you {
  position: relative;
  top: -2px;
}
.common-left .nav-list .p-li a .left-tit .check {
  display: none;
}
.common-left .nav-list .p-li .iconfont {
  font-size: 16px;
  margin-right: 14px;
  color: #999999;
  font-weight: 700;
}
.common-left .nav-list .p-li .sub {
  padding: 10px;
  background: #fff;
  margin-top: 5px;
}
.common-left .nav-list .p-li .sub li:hover,
.common-left .nav-list .p-li .sub li.active {
  color: #0176e0 !important;
}
.common-left .nav-list .p-li .sub li:hover span,
.common-left .nav-list .p-li .sub li.active span {
  color: #0176e0 !important;
}
.common-left .nav-list .p-li .sub li:nth-child(1) a {
  margin-top: 0;
}
.common-left .nav-list .p-li .sub li:hover a {
  color: #0176e0;
}
.common-left .nav-list .p-li .sub li a {
  font-size: 16px;
  color: #666666;
  background: #ffffff;
  width: 244px;
  height: 54px;
  line-height: 54px;
  margin-top: 10px;
  padding: 0 25px;
  padding-left: 30px;
  padding-right: 0;
}
.common-left .nav-list .p-li .sub li a span:nth-child(1) {
  font-size: 20px;
  display: block;
  transform: rotate(270deg);
  margin-right: 10px;
  color: #666;
}
.common-left .nav-list .p-li .sub li a span:nth-child(2) {
  width: 185px;
  display: inline-block;
  color: #333;
}
.common-right {
  margin-left: 38px;
  width: 866px;
  float: left;
}
.common-right .top {
  height: 46px;
  line-height: 46px;
  font-size: 16;
  color: #333;
  border-bottom: 1px solid #eeeeee;
  display: flex;
  justify-content: space-between;
}
.common-right .top > div:nth-child(1) {
  font-size: 22px;
  font-weight: bold;
  color: #333333;
  min-width: 110px;
  border-bottom: 3px solid #0176e0;
  position: relative;
  top: 2px;
}
.common-right .top > div:nth-child(2) {
  font-size: 14px;
  color: #333333;
}
.ny-product {
  margin-bottom: 80px;
  margin-top: 55px;
}
.ny-product .list {
  margin-top: 40px;
}
.ny-product .list ul {
  display: flex;
  flex-wrap: wrap;
}
.ny-product .list ul li {
  width: 273px;
  height: 285px;
  background: #eeeeee;
  padding: 10px;
  box-sizing: border-box;
  margin-bottom: 28px;
  margin-right: 23px;
}
.ny-product .list ul li:hover {
  background: #0176e0;
}
.ny-product .list ul li:hover .img {
  transform: rotateY(180deg);
  transition: all 0.3s;
}
.ny-product .list ul li:hover .text {
  color: #fff;
}
.ny-product .list ul li:hover .text p:nth-child(1) {
  color: #fff;
}
.ny-product .list ul li:hover .text p:nth-child(2) {
  background: #fff;
  border: none;
  color: #0176e0;
}
.ny-product .list ul li:nth-child(3n) {
  margin-right: 0;
}
.ny-product .list ul li .img-wrap {
  width: 253px;
  height: 180px;
  overflow: hidden;
  background: #ffffff;
}
.ny-product .list ul li .img-wrap .img {
  width: 100%;
  height: 100%;
}
.ny-product .list ul li .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ny-product .list ul li .text p:nth-child(1) {
  font-size: 16px;
  color: #333333;
  margin-top: 10px;
}
.ny-product .list ul li .text p:nth-child(2) {
  width: 100px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border: 1px dashed #b4b4b4;
  border-radius: 14px;
  margin-top: 10px;
}
.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-new {
  margin-bottom: 80px;
  margin-top: 65px;
}
.ny-new .new-list {
  margin-top: 40px;
}
.ny-new .new-list ul li {
  height: 150px;
  background: #ffffff;
  box-shadow: 0px 7px 38px 0px rgba(218, 218, 218, 0.39);
  margin-top: 30px;
}
.ny-new .new-list ul li:hover {
  background: #ffffff;
  box-shadow: 0px 14px 46px 0px rgba(225, 225, 225, 0.57);
  border: none;
}
.ny-new .new-list ul li:hover .text p:nth-child(1) {
  color: #0176e0;
}
.ny-new .new-list ul li:hover .img-wrap {
  overflow: hidden;
}
.ny-new .new-list ul li:hover .img-wrap .img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.ny-new .new-list ul li a {
  display: flex;
}
.ny-new .new-list ul li a .img-wrap {
  width: 186px;
  height: 150px;
}
.ny-new .new-list ul li a .img-wrap .img {
  width: 100%;
  height: 100%;
}
.ny-new .new-list ul li a .text {
  width: 638px;
  margin-left: 17px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.ny-new .new-list ul li a .text p:nth-child(1) {
  font-size: 16px;
  color: #333333;
  display: flex;
  justify-content: space-between;
}
.ny-new .new-list ul li a .text p:nth-child(1) span:nth-child(1) {
  width: 451px;
  display: inline-block;
}
.ny-new .new-list ul li a .text p:nth-child(1) span:nth-child(2) {
  font-size: 14px;
  color: #999999;
}
.ny-new .new-list ul li a .text p:nth-child(2) {
  font-size: 14px;
  color: #999999;
  line-height: 30px;
  margin-top: 5px;
  text-align: justify;
  vertical-align: middle;
  padding: 18px 0;
  height: 65px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ny-new .new-list ul li a .text p:nth-child(3) {
  font-size: 12px;
  color: #999999;
}
.ny-page {
  margin-top: 65px;
  margin-bottom: 80px;
}
.ny-page .content {
  margin-top: 30px;
}
.ny-contact {
  margin-top: 48px;
  margin-bottom: 80px;
  display: block;
}
.ny-contact .top-cont {
  background: #f9f9f9;
  display: flex;
  margin-top: 29px;
  justify-content: space-between;
  align-items: center;
}
.ny-contact .top-cont .left {
  width: 410px;
  background: #ffffff;
  box-shadow: 2px 13px 101px 0px rgba(239, 239, 239, 0.76);
  font-size: 14px;
  color: #2a2c27;
  line-height: 35px;
  padding: 30px 20px;
}
.ny-contact .top-cont .left .tit {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 10px;
}
.ny-contact .top-cont .left .right {
  width: 100%;
}
.ny-contact .top-cont .right {
  display: flex;
  justify-content: center;
  width: 458px;
}
.ny-contact .top-cont .right > div {
  text-align: center;
}
.ny-contact .top-cont .right > div:nth-child(1) {
  margin-right: 25px;
}
.ny-contact .top-cont .right > div img {
  width: 132px;
  height: 132px;
}
.ny-contact .top-cont .right > div p {
  font-size: 15px;
  color: #333333;
}
.ny-contact .map {
  margin-top: 30px;
}
.message {
  box-sizing: border-box;
  margin-top: 40px;
}
.message h3 {
  font-size: 22px;
  font-weight: bold;
  color: #333333;
}
.message p {
  font-size: 12px;
  color: #999999;
}
.message .input {
  display: flex;
  margin-top: 15px;
}
.message .input > div input {
  width: 418px;
  height: 44px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  box-shadow: 0px 4px 32px 0px rgba(237, 237, 237, 0.55);
  padding-left: 11px;
  box-sizing: border-box;
  outline: none;
}
.message .input > div:nth-child(1) {
  margin-right: 30px;
}
.message .input > div span {
  display: block;
  font-size: 14px;
  color: #666666;
}
.message .input > div span i {
  color: #0176e0;
  margin-left: 3px;
}
.message .text-area {
  margin-top: 15px;
  width: 100%;
  box-sizing: border-box;
}
.message .text-area span {
  display: block;
  font-size: 14px;
  color: #666666;
}
.message .text-area textarea {
  width: 868px;
  height: 156px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  box-shadow: 0px 4px 32px 0px rgba(237, 237, 237, 0.55);
  padding: 11px;
  box-sizing: border-box;
  outline: none;
}
.message .btn-group {
  display: flex;
  margin-top: 44px;
}
.message .btn {
  width: 134px;
  height: 43px;
  background: #0176e0;
  line-height: 43px;
  color: #fff;
  text-align: center;
}
.message .reset {
  width: 134px;
  height: 43px;
  background: #f4f4f4;
  line-height: 43px;
  color: #fff;
  text-align: center;
  margin-left: 20px;
  color: #999999;
}
.message-btn {
  width: 224px;
  height: 57px;
  background: #0176e0;
  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 {
  padding: 0 30px;
}
.inner-banner {
  position: relative;
}
.inner-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 .btn-list {
  display: flex;
  color: #fff;
  position: absolute;
  right: 0;
}
.banner .btn-list > div {
  width: 55px;
  height: 55px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner .btn-list > div:hover {
  background: #006fb7;
}
.banner .btn-list > div:hover .iconfont {
  color: #fff;
}
.banner .btn-list .iconfont {
  color: #000;
  font-size: 24px;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.banner .btn-list .prev {
  margin-right: 15px;
}
.banner .btn-list .prev .iconfont {
  display: inline-block;
  transform: rotate(180deg);
}
.banner .bd li {
  position: relative;
}
.banner .bd img {
  width: 100%;
  height: auto;
}
.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-news {
  margin-top: 35px;
  margin-bottom: 98px;
}
.ny-news .common-right .list > ul {
  margin-top: 40px;
}
.ny-news .common-right .list > ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 16px;
  padding: 30px 30px 30px 0px;
  box-sizing: border-box;
  border-top: 1px solid #eeeeee;
  position: relative;
  z-index: 0;
}
.ny-news .common-right .list > ul li:nth-last-child(1) {
  border-top: 1px solid #eeeeee;
}
.ny-news .common-right .list > ul li:nth-child(1) {
  border-top: none;
}
.ny-news .common-right .list > ul li:hover {
  box-shadow: 0px 11px 32px 0px rgba(196, 196, 196, 0.35);
  padding-left: 30px;
  margin-top: -1px;
  position: relative;
  z-index: 100000000000000000000000000;
  border: none;
}
.ny-news .common-right .list > ul li:hover + li {
  border-top: none;
}
.ny-news .common-right .list > ul li:hover .btn {
  background: #0176e0;
  color: #fff !important;
}
.ny-news .common-right .list > ul li:hover .tit {
  color: #0176e0 !important;
}
.ny-news .common-right .list > ul li .img-box {
  width: 213px;
  height: 161px;
  position: relative;
  overflow: hidden;
}
.ny-news .common-right .list > ul li .img-box img {
  position: absolute;
  top: 50%;
  width: auto;
  min-height: 100%;
  transform: translateY(-50%);
  max-width: 100%;
}
.ny-news .common-right .list > ul li a {
  display: flex;
}
.ny-news .common-right .list > ul li .text {
  margin-left: 16px;
  width: 77%;
}
.ny-news .common-right .list > ul li .text > div:nth-child(1) {
  display: flex;
  justify-content: space-between;
  margin-top: 19px;
  color: #333333;
  line-height: 28px;
  font-weight: bold;
}
.ny-news .common-right .list > ul li .text > div:nth-child(1) .tit {
  width: 403px;
}
.ny-news .common-right .list > ul li .text > div:nth-child(3) {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.ny-news .common-right .list > ul li .text > div:nth-child(3) .dec {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 26px;
}
.ny-news .common-right .list > ul li .text > div:nth-child(2) {
  font-size: 14px;
  color: #999999;
}
.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: #0176e0;
}
.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: #0176e0;
  font-size: 18px;
  color: #fff;
  height: 60px;
  line-height: 60px;
  z-index: -1;
}
.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%;
}
.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: #0176e0;
}
.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: #0176e0 !important;
  color: #fff;
}
.paging li a:hover {
  background: #0176e0;
  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: '微软雅黑';
}
@media screen and (max-width: 1680px) {
  .about .text {
    width: 70%;
  }
  .about .text p:nth-child(4) {
    font-size: 16px;
    color: #333333;
    line-height: 40px;
    margin-top: 20px;
    height: 205px;
  }
}

.about .history ul {
  width: 70%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}
