/* ==================== 重置默认样式 start ==================== */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Microsoft YaHei", "微软雅黑", "Microsoft JhengHei", "华文细黑", "STHeiti", "MingLiu";
}
*:before,
*:after {
  vertical-align: middle;
  box-sizing: border-box;
}
html {
  max-width: 1920px;
  margin: 0 auto;
}
ul,
li,
ol {
  list-style: none;
}
em {
  font-style: normal;
}
img {
  vertical-align: middle;
  max-width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
  outline: none;
  -webkit-backface-visibility: hidden;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: none;
}
input:focus,
select:focus,
textarea:focus {
  outline: -webkit-focus-ring-color auto 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th,
td {
  vertical-align: middle;
}
#map label {
  max-width: initial;
}
#map img {
  max-width: initial;
}
/* ==================== 重置默认样式 end ==================== */
/* ==================== 常用样式 start ==================== */
/* 清除浮动 */
.clearfix {
  display: block;
  zoom: 1;
}
.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* 文本溢出省略号 */
/* 1行 */
.ellipsis-text1 {
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
/* 2行 */
.ellipsis-text2,
.ellipsis-text3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
/* 3行 */
.ellipsis-text3 {
  -webkit-line-clamp: 3;
}
/* 4行 */
.ellipsis-text4 {
  -webkit-line-clamp: 4;
}
/* bootstart ul */
ul {
  margin-bottom: 0;
}
/* 容器大小 */
.my-box {
  max-width: 1600px;
  margin: 0 auto;
  overflow: hidden;
  font-size: 0;
}
/* 图片统一动画 */
.my-image {
  overflow: hidden;
}
.my-image:hover img {
  transform: scale(1.1);
}
.my-image img {
  transition: all 0.4s;
  width: 100%;
}
/* ==================== 常用样式 end ==================== */
/* ==================== 头部 start ==================== */
header {
  width: 100%;
  font-size: 0;
  position: relative;
  z-index: 10000;
}
header .my-box {
  overflow: visible;
}
header .top {
  background: #222;
  text-align: right;
}
header .top .my-box {
  display: flex;
  justify-content: flex-end;
}
header .top .tel {
  font-size: 0.2258rem;
  color: #aaa;
  display: flex;
  align-items: center;
  padding: 0.2097rem 0;
}
header .top .tel::before {
  content: "";
  display: block;
  background: url(../images/img01.png) no-repeat;
  width: 0.2419rem;
  height: 0.2419rem;
  background-size: 100%;
  margin-right: 0.2419rem;
  flex-shrink: 0;
  font-size: 0.2258rem;
  line-height: 1;
}
header .bottom {
  transition: all 0.4s;
}
header .bottom.my-bg {
  background: #fff;
  border-bottom: 1px solid #ddd;
}
header .bottom.my-bg .logo #white {
  display: none;
}
header .bottom.my-bg .logo #red {
  display: block;
}
header .bottom.my-bg .my-menu > li > a {
  color: #333;
}
header .bottom.my-bg form {
  border: 1px solid #ddd;
}
header .bottom .logo {
  width: 3.2258rem;
  display: block;
}
header .bottom .my-box {
  overflow: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .bottom .logo #white {
  display: block;
}
header .bottom .logo #red {
  display: none;
}
header .bottom .my-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
header .bottom .my-menu > li {
  flex-grow: 1;
  transition: all 0.2s;
  padding: 0.5806rem 0;
}
header .bottom .my-menu > li:last-child a {
  padding-right: 0;
}
header .bottom .my-menu > li.active a:after {
  left: 0;
  opacity: 0.7;
  visibility: visible;
}
header .bottom .my-menu > li:hover .my-sub-box {
  opacity: 1;
  top: 90%;
  visibility: visible;
}
header .bottom .my-menu > li:hover a:before {
  visibility: visible;
}
header .bottom .my-menu > li:hover a:after {
  left: 0;
  opacity: 0.7;
  visibility: visible;
}
header .bottom .my-menu > li > a {
  display: block;
  color: #fff;
  font-size: 0.2903rem;
  padding: 0.1613rem 0rem;
  padding-left: 0.3226rem;
  padding-right: 0.8065rem;
  position: relative;
  z-index: 2;
}
header .bottom .my-menu > li > a span {
  position: relative;
  z-index: 2;
}
header .bottom .my-menu > li > a:after {
  content: "";
  display: block;
  width: 0.4839rem;
  height: 0.4839rem;
  border-radius: 100%;
  background: #c30d23;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
  position: absolute;
  left: 0.3226rem;
  top: 50%;
  margin-top: -0.2419rem;
}
header .bottom .my-menu > li .my-sub-box {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  display: flex;
  align-items: flex-start;
  padding: 0.3226rem;
  border-radius: 0.0806rem;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  width: 100%;
  transition: all 0.2s;
}
header .bottom .my-menu > li .my-sub-box .my-sub-menu {
  display: flex;
  flex-wrap: wrap;
  padding: 0.2419rem 0;
  flex-grow: 1;
  align-items: flex-start;
  justify-content: flex-start;
}
header .bottom .my-menu > li .my-sub-box .my-sub-menu > li {
  width: 33.3333%;
  position: relative;
  text-align: center;
}
header .bottom .my-menu > li .my-sub-box .my-sub-menu > li > a {
  width: 100%;
  display: block;
  padding: 0.1935rem 0.1613rem;
  font-size: 0.2581rem;
}
header .bottom .my-menu > li .my-sub-box .my-sub-menu > li > a:hover {
  background: rgba(0, 0, 0, 0.04);
  color: #c30d23;
}
header .bottom .my-menu > li .my-sub-box .image {
  width: 3.2258rem;
  flex-shrink: 0;
  margin-left: 0.3226rem;
}
header .bottom form {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
header .bottom form input {
  padding: 0.129rem 0.1613rem;
  font-size: 0.2097rem;
  color: #666;
  width: 2.9032rem;
  border: 0;
  outline: none;
  background: #fff;
}
header .bottom form button {
  background: url(../images/img03.png) no-repeat center #fff;
  background-size: 0.2419rem 0.2419rem;
  width: 0.4839rem;
  border: 0;
  outline: none;
  cursor: pointer;
}
/* ==================== 头部 end ==================== */
/* ==================== 移动端头部 start ==================== */
.mob-nav {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: column;
  align-items: center;
  height: 60px;
  transition: all 0.4s;
}
.mob-nav.active {
  height: 100%;
}
.mob-nav.active .nav-btn {
  width: 26px;
  height: 26px;
}
.mob-nav.active .nav-btn i {
  position: absolute;
  top: 10px;
  left: 0;
}
.mob-nav.active .nav-btn i:first-child ~ i {
  margin: 0;
}
.mob-nav.active .nav-btn i:nth-child(1) {
  display: none;
}
.mob-nav.active .nav-btn i:nth-child(2) {
  transform: rotate(45deg);
}
.mob-nav.active .nav-btn i:nth-child(3) {
  transform: rotate(-45deg);
}
.mob-nav.active .mob-nav-menu {
  opacity: 1;
  margin-top: 0;
  visibility: visible;
}
.mob-nav .mob-nav-head {
  width: 100%;
  height: 60px;
  background: #fff;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.mob-nav .mob-nav-head .nav-btn {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -10px;
}
.mob-nav .mob-nav-head .nav-btn i {
  display: block;
  background: #000;
  width: 26px;
  height: 3px;
  transition: all 0.4s;
}
.mob-nav .mob-nav-head .nav-btn i:first-child ~ i {
  margin-top: 5px;
}
.mob-nav .mob-nav-head .nav-logo {
  width: 2rem;
}
.mob-nav .mob-nav-head .nav-logo a {
  display: block;
}
.mob-nav .mob-nav-menu {
  width: 100%;
  background: #151515;
  flex-grow: 1;
  padding: 10px 20px;
  overflow: auto;
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
  margin-top: 30px;
}
.mob-nav .mob-nav-menu a {
  color: inherit;
}
.mob-nav .mob-nav-menu > li {
  position: relative;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 16px;
}
.mob-nav .mob-nav-menu > li:last-child {
  border-bottom: 0;
}
.mob-nav .mob-nav-menu > li > a {
  display: block;
  padding: 14px 5px;
}
.mob-nav .mob-nav-menu > li.active > .mob-sub-menu > li {
  display: block;
}
.mob-nav .mob-nav-menu .mob-sub-menu:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  right: 20px;
  top: 20px;
  transform: rotate(45deg);
}
.mob-nav .mob-nav-menu .mob-sub-menu > li {
  display: none;
  padding: 0 10px;
}
.mob-nav .mob-nav-menu .mob-sub-menu > li > a {
  display: block;
  padding: 10px 0;
}
/* ==================== 移动端头部 end ==================== */
/* ==================== 轮播图 start ==================== */
.banner {
  position: relative;
}
.banner .banner-swiper .swiper-pagination-bullets {
  font-size: 0;
  bottom: 0.3226rem;
  position: absolute;
  left: auto;
  right: 0;
  width: auto;
  display: flex;
  flex-flow: column;
  bottom: auto;
  top: 50%;
  margin-top: -0.6452rem;
  align-items: flex-end;
}
.banner .banner-swiper .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 0.4839rem;
  height: 0.0323rem;
  opacity: 0.6;
  background: #fff;
  margin-left: 0.0806rem;
  margin-right: 0.0806rem;
  border-radius: 0;
  margin-bottom: 0.5645rem;
  transition: all 0.4s;
}
.banner .banner-swiper .swiper-pagination-bullets .swiper-pagination-bullet:last-child {
  margin-bottom: 0;
}
.banner .banner-swiper .swiper-pagination-bullets .swiper-pagination-bullet-active {
  width: 1.2903rem;
  opacity: 1;
}
/* ==================== 轮播图 end ==================== */
/* ==================== swiper上一个下一个按钮 start ==================== */
.swiper-btn {
  width: 0.9032rem;
  height: 0.9032rem;
  background: #f4b820;
  position: absolute;
  top: 50%;
  margin-top: -0.4516rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  cursor: pointer;
}
.swiper-btn.swiper-button-disabled {
  background: #c1c1c1;
}
.swiper-btn:after {
  content: "";
  display: block;
  width: 0.1935rem;
  height: 0.1935rem;
  border-width: 0.0323rem;
  border-top-style: solid;
  border-left-style: solid;
  border-color: #fff;
  transform: rotate(-45deg);
  margin-left: 0.0806rem;
}
.swiper-btn.swiper-btn-prev {
  left: -1.2097rem;
}
.swiper-btn.swiper-btn-next {
  right: -1.2097rem;
  transform: rotateY(180deg);
}
/* ==================== swiper上一个下一个按钮 end ==================== */
/* ==================== 通用标题 start ==================== */
.my-title {
  text-align: center;
  padding: 1.129rem 0 0.8065rem;
}
.my-title h1 {
  font-size: 0.5806rem;
  color: #222;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.3226rem;
}
.my-title h2 {
  font-size: 0.2742rem;
  font-weight: 400;
  color: #222;
}
/* ==================== 通用标题 end ==================== */
/* ==================== 产品 start ==================== */
.product {
  padding-bottom: 1.7742rem;
}
.product .itembox {
  display: flex;
  flex-flow: wrap;
  justify-content: flex-start;
}
.product .itembox .item {
  display: block;
  position: relative;
  margin-top: 2%;
}
.product .itembox .item:hover:after {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6));
}
.product .itembox .item:hover .image-text {
  transform: translateY(-0.3226rem);
}
.product .itembox .item:hover .image-text > div .more {
  opacity: 1;
  visibility: visible;
}
.product .itembox .item:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.2));
  transition: all 0.4s;
}
.product .itembox .item:nth-child(1),
.product .itembox .item:nth-child(2) {
  width: 49%;
  margin-top: 0%;
}
.product .itembox .item:nth-child(2) {
  margin-left: 2%;
}
.product .itembox .item:nth-child(3) {
  width: 38%;
}
.product .itembox .item:nth-child(4) {
  width: 60%;
  margin-left: 2%;
}
.product .itembox .item:nth-child(4) ~ .item {
  width: 32%;
}
.product .itembox .item:nth-child(6) {
  margin-left: 2%;
  margin-right: 2%;
}
.product .itembox .item:nth-child(4) ~ .item .image-text {
  justify-content: center;
  height: auto;
  margin-top: 0.9677rem;
  transform: translateY(-0.3226rem);
}
.product .itembox .item:nth-child(4) ~ .item .image-text > div {
  text-align: center;
}
.product .itembox .item:nth-child(4) ~ .item .image-text > div .more {
  margin-top: 0.6452rem;
}
.product .itembox .item .image {
  width: 100%;
}
.product .itembox .item .image-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 1.2097rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: all 0.4s;
  z-index: 9;
}
.product .itembox .item .image-text > div h1 {
  font-size: 0.5484rem;
  font-weight: bold;
  margin-bottom: 0.4032rem;
  line-height: 1;
}
.product .itembox .item .image-text > div h2 {
  font-size: 0.2581rem;
  color: #3e3e3e;
  line-height: 1;
}
.product .itembox .item .image-text > div .more {
  margin-top: 1.2903rem;
  font-size: 0.2581rem;
  color: #fff;
  line-height: 1;
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}
/* ==================== 产品 end ==================== */
/* ==================== 产品按钮 start ==================== */
.more-product {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.9677rem 0;
}
.more-product .btn {
  display: flex;
  align-items: center;
  padding: 0.2742rem 0.4839rem;
  color: #fff;
  font-size: 0.2742rem;
  line-height: 1;
}
.more-product .btn:before {
  content: "";
  display: block;
  margin-right: 0.3226rem;
  width: 0.3226rem;
  height: 0.3226rem;
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.more-product .btn.btn01 {
  background: #000000;
  margin-right: 1.2258rem;
}
.more-product .btn.btn01:before {
  background-image: url(../images/img12.png);
}
.more-product .btn.btn02 {
  background: #c30d23;
}
.more-product .btn.btn02:before {
  background-image: url(../images/img13.png);
}
/* ==================== 产品按钮 end ==================== */
/* ==================== 公司简介 start ==================== */
.about {
  overflow: hidden;
}
.about > .my-box {
  overflow: visible;
  position: relative;
  margin-top: -1.2903rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding-top: 1.371rem;
  padding-bottom: 1.129rem;
}
.about > .my-box:after {
  content: "";
  display: block;
  width: 2.5806rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: -2.5806rem;
  background: #fff;
}
.about .image-text {
  padding-right: 1.2903rem;
  padding-left: 0.8065rem;
}
.about .image-text h1 {
  font-size: 0.6452rem;
  line-height: 1;
  color: #222;
  font-weight: bold;
  margin-bottom: 0.3226rem;
}
.about .image-text h2 {
  font-size: 0.2258rem;
  color: #222;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 0.7097rem;
  font-weight: 400;
}
.about .image-text h2:after {
  content: "";
  width: 1.2903rem;
  height: 0.0645rem;
  background: #c30d23;
  display: block;
  margin-top: 0.7097rem;
}
.about .image-text .desc {
  margin-top: 0.8065rem;
  margin-top: 1.2903rem;
  font-size: 0.2581rem;
  color: #666;
}
.about .image-text .desc p {
  line-height: 2em;
  text-indent: 2em;
  text-align: justify;
}
.about .image-text .itembox {
  position: relative;
  display: flex;
  margin-top: 1.2903rem;
  margin-left: -0.8065rem;
  justify-content: space-between;
  padding-left: 0.8065rem;
}
.about .image-text .itembox:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #c2c2c2;
  position: absolute;
  bottom: 0.1129rem;
  left: 0;
}
.about .image-text .itembox .item {
  display: block;
  position: relative;
  z-index: 2;
  transition: all 0.4s;
}
.about .image-text .itembox .item:hover .image {
  background: #c30d23;
}
.about .image-text .itembox .item:hover:after {
  border-color: #c30d23;
}
.about .image-text .itembox .item .image {
  background: #dadada;
  border-radius: 100%;
  width: 1.129rem;
  height: 1.129rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  margin-bottom: 0.2419rem;
}
.about .image-text .itembox .item .image img {
  width: 0.4839rem;
}
.about .image-text .itembox .item .name {
  text-align: center;
  font-size: 0.2581rem;
  color: #333;
  line-height: 1;
  margin-bottom: 0.4032rem;
}
.about .image-text .itembox .item:after {
  content: "";
  display: block;
  width: 0.2258rem;
  height: 0.2258rem;
  border: 0.0323rem solid #dadada;
  background: #fff;
  border-radius: 100%;
  margin: 0 auto;
}
.about .about-image {
  width: 12.7419rem;
  flex-shrink: 0;
  overflow: hidden;
}
.about .about-image:hover img {
  transform: scale(1.1);
}
.about .about-image img {
  transition: all 0.4s;
}
.about-swiper {
  margin-bottom: 0.3226rem;
}
.about-swiper .image {
  overflow: hidden;
}
.about-swiper .image:hover img {
  transform: scale(1.1);
}
.about-swiper .image img {
  transition: all 0.4s;
}
/* ==================== 公司简介 end ==================== */
/* ==================== 新闻资讯 start ==================== */
.news {
  padding-bottom: 1.0484rem;
}
.news .news-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 0;
  margin-bottom: 1.2097rem;
}
.news .news-box .left {
  width: 100%;
  flex-grow: 1;
  padding-right: 0.3226rem;
}
.news .news-box .left .item {
  display: block;
  padding: 0.4839rem;
  border: 1px solid #ebebeb;
  transition: all 0.4s;
}
.news .news-box .left .item:hover {
  border-color: #c30d23;
}
.news .news-box .left .item:hover .news-head .title {
  color: #c30d23;
}
.news .news-box .left .item:first-child ~ .item {
  margin-top: 0.3226rem;
}
.news .news-box .left .item .news-head {
  margin-bottom: 0.4839rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 0;
}
.news .news-box .left .item .news-head .title {
  font-size: 0.3548rem;
  color: #333333;
  font-weight: bold;
  line-height: 1;
  transition: all 0.4s;
}
.news .news-box .left .item .news-head .time {
  font-size: 0.2258rem;
  color: #737373;
  font-weight: 400;
  line-height: 1;
  flex-shrink: 0;
}
.news .news-box .left .item .desc {
  font-size: 0.2258rem;
  color: #737373;
  line-height: 1.8em;
}
.news .news-box .image {
  width: 10.8065rem;
  flex-shrink: 0;
  overflow: hidden;
}
.news .news-box .image:hover img {
  transform: scale(1.1);
}
.news .news-box .image img {
  transition: all 0.4s;
}
.news .more {
  display: flex;
  justify-content: center;
}
.news .more a {
  background: #c30d23;
  color: #fff;
  padding: 0.2742rem 0.4839rem;
  display: flex;
  align-items: center;
  font-size: 0.2742rem;
  line-height: 1;
}
.news .more a:before {
  content: "";
  display: block;
  width: 0.3226rem;
  height: 0.3226rem;
  margin-right: 0.3226rem;
  background: url(../images/img25.png) no-repeat center;
  background-size: 100%;
}
/* ==================== 新闻资讯 end ==================== */
/* ==================== 底部 start ==================== */
footer {
  background: #222;
  color: #fff;
  padding: 1.0968rem 0 0.4839rem;
  font-size: 0;
}
footer .my-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
footer .foot-nav {
  padding-right: 1.9355rem;
  width: 14.1935rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
footer .foot-nav > li > a {
  display: block;
  font-size: 0.3226rem;
  color: #fff;
  line-height: 1;
}
footer .foot-nav > li .foot-sub-nav {
  margin-top: 0.6129rem;
}
footer .foot-nav > li .foot-sub-nav > li:first-child ~ li {
  margin-top: 0.3226rem;
}
footer .foot-nav > li .foot-sub-nav > li a {
  font-size: 0.2581rem;
  color: #cacaca;
}
footer .foot-nav > li .foot-sub-nav > li a:hover {
  color: #c30d23;
}
footer .my-box > .right {
  padding-left: 1.129rem;
  flex-shrink: 0;
  border-left: 1px solid #363636;
}
footer .my-box > .right form,
footer .my-box > .right .address {
  padding-left: 1.2903rem;
}
footer .my-box > .right form {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0.5806rem;
}
footer .my-box > .right form input {
  height: 0.7419rem;
  padding: 0.2419rem 0.6452rem;
  background: #fff;
  border: 0;
  outline: none;
  flex-grow: 1;
  font-size: 0.2581rem;
  color: #666;
}
footer .my-box > .right form button {
  background: url(../images/img26.png) no-repeat center #c30d23;
  background-size: 0.3226rem 0.3226rem;
  width: 1.9355rem;
  height: 0.7419rem;
  flex-shrink: 0;
  border: 0;
  cursor: pointer;
}
footer .my-box > .right .address {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.8065rem;
  border-bottom: 1px solid #363636;
}
footer .my-box > .right .address .left {
  flex-shrink: 0;
  padding-right: 0.3226rem;
}
footer .my-box > .right .address .left p {
  font-size: 0.2581rem;
  line-height: 1;
  color: #cacaca;
}
footer .my-box > .right .address .left p:first-child ~ p {
  margin-top: 0.3226rem;
}
footer .my-box > .right .address .left p b {
  color: #fff;
  font-size: 0.3871rem;
  line-height: 1;
  vertical-align: text-bottom;
  display: inline;
  vertical-align: middle;
}
footer .my-box > .right .address .right {
  flex-shrink: 0;
  margin-left: 1.2903rem;
}
footer .my-box > .right .address .right img {
  width: 1.6129rem;
  display: block;
  margin: 0 auto;
}
footer .my-box > .right .address .right .name {
  margin-top: 0.2419rem;
  font-size: 0.2258rem;
  text-align: center;
  color: #b3b3b3;
}
footer .my-box > .right .copyright {
  padding-bottom: 0.3226rem;
  text-align: right;
  padding-top: 0.6452rem;
}
footer .my-box > .right .copyright p {
  font-size: 0.2258rem;
  line-height: 1;
  color: #cacaca;
}
footer .my-box > .right .copyright p:first-child ~ p {
  margin-top: 0.3226rem;
}
footer .my-box > .right .copyright p a {
  font-size: inherit;
  color: inherit;
}
/* ==================== 底部 end ==================== */
/* ==================== 内页容器 start ==================== */
.ny-main {
  margin-top: 2.6129rem;
}
/* ==================== 内页容器 end ==================== */
/* ==================== 内页banner start ==================== */
.ny-banner {
  display: block;
  position: relative;
}
.ny-banner .banner-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  pointer-events: none;
}
.ny-banner .banner-text h1 {
  font-size: 0.6452rem;
  line-height: 1;
  margin-bottom: 0.4839rem;
}
.ny-banner .banner-text h2 {
  font-size: 0.2903rem;
  line-height: 1;
  font-weight: 400;
}
/* ==================== 内页banner end ==================== */
/* ==================== 内页导航 start ==================== */
.ny-nav > .my-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.ny-nav ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.ny-nav ul li {
  padding-left: 0.6452rem;
  padding-right: 0.6452rem;
  position: relative;
  font-weight: bold;
}
.ny-nav ul li::after {
  content: "";
  display: block;
  width: 1px;
  height: 0.2581rem;
  background: #b3b3b3;
  position: absolute;
  top: 50%;
  margin-top: -0.129rem;
  left: 0;
}
.ny-nav ul li.active a {
  color: #c30d23;
  border-bottom-color: inherit;
}
.ny-nav ul li:first-child {
  padding-left: 0;
}
.ny-nav ul li:first-child:after {
  display: none;
}
.ny-nav ul li a {
  display: block;
  font-size: 0.2903rem;
  color: #333;
  padding: 0.4839rem 0;
  line-height: 1;
  position: relative;
  border-bottom: 0.0484rem solid transparent;
}
.ny-nav ul li a:hover {
  color: #c30d23;
  border-bottom-color: inherit;
}
.ny-nav .bread-crumbs {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #666;
  font-size: 0.2258rem;
  line-height: 1;
}
.ny-nav .bread-crumbs:before {
  content: "";
  display: block;
  background: url(../images/img48.png) no-repeat center;
  width: 0.3226rem;
  height: 0.3226rem;
  margin-right: 0.2581rem;
  background-size: 100%;
}
.ny-nav .bread-crumbs span {
  display: flex;
  align-items: center;
}
.ny-nav .bread-crumbs span:last-child:after {
  display: none;
}
.ny-nav .bread-crumbs span::after {
  content: "/";
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.1613rem;
}
/* ==================== 内页导航 end ==================== */
/* ==================== 内页标题 start ==================== */
.ny-title {
  padding-top: 1.2097rem;
  font-size: 0.5806rem;
  color: #000;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 0.4839rem;
  display: block;
  width: 100%;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 0.6452rem;
}
/* ==================== 内页标题 end ==================== */
/* ==================== 内页公司简介 start ==================== */
.ny-about {
  background: #f5f5f5;
}
.ny-about .img-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.8871rem;
}
.ny-about .img-text .image {
  width: 12.5806rem;
  flex-shrink: 0;
  margin-right: 1.2903rem;
  overflow: hidden;
}
.ny-about .img-text .image:hover img {
  transform: scale(1.1);
}
.ny-about .img-text .image img {
  transition: all 0.4s;
}
.ny-about .img-text .text {
  flex-grow: 1;
}
.ny-about .img-text .text .title {
  font-size: 0.5484rem;
  line-height: 1;
  color: #000;
  margin-bottom: 0.2903rem;
}
.ny-about .img-text .text .en-title {
  font-size: 0.2258rem;
  color: #666;
  margin-bottom: 0.8065rem;
  line-height: 1;
}
.ny-about .img-text .text .desc {
  font-size: 0.2581rem;
  color: #666;
  line-height: 1.8em;
}
/* ==================== 内页公司简介 end ==================== */
/* ==================== 厂房图片轮播 start ==================== */
.my-about .about-swiper {
  margin-bottom: 1.371rem;
}
/* ==================== 厂房图片轮播 end ==================== */
/* ==================== 关于我们底部 start ==================== */
.about-bottom {
  background: url(../images/img28.png) no-repeat center;
  padding: 1.371rem 0;
}
.about-bottom > .my-box {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.about-bottom .item {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.about-bottom .item:nth-child(3n-1) {
  margin-left: 5.1613rem;
  margin-right: 5.1613rem;
}
.about-bottom .item .image {
  width: 1.7742rem;
  height: 1.7742rem;
  border: 1px solid #fff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-bottom: 0.6452rem;
}
.about-bottom .item .image img {
  width: 0.9677rem;
}
.about-bottom .item .number {
  font-size: 0.7903rem;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  margin-bottom: 0.4839rem;
}
.about-bottom .item .name {
  font-size: 0.2903rem;
  line-height: 1;
  text-align: center;
  color: #fff;
}
.about-bottom .item .name p {
  line-height: 1.8em;
  font-size: inherit;
  color: inherit;
}
/* ==================== 关于我们底部 end ==================== */
/* ==================== 发展历程 start ==================== */
.development-path .my-title {
  padding-bottom: 0.9677rem;
}
.development-path .my-title h1 {
  margin-bottom: 0;
}
.development-path .year-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.7097rem;
}
.development-path .year-list .item {
  cursor: pointer;
  flex-grow: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #ddd;
}
.development-path .year-list .item.active .year,
.development-path .year-list .item:hover .year {
  color: #c30d23;
}
.development-path .year-list .item .year {
  font-size: 0.3387rem;
  color: #333;
  line-height: 1;
  padding-bottom: 0.6452rem;
  position: relative;
}
.development-path .year-list .item .year::after {
  content: "";
  display: block;
  width: 0.1935rem;
  height: 0.1935rem;
  border-radius: 100%;
  background: #c30d23;
  position: absolute;
  bottom: -0.0968rem;
  left: 50%;
  margin-left: -0.0968rem;
}
.development-swiper {
  padding: 0.3226rem;
  margin-bottom: 1.6129rem;
}
.development-swiper .swiper-wrapper {
  align-items: stretch;
}
.development-swiper .item {
  border-radius: 0.1613rem;
  box-shadow: 0rem 0.0484rem 0.3387rem 0rem rgba(0, 0, 0, 0.13);
  background: #fff;
  padding: 0.9677rem 0.4839rem;
  text-align: center;
  height: 100%;
  background: url(../images/img32.png) no-repeat bottom center;
  background-size: cover;
}
.development-swiper .item .year {
  margin-bottom: 0.5645rem;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 0.7419rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 0.5645rem;
}
.development-swiper .item .year b {
  font-size: 0.9677rem;
  line-height: 1;
  color: #5a5858;
  margin-right: 0.2419rem;
}
.development-swiper .item .year span {
  display: block;
  width: 0.6452rem;
  height: 0.6452rem;
  border-radius: 100%;
  background: #c30d23;
  color: #fff;
  font-weight: bold;
  font-size: 0.3226rem;
  line-height: 0.6452rem;
  text-align: center;
  flex-shrink: 0;
  margin-bottom: 0.0806rem;
}
.development-swiper .item .desc {
  font-size: 0.3387rem;
  color: #5a5858;
  line-height: 1.8em;
  text-align: left;
}
/* ==================== 发展历程 end ==================== */
/* ==================== 资质荣誉 start ==================== */
.honor > .my-box {
  margin-top: 1.0968rem;
}
.honor .text {
  background: url(../images/img33.png) no-repeat center;
  height: 5rem;
  display: flex;
  align-items: center;
  text-align: left;
}
.honor .text > .my-box {
  width: 100%;
}
.honor h1 {
  font-size: 0.5806rem;
  color: #000;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 0.4194rem;
}
.honor h2 {
  font-size: 0.2903rem;
  color: #000;
  line-height: 1;
  font-weight: 400;
}
.honor .honor-swiper .swiper-pagination {
  position: static;
  padding: 1.2903rem 0;
}
.honor .honor-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 1.0323rem;
  height: 0.0806rem;
  border-radius: 0.0484rem;
  background: #d0d0d0;
  opacity: 1;
}
.honor .honor-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #c30d23;
}
.honor .honor-swiper .image {
  overflow: hidden;
}
.honor .honor-swiper .image:hover img {
  transform: scale(1.1);
}
.honor .honor-swiper .image img {
  transition: all 0.4s;
  width: 100%;
}
/* ==================== 资质荣誉 end ==================== */
/* ==================== 未来愿景 start ==================== */
.future {
  background: #f5f5f5;
  padding-bottom: 1.4516rem;
}
.future .head {
  max-width: 21.9355rem;
  margin: 0 auto;
  width: 100%;
  padding: 0.8065rem 1.6129rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  box-shadow: 0rem 0.0484rem 0.3387rem 0rem rgba(0, 0, 0, 0.08);
  border-radius: 0.1613rem 0.1613rem 0rem 0rem;
  margin-top: 0.3226rem;
  overflow: hidden;
}
.future .head .item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.future .head .item .image {
  flex-shrink: 0;
  width: 1.129rem;
  margin-right: 0.4839rem;
}
.future .head .item .image-text h1 {
  font-size: 0.4516rem;
  line-height: 1;
  color: #000;
  margin-bottom: 0.3226rem;
}
.future .head .item .image-text .desc {
  font-size: 0.3226rem;
  line-height: 1;
  color: #666;
}
.future .body {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.future .body:hover img {
  transform: scale(1.1);
}
.future .body img {
  width: 100%;
  transition: all 0.4s;
}
/* ==================== 未来愿景 end ==================== */
/* ==================== 合作伙伴 start ==================== */
.cooperate {
  padding-bottom: 2.2581rem;
}
.cooperate .cooperate-swiper > .swiper-wrapper {
  flex-flow: inherit;
  flex-wrap: wrap;
  margin-top: -0.1613rem;
}
.cooperate .cooperate-swiper > .swiper-wrapper .swiper-slide {
  margin-top: 0.1613rem !important;
  margin-bottom: 0.1613rem !important;
}
.cooperate .image {
  border: 1px solid #d0d0d0;
  overflow: hidden;
}
.cooperate .image:hover img {
  transform: scale(1.1);
}
.cooperate .image img {
  transition: all 0.4s;
  width: 100%;
}
/* ==================== 合作伙伴 end ==================== */
/* ==================== 产品中心 start ==================== */
.ny-product {
  background: #f5f5f5;
  padding-bottom: 2.2581rem;
}
.ny-product .itembox {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0 0.1129rem;
}
.ny-product .itembox .item {
  display: block;
  width: 23.5%;
  background: #fff;
  margin-right: 2%;
  transition: all 0.4s;
}
.ny-product .itembox .item:hover {
  transform: translateY(-0.1613rem);
  box-shadow: 0 0 0.2419rem -0.1129rem #000;
}
.ny-product .itembox .item:hover .name {
  color: #c30d23;
}
.ny-product .itembox .item:nth-child(4n) {
  margin-right: 0;
}
.ny-product .itembox .item:nth-child(4) ~ .item {
  margin-top: 2%;
}
.ny-product .itembox .item .image {
  margin: 0.1935rem 0.1935rem 0;
}
.ny-product .itembox .item .name {
  font-size: 0.2903rem;
  color: #000;
  line-height: 1;
  padding: 0.4194rem 0.2419rem;
  text-align: center;
  width: 100%;
}
/* ==================== 产品中心 end ==================== */
/* ==================== 联系方式 start ==================== */
.ny-connect {
  background: #f5f5f5;
  padding-bottom: 1.4516rem;
}
.ny-connect .connect {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.ny-connect .connect .info {
  background: #fff;
  flex-shrink: 0;
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding: 1.2903rem 0.6452rem;
}
.ny-connect .connect .info p {
  font-size: 0.2903rem;
  line-height: 1.8em;
  color: #333;
  position: relative;
  margin-bottom: 0;
}
.ny-connect .connect .info p:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url(../images/img45.png) no-repeat center;
  background-size: 100%;
  width: 0.4194rem;
  height: 0.4194rem;
  margin-right: 0.2903rem;
}
.ny-connect .connect .info p:first-child ~ p {
  margin-top: 0.4839rem;
}
.ny-connect .connect .info p:nth-child(2)::before {
  background-image: url(../images/img49.png);
}
.ny-connect .connect .info p:nth-child(3)::before {
  background-image: url(../images/img50.png);
}
.ny-connect .connect .info p:nth-child(4)::before {
  background-image: url(../images/img51.png);
}
.ny-connect .connect .info p b {
  font-size: 0.4516rem;
  font-weight: bold;
  color: #333;
  line-height: 1;
  letter-spacing: -1px;
}
.ny-connect .connect .map {
  flex-grow: 1;
}
/* ==================== 联系方式 end ==================== */
/* ==================== 在线留言 start ==================== */
.ny-message {
  padding-bottom: 1.2903rem;
}
.ny-message .message {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ny-message .message .image {
  flex-shrink: 0;
  width: 9.8387rem;
  margin-right: 0.9677rem;
}
.ny-message .message form {
  flex-grow: 1;
}
.ny-message .message form .text {
  font-size: 0.3548rem;
  color: #333;
  margin-bottom: 0.5645rem;
}
.ny-message .message form .bottom {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.ny-message .message form .bottom .left {
  width: 49%;
  margin-right: 0.3226rem;
}
.ny-message .message form .bottom .left input {
  width: 100%;
}
.ny-message .message form .bottom .left input:first-child ~ input {
  margin-top: 0.3226rem;
}
.ny-message .message form .bottom input,
.ny-message .message form .bottom textarea {
  border: 1px solid #e2e2e2;
  padding: 0.2903rem;
  outline: none;
  font-size: 0.2581rem;
}
.ny-message .message form .bottom textarea {
  width: 49%;
}
.ny-message .message form .submit button {
  font-size: 0.2581rem;
  color: #fff;
  line-height: 1;
  padding: 0.2258rem 1.0484rem;
  background: #c30d23;
  display: block;
  margin-left: 0;
  margin-right: auto;
  border: 0;
  outline: none;
  margin-top: 0.4032rem;
}
/* ==================== 在线留言 end ==================== */
/* ==================== 人才招聘 start ==================== */
.joinus {
  padding-bottom: 0.7258rem;
}
.joinus .card {
  position: relative;
  margin-bottom: 0.7258rem;
  transition: all 0.4s;
  overflow: hidden;
}
.joinus .card.open {
  height: auto !important;
}
.joinus .card.open .card-header .card-link:after {
  transform: rotate(0deg);
}
.joinus .card .card-header {
  border: 0;
  padding: 0;
  color: #fff;
  font-size: 0.3226rem;
  border-radius: 0;
  font-weight: bold;
  line-height: 1;
  background-image: linear-gradient(90deg, #b80000, #d55665);
}
.joinus .card .card-header .card-link {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.3548rem 0.5484rem;
  color: #fff;
  cursor: pointer;
}
.joinus .card .card-header .card-link:hover {
  color: inherit;
}
.joinus .card .card-header .card-link:after {
  content: "";
  display: block;
  width: 0.4839rem;
  height: 0.4839rem;
  position: absolute;
  top: 0.2903rem;
  right: 0.8065rem;
  background: url(../images/img53.png) no-repeat;
  background-size: 100%;
  transition: all 0.4s;
  transform: rotate(180deg);
}
.joinus .card .card-body {
  padding: 0.4839rem;
  padding-top: 1.129rem;
}
.joinus .card .card-body .itembox {
  display: flex;
}
.joinus .card .card-body .itembox .item {
  width: 45%;
}
.joinus .card .card-body .itembox .item:first-child {
  width: 50%;
  padding-right: 5%;
  margin-right: 5%;
  border-right: 1px solid #ddd;
}
.joinus .card .card-body .itembox .item .title {
  font-size: 0.3226rem;
  font-weight: bold;
  margin-bottom: 0.4839rem;
  line-height: 1;
}
.joinus .card .card-body .itembox .item ul li {
  line-height: 1.8;
  font-size: 0.2581rem;
  color: #666;
}
.joinus .card .card-body .itembox .item ul li:first-child ~ li {
  margin-top: 0.3226rem;
}
.joinus .card .card-body .join {
  text-align: center;
}
.joinus .card .card-body .join .btn {
  display: inline-block;
  color: #c30d23;
  font-size: 0.2903rem;
  border-radius: 0;
  margin-top: 1.2903rem;
  padding: 0.1935rem 0.7258rem;
  transition: all 0.4s;
  border: 1px solid #c30d23;
  line-height: 1;
}
.joinus .card .card-body .join .btn.focus,
.joinus .card .card-body .join .btn:focus,
.joinus .card .card-body .join .btn:active {
  box-shadow: none;
}
.joinus .card .card-body .join .btn:hover {
  color: #fff;
  background: #c30d23;
}
/* ==================== 人才招聘 end ==================== */
/* ==================== 产品详情 start ==================== */
.ny-product-desc {
  padding-top: 1.6129rem;
  padding-bottom: 1.6129rem;
}
.ny-product-desc .product-image {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.8065rem;
}
.ny-product-desc .image {
  flex-shrink: 0;
  max-width: 9.6774rem;
  width: 100%;
}
.ny-product-desc .image img {
  width: 100%;
}
.ny-product-desc .right {
  padding-left: 0.7258rem;
}
.ny-product-desc .right .title {
  font-size: 0.4516rem;
  color: #333;
  border-bottom: 1px solid #dadada;
  padding-bottom: 0.3226rem;
}
.ny-product-desc .right .desc h2 {
  font-size: 0.2581rem;
  color: #333;
  margin-top: 0.4839rem;
}
.ny-product-desc .right .desc p {
  font-size: 0.2581rem;
  color: #666;
  line-height: 1.8em;
}
/* ==================== 产品详情 end ==================== */
/* ==================== 新闻详情 start ==================== */
.ny-news-desc {
  padding: 0.7258rem 0.4032rem;
  margin-top: 0.5645rem;
  margin-bottom: 0.5645rem;
}
.ny-news-desc .title {
  font-size: 0.4516rem;
  color: #333;
  padding-bottom: 0.3226rem;
}
.ny-news-desc .info {
  font-size: 0;
  padding-bottom: 0.3226rem;
  border-bottom: 1px solid #d5d5d5;
  margin-bottom: 0.3226rem;
}
.ny-news-desc .info .text {
  font-size: 0.2581rem;
  color: #999;
  display: inline-block;
  margin-right: 0.3226rem;
  border-left: 1px solid #ccc;
  padding-left: 0.3226rem;
}
.ny-news-desc .info .tip + .text {
  border-left: 0;
}
.ny-news-desc .info .tip {
  border: 1px solid #999;
  border-radius: 1.6129rem;
  padding: 0.0806rem 0.1613rem;
  line-height: 1;
  font-size: 0.2258rem;
  display: inline-block;
  color: #999;
}
.ny-news-desc .article img {
  display: block;
  margin: 0 auto;
}
.ny-news-desc .article {
  line-height: 1.8em;
  font-size: 0.2581rem;
}
/* ==================== 新闻详情 end ==================== */
/* ==================== 车间环境 start ==================== */
.ny-cases {
  padding-bottom: 1.6129rem;
}
.ny-cases .itembox {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.ny-cases .itembox .item {
  position: relative;
  width: 32%;
  overflow: hidden;
}
.ny-cases .itembox .item:hover .image-text {
  bottom: 0;
}
.ny-cases .itembox .item:nth-child(3) ~ .item {
  margin-top: 2%;
}
.ny-cases .itembox .item:nth-child(3n-1) {
  margin-left: 2%;
  margin-right: 2%;
}
.ny-cases .itembox .item .image-text {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: -100%;
  z-index: 10;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
  font-size: 0.3871rem;
  color: #414851;
}
/* ==================== 车间环境 end ==================== */
/* ==================== 新闻资讯 start ==================== */
.ny-news {
  overflow: hidden;
  padding-bottom: 1.6129rem;
}
.ny-news > .my-box {
  overflow: visible;
}
.ny-news .list .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  border: 1px solid #eee;
  background: #eee;
  padding: 0.1935rem;
  min-width: 0;
  transition: all 0.4s;
}
.ny-news .list .item:hover {
  transform: translateX(-0.1613rem);
  background: #fff;
  border-color: #c30d23;
  box-shadow: 0rem 0.0806rem 0.2097rem 0rem rgba(0, 0, 0, 0.21);
}
.ny-news .list .item:hover .news-head .title {
  color: #c30d23;
}
.ny-news .list .item:first-child ~ .item {
  margin-top: 0.3871rem;
}
.ny-news .list .item .image {
  width: 4.3548rem;
  flex-shrink: 0;
}
.ny-news .list .item .image-text {
  flex-grow: 1;
  margin-left: 0.4516rem;
  text-align: right;
  padding-top: 0.4032rem;
}
.ny-news .list .item .image-text .news-head {
  display: flex;
  min-width: 0;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.2903rem;
  text-align: left;
}
.ny-news .list .item .image-text .news-head .title {
  font-size: 0.3226rem;
  color: #101010;
  line-height: 1;
}
.ny-news .list .item .image-text .news-head .time {
  font-size: 0.2903rem;
  color: #505050;
  line-height: 1;
  flex-shrink: 0;
  padding-left: 10px;
}
.ny-news .list .item .image-text .desc {
  font-size: 0.2581rem;
  color: #666;
  line-height: 1.8em;
  text-align: justify;
}
.ny-news .list .item .image-text .more {
  font-size: 0.1935rem;
  padding: 0.1129rem 0.4032rem;
  background: #c30d23;
  line-height: 1;
  color: #fff;
  display: inline-block;
}
/* ==================== 新闻资讯 end ==================== */
@media screen and (min-width: 1680px) {
  /* pc端固定html标签文字大小(rem适配) */
  html {
    font-size: 62px !important;
  }
}
@media screen and (max-width: 1680px) {
  .my-box {
    padding: 0 0.8065rem;
  }
}
@media screen and (max-width: 751px) {
  body {
    padding-top: 1.2rem;
  }
  .m-none,
  .pc-nav {
    display: none !important;
  }
  .joinus {
    padding: 0.4rem;
  }
  .joinus .card {
    margin-bottom: 0;
  }
  .joinus .card:first-child ~ .card {
    margin-top: 0.3rem;
  }
  .joinus .card .card-header {
    font-size: 0.32rem;
  }
  .joinus .card .card-header a {
    padding: 0.3rem;
  }
  .joinus .card .card-header .card-link:after {
    width: 0.4rem;
    height: 0.4rem;
    top: 0.24rem;
    right: 0.2rem;
  }
  .joinus .card .card-body {
    padding: 0.3rem;
  }
  .joinus .card .card-body .itembox {
    flex-flow: column;
  }
  .joinus .card .card-body .itembox .item {
    width: 100%;
    margin-bottom: 0.4rem !important;
  }
  .joinus .card .card-body .itembox .item:first-child {
    border: 0;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .joinus .card .card-body .itembox .item .title {
    font-size: 0.36rem;
    margin-bottom: 0.2rem;
    text-align: center;
  }
  .joinus .card .card-body .itembox .item ul li:first-child ~ li {
    margin-top: 0.1rem;
  }
  .joinus .card .card-body .join .btn {
    margin-top: 0;
    font-size: 0.28rem;
    padding: 0.2rem 0.4rem;
  }
  .ny-product-desc {
    padding: 0.6rem 0;
  }
  .ny-product-desc .product-image {
    flex-flow: column;
  }
  .ny-product-desc .right {
    padding-left: 0;
  }
  .ny-product-desc .right .title {
    font-size: 0.44rem;
    padding-bottom: 0.2rem;
  }
  .ny-product-desc .right .desc h2 {
    margin-top: 0.2rem;
    font-size: 0.32rem;
    line-height: 1.8em;
  }
  .ny-product-desc .right .desc p {
    font-size: 0.28rem;
  }
  .ny-product-desc .product-image {
    margin-bottom: 0.4rem;
  }
  .ny-news-desc {
    padding: 0;
    background: none;
  }
  .ny-news-desc .article {
    font-size: 0.28rem;
  }
  .ny-news-desc .info .text {
    margin-right: 0.1rem;
    padding-left: 0.1rem;
    line-height: 2em;
    display: inline;
  }
  .ny-news-desc .info {
    padding-bottom: 0.2rem;
  }
  .ny-news {
    padding-bottom: 0.6rem;
  }
  .ny-news .my-title h1 {
    margin-bottom: 0;
  }
  .ny-news-desc {
    padding: 0;
    background: none;
  }
  .ny-news-desc .article {
    font-size: 0.28rem;
  }
  .ny-news-desc .info .text {
    margin-right: 0.1rem;
    padding-left: 0.1rem;
    line-height: 2em;
    display: inline;
  }
  .ny-news-desc .info {
    padding-bottom: 0.2rem;
  }
  .ny-news .list .item .image-text .news-head {
    margin-bottom: 0.2rem;
  }
  .ny-news .list .item .image-text .news-head .title {
    font-size: 0.32rem;
  }
  .ny-news .list .item .image-text .desc {
    font-size: 0.24rem;
    line-height: 1.4em;
    height: 2.8em;
  }
  .ny-news .list .item .image-text .news-head .time {
    font-size: 0.24rem;
  }
  .ny-news .list .item {
    flex-flow: column;
  }
  .ny-news .list .item .image {
    width: 100%;
  }
  .ny-news .list .item .image img {
    width: 100%;
  }
  .ny-news .list .item .image-text {
    margin-left: 0;
    text-align: center;
  }
  .ny-news .list .item .image-text .more {
    margin-top: 0.2rem;
  }
  .my-box {
    padding: 0 0.3rem;
  }
  .product {
    padding-bottom: 0.6rem;
  }
  .product .itembox .item {
    width: 100%!important;
    margin: 0!important;
  }
  .product .itembox .item:first-child ~ .item {
    margin-top: 4%!important;
  }
  .product .itembox .item:nth-child(2) {
    margin-left: auto;
  }
  .product .itembox .item:after {
    background: none;
  }
  .product .itembox .item .image-text {
    padding: 0 0.3rem;
    text-align: left;
    justify-content: center;
  }
  .product .itembox .item .image-text > div h1 {
    font-size: 0.4rem;
    margin-bottom: 0.2rem;
    color: #000;
  }
  .product .itembox .item .image-text > div .more {
    margin-top: 0.4rem;
    opacity: 1;
    visibility: visible;
    font-size: 0.24rem;
    display: none;
  }
  .product .itembox .item:hover .image-text {
    transform: translateY(0);
  }
  .product .itembox .item .image-text > div h2 {
    font-size: 0.22rem;
    line-height: 1.4em;
    color: #000;
    font-weight: 400;
  }
  .product .itembox .item:hover:after {
    background: none;
  }
  .product .itembox .item:nth-child(1) .image-text,
  .product .itembox .item:nth-child(2) .image-text,
  .product .itembox .item:nth-child(3) .image-text,
  .product .itembox .item:nth-child(4) .image-text {
    justify-content: flex-start;
  }
  .product .itembox .item:nth-child(4) ~ .item .image-text {
    padding-top: 0.4rem;
  }
  .product-banner {
    background: url(../images/img11.jpg) no-repeat center;
    height: 6rem;
    background-size: cover;
  }
  .product-banner img {
    display: none;
  }
  .my-title {
    padding: 0.6rem 0;
  }
  .my-title h1 {
    font-size: 0.4rem;
    margin-bottom: 0.2rem;
  }
  .my-title h2 {
    font-size: 0.24rem;
  }
  .more-product {
    padding: 0.6rem 0.4rem;
  }
  .more-product .btn.btn01 {
    margin-right: 0.3rem;
  }
  .more-product .btn {
    padding: 0.2rem 0.4rem;
  }
  .more-product .btn:before {
    margin-right: 0.1rem;
  }
  .about-banner {
    background: url(../images/img14.png) no-repeat center;
    height: 4rem;
    background-size: cover;
  }
  .about-banner img {
    display: none;
  }
  .about > .my-box {
    flex-flow: column;
    padding: 0.6rem 0.4rem;
  }
  .about .image-text {
    padding: 0;
  }
  .about .image-text h1 {
    font-size: 0.4rem;
  }
  .about .image-text h2 {
    font-size: 0.24rem;
    margin-bottom: 0.6rem;
  }
  .about .image-text h2:after {
    margin-top: 0.3rem;
  }
  .about .image-text .desc {
    margin-top: 0;
    font-size: 0.28rem;
  }
  .about .image-text .itembox {
    padding: 0;
    margin: 0;
    margin-top: 0.4rem;
  }
  .about .image-text .itembox .item .name {
    margin-bottom: 0.3rem;
  }
  .about .about-image {
    width: 100%;
    margin-top: 0.4rem;
  }
  .about-swiper {
    margin-bottom: 0;
  }
  .news {
    padding-bottom: 0.6rem;
  }
  .news .news-box {
    flex-flow: column;
    margin-bottom: 0.4rem;
  }
  .news .news-box .left {
    padding: 0;
  }
  .news .news-box .left .item {
    padding: 0.3rem;
  }
  .news .news-box .left .item .news-head .title {
    font-size: 0.3rem;
  }
  .news .news-box .left .item .news-head .time {
    font-size: 0.24rem;
  }
  .news .news-box .left .item .news-head {
    margin-bottom: 0.2rem;
  }
  .news .news-box .image {
    width: 100%;
    margin-top: 0.4rem;
  }
  .news .more a {
    padding: 0.2rem 0.3rem;
    font-size: 0.24rem;
  }
  footer {
    padding: 0.6rem 0 0.4rem;
  }
  footer .foot-nav {
    display: none;
  }
  footer .my-box {
    flex-flow: column;
  }
  footer .my-box > .right {
    padding: 0;
    border-left: 0;
  }
  footer .my-box > .right form,
  footer .my-box > .right .address {
    padding-left: 0;
  }
  footer .my-box > .right form {
    margin-bottom: 0.3rem;
  }
  footer .my-box > .right .copyright {
    padding-top: 0.2rem;
    text-align: center;
    padding-bottom: 0;
  }
  footer .my-box > .right .copyright p {
    line-height: 1.6em;
  }
  footer .my-box > .right form button {
    width: 1rem;
  }
  footer .my-box > .right form input {
    padding-left: 0.2rem;
    font-size: 0.24rem;
    padding-right: 0.2rem;
    border-radius: 0;
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
  }
  footer .my-box > .right .copyright p:first-child ~ p {
    margin-top: 0.1rem;
  }
  footer .my-box > .right .address .left p b {
    font-size: inherit;
  }
  footer .my-box > .right .address {
    flex-flow: column;
    align-items: flex-start;
    padding-bottom: 0.4rem;
    padding-top: 0.2rem;
  }
  footer .my-box > .right .address .left {
    padding-right: 0;
  }
  footer .my-box > .right .address .right {
    display: none;
  }
  .banner .banner-swiper .swiper-pagination-bullets {
    margin-top: -0.26rem;
  }
  .banner .banner-swiper .swiper-pagination-bullets .swiper-pagination-bullet {
    margin-bottom: 0.2rem;
    height: 0.02rem;
    width: 0.4rem;
  }
  .banner .banner-swiper .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 0.6rem;
  }
  .banner .banner-swiper .swiper-pagination-bullets .swiper-pagination-bullet:last-child {
    margin-bottom: 0;
  }
  .ny-main {
    margin-top: 0;
  }
  .ny-banner .banner-text h1 {
    font-size: 0.4rem;
    margin-bottom: 0.2rem;
  }
  .ny-banner .banner-text h2 {
    font-size: 0.24rem;
  }
  .ny-nav ul {
    display: none;
  }
  .ny-nav ul li:first-child {
    padding-left: 0.2rem;
  }
  .ny-nav ul li {
    padding: 0 0.2rem;
    margin-bottom: 0.2rem;
    flex-grow: 1;
    text-align: center;
  }
  .ny-nav > .my-box {
    flex-flow: column;
    padding: 0.2rem 0.2rem;
    align-items: flex-start;
  }
  .ny-nav ul li a {
    padding: 0.1rem;
  }
  .ny-nav ul {
    flex-wrap: wrap;
  }
  .ny-nav ul li::after {
    display: none;
  }
  .ny-title {
    padding: 0.6rem 0 0.2rem;
    font-size: 0.4rem;
    margin-bottom: 0.4rem;
  }
  .ny-about .img-text {
    flex-flow: column;
    margin-bottom: 0.4rem;
  }
  .ny-about .img-text .image {
    width: 100%;
    margin-right: auto;
    display: none;
  }
  .ny-about .img-text .text .en-title {
    margin-bottom: 0.2rem;
    line-height: 1.4;
  }
  .ny-about .img-text .text .title {
    font-size: 0.32rem;
    font-weight: bold;
  }
  .my-about .about-swiper {
    margin-bottom: 0.6rem;
  }
  .about-bottom {
    padding: 0.6rem 0;
    background-size: cover;
  }
  .about-bottom > .my-box {
    flex-wrap: wrap;
  }
  .about-bottom .item {
    width: 32%;
  }
  .about-bottom .item:nth-child(3n-1) {
    margin-left: 2%;
    margin-right: 2%;
  }
  .about-bottom .item .image img {
    width: 0.6rem;
  }
  .about-bottom .item .image {
    width: 1.2rem;
    height: 1.2rem;
    margin-bottom: 0.3rem;
  }
  .about-bottom .item .number {
    font-size: 0.36rem;
    margin-bottom: 0.2rem;
  }
  .about-bottom .item .name {
    line-height: 1.6em;
    font-size: 0.24rem;
  }
  .about-bottom .item .name p {
    display: inline;
    line-height: inherit;
  }
  .development-swiper {
    padding: 0;
    margin-bottom: 0rem;
  }
  .development-swiper .item {
    box-shadow: none;
    border: 0.02rem solid #eee;
    padding: 0.6rem 0.3rem;
  }
  .development-swiper .item .year {
    padding-bottom: 0.3rem;
    margin-bottom: 0.3rem;
  }
  .development-swiper .item .year b {
    font-size: 0.44rem;
    margin-right: 0.1rem;
  }
  .development-swiper .item .year span {
    font-size: 0.24rem;
    width: 0.4rem;
    height: 0.4rem;
    line-height: 0.4rem;
    margin-bottom: 0.04rem;
  }
  .development-swiper .item .desc {
    font-size: 0.28rem;
  }
  .development-path .my-title {
    padding-bottom: 0.6rem;
  }
  .development-path .year-list {
    display: none;
  }
  .honor .text {
    height: auto;
    background: none;
    justify-content: center;
    text-align: center;
    padding: 0.6rem 0;
  }
  .honor h1 {
    font-size: 0.44rem;
  }
  .honor h2 {
    font-size: 0.24rem;
  }
  .honor > .my-box {
    margin-top: 0;
  }
  .honor .honor-swiper .swiper-pagination {
    padding: 0.3rem 0;
  }
  .honor .honor-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 0.6rem;
    height: 0.04rem;
  }
  .future .head {
    margin-top: 0;
    padding: 0;
  }
  .future .head .item {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    padding: 0.4rem 0.2rem;
    text-align: center;
    width: 50%;
  }
  .future .head .item .image {
    width: 0.6rem;
    margin-right: 0;
    margin-bottom: 0.2rem;
  }
  .future .head .item .image-text h1 {
    font-size: 0.32rem;
    margin-bottom: 0.2rem;
  }
  .future .head .item .image-text .desc {
    font-size: 0.24rem;
    line-height: 1.6em;
  }
  .future {
    padding-bottom: 0.6rem;
  }
  .cooperate {
    padding-bottom: 0.5rem;
  }
  .cooperate .my-title h1 {
    margin-bottom: 0;
  }
  .ny-nav .bread-crumbs:before {
    margin-right: 0.1rem;
  }
  .ny-cases {
    padding-bottom: 0.6rem;
  }
  .ny-cases .itembox .item {
    width: 49%;
    margin-top: auto;
  }
  .ny-cases .itembox .item:nth-child(3n-1) {
    margin-left: auto;
    margin-right: auto;
  }
  .ny-cases .itembox .item:nth-child(2n) {
    margin-left: 2%;
  }
  .ny-cases .itembox .item:nth-child(2) ~ .item {
    margin-top: 2%;
  }
  .ny-cases .itembox .item .image-text {
    font-size: 0.28rem;
  }
  .ny-connect {
    padding-bottom: 0.6rem;
  }
  .ny-connect .connect {
    flex-flow: column;
  }
  .ny-connect .connect .info {
    padding: 0.4rem 0.3rem;
  }
  .ny-connect .connect .info p b {
    font-size: 0.32rem;
  }
  .ny-connect .connect .info p:first-child ~ p {
    margin-top: 0.3rem;
  }
  .ny-connect .connect .info p:before {
    margin-right: 0.2rem;
  }
  .ny-connect .connect .map {
    height: 4rem;
    border: 0.02rem solid #fff;
  }
  .ny-message .message {
    flex-flow: column;
  }
  .ny-message .message .image {
    width: 100%;
    margin: 0;
    margin-bottom: 0.3rem;
  }
  .ny-message .message form .text {
    font-size: 0.28rem;
    text-align: center;
    line-height: 1.6em;
  }
  .ny-message .message form .bottom {
    flex-flow: column;
  }
  .ny-message .message form .bottom .left,
  .ny-message .message form .bottom textarea {
    width: 100%;
  }
  .ny-message .message form .bottom .left input {
    padding: 0.16rem 0.2rem;
    font-size: 0.24rem;
  }
  .ny-message .message form .bottom .left input:first-child ~ input {
    margin-top: 0.2rem;
  }
  .ny-message .message form .bottom textarea {
    margin-top: 0.2rem;
    padding: 0.16rem 0.2rem;
    height: 2rem;
  }
  .ny-message .message form .submit button {
    margin: 0.2rem auto 0;
  }
  .ny-message {
    padding-bottom: 0.6rem;
  }
  .joinus {
    padding: 0;
    padding-bottom: 0.6rem;
  }
  .joinus .card .card-header .card-link {
    padding: 0.2rem;
    font-size: 0.28rem;
  }
  .joinus .card .card-body .itembox .item .title {
    font-size: 0.28rem;
  }
  .joinus .card .card-header .card-link:after {
    top: 0.16rem;
  }
  .news .more a:before {
    margin-right: 0.2rem;
  }
  .ny-product {
    padding-bottom: 0.6rem;
  }
  .ny-product .itembox {
    padding: 0;
  }
  .ny-product .itembox .item {
    width: 48%;
    margin: 0;
  }
  .ny-product .itembox .item:nth-child(2n) {
    margin-left: 4%;
  }
  .ny-product .itembox .item:nth-child(2) ~ .item {
    margin-top: 4%;
  }
  .ny-product .itembox .item:hover {
    transform: translateY(0);
    box-shadow: none;
  }
  .ny-product .itembox .item .name {
    padding: 0.2rem;
  }
  .ny-product-desc .image {
    margin-bottom: 0.4rem;
  }
}
@media screen and (min-width: 751px) {
  .pc-none,
  .mob-nav,
  .pc-none {
    display: none !important;
  }
  header {
    position: fixed;
    top: 0;
    left: 0;
  }
}
