body {
  padding-top: 90px; }

.header {
  position: fixed;
  height: 90px;
  line-height: 90px;
  left: 0;
  top: 0;
  width: 100%;
  border-bottom: 1px solid #DEDEDE;
  padding-left: 60px;
  background: #fff;
  z-index: 400; }
  .header .logo {
    width: 200px; }
  .header .nav {
    display: inline-block;
    margin-left: 80px; }
    .header .nav .nav-item {
      display: inline-block;
      text-align: center;
      margin-right: 40px; }
      .header .nav .nav-item.active .nav-title {
        border-bottom: 3px solid #0065B1;
        color: #0065B1; }
      .header .nav .nav-item:hover .nav-title {
        border-bottom: 3px solid #0065B1;
        color: #0065B1; }
      .header .nav .nav-item:hover .sub-nav {
        display: block; }
      .header .nav .nav-item .nav-title {
        display: inline-block;
        padding-bottom: 10px;
        font-size: 18px;
        color: #333;
        width: 75px;
        line-height: 18px; }
      .header .nav .nav-item .sub-nav {
        position: fixed;
        left: 0;
        top: 90px;
        background: #fff;
        width: 100%;
        display: none;
        z-index: 100; }
        .header .nav .nav-item .sub-nav.sub-nav2 {
          font-size: 0; }
          .header .nav .nav-item .sub-nav.sub-nav2 .container {
            padding: 30px 60px; }
          .header .nav .nav-item .sub-nav.sub-nav2 .product-nav-item {
            display: inline-block;
            vertical-align: top;
            width: 16.66%;
            line-height: normal;
            text-align: left;
            padding-right: 30px; }
            .header .nav .nav-item .sub-nav.sub-nav2 .product-nav-item .title {
              font-size: 20px;
              color: #0065b1;
              margin-bottom: 20px; }
            .header .nav .nav-item .sub-nav.sub-nav2 .product-nav-item a {
              display: block;
              margin-bottom: 14px;
              font-size: 14px; }
              .header .nav .nav-item .sub-nav.sub-nav2 .product-nav-item a:hover {
                color: #ed6d00; }
        .header .nav .nav-item .sub-nav.sub-nav3 {
          line-height: normal;
          text-align: left; }
          .header .nav .nav-item .sub-nav.sub-nav3 .flex-wrapper {
            display: flex;
            width: 100%; }
            .header .nav .nav-item .sub-nav.sub-nav3 .flex-wrapper .text-content {
              width: 50%;
              padding: 25px 72px 50px; }
              .header .nav .nav-item .sub-nav.sub-nav3 .flex-wrapper .text-content .title {
                font-size: 24px;
                color: #000; }
              .header .nav .nav-item .sub-nav.sub-nav3 .flex-wrapper .text-content .text {
                font-size: 14px;
                color: #4e4e4e;
                line-height: 30px;
                text-indent: 28px;
                margin-top: 20px; }
            .header .nav .nav-item .sub-nav.sub-nav3 .flex-wrapper .link-wrapper {
              padding-top: 30px;
              width: 50%;
              display: flex;
              justify-content: center;
              align-items: center;
              height: 100%; }
              .header .nav .nav-item .sub-nav.sub-nav3 .flex-wrapper .link-wrapper img {
                border: 1px solid #DEDEDE; }
              .header .nav .nav-item .sub-nav.sub-nav3 .flex-wrapper .link-wrapper .link {
                width: 50%;
                text-align: center; }
                .header .nav .nav-item .sub-nav.sub-nav3 .flex-wrapper .link-wrapper .link .name {
                  margin-top: 20px;
                  font-size: 18px;
                  color: #333; }
        .header .nav .nav-item .sub-nav.sub-nav1 {
          line-height: normal;
          text-align: left; }
          .header .nav .nav-item .sub-nav.sub-nav1 .flex-wrapper {
            display: flex; }
            .header .nav .nav-item .sub-nav.sub-nav1 .flex-wrapper .text-content {
              width: 50%;
              padding: 25px 72px 50px; }
              .header .nav .nav-item .sub-nav.sub-nav1 .flex-wrapper .text-content .title {
                font-size: 24px;
                color: #000; }
              .header .nav .nav-item .sub-nav.sub-nav1 .flex-wrapper .text-content .text {
                font-size: 14px;
                color: #4e4e4e;
                line-height: 30px;
                text-indent: 28px;
                margin-top: 20px; }
            .header .nav .nav-item .sub-nav.sub-nav1 .flex-wrapper .link-wrapper {
              width: 50%;
              padding-top: 20px; }
              .header .nav .nav-item .sub-nav.sub-nav1 .flex-wrapper .link-wrapper ul {
                display: inline-block;
                vertical-align: middle; }
                .header .nav .nav-item .sub-nav.sub-nav1 .flex-wrapper .link-wrapper ul li {
                  width: 120px;
                  height: 40px;
                  font-size: 14px;
                  line-height: 40px;
                  text-align: center;
                  background: #0065B1;
                  margin-bottom: 1px; }
                  .header .nav .nav-item .sub-nav.sub-nav1 .flex-wrapper .link-wrapper ul li a {
                    color: #fff; }
                  .header .nav .nav-item .sub-nav.sub-nav1 .flex-wrapper .link-wrapper ul li:hover {
                    background: #ED6D00; }
              .header .nav .nav-item .sub-nav.sub-nav1 .flex-wrapper .link-wrapper img {
                margin-left: 10%;
                width: 320px;
                height: 197px; }
  .header .header-right .lang {
    display: inline-block;
    width: 27px;
    height: 27px;
    background: url("../img/en.png");
    background-size: 100% 100%;
    vertical-align: middle;
    margin-left: 40px; }
  .header .header-right .search-btn {
    display: inline-block;
    width: 120px;
    height: 100%;
    background: #0065B1;
    text-align: center;
    cursor: pointer;
    margin-left: 30px; }
    .header .header-right .search-btn img {
      width: 40px; }
  .header .search-box {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 90px;
    background: #999;
    z-index: 200;
    text-align: center; }
    .header .search-box.show {
      display: block; }
    .header .search-box .select {
      display: inline-block;
      vertical-align: middle;
      width: 560px;
      height: 38px;
      margin: 0 80px; }
    .header .search-box .close {
      width: 22px;
      cursor: pointer; }

.banner {
  position: relative;
  overflow: hidden; }
  .banner .swiper-slide {
    position: relative; }
  .banner .icon-360 {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 300;
    margin-top: -40px;
    margin-left: -120px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 80px;
    cursor: pointer; }
    .banner .icon-360:hover .icon-wrapper img {
      -webkit-transform: rotatez(360deg); }
    .banner .icon-360 .text-icon {
      width: 200px; }
    .banner .icon-360 .icon-wrapper {
      position: relative;
      display: inline-block;
      vertical-align: middle;
      width: 80px;
      height: 80px; }
      .banner .icon-360 .icon-wrapper img {
        position: absolute;
        -webkit-transition: all linear 0.4s;
        -webkit-transform: rotateZ(0deg);
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; }
  .banner .banner-bg {
    position: fixed;
    left: 0;
    top: 40%;
    height: 20%;
    width: 100%;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all .8s; }
    .banner .banner-bg.show {
      left: 0;
      top: 0;
      height: 100%;
      opacity: 1;
      z-index: 500; }
  .banner .pc {
    display: block; }
  .banner .ph {
    display: none; }

.common-title {
  font-size: 36px;
  color: #656565;
  font-weight: 700; }
  .common-title .en {
    margin-left: 10px;
    font-size: 24px;
    color: #d6d5da;
    font-family: 'Arial';
    text-transform: uppercase; }

.more-wrapper {
  position: absolute;
  right: 0;
  top: 20px;
  font-size: 12px;
  color: #999; }

.product-wrapper {
  padding: 45px 10px 0; }
  .product-wrapper .container {
    position: relative; }
    .product-wrapper .container .product-list {
      margin-top: 40px;
      font-size: 0; }
      .product-wrapper .container .product-list li {
        display: inline-block;
        vertical-align: top;
        width: 24%;
        margin-right: 1.33%;
        border: 1px solid #0065B1;
        margin-bottom: 30px; }
        .product-wrapper .container .product-list li:nth-child(4n+0) {
          margin-right: 0; }
        .product-wrapper .container .product-list li:hover .img-box .mask {
          opacity: 1; }
        .product-wrapper .container .product-list li .img-box {
          position: relative; }
          .product-wrapper .container .product-list li .img-box img {
            width: 100%; }
          .product-wrapper .container .product-list li .img-box .mask {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 101, 177, 0.7);
            z-index: 30;
            display: flex;
            justify-content: center;
            align-items: center;
            opacity: 0;
            -webkit-transition: all linear .3s; }
            .product-wrapper .container .product-list li .img-box .mask a {
              width: 118px;
              height: 38px;
              border: 1px solid #fff;
              color: #fff;
              border-radius: 4px;
              line-height: 38px;
              font-size: 16px;
              margin: 0 15px;
              text-align: center; }
              .product-wrapper .container .product-list li .img-box .mask a img {
                margin-right: 10px;
                width: 25px; }
        .product-wrapper .container .product-list li .title {
          color: #fff;
          padding: 0 20px;
          line-height: 40px;
          height: 40px;
          background: #0065B1;
          font-size: 16px; }

.product-advantages {
  height: 825px;
  background: url(../img/bg_01.jpg) center 0 no-repeat; }
  .product-advantages .content-mask .title-box {
    padding-top: 66px;
    text-align: center; }
    .product-advantages .content-mask .title-box .title {
      color: #fff;
      font-size: 36px;
      line-height: 36px;
      margin-bottom: 18px; }
    .product-advantages .content-mask .title-box .line {
      display: inline-block;
      width: 167px;
      height: 2px;
      background: #fff; }
    .product-advantages .content-mask .title-box .en {
      display: block;
      margin-top: 18px;
      font-size: 24px;
      color: #d6d5da;
      line-height: 24px;
      text-transform: uppercase; }
  .product-advantages .content-mask .adv-container {
    padding: 0 40px;
    margin-top: 90px;
    overflow: hidden;
    position: relative; }
    .product-advantages .content-mask .adv-container .swiper-pagination {
      display: none; }
    .product-advantages .content-mask .adv-container .swiper-slide {
      text-align: center;
      background: rgba(255, 255, 255, 0.7);
      padding: 45px 40px;
      border-radius: 6px; }
      .product-advantages .content-mask .adv-container .swiper-slide img {
        width: 105px; }
      .product-advantages .content-mask .adv-container .swiper-slide .adv-title {
        font-size: 20px;
        color: #000;
        margin-top: 24px; }
      .product-advantages .content-mask .adv-container .swiper-slide .desc {
        font-size: 14px;
        color: #666;
        margin-top: 50px;
        text-align: left;
        line-height: 20px; }
  .product-advantages .content-mask .foot-link {
    margin-top: 100px;
    font-size: 0;
    text-align: center; }
    .product-advantages .content-mask .foot-link a {
      display: inline-block;
      color: #fff;
      padding: 10px 25px;
      border-radius: 4px;
      font-size: 20px;
      border: 1px solid #fff;
      margin: 0 20px; }

	  
	  
.about-wrapper {
  position: relative;
  height: 825px;
  font-size: 0;
  margin-bottom: 20px; }
  .about-wrapper .container {
    position: relative;
    z-index: 10;
    padding: 40px 0; }
  .about-wrapper .box-item {
    display: inline-block;
    vertical-align: top;
    width: 50%; }
    .about-wrapper .box-item.item1 {
      padding-right: 55px; }
    .about-wrapper .box-item.item2 {
      padding-left: 55px; }
      .about-wrapper .box-item.item2 .about-demo .num {
        color: rgba(0, 70, 156, 0.5); }
      .about-wrapper .box-item.item2 .about-demo .bg1 {
        background: #0065B1; }
        .about-wrapper .box-item.item2 .about-demo .bg1 .title {
          color: #fff; }
        .about-wrapper .box-item.item2 .about-demo .bg1 .desc2 {
          color: #fff; }
      .about-wrapper .box-item.item2 .about-demo .img-box {
        position: relative; }
        .about-wrapper .box-item.item2 .about-demo .img-box .mask {
          position: absolute;
          left: 0;
          bottom: 0;
          width: 100%;
          background: rgba(0, 0, 0, 0.5);
          font-size: 16px;
          line-height: 30px;
          padding: 10px; }
          .about-wrapper .box-item.item2 .about-demo .img-box .mask .desc {
            margin: 0;
            color: #fff;
            overflow: hidden;
            height: 120px; }



      .about-wrapper .box-item.item2 .more-box {
        margin-top: 20px;
        text-align: center; }
    .about-wrapper .box-item .desc {
      font-size: 16px;
      color: #666;
      line-height: 30px;
      margin-top: 45px;
      height: 120px;
      overflow: hidden; }
    .about-wrapper .box-item .about-demo {
      margin-top: 50px;
      position: relative; }
      .about-wrapper .box-item .about-demo .num {
        position: absolute;
        left: 40px;
        top: -85px;
        font-size: 120px;
        color: rgba(102, 102, 102, 0.5); }
      .about-wrapper .box-item .about-demo .pic {
        width: 100%; }
      .about-wrapper .box-item .about-demo .bg1 {
        background: #F0F0F0;
        padding: 27px; }
        .about-wrapper .box-item .about-demo .bg1 .title {
          font-size: 30px;
          color: #000; }
        .about-wrapper .box-item .about-demo .bg1 .line {
          display: block;
          width: 40px;
          height: 4px;
          background: #ccc;
          margin: 10px 0; }
        .about-wrapper .box-item .about-demo .bg1 .desc2 {
          font-size: 16px;
          line-height: 24px;
          height: 48px;
          overflow: hidden; }

.footer {
  background: #333; }
  .footer .foot1 {
    padding: 46px 30px 40px;
    position: relative;
    border-bottom: 1px solid #484848; }
    .footer .foot1 .hot {
      position: absolute;
      right: 0;
      top: 60px;
      font-size: 16px;
      color: #f9f9f9; }
      .footer .foot1 .hot a {
        color: #f9f9f9;
        margin-left: 15px; }
  .footer .foot2 {
    padding: 50px 30px 30px;
    border-bottom: 1px solid #484848; }
    .footer .foot2 ul {
      font-size: 0; }
      .footer .foot2 ul li {
        display: inline-block;
        font-size: 14px;
        color: #f9f9f9;
        margin-right: 80px; }
        .footer .foot2 ul li img {
          margin-right: 10px;
          width: 25px; }
  .footer .foot3 {
    padding: 50px 30px 40px;
    position: relative;
    color: #beb8b8; }
    .footer .foot3 a {
      color: #beb8b8; }
    .footer .foot3 .ga {
      margin-top: 30px; }
      .footer .foot3 .ga img {
        margin-right: 10px; }
      .footer .foot3 .ga .pic2 {
        margin-left: 30px;
        width: 25px; }
    .footer .foot3 .ewm {
      position: absolute;
      right: 20px;
      top: 20px; }

.common-tab {
  padding: 30px 0 10px;
  box-shadow: 0 3px 3px #ccc; }
  .common-tab ul {
    font-size: 0; }
    .common-tab ul li {
      display: inline-block;
      vertical-align: top;
      font-size: 18px;
      margin: 0 30px;
      line-height: 18px;
      padding: 0 6px 10px;
      border-bottom: 3px solid transparent; }
      .common-tab ul li.active, .common-tab ul li:hover {
        border-bottom: 3px solid #0065B1; }
        .common-tab ul li.active a, .common-tab ul li:hover a {
          color: #0065b1; }
      .common-tab ul li a {
        color: #666; }

.product-page {
  margin-top: 55px; }
  .product-page ul li {
    background: #F4F3F3;
    overflow: hidden;
    margin-bottom: 40px; }
    .product-page ul li img {
      border: 1px solid #0065B1;
      width: 50%; }
      .product-page ul li img.lf {
        margin-right: 60px; }
      .product-page ul li img.rt {
        margin-left: 60px; }
    .product-page ul li .content {
      padding: 25px 60px; }
      .product-page ul li .content .title {
        font-size: 30px;
        line-height: 30px;
        color: #333; }
      .product-page ul li .content .info {
        font-size: 16px;
        color: #666;
        line-height: 30px;
        margin-top: 30px;
        height: 120px;
        overflow: hidden; }
      .product-page ul li .content .more {
        margin-top: 50px;
        display: inline-block;
        width: 140px;
        height: 38px;
        line-height: 38px;
        color: #0065B1;
        text-align: center;
        border: 1px solid #0065B1; }
        .product-page ul li .content .more:hover {
          background: #0065B1;
          color: #fff; }

.bg-wrapper {
  height: 400px;
  background-repeat: no-repeat;
  background-position: center 0; }
  .bg-wrapper.bg1 {
    background-image: url("../img/bg1.jpg"); }
  .bg-wrapper.bg2 {
    background-image: url("../img/bg2.jpg"); }
  .bg-wrapper.bg3 {
    background-image: url("../img/bg3.jpg"); }
  .bg-wrapper.bg4 {
    background-image: url("../img/bg4.jpg"); }
  .bg-wrapper.bg5 {
    background-image: url("../img/bg5.jpg"); }

.enter-title {
  font-size: 30px;
  color: #333;
  margin-bottom: 34px; }

.load-more {
  text-align: center;
  margin: 50px 0; }
  .load-more span {
    display: inline-block;
    font-size: 24px;
    width: 215px;
    height: 68px;
    border-radius: 5px;
    border: 1px solid #0065b1;
    color: #0065b1;
    line-height: 68px;
    cursor: pointer; }
    .load-more span:hover {
      color: #fff;
      background: #0065b1; }

.product-detail {
  margin: 58px 0 16px; }
  .product-detail .product-detail-title {
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ccc; }
    .product-detail .product-detail-title .title {
      font-size: 30px;
      color: #333;
      line-height: 30px;
      margin-bottom: 30px; }
    .product-detail .product-detail-title .res span {
      margin: 0 15px; }
  .product-detail .fdj-wrapper {
    padding: 40px;
    font-size: 0;
    vertical-align: top; }
    .product-detail .fdj-wrapper .box .tb-booth {
      display: block; }
    .product-detail .fdj-wrapper .box .ph-detail-pic {
      display: none; }
    .product-detail .fdj-wrapper .content-box {
      display: inline-block;
      vertical-align: top;
      width: 60%;
      padding-left: 50px;
      max-height: 440px;
      overflow-x: hidden;
      overflow-y: scroll; }
      .product-detail .fdj-wrapper .content-box .item {
        margin-bottom: 30px; }
        .product-detail .fdj-wrapper .content-box .item .cla {
          font-size: 20px;
          color: #0065b1;
          margin-bottom: 25px; }
        .product-detail .fdj-wrapper .content-box .item .data {
          font-size: 16px;
          color: #666;
          line-height: 30px; }
  .product-detail .shopping-link {
    color: #0065b1;
    font-size: 20px; }
    .product-detail .shopping-link img {
      width: 45px;
      vertical-align: text-bottom;
      margin-right: 25px; }
    .product-detail .shopping-link a {
      color: #e46810;
      font-size: 16px;
      margin-left: 25px; }
  .product-detail .bq {
    display: block;
    margin-top: 66px;
    width: 215px;
    height: 55px;
    line-height: 55px;
    color: #fff;
    text-align: center;
    background: #0065B1;
    font-size: 24px; }
  .product-detail .js-box {
    margin-top: 50px;
    text-align: center; }
    .product-detail .js-box .js-pic {
      max-width: 100%; }
  .product-detail .slip {
    margin: 60px 0;
    text-align: center; }
    .product-detail .slip .page {
      margin: 0 20px;
      font-size: 18px;
      cursor: pointer; }

.gsjj-page {
  padding: 80px 0; }
  .gsjj-page .content p {
    font-size: 18px;
    color: #666;
    line-height: 36px;
    margin-bottom: 36px;
    text-indent: 36px; }
    .gsjj-page .content p img {
      display: block;
      margin: 0 auto;
      max-width: 100%; }

.contact-wrapper {
  padding: 45px 0 70px; }
  .contact-wrapper .info-wrapper {
    margin-top: 70px;
    font-size: 0; }
    .contact-wrapper .info-wrapper .info-item {
      display: inline-block;
      vertical-align: top;
      width: 25%;
      text-align: center; }
      .contact-wrapper .info-wrapper .info-item img {
        width: 40px;
        margin-bottom: 20px; }
      .contact-wrapper .info-wrapper .info-item p {
        font-size: 16px;
        color: #333; }
  .contact-wrapper .link-wrapper {
    margin-top: 40px;
    font-size: 0; }
    .contact-wrapper .link-wrapper .link-item {
      display: inline-block;
      width: 50%;
      text-align: center;
      font-size: 20px; }
      .contact-wrapper .link-wrapper .link-item img {
        margin-right: 20px;
        vertical-align: text-bottom; }
      .contact-wrapper .link-wrapper .link-item a {
        color: #e46810;
        font-size: 16px; }

.culture-page {
  margin-top: 60px;
  padding-bottom: 100px; }
  .culture-page .container {
    overflow: hidden; }
  .culture-page .lf {
    margin-right: 72px; }
  .culture-page .title {
    font-size: 30px;
    color: #333;
    margin-bottom: 20px; }
  .culture-page p {
    margin-bottom: 10px;
    font-size: 24px;
    color: #666; }

.ryzs-page {
  margin: 50px 0; }
  .ryzs-page ul {
    font-size: 0; }
    .ryzs-page ul li {
      display: inline-block;
      width: 31%;
      margin-right: 3.5%; }
      .ryzs-page ul li:nth-child(3n+0) {
        margin-right: 0; }
      .ryzs-page ul li img {
        width: 100%; }
      .ryzs-page ul li p {
        font-size: 18px;
        text-align: center;
        color: #333;
        margin-top: 20px; }

.video-page {
  margin: 50px 0; }
  .video-page .video-wrapper {
    font-size: 0; }
    .video-page .video-wrapper .video-item {
      position: relative;
      display: inline-block;
      margin:  2%;
      width: 46%; }
      .video-page .video-wrapper .video-item .video-bg {
        width: 100%; }
      .video-page .video-wrapper .video-item .mask {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        display: flex;
        justify-content: center;
        align-items: center; }
        .video-page .video-wrapper .video-item .mask .center {
          text-align: center; }
        .video-page .video-wrapper .video-item .mask .title {
          font-size: 30px;
          margin-top: 40px;
          color: #fff; }

.yyly-wrapper {
  padding: 50px 0; }
  .yyly-wrapper ul {
    margin-top: 30px;
    font-size: 0; }
    .yyly-wrapper ul li {
      display: inline-block;
      vertical-align: top;
      width: 23%;
      margin: 0 1% 60px;
      position: relative; }
      .yyly-wrapper ul li:hover .mask {
        display: flex; }
      .yyly-wrapper ul li .mask {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 101, 177, 0.5);
        color: #fff;
        display: none;
        justify-content: center;
        align-items: center;
        font-size: 24px; }

.load-page {
  padding: 50px 0; }
  .load-page ul {
    margin-top: 30px;
    font-size: 0; }
    .load-page ul li {
      display: inline-block;
      width: 31.33%;
      margin: 0 1% 30px; }
      .load-page ul li:hover a .img-box .mask {
        display: flex; }
      .load-page ul li a {
        display: block; }
        .load-page ul li a .img-box {
          position: relative; }
          .load-page ul li a .img-box .pic {
            width: 100%; }
          .load-page ul li a .img-box .mask {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: rgba(1, 101, 177, 0.7);
            justify-content: center;
            align-items: center;
            display: none; }
            .load-page ul li a .img-box .mask .btn {
              padding: 3px 10px;
              border: 1px solid #fff;
              border-radius: 5px;
              font-size: 16px;
              color: #fff; }
              .load-page ul li a .img-box .mask .btn img {
                width: 25px; }
        .load-page ul li a .title {
          margin-top: 15px;
          font-size: 18px;
          text-align: center;
          color: #333; }
          .load-page ul li a .title img {
            margin-right: 10px;
            width: 30px; }

.my-scroll::-webkit-scrollbar {
  width: 2px;
  background: #999; }

.my-scroll::-webkit-scrollbar-thumb {
  background: #0065B1;
  width: 4px; }

.header-m, .foot4 {
  display: none; }

#dituContent {
  height: 615px;
  margin-top: 50px; }

/* ---- particles.js container ---- */
#particles-js {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: #F9F9F9;
  background-image: url("");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat; }

/***canvasOver***/
@media screen and (max-width: 1440px) {
  .header {
    padding-left: 20px; }
    .header .logo {
      width: 130px; }
    .header .nav {
      margin-left: 40px; }
      .header .nav .nav-item {
        margin-right: 20px; }
        .header .nav .nav-item.active .nav-title, .header .nav .nav-item:hover .nav-title {
          border-bottom: 2px solid #0065B1; }
        .header .nav .nav-item .nav-title {
          padding-bottom: 10px;
          font-size: 14px;
          width: 60px;
          line-height: 14px; }
    .header .header-right .lang {
      margin-left: 20px; }
    .header .header-right .search-btn {
      width: 100px;
      margin-left: 20px; }
      .header .header-right .search-btn img {
        width: 30px; } }
@media screen and (max-width: 500px) {
  #dituContent {
    height: 300px;
    margin-top: 20px; }

  .header {
    display: none; }

  .bg-wrapper {
    display: none; }

  body {
    padding: 45px 0 0; }

.banner .icon-360 {
    margin-top: -25px;
    margin-left: -75px;
    font-size: 12px;
    line-height: 50px; }
    .banner .icon-360 .text-icon {
      width: 100px; }
    .banner .icon-360 .icon-wrapper {
      width: 50px;
      height: 50px; }
  .banner .pc {
    display: none; }
  .banner .ph {
    display: block; }

  .header-m {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 48px;
    line-height: 48px;
    z-index: 120;
    background: #fff;
    padding: 0 10px; }
    .header-m .nav-icon-bar {
      position: absolute;
      right: 10px;
      top: 10px;
      width: 30px;
      height: 30px;
      background-image: url(../img/m/nav.png);
      background-size: 100% 100%; }
      .header-m .nav-icon-bar.close {
        background-image: url("../img/m/colse.png"); }
    .header-m .logo {
      width: 30%; }
    .header-m .nav-m-wrapper {
      display: none;
      position: fixed;
      left: 0;
      top: 48px;
      right: 0;
      bottom: 0;
      background: #F5F5F5;
      padding: 20px;
      z-index: 110; }
      .header-m .nav-m-wrapper .scroll-m {
        width: 100%;
        max-height: 100%;
        overflow: auto; }
        .header-m .nav-m-wrapper .scroll-m .nav-m-item {
          line-height: 50px;
          border-bottom: 1px solid #DCDCDC;
          margin-top: 5px;
          font-size: 15px;
          color: #000; }
          .header-m .nav-m-wrapper .scroll-m .nav-m-item.active .nav-m {
            background-color: #1D6BC3;
            color: #fff;
            background-image: url(../img/m/jian.png); }
          .header-m .nav-m-wrapper .scroll-m .nav-m-item.normal .nav-m {
            background-image: none; }
          .header-m .nav-m-wrapper .scroll-m .nav-m-item .nav-m {
            display: block;
            padding-left: 15px;
            background-image: url(../img/m/jia.png);
            background-position: 96% center;
            background-repeat: no-repeat;
            background-size: 20px auto; }
          .header-m .nav-m-wrapper .scroll-m .nav-m-item .sub-nav-m {
            display: none;
            padding: 10px 0; }
            .header-m .nav-m-wrapper .scroll-m .nav-m-item .sub-nav-m li {
              padding-left: 20px;
              line-height: 30px; }
              .header-m .nav-m-wrapper .scroll-m .nav-m-item .sub-nav-m li.sub2-active img {
                -webkit-transform: rotateZ(90deg); }
              .header-m .nav-m-wrapper .scroll-m .nav-m-item .sub-nav-m li.sub2-active .sub-nav-m2 {
                display: block; }
              .header-m .nav-m-wrapper .scroll-m .nav-m-item .sub-nav-m li .sub-nav-m2 {
                display: none; }
                .header-m .nav-m-wrapper .scroll-m .nav-m-item .sub-nav-m li .sub-nav-m2 a {
                  display: block;
                  color: #1d6bc3;
                  font-size: 10px;
                  padding-left: 10px; }
              .header-m .nav-m-wrapper .scroll-m .nav-m-item .sub-nav-m li a {
                color: #7a7a7a; }
              .header-m .nav-m-wrapper .scroll-m .nav-m-item .sub-nav-m li img {
                margin: 10px 10px 0 0; }

  .common-title {
    font-size: 18px; }
    .common-title .en {
      font-size: 12px; }

  .more-wrapper {
    font-size: 10px;
    top: 5px; }
    .more-wrapper img {
      width: 10px; }

  .product-wrapper {
    padding: 20px 10px; }
    .product-wrapper .container .product-list {
      margin-top: 20px; }
      .product-wrapper .container .product-list li {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 15px; }
        .product-wrapper .container .product-list li:nth-child(4n+0) {
          margin-right: 2%; }
        .product-wrapper .container .product-list li:nth-child(2n+0) {
          margin-right: 0; }
        .product-wrapper .container .product-list li:hover .img-box .mask {
          opacity: 1; }
        .product-wrapper .container .product-list li .img-box .mask {
          flex-wrap: wrap; }
          .product-wrapper .container .product-list li .img-box .mask a {
            width: 60%;
            height: 30px;
            line-height: 30px;
            font-size: 12px;
            margin: 5px 0; }
            .product-wrapper .container .product-list li .img-box .mask a img {
              margin-right: 10px;
              width: 15px; }
        .product-wrapper .container .product-list li .title {
          color: #fff;
          padding: 0 20px;
          line-height: 40px;
          height: 40px;
          background: #0065B1;
          font-size: 16px; }

  .product-advantages {
    height: 430px;
    background: url(../img/m/bg_01m.jpg) center 0 no-repeat; }
    .product-advantages .content-mask .title-box {
      padding-top: 33px; }
      .product-advantages .content-mask .title-box .title {
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 10px; }
      .product-advantages .content-mask .title-box .line {
        width: 100px;
        height: 1px; }
      .product-advantages .content-mask .title-box .en {
        margin-top: 10px;
        font-size: 12px;
        line-height: 12px; }
    .product-advantages .content-mask .adv-container {
      position: relative;
      padding: 0 10px;
      margin-top: 40px;
      padding-bottom: 30px; }
      .product-advantages .content-mask .adv-container .swiper-pagination {
        display: block; }
      .product-advantages .content-mask .adv-container .swiper-pagination-bullet {
        background: #fff;
        opacity: 1; }
        .product-advantages .content-mask .adv-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
          background: #EC840B; }
      .product-advantages .content-mask .adv-container .swiper-slide {
        padding: 30px 20px;
        border-radius: 3px; }
        .product-advantages .content-mask .adv-container .swiper-slide img {
          width: 60px; }
        .product-advantages .content-mask .adv-container .swiper-slide .adv-title {
          font-size: 14px;
          margin-top: 20px; }
        .product-advantages .content-mask .adv-container .swiper-slide .desc {
          font-size: 12px;
          margin-top: 30px;
          line-height: 20px; }
    .product-advantages .content-mask .foot-link {
      display: none; }

  .about-wrapper {
    height: auto;
    padding: 0;
    font-size: 0; }
    .about-wrapper .container {
      padding: 30px 10px; }
    .about-wrapper .box-item {
      width: 100%; }
      .about-wrapper .box-item.item1 {
        padding-right: 0; }
      .about-wrapper .box-item.item2 {
        padding-left: 0; }
        .about-wrapper .box-item.item2 .about-demo .num {
          display: none; }
        .about-wrapper .box-item.item2 .about-demo .bg1 {
          background: #0065B1; }
          .about-wrapper .box-item.item2 .about-demo .bg1 .title {
            color: #fff; }
          .about-wrapper .box-item.item2 .about-demo .bg1 .desc2 {
            color: #fff; }
        .about-wrapper .box-item.item2 .more-box {
          margin-top: 20px;
          text-align: center; }
          .about-wrapper .box-item.item2 .more-box img {
            width: 100px; }
      .about-wrapper .box-item .desc {
        font-size: 14px;
        line-height: 24px;
        margin-top: 20px; }
      .about-wrapper .box-item .about-demo {
        width: 90%;
        margin: 25px auto 0; }
        .about-wrapper .box-item .about-demo .num {
          display: none; }
        .about-wrapper .box-item .about-demo .pic {
          width: 100%; }
        .about-wrapper .box-item .about-demo .bg1 {
          background: #F0F0F0;
          padding: 20px; }
          .about-wrapper .box-item .about-demo .bg1 .title {
            font-size: 18px;
            color: #000; }
          .about-wrapper .box-item .about-demo .bg1 .line {
            display: block;
            width: 30px;
            height: 2px;
            margin: 10px 0; }
          .about-wrapper .box-item .about-demo .bg1 .desc2 {
            font-size: 14px; }

  .footer {
    background: #333; }
    .footer .foot1, .footer .foot2, .footer .foot3 {
      display: none; }
    .footer .foot4 {
      display: block;
      padding: 10px;
      text-align: center;
      color: #a6a7a7; }
      .footer .foot4 a {
        font-size: 12px;
        margin: 0 8px;
        color: #a6a7a7; }
      .footer .foot4 p {
        margin-top: 10px;
        font-size: 12px; }

  .common-tab {
    padding: 0;
    box-shadow: none; }
    .common-tab ul {
      font-size: 0; }
      .common-tab ul li {
        display: inline-block;
        vertical-align: top;
        font-size: 12px;
        margin: 0;
        line-height: 30px;
        padding: 0;
        width: 25%;
        height: 30px;
        text-align: center;
        border-bottom: 1px solid #ccc;
        border-right: 1px solid #ccc; }
        .common-tab ul li.active {
          background: #0065B1; }
          .common-tab ul li.active a {
            color: #fff; }
        .common-tab ul li a {
          display: block;
          color: #666; }

  .product-page {
    margin-top: 20px;
    padding: 0 20px; }
    .product-page ul li {
      margin-bottom: 20px; }
      .product-page ul li img {
        border: 1px solid #0065B1;
        width: 100%; }
        .product-page ul li img.lf {
          margin-right: 0;
          float: none; }
        .product-page ul li img.rt {
          margin-left: 0;
          float: none; }
      .product-page ul li .content {
        padding: 20px; }
        .product-page ul li .content .title {
          font-size: 18px;
          line-height: 18px; }
        .product-page ul li .content .info {
          font-size: 14px;
          line-height: 24px;
          margin-top: 24px;
          height: auto;
          overflow: visible; }
        .product-page ul li .content .more {
          margin-top: 25px;
          width: 100px;
          height: 35px;
          line-height: 35px;
          color: #fff;
          border: 1px solid #0065B1;
          background: #0065B1;
          font-size: 12px; }

  .enter-title {
    font-size: 18px;
    margin-bottom: 20px; }

  .load-more {
    margin: 25px 0; }
    .load-more span {
      font-size: 18px;
      width: 180px;
      height: 50px;
      line-height: 50px; }
      .load-more span:hover {
        color: #fff;
        background: #0065b1; }

  .product-detail {
    margin: 20px 0 10px; }
    .product-detail .product-detail-title {
      padding-bottom: 10px; }
      .product-detail .product-detail-title .title {
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 15px; }
      .product-detail .product-detail-title .res span {
        margin: 0 5px; }
    .product-detail .fdj-wrapper {
      padding: 20px; }
      .product-detail .fdj-wrapper .box {
        width: 100%; }
        .product-detail .fdj-wrapper .box .tb-booth {
          display: none; }
        .product-detail .fdj-wrapper .box .ph-detail-pic {
          display: block;
          width: 100%; }
      .product-detail .fdj-wrapper .content-box {
        width: 100%;
        padding-left: 0px;
        max-height: 1000px;
        overflow-x: auto;
        overflow-y: auto; }
        .product-detail .fdj-wrapper .content-box .item {
          margin-bottom: 15px; }
          .product-detail .fdj-wrapper .content-box .item .cla {
            font-size: 14px;
            margin-bottom: 15px; }
          .product-detail .fdj-wrapper .content-box .item .data {
            font-size: 12px;
            line-height: 24px; }
    .product-detail .shopping-link {
      font-size: 16px;
      padding: 0 10px; }
      .product-detail .shopping-link img {
        width: 25px;
        margin-right: 10px; }
      .product-detail .shopping-link a {
        font-size: 12px;
        margin-left: 10px; }
    .product-detail .bq {
      margin-top: 33px;
      width: 180px;
      height: 50px;
      line-height: 50px;
      margin-left: 10px;
      font-size: 20px; }
    .product-detail .js-box {
      margin-top: 25px; }
      .product-detail .js-box .js-pic {
        max-width: 90%; }
    .product-detail .slip {
      margin: 30px 0; }
      .product-detail .slip .page {
        margin: 0 10px;
        font-size: 14px; }

  .gsjj-page {
    padding: 40px 10px; }
    .gsjj-page .content p {
      font-size: 14px;
      line-height: 24px;
      margin-bottom: 24px;
      text-indent: 28px; }
      .gsjj-page .content p img {
        margin: 0 auto;
        max-width: 100%; }

  .contact-wrapper {
    padding: 20px 10px; }
    .contact-wrapper .info-wrapper {
      margin-top: 35px; }
      .contact-wrapper .info-wrapper .info-item {
        width: 100%;
        text-align: left;
        margin-bottom: 10px; }
        .contact-wrapper .info-wrapper .info-item img {
          width: 25px;
          margin-bottom: 0; }
        .contact-wrapper .info-wrapper .info-item .inline {
          display: inline-block;
          vertical-align: top;
          width: 80%;
          margin-left: 10px; }
        .contact-wrapper .info-wrapper .info-item p {
          font-size: 14px;
          text-align: left; }
    .contact-wrapper .link-wrapper {
      margin-top: 20px; }
      .contact-wrapper .link-wrapper .link-item {
        width: 100%;
        text-align: left;
        font-size: 14px;
        margin-bottom: 10px; }
        .contact-wrapper .link-wrapper .link-item img {
          margin-right: 10px;
          width: 25px; }
        .contact-wrapper .link-wrapper .link-item a {
          color: #e46810;
          font-size: 12px; }

  .culture-page {
    margin-top: 30px;
    padding: 0 10px 50px; }
    .culture-page .lf {
      margin-right: 0;
      width: 100%;
      margin-bottom: 20px; }
    .culture-page .title {
      font-size: 18px;
      margin-bottom: 10px; }
    .culture-page p {
      margin-bottom: 10px;
      font-size: 14px; }

  .ryzs-page {
    margin: 20px 0;
    padding: 0 10px; }
    .ryzs-page ul {
      font-size: 0; }
      .ryzs-page ul li {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 10px; }
        .ryzs-page ul li:nth-child(3n+0) {
          margin-right: 4%; }
        .ryzs-page ul li:nth-child(2n+0) {
          margin-right: 0; }
        .ryzs-page ul li img {
          width: 100%; }
        .ryzs-page ul li p {
          font-size: 14px;
          margin-top: 10px; }

  .video-page {
    margin: 30px 0;
    padding: 0 10px; }
    .video-page .video-wrapper .video-item {
      display: block;
      margin: 20px auto 0;
      width: 80%; }
      .video-page .video-wrapper .video-item .video-bg {
        width: 100%; }
      .video-page .video-wrapper .video-item .mask {
        display: flex;
        justify-content: center;
        align-items: center; }
        .video-page .video-wrapper .video-item .mask .center {
          text-align: center; }
          .video-page .video-wrapper .video-item .mask .center img {
            width: 40px; }
        .video-page .video-wrapper .video-item .mask .title {
          font-size: 18px;
          margin-top: 20px; }

  .yyly-wrapper {
    padding: 30px 10px; }
    .yyly-wrapper ul {
      margin-top: 15px; }
      .yyly-wrapper ul li {
        width: 48%;
        margin: 0 1% 30px; }
        .yyly-wrapper ul li:hover .mask {
          display: block; }
        .yyly-wrapper ul li .mask {
          position: relative;
          left: 0;
          top: 0;
          width: 100%;
          height: 30px;
          line-height: 30px;
          text-align: center;
          background: #fff;
          color: #666;
          display: block;
          font-size: 14px; }

  .load-page {
    padding: 30px 10px; }
    .load-page ul {
      margin-top: 15px; }
      .load-page ul li {
        width: 48%;
        margin: 0 1% 15px; }
        .load-page ul li a .img-box .pic {
          width: 100%; }
        .load-page ul li a .img-box .mask .btn {
          padding: 3px 10px;
          font-size: 12px; }
          .load-page ul li a .img-box .mask .btn img {
            width: 15px; }
        .load-page ul li a .title {
          margin-top: 10px;
          font-size: 14px; }
          .load-page ul li a .title img {
            margin-right: 5px;
            width: 15px; } }
@media screen and (max-width: 1023px) and (min-width: 767px) {
  #dituContent {
    height: 500px;
    margin-top: 40px; }

  .header {
    display: none; }

  .bg-wrapper {
    display: none; }

  body {
    padding: 66px 0 0; }

  .banner .pc {
    display: none; }
  .banner .ph {
    display: block; }

  .header-m {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    height: 66px;
    line-height: 66px;
    z-index: 120;
    padding: 0 20px; }
    .header-m .nav-icon-bar {
      position: absolute;
      right: 20px;
      top: 15px;
      width: 40px;
      height: 40px;
      background-image: url(../img/m/nav.png);
      background-size: 100% 100%; }
      .header-m .nav-icon-bar.close {
        background-image: url("../img/m/colse.png"); }
    .header-m .logo {
      width: 30%; }
    .header-m .nav-m-wrapper {
      display: none;
      position: fixed;
      left: 0;
      top: 66px;
      right: 0;
      bottom: 0;
      background: #F5F5F5;
      padding: 20px;
      z-index: 110; }
      .header-m .nav-m-wrapper .scroll-m {
        width: 100%;
        max-height: 100%;
        overflow: auto; }
        .header-m .nav-m-wrapper .scroll-m .nav-m-item {
          line-height: 66px;
          border-bottom: 1px solid #DCDCDC;
          margin-top: 10px;
          font-size: 20px;
          color: #000; }
          .header-m .nav-m-wrapper .scroll-m .nav-m-item.active .nav-m {
            background-color: #1D6BC3;
            color: #fff;
            background-image: url(../img/m/jian.png); }
          .header-m .nav-m-wrapper .scroll-m .nav-m-item.normal .nav-m {
            background-image: none; }
          .header-m .nav-m-wrapper .scroll-m .nav-m-item .nav-m {
            display: block;
            padding-left: 20px;
            background-image: url(../img/m/jia.png);
            background-position: 96% center;
            background-repeat: no-repeat;
            background-size: 20px auto; }
          .header-m .nav-m-wrapper .scroll-m .nav-m-item .sub-nav-m {
            display: none;
            padding: 20px 0; }
            .header-m .nav-m-wrapper .scroll-m .nav-m-item .sub-nav-m li {
              padding-left: 20px;
              line-height: 40px; }
              .header-m .nav-m-wrapper .scroll-m .nav-m-item .sub-nav-m li.sub2-active img {
                -webkit-transform: rotateZ(90deg); }
              .header-m .nav-m-wrapper .scroll-m .nav-m-item .sub-nav-m li.sub2-active .sub-nav-m2 {
                display: block; }
              .header-m .nav-m-wrapper .scroll-m .nav-m-item .sub-nav-m li .sub-nav-m2 {
                display: none; }
                .header-m .nav-m-wrapper .scroll-m .nav-m-item .sub-nav-m li .sub-nav-m2 a {
                  display: block;
                  color: #1d6bc3;
                  font-size: 14px;
                  padding-left: 20px; }
              .header-m .nav-m-wrapper .scroll-m .nav-m-item .sub-nav-m li a {
                color: #7a7a7a; }
              .header-m .nav-m-wrapper .scroll-m .nav-m-item .sub-nav-m li img {
                margin: 10px 10px 0 0; }

  .common-title {
    font-size: 24px; }
    .common-title .en {
      font-size: 16px; }

  .more-wrapper {
    font-size: 16px;
    top: 10px; }
    .more-wrapper img {
      width: 14px; }

  .product-wrapper {
    padding: 20px 10px; }
    .product-wrapper .container .product-list {
      margin-top: 20px; }
      .product-wrapper .container .product-list li {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 15px; }
        .product-wrapper .container .product-list li:nth-child(4n+0) {
          margin-right: 2%; }
        .product-wrapper .container .product-list li:nth-child(2n+0) {
          margin-right: 0; }
        .product-wrapper .container .product-list li:hover .img-box .mask {
          opacity: 1; }
        .product-wrapper .container .product-list li .img-box .mask {
          flex-wrap: wrap; }
          .product-wrapper .container .product-list li .img-box .mask a {
            width: 60%;
            height: 30px;
            line-height: 30px;
            font-size: 12px;
            margin: 5px 0; }
            .product-wrapper .container .product-list li .img-box .mask a img {
              margin-right: 10px;
              width: 15px; }
        .product-wrapper .container .product-list li .title {
          color: #fff;
          padding: 0 20px;
          line-height: 40px;
          height: 40px;
          background: #0065B1;
          font-size: 16px; }

  .product-advantages {
    height: 430px;
    background: url(../img/m/bg_01m.jpg) center 0 no-repeat; }
    .product-advantages .content-mask .title-box {
      padding-top: 33px; }
      .product-advantages .content-mask .title-box .title {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 10px; }
      .product-advantages .content-mask .title-box .line {
        width: 100px;
        height: 1px; }
      .product-advantages .content-mask .title-box .en {
        margin-top: 10px;
        font-size: 14px;
        line-height: 14px; }
    .product-advantages .content-mask .adv-container {
      position: relative;
      padding: 0 40px;
      margin-top: 40px;
      padding-bottom: 30px; }
      .product-advantages .content-mask .adv-container .swiper-pagination {
        display: block; }
      .product-advantages .content-mask .adv-container .swiper-pagination-bullet {
        background: #fff;
        opacity: 1; }
        .product-advantages .content-mask .adv-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
          background: #EC840B; }
      .product-advantages .content-mask .adv-container .swiper-slide {
        padding: 30px 20px;
        border-radius: 3px; }
        .product-advantages .content-mask .adv-container .swiper-slide img {
          width: 60px; }
        .product-advantages .content-mask .adv-container .swiper-slide .adv-title {
          font-size: 14px;
          margin-top: 20px; }
        .product-advantages .content-mask .adv-container .swiper-slide .desc {
          font-size: 12px;
          margin-top: 30px;
          line-height: 20px; }
    .product-advantages .content-mask .foot-link {
      display: none; }

  .about-wrapper {
    height: auto;
    background: url("../img/m/bg_02m.jpg") center 0 no-repeat;
    padding: 30px 20px 20px;
    font-size: 0; }
    .about-wrapper .box-item {
      width: 100%; }
      .about-wrapper .box-item.item1 {
        padding-right: 0; }
      .about-wrapper .box-item.item2 {
        padding-left: 0; }
        .about-wrapper .box-item.item2 .about-demo .num {
          display: none; }
        .about-wrapper .box-item.item2 .about-demo .bg1 {
          background: #0065B1; }
          .about-wrapper .box-item.item2 .about-demo .bg1 .title {
            color: #fff; }
          .about-wrapper .box-item.item2 .about-demo .bg1 .desc2 {
            color: #fff; }
        .about-wrapper .box-item.item2 .more-box {
          margin-top: 20px;
          text-align: center; }
          .about-wrapper .box-item.item2 .more-box img {
            width: 140px; }
      .about-wrapper .box-item .desc {
        font-size: 16px;
        line-height: 28px;
        margin-top: 20px; }
      .about-wrapper .box-item .about-demo {
        width: 90%;
        margin: 25px auto 0; }
        .about-wrapper .box-item .about-demo .num {
          display: none; }
        .about-wrapper .box-item .about-demo .pic {
          width: 100%; }
        .about-wrapper .box-item .about-demo .bg1 {
          background: #F0F0F0;
          padding: 20px; }
          .about-wrapper .box-item .about-demo .bg1 .title {
            font-size: 24px;
            color: #000; }
          .about-wrapper .box-item .about-demo .bg1 .line {
            display: block;
            width: 50px;
            height: 2px;
            margin: 15px 0; }
          .about-wrapper .box-item .about-demo .bg1 .desc2 {
            font-size: 16px; }

  .footer {
    background: #333; }
    .footer .foot1, .footer .foot2, .footer .foot3 {
      display: none; }
    .footer .foot4 {
      display: block;
      padding: 20px;
      text-align: center;
      color: #a6a7a7; }
      .footer .foot4 a {
        font-size: 20px;
        margin: 0 14px;
        color: #a6a7a7; }
      .footer .foot4 p {
        margin-top: 15px;
        font-size: 14px; }

  .common-tab {
    padding: 0;
    box-shadow: none; }
    .common-tab ul {
      font-size: 0; }
      .common-tab ul li {
        display: inline-block;
        vertical-align: top;
        font-size: 14px;
        margin: 0;
        line-height: 44px;
        padding: 0;
        width: 25%;
        height: 44px;
        text-align: center;
        border-bottom: 1px solid #ccc;
        border-right: 1px solid #ccc; }
        .common-tab ul li.active {
          background: #0065B1; }
          .common-tab ul li.active a {
            color: #fff; }
        .common-tab ul li a {
          display: block;
          color: #666; }

  .product-page {
    margin-top: 20px;
    padding: 0 20px; }
    .product-page ul li {
      margin-bottom: 20px; }
      .product-page ul li img {
        border: 1px solid #0065B1;
        width: 100%; }
        .product-page ul li img.lf {
          margin-right: 0;
          float: none; }
        .product-page ul li img.rt {
          margin-left: 0;
          float: none; }
      .product-page ul li .content {
        padding: 20px; }
        .product-page ul li .content .title {
          font-size: 18px;
          line-height: 18px; }
        .product-page ul li .content .info {
          font-size: 14px;
          line-height: 24px;
          margin-top: 24px;
          height: auto;
          overflow: visible; }
        .product-page ul li .content .more {
          margin-top: 25px;
          width: 100px;
          height: 35px;
          line-height: 35px;
          color: #fff;
          border: 1px solid #0065B1;
          background: #0065B1;
          font-size: 12px; }

  .enter-title {
    font-size: 18px;
    margin-bottom: 20px; }

  .load-more {
    margin: 25px 0; }
    .load-more span {
      font-size: 18px;
      width: 180px;
      height: 50px;
      line-height: 50px; }
      .load-more span:hover {
        color: #fff;
        background: #0065b1; }

  .product-detail {
    margin: 20px 0 10px; }
    .product-detail .product-detail-title {
      padding-bottom: 10px; }
      .product-detail .product-detail-title .title {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 20px; }
      .product-detail .product-detail-title .res span {
        margin: 0 10px; }
    .product-detail .fdj-wrapper {
      padding: 20px; }
      .product-detail .fdj-wrapper .box {
        width: 100%; }
        .product-detail .fdj-wrapper .box .tb-booth {
          display: none; }
        .product-detail .fdj-wrapper .box .ph-detail-pic {
          display: block;
          width: 100%; }
      .product-detail .fdj-wrapper .content-box {
        width: 100%;
        padding-left: 0px;
        max-height: 1000px;
        overflow-x: auto;
        overflow-y: auto; }
        .product-detail .fdj-wrapper .content-box .item {
          margin-bottom: 15px; }
          .product-detail .fdj-wrapper .content-box .item .cla {
            font-size: 20px;
            margin-bottom: 15px; }
          .product-detail .fdj-wrapper .content-box .item .data {
            font-size: 14px;
            line-height: 28px; }
    .product-detail .shopping-link {
      font-size: 18px;
      padding: 0 10px; }
      .product-detail .shopping-link img {
        width: 25px;
        margin-right: 10px; }
      .product-detail .shopping-link a {
        font-size: 14px;
        margin-left: 10px; }
    .product-detail .bq {
      margin-top: 33px;
      width: 180px;
      height: 50px;
      line-height: 50px;
      margin-left: 10px;
      font-size: 20px; }
    .product-detail .js-box {
      margin-top: 25px; }
      .product-detail .js-box .js-pic {
        max-width: 90%; }
    .product-detail .slip {
      margin: 30px 0; }
      .product-detail .slip .page {
        margin: 0 10px;
        font-size: 16px; }

  .gsjj-page {
    padding: 40px 20px; }
    .gsjj-page .content p {
      font-size: 16px;
      line-height: 28px;
      margin-bottom: 28px;
      text-indent: 32px; }
      .gsjj-page .content p img {
        margin: 0 auto;
        max-width: 100%; }

  .contact-wrapper {
    padding: 20px 10px; }
    .contact-wrapper .info-wrapper {
      margin-top: 35px; }
      .contact-wrapper .info-wrapper .info-item {
        width: 100%;
        text-align: left;
        margin-bottom: 10px; }
        .contact-wrapper .info-wrapper .info-item img {
          width: 25px;
          margin-bottom: 0; }
        .contact-wrapper .info-wrapper .info-item .inline {
          display: inline-block;
          vertical-align: top;
          width: 80%;
          margin-left: 10px; }
        .contact-wrapper .info-wrapper .info-item p {
          font-size: 16px;
          text-align: left; }
    .contact-wrapper .link-wrapper {
      margin-top: 20px; }
      .contact-wrapper .link-wrapper .link-item {
        width: 100%;
        text-align: left;
        font-size: 16px;
        margin-bottom: 10px; }
        .contact-wrapper .link-wrapper .link-item img {
          margin-right: 10px;
          width: 25px; }
        .contact-wrapper .link-wrapper .link-item a {
          color: #e46810;
          font-size: 14px; }

  .culture-page {
    margin-top: 30px;
    padding: 0 10px 50px; }
    .culture-page .lf {
      margin-right: 0;
      width: 100%;
      margin-bottom: 20px; }
    .culture-page .title {
      font-size: 18px;
      margin-bottom: 10px; }
    .culture-page p {
      margin-bottom: 10px;
      font-size: 14px; }

  .ryzs-page {
    margin: 20px 0;
    padding: 0 10px; }
    .ryzs-page ul {
      font-size: 0; }
      .ryzs-page ul li {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 20px; }
        .ryzs-page ul li:nth-child(3n+0) {
          margin-right: 4%; }
        .ryzs-page ul li:nth-child(2n+0) {
          margin-right: 0; }
        .ryzs-page ul li img {
          width: 100%; }
        .ryzs-page ul li p {
          font-size: 16px;
          margin-top: 10px; }

  .video-page {
    margin: 30px 0;
    padding: 0 10px; }
    .video-page .video-wrapper .video-item {
      display: block;
      margin: 20px auto 0;
      width: 80%; }
      .video-page .video-wrapper .video-item .video-bg {
        width: 100%; }
      .video-page .video-wrapper .video-item .mask {
        display: flex;
        justify-content: center;
        align-items: center; }
        .video-page .video-wrapper .video-item .mask .center {
          text-align: center; }
          .video-page .video-wrapper .video-item .mask .center img {
            width: 66px; }
        .video-page .video-wrapper .video-item .mask .title {
          font-size: 20px;
          margin-top: 20px; }

  .yyly-wrapper {
    padding: 30px 10px; }
    .yyly-wrapper ul {
      margin-top: 15px; }
      .yyly-wrapper ul li {
        width: 48%;
        margin: 0 1% 30px; }
        .yyly-wrapper ul li:hover .mask {
          display: block; }
        .yyly-wrapper ul li .mask {
          position: relative;
          left: 0;
          top: 0;
          width: 100%;
          height: 30px;
          line-height: 30px;
          text-align: center;
          background: #fff;
          color: #666;
          display: block;
          font-size: 16px; }

  .load-page {
    padding: 30px 10px; }
    .load-page ul {
      margin-top: 15px; }
      .load-page ul li {
        width: 48%;
        margin: 0 1% 15px; }
        .load-page ul li a .img-box .pic {
          width: 100%; }
        .load-page ul li a .img-box .mask .btn {
          padding: 3px 10px;
          font-size: 14px; }
          .load-page ul li a .img-box .mask .btn img {
            width: 15px; }
        .load-page ul li a .title {
          margin-top: 10px;
          font-size: 16px; }
          .load-page ul li a .title img {
            margin-right: 5px;
            width: 15px; } }
@media screen and (max-width: 1300px) and (min-width: 767px) {
  .header .container {
    padding: 0; }
  .header .header-right {
    position: fixed;
    right: 0;
    top: 40%;
    width: 120px;
    text-align: center;
    font-size: 12px;
    background: #fff;
    line-height: 30px; }
    .header .header-right img {
      display: block;
      margin: 20px auto;
      width: 30px; }
    .header .header-right .lang {
      margin: 10px auto; }
    .header .header-right .search-btn {
      margin: 0;
      width: 100%; }

  .product-advantages .content-mask .foot-link {
    margin-top: 60px; }
    .product-advantages .content-mask .foot-link a {
      margin-top: 10px;
      font-size: 14px; }

  .common-tab ul li {
    margin-bottom: 10px; }

  .footer .foot1 .hot {
    right: 40px; }

  .container {
    padding: 0 20px; } }

    .product-detail .container  .video-detail {
  margin: 30px 0;
  text-align: center; }
  .video-detail video {
    max-width: 100%; }

/*# sourceMappingURL=index.css.map */
