@charset "UTF-8";
* {
  font-family: -apple-system-font,"helvetica neue","PingFang SC","Hiragino Sans GB",Arial,"Microsoft YaHei","黑体","宋体",sans-serif; }

input[type=datetime-local] {
  -webkit-appearance: none;
  outline: none;
  border: none; }

select {
  -webkit-appearance: none;
  padding-right: 30px;
  background: url("../img/down.png") no-repeat scroll right center transparent; }

/* 产品分类图片(测试) */
.checkimg {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 30px;
  text-align: center; }
  .checkimg img {
    max-width: 80%; }

.swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto; }

.swiper-slide {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.sdiv h1 {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -o-transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
  opacity: 0; }

.sdiv p {
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -o-transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
  opacity: 0;
  -webkit-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  transition-delay: 0.25s; }

.sdiv div {
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -o-transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
  opacity: 0;
  -webkit-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  transition-delay: 0.25s; }

.sdiv li {
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -o-transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
  opacity: 0;
  -webkit-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  transition-delay: 0.25s; }

.sdiv span {
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -o-transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
  opacity: 0;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s; }

.sdiv img {
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -o-transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
  opacity: 0;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s; }

.sdiv.on h1,
.sdiv.on div,
.sdiv.on li,
.sdiv.on p,
.sdiv.on span,
.sdiv.on img {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1; }

/* 顶部 */
.head {
  background-color: #fff;
  position: relative; }
  .head .head-body {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 20px;
    position: relative; }
    .head .head-body .head-logo {
      display: inline-block; }
    .head .head-body .head-logo2 {
      display: none; }
    .head .head-body .head-right {
      float: right;
      margin-top: 20px; }
      .head .head-body .head-right .head-right-lang {
        display: flex;
        justify-content: flex-end;
        align-items: center; }
        .head .head-body .head-right .head-right-lang i {
          font-size: 20px;
          color: #777; }
        .head .head-body .head-right .head-right-lang ul {
          margin-left: 5px;
          display: flex; }
          .head .head-body .head-right .head-right-lang ul .head-right-lang-item a {
            font-size: 14px;
            color: #777;
            padding: 0 5px; }
            .head .head-body .head-right .head-right-lang ul .head-right-lang-item a:hover {
              color: #014099; }
          .head .head-body .head-right .head-right-lang ul .head-right-lang-item:last-child a {
            font-size: 13px; }
    .head .head-body .head-right2 {
      display: none; }
    .head .head-body .nav {
      margin-top: 15px;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .head .head-body .nav .nav-list {
        position: static;
        display: flex;
        padding: 0; }
        .head .head-body .nav .nav-list .nav-item {
          position: static; }
          .head .head-body .nav .nav-list .nav-item > a {
            display: inline-block;
            position: relative;
            font-size: 16px;
            line-height: normal;
            color: #333;
            padding: 0px 20px 10px 0px;
            cursor: pointer; }
            .head .head-body .nav .nav-list .nav-item > a i {
              margin-left: 3px; }
          .head .head-body .nav .nav-list .nav-item .nav-item-line {
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
            flex-direction: column;
            align-items: flex-start;
            position: relative; }
            .head .head-body .nav .nav-list .nav-item .nav-item-line dd {
              width: 20%; }
            .head .head-body .nav .nav-list .nav-item .nav-item-line a {
              border-bottom: solid 1px #dcdcdc; }
            .head .head-body .nav .nav-list .nav-item .nav-item-line .nav-item-line-ri {
              float: right;
              margin-top: 10px; }
            .head .head-body .nav .nav-list .nav-item .nav-item-line .nav-item-line-child {
              width: 20%;
              position: absolute;
              left: 20%;
              top: 0;
              display: none; }
              .head .head-body .nav .nav-list .nav-item .nav-item-line .nav-item-line-child .nav-item-line-it {
                width: auto; }
          .head .head-body .nav .nav-list .nav-item .nav-item-child {
            top: auto;
            right: 0;
            white-space: normal;
            border-right: none;
            border-left: none; }
        .head .head-body .nav .nav-list .layui-this:after {
          background-color: #014099; }
      .head .head-body .nav .nav-search {
        width: 255px; }
        .head .head-body .nav .nav-search form {
          display: flex;
          justify-content: space-between;
          border: solid 1px #dcdcdc; }
        .head .head-body .nav .nav-search .nav-search-inp {
          padding: 5px 0;
          padding-left: 10px;
          font-size: 17px; }
        .head .head-body .nav .nav-search .nav-search-sub {
          background: none;
          padding-right: 8px;
          cursor: pointer; }
          .head .head-body .nav .nav-search .nav-search-sub i {
            font-size: 20px; }
          .head .head-body .nav .nav-search .nav-search-sub:hover {
            background-color: #888;
            color: #fff; }
    .head .head-body .nav2 {
      margin-top: 0; }
    .head .head-body .navbtn {
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      top: 10px;
      right: 0;
      display: none; }
      .head .head-body .navbtn i {
        font-size: 25px; }
        .head .head-body .navbtn i:active {
          color: #014099; }
    .head .head-body .invisMenu {
      width: 96%;
      height: 100%;
      position: fixed;
      left: 0;
      top: 0;
      z-index: 7;
      padding: 0 10px;
      overflow-y: auto;
      background-color: #fff;
      display: none; }
      .head .head-body .invisMenu > ul {
        width: 100%; }
        .head .head-body .invisMenu > ul .invisMenu-item {
          padding: 10px 0;
          font-size: 15px;
          font-weight: bold; }
          .head .head-body .invisMenu > ul .invisMenu-item .invisMenu-item-box {
            border-bottom: 0.5px solid #333;
            padding-bottom: 10px;
            display: flex;
            justify-content: space-between; }
        .head .head-body .invisMenu > ul a {
          font-size: 15px;
          color: #333; }
        .head .head-body .invisMenu > ul .invisMenu-name {
          width: 90%;
          font-size: 15px; }
        .head .head-body .invisMenu > ul .invisMenu-name-big {
          font-size: 18px;
          font-weight: bold; }
        .head .head-body .invisMenu > ul .invisMenu-icon {
          font-size: 15px;
          margin-right: 5px;
          transition: 1s; }
        .head .head-body .invisMenu > ul .invisMenu-sec {
          width: 100%;
          display: none; }
          .head .head-body .invisMenu > ul .invisMenu-sec .invisMenu-sec-item {
            padding-bottom: 10px; }
            .head .head-body .invisMenu > ul .invisMenu-sec .invisMenu-sec-item .invisMenu-sec-item-box {
              padding-bottom: 10px;
              border-bottom: solid 0.5px #c8c8c8;
              display: flex;
              justify-content: space-between; }
              .head .head-body .invisMenu > ul .invisMenu-sec .invisMenu-sec-item .invisMenu-sec-item-box a {
                font-weight: normal; }
            .head .head-body .invisMenu > ul .invisMenu-sec .invisMenu-sec-item:first-child {
              padding-top: 10px; }
            .head .head-body .invisMenu > ul .invisMenu-sec .invisMenu-sec-item:last-child {
              border-bottom: none; }
        .head .head-body .invisMenu > ul .invisMenu-thi {
          width: 100%;
          display: none; }
          .head .head-body .invisMenu > ul .invisMenu-thi .invisMenu-thi-item {
            padding-bottom: 10px; }
            .head .head-body .invisMenu > ul .invisMenu-thi .invisMenu-thi-item .invisMenu-thi-item-box {
              padding-bottom: 10px;
              border-bottom: solid 0.5px #c8c8c8;
              display: flex;
              justify-content: space-between; }
              .head .head-body .invisMenu > ul .invisMenu-thi .invisMenu-thi-item .invisMenu-thi-item-box a {
                width: 90%;
                font-weight: normal; }
            .head .head-body .invisMenu > ul .invisMenu-thi .invisMenu-thi-item:first-child {
              padding-top: 10px; }
  .head .head-body2 {
    padding-top: 5px; }

.head2 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  border-bottom: solid 1px #eee; }

/* 底部 */
.foot {
  position: relative;
  background-color: #f2f2f2; }
  .foot .foot-body {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 1px 0; }
    .foot .foot-body .foot-main {
      margin: 50px 0;
      display: flex;
      justify-content: space-between;
      align-items: flex-start; }
      .foot .foot-body .foot-main .foot-main-line {
        width: 32%; }
      .foot .foot-body .foot-main .foot-main-title {
        font-size: 20px;
        color: #333; }
      .foot .foot-body .foot-main .foot-main-title2 {
        margin-top: 70px; }
      .foot .foot-body .foot-main .foot-main-title3 {
        margin-top: 85px; }
      .foot .foot-body .foot-main .foot-main-list {
        margin-top: 20px; }
        .foot .foot-body .foot-main .foot-main-list .foot-main-item {
          margin-top: 15px;
          cursor: pointer; }
          .foot .foot-body .foot-main .foot-main-list .foot-main-item a {
            font-size: 16px;
            color: #777; }
            .foot .foot-body .foot-main .foot-main-list .foot-main-item a:hover {
              color: #014099; }
          .foot .foot-body .foot-main .foot-main-list .foot-main-item:first-child {
            margin-top: 0; }
      .foot .foot-body .foot-main .foot-main-list2 {
        margin-left: 20px;
        margin-top: 10px;
        display: none; }
        .foot .foot-body .foot-main .foot-main-list2 .foot-main-item2 {
          margin-top: 10px; }
          .foot .foot-body .foot-main .foot-main-list2 .foot-main-item2 a {
            font-size: 15px;
            color: #777;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            overflow: hidden; }
          .foot .foot-body .foot-main .foot-main-list2 .foot-main-item2:first-child {
            margin-top: 0; }
      .foot .foot-body .foot-main .form {
        margin-top: 40px; }
        .foot .foot-body .foot-main .form .form-line {
          margin-top: 10px; }
          .foot .foot-body .foot-main .form .form-line .form-inp {
            width: 100%;
            border-bottom: solid 1px #dcdcdc;
            background: none;
            padding: 10px 0;
            font-size: 16px; }
            .foot .foot-body .foot-main .form .form-line .form-inp::-webkit-input-placeholder {
              color: #999; }
          .foot .foot-body .foot-main .form .form-line .form-code {
            width: 50%; }
          .foot .foot-body .foot-main .form .form-line .foot-body-left-codeImg {
            display: inline-block;
            vertical-align: top; }
          .foot .foot-body .foot-main .form .form-line .form-sub {
            width: 200px;
            padding: 10px 0;
            background-color: #014099;
            font-size: 18px;
            color: #fff;
            cursor: pointer; }
            .foot .foot-body .foot-main .form .form-line .form-sub:hover {
              -webkit-filter: saturate(2);
              filter: saturate(2); }
        .foot .foot-body .foot-main .form .form-line2 {
          margin-top: 30px; }
      .foot .foot-body .foot-main .foot-cont {
        margin-top: 30px; }
        .foot .foot-body .foot-main .foot-cont .foot-cont-item {
          font-size: 20px;
          color: #999;
          margin-right: 20px; }
          .foot .foot-body .foot-main .foot-cont .foot-cont-item:hover {
            color: #014099; }
          .foot .foot-body .foot-main .foot-cont .foot-cont-item:last-child {
            margin-right: 0; }
    .foot .foot-body .foot-bot {
      margin-bottom: 30px;
      position: relative; }
      .foot .foot-body .foot-bot p {
        font-size: 14px;
        color: #888; }

/* 面包屑 */
.bread {
  padding: 15px 0;
  background-color: #dcdcdc;
  position: relative; }
  .bread ul {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
    font-size: 14px; }
    .bread ul .bread-item {
      font-size: 14px;
      color: #666; }
      .bread ul .bread-item:hover {
        color: #014099; }
    .bread ul a {
      font-size: 14px;
      color: #666; }
      .bread ul a:hover {
        color: #014099; }

/* 3种方式 */
.threeways {
  padding: 70px 0;
  background-color: #eeeeee;
  position: relative; }
  .threeways .threeways-body {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto; }
    .threeways .threeways-body h1 {
      font-size: 36px;
      color: #014099; }
    .threeways .threeways-body > P {
      font-size: 24px;
      color: #014099;
      margin-top: 20px; }
    .threeways .threeways-body .threeways-list {
      margin-top: 30px;
      display: flex;
      justify-content: space-between; }
      .threeways .threeways-body .threeways-list .threeways-item {
        width: 32%;
        padding-bottom: 15px;
        background-color: #fff; }
        .threeways .threeways-body .threeways-list .threeways-item .threeways-item-img {
          width: 100%; }
          .threeways .threeways-body .threeways-list .threeways-item .threeways-item-img img {
            width: 100%; }
        .threeways .threeways-body .threeways-list .threeways-item .threeways-item-title {
          font-size: 20px;
          color: #333;
          margin: 0 20px;
          margin-top: 25px; }
          .threeways .threeways-body .threeways-list .threeways-item .threeways-item-title span {
            font-size: 20px; }
        .threeways .threeways-body .threeways-list .threeways-item .threeways-item-words {
          font-size: 16px;
          color: #888;
          margin: 0 20px;
          margin-top: 10px;
          min-height: 42px;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          overflow: hidden; }
        .threeways .threeways-body .threeways-list .threeways-item .threeways-item-link {
          font-size: 16px;
          color: #014099;
          display: inline-block;
          width: 180px;
          margin-left: 20px;
          margin-top: 25px;
          text-align: center;
          border: solid 2px #014099;
          padding: 10px 0; }
          .threeways .threeways-body .threeways-list .threeways-item .threeways-item-link:hover {
            background-color: #014099;
            border: solid 2px transparent;
            color: #fff; }

/* 相关产品 */
.abpro {
  background-color: #333;
  padding: 70px 0;
  position: relative; }
  .abpro .abpro-body {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto; }
    .abpro .abpro-body .abpro-body-top {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: flex-end; }
      .abpro .abpro-body .abpro-body-top .abpro-body-title {
        font-size: 36px;
        color: #fefeff; }
      .abpro .abpro-body .abpro-body-top .abpro-body-more {
        font-size: 16px;
        color: #888;
        cursor: pointer; }
        .abpro .abpro-body .abpro-body-top .abpro-body-more:hover {
          color: #fff; }
    .abpro .abpro-body .abpro-main {
      margin-top: 40px; }
      .abpro .abpro-body .abpro-main .abpro-main-img {
        width: 100%;
        cursor: pointer;
        font-size: 0; }
        .abpro .abpro-body .abpro-main .abpro-main-img img {
          width: 100%; }
        .abpro .abpro-body .abpro-main .abpro-main-img video {
          width: 100%; }

/* 联系方式 */
.lianluo {
  width: 95%;
  max-width: 1200px;
  margin: 70px auto;
  position: relative;
  display: flex;
  justify-content: center; }
  .lianluo .lianluo-item {
    width: 48%;
    text-align: center; }
    .lianluo .lianluo-item .lianluo-icon i {
      font-size: 50px;
      color: #969696; }
    .lianluo .lianluo-item .lianluo-title {
      font-size: 20px;
      margin-top: 30px; }
    .lianluo .lianluo-item .lianluo-time {
      font-size: 18px;
      margin-top: 25px; }
    .lianluo .lianluo-item .lianluo-num {
      font-size: 30px;
      font-weight: bold;
      margin-top: 10px; }
    .lianluo .lianluo-item .lianluo-num2 {
      margin-top: 30px; }
    .lianluo .lianluo-item .lianluo-lang {
      font-size: 14px;
      color: #888;
      margin-top: 10px; }
      .lianluo .lianluo-item .lianluo-lang:last-child {
        margin-top: 0; }
    .lianluo .lianluo-item .lianluo-link {
      font-size: 18px;
      color: #014099;
      display: inline-block;
      width: 200px;
      text-align: center;
      border: solid 2px #014099;
      border-radius: 5px;
      padding: 8px 0;
      margin-top: 40px; }
      .lianluo .lianluo-item .lianluo-link:hover {
        background-color: #014099;
        border: solid 2px transparent;
        color: #fff; }

/* 首页 */
.index-ban {
  position: relative; }
  .index-ban .index-ban-item-body {
    width: 95%;
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center; }
    .index-ban .index-ban-item-body .index-ban-item-box .index-ban-item-box-img {
      text-align: center; }
    .index-ban .index-ban-item-body .index-ban-item-box .index-ban-item-box-title {
      font-size: 30px;
      color: #fff;
      margin-top: 100px;
      text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7); }
    .index-ban .index-ban-item-body .index-ban-item-box .index-ban-item-box-title2 {
      font-size: 48px;
      font-weight: bold;
      color: #fff;
      text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7); }
    .index-ban .index-ban-item-body .index-ban-item-box .index-ban-item-box-link {
      display: inline-block;
      width: 220px;
      text-align: center;
      font-size: 16px;
      padding: 10px 0;
      background-color: #014099;
      margin-top: 90px; }
      .index-ban .index-ban-item-body .index-ban-item-box .index-ban-item-box-link:hover {
        -webkit-filter: saturate(2);
        filter: saturate(2); }
  .index-ban .index-ban-item-body2 {
    align-items: flex-start;
    text-align: start; }

.index {
  width: 95%;
  max-width: 1200px;
  margin: 65px auto;
  position: relative; }
  .index .index-title {
    font-size: 33px;
    color: #333; }
  .index .index-pro ul {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap; }
    .index .index-pro ul .index-pro-item {
      width: 23.5%;
      margin-right: 2%; }
      .index .index-pro ul .index-pro-item:nth-child(4n) {
        margin-right: 0; }
      .index .index-pro ul .index-pro-item a {
        font-size: 16px;
        color: #777;
        text-transform: capitalize;
        line-height: 35px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden; }
        .index .index-pro ul .index-pro-item a:hover {
          color: #014099; }
  .index .index-mark {
    margin-top: 60px; }
    .index .index-mark ul {
      display: flex;
      flex-wrap: wrap; }
      .index .index-mark ul .index-mark-item {
        width: 23.5%;
        margin-right: 2%;
        margin-top: 40px;
        position: relative; }
        .index .index-mark ul .index-mark-item .index-mark-item-img {
          font-size: 0;
          position: relative;
          width: 100%;
          overflow: hidden; }
          .index .index-mark ul .index-mark-item .index-mark-item-img img {
            width: 100%; }
          .index .index-mark ul .index-mark-item .index-mark-item-img p {
            font-size: 28px;
            text-align: right;
            text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.5);
            color: #fff;
            position: absolute;
            bottom: 15px;
            right: 10px; }
        .index .index-mark ul .index-mark-item .index-mark-item-words {
          font-size: 15px;
          color: #333;
          line-height: 24px;
          margin-top: 20px; }
        .index .index-mark ul .index-mark-item a {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0; }
        .index .index-mark ul .index-mark-item:nth-child(4n) {
          margin-right: 0; }
  .index .index-news {
    margin-top: 60px;
    position: relative; }
    .index .index-news .index-news-body {
      margin-top: 40px; }
      .index .index-news .index-news-body .index-news-item {
        display: block; }
        .index .index-news .index-news-body .index-news-item .index-news-title {
          font-size: 24px;
          color: #333;
          min-height: 62px;
          word-break: break-all;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          overflow: hidden; }
        .index .index-news .index-news-body .index-news-item .index-news-info {
          font-size: 15px;
          color: #888;
          line-height: 24px;
          margin-top: 20px;
          color: #333;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 3;
          overflow: hidden; }
        .index .index-news .index-news-body .index-news-item .index-news-date {
          font-size: 16px;
          color: #888;
          margin-top: 20px; }
    .index .index-news .swiper-pagination {
      position: static;
      float: right;
      margin-top: 40px; }
      .index .index-news .swiper-pagination .swiper-pagination-bullet {
        width: 80px;
        height: 5px;
        border-radius: 0;
        margin: 0 5px; }
      .index .index-news .swiper-pagination .swiper-pagination-bullet-active {
        background-color: #014099; }
    .index .index-news .index-news-list {
      margin-top: 30px; }
      .index .index-news .index-news-list .index-news-item {
        display: flex;
        justify-content: space-between;
        margin-top: 10px; }
        .index .index-news .index-news-list .index-news-item .index-news-item-date {
          font-size: 16px;
          font-weight: bold;
          color: #020202; }
        .index .index-news .index-news-list .index-news-item .index-news-item-topics {
          font-size: 16px;
          color: #fff;
          background-color: #999;
          padding: 0 3px; }
        .index .index-news .index-news-list .index-news-item .index-news-item-title {
          width: 75%;
          font-size: 16px;
          color: #333; }
          .index .index-news .index-news-list .index-news-item .index-news-item-title:hover {
            color: #014099;
            text-decoration: underline; }
        .index .index-news .index-news-list .index-news-item:first-child {
          margin-top: 0; }
    .index .index-news .index-news-btn {
      margin-top: 30px;
      display: flex;
      justify-content: flex-end; }
      .index .index-news .index-news-btn a {
        font-size: 16px;
        color: #333; }
        .index .index-news .index-news-btn a:hover {
          text-decoration: underline; }
  .index .index-sup {
    margin-top: 60px; }
    .index .index-sup .index-sup-word {
      font-size: 17px;
      color: #333;
      margin-top: 15px; }
    .index .index-sup .index-sup-list {
      margin-top: 30px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around; }
      .index .index-sup .index-sup-list .index-sup-item {
        width: 40%;
        font-size: 18px;
        color: #333;
        text-align: center; }
        .index .index-sup .index-sup-list .index-sup-item .index-sup-item-img {
          font-size: 0; }
        .index .index-sup .index-sup-list .index-sup-item .index-sup-item-name {
          margin-top: 10px; }

.index-about {
  width: 100%;
  height: 520px;
  background: url(../img/index/index1.jpg) no-repeat;
  background-size: cover;
  background-position: right center;
  position: relative; }
  .index-about .index-about-bg {
    width: 65%;
    height: 100%;
    background-color: rgba(1, 64, 153, 0.8);
    position: absolute;
    top: 0;
    left: 0; }
  .index-about .index-about-body {
    width: 95%;
    height: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative; }
    .index-about .index-about-body .index-about-body-box {
      width: 60%;
      color: #fff; }
      .index-about .index-about-body .index-about-body-box h1 {
        font-size: 48px;
        font-style: italic; }
      .index-about .index-about-body .index-about-body-box p {
        font-size: 16px;
        margin-top: 30px;
        line-height: 26px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 8;
        overflow: hidden; }
      .index-about .index-about-body .index-about-body-box a {
        font-size: 16px;
        margin-top: 50px;
        float: right; }

/* 主体部分 */
.main {
  width: 95%;
  max-width: 1200px;
  margin: 60px auto; }
  .main .main-title {
    font-size: 48px;
    color: #333; }
  .main .main-body {
    margin-top: 40px;
    display: flex;
    justify-content: space-between; }
    .main .main-body .main-body-img {
      width: 50%; }
      .main .main-body .main-body-img img {
        width: 100%; }
    .main .main-body .main-body-info {
      width: 49%;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .main .main-body .main-body-info .main-body-info-box {
        margin-top: 25px; }
      .main .main-body .main-body-info .main-body-info-title {
        font-size: 20px;
        color: #333; }
      .main .main-body .main-body-info .main-body-info-item {
        margin-top: 10px;
        font-size: 15px;
        color: #888; }
      .main .main-body .main-body-info .main-body-info-note {
        margin-top: 20px; }
      .main .main-body .main-body-info .main-body-info-note2 {
        margin-top: 10px; }
      .main .main-body .main-body-info a {
        display: inline-block;
        width: 220px;
        padding: 15px 0;
        background-color: #014099;
        text-align: center;
        position: relative;
        font-size: 16px;
        color: #fff; }
        .main .main-body .main-body-info a i {
          position: absolute;
          left: 15px;
          top: 18px; }
        .main .main-body .main-body-info a:hover {
          -webkit-filter: saturate(2);
          filter: saturate(2); }
      .main .main-body .main-body-info .main-body-info-link {
        margin-top: 20px; }
  .main .main-body-title {
    font-size: 24px;
    color: #333; }
  .main .main-body-title2 {
    margin-top: 20px; }
  .main .main-body-wrods {
    font-size: 17px;
    color: #333;
    margin-top: 10px; }
  .main .main-body-wrods-1 {
    color: #333; }
  .main .main-body-wrods2 {
    margin-top: 20px; }
  .main .main-img {
    margin-top: 60px;
    display: flex;
    justify-content: space-between; }
    .main .main-img .main-img-i {
      width: 49%; }
      .main .main-img .main-img-i img {
        width: 100%; }
    .main .main-img .main-img-i-s1 {
      width: 67%; }
    .main .main-img .main-img-i-s2 {
      width: 30%; }
  .main .fry {
    margin-top: 60px;
    display: flex;
    justify-content: space-between; }
    .main .fry .fry-img {
      width: 50%; }
      .main .fry .fry-img img {
        width: 100%; }
    .main .fry .fry-info {
      width: 49%; }
      .main .fry .fry-info ol {
        margin-top: 45px; }
        .main .fry .fry-info ol .fry-info-item {
          margin-top: 30px; }
          .main .fry .fry-info ol .fry-info-item .fry-info-list {
            margin-top: 10px; }
      .main .fry .fry-info .fry-info-list2 {
        margin-top: 40px; }
      .main .fry .fry-info .fry-info-words2 {
        margin-top: 10px; }
      .main .fry .fry-info .fry-info-wordsbetit {
        margin-top: 20px; }
      .main .fry .fry-info .fry-info-box {
        margin-top: 40px; }
  .main .techtitle {
    margin-top: 60px; }
    .main .techtitle .tech-title {
      font-size: 28px;
      color: #014099;
      line-height: 45px; }
  .main .tech {
    margin-top: 60px;
    display: flex;
    justify-content: space-between; }
    .main .tech .tech-info {
      width: 49%; }
      .main .tech .tech-info .tech-info-sectit {
        font-size: 18px;
        color: #888;
        margin-top: 20px; }
      .main .tech .tech-info ul {
        margin-top: 45px; }
        .main .tech .tech-info ul .tech-info-item {
          margin-top: 3px; }
          .main .tech .tech-info ul .tech-info-item .tech-info-word {
            margin-top: 10px; }
          .main .tech .tech-info ul .tech-info-item:first-child {
            margin-top: 0; }
    .main .tech .tech-img {
      width: 50%; }
      .main .tech .tech-img img {
        width: 100%; }
  .main .ripe {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .main .ripe .ripe-info {
      width: 49%; }
      .main .ripe .ripe-info .ripe-info-words {
        margin-top: 8px; }
    .main .ripe .ripe-info2 {
      margin: 0 15px; }
    .main .ripe .ripe-img {
      width: 50%; }
      .main .ripe .ripe-img img {
        width: 100%; }
  .main .freeze {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .main .freeze .freeze-info {
      width: 49%; }
    .main .freeze .freeze-info2 {
      width: 55%; }
    .main .freeze .freeze-info3 {
      width: 70%; }
    .main .freeze .freeze-img {
      width: 50%;
      font-size: 0; }
      .main .freeze .freeze-img img {
        width: 100%; }
    .main .freeze .freeze-img2 {
      width: 40%; }
    .main .freeze .freeze-img3 {
      width: 28%; }
      .main .freeze .freeze-img3 img {
        width: auto; }
  .main .freeze2 {
    margin-top: 60px; }
    .main .freeze2 ul {
      margin-top: 30px; }
      .main .freeze2 ul li {
        margin-top: 30px; }
        .main .freeze2 ul li:first-child {
          margin-top: 0; }
      .main .freeze2 ul .freeze2-words {
        margin-left: 2em;
        margin-top: 10px; }
  .main .freeze3 {
    margin-top: 60px;
    display: flex;
    justify-content: space-between; }
    .main .freeze3 .freeze3-img {
      width: 50%;
      font-size: 0; }
      .main .freeze3 .freeze3-img img {
        width: 100%; }
    .main .freeze3 .freeze3-info {
      width: 49%; }
      .main .freeze3 .freeze3-info .freeze3-info-item {
        display: flex;
        line-height: 30px; }
        .main .freeze3 .freeze3-info .freeze3-info-item .freeze3-info-item-lab {
          color: #333;
          display: inline-block;
          min-width: 5em; }
  .main .freeze4 {
    margin-top: 100px;
    background-color: #eee; }
    .main .freeze4 .freeze4-info {
      width: 45%;
      padding: 0 20px 0 40px; }
      .main .freeze4 .freeze4-info .freeze4-info-words {
        margin-top: 20px; }
  .main .unfreeze {
    margin-top: 70px; }
    .main .unfreeze .unfreeze-item {
      margin-top: 60px; }
      .main .unfreeze .unfreeze-item .unfreeze-title {
        display: flex;
        flex-wrap: wrap;
        align-items: center; }
        .main .unfreeze .unfreeze-item .unfreeze-title .unfreeze-num {
          font-size: 48px;
          margin-right: 10px; }
      .main .unfreeze .unfreeze-item .unfreeze-title2 {
        color: #0b5fb8;
        padding-bottom: 20px;
        border-bottom: solid 4px #0b5fb8; }
      .main .unfreeze .unfreeze-item .unfreeze-item-list {
        margin-top: 30px; }
        .main .unfreeze .unfreeze-item .unfreeze-item-list .unfreeze-item-list-i {
          margin-top: 10px; }
          .main .unfreeze .unfreeze-item .unfreeze-item-list .unfreeze-item-list-i:first-child {
            margin-top: 0; }
      .main .unfreeze .unfreeze-item .unfreeze-item-img {
        display: flex;
        justify-content: space-around;
        margin-top: 30px; }
        .main .unfreeze .unfreeze-item .unfreeze-item-img .unfreeze-item-img-i {
          width: 47%; }
          .main .unfreeze .unfreeze-item .unfreeze-item-img .unfreeze-item-img-i img {
            width: 100%; }
          .main .unfreeze .unfreeze-item .unfreeze-item-img .unfreeze-item-img-i p {
            font-size: 19px;
            text-align: center;
            margin-top: 10px; }
      .main .unfreeze .unfreeze-item .unfreeze-item-body {
        display: flex;
        justify-content: space-between;
        margin-top: 30px; }
        .main .unfreeze .unfreeze-item .unfreeze-item-body .unfreeze-item-body-info {
          width: 40%;
          color: #333; }
          .main .unfreeze .unfreeze-item .unfreeze-item-body .unfreeze-item-body-info .unfreeze-item-body-info-1 {
            font-size: 18px;
            margin-top: 30px; }
          .main .unfreeze .unfreeze-item .unfreeze-item-body .unfreeze-item-body-info .unfreeze-item-body-info-2 {
            font-size: 24px;
            margin-top: 30px; }
          .main .unfreeze .unfreeze-item .unfreeze-item-body .unfreeze-item-body-info .unfreeze-item-body-info-3 {
            font-size: 16px;
            margin-top: 15px; }
        .main .unfreeze .unfreeze-item .unfreeze-item-body .unfreeze-item-body-img {
          width: 50%; }
          .main .unfreeze .unfreeze-item .unfreeze-item-body .unfreeze-item-body-img img {
            width: 100%; }
      .main .unfreeze .unfreeze-item:first-child {
        margin-top: 0; }
  .main .unfreeze2 .unfreeze2-body {
    display: flex;
    justify-content: space-between;
    margin-top: 30px; }
    .main .unfreeze2 .unfreeze2-body ul {
      width: 58%;
      margin-top: 0; }
    .main .unfreeze2 .unfreeze2-body .unfreeze2-body-img {
      width: 40%; }
      .main .unfreeze2 .unfreeze2-body .unfreeze2-body-img .unfreeze2-body-img-item {
        margin-top: 20px; }
        .main .unfreeze2 .unfreeze2-body .unfreeze2-body-img .unfreeze2-body-img-item img {
          width: 100%; }
        .main .unfreeze2 .unfreeze2-body .unfreeze2-body-img .unfreeze2-body-img-item:first-child {
          margin-top: 0; }
  .main .unfreeze3 {
    display: flex;
    justify-content: space-between;
    margin-top: 80px; }
    .main .unfreeze3 .unfreeze3-img {
      width: 50%; }
      .main .unfreeze3 .unfreeze3-img .unfreeze3-img-i {
        width: 100%;
        height: 350px;
        margin-top: 20px; }
        .main .unfreeze3 .unfreeze3-img .unfreeze3-img-i img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center; }
        .main .unfreeze3 .unfreeze3-img .unfreeze3-img-i .unfreeze3-img-i-ifra {
          width: 100%;
          height: 100%; }
        .main .unfreeze3 .unfreeze3-img .unfreeze3-img-i:first-child {
          margin-top: 0; }
    .main .unfreeze3 .unfreeze3-list {
      width: 49%; }
      .main .unfreeze3 .unfreeze3-list .unfreeze3-item {
        margin-top: 40px; }
        .main .unfreeze3 .unfreeze3-list .unfreeze3-item .unfreeze3-item-words {
          color: #666;
          margin-top: 10px; }
        .main .unfreeze3 .unfreeze3-list .unfreeze3-item:first-child {
          margin-top: 0; }
  .main .fresh {
    margin-top: 60px; }
    .main .fresh .fresh-body {
      margin-top: 40px; }
      .main .fresh .fresh-body .fresh-body-item {
        display: flex;
        justify-content: space-between;
        margin-top: 60px; }
        .main .fresh .fresh-body .fresh-body-item .fresh-body-item-img {
          width: 50%; }
          .main .fresh .fresh-body .fresh-body-item .fresh-body-item-img img {
            width: 100%; }
        .main .fresh .fresh-body .fresh-body-item .fresh-body-item-info {
          width: 45%; }
          .main .fresh .fresh-body .fresh-body-item .fresh-body-item-info ul {
            margin-left: 20px;
            margin-top: 25px; }
        .main .fresh .fresh-body .fresh-body-item:first-child {
          margin-top: 0; }
  .main .fresh2 {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .main .fresh2 .fresh2-img {
      width: 20%; }
      .main .fresh2 .fresh2-img .fresh2-img-item {
        font-size: 0;
        margin-top: 20px; }
        .main .fresh2 .fresh2-img .fresh2-img-item img {
          width: 100%; }
        .main .fresh2 .fresh2-img .fresh2-img-item:first-child {
          margin-top: 0; }
    .main .fresh2 .fresh2-img2 {
      margin-top: 30px;
      font-size: 0; }
      .main .fresh2 .fresh2-img2 img {
        width: 100%; }
    .main .fresh2 .fresh2-img-1 {
      width: 25%; }
      .main .fresh2 .fresh2-img-1 .fresh2-img-item {
        margin-top: 100px; }
        .main .fresh2 .fresh2-img-1 .fresh2-img-item:first-child {
          margin-top: 0; }
    .main .fresh2 .freeze2 {
      margin-top: 0;
      width: 75%; }
    .main .fresh2 .freeze2-1 {
      width: 70%; }
  .main .fresh3 {
    margin-top: 60px; }
    .main .fresh3 .fresh3-title {
      font-size: 25px;
      padding: 0 30px;
      padding-bottom: 10px;
      border-bottom: solid 5px #1367BC; }
      .main .fresh3 .fresh3-title span {
        font-size: 38px;
        color: #1367BC;
        margin-right: 10px; }
    .main .fresh3 .fresh3-words {
      margin: 0 30px;
      margin-top: 20px;
      font-size: 17px;
      line-height: 30px; }
      .main .fresh3 .fresh3-words span {
        font-size: 24px; }
    .main .fresh3 .fresh3-words2 {
      font-size: 22px;
      line-height: 39px; }
    .main .fresh3 .fresh3-words3 {
      font-size: 35px;
      margin: 0 50px;
      margin-top: 20px;
      color: #1367BC; }
    .main .fresh3 .fresh3-mainimg {
      margin-top: 20px;
      font-size: 0;
      text-align: center; }
    .main .fresh3 .fresh3-main {
      margin-top: 30px;
      display: flex;
      justify-content: space-around;
      align-items: center; }
      .main .fresh3 .fresh3-main .fresh3-main-img {
        width: 45%;
        font-size: 0; }
        .main .fresh3 .fresh3-main .fresh3-main-img img {
          width: 100%; }
      .main .fresh3 .fresh3-main .fresh3-main-box {
        width: 45%; }
        .main .fresh3 .fresh3-main .fresh3-main-box .fresh3-main-box-img {
          font-size: 0;
          text-align: center;
          margin-bottom: 10px;
          position: relative; }
          .main .fresh3 .fresh3-main .fresh3-main-box .fresh3-main-box-img img {
            width: 70%; }
          .main .fresh3 .fresh3-main .fresh3-main-box .fresh3-main-box-img p {
            font-size: 14px;
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0; }
        .main .fresh3 .fresh3-main .fresh3-main-box p {
          font-size: 14px;
          line-height: 25px;
          color: #333; }
      .main .fresh3 .fresh3-main .fresh3-main-img2 {
        width: 35%;
        font-size: 0; }
      .main .fresh3 .fresh3-main .fresh3-main-info {
        width: 50%; }
        .main .fresh3 .fresh3-main .fresh3-main-info .fresh3-main-info-words {
          font-size: 25px;
          color: #333;
          line-height: 44px; }
        .main .fresh3 .fresh3-main .fresh3-main-info .fresh3-main-info-note {
          font-size: 30px;
          font-weight: bold;
          color: #1367BC;
          line-height: 50px;
          margin-top: 20px; }
  .main .container {
    margin-top: 60px; }
    .main .container .container-words {
      margin-top: 15px; }
  .main .catering {
    margin-top: 70px; }
    .main .catering .catering-wrods {
      margin-top: 20px; }
  .main .refH {
    margin-top: 60px; }
    .main .refH .refH-box {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .main .refH .refH-box .refH-box-info {
        width: 45%;
        margin: 0 2%; }
      .main .refH .refH-box .refH-box-img {
        width: 50%; }
        .main .refH .refH-box .refH-box-img img {
          width: 100%; }
  .main .refH-img {
    width: 50%;
    text-align: center; }
  .main .fish {
    margin-top: 80px; }
    .main .fish .fish-body {
      margin-top: 30px; }
      .main .fish .fish-body .fish-body-info .fish-body-info-words {
        color: #888;
        margin-top: 10px; }
        .main .fish .fish-body .fish-body-info .fish-body-info-words:first-child {
          margin-top: 0; }
      .main .fish .fish-body .fish-body-img {
        text-align: center;
        margin-top: 15px; }
  .main .health .health-body {
    display: flex;
    justify-content: space-between;
    margin-top: 30px; }
    .main .health .health-body .health-body-img {
      width: 50%; }
      .main .health .health-body .health-body-img .health-body-img-i {
        margin-top: 20px; }
        .main .health .health-body .health-body-img .health-body-img-i img {
          width: 100%; }
        .main .health .health-body .health-body-img .health-body-img-i:first-child {
          margin-top: 0; }
    .main .health .health-body .health-info {
      width: 49%; }
      .main .health .health-body .health-info .health-info-item {
        margin-top: 50px; }
        .main .health .health-body .health-info .health-info-item:first-child {
          margin-top: 0; }
  .main .health2 .health2-list {
    margin-top: 30px; }
    .main .health2 .health2-list ul {
      margin-top: 20px; }
  .main .main-freshwater {
    margin-top: 20px; }
    .main .main-freshwater .main-freshwater-img {
      font-size: 0;
      text-align: center;
      margin-top: 40px; }
      .main .main-freshwater .main-freshwater-img:first-child {
        margin-top: 0; }
  .main .grow-topimg {
    margin-top: 40px; }
  .main .grow {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; }
    .main .grow .grow-info {
      width: 45%; }
      .main .grow .grow-info .grow-info-words {
        font-size: 18px;
        color: #333;
        line-height: 30px;
        margin-top: 10px; }
        .main .grow .grow-info .grow-info-words:first-child {
          margin-top: 0; }
    .main .grow .grow-img {
      width: 50%;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .main .grow .grow-img .grow-img-i {
        font-size: 0;
        width: 49%; }
  .main .fishboat-imglist {
    margin-top: 60px; }
    .main .fishboat-imglist .fishboat-imglist-img {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: flex-start; }
      .main .fishboat-imglist .fishboat-imglist-img .fishboat-imglist-img-i {
        width: 48%;
        font-size: 0; }
        .main .fishboat-imglist .fishboat-imglist-img .fishboat-imglist-img-i > img {
          width: 100%; }
        .main .fishboat-imglist .fishboat-imglist-img .fishboat-imglist-img-i .fishboat-imglist-img-i-name {
          font-size: 25px;
          text-align: center;
          color: #333;
          margin-top: 30px;
          display: none; }
        .main .fishboat-imglist .fishboat-imglist-img .fishboat-imglist-img-i .fishboat-imglist-img-i-logo {
          text-align: center;
          margin-top: 30px;
          display: none; }
    .main .fishboat-imglist .fishboat-imglist-name {
      margin-top: 40px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center; }
      .main .fishboat-imglist .fishboat-imglist-name .fishboat-imglist-name-p {
        width: 48%;
        font-size: 25px;
        text-align: center;
        color: #333; }
      .main .fishboat-imglist .fishboat-imglist-name .fishboat-imglist-name-logo {
        font-size: 0;
        text-align: center;
        width: 48%; }
  .main .fishboat {
    margin-top: 60px; }
    .main .fishboat .fishboat-title {
      font-size: 36px;
      color: #333; }
  .main .zoomChange {
    width: 50%;
    margin: 0 auto;
    margin-top: 60px;
    text-align: center; }
    .main .zoomChange img {
      max-width: 70%;
      cursor: pointer;
      border: solid 1px #dcdcdc; }
  .main .zoomChange2 {
    width: 100%; }
  .main .zoomShow {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 8;
    background-color: rgba(0, 0, 0, 0.3);
    display: none; }
    .main .zoomShow img {
      max-width: 90%; }
  .main .zoomShow2 {
    display: flex;
    justify-content: center;
    align-items: center; }

.beauty {
  padding: 70px 0;
  background-color: #f2f2f2; }
  .beauty .beauty-body {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
    background-color: #fff;
    display: flex;
    justify-content: space-between; }
    .beauty .beauty-body .beauty-info {
      width: 49%; }
      .beauty .beauty-body .beauty-info .beauty-info-words {
        margin-top: 30px;
        margin-left: 20px; }
    .beauty .beauty-body .beauty-img {
      width: 50%; }
      .beauty .beauty-body .beauty-img img {
        width: 100%; }

.info-title {
  font-size: 36px;
  color: #333; }

.info-title-1 {
  margin-top: 40px; }

.info-title2 {
  font-size: 30px;
  color: #333; }

.info-titlesec {
  font-size: 24px;
  color: #333; }

.info-item-title {
  font-size: 20px;
  color: #333; }

.info-words {
  font-size: 15px;
  color: #888;
  line-height: 25px; }

.info-words-1 {
  margin-top: 15px; }

.info-words-2 {
  margin-top: 25px; }

.info-words-3 {
  margin-top: 5px; }

.info-words2 {
  font-size: 18px;
  color: #333;
  line-height: 28px; }

.info-words2-1 {
  margin-top: 10px; }

.info-words2-2 {
  margin-top: 30px; }

.info-words-bold {
  font-weight: bold;
  color: #333; }

/* 公司信息 */
/* 公司横幅图 */
.companyBan-contact {
  background-image: url(../img/company/contact.jpg); }

.companyBan-about {
  background-image: url(../img/company/about.jpg); }

.company-history {
  background-image: url(../img/company/history.jpg); }

.company-news {
  background-image: url(../img/company/news.jpg); }

.companyBan {
  width: 100%;
  height: 450px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .companyBan .companyBan-body {
    width: 95%;
    height: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end; }
    .companyBan .companyBan-body p {
      width: 450px;
      font-size: 48px;
      text-align: center;
      padding: 70px 0;
      color: #fffefe;
      margin-bottom: 40px;
      background: linear-gradient(90deg, rgba(1, 64, 153, 0.8) 0%, rgba(66, 176, 192, 0.8) 100%); }

/* 关于我们 */
.company-about {
  width: 95%;
  max-width: 1200px;
  margin: 75px auto; }
  .company-about .company-about-main {
    margin-top: 40px;
    padding-bottom: 70px;
    border-bottom: solid 1px #dcdcdc;
    color: #333; }
    .company-about .company-about-main .company-about-main-title {
      font-size: 30px; }
    .company-about .company-about-main ul {
      margin-top: 30px; }
      .company-about .company-about-main ul li {
        font-size: 18px;
        line-height: 35px; }
  .company-about .company-about-base {
    width: 350px;
    margin-top: 40px; }
    .company-about .company-about-base .company-about-base-item {
      display: flex;
      justify-content: space-between;
      align-items: flex-start; }
      .company-about .company-about-base .company-about-base-item span {
        font-size: 18px;
        color: #333;
        line-height: 35px; }
      .company-about .company-about-base .company-about-base-item .company-about-base-item-words {
        width: 70%; }
  .company-about .company-contact-line {
    margin-top: 40px;
    color: #333; }
    .company-about .company-contact-line .company-contact-words {
      font-size: 18px;
      line-height: 30px;
      margin-top: 2px; }
      .company-about .company-contact-line .company-contact-words:first-child {
        margin-top: 0; }
    .company-about .company-contact-line .company-contact-words1 {
      display: flex; }
      .company-about .company-contact-line .company-contact-words1 div {
        margin-left: 10px; }
    .company-about .company-contact-line .company-contact-label {
      font-size: 19px;
      font-weight: bold; }
    .company-about .company-contact-line:first-child {
      margin-top: 0; }
    .company-about .company-contact-line .company-contact-label2 {
      margin-right: 0;
      font-size: 22px; }
    .company-about .company-contact-line .company-contact-label3 {
      width: 85px; }
  .company-about .company-shop {
    display: flex;
    justify-content: space-between;
    margin-top: 40px; }
    .company-about .company-shop .company-shop-l {
      width: 48%; }
    .company-about .company-shop .company-shop-r {
      width: 48%;
      display: flex;
      justify-content: space-between; }
      .company-about .company-shop .company-shop-r div {
        font-size: 0;
        width: 48%; }

/* 联系我们 */
.contact {
  width: 95%;
  max-width: 1200px;
  margin: 70px auto; }
  .contact .contact-must {
    font-size: 16px;
    color: #ff0101; }
  .contact .contact-must2 {
    font-size: 18px; }
  .contact .contact-title {
    font-size: 36px;
    color: #333; }
  .contact .contact-note {
    margin-top: 20px;
    font-size: 16px;
    color: #888;
    line-height: 26px; }
  .contact form {
    margin-top: 40px;
    display: flex;
    flex-direction: column; }
    .contact form .contact-form-item {
      display: flex;
      align-items: center;
      margin-top: 10px; }
      .contact form .contact-form-item label {
        display: block;
        min-width: 360px;
        text-align: right;
        font-size: 18px;
        color: #333; }
      .contact form .contact-form-item input {
        display: block;
        width: 500px;
        font-size: 16px;
        color: #333;
        border: solid 1px #dcdcdc;
        padding: 10px 0;
        margin-left: 20px; }
      .contact form .contact-form-item select {
        min-width: 90px;
        margin-left: 20px;
        border: solid 1px #dcdcdc;
        padding: 10px 0;
        color: #333; }
      .contact form .contact-form-item:first-child {
        margin-top: 0; }
    .contact form .contact-form-item2 {
      align-items: flex-start; }
      .contact form .contact-form-item2 textarea {
        display: block;
        width: 500px;
        height: 150px;
        font-size: 16px;
        color: #333;
        border: solid 1px #dcdcdc;
        margin-left: 20px;
        resize: none; }
    .contact form .contact-form-btn {
      margin-top: 20px;
      text-align: center; }
      .contact form .contact-form-btn .contact-form-btn-sub {
        display: block;
        width: 200px;
        margin: 0 auto;
        font-size: 20px;
        color: #fff;
        background-color: #014099;
        padding: 10px 0;
        cursor: pointer; }
        .contact form .contact-form-btn .contact-form-btn-sub:hover {
          -webkit-filter: saturate(2);
          filter: saturate(2); }

/* 历史 */
.history {
  width: 95%;
  max-width: 1200px;
  margin: 80px auto; }
  .history .history-list {
    max-width: 630px;
    margin: 0 auto; }
    .history .history-list .history-item {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      margin-top: 30px; }
      .history .history-list .history-item .history-item-year {
        width: 15%;
        font-size: 36px;
        color: #c8c8c8;
        margin-top: -20px; }
      .history .history-list .history-item .history-item-month {
        width: 75%;
        padding-left: 40px;
        border-left: solid 1px #dcdcdc;
        position: relative; }
        .history .history-list .history-item .history-item-month ul .history-item-month-i {
          margin-top: 30px; }
          .history .history-list .history-item .history-item-month ul .history-item-month-i .history-item-month-i-title {
            font-size: 20px;
            color: #014099; }
          .history .history-list .history-item .history-item-month ul .history-item-month-i:first-child {
            margin-top: 0; }
        .history .history-list .history-item .history-item-month ul .history-item-month-i-info {
          font-size: 17px;
          color: #333;
          line-height: 27px;
          margin-top: 5px; }
        .history .history-list .history-item .history-item-month:before {
          content: '';
          width: 10px;
          height: 10px;
          background-color: #014099;
          border-radius: 5px;
          position: absolute;
          top: 0;
          left: -5px; }

/* 新闻和话题 */
.news-top-list {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: cneter; }
  .news-top-list .news-top-item {
    padding: 0 15px;
    border-right: solid 1px #464646; }
    .news-top-list .news-top-item a {
      font-size: 16px;
      line-height: 25px;
      color: #464646; }
      .news-top-list .news-top-item a:hover {
        color: #014099; }
    .news-top-list .news-top-item .newsthis {
      color: #014099; }
    .news-top-list .news-top-item:first-child {
      border-left: solid 1px #464646; }

.news {
  width: 95%;
  max-width: 1200px;
  margin: 80px auto; }
  .news .news-top .news-top-title {
    font-size: 30px;
    color: #464646;
    text-decoration: underline; }
  .news .news-list {
    margin-top: 30px; }
  .news .news-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 15px;
    position: relative; }
    .news .news-item .news-item-date {
      width: 11%;
      font-size: 18px;
      color: #333; }
    .news .news-item .news-item-mark {
      font-size: 15px;
      font-weight: bold;
      color: #014099; }
    .news .news-item .news-item-mark2 {
      color: #A67C52; }
    .news .news-item .news-item-info {
      width: 75%;
      font-size: 18px;
      color: #333;
      line-height: 28px; }
      .news .news-item .news-item-info:hover {
        color: #014099;
        text-decoration: underline; }
    .news .news-item .news-item-info2 {
      font-weight: bold; }
    .news .news-item:first-child {
      margin-top: 0; }

/* 新闻详情 */
.newsdetail {
  width: 95%;
  max-width: 1200px;
  margin: 80px auto;
  color: #333; }
  .newsdetail .news-back {
    display: inline-block;
    font-size: 18px;
    line-height: 25px;
    vertical-align: middle;
    color: #666;
    cursor: pointer;
    margin-top: 20px; }
    .newsdetail .news-back i {
      font-size: 22px;
      margin-right: 5px; }
    .newsdetail .news-back:hover {
      color: #333;
      text-decoration: underline; }
  .newsdetail .newsdetail-date {
    font-size: 20px;
    margin-top: 20px; }
  .newsdetail .newsdetail-title {
    text-align: center;
    font-size: 25px;
    line-height: 35px;
    margin-top: 50px; }
  .newsdetail .newsdetail-info {
    margin-top: 30px; }
    .newsdetail .newsdetail-info p {
      font-size: 17px;
      line-height: 32px; }
    .newsdetail .newsdetail-info a {
      color: #8a8a86; }
      .newsdetail .newsdetail-info a:hover {
        text-decoration: underline; }
  .newsdetail .newsdetail-img {
    margin-top: 50px; }
    .newsdetail .newsdetail-img > ul {
      margin: 0 auto;
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start; }
      .newsdetail .newsdetail-img > ul .newsdetail-img-item {
        width: 49%;
        margin-right: 2%;
        text-align: center;
        margin-bottom: 30px; }
        .newsdetail .newsdetail-img > ul .newsdetail-img-item .newsdetail-img-item-i {
          font-size: 0; }
        .newsdetail .newsdetail-img > ul .newsdetail-img-item p {
          font-size: 17px;
          color: #333;
          margin-top: 15px; }
        .newsdetail .newsdetail-img > ul .newsdetail-img-item:nth-child(2n) {
          margin-right: 0; }
      .newsdetail .newsdetail-img > ul .newsdetail-img-item2 {
        width: auto;
        margin-bottom: 0;
        margin-right: 0; }
    .newsdetail .newsdetail-img .newsdetail-img-list2 {
      justify-content: center; }
  .newsdetail .newsdetail-lunbo {
    margin-top: 40px; }
    .newsdetail .newsdetail-lunbo ul {
      display: flex;
      flex-wrap: wrap; }
      .newsdetail .newsdetail-lunbo ul .newsdetail-lunbo-item {
        width: 15.8%;
        margin-right: 1%;
        margin-bottom: 10px;
        cursor: pointer; }
        .newsdetail .newsdetail-lunbo ul .newsdetail-lunbo-item img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center; }
        .newsdetail .newsdetail-lunbo ul .newsdetail-lunbo-item:nth-child(6n) {
          margin-right: 0; }

/* 隐私政策 */
.privacy {
  width: 95%;
  max-width: 1200px;
  margin: 80px auto; }
  .privacy .privacy-title {
    font-size: 14px;
    color: #014099; }
  .privacy .privacy-box {
    margin-top: 30px;
    color: #333; }
    .privacy .privacy-box .privacy-box-title {
      font-size: 18px; }
    .privacy .privacy-box .privacy-box-words {
      font-size: 18px;
      line-height: 30px;
      margin-top: 10px; }

/* denban */
.denba-img {
  font-size: 0;
  position: relative; }
  .denba-img .denba-img-price {
    position: absolute;
    bottom: 10px;
    right: 20px;
    font-size: 30px;
    color: #fff; }

.denba-list .denba-item {
  padding: 60px 0; }
  .denba-list .denba-item .denba-item-body {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .denba-list .denba-item .denba-item-body .denba-item-body-info {
      width: 47%;
      color: #333; }
      .denba-list .denba-item .denba-item-body .denba-item-body-info .denba-item-body-title {
        font-size: 36px; }
      .denba-list .denba-item .denba-item-body .denba-item-body-info .denba-item-body-title2 {
        text-align: right; }
      .denba-list .denba-item .denba-item-body .denba-item-body-info .denba-item-body-words {
        width: 83%;
        margin-top: 25px;
        font-size: 16px;
        line-height: 30px; }
        .denba-list .denba-item .denba-item-body .denba-item-body-info .denba-item-body-words .denba-item-body-words-pri {
          text-align: right; }
      .denba-list .denba-item .denba-item-body .denba-item-body-info .denba-item-body-words2 {
        width: auto; }
    .denba-list .denba-item .denba-item-body .denba-item-body-info2 {
      display: flex;
      flex-direction: column;
      align-items: flex-end; }
    .denba-list .denba-item .denba-item-body .denba-item-body-img {
      width: 47%; }
  .denba-list .denba-item:nth-child(2n-1) {
    background-color: #f5f5f5; }

.denba-note {
  width: 95%;
  max-width: 1200px;
  margin: 70px auto; }
  .denba-note p {
    font-size: 36px;
    text-align: center;
    color: #333; }

/* 业绩等 */
.performance-bg1 {
  background-image: url(../img/denba2-3/denbap1.jpg); }

.performance-bg2 {
  background-image: url(../img/denba2-3/denbap3.jpg); }

.performance-world {
  background-image: url(../img/denba2-3/denbap2.jpg); }

.performance {
  width: 100%;
  height: 600px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .performance .performance-body {
    width: 95%;
    height: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #333; }
    .performance .performance-body .performance-body-title {
      font-size: 36px; }
    .performance .performance-body .performance-body-title2 {
      color: #fff;
      text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.35); }
    .performance .performance-body .performance-body-title3 {
      text-align: right; }
    .performance .performance-body .performance-body-info {
      margin-top: 25px; }
      .performance .performance-body .performance-body-info p {
        font-size: 17px;
        line-height: 27px; }
  .performance .performance-body2 {
    align-items: flex-end; }

/* 产品介绍 */
.denba-pro {
  width: 95%;
  max-width: 1200px;
  margin: 75px auto; }
  .denba-pro .denba-cus .denba-cus-symbol span {
    font-size: 50px;
    color: #c8c8c8; }
  .denba-pro .denba-cus .denba-cus-bot {
    text-align: right; }
  .denba-pro .denba-cus .denba-cus-title {
    text-align: center;
    font-size: 36px;
    color: #333; }
  .denba-pro .denba-cus .denba-cus-roundlist {
    display: flex;
    justify-content: center;
    align-items: center; }
    .denba-pro .denba-cus .denba-cus-roundlist li {
      width: 10px;
      height: 10px;
      background-color: #c8c8c8;
      border-radius: 50%;
      margin-top: 40px;
      margin-left: 10px; }
      .denba-pro .denba-cus .denba-cus-roundlist li:hover {
        margin-left: 0; }

.denba-intr {
  margin-top: 70px; }
  .denba-intr .denba-intr-title {
    font-size: 30px;
    color: #333;
    padding-bottom: 15px;
    border-bottom: solid 1px #dcdcdc; }
    .denba-intr .denba-intr-title span {
      margin-left: 30px; }
  .denba-intr .denba-intr-main {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    .denba-intr .denba-intr-main .denba-intr-main-img {
      width: 45%;
      font-size: 0; }
      .denba-intr .denba-intr-main .denba-intr-main-img img {
        width: 100%; }
    .denba-intr .denba-intr-main .denba-intr-main-info {
      width: 50%; }
      .denba-intr .denba-intr-main .denba-intr-main-info .denba-intr-main-info-li {
        margin-top: 30px; }
        .denba-intr .denba-intr-main .denba-intr-main-info .denba-intr-main-info-li .denba-intr-main-info-title {
          font-size: 16px;
          color: #333;
          line-height: 26px; }
        .denba-intr .denba-intr-main .denba-intr-main-info .denba-intr-main-info-li > ul {
          margin-top: 30px; }
          .denba-intr .denba-intr-main .denba-intr-main-info .denba-intr-main-info-li > ul .denba-intr-main-info-item {
            padding: 5px 10px;
            display: flex;
            justify-content: space-between;
            align-items: flex-start; }
            .denba-intr .denba-intr-main .denba-intr-main-info .denba-intr-main-info-li > ul .denba-intr-main-info-item span {
              font-size: 15px;
              color: #333;
              line-height: 23px; }
            .denba-intr .denba-intr-main .denba-intr-main-info .denba-intr-main-info-li > ul .denba-intr-main-info-item .denba-intr-main-info-item-lab {
              width: 25%; }
            .denba-intr .denba-intr-main .denba-intr-main-info .denba-intr-main-info-li > ul .denba-intr-main-info-item .denba-intr-main-info-item-pra {
              width: 70%; }
            .denba-intr .denba-intr-main .denba-intr-main-info .denba-intr-main-info-li > ul .denba-intr-main-info-item:nth-child(2n-1) {
              background-color: #f2f2f2; }
        .denba-intr .denba-intr-main .denba-intr-main-info .denba-intr-main-info-li:first-child {
          margin-top: 0; }
    .denba-intr .denba-intr-main .denba-intr-main-price {
      font-size: 19px;
      margin-top: 15px; }
  .denba-intr .denba-intr-img {
    font-size: 0;
    margin-top: 60px; }
    .denba-intr .denba-intr-img img {
      width: 100%; }
  .denba-intr .denba-intr-list {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap; }
    .denba-intr .denba-intr-list .denba-intr-list-item {
      width: 32%;
      font-size: 0;
      margin-right: 2%;
      margin-bottom: 20px;
      cursor: pointer; }
      .denba-intr .denba-intr-list .denba-intr-list-item img {
        width: 100%;
        outline: solid 1px #dcdcdc; }
      .denba-intr .denba-intr-list .denba-intr-list-item:nth-child(3n) {
        margin-right: 0; }
  .denba-intr:first-child {
    margin-top: 0; }

.denba-intr-big {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none; }
  .denba-intr-big .denba-intr-big-body {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: flex-start; }
    .denba-intr-big .denba-intr-big-body .denba-intr-big-body-arr {
      width: 40px;
      height: 40px;
      border: solid 1px #dcdcdc;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer; }
      .denba-intr-big .denba-intr-big-body .denba-intr-big-body-arr i {
        font-size: 18px;
        color: #dcdcdc; }
      .denba-intr-big .denba-intr-big-body .denba-intr-big-body-arr:hover {
        border-color: #fff; }
        .denba-intr-big .denba-intr-big-body .denba-intr-big-body-arr:hover i {
          color: #fff; }
    .denba-intr-big .denba-intr-big-body .denba-intr-big-body-img {
      font-size: 0;
      text-align: center; }
      .denba-intr-big .denba-intr-big-body .denba-intr-big-body-img img {
        max-width: 90%; }
      .denba-intr-big .denba-intr-big-body .denba-intr-big-body-img span {
        vertical-align: top;
        font-size: 30px;
        color: #dcdcdc;
        margin-left: 5px;
        cursor: pointer; }
        .denba-intr-big .denba-intr-big-body .denba-intr-big-body-img span:hover {
          color: #fff; }

.denba-intr-big2 {
  display: flex; }

/* denba fry */
.denba-fry {
  width: 95%;
  max-width: 1200px;
  margin: 75px auto; }
  .denba-fry .denba-fry-item {
    margin-top: 70px; }
    .denba-fry .denba-fry-item .denba-fry-item-info {
      margin-top: 20px; }
    .denba-fry .denba-fry-item .denba-fry-item-start {
      margin-top: 50px;
      display: flex;
      justify-content: space-between;
      align-items: flex-start; }
      .denba-fry .denba-fry-item .denba-fry-item-start .denba-fry-item-start-img {
        width: 50%;
        font-size: 0;
        text-align: center; }
      .denba-fry .denba-fry-item .denba-fry-item-start .denba-fry-item-start-img2 {
        text-align: left; }
      .denba-fry .denba-fry-item .denba-fry-item-start .denba-fry-item-start-info {
        width: 47%; }
        .denba-fry .denba-fry-item .denba-fry-item-start .denba-fry-item-start-info > ul {
          margin-top: 30px; }
          .denba-fry .denba-fry-item .denba-fry-item-start .denba-fry-item-start-info > ul .denba-fry-item-start-info-item {
            margin-top: 30px; }
            .denba-fry .denba-fry-item .denba-fry-item-start .denba-fry-item-start-info > ul .denba-fry-item-start-info-item p {
              font-size: 20px;
              color: #333; }
            .denba-fry .denba-fry-item .denba-fry-item-start .denba-fry-item-start-info > ul .denba-fry-item-start-info-item > ul {
              margin-top: 10px; }
            .denba-fry .denba-fry-item .denba-fry-item-start .denba-fry-item-start-info > ul .denba-fry-item-start-info-item:first-child {
              margin-top: 0; }
          .denba-fry .denba-fry-item .denba-fry-item-start .denba-fry-item-start-info > ul .denba-fry-item-start-info-item2 {
            font-size: 20px;
            color: #333;
            line-height: 30px;
            margin-top: 10px; }
            .denba-fry .denba-fry-item .denba-fry-item-start .denba-fry-item-start-info > ul .denba-fry-item-start-info-item2 span {
              color: #014099; }
            .denba-fry .denba-fry-item .denba-fry-item-start .denba-fry-item-start-info > ul .denba-fry-item-start-info-item2:first-child {
              margin-top: 0; }
        .denba-fry .denba-fry-item .denba-fry-item-start .denba-fry-item-start-info .denba-fry-item-start-info-ul {
          margin-top: 0; }
    .denba-fry .denba-fry-item .denba-fry-item-start2 {
      align-items: center; }
    .denba-fry .denba-fry-item .denba-fry-item-chik {
      margin-top: 50px; }
      .denba-fry .denba-fry-item .denba-fry-item-chik .denba-fry-item-chik-img {
        font-size: 0;
        text-align: center;
        margin-top: 20px; }
    .denba-fry .denba-fry-item:first-child {
      margin-top: 0; }
  .denba-fry .denba-fry-title1 {
    font-size: 36px;
    color: #333; }
  .denba-fry .denba-fry-title2 {
    margin-top: 10px; }
  .denba-fry .denba-fry-note {
    font-size: 24px;
    color: #014099;
    margin-top: 20px;
    line-height: 30px; }
  .denba-fry .denba-fry-note2 {
    color: #333;
    margin-top: 0; }
  .denba-fry .denba-fry-note3 {
    color: #333;
    line-height: 36px; }
    .denba-fry .denba-fry-note3 span {
      color: #014099; }
  .denba-fry .denba-fry-words {
    font-size: 17px;
    color: #666;
    line-height: 24px;
    margin-top: 20px; }
  .denba-fry .denba-fry-infotitle {
    font-size: 30px;
    color: #333;
    line-height: 40px; }
  .denba-fry .denba-fry-infotitle2 {
    font-size: 28px; }
  .denba-fry .denba-fry-infotitle3 {
    color: #014099; }
  .denba-fry .denba-fry-bigtitle {
    font-size: 48px;
    color: #014099;
    margin-top: 60px; }
  .denba-fry .denba-fry-small {
    font-size: 19px;
    color: #888;
    margin-top: 40px; }
  .denba-fry .denba-fry-tiny {
    font-size: 15px;
    color: #333;
    line-height: 24px; }
  .denba-fry .denba-fry-tiny2 {
    margin-top: 30px; }
  .denba-fry .denba-fry-tiny3 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    .denba-fry .denba-fry-tiny3 .denba-fry-tiny3-lab {
      width: 15%; }
    .denba-fry .denba-fry-tiny3 .denba-fry-tiny3-words {
      width: 85%; }
  .denba-fry .denba-fry-fuji {
    margin-top: 60px; }
    .denba-fry .denba-fry-fuji .denba-fry-fuji-title {
      font-size: 36px;
      color: #333; }
    .denba-fry .denba-fry-fuji .denba-fry-fuji-img {
      margin-bottom: 20px; }

.medical {
  width: 95%;
  max-width: 1200px;
  margin: 60px auto; }
  .medical .medical-title {
    margin-top: 10px; }
    .medical .medical-title:first-child {
      margin-top: 0; }
  .medical > ul {
    margin-top: 40px; }
    .medical > ul li {
      font-size: 18px;
      margin-top: 10px; }
      .medical > ul li:first-child {
        margin-top: 0; }

.certified {
  margin-top: 60px; }
  .certified .certified-title {
    font-size: 35px;
    color: #333; }
  .certified ul {
    margin-top: 40px;
    display: flex;
    justify-content: space-around;
    align-items: center; }
    .certified ul li {
      font-size: 0; }
      .certified ul li img {
        width: 100%; }

/* 仓库 */
.logistics {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }
  .logistics .logistics-img {
    width: 48%;
    font-size: 0; }

.container-main {
  margin-top: 40px; }
  .container-main .container-main-img {
    font-size: 0; }
    .container-main .container-main-img img {
      width: 100%; }
  .container-main .container-main-words {
    margin-top: 20px;
    font-size: 20px;
    text-align: center; }

/* 3way */
.tway {
  background: -webkit-gradient(linear, center top, center bottom, from(rgba(255, 255, 255, 0.28)), color-stop(100%, rgba(0, 72, 255, 0.73)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.28), rgba(0, 72, 255, 0.73) 176px);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.28), rgba(0, 72, 255, 0.73) 176px);
  margin-top: 60px;
  padding: 40px 0; }
  .tway h1 {
    text-align: center;
    color: #092AC2;
    font-size: 35px; }
  .tway .tway-title2 {
    font-size: 25px;
    margin-top: 20px; }

.tech-imglist {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .tech-imglist .tech-imglist-i {
    width: 45%;
    font-size: 0; }
    .tech-imglist .tech-imglist-i img {
      width: 100%; }

/* 3个信任 */
.Ttrust {
  width: 100%;
  padding: 80px 0;
  background-image: url(../img/tech/e2ac1f73c9b511d62e53ed5084098857_m.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed; }
  .Ttrust .Ttrust-body {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto; }
    .Ttrust .Ttrust-body .Ttrust-body-title {
      font-size: 40px;
      text-align: center;
      color: #fff; }
    .Ttrust .Ttrust-body .Ttrust-body-main {
      margin-top: 60px; }
      .Ttrust .Ttrust-body .Ttrust-body-main ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-content: flex-start; }
        .Ttrust .Ttrust-body .Ttrust-body-main ul .Ttrust-body-main-item {
          width: 32%;
          background-color: #fff; }
          .Ttrust .Ttrust-body .Ttrust-body-main ul .Ttrust-body-main-item .Ttrust-body-main-box {
            margin: 35px 40px; }
            .Ttrust .Ttrust-body .Ttrust-body-main ul .Ttrust-body-main-item .Ttrust-body-main-box .Ttrust-body-main-box-img {
              font-size: 0; }
              .Ttrust .Ttrust-body .Ttrust-body-main ul .Ttrust-body-main-item .Ttrust-body-main-box .Ttrust-body-main-box-img img {
                width: 100%; }
            .Ttrust .Ttrust-body .Ttrust-body-main ul .Ttrust-body-main-item .Ttrust-body-main-box .Ttrust-body-main-box-title {
              font-size: 18px;
              text-align: center;
              color: #092AC2;
              margin-top: 20px; }
            .Ttrust .Ttrust-body .Ttrust-body-main ul .Ttrust-body-main-item .Ttrust-body-main-box .Ttrust-body-main-box-words {
              color: #676565;
              font-size: 14px;
              line-height: 25px;
              margin-top: 20px; }

/* 证书 */
.patent {
  width: 100%;
  padding: 80px 0;
  position: relative; }
  .patent .patent-body {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto; }
    .patent .patent-body .patent-body-title {
      display: inline-block;
      font-size: 44px;
      color: #092AC2;
      padding-bottom: 10px;
      border-bottom: solid 1px #7f7f7f;
      margin-left: 50px; }
    .patent .patent-body .patent-body-note {
      margin-top: 10px;
      margin-left: 50px;
      font-size: 18px;
      color: #7f7f7f; }
    .patent .patent-body .patent-body-main {
      margin-top: 70px;
      display: flex;
      flex-wrap: wrap;
      flex-direction: row-reverse;
      justify-content: space-between; }
      .patent .patent-body .patent-body-main .patent-body-list {
        width: 60%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        .patent .patent-body .patent-body-main .patent-body-list .patent-body-list-item {
          width: 26%;
          margin-right: 11%;
          margin-bottom: 40px;
          font-size: 0; }
          .patent .patent-body .patent-body-main .patent-body-list .patent-body-list-item img {
            width: 100%; }
          .patent .patent-body .patent-body-main .patent-body-list .patent-body-list-item:nth-child(3n) {
            margin-right: 0; }
      .patent .patent-body .patent-body-main .patent-body-main-line {
        width: 35%;
        margin-top: 30px; }
        .patent .patent-body .patent-body-main .patent-body-main-line p {
          font-size: 17px;
          color: #333;
          line-height: 30px;
          margin-top: 5px; }
          .patent .patent-body .patent-body-main .patent-body-main-line p:first-child {
            margin-top: 0; }
  .patent:before {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(../img/tech/bc76e0453907c8658f9f0a754aea2584_s.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.5; }

/* 静电技术 */
.eletech {
  width: 100%;
  padding: 80px 0;
  background-image: url(../img/tech/food4-u158741-fr.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed; }
  .eletech .eletech-body {
    width: 95%;
    max-width: 725px;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.6); }
    .eletech .eletech-body .eletech-body-main {
      padding: 35px 40px;
      box-shadow: 6px 6px 8px rgba(0, 0, 0, 0.3); }
      .eletech .eletech-body .eletech-body-main p {
        font-size: 20px;
        color: #333;
        line-height: 35px; }
      .eletech .eletech-body .eletech-body-main .eletech-body-main-p2 {
        margin-top: 30px; }
      .eletech .eletech-body .eletech-body-main .eletech-body-main-p3 {
        font-size: 25px;
        margin-top: 30px; }
      .eletech .eletech-body .eletech-body-main .eletech-body-main-p4 {
        margin-top: auto;
        text-align: center; }
      .eletech .eletech-body .eletech-body-main .eletech-body-main-logo {
        margin-top: 40px;
        margin-right: 100px; }
        .eletech .eletech-body .eletech-body-main .eletech-body-main-logo img {
          float: right;
          width: 20%; }

/* 提交成功提示 */
.msg-hitn {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
  color: #333; }
  .msg-hitn p {
    font-size: 16px;
    line-height: 26px; }
  .msg-hitn a {
    color: #333; }
    .msg-hitn a:hover {
      color: #333;
      text-decoration: underline; }

/* idnex video */
.index-vid {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px; }
  .index-vid .index-vid-item {
    width: 30%; }
    .index-vid .index-vid-item iframe {
      width: 100%;
      height: 100%; }

.index-vid-lk {
  margin-top: 30px;
  text-align: right; }
  .index-vid-lk a {
    font-size: 16px;
    color: #333; }
    .index-vid-lk a:hover {
      text-decoration: underline; }
.header-itemret{ position:fixed; width:100%; z-index:999;}