* {
  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);
}
.welcome {
  height: 27px;
  line-height: 27px;
  background: #eeeeee;
  font-size: 12px;
  color: #999999;
}
.welcome .wrap {
  display: flex;
  justify-content: space-between;
}
.welcome .wrap .left {
  font-size: 12px;
  color: #999999;
}
.welcome .wrap .left .iconfont {
  color: #e7333a;
  font-size: 15px;
  margin-right: 10px;
}
.welcome .wrap .right a {
  color: #999999;
}
.welcome .wrap .right a:hover {
  color: #e7333a;
}
.head-top {
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 10000000;
  width: 100%;
}
.head-top .welcome {
  width: 100%;
  height: 50px;
  background: #fff;
  font-size: 14px;
  color: #999999;
  position: relative;
  border-bottom: 1px solid #efefef;
}
.head-top .welcome .wrap {
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.head-top .welcome .wrap .iconfont {
  font-size: 16px;
  margin-right: 9px;
}
.head-top .welcome .wrap .tel {
  font-size: 14px;
  color: #333333;
}
.head-top .welcome .wrap .tel .number {
  font-size: 23px;
  color: #e62229;
  font-weight: bold;
}
.head-top .top-content {
  display: flex;
  justify-content: space-between;
  height: 96px;
  align-items: center;
  background: #fff;
}
.head-top .top-content .nav {
  height: 96px;
  width: 1000px;
}
.head-top .top-content .navBar {
  display: flex;
  justify-content: flex-end;
  height: 96px;
}
.head-top .top-content .navBar li {
  height: 96px;
  position: relative;
  color: #333333;
}
.head-top .top-content .navBar li.on {
  height: 96px;
  border-right: none;
  background: #e12c32;
}
.head-top .top-content .navBar li.on .tit {
  height: 96px;
  font-weight: 700;
  color: #fff;
}
.head-top .top-content .navBar li:hover {
  height: 96px;
  border-right: none;
  position: relative;
}
.head-top .top-content .navBar li:hover .tit {
  height: 96px;
  font-weight: 700;
  color: #fff;
}
.head-top .top-content .navBar li:hover .tit::before {
  bottom: 0;
}
.head-top .top-content .navBar li:hover .sub {
  display: block !important;
}
.head-top .top-content .navBar li:hover::before {
  height: 100%;
}
.head-top .top-content .navBar .tit {
  font-size: 16px;
  height: 96px;
  line-height: 96px;
  color: #333333;
  z-index: 2;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.head-top .top-content .navBar .tit::before {
  content: '';
  width: 100%;
  height: 96px;
  position: absolute;
  bottom: -96px;
  background: #e12c32;
  z-index: -1;
  transition: all 0.3s;
}
.head-top .top-content .navBar .sub {
  position: absolute;
  left: 50%;
  transition: all 0.3s linear;
  overflow: hidden;
  min-width: 150px;
  display: none;
  transform: translateX(-50%);
  z-index: 100000000;
  background: #fff;
  box-sizing: border-box;
}
.head-top .top-content .navBar .sub a {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 26px;
  box-sizing: border-box;
  text-align: center;
}
.head-top .top-content .navBar .sub a:hover {
  background: #e12c32;
  color: #fff;
}
.ny-head {
  background: #fff;
  height: 84px;
  position: fixed;
  box-shadow: rgba(243, 243, 243, 0.76) 2px 0px 10px 0px;
}
.ny-head .top-content {
  position: fixed;
  top: 0;
}
.com-tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.com-tit .left {
  display: flex;
  align-items: center;
  margin-top: -10px;
}
.com-tit .left .num {
  font-weight: bold;
  font-size: 72px;
  color: #e7333a;
  height: 80px;
}
.com-tit .left .text {
  margin-left: 5px;
}
.com-tit .left .text p:nth-child(1) {
  font-size: 12px;
  color: #333333;
  margin-top: 23px;
}
.com-tit .left .text p:nth-child(2) {
  font-size: 26px;
  color: #333333;
}
.com-tit .classify {
  max-width: 900px;
  overflow: hidden;
}
.com-tit .classify ul {
  display: flex;
}
.com-tit .classify ul li {
  min-width: 176px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  border: 1px solid #eeeeee;
  margin-right: 17px;
  width: auto !important;
}
.com-tit .classify ul li.on,
.com-tit .classify ul li:hover {
  background: #e12c32;
}
.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: #e12c32;
}
.com-tit .more:hover a {
  color: #fff;
}
.product {
  margin-top: 65px;
}
.product .list ul {
  display: flex;
  flex-wrap: wrap;
}
.product .list ul li {
  margin-right: 26px;
  margin-top: 40px;
}
.product .list ul li:hover .img-wrap {
  background: #e12c32;
  overflow: hidden;
}
.product .list ul li:hover .img-wrap img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.product .list ul li:hover .text > div:nth-child(1) {
  color: #e12c32;
}
.product .list ul li:nth-child(3n) {
  margin-right: 0;
}
.product .list ul li .img-wrap {
  width: 382px;
  height: 300px;
  border: 1px solid #e5e5e5;
  padding: 11px 11px;
  box-sizing: border-box;
}
.product .list ul li .img-wrap .img {
  width: 360px;
  height: 275px;
  overflow: hidden;
}
.product .list ul li .img-wrap .img img {
  width: 360px;
  height: 275px;
  object-fit: cover;
}
.product .list ul li .text {
  display: flex;
  justify-content: space-between;
  margin-top: 19px;
  padding: 0 10px;
}
.product .list ul li .text > div:nth-child(1) {
  font-size: 17px;
  color: #333333;
  width: 75%;
}
.product .list ul li .text > div:nth-child(2) {
  font-size: 15px;
  color: #999999;
}
.about {
  margin-top: 65px;
  box-sizing: border-box;
  position: relative;
  padding-top: 68px;
  padding-bottom: 47px;
}
.about > .wrap {
  display: flex;
  justify-content: space-between;
}
.about::before {
  content: '';
  width: 64.9%;
  height: 430px;
  background: #f7f5f6;
  position: absolute;
  left: 0;
  z-index: -1;
  top: 0;
}
.about::after {
  content: '';
  width: 60.2%;
  height: 186px;
  background: #e12c32;
  position: absolute;
  right: 0;
  z-index: -1;
  bottom: 0;
}
.about .text {
  width: 532px;
}
.about .text p:nth-child(1) {
  font-weight: bold;
  font-size: 36px;
  color: #353535;
}
.about .text p:nth-child(1) span:nth-child(2) {
  color: #e12c32;
}
.about .text p:nth-child(2) {
  font-size: 16px;
  color: #333333;
  line-height: 43px;
  margin-top: 15px;
  text-align: justify;
}
.about .text p:nth-child(3) {
  width: 120px;
  height: 43px;
  background: #e12c32;
  text-align: center;
  line-height: 43px;
  font-size: 14px;
  margin-top: 117px;
}
.about .text p:nth-child(3) a {
  color: #fff;
}
.about .about-img {
  width: 631px;
  height: 438px;
}
.about .about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about .tip-color {
  width: 63.6%;
  height: 190px;
  background: #e7333a;
  position: absolute;
  bottom: -52px;
  left: 0;
  z-index: 1;
}
.about .tip-color #particles-js {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.case {
  margin-top: 80px;
}
.case .c-list {
  margin-top: 49px;
  overflow: hidden;
}
.case .c-list ul {
  display: flex;
  padding-bottom: 40px;
}
.case .c-list ul li {
  width: 286px;
  margin-right: 19px;
}
.case .c-list ul li .img-wrap {
  width: 100%;
  height: 191px;
  overflow: hidden;
}
.case .c-list ul li .img-wrap img {
  width: 100%;
  height: 100%;
}
.case .c-list ul li:hover .text {
  color: #fff;
  background: #e12c32;
}
.case .c-list ul li:hover .text p {
  color: #fff !important;
}
.case .c-list ul li:hover img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.case .c-list ul li .text {
  height: 93px;
  background: #f4f4f4;
  padding: 0 20px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.case .c-list ul li .text p {
  position: relative;
  z-index: 10;
  text-align: center;
}
.case .c-list ul li .text p:nth-child(1) {
  font-size: 16px;
  color: #333333;
  margin-top: 15px;
}
.case .c-list ul li .text p:nth-child(2) {
  color: #333;
  font-size: 24px;
  margin-top: 14px;
}
.case .swiper-pagination {
  position: relative;
}
.case .swiper-pagination .swiper-pagination-bullet {
  margin: 0 8px !important;
}
.case .swiper-pagination .swiper-pagination-bullet-active {
  width: 13px;
  height: 13px;
  background: #e12c32 !important;
  border-radius: 50%;
}
.case .swiper-pagination .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background: #e7e7e7;
  border-radius: 50%;
  opacity: 1;
}
.new {
  margin-top: 64px;
  padding-top: 48px;
  background: #f8f8f8;
  padding-bottom: 80px;
}
.new .tit {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.new .tit .top-t {
  font-weight: bold;
  font-size: 37px;
  color: #333;
}
.new .tit .top-t .t {
  margin: 0 14px;
}
.new .tit .top-t i {
  color: #e7333a;
}
.new .tit .top-t .rt {
  display: inline-block;
  transform: rotate(180deg);
}
.new .tit .e-tit {
  font-weight: 300;
  font-size: 14px;
  color: #585858;
}
.new .n-content {
  display: flex;
  margin-top: 55px;
}
.new .n-content .rec {
  width: 526px;
  height: 485px;
  background: #ffffff;
  padding: 20px;
  box-sizing: border-box;
}
.new .n-content .rec:hover img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.new .n-content .rec:hover .text p:nth-child(2) {
  color: #e10000;
}
.new .n-content .rec .img-wrap {
  width: 484px;
  height: 243px;
  background: #e10000;
  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: 13px;
  color: #333333;
  line-height: 32px;
  margin-top: 15px;
}
.new .n-content .rec .text p:nth-child(2) {
  font-weight: bold;
  font-size: 17px;
  color: #333333;
  line-height: 32px;
  margin-top: 3px;
}
.new .n-content .rec .text p:nth-child(3) {
  font-size: 13px;
  color: #666666;
  line-height: 32px;
  margin-top: 5px;
}
.new .n-content .rec .text p:nth-child(4) {
  font-size: 13px;
  color: #333333;
  line-height: 32px;
  margin-top: 5px;
}
.new .n-content .c-list {
  width: 634px;
  margin-right: 39px;
}
.new .n-content .c-list ul li {
  width: 100%;
  height: 141px;
  margin-top: 30px;
}
.new .n-content .c-list ul li:hover {
  background: #e10000;
}
.new .n-content .c-list ul li:hover a {
  background: #e10000;
}
.new .n-content .c-list ul li:hover p {
  color: #fff !important;
}
.new .n-content .c-list ul li:nth-child(1) {
  margin-top: 0;
}
.new .n-content .c-list ul li a {
  height: 141px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 23px;
}
.new .n-content .c-list ul li a p:nth-child(1) {
  font-size: 13px;
  color: #333333;
  line-height: 32px;
}
.new .n-content .c-list ul li a p:nth-child(2) {
  font-weight: bold;
  font-size: 17px;
  color: #333333;
  line-height: 32px;
  margin-top: -3px;
}
.new .n-content .c-list ul li a p:nth-child(3) {
  font-size: 13px;
  color: #666666;
  line-height: 32px;
}
.footer {
  background: #222222;
}
.footer .wrap {
  display: flex;
  justify-content: space-between;
}
.footer .wrap.f-top {
  height: 264px;
  padding-top: 55px;
  box-sizing: border-box;
}
.footer .left {
  width: 490px;
  height: 126px;
  font-size: 14px;
  color: #dedede;
  margin-right: 45px;
}
.footer .left .text {
  font-size: 14px;
  color: #dedede;
}
.footer .left .content {
  font-size: 14px;
  color: #dedede;
  line-height: 35px;
  margin-top: 10px;
}
.footer .right {
  display: flex;
}
.footer .right .content {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.footer .right .content p:nth-child(1) {
  width: 100px;
  height: 30px;
  background: #e7333a;
  font-size: 14px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .right .content p:nth-child(1) .iconfont {
  font-size: 22px;
  margin-right: 5px;
}
.footer .right .content p:nth-child(2) {
  font-size: 12px;
  color: #a09f9f;
  margin-top: 15px;
}
.footer .right .content p:nth-child(3) {
  font-size: 26px;
  font-weight: bold;
  color: #ffffff;
}
.footer .right .ewm {
  width: 120px;
  height: 120px;
  margin-left: 27px;
  text-align: center;
}
.footer .right .ewm img {
  width: 120px;
  height: 120px;
}
.footer .right .ewm p {
  font-size: 14px;
  color: #ffffff;
  margin-top: 5px;
}
.footer .copy-right {
  font-size: 12px;
  color: #7e7e7e;
  height: 56px;
  line-height: 56px;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
}
.footer .copy-right .wrap {
  display: flex;
  justify-content: space-between;
}
.footer .copy-right a {
  color: #7e7e7e;
}
.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;
}
.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 147px;
}
.banner .bd li {
  position: relative;
}
.banner .bd img {
  width: 100%;
  display: block;
}
.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: 9px;
  height: 9px;
  background: #ffffff;
  border-radius: 50%;
  margin: 0 3px;
}
.banner .hd li.on {
  background: #f3670a;
}
.banner .more {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 25px;
  z-index: 10000;
  text-align: center;
  color: #fff;
  font-size: 14px;
  animation: yunMove2 1s infinite;
}
.key {
  height: 85px;
  background: #f3f3f3;
  position: relative;
}
.key .kuai {
  content: '';
  width: 52%;
  height: 102px;
  background: #e12c32;
  position: absolute;
  left: 0;
  z-index: 0;
  top: -18px;
}
.key .kuai img {
  position: absolute;
  right: -50px;
  top: 0;
}
.key .wrap {
  height: 100%;
  align-items: center;
  justify-content: space-between;
}
.key .key-word {
  font-size: 14px;
  color: #fff;
  height: 100%;
  width: 60%;
  line-height: 67px;
}
.key .key-word .t {
  font-size: 16px;
  font-weight: bold;
}
.key .key-word a {
  color: #fff;
}
.key .key-word span {
  color: #fff;
  position: relative;
  z-index: 10;
}
.key .search {
  width: 312px;
  height: 47px;
  background: #fff;
  border-radius: 24px;
  position: relative;
}
.key .search input {
  width: 80%;
  height: 99%;
  border: none;
  background: #fff;
  outline: none;
  margin-left: 20px;
}
.key .search .iconfont {
  font-size: 20px;
  color: #e52128;
  font-weight: 600;
  position: absolute;
  right: 15px;
  top: 12px;
}
.common-left {
  width: 237px;
  background: #f5f5f5;
  float: left;
  box-sizing: border-box;
}
.common-left .title {
  background: #e7333a 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: #e7333a;
  color: #fff;
}
.common-left .nav-list > ul .li.active > a span {
  color: #fff;
}
.common-left .nav-list > ul .li > a:hover {
  background: #e7333a;
  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: #e7333a;
}
.common-left .nav-list > ul .li .sub li.active span {
  color: #e7333a;
}
.common-left .nav-list > ul .li .sub li:hover a {
  color: #e7333a;
}
.common-left .nav-list > ul .li .sub li:hover span {
  color: #e7333a;
}
.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: #e12c32;
  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: #e12c32;
}
.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: #e7333a;
  color: #fff !important;
}
.ny-news .common-right .list > ul li:hover .tit {
  color: #e7333a !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: #e7333a;
  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: 72px; */
}
.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: 441px;
}
.ny-contact .message .input > div input {
  width: 452px;
  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) {
  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: #e7333a;
  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-bottom: 80px;
  margin-top: 65px;
}
.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: #e7333a;
  color: #fff !important;
}
.ny-search .list > ul li:hover .tit {
  color: #e7333a !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;
}
.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: #e7333a;
}
.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: #e7333a !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: #e12c32;
  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: '微软雅黑';
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}
.content-wrap {
  overflow-x: hidden;
}
