@font-face {
  font-family: "Helvetica-Neue-local";
  src: url("../font/Helvetica-Neue-2.ttf"); }

html, body {
  font-family: "Helvetica-Neue-local", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #192132; }

.bg-gray {
  background-color: #F4F7FE; }

/* m-foot */
.wsc-botfix .item3 i {
  background-color: #B30A14; }

.wsc-botfix .item:hover, .wsc-botfix .item.active {
  color: #B30A14; }

/* topbar */
.m-topbar {
  width: 90%;
  max-width: 1180px;
  height: 80px;
  margin: 0 auto;
  border-bottom: 1px solid #DADADA; }

.u-topbar-logo {
  display: block;
  width: 274px;
  height: 48px;
  margin-top: 17px;
  float: left; }
  .u-topbar-logo img {
    display: block;
    width: 100%;
    height: 100%; }

.m-topbar-right {
  float: right;
  padding-top: 29px; }

.u-topbar-chat-btn::after,
.u-topbar-email-txt::after,
.u-topbar-phone-txt::after {
  content: '';
  display: block;
  width: 1px;
  height: 12px;
  background-color: #C3C3C3;
  position: absolute;
  top: 6px;
  right: -20px; }

.u-topbar-chat-btn {
  display: block;
  width: 104px;
  height: 24px;
  margin: 0 20px;
  padding-left: 36px;
  line-height: 24px;
  border-radius: 5px;
  background-color: #B30A14;
  color: rgba(255, 255, 255, 0.8) !important;
  position: relative;
  float: left;
  transition: all 0.3s; }
  .u-topbar-chat-btn::before {
    content: '';
    display: block;
    width: 22px;
    height: 16px;
    background: url("../image/i-serv.png") no-repeat center center/100% 100%;
    position: absolute;
    top: 4px;
    left: 6px; }
  .u-topbar-chat-btn:link {
    color: rgba(255, 255, 255, 0.8) !important; }
  .u-topbar-chat-btn:hover {
    color: #fff !important;
    background-color: #8A040C; }
  .u-topbar-chat-btn:visited {
    color: rgba(255, 255, 255, 0.8) !important; }
  .u-topbar-chat-btn:active {
    color: #fff !important; }

.u-topbar-email-txt {
  display: block;
  height: 24px;
  margin: 0 20px;
  line-height: 24px;
  padding-left: 24px;
  color: rgba(25, 33, 50, 0.8);
  position: relative;
  float: left; }
  .u-topbar-email-txt::before {
    content: '';
    display: block;
    width: 16px;
    height: 12px;
    background: url("../image/i-msg.png") no-repeat center center/100% 100%;
    position: absolute;
    top: 6px;
    left: 0px; }
  .u-topbar-email-txt:hover {
    color: #192132; }

.u-topbar-phone-txt {
  display: block;
  height: 24px;
  margin: 0 20px;
  line-height: 24px;
  padding-left: 24px;
  color: rgba(179, 10, 20, 0.8);
  position: relative;
  float: left; }
  .u-topbar-phone-txt::before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: url("../image/i-phone.png") no-repeat center center/100% 100%;
    position: absolute;
    top: 4px;
    left: 0px; }
  .u-topbar-phone-txt:hover {
    color: rgba(179, 10, 20, 0.8); }

.m-topbar-language-select {
  margin-left: 20px;
  padding-bottom: 26px;
  position: relative;
  float: left; }
  .m-topbar-language-select p {
    height: 24px;
    line-height: 24px;
    color: rgba(25, 33, 50, 0.8);
    padding: 0 18px 0 24px;
    position: relative;
    cursor: pointer; }
    .m-topbar-language-select p::before {
      content: '';
      display: block;
      width: 16px;
      height: 16px;
      background: url("../image/i-earth.png") no-repeat center center/100% 100%;
      position: absolute;
      top: 4px;
      left: 0px; }
    .m-topbar-language-select p i {
      display: block;
      width: 18px;
      height: 18px;
      background: url("../image/i-arrow-down.png") no-repeat center center/10px 5px;
      position: absolute;
      top: 3px;
      right: 0;
      transition: all .3s; }
  .m-topbar-language-select div {
    width: 72px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
    position: absolute;
    left: 8px;
    top: 40px;
    white-space: nowrap;
    box-shadow: 0px 0px 15px 0px rgba(45, 57, 100, 0.15);
    z-index: 10;
    border-radius: 3px; }
    .m-topbar-language-select div a {
      display: block;
      background: #fff;
      font-size: 14px;
      color: rgba(25, 33, 50, 0.8);
      height: 30px;
      line-height: 30px;
      transition: 0.3s;
      text-align: center; }
      .m-topbar-language-select div a:hover {
        background-color: #F4F7FE; }
  .m-topbar-language-select:hover div {
    opacity: 1;
    visibility: visible; }
  .m-topbar-language-select:hover i {
    transform: rotate(180deg); }

/* end */
/* header */
.m-header {
  height: 74px;
  width: 90%;
  max-width: 1180px;
  margin: 0 auto; }

.m-header-nav {
  line-height: 74px;
  float: left;
  position: relative; }
  .m-header-nav li {
    margin-right: 40px;
    float: left;
    transition: all 0.3s; }
    .m-header-nav li .u-header-nav-item {
      display: block;
      color: #192132;
      font-size: 18px;
      position: relative;
      transition: all 0.5s; }
      .m-header-nav li .u-header-nav-item::after {
        content: '';
        display: none;
        width: 100%;
        height: 3px;
        background-color: #B30A14;
        position: absolute;
        bottom: 0;
        left: 0;
        transition: all 0.5s; }
    .m-header-nav li:hover .u-header-nav-item, .m-header-nav li.active .u-header-nav-item {
      color: #B30A14; }
      .m-header-nav li:hover .u-header-nav-item::after, .m-header-nav li.active .u-header-nav-item::after {
        display: block; }
    .m-header-nav li:hover .m-header-extend {
      height: auto;
      padding: 26px 20px 30px;
      z-index: 5;
      border-bottom: 4px solid #B30A14; }

.m-header-form {
  width: 240px;
  height: 34px;
  margin-top: 20px;
  border: 1px solid #C3C3C3;
  border-radius: 16px;
  float: right;
  position: relative; }
  .m-header-form input {
    width: 100%;
    height: 100%;
    padding: 10px 40px 10px 20px;
    border: none;
    border-radius: 16px;
    transition: all 0.3s; }
  .m-header-form button {
    width: 32px;
    height: 32px;
    border: none;
    font-size: 0;
    background: #fff url("../image/i-search.png") no-repeat center center/17px 17px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50%; }
    .m-header-form button:hover {
      background-image: url("./images/i-search-blue.png"); }
  .m-header-form:hover {
    border-color: #7C7C7C; }

.z-unbanner-page .layout-head-wrap {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); }

/* end */
/* index-swiper */
.index-swiper {
  width: 100%;
  height: 760px; }
  .index-swiper .swiper-slide {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
  .index-swiper .swiper-pagination-bullets {
    width: 100%;
    bottom: 35px; }
    .index-swiper .swiper-pagination-bullets .swiper-pagination-bullet {
      width: 60px;
      height: 6px;
      margin: 0 5px;
      border-radius: 10px;
      background-color: #fff; }

/* end */
/* footer */
.m-footer {
  padding: 60px 0 40px;
  background-color: #071631; }

.m-footer-main {
  width: 90%;
  max-width: 1180px;
  margin: 0 auto; }

.m-footer-info {
  float: left; }
  .m-footer-info dt {
    margin-bottom: 26px;
    font-size: 18px;
    color: #fff;
    line-height: 14px; }
  .m-footer-info dd {
    margin-bottom: 10px;
    padding-left: 28px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.5);
    position: relative; }
    .m-footer-info dd em {
      font-weight: bold; }
    .m-footer-info dd a {
      transition: all 0.3s; }
      .m-footer-info dd a:hover {
        color: white; }
    .m-footer-info dd img {
      display: block;
      position: absolute;
      left: 0; }
    .m-footer-info dd .i-foot-tel {
      display: block;
      width: 16px;
      height: 16px;
      top: 2px; }
    .m-footer-info dd .i-foot-mobile {
      width: 12px;
      height: 19px;
      top: 0;
      left: 2px; }
    .m-footer-info dd .i-foot-msg {
      width: 16px;
      height: 13px;
      top: 3px; }
    .m-footer-info dd .i-foot-wx {
      width: 17px;
      height: 14px;
      top: 3px; }
    .m-footer-info dd .i-foot-map {
      width: 15px;
      height: 16px;
      top: 2px;
      left: 1px; }

.m-foot-right {
  width: 660px;
  float: right; }

.m-footer-right-logo {
  display: block;
  width: 244px;
  height: 43px;
  float: right; }
  .m-footer-right-logo img {
    display: block;
    width: 100%;
    height: 100%; }

.m-foot-nav {
  margin-top: 32px;
  float: right; }
  .m-foot-nav a {
    display: block;
    float: left;
    margin-right: 40px;
    line-height: 32px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
    position: relative;
    letter-spacing: -1px;
    transition: all 0.3s; }
    .m-foot-nav a::before {
      content: '';
      display: block;
      width: 1px;
      height: 14px;
      background-color: rgba(255, 255, 255, 0.2);
      position: absolute;
      top: 9px;
      right: -20px; }
    .m-foot-nav a:last-child {
      margin-right: 0; }
      .m-foot-nav a:last-child::before {
        display: none; }
    .m-foot-nav a:hover {
      color: white; }

.m-foot-share {
  width: 100%;
  margin-top: 30px;
  float: right; }
  .m-foot-share a {
    display: block;
    width: 40px;
    height: 40px;
    margin-left: 11px;
    float: right;
    position: relative; }
    .m-foot-share a img {
      width: 100%;
      height: 100%;
      transition: all 0.3s;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0; }
      .m-foot-share a img.u-foot-share-img {
        opacity: 1; }
    .m-foot-share a:hover img.u-foot-share-img {
      opacity: 0; }
    .m-foot-share a:hover img.u-foot-share-img-hover {
      opacity: 1; }

/* end */
/* footbar */
.m-footbar {
  padding: 25px 0;
  background-color: #071631;
  border-top: 1px solid rgba(255, 255, 255, 0.2); }

.m-footbar-main {
  width: 90%;
  max-width: 1180px;
  margin: 0 auto; }
  .m-footbar-main p {
    float: left;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.3); }
    .m-footbar-main p a:hover {
      color: #fff; }
  .m-footbar-main div {
    float: right; }
    .m-footbar-main div a {
      display: block;
      float: left;
      line-height: 24px;
      color: rgba(255, 255, 255, 0.3); }
      .m-footbar-main div a:hover {
        color: white; }
    .m-footbar-main div i {
      display: block;
      float: left;
      margin: 0 10px;
      line-height: 24px;
      color: rgba(255, 255, 255, 0.3); }

/* end */
/* leave msg */
.m-leave-msg {
  padding: 80px 0; }
  .m-leave-msg.z-index-leave-msg {
    padding: 103px 0; }
  .m-leave-msg.z-product-leave-msg {
    padding: 148px 0 80px; }

.m-leave-msg-main {
  max-width: 1180px;
  margin: 0 auto;
  padding: 60px 80px;
  background: url("../image/bg-leave-msg.png") no-repeat center center/cover; }

.m-leave-msg-title {
  color: #fff; }
  .m-leave-msg-title dt {
    line-height: 28px;
    font-size: 38px; }
  .m-leave-msg-title dd {
    margin-top: 20px;
    line-height: 16px;
    font-size: 16px; }

.m-leave-msg-form {
  margin-top: 26px; }
  .m-leave-msg-form input, .m-leave-msg-form textarea {
    padding: 10px 20px;
    border: 1px solid rgba(0, 0, 0, 0.4);
    background-color: rgba(7, 22, 49, 0.4);
    border-radius: 3px;
    color: #fff;
    transition: all 0.3s; }
    .m-leave-msg-form input.d-err, .m-leave-msg-form textarea.d-err {
      border-color: #B30A14; }
    .m-leave-msg-form input::placeholder, .m-leave-msg-form textarea::placeholder {
      color: rgba(255, 255, 255, 0.7); }
    .m-leave-msg-form input:focus, .m-leave-msg-form textarea:focus {
      background-color: rgba(7, 22, 49, 0.7); }
      .m-leave-msg-form input:focus.d-err, .m-leave-msg-form textarea:focus.d-err {
        border-color: rgba(0, 0, 0, 0.4); }
  .m-leave-msg-form .u-leave-msg-equ {
    width: 100%;
    margin-top: 8px; }
  .m-leave-msg-form .u-leave-msg-other {
    display: block;
    width: 100%;
    margin-top: 8px;
    resize: none; }
  .m-leave-msg-form button {
    display: block;
    width: 300px;
    height: 48px;
    margin: 20px auto 0;
    line-height: 48px;
    text-align: center;
    font-size: 16px;
    border-radius: 24px;
    background-color: #B30A14;
    font-weight: bold;
    border: none;
    color: #fff;
    transition: all 0.3s; }
    .m-leave-msg-form button:hover {
      background-color: #8A040C; }
  .m-leave-msg-form .z-leave-form-tel {
    margin: 0 8px; }

.m-leave-msg-hub {
  display: flex;
  justify-content: space-between; }
  .m-leave-msg-hub input {
    width: 421px; }

/* end */
/* our products */
.mod-title {
  display: flex;
  justify-content: center;
  align-items: center; }
  .mod-title p {
    padding: 0 20px;
    line-height: 28px;
    font-size: 38px;
    color: #192132;
    font-weight: 800; }
  .mod-title i {
    display: block;
    width: 126px;
    height: 4px; }
  .mod-title .i-txt-left {
    background: url("../image/i-txt-left.png") no-repeat center center/cover; }
  .mod-title .i-txt-right {
    background: url("../image/i-txt-right.png") no-repeat center center/cover; }

.our-products {
  padding: 100px 0;
  background-color: #F4F7FE; }
  .our-products .btn-learn-more {
    margin: 40px auto 0; }

.our-products-main {
  width: 1440px;
  margin: 0 auto;
  overflow: hidden; }

.our-products-list {
  margin-top: 40px;
  margin-left: -11px;
  margin-right: -11px; }
  .our-products-list li {
    width: 467px;
    margin: 0 10px 20px;
    float: left; }

.our-products-img {
  width: 100%;
  height: 240px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .our-products-img img {
    max-width: 100%;
    max-height: 100%; }

.our-products-info {
  width: 427px;
  height: 282px;
  padding: 38px 60px 0;
  background-color: #fff;
  margin-top: -70px;
  margin-left: 20px;
  position: relative;
  z-index: 1; }
  .our-products-info h4 {
    width: 100%;
    height: 52px;
    line-height: 26px;
    overflow: hidden;
    font-size: 22px;
    color: #192132;
    font-weight: 500; }
    .our-products-info h4:hover {
      color: #2864CA; }
  .our-products-info p {
    width: 100%;
    height: 72px;
    margin-top: 22px;
    line-height: 24px;
    font-size: 16px;
    color: #2D3964;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; }
  .our-products-info div {
    margin-top: 26px;
    display: flex;
    justify-content: space-between; }
    .our-products-info div a {
      display: block;
      width: 148px;
      height: 32px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-width: 2px;
      line-height: 28px;
      border-radius: 16px;
      border-style: solid;
      font-size: 16px;
      transition: all 0.3s; }
      .our-products-info div a i {
        display: block;
        width: 11px;
        height: 12px;
        margin-left: 8px; }
      .our-products-info div a.u-our-products-lean {
        color: #2D3964;
        border-color: #2D3964; }
        .our-products-info div a.u-our-products-lean i {
          background: url("./images/i-arrow-blue.png") no-repeat center center/cover; }
        .our-products-info div a.u-our-products-lean:hover {
          background-color: #2D3964; }
      .our-products-info div a.u-our-products-chat {
        color: #B30A14;
        border-color: #B30A14; }
        .our-products-info div a.u-our-products-chat i {
          background: url("./images/i-arrow-red.png") no-repeat center center/cover; }
        .our-products-info div a.u-our-products-chat:hover {
          background-color: #B30A14; }
      .our-products-info div a:hover {
        color: #fff; }
        .our-products-info div a:hover i {
          background: url("../image/i-arrow-white.png") no-repeat center center/cover; }

.btn-learn-more {
  display: block;
  width: 200px;
  height: 48px;
  line-height: 44px;
  border: 2px solid #2D3964;
  color: #2D3964;
  font-size: 16px;
  text-align: center;
  border-radius: 24px;
  font-weight: bold;
  transition: all 0.3s; }
  .btn-learn-more:hover {
    background-color: #2D3964;
    color: #fff; }

/* end */
/* production line */
.production-line {
  padding: 100px 0; }

.production-line-main {
  max-width: 1180px;
  height: 680px;
  margin: 40px auto 0;
  position: relative; }

.production-line-img {
  width: 100%;
  height: 100%; }
  .production-line-img a {
    display: none;
    width: 100%;
    height: 100%;
    transition: all 0.3s; }
    .production-line-img a.active {
      display: block; }
  .production-line-img img {
    width: 100%;
    height: 100%; }

.production-line-tab {
  width: 100%;
  height: 160px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1; }
  .production-line-tab a {
    display: block;
    width: 25%;
    height: 100%;
    float: left;
    background-color: rgba(25, 33, 50, 0.8);
    position: relative;
    border-left: 1px solid #192132;
    cursor: pointer;
    transition: all 0.3s; }
    .production-line-tab a img {
      display: block;
      width: 64px;
      height: 64px;
      margin: 20px auto 0; }
    .production-line-tab a p {
      margin-top: 8px;
      text-align: center;
      color: #fff;
      line-height: 26px;
      font-size: 20px; }
    .production-line-tab a.active, .production-line-tab a:hover {
      background-color: #B30A14; }
    .production-line-tab a:first-child {
      border-left: none; }

/* end */
/* about us */
.about-us {
  width: 100%;
  height: 800px;
  padding-top: 100px;
  background: url("./images/img-about-1.png") no-repeat center center/cover;
  position: relative; }
  .about-us .mod-title p {
    color: #fff; }
  .about-us .mod-title .i-txt-left {
    background: url("../image/i-txt-left-white.png") no-repeat center center/cover; }
  .about-us .mod-title .i-txt-right {
    background: url("../image/i-txt-right-white.png") no-repeat center center/cover; }

.about-us-info {
  width: 1410px;
  margin: 36px auto 0;
  font-size: 16px;
  line-height: 24px;
  color: #fff; }

.about-us-btn-wrap {
  margin: 38px;
  display: flex;
  justify-content: center; }
  .about-us-btn-wrap a {
    display: flex;
    display: -webkit-flex;
    width: 240px;
    height: 48px;
    margin: 0 10px;
    background: rgba(255, 255, 255, 0.15);
    border: 2px solid #FFFFFF;
    border-radius: 24px;
    line-height: 44px;
    font-size: 16px;
    font-weight: bold;
    justify-content: center;
    align-items: center;
    color: #fff;
    transition: all 0.3s; }
    .about-us-btn-wrap a i {
      display: inline-block;
      width: 11px;
      height: 14px;
      margin-left: 8px;
      background: url("./images/i-arrow-sj.png") no-repeat center center/100% 100%;
      vertical-align: middle; }
    .about-us-btn-wrap a:hover {
      background-color: #fff;
      color: #2D3964; }
      .about-us-btn-wrap a:hover i {
        background-image: url("../image/i-arrow-sj-hover.png"); }

.about-us-data {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  margin-top: 80px; }
  .about-us-data li {
    width: 360px; }
  .about-us-data div {
    width: 65px;
    height: 42px;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center; }
    .about-us-data div img {
      max-width: 65px;
      max-height: 42px; }
  .about-us-data h4 {
    height: 40px;
    margin-top: 20px;
    line-height: 40px;
    font-size: 54px;
    font-family: Arial;
    font-weight: bold;
    color: #fff;
    text-align: center; }
    .about-us-data h4 span {
      font-size: 26px;
      font-weight: 400;
      margin-left: 5px;
      vertical-align: bottom; }
  .about-us-data p {
    margin-top: 15px;
    line-height: 15px;
    text-align: center;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8); }

.about-us-intro {
  width: 100%;
  height: 227px;
  position: absolute;
  bottom: 0;
  left: 0; }
  .about-us-intro li {
    width: 50%;
    height: 100%;
    float: left;
    padding: 39px 88px 0 39px;
    background-color: #203E83; }
    .about-us-intro li img {
      display: block;
      width: 95px;
      height: 95px;
      float: left; }
    .about-us-intro li div {
      margin-left: 29px;
      float: left;
      color: #fff; }
    .about-us-intro li h4 {
      line-height: 22px;
      font-size: 28px;
      font-weight: 500; }
    .about-us-intro li p {
      width: 551px;
      margin-top: 18px;
      line-height: 24px;
      font-size: 16px; }
    .about-us-intro li label {
      display: block;
      margin-top: 20px;
      height: 19px;
      font-size: 16px;
      font-weight: bold;
      transition: all 0.3s;
      cursor: pointer; }
      .about-us-intro li label span {
        display: block;
        line-height: 19px;
        float: left; }
      .about-us-intro li label i {
        display: block;
        width: 11px;
        height: 14px;
        margin: 2px 0 0 5px;
        float: left;
        background: url("../image/i-arrow-white.png") no-repeat center center/100% 100%; }
      .about-us-intro li label:hover {
        text-indent: 10px; }
    .about-us-intro li:first-child {
      padding-left: 0;
      background-color: #1D3368; }
      .about-us-intro li:first-child p {
        width: 507px; }
      .about-us-intro li:first-child div, .about-us-intro li:first-child img {
        float: right; }
    .about-us-intro li:last-child {
      padding-right: 0; }

/* end */
/* index news */
.index-news {
  padding: 100px 0;
  background-color: #F4F7FE; }
  .index-news .btn-learn-more {
    margin: 60px auto 0; }

.index-news-main {
  width: 1440px;
  margin: 40px auto 0; }

.index-news-focus {
  display: block;
  width: 710px;
  height: 580px;
  padding: 40px 40px 10px;
  background-color: #fff;
  float: left; }
  .index-news-focus div {
    width: 100%;
    height: 355px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    overflow: hidden; }
    .index-news-focus div img {
      max-width: 100%;
      max-height: 100%;
      transition: all 0.3s; }
    .index-news-focus div:hover img {
      transform: scale(1.08); }
  .index-news-focus h4 {
    width: 100%;
    height: 25px;
    margin-top: 28px;
    line-height: 25px;
    font-size: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #192132; }
  .index-news-focus span {
    display: block;
    margin-top: 15px;
    line-height: 12px;
    font-size: 16px;
    color: #84878D; }
  .index-news-focus p {
    width: 100%;
    height: 48px;
    line-height: 24px;
    margin-top: 20px;
    color: #2D3964;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; }
  .index-news-focus:hover {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05); }

.index-news-list {
  width: 710px;
  float: right; }
  .index-news-list a {
    display: block;
    width: 100%;
    height: 130px;
    padding: 38px 62px 40px;
    margin-bottom: 20px;
    background-color: #fff;
    position: relative; }
    .index-news-list a::before {
      content: '';
      display: block;
      width: 10px;
      height: 10px;
      background: url("../image/i-point.png") no-repeat center center/100% 100%;
      position: absolute;
      left: 40px;
      top: 44px; }
    .index-news-list a:last-child {
      margin-bottom: 0; }
    .index-news-list a:hover {
      box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05); }
  .index-news-list p {
    width: 100%;
    height: 25px;
    line-height: 25px;
    font-size: 22px;
    color: #192132;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .index-news-list span {
    display: block;
    margin-top: 15px;
    line-height: 12px;
    color: #84878D;
    font-size: 16px; }

/* end */
/* 首页宽度设置 */
.index-page .m-topbar,
.index-page .m-header,
.index-page .m-leave-msg-main,
.index-page .production-line-main,
.index-page .m-footer-main,
.index-page .m-footbar-main {
  max-width: 1440px; }

/* end */
/* common-banner */
.common-banner {
  width: 100%;
  height: 400px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center; }
  .common-banner dl {
    text-align: center; }
  .common-banner dt {
    line-height: 35px;
    font-size: 48px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0px 0px 62px #0A1A32; }
  .common-banner dd {
    margin-top: 20px;
    line-height: 22px;
    font-size: 22px;
    color: #fff;
    text-shadow: 0px 0px 12px #0A1A32; }

/* end */
/* crumbs */
.crumbs-nav .container {
  height: 60px;
  line-height: 60px;
  padding-left: 32px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #84878D;
  font-size: 14px; }
  .crumbs-nav .container::before {
    content: '';
    display: inline-block;
    width: 11px;
    height: 14px;
    background: url("../image/crumbs-icon.png") no-repeat center center/100% 100%;
    margin-right: 10px;
    position: absolute;
    top: 23px;
    left: 10px; }

.crumbs-nav a:hover {
  text-decoration: underline; }

.crumbs-nav i {
  margin: 0 5px; }

.crumbs-nav h1 {
  display: inline;
  color: #192132;
  font-size: 14px;
  font-weight: normal; }

/* end */
/*about */
.about-mod-title {
  line-height: 32px;
  font-size: 32px;
  text-align: center;
  font-weight: bold;
  color: #192132; }

.about-xkj-group {
  padding: 34px 0 80px; }

.about-xkj-group-intro {
  margin-top: 30px;
  font-size: 16px;
  line-height: 24px;
  color: #2D3964; }
  .about-xkj-group-intro li {
    margin-bottom: 12px; }
    .about-xkj-group-intro li:last-child {
      margin-bottom: 0; }

.about-xkj-group-info {
  margin-top: 54px; }
  .about-xkj-group-info li {
    position: relative; }
    .about-xkj-group-info li::before {
      content: '';
      display: block;
      width: 1px;
      height: 100%;
      background-color: #EAEAEA;
      position: absolute;
      top: 0;
      left: 0; }
    .about-xkj-group-info li:first-child::before {
      display: none; }
  .about-xkj-group-info div {
    width: 65px;
    height: 43px;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center; }
    .about-xkj-group-info div img {
      display: block;
      max-width: 100%;
      max-height: 100%; }
  .about-xkj-group-info h4 {
    margin-top: 20px;
    font-size: 40px;
    line-height: 40px;
    font-size: 54px;
    color: #203361;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center; }
    .about-xkj-group-info h4 span {
      display: inline-block;
      font-size: 26px;
      margin-left: 5px; }
  .about-xkj-group-info p {
    margin-top: 15px;
    line-height: 15px;
    font-size: 16px;
    color: #84878D;
    text-align: center; }

.about-xkj-group-img {
  display: block;
  width: 100%;
  margin: 40px auto 0; }

.about-production-strength {
  padding: 80px 0;
  background: url("../image/about-bg-1.png") no-repeat center center/cover; }
  .about-production-strength .about-mod-title {
    color: #fff; }

.about-production-strength-intro {
  margin-top: 28px;
  font-size: 16px;
  line-height: 24px;
  color: #fff; }

.about-production-strength-swiper {
  padding: 30px 31px;
  margin-top: 40px;
  background-color: #fff;
  border-radius: 50px;
  position: relative; }
  .about-production-strength-swiper .swiper {
    width: 100%;
    height: 260px;
    overflow: hidden; }
  .about-production-strength-swiper .swiper-slide {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center; }
  .about-production-strength-swiper .swiper-button-next,
  .about-production-strength-swiper .swiper-button-prev {
    width: 40px;
    height: 40px;
    opacity: 1;
    transition: all 0.3s; }
  .about-production-strength-swiper .swiper-button-prev {
    background: url("../image/icon-s-left.png") no-repeat center center/100% 100%;
    left: -60px; }
    .about-production-strength-swiper .swiper-button-prev:hover {
      background-image: url("../image/icon-s-left-hover.png"); }
  .about-production-strength-swiper .swiper-button-prev[aria-disabled="false"] {
    background-image: url("../image/icon-s-left-hover.png"); }
  .about-production-strength-swiper .swiper-button-next {
    background: url("../image/icon-s-right.png") no-repeat center center/100% 100%;
    right: -60px; }
    .about-production-strength-swiper .swiper-button-next:hover {
      background-image: url("./images/icon-s-right-hover.png"); }
  .about-production-strength-swiper .swiper-button-next[aria-disabled="false"] {
    background-image: url("./images/icon-s-right-hover.png"); }

.about-qualification {
  padding: 78px 0 40px;
  background-color: #F4EFF5; }

.about-qualification-intro {
  margin-top: 30px;
  color: #2D3964;
  font-size: 16px;
  line-height: 24px; }
  .about-qualification-intro li {
    margin-bottom: 12px; }
    .about-qualification-intro li:last-child {
      margin-bottom: 0; }

.about-qualification-img {
  display: block;
  width: 100%;
  margin: 44px auto 0; }

.about-international-cooperation {
  padding: 80px 0; }

.about-international-cooperation-intro {
  margin-top: 30px;
  line-height: 24px;
  font-size: 16px;
  color: #2D3964; }
  .about-international-cooperation-intro li {
    margin-bottom: 12px; }
    .about-international-cooperation-intro li:last-child {
      margin-bottom: 0; }

.about-international-cooperation-logo {
  margin-top: 35px;
  border-top: 1px solid #D2DDEB;
  border-right: 1px solid #D2DDEB; }
  .about-international-cooperation-logo li {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    height: 98px;
    align-items: center;
    border-left: 1px solid #D2DDEB;
    border-bottom: 1px solid #D2DDEB; }
    .about-international-cooperation-logo li img {
      max-width: 100%;
      max-height: 100%; }

.about-international-cooperation-img {
  display: block;
  width: 100%;
  margin: 40px auto 0; }

.about-service-commitment {
  padding-top: 80px;
  position: relative; }
  .about-service-commitment::before {
    content: '';
    display: block;
    width: 100%;
    height: 650px;
    background: url("../image/about-bg-3.png") no-repeat center center/cover;
    position: absolute;
    top: 0;
    left: 0; }
  .about-service-commitment .container {
    position: relative;
    z-index: 1; }
  .about-service-commitment .about-mod-title {
    color: #fff; }
  .about-service-commitment .about-service-commitment-intro {
    margin-top: 30px;
    line-height: 24px;
    font-size: 16px;
    color: #fff; }

.about-service-commitment-list {
  margin-top: 38px;
  margin-left: -10px;
  margin-right: -10px; }
  .about-service-commitment-list div {
    height: 625px;
    padding: 40px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 20px 0px rgba(45, 57, 100, 0.15); }
  .about-service-commitment-list img {
    display: block;
    width: 152px;
    height: 152px;
    margin: 0 auto; }
  .about-service-commitment-list h4 {
    margin-top: 29px;
    margin-left: -20px;
    margin-right: -20px;
    line-height: 17px;
    font-size: 22px;
    color: #192132;
    font-weight: bold;
    text-align: center; }
  .about-service-commitment-list p {
    margin-top: 26px;
    line-height: 24px;
    font-size: 16px;
    color: #2D3964; }
    .about-service-commitment-list p span {
      display: block;
      margin-bottom: 22px; }
      .about-service-commitment-list p span:last-child {
        margin-bottom: 22px; }

.m-latest-news {
  padding: 80px 0;
  background-color: #F4F7FE; }

.m-rec-title {
  height: 24px;
  margin-bottom: 40px; }
  .m-rec-title p {
    line-height: 24px;
    float: left;
    font-weight: bold;
    color: #192132;
    font-size: 32px; }
  .m-rec-title .u-rec-title-more {
    display: block;
    height: 24px;
    line-height: 24px;
    float: right;
    padding-right: 20px;
    position: relative;
    color: #84878D;
    font-size: 16px;
    transition: all 0.3s; }
    .m-rec-title .u-rec-title-more::after {
      content: '';
      display: block;
      width: 11px;
      height: 12px;
      background: url("../image/i-arrow-gray.png") no-repeat center center/100% 100%;
      position: absolute;
      right: 0;
      top: 6px;
      transition: all 0.3s; }
    .m-rec-title .u-rec-title-more:hover {
      color: #2864CA; }
      .m-rec-title .u-rec-title-more:hover::after {
        background-image: url("../image/i-arrow-hover.png"); }

.m-latest-news-hot {
  background-color: #fff; }
  .m-latest-news-hot .media {
    margin-top: 0;
    padding: 30px;
    border-bottom: 1px solid #eaeaea; }
    .m-latest-news-hot .media:last-child {
      border-bottom: none; }
    .m-latest-news-hot .media .media-left {
      padding-right: 0;
      overflow: hidden; }
      .m-latest-news-hot .media .media-left img {
        transition: all 0.3s; }
    .m-latest-news-hot .media .media-body {
      padding-left: 30px; }
    .m-latest-news-hot .media .media-heading {
      height: 72px;
      line-height: 24px;
      margin-top: 5px;
      margin-bottom: 15px;
      font-size: 16px;
      font-weight: 500;
      color: #192132;
      overflow: hidden;
      transition: all 0.3s;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3; }
    .m-latest-news-hot .media .media-time {
      line-height: 12px;
      font-size: 14px;
      color: #84878D; }
    .m-latest-news-hot .media:hover .media-heading {
      color: #2864CA; }
    .m-latest-news-hot .media:hover .media-left img {
      transform: scale(1.1); }

.m-latest-news-list {
  background-color: #fff;
  padding: 0 30px; }
  .m-latest-news-list a {
    display: block;
    padding: 27px 0 28px 22px;
    position: relative;
    border-bottom: 1px solid #eaeaea; }
    .m-latest-news-list a::after {
      content: '';
      display: block;
      width: 10px;
      height: 10px;
      background: url("../image/i-point.png") no-repeat center center/cover;
      position: absolute;
      top: 30px;
      left: 0; }
    .m-latest-news-list a:last-child {
      border-bottom: none; }
    .m-latest-news-list a p {
      height: 18px;
      line-height: 18px;
      width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      color: #192132;
      font-size: 16px;
      transition: all 0.3s; }
    .m-latest-news-list a span {
      display: block;
      margin-top: 16px;
      line-height: 11px;
      font-size: 12px;
      font-size: 14px;
      color: #84878D; }
    .m-latest-news-list a:hover p {
      color: #2864CA; }

/* end */
/* contact */
.contact-us {
  padding: 34px 0 60px;
  background: url("../image/contact-bg-1.jpg") no-repeat center center/cover; }

.contact-us-intro {
  margin-top: 35px;
  line-height: 24px;
  font-size: 16px;
  color: #2D3964; }

.contact-us-box {
  width: 100%;
  height: 510px;
  margin-top: 26px;
  box-shadow: 0px 0px 25px rgba(48, 75, 125, 0.15); }

.contact-us-form {
  width: 66%;
  height: 100%;
  padding: 60px;
  background-color: #F4F7FE;
  border-radius: 10px 0 0 10px;
  float: left; }

.contact-us-info {
  width: 34%;
  height: 100%;
  padding: 60px;
  float: right;
  background: url("./images/contact-bg-1.png") no-repeat center center/cover; }
  .contact-us-info dl {
    color: #fff; }
  .contact-us-info dt {
    margin-bottom: 40px;
    line-height: 17px;
    font-size: 22px;
    font-weight: 500; }
  .contact-us-info dd {
    padding-top: 4px;
    padding-left: 50px;
    min-height: 36px;
    margin-bottom: 20px;
    line-height: 24px;
    position: relative;
    font-size: 16px; }
    .contact-us-info dd img {
      display: block;
      width: 36px;
      height: 36px;
      position: absolute;
      top: 0;
      left: 0; }
  .contact-us-info .kf {
    display: flex;
    display: -webkit-flex;
    width: 100%;
    height: 48px;
    margin-top: 65px;
    line-height: 48px;
    border-radius: 24px;
    background-color: #B30A14;
    color: #fff;
    font-size: 16px;
    justify-content: center;
    align-items: center;
    transition: all 0.3s; }
    .contact-us-info a i {
      content: '';
      display: block;
      width: 22px;
      height: 16px;
      margin-right: 8px;
      background: url("../image/i-serv.png") no-repeat center center/cover; }
    .contact-us-info .kf:hover {
      background-color: #8A040C; }

.contact-us-form h4 {
  margin-bottom: 30px;
  line-height: 21px;
  font-size: 22px;
  font-weight: 500;
  color: #192132; }

.contact-us-form input, .contact-us-form textarea {
  width: 100%;
  padding: 10px 20px;
  border-radius: 3px;
  background: #FFFFFF;
  border: 1px solid #F0F0F0;
  line-height: 18px;
  transition: all 0.3s; }
  .contact-us-form input.active, .contact-us-form textarea.active {
    border: 1px solid #97B3F9; }
  .contact-us-form input.d-err, .contact-us-form textarea.d-err {
    border-color: #B30A14; }

.contact-us-form textarea {
  height: 80px;
  resize: none; }

.u-contact-us-form-item {
  margin-top: 8px;
  position: relative; }
  .u-contact-us-form-item label {
    padding-left: 21px;
    line-height: 40px;
    font-size: 14px;
    font-weight: normal;
    color: #A4AAB4;
    position: absolute;
    top: 0;
    left: 0;
    cursor: text; }
    .u-contact-us-form-item label span {
      color: #FF0000; }

.f-contact-us-sub {
  display: block;
  width: 240px;
  height: 48px;
  margin-top: 20px;
  background-color: #2D3964;
  border-radius: 24px;
  line-height: 48px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  border: none;
  transition: all 0.3s; }
  .f-contact-us-sub:hover {
    background-color: #0D1637; }

/* end */
/* news list */
.m-rec-products {
  padding: 80px 0;
  background-color: #F4F7FE; }

.m-rec-products-item {
  padding-bottom: 30px;
  background-color: #fff; }
  .m-rec-products-item:hover {
    box-shadow: 0 0 20px 0 rgba(45, 57, 100, 0.15); }

.m-rec-products-img {
  display: block;
  font-size: 0;
  overflow: hidden; }
  .m-rec-products-img img {
    display: inline-block;
    width: 100%;
    max-height: 100%;
    transition: all 0.3s; }
  .m-rec-products-img:hover img {
    transform: scale(1.08); }

.m-rec-products-title {
  display: block;
  height: 48px;
  width: 100%;
  margin: 20px 0 17px;
  padding: 0 20px;
  line-height: 24px;
  overflow: hidden;
  color: #192132;
  font-size: 16px;
  font-weight: 500; }
  .m-rec-products-title:hover {
    color: #2D3964; }

.m-rec-products-btns {
  padding: 0 20px; }
  .m-rec-products-btns a {
    display: block;
    width: 115px;
    height: 32px;
    line-height: 28px;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    font-size: 16px;
    border-radius: 16px;
    transition: all 0.3s; }
    .m-rec-products-btns a.fl {
      color: #2D3964;
      border-color: #2D3964; }
      .m-rec-products-btns a.fl:hover {
        color: #fff;
        background-color: #2D3964; }
    .m-rec-products-btns a.fr {
      color: #B30A14;
      border-color: #B30A14; }
      .m-rec-products-btns a.fr:hover {
        color: #fff;
        background-color: #B30A14; }

.new-tab {
  margin-top: 10px;
  height: 62px;
  line-height: 62px;
  border-bottom: 1px solid #dadada;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center; }
  .new-tab a {
    display: block;
    padding: 0 7px;
    margin: 0 24px;
    font-size: 22px;
    font-weight: bold;
    color: #192132;
    position: relative; }
    .new-tab a.active, .new-tab a:hover {
      color: #2D3964; }
      .new-tab a.active::after, .new-tab a:hover::after {
        content: '';
        display: block;
        width: 100%;
        height: 4px;
        background-color: #2D3964;
        position: absolute;
        left: 0;
        bottom: 0; }

.news-swiper {
  width: 100%;
  padding: 40px 0 100px;
  position: relative; }
  .news-swiper .swiper {
    width: 100%;
    height: 332px;
    overflow: hidden; }
  .news-swiper .swiper-slide {
    display: block;
    background-color: #F4F7FE; }
  .news-swiper .swiper-pagination {
    width: 100%;
    bottom: 55px; }
  .news-swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: url("../image/i-point-gray.png") no-repeat center center/cover;
    opacity: 1; }
    .news-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background-image: url("../image/i-point-red.png"); }

.news-swiper-img {
  width: 50%;
  height: 100%;
  float: left;
  position: relative;
  overflow: hidden; }
  .news-swiper-img img {
    width: 100%;
    max-height: 100%;
    transition: all 0.3s; }
  .news-swiper-img span {
    display: block;
    padding: 0 10px;
    height: 28px;
    line-height: 28px;
    background-color: #2D3964;
    border-radius: 3px;
    font-size: 14px;
    color: #fff;
    position: absolute;
    top: 20px;
    left: 20px; }
  .news-swiper-img:hover img {
    transform: scale(1.08); }

.news-swiper-info {
  width: 50%;
  height: 100%;
  padding: 36px 40px;
  float: left; }
  .news-swiper-info h4 {
    width: 100%;
    height: 52px;
    line-height: 26px;
    font-size: 22px;
    color: #192132;
    font-weight: 500;
    overflow: hidden; }
  .news-swiper-info span {
    display: block;
    margin-top: 14px;
    font-size: 14px;
    line-height: 12px;
    color: #84878D; }
  .news-swiper-info p {
    margin-top: 36px;
    width: 100%;
    height: 96px;
    overflow: hidden;
    font-size: 16px;
    line-height: 24px;
    color: #2D3964; }
  .news-swiper-info:hover h4 {
    color: #2864CA; }

.news-list li {
  margin-bottom: 20px; }

.news-list a {
  display: block;
  background-color: #F4F7FE; }
  .news-list a:hover {
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(45, 57, 100, 0.15); }

.news-list div {
  position: relative;
  overflow: hidden; }
  .news-list div span {
    display: block;
    padding: 0 10px;
    height: 28px;
    line-height: 28px;
    background-color: #2D3964;
    border-radius: 3px;
    font-size: 14px;
    color: #fff;
    position: absolute;
    top: 20px;
    left: 20px; }
  .news-list div img {
    width: 100%;
    max-height: 100%; }

.news-list dl {
  padding: 25px 30px 28px; }
  .news-list dl dt {
    width: 100%;
    height: 48px;
    line-height: 24px;
    overflow: hidden;
    color: #192132;
    font-size: 16px;
    font-weight: 500; }
  .news-list dl dd {
    margin-top: 18px;
    line-height: 14px;
    font-size: 14px;
    color: #84878D; }

.m-news-paging {
  padding: 20px 0; }

.paging-inner a, .paging-inner span {
  width: 40px;
  height: 40px;
  line-height: 38px;
  border-radius: 50%;
  border: 1px solid #DADADA;
  font-size: 16px;
  color: #2D3964; }
  .paging-inner a:hover, .paging-inner a.current, .paging-inner span:hover, .paging-inner span.current {
    background-color: #2D3964;
    border-color: #2D3964;
    color: #fff; }

.paging-inner .prev {
  background-image: url("../image/icon-s-left.png"); }
  .paging-inner .prev:hover {
    background-image: url("../image/icon-s-left-hover.png"); }

.paging-inner .next {
  background-image: url("../image/icon-s-right.png"); }
  .paging-inner .next:hover {
    background-image: url("./images/icon-s-right-hover.png"); }

/* end */
/* news-detail */
.news-detial-container {
  padding-top: 37px;
  padding-bottom: 80px; }

.layout-content {
  width: 880px;
  float: left; }

.d-tit {
  font-size: 28px;
  line-height: 32px;
  color: #192132;
  font-weight: bold; }

.d-info {
  margin-top: 17px;
  color: #84878D;
  font-size: 14px;
  height: 32px;
  line-height: 32px;
  position: relative; }
  .d-info p {
    margin-right: 78px;
    float: left;
    position: relative; }
  .d-info .d-time {
    padding-left: 24px; }
    .d-info .d-time::before {
      content: '';
      width: 14px;
      height: 14px;
      background: url("./images/icon-time.png") no-repeat center center/100% 100%;
      position: absolute;
      top: 9px;
      left: 0; }
  .d-info .d-number {
    padding-left: 31px; }
    .d-info .d-number::before {
      content: '';
      width: 21px;
      height: 11px;
      background: url("../image/icon-eye.png") no-repeat center center/100% 100%;
      position: absolute;
      top: 11px;
      left: 0; }
  .d-info .d-admin {
    padding-left: 22px; }
    .d-info .d-admin::before {
      content: '';
      width: 12px;
      height: 14px;
      background: url("../image/icon-adm.png") no-repeat center center/100% 100%;
      position: absolute;
      top: 9px;
      left: 0; }
  .d-info .d-backlist {
    display: block;
    width: 115px;
    height: 32px;
    margin-right: 0;
    padding-left: 13px;
    line-height: 30px;
    border-radius: 16px;
    border: 1px solid #EAEAEA;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.3s; }
    .d-info .d-backlist::after {
      content: '';
      display: block;
      width: 13px;
      height: 11px;
      background: url("./images/icon-back.png") no-repeat center center/100% 100%;
      position: absolute;
      top: 9px;
      right: 13px; }
    .d-info .d-backlist:hover {
      background-color: #E7EBF9; }

.wsc-edit {
  color: #2D3964; }

.wsc-tags {
  margin-top: 10px; }

.wsc-detseo {
  margin-top: 20px;
  padding: 15px 20px;
  background-color: #F4F7FE;
  font-size: 14px;
  line-height: 24px;
  color: #84878D; }

.wsc-tagsCon a {
  float: left;
  height: 28px;
  border-radius: 14px;
  border: solid 1px #EAEAEA;
  line-height: 26px;
  padding: 0 19px;
  font-size: 14px;
  color: #84878D;
  transition: 0.36s;
  margin-right: 8px;
  margin-top: 5px; }
  .wsc-tagsCon a:hover {
    background-color: #E7EBF9; }

.wsc-edit img, .wsc-edit video {
  margin: 30px auto; }

.wsc-edit img {
  cursor: default; }

.wsc-detlink {
  margin-top: 0;
  padding: 10px 30px;
  border: 1px solid #E6E6E6; }
  .wsc-detlink .dl-next {
    margin-top: 0; }
  .wsc-detlink div:last-child {
    border-bottom: none; }

.dl-prev, .dl-next {
  padding-top: 20px; }

.dl-prev {
  border-bottom: 1px solid #E6E6E6; }

.dp-arr, .dn-arr {
  width: 100%;
  height: 28px;
  border-radius: 14px;
  border: 1px solid #EAEAEA;
  font-size: 14px;
  color: #84878D;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  position: inherit;
  left: auto;
  transition: all 0.3s; }
  .dp-arr::after, .dn-arr::after {
    content: '';
    display: block;
    width: 11px;
    height: 12px;
    margin-left: 6px;
    background: url("../image/i-arrow-gray.png") no-repeat center center/100% 100%; }
  .dp-arr:hover, .dn-arr:hover {
    background-color: #E7EBF9; }

.dp-img {
  display: block;
  width: 100%;
  margin-top: 10px;
  overflow: hidden; }
  .dp-img img {
    width: 100%;
    transition: all 0.3s; }
  .dp-img:hover img {
    transform: scale(1.08); }

.dp-text, .dn-text {
  padding: 0;
  margin: 11px 0 13px;
  height: 48px;
  font-size: 14px;
  color: #2D3964;
  line-height: 24px;
  overflow: hidden; }
  .dp-text:hover, .dn-text:hover {
    color: #2864CA; }

.side-helps {
  margin-top: 20px;
  padding: 25px 30px 40px;
  background-color: #F4F7FE;
  border-top: 4px solid #DFE6F8; }
  .side-helps h4 {
    line-height: 22px;
    font-size: 22px;
    color: #192132;
    font-size: 500;
    text-align: center; }
  .side-helps p {
    margin-top: 8px;
    line-height: 20px;
    font-size: 16px;
    color: #84878D;
    text-align: center; }
  .side-helps .m-side-helps-email {
    margin-top: 17px; }
  .side-helps .m-side-helps-phone {
    margin-top: 22px; }
    .side-helps .m-side-helps-phone dd {
      line-height: 12px; }
  .side-helps dt img {
    display: block;
    width: 36px;
    height: 36px;
    margin: 0 auto; }
  .side-helps dd {
    margin-top: 12px;
    line-height: 15px;
    font-size: 16px;
    color: #2D3964;
    text-align: center; }
  .side-helps .kf1 {
    width: 100%;
    height: 32px;
    margin-top: 24px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    background-color: #B30A14;
    font-size: 16px;
    color: #fff;
    border-radius: 16px;
    transition: all 0.3s; }
    .side-helps .kf1::before {
      content: '';
      display: block;
      width: 22px;
      height: 16px;
      background: url("../image/i-serv.png") no-repeat center center/100% 100%;
      margin-right: 8px; }
    .side-helps .kf1:hover {
      background-color: #8A040C; }

.layout-side {
  width: 280px;
  float: right; }

/* end */
/* line */
.line-tab {
  background-color: #EFF3FC; }
  .line-tab a {
    height: 237px;
    padding: 40px 40px 20px;
    transition: all 0.3s;
    position: relative; }
    .line-tab a::before {
      content: '';
      display: block;
      width: 2px;
      height: 100%;
      background-color: #fff;
      position: absolute;
      top: 0;
      left: 0; }
    .line-tab a:first-child::before {
      display: none; }
    .line-tab a p {
      margin-top: 12px;
      line-height: 24px;
      text-align: center;
      color: #192132;
      font-size: 18px;
      font-weight: 500; }
    .line-tab a:hover, .line-tab a.active {
      background-color: #2D3964; }
      .line-tab a:hover p, .line-tab a.active p {
        color: #fff; }
      .line-tab a:hover .line-tab-img, .line-tab a.active .line-tab-img {
        display: none; }
      .line-tab a:hover .line-tab-img-hover, .line-tab a.active .line-tab-img-hover {
        display: block; }
  .line-tab img {
    width: 78px;
    height: 78px;
    margin: 0 auto; }
  .line-tab .line-tab-img {
    display: block; }
  .line-tab .line-tab-img-hover {
    display: none; }

.line-intro {
  padding: 35px 0 42px; }
  .line-intro dt {
    line-height: 32px;
    font-size: 32px;
    text-align: center;
    color: #192132;
    font-weight: bold; }
  .line-intro dd {
    margin-top: 25px;
    line-height: 24px;
    font-size: 16px;
    color: #84878D; }

.line-intro-untxt {
  padding-top: 40px; }

.line-list li {
  margin-bottom: 24px; }

.m-line-item {
  background-color: #F4F7FE;
  position: relative;
  transition: all 0.3s; }
  .m-line-item:hover {
    box-shadow: 0px 0px 20px 0px rgba(45, 57, 100, 0.15);
    background-color: #fff; }
    .m-line-item:hover .m-line-item-btns {
      display: block; }
    .m-line-item:hover dt::after {
      display: none; }
    .m-line-item:hover dd {
      opacity: 0; }

.m-line-item-img {
  display: block;
  overflow: hidden; }
  .m-line-item-img img {
    width: 100%;
    max-height: 100%;
    transition: all 0.3s; }
  .m-line-item-img:hover img {
    transform: scale(1.08); }

.m-line-item-info {
  padding: 26px 30px 8px; }
  .m-line-item-info dt {
    padding-bottom: 18px;
    position: relative; }
    .m-line-item-info dt::after {
      content: '';
      display: block;
      width: 100%;
      height: 2px;
      background-color: #E6EAF5;
      position: absolute;
      bottom: 0;
      left: 0; }
    .m-line-item-info dt a {
      display: block;
      height: 48px;
      line-height: 24px;
      width: 100%;
      font-size: 16px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      line-clamp: 2;
      -webkit-box-orient: vertical; }
      .m-line-item-info dt a:hover {
        color: #2864CA; }
  .m-line-item-info dd {
    margin-top: 14px;
    padding-left: 18px;
    height: 48px;
    line-height: 24px;
    font-size: 16px;
    color: #192132;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical; }
    .m-line-item-info dd span {
      color: #84878D; }
    .m-line-item-info dd::before {
      content: '';
      display: block;
      width: 10px;
      height: 10px;
      background: url("../image/i-point-blue.png") no-repeat center center/100% 100%;
      position: absolute;
      left: 0;
      top: 8px; }

.m-line-item-btns {
  width: 100%;
  background-color: #fff;
  padding: 0 30px 40px;
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.3s; }
  .m-line-item-btns a {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 36px;
    border-width: 2px;
    border-style: solid;
    border-radius: 20px;
    font-size: 16px;
    text-align: center;
    transition: all 0.3s; }
    .m-line-item-btns a i {
      display: inline-block;
      width: 11px;
      height: 12px;
      margin-left: 9px;
      background-size: 100% 100%;
      background-repeat: no-repeat;
      background-position: center center;
      transition: all 0.3s; }
    .m-line-item-btns a.f-line-item-links {
      color: #2D3964;
      border-color: #2D3964; }
      .m-line-item-btns a.f-line-item-links i {
        background-image: url("./images/i-arrow-blue.png"); }
      .m-line-item-btns a.f-line-item-links:hover {
        color: #fff;
        background-color: #2D3964; }
        .m-line-item-btns a.f-line-item-links:hover i {
          background-image: url("../image/i-arrow-white.png"); }
    .m-line-item-btns a.f-line-item-chat {
      margin-top: 12px;
      color: #B30A14;
      border-color: #B30A14; }
      .m-line-item-btns a.f-line-item-chat i {
        background-image: url("./images/i-arrow-red.png"); }
      .m-line-item-btns a.f-line-item-chat:hover {
        color: #fff;
        background-color: #B30A14; }
        .m-line-item-btns a.f-line-item-chat:hover i {
          background-image: url("../image/i-arrow-white.png"); }

.m-line-paging {
  padding: 16px 0 80px; }

/* end */
/* product list */
.product-switch-wrap {
  padding: 40px 40px 30px;
  margin-top: 40px;
  background-color: #fff; }

.product-cate-tab {
  margin-left: -2px;
  margin-right: -2px; }
  .product-cate-tab a {
    display: block;
    width: 364px;
    height: 74px;
    padding: 0 30px 0 90px;
    margin: 0 2px 4px 2px;
    float: left;
    background-color: #EFF3FC;
    border-radius: 10px;
    position: relative;
    line-height: 74px;
    transition: all 0.3s; }
    .product-cate-tab a img {
      width: 40px;
      height: 40px;
      position: absolute;
      top: 17px;
      left: 30px;
      transition: all 0.3s;
      z-index: 2; }
    .product-cate-tab a .u-product-cate-img {
      display: block; }
    .product-cate-tab a .u-product-cate-img-hover {
      display: none; }
    .product-cate-tab a span {
      display: inline-block;
      line-height: 20px;
      vertical-align: middle;
      color: #192132;
      font-size: 16px;
      position: relative;
      z-index: 2; }
    .product-cate-tab a::after {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      border-radius: 10px;
      transition: all 0.36s ease;
      z-index: 1;
      opacity: 0; }
    .product-cate-tab a:hover span {
      color: #fff; }
    .product-cate-tab a:hover .u-product-cate-img {
      display: none; }
    .product-cate-tab a:hover .u-product-cate-img-hover {
      display: block; }
    .product-cate-tab a:hover::after {
      transform: scale(1.06);
      background-color: #2D3964;
      opacity: 1; }
    .product-cate-tab a.active {
      background-color: #2D3964; }
      .product-cate-tab a.active span {
        color: #fff; }
      .product-cate-tab a.active .u-product-cate-img {
        display: none; }
      .product-cate-tab a.active .u-product-cate-img-hover {
        display: block; }

.product-attr-tab {
  margin-top: 5px; }
  .product-attr-tab a {
    display: block;
    line-height: 34px;
    margin-top: 12px;
    margin-right: 46px;
    color: #192132;
    font-size: 16px;
    float: left;
    position: relative;
    transition: all 0.3s; }
    .product-attr-tab a::after {
      content: '';
      display: none;
      width: 100%;
      height: 4px;
      background-color: #2D3964;
      position: absolute;
      bottom: 0;
      left: 0;
      transition: all 0.3s; }
    .product-attr-tab a:hover, .product-attr-tab a.active {
      color: #2D3964; }
      .product-attr-tab a:hover::after, .product-attr-tab a.active::after {
        display: block; }

.product-list {
  margin-top: 40px; }
  .product-list li {
    margin-bottom: 20px; }
  .product-list .m-rec-products-title {
    margin: 20px 0 18px; }

.m-product-paging {
  padding: 16px 0 80px; }

.m-rec-line {
  padding: 80px 0;
  border-top: 10px solid #F4F7FE; }

.m-rec-line-item {
  display: block;
  background-color: #F4F7FE; }
  .m-rec-line-item div {
    width: 100%;
    overflow: hidden; }
    .m-rec-line-item div img {
      width: 100%;
      max-height: 100%;
      transition: all 0.3s; }
  .m-rec-line-item p {
    padding: 27px 30px 25px; }
    .m-rec-line-item p span {
      display: block;
      width: 100%;
      height: 48px;
      line-height: 24px;
      font-size: 16px;
      color: #192132;
      font-weight: 500;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; }
  .m-rec-line-item:hover {
    background-color: #fff;
    box-shadow: 0px 0px 15px 0px rgba(45, 57, 100, 0.15); }
    .m-rec-line-item:hover img {
      transform: scale(1.08); }
    .m-rec-line-item:hover span {
      color: #2864CA; }

/* end */
/* products hub */
.m-hub-transform-item {
  padding: 40px;
  margin-bottom: 40px;
  background: url("./images/hub-bg-1.png") no-repeat center center/100% 100%; }
  .m-hub-transform-item img {
    display: block;
    width: 95px;
    height: 95px;
    margin: 0 auto; }
  .m-hub-transform-item a {
    display: block;
    height: 48px;
    margin-top: 25px;
    text-align: center;
    font-weight: bold; }
  .m-hub-transform-item .f-jump-serv {
    line-height: 48px;
    color: #2D3964;
    font-size: 16px;
    transition: all 0.3s; }
    .m-hub-transform-item .f-jump-serv i {
      display: inline-block;
      width: 11px;
      height: 12px;
      margin-left: 8px;
      background: url("./images/i-arrow-blue.png") no-repeat center center/100% 100%; }
    .m-hub-transform-item .f-jump-serv:hover {
      text-indent: 10px; }
  .m-hub-transform-item .f-chat-online {
    width: 240px;
    line-height: 48px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 24px;
    color: #fff;
    background-color: #B30A14;
    font-size: 16px; }
    .m-hub-transform-item .f-chat-online:hover {
      background-color: #8A040C; }

.product-cate-box {
  padding: 80px 0; }

.product-cate-title {
  line-height: 32px;
  color: #192132;
  font-size: 32px;
  font-weight: bold;
  padding-left: 34px;
  position: relative; }
  .product-cate-title::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: url("../image/i-point.png") no-repeat center center/100% 100%;
    position: absolute;
    left: 0;
    top: 7px; }

.product-cate-body {
  margin-top: 32px;
  height: 490px; }
  .product-cate-body img {
    display: block;
    width: 50%;
    float: left; }

.product-cate-info {
  width: 50%;
  height: 100%;
  padding: 56px 60px 60px;
  float: left;
  position: relative; }
  .product-cate-info h4 {
    margin-right: -30px;
    font-size: 16px;
    line-height: 24px;
    color: #2D3964; }
  .product-cate-info p {
    margin-top: 26px; }
    .product-cate-info p a {
      display: block;
      height: 32px;
      padding: 0 14px;
      margin: 0 8px 8px 0;
      line-height: 30px;
      color: #2D3964;
      font-size: 14px;
      border: 1px solid #CBCEDB;
      border-radius: 16px;
      float: left;
      transition: all 0.3s; }
      .product-cate-info p a:hover {
        background-color: #E7EBF9; }
  .product-cate-info div {
    width: 100%;
    padding: 0 60px 60px;
    position: absolute;
    bottom: 0;
    left: 0; }
    .product-cate-info div a {
      display: block;
      width: 231px;
      height: 52px;
      line-height: 48px;
      border-width: 2px;
      border-style: solid;
      border-radius: 26px;
      text-align: center;
      font-size: 16px;
      font-weight: bold;
      transition: all 0.3s; }
      .product-cate-info div a i {
        display: inline-block;
        width: 11px;
        height: 12px;
        margin-left: 8px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        vertical-align: -1px; }
      .product-cate-info div a.f-cate-lean {
        border-color: #2D3964;
        color: #2D3964;
        float: left; }
        .product-cate-info div a.f-cate-lean i {
          background-image: url("./images/i-arrow-blue.png"); }
        .product-cate-info div a.f-cate-lean:hover {
          background-color: #2D3964;
          color: #fff; }
          .product-cate-info div a.f-cate-lean:hover i {
            background-image: url("../image/i-arrow-white.png"); }
      .product-cate-info div a.f-cate-chat {
        border-color: #B30A14;
        color: #B30A14;
        float: right; }
        .product-cate-info div a.f-cate-chat i {
          background-image: url("./images/i-arrow-red.png"); }
        .product-cate-info div a.f-cate-chat:hover {
          background-color: #B30A14;
          color: #fff; }
          .product-cate-info div a.f-cate-chat:hover i {
            background-image: url("../image/i-arrow-white.png"); }

.product-cate-tags {
  width: 100%;
  padding: 20px;
  float: left; }
  .product-cate-tags a {
    display: block;
    height: 32px;
    padding: 0 12px;
    margin: 0 4px 4px 0;
    line-height: 30px;
    font-size: 13px;
    color: #2D3964;
    border: 1px solid #CBCEDB;
    border-radius: 16px;
    float: left;
    transition: all 0.3s; }
    .product-cate-tags a:hover {
      background-color: #E7EBF9; }

.z-product-cate-1 {
  padding-top: 35px; }

.z-product-cate-1,
.z-product-cate-3,
.z-product-cate-5 {
  background-color: #fff; }
  .z-product-cate-1 .product-cate-body,
  .z-product-cate-3 .product-cate-body,
  .z-product-cate-5 .product-cate-body {
    background-color: #F4F7FE; }

.z-product-cate-2,
.z-product-cate-4,
.z-product-cate-6 {
  background-color: #F4F7FE; }
  .z-product-cate-2 .product-cate-body,
  .z-product-cate-4 .product-cate-body,
  .z-product-cate-6 .product-cate-body {
    background-color: #fff; }

.product-hub-banner {
  padding: 80px 0;
  background: url("./images/banner-pro-hub.png") no-repeat center center/cover; }

.product-hub-banner-title {
  color: #fff; }
  .product-hub-banner-title dt {
    font-size: 48px;
    line-height: 35px;
    font-weight: bold;
    text-align: center;
    text-shadow: 0px 0px 62px #0A1A32; }
  .product-hub-banner-title dd {
    padding: 36px 0;
    font-size: 16px;
    line-height: 24px;
    text-shadow: 0px 0px 12px #0A1A32; }

.product-hub-banner-first,
.product-hub-banner-second {
  margin-left: -4px;
  margin-right: -4px; }
  .product-hub-banner-first li,
  .product-hub-banner-second li {
    padding-left: 4px;
    padding-right: 4px; }
  .product-hub-banner-first a,
  .product-hub-banner-second a {
    display: block;
    padding: 35px 38px 38px;
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    transition: all 0.3s; }
    .product-hub-banner-first a h4,
    .product-hub-banner-second a h4 {
      line-height: 24px;
      font-size: 18px;
      font-weight: 500;
      color: #fff;
      text-align: center; }
    .product-hub-banner-first a img,
    .product-hub-banner-second a img {
      display: block;
      width: 110px;
      height: 110px; }
    .product-hub-banner-first a:hover,
    .product-hub-banner-second a:hover {
      margin-top: -15px; }

.product-hub-banner-first li {
  padding-bottom: 8px; }

.product-hub-banner-first img {
  margin: 16px auto 0; }

.product-hub-banner-second img {
  margin: 20px auto 0; }

/* end */
/* line-detail */
.line-detail-container {
  padding: 37px 0 80px; }
  .line-detail-container .d-content {
    margin-top: 36px; }

.line-det-title {
  padding-left: 21px;
  line-height: 24px;
  font-weight: 500;
  color: #192132;
  font-size: 22px;
  position: relative; }
  .line-det-title::before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: url("./images/i-point-blue-sm.png") no-repeat center center/100% 100%;
    position: absolute;
    top: 6px;
    left: 0; }

.line-detail-info {
  padding-bottom: 40px;
  border-bottom: 2px solid #EAEAEA; }

.line-detail-title {
  line-height: 32px;
  font-size: 28px;
  font-weight: bold;
  color: #192132; }

.line-detail-img {
  margin-top: 26px; }

.line-detail-swiper-2 {
  width: 100%;
  height: 587px;
  overflow: hidden;
  position: relative; }
  .line-detail-swiper-2 .swiper-button-next,
  .line-detail-swiper-2 .swiper-button-prev {
    width: 62px;
    height: 81px;
    margin-top: -40px;
    background-size: 100% 100%; }
  .line-detail-swiper-2 .swiper-button-next {
    right: 8px;
    background-image: url("./images/i-aw-right.png"); }
    .line-detail-swiper-2 .swiper-button-next:hover {
      background-image: url("./images/i-aw-right-hover.png"); }
  .line-detail-swiper-2 .swiper-button-prev {
    left: 8px;
    background-image: url("./images/i-aw-left.png"); }
    .line-detail-swiper-2 .swiper-button-prev:hover {
      background-image: url("./images/i-aw-left-hover.png"); }
  .line-detail-swiper-2 .swiper-slide img {
    width: 100%;
    max-height: 100%; }
  .line-detail-swiper-2 .swiper-pagination {
    display: none; }

.line-detail-swiper-1 {
  width: 100%;
  height: 93px;
  margin-top: 8px;
  overflow: hidden; }
  .line-detail-swiper-1 .swiper-slide {
    position: relative;
    cursor: pointer; }
    .line-detail-swiper-1 .swiper-slide img {
      width: 100%;
      max-height: 100%;
      object-fit: cover; }
    .line-detail-swiper-1 .swiper-slide.swiper-slide-thumb-active::before {
      content: '';
      width: 100%;
      height: 100%;
      display: block;
      background-color: rgba(0, 0, 0, 0);
      border: 4px solid #2864CA;
      position: absolute;
      left: 0;
      top: 0; }

.line-detail-attr dl {
  margin-top: 32px; }
  .line-detail-attr dl:first-child {
    margin-top: 38px; }

.line-detail-attr dt {
  padding-left: 22px;
  line-height: 24px;
  color: #192132;
  font-size: 22px;
  font-weight: 500;
  position: relative; }
  .line-detail-attr dt::before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: url("./images/i-point-blue-sm.png") no-repeat center center/100% 100%;
    position: absolute;
    top: 6px;
    left: 0; }

.line-detail-attr dd {
  margin-top: 12px;
  font-size: 16px;
  color: #2D3964;
  line-height: 24px; }

.line-detail-btns {
  margin-top: 36px; }
  .line-detail-btns a {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    width: 265px;
    height: 48px;
    justify-content: center;
    align-items: center;
    border-radius: 24px;
    float: left;
    margin-right: 10px;
    transition: all 0.3s; }
    .line-detail-btns a::before {
      content: '';
      display: block;
      margin-right: 10px;
      background-size: 100% 100%;
      background-repeat: no-repeat;
      background-position: center center; }
  .line-detail-btns .f-line-detail-online {
    background-color: #B30A14;
    font-size: 16px;
    font-weight: bold;
    color: #fff; }
    .line-detail-btns .f-line-detail-online::before {
      width: 28px;
      height: 20px;
      background-image: url("../image/i-serv.png"); }
    .line-detail-btns .f-line-detail-online:hover {
      background-color: #8A040C; }
  .line-detail-btns .f-line-detail-leave {
    background-color: #fff;
    border: 2px solid #2D3964;
    font-size: 16px;
    font-weight: bold;
    color: #2D3964; }
    .line-detail-btns .f-line-detail-leave::before {
      width: 23px;
      height: 22px;
      background-image: url("./images/i-edit.png"); }
    .line-detail-btns .f-line-detail-leave:hover {
      color: #fff;
      background-color: #2D3964; }
      .line-detail-btns .f-line-detail-leave:hover::before {
        background-image: url("./images/i-edit-white.png"); }

.line-detail-contact {
  margin-top: 30px; }
  .line-detail-contact li {
    height: 19px;
    margin-right: 40px;
    float: left;
    padding-left: 24px;
    position: relative;
    color: #2D3964;
    font-size: 14px; }
    .line-detail-contact li::before {
      content: '';
      display: block;
      background-size: 100% 100%;
      background-position: center center;
      background-repeat: no-repeat;
      position: absolute;
      left: 0; }
  .line-detail-contact .u-line-detail-contact-tel {
    font-weight: bold; }
    .line-detail-contact .u-line-detail-contact-tel::before {
      width: 16px;
      height: 16px;
      top: 2px;
      background-image: url("./images/i-tel-blue.png"); }
  .line-detail-contact .u-line-detail-contact-phone {
    font-weight: bold; }
    .line-detail-contact .u-line-detail-contact-phone::before {
      width: 12px;
      height: 19px;
      top: 0;
      background-image: url("../image/i-phone-blue.png"); }
  .line-detail-contact .u-line-detail-contact-email::before {
    width: 16px;
    height: 12px;
    top: 5px;
    background-image: url("./images/i-email-blue.png"); }

/* end */
/*products details */
.products-details {
  padding: 60px 0 80px;
  background-color: #F4F7FE;
  position: relative;
  z-index: 1; }

.products-details-imgs {
  padding-left: 0;
  padding-right: 20px; }

.products-details-swiper {
  position: relative; }
  .products-details-swiper .swiper-wrapper {
    overflow: hidden; }
  .products-details-swiper .swiper-slide img {
    width: 100%; }
  .products-details-swiper .swiper-button-next,
  .products-details-swiper .swiper-button-prev {
    width: 52px;
    height: 71px;
    margin-top: -30px;
    background-size: 100% 100%; }
  .products-details-swiper .swiper-button-next {
    right: 4px;
    background-image: url("./images/i-aw-right.png"); }
    .products-details-swiper .swiper-button-next:hover {
      background-image: url("./images/i-aw-right-hover.png"); }
  .products-details-swiper .swiper-button-prev {
    left: 4px;
    background-image: url("./images/i-aw-left.png"); }
    .products-details-swiper .swiper-button-prev:hover {
      background-image: url("./images/i-aw-left-hover.png"); }
  .products-details-swiper .swiper-pagination {
    width: 100%;
    bottom: -40px; }
  .products-details-swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: url("../image/i-point-gray.png") no-repeat center center/cover;
    opacity: 1; }
    .products-details-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background-image: url("../image/i-point-red.png"); }

.products-details-swiper.z-hidden-btn .swiper-button-next,
.products-details-swiper.z-hidden-btn .swiper-button-prev {
  display: none; }

.products-details-info {
  padding-left: 40px;
  padding-right: 0; }
  .products-details-info .line-detail-contact li:last-child {
    margin-right: 0; }
  .products-details-info .line-detail-btns {
    margin-top: 54px; }

.m-products-details-title {
  margin-top: 17px;
  line-height: 32px;
  height: 64px;
  font-size: 32px;
  font-weight: bold;
  color: #192132;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; }

.products-details-attr {
  font-size: 16px; }
  .products-details-attr dl {
    margin-top: 18px; }
    .products-details-attr dl:first-child {
      margin-top: 33px; }
  .products-details-attr dt {
    color: #84878D;
    padding-left: 18px;
    position: relative;
    line-height: 24px; }
    .products-details-attr dt::before {
      content: '';
      display: block;
      width: 10px;
      height: 10px;
      background: url("../image/i-point-blue.png") no-repeat center center/100% 100%;
      position: absolute;
      left: 0;
      top: 7px; }
  .products-details-attr dd {
    margin-top: 11px;
    line-height: 24px;
    color: #192132; }

.pd-main {
  margin-top: 0;
  padding-top: 84px;
  padding-bottom: 80px;
  background-color: #fff; }

.pro-detail-main .pdTab-box {
  background-color: #E8EDF9; }

.pro-detail-main .pdTab {
  height: 84px;
  background-color: #E8EDF9; }
  .pro-detail-main .pdTab li {
    line-height: 84px; }
    .pro-detail-main .pdTab li a {
      color: #84878D;
      font-size: 18px;
      position: relative; }
      .pro-detail-main .pdTab li a::before {
        content: '';
        display: block;
        width: 1px;
        height: 14px;
        background-color: #C7CFDD;
        position: absolute;
        top: 35px;
        left: 0; }
    .pro-detail-main .pdTab li:first-child a {
      padding-left: 0; }
      .pro-detail-main .pdTab li:first-child a::before {
        display: none; }
    .pro-detail-main .pdTab li.active a, .pro-detail-main .pdTab li:hover a {
      color: #2864CA; }

.pro-detail-main .wsc-editTit {
  padding-left: 27px;
  line-height: 84px;
  font-size: 32px;
  font-weight: bold;
  color: #192132;
  border-bottom: 2px solid #EAEAEA;
  background: url("./images/i-point-blue-sm.png") no-repeat 0 34px; }

.pro-detail-main .wsc-editCon {
  margin-top: 40px; }

p.wsc-editCon-tit {
  margin: 20px 0;
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
  color: #192132; }

.pro-detail-main .wsc-tags {
  margin-top: 40px; }

.side-leave-msg {
  margin-top: 10px;
  background-color: #F4F7FE;
  border-top: 4px solid #DFE6F8; }
  .side-leave-msg .contact-us-form {
    width: 100%;
    padding: 26px 30px 30px;
    float: none; }
    .side-leave-msg .contact-us-form h4 {
      margin-bottom: 15px; }
    .side-leave-msg .contact-us-form textarea {
      height: 98px; }
  .side-leave-msg .u-contact-us-form-item {
    margin-top: 4px; }
    .side-leave-msg .u-contact-us-form-item label {
      line-height: 32px;
      padding-left: 12px; }
  .side-leave-msg .contact-us-form input,
  .side-leave-msg .contact-us-form textarea {
    padding: 6px 12px; }
  .side-leave-msg .f-contact-us-sub {
    height: 44px;
    line-height: 44px;
    width: 100%;
    margin-top: 16px;
    border-radius: 22px; }

.wsc-editCon .pro-detail-table {
  width: 100% !important;
  height: 600px !important; }
  .wsc-editCon .pro-detail-table tr {
    width: auto !important;
    height: auto !important; }
  .wsc-editCon .pro-detail-table th, .wsc-editCon .pro-detail-table td {
    width: auto !important;
    height: auto !important; }
    .wsc-editCon .pro-detail-table th p, .wsc-editCon .pro-detail-table td p {
      margin: 0; }
  .wsc-editCon .pro-detail-table th {
    padding: 10px;
    border: 1px solid #fff;
    line-height: 18px;
    background-color: #222D52;
    color: #fff;
    font-size: 14px; }
  .wsc-editCon .pro-detail-table td {
    padding: 10px;
    font-size: 13px;
    line-height: 18px;
    color: #444E62;
    border: 1px solid #fff; }
  .wsc-editCon .pro-detail-table tr:nth-child(odd) td {
    background: #F7F9FD; }
  .wsc-editCon .pro-detail-table tr:nth-child(even) td {
    background: #EBF0FA; }
  .wsc-editCon .pro-detail-table tbody tr:hover td {
    background-color: #DB4049 !important;
    color: #fff !important; }

.pro-detail-main .pd-box {
  margin-top: 30px; }

/* end */
/* index */
.m-header-extend {
  width: 1180px;
  height: 0;
  padding: 0 20px 0;
  background-color: rgba(0, 1, 28, 0.95);
  position: absolute;
  top: 74px;
  left: 0;
  z-index: 0;
  transition: all 0.3s;
  overflow: hidden; }
  .m-header-extend dl {
    width: 16.6%;
    padding-left: 10px;
    float: left; }
    .m-header-extend dl:first-child {
      margin-left: 0; }
  .m-header-extend dt {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    margin-bottom: 12px; }
  .m-header-extend dd {
    padding-left: 13px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 22px;
    margin-bottom: 6px;
    background: url("../image/i-point-red-sm.png") no-repeat 0 10px; }
    .m-header-extend dd a {
      transition: all 0.3s; }
      .m-header-extend dd a:hover {
        color: #fff; }

.z-line-nav-item .m-header-extend dl {
  width: 25%; }

.index-page .z-line-nav-item .m-header-extend,
.index-page .m-header-extend {
  width: 1440px; }
  .index-page .z-line-nav-item .m-header-extend dl,
  .index-page .m-header-extend dl {
    padding-left: 20px; }
    .index-page .z-line-nav-item .m-header-extend dl.m-header-extend-first, .index-page .z-line-nav-item .m-header-extend dl:first-child,
    .index-page .m-header-extend dl.m-header-extend-first,
    .index-page .m-header-extend dl:first-child {
      padding-left: 0; }

.m-index-line-cate {
  margin-top: 10px; }

.m-index-line-item {
  display: block;
  width: 100%;
  padding-bottom: 10px;
  margin-top: 10px;
  background-color: #F4F7FE; }
  .m-index-line-item img {
    width: 100%; }
  .m-index-line-item p {
    margin: 10px 0;
    padding: 0 10px;
    width: 100%;
    height: 40px;
    line-height: 20px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; }

.m-fixbar {
  position: fixed;
  bottom: 100px;
  right: 0;
  z-index: 99; }

.m-fixbar-info {
  display: block;
  margin-top: 2px;
  width: 60px;
  height: 60px;
  position: relative; }
  .m-fixbar-info dl {
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s; }
  .m-fixbar-info dt {
    width: 60px;
    height: 60px;
    line-height: 60px;
    float: left;
    text-align: center;
    border-radius: 10px 0 0 10px;
    background-color: #B30A14; }
    .m-fixbar-info dt img {
      vertical-align: middle; }
  .m-fixbar-info dd {
    float: left;
    height: 60px;
    line-height: 60px;
    background-color: #B30A14;
    color: #fff;
    font-size: 18px;
    padding: 0 20px; }
    .m-fixbar-info dd em {
      font-weight: bold; }
  .m-fixbar-info.z-fixbar-online dl {
    width: 160px; }
  .m-fixbar-info.z-fixbar-tel dl {
    width: 280px; }
  .m-fixbar-info.z-fixbar-email dl {
    width: 290px; }
  .m-fixbar-info:hover.z-fixbar-online dl {
    left: -91px; }
  .m-fixbar-info:hover.z-fixbar-tel dl {
    left: -198px; }
  .m-fixbar-info:hover.z-fixbar-email dl {
    left: -222px; }

.m-fixbar-top {
  width: 60px;
  height: 60px;
  margin-top: 8px;
  background-color: #fff;
  border: 1px solid #CBCEDB;
  border-radius: 10px;
  text-align: center;
  line-height: 58px;
  cursor: pointer; }
  .m-fixbar-top img {
    vertical-align: middle; }
  .m-fixbar-top:hover {
    line-height: 56px;
    border: 2px solid #B30A14; }

/* end */
/*map */
.sitemap {
  padding: 0 0 40px;
  background-color: #fff;
  box-sizing: border-box;
  margin: auto; }

.pagesTit {
  font-weight: bold;
  font-size: 28px;
  color: #333;
  line-height: 40px; }

.map-item {
  font-size: 20px;
  line-height: 30px;
  color: #222;
  font-weight: bold;
  margin-top: 45px;
  padding-bottom: 25px;
  border-bottom: 1px dashed #e0e0e0; }

.map-item ul {
  overflow: hidden;
  font-size: 16px;
  line-height: 28px;
  color: #555;
  font-weight: normal;
  padding-top: 10px; }

.map-item ul li {
  width: 33.33%;
  float: left;
  margin-top: 10px; }

/* end */
.model-box {
  box-sizing: border-box;
  width: 200px;
  height: 180px;
  padding-top: 50px;
  position: fixed;
  top: 40%;
  left: 50%;
  margin-top: -90px;
  margin-left: -100px;
  z-index: 999;
  background-color: #ffffff;
  text-align: center;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1); }

.model-box .success-svg .p-ico {
  -webkit-animation: suc 0.9s cubic-bezier(0.6, -0.3, 0.2, 1.6) forwards;
  animation: suc 0.9s cubic-bezier(0.6, -0.3, 0.2, 1.6) forwards;
  stroke: #2faa18;
  fill: none;
  stroke-width: 3px;
  stroke-dasharray: 51,51;
  stroke-dashoffset: 17; }

.model-box .success-svg .p-circle {
  -webkit-animation: sucCircle .9s forwards;
  animation: sucCircle .9s forwards;
  stroke: #2faa18;
  fill: none;
  stroke-width: 2px;
  stroke-dasharray: 160,160;
  stroke-dashoffset: 0; }

.model-box .failed-svg .p-ico {
  -webkit-animation: warn 0.9s cubic-bezier(0.6, -0.3, 0.2, 1.6) forwards;
  animation: warn 0.9s cubic-bezier(0.6, -0.3, 0.2, 1.6) forwards;
  stroke: #f24949;
  fill: none;
  stroke-width: 3px;
  stroke-dasharray: 18,18;
  stroke-dashoffset: 0; }

.model-box .failed-svg .p-circle {
  -webkit-animation: warnCircle .9s forwards;
  animation: warnCircle .9s forwards;
  stroke: #f24949;
  fill: none;
  stroke-width: 2px;
  stroke-dasharray: 160,160;
  stroke-dashoffset: 0; }

.model-box p {
  line-height: 24px;
  font-size: 16px;
  color: #84878D; }

@-webkit-keyframes suc {
  0% {
    stroke-dashoffset: 51; }
  50% {
    stroke-dashoffset: 51; }
  100% {
    stroke-dashoffset: 17; } }

@keyframes suc {
  0% {
    stroke-dashoffset: 51; }
  50% {
    stroke-dashoffset: 51; }
  100% {
    stroke-dashoffset: 17; } }

@-webkit-keyframes sucCircle {
  0% {
    stroke-dashoffset: 160; }
  30% {
    stroke-dashoffset: 160; }
  80% {
    stroke-dashoffset: 0; } }

@keyframes sucCircle {
  0% {
    stroke-dashoffset: 160; }
  30% {
    stroke-dashoffset: 160; }
  80% {
    stroke-dashoffset: 0; } }

@-webkit-keyframes warn {
  0% {
    stroke-dashoffset: 18; }
  50% {
    stroke-dashoffset: 18; }
  100% {
    stroke-dashoffset: 0; } }

@keyframes warn {
  0% {
    stroke-dashoffset: 18; }
  50% {
    stroke-dashoffset: 18; }
  100% {
    stroke-dashoffset: 0; } }

@-webkit-keyframes warnCircle {
  0% {
    stroke-dashoffset: 160; }
  30% {
    stroke-dashoffset: 160; }
  80% {
    stroke-dashoffset: 0; } }

@keyframes warnCircle {
  0% {
    stroke-dashoffset: 160; }
  30% {
    stroke-dashoffset: 160; }
  80% {
    stroke-dashoffset: 0; } }

.m-header-news-nav {
  position: relative; }
  .m-header-news-nav:hover .m-header-news-extend {
    height: auto;
    padding: 20px 0;
    border-bottom: 4px solid #B30A14;
    z-index: 5; }

.m-header-news-extend {
  display: block;
  height: 0;
  padding: 0;
  background-color: rgba(0, 1, 28, 0.95);
  position: absolute;
  top: 74px;
  left: 50%;
  margin-left: -100px;
  z-index: 0;
  transition: all 0.3s;
  overflow: hidden; }
  .m-header-news-extend a {
    width: 200px;
    display: block;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    transition: all 0.3s; }
    .m-header-news-extend a:hover {
      font-weight: bold; }

.index-line-swiper-wrap {
  padding: 20px 10px; }

.index-line-swiper {
  width: 100%;
  overflow: hidden;
  position: relative; }
  .index-line-swiper .swiper-slide {
    display: block;
    background-color: #f4f7fe; }
    .index-line-swiper .swiper-slide img {
      width: 100%; }
    .index-line-swiper .swiper-slide p {
      padding: 10px 10px 30px;
      text-align: center; }
  .index-line-swiper .swiper-pagination {
    width: 100%;
    bottom: 10px;
    left: 0; }
  .index-line-swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: url("../image/i-point-gray.png") no-repeat center center/cover;
    opacity: 1; }
    .index-line-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background-image: url("../image/i-point-red.png"); }

.hn-droplist li a {
  color: #192132; }

.m-header-input-autocomplete a {
  display: block;
  width: 100%;
  padding: 0 20px;
  line-height: 48px;
  background-color: #fff; }

.m-header-input-autocomplete {
  padding: 0;
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
  background-color: #fff;
  top: 34px;
  left: 0;
  position: absolute;
  display: none;
  z-index: 9;
  border-radius: 4px;
  box-shadow: 0px 0px 15px 0px rgba(45, 57, 100, 0.15); }

.m-header-input-autocomplete li {
  text-indent: 10px; }

.m-header-input-autocomplete li a {
  display: block;
  color: #192132;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.m-header-input-autocomplete li:hover {
  background-color: #F4F7FE; }

.m-header-input-autocomplete li a:active,
.m-header-input-autocomplete li.active a {
  background-color: #e4e9f2; }

  
  .wsc-editCon .pro-detail-table tr:nth-child(odd) td,
.wsc-editCon .pro-detail-table tr:nth-child(even) td {
    color: #444E62;
}
  