* {
  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: 1200px;
}
.dec {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.overflow5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.clear {
  clear: both;
}
.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);
}
.head-top {
  background: #fff;
  width: 100%;
}
.head-top .logo-tel {
  height: 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.head-top .logo-tel .logo {
  align-items: center;
  display: flex;
}
.head-top .logo-tel .text p:nth-child(1) {
  font-size: 16px;
  color: #666666;
  line-height: 45px;
}
.head-top .logo-tel .text p:nth-child(2) {
  font-weight: bold;
  font-size: 30px;
  color: #1769bd;
}
.head-top .tel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 24px;
  padding: 4px 6px;
  height: 47px;
  box-sizing: border-box;
  border: 1px solid #dcdcdc;
}
.head-top .tel .iconfont {
  width: 40px;
  height: 40px;
  background: #ff8812;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.head-top .tel .tel-text {
  font-size: 20px;
  color: #ff8812;
  margin-left: 8px;
}

.com-tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.com-tit .left .text p:nth-child(1) {
  font-weight: bold;
  font-size: 28px;
  color: #ffffff;
}
.com-tit .left .text p:nth-child(2) {
  font-size: 18px;
  color: #ffffff;
  line-height: 45px;
}
.com-tit .classify {
  max-width: 900px;
  overflow: hidden;
}
.com-tit .classify ul {
  display: flex;
}
.com-tit .classify ul li {
  min-width: 154px;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  text-align: center;
  margin-right: 18px;
  width: auto !important;
  border-radius: 24px;
  background: #fff;
  color: #333;
}
.com-tit .classify ul li.on,
.com-tit .classify ul li:hover {
  background: #1769bd;
}
.com-tit .classify ul li.on a,
.com-tit .classify ul li:hover a {
  color: #fff;
}
.com-tit .more {
  width: 120px;
  height: 43px;
  line-height: 43px;
  background: #efefef;
  font-size: 14px;
  color: #333;
  text-align: center;
}
.com-tit .more:hover {
  background: #1769bd;
}
.com-tit .more:hover a {
  color: #fff;
}
.product {
  position: relative;
  padding-top: 45px;
}
.product .back-img {
  width: 100%;
  height: 276px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.product .back-img img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.product .list ul {
  display: flex;
  flex-wrap: wrap;
}
.product .list ul li {
  margin-right: 25px;
  margin-top: 30px;
}
.product .list ul li:hover .img-wrap {
  background: #1769bd;
  overflow: hidden;
}
.product .list ul li:hover .img-wrap img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.product .list ul li:hover .text {
  background: #1769bd;
}
.product .list ul li:hover .text > div {
  color: #fff !important;
}
.product .list ul li:nth-child(3n) {
  margin-right: 0;
}
.product .list ul li .img-wrap {
  width: 383px;
  height: 290px;
  box-sizing: border-box;
}
.product .list ul li .img-wrap .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.product .list ul li .img-wrap .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product .list ul li .text {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  height: 60px;
  line-height: 60px;
  background: #f8f8f8;
}
.product .list ul li .text > div:nth-child(1) {
  font-size: 16px;
  color: #333333;
  width: 75%;
}
.product .list ul li .text > div:nth-child(2) {
  font-size: 36px;
  color: #333;
}
.about {
  padding-top: 65px;
  height: 864px;
  background: url('../images/about_back.jpg') no-repeat center / cover;
  overflow: hidden;
  position: relative;
}
.about .a-img {
  position: absolute;
  left: 0;
  top: 180px;
  z-index: 1;
  width: 51%;
  height: 560px;
  object-fit: cover;
}
.about .a-img img {
  width: 100%;
  height: 100%;
}
.about .a-wrap {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
.about .content-wrap {
  display: flex;
}
.about .content-wrap .left {
  width: 620px;
  margin-top: -20px;
}
.about .content-wrap .left p:nth-child(1) {
  font-weight: bold;
  font-size: 66px;
  color: #242b3d;
}
.about .content-wrap .left p:nth-child(2) {
  font-size: 30px;
  color: #242b3d;
  margin-top: -10px;
}
.about .content-wrap .right-content {
  width: 582px;
  height: 718px;
  background: #ffffff;
  padding: 45px 30px;
  box-sizing: border-box;
  border-top: 7px solid #1769bd;
  position: relative;
  z-index: 10;
}
.about .content-wrap .right-content p:nth-child(1) {
  font-weight: bold;
  font-size: 22px;
  color: #333333;
}
.about .content-wrap .right-content p:nth-child(2) {
  font-size: 16px;
  color: #1769bd;
  line-height: 38px;
  margin-top: 5px;
}
.about .content-wrap .right-content p:nth-child(3) {
  width: 26px;
  height: 1px;
  background: #1769bd;
  margin-top: 15px;
}
.about .content-wrap .right-content p:nth-child(4) {
  font-size: 16px;
  color: #333333;
  line-height: 43px;
  margin-top: 30px;
}
.about .history {
  width: 100%;
  height: 282px;
  box-sizing: border-box;
}
.about .history ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
}
.about .history ul li {
  flex: 1;
}
.about .history ul li .h-top {
  padding-bottom: 18px;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}
.about .history ul li .h-top::before {
  content: '';
  width: 26px;
  height: 1px;
  background: #a0a0a0;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.about .history ul li .h-top span:nth-child(1) {
  font-size: 38px;
  color: #020202;
  line-height: 45px;
}
.about .history ul li .h-top span:nth-child(2) {
  font-size: 14px;
  color: #020202;
}
.about .history ul li .h-bottom {
  font-size: 14px;
  color: #020202;
  line-height: 27px;
  margin-top: 40px;
}
.new {
  margin-top: 65px;
  margin-bottom: 80px;
}
.new .tit {
  text-align: center;
}
.new .tit p:nth-child(1) {
  font-weight: bold;
  font-size: 26px;
  color: #333333;
}
.new .tit p:nth-child(1) .img2 {
  transform: rotateX(180deg);
}
.new .tit p:nth-child(1) .text {
  margin: 0 5px;
}
.new .tit p:nth-child(2) {
  font-size: 14px;
  color: #333333;
  margin-top: 8px;
}
.new .n-content {
  display: flex;
  margin-top: 55px;
}
.new .n-content .rec {
  background: #ffffff;
  box-sizing: border-box;
  padding-left: 35px;
}
.new .n-content .rec:hover img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.new .n-content .rec:hover .text p:nth-child(1) {
  color: #1769bd;
  font-weight: 700;
}
.new .n-content .rec:hover .text p:nth-child(3) {
  background: #1769bd;
  color: #fff;
}
.new .n-content .rec .img-wrap {
  width: 300px;
  height: 209px;
  overflow: hidden;
}
.new .n-content .rec .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.new .n-content .rec .text p:nth-child(1) {
  font-size: 16px;
  color: #2f3034;
  margin-top: 25px;
}
.new .n-content .rec .text p:nth-child(2) {
  font-size: 14px;
  color: #999999;
  line-height: 33px;
  margin-top: 8px;
}
.new .n-content .rec .text p:nth-child(3) {
  width: 105px;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  text-align: center;
  background: #f6f6f6;
  border-radius: 17px;
  margin-top: 18px;
}
.new .n-content .c-list {
  width: 500px;
  padding-right: 35px;
  border-right: 1px solid #f4f4f4;
}
.new .n-content .c-list ul li {
  width: 100%;
  padding: 24px 0;
  border-bottom: 1px solid #f4f4f4;
}
.new .n-content .c-list ul li:hover a .text p:nth-child(1) {
  font-weight: 700;
  color: #1769bd;
}
.new .n-content .c-list ul li:nth-child(1) {
  margin-top: 0;
}
.new .n-content .c-list ul li a {
  background: #ffffff;
  display: flex;
  align-items: center;
}
.new .n-content .c-list ul li a .time {
  width: 94px;
  height: 94px;
  background: #1769bd;
  text-align: center;
  margin-right: 20px;
}
.new .n-content .c-list ul li a .time p:nth-child(1) {
  font-size: 14px;
  color: #ffffff;
  line-height: 45px;
}
.new .n-content .c-list ul li a .time p:nth-child(2) {
  width: 30px;
  height: 1px;
  background: #ffffff;
  margin: 0 auto;
}
.new .n-content .c-list ul li a .time p:nth-child(3) {
  font-size: 14px;
  color: #ffffff;
  line-height: 45px;
}
.new .n-content .c-list ul li a .text {
  width: 385px;
}
.new .n-content .c-list ul li a .text p:nth-child(1) {
  font-size: 16px;
  color: #2f3034;
}
.new .n-content .c-list ul li a .text p:nth-child(2) {
  font-size: 14px;
  color: #999999;
  line-height: 28px;
  margin-top: 5px;
}
.footer {
  background: #1e2226;
}
.footer .footer-top {
  border-bottom: 1px solid #5a5a5a48;
}
.footer .footer-top .wrap {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .footer-top .foot-nav {
  font-size: 14px;
}
.footer .footer-top .foot-nav a {
  color: #ffffff;
  padding: 0 30px;
  position: relative;
}
.footer .footer-top .foot-nav a:nth-last-child(1) {
  padding-right: 0;
}
.footer .footer-top .foot-nav a:nth-last-child(1)::after {
  content: '';
  display: inline-block;
}
.footer .contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0;
  padding-bottom: 22px;
}
.footer .contact .c-wrap {
  display: flex;
  align-items: center;
}
.footer .contact .tel,
.footer .contact .address {
  display: flex;
  align-items: center;
}
.footer .contact .tel .icon,
.footer .contact .address .icon {
  width: 35px;
  height: 35px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
}
.footer .contact .tel .text,
.footer .contact .address .text {
  margin-left: 10px;
}
.footer .contact .tel .text p:nth-child(1),
.footer .contact .address .text p:nth-child(1) {
  font-size: 14px;
  color: #7c8081;
}
.footer .contact .tel .text p:nth-child(2),
.footer .contact .address .text p:nth-child(2) {
  font-weight: bold;
  font-size: 22px;
  color: #ffffff;
}
.footer .contact .tel .text p:nth-child(2).ad-text,
.footer .contact .address .text p:nth-child(2).ad-text {
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  margin-top: 5px;
}
.footer .contact .address {
  margin-left: 100px;
}
.footer .contact .erwei {
  text-align: center;
}
.footer .contact .erwei img {
  width: 105px;
  height: 105px;
}
.footer .contact .erwei p {
  font-size: 14px;
  color: #aaaaaa;
  margin-top: 5px;
}
.copy {
  height: 58px;
  line-height: 58px;
  background: #1a1e21;
  color: #cacaca;
  text-align: center;
}
.copy a {
  color: #cacaca;
}
.ny-tip {
  font-size: 14px;
  color: #333333;
  height: 58px;
  line-height: 58px;
  background: #f5f5f5;
}
.ny-tip .iconfont {
  color: #999999;
  margin-right: 5px;
  font-size: 18px;
}
.inner-banner {
  position: relative;
}
.inner-banner img {
  width: 100%;
  display: block;
}

.common-left {
  width: 237px;
  background: #f5f5f5;
  float: left;
  box-sizing: border-box;
}
.common-left .title {
  background: #1769bd url('../images/pro_03.png') center / cover;
  height: 79px;
  line-height: 79px;
  position: relative;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.common-left .title::after {
  content: '';
  display: block;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #fff;
  position: absolute;
  top: -14px;
  right: -3px;
  transform: rotate(314deg);
}
.common-left .nav-list {
  margin-top: 5px;
  background: #ffffff;
}
.common-left .nav-list > ul .li {
  width: 100%;
  height: 68px;
  background: #f8f8f8;
  overflow: hidden;
  position: relative;
  margin-top: 1px;
}
.common-left .nav-list > ul .li:nth-child(1) {
  margin-top: 0;
}
.common-left .nav-list > ul .li a {
  display: block;
  width: 100%;
  height: 68px;
  line-height: 68px;
  padding-left: 19px;
  box-sizing: border-box;
  font-size: 16px;
  color: #333333;
  position: relative;
}
.common-left .nav-list > ul .li a .overflow1 {
  width: 175px;
  display: inline-block;
}
.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.active {
  height: auto;
}
.common-left .nav-list > ul .li.active .icon-jianhao {
  display: block !important;
  font-size: 14px;
}
.common-left .nav-list > ul .li.active .icon-a-jiahao6 {
  display: none;
}
.common-left .nav-list > ul .li.active > a {
  background: #1769bd;
  color: #fff;
}
.common-left .nav-list > ul .li.active > a span {
  color: #fff;
}
.common-left .nav-list > ul .li > a:hover {
  background: #1769bd;
  color: #fff;
}
.common-left .nav-list > ul .li > a:hover span {
  color: #fff;
}
.common-left .nav-list > ul .li a {
  color: #333333;
}
.common-left .nav-list > ul .li .sub {
  background: #fff;
}
.common-left .nav-list > ul .li .sub li {
  line-height: 40px;
  position: relative;
  background: #f8f8f8;
  padding-left: 10px;
}
.common-left .nav-list > ul .li .sub li span {
  position: absolute;
  right: 25px;
  top: 0;
  font-size: 22px;
}
.common-left .nav-list > ul .li .sub li a {
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  color: #333;
  width: 175px;
}
.common-left .nav-list > ul .li .sub li .iconfont {
  font-weight: 700;
  font-size: 16px;
}
.common-left .nav-list > ul .li .sub li.active a {
  color: #1769bd;
}
.common-left .nav-list > ul .li .sub li.active span {
  color: #1769bd;
}
.common-left .nav-list > ul .li .sub li:hover a {
  color: #1769bd;
}
.common-left .nav-list > ul .li .sub li:hover span {
  color: #1769bd;
}
.common-right {
  width: 925px;
  background: #ffffff;
  margin-left: 35px;
  float: left;
}
.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;
}
.ny-product2 {
  margin-bottom: 80px;
  margin-top: 65px;
}
.ny-product2 .lists ul {
  display: flex;
  flex-wrap: wrap;
}
.ny-product2 .lists ul li {
  margin-right: 26px;
  margin-top: 30px;
  width: calc(33% - 16px);
}
.ny-product2 .lists ul li:hover .img-wrap {
  background: #1769bd;
  overflow: hidden;
}
.ny-product2 .lists ul li:hover .img-wrap img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.ny-product2 .lists ul li:hover .text > div:nth-child(1) {
  color: #1769bd;
}
.ny-product2 .lists ul li:nth-child(3n) {
  margin-right: 0;
}
.ny-product2 .lists ul li .img-wrap {
  width: 100%;
  height: 226px;
  border: 1px solid #e5e5e5;
  padding: 11px 11px;
  box-sizing: border-box;
}
.ny-product2 .lists ul li .img-wrap .img {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.ny-product2 .lists ul li .img-wrap .img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.ny-product2 .lists ul li .text {
  display: flex;
  justify-content: space-between;
  margin-top: 19px;
  padding: 0 10px;
}
.ny-product2 .lists ul li .text > div:nth-child(1) {
  font-size: 15px;
  color: #333333;
  width: 75%;
}
.ny-product2 .lists ul li .text > div:nth-child(2) {
  font-size: 12px;
  color: #999999;
}
.ny-news {
  margin-top: 65px;
  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: 100;
  border: none;
}
.ny-news .common-right .list > ul li:hover + li {
  border-top: none;
}
.ny-news .common-right .list > ul li:hover .btn {
  background: #1769bd;
  color: #fff !important;
}
.ny-news .common-right .list > ul li:hover .tit {
  color: #1769bd !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-contact {
  margin-bottom: 80px;
  margin-top: 65px;
}
.ny-contact .top {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.ny-contact .top .content {
  margin-top: -5px;
  margin-right: 38px;
}
.ny-contact .top .content .line {
  width: 16px;
  height: 1px;
  background: #ededed;
}
.ny-contact .top .content .text {
  width: 294px;
  font-size: 14px;
  color: #2a2c27;
  line-height: 33px;
}
.ny-contact .top .content .text p {
  font-size: 18px;
  font-weight: bold;
  color: #1769bd;
  margin-bottom: 10px;
}
.ny-contact .top .content .erwer {
  display: flex;
  margin-top: 20px;
}
.ny-contact .top .content .erwer > div {
  text-align: center;
}
.ny-contact .top .content .erwer > div:nth-child(1) {
  margin-right: 25px;
}
.ny-contact .top .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: 447px;
}
.ny-contact .message .input > div input {
  width: 447px;
  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: #1769bd;
  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 {
  margin-top: 65px;
  margin-bottom: 80px;
}
.ny-page .content {
  margin-top: 30px;
}
.ny-tit {
  font-size: 18px;
  text-align: center;
  margin-top: 30px;
}
.ny-title {
  height: 50px;
  border-bottom: 1px solid #eeeeee;
  color: #282828;
  font-size: 12px;
  justify-content: space-between;
  margin: 20px auto;
}
.ny-title span {
  color: #14997e;
  display: inline;
}
.ny-about {
  margin-bottom: 80px;
}
.ny-about .cont {
  margin-top: 45px;
}
.ny-detail {
  margin-top: 56px;
  margin-bottom: 80px;
}
.ny-search {
  margin-top: 80px;
}
.ny-search .list > ul {
  margin-top: 40px;
}
.ny-search .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-search .list > ul li:nth-last-child(1) {
  border-top: 1px solid #eeeeee;
}
.ny-search .list > ul li:nth-child(1) {
  border-top: none;
}
.ny-search .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-search .list > ul li:hover + li {
  border-top: none;
}
.ny-search .list > ul li:hover .btn {
  background: #1769bd;
  color: #fff !important;
}
.ny-search .list > ul li:hover .tit {
  color: #1769bd !important;
}
.ny-search .list > ul li .img-box {
  width: 213px;
  height: 161px;
  position: relative;
  overflow: hidden;
}
.ny-search .list > ul li .img-box img {
  position: absolute;
  top: 50%;
  width: auto;
  min-height: 100%;
  transform: translateY(-50%);
  max-width: 100%;
}
.ny-search .list > ul li a {
  display: flex;
}
.ny-search .list > ul li .text {
  margin-left: 16px;
  width: 82%;
}
.ny-search .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-search .list > ul li .text > div:nth-child(1) .tit {
  width: 403px;
}
.ny-search .list > ul li .text > div:nth-child(3) {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.ny-search .list > ul li .text > div:nth-child(3) .dec {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 26px;
}
.ny-search .list > ul li .text > div:nth-child(2) {
  font-size: 14px;
  color: #999999;
}
.page .cont,
.detail .cont {
  line-height: 33px;
  font-size: 16px;
  margin-top: 30px;
  color: #515151;
  padding-bottom: 50px;
  max-width: 100%;
}
.detail {
  padding-bottom: 60px;
  margin-top: 30px;
}
.detail .title {
  font-size: 24px;
  color: #333;
  text-align: center;
}
.detail .related {
  text-align: center;
  color: #666;
  font-size: 16px;
  line-height: 40px;
  margin-top: 10px;
}
.detail .other {
  margin-top: 40px;
}
.detail .other li {
  line-height: 30px;
}
.detail .other li:hover a {
  color: #1769bd;
}
.paging {
  display: flex;
  width: 100%;
  justify-content: center;
  margin: 56px 0 0 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;
  color: #242422;
  font-size: 14px;
  border: 1px solid #e2e2e2;
}
.paging li.active a,
.paging li:hover a {
  background: #1769bd !important;
  color: #fff !important;
}
.paging li.active a a,
.paging li:hover a a {
  color: #fff !important;
}
.paging li.active a span,
.paging li:hover a span {
  color: #fff !important;
}
.paging li span {
  color: #737373;
}
.paging li.next {
  transform: rotate(180deg);
}
.paging li.next span {
  border: none;
  font-size: 20px;
  position: relative;
  left: -7px;
}
.paging li.prev span {
  border: none;
  font-size: 20px;
  position: relative;
  left: -7px;
}
/*悬浮*/
.float {
  width: 200px;
  position: fixed;
  right: -150px;
  transition: all 0.5s;
  top: 20%;
  z-index: 100;
}
.float ul li {
  position: relative;
  width: 100%;
  min-height: 50px;
  line-height: 50px;
  background: #1769bd;
  border-radius: 5px;
  margin-bottom: 3px;
  cursor: pointer;
}
.float ul li span {
  display: block;
  width: 50px;
  height: 50px;
  float: left;
  text-align: center;
  margin-right: 10px;
}
.float ul li .iconfont {
  color: #ffffff;
  font-size: 30px;
}
.float ul li .icon-huidingbu {
  font-size: 20px !important;
}
.float ul li p {
  font-size: 18px;
  color: #ffffff;
}
.float ul li .wx {
  width: 90px;
  height: 0px;
  margin-left: 60px;
  overflow: hidden;
  padding-bottom: 0;
  transition: all 0.5s;
}
.float:hover {
  right: 0;
}
.float:hover .wx {
  height: 90px;
  padding-bottom: 10px;
}
.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: '微软雅黑';
}
