* {
  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;
}
.overflow3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.overflow5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.clear {
  clear: both;
}
.com-tit {
  text-align: center;
}
.com-tit p:nth-child(1) {
  font-weight: bold;
  font-size: 32px;
  color: #333333;
}
.com-tit p:nth-child(2) {
  margin: 8px auto;
}
.com-tit p:nth-child(3) {
  font-size: 14px;
  color: #666666;
}
.head-nav .sub1 {
  top: 200px !important;
}
.ny-header .sub1 {
  top: 120px !important;
}
.cont {
  width: 1300px;
  margin: 0 auto;
}
.header {
  position: relative;
}
.header .top-head {
  display: flex;
  height: 124px;
  align-items: center;
  justify-content: space-between;
}
.header .top-head .right {
  height: 124px;
  display: flex;
  align-items: center;
}
.header .top-head .right .search .s-input {
  width: 359px;
  height: 45px;
  background: #fbfbfb;
  border-radius: 23px;
  border: 1px solid #eeeeee;
  display: flex;
}
.header .top-head .right .search .s-input input {
  width: 297px;
  height: 45px;
  line-height: 45px;
  outline: none;
  border: none;
  margin-left: 24px;
  background: #fbfbfb;
}
.header .top-head .right .search .s-input .btn {
  width: 63px;
  height: 45px;
  background: #e62229;
  border-radius: 0px 23px 23px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .top-head .right .search .s-input .btn .iconfont {
  font-size: 26px;
  color: #fff;
}
.header .top-head .right .search .keyword {
  margin-top: 10px;
}
.header .top-head .right .search .keyword .hot {
  color: #e62229;
  margin-right: 4px;
}
.header .top-head .right .tel {
  margin-left: 4.1vw;
  display: flex;
  align-items: center;
}
.header .top-head .right .tel .iconfont {
  color: #e62229;
  font-size: 38px;
}
.header .top-head .right .tel span:nth-child(2) {
  font-size: 16px;
  color: #2b2b2b;
  line-height: 23px;
  width: 34px;
  display: inline-block;
  margin: 0 16px;
}
.header .top-head .right .tel span:nth-child(3) {
  font-weight: bold;
  font-size: 32px;
  color: #e62229;
}
.header .head-nav {
  display: flex;
  justify-content: space-between;
  height: 76px;
  background: rgba(0, 0, 0, 0.32);
  line-height: 76px;
  position: absolute;
  width: 100%;
  z-index: 10;
}
.header .head-nav .nav-wrap {
  display: flex;
  justify-content: space-between;
}
.header .head-nav .nav-wrap .language {
  width: 86px;
  height: 34px;
  border-radius: 17px;
  font-size: 14px;
  color: #fff;
  display: flex;
  margin-top: 20px;
}
.header .head-nav .nav-wrap .language > div {
  flex: 1;
  text-align: center;
  line-height: 34px;
}
.header .head-nav .nav-wrap .language > div.on {
  background: #e62229;
  border: none !important;
}
.header .head-nav .nav-wrap .language > div.on a {
  color: #fff;
}
.header .head-nav .nav-wrap .language > div a {
  color: #fff;
}
.header .head-nav .nav-wrap .language > div:nth-child(1) {
  width: 50%;
  border-radius: 17px 0px 0px 17px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-right: none;
}
.header .head-nav .nav-wrap .language > div:nth-child(2) {
  border-radius: 0px 17px 17px 0px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-left: none;
}
.header .head-nav .nav-wrap .navs {
  height: 76px;
  line-height: 76px;
  width: 100%;
}
.header .head-nav .nav-wrap .navs ul {
  display: flex;
}
.header .head-nav .nav-wrap .navs > ul > li {
  font-size: 18px;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  z-index: 10000;
  padding: 0 30px;
  margin: 0 7px;
}
.header .head-nav .nav-wrap .navs > ul > li > a {
  width: 100%;
  display: block;
  position: relative;
  z-index: 10;
  text-align: center;
  color: #fff;
}
.header .head-nav .nav-wrap .navs > ul > li.on {
  background: #e62229;
}
.header .head-nav .nav-wrap .navs > ul > li.on a {
  font-weight: 700;
}
.header .head-nav .nav-wrap .navs > ul > li:hover {
  background: #e62229;
}
.header .head-nav .nav-wrap .navs > ul > li:hover a {
  font-weight: 700;
}
.header .head-nav .nav-wrap .navs > ul > li:hover .sub {
  display: block !important;
}
.header .head-nav .nav-wrap .navs > ul > li:hover .sub a {
  font-weight: 400;
}
.header .head-nav .nav-wrap .navs > ul > li:hover a {
  color: #fff;
}
.header .head-nav .nav-wrap .navs > ul > li:nth-child(1) {
  margin-left: 0;
}
.header .head-nav .nav-wrap .navs > ul > li .sub {
  background: #fff;
  min-width: 155px;
  position: absolute;
  top: 76px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000000;
  display: none;
}
.header .head-nav .nav-wrap .navs > ul > li .sub > div {
  padding: 0 15px;
  overflow: hidden;
}
.header .head-nav .nav-wrap .navs > ul > li .sub > div a {
  height: 45px;
  line-height: 45px;
  display: block;
}
.header .head-nav .nav-wrap .navs > ul > li .sub > div:hover {
  background: #e62229;
  position: relative;
  z-index: 100;
}
.header .head-nav .nav-wrap .navs > ul > li .sub > div:hover a {
  color: #fff;
  background: #e62229;
}
.header .head-nav .nav-wrap .navs > ul > li .sub > div:nth-last-child(1) {
  border-bottom: none;
}
.header .head-nav .nav-wrap .navs > ul > li .sub > div a {
  color: #333;
}
.head-nav .sub1 {
  position: fixed;
  width: 100%;
  top: 120px;
  left: 0px;
  background: #f7f7f7;
  display: none !important;
  padding: 50px 0;
}
.head-nav li:hover .sub1 {
  display: block !important;
}
.head-nav .sub1 li {
  float: left;
  width: 260px;
  height: auto;
  line-height: 1;
  border-right: 1px solid #d7d7d7;
  height: 107px;
  padding-top: 20px;
}
.head-nav .sub1 li:nth-child(5n) {
  border: 0px;
}
.head-nav .sub li a {
  font-size: 14px;
  font-family: 'Source Han Sans CN';
  color: #ffffff;
  text-transform: uppercase;
  display: block;
}
.head-nav .sub1 li img {
  height: 40px;
  width: auto;
  margin-bottom: 15px;
}
.head-nav .sub1 li p {
  color: #000;
  font-size: 16px;
}
.ny-header {
  width: 100%;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: #fff;
}
.ny-header .top-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ny-header .navs {
  height: 124px;
  line-height: 124px;
  width: 100%;
}
.ny-header .navs ul {
  display: flex;
  align-items: center;
}
.ny-header .navs > ul > li {
  font-size: 16px;
  color: #333;
  text-align: center;
  position: relative;
  z-index: 10000;
  padding: 0 18px;
  margin: 0 2px;
  min-width: 100px;
  box-sizing: border-box;
}
.ny-header .navs > ul > li > a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: 10;
  text-align: center;
  color: #333;
}
.ny-header .navs > ul > li.on {
  background: #e62229;
}
.ny-header .navs > ul > li.on a {
  font-weight: 700;
  color: #fff;
}
.ny-header .navs > ul > li:hover {
  background: #e62229;
}
.ny-header .navs > ul > li:hover a {
  font-weight: 700;
}
.ny-header .navs > ul > li:hover .sub {
  display: block !important;
}
.ny-header .navs > ul > li:hover .sub a {
  font-weight: 400;
}
.ny-header .navs > ul > li:hover a {
  color: #fff;
}
.ny-header .navs > ul > li:nth-child(1) {
  margin-left: 0;
}
.ny-header .navs > ul > li .sub {
  background: #fff;
  min-width: 155px;
  position: absolute;
  top: 124px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000000;
  display: none;
}
.ny-header .navs > ul > li .sub > div {
  padding: 0 15px;
  overflow: hidden;
}
.ny-header .navs > ul > li .sub > div a {
  height: 45px;
  line-height: 45px;
  display: block;
}
.ny-header .navs > ul > li .sub > div:hover {
  background: #e62229;
  position: relative;
  z-index: 100;
}
.ny-header .navs > ul > li .sub > div:hover a {
  color: #fff;
  background: #e62229;
}
.ny-header .navs > ul > li .sub > div:nth-last-child(1) {
  border-bottom: none;
}
.ny-header .navs > ul > li .sub > div a {
  color: #333;
}
.ny-header .search {
  width: 256px;
}
.ny-header .search .s-input {
  width: 256px;
  height: 45px;
  background: #fbfbfb;
  border-radius: 23px;
  border: 1px solid #eeeeee;
  display: flex;
}
.ny-header .search .s-input input {
  width: 170px;
  height: 45px;
  line-height: 45px;
  outline: none;
  border: none;
  margin-left: 24px;
  background: #fbfbfb;
}
.ny-header .search .s-input .btn {
  width: 63px;
  height: 47px;
  background: #e62229;
  border-radius: 0px 23px 23px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ny-header .search .s-input .btn .iconfont {
  font-size: 26px;
  color: #fff;
}
.ny-header .search .keyword {
  margin-top: 10px;
}
.ny-header .search .keyword .hot {
  color: #e62229;
  margin-right: 4px;
}
.ny-header .tel {
  display: flex;
  align-items: center;
}
.ny-header .tel .iconfont {
  color: #e62229;
  font-size: 22px;
}
.ny-header .tel span:nth-child(2) {
  font-size: 16px;
  color: #2b2b2b;
  line-height: 23px;
  display: inline-block;
  margin: 0 10px;
}
.ny-header .tel span:nth-child(3) {
  font-weight: bold;
  font-size: 16px;
  color: #e62229;
}
.sy-header {
  display: none;
}
.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.banner .wrap {
  height: 55px;
  position: absolute;
  bottom: 42px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10000;
  font-size: 34px;
  font-weight: 700;
  display: flex;
  align-items: flex-end;
}
.banner .bd li {
  position: relative;
}
.banner .bd img {
  width: 100%;
  height: auto;
}
.banner .hd {
  text-align: center;
  position: absolute;
  bottom: 17px;
  width: 100%;
  z-index: 100;
}
.banner .hd ul {
  width: 100%;
  text-align: center;
}
.banner .hd li {
  display: inline-block;
  width: 9px;
  height: 9px;
  background: #ffffff;
  border-radius: 5px;
  margin: 0 4px;
}
.banner .hd li.on {
  background: #f3670a;
}
.ny-banner {
  margin-top: 124px;
}
.clumn1 {
  height: 807px;
  padding-top: 64px;
  box-sizing: border-box;
  background: url('../images/back_02.jpg') no-repeat center top;
  position: relative;
}
.clumn1 .content {
  margin-top: 90px;
}
.clumn1 .content .t-c {
  display: flex;
  justify-content: space-between;
}
.clumn1 .content .t-c .left {
  width: 557px;
  margin-top: 30px;
}
.clumn1 .content .t-c .left .text p:nth-child(1) {
  font-weight: bold;
  font-size: 40px;
  color: #333333;
}
.clumn1 .content .t-c .left .text p:nth-child(2) {
  width: 37px;
  height: 1px;
  background: #e52128;
  margin-top: 15px;
}
.clumn1 .content .t-c .left .text p:nth-child(3) {
  font-size: 18px;
  color: #333333;
  line-height: 42px;
  margin-top: 50px;
  height: 200px;
}
.clumn1 .content .t-c .right {
  width: 583px;
  height: 583px;
  margin-top: -70px;
  position: relative;
}
.clumn1 .content .t-c .right .back {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.clumn1 .content .t-c .right .back img {
  width: 100%;
  height: 100%;
}
.clumn1 .content .t-c .right .r-content {
  width: 435px;
  height: 435px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 82px;
  top: 75px;
  border-radius: 50%;
  overflow: hidden;
}
.clumn1 .content .t-c .right img {
  width: 272px;
  height: 339px;
  object-fit: contain;
}
.clumn1 .content .t-c .c-list {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 583px;
}
.clumn1 .content .t-c .c-list li {
  width: 138px;
  height: 45px;
  line-height: 45px;
  background: #ffffff;
  box-shadow: -2px 5px 32px 0px rgba(231, 231, 231, 0.99);
  border-radius: 23px;
  font-size: 16px;
  text-align: center;
  position: absolute;
  cursor: pointer;
}
.clumn1 .content .t-c .c-list li.on,
.clumn1 .content .t-c .c-list li:hover {
  background: #e52128;
  box-shadow: -2px 5px 32px 0px rgba(231, 231, 231, 0.99);
  border-radius: 23px;
  line-height: 38px;
  border: 4px solid rgba(229, 33, 40, 0.22);
  background-clip: padding-box;
  color: #fff;
  box-sizing: border-box;
}
.clumn1 .content .t-c .c-list li:nth-child(1) {
  top: -404px;
  left: -19px;
}
.clumn1 .content .t-c .c-list li:nth-child(2) {
  top: -119px;
  left: 67px;
}
.clumn1 .content .t-c .c-list li:nth-child(4) {
  top: -404px;
  right: -42px;
}
.clumn1 .content .t-c .c-list li:nth-child(3) {
  top: -119px;
  right: 51px;
}
.clumn1 .bottom-img {
  position: absolute;
  bottom: 110px;
}
.clumn1 .creat .wrap {
  height: 100px;
  position: absolute;
  left: 0;
  bottom: -79px;
  left: 50%;
  transform: translateX(-50%) rotateX(180deg);
  z-index: 100;
}
.clumn1 .creat img {
  margin-top: -200px;
  position: relative;
  z-index: 10;
}
.clumn1 .creat .back-red {
  width: 52.3%;
  height: 0;
  border-width: 0px 50px 106px 0px;
  border-style: none solid solid;
  border-color: transparent transparent #e52128;
  position: absolute;
  bottom: 83px;
  left: 0;
  transform: rotateX(180deg);
}
.clumn1 .creat .back-red::after {
  content: '';
  display: block;
  width: 88.8%;
  position: absolute;
  left: 0;
  height: 93px;
  background: #e52128;
  opacity: 0.1;
  bottom: -73px;
}
.clumn1 .creat .btn-list {
  width: 407px;
  height: 74px;
  background: #ff8812;
  border-radius: 37px;
  display: flex;
  font-size: 20px;
  color: #ffffff;
  position: absolute;
  right: -100px;
  top: 16px;
  transform: rotateX(180deg);
  padding: 0 52px;
  box-sizing: border-box;
  align-items: center;
  z-index: 101;
}
.clumn1 .creat .btn-list > div {
  flex: 1;
  display: flex;
  align-items: center;
  font-weight: 200;
}
.clumn1 .creat .btn-list > div.prev1 .iconfont {
  transform: rotateY(180deg);
  display: inline-block;
  margin-left: 24px;
  margin-right: 0;
}
.clumn1 .creat .btn-list > div.next1 {
  justify-content: flex-end;
}
.clumn1 .creat .btn-list .iconfont {
  color: #fff;
  font-size: 55px;
  margin-right: 24px;
  font-weight: 200;
}
.clumn2 {
  margin-top: 60px;
}
.clumn2 .classify {
  margin-top: 40px;
}
.clumn2 .classify ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.clumn2 .classify ul li {
  width: calc(25% - 70px);
  height: 102px;
  border: 1px solid #e5e5e5;
  font-size: 22px;
  color: #333333;
  margin-right: 90px;
}
.clumn2 .classify ul li:nth-child(4n) {
  margin-right: 0;
}
.clumn2 .classify ul li.on {
  background: #e62229;
  color: #fff;
  border: none;
}
.clumn2 .classify ul li.on a {
  color: #fff;
}
.clumn2 .classify ul li.on a span:nth-child(1) {
  color: #fff;
}
.clumn2 .classify ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.clumn2 .classify ul li a span:nth-child(1) {
  color: #e62229;
  font-size: 40px;
  margin-right: 18px;
}
.clumn2 .pro-list {
  margin-top: 30px;
}
.clumn2 .pro-list ul {
  display: flex;
  flex-wrap: wrap;
}
.clumn2 .pro-list ul li {
  width: calc(33% - 26px);
  margin-right: 45px;
  background: #f4f4f4;
  margin-top: 40px;
  padding: 6px;
  padding-bottom: 0;
  box-sizing: border-box;
}
.clumn2 .pro-list ul li:hover {
  background: #e62229;
}
.clumn2 .pro-list ul li:hover .text {
  color: #fff;
}
.clumn2 .pro-list ul li:hover .img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.clumn2 .pro-list ul li:nth-child(3n) {
  margin-right: 0;
}
.clumn2 .pro-list ul li .img-wrap {
  width: 100%;
  overflow: hidden;
}
.clumn2 .pro-list ul li .img-wrap .img {
  width: 100%;
}
.clumn2 .pro-list ul li .img-wrap .img::after {
  content: '';
  padding-bottom: 74%;
  width: 100%;
  display: inline-block;
}
.clumn2 .pro-list ul li .text {
  height: 70px;
  line-height: 70px;
  text-align: center;
  padding: 0 25px;
  box-sizing: border-box;
}
.clumn3 {
  margin-top: 60px;
  padding-bottom: 65px;
  background: url('../images/back_04.jpg') no-repeat center bottom;
}
.clumn3 .swipers {
  margin-top: 55px;
}
.clumn3 .swipers .bd {
  height: 100%;
  background: #f5f5f5;
  padding: 50px;
  box-sizing: border-box;
  height: 403px;
  overflow: hidden;
  position: relative;
}
.clumn3 .swipers .bd li {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.clumn3 .swipers .bd li .left {
  width: 50%;
}
.clumn3 .swipers .bd li .left > div:nth-child(1) {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}
.clumn3 .swipers .bd li .left > div:nth-child(2) {
  font-size: 16px;
  color: #333333;
  line-height: 35px;
  margin-top: 30px;
  max-width: 599px;
}
.clumn3 .swipers .bd li .left > div.function-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
}
.clumn3 .swipers .bd li .left > div.function-list > div {
  position: relative;
  height: 40px;
  line-height: 40px;
  background: #d2161d;
  text-align: center;
  margin-right: 18px;
  color: #fff;
  padding: 0 24px;
  margin-bottom: 15px;
}
.clumn3 .swipers .bd li .left > div.function-list > div img {
  position: absolute;
  right: 0;
  bottom: 0;
}
.clumn3 .swipers .bd li .right {
  width: 500px;
  height: 500px;
  margin-top: -100px;
  margin-right: 2.6vw;
  position: relative;
}
.clumn3 .swipers .bd li .right .img {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.clumn3 .swipers .bd li .right .img img {
  max-width: 62%;
  max-height: 62%;
}
.clumn3 .swipers .bd li .right::before {
  content: '';
  width: 500px;
  height: 500px;
  display: block;
  background: #dadada57;
  border-radius: 50%;
  position: absolute;
  z-index: 0;
}
.clumn3 .swipers .bd .btn-list {
  position: absolute;
  top: 44%;
  width: 100%;
  transform: translateY(-50%);
  z-index: 1000;
}
.clumn3 .swipers .bd .btn-list > div {
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.clumn3 .swipers .bd .btn-list > div:hover.iconfont {
  color: #e62229;
}
.clumn3 .swipers .bd .btn-list > div.iconfont {
  font-size: 50px;
  color: rgba(0, 0, 0, 0.18);
}
.clumn3 .swipers .bd .btn-list > div.prev {
  position: absolute;
  left: -26px;
}
.clumn3 .swipers .bd .btn-list > div.next {
  position: absolute;
  left: auto;
  right: -26px;
  transform: rotateY(180deg);
}
.clumn3 .hd ul {
  display: flex;
}
.clumn3 .hd ul li {
  width: calc(25% - 23px);
  margin-right: 30px;
  margin-top: 30px;
}
.clumn3 .hd ul li.on .text {
  color: #e62229 !important;
}
.clumn3 .hd ul li:hover .img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.clumn3 .hd ul li:hover .text {
  color: #e52128;
}
.clumn3 .hd ul li:nth-child(4n) {
  margin-right: 0;
}
.clumn3 .hd ul li a .img-wrap {
  width: 100%;
  overflow: hidden;
}
.clumn3 .hd ul li a .img-wrap .img {
  width: 100%;
  position: relative;
}
.clumn3 .hd ul li a .img-wrap .img::after {
  width: 100%;
  content: '';
  padding-bottom: 83%;
  display: inline-block;
}
.clumn3 .hd ul li a .text {
  font-size: 16px;
  color: #333333;
  margin-top: 15px;
  text-align: center;
  padding: 0 15px;
}
.clumn4 {
  padding-top: 40px;
  height: 710px;
  background: url('../images/honror_02.jpg') no-repeat center / cover;
}
.clumn4 .hon-swiper {
  margin-top: 70px;
  overflow: hidden;
}
.clumn4 .hon-swiper ul {
  display: flex;
  align-items: center;
}
.clumn4 .hon-swiper ul li {
  display: flex;
  align-items: center;
  justify-content: center;
}
.clumn4 .hon-swiper ul li img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.clumn4 .btn-list {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.clumn4 .btn-list .hon-button-next,
.clumn4 .btn-list .hon-button-prev {
  width: 61px;
  height: 61px;
  background: #ffffffaf;
  box-shadow: 0px 11px 20px -5px rgba(200, 200, 200, 0.31);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.clumn4 .btn-list .hon-button-next:hover,
.clumn4 .btn-list .hon-button-prev:hover {
  background: #fff;
}
.clumn4 .btn-list .hon-button-next.iconfont,
.clumn4 .btn-list .hon-button-prev.iconfont {
  color: #e52128;
  font-size: 26px;
}
.clumn4 .btn-list .swiper-pagination-progressbar {
  width: 86.8%;
  height: 1px;
  background: #f6f6f6;
  left: 50%;
  top: 30px;
  transform: translateX(-50%);
}
.clumn4
  .btn-list
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  height: 5px;
  background: #f6f6f6;
  border-radius: 10px;
  top: -2px;
}
.clumn4 .btn-list .hon-button-next {
  transform: rotate(180deg);
}
.clumn5 {
  margin-top: 60px;
  margin-bottom: 80px;
}
.clumn5 .n-content {
  display: flex;
  margin-top: 60px;
}
.clumn5 .n-content .n-tit {
  font-size: 24px;
  color: #333333;
  display: flex;
  align-items: center;
}
.clumn5 .n-content .n-tit .iconfont {
  font-size: 23px;
  margin-right: 10px;
}
.clumn5 .n-content .left {
  width: 65.4%;
  padding: 30px 27px;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
}
.clumn5 .n-content .left .r-c {
  display: flex;
  margin-top: 30px;
}
.clumn5 .n-content .left .r-c:hover .l img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.clumn5 .n-content .left .r-c:hover .r p:nth-child(1) {
  color: #e52128;
}
.clumn5 .n-content .left .r-c .l {
  width: 260px;
  height: 166px;
  overflow: hidden;
}
.clumn5 .n-content .left .r-c .l img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.clumn5 .n-content .left .r-c .r {
  width: calc(100% - 290px);
  margin-left: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.clumn5 .n-content .left .r-c .r p:nth-child(1) {
  font-size: 18px;
  color: #333333;
}
.clumn5 .n-content .left .r-c .r p:nth-child(2) {
  font-size: 16px;
  color: #999999;
  line-height: 36px;
  margin-top: 8px;
}
.clumn5 .n-content .left .r-c .r p:nth-child(3) {
  font-size: 16px;
  color: #333333;
  margin-top: 10px;
}
.clumn5 .n-content .left .l-list {
  margin-top: 10px;
}
.clumn5 .n-content .left .l-list ul {
  display: flex;
  flex-wrap: wrap;
}
.clumn5 .n-content .left .l-list ul li {
  width: calc(50% - 7px);
  height: 104px;
  background: #f5f5f5;
  margin-right: 14px;
  margin-top: 20px;
}
.clumn5 .n-content .left .l-list ul li:hover {
  background: #e52128;
}
.clumn5 .n-content .left .l-list ul li:hover a {
  color: #fff !important;
}
.clumn5 .n-content .left .l-list ul li:hover a p {
  color: #fff !important;
}
.clumn5 .n-content .left .l-list ul li:hover a p span {
  color: #fff !important;
}
.clumn5 .n-content .left .l-list ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 30px;
  box-sizing: border-box;
}
.clumn5 .n-content .left .l-list ul li:nth-child(2n) {
  margin-right: 0;
}
.clumn5 .n-content .left .l-list ul li p:nth-child(1) {
  display: flex;
  justify-content: space-between;
}
.clumn5 .n-content .left .l-list ul li p:nth-child(1) span:nth-child(1) {
  font-size: 19px;
  color: #333333;
  width: 90%;
}
.clumn5 .n-content .left .l-list ul li p:nth-child(1) span:nth-child(2) {
  color: #979797;
  font-size: 18px;
}
.clumn5 .n-content .left .l-list ul li p:nth-child(2) {
  font-size: 16px;
  color: #999999;
  margin-top: 15px;
}
.clumn5 .n-content .right {
  width: calc(34.6% - 30px);
  margin-left: 30px;
  padding: 30px;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
}
.clumn5 .n-content .right .c-img {
  width: 100%;
  height: 205px;
  margin-top: 25px;
}
.clumn5 .n-content .right .c-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.clumn5 .n-content .right .right-list li {
  margin-top: 27px;
  font-size: 18px;
  color: #333333;
}
.clumn5 .n-content .right .right-list li:hover a {
  color: #e52128;
}
.index-footer {
  height: 354px;
  background: #1e1e1e;
}
.index-footer .link {
  height: 92px;
  border: 1px solid #ffffff0c;
}
.index-footer .link ul {
  display: flex;
  align-items: center;
  height: 92px;
}
.index-footer .link ul li {
  margin-right: 75px;
}
.index-footer .link ul li a {
  font-size: 16px;
  color: #ffffff;
}
.index-footer .link ul li a:hover {
  font-weight: 700;
}
.index-footer .f-content {
  display: flex;
  justify-content: space-between;
  margin-top: 55px;
}
.index-footer .f-content .contact {
  width: 690px;
}
.index-footer .f-content .contact ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 103px;
  color: #fff;
}
.index-footer .f-content .contact ul li {
  margin-top: 22px;
  display: flex;
  align-items: center;
  position: relative;
}
.index-footer .f-content .contact ul li:nth-child(2n + 1) {
  margin-top: 0;
}
.index-footer .f-content .contact ul li:nth-child(3),
.index-footer .f-content .contact ul li:nth-child(4) {
  margin-left: 80px;
  min-width: 420px;
}
.index-footer .f-content .contact ul li:nth-child(4) span:nth-child(2) {
  position: absolute;
  left: 30px;
  top: -6px;
  width: 390px;
}
.index-footer .f-content .contact ul li span {
  color: #fff;
}
.index-footer .f-content .contact ul li span:nth-child(1) {
  background: linear-gradient(
    91deg,
    rgba(235, 6, 0, 0.97),
    rgba(231, 70, 74, 0.97)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 22px;
  margin-right: 10px;
}
.index-footer .f-content .contact ul li span:nth-child(2) {
  line-height: 32px;
}
.index-footer .f-content .contact ul li a {
  color: #fff;
}
.index-footer .erwei {
  margin-top: 8px;
  text-align: center;
}
.index-footer .erwei img {
  width: 125px;
  height: 124px;
  border-radius: 4px;
}
.index-footer .erwei p {
  font-size: 13px;
  color: #ffffff;
  margin-top: 10px;
}
.ny-nav .title {
  background: url('../images/list_07.png') no-repeat 100% 100%;
  height: 82px;
  position: relative;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 0 26px;
  box-sizing: border-box;
  padding: 0;
  width: 290px;
}
.ny-nav .title p:nth-child(1) {
  font-size: 26px;
  color: #ffffff;
  opacity: 0.12;
  margin-top: 15px;
}
.ny-nav .title p:nth-child(2) {
  display: flex;
  align-items: center;
  margin-top: -18px;
}
.ny-nav .title p:nth-child(2) span:nth-child(1) {
  font-weight: bold;
  font-size: 26px;
  color: #ffffff;
}
.ny-nav .title p:nth-child(2) span:nth-child(2) {
  width: 56px;
  height: 1px;
  background: #ffffff;
  margin-left: 10px;
}
.ny-nav {
  height: 88px;
  /* line-height: 88px; */
  background: #e52128;
  margin-top: -92px;
  position: relative;
  z-index: 101;
}
.ny-nav .wrap {
  display: flex;
}
.ny-nav .left {
  width: 290px;
}
.ny-nav .right {
  margin-left: 54px;
  font-size: 16px;
  color: #f6f6f6;
  height: 88px;
  line-height: 88px;
}
.ny-nav .right a {
  margin-right: 85px;
  color: #fff;
}
.ny-nav .right a:hover {
  font-weight: 700;
}
.ny-nav .right a:nth-last-child(1) {
  margin-right: 0;
}
.common-left {
  width: 290px;
  float: left;
  box-sizing: border-box;
  margin-top: -86px;
  z-index: 400;
  position: relative;
}
.common-left .title {
  background: url('../images/list_07.png') no-repeat 100% 100%;
  height: 82px;
  position: relative;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 0 26px;
  box-sizing: border-box;
}
.common-left .title p:nth-child(1) {
  font-size: 26px;
  color: #ffffff;
  opacity: 0.12;
  height: 35px;
  margin-top: 15px;
}
.common-left .title p:nth-child(2) {
  display: flex;
  align-items: center;
  margin-top: -18px;
}
.common-left .title p:nth-child(2) span:nth-child(1) {
  font-weight: bold;
  font-size: 26px;
  color: #ffffff;
}
.common-left .title p:nth-child(2) span:nth-child(2) {
  width: 56px;
  height: 1px;
  background: #ffffff;
  margin-left: 10px;
}
.common-left .nav-list {
  background: #ffffff;
}
.common-left .nav-list > ul .li {
  width: 100%;
  height: 75px;
  background: #f7f7f7;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #f0f0f0;
}
.common-left .nav-list > ul .li > a {
  display: block;
  width: 100%;
  height: 75px;
  line-height: 75px;
  padding-left: 35px;
  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 .ic {
  margin-right: 10px;
  color: #e52128;
}
.common-left .nav-list > ul .li > a .iconfont {
  font-size: 25px;
  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 .iconfont {
  display: inline-block !important;
  transform: rotate(90deg);
}
.common-left .nav-list > ul .li.active .icon-a-jiahao6 {
  display: none;
}
.common-left .nav-list > ul .li.active > a {
  color: #e62229;
  font-weight: 700;
}
.common-left .nav-list > ul .li.active > a span {
  color: #e62229;
  font-weight: 400;
}
.common-left .nav-list > ul .li > a:hover {
  color: #e52128;
}
.common-left .nav-list > ul .li > a:hover span {
  color: #e52128;
}
.common-left .nav-list > ul .li a {
  color: #333333;
}
.common-left .nav-list > ul .li .sub {
  background: #f8f8f8;
  margin-bottom: 10px;
}
.common-left .nav-list > ul .li .sub li {
  font-size: 14px;
  color: #666666;
  line-height: 42px;
  background: #f8f8f8;
  margin-left: 55px;
  width: 160px;
}
.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: #e62229;
}
.common-left .nav-list > ul .li .sub li.active span {
  color: #e62229;
}
.common-left .nav-list > ul .li .sub li:hover a {
  color: #e62229;
}
.common-left .nav-list > ul .li .sub li:hover span {
  color: #e62229;
}
.common-right {
  width: calc(100% - 343px);
  background: #ffffff;
  margin-left: 53px;
  float: left;
  margin-top: 35px;
}
.common-right .common-title {
  height: 54px;
  line-height: 54px;
  border-bottom: 1px dashed #efefef;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #555555;
}
.common-right .common-title .tit {
  font-weight: bold;
  font-size: 18px;
  color: #333333;
}
.common-right .common-title .iconfont {
  font-size: 14px;
  color: #e52128;
  margin-right: 10px;
}
.common-right .common-title a {
  color: #555555;
}
.hot-list {
  margin-top: 80px;
}
.hot-list .h-title {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.hot-list .h-title::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #efefef;
  position: absolute;
  left: 0;
  bottom: 2px;
  z-index: -1;
}
.hot-list .h-title .left {
  line-height: 60px;
}
.hot-list .h-title .left span:nth-child(1) {
  font-weight: bold;
  font-size: 22px;
  color: #e52128;
  display: inline-block;
  border-bottom: 5px solid #e52128;
  padding-right: 10px;
}
.hot-list .h-title .left span:nth-child(2) {
  font-size: 18px;
  color: #3a3a3a;
  opacity: 0.3;
  margin-left: 5px;
}
.hot-list .h-title .right {
  position: absolute;
  right: 0;
  bottom: 16px;
}
.hot-list .hot-list {
  margin-top: 44px;
  overflow: hidden;
}
.hot-list .hot-list ul li {
  width: calc(20% - 15px);
  background: #f4f4f4;
  padding: 4px;
  padding-bottom: 0;
  box-sizing: border-box;
}
.hot-list .hot-list ul li:hover {
  background: #e62229;
}
.hot-list .hot-list ul li:hover .text {
  color: #fff;
}
.hot-list .hot-list ul li:hover .img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.hot-list .hot-list ul li .img-wrap {
  width: 100%;
  overflow: hidden;
}
.hot-list .hot-list ul li .img-wrap .img {
  width: 100%;
}
.hot-list .hot-list ul li .img-wrap .img::after {
  content: '';
  padding-bottom: 74%;
  width: 100%;
  display: inline-block;
}
.hot-list .hot-list ul li .text {
  height: 46px;
  line-height: 46px;
  text-align: center;
  padding: 0 15px;
  box-sizing: border-box;
}
.ny-new {
  margin-bottom: 80px;
}
.ny-new .new-list {
  margin-top: 30px;
}
.ny-new .new-list ul li {
  padding: 24px;
  background: #f6f6f6;
  margin-top: 32px;
}
.ny-new .new-list ul li:hover {
  background: #e52128;
}
.ny-new .new-list ul li:hover p {
  color: #fff !important;
}
.ny-new .new-list ul li:hover p span {
  color: #fff !important;
}
.ny-new .new-list ul li:hover p:nth-child(3) {
  background: #d9d9d936 !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: 260px;
  height: 186px;
}
.ny-new .new-list ul li a .img-wrap .img {
  width: 100%;
  height: 100%;
}
.ny-new .new-list ul li a .text {
  width: calc(100% - 300px);
  margin-left: 17px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.ny-new .new-list ul li a .text p:nth-child(1) {
  font-size: 18px;
  color: #333333;
  display: flex;
  justify-content: space-between;
}
.ny-new .new-list ul li a .text p:nth-child(1) span:nth-child(1) {
  width: 418px;
  display: inline-block;
  font-weight: 700;
}
.ny-new .new-list ul li a .text p:nth-child(1) span:nth-child(2) {
  font-size: 14px;
  color: #999999;
}
.ny-new .new-list ul li a .text p:nth-child(2) {
  font-size: 14px;
  color: #666666;
  line-height: 30px;
  margin-top: 10px;
  text-align: justify;
}
.ny-new .new-list ul li a .text p:nth-child(3) {
  width: 100px;
  height: 30px;
  background: #d9d9d9;
  line-height: 30px;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  margin-top: 20px;
}
.ny-pro {
  margin-bottom: 80px;
}
.ny-pro .common-left {
  margin-top: -82px;
}
.ny-pro .common-left .title {
  padding: 0;
}
.ny-pro .common-left p:nth-child(1) {
  margin-top: 8px;
}
.ny-pro .pro-list {
  margin-top: 16px;
}
.ny-pro .pro-list ul {
  display: flex;
  flex-wrap: wrap;
}
.ny-pro .pro-list ul li {
  width: calc(33% - 18px);
  margin-right: 30px;
  background: #f4f4f4;
  margin-top: 33px;
  padding: 4px;
  padding-bottom: 0;
  box-sizing: border-box;
}
.ny-pro .pro-list ul li:hover {
  background: #e62229;
}
.ny-pro .pro-list ul li:hover .text {
  color: #fff;
}
.ny-pro .pro-list ul li:hover .img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.ny-pro .pro-list ul li:nth-child(3n) {
  margin-right: 0;
}
.ny-pro .pro-list ul li .img-wrap {
  width: 100%;
  overflow: hidden;
}
.ny-pro .pro-list ul li .img-wrap .img {
  width: 100%;
}
.ny-pro .pro-list ul li .img-wrap .img::after {
  content: '';
  padding-bottom: 74%;
  width: 100%;
  display: inline-block;
}
.ny-pro .pro-list ul li .text {
  height: 70px;
  line-height: 70px;
  text-align: center;
  padding: 0 25px;
  box-sizing: border-box;
}
.ny-search {
  margin-top: 80px;
  margin-bottom: 80px;
  padding: 45px 40px 70px;
  background: #fff;
}
.ny-search .search-list > ul li {
  border-bottom: 1px solid #f0f0f0;
  padding: 10px 10px 10px 19px;
}
.ny-search .search-list > ul li a {
  font-size: 15px;
  line-height: 40px;
  color: #333333;
  display: flex;
  align-items: center;
}
.ny-search .search-list > ul li a:hover {
  color: #e52128;
}
.ny-search .search-list > ul li a:hover .title {
  transform: translateX(3px);
}
.ny-search .search-list > ul li a:hover .more {
  color: #e52128;
}
.ny-search .search-list > ul li a .time {
  flex-shrink: 0;
  color: #999999;
}
.ny-search .search-list > ul li a .line {
  display: inline-block;
  margin: 0 14px;
  flex-shrink: 0;
  width: 1px;
  height: 10px;
  background-color: #e5e5e5;
}
.ny-search .search-list > ul li a .title {
  position: relative;
  width: 100%;
  padding-right: 160px;
  font-size: 16px;
  transform: translateX(0);
  transition: all 0.3s;
}
.ny-search .search-list > ul li a .more {
  position: absolute;
  right: 0;
  font-size: 15px;
  color: #888888;
}
.ny-contact {
  margin-bottom: 80px;
}
.ny-contact .top {
  display: flex;
  justify-content: space-between;
  margin-top: 65px;
}
.ny-contact .top .content {
  margin-top: -5px;
  margin-right: 38px;
}
.ny-contact .top .content .line {
  width: 16px;
  height: 1px;
  background: #ededed;
}
.ny-contact .top .content .text {
  width: 294px;
  font-size: 14px;
  color: #2a2c27;
  line-height: 33px;
}
.ny-contact .top .content .text p {
  font-size: 18px;
  font-weight: bold;
  color: #e7333a;
  margin-bottom: 10px;
}
.ny-contact .top .content .erwer {
  display: flex;
  margin-top: 20px;
}
.ny-contact .top .content .erwer > div {
  text-align: center;
}
.ny-contact .top .content .erwer > div:nth-child(1) {
  margin-right: 25px;
}
.ny-contact .top .content .erwer img {
  width: 132px;
  height: 132px;
}
.ny-contact .message {
  margin-top: 72px;
}
.ny-contact .message .tit h3 {
  font-size: 23px;
  font-weight: 700;
  color: #030303;
}
.ny-contact .message .tit p {
  color: #999999;
}
.ny-contact .message .input {
  display: flex;
  margin-top: 15px;
}
.ny-contact .message .input > div {
  width: 452px;
}
.ny-contact .message .input > div input {
  width: 452px;
  height: 100%;
  border: none;
  outline: none;
  border: 1px solid #eeeeee;
  box-shadow: 0px 4px 32px 0px rgba(237, 237, 237, 0.55);
  margin-top: 14px;
  background: #ffffff;
  height: 45px;
  padding-left: 15px;
  box-sizing: border-box;
}
.ny-contact .message .input > div:nth-child(1),
.ny-contact .message .input > div:nth-child(2) {
  margin-right: 30px;
}
.ny-contact .message .input > div span {
  display: block;
  font-size: 14px;
  color: #bcbcbc;
}
.ny-contact .message .input > div span i {
  color: #ff0000;
  margin-left: 3px;
}
.ny-contact .message .text-area {
  margin-top: 15px;
  width: 100%;
  height: 143px;
  box-sizing: border-box;
}
.ny-contact .message .text-area span {
  display: block;
  font-size: 14px;
  color: #bcbcbc;
}
.ny-contact .message .text-area textarea {
  width: 935px;
  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;
  font-family: Microsoft YaHei;
}
.ny-contact .message .btn-group {
  display: flex;
  margin-top: 70px;
}
.ny-contact .message .btn {
  width: 138px;
  height: 44px;
  background: #e7333a;
  line-height: 40px;
  color: #fff;
  text-align: center;
}
.ny-contact .message .reset {
  width: 134px;
  height: 40px;
  background: #f4f4f4;
  line-height: 40px;
  color: #999999;
  text-align: center;
  margin-left: 26px;
}
.ny-detail,
.ny-page {
  margin-bottom: 80px;
}
.paging {
  display: flex;
  width: 100%;
  justify-content: center;
  margin: 56px 0 0px 0;
}
.ny-page .cont,
.detail .cont {
  line-height: 33px;
  font-size: 16px;
  margin-top: 30px;
  color: #515151;
  padding-bottom: 50px;
  width: 100%;
}
.detail {
  padding-bottom: 60px;
  margin-top: 30px;
}
.detail .title {
  font-size: 24px;
  color: #333;
  text-align: center;
}
.detail .related {
  text-align: center;
  color: #666;
  font-size: 16px;
  line-height: 40px;
  margin-top: 10px;
}
.detail .other {
  margin-top: 40px;
}
.detail .other li {
  line-height: 30px;
}
.detail .other li:hover a {
  color: #e7333a;
}
.paging li {
  height: 55px !important;
  border-bottom: none !important;
}
.paging li a,
.paging li span {
  display: block;
  width: 55px;
  height: 55px;
  margin: 0 5px;
  box-sizing: border-box;
  color: #666;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.paging li a {
  border: 1px solid #e2e2e2;
}
.paging li.active a {
  background: #e50012 !important;
  color: #fff;
}
.paging li a:hover {
  background: #e50012;
  color: #fff;
  border: none;
}
.paging li a:hover a {
  color: #fff;
}
.paging li a:hover .iconfont {
  color: #fff;
}
.paging li.prev {
  transform: rotate(180deg);
}
.paging li.prev span {
  font-size: 15px;
  margin-left: 0px;
  color: #737373;
}
.paging li.prev span {
  font-size: 15px;
  margin-left: 0px;
  color: #737373;
}
.copy-right {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  height: 76px;
  line-height: 76px;
  text-align: center;
  background: #161616;
  display: flex;
  align-items: center;
  justify-content: center;
}
.copy-right img {
  margin: 0 5px;
  margin-left: 8px;
}
.copy-right a {
  color: #fff;
}
/**侧边悬浮**/
.nav-fixed {
  position: fixed;
  right: 5px;
  top: 50%;
  z-index: 10000;
  transform: translateY(-50%);
}
.nav-fixed .ul .li {
  position: relative;
  width: 70px;
  height: 70px;
  background: #f2f2f2;
  text-align: center;
  margin-top: 5px;
}
.nav-fixed .ul .li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.nav-fixed .ul .li + .li {
  margin-top: 5px;
}
.nav-fixed .ul .li:hover {
  background: #e52128;
}
.nav-fixed .ul .box {
  display: block;
  font-size: 12px;
  color: #333;
  transition: all 0.3s;
}
.nav-fixed .ul .box:hover {
  background-color: #e52128;
}
.nav-fixed .ul .box:hover .iconfont,
.nav-fixed .ul .box:hover .txt {
  color: #fff !important;
}
.nav-fixed .ul .box:hover .code-box,
.nav-fixed .ul .box:hover .num {
  margin-right: 0;
  opacity: 1;
  pointer-events: auto;
}
.nav-fixed .ul .icons {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 3px;
  position: relative;
}
.nav-fixed .ul .iconfont {
  display: block;
  color: #333;
  font-size: 25px;
  transition: all 0.3s;
}
.nav-fixed .ul .icons .i {
  opacity: 1;
}
.nav-fixed .ul .icons .i-h {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.nav-fixed .ul .txt {
  display: block;
  margin-top: 8px;
}
.nav-fixed .num {
  display: flex;
  position: absolute;
  top: 50%;
  right: 100%;
  margin-right: -10px;
  transform: translateY(-50%);
  height: 100%;
  padding: 5px 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  align-items: center;
  white-space: nowrap;
  word-break: keep-all;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4em;
  font-style: italic;
  letter-spacing: 0.1em;
  color: #d51b28;
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
}
.nav-fixed .code-box {
  display: flex;
  position: absolute;
  top: 50%;
  right: 100%;
  margin-right: -10px;
  transform: translateY(-50%);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  width: 110px;
  padding: 1px;
  background-color: #fff;
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
}
.nav-fixed .code-box img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1680px) {
  /* .index-footer .f-content .contact {
    margin: 0 100px;
  } */
  .header .head-nav .nav-wrap .navs > ul > li {
    padding: 0 20px;
  }
  .header .top-head .logo img {
    height: 68px;
  }
  .clumn2 .classify ul li {
    margin-right: 55px;
    width: calc(25% - 44px);
  }
  .ny-header .navs > ul > li {
    padding: 0 15px;
  }
  .clumn1 .creat .back-red {
    width: 47%;
  }
  .clumn3 .swipers .bd li .right::before {
    width: 450px;
    height: 450px;
  }
  .clumn3 .swipers .bd li .right {
    width: 450px;
    height: 450px;
    margin-top: -74px;
    margin-right: 1.6vw;
  }
  .clumn1 .creat .btn-list {
    width: 307px;
    height: 59px;
    background: #ff8812;
    border-radius: 37px;
    display: flex;
    font-size: 20px;
    color: #ffffff;
    position: absolute;
    right: -100px;
    top: 21px;
  }
  .clumn1 .bottom-img {
    height: 50px;
    bottom: 112px;
  }
  .clumn1 .creat .btn-list .iconfont {
    font-size: 38px;
  }
  .clumn1 .creat .btn-list {
    padding: 0 35px;
  }
  .clumn1 .creat .btn-list > div.prev .iconfont {
    margin-left: 14px;
  }
  .clumn1 .creat .btn-list .iconfont {
    margin-right: 14px;
  }
  .index-footer .link ul li {
    margin-right: 60px;
  }
}
@media screen and (max-width: 1440px) {
  .header .top-head .logo img {
    height: 60px;
  }
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
