@charset "UTF-8";
.menu, .mobile_fade {
  display: none; }

/* 搜索遮罩层样式 */
.search-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 2000;
  justify-content: center;
  align-items: flex-start;
  padding-top: 100px; }

.search-container {
  width: 100%;
  max-width: 800px;
  padding: 0 20px;
  position: relative; }

.search-box {
  display: flex;
  width: 100%;
  position: relative; }

#searchInput {
  width: 100%;
  padding: 15px 20px;
  font-size: 18px;
  border: 2px solid #ddd;
  border-radius: 30px;
  outline: none;
  transition: all 0.3s ease; }

#searchInput:focus {
  border-color: #4a90e2;
  box-shadow: 0 0 10px rgba(74, 144, 226, 0.5); }

#searchSubmit {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 25px;
  height: 40px;
  background: #4a90e2;
  color: white;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.3s ease; }

#searchSubmit:hover {
  background: #357abd; }

.close-search-btn {
  position: absolute;
  top: -60px;
  right: 20px;
  background: none;
  border: none;
  color: white;
  font-size: 36px;
  cursor: pointer;
  padding: 5px 15px; }

.close-search-btn:hover {
  color: #ccc; }

/* 响应式调整 */
@media (max-width: 768px) {
  .video-container {
    width: 95%; }

  .search-overlay {
    padding-top: 60px; }

  #searchInput {
    font-size: 16px;
    padding: 12px 15px; }

  #searchSubmit {
    padding: 0 15px;
    height: 36px; } }
