* {
  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: 75%;
  min-width: 1200px;
}
.dec {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.overflow6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
.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: 36px;
  line-height: 36px;
  background: #000000;
  font-size: 12px;
  color: #ffffff;
}
.top-head,
.ny-head {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 10000;
}
.top-head .top-content,
.ny-head .top-content {
  background: #fff;
  height: 110px;
  box-sizing: border-box;
}
.top-head .top-content .wrap,
.ny-head .top-content .wrap {
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top-head .wrap,
.ny-head .wrap {
  position: relative;
}
.top-head .tel,
.ny-head .tel {
  font-size: 16px;
  color: #f7f7f7;
  position: absolute;
  right: 0;
  z-index: 100000000000000000000;
  top: 20px;
}
.top-head .tel .iconfont,
.ny-head .tel .iconfont {
  font-size: 30px;
}
.top-head .navBar,
.ny-head .navBar {
  display: flex;
}
.top-head .navBar li,
.ny-head .navBar li {
  position: relative;
  color: #333;
  margin: 0 1px;
}
.top-head .navBar li:hover,
.ny-head .navBar li:hover,
.top-head .navBar li.on,
.ny-head .navBar li.on {
  height: 40px;
  border-right: none;
  position: relative;
}
.top-head .navBar li:hover .tit,
.ny-head .navBar li:hover .tit,
.top-head .navBar li.on .tit,
.ny-head .navBar li.on .tit {
  height: 40px;
  background: #c42635;
  font-weight: 700;
  color: #fff;
}
.top-head .navBar li:hover .tit a,
.ny-head .navBar li:hover .tit a,
.top-head .navBar li.on .tit a,
.ny-head .navBar li.on .tit a {
  color: #fff;
}
.top-head .navBar li:hover .sub,
.ny-head .navBar li:hover .sub {
  display: block;
}
.top-head .navBar .tit,
.ny-head .navBar .tit {
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  color: #333;
  position: relative;
  z-index: 2;
  padding: 0 19px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-head .navBar .sub,
.ny-head .navBar .sub {
  position: absolute;
  left: 50%;
  transition: all 0.3s linear;
  overflow: hidden;
  min-width: 190px;
  z-index: 10000;
  display: none;
  transform: translateX(-50%);
  box-sizing: border-box;
  padding-top: 39px;
}
.top-head .navBar .sub a,
.ny-head .navBar .sub a {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 26px;
  background: #fff;
  box-sizing: border-box;
  text-align: center;
  border-bottom: 1px solid #eee;
}
.top-head .navBar .sub a:hover,
.ny-head .navBar .sub a:hover {
  background: #c42635;
  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 {
  text-align: center;
}
.com-tit p:nth-child(1) {
  font-size: 34px;
  font-weight: bold;
  color: #333333;
  line-height: 38px;
  display: inline-block;
  position: relative;
}
.com-tit p:nth-child(1)::before {
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  background: #dbdbdb;
  position: absolute;
  left: -54px;
  top: 19px;
}
.com-tit p:nth-child(1)::after {
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  background: #dbdbdb;
  position: absolute;
  right: -49px;
  top: 19px;
}
.com-tit p:nth-child(2) {
  font-size: 20px;
  color: #555555;
  line-height: 38px;
}
.case {
  margin-top: 64px;
}
.case .pro-list {
  margin-top: 45px;
}
.case .pro-list ul {
  display: flex;
}
.case .pro-list ul li {
  width: calc(25% - 17px);
  margin-right: 24px;
  position: relative;
  overflow: hidden;
}
.case .pro-list ul li:hover::before {
  display: none;
}
.case .pro-list ul li:hover::after {
  top: 0;
  transition: all 0.3s;
}
.case .pro-list ul li:hover .text {
  top: 124px;
}
.case .pro-list ul li:hover .text p {
  text-align: center;
}
.case .pro-list ul li::before {
  content: '';
  width: 100%;
  height: 100%;
  background: url('../images/mask_03.png') no-repeat;
  background-size: 100% 100%;
  display: block;
  position: absolute;
  top: 0;
  z-index: 10;
}
.case .pro-list ul li::after {
  content: '';
  width: 100%;
  height: 100%;
  background: #c42635;
  background-size: 100% 100%;
  display: block;
  position: absolute;
  top: 100%;
  z-index: 10;
}
.case .pro-list ul li:nth-child(4) {
  margin-right: 0;
}
.case .pro-list ul li .img-wrap {
  width: 100%;
}
.case .pro-list ul li .img-wrap .img {
  width: 100%;
}
.case .pro-list ul li .img-wrap .img::after {
  content: '';
  padding-bottom: 120%;
  display: block;
}
.case .pro-list ul li .text {
  position: absolute;
  bottom: 30px;
  padding: 0 20px;
  z-index: 100;
}
.case .pro-list ul li .text p:nth-child(1) {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}
.case .pro-list ul li .text p:nth-child(2) {
  font-size: 14px;
  color: #ffffff;
  line-height: 30px;
  margin-top: 8px;
}
.about {
  margin-top: 55px;
  background: #f8f8f8;
  padding-top: 56px;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 64px;
  height: 760px;
}
.about .text {
  width: 53.8%;
}
.about .text p:nth-child(1) {
  font-size: 34px;
  font-weight: bold;
  color: #333333;
  position: relative;
  margin-left: 45px;
}
.about .text p:nth-child(1)::before {
  display: block;
  content: '';
  width: 29px;
  height: 1px;
  background: #000000;
  position: absolute;
  left: -42px;
  top: 22px;
}
.about .text p:nth-child(2) {
  font-size: 26px;
  font-weight: bold;
  color: #1c1c1c;
  margin-top: 10px;
}
.about .text p:nth-child(3) {
  font-size: 16px;
  color: #333333;
  line-height: 47px;
  margin-top: 18px;
  margin-bottom: 25px;
  text-align: justify;
}
.about .history {
  width: 50.8%;
  position: relative;
  z-index: 10;
  margin-right: 55px;
}
.about .history ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 95px;
}
.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: 58px;
  font-weight: bold;
  color: #ffffff;
}
.about .history ul li p:nth-child(1) span:nth-child(2) {
  font-size: 22px;
  color: #fff;
  position: relative;
  top: -13px;
}
.about .history ul li p:nth-child(2) {
  width: 86px;
  height: 38px;
  line-height: 24px;
  font-size: 14px;
  color: #ffffff;
  text-align: left;
  margin-top: 15px;
}
.about .about-img {
  width: 44.8%;
  height: 593px;
  position: absolute;
  right: 0;
  top: 93px;
  z-index: 10;
}
.about .about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about .about-img video {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.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: #c42635;
  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;
}
.about .tip-color {
  width: 70%;
  height: 290px;
  background: #c42635;
  position: absolute;
  bottom: 0;
  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;
}
.product {
  background: #f8f8f8;
  padding-bottom: 40px;
}
.product .com-tit {
  text-align: left;
}
.product .com-tit p {
  color: #fff;
}
.product .com-tit p:nth-child(1) {
  margin-left: 57px;
}
.product .com-tit p:nth-child(1)::before {
  background: #fff;
}
.product .com-tit p:nth-child(1)::after {
  background: none;
}
.product .com-tit p:nth-child(2) {
  font-size: 26px;
  font-weight: bold;
  color: #ffffff;
  line-height: 54px;
  margin-top: 15px;
}
.product .com-tit p:nth-child(3) {
  font-size: 26px;
  font-weight: bold;
  color: #ffffff;
  line-height: 54px;
}
.product .classify {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product .classify .c-nav ul {
  display: flex;
  font-size: 18px;
}
.product .classify .c-nav ul li {
  margin-right: 25px;
}
.product .classify .c-nav ul li.on a,
.product .classify .c-nav ul li:hover a {
  color: #c42635;
}
.product .classify .c-nav ul a {
  color: #ffffff;
}
.product .classify .btn-list {
  display: flex;
  align-items: center;
}
.product .classify .btn-list > div {
  width: 56px;
  height: 56px;
  border: 1px solid #6f6f6f;
  border-radius: 50%;
  color: #6f6f6f;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 16px;
}
.product .classify .btn-list > div:hover {
  background: #c42635;
  border: 1px solid #c42635;
}
.product .classify .btn-list > div:hover span {
  color: #fff;
}
.product .classify .btn-list > div:nth-child(2) {
  transform: rotate(180deg);
}
.product .classify .btn-list > div span {
  font-size: 20px;
}
.product .pro-list {
  margin-top: -240px;
}
.product .pro-list ul {
  display: flex;
  flex-wrap: wrap;
}
.product .pro-list ul li {
  width: calc(25% - 15px);
  margin-right: 18px;
  margin-bottom: 24px;
}
.product .pro-list ul li:hover .img-wrap {
  overflow: hidden;
}
.product .pro-list ul li:hover .img-wrap .img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.product .pro-list ul li:hover .text {
  background: #c42635;
  color: #fff;
}
.product .pro-list ul li .img-wrap {
  width: 100%;
}
.product .pro-list ul li .img-wrap .img {
  width: 100%;
}
.product .pro-list ul li .img-wrap .img::before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 70%;
}
.product .pro-list ul li .text {
  height: 60px;
  line-height: 60px;
  background: #ffffff;
  padding: 0 18px;
  box-sizing: border-box;
}
.product .pro-list ul li:nth-child(4n) {
  margin-right: 0;
}
.product .top-wrap {
  height: 580px;
  padding-top: 70px;
  box-sizing: border-box;
}
.type {
  margin-top: 64px;
}
.type .type-list {
  margin-top: 45px;
}
.type .type-list ul {
  display: flex;
}
.type .type-list ul li {
  width: 33.33%;
  width: 100%;
  overflow: hidden;
}
.type .type-list ul li .img {
  width: 100%;
}
.type .type-list ul li .img:hover {
  transform: scale(1.1);
  transition: all 0.3s;
}
.type .type-list ul li .img::after {
  content: '';
  display: block;
  padding-bottom: 100%;
}
.type .type-list ul li.text {
  width: 100%;
  background: #050910;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.type .type-list ul li.text:hover {
  background: #c42635;
}
.type .type-list ul li.text p:nth-child(1) {
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
}
.type .type-list ul li.text p:nth-child(2) {
  font-size: 22px;
  color: #ffffff;
}
.news {
  margin-top: 64px;
}
.news .hot ul {
  display: flex;
  margin-top: 48px;
  flex-wrap: wrap;
}
.news .hot ul li {
  width: calc(33% - 32px);
  background: #f4f4f4;
  padding: 45px 35px;
  box-sizing: border-box;
  margin-right: 54px;
}
.news .hot ul li:hover {
  background: #c42635;
}
.news .hot ul li:hover p {
  color: #fff !important;
}
.news .hot ul li:hover .img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.news .hot ul li:hover .time span {
  color: #ffffff !important;
}
.news .hot ul li:hover .time span:nth-last-child(1) {
  color: #ffffff !important;
  opacity: 0.6;
}
.news .hot ul li:hover .time span i {
  background: #ffffff !important;
  opacity: 0.6;
}
.news .hot ul li:nth-last-child(1) {
  margin-right: 0;
}
.news .hot ul li .text .time {
  display: flex;
  justify-content: space-between;
}
.news .hot ul li .text .time span:nth-child(1) {
  font-size: 28px;
  font-weight: bold;
  color: #333333;
}
.news .hot ul li .text .time span:nth-child(2) {
  font-size: 16px;
  color: #999999;
  line-height: 38px;
  display: flex;
  align-items: center;
}
.news .hot ul li .text .time span:nth-child(2) i {
  display: inline-block;
  width: 47px;
  height: 1px;
  background: #e7e7e7;
  margin-right: 15px;
}
.news .hot ul li .text p:nth-child(2) {
  font-size: 16px;
  color: #333333;
  margin-top: 35px;
}
.news .hot ul li .text p:nth-child(3) {
  font-size: 14px;
  color: #666666;
  line-height: 38px;
  margin-top: 15px;
}
.news .hot ul li .img-wrap {
  width: 100%;
  margin-top: 38px;
  overflow: hidden;
}
.news .hot ul li .img-wrap .img {
  width: 100%;
}
.news .hot ul li .img-wrap .img::after {
  content: '';
  width: 100%;
  padding-bottom: 53%;
  display: block;
}
.news .new-list {
  margin-top: 30px;
}
.news .new-list ul {
  display: flex;
  flex-wrap: wrap;
}
.news .new-list ul li {
  width: calc(33% - 20px);
  margin-right: 35px;
  border-bottom: 1px solid #ededed;
  padding: 0 17px;
  box-sizing: border-box;
  padding-bottom: 24px;
  padding-top: 32px;
}
.news .new-list ul li:hover {
  background: #ffffff;
  box-shadow: 0px 3px 51px 0px rgba(228, 228, 228, 0.95);
  border: none;
}
.news .new-list ul li:hover .title {
  color: #c42635 !important;
}
.news .new-list ul li:nth-child(3n) {
  margin-right: 0;
}
.news .new-list ul li p:nth-child(1) span:nth-child(1) {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
}
.news .new-list ul li p:nth-child(1) span:nth-child(2) {
  font-size: 14px;
  color: #999999;
  margin-left: 10px;
}
.news .new-list ul li p:nth-child(2) {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.news .new-list ul li p:nth-child(2) span:nth-child(1) {
  font-size: 16px;
  color: #333333;
}
.news .new-list ul li p:nth-child(2) span:nth-child(2) {
  color: #000000;
  font-size: 18px;
}
.partner {
  margin-top: 64px;
  margin-bottom: 80px;
}
.partner .tit {
  font-size: 42px;
  font-weight: bold;
  color: #c42635;
}
.partner .list {
  margin-top: 40px;
}
.partner .list ul {
  display: flex;
  flex-wrap: wrap;
}
.partner .list ul li {
  width: 16.5%;
  height: 90px;
  background: #ffffff;
  border: 1px solid #e3e3e3;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: none;
  border-right: none;
}
.partner .list ul li:hover {
  border: 1px solid #c42635 !important;
}
.partner .list ul li:nth-child(2n) {
  border-right: 1px solid #e3e3e3;
}
.partner .list ul li:nth-last-child(1),
.partner .list ul li:nth-last-child(2),
.partner .list ul li:nth-last-child(3),
.partner .list ul li:nth-last-child(4),
.partner .list ul li:nth-last-child(5),
.partner .list ul li:nth-last-child(6) {
  border-bottom: 1px solid #e3e3e3;
}
.partner .list ul li img {
  max-width: 80%;
  max-height: 80%;
}
.partner .hd ul {
  display: flex;
}
.partner .hd ul li {
  width: 0.13rem;
  height: 0.13rem;
  background: #ebebeb;
  border-radius: 50%;
}
.partner .hd ul li.on {
  background: #c42635;
}
.footer {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #050910;
}
.footer .wrap {
  display: flex;
  position: relative;
}
.footer .wrap .left {
  height: 139px;
  border-right: 1px solid rgba(255, 255, 255, 0.07);
  padding-right: 65px;
}
.footer .wrap .left .descript {
  font-size: 18px;
  color: #ffffff;
  margin-top: 26px;
}
.footer .wrap .mid {
  width: 380px;
  margin-left: 75px;
  margin-top: -20px;
}
.footer .wrap .mid .tit {
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
}
.footer .wrap .mid .content p {
  margin-top: 15px;
  display: flex;
  font-size: 16px;
  color: #fff;
}
.footer .wrap .mid .content p span {
  display: flex;
  align-items: center;
}
.footer .wrap .mid .content p span:nth-child(1) {
  width: 33px;
  height: 33px;
  color: #fff;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -2px;
}
.footer .wrap .mid .content p span:nth-child(2) {
  margin-left: 14px;
  width: 375px;
  line-height: 28px;
  color: #929293;
  display: inline-block;
}
.footer .wrap .right {
  position: absolute;
  right: 0;
  top: 0;
}
.footer .wrap .right .tel p:nth-child(1) {
  font-size: 16px;
  color: #ffffff;
}
.footer .wrap .right .tel p:nth-child(2) {
  font-size: 42px;
  font-weight: bold;
  color: #fcfcfc;
}
.footer .wrap .right .erwei {
  text-align: center;
}
.footer .wrap .right .erwei .img-wrap {
  width: 136px;
  height: 136px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .wrap .right .erwei .img-wrap img {
  width: 136px;
  height: 136px;
}
.footer .wrap .right .erwei p {
  font-size: 14px;
  color: #fcfcfc;
  margin-top: 12px;
  text-align: center;
  width: 100%;
}
.copy-right {
  width: 100%;
  text-align: center;
  height: 80px;
  line-height: 80px;
  font-size: 12px;
  color: #e8e8e9;
  background: #020408;
}
.copy-right .wrap {
  display: flex;
  justify-content: space-between;
}
.copy-right .wrap img {
  margin: 0 8px;
  position: relative;
  top: 4px;
}
.copy-right .ditu {
  font-size: 14px;
  color: #e8e8e9;
  display: flex;
  align-items: center;
}
.copy-right .ditu .iconfont {
  font-size: 18px;
  margin-right: 6px;
  color: #e8e8e9;
}
.copy-right a {
  color: #fff;
}
.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;
  padding-top: 1px;
  margin-top: 146px;
}
.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: 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: 25px;
  z-index: 10000;
  text-align: center;
  color: #fff;
  font-size: 14px;
  animation: yunMove2 1s infinite;
}
.fluxslider .images {
  position: static !important;
}
.fluxslider {
  position: static !important;
}
.fluxslider .surface {
  position: static !important;
}
.fluxslider .images > div {
  background-position-x: center !important;
  left: 50% !important;
  transform: translateX(-50%);
}
@keyframes yunMove2 {
  0% {
    margin-bottom: -5px;
  }
  100% {
    margin-bottom: 5px;
  }
}
.common-left {
  width: 276px;
  box-sizing: border-box;
  float: left;
}
.common-left .tit {
  font-size: 22px;
  color: #333333;
  height: 90px;
  background: #c42635;
  border-bottom: 1px solid #f5f5f5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  padding: 0 33px;
  box-sizing: border-box;
  position: relative;
}
.common-left .tit .text p:nth-child(1) {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.common-left .tit .text p:nth-child(2) {
  font-size: 16px;
  color: #ffffff;
  margin-top: 3px;
}
.common-left .tit .iconfont {
  font-size: 33px;
  margin-right: 9px;
  font-weight: 400;
  color: #fff;
}
.common-left .nav-list {
  padding-bottom: 20px;
  margin-top: 28px;
  position: relative;
}
.common-left .nav-list::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 10px solid;
  position: absolute;
  top: -29px;
  left: 50%;
  transform: translateX(-50%);
  border-color: #c42635 transparent transparent transparent;
}
.common-left .nav-list .p-li {
  line-height: 72px;
  font-size: 16px;
  color: #333333;
  margin-top: 4px;
}
.common-left .nav-list .p-li.on .icon-a-jiahao8 {
  display: none;
}
.common-left .nav-list .p-li.on .icon-jian {
  display: block;
}
.common-left .nav-list .p-li .icon-jian {
  display: none;
}
.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 20px;
  padding-right: 20px;
  background: #f6f6f6;
}
.common-left .nav-list .p-li > a:hover,
.common-left .nav-list .p-li > a.on {
  background: #c42635;
}
.common-left .nav-list .p-li > a:hover span,
.common-left .nav-list .p-li > a.on span {
  color: #fff;
}
.common-left .nav-list .p-li > a:hover .iconfont,
.common-left .nav-list .p-li > a.on .iconfont {
  color: #fff;
}
.common-left .nav-list .p-li > a .left-tit {
  display: flex;
  align-items: center;
}
.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;
  color: #515151;
  font-weight: 700;
}
.common-left .nav-list .p-li .sub {
  background: #fff;
}
.common-left .nav-list .p-li .sub li {
  height: 72px;
  margin-top: 4px;
}
.common-left .nav-list .p-li .sub li:hover,
.common-left .nav-list .p-li .sub li.active {
  color: #c42635 !important;
}
.common-left .nav-list .p-li .sub li:hover span,
.common-left .nav-list .p-li .sub li.active span {
  color: #c42635 !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: #c42635;
}
.common-left .nav-list .p-li .sub li a {
  width: 100%;
  font-size: 16px;
  color: #333333;
  background: #f6f6f6;
  line-height: 72px;
  padding-left: 35px;
  padding-right: 20px;
  box-sizing: border-box;
  display: inline-block;
}
.common-left .nav-list .p-li .sub li a span {
  display: inline-block;
  color: #333;
}
.common-right {
  margin-left: 48px;
  width: calc(100% - 342px);
  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 #c42635;
  position: relative;
  top: 2px;
}
.common-right .top > div:nth-child(2) {
  font-size: 14px;
  color: #333333;
}
.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-product {
  margin-top: 65px;
  margin-bottom: 80px;
}
.ny-product .pro-list {
  margin-top: -32px;
}
.ny-product .pro-list ul {
  display: flex;
  flex-wrap: wrap;
}
.ny-product .pro-list ul li {
  width: calc(33% - 20px);
  margin-right: 18px;
  margin-top: 32px;
}
.ny-product .pro-list ul li:hover .img-wrap {
  overflow: hidden;
}
.ny-product .pro-list ul li:hover .img-wrap .img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.ny-product .pro-list ul li:hover .text {
  background: #c42635;
  color: #fff;
}
.ny-product .pro-list ul li .img-wrap {
  width: 100%;
}
.ny-product .pro-list ul li .img-wrap .img {
  width: 100%;
}
.ny-product .pro-list ul li .img-wrap .img::before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 70%;
}
.ny-product .pro-list ul li .text {
  height: 60px;
  line-height: 60px;
  background: #ffffff;
  padding: 0 18px;
  box-sizing: border-box;
  box-shadow: 0px 1px 46px 0px rgba(200, 200, 200, 0.31);
}
.ny-product .pro-list ul li:nth-child(3n) {
  margin-right: 0;
}
.ny-new {
  margin-bottom: 80px;
  margin-top: 65px;
}
.ny-new .new-list {
  margin-top: -32px;
}
.ny-new .new-list ul li {
  padding: 24px 30px;
  height: 241px;
  background: #ffffff;
  box-shadow: 0px 4px 38px 0px rgba(220, 220, 220, 0.57);
  margin-top: 30px;
  box-sizing: border-box;
}
.ny-new .new-list ul li a {
  display: flex;
  justify-content: space-between;
}
.ny-new .new-list ul li:hover {
  background: #ffffff;
  background: #c42635;
  border: none;
}
.ny-new .new-list ul li:hover .text p {
  color: #fff !important;
}
.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: 29.6%;
  height: 193px;
}
.ny-new .new-list ul li a .img-wrap .img {
  width: 100%;
  height: 100%;
}
.ny-new .new-list ul li a .text {
  width: calc(69.9% - 19px);
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.ny-new .new-list ul li a .text p:nth-child(1) {
  font-size: 16px;
  color: #666666;
  line-height: 35px;
}
.ny-new .new-list ul li a .text p:nth-child(2) {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  margin-top: 10px;
}
.ny-new .new-list ul li a .text p:nth-child(3) {
  font-size: 14px;
  color: #999999;
  line-height: 35px;
  margin-top: 10px;
  text-align: justify;
}
.ny-page {
  margin-top: 65px;
  margin-bottom: 80px;
}
.ny-page .content {
  margin-top: 20px;
}
.ny-contact {
  margin-top: 64px;
  margin-bottom: 80px;
}
.ny-contact .cont {
  display: flex;
  margin-top: 40px;
}
.ny-contact .cont .left {
  width: 388px;
}
.ny-contact .cont .left .company-name {
  font-size: 24px;
  color: #c42635;
  font-weight: bold;
}
.ny-contact .cont .left .english {
  font-size: 15px;
  color: #999999;
}
.ny-contact .cont .left .line {
  width: 18px;
  height: 1px;
  background: #848484;
  margin-top: 20px;
}
.ny-contact .cont .left .contact-details {
  font-size: 16px;
  color: #2a2c27;
  line-height: 48px;
  margin-top: 16px;
}
.ny-contact .cont .right {
  display: flex;
  padding-top: 56px;
  margin-left: 18%;
}
.ny-contact .cont .right .back-wrap:nth-last-child(1) {
  margin-left: 80px;
}
.ny-contact .cont .right .back {
  width: 150px;
  height: 150px;
  box-shadow: 0px -2px 21px 0px rgba(221, 221, 221, 0.76);
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ny-contact .cont .right img {
  width: 150px;
  height: 150px;
}
.ny-contact .cont .right p {
  width: 150px;
  text-align: center;
  font-size: 16px;
  color: #333333;
  margin-top: 11px;
}
.ny-contact .map {
  margin-top: 44px;
}
.ny-prodetail {
  margin-bottom: 88px;
  margin-top: 64px;
}
.ny-prodetail .left .top-swiper {
  width: 413px;
  height: 287px;
  overflow: hidden;
}
.ny-prodetail .left .top-swiper .swiper-slide {
  width: 413px;
  height: 287px;
}
.ny-prodetail .left .top-swiper .swiper-slide img {
  width: 99%;
  height: 99%;
  object-fit: contain;
  border: 1px solid #efefef;
}
.ny-prodetail .left .img-list {
  margin-top: 8px;
}
.ny-prodetail .left .bottom-swiper {
  width: 370px;
  overflow: hidden;
  background: #fff;
}
.ny-prodetail .left .bottom-swiper .swiper-slide-thumb-active img {
  border: 1px solid #c42635;
}
.ny-prodetail .left .bottom-swiper img {
  width: 71px;
  height: 82px;
  margin-right: 6px;
  object-fit: cover;
}
.ny-prodetail .left .img-list {
  display: flex;
  background: #fff;
  width: 413px;
  box-sizing: border-box;
}
.ny-prodetail .left .button {
  width: 22px;
  height: 82px;
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ny-prodetail .left .button.iconfont {
  color: #fff;
  font-size: 14px;
  position: relative;
}
.ny-prodetail .left .button.iconfont::before {
  position: absolute;
  left: 2px;
  display: inline-block;
}
.ny-prodetail .left .button.prev {
  transform: rotateY(180deg);
}
.ny-prodetail .right {
  margin-left: 44px;
}
.ny-prodetail .right .top-text p.title {
  font-size: 22px;
  font-weight: bold;
  color: #333333;
  line-height: 41px;
  margin-top: 25px;
  margin-bottom: 18px;
}
.ny-prodetail .right .top-text p.class {
  font-size: 16px;
  color: #666666;
  line-height: 52px;
}
.ny-prodetail .right .top-text .tel {
  height: 27px;
  font-size: 37px;
  font-weight: bold;
  color: #c42635;
  line-height: 34px;
  margin-top: 63px;
}
.ny-prodetail .right .top-text .tel .iconfont {
  font-size: 34px;
  margin-right: 10px;
}
.ny-prodetail .right .pro-mark {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 30px;
}
.ny-prodetail .right .pro-mark .remark {
  font-size: 16px;
  color: #666666;
  margin-right: 22px;
  margin-bottom: 10px;
}
.ny-prodetail .right .pro-mark .lists {
  display: flex;
  flex-wrap: wrap;
}
.ny-prodetail .right .pro-mark .lists > div {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.ny-prodetail .right .pro-mark .lists > div:nth-child(1) {
  margin-right: 22px;
}
.ny-prodetail .right .pro-mark .lists .iconfont {
  color: #c42635;
  font-size: 20px;
  margin-right: 5px;
}
.ny-prodetail .contents {
  display: flex;
}
.ny-prodetail .content-detail {
  margin-top: 65px;
}
.ny-prodetail .content-detail .top-nav {
  width: 100%;
  height: 57px;
  background: #f8f8f8;
}
.ny-prodetail .content-detail .top-nav .list {
  height: 100%;
  padding: 0 20px;
  background: #c42635;
  font-size: 18px;
  color: #ffffff;
  width: 164px;
  text-align: center;
  line-height: 57px;
  box-sizing: border-box;
}
.ny-prodetail .content-detail .conts {
  margin-top: 35px;
}
.message {
  margin-top: 40px;
  box-sizing: border-box;
  color: #999999;
}
.message h3 {
  font-size: 24px;
  font-weight: 700;
  color: #333333;
}
.message .input {
  display: flex;
  margin-top: 20px;
}
.message .input > div {
  width: calc(33% - 14px);
}
.message .input > div input {
  height: 100%;
  border: none;
  outline: none;
  margin-top: 11px;
  width: 100%;
  height: 54px;
  padding-left: 15px;
  box-sizing: border-box;
  background: #f7f7f7;
}
.message .input > div:nth-child(1),
.message .input > div:nth-child(2) {
  margin-right: 30px;
}
.message .input > div span {
  display: block;
  font-size: 16px;
  color: #666;
}
.message .input > div span i {
  color: #ff1f1f;
  margin-left: 3px;
}
.message .text-area {
  margin-top: 25px;
  width: 100%;
  height: 137px;
  box-sizing: border-box;
}
.message .text-area span {
  display: block;
  font-size: 16px;
  color: #666;
}
.message .text-area textarea {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  padding: 15px;
  box-sizing: border-box;
  margin-top: 11px;
  background: #f7f7f7;
}
.message .btn-group {
  display: flex;
  justify-content: flex-start;
  margin-top: 70px;
}
.message .btn {
  width: 133px;
  height: 43px;
  background: #c42635;
  line-height: 43px;
  color: #fff;
  text-align: center;
}
.message .reset {
  width: 133px;
  height: 43px;
  background: #d6d6d6;
  color: #fff;
  line-height: 43px;
  text-align: center;
  margin-left: 26px;
}
.message-btn {
  width: 224px;
  height: 57px;
  background: #c42635;
  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;
}
/*悬浮*/
.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: #c42635;
}
.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: #c42635;
  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;
}
.ny-download {
  display: flex;
  margin-top: 35px;
  margin-bottom: 98px;
}
.ny-download .lists > ul {
  display: flex;
  flex-wrap: wrap;
}
.ny-download .lists > ul li {
  width: calc(50% - 14px);
  height: 89px;
  margin-left: 27px;
  border: 1px solid #f2f2f2;
  padding: 24px 25px;
  margin-top: 28px;
  box-sizing: border-box;
}
.ny-download .lists > ul li:hover {
  border: none;
  box-shadow: 0px 1px 21px 0px rgba(224, 224, 224, 0.35);
}
.ny-download .lists > ul li:hover a > div:nth-child(3) {
  background: #c42635;
}
.ny-download .lists > ul li:hover a > div:nth-child(3) span {
  color: #fff;
}
.ny-download .lists > ul li:nth-child(2n + 1) {
  margin-left: 0;
}
.ny-download .lists > ul li a {
  display: flex;
  align-items: center;
}
.ny-download .lists > ul li a > div:nth-child(1) span {
  color: #ffbb63;
  font-size: 50px;
}
.ny-download .lists > ul li a > div:nth-child(2) {
  margin-left: 10px;
  margin-top: 5px;
  width: 339px;
}
.ny-download .lists > ul li a > div:nth-child(2) p:nth-child(1) {
  font-size: 16px;
  color: #333;
  width: 195px;
}
.ny-download .lists > ul li a > div:nth-child(2) p:nth-child(2) {
  font-size: 12px;
  color: #b4aeae;
}
.ny-download .lists > ul li a > div:nth-child(3) {
  width: 47px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  background: #f2f3f5;
  border-radius: 12px;
  margin-left: 70px;
}
.ny-download .lists > ul li a > div:nth-child(3) span {
  color: #7e858c;
  font-size: 20px;
}
.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: #c42635;
}
.paging {
  display: flex;
  width: 100%;
  justify-content: center;
  margin: 56px 0 0 0;
}
.paging li {
  height: 57px !important;
  border-bottom: none !important;
}
.paging li a,
.paging li span {
  display: block;
  width: 57px;
  height: 57px;
  line-height: 57px;
  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: #c42635 !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.prev {
  transform: rotate(180deg);
}
.paging li.prev span {
  border: none;
  font-size: 20px;
  position: relative;
  left: -7px;
}
.paging li.next span {
  border: none;
  font-size: 20px;
  position: relative;
  left: -7px;
}
.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) {
  .case .list {
    width: 95%;
  }
  .case .list li p.tit {
    font-size: 18px;
  }
  .case .list li p.eng {
    font-size: 8px;
  }
  .case .list li .text {
    padding-left: 12px;
  }
  .case .list li p.icon {
    padding-top: 169%;
  }
  .case .list {
    margin-top: 30px;
  }
}
.fluxslider .images {
  position: static !important;
}
.fluxslider {
  position: static !important;
}
.fluxslider .surface {
  position: static !important;
}
.fluxslider .images > div {
  background-position-x: center !important;
  left: 50% !important;
  transform: translateX(-50%);
}
