* {
  margin: 0;
  padding: 0;
}
body {
  color: #333333;
  font-size: 14px;
  background: #fff;
  overflow-x: hidden;
  width: 100%;
  font-family: '微软雅黑';
}
p {
  word-break: break-all;
}
.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 {
  width: 1300px;
  margin: 0 auto;
}
.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;
}
.overflow3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.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);
}
.com-tit {
  display: flex;
  justify-content: space-between;
}
.com-tit .left p:nth-child(1) {
  font-size: 14px;
  height: 24px;
  color: #222222;
  padding-left: 8px;
  z-index: 2;
  position: relative;
}
.com-tit .left p:nth-child(1) .iconfont {
  color: #e61231;
  font-size: 33px;
  position: absolute;
  left: 0;
  bottom: 4px;
  z-index: 0;
  display: inline-block;
  transform: rotateY(180deg);
}
.com-tit .left p:nth-child(1) i {
  position: relative;
  z-index: 2;
}
.com-tit .left p:nth-child(2) {
  font-size: 30px;
  font-weight: bold;
  color: #222222;
  line-height: 35px;
}
.com-tit .more {
  width: 170px;
  height: 56px;
  line-height: 56px;
  background: #e61231;
  font-size: 16px;
  padding: 0 25px;
  box-sizing: border-box;
}
.com-tit .more a {
  display: flex;
  justify-content: space-between;
}
.com-tit .more .iconfont {
  font-size: 20px;
}
.com-tit .more a {
  color: #fff;
}
.top-head {
  width: 100%;
  position: fixed;
  height: 90px;
  background: #fff;
  line-height: 90px;
  top: 0;
  z-index: 1000000;
}
.top-head .logo {
  display: flex;
  align-items: center;
}
.top-head .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.top-head .nav {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #ffffff;
}
.top-head .nav li {
  min-width: 120px;
  text-align: center;
  position: relative;
}
.top-head .nav li:hover,
.top-head .nav li.on {
  font-weight: 700;
}
.top-head .nav li:hover .iconfont,
.top-head .nav li.on .iconfont {
  opacity: 1;
}
.top-head .nav li .iconfont {
  color: #e61231;
  position: absolute;
  bottom: -67px;
  font-size: 14px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: flex-end;
  opacity: 0;
}
.top-head .nav li:hover .sub {
  display: block;
}
.top-head .nav .tit {
  font-size: 22px;
  font-size: 16px;
  color: #333;
  position: relative;
  z-index: 2;
}
.top-head .nav .sub {
  position: absolute;
  left: 50%;
  width: 191px;
  transition: all 0.3s linear;
  overflow: hidden;
  z-index: 10000;
  display: none;
  transform: translateX(-50%);
  border-top: 3px solid #e61231;
  top: 90px;
  font-weight: 400;
}
.top-head .nav .sub a {
  background: #fff;
  display: block;
  width: 100%;
  height: 53px;
  line-height: 53px;
  box-sizing: border-box;
  text-align: center;
  border-bottom: 1px solid #f3f5f8;
  color: #666;
}
.top-head .nav .sub a:nth-last-child(1) {
  border-bottom: none;
}
.top-head .nav .sub a:hover {
  font-weight: 700;
  background: #e61231;
  color: #fff;
}
.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 90px;
}
.banner .bd li {
  position: relative;
}
.banner .bd img {
  width: 100%;
  display: block;
}
.banner .btn-list {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 35px;
  right: 23%;
  transform: translateX(50%);
  z-index: 1000;
}
.banner .prev,
.banner .next {
  width: 42px;
  height: 42px;
  background: #ffffff;
  border-radius: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner .prev span,
.banner .next span {
  color: #e61231;
  font-size: 18px;
}
.banner .prev:hover,
.banner .next:hover {
  background: #e61231;
}
.banner .prev:hover span,
.banner .next:hover span {
  color: #fff;
}
.banner .hd {
  margin: 0 35px;
}
.banner .hd ul {
  display: flex;
  align-items: center;
}
.banner .hd ul li {
  width: 5px;
  height: 5px;
  background: #ffffff;
  border-radius: 50%;
  margin: 0 3px;
}
.banner .hd ul li.on {
  width: 7px;
  height: 7px;
}
.ny-banner {
  height: 485px;
  padding-top: 104px;
}
.ny-banner img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.product {
  background: #fff;
  padding-top: 65px;
  padding-bottom: 55px;
}
.product .classify {
  display: flex;
  margin-top: 40px;
  position: relative;
  padding-left: 67px;
  padding-right: 60px;
  background: #f9f9f9;
  border-radius: 67px 0 0px 67px;
}
.product .classify .pro-icon {
  width: 67px;
  height: 67px;
  background: #e61231;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
}
.product .classify .iconfont {
  font-size: 50px;
  color: #fff;
}
.product .classify .swiper {
  overflow: hidden;
}
.product .classify .swiper ul {
  display: flex;
  height: 62px;
  line-height: 62px;
  width: 100%;
  box-sizing: border-box;
}
.product .classify .swiper ul li {
  margin: 0 20px;
  width: auto !important;
}
.product .classify .swiper ul li a {
  color: #333;
}
.product .classify .swiper ul li a:hover {
  font-weight: 700;
}
.product .classify .swiper ul li.on {
  font-weight: 700;
}
.product .pro-list {
  margin-top: 20px;
}
.product .pro-list ul {
  display: flex;
  flex-wrap: wrap;
}
.product .pro-list ul li {
  width: calc(25% - 42px);
  margin-right: 28px;
  padding: 10px;
  padding-bottom: 0;
  background: #f9f9f9;
  margin-top: 32px;
  position: relative;
  overflow: hidden;
}
.product .pro-list ul li:hover::after {
  bottom: 0;
  transition: all 0.3s;
}
.product .pro-list ul li:hover .text2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.product .pro-list ul li::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  background: rgb(230, 18, 49, 0.90);
  bottom: -100%;
  position: absolute;
  left: 0;
}
.product .pro-list ul li:nth-child(4n) {
  margin-right: 0;
}
.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::after {
  content: '';
  display: block;
  padding-bottom: 85%;
}
.product .pro-list ul li .text {
  width: 100%;
  padding-bottom: 35px;
  color: #333333;
}
.product .pro-list ul li .text p {
  text-align: center;
}
.product .pro-list ul li .text p:nth-child(1) {
  font-size: 16px;
  font-weight: bold;
  padding-top: 25px;
}
.product .pro-list ul li .text p:nth-child(2) {
  width: 117px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #dcdcdc;
  font-size: 14px;
  padding: 0 18px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  margin-top: 20px;
}
.product .pro-list ul li .text p:nth-child(2) .iconfont {
  font-size: 11px;
  color: #333;
}
.product .pro-list ul li .text2 {
  width: 100%;
  color: #fff;
  position: absolute;
  z-index: 100;
  top: -50%;
}
.product .pro-list ul li .text2 p {
  text-align: center;
}
.product .pro-list ul li .text2 p:nth-child(1) {
  font-size: 16px;
  font-weight: bold;
}
.product .pro-list ul li .text2 p:nth-child(2) {
  width: 117px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #dcdcdc;
  font-size: 14px;
  padding: 0 18px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  margin-top: 20px;
}
.product .pro-list ul li .text2 p:nth-child(2) .iconfont {
  font-size: 11px;
  color: #fff;
}
.about {
  display: flex;
  margin-top: 160px;
}
.about .a-left {
  width: 42.6%;
  background: url(../images/index_28.jpg) no-repeat center / cover;
  height: 800px;
  padding-right: 44px;
  padding-left: 18.5vw;
  position: relative;
  z-index: 1000;
}
.about .a-left ul {
  padding-top: 48px;
}
.about .a-left ul li {
  height: 174px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 45px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}
