* {
  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: 67.7%;
  min-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;
}
.overflow3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.clear {
  clear: both;
}
.head-top {
  position: absolute;
  top: 0;
  z-index: 10000000;
  width: 100%;
  border-bottom: 1px solid rgba(243, 243, 243, 0.29);
}
.head-top .top-content {
  display: flex;
  justify-content: space-between;
  height: 80px;
  align-items: center;
}
.head-top .top-content .nav {
  height: 80px;
  width: 1000px;
}
.head-top .top-content .navBar {
  display: flex;
  justify-content: flex-end;
  height: 80px;
}
.head-top .top-content .navBar li {
  height: 80px;
  position: relative;
  color: #333333;
}
.head-top .top-content .navBar li.on {
  height: 80px;
  border-right: none;
  background: #df1700;
}
.head-top .top-content .navBar li.on .tit {
  height: 80px;
  font-weight: 700;
  color: #fff;
}
.head-top .top-content .navBar li:hover {
  height: 80px;
  border-right: none;
  position: relative;
}
.head-top .top-content .navBar li:hover .tit {
  height: 80px;
  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: 80px;
  line-height: 80px;
  color: #fff;
  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: 80px;
  position: absolute;
  bottom: -80px;
  background: #df1700;
  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: #df1700;
  color: #fff;
}
.recommand-new {
  display: flex;
  height: 70px;
  background: #ffffff;
  border-radius: 10px;
  margin-top: -37px;
  position: relative;
  z-index: 10;
}
.recommand-new .title {
  width: 180px;
  height: 70px;
  line-height: 70px;
  background: #df1700;
  border-radius: 10px 0px 0px 10px;
  font-size: 18px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
.recommand-new .list {
  width: calc(100% - 180px);
  border: 1px solid #eeeeee;
  border-radius: 0px 10px 10px 0px;
  padding: 0 25px;
}
.recommand-new .list ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.recommand-new .list li {
  width: calc(50% - 57px);
  margin-right: 54px;
  line-height: 70px;
}
.recommand-new .list li:hover .tit {
  color: #df1700;
  font-weight: 700;
}
.recommand-new .list li a {
  display: flex;
  justify-content: space-between;
}
.recommand-new .list li a .tit {
  font-size: 16px;
  color: #333333;
  width: 79%;
  display: inline-block;
}
.recommand-new .list li a .time {
  font-size: 14px;
  color: #666666;
}
.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 .en {
  font-weight: bold;
  font-size: 32px;
  color: #e8e8e8;
}
.com-tit .left .chinese {
  display: flex;
  align-items: flex-end;
  margin-top: -22px;
}
.com-tit .left .chinese .t {
  font-weight: bold;
  font-size: 30px;
  color: #333333;
  position: relative;
}
.com-tit .left .chinese .t:after {
  content: '';
  display: block;
  width: 69px;
  height: 6px;
  background: #df1700;
  position: absolute;
  bottom: 2px;
  z-index: -1;
}
.com-tit .left .chinese .d {
  font-size: 14px;
  color: #999999;
  margin-left: 5px;
}
.com-tit .right {
  font-size: 16px;
}
.com-tit .right a {
  color: #333333;
}
.com-tit .right a:hover {
  color: #df1700;
}
.about {
  margin-top: 65px;
  position: relative;
}
.about .con-img {
  width: 100%;
}
.about .con-img .left {
  width: 63.8%;
  height: 674px;
  background: #df1700;
  position: absolute;
  left: 0;
}
.about .con-img .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about .con-img .right {
  width: 48.2%;
  height: 617px;
  position: absolute;
  right: 0;
  top: 64px;
}
.about .con-img .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about .content-text {
  position: relative;
  z-index: 100;
  padding-top: 105px;
  width: 49.2%;
}
.about .content-text p:nth-child(1) {
  font-weight: bold;
  font-size: 28px;
  color: #fffefe;
}
.about .content-text p:nth-child(2) {
  font-size: 16px;
  color: #ffffff;
  margin-top: 10px;
}
.about .content-text p:nth-child(3) {
  height: 313px;
  font-size: 16px;
  color: #ffffff;
  margin-top: 35px;
  line-height: 40px;
}
.about .history {
  width: 100%;
  height: 208px;
  background: #ffffff;
  box-shadow: 0px 13px 35px 0px rgba(223, 223, 223, 0.31);
  margin-top: 55px;
  position: relative;
  z-index: 10;
}
.about .history ul {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.about .history ul li {
  flex: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 45px;
  border-right: 1px solid #efefef;
}
.about .history ul li:hover p {
  color: #df1700 !important;
}
.about .history ul li:hover span {
  color: #df1700 !important;
}
.about .history ul li:nth-last-child(1) {
  border-right: none;
}
.about .history ul li p:nth-child(1) {
  font-size: 58px;
  font-weight: 200;
  text-align: center;
  color: #333;
  line-height: 30px;
}
.about .history ul li p:nth-child(1) span:nth-child(2) {
  font-size: 20px;
  font-weight: 300;
  text-align: left;
  color: #333;
  line-height: 30px;
  position: relative;
  top: -40px;
  left: 5px;
}
.about .history ul li p:nth-child(2) {
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  color: #333;
  margin-top: 15px;
}
.product {
  margin-top: 65px;
}
.product .list {
  margin-top: 10px;
}
.product .list ul {
  display: flex;
  flex-wrap: wrap;
}
.product .list ul li {
  margin-right: 50px;
  margin-top: 40px;
  width: calc(33% - 30px);
}
.product .list ul li:hover .img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.product .list ul li:hover .text {
  background: #df1700;
  color: #fff;
}
.product .list ul li:nth-child(3n) {
  margin-right: 0;
}
.product .list ul li .img-wrap {
  width: 100%;
  overflow: hidden;
}
.product .list ul li .img-wrap .img {
  width: 100%;
  object-fit: cover;
}
.product .list ul li .img-wrap .img::after {
  content: '';
  display: block;
  padding-bottom: 98%;
}
.product .list ul li .text {
  height: 56px;
  line-height: 56px;
  background: #f7f7f7;
  text-align: center;
  padding: 0 24px;
  box-sizing: border-box;
}
.case {
  margin-top: 50px;
}
.case .com-tit .right {
  display: flex;
}
.case .com-tit .right .case-prev,
.case .com-tit .right .case-next {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  color: #999999;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.case .com-tit .right .case-prev:hover,
.case .com-tit .right .case-next:hover {
  background: #df1700;
  color: #fff;
}
.case .com-tit .right .case-prev {
  margin-right: 13px;
  transform: rotate(180deg);
}
.case .c-list {
  margin-top: 49px;
  overflow: hidden;
}
.case .c-list ul {
  display: flex;
}
.case .c-list ul li {
  width: calc(33% - 43px);
  margin-right: 70px;
}
.case .c-list ul li .img-wrap {
  width: 100%;
  height: 342px;
  overflow: hidden;
}
.case .c-list ul li .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case .c-list ul li:hover .text p {
  color: #df1700 !important;
}
.case .c-list ul li:hover .text p:nth-child(1) {
  font-weight: 700;
}
.case .c-list ul li:hover img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.case .c-list ul li .text {
  height: 66px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.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;
  width: 80%;
}
.case .c-list ul li .text p:nth-child(2) {
  font-size: 24px;
  font-size: 38px;
  color: #e5e5e5;
}
.new {
  margin-bottom: 80px;
  margin-top: 50px;
  position: relative;
}
.new .back-img {
  width: 47.6%;
  height: 659px;
  background: #df1700;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.new .back-img img {
  position: absolute;
  top: 0;
  right: 0;
}
.new .classify ul {
  display: flex;
}
.new .classify ul li {
  min-width: 175px;
  height: 49px;
  border-radius: 25px;
  padding: 0 24px;
  border: 1px solid #8f8f8f;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin-right: 24px;
}
.new .classify ul li.on {
  background: #df1700;
  border: none;
}
.new .classify ul li.on a {
  color: #fff;
}
.new .classify ul li a {
  color: #8f8f8f;
}
.new .content {
  padding: 30px;
  background: #ffffff;
  margin-top: 25px;
  box-shadow: -8px -1px 20px 0px rgba(234, 234, 234, 0.57);
}
.new .recommand {
  margin-top: 30px;
}
.new .recommand:hover img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.new .recommand:hover .tit {
  color: #df1700 !important;
  font-weight: 700;
}
.new .recommand a {
  display: flex;
}
.new .recommand .img {
  width: 45.8%;
  height: 267px;
  overflow: hidden;
}
.new .recommand .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.new .recommand .more {
  width: 148px;
  height: 51px;
  background: #f3f3f3;
  border-radius: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #333;
}
.new .recommand .bot {
  display: flex;
  justify-content: space-between;
  margin-top: 45px;
}
.new .recommand .time {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.new .recommand .time p:nth-child(1) {
  font-weight: bold;
  font-size: 36px;
  color: #cdcdcd;
}
.new .recommand .time p:nth-child(2) {
  font-size: 20px;
  color: #cdcdcd;
  position: relative;
  left: -5px;
}
.new .recommand .text {
  width: calc(50.2% - 35px);
  margin-left: 35px;
}
.new .recommand .text .top p:nth-child(1) {
  font-weight: bold;
  font-size: 20px;
  color: #333;
  line-height: 45px;
}
.new .recommand .text .top p:nth-child(2) {
  font-size: 16px;
  color: #666666;
  line-height: 36px;
}
.new .recommand .text .bot {
  display: flex;
}
.new .list ul {
  display: flex;
  flex-wrap: wrap;
}
.new .list ul li {
  width: calc(33% - 50px);
  margin-right: 4vw;
  margin-top: 45px;
}
.new .list ul li:hover .top {
  border-bottom: 1px solid #df1700;
}
.new .list ul li:hover .tx p:nth-child(1) {
  font-size: 16px;
  color: #df1700 !important;
}
.new .list ul li:nth-child(3n) {
  margin-right: 0;
}
.new .list ul li a .top {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}
.new .list ul li a .top .time p:nth-child(1) {
  font-size: 34px;
  color: #131313;
}
.new .list ul li a .top .time p:nth-child(2) {
  font-size: 14px;
  color: #999999;
}
.new .list ul li a .top .tx {
  margin-left: 10px;
  width: 75%;
}
.new .list ul li a .top .tx p:nth-child(1) {
  font-size: 16px;
  color: #333333;
  line-height: 36px;
}
.new .list ul li a .top .tx p:nth-child(2) {
  font-size: 14px;
  color: #666666;
  margin-top: 5px;
}
.new .list ul li a .more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}
.new .list ul li a .more span:nth-child(1) {
  font-size: 14px;
  color: #999999;
}
.new .list ul li a .more span:nth-child(2) {
  color: #434340;
  font-size: 25px;
}
.footer {
  background: #181818;
}
.footer .foot-top {
  border-bottom: 1px solid #eeeeee09;
}
.footer .foot-top .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 85px;
}
.footer .foot-top .left p:nth-child(1) {
  font-size: 14px;
  color: #565656;
  text-transform: uppercase;
}
.footer .foot-top .left p:nth-child(2) {
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
}
.footer .foot-top .right a {
  font-size: 14px;
  color: #ffffff;
  line-height: 48px;
  padding: 0 25px;
  position: relative;
}
.footer .foot-top .right a:nth-last-child(1)::after {
  display: none;
}
.footer .foot-top .right a::after {
  content: '/';
  display: inline-block;
  color: #646464;
  position: absolute;
  right: 0;
}
.footer .wrap.b-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 35px 0;
}
.footer .wrap.b-top .b-left {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 38px;
  margin-top: -12px;
}
.footer .wrap.b-top .b-right {
  display: flex;
}
.footer .wrap.b-top .b-right .links .title {
  font-weight: bold;
  font-size: 24px;
  color: #df1700;
}
.footer .wrap.b-top .b-right .links .link {
  width: 300px;
  height: 46px;
  line-height: 46px;
  background: rgba(255, 255, 255, 0.05);
  font-size: 16px;
  color: #ffffff;
  position: relative;
  padding: 0 14px;
  box-sizing: border-box;
  margin-top: 13px;
}
.footer .wrap.b-top .b-right .links .link .iconfont {
  float: right;
  font-size: 16px;
  transform: rotate(180deg);
}
.footer .wrap.b-top .b-right .links .link ul {
  background: #ffffff28;
  position: absolute;
  width: 275px;
  display: none;
  left: 0;
  max-height: 150px;
  overflow-y: scroll;
  z-index: 100;
}
.footer .wrap.b-top .b-right .links .link ul li {
  width: 100%;
  height: 52px;
  line-height: 52px;
  font-size: 14px;
  padding: 0 13px;
  color: #333;
  background: #fff;
  box-sizing: border-box;
}
.footer .wrap.b-top .b-right .links .link ul li:hover {
  background: #df1700;
}
.footer .wrap.b-top .b-right .links .link ul li:hover a {
  color: #fff;
}
.footer .wrap.b-top .b-right .links .link ul li a {
  color: #333;
}
.footer .wrap.b-top .b-right .ewm {
  width: 120px;
  height: 120px;
  margin-left: 23px;
  text-align: center;
}
.footer .wrap.b-top .b-right .ewm img {
  width: 120px;
  height: 120px;
}
.footer .wrap.b-top .b-right .ewm p {
  font-size: 14px;
  color: #ffffff;
  margin-top: 5px;
}
.footer .copy-right {
  font-size: 14px;
  color: #cacaca;
  height: 70px;
  line-height: 70px;
  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: #cacaca;
}
.ny-tip {
  font-size: 14px;
  color: #333333;
  height: 58px;
  line-height: 58px;
}
.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;
}
.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: #df1700;
  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: #df1700 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: #df1700;
  color: #fff;
}
.common-left .nav-list > ul .li.active > a span {
  color: #fff;
}
.common-left .nav-list > ul .li > a:hover {
  background: #df1700;
  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: #df1700;
}
.common-left .nav-list > ul .li .sub li.active span {
  color: #df1700;
}
.common-left .nav-list > ul .li .sub li:hover a {
  color: #df1700;
}
.common-left .nav-list > ul .li .sub li:hover span {
  color: #df1700;
}
.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: #df1700;
  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: #df1700;
}
.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: 64px;
  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: #df1700;
  color: #fff !important;
}
.ny-news .common-right .list > ul li:hover .tit {
  color: #df1700 !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: #df1700;
  margin-bottom: 10px;
}
.ny-contact .top .content .erwer {
  display: flex;
  margin-top: 20px;
}
.ny-contact .top .content .erwer > div {
  text-align: center;
}
.ny-contact .top .content .erwer > div:nth-child(1) {
  margin-right: 25px;
}
.ny-contact .top .content .erwer img {
  width: 132px;
  height: 132px;
}
.ny-contact .message {
  margin-top: 40px;
}
.ny-contact .message .tit h3 {
  font-size: 23px;
  font-weight: 700;
  color: #030303;
}
.ny-contact .message .tit p {
  color: #999999;
}
.ny-contact .message .input {
  display: flex;
  margin-top: 15px;
}
.ny-contact .message .input > div {
  width: 447px;
}
.ny-contact .message .input > div input {
  width: 447px;
  height: 100%;
  border: none;
  outline: none;
  border: 1px solid #eeeeee;
  box-shadow: 0px 4px 32px 0px rgba(237, 237, 237, 0.55);
  margin-top: 14px;
  background: #ffffff;
  height: 45px;
  padding-left: 15px;
  box-sizing: border-box;
}
.ny-contact .message .input > div:nth-child(1) {
  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: #df1700;
  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: 64px;
}
.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: #df1700;
  color: #fff !important;
}
.ny-search .list > ul li:hover .tit {
  color: #df1700 !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: #df1700;
}
.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: #df1700 !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: #df1700;
  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: '微软雅黑';
}
