@charset "UTF-8";
/*--------------------------通用样式-----------------------------*/
body {
  overflow-x: hidden; }
  body a:link {
    text-decoration: none; }
  body a:active {
    text-decoration: none; }
  body a:visited {
    text-decoration: none; }
  body a:hover {
    text-decoration: none; }

/*-----分页----------*/
/*-----按钮----*/
a.butio {
  display: block;
  padding: 12px 0;
  background-color: #00479d;
  text-align: center;
  position: relative;
  vertical-align: middle;
  z-index: 1;
  color: #fff; }

a.button--wayra {
  overflow: hidden;
  transition: border-color 0.3s, color 0.3s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }

a.button--wayra::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 100%;
  background: #e5004f;
  z-index: -1;
  transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
  transform-origin: 0% 100%;
  transition: transform 0.3s, opacity 0.3s, background-color 0.3s; }

.button--wayra:hover::before {
  opacity: 1;
  background-color: #e5004f;
  transform: rotate3d(0, 0, 1, 0deg);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }

/*--------------------------修改组件-----------------------------*/
.uk-container {
  margin: 0 auto;
  padding: 0 15px; }

.uk-navbar-nav > li.uk-open > a, .uk-navbar-nav > li:hover > a, .uk-navbar-nav > li > a:focus {
  background-color: #e5004f;
  color: #fff; }
  .uk-navbar-nav > li.uk-open > a div, .uk-navbar-nav > li:hover > a div, .uk-navbar-nav > li > a:focus div {
    color: #fff; }

/*--------------------------头部-----------------------------*/
.header {
  width: 100%; }
  .header .top {
    height: 30px;
    background: url("../images/header_top.jpg") repeat-y center; }
    .header .top p {
      line-height: 30px;
      margin: 0; }
      .header .top p b {
        color: #e5004f; }
  .header .nav {
    height: 77px;
    background: url("../images/header_nav.jpg") repeat-y center; }
    .header .nav .left img {
      margin-top: 10px; }
    .header .nav .right a.uk-navbar-brand {
      padding: 0 0;
      line-height: 65px;
      font-weight: bold;
      font-size: 21px; }
    .header .nav .right .uk-navbar {
      background: #fff; }
    .header .nav .right .lx_nav {
      max-width: 65%; }
      .header .nav .right .lx_nav > ul > li {
        height: 77px; }
        .header .nav .right .lx_nav > ul > li > a {
          height: 77px;
          padding-top: 20px;
          padding-bottom: 20px;
          text-transform: uppercase; }
          .header .nav .right .lx_nav > ul > li > a > div {
            padding-top: 5px;
            color: #999; }
        .header .nav .right .lx_nav > ul > li:hover > a {
          background-color: #e5004f;
          color: #fff; }
          .header .nav .right .lx_nav > ul > li:hover > a div {
            color: #fff; }
        .header .nav .right .lx_nav > ul > li > span {
          display: block;
          width: 100%;
          height: 1px;
          background-color: red; }
      .header .nav .right .lx_nav > ul > li.uk-active > a {
        background-color: #e5004f;
        color: #fff; }
        .header .nav .right .lx_nav > ul > li.uk-active > a > div {
          color: #fff; }
    .header .nav .right .lx_but {
      display: block;
      padding: 6px 20px;
      background-color: #e5004f;
      color: #fff;
      margin-top: 25px; }
    .header .nav .right .lx_mc_nav {
      font-size: 28px;
      color: #6c6b6b;
      margin-top: 18px; }
    .header .nav .right #my-id ul.uk-nav > li {
      border-top: 1px solid #444444;
      border-bottom: 1px solid #222; }
      .header .nav .right #my-id ul.uk-nav > li h3 {
        margin-top: 10px;
        padding-left: 15px; }
      .header .nav .right #my-id ul.uk-nav > li a i {
        margin-right: 8px; }
    .header .nav .right #my-id ul.uk-nav li.uk-nav-header {
      margin-top: 0;
      background-color: #444444;
      color: #999999; }
  .header > .uk-sticky-placeholder > .uk-active {
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.08); }
    .header > .uk-sticky-placeholder > .uk-active .left .logo {
      margin-top: 20px; }

.banner {
  height:auto;
  overflow: hidden; }
  .banner .uk-position-bottom {
    bottom: 80px; }

.main .product {
  width: 100%;
  height: auto;
  position: relative;
  top: -70px;
  z-index: 1; }
  .main .product .top {
    width: 100%;
    height: 70px; }
    .main .product .top .title {
      width: 100%;
      height: 70px;
      background: rgba(255, 255, 255, 0.8);
      transition: 0.5s; }
      .main .product .top .title h3 {
        margin-bottom: 5px;
        margin-top: 20px;
        margin-left: 20px; }
      .main .product .top .title span {
        display: block;
        width: 20px;
        height: 2px;
        background-color: #e5004f;
        margin: 0 auto; }
      .main .product .top .title a {
        color: #444444;
        display: block;
        margin-top: 25px;
        margin-right: 20px; }
        .main .product .top .title a:hover {
          color: #e5004f; }
      .main .product .top .title:hover {
        background: #fff; }
  .main .product .bottom {
    width: 100%;
    height: auto;
    background: url("../images/product_images.jpg");
    padding-bottom: 50px;
    min-height: 430px; }
    .main .product .bottom .recommended {
      background-color: #fff;
      padding: 30px; }
      .main .product .bottom .recommended ul li a .top_img {
        border: 1px solid #eeeeee;
        border-bottom: none;
        box-sizing: border-box;
        overflow: hidden; }
      .main .product .bottom .recommended ul li a .bottom_text {
        padding: 20px 0;
        border: 1px solid #eeeeee;
        border-top: 0;
        text-align: center;
        background-color: #fff;
        transition: 0.5s;
        border-top: 1px solid #eeeeee;
        box-sizing: border-box; }
        .main .product .bottom .recommended ul li a .bottom_text p {
          margin-bottom: 0;
          color: #444444; }
        .main .product .bottom .recommended ul li a .bottom_text:hover {
          border: 1px solid #e5004f;
          border-top: 1px solid #e5004f;
          background-color: #e5004f;
          box-sizing: border-box; }
          .main .product .bottom .recommended ul li a .bottom_text:hover p {
            color: #fff; }
      .main .product .bottom .recommended .uk-slidenav-previous {
        left: 0; }
      .main .product .bottom .recommended .uk-slidenav-next {
        right: 0; }
.main .case {
  background: #fff; }
  .main .case .title {
    background: url("../images/title_background.png") no-repeat center;
    text-align: center; }
    .main .case .title h2 {
      font-weight: bold;
      margin-bottom: 15px; }
    .main .case .title span {
      display: block;
      width: 20px;
      height: 2px;
      background-color: #e5004f;
      margin: 0 auto; }
    .main .case .title p {
      margin-top: 15px; }
  .main .case .content {
    background-color: #fff;
    margin-top: 35px; }
    .main .case .content ul.case_content li .left .yinc {
      display: block;
      position: absolute;
      width: 100%;
      height: 35px;
      background-color: rgba(0, 0, 0, 0.5);
      line-height: 35px;
      color: #fff;
      bottom: 0;
      text-align: center; }
    .main .case .content ul.case_content li .right {
      height: 100%;
      background-color: #fcf7fc;
      padding: 0 45px; }
      .main .case .content ul.case_content li .right h4 {
        font-weight: bold;
        color: #6c6b6b; }
      .main .case .content ul.case_content li .right p {
        font-size: 13px;
        color: #999999;
        height: 80px;
        overflow: hidden; }
      .main .case .content ul.case_content li .right a {
        display: block;
        width: 121px;
        height: 36px;
        background-color: #e5004f;
        text-align: center;
        line-height: 36px;
        color: #fff;
        font-size: 15px;
        margin-top: 45px;
        transition: 0.5s; }
        .main .case .content ul.case_content li .right a:hover {
          box-shadow: 0 5px 15px rgba(199, 2, 70, 0.2);
          margin-top: 30px; }
    .main .case .content .img_nav {
      padding-top: 1px;
      margin-top: 0;
      margin-left: -1px; }
      .main .case .content .img_nav li {
        padding-left: 1px;
        padding-top: 0;
        margin-top: 0; }
.main .product_center {
  width: 100%;
  height: auto;
  margin-top: 100px; }
  .main .product_center .top {
    width: 100%;
    height: 72px;
    background: url("../images/product_center_top.jpg") repeat-y; }
    .main .product_center .top .left {
      width: 100%;
      height: 72px;
      background-color: #0e385e; }
      .main .product_center .top .left h3 {
        font-weight: bold;
        color: #eeeeee;
        margin-bottom: 0; }
      .main .product_center .top .left ul {
        margin: 0; }
        .main .product_center .top .left ul li {
          margin-right: 15px;
          margin-top: 5px; }
          .main .product_center .top .left ul li a {
            font-size: 15px;
            color: #296193; }
    .main .product_center .top .right {
      width: 82px;
      height: 72px;
      background-color: #e5004f;
      line-height: 82px;
      text-align: center; }
      .main .product_center .top .right span {
        font-size: 25px;
        transition: 0.5s;
        background-color: #e5004f;
        border: 1px solid #fff;
        color: #fff; }
      .main .product_center .top .right:hover span {
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
        background-color: #ffff;
        color: #e5004f; }
  .main .product_center .content {
    width: 100%;
    min-height: 690px;
    background: url("../images/product_center_img.jpg") no-repeat center; }
    .main .product_center .content .product_center_content {
      margin-top: 120px; }
      .main .product_center .content .product_center_content ul {
        margin-left: -25px; }
        .main .product_center .content .product_center_content ul li .content_top a {
          display: block; }
        .main .product_center .content .product_center_content ul li .content_bottom {
          background-color: #f5f5f5;
          text-align: center; }
          .main .product_center .content .product_center_content ul li .content_bottom .text {
            padding: 15px; }
            .main .product_center .content .product_center_content ul li .content_bottom .text h5 {
              font-weight: bold; }
            .main .product_center .content .product_center_content ul li .content_bottom .text a {
              color: #000000;
              display: inline-block;
              border-bottom: 1px solid #999999; }
              .main .product_center .content .product_center_content ul li .content_bottom .text a:hover {
                color: #e5004f;
                border-bottom: 1px solid #e5004f; }
          .main .product_center .content .product_center_content ul li .content_bottom span {
            display: block;
            width: 0;
            height: 2px;
            background-color: #fe3e57;
            transition: 0.5s;
            margin: 0 auto; }
        .main .product_center .content .product_center_content ul li:hover span {
          width: 100%; }
.main .news {
  height: auto;
  margin-top: 100px; }
  .main .news .title {
    background: url("../images/title_background.png") no-repeat center;
    text-align: center; }
    .main .news .title h2 {
      font-weight: bold;
      margin-bottom: 15px; }
    .main .news .title span {
      display: block;
      width: 20px;
      height: 2px;
      background-color: #e5004f;
      margin: 0 auto; }
    .main .news .title p {
      margin-top: 15px; }
  .main .news .content {
    width: 100%;
    height: auto;
    background: url("../images/news_background.jpg") repeat-y center;
    margin-top: 35px; }
    .main .news .content .left {
      padding: 35px;
      background-color: #f8f8f8; }
      .main .news .content .left .bottom {
        padding: 20px;
        background-color: #fff;
        height: 100%;
        padding-bottom: 95px; }
    .main .news .content .right {
      padding-top: 35px;
      height: 100%; }
      .main .news .content .right ul {
        margin: 0;
        padding: 0; }
        .main .news .content .right ul li {
          margin-bottom: 25px; }
          .main .news .content .right ul li .text {
            height: 100%;
            background-color: #fff;
            padding: 0 20px; }
            .main .news .content .right ul li .text h4 {
              margin-top: 0;
              margin-bottom: 0; }
            .main .news .content .right ul li .text time {
              margin: 0;
              color: #848383;
              font-size: 12px; }
            .main .news .content .right ul li .text p {
              margin: 0;
              color: #848383;
              max-height: 40px;
              overflow: hidden; }
            .main .news .content .right ul li .text:hover {
              background-color: #e5004f; }
              .main .news .content .right ul li .text:hover h4 {
                color: #fff; }
              .main .news .content .right ul li .text:hover time {
                color: #fcdfe9; }
              .main .news .content .right ul li .text:hover p {
                color: #fcdfe9; }
.main .about {
  margin-top: 100px; }
  .main .about h3 {
    color: #fff;
    font-weight: bold;
    font-size: 24px; }
  .main .about p {
    color: #fff; }
  .main .about a {
    display: block;
    border: 1px solid #fff;
    width: 153px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    color: #fff;
    transition: 0.5s; }
    .main .about a span {
      color: #fff;
      margin-left: 15px; }
    .main .about a:hover {
      background-color: #e5004f;
      border: 1px solid #e5004f; }

.footer .propaganda {
  background-color: #e5004f;
  padding: 20px 0; }
  .footer .propaganda .left h3 {
    font-weight: bold;
    color: #fff;
    margin: 0; }
  .footer .propaganda .left small {
    margin: 0;
    color: #fff;
    text-transform: uppercase; }
  .footer .propaganda .right a {
    display: block;
    border: 1px solid #fff;
    width: 120px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    margin-top: 10px;
    transition: 0.5s; }
    .footer .propaganda .right a:hover {
      background-color: #eeeeee;
      color: #e5004f; }
.footer .footer_content {
  background-color: #0f3a5d;
  padding: 35px 0; }
  .footer .footer_content .left dl {
    background: url("../images/footer.jpg") no-repeat top right; }
    .footer .footer_content .left dl dt {
      font-size: 17px;
      color: #fff;
      padding-bottom: 15px; }
    .footer .footer_content .left dl dd {
      padding: 3px 0; }
      .footer .footer_content .left dl dd a {
        color: #c6dae5; }
        .footer .footer_content .left dl dd a:hover {
          color: #e5004f; }
  .footer .footer_content .right h3 {
    color: #fff;
    font-size: 17px;
    font-weight: bold; }
  .footer .footer_content .right ul li {
    color: #fff;
    margin-bottom: 5px; }
    .footer .footer_content .right ul li span {
      display: block;
      width: 95px;
      line-height: 24px;
      background-color: #f19149;
      text-align: center; }
.footer .bottom {
  background-color: #0f3a5d; }
  .footer .bottom .link ul li a {
    color: #999999; }
    .footer .bottom .link ul li a:hover {
      color: #ffffff; }
  .footer .bottom .patent ul li {
    color: #fff;
    margin-right: 10px; }
    .footer .bottom .patent ul li a {
      color: #fff; }

.mc_news {
  background-color: #fff;
  padding: 15px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  box-shadow: 0px -7px 12px rgba(0, 0, 0, 0.1);
  z-index: 99; }
  .mc_news a {
    display: block;
    padding: 10px 0;
    text-align: center;
    background-color: #e5004f;
    color: #fff; }

.floating {
  position: fixed;
  right: 15px;
  bottom: 5%;
  z-index: 99;
  background-color: #fff;
  width: 180px; }
  .floating dl {
    border-bottom: 1px solid #D3D4D3;
    padding-bottom: 0;
    margin-bottom: 0; }
    .floating dl dt {
      padding: 15px 15px;
      font-weight: normal;
      background-color: #e5004f; }
      .floating dl dt p {
        margin-bottom: 0;
        color: #fff; }
      .floating dl dt a {
        color: #fff; }
    .floating dl dd {
      padding: 15px;
      border: 1px solid #D3D4D3;
      border-bottom: 0;
      text-align: center; }
    .floating dl dd.qq a {
      color: #999999; }
      .floating dl dd.qq a span {
        margin-right: 10px;
        color: #999999; }
    .floating dl dd.qq:hover {
      background-color: #f0f0f0; }
      .floating dl dd.qq:hover a {
        color: #e5004f; }
        .floating dl dd.qq:hover a span {
          color: #e5004f; }
    .floating dl dd.dh {
      color: #999999; }
      .floating dl dd.dh h5 {
        margin-bottom: 0;
        color: #999999; }
        .floating dl dd.dh h5 span {
          margin-right: 10px; }
      .floating dl dd.dh p {
        margin-bottom: 0;
        margin-top: 0;
        font-weight: bold; }
    .floating dl dd.ding a {
      color: #999999; }
      .floating dl dd.ding a span {
        margin-left: 10px; }
    .floating dl dd.ding:hover {
      background-color: #f0f0f0; }
      .floating dl dd.ding:hover a {
        color: #e5004f; }
        .floating dl dd.ding:hover a span {
          color: #e5004f; }

.floating_a {
  position: fixed;
  right: -100px;
  bottom: 5%;
  z-index: 99;
  background-color: #fff;
  padding: 7px 15px;
  color: #e5004f;
  font-size: 36px;
  border: 1px solid #D3D4D3; }
  .floating_a:hover {
    background-color: #e5004f;
    color: #fff; }

/*--====================================================================================产品中心========================================================================-*/
.product_list .banner {
  width: 100%;
  height: 336px; }
  .product_list .banner h2 {
    font-weight: bold;
    margin-bottom: 5px;
    color: #fff; }
  .product_list .banner small {
    text-transform: uppercase;
    color: #fff; }
.product_list .product_list_content .path {
  padding: 15px 0;
  border-bottom: 1px solid #f4f4f4; }
  .product_list .product_list_content .path ul {
    margin-bottom: 0; }
.product_list .product_list_content .product_list_content_content {
  width: 100%;
  background-color: #f8f8f8;
  padding-bottom: 120px; }
  .product_list .product_list_content .product_list_content_content .title {
    padding-top: 100px; }
    .product_list .product_list_content .product_list_content_content .title ul li a {
      border-right: 1px solid #f8f8f8;
      border-top: 1px solid #f8f8f8; }
  .product_list .product_list_content .product_list_content_content .bottom_content {
    margin-top: 50px; }
    .product_list .product_list_content .product_list_content_content .bottom_content ul.content li {
      margin-top: 30px; }
      .product_list .product_list_content .product_list_content_content .bottom_content ul.content li .content_top {
        border: 1px solid #e6e5e5;
        box-sizing: border-box; }
        .product_list .product_list_content .product_list_content_content .bottom_content ul.content li .content_top a {
          display: block; }
      .product_list .product_list_content .product_list_content_content .bottom_content ul.content li .content_bottom {
        background-color: #f5f5f5;
        text-align: center;
        border: 1px solid #e6e5e5;
        border-top: none; }
        .product_list .product_list_content .product_list_content_content .bottom_content ul.content li .content_bottom .text {
          padding: 15px; }
          .product_list .product_list_content .product_list_content_content .bottom_content ul.content li .content_bottom .text h5 {
            font-weight: bold; }
          .product_list .product_list_content .product_list_content_content .bottom_content ul.content li .content_bottom .text a {
            color: #000000;
            display: inline-block;
            border-bottom: 1px solid #999999; }
            .product_list .product_list_content .product_list_content_content .bottom_content ul.content li .content_bottom .text a:hover {
              color: #e5004f;
              border-bottom: 1px solid #e5004f; }
        .product_list .product_list_content .product_list_content_content .bottom_content ul.content li .content_bottom span {
          display: block;
          width: 0;
          height: 2px;
          background-color: #fe3e57;
          transition: 0.5s;
          margin: 0 auto; }
      .product_list .product_list_content .product_list_content_content .bottom_content ul.content li:hover span {
        width: 100%; }
    .product_list .product_list_content .product_list_content_content .bottom_content .fenye {
      margin-top: 50px; }
      .product_list .product_list_content .product_list_content_content .bottom_content .fenye ul li a:hover {
        color: #fff;
        background-color: #e5004f; }

/*--====================================================================================产品详情========================================================================-*/
.product_details .banner {
  width: 100%;
  height: 336px; }
  .product_details .banner h2 {
    font-weight: bold;
    margin-bottom: 5px;
    color: #fff; }
  .product_details .banner small {
    text-transform: uppercase;
    color: #fff; }
.product_details .product_details_content {
  border-bottom: 1px solid #f4f4f4; }
  .product_details .product_details_content .path {
    padding: 15px 0; }
    .product_details .product_details_content .path ul {
      margin-bottom: 0; }
.product_details .product_details_background {
  width: 100%;
  background-color: #fafafa;
  padding-bottom: 120px; }
  .product_details .product_details_background .details_content {
    margin-top: 60px; }
    .product_details .product_details_background .details_content .details_content_top .img {
      border: 1px solid #f5f5f5; }
    .product_details .product_details_background .details_content .details_content_top .content_right {
      width: 100%;
      height: 100%;
      background: #fafafa;
      overflow: hidden; }
      .product_details .product_details_background .details_content .details_content_top .content_right .title_right {
        width: 100%;
        height: 20%; }
        .product_details .product_details_background .details_content .details_content_top .content_right .title_right h3 {
          margin-bottom: 0;
          font-weight: bold;
          font-size: 24px; }
      .product_details .product_details_background .details_content .details_content_top .content_right .content {
        width: 100%;
        height: 80%;
        background: #eeeeee; }
        .product_details .product_details_background .details_content .details_content_top .content_right .content .content_padding {
          padding: 20px; }
          .product_details .product_details_background .details_content .details_content_top .content_right .content .content_padding .top_text h4 {
            font-weight: bold; }
          .product_details .product_details_background .details_content .details_content_top .content_right .content .content_padding .top_text p {
            height: 40px;
            overflow: hidden; }
          .product_details .product_details_background .details_content .details_content_top .content_right .content .content_padding hr {
            border-top: 1px solid #fff; }
          .product_details .product_details_background .details_content .details_content_top .content_right .content .content_padding .bottom_text h4 {
            font-weight: bold; }
          .product_details .product_details_background .details_content .details_content_top .content_right .content .content_padding .bottom_text p {
            margin-top: 10px;
            margin-bottom: 10px; }
          .product_details .product_details_background .details_content .details_content_top .content_right .content .content_padding .bottom_text p:last-child {
            margin-bottom: 0; }
    .product_details .product_details_background .details_content .details_content_bottom {
      min-height: 1000px;
      border: 1px solid #f5f5f5;
      margin-top: 30px; }
      .product_details .product_details_background .details_content .details_content_bottom .details_content_bottom_padding {
        padding: 42px; }
        .product_details .product_details_background .details_content .details_content_bottom .details_content_bottom_padding .content_yi .left {
          background: url("../images/track.png") repeat-y center 18px; }
          .product_details .product_details_background .details_content .details_content_bottom .details_content_bottom_padding .content_yi .left .fang {
            width: 15px;
            height: 15px;
            border: 1px solid #eeeeee;
            background-color: #fff; }
        .product_details .product_details_background .details_content .details_content_bottom .details_content_bottom_padding .content_yi .right {
          padding-left: 41px;
          padding-bottom: 40px; }
          .product_details .product_details_background .details_content .details_content_bottom .details_content_bottom_padding .content_yi .right h4 {
            font-weight: bold; }
          .product_details .product_details_background .details_content .details_content_bottom .details_content_bottom_padding .content_yi .right p {
            color: #828384; }
        .product_details .product_details_background .details_content .details_content_bottom .details_content_bottom_padding .content_yi:hover .left .fang {
          background-color: #e5004f; }
        .product_details .product_details_background .details_content .details_content_bottom .details_content_bottom_padding .content_yi:last-child .left {
          position: relative; }
          .product_details .product_details_background .details_content .details_content_bottom .details_content_bottom_padding .content_yi:last-child .left .last {
            width: 15px;
            height: 15px;
            border: 1px solid #eeeeee;
            background-color: #fff;
            position: absolute;
            bottom: 0;
            left: 0; }
        .product_details .product_details_background .details_content .details_content_bottom .details_content_bottom_padding .content_yi:last-child .right {
          padding-left: 41px;
          padding-bottom: 0; }
          .product_details .product_details_background .details_content .details_content_bottom .details_content_bottom_padding .content_yi:last-child .right P {
            margin-bottom: 0; }
    .product_details .product_details_background .details_content .down {
      border-bottom: 1px solid #eeeeee; }
      .product_details .product_details_background .details_content .down a {
        display: block;
        padding: 25px 0;
        color: #6c6b6b; }
        .product_details .product_details_background .details_content .down a:hover {
          color: #e5004f; }
    .product_details .product_details_background .details_content .related {
      margin-top: 35px; }
      .product_details .product_details_background .details_content .related .content_sile ul li {
        margin-top: 15px; }
        .product_details .product_details_background .details_content .related .content_sile ul li .content_top {
          border: 1px solid #e6e5e5;
          box-sizing: border-box; }
          .product_details .product_details_background .details_content .related .content_sile ul li .content_top a {
            display: block; }
        .product_details .product_details_background .details_content .related .content_sile ul li .content_bottom {
          background-color: #f5f5f5;
          text-align: center;
          border: 1px solid #e6e5e5;
          border-top: none; }
          .product_details .product_details_background .details_content .related .content_sile ul li .content_bottom .text {
            padding: 15px; }
            .product_details .product_details_background .details_content .related .content_sile ul li .content_bottom .text h5 {
              font-weight: bold; }
            .product_details .product_details_background .details_content .related .content_sile ul li .content_bottom .text a {
              color: #000000;
              display: inline-block;
              border-bottom: 1px solid #999999; }
              .product_details .product_details_background .details_content .related .content_sile ul li .content_bottom .text a:hover {
                color: #e5004f;
                border-bottom: 1px solid #e5004f; }
          .product_details .product_details_background .details_content .related .content_sile ul li .content_bottom span {
            display: block;
            width: 0;
            height: 2px;
            background-color: #fe3e57;
            transition: 0.5s;
            margin: 0 auto; }
        .product_details .product_details_background .details_content .related .content_sile ul li:hover span {
          width: 100%; }

/*--====================================================================================新闻列表========================================================================-*/
.news_list .banner {
  width: 100%;
  height: 336px; }
  .news_list .banner h2 {
    font-weight: bold;
    margin-bottom: 5px;
    color: #fff; }
  .news_list .banner small {
    text-transform: uppercase;
    color: #fff; }
.news_list .news_list_content .path {
  padding: 15px 0;
  border-bottom: 1px solid #f4f4f4; }
  .news_list .news_list_content .path ul {
    margin-bottom: 0; }
.news_list .news_list_content .news_list_content_content {
  width: 100%;
  background-color: #f8f8f8;
  padding-bottom: 120px; }
  .news_list .news_list_content .news_list_content_content .title {
    padding-top: 100px; }
    .news_list .news_list_content .news_list_content_content .title ul li a {
      border-right: 1px solid #f8f8f8;
      border-top: 1px solid #f8f8f8; }
  .news_list .news_list_content .news_list_content_content .bottom_content {
    margin-top: 50px; }
    .news_list .news_list_content .news_list_content_content .bottom_content ul.content li {
      margin-top: 30px; }
      .news_list .news_list_content .news_list_content_content .bottom_content ul.content li .content_top {
        border: 1px solid #e6e5e5;
        box-sizing: border-box; }
        .news_list .news_list_content .news_list_content_content .bottom_content ul.content li .content_top a {
          display: block; }
      .news_list .news_list_content .news_list_content_content .bottom_content ul.content li .content_bottom {
        background-color: #fff;
        text-align: left;
        border: 1px solid #e6e5e5;
        border-top: none; }
        .news_list .news_list_content .news_list_content_content .bottom_content ul.content li .content_bottom .text {
          padding: 15px; }
          .news_list .news_list_content .news_list_content_content .bottom_content ul.content li .content_bottom .text h5 {
            font-weight: bold; }
          .news_list .news_list_content .news_list_content_content .bottom_content ul.content li .content_bottom .text a {
            color: #000000;
            display: inline-block;
            border-bottom: 1px solid #999999; }
            .news_list .news_list_content .news_list_content_content .bottom_content ul.content li .content_bottom .text a:hover {
              color: #e5004f;
              border-bottom: 1px solid #e5004f; }
        .news_list .news_list_content .news_list_content_content .bottom_content ul.content li .content_bottom span {
          display: block;
          width: 0;
          height: 2px;
          background-color: #fe3e57;
          transition: 0.5s;
          margin: 0 auto; }
      .news_list .news_list_content .news_list_content_content .bottom_content ul.content li:hover span {
        width: 100%; }
    .news_list .news_list_content .news_list_content_content .bottom_content .fenye {
      margin-top: 50px; }
      .news_list .news_list_content .news_list_content_content .bottom_content .fenye ul li a:hover {
        color: #fff;
        background-color: #e5004f; }

/*--====================================================================================新闻详情========================================================================-*/
.news_details .banner {
  width: 100%;
  height: 336px; }
  .news_details .banner h2 {
    font-weight: bold;
    margin-bottom: 5px;
    color: #fff; }
  .news_details .banner small {
    text-transform: uppercase;
    color: #fff; }
.news_details .news_details_content {
  border-bottom: 1px solid #f4f4f4; }
  .news_details .news_details_content .path {
    padding: 15px 0; }
    .news_details .news_details_content .path ul {
      margin-bottom: 0; }
.news_details .news_details_background {
  width: 100%;
  background-color: #f5f5f5;
  padding-bottom: 120px;
  padding-top: 60px; }
  .news_details .news_details_background .left {
    width: 100%;
    min-height: 800px;
    background-color: #fff; }
    .news_details .news_details_background .left .title {
      padding: 25px; }
    .news_details .news_details_background .left .content {
      padding: 25px;
      padding-top: 0;
      min-height: 555px; }
    .news_details .news_details_background .left .next_as {
      padding-left: 25px; }
      .news_details .news_details_background .left .next_as a {
        color: #6c6b6b; }
        .news_details .news_details_background .left .next_as a:hover {
          color: #e5004f; }
  .news_details .news_details_background .right {
    width: 100%;
    min-height: 800px;
    background-color: #fff; }
    .news_details .news_details_background .right .title {
      padding: 15px; }
      .news_details .news_details_background .right .title h3 {
        margin-bottom: 0;
        margin-top: 15px; }
      .news_details .news_details_background .right .title ul li {
        text-align: center; }
        .news_details .news_details_background .right .title ul li a {
          display: block;
          padding: 5px 2px;
          border: 1px solid #dcdcdc;
          font-size: 12px;
          margin-top: 10px;
          color: #999999; }
          .news_details .news_details_background .right .title ul li a:hover {
            border: 1px solid #e5004f;
            color: #e5004f; }
    .news_details .news_details_background .right .content {
      padding: 15px;
      padding-top: 0; }
      .news_details .news_details_background .right .content ul {
        padding: 0;
        margin: 0; }
        .news_details .news_details_background .right .content ul li {
          padding: 16px 0;
          border-bottom: 1px solid #dcdcdc; }
          .news_details .news_details_background .right .content ul li h3 {
            font-size: 15px;
            margin-bottom: 5px;
            color: #555555; }
          .news_details .news_details_background .right .content ul li p {
            font-size: 12px;
            margin-top: 5px;
            color: #898989;
            margin-bottom: 0;
            max-height: 40px;
            overflow: hidden; }
          .news_details .news_details_background .right .content ul li:hover h3 {
            color: #e5004f; }

/*--====================================================================================关于我们========================================================================-*/
.single_about .banner {
  width: 100%;
  height: 336px; }
  .single_about .banner h2 {
    font-weight: bold;
    margin-bottom: 5px;
    color: #fff; }
  .single_about .banner small {
    text-transform: uppercase;
    color: #fff; }
.single_about .about_list_content .path {
  padding: 15px 0;
  border-bottom: 1px solid #f4f4f4; }
  .single_about .about_list_content .path ul {
    margin-bottom: 0; }
.single_about .about_list_content .about_list_content_content {
  width: 100%;
  background-color: #f8f8f8;
  padding-bottom: 120px; }
  .single_about .about_list_content .about_list_content_content .title {
    margin-top: 60px; }
    .single_about .about_list_content .about_list_content_content .title h3 {
      font-weight: bold;
      margin-bottom: 5px; }
    .single_about .about_list_content .about_list_content_content .title small {
      text-transform: uppercase; }
  .single_about .about_list_content .about_list_content_content .content .top {
    margin-bottom: 35px; }

/*--====================================================================================联系我们========================================================================-*/
.single_contact .banner {
  width: 100%;
  height: 336px; }
  .single_contact .banner h2 {
    font-weight: bold;
    margin-bottom: 5px;
    color: #fff; }
  .single_contact .banner small {
    text-transform: uppercase;
    color: #fff; }
.single_contact .contact_list_content .path {
  padding: 15px 0;
  border-bottom: 1px solid #f4f4f4; }
  .single_contact .contact_list_content .path ul {
    margin-bottom: 0; }
.single_contact .contact_list_content .contact_list_content_content {
  width: 100%;
  background-color: #f8f8f8;
  padding-bottom: 120px;
  padding-top: 60px; }
  .single_contact .contact_list_content .contact_list_content_content .title h3 {
    font-weight: bold;
    margin-bottom: 5px; }
  .single_contact .contact_list_content .contact_list_content_content .title small {
    text-transform: uppercase; }
  .single_contact .contact_list_content .contact_list_content_content .content .left .map {
    width: 100%;
    height: 500px;
    background-color: #32d296; }
  .single_contact .contact_list_content .contact_list_content_content .content .left .text {
    margin-top: 25px;
    color: #6c6b6b; }
  .single_contact .contact_list_content .contact_list_content_content .content .right {
    width: 100%;
    min-height: 500px;
    background-color: #004492;
    padding-bottom: 25px; }
    .single_contact .contact_list_content .contact_list_content_content .content .right .title {
      padding-top: 25px; }
    .single_contact .contact_list_content .contact_list_content_content .content .right .list ul {
      max-width: 327px;
      margin: 0 auto; }
      .single_contact .contact_list_content .contact_list_content_content .content .right .list ul li {
        margin-bottom: 20px; }
        .single_contact .contact_list_content .contact_list_content_content .content .right .list ul li h3 {
          color: #eeeeee;
          font-size: 17px;
          margin-bottom: 10px; }
        .single_contact .contact_list_content .contact_list_content_content .content .right .list ul li p {
          margin: 0;
          display: block;
          padding: 10px;
          background-color: #fff; }
          .single_contact .contact_list_content .contact_list_content_content .content .right .list ul li p:hover {
            background-color: #e5004f;
            color: #fff; }

/*--------------------------响应式代码-----------------------------*/
@media screen and (max-width: 960px) {
  body {
    /*--头部--*/
    /*--主体--*/
    /*--底部--*/
    /*--新闻详情--*/ }
    body .header .nav {
      height: 65px;
      background: #fff; }
    body .main .product .bottom .recommended {
      padding: 15px; }
    body .footer .bottom {
      padding-top: 25px; }
    body .news_details .news_details_background .uk-container {
      padding: 0; }
      body .news_details .news_details_background .uk-container .left {
        min-height: auto; }
        body .news_details .news_details_background .uk-container .left .title {
          padding: 15px; }
        body .news_details .news_details_background .uk-container .left .content {
          padding: 15px; }
        body .news_details .news_details_background .uk-container .left .next_as {
          padding-left: 15px;
          padding-bottom: 15px; }
      body .news_details .news_details_background .uk-container .right {
        margin-top: 25px;
        min-height: auto; } }
@media screen and (max-width: 768px) {
  body {
    /*--主体--*/
    /*--脚部--*/
    /*--=================================产品详情页============================================--*/ }
    body .main .product .top {
      margin-top: 70px;
      border-bottom: 1px solid #cccccc; }
    body .main .product .bottom .uk-container {
      padding: 0; }
      body .main .product .bottom .uk-container .recommended {
        padding-top: 30px;
        padding-bottom: 30px; }
    body .main .product_center .content {
      min-height: 0; }
      body .main .product_center .content .product_center_content {
        padding: 25px 0;
        margin-top: 0; }
    body .footer {
      padding-bottom: 80px; }
      body .footer .propaganda .left {
        text-align: center;
        width: 100%; }
    body .product_details .product_details_background .details_content .details_content_bottom .details_content_bottom_padding {
      padding: 15px; }
      body .product_details .product_details_background .details_content .details_content_bottom .details_content_bottom_padding .content_yi .right {
        padding-left: 0;
        padding-bottom: 40px; }
        body .product_details .product_details_background .details_content .details_content_bottom .details_content_bottom_padding .content_yi .right h4 {
          font-weight: bold; }
        body .product_details .product_details_background .details_content .details_content_bottom .details_content_bottom_padding .content_yi .right p {
          color: #828384; }
      body .product_details .product_details_background .details_content .details_content_bottom .details_content_bottom_padding .content_yi:hover .left .fang {
        background-color: #e5004f; }
      body .product_details .product_details_background .details_content .details_content_bottom .details_content_bottom_padding .content_yi:last-child .right {
        padding-left: 0;
        padding-bottom: 0; } }
@media screen and (max-width: 480px) {
  body {
    /*--主体--*/
    /*--=================================产品中心============================================--*/ }
    body .main .product .bottom {
      min-height: 250px;
      padding-bottom: 25px; }
      body .main .product .bottom .recommended {
        padding: 15px; }
    body .product_list .banner {
      width: 100%;
      height: 336px; }
      body .product_list .banner h2 {
        font-weight: bold;
        margin-bottom: 5px;
        color: #fff; }
      body .product_list .banner small {
        text-transform: uppercase;
        color: #fff; }
    body .product_list .product_list_content .product_list_content_content {
      width: 100%;
      background-color: #f8f8f8;
      padding-bottom: 30px; }
      body .product_list .product_list_content .product_list_content_content .title {
        padding-top: 25px; }
      body .product_list .product_list_content .product_list_content_content .bottom_content {
        margin-top: 0; }
        body .product_list .product_list_content .product_list_content_content .bottom_content .fenye {
          margin-top: 50px; }
          body .product_list .product_list_content .product_list_content_content .bottom_content .fenye ul li a:hover {
            color: #fff;
            background-color: #e5004f; } }
/*--------------------------通用样式-----------------------------*/
/*--------------------------通用样式-----------------------------*/
/*--------------------------通用样式-----------------------------*/
/*--------------------------通用样式-----------------------------*/

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