@charset "UTF-8";
body {
  height: 100%;
  text-align: left;
  line-height: 1.8;
  color: #333;
  font-size: 15px;
  font-family: Arial, "microsoft yahei", "iconfont";
  background: #fff; }

a {
  color: #333;
  text-decoration: none; }
  a:hover {
    color: #0078c6; }

.head-top {
  background: #105798;
  padding: 10px 0; }
  .head-top .container {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    min-width: 320px;
    justify-content: space-between;
    color: #fff; }
    .head-top .container .btn {
      display: -webkit-flex !important;
      display: flex !important;
      -ms-display: flex !important;
      align-items: center; }
    .head-top .container .btn-a {
      padding: 0 5px;
      display: block;
      color: #fff; }
    .head-top .container .search-box {
      margin-left: 20px;
      align-items: center; }
    .head-top .container .searchformform {
      position: relative; }
      .head-top .container .searchformform .searchword {
        border: 1px solid #808080;
        border-radius: 10px;
        height: 30px;
        line-height: 30px;
        width: 200px;
        padding-left: 20px;
        padding-right: 50px; }
      .head-top .container .searchformform .searchgo {
        font-size: 20px;
        font-family: iconfont;
        background-color: transparent;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer; }

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  min-width: 320px; }

.logo-nav-search {
  width: 100%;
  background-color: #fff;
  color: #fff; }
  .logo-nav-search:hover, .logo-nav-search.sticky {
    background-color: #fff;
    border-bottom: 1px solid #0078c6; }
  .logo-nav-search .container {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    min-width: 400px;
    justify-content: space-between;
    position: relative; }
  .logo-nav-search .logo {
    padding: 20px 0;
    color: #333;
    align-items: center;
    margin-right: 60px; }
    .logo-nav-search .logo img {
      max-width: 400px;
      max-height: 100px;
      width: auto;
      height: auto; }
    .logo-nav-search .logo .txt-1 {
      line-height: 50px;
      font-size: 24px;
      font-weight: bold; }
    .logo-nav-search .logo .txt-2 {
      line-height: 30px;
      font-size: 14px;
      text-transform: uppercase; }
  .logo-nav-search .nav-ul-1 {
    height: 100%;
    justify-content: space-between; }
  .logo-nav-search .nav-li-1 {
    width: 200px;
    flex: auto;
    position: relative; }
    .logo-nav-search .nav-li-1:hover .nav-a-1 {
      color: #0078c6; }
    .logo-nav-search .nav-li-1:hover .nav-dl-2 {
      visibility: visible;
      display: block;
      opacity: 1; }
    .logo-nav-search .nav-li-1 .nav-a-1 {
      display: -webkit-flex !important;
      display: flex !important;
      -ms-display: flex !important;
      flex-direction: column;
      justify-content: center;
      height: 100%;
      text-align: center;
      font-size: 16px;
      font-weight: bold;
      color: #333; }
    .logo-nav-search .nav-li-1 .nav-dl-2 {
      white-space: nowrap;
      min-width: 100%;
      position: absolute;
      z-index: 99999;
      left: 50%;
      top: 100%;
      transform: translateX(-50%);
      visibility: hidden;
      display: none;
      opacity: 0;
      transition: 500ms;
      background: #0078c6; }
    .logo-nav-search .nav-li-1 .nav-a-2 {
      display: block;
      height: 40px;
      line-height: 40px;
      padding: 0 15px;
      font-size: 14px;
      text-align: center;
      color: #fff;
      transition: 500ms;
      background: rgba(255, 255, 255, 0.2); }
      .logo-nav-search .nav-li-1 .nav-a-2:hover {
        color: #0078c6;
        background: #fff; }

.index-item {
  padding-top: 60px; }
  .index-item .sort-name {
    position: relative;
    text-align: center;
    margin-bottom: 50px;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #007aff; }
    .index-item .sort-name:before {
      content: "";
      width: 50px;
      height: 0;
      border-bottom: 5px solid #007aff;
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translate(-50%, 10px); }

.index-products {
  margin: 50px 0 0;
  background: url("../images/index-pro-bg.jpg") no-repeat center #cccccc;
  padding: 50px 0; }
  .index-products .container {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    min-width: 320px; }
  .index-products .sub-sort-list {
    margin-top: 30px;
    font-size: 18px;
    text-align: center;
    justify-content: center; }
    .index-products .sub-sort-list .item + .item .item-a {
      border-left: 2px solid rgba(179, 179, 179, 0.5); }
    .index-products .sub-sort-list .item-a {
      display: block;
      padding: 0 20px;
      margin-top: 4px;
      height: 20px;
      line-height: 20px;
      color: #0a0a0a; }
  .index-products .roll-box {
    margin-top: 30px; }
  .index-products .pro-list .outer-div {
    width: 400px;
    padding: 0 10px; }
    .index-products .pro-list .outer-div:hover .title {
      color: #0078c6; }
      .index-products .pro-list .outer-div:hover .title:after {
        width: 100%; }
  .index-products .pro-list .pic {
    width: 100%;
    max-width: 100%;
    position: relative;
    overflow: hidden;
    overflow: hidden;
    background: #fff;
    padding-bottom: 75%; }
    .index-products .pro-list .pic img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      transition-duration: 500ms; }
    .index-products .pro-list .pic:hover img {
      transform: scale(1.1); }
  .index-products .pro-list .text-box {
    width: 100%;
    padding: 15px 10px;
    overflow: hidden;
    background: #fafafa; }
  .index-products .pro-list .title {
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    text-align: left;
    color: #333;
    position: relative; }
    .index-products .pro-list .title:after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 20%;
      height: 0;
      border-bottom: 3px solid #0078c6;
      transition: 500ms; }
  .index-products .pro-list .desc {
    margin-top: 10px; }
  .index-products .pro-list .read {
    background: #ebebeb;
    height: 50px;
    line-height: 50px;
    color: #333;
    padding-left: 10px;
    position: relative;
    z-index: 3;
    overflow: hidden; }
    .index-products .pro-list .read:before {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      left: -100%;
      top: 0;
      z-index: -1;
      background-color: #0078c6;
      transition: 500ms; }
    .index-products .pro-list .read:after {
      content: "\e626";
      width: 50px;
      height: 50px;
      line-height: 50px;
      text-align: center;
      font-size: 26px;
      position: absolute;
      top: 0;
      right: 0;
      background-color: #0078c6;
      color: #fff;
      transition: 500ms; }
    .index-products .pro-list .read:hover {
      color: #fff; }
      .index-products .pro-list .read:hover:before {
        left: 0; }
      .index-products .pro-list .read:hover:after {
        background-color: #333; }
  .index-products .sort-more {
    margin: 30px 0;
    text-align: center; }
    .index-products .sort-more .sort-more-a {
      display: inline-block;
      line-height: 1;
      padding: 20px 60px;
      background-color: #0078c6;
      color: #fff; }
      .index-products .sort-more .sort-more-a:hover {
        background-color: #fff;
        color: #0078c6; }

.index-advantage .container {
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
  min-width: 320px; }
.index-advantage .list {
  margin-top: 30px; }
.index-advantage .item {
  width: 25%;
  overflow: hidden;
  position: relative; }
  .index-advantage .item:hover img {
    transform: scale(1.1); }
.index-advantage .pic {
  width: 100%;
  padding-bottom: 133%;
  overflow: hidden; }
.index-advantage img {
  position: absolute;
  left: 0;
  top: 0;
  transition: 500ms;
  width: 100%;
  height: 100%; }
.index-advantage .text-box {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 50px 20px;
  text-align: center;
  color: #fff; }
  .index-advantage .text-box .title {
    font-weight: bold;
    font-size: 22px;
    line-height: 50px; }
  .index-advantage .text-box .desc {
    margin-top: 20px;
    max-width: 320px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    line-height: 30px;
    height: 150px; }

.index-design .item {
  display: -webkit-flex !important;
  display: flex !important;
  -ms-display: flex !important; }
  .index-design .item .pic {
    width: 50%;
    flex: none; }
  .index-design .item .text-box {
    width: 50%;
    padding-left: 50px;
    flex: none;
    display: -webkit-flex !important;
    display: flex !important;
    -ms-display: flex !important;
    flex-direction: column;
    justify-content: center; }
    .index-design .item .text-box .title {
      font-size: 28px;
      font-weight: bold;
      line-height: 60px;
      color: #0078c6; }
    .index-design .item .text-box .content {
      line-height: 26px; }
    .index-design .item .text-box .link-a {
      margin-top: 20px;
      display: inline-block;
      padding: 10px 30px;
      background-color: #0078c6;
      color: #fff;
      transition: 500ms; }
      .index-design .item .text-box .link-a:hover {
        background-color: #0066a7;
        color: rgba(255, 255, 255, 0.5); }
  .index-design .item + .item {
    margin-top: 30px; }
  .index-design .item:nth-child(2n) {
    flex-direction: row-reverse; }
    .index-design .item:nth-child(2n) .text-box {
      padding-left: 0;
      padding-right: 50px; }

.index-application .container {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  min-width: 320px; }
.index-application .list {
  margin-top: 30px; }
.index-application .item {
  width: 25%;
  margin-bottom: 50px;
  position: relative; }
.index-application .outer-div {
  margin: 0 10px; }
.index-application .pic {
  height: 250px;
  overflow: hidden; }
.index-application .text-box {
  background-color: #fff;
  padding: 15px 0;
  text-align: left;
  color: #333; }
  .index-application .text-box .title {
    border-left: 5px solid #0078c6;
    padding: 0 10px;
    font-weight: bold;
    font-size: 22px;
    line-height: 22px; }

.index-about {
  margin-top: 60px;
  background: url("../images/index-about-bg.jpg") no-repeat center top; }
  .index-about .container {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    min-width: 320px; }
  .index-about .sort-name {
    color: #fff; }
    .index-about .sort-name:before {
      border-color: #fff; }
  .index-about .main-box {
    margin-top: 30px;
    padding: 20px;
    background: #0e4069;
    color: #fff; }
  .index-about .left-box {
    margin-right: 30px; }
  .index-about .right-box .title {
    font-size: 22px;
    line-height: 50px; }
  .index-about .right-box .desc {
    margin-top: 20px;
    line-height: 26px; }
  .index-about .right-box .more {
    margin-top: 10px;
    display: inline-block;
    padding: 10px 30px;
    line-height: 1;
    border-radius: 5px;
    background: #fff;
    color: #333; }
    .index-about .right-box .more:hover {
      background: #0078c6;
      color: #fff; }

.index-equipment {
  background: url("../images/index-equipment-bg.jpg") no-repeat center 130px;
  color: #fff; }
  .index-equipment .container {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    min-width: 320px; }
  .index-equipment .roll-box {
    margin-top: 80px;
    padding-bottom: 30px; }
  .index-equipment .item {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    min-width: 320px; }
    .index-equipment .item .title {
      font-size: 24px;
      font-weight: bold;
      line-height: 50px; }
    .index-equipment .item .desc {
      margin-top: 50px;
      line-height: 26px; }
    .index-equipment .item .pic {
      width: 65%;
      height: 450px;
      margin-left: 30px;
      border-radius: 20px 60px 20px 60px;
      overflow: hidden; }
    .index-equipment .item img {
      width: 100%;
      height: 100%; }
    .index-equipment .item .item-a {
      display: inline-block;
      margin-top: 30px;
      padding: 10px 30px;
      color: #0078c6;
      background: #fff; }
  .index-equipment .swiper-pagination {
    text-align: left; }
  .index-equipment .bullet {
    display: inline-block;
    color: #0078c6;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    margin: 0 5px; }
    .index-equipment .bullet.bullet-active {
      color: #fff;
      background: #0078c6; }

.index-video {
  background-position: center;
  padding: 50px 0;
  color: #fff;
  text-align: center; }
  .index-video .icon {
    text-align: center;
    position: relative; }
    .index-video .icon:before {
      display: block;
      margin: 0 auto;
      content: "\e68f";
      text-align: center;
      font-size: 80px;
      line-height: 80px; }
  .index-video h2 {
    font-size: 40px;
    font-weight: bold;
    margin: 20px 0 10px; }
  .index-video p {
    font-size: 16px;
    line-height: 1.6; }
  .index-video .link-a {
    margin-top: 20px;
    display: inline-block;
    padding: 10px 30px;
    background-color: #0078c6;
    color: #fff;
    transition: 500ms; }
    .index-video .link-a:hover {
      background-color: #0066a7;
      color: rgba(255, 255, 255, 0.5); }

.index-news {
  padding: 60px 0;
  background: #fcfcfc; }
  .index-news .container {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    min-width: 320px; }
  .index-news .main-box {
    margin-top: 30px; }
  .index-news .left-box {
    min-height: 500px;
    width: 40%;
    position: relative;
    margin-right: 40px;
    overflow: hidden; }
    .index-news .left-box .pic {
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 100%; }
      .index-news .left-box .pic img {
        height: 100%; }
    .index-news .left-box .title-box {
      position: absolute;
      margin: 0;
      z-index: 3;
      left: 0;
      bottom: 0;
      width: 100%;
      height: auto;
      background: #0078c6;
      color: #fff; }
      .index-news .left-box .title-box .title {
        padding: 0 20px;
        font-size: 22px;
        font-weight: bold;
        line-height: 60px;
        text-align: center;
        width: 100%;
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }
      .index-news .left-box .title-box .desc {
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        line-height: 26px;
        height: 104px;
        margin: 20px 30px; }
  .index-news .list {
    justify-content: space-between; }
    .index-news .list .item {
      width: 33%; }
      .index-news .list .item .outer-div {
        border: 1px solid #eaeaea;
        display: block; }
      .index-news .list .item .time-box {
        width: 100px; }
        .index-news .list .item .time-box .d {
          font-size: 48px;
          line-height: 1;
          margin-bottom: 10px; }
        .index-news .list .item .time-box .ym {
          font-size: 15px;
          line-height: 1; }
      .index-news .list .item .pic {
        width: 100%;
        max-width: 100%;
        position: relative;
        overflow: hidden;
        padding-bottom: 61.8%; }
        .index-news .list .item .pic img {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          transition-duration: 500ms; }
      .index-news .list .item .text-box {
        padding: 30px 20px; }
      .index-news .list .item .title {
        display: block;
        color: #1c1b19;
        font-size: 20px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-weight: normal; }
      .index-news .list .item .desc {
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        line-height: 26px;
        height: 78px;
        color: #1c1b19; }
      .index-news .list .item .time {
        color: #999;
        margin-top: 10px; }

.index-global {
  background: url("../images/ditu.jpg") no-repeat center top;
  height: 762px; }
  .index-global .container {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    min-width: 320px;
    position: relative;
    height: 100%; }
  .index-global .sort-box {
    color: #fff;
    position: absolute;
    top: 100px;
    right: 20px; }
    .index-global .sort-box .name {
      text-align: right;
      font-size: 48px;
      font-weight: bold;
      line-height: 56px; }
    .index-global .sort-box .subname {
      margin-top: 20px;
      font-size: 24px; }
  .index-global .list {
    position: absolute;
    left: 0%;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 20px 0; }
    .index-global .list .item {
      width: 25%;
      text-align: center; }
    .index-global .list .text-1 {
      font-size: 50px;
      font-weight: bold; }
    .index-global .list .text-2 {
      font-size: 30px;
      font-weight: normal; }

/*footer 开始*/
.footer-follow {
  color: #fff;
  padding: 15px 0;
  position: relative;
  margin-bottom: -15px; }
  .footer-follow:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #0078c6;
    position: absolute;
    left: -50%;
    top: 0;
    z-index: 1;
    transform: skewX(50deg); }
  .footer-follow .container {
    position: relative;
    z-index: 2; }
    .footer-follow .container .item {
      text-transform: uppercase;
      margin-right: 10px;
      line-height: 30px; }
      .footer-follow .container .item.title {
        font-size: 16px; }
      .footer-follow .container .item.item-a a {
        display: inline-block;
        color: #fff;
        font-size: 22px;
        padding: 0 5px; }

.footer {
  background: #353535;
  padding: 40px 0;
  color: #fff; }
  .footer a {
    color: #fff; }
  .footer .container {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    min-width: 320px;
    justify-content: space-between; }
  .footer .path {
    max-width: 25%; }
    .footer .path + .path {
      margin-left: 20px; }
    .footer .path h3 {
      font-size: 18px;
      font-weight: bold;
      height: 40px;
      line-height: 40px;
      margin-bottom: 20px; }
    .footer .path .item {
      display: block;
      height: 30px;
      line-height: 30px;
      mso-list-ins: 30px;
      color: #fff; }
  .footer .contact .item {
    position: relative;
    padding-left: 40px;
    margin-bottom: 10px;
    height: auto; }
    .footer .contact .item:before {
      width: 30px;
      font-size: 26px;
      text-align: center;
      color: #2dacff;
      position: absolute;
      top: 0;
      left: 0; }
  .footer .nav-path .list {
    margin-right: 20px; }
    .footer .nav-path .list:last-child {
      margin-right: 0; }
  .footer .site_footer_form {
    margin-top: 30px; }
  .footer .form-control {
    margin: 2px 0;
    padding: 5px 10px;
    width: 200px;
    outline: none; }
  .footer .send-btn {
    width: 100%;
    height: 38px;
    line-height: 38px;
    background: #0078c6;
    color: #fff;
    text-align: center; }

.copyright {
  background: #222;
  padding: 10px 0;
  text-align: center;
  color: #ddd; }
  .copyright a {
    color: #ddd; }

/*footer 结束*/
.page-content {
  padding: 20px 0 40px; }

/*面包屑 开始*/
.currLocation {
  padding: 14px 0;
  font-size: 14px;
  font-weight: bold;
  color: #0078c6;
  background-color: #ECECEC;
  margin-bottom: 20px; }
  .currLocation .nav_x:before {
    margin-right: 10px;
    font-size: 20px;
    color: #0078c6;
    font-family: "iconfont"; }

/*面包屑 结束*/
.page-left-box {
  width: 270px;
  margin-right: 30px;
  background: #fff; }
  .page-left-box .sub-box {
    margin-bottom: 30px; }
    .page-left-box .sub-box:last-child {
      margin-bottom: 0; }
  .page-left-box .left-sub-nav .name {
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    background: #0078c6 no-repeat;
    width: 270px;
    color: #fff;
    position: relative; }
  .page-left-box .left-sub-nav .category .nav-a {
    margin: 5px 0;
    display: block;
    padding: 8px  25px;
    font-size: 14px;
    color: #1c1c1c;
    position: relative;
    border: 1px solid #f3f3f3; }
    .page-left-box .left-sub-nav .category .nav-a:before {
      content: "\e66b";
      position: absolute;
      top: 50%;
      right: 20px;
      transform: translateY(-50%);
      font-size: 16px;
      color: #666; }
  .page-left-box .left-sub-nav .category .nav-2-a {
    margin: 5px 0;
    display: block;
    padding: 8px  25px 8px 50px;
    font-size: 16px;
    border: 1px solid #f3f3f3;
    position: relative; }
    .page-left-box .left-sub-nav .category .nav-2-a:before {
      content: "\e626";
      position: absolute;
      top: 50%;
      left: 25px;
      transform: translateY(-50%); }
  .page-left-box .contact {
    background: #0078c6;
    color: #fff;
    position: relative;
    padding: 30px 10px 30px 70px; }
    .page-left-box .contact .pone {
      font-size: 28px; }
    .page-left-box .contact:before {
      content: "\e611";
      font-size: 40px;
      position: absolute;
      top: 50%;
      left: 20px;
      transform: translateY(-50%); }

/*list-1 样式开始*/
.list-page .list-1 .item {
  border-bottom: 1px solid #005f9d;
  display: block;
  padding: 20px;
  transition: all .5s; }
  .list-page .list-1 .item a {
    color: #005f9d; }
  .list-page .list-1 .item .pic {
    margin-right: 10px; }
  .list-page .list-1 .item .txt-box {
    position: relative; }
  .list-page .list-1 .item .title {
    font-size: 18px;
    line-height: 50px;
    font-weight: bold;
    color: #0078c6;
    width: 85%;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-left: 0; }
  .list-page .list-1 .item .desc {
    color: #333;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 22px;
    height: 66px; }
  .list-page .list-1 .item .time {
    font-size: 12px;
    color: #666;
    position: absolute;
    top: 0;
    right: 20px;
    height: 50px;
    line-height: 50px; }
  .list-page .list-1 .item:hover {
    box-shadow: 0 0 15px rgba(0, 120, 198, 0.2); }
    .list-page .list-1 .item:hover .title {
      color: #00c64e; }

/*list-1 样式结束*/
.list-page .addcontent {
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 20px; }
.list-page .list-1-1 {
  margin-top: 30px; }
  .list-page .list-1-1 .item {
    margin-bottom: 20px; }
  .list-page .list-1-1 .outer-div {
    margin: 0 10px;
    border: 1px solid #ddd;
    height: 100%; }
  .list-page .list-1-1 .title {
    color: #0078c6;
    font-weight: bold;
    padding: 25px; }
  .list-page .list-1-1 .pic {
    width: 100%;
    height: 200px;
    overflow: hidden; }
    .list-page .list-1-1 .pic img {
      width: 100%;
      height: 100%; }
  .list-page .list-1-1 .desc {
    margin: 25px;
    color: #333;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 22px;
    height: 66px; }
  .list-page .list-1-1 .time {
    margin: 25px; }
.list-page.all-list-page {
  padding: 0; }
.list-page .list-3 .item {
  width: 100%; }
  .list-page .list-3 .item .outer-div {
    padding: 50px 0; }
  .list-page .list-3 .item .pic {
    width: 30%;
    margin-right: 30px;
    flex: none;
    max-height: 100%; }
  .list-page .list-3 .item .title {
    color: #666;
    font-size: 24px;
    line-height: 60px;
    font-weight: bold;
    border-bottom: 1px solid #eee; }
  .list-page .list-3 .item .content {
    margin-top: 20px;
    line-height: 24px; }
  .list-page .list-3 .item:nth-child(even) {
    background: #eee; }
    .list-page .list-3 .item:nth-child(even) .outer-div {
      flex-direction: row-reverse; }
    .list-page .list-3 .item:nth-child(even) .pic {
      margin-right: 0;
      margin-left: 30px; }
    .list-page .list-3 .item:nth-child(even) .title {
      border-color: #fff; }
.list-page.all-2-list-page .addcontent {
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 20px; }
.list-page.all-2-list-page .sub-sort-name {
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 10px; }
.list-page.all-2-list-page .list-4 .outer-div {
  margin: 0 10px 20px;
  box-shadow: 0 0 0 5px #0078c6;
  position: relative;
  padding-bottom: 61.8%;
  overflow: hidden; }
.list-page.all-2-list-page .list-4 .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }
  .list-page.all-2-list-page .list-4 .pic img {
    width: 100%;
    height: 100%; }
.list-page.all-2-list-page .list-4 .text-box {
  padding: 20px 0;
  background: rgba(0, 120, 198, 0.8);
  color: #fff;
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0px; }

/*list-2 样式开始*/
.list-page .list-2 {
  background: #fff;
  padding: 0px 25px 30px; }

.list-page .list-2 .outer-div {
  border: 1px solid #f8f8f8;
  margin: 0 10px 10px;
  text-align: center; }

.list-page .list-2 .outer-div .pic {
  overflow: hidden; }

.list-page .list-2 .outer-div .img {
  transition: 500ms; }

.list-page .list-2 .outer-div .title {
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  font-size: 18px;
  background: #f8f8f8;
  color: #333;
  transition: 500ms; }

.list-page .list-2 .outer-div:hover .img {
  transform: scale(1.1); }

.list-page .list-2 .outer-div:hover .title {
  background: #0065a7;
  color: #fff; }

/*list-2 样式结束*/
.show-1 .title {
  font-size: 24px;
  font-weight: bold;
  line-height: 60px;
  text-align: center; }
.show-1 .time {
  display: block;
  line-height: 26px;
  text-align: center; }
.show-1 .content {
  margin-top: 10px;
  padding-top: 10px; }

.show-2 .show-head {
  text-align: center; }
.show-2 .images-box {
  margin-top: 20px; }
.show-2 .big-roll-box {
  overflow: hidden; }
.show-2 .small-roll-box {
  margin-top: 20px;
  overflow: hidden; }
.show-2 .small-roll-box .item {
  position: relative; }
.show-2 .small-roll-box .item:before {
  content: "";
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: 5px solid transparent;
  position: absolute;
  left: 0;
  top: 0; }
.show-2 .small-roll-box .swiper-slide {
  opacity: .6; }
.show-2 .small-roll-box .swiper-slide-thumb-active {
  opacity: 1; }
.show-2 .show-head .text-box {
  text-align: left;
  margin-left: 30px; }
.show-2 .show-head .title {
  height: 60px;
  line-height: 60px;
  font-size: 22px;
  color: #0078c6; }
.show-2 .show-head .desc {
  margin-top: 20px; }
.show-2 .pro-show-ask {
  margin-top: 20px;
  padding: 6px 15px;
  background: #f3f3f3;
  font-size: 14px;
  font-weight: bold;
  position: relative; }
.show-2 .show-content {
  margin-top: 40px; }

/*相关信息开始*/
.tags-box {
  box-shadow: 0 0 15px 5px #f6f6f6;
  padding: 30px; }

.tags-box .title-box {
  font-size: 18px;
  color: #00c64e;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  position: relative; }

.tags-box .title-box:before {
  content: "";
  width: 100px;
  height: 0;
  border-bottom: 3px solid #00c64e;
  position: absolute;
  left: 0;
  bottom: -1px; }

.tags-box .list-1 {
  padding: 20px;
  font-size: 14px;
  justify-content: space-between; }

.tags-box .list-1 .item-a {
  width: 95%;
  display: block;
  height: 36px;
  line-height: 36px;
  border-bottom: 1px dashed #eee; }

.tags-box .roll-box {
  overflow: hidden; }

.tags-box .roll-box .list-2 {
  padding: 20px 0;
  text-align: center; }

.tags-box .roll-box .list-2 .outer-div {
  margin: 0 5px;
  display: block; }

/*相关信息结束*/
.company-page .company-item + .company-item {
  margin-top: 50px; }
.company-page .company-item .sort {
  text-align: center;
  text-transform: uppercase;
  height: 24px;
  line-height: 24px;
  margin-bottom: 20px; }
.company-page .company-item .sort-separator {
  position: relative;
  margin-bottom: 30px; }
.company-page .company-item .separator {
  width: 10px;
  height: 10px;
  border: 3px solid #333;
  position: relative; }
  .company-page .company-item .separator:before, .company-page .company-item .separator:after {
    content: "";
    position: absolute;
    width: 70px;
    height: 3px;
    background: #0078c6; }
  .company-page .company-item .separator:before {
    left: -10px;
    transform: translateX(-100%); }
  .company-page .company-item .separator:after {
    right: -10px;
    transform: translateX(100%); }
.company-page .company-profile .left-box {
  width: 50%;
  border: 10px solid #eee;
  background: url("../images/compnay-profile.png") no-repeat center;
  background-size: cover;
  margin-left: 10px;
  margin-right: 30px; }
.company-page .company-choose {
  padding: 50px 0;
  background: #f7f7f7; }
  .company-page .company-choose .item {
    width: 33.33%;
    flex: none; }
    .company-page .company-choose .item .outer-div {
      margin: 0 5px;
      padding: 20px 20px 30px;
      background: #fff; }
    .company-page .company-choose .item .icon {
      text-align: center;
      font-size: 30px;
      line-height: 45px;
      color: #0078c6;
      margin-bottom: 10px; }
    .company-page .company-choose .item .title {
      color: #333;
      font-weight: bold;
      text-align: center;
      text-transform: uppercase;
      line-height: 22px;
      margin-bottom: 20px; }
    .company-page .company-choose .item .desc {
      color: #666;
      font-size: 14px;
      font-family: 'Roboto', sans-serif;
      word-break: break-all;
      display: -webkit-box;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 4;
      line-height: 24px;
      height: 96px; }
.company-page .company-history {
  padding: 50px 0;
  background: #fcfcfc; }
  .company-page .company-history.company-item {
    margin: 0; }
  .company-page .company-history .pic {
    background: url("../images/company-history.jpg");
    background-size: cover;
    width: 40%;
    margin-right: 30px;
    flex: none; }
  .company-page .company-history .list {
    flex: auto; }
  .company-page .company-history .item {
    margin-bottom: 30px; }
  .company-page .company-history .time {
    font-weight: bold;
    font-size: 28px;
    position: relative;
    padding-left: 30px; }
    .company-page .company-history .time:before {
      content: "\e67d";
      font-size: 14px;
      font-family: iconfont;
      position: absolute;
      left: 10px;
      top: 50%;
      transform: translateY(-50%); }
  .company-page .company-history .text-2 {
    margin-top: 10px;
    line-height: 24px; }
.company-page .company-counter .list {
  width: 100%;
  background: #fff;
  padding: 20px 0; }
  .company-page .company-counter .list .item {
    width: 25%;
    text-align: center;
    justify-content: center; }
    .company-page .company-counter .list .item:after {
      margin-left: 10px;
      font-size: 44px; }
  .company-page .company-counter .list .text-1 {
    font-size: 30px;
    font-weight: bold;
    text-align: right; }
  .company-page .company-counter .list .text-2 {
    font-size: 14px;
    font-weight: normal;
    text-align: right; }
.company-page .company-office {
  padding: 50px 0;
  background: #f7f7f7; }
  .company-page .company-office .item {
    width: 25%;
    flex: none; }
  .company-page .company-office .outer-div {
    margin: 0 10px;
    padding-bottom: 15px;
    background: #fff; }
    .company-page .company-office .outer-div .title {
      color: #333;
      padding: 20px 15px  15px;
      font-weight: bold; }
    .company-page .company-office .outer-div .desc {
      padding: 0 15px;
      display: -webkit-box;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 15;
      line-height: 20px;
      height: 300px; }

.contact-page {
  padding-bottom: 0; }
  .contact-page .contact-company .item {
    width: 25%;
    flex: none; }
    .contact-page .contact-company .item .outer-div {
      border: 1px solid #0078c6;
      border-radius: 5px;
      margin: 10px;
      padding: 20px;
      height: 100%; }
    .contact-page .contact-company .item .company-name {
      font-size: 16px;
      font-weight: bold;
      text-align: center; }
    .contact-page .contact-company .item .contact-item {
      margin: 15px 0;
      text-align: center; }
      .contact-page .contact-company .item .contact-item .t {
        margin-bottom: 10px;
        color: #0078c6;
        font-weight: bold; }
      .contact-page .contact-company .item .contact-item .info p {
        height: 25px; }
  .contact-page .contact-feedback {
    margin-top: 50px;
    padding: 50px 0;
    background: #f2f3f8; }
    .contact-page .contact-feedback .name {
      text-align: center;
      font-weight: bold;
      text-transform: uppercase;
      font-size: 20px;
      color: #0078c6;
      margin-bottom: 30px; }
    .contact-page .contact-feedback .contact-form {
      margin-right: 40px; }
    .contact-page .contact-feedback .singletxt {
      width: 100%;
      height: 40px;
      line-height: 40px;
      color: #888;
      margin: 5px;
      padding: 0 10px;
      outline: none;
      border: 1px solid #333; }
    .contact-page .contact-feedback .multtxt {
      width: 100%;
      height: 120px;
      line-height: 30px;
      color: #888;
      margin: 5px;
      padding: 0 10px;
      outline: none; }
    .contact-page .contact-feedback .accent-button {
      margin-top: 20px;
      font-family: 'Montserrat', sans-serif;
      font-size: 12px;
      text-transform: uppercase;
      font-weight: 700;
      color: #fff;
      height: 40px;
      line-height: 40px;
      outline: none;
      display: inline-block;
      padding: 0px 15px;
      background-color: #0078c6;
      border-radius: 3px;
      letter-spacing: 0.5px; }
    .contact-page .contact-feedback .accent-button:hover {
      background-color: #00aac6; }
    .contact-page .contact-feedback .pic {
      background: url("../images/content-feedback-bg.jpg") no-repeat right top;
      width: 340px;
      margin-left: 100px; }
      .index-news .roll-box-2 .item {
    white-space: nowrap;
    flex: none;
    display: block;
    overflow: hidden;
    width: 200px;
    padding-right: 20px;
    text-overflow: ellipsis;
    font-size: 16px; }

/*# sourceMappingURL=style.css.map */
