@charset "UTF-8";
header .header_t .logo {
  margin-top: 20px; }
header .header_t .lang_hot .lang {
  padding-bottom: 20px;
  padding-top: 10px;
  text-align: right; }
  header .header_t .lang_hot .lang .kor {
    margin-right: 15px;
    color: #333;
    padding-left: 30px;
    display: inline-block;
    background: url(../images/home_03.png) no-repeat left; }
  header .header_t .lang_hot .lang .china {
    margin-right: 15px;
    color: #333;
    padding-left: 30px;
    display: inline-block;
    background: url(../images/home_05.png) no-repeat left; }
  header .header_t .lang_hot .lang .eng {
    color: #333;
    padding-left: 30px;
    display: inline-block;
    background: url(../images/home_07.png) no-repeat left; }
header .header_t .lang_hot .hotline {
  background: url(../images/home_16.png) no-repeat left;
  padding-left: 60px;
  color: #666;
  font-size: 18px; }
header nav {
  background: #303030; }
  header nav .pc_nav {
    display: inline-block; }
    header nav .pc_nav .nav_li_f {
      display: inline-block;
      padding-right: 50px; }
    header nav .pc_nav .nav_li {
      position: relative;
      display: inline-block;
      padding: 10px 0;
      border-bottom: 2px solid #303030; }
      header nav .pc_nav .nav_li:last-of-type a {
        border-right: none; }
      header nav .pc_nav .nav_li:hover {
        border-bottom: 2px solid #fff; }
        header nav .pc_nav .nav_li:hover .nav_list {
          opacity: 1;
          background: #fff;
          transition: all 1s; }
          header nav .pc_nav .nav_li:hover .nav_list .nav2 {
            text-align: center;
            width: 100%;
            padding: 5px 0;
            border-bottom: 1px solid #ededed;
            transition: all 1s; }
            header nav .pc_nav .nav_li:hover .nav_list .nav2 a {
              padding: 0;
              font-size: 12px;
              transition: all 1s; }
            header nav .pc_nav .nav_li:hover .nav_list .nav2:hover {
              background: #303030; }
              header nav .pc_nav .nav_li:hover .nav_list .nav2:hover a {
                color: #fff; }
      header nav .pc_nav .nav_li .nav_a {
        color: #fff;
        font-size: 14px;
        display: inline-block;
        padding: 5px 40px;
        border-left: 2px solid #666; }
      header nav .pc_nav .nav_li .nav_list {
        transition: all 1s;
        z-index: 999;
        position: absolute;
        width: 100%;
        left: 0;
        top: 55px;
        border: 1px solid #ededed;
        font-size: 0;
        opacity: 0; }
  header nav .form {
    margin-top: 12px;
    float: right;
    font-size: 0;
    vertical-align: middle;
    display: inline-block; }
    header nav .form .name {
      width: 210px;
      border: 1px solid #e1e1e1;
      border-radius: 5px 0 0 5px;
      height: 32px;
      font-size: 14px;
      color: #ccc;
      padding-left: 10px; }
    header nav .form .name2 {
      background: #666666 url(../images/home_24.png) no-repeat center;
      width: 50px;
      height: 32px;
      border: none;
      border-radius: 0 5px 5px 0; }

.tel_header {
  display: none;
  position: relative; }
  .tel_header .tel_lang {
    text-align: right;
    background: #303030;
    padding-right: 15px; }
    .tel_header .tel_lang .kor {
      font-size: 12px;
      margin-right: 15px;
      color: #fff;
      padding-left: 30px;
      display: inline-block;
      background: url(../images/home_03.png) no-repeat left; }
    .tel_header .tel_lang .china {
      font-size: 12px;
      margin-right: 15px;
      color: #fff;
      padding-left: 30px;
      display: inline-block;
      background: url(../images/home_05.png) no-repeat left; }
    .tel_header .tel_lang .eng {
      font-size: 12px;
      color: #fff;
      padding-left: 30px;
      display: inline-block;
      background: url(../images/home_07.png) no-repeat left; }
  .tel_header .tel_logo {
    padding: 15px;
    display: inline-block;
    width: 40%; }
    .tel_header .tel_logo img {
      width: 100%; }
  .tel_header .tel_nav_btn {
    margin: 15px;
    float: right;
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(../images/caidan2.png) no-repeat center; }
    .tel_header .tel_nav_btn .tel_nav_list {
      display: none;
      padding: 20px 0;
      text-align: center;
      z-index: 999;
      position: absolute;
      width: 100%;
      left: 0;
      top: 85px;
      background: #303030; }
      .tel_header .tel_nav_btn .tel_nav_list li {
        list-style: none; }
        .tel_header .tel_nav_btn .tel_nav_list li a {
          display: inline-block;
          color: #fff;
          padding: 3px 15px; }

footer .bg_foot {
  background: #3b3f42;
  padding: 20px 0;
  border-bottom: 1px solid #666; }
  footer .bg_foot .border_r {
    border-right: 1px solid #666; }
    footer .bg_foot .border_r h6 {
      padding-top: 5px;
      font-weight: 400;
      font-size: 18px;
      color: #fff;
      padding-left: 65px; }
    footer .bg_foot .border_r ul {
      height: 260px; }
      footer .bg_foot .border_r ul li {
        padding-left: 65px;
        margin: 10px 0; }
        footer .bg_foot .border_r ul li a {
          font-size: 12px;
          color: #ccc; }
footer .foot_b {
  background: #2c2e30;
  padding: 20px 0; }
  footer .foot_b .lianxi {
    text-align: center; }
    footer .foot_b .lianxi span {
      color: #d5d5d5;
      display: inline-block;
      vertical-align: middle; }
    footer .foot_b .lianxi img {
      margin-right: 15px;
      margin-left: 50px; }
    footer .foot_b .lianxi .desi {
      margin-top: 15px;
      color: #d5d5d5; }
  footer .foot_b .tel_lianxi {
    display: none;
    color: #d5d5d5;
    font-size: 12px; }
    footer .foot_b .tel_lianxi .tel_l {
      width: 69%;
      display: inline-block;
      vertical-align: top; }
      footer .foot_b .tel_lianxi .tel_l span {
        display: inline-block;
        vertical-align: middle;
        width: 89%;
        font-size: 12px; }
      footer .foot_b .tel_lianxi .tel_l img {
        margin-right: 5px; }
      footer .foot_b .tel_lianxi .tel_l div {
        padding: 0 15px; }
        footer .foot_b .tel_lianxi .tel_l div:first-of-type span {
          vertical-align: top; }
    footer .foot_b .tel_lianxi .ewm {
      vertical-align: top;
      display: inline-block;
      width: 29%;
      text-align: center; }
      footer .foot_b .tel_lianxi .ewm span {
        font-size: 12px !important; }
      footer .foot_b .tel_lianxi .ewm img {
        width: 75%; }
    footer .foot_b .tel_lianxi .desi {
      border-top: 1px solid #666;
      margin-top: 15px;
      text-align: center;
      color: #d5d5d5;
      font-size: 12px; }

body {
  position: relative; }

.chaxun_mask {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0; }
  .chaxun_mask .posi_r {
    position: relative;
    height: 100%; }
    .chaxun_mask .posi_r .tanchu {
      z-index: 9999;
      position: fixed;
      padding: 20px;
      width: 550px;
      height: 245px;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      background: url(../images/tanchu_bg.png) no-repeat center; }
      .chaxun_mask .posi_r .tanchu .tanchu_l {
        display: inline-block;
        width: 50%; }
        .chaxun_mask .posi_r .tanchu .tanchu_l .form .fwm {
          width: 100%;
          border: none;
          border-radius: 5px;
          color: #ccc;
          height: 40px;
          padding-left: 10px;
          font-size: 16px;
          margin: 20px 0; }
        .chaxun_mask .posi_r .tanchu .tanchu_l .form .inp_btn {
          width: 100%;
          border: none;
          border-radius: 5px;
          color: #fff;
          font-size: 18px;
          height: 40px;
          background: #0070c0; }
        .chaxun_mask .posi_r .tanchu .tanchu_l .jieguo {
          border-radius: 5px;
          background: #fff;
          color: #333;
          text-align: center;
          margin-top: 20px;
          padding: 25px 0; }
          .chaxun_mask .posi_r .tanchu .tanchu_l .jieguo button {
            margin-top: 10px;
            background: #0070c0;
            color: #fff;
            padding: 2px 8px;
            border: none; }
      .chaxun_mask .posi_r .tanchu .tanchu_r {
        display: inline-block;
        width: 45%;
        margin-left: 2%;
        border-left: 1px solid #1d1d1d;
        padding-left: 3%;
        height: 150px;
        vertical-align: top;
        position: relative; }
        .chaxun_mask .posi_r .tanchu .tanchu_r .tc_close {
          cursor: pointer;
          position: absolute;
          border-radius: 50%;
          background: #222222;
          font-size: 14px;
          color: #fff;
          width: 26px;
          height: 26px;
          line-height: 22px;
          text-align: center;
          border: 2px solid #6c6c6c;
          right: -35px;
          top: -30px; }

.chaxun_mask2 {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0; }
  .chaxun_mask2 .posi_r2 {
    position: relative;
    height: 100%; }
    .chaxun_mask2 .posi_r2 .tanchu2 {
      z-index: 9999;
      position: fixed;
      padding: 20px;
      width: 550px;
      height: 245px;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      background: url(../images/tanchu_bg.png) no-repeat center; }
      .chaxun_mask2 .posi_r2 .tanchu2 .tanchu_l {
        display: inline-block;
        width: 50%; }
        .chaxun_mask2 .posi_r2 .tanchu2 .tanchu_l .jieguo {
          border-radius: 5px;
          background: #fff;
          color: #333;
          text-align: center;
          margin-top: 20px;
          padding: 25px 0; }
          .chaxun_mask2 .posi_r2 .tanchu2 .tanchu_l .jieguo button {
            margin-top: 10px;
            background: #0070c0;
            color: #fff;
            padding: 2px 8px;
            border: none; }
      .chaxun_mask2 .posi_r2 .tanchu2 .tanchu_r {
        display: inline-block;
        width: 45%;
        margin-left: 2%;
        border-left: 1px solid #1d1d1d;
        padding-left: 3%;
        height: 150px;
        position: relative; }
        .chaxun_mask2 .posi_r2 .tanchu2 .tanchu_r .tc_close {
          cursor: pointer;
          position: absolute;
          border-radius: 50%;
          background: #222222;
          font-size: 14px;
          color: #fff;
          width: 26px;
          height: 26px;
          line-height: 22px;
          text-align: center;
          border: 2px solid #6c6c6c;
          right: -35px;
          top: -70px; }

.about {
  padding-bottom: 50px; }
  .about .about_t img {
    width: 100%; }
  .about .about_m {
    border-bottom: 1px solid #ccc; }
    .about .about_m .about_nav li {
      display: inline-block; }
      .about .about_m .about_nav li a {
        border-bottom: 2px solid #fff;
        display: inline-block;
        padding: 20px 8px;
        transition: all 0.5s;
        font-size: 15px;
        margin: 0 10px;
        color: #333; }
        .about .about_m .about_nav li a:hover {
          font-weight: 600;
          border-bottom: 2px solid #303030; }
  .about .about_b .img_box {
    position: relative;
    box-shadow: -5px -5px 20px 5px #e7e7e7;
    margin-top: 150px; }
    .about .about_b .img_box img {
      width: 100%; }
    .about .about_b .img_box .jianjie {
      width: 100%;
      position: absolute;
      top: -100px;
      left: 50%;
      transform: translateX(-50%); }
      .about .about_b .img_box .jianjie .content {
        text-align: center;
        padding: 60px 40px;
        box-shadow: -5px -5px 20px 0px #e7e7e7;
        border-radius: 10px;
        background: #fff;
        color: #333; }
        .about .about_b .img_box .jianjie .content .jj_l {
          width: 30%;
          display: inline-block;
          text-align: right;
          vertical-align: top; }
          .about .about_b .img_box .jianjie .content .jj_l .xiantiao1 {
            display: inline-block;
            width: 70%;
            height: 1px;
            background: #ddd; }
        .about .about_b .img_box .jianjie .content .jj_c {
          width: 25%;
          display: inline-block;
          vertical-align: top; }
          .about .about_b .img_box .jianjie .content .jj_c h6 {
            font-size: 26px;
            color: #303030;
            text-align: center;
            margin-bottom: 35px;
            font-weight: 400; }
            .about .about_b .img_box .jianjie .content .jj_c h6 span {
              color: #999;
              font-size: 14px;
              text-transform: uppercase;
              font-weight: 400; }
        .about .about_b .img_box .jianjie .content .jj_r {
          vertical-align: top;
          width: 30%;
          display: inline-block;
          text-align: left; }
          .about .about_b .img_box .jianjie .content .jj_r .xiantiao2 {
            display: inline-block;
            width: 70%;
            height: 1px;
            background: #ddd; }
  .about .about_b .about_kv {
    padding-bottom: 50px;
    margin-top: 50px; }
    .about .about_b .about_kv .img_box1 {
      margin: 0 10px; }
      .about .about_b .about_kv .img_box1 img {
        border: 3px solid #3b3f42; }
    .about .about_b .about_kv .owl-prev {
      position: absolute;
      left: -30px;
      top: -65px;
      width: 30px;
      height: 60px;
      background: rgba(0, 0, 0, 0.5) url(../images/home_29.png) no-repeat center center; }
    .about .about_b .about_kv .owl-next {
      position: absolute;
      right: -30px;
      top: -65px;
      width: 30px;
      height: 60px;
      background: rgba(0, 0, 0, 0.5) url(../images/home_32.png) no-repeat center center; }
  .about .tel_about_b {
    display: none; }
    .about .tel_about_b .img_box {
      margin: 0 15px;
      margin-top: 30px; }
      .about .tel_about_b .img_box img {
        width: 100%; }
    .about .tel_about_b .jianjie {
      padding: 20px 0;
      text-align: center;
      margin: 0 15px;
      font-size: 12px;
      color: #333; }
      .about .tel_about_b .jianjie h6 {
        color: #303030;
        font-size: 20px; }
      .about .tel_about_b .jianjie span {
        display: inline-block;
        color: #999;
        margin-bottom: 10px; }
    .about .tel_about_b .about_kv .img_box1 {
      margin: 0 10px; }
      .about .tel_about_b .about_kv .img_box1 img {
        border: 3px solid #3b3f42; }
  .about .about_b1 {
    margin-top: 40px; }
    .about .about_b1 .img_box1 {
      text-align: center; }
    .about .about_b1 .factory {
      font-size: 16px;
      color: #666666; }
      .about .about_b1 .factory h6 {
        padding-bottom: 35px;
        font-size: 30px;
        color: #303030; }
    .about .about_b1 .owl-prev {
      position: absolute;
      left: 0px;
      top: -190px;
      width: 30px;
      height: 60px;
      background: rgba(0, 0, 0, 0.5) url(../images/home_29.png) no-repeat center center; }
    .about .about_b1 .owl-next {
      position: absolute;
      right: 0px;
      top: -190px;
      width: 30px;
      height: 60px;
      background: rgba(0, 0, 0, 0.5) url(../images/home_32.png) no-repeat center center; }
    .about .about_b1 .owl-theme .owl-dots {
      text-align: right;
      padding-right: 15px; }
    .about .about_b1 .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      background: #fff;
      margin: 0 5px; }
    .about .about_b1 .active > span {
      background: #333 !important; }
    .about .about_b1 .honor .img_box {
      cursor: pointer; }
      .about .about_b1 .honor .img_box img {
        width: 100%;
        border: 1px solid #ccc; }
    .about .about_b1 .honor h5 {
      text-align: center;
      padding: 20px 0 40px 0;
      font-size: 16px;
      color: #333; }
    .about .about_b1 .fazhan li .fazhan_l {
      cursor: pointer;
      width: 15%;
      text-align: right;
      display: inline-block;
      vertical-align: middle;
      padding-right: 15px;
      font-size: 24px;
      margin-right: 25px;
      color: #333;
      font-weight: 400; }
    .about .about_b1 .fazhan li .img_mar {
      margin-left: 35px;
      border-radius: 50%; }
    .about .about_b1 .fazhan li .fazhan_r {
      display: inline-block;
      vertical-align: middle;
      font-size: 16px;
      font-weight: 600;
      margin-left: 15px;
      width: 67%; }
    .about .about_b1 .fazhan li .fz_list .list_l {
      text-align: right;
      padding-right: 5px;
      width: 15%;
      display: inline-block;
      vertical-align: middle;
      font-size: 18px;
      margin-right: 25px;
      color: #333;
      line-height: 18px; }
      .about .about_b1 .fazhan li .fz_list .list_l p {
        font-size: 12px; }
    .about .about_b1 .fazhan li .fz_list .list_r {
      font-size: 16px;
      color: #666;
      margin-left: 35px;
      display: inline-block;
      vertical-align: middle; }
    .about .about_b1 .pro {
      padding-bottom: 45px; }
      .about .about_b1 .pro .img_box {
      	min-height: 255px;
        position: relative;
        margin-bottom: 10px;
        border: 1px solid #e4e4e4; }
        .about .about_b1 .pro .img_box img {
          width: 100%; }
        .about .about_b1 .pro .img_box .mask {
          text-align: center;
          position: absolute;
          width: 100%;
          bottom: 0;
          background: rgba(0, 0, 0, 0.6);
          color: #fff;
          font-size: 18px;
          padding: 10px 0; }
    .about .about_b1 .pro_show {
      padding: 50px 0; }
      .about .about_b1 .pro_show h6 {
        padding-top: 10px;
        font-size: 32px;
        padding-bottom: 20px;
        border-bottom: 1px solid #ccc;
        color: #303030; }
      .about .about_b1 .pro_show .cpjs {
        height: 395px;
        overflow: auto;
        padding-top: 20px;
        font-size: 16px;
        color: #303030;
        line-height: 40px; }
      .about .about_b1 .pro_show .border_b {
        margin-top: 80px;
        border-bottom: 1px solid #ccc; }
        .about .about_b1 .pro_show .border_b h5 {
          font-size: 18px;
          color: #030303; }
        .about .about_b1 .pro_show .border_b .xiantiao {
          width: 95px;
          height: 2px;
          background: #303030;
          display: inline-block;
          position: relative;
          bottom: -8px; }
      .about .about_b1 .pro_show .content {
        margin-top: 45px; }
        .about .about_b1 .pro_show .content img {
          width: 100%; }
    .about .about_b1 .new .new_list {
      margin-bottom: 30px;
      padding-bottom: 30px;
      border-bottom: 1px solid #e2e2e2; }
      .about .about_b1 .new .new_list .time {
        vertical-align: middle;
        display: inline-block;
        text-align: center;
        width: 20%; }
        .about .about_b1 .new .new_list .time .date {
          font-size: 55px;
          color: #909090;
          line-height: 50px; }
        .about .about_b1 .new .new_list .time .y_m {
          color: #909090;
          font-size: 14px; }
      .about .about_b1 .new .new_list .img_box {
        width: 76%;
        vertical-align: middle;
        display: inline-block;
        margin-left: 2%;
        height: 168px;
        overflow: hidden; }
        .about .about_b1 .new .new_list .img_box img {
          width: 100%; }
      .about .about_b1 .new .new_list .border_b {
        padding-bottom: 15px;
        border-bottom: 1px dashed #e4e4e4; }
        .about .about_b1 .new .new_list .border_b h6 {
          padding-bottom: 25px; }
          .about .about_b1 .new .new_list .border_b h6 a {
            font-size: 16px;
            color: #303030; }
            .about .about_b1 .new .new_list .border_b h6 a:hover {
              text-decoration: underline; }
        .about .about_b1 .new .new_list .border_b span {
          font-size: 14px;
          color: #7e7e7e;
          display: inline-block;
          height: 65px; }
      .about .about_b1 .new .new_list .xiaolangmu {
        color: #999999;
        margin-top: 10px; }
        .about .about_b1 .new .new_list .xiaolangmu img {
          margin-right: 10px; }
        .about .about_b1 .new .new_list .xiaolangmu span {
          display: inline-block;
          vertical-align: middle; }
        .about .about_b1 .new .new_list .xiaolangmu .share {
          margin-left: 40px;
          display: inline-block; }
    .about .about_b1 .new_show h6 {
      font-size: 24px;
      color: #303030;
      padding-bottom: 35px;
      text-align: center; }
    .about .about_b1 .new_show .xiaolangmu {
      text-align: center;
      color: #999999;
      padding-bottom: 20px;
      border-bottom: 1px solid #e2e2e2; }
      .about .about_b1 .new_show .xiaolangmu .mar {
        margin-right: 20px; }
      .about .about_b1 .new_show .xiaolangmu .share {
        display: inline-block; }
    .about .about_b1 .new_show .content {
      padding-bottom: 30px;
      padding-top: 20px;
      border-bottom: 1px solid #e2e2e2;
      margin-bottom: 30px; }
    .about .about_b1 .sev .xiantiao {
      display: inline-block;
      width: 200px;
      height: 1px;
      background: #dddddd; }
    .about .about_b1 .sev .title {
      margin: 0 30px;
      vertical-align: top;
      display: inline-block; }
      .about .about_b1 .sev .title h6 {
        font-size: 24px;
        color: #303030;
        font-weight: 500; }
      .about .about_b1 .sev .title p {
        color: #999; }
    .about .about_b1 .sev .sev_nav {
      text-align: center;
      font-size: 0;
      margin-top: 70px; }
      .about .about_b1 .sev .sev_nav li {
        border-right: 1px solid #ccc;
        display: inline-block;
        width: 20%;
        border: 1px solid #ccc;
        border-right: none; }
        .about .about_b1 .sev .sev_nav li:last-of-type {
          border-right: 1px solid #ccc; }
        .about .about_b1 .sev .sev_nav li a {
          padding: 15px 0;
          display: block;
          color: #666666;
          font-size: 16px;
          transition: all 1s; }
          .about .about_b1 .sev .sev_nav li a:hover {
            background: #303030;
            color: #fff; }
    .about .about_b1 .sev .border_b {
      padding: 30px 5px;
      border-bottom: 1px solid #b3b3b3; }
      .about .about_b1 .sev .border_b img {
        margin-right: 12px; }
      .about .about_b1 .sev .border_b .q {
        padding-bottom: 15px; }
        .about .about_b1 .sev .border_b .q span {
          font-size: 16px;
          display: inline-block;
          vertical-align: middle;
          width: 96%;
          color: #666; }
      .about .about_b1 .sev .border_b .a img {
        margin-left: 12px; }
      .about .about_b1 .sev .border_b .a span {
        font-size: 14px;
        display: inline-block;
        vertical-align: top;
        width: 96%;
        color: #666; }
    .about .about_b1 .sev h4 {
      font-size: 26px;
      color: #333333;
      font-weight: 500;
      padding-bottom: 35px;
      padding-top: 40px; }
    .about .about_b1 .sev button {
      width: 100%;
      background: #303030;
      color: #fff;
      font-size: 16px;
      box-shadow: 0px 5px 10px 0px #8d8d8d;
      border: none; }
    .about .about_b1 .sev .content {
      margin-top: 45px; }
      .about .about_b1 .sev .content img {
        border: 1px solid #000; }
  .about .contact .img_box {
    margin-top: 30px;
    margin-bottom: 40px;
    width: 145px; }
    .about .contact .img_box img {
      width: 100%; }
  .about .contact .map {
    border: 1px solid #dddddd;
    width: 100%;
    height: 500px; }
  .about .contact #map {
    border: 1px solid #dddddd;
    width: 100%;
    height: 500px; }
  .about .contact .bg_fbfbfb {
    background: #fbfbfb;
    padding-bottom: 40px; }
    .about .contact .bg_fbfbfb .xinxi1 {
      padding: 20px 0;
      border-right: 1px solid #ccc;
      margin-top: 65px;
      color: #333;
      font-size: 16px; }
      .about .contact .bg_fbfbfb .xinxi1 div {
        padding: 0 40px; }
        .about .contact .bg_fbfbfb .xinxi1 div span {
          vertical-align: top;
          width: 90%;
          display: inline-block; }
        .about .contact .bg_fbfbfb .xinxi1 div:last-of-type {
          margin-top: 50px; }
      .about .contact .bg_fbfbfb .xinxi1 img {
        margin-right: 20px; }
    .about .contact .bg_fbfbfb .xinxi2 {
      padding: 20px 0;
      margin-top: 65px;
      color: #333;
      font-size: 16px; }
      .about .contact .bg_fbfbfb .xinxi2 div {
        padding: 0 40px; }
        .about .contact .bg_fbfbfb .xinxi2 div span {
          vertical-align: top;
          width: 90%;
          display: inline-block; }
        .about .contact .bg_fbfbfb .xinxi2 div:last-of-type {
          margin-top: 20px; }
      .about .contact .bg_fbfbfb .xinxi2 img {
        margin-right: 20px; }
  .about .contact .tel_xinxi1 {
    display: none;
    padding: 15px 0; }
    .about .contact .tel_xinxi1 div span {
      width: 90%;
      vertical-align: top;
      display: inline-block;
      margin-left: 15px; }
  .about .contact .tel_xinxi2 {
    display: none;
    padding: 15px 0; }
    .about .contact .tel_xinxi2 div span {
      width: 90%;
      vertical-align: top;
      display: inline-block;
      margin-left: 15px; }
  .about .liuyan {
    padding: 50px 120px; }
    .about .liuyan h6 {
      font-size: 30px;
      color: #303030;
      font-weight: 400;
      text-align: center;
      padding-bottom: 30px; }
    .about .liuyan p {
      color: #333333;
      text-align: center;
      padding-bottom: 35px;
      padding-top: 20px; }
    .about .liuyan form .input1 {
      margin-bottom: 15px;
      padding-left: 36px;
      height: 40px;
      width: 48%;
      border: 1px solid #e1e1e1;
      background: url(../images/7_03.png) no-repeat 3%;
      border-radius: 5px;
      color: #a1a1a1; }
    .about .liuyan form .input2 {
      color: #a1a1a1;
      margin-bottom: 15px;
      border-radius: 5px;
      padding-left: 36px;
      height: 40px;
      width: 48%;
      margin-left: 34px;
      border: 1px solid #e1e1e1;
      background: url(../images/7_06.png) no-repeat 3%; }
    .about .liuyan form .input3 {
      color: #a1a1a1;
      margin-bottom: 15px;
      border-radius: 5px;
      padding-left: 36px;
      height: 40px;
      width: 48%;
      border: 1px solid #e1e1e1;
      background: url(../images/7_10.png) no-repeat 3%; }
    .about .liuyan form .input4 {
      color: #a1a1a1;
      margin-bottom: 15px;
      border-radius: 5px;
      padding-left: 36px;
      height: 40px;
      width: 48%;
      margin-left: 34px;
      border: 1px solid #e1e1e1;
      background: url(../images/8_03.png) no-repeat 3%; }
    .about .liuyan form textarea {
      color: #a1a1a1;
      margin-bottom: 15px;
      width: 100%;
      border-radius: 5px;
      padding-left: 36px;
      background: url(../images/7_12.png) no-repeat 1.3% 8%;
      padding-top: 10px;
      height: 210px;
      border: 1px solid #e1e1e1; }
    .about .liuyan form .input_btn {
      width: 100%;
      border-radius: 5px;
      height: 40px;
      color: #fff;
      background: #303030;
      font-size: 16px;
      border: none; }

.kuai {
  padding: 40px 0;
  text-align: center; }
  .kuai .title {
    display: inline-block;
    vertical-align: top;
    margin: 0  50px;
    margin-bottom: 20px; }
    .kuai .title h6 {
      font-size: 32px;
      color: #333333;
      font-weight: 400; }
    .kuai .title p {
      color: #666666;
      padding-top: 7px; }
    .kuai .title .xiantiao {
      width: 40px;
      height: 2px;
      background: #303030;
      display: inline-block; }

.k1 {
  padding: 50px 0;
  text-align: center; }
  .k1 .img_box {
    border: 1px solid #e4e4e4;
    position: relative;
    margin-bottom: 10px; }
    .k1 .img_box img {
      width: 100%; }
    .k1 .img_box .mask {
      position: absolute;
      width: 100%;
      height: 36px;
      line-height: 36px;
      color: #fff;
      font-size: 18px;
      background: rgba(0, 0, 0, 0.6);
      bottom: 0; }

.k2 {
  padding-bottom: 80px;
  background: url(../images/21_02.jpg) no-repeat center; }
  .k2 .jj {
    padding-bottom: 40px;
    font-size: 16px;
    color: #333; }
  .k2 .img_box1 {
    margin: 0 10px;
    border: 3px solid #3b3f42; }
    .k2 .img_box1 img {
      width: 100%; }
  .k2 .owl-prev {
    position: absolute;
    left: -30px;
    top: -65px;
    width: 30px;
    height: 60px;
    background: rgba(0, 0, 0, 0.5) url(../images/home_29.png) no-repeat center center; }
  .k2 .owl-next {
    position: absolute;
    right: -30px;
    top: -65px;
    width: 30px;
    height: 60px;
    background: rgba(0, 0, 0, 0.5) url(../images/home_32.png) no-repeat center center; }

.k3 {
  background: #303030;
  padding: 40px 0; }
  .k3 .cx {
    padding-left: 15px;
    display: inline-block;
    color: #fff;
    width: 90%;
    vertical-align: middle; }
    .k3 .cx h6 {
      font-size: 32px;
      font-weight: 400; }
    .k3 .cx p {
      font-size: 18px; }
  .k3 button {
    padding: 10px 40px;
    font-size: 18px;
    color: #333;
    background: #fff;
    border: none;
    margin-top: 12px;
    font-family: "微软雅黑"; }

.k4 {
  background: url(../images/21_04.jpg) no-repeat center; }
  .k4 .news_list {
    margin-bottom: 40px;
    background: #fff;
    box-shadow: 2px -4px 20px 5px #dcdcdc; }
    .k4 .news_list .img_box {
      width: 49%;
      display: inline-block;
      vertical-align: middle;
      padding: 10px; }
      .k4 .news_list .img_box img {
        width: 100%; }
    .k4 .news_list .news_r {
      margin-left: 2%;
      text-align: left;
      width: 48%;
      display: inline-block;
      vertical-align: middle; }
      .k4 .news_list .news_r .xinxi {
        color: #999999;
        padding-bottom: 5px;
        border-bottom: 1px solid #eee; }
        .k4 .news_list .news_r .xinxi span {
          vertical-align: middle;
          margin-left: 10px; }
      .k4 .news_list .news_r h5 {
        font-size: 16px;
        padding: 10px 0;
        color: #333;
        font-weight: 600; }
      .k4 .news_list .news_r .jj {
        font-size: 14px;
        color: #666666;
        padding-right: 15px;
        margin-bottom: 5px;
        height: 65px;
        line-height: 22px; }
      .k4 .news_list .news_r a {
        color: #333; }
        .k4 .news_list .news_r a:hover {
          text-decoration: underline; }

.search_page {
  padding-top: 50px; }
  .search_page .img_box {
    margin-bottom: 30px;
    position: relative;
    border: 1px solid #ededed; }
    .search_page .img_box img {
      width: 100%; }
    .search_page .img_box .mask {
      text-align: center;
      position: absolute;
      width: 100%;
      bottom: 0;
      height: 36px;
      line-height: 36px;
      background: rgba(0, 0, 0, 0.6);
      color: #fff;
      font-size: 16px; }

.mbx {
  font-size: 12px;
  margin-top: 20px; }
  .mbx a {
    font-size: 12px;
    color: #333; }

.huangzhang {
  padding-top: 40px; }
  .huangzhang p {
    color: #303030;
    font-weight: 600; }
    .huangzhang p a {
      font-weight: 400;
      color: #303030; }
      .huangzhang p a:hover {
        color: #303030;
        font-weight: 600;
        text-decoration: underline; }

.page {
  padding-bottom: 30px;
  text-align: center;
  margin-top: 30px; }
  .page li {
    display: inline-block;
    width: 28px;
    height: 28px;
    border: 1px solid #cfcfcf;
    margin: 0 2px;
    line-height: 28px; }
    .page li:hover {
      background: #303030;
      border: 1px solid #303030; }
      .page li:hover a {
        color: #fff; }

/*悬浮框开始*/
.floating_ck {
  position: fixed;
  right: 20px;
  bottom: 5%;
  z-index: 3; }

.floating_ck dl dd {
  position: relative;
  width: 50px;
  height: 50px;
  background-color: #666666;
  border-bottom: solid 1px #fff;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer; }

.floating_ck dl dd:hover .floating_left {
  display: block; }

.floating_ck dl dd:hover {
  background-color: #333333; }

.words {
  background: url(../images/xf_03.png) no-repeat; }

.quote {
  background: url(../images/xf_06.png) no-repeat; }

.qrcord {
  background: url(../images/xf_09.png) no-repeat; }

.return span {
  display: block;
  width: 100%;
  height: 100%; }

.return {
  background: url(../images/xf_12.png) no-repeat;
  border-bottom: none !important; }

.floating_left {
  position: absolute;
  left: -160px;
  top: 0px;
  width: 160px;
  height: 80px;
  background-color: #333333;
  border-bottom: solid 1px #555;
  display: none; }

.floating_ewm {
  height: 49px;
  top: 0px; }

.floating_ewm p {
  color: #fff;
  line-height: 49px; }

.floating_ewm .qrcord_p01 {
  font-size: 16px;
  line-height: 40px; }

.floating_ewm .qrcord_p02 {
  font-size: 18px; }

.biaodan {
  width: 300px;
  height: 310px;
  text-align: center;
  background: #646577;
  position: fixed;
  right: 100px;
  bottom: 14.8%;
  z-index: 3;
  display: none; }

.text_bd {
  display: block;
  margin: 0 auto;
  width: 280px;
  height: 80px; }

.user {
  display: block;
  margin: 0 auto;
  width: 280px; }

.phone {
  display: block;
  margin: 0 auto;
  width: 280px; }

.email {
  display: block;
  margin: 0 auto;
  width: 280px; }

.add {
  display: block;
  margin: 0 auto;
  width: 280px; }

.btn1 {
  width: 50px;
  cursor: pointer;
  height: 25px; }

.btn2 {
  width: 50px;
  cursor: pointer;
  height: 25px; }

.input_bd {
  margin-top: 10px; }

.form_top {
  font-size: 16px;
  color: #fff;
  padding-top: 5px; }

/*悬浮框结束*/

/*# sourceMappingURL=index.css.map */
