@font-face {
  font-family: 'iconfont';
  src: url("/public/fonts/fa-icon/iconfont.woff2") format("woff2"), url("/public/fonts/fa-icon/iconfont.woff") format("woff"), url("/public/fonts/fa-icon/iconfont.ttf") format("truetype"); }
.container {
  margin: 0 auto;
  width: 90%;
  max-width: 1500px;
  min-width: 900px; }
  @media (max-width: 1000px) {
    .container {
      width: 95%; } }

html, body {
  background-color: #fff;
  font-size: 15px;
  line-height: 1.5; }

.formSet input, .formSet textarea {
  width: 100%;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 1em;
  padding-right: 1em;
  border-radius: 2px;
  border: 1px solid #ccc;
  overflow: hidden;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1) inset; }
  .formSet input:hover, .formSet textarea:hover {
    border: 1px solid #666;
    border-radius: 5px; }
.formSet input {
  height: 50px;
  line-height: 50px; }
.formSet input[type=checkbox] {
  width: 50px;
  display: inline-block;
  cursor: pointer; }
.formSet textarea {
  height: 150px;
  line-height: 30px;
  overflow-y: scroll; }
.formSet input[type=submit] {
  background-color: #22627b;
  color: #fff;
  cursor: pointer; }

.products-page-show .content {
  border: 1px solid #f0f0f0; }
  .products-page-show .content .btn-list {
    display: -webkit-flex !important;
    display: flex !important;
    -ms-display: flex !important;
    justify-content: start;
    background-color: #f0f0f0; }
    .products-page-show .content .btn-list .btn {
      line-height: 50px;
      padding: 0 30px;
      text-transform: uppercase;
      font-size: 18px;
      color: #737373;
      border-bottom: 1px solid #f0f0f0;
      border-right: 1px solid #fff; }
      .products-page-show .content .btn-list .btn:last-child {
        border-right: none; }
      .products-page-show .content .btn-list .btn.curr {
        background-color: #fff;
        border-bottom-color: #fff;
        color: #d82019;
        border-top: 2px solid #f1f4f9;
        margin-top: -1px; }
  .products-page-show .content .panels {
    margin: 30px; }
    .products-page-show .content .panels .panel {
      display: none; }
      .products-page-show .content .panels .panel .tag-list .tagsa {
        display: inline-block;
        line-height: 40px;
        padding: 0 30px;
        background-color: #f0f0f0;
        margin-right: 5px; }
        .products-page-show .content .panels .panel .tag-list .tagsa:hover {
          background-color: #f1f4f9;
          color: #fff; }
      .products-page-show .content .panels .panel.on {
        display: block; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  text-decoration: none;
  color: #34364b;
  outline: none;
  cursor: pointer; }
  a:hover {
    color: #d82019; }

.roll-box .list {
  display: -webkit-flex !important;
  display: flex !important;
  -ms-display: flex !important; }

.view-box {
  text-align: center;
  margin-top: 37px; }
  .view-box .view-a {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding: 0 50px;
    border-radius: 25px;
    border: 1px solid #e3e3eb;
    background-color: #fff;
    color: #333; }
    .view-box .view-a:hover {
      border-color: #d82019;
      background-color: #d82019;
      color: #fff; }

.logo-nav-search {
  box-sizing: border-box;
  padding: 0 2%;
  position: relative;
  z-index: 99;
  background-color: #fff; }
  .logo-nav-search.sticky {
    border-bottom: 1px solid #e0e0e0; }
  .logo-nav-search .logo {
    flex: 0 0 auto;
    align-self: center; }
  .logo-nav-search .main-nav-box {
    flex: 1 1 auto;
    width: 200px; }
    .logo-nav-search .main-nav-box .list {
      width: 100%;
      justify-content: space-evenly; }
    .logo-nav-search .main-nav-box .item {
      position: relative;
      padding: 0 10px; }
      .logo-nav-search .main-nav-box .item:hover .nav-a-1, .logo-nav-search .main-nav-box .item.curr .nav-a-1 {
        color: #d82019;
        font-weight: bold; }
        .logo-nav-search .main-nav-box .item:hover .nav-a-1:before, .logo-nav-search .main-nav-box .item.curr .nav-a-1:before {
          width: 100%; }
      .logo-nav-search .main-nav-box .item:hover .sub-list {
        display: block; }
    .logo-nav-search .main-nav-box .nav-a-1 {
      display: block;
      padding: 40px 0;
      line-height: 1em;
      position: relative;
      white-space: nowrap; }
      .logo-nav-search .main-nav-box .nav-a-1:before {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        transition: 500ms;
        border-bottom: 2px solid #d82019; }
    .logo-nav-search .main-nav-box .sub-list {
      display: none;
      position: absolute;
      min-width: 100%;
      top: 100%;
      left: 50%;
      transform: translateX(-50%);
      border: 1px solid #e0e0e0;
      background-color: #fff;
      padding: 0 17px; }
    .logo-nav-search .main-nav-box .sub-item {
      display: block;
      height: 40px;
      line-height: 40px;
      border-bottom: 1px solid #e0e0e0;
      text-align: center; }
      .logo-nav-search .main-nav-box .sub-item:hover .nav-a-2 {
        color: #d82019; }
      .logo-nav-search .main-nav-box .sub-item:last-child {
        border-bottom: none; }
      .logo-nav-search .main-nav-box .sub-item .nav-a-2 {
        display: block;
        white-space: nowrap;
        padding: 0 10px; }
  .logo-nav-search .right-box {
    flex: 0 0 auto;
    justify-content: space-evenly; }
    .logo-nav-search .right-box .path-box {
      padding: 0 30px;
      text-align: center;
      border-left: 1px solid #eaeaea; }
  .logo-nav-search .search-box {
    align-items: center;
    position: relative; }
    .logo-nav-search .search-box:hover .form-search {
      display: block; }
    .logo-nav-search .search-box:before {
      font-size: 30px; }
    .logo-nav-search .search-box .form-search {
      position: absolute;
      top: 100%;
      right: 0;
      display: none; }
      .logo-nav-search .search-box .form-search .text-box {
        position: relative;
        border: 1px solid #e0e0e0; }
        .logo-nav-search .search-box .form-search .text-box .searchtext {
          width: 200px;
          height: 40px;
          line-height: 40px;
          padding: 0 50px 0 10px; }
        .logo-nav-search .search-box .form-search .text-box .searchbtn {
          position: absolute;
          top: 0;
          right: 0;
          width: 40px;
          height: 40px;
          line-height: 40px;
          color: #fff;
          background-color: #d82019; }
  .logo-nav-search .right-nav-btn {
    align-items: center; }
    .logo-nav-search .right-nav-btn:before {
      font-size: 30px; }

.right-nav {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  background-color: #fff;
  text-align: center;
  padding: 50px 30px;
  transform: translateX(100%);
  z-index: 101;
  transition: 500ms; }
  .right-nav.open {
    transform: translateX(0); }
  .right-nav .close-div:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 30px; }
  .right-nav .list {
    text-align: center;
    margin-top: 30px; }
    .right-nav .list .item {
      line-height: 1em;
      margin-bottom: 25px; }
      .right-nav .list .item:last-child {
        margin-bottom: 0; }
      .right-nav .list .item .nav-a {
        display: block;
        color: #8B8784;
        font-size: 18px;
        font-weight: normal; }
        .right-nav .list .item .nav-a:hover {
          color: #d82019; }

.canvas-div {
  position: fixed;
  height: 100%;
  width: 0;
  left: 0;
  top: 0;
  z-index: 100;
  transition: 500ms;
  background-color: rgba(0, 0, 0, 0.5); }
  .canvas-div.open {
    width: 100%; }

.index-item {
  padding: 56px 0 60px; }
  .index-item .sort-box {
    text-align: center; }
    .index-item .sort-box .sort-name {
      font-size: 30px;
      line-height: 1em; }
    .index-item .sort-box .sort-sub-name {
      font-size: 24px;
      font-weight: bold;
      font-family: "raleway";
      line-height: 1em;
      color: #d82019;
      text-transform: uppercase;
      padding-top: 13px; }
  .index-item .swiper-button-prev {
    left: 0;
    transform: translateX(-200%);
    color: #ddd; }
    .index-item .swiper-button-prev:after {
      content: "\e1073";
      font-family: "iconfont"; }
    .index-item .swiper-button-prev:hover {
      color: #d82019; }
  .index-item .swiper-button-next {
    right: 0;
    transform: translateX(200%);
    color: #ddd; }
    .index-item .swiper-button-next:after {
      content: "\e1071";
      font-family: "iconfont"; }
    .index-item .swiper-button-next:hover {
      color: #d82019; }

.index-news .roll-box {
  margin-top: 37px; }
  .index-news .roll-box .item {
    border: 1px solid #e3e3eb; }
    .index-news .roll-box .item .pic {
      padding-bottom: 65%; }
    .index-news .roll-box .item .text-box {
      padding: 24px 30px 34px; }
      .index-news .roll-box .item .text-box .text {
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-height: 30px;
        height: 60px; }
      .index-news .roll-box .item .text-box .date {
        font-size: 12px;
        color: #d82019; }
    .index-news .roll-box .item:hover .text {
      color: #d82019; }

.index-about {
  background-color: #f1f4f9;
  overflow: hidden;
  height: 383px;
  position: relative; }
  .index-about .background-img {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-position: center; }
  .index-about .max-box {
    position: relative;
    z-index: 2;
    height: 100%; }
  .index-about .path {
    width: 50%;
    flex: 0 0 auto;
    align-items: center; }
  .index-about .path-content .text-box {
    margin-right: 30px; }
  .index-about .path-content .sort-name {
    font-size: 34px;
    line-height: 1em;
    color: #d82019;
    margin-bottom: 10px; }
  .index-about .path-content .content {
    font-size: 14px;
    line-height: 24px; }
  .index-about .path-content .view-box {
    text-align: left; }
  .index-about .path-right {
    background-position: center; }
    .index-about .path-right .text-box {
      color: #fff;
      margin-left: 30px;
      width: 70%; }
    .index-about .path-right .text-1 {
      font-size: 32px;
      line-height: 1em; }
    .index-about .path-right .text-2 {
      padding: 22px 0 20px;
      text-transform: uppercase;
      font-size: 22px;
      font-weight: bold;
      line-height: 1em; }
    .index-about .path-right .text-3 {
      font-size: 12px;
      line-height: 1em; }

.index-pro-sort .list {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  grid-row-gap: 30px;
  grid-column-gap: 30px; }
  .index-pro-sort .list > * {
    margin: 0;
    overflow: hidden;
    width: 100%; }
  .index-pro-sort .list .item {
    height: 190px; }
    .index-pro-sort .list .item .outer-div {
      box-sizing: border-box;
      width: 100%;
      height: 100%;
      padding: 20px;
      align-items: center; }
      .index-pro-sort .list .item .outer-div:hover .pic img {
        transform: translateX(-10px); }
      .index-pro-sort .list .item .outer-div .pic {
        margin-right: 10px;
        max-width: 45%; }
        .index-pro-sort .list .item .outer-div .pic img {
          transition: 500ms; }
      .index-pro-sort .list .item .outer-div .sort-name {
        font-size: 18px;
        line-height: 1em;
        margin-bottom: 5px;
        color: #060606; }
      .index-pro-sort .list .item .outer-div .sort-sub-name {
        font-size: 14px;
        line-height: 1.6em;
        color: #060606; }
  .index-pro-sort .list .item:nth-child(1) {
    background-color: #5acfbf; }
  .index-pro-sort .list .item:nth-child(2) {
    background-color: #ffb001; }
  .index-pro-sort .list .item:nth-child(3) {
    background-color: #ee732d; }
  .index-pro-sort .list .item:nth-child(4) {
    background-color: #78d0c4; }
  .index-pro-sort .list .item:nth-child(5) {
    background-color: #fcc449; }
  .index-pro-sort .list .item:nth-child(6) {
    background-color: #ea854d; }

.index-products, .index-solution {
  background-color: #f1f4f9; }
  .index-products .roll-box, .index-solution .roll-box {
    margin-top: 30px; }
    .index-products .roll-box .outer-div .pic, .index-solution .roll-box .outer-div .pic {
      padding-bottom: 65%; }
    .index-products .roll-box .outer-div:hover .text-box:before, .index-solution .roll-box .outer-div:hover .text-box:before {
      width: 0; }
    .index-products .roll-box .outer-div:hover .text, .index-solution .roll-box .outer-div:hover .text {
      color: #d82019; }
  .index-products .text-box, .index-solution .text-box {
    position: relative;
    background-color: #fff;
    padding: 30px 20px; }
    .index-products .text-box .text, .index-solution .text-box .text {
      text-align: center;
      height: 45px;
      line-height: 45px; }
    .index-products .text-box:before, .index-solution .text-box:before {
      content: "";
      width: 100%;
      border-top: 2px solid #d82019;
      position: absolute;
      right: 0;
      top: 0;
      z-index: 1;
      transition: 500ms; }

.index-solution .sort-box .sort-name {
  color: #fff; }
.index-solution .outer-div:hover .pic img {
  transform: scale(1.05); }
.index-solution .outer-div:hover .text {
  color: #d82019; }
.index-solution .pic {
  overflow: hidden; }
  .index-solution .pic img {
    transition: 500ms; }
.index-solution .text-box {
  background: -o-linear-gradient(135deg, transparent 20px, #fff 0);
  background: linear-gradient(-45deg, transparent 20px, #fff 0); }
  .index-solution .text-box:before {
    content: "";
    display: none; }

.index-partner {
  background-color: #f1f4f9; }
  .index-partner .roll-box {
    margin-top: 30px; }
    .index-partner .roll-box .pic {
      padding-bottom: 40%; }

.footer-nav {
  border-top: 1px solid #d82019;
  background-color: #1e1e1e;
  padding: 48px 0; }
  .footer-nav .list {
    justify-content: space-between; }
    .footer-nav .list .nav-a-1 {
      display: block;
      color: #FFF;
      font-size: 16px;
      font-weight: normal;
      line-height: 1em;
      margin-bottom: 20px; }
    .footer-nav .list .nav-a-2 {
      display: block;
      color: #abacb7;
      font-size: 14px;
      font-weight: normal;
      line-height: 2em; }
      .footer-nav .list .nav-a-2:hover {
        color: #d82019; }
    .footer-nav .list .other {
      text-align: right;
      font-size: 14px;
      font-weight: normal; }
  .footer-nav .copyright {
    color: #abacb7; }

.friend-link {
  background-color: #f1f4f9;
  padding: 17px 0;
  font-size: 14px;
  font-weight: normal; }

.currLocation {
  border-bottom: 1px solid #e3e3eb; }
  .currLocation .max-box {
    justify-content: space-between; }
  .currLocation .sub-sort-list {
    justify-content: flex-start; }
    .currLocation .sub-sort-list .item {
      margin-right: 25px; }
      .currLocation .sub-sort-list .item .nav-a {
        display: block;
        padding: 18px 0;
        position: relative; }
        .currLocation .sub-sort-list .item .nav-a:before {
          content: "";
          width: 100%;
          border: 2px solid #d82019;
          position: absolute;
          bottom: 0;
          left: 0;
          transition: 500ms;
          transform: scale(0); }
        .currLocation .sub-sort-list .item .nav-a:hover, .currLocation .sub-sort-list .item .nav-a.curr {
          color: #d82019; }
          .currLocation .sub-sort-list .item .nav-a:hover:before, .currLocation .sub-sort-list .item .nav-a.curr:before {
            transform: scale(1); }
  .currLocation .position-list {
    align-self: center; }
    .currLocation .position-list a {
      display: inline-block;
      padding: 18px 0; }

.page-sort-name {
  padding: 80px 0 10px; }
  .page-sort-name .name {
    font-size: 22px; }

.page-body {
  padding-top: 50px;
  padding-bottom: 50px; }

.products-page-list .list-img, .rongyu-page-list .list-img {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  grid-row-gap: 30px;
  grid-column-gap: 30px; }
  .products-page-list .list-img > *, .rongyu-page-list .list-img > * {
    margin: 0;
    overflow: hidden;
    width: 100%; }
  .products-page-list .list-img .item, .rongyu-page-list .list-img .item {
    border: 1px solid #f1f4f9; }
    .products-page-list .list-img .item:hover, .rongyu-page-list .list-img .item:hover {
      box-shadow: -1px -1px 5px 1px #f1f4f9; }
      .products-page-list .list-img .item:hover .pic img, .rongyu-page-list .list-img .item:hover .pic img {
        transform: scale(1.05); }
    .products-page-list .list-img .item .pic img, .rongyu-page-list .list-img .item .pic img {
      transition: 500ms;
      height: 100%;
      object-fit: cover; }
    .products-page-list .list-img .item .text-box, .rongyu-page-list .list-img .item .text-box {
      height: 80px;
      line-height: 80px;
      text-align: center;
      background-color: #fff;
      font-size: 16px;
      font-weight: normal; }

.products-page-show {
  margin-top: 80px; }
  .products-page-show .head-box .title {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 24px;
    text-align: left; }
  .products-page-show .head-box .img-param-box .images-box {
    margin-right: 50px; }
    .products-page-show .head-box .img-param-box .images-box .small-area {
      margin-top: 30px; }
      .products-page-show .head-box .img-param-box .images-box .small-area .swiper-button-prev, .products-page-show .head-box .img-param-box .images-box .small-area .swiper-button-next {
        background-color: #ddd;
        color: #fff; }
        .products-page-show .head-box .img-param-box .images-box .small-area .swiper-button-prev:after, .products-page-show .head-box .img-param-box .images-box .small-area .swiper-button-next:after {
          font-size: 16px; }
        .products-page-show .head-box .img-param-box .images-box .small-area .swiper-button-prev:hover, .products-page-show .head-box .img-param-box .images-box .small-area .swiper-button-next:hover {
          background-color: #d82019;
          color: #fff; }
      .products-page-show .head-box .img-param-box .images-box .small-area .small-roll-box {
        overflow-y: unset; }
      .products-page-show .head-box .img-param-box .images-box .small-area .swiper-slide {
        border: 2px solid #b1b1b1; }
        .products-page-show .head-box .img-param-box .images-box .small-area .swiper-slide.swiper-slide-thumb-active {
          border-color: #d82019;
          position: relative; }
          .products-page-show .head-box .img-param-box .images-box .small-area .swiper-slide.swiper-slide-thumb-active:before {
            content: "";
            width: 0;
            height: 0;
            border-left: 20px solid transparent;
            border-right: 20px solid transparent;
            border-top: 0;
            border-bottom: 20px solid #d82019;
            position: absolute;
            z-index: 2;
            top: 0px;
            left: 50%;
            transform: translate(-50%, -100%); }
  .products-page-show .head-box .img-param-box .param-box .model {
    height: 40px;
    line-height: 40px;
    font-size: 30px; }
  .products-page-show .head-box .img-param-box .param-box .btn-list {
    margin-top: 50px;
    display: -webkit-flex !important;
    display: flex !important;
    -ms-display: flex !important;
    justify-content: end; }
    .products-page-show .head-box .img-param-box .param-box .btn-list .btn {
      padding: 0 20px;
      height: 50px;
      line-height: 50px;
      background-color: #f1f4f9;
      color: #d82019;
      cursor: pointer;
      position: relative;
      margin-left: 20px;
      border-radius: 5px;
      font-weight: bold; }
      .products-page-show .head-box .img-param-box .param-box .btn-list .btn:hover {
        background-color: #d82019;
        color: #fff; }
  .products-page-show .content {
    margin-top: 50px;
    margin-bottom: 50px; }
  .products-page-show .messages-box {
    margin-top: 80px; }
    .products-page-show .messages-box .formSet {
      width: 60%;
      margin: 0 auto; }

.news-page-list .list-img {
  grid-gap: 40px 30px; }
  .news-page-list .list-img .item {
    border: 1px solid #e3e3eb;
    position: relative; }
    .news-page-list .list-img .item:hover .pic img {
      transform: scale(1.05); }
    .news-page-list .list-img .item .pic {
      overflow: hidden;
      border-bottom: 1px solid #e3e3eb; }
      .news-page-list .list-img .item .pic img {
        object-fit: cover;
        transition: 500ms; }
    .news-page-list .list-img .item .text-box {
      box-sizing: border-box;
      padding: 30px 20px; }
      .news-page-list .list-img .item .text-box .title {
        font-size: 16px;
        line-height: 1em;
        margin-bottom: 16px; }
      .news-page-list .list-img .item .text-box .desc {
        color: #85868f; }
      .news-page-list .list-img .item .text-box .date {
        color: #85868f;
        font-size: 12px;
        font-weight: normal; }
    .news-page-list .list-img .item .tag {
      position: absolute;
      bottom: 10px;
      right: 20px;
      text-align: right;
      font-size: 12px;
      font-weight: normal;
      max-width: 60%;
      color: #85868f; }
      .news-page-list .list-img .item .tag a {
        margin-left: 5px;
        color: #85868f; }

.news-page-show .show-news .title {
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  line-height: 1em;
  margin-bottom: 10px; }
.news-page-show .show-news .time {
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  color: #85868f;
  line-height: 1em; }
.news-page-show .show-news .content {
  box-sizing: border-box;
  margin: 20px 0 0;
  padding: 20px 10px;
  border-top: 2px solid #abacb7; }
.news-page-show .show-news .tag {
  box-sizing: border-box;
  padding-right: 10px;
  text-align: right;
  font-size: 12px;
  font-weight: normal;
  color: #85868f; }
  .news-page-show .show-news .tag a {
    margin-left: 5px;
    color: #85868f; }

.wenti-page-list .list-wenti .item {
  box-sizing: border-box;
  border: 1px solid #e3e3eb; }
  .wenti-page-list .list-wenti .item + .item {
    margin-top: 22px; }
  .wenti-page-list .list-wenti .item .faq-q {
    position: relative;
    z-index: 2;
    height: 90px;
    line-height: 90px;
    font-size: 16px;
    font-weight: normal;
    padding: 0 100px; }
    .wenti-page-list .list-wenti .item .faq-q.open {
      background-color: #d82019;
      color: #fff; }
      .wenti-page-list .list-wenti .item .faq-q.open:before, .wenti-page-list .list-wenti .item .faq-q.open:after {
        color: #fff;
        background-color: #d82019; }
    .wenti-page-list .list-wenti .item .faq-q:before {
      content: "Q";
      font-size: 48px;
      font-weight: bold;
      text-align: center;
      line-height: 90px;
      position: absolute;
      width: 90px;
      height: 90px;
      top: 0;
      left: 0;
      color: #85868f; }
    .wenti-page-list .list-wenti .item .faq-q:after {
      font-size: 24px;
      background-color: #f1f4f9;
      text-align: center;
      line-height: 90px;
      position: absolute;
      width: 90px;
      height: 90px;
      top: 0;
      right: 0;
      color: #85868f; }
  .wenti-page-list .list-wenti .item .faq-a {
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    font-size: 14px;
    font-weight: normal;
    padding: 40px 100px;
    min-height: 90px;
    background-color: #f1f4f9;
    transition: 500ms;
    width: 100%;
    display: none; }
    .wenti-page-list .list-wenti .item .faq-a:before {
      content: "A";
      font-size: 48px;
      font-weight: bold;
      line-height: 1em;
      text-align: center;
      width: 90px;
      height: 1em;
      position: absolute;
      top: 40px;
      left: 0;
      color: #d82019; }

.job-page-list .list-job {
  grid-gap: 40px 50px; }
  .job-page-list .list-job .item {
    box-sizing: border-box;
    border: 2px solid #f2f0ec; }
    .job-page-list .list-job .item:hover .Delivery {
      background-color: #d82019; }
    .job-page-list .list-job .item .posititext {
      box-sizing: border-box;
      padding: 33px 30px 10px;
      color: #333; }
      .job-page-list .list-job .item .posititext .title {
        font-size: 18px;
        font-weight: normal;
        line-height: 1em;
        margin-bottom: 18px; }
      .job-page-list .list-job .item .posititext .desc {
        margin-top: 18px; }
        .job-page-list .list-job .item .posititext .desc .t {
          font-size: 16px; }
    .job-page-list .list-job .item .Delivery {
      display: block;
      height: 45px;
      line-height: 45px;
      color: #fff;
      text-align: center; }

.contact-page-show .max-box {
  background-color: #f2f2f2;
  border: 2px solid #fcfcfc; }
  .contact-page-show .max-box .pic {
    margin-right: 20px; }
  .contact-page-show .max-box .list {
    padding: 3% 5% 0; }
    .contact-page-show .max-box .list .companyName {
      font-size: 24px;
      font-weight: normal;
      color: #d82019;
      line-height: 1em;
      margin-bottom: 20px; }
    .contact-page-show .max-box .list .item {
      height: 40px;
      line-height: 40px;
      color: #85868f; }

.tags-box {
  margin-top: 60px; }
  .tags-box .title-box {
    line-height: 30px;
    font-size: 30px;
    margin-bottom: 30px; }
  .tags-box img {
    width: auto;
    height: 150px;
    box-shadow: 0 0 5px 1px #f1f4f9; }

.down-page-list .list-download .item {
  justify-content: space-between;
  box-sizing: border-box;
  border: 1px solid #f2f2f2;
  height: 90px;
  line-height: 90px; }
  .down-page-list .list-download .item + .item {
    margin-top: 20px; }
  .down-page-list .list-download .item .outer-div {
    justify-content: space-between;
    display: block;
    height: 100%; }
  .down-page-list .list-download .item .down-text {
    text-indent: 50px;
    font-size: 16px; }
  .down-page-list .list-download .item:hover {
    background-color: #d82019; }
    .down-page-list .list-download .item:hover .outer-div {
      color: #fff; }
    .down-page-list .list-download .item:hover .down-btn {
      background-color: #d82019; }
  .down-page-list .list-download .item .down-btn {
    width: 90px;
    height: 100%;
    box-sizing: border-box;
    text-align: center;
    background-color: #f2f2f2;
    font-size: 36px; }

.formSet input[type=submit] {
  background-color: #d82019;
  height: 50px;
  line-height: 50px; }

.tag-area {
  margin-top: 50px;
  margin-bottom: 30px; }
  .tag-area .area-title {
    display: block;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    padding: 10px 0;
    border-bottom: 1px solid #d82019;
    border-left: 10px solid #d82019;
    text-indent: 1em;
    margin-bottom: 20px; }

.tag-products .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  grid-gap: 30px 30px;
  line-height: 3; }
  .tag-products .list .item {
    box-shadow: 0 0 10px 2px #f8f8f8; }
    .tag-products .list .item:hover img {
      transform: scale(1.05); }
  .tag-products .list .title {
    text-align: center; }
  .tag-products .list .pic {
    overflow: hidden; }
  .tag-products .list img {
    transition: 500ms; }
  .tag-products .list .tags {
    display: none; }

.tag-news .item {
  border-bottom: 1px dashed #d82019;
  padding: 10px; }
  .tag-news .item .title-a {
    display: block;
    transition: 500ms;
    font-size: 16px;
    font-weight: bold; }
    .tag-news .item .title-a:hover {
      text-indent: 2em; }
  .tag-news .item .desc {
    text-indent: 2em;
    font-size: 14px;
    font-weight: normal;
    margin: 5px 0;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 20px;
    height: 40px; }
  .tag-news .item .tag {
    text-indent: 1em;
    font-size: 12px;
    font-weight: normal; }
  .tag-news .item .tags-a {
    margin-left: 10px; }

.list-city .item {
  padding: 10px 0; }
  .list-city .item .outer-div {
    height: 60px;
    overflow: hidden;
    background-color: #f7f7f7; }
  .list-city .item .city {
    width: 180px;
    text-align: center;
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 30px;
    padding: 0 10px;
    font-size: 18px;
    background-color: #d82019;
    color: #fff; }
  .list-city .item .title {
    padding: 0 20px;
    line-height: 60px;
    width: 760px;
    flex: auto; }
  .list-city .item .time {
    padding: 0 10px;
    line-height: 60px;
    flex: none; }

.inquire-page-list .inquireToBasket, .inquire-page-list .thead-table {
  width: 100%; }
  .inquire-page-list .inquireToBasket th, .inquire-page-list .inquireToBasket td, .inquire-page-list .thead-table th, .inquire-page-list .thead-table td {
    padding: 10px 20px;
    border: 1px solid #eee; }
  .inquire-page-list .inquireToBasket th, .inquire-page-list .thead-table th {
    background-color: #ccc; }
  .inquire-page-list .inquireToBasket tr, .inquire-page-list .thead-table tr {
    width: 100%; }
    .inquire-page-list .inquireToBasket tr .td-pic, .inquire-page-list .thead-table tr .td-pic {
      width: 200px;
      text-align: center; }
    .inquire-page-list .inquireToBasket tr .td-Options, .inquire-page-list .thead-table tr .td-Options {
      width: 200px;
      text-align: center; }
    .inquire-page-list .inquireToBasket tr .td-name, .inquire-page-list .thead-table tr .td-name {
      width: auto;
      text-align: left; }

.footer-basket-div .basket-ico {
  position: fixed;
  z-index: 3;
  bottom: 90px;
  right: 20px;
  width: 50px;
  height: 50px;
  background-color: #7a8599;
  border-radius: 25px;
  cursor: pointer;
  font-size: 30px;
  line-height: 50px;
  text-align: center; }
  .footer-basket-div .basket-ico:before {
    position: absolute;
    cursor: pointer;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff; }
  .footer-basket-div .basket-ico .inquiry-number {
    position: absolute;
    top: 0;
    right: -5px;
    width: 20px;
    height: 20px;
    background-color: #f00;
    border-radius: 10px;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    display: none; }
  .footer-basket-div .basket-ico.hasInquiry .inquiry-number {
    display: block; }
.footer-basket-div .basket-main-div {
  position: fixed;
  right: 0;
  bottom: -100%;
  z-index: 6666666;
  width: 230px;
  box-shadow: 0 0 5px 0 #7a8599;
  background-color: #fff;
  transition: 500ms; }
  .footer-basket-div .basket-main-div .basket-title {
    height: 40px;
    line-height: 40px;
    background-color: #7a8599;
    color: #fff;
    text-align: center; }
    .footer-basket-div .basket-main-div .basket-title .btn-hide {
      position: absolute;
      width: 40px;
      text-align: center;
      left: 0;
      top: 0;
      cursor: pointer; }
    .footer-basket-div .basket-main-div .basket-title .inquiry-number {
      color: #d82019; }
  .footer-basket-div .basket-main-div .basket-list {
    padding: 10px;
    height: 200px;
    overflow-y: scroll; }
    .footer-basket-div .basket-main-div .basket-list .item {
      padding-bottom: 5px; }
      .footer-basket-div .basket-main-div .basket-list .item + .item {
        padding-top: 5px;
        border-top: 1px solid #7a8599; }
      .footer-basket-div .basket-main-div .basket-list .item:hover .text-box .deleteToBasket {
        display: block;
        cursor: pointer; }
    .footer-basket-div .basket-main-div .basket-list .pic {
      width: 40px;
      flex: none;
      margin-right: 10px; }
    .footer-basket-div .basket-main-div .basket-list .text-box {
      width: 200px;
      flex: auto;
      width: 150px;
      font-size: 12px; }
      .footer-basket-div .basket-main-div .basket-list .text-box a {
        color: #d82019; }
      .footer-basket-div .basket-main-div .basket-list .text-box .deleteToBasket {
        display: none;
        color: #7a8599; }
  .footer-basket-div .basket-main-div .basket-footer {
    display: -webkit-flex !important;
    display: flex !important;
    -ms-display: flex !important;
    justify-content: space-between;
    padding: 10px; }
    .footer-basket-div .basket-main-div .basket-footer .btn {
      height: 30px;
      line-height: 30px;
      padding: 0 10px;
      background-color: #e64545;
      color: #f8f8f8;
      border-radius: 5px;
      cursor: pointer; }
      .footer-basket-div .basket-main-div .basket-footer .btn a {
        color: #f8f8f8; }
      .footer-basket-div .basket-main-div .basket-footer .btn.empty {
        background-color: #f8f8f8;
        color: #e64545; }
  .footer-basket-div .basket-main-div.hideDiv {
    bottom: -100%; }
  .footer-basket-div .basket-main-div.showDiv {
    bottom: 0; }