.content {
  width: 100%; }
  .content .header {
    width: 100%;
    height: .8rem;
    z-index: 1000;
    position: sticky;
    left: 0;
    top: 0;
    background: #000000; }
    .content .header .m {
      width: 14.3rem;
      margin: 0 auto;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .content .header .m .logo {
        width: 1.25rem;
        height: .3rem;
        background-size: 100% 100%;
        background-image: url(../images/logo.png); }
        .content .header .m .logo a {
          width: 100%;
          height: 100%;
          display: block; }
      .content .header .m > ul {
        height: 100%;
        display: flex;
        align-items: center; }
        .content .header .m > ul > li {
          height: 100%;
          position: relative; }
          .content .header .m > ul > li > a {
            height: 100%;
            display: flex;
            font-weight: bold;
            align-items: center;
            padding: 0 .18rem;
            text-transform: uppercase;
            transition: all .2s;
            font-size: .16rem;
            color: #c6c6c6; }
            .content .header .m > ul > li > a:hover {
              color: #ee4047; }
          .content .header .m > ul > li:hover .slide {
            opacity: 1;
            top: 100%;
            visibility: inherit; }
          .content .header .m > ul > li .slide {
            width: 2rem;
            background: #000;
            position: absolute;
            left: 0;
            top: 120%;
            transition: all .2s;
            visibility: hidden;
            opacity: 0;
            padding: .1rem 0; }
            .content .header .m > ul > li .slide > a {
              display: block;
              padding: .06rem .3rem;
              font-size: .14rem;
              position: relative;
              padding-left: .3rem;
              background-image: url(../images/rr.png);
              background-size: .2rem;
              background-repeat: no-repeat;
              background-position: left .06rem center;
              color: #c6c6c6; }
              .content .header .m > ul > li .slide > a:hover {
                color: #ee4047; }
      .content .header .m .icon {
        height: 100%;
        display: flex;
        align-items: center; }
        .content .header .m .icon .icons {
          background-size: auto .21rem;
          background-position: center center;
          display: block;
          background-repeat: no-repeat;
          width: .21rem;
          cursor: pointer;
          height: 100%;
          margin-right: .2rem; }
          .content .header .m .icon .icons.search {
            background-image: url(../images/search.png); }
          .content .header .m .icon .icons.em {
            background-image: url(../images/em.png); }
  .content .banner {
    width: 100%;
    overflow: hidden;
    position: relative; }
    .content .banner > img {
      width: 100%;
      display: block; }
    .content .banner .swiper-pagination-bullet {
      background: #fff; }
    .content .banner .swiper-pagination-bullet-active {
      background: #ee4047; }
    .content .banner .swiper {
      width: 100%;
      height: 100%; }
      .content .banner .swiper .swiper-slide {
        width: 100%;
        height: 100%;
        overflow: hidden; }
        .content .banner .swiper .swiper-slide img {
          display: block;
          width: 100%;
          height: 100%;
          object-fit: cover; }
		  .banner_font {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            font-size: .54rem;
            text-align: center;
            display: inline-block;
            color: #fff;
            text-transform: uppercase;
            font-weight: bold;
            &::after{
                content: '';
                width: .14rem;
                height: .15rem;
                background-image: url(../images/dds_03.png);
                background-size: 100% 100%;
                position: absolute;
                left: -.26rem;
                top: .2rem;
            }
        }
    .content .banner .banner_font {
      position: absolute;
      left: 15%;
      top: 38%;
      transform: translate(-50%, -50%);
      font-size: .54rem;
      text-align: center;
      display: inline-block;
      color: #fff;
      text-transform: uppercase;
      font-weight: bold; }
	    .content .banner .banner_font::after {
        content: '';
        width: .14rem;
        height: .15rem;
        background-image: url(../images/dds_03.png);
        background-size: 100% 100%;
        position: absolute;
        left: -.26rem;
        top: .2rem; }
		.banner_fontc {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            font-size: .54rem;
            text-align: center;
            display: inline-block;
            color: #fff;
            text-transform: uppercase;
            font-weight: bold;
            &::after{
                content: '';
                width: .14rem;
                height: .15rem;
                background-image: url(../images/dds_03.png);
                background-size: 100% 100%;
                position: absolute;
                left: -.26rem;
                top: .2rem;
            }
        }
    .content .banner .banner_fontc {
      position: absolute;
      left: 40%;
      top: 43%;
      transform: translate(-50%, -50%);
      font-size: .54rem;
      text-align: center;
      display: inline-block;
      color: #fff;
      text-transform: uppercase;
      font-weight: bold; }
	    .content .banner .banner_fontc::after {
        content: '';
        width: .14rem;
        height: .15rem;
        background-image: url(../images/dds_03.png);
        background-size: 100% 100%;
        position: absolute;
        left: -.26rem;
        top: .2rem; }
  .content .main-about-design {
    background: #f6f6f6;
    padding: .7rem 0 1.14rem 0; }
    .content .main-about-design .m {
      width: 14.3rem;
      margin: 0 auto; }
      .content .main-about-design .m .box {
        width: 100%;
        display: flex;
        flex-wrap: wrap; }
        .content .main-about-design .m .box .label {
          overflow: hidden;
          width: 4.6rem;
          margin-right: .24rem;
          margin-top: .48rem; }
          .content .main-about-design .m .box .label:nth-child(3n) {
            margin-right: 0; }
          .content .main-about-design .m .box .label .picture {
            overflow: hidden;
            width: 100%;
            height: 4.42rem;
            position: relative; }
            .content .main-about-design .m .box .label .picture .swiper-pagination {
              display: flex;
              align-items: center;
              justify-content: flex-start;
              padding-left: .2rem; }
            .content .main-about-design .m .box .label .picture .swiper-pagination-bullet {
              background: #fff; }
            .content .main-about-design .m .box .label .picture .swiper-pagination-bullet-active {
              background: #ee4047; }
            .content .main-about-design .m .box .label .picture .swiper {
              width: 100%;
              height: 100%; }
              .content .main-about-design .m .box .label .picture .swiper .swiper-slide {
                width: 100%;
                height: 100%;
                overflow: hidden; }
                .content .main-about-design .m .box .label .picture .swiper .swiper-slide img {
                  display: block;
                  width: 100%;
                  height: 100%;
                  object-fit: cover;
                  transition: all .4s; }
                  .content .main-about-design .m .box .label .picture .swiper .swiper-slide img:hover {
                    transform: scale(1.04); }
          .content .main-about-design .m .box .label .info {
            overflow: hidden;
            background: #fff;
            min-height: 1.7rem;
            padding: .2rem; }
            .content .main-about-design .m .box .label .info span {
              display: block;
              font-size: .16rem;
              color: #333333;
              line-height: 1.4; }
  .content .main-about-materials {
    width: 100%;
    background-image: url(../images/aboutbg_04.jpg);
    padding: .9rem 0 1.3rem 0;
    background-size: cover;
    background-position: center center; }
    .content .main-about-materials .m {
      width: 14.3rem;
      margin: 0 auto; }
      .content .main-about-materials .m .public-name {
        color: #fff; }
      .content .main-about-materials .m .box {
        width: 100%;
        position: relative;
        margin-top: .48rem;
        padding: 0 .98rem; }
        .content .main-about-materials .m .box .btn {
          width: .76rem;
          height: .76rem;
          background-size: 100% 100%;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          z-index: 9;
          transition: all .2s;
          cursor: pointer; }
          .content .main-about-materials .m .box .btn.prev {
            left: -.2rem;
            background-image: url(../images/leftbb.png); }
            .content .main-about-materials .m .box .btn.prev:hover {
              background-image: url(../images/about_34.png); }
          .content .main-about-materials .m .box .btn.next {
            right: -.2rem;
            background-image: url(../images/about_37.png); }
            .content .main-about-materials .m .box .btn.next:hover {
              background-image: url(../images/righth.png); }
        .content .main-about-materials .m .box .mySwiper3 {
          width: 100%;
          overflow: hidden;
          height: 100%; }
          .content .main-about-materials .m .box .mySwiper3 .swiper-slide {
            margin-right: .3rem;
            width: 3.88rem; }
            .content .main-about-materials .m .box .mySwiper3 .swiper-slide:last-child {
              margin-right: 0; }
            .content .main-about-materials .m .box .mySwiper3 .swiper-slide .label {
              width: 100%;
              position: relative; }
              .content .main-about-materials .m .box .mySwiper3 .swiper-slide .label:hover .picture img {
                transform: scale(1.02); }
              .content .main-about-materials .m .box .mySwiper3 .swiper-slide .label:hover .name {
                background: #ee4047; }
                .content .main-about-materials .m .box .mySwiper3 .swiper-slide .label:hover .name span {
                  color: #fff; }
              .content .main-about-materials .m .box .mySwiper3 .swiper-slide .label .picture {
                width: 100%;
                height: 4.47rem;
                position: relative;
                overflow: hidden; }
                .content .main-about-materials .m .box .mySwiper3 .swiper-slide .label .picture img {
                  width: 100%;
                  height: 100%;
                  display: block;
                  object-fit: cover;
                  transition: all .4s; }
              .content .main-about-materials .m .box .mySwiper3 .swiper-slide .label .name {
                height: .62rem;
                background: #d3d3d3;
                display: flex;
                align-items: center;
                padding: 0 .2rem;
                justify-content: center;
                transition: all .2s; }
                .content .main-about-materials .m .box .mySwiper3 .swiper-slide .label .name span {
                  font-size: .21rem;
                  font-weight: bold;
                  color: #333333; }
  .content .main-product-form {
    padding: 1rem 0; }
    .content .main-product-form .m {
      width: 14.3rem;
      margin: 0 auto;
      display: flex;
      align-items: flex-start;
      justify-content: space-between; }
      .content .main-product-form .m form {
        width: 7.6rem;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; }
        .content .main-product-form .m form label {
          position: relative;
          width: 3.5rem;
          margin-bottom: .6rem; }
          .content .main-product-form .m form label.on {
            width: 100%; }
          .content .main-product-form .m form label p {
            font-size: .16rem;
            color: #000;
            text-transform: uppercase; }
          .content .main-product-form .m form label input {
            height: .5rem;
            font-size: .16rem;
            width: 100%;
            transition: all .2s;
            color: #000;
            border: none;
            border-bottom: 1px solid #000;
            background: none;
            outline: none; }
            .content .main-product-form .m form label input:focus {
              border-bottom: 1px solid #e40014; }
        .content .main-product-form .m form button {
          display: flex;
          align-items: center;
          background: none;
          padding: 0;
          margin: 0;
          border: none;
          font-size: .16rem;
          cursor: pointer;
          font-weight: bold;
          color: #000; }
          .content .main-product-form .m form button img {
            width: .54rem;
            margin-right: .1rem; }
      .content .main-product-form .m .fl {
        overflow: hidden;
        width: 5.1rem; }
        .content .main-product-form .m .fl p {
          font-size: .48rem;
          color: #000; }
        .content .main-product-form .m .fl span {
          display: block;
          font-size: .2rem;
          margin-top: .16rem;
          color: #666;
          line-height: 1.4; }
  .content .main-product-box {
    width: 100%;
    background: #f0f0f0;
    padding-bottom: .66rem; }
    .content .main-product-box .m {
      width: 14.3rem;
      margin: 0 auto;
      background: #fff;
      padding: 0 .5rem .46rem .12rem; }
      .content .main-product-box .m .title-line {
        display: flex;
        align-items: center;
        height: .7rem;
        margin-top: .8rem;
        background: #000;
        font-size: .26rem;
        color: #fff;
        padding-left: .46rem;
        font-weight: bold; }
      .content .main-product-box .m .box {
        width: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: space-between; }
        .content .main-product-box .m .box .info {
          overflow: hidden;
          width: 3.8rem;
		  margin-top:0.5rem;		  }
          .content .main-product-box .m .box .info .name {
            font-size: .3rem;
            color: #ed0505;
            font-weight: bold; }
          .content .main-product-box .m .box .info .desc {
            display: block;
            font-size: .16rem;
            color: #666666;
            margin-top: .04rem; }
          .content .main-product-box .m .box .info .line {
            font-size: .16rem;
            color: #000;
            font-weight: bold;
            line-height: 2;
            border-bottom: 1px solid #000;
            margin-top: .14rem; }
          .content .main-product-box .m .box .info .font {
            overflow: hidden;
            margin-top: .26rem;
            min-height: 2.6rem; }
            .content .main-product-box .m .box .info .font span {
              display: block;
              font-size: .16rem;
              text-transform: uppercase;
              line-height: 2;
              color: #666; }
          .content .main-product-box .m .box .info .button {
           width: 1.6rem;
                height: .5rem;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 1px solid #BFBFBF;
            border-radius: .4rem;
            font-size: .16rem;
            cursor: pointer;
            color: #afadad;
            margin-top: .2rem;
            text-transform: uppercase; }
			
			.content .main-product-box .m .box .info .button:hover {
                  background: #FF4747;
                  border: 1px solid #FF4747;
                  color: #fff; }
                  .content .main-product-box .m .box .info .button:hover div {
                    background-image: url(../images/right2.png); }
                .content .main-product-box .m .box .info .button div {
                  width: 7px;
                  height: 9px;
                  margin-left: 10px;
                  background-image: url(../images/right1.jpg); }
        .content .main-product-box .m .box .big-poster {
          width: 8.04rem;
          height: 6rem;
          background: #f7f7f7;
          overflow: hidden; }
            .content .main-product-box .m .box .big-poster .mySwiper1 {
            width: 100%;
            height: 100%; }
            .content .main-product-box .m .box .big-poster .mySwiper1 .swiper-slide {
              width: 100%;
              height: 100%;
              display: flex;
              align-items: center;
              justify-content: center; }
              .content .main-product-box .m .box .big-poster .mySwiper1 .swiper-slide img {
                display: block;
                max-height: 80%;
                max-width: 80%; }
        .content .main-product-box .m .box .left_nav {
          width: 1.34rem;
          height: 6rem;
          overflow: hidden;
          position: relative; }
          .content .main-product-box .m .box .left_nav .mySwiper {
            width: 100%;
            height: 100%; }
            .content .main-product-box .m .box .left_nav .mySwiper .swiper-slide {
              width: 100%;
              height: .78rem;
              display: flex;
              align-items: center;
              justify-content: center;
              margin-bottom: .1rem; }
              .content .main-product-box .m .box .left_nav .mySwiper .swiper-slide.on .label {
                border: 2px solid #000; }
              .content .main-product-box .m .box .left_nav .mySwiper .swiper-slide .label {
                width: .9rem;
                height: .78rem;
                border-radius: .1rem;
                border: 2px solid #f7f7f7;
                background: #f7f7f7;
                cursor: pointer;
                display: flex;
                align-items: center;
                justify-content: center; }
                .content .main-product-box .m .box .left_nav .mySwiper .swiper-slide .label img {
                  display: block;
                  max-width: 80%;
                  max-height: 80%; }
      .content .main-product-box .m .menus {
        height: .8rem;
        display: flex;
        align-items: center;
        padding-left: .36rem; }
        .content .main-product-box .m .menus img {
          width: .12rem;
          margin-right: .08rem; }
        .content .main-product-box .m .menus div {
          display: flex;
          align-items: center;
          font-size: .14rem;
          color: #666666; }
          .content .main-product-box .m .menus div a {
            font-size: .14rem;
            color: #666666; }
  .content .main-about-factory {
    width: 100%;
    padding: 1.16rem 0 1.32rem 0; }
    .content .main-about-factory .m {
      width: 14.3rem;
      margin: 0 auto; }
      .content .main-about-factory .m .box {
        width: 100%; }
        .content .main-about-factory .m .box .label {
          width: 100%;
          margin-top: .56rem;
          background: #f2f2f2;
          display: flex;
          align-items: center; }
          .content .main-about-factory .m .box .label:nth-child(even) {
            flex-direction: row-reverse; }
          .content .main-about-factory .m .box .label .grow {
            width: 6.2rem;
            padding: 0 .46rem; }
            .content .main-about-factory .m .box .label .grow span {
              display: block;
              font-size: .23rem;
              color: #333333;
              line-height: 1.36; }
            .content .main-about-factory .m .box .label .grow p {
              font-size: .45rem;
              color: #282828;
              font-weight: bold;
              text-transform: uppercase; }
            .content .main-about-factory .m .box .label .grow ul {
              overflow: hidden;
              margin-top: .2rem; }
              .content .main-about-factory .m .box .label .grow ul li {
                position: relative;
                font-size: .16rem;
                line-height: 1.2;
                color: #333333;
                margin-top: .1rem;
                padding-left: .26rem; }
                .content .main-about-factory .m .box .label .grow ul li::after {
                  content: '';
                  width: .1rem;
                  height: .1rem;
                  background: #000000;
                  border-radius: 50%;
                  position: absolute;
                  left: 0;
                  top: .04rem; }
          .content .main-about-factory .m .box .label .picture {
            width: calc(100% - 6.2rem);
            height: 5.74rem;
            position: relative;
            overflow: hidden; }
            .content .main-about-factory .m .box .label .picture .btn {
              width: .6rem;
              height: .54rem;
              display: flex;
              align-items: center;
              justify-content: center;
              background-size: .16rem;
              border-radius: .06rem;
              position: absolute;
              cursor: pointer;
              transition: all .2s;
              top: 50%;
              background: rgba(0, 0, 0, 0.4);
              background-repeat: no-repeat;
              transform: translateY(-50%);
              z-index: 9; }
              .content .main-about-factory .m .box .label .picture .btn.prev {
                left: .4rem;
                background-image: url(../images/left.png);
                background-position: center center; }
                .content .main-about-factory .m .box .label .picture .btn.prev:hover {
                  background: #ee4047;
                  background-repeat: no-repeat;
                  background-image: url(../images/left.png);
                  background-position: center center; }
              .content .main-about-factory .m .box .label .picture .btn.next {
                right: .4rem;
                background-image: url(../images/right.png);
                background-position: center center; }
                .content .main-about-factory .m .box .label .picture .btn.next:hover {
                  background: #ee4047;
                  background-repeat: no-repeat;
                  background-image: url(../images/right.png);
                  background-position: center center; }
            .content .main-about-factory .m .box .label .picture .swiper {
              width: 100%;
              height: 100%; }
              .content .main-about-factory .m .box .label .picture .swiper .swiper-slide {
                width: 100%;
                height: 100%;
                overflow: hidden; }
                .content .main-about-factory .m .box .label .picture .swiper .swiper-slide img {
                  display: block;
                  width: 100%;
                  height: 100%;
                  object-fit: cover; }
  .content .main-about-company {
    background: #f8f8f8;
    background-image: url(../images/aboutbg_02.jpg);
    background-size: cover;
    background-position: center center;
    padding: 1rem 0 1.4rem 0; }
    .content .main-about-company .m {
      width: 14.3rem;
      margin: 0 auto; }
      .content .main-about-company .m .box {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: .3rem; }
        .content .main-about-company .m .box .font {
          width: calc(100% - 7.94rem);
          padding: 0 .3rem; }
          .content .main-about-company .m .box .font span {
            display: block;
            font-size: .25rem;
            color: #333333;
            line-height: 1.4; }
        .content .main-about-company .m .box .video {
          width: 7.94rem;
          height: 5.46rem;
          position: relative;
          overflow: hidden; }
          .content .main-about-company .m .box .video div {
            width: 100%;
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            cursor: pointer;
            z-index: 99; }
            .content .main-about-company .m .box .video div img {
              width: 1.08rem;
              display: block;
              margin: 0 auto; }
            .content .main-about-company .m .box .video div span {
              display: block;
              text-align: center;
              font-size: .22rem;
              text-transform: uppercase;
              color: #fff;
              margin-top: .16rem; }
          .content .main-about-company .m .box .video .poster {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block; }
			.content .main-about-company .m .box .content {
				font-size:0.24rem;
				line-height:0.34rem;
				text-align:left;
				
            }
				.content .main-about-company .m .box .content img{
				max-width:100%;
				text-align:center;
				
            }
  .content .public-name {
    font-size: .54rem;
    color: #060606;
    text-transform: uppercase;
    font-weight: bold; }
	
	  .content .product-name {
    font-size: .54rem;
	margin-bottom:0.6rem;
    color: #060606;
    font-weight: bold; }
	
  .content .main-products {
    width: 100%;
    height: 14.14rem;
    background-size: cover;
    background-position: center center;
    background-image: url(../images/icon_34.jpg);
    background-attachment: fixed; }
    .content .main-products .m {
      width: 14.3rem;
      margin: 0 auto;
      padding-top: 1.3rem; }
      .content .main-products .m p {
        font-size: .68rem;
        color: #fff;
        line-height: 1.4;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: .55rem; }
  .content .main-product-title {
    width: 100%;
    height: 1.3rem;
    background: #fff; }
    .content .main-product-title.on {
      background: #f3f3f3; }
    .content .main-product-title .m {
      width: 14.3rem;
      margin: 0 auto;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .content .main-product-title .m p {
        font-size: .36rem;
        color: #282828;
        font-weight: bold; }
      .content .main-product-title .m a {
        display: block;
        font-size: .16rem;
        font-weight: bold;
        color: #282828; }
  .content .main-public-box {
    width: 100%;
    background: #f3f3f3;
    position: relative; }
    .content .main-public-box .m {
      width: 14.3rem;
      margin: 0 auto;
      padding: .6rem 0 0 0;
      position: relative; }
      .content .main-public-box .m .btn {
        width: .6rem;
        height: .54rem;
        display: flex;
        align-items: center;
        justify-content: center;
        background-size: .16rem;
        border-radius: .06rem;
        border: 1px solid #8c8c8c;
        position: absolute;
        cursor: pointer;
        transition: all .2s;
        top: 50%;
        background-repeat: no-repeat;
        transform: translateY(-50%);
        z-index: 9; }
        .content .main-public-box .m .btn.prev {
          left: -1.1rem;
          background-image: url(../images/leftb.png);
          background-position: center center; }
          .content .main-public-box .m .btn.prev:hover {
            background: #ee4047;
            border: 1px solid #ee4047;
            background-repeat: no-repeat;
            background-image: url(../images/left.png);
            background-position: center center; }
        .content .main-public-box .m .btn.next {
          right: -1.1rem;
          background-image: url(../images/rightb.png);
          background-position: center center; }
          .content .main-public-box .m .btn.next:hover {
            background: #ee4047;
            border: 1px solid #ee4047;
            background-repeat: no-repeat;
            background-image: url(../images/right.png);
            background-position: center center; }
      .content .main-public-box .m .mySwiper1 {
        overflow: hidden;
        width: 100%; }
        .content .main-public-box .m .mySwiper1 .swiper-slide {
          width: 4.58rem;
          margin-right: .3rem; }
          .content .main-public-box .m .mySwiper1 .swiper-slide .label {
            width: 100%;
            background: #fff;
            overflow: hidden;
            border-radius: .1rem;
            position: relative; }
					  
           .content .main-public-box .m .mySwiper1 .swiper-slide .label .button {
             width: 1.6rem;
                height: .5rem;
                border-radius: .4rem;
                display: flex;
                align-items: center;
                justify-content: center;
                border: 1px solid #BFBFBF;
                font-size: .16rem;
                margin: 0 auto;
				margin-bottom:0.6rem;
                color: #afadad; }

                .content .main-public-box .m .mySwiper1 .swiper-slide .label  .button:hover {
                 background: #FF4747;
                  border: 1px solid #FF4747;
                  color: #fff;  }
                  .content .main-public-box .m .mySwiper1 .swiper-slide .label .button:hover div {
                    background-image: url(../images/right2.png); }
                .content .main-public-box .m .mySwiper1 .swiper-slide .label .button div {
                  width: 7px;
                  height: 9px;
                  margin-left: 10px;
                  background-image: url(../images/right1.jpg); }
            .content .main-public-box .m .mySwiper1 .swiper-slide .label .picture {
              width: 100%;
              height: 4rem;
              position: relative;
              display: flex;
              align-items: center;
              justify-content: center; }
              .content .main-public-box .m .mySwiper1 .swiper-slide .label .picture img {
                display: block;
                max-width: 90%;
                max-height: 90%; }
            .content .main-public-box .m .mySwiper1 .swiper-slide .label .title {
              overflow: hidden;
              min-height: 1.6rem;
              padding: .3rem; }
              .content .main-public-box .m .mySwiper1 .swiper-slide .label .title p {
                font-size: .2rem;
                color: #282828;
                font-weight: bold;
                margin-bottom: .04rem; }
              .content .main-public-box .m .mySwiper1 .swiper-slide .label .title span {
                display: block;
                font-size: .15rem;
                font-weight: bold;
                color: #282828;
                line-height: 1.4; }
	.content .main-video {
    background: #f6f6f6;
    padding: .7rem 0 1.14rem 0; }
    .content .main-video .m {
      width: 14.3rem;
      margin: 0 auto; }
      .content .main-video .m .box {
        width: 100%;
        display: flex;
        flex-wrap: wrap; }
        .content .main-video .m .box .label {
          overflow: hidden;
          width: 4.6rem;
          margin-right: .24rem;
          margin-top: .48rem; }
          .content .main-video .m .box .label:nth-child(3n) {
            margin-right: 0; }
          .content .main-video .m .box .label .picture {
            overflow: hidden;
            width: 100%;
            height: 3rem;
            position: relative; }

                .content .main-video .m .box .label .picture  img {
                  display: block;
                  width: 100%;
                  height: 100%;
                  object-fit: cover;
                  transition: all .4s; }
                  .content .main-video .m .box .label .picture  img:hover {
                    transform: scale(1.04); }
					
					.content .main-video .m .box .label .picture div {
						width: 100%;
						position: absolute;
						left: 0;
						top: 50%;
						transform: translateY(-50%);
						cursor: pointer;
						z-index: 99;
					}
					.content .main-video .m .box .label .picture div img{
						    width: 1.08rem;
							display: block;
							margin: 0 auto;
						
					}

          .content .main-video .m .box .label .info {
            overflow: hidden;
            text-align: center;
            padding: .2rem; }
            .content .main-video .m .box .label .info span {
              display: block;
              font-size: .16rem;
              color: #333333;
              line-height: 1.4; }			
				
	
	.content .main-video-box {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    background: #331317;
    position: relative; }
    .content .main-video-box .label {
      width: 9.54rem;
      height: 8.46rem;
      position: relative;
      background-size: cover;
      background-position: center center; }
      .content .main-video-box .label .play {
        width: 1.6rem;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 2.68rem;
        z-index: 9;
        cursor: pointer; }
      .content .main-video-box .label .font {
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        overflow: hidden;
        padding: 0 .4rem .5rem .7rem; }
        .content .main-video-box .label .font span {
          font-size: .88rem;
          font-weight: bold;
          color: #fff;
          display: block;
          line-height: 1; }
        .content .main-video-box .label .font a {
          min-width: 2.08rem;
          padding: 0 0.2rem;
          height: 0.58rem;
          display: flex;
          align-items: center;
          box-sizing: border-box;
          justify-content: center;
          border-radius: 0.12rem;
          font-size: .28rem;
          color: #fff;
          border: 1px solid rgba(255, 255, 255, 0.6);
          text-transform: uppercase;
          transition: all .2s;
          margin-top: .68rem; }
      .content .main-video-box .label .font1 {
        position: absolute;
        right: .6rem;
        top: .8rem;
        overflow: hidden; }
        .content .main-video-box .label .font1 span {
          font-size: .54rem;
          font-weight: bold;
          color: #333333;
          display: block;
          text-align: right; }
        .content .main-video-box .label .font1 a {
          min-width: 2.08rem;
          padding: 0 0.2rem;
          height: 0.58rem;
          display: flex;
          align-items: center;
          box-sizing: border-box;
          justify-content: center;
          border-radius: 0.12rem;
          font-size: .28rem;
          color: #333333;
          border: 1px solid #333333;
          text-transform: uppercase;
          transition: all .2s;
          margin-top: .68rem; }
	.content .main-products-list {
    width: 100%;
    background: #f3f3f3;
    position: relative; }
    .content .main-products-list .m {
      width: 14.3rem;
      margin: 0 auto;
      padding: 1rem 0;
      position: relative; 
	  padding-bottom:0.6rem;}
      .content .main-products-list .m .btn {
        width: .6rem;
        height: .54rem;
        display: flex;
        align-items: center;
        justify-content: center;
        background-size: .16rem;
        border-radius: .06rem;
        border: 1px solid #8c8c8c;
        position: absolute;
        cursor: pointer;
        transition: all .2s;
        top: 50%;
        background-repeat: no-repeat;
        transform: translateY(-50%);
        z-index: 9; }
      .content .main-products-list .m .products {
		  display:flex;
        overflow: hidden;
		flex-wrap: wrap;
        width: 100%; 
		padding-bottom:0.6rem;}
        .content .main-products-list .m .products .item {
          width: 4.56rem;
          margin-right: .3rem; 
		  margin-top: .3rem;}
		  .content .main-products-list .m .products .item:nth-child(3n){
			  margin-right:0rem;
		  }
          .content .main-products-list .m .products .item .label {
            width: 100%;
            background: #fff;
            overflow: hidden;
            border-radius: .1rem;
            position: relative; }
            .content .main-products-list .m .products .item .label .button {
              width: 1.6rem;
                height: .5rem;
                border-radius: .4rem;
                display: flex;
                align-items: center;
                justify-content: center;
                border: 1px solid #BFBFBF;
                font-size: .16rem;
                margin: 0 auto;
				margin-bottom:0.6rem;
                color: #afadad; }

                .content .main-products-list .m .products .item .label .button:hover {
                 background: #FF4747;
                  border: 1px solid #FF4747;
                  color: #fff;  }
                  .content .main-products-list .m .products .item .label .button:hover div {
                    background-image: url(../images/right2.png); }
                .content .main-products-list .m .products .item .label .button div {
                  width: 7px;
                  height: 9px;
                  margin-left: 10px;
                  background-image: url(../images/right1.jpg); }
			  
            .content .main-products-list .m .products .item .label .picture {
              width: 100%;
              height: 4rem;
              position: relative;
              display: flex;
              align-items: center;
              justify-content: center; }
              .content .main-products-list .m .products .item .label .picture img {
                display: block;
                max-width: 90%;
                max-height: 90%; }
            .content .main-products-list .m .products .item .label .title {
              overflow: hidden;
              min-height: 1.6rem;
              padding: .3rem; }
              .content .main-products-list .m .products .item .label .title p {
                font-size: .3rem;
                color: #282828;
                font-weight: bold;
                margin-bottom: .04rem; }
              .content .main-products-list .m .products .item .label .title span {
                display: block;
                font-size: .15rem;
                font-weight: bold;
                color: #282828;
                line-height: 1.4; }
	
  .content .main-corporate {
    width: 100%;
    height: 14.16rem;
    background-size: cover;
    background-position: center center;
    background-image: url(../images/icon_39.jpg);
    padding: 2.24rem 0 0 1.1rem; }
    .content .main-corporate p {
      font-size: .41rem;
      color: #fff;
      line-height: 1.4;
      font-weight: bold;
      text-transform: uppercase;
      margin-bottom: 2.16rem; }
  .content .footer {
    overflow: hidden;
    background: #000000;
    padding: .5rem 0; }
    .content .footer footer {
      display: block;
      font-size: .16rem;
      margin-top: .12rem;
      color: #fff; }
    .content .footer .m {
      width: 14.3rem;
      margin: 0 auto;
      overflow: hidden; }
      .content .footer .m .top {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        width: 100%; }
        .content .footer .m .top .info {
          overflow: hidden; }
          .content .footer .m .top .info .flogo {
            display: block;
            width: 1.8rem; }
          .content .footer .m .top .info span {
            display: block;
            font-size: .18rem;
            color: #b4b1bc;
            line-height: 1.4;
            margin-top: .1rem;
            width: 3.36rem; }
          .content .footer .m .top .info .share {
            display: flex;
            align-items: center;
            margin-top: .2rem; }
            .content .footer .m .top .info .share a {
              display: block;
              margin-right: .16rem; }
              .content .footer .m .top .info .share a img {
                width: .3rem; }
          .content .footer .m .top .info .email {
            display: flex;
            align-items: center;
            margin-top: .14rem;
            font-size: .18rem;
            color: #b4b1bc; }
            .content .footer .m .top .info .email div {
              color: #b4b1bc;
              text-decoration: underline; }
        .content .footer .m .top .link {
          display: flex; }
          .content .footer .m .top .link ul {
            overflow: hidden;
            margin-right: .6rem; }
            .content .footer .m .top .link ul:last-child {
              margin-right: 0; }
            .content .footer .m .top .link ul li {
              font-size: .2rem;
              font-weight: bold;
              color: #fff; }
              .content .footer .m .top .link ul li:first-child {
                margin-bottom: .18rem; }
              .content .footer .m .top .link ul li a {
                display: block;
                font-size: .15rem;
                color: #b4b1bc;
                margin-top: .06rem;
                transition: all .2s;
                font-weight: normal; }
                .content .footer .m .top .link ul li a:hover {
                  color: #ee4047; }
				  
				  .content .content img{
					  text-align:center;
				  }
  .content .main-footer-font {
    padding: .7rem 0 1.4rem 0;
    background: #f0f0f0; }
    .content .main-footer-font p {
      text-align: center;
      font-size: .56rem;
      color: #282828;
      font-weight: bold;
      line-height: 1.2; }
    .content .main-footer-font span {
      display: block;
      text-align: center;
      font-size: .16rem;
      color: #282828;
      margin-top: .2rem; }
    .content .main-footer-font .public-btn {
      margin-top: .48rem;
      justify-content: center; }
      .content .main-footer-font .public-btn a {
        background: #fff;
        color: #666666; }
  .content .main-our-team {
    overflow: hidden;
    padding: .5rem 0 0 0;
    background: #f0f0f0; }
    .content .main-our-team .m {
      width: 14.3rem;
      margin: 0 auto; }
      .content .main-our-team .m .team-list-box {
        display: flex;
        flex-wrap: wrap;
        margin-top: .32rem; }
        .content .main-our-team .m .team-list-box .label {
          overflow: hidden;
          width: 2.74rem;
          height: 3.66rem;
          position: relative;
          margin-right: .15rem;
          margin-top: .18rem; }
          .content .main-our-team .m .team-list-box .label:hover div {
            opacity: 1; }
          .content .main-our-team .m .team-list-box .label:nth-child(5n) {
            margin-right: 0; }
          .content .main-our-team .m .team-list-box .label div {
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            left: 0;
            top: 0;
            font-size: .2rem;
            opacity: 0;
            transition: all .3s;
            background: rgba(0, 0, 0, 0.6);
            color: #fff; }
          .content .main-our-team .m .team-list-box .label img {
            width: 100%;
            height: 100%;
            display: block;
            object-fit: cover; }
  .content .main-profile {
    padding: 1rem 0 .8rem 0; }
    .content .main-profile .m {
      width: 14.3rem;
      margin: 0 auto; }
      .content .main-profile .m .picture {
        width: 100%;
        overflow: hidden; }
        .content .main-profile .m .picture img {
          width: 100%;
          display: block; }
      .content .main-profile .m ul {
        display: flex;
        flex-wrap: wrap; }
        .content .main-profile .m ul li {
          overflow: hidden;
          padding: .6rem .2rem;
          width: 25%; }
          .content .main-profile .m ul li img {
            width: .9rem;
            display: block;
            margin: 0 auto; }
          .content .main-profile .m ul li span {
            display: block;
            text-align: center;
            font-size: .16rem;
            color: #666666;
            margin-top: .1rem; }
			
			 .content .main_news_center {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    padding: .95rem 0 1.95rem 0; }
    .content .main_news_center .ms {
      width: 15rem;
      margin: 0 auto; }
      .content .main_news_center .ms .box {
        width: 100%;
        overflow: hidden;
        margin-top: .6rem; }
        .content .main_news_center .ms .box .news {
		  display:flex;
          overflow: hidden; }
          .content .main_news_center .ms .box .news .item {
            width: 4.4rem;
            margin-right: .88rem; }
            .content .main_news_center .ms .box .news .item:last-child {
              margin-right: 0; }
            .content .main_news_center .ms .box .news .item .label {
				
              overflow: hidden;
              width: 100%; }
              .content .main_news_center .ms .box .news .item .label p {
                font-size: .3rem;
                color: #333333;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                text-transform: uppercase;
                margin-bottom: .06rem;
                font-weight: bold; }
              .content .main_news_center .ms .box .news .item .label span {
                display: block;
                font-size: .17rem;
                margin-bottom: .22rem;
                color: #C3C3C3; }
              .content .main_news_center .ms .box .news .item .label .btn {
                width: 1.6rem;
                height: .5rem;
                border-radius: .4rem;
                display: flex;
                align-items: center;
                justify-content: center;
                border: 1px solid #BFBFBF;
                font-size: .16rem;
                margin-top: .6rem;
                color: #afadad; }
                .content .main_news_center .ms .box .news .item .label .btn:hover {
                  background: #FF4747;
                  border: 1px solid #FF4747;
                  color: #fff; }
                  .content .main_news_center .ms .box .news .item .label .btn:hover div {
                    background-image: url(../images/right2.png); }
                .content .main_news_center .ms .box .news .item .label .btn div {
                  width: 7px;
                  height: 9px;
                  margin-left: 10px;
                  background-image: url(../images/right1.jpg); }
              .content .main_news_center .ms .box .news .item .label em {
                display: block;
                font-size: .19rem;
                color: #848484;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 3;
                overflow: hidden;
				text-align:justify;
                line-height: 2; }
				.content .main_news_center .ms .box .news .item .label img {
					height:2.8rem;
                width:100%; }
      .content .main_news_center .ms .head {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .content .main_news_center .ms .head img {
          cursor: pointer;
          display: block; }
        .content .main_news_center .ms .head p {
          font-size: .48rem;
          color: #333333;
          font-weight: bold;
          text-transform: uppercase;
          position: relative; }
          .content .main_news_center .ms .head p::after {
            content: '';
            width: 1.18rem;
            height: .08rem;
            background: #333333;
            position: absolute;
            left: 0;
            bottom: -.15rem; }

.public-title {
  width: 100%; }
  .public-title p {
    text-align: center;
    font-size: .62rem;
    color: #040404;
    font-weight: bold; }
  .public-title span {
    display: block;
    text-align: center;
    width: 10rem;
    margin: 0 auto;
    margin-top: .14rem;
    font-size: .2rem;
    color: #040404;
    line-height: 2; }

.public-btn {
  display: flex;
  align-items: center; }
  .public-btn a {
    min-width: 2.08rem;
    padding: 0 .2rem;
    height: .58rem;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    justify-content: center;
    border-radius: .12rem;
    font-size: .28rem;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    transition: all .2s; }
    .public-btn a:hover {
      background: #ee4047 !important;
      color: #fff !important;
      border: 1px solid #ee4047 !important; }
	  .ditu{
		  
		  width:100%;
	  }
	   .ditu img{
		  
		  max-width:100%;
	  }
	  
	  .content .main-contact {
    background: #f8f8f8;
    padding: 1rem 0 1.4rem 0; }
    .content .main-contact .m {
      width: 14.3rem;
      margin: 0 auto; }
      .content .main-contact .m .box {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: .3rem; }
        .content .main-contact .m .box .font {
          width: calc(100% - 7.94rem);
          padding: 0 .3rem; }
          .content .main-contact .m .box .font span {
            display: block;
            font-size: .25rem;
            color: #333333;
            line-height: 1.4; }   
			
			.content .main-contact .m .box .video {
          width: 7.94rem;
          height: auto;
          position: relative;
        }
		  
		  .content .main-contact .m .box .video .txt{
			  font-size:0.25rem;
			  line-height:0.48rem;
		  }
		  
		    .content .main-contact .m .box .video .txt p:first-of-type{
				
				 margin-top:0.48rem;
		   }
		  
		    .content .main-contact .m .box .video .txt .ewm{
			  width:140px;
			  height:140px;
			  margin-top:0.48rem;
		  }
		  
		  
		  .page-numbers {
      display: flex;
      justify-content: center;
      align-items: center; }
      .page-numbers a {
        display: block;
        font-size: 14px;
        padding: 3px 8px;
        color: #fff;
        margin: 0 10px;
		background:#666;
		}
       .page-numbers a:hover {
          text-decoration: underline; }
        .page-numbers .current {
          text-decoration: none;background:#ff4747;
display: block;
        font-size: 14px;
        padding: 3px 8px;
        color: #fff;
        margin: 0 10px;		  }
		  
		  .hs { background:#f6f6f6;}
		  
		   .content .main_contact_form {
    overflow: hidden;
    padding: 0 0;
}
    .content .main_contact_form .m {
      width: 6rem;
      margin: 0 auto;
      font-size: 12px;
      text-align: center; }
      .content .main_contact_form .m .boxx {
        overflow: hidden;
        width: 100%;
        margin-top: .3rem;
        padding: 0rem .35rem .5rem .35rem;
        display: flex;
   
        justify-content: space-between;
        flex-wrap: wrap; }
        .content .main_contact_form .m .boxx .submit {
          
          padding:0.1rem 0.2rem;
          border-radius: 0px;
          cursor: pointer;
  		  background:none;
          font-size: .17rem;
          text-transform: uppercase;
		  border: #666 solid 1px;
          color: #000;
		  border-radius:0.55rem;
          }
        .content .main_contact_form .m .boxx .label {
          width: 100%;
        
          margin-bottom: .16rem;
       
           }
          .content .main_contact_form .m .boxx .label div {
            overflow: hidden;
            width: 100%;
            height: 100%;
          
            align-items: center;
            justify-content: center;
            cursor: pointer;
            position: absolute;
            right: 0;
            top: 0;
            background: #fff;
            border-radius: 6px;
            border: 1px solid #DDDDDD;
            font-size: .15rem;
            color: #666; }
          .content .main_contact_form .m .boxx .label.on {
            width: 100%; }
          .content .main_contact_form .m .boxx .label p {
            font-size: .15rem;
            width: 100%;
            box-sizing: border-box;
            line-height: 1.5;
            padding-top: 0rem;
            color: #666666; text-align:left; }
			.content .main_contact_form .m .boxx .label p span{
			margin-top:-0.1rem;
            float:right; }
          .content .main_contact_form .m .boxx .label textarea {
          
            height: 1.3rem;
            border-radius: 0px;
            background:none;
            border: none;
            outline: none;
            padding-left: 0rem;
            font-size: .15rem;
            color: #666; border-bottom:#ccc solid 1px; width:100% }
          .content .main_contact_form .m .boxx .label input {
            
            height: .45rem;
            border-radius: 0px;
            background:none;
            border: none;
            outline: none;
            padding-left: .2rem;
            font-size: .15rem;
            color: #666;border-bottom:#ccc solid 1px; width:100%}
      .content .main_contact_form .m .des {
        display: block;
        font-size: .17rem;
        color: #333333;
        text-align: center;
        line-height: 1.8;
        margin-top: .3rem; 
		text-transform: uppercase;}
      .content .main_contact_form .m .title {
        text-align: center;
        display: inline-block;
        position: relative; }
        .content .main_contact_form .m .title p {
          display: inline-block;
          text-align: center;
          font-size: .20rem;
          font-weight: bold;
          text-transform: uppercase;
          z-index: 9;
          line-height: 1;
          position: relative;
          color: #333333; line-height:0.30rem; padding-bottom:0.3rem;}

        .content .main_contact_form .m .titlelx p {
          display: inline-block;
          text-align: center;
          font-size: .20rem;
          font-weight: bold;
          text-transform: uppercase;
          z-index: 9;
          line-height: 0.3rem;
          position: relative;
          color: #333333;  padding-bottom:0.0rem;padding-top:0.3rem;}
        .content .main_contact_form .m .title::after {
          width: 100%;
          height: 1px;
          background: #cccccc;
          content: '';
          position: absolute;
          left: 0;
          bottom: 3px; }
		  
		   .content .main_contact_form .m .titlelxx{
			   text-transform: uppercase;
			   width:100%; border-bottom:#ccc solid 0px; width:100%; 
		   }
		      .content .main_contact_form .m .titlelxx p {
          display:block;
          text-align: left;
          font-size: .20rem;
          z-index: 9;
		  font-weight:bold;
          line-height: 1;
          position: relative;
          color: #333333; line-height:0.30rem; padding-bottom:0.1rem; }
		


@media (max-width: 1000px) {
	
   .m, .ms {
    width: 100% !important; }

   .m, .m1300 {
    width: 100% !important; }

  .content .header .m .icon .icons {
    background-size: auto .36rem;
    width: .36rem; }
	
	 .content .main-products-list .m {
    padding: .6rem;
    padding-bottom: 0; }
	
	.content .main-products-list .m .products{
	display:block;
	}

  .content .main-products-list .m .products .item {
    width: 100%;
    margin: 0 0 0.2rem 0; }

  .content .main-products-list .m .btn {
    width: .8rem;
    height: .8rem;
    background-color: #fff; }

  .content .main-products-list .m .products .item .label .picture {
    height: 6rem; }
	
	.content .main-contact {
    padding: .6rem .3rem; }

  .content .header {
    height: 1rem;
    padding: 0 .3rem;
    padding-right: 1rem; }

  .content .header .m > ul {
    display: none; }

  .content .main-product-title {
    height: 1rem;
    padding: 0 .3rem; }
	
   .content .main_news_center .ms .box .news {
		
		display:inline;
			
	}

  .content .main-product-title .m p {
    font-size: .36rem; }

  .content .main-product-title .m a {
    font-size: .24rem; }

  .content .main-public-box .m {
    padding: .6rem;
    padding-bottom: 0; }

  .content .main-public-box .m .mySwiper1 .swiper-slide {
    width: 100%;
    margin: 0; }

  .content .main-public-box .m .btn {
    width: .8rem;
    height: .8rem;
    background-color: #fff; }

  .content .main-public-box .m .mySwiper1 .swiper-slide .label .picture {
    height: 6rem; }

  .content .main-products .m {
    padding: 1rem .3rem; }

  .content .main-products {
    height: 10rem; }

  .content .main-corporate {
    height: 8rem;
    padding: 1rem .3rem; }

  .content .main-corporate p {
    margin-bottom: 1.2rem; }

  .content .main-profile {
    padding: 1rem .3rem; }

  .content .main-public-box .m .btn.prev {
    left: .2rem; }

  .public-title span {
    width: 100%;
    font-size: .2rem; }

  .content .main-profile .m ul li {
    width: 50%;
    padding: .2rem 0; }

  .content .main-our-team {
    padding: .8rem .3rem; }

  .content .main-our-team .m .team-list-box .label {
    width: 32%;
    margin-right: 1.5%; }
    .content .main-our-team .m .team-list-box .label:nth-child(3n) {
      margin-right: 0; }

  .content .main-footer-font {
    padding: .6rem .3rem; }

  .content .footer {
    padding: .6rem .3rem; }

  .content .footer .m .top {
    display: block; }

  .content .footer .m .top .link {
    flex-wrap: wrap; }

  .content .footer .m .top .link ul li a {
    font-size: .2rem; }

  .content .footer .m .top .link ul {
    margin-bottom: .3rem; }

  .content .footer footer {
    text-align: center; }

  .content .main-profile .m ul li span {
    font-size: .24rem; }

  .content .main-public-box .m .btn.next {
    right: .2rem; }

  .content .banner > img {
    width: 100%;
    display: block; }

  .content .banner .banner_font {
    font-size: .46rem; }

  .content .main-about-company {
    padding: .6rem .3rem; }

  .content .main-about-factory {
    padding: .6rem .3rem; }

  .content .main-about-factory .m .box .label {
    display: block; }

  .content .main-about-factory .m .box .label .grow {
    width: 100%;
    padding: .3rem; }
    .content .main-about-factory .m .box .label .grow span {
      font-size: .26rem;
      line-height: 1.4; }

  .content .main-about-factory .m .box .label .picture {
    width: 100%; }

  .content .main-about-factory .m .box .label .picture .btn {
    background-size: 30%; }

  .content .main-about-factory .m .box .label .grow ul li {
    font-size: .26rem; }

  .content .main-about-design {
    padding: .6rem .3rem; }

  .content .main-about-design .m .box {
    display: block; }

  .content .main-about-design .m .box .label {
    width: 100%;
    margin: 0;
    margin-top: .3rem; }

  .content .main-about-design .m .box .label .info span {
    font-size: .26rem; }

  .content .main-about-materials {
    padding: .6rem .3rem; }

  .content .main-about-materials .m .box .mySwiper3 .swiper-slide {
    width: 100%;
    margin: 0; }

  .content .public-name {
    font-size: .46rem; }

  .content .product-name {
    font-size: .46rem; }
	

  .content .main-about-company .m .box {
    display: block; }

  .content .main-about-company .m .box .video {
    width: 100%; }

  .content .main-about-company .m .box .font {
    width: 100%;
    padding: .3rem 0; }
    .content .main-about-company .m .box .font span {
      font-size: .26rem; }

  .content .main-product-box .m .menus img {
    width: .2rem; }

  .content .main-product-box .m .menus div {
    font-size: .2rem; }
    .content .main-product-box .m .menus div a {
      font-size: .2rem; }

  .content .main-product-box .m .box {
    flex-wrap: wrap; }

  .content .main-product-box .m .box .big-poster {
    width: calc(100% - 1.34rem); }

  .content .main-product-box .m .box .info {
    width: 100%;
    margin-top: .4rem; }

  .content .main-product-box .m .box .info .desc {
    font-size: .26rem; }

  .content .main-product-box .m .box .info .line {
    font-size: .26rem; }

  .content .main-product-box .m .box .info .font span {
    font-size: .26rem; }

  .content .main-product-box .m .box .info .button {
    height: .88rem;
    font-size: .3rem; }

  .content .main-product-box {
    padding-bottom: .2rem; }

  .content .main-product-form {
    padding: .6rem .3rem; }

  .content .main-product-form .m {
    display: block; }

  .content .main-product-form .m .fl {
    width: 100%;
    float: none; }

  .content .main-product-form .m .fl span {
    font-size: .24rem; }

  .content .main-product-form .m form {
    width: 100%;
    margin-top: .4rem; }

  .content .main-product-form .m form label {
    width: 48%; }

  .content .main-product-form .m form label p {
    font-size: .26rem; }

  .content .main-product-form .m form button {
    font-size: .26rem; }

  .mobile_fade {
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 999999; }
    .mobile_fade .box {
      width: 100%;
      height: calc(100vh - 1rem);
      position: absolute;
      left: 0;
      top: -100vh;
      background: #fff; }
      .mobile_fade .box ul {
        overflow: auto;
        height: 100%;
        padding: 0 .3rem; }
        .mobile_fade .box ul li {
          overflow: hidden;
          border-bottom: 1px solid rgba(0, 0, 0, 0.1);
          width: 100%; }
          .mobile_fade .box ul li span {
            height: 1rem;
            display: flex;
            font-size: .28rem;
            color: #333;
            align-items: center;
            justify-content: space-between; }
            .mobile_fade .box ul li span.on img {
              transform: rotate(90deg); }
            .mobile_fade .box ul li span a {
              font-size: .28rem;
              color: #000;
              height: 100%;
              display: flex;
              align-items: center;
              width: 90%; }
            .mobile_fade .box ul li span img {
              width: .15rem;
              transition: all .2s;
              margin-right: .2rem; }
          .mobile_fade .box ul li div {
            overflow: hidden;
            width: 100%;
            display: none; }
            .mobile_fade .box ul li div a {
              display: flex;
              align-items: center;
              font-size: .26rem;
              color: #333;
              height: .8rem; }

  .content .header {
    z-index: 99999999; }

  .menu.on {
    background-image: url(../images/close.png) !important; }

  .menu {
    background-image: url(../images/menu.png);
    width: .6rem;
    height: .6rem;
    background-size: 100% 100%;
    margin-left: .2rem;
    display: block;
    position: absolute;
    right: .3rem;
    top: 50%;
    transform: translateY(-50%); }

.content .main_news_center .ms {
    padding: 0 .3rem; }

  .content .main_news_center .ms .box .news .item {
    width: 100%;
    margin: 0.5rem ; }

  .content .main_news_center .ms .box .news .item .label p {
    font-size: .33rem;
    margin-bottom: .15rem; }

  .content .main_news_center .ms .head p {
    font-size: .4rem; }

  .content .main_news_center {
    padding-bottom: .95rem; }
	
  .content .main-video {
    padding: .6rem .3rem; }

  .content .main-video .m .box {
    display: block; }

  .content .main-video .m .box .label {
    width: 100%;
    margin: 0;
    margin-top: .3rem; }

  .content .video .m .box .label .info span {
    font-size: .26rem; }
	
	 .content .main-contact .m .box {
    display: block; }

  .content .main-contact .m .box .video {
    width: 100%; }

  .content .main-contact .m .box .font {
    width: 100%;
    padding: .3rem 0; }
    .content .main-contact .m .box .font span {
      font-size: .26rem; }

	}

/*# sourceMappingURL=css.css.map */