.about .a-left ul li:nth-last-child(1) {
  border-bottom: none;
}
.about .a-left ul li .num-clumn .num {
  font-size: 44px;
  color: #ffffff;
}
.about .a-left ul li .num-clumn .nui {
  font-size: 18px;
  color: #ffffff;
  margin-left: 10px;
}
.about .a-left ul li .text {
  font-size: 16px;
  color: #ffffff;
}
.about .right {
  padding-left: 50px;
  padding-top: 72px;
  width: 72.4%;
  background: url(../images/index_30.jpg) no-repeat center bottom;
  padding-right: 19.5vw;
  box-shadow: -19px 1px 65px 0px rgba(241, 241, 241, 0.81);
}
.about .right .descrip {
  font-size: 18px;
  color: #333333;
  line-height: 40px;
  margin-top: 60px;
  text-align: justify;
}
.about .right .more {
  width: 170px;
  height: 56px;
  line-height: 56px;
  background: #e61231;
  font-size: 16px;
  padding: 0 25px;
  box-sizing: border-box;
  margin-top: 60px;
}
.about .right .more a {
  display: flex;
  justify-content: space-between;
}
.about .right .more .iconfont {
  font-size: 20px;
}
.about .right .more a {
  color: #fff;
}
.service {
  margin-top: 150px;
}
.service .servive-list {
  margin-top: 40px;
  overflow: hidden;
}
.service .servive-list .bd {
  overflow: hidden;
}
.service .servive-list ul {
  display: flex;
}
.service .servive-list ul li {
  background: #f9f9f9;
  padding: 55px;
  box-sizing: border-box;
  position: relative;
}
.service .servive-list ul li::after {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  bottom: -100%;
  left: 0;
  background: #004ec2;
}
.service .servive-list ul li:hover::after {
  bottom: 0;
  transition: all 0.3s;
  z-index: 0;
}
.service .servive-list ul li:hover p {
  color: #fff !important;
  position: relative;
  z-index: 100;
}
.service .servive-list ul li:hover p:nth-child(3) {
  font-size: 68px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.32) !important;
  margin-top: 139px;
}
.service .servive-list ul li:hover p:nth-child(3)::before {
  width: 34px;
  height: 1px;
  background: #ffffff;
  top: -95px;
}
.service .servive-list ul li:hover .hiddens {
  display: none;
}
.service .servive-list ul li:nth-last-child(1) {
  margin-right: 0;
}
.service .servive-list ul li p {
  text-align: center;
}
.service .servive-list ul li p:nth-child(1) {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
}
.service .servive-list ul li p:nth-child(2) {
  font-size: 16px;
  color: #333333;
  line-height: 32px;
  margin-top: 6px;
}
.service .servive-list ul li p:nth-child(3) {
  font-size: 24px;
  font-weight: bold;
  color: #e61231;
  position: relative;
  margin-top: 40px;
}
.service .servive-list ul li p:nth-child(3)::before {
  content: '';
  display: block;
  width: 1px;
  height: 43px;
  background: #e61231;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
  top: -10px;
}
.service .servive-list ul li p:nth-child(5) {
  margin-top: 6px;
}
.service .servive-list ul li .more {
  font-size: 16px;
  color: #333333;
  margin-top: 65px;
}
.service .servive-list ul li .iconfont {
  color: #000;
  font-size: 30px;
  margin-top: 10px;
}
.service .contro {
  position: relative;
  height: 48px;
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.service .contro .prev,
.service .contro .next {
  width: 48px;
  height: 48px;
  background: #ffffff;
  box-shadow: 6px 4px 18px 0px #ebebeb;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
}
.service .contro .prev:hover,
.service .contro .next:hover {
  background: #e61231;
}
.service .contro .prev:hover span,
.service .contro .next:hover span {
  color: #fff;
}
.service .contro .prev span,
.service .contro .next span {
  color: #e61231;
  font-size: 22px;
}
.service .contro .swiper-pagination-progressbar {
  width: calc(100% - 164px);
  height: 1px;
  background: #ededed;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.service
  .contro
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  height: 3px;
  background: #e61231;
  top: -1px;
}
.service .contro .next {
  left: auto;
  right: 0;
  top: 0;
}
.service .contro .prev {
  transform: rotateY(180deg);
}
.technology {
  height: 540px;
  box-sizing: border-box;
  margin-top: 0px;
  position: relative;
}
.technology .mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
}
.technology .t-top {
  padding-top: 80px;
  z-index: 100;
  position: relative;
  height: 557px;
  box-sizing: border-box;
}
.technology .bd {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.technology .bd ul {
  width: 100%;
  height: 100%;
}
.technology .bd ul li {
  width: 100%;
  height: 100%;
}
.technology .t-top p:nth-child(1) {
  font-size: 42px;
  font-weight: bold;
  color: #ffffff;
}
.technology .t-top p:nth-child(2) {
  font-size: 62px;
  font-weight: bold;
  color: #ffffff;
}
.technology .t-top p:nth-child(3) {
  font-size: 30px;
  color: #ffffff;
  margin-top: 16px;
  display: inline-block;
  padding-bottom: 22px;
  position: relative;
  z-index: 0;
}
.technology .t-top p:nth-child(3)::after {
  content: '';
  width: 177px;
  height: 1px;
  position: absolute;
  display: inline-block;
  background: #e61231;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.technology .t-top p:nth-child(3)::before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  display: inline-block;
  background: #fff;
  bottom: 0;
  left: 0;
  z-index: 10;
  z-index: 0;
}
.technology .more {
  width: 170px;
  height: 56px;
  line-height: 56px;
  background: #e61231;
  font-size: 16px;
  padding: 0 25px;
  box-sizing: border-box;
  margin-top: 40px;
}
.technology .more a {
  display: flex;
  justify-content: space-between;
}
.technology .more .iconfont {
  font-size: 20px;
}
.technology .more a {
  color: #fff;
}
.technology .tec-list {
  position: relative;
  top: 400px;
  z-index: 100;
  padding-top: 1px;
}
.technology .tec-list ul {
  display: flex;
}
.technology .tec-list ul li {
  width: 280px;
  height: 205px;
  background: #e2e2e2;
  padding: 10px;
  padding-bottom: 0;
  position: relative;
  margin-right: 24px;
}
.technology .tec-list ul li.on {
  background: #e61231;
}
.technology .tec-list ul li.on .text {
  color: #fff;
}
.technology .tec-list ul li.on .img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.technology .tec-list ul li .img-wrap {
  width: 100%;
  height: 146px;
  overflow: hidden;
}
.technology .tec-list ul li .img-wrap .img {
  width: 100%;
  height: 100%;
}
.technology .tec-list ul li .text {
  height: 70px;
  line-height: 70px;
}
.news {
  margin-top: 80px;
}
.news .news-list {
  width: 100%;
  display: flex;
  margin-top: 45px;
  margin-bottom: 64px;
}
.news .lefts {
  width: 46%;
  margin-right: 20px;
  padding: 20px;
  padding-bottom: 38px;
  background: #f6f6f6;
  box-sizing: border-box;
}
.news .lefts:hover .img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.news .lefts:hover .text p:nth-child(2) {
  color: #e61231;
}
.news .lefts:nth-last-child(1) {
  margin-right: 0;
}
.news .lefts .img-wrap {
  width: 100%;
  overflow: hidden;
}
.news .lefts .img-wrap .img {
  width: 100%;
}
.news .lefts .img-wrap .img::after {
  content: '';
  display: block;
  width: 100%;
  padding: 27.5%;
}
.news .lefts .text p:nth-child(1) {
  height: 12px;
  font-size: 14px;
  color: #333333;
  margin-top: 20px;
}
.news .lefts .text p:nth-child(2) {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  margin-top: 15px;
}
.news .lefts .text p:nth-child(3) {
  font-size: 14px;
  color: #666666;
  line-height: 35px;
  margin-top: 6px;
}
.news .lefts .text p:nth-child(4) {
  font-size: 14px;
  color: #333333;
  margin-top: 10px;
}
.news .mids {
  width: calc(64%  - 20px);
  margin-right: 20px;
}
.news .mids:nth-last-child(1) {
  margin-right: 0;
}
.news .mids ul {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.news .mids ul li {
  height: 150px;
  background: #f6f6f6;
  padding: 0 25px;
  box-sizing: border-box;
  margin-top: 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.news .mids ul li:hover {
  background: #e61231;
}
.news .mids ul li:hover p {
  color: #fff !important;
}
.news .mids ul li:nth-child(1) {
  margin-top: 0;
}
.news .mids ul li p:nth-child(1) {
  font-size: 14px;
  color: #333333;
  line-height: 35px;
}
.news .mids ul li p:nth-child(2) {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 35px;
}
.news .mids ul li p:nth-child(3) {
  font-size: 14px;
  color: #666666;
  line-height: 35px;
}
.footer {
  display: flex;
  position: relative;
  padding-bottom: 30px;
  overflow: hidden;
}
.footer .back-img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  object-fit: cover;
  z-index: 0;
}
.footer .wrap {
  position: relative;
  z-index: 1;
}
.footer .wrap .top-content {
  height: 110px;
  padding-top: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .wrap .top-content .nav {
  font-size: 14px;
}
.footer .wrap .top-content .nav a {
  color: #ffffff;
  margin: 0 32px;
}
.footer .wrap .top-content .nav a:hover {
  font-weight: 700;
}
.footer .wrap .top-content .nav a:nth-last-child(1) {
  margin-right: 0;
}
.footer .wrap .bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 45px;
}
.footer .wrap .bottom .left {
  margin-top: 20px;
  font-size: 14px;
  color: #e8e8e9;
  line-height: 36px;
}
.footer .wrap .bottom .left h3 {
  font-size: 18px;
  color: #ffffff;
}
.footer .wrap .bottom .right img {
  width: 136px;
  height: 136px;
  border-radius: 4px;
}
.footer .wrap .bottom .right p {
  font-size: 14px;
  color: #ffffff;
  margin-top: 15px;
  text-align: center;
}
.copy-right {
  width: 100%;
  text-align: center;
  height: 80px;
  line-height: 40px;
  font-size: 12px;
  color: #e8e8e9;
  background: #040b17;
}
.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;
}

.common-left {
  width: 276px;
  box-sizing: border-box;
  float: left;
}
.common-left .tit {
  font-size: 22px;
  color: #333333;
  height: 90px;
  background: #e61231;
  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: #e61231 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: #e61231;
}
.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: #e61231 !important;
}
.common-left .nav-list .p-li .sub li:hover span,
.common-left .nav-list .p-li .sub li.active span {
  color: #e61231 !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: #e61231;
}
.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 #e61231;
  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: #e61231;
  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: 72%;
}
.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: #e61231;
  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;
}
.new-list {
  margin-top: -32px;
}
.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;
}
.new-list ul li a {
  display: flex;
  justify-content: space-between;
}
.new-list ul li:hover {
  background: #ffffff;
  background: #e61231;
  border: none;
}
.new-list ul li:hover .text p {
  color: #fff !important;
}
.new-list ul li:hover .img-wrap {
  overflow: hidden;
}
.new-list ul li:hover .img-wrap .img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.new-list ul li a {
  display: flex;
}
.new-list ul li a .img-wrap {
  width: 29.6%;
  height: 193px;
}
.new-list ul li a .img-wrap .img {
  width: 100%;
  height: 100%;
}
.new-list ul li a .text {
  width: calc(69.9% - 19px);
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.new-list ul li a .text p:nth-child(1) {
  font-size: 16px;
  color: #666666;
  line-height: 35px;
}
.new-list ul li a .text p:nth-child(2) {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  margin-top: 10px;
}
.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: #e61231;
  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: 476px;
  overflow: hidden;
}
.ny-prodetail .left .top-swiper .swiper-slide {
  width: 413px;
  height: 476px;
}
.ny-prodetail .left .top-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
}
.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 #e61231;
}
.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: #e61231;
  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: #e61231;
  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: #e61231;
  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: #e61231;
  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: #e61231;
  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: #e61231;
}
.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: #e61231;
  font-size: 18px;
  color: #fff;
  height: 60px;
  white-space: nowrap;
  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-search {
  margin-top: 80px;
}
.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: #e61231;
}
.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: #e61231 !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: '寰蒋闆呴粦';
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}
.content-wrap {
  overflow-x: hidden;
}
