﻿@charset "UTF-8";
span {
  font-family: "微软雅黑"; }


main {
  max-width: 1200px;
  margin: 0 auto;
  display: block;
  *zoom: 1; }
  main:before, main:after {
    content: " ";
    display: table; }
  main:after {
    clear: both; }

html {
  background: #fff;
  overflow-x: hidden;
  width: 100%; }

/*样式重置*/
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace,monospace;
  font-size: 1em; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b, strong {
  font-weight: bolder; }

code, kbd, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

img {
  border-style: none; }



.inner_page {
  background-color: #fff;
  position: relative;
  height: auto;
  z-index: 20;
  padding-top: 32px;
  padding-bottom: 100px; }
  .inner_page .active {
    position: relative; }
    .inner_page .active a {
      background: #b50005;
      color: #fff !important; }
      .inner_page .active a:before {
        position: absolute;
        background: #dcdcdc;
        width: 1px;
        height: 30px;
        display: block;
        content: '';
        left: 47px;
        bottom: -35px; }
      .inner_page .active a:after {
        position: absolute;
        background: #b50005;
        width: 3px;
        height: 3px;
        display: block;
        content: '';
        left: 46px;
        bottom: -42px; }
  .inner_page .ic_ul {
    width: 100%;
    margin-top: 22px; }
    .inner_page .ic_ul li {
      width: 240px;
      height: 62px;
      text-align: center;
      line-height: 62px;
      float: left; }
      .inner_page .ic_ul li:hover a {
        background: #252527;
        color: #fff; }
        .inner_page .ic_ul li:hover a:after {
          display: block;
          content: '';
          border-width: 9px 9px 9px 9px;
          border-style: solid;
          border-color: transparent transparent #fff transparent;
          position: absolute;
          left: 50%;
          transform: translateX(-50%);
          bottom: 0; }
      .inner_page .ic_ul li a {
        position: relative;
        background: #f4f4f4;
        display: block;
        color: #7a7a7a;
        font-size: 18px;
        transition: 0.2s;
        -moz-transition: 0.2s;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition-timing-function: ease;
        -moz-transition-timing-function: ease;
        /* Firefox 4 */
        -webkit-transition-timing-function: ease;
        /* Safari 和 Chrome */
        -o-transition-timing-function: ease;
        /* Opera */ }

.inner_page_left {
  width: 307px;
  float: left;
  position: relative;
  z-index: 8; }
  .inner_page_left .sidebar_title {
    margin-bottom: 18px; }
    .inner_page_left .sidebar_title b {
      display: block;
      text-align: center;
      padding-top: 24px;
      padding-bottom: 10px;}
    .inner_page_left .sidebar_title small {
      display: block;
      color: #ea8b8e;
      font-size: 16px;
      text-align: center;
      font-family: thyFont3; }
  .inner_page_left .sidebar {
    width: 100%;
    height: auto; }
    .inner_page_left .sidebar .my-side {
      width: 100%;
      height: auto;
      background: url("../images/gongcheng-bg.png") no-repeat top center; }
      .inner_page_left .sidebar .my-side > a {
        margin-top: -33px;
        display: block;
        text-align: center; }
      .inner_page_left .sidebar .my-side ul {
        padding: 10px 25px 62px 25px;
        width: 234px;
        margin: 0 auto;
        background: #f7f7f7; }
        .inner_page_left .sidebar .my-side ul .s1 {
          height: auto;
          line-height: 50px;
          border-bottom: 1px solid #d9d9d9; }

          .inner_page_left .sidebar .my-side ul .s1 .s1_a {
            color: #303030;
            font-weight: bolder;
            font-size: 18px;
            display: block;
            padding-left: 9px;
            transition: 0.2s;
            -moz-transition: 0.2s;
            -webkit-transition: 0.2s;
            -o-transition: 0.2s;
            transition-timing-function: ease;
            -moz-transition-timing-function: ease;
            /* Firefox 4 */
            -webkit-transition-timing-function: ease;
            /* Safari 和 Chrome */
            -o-transition-timing-function: ease;
            /* Opera */ }
            .inner_page_left .sidebar .my-side ul .s1 .s1_a:hover {
              color: #b50005; }
          .inner_page_left .sidebar .my-side ul .s1 .s2 {
            background: #fff;
            padding: 11px 0;
            margin-bottom: 8px; }
            .inner_page_left .sidebar .my-side ul .s1 .s2 .s2_a {
              margin-left: 38px;
              padding-left: 23px;
              color: #6e6e6e;
              font-size: 16px;
              line-height: 34px;
              display: block;
              background: url("../images/s5.png") no-repeat left center;
              transition: 0.2s;
              -moz-transition: 0.2s;
              -webkit-transition: 0.2s;
              -o-transition: 0.2s;
              transition-timing-function: ease;
              -moz-transition-timing-function: ease;
              /* Firefox 4 */
              -webkit-transition-timing-function: ease;
              /* Safari 和 Chrome */
              -o-transition-timing-function: ease;
              /* Opera */ }
			  
			  .inner_page_left .sidebar .my-side ul .s1 .s2 .s2_a1 {
              margin-left: 38px;
              padding-left: 23px;
              color: #6e6e6e;
              font-size: 16px;
              line-height: 34px;
              display: block;
              background: url("../images/s51.png") no-repeat left center;
              transition: 0.2s;
              -moz-transition: 0.2s;
              -webkit-transition: 0.2s;
              -o-transition: 0.2s;
              transition-timing-function: ease;
              -moz-transition-timing-function: ease;
              /* Firefox 4 */
              -webkit-transition-timing-function: ease;
              /* Safari 和 Chrome */
              -o-transition-timing-function: ease;
              /* Opera */ }
			  
			  
              .inner_page_left .sidebar .my-side ul .s1 .s2 .s2_a:hover {
                color: #b50005; }
    .inner_page_left .sidebar .sidebar_contact {
      width: 100%;
      height: auto;
      background: #fff;
      margin-top: 54px;
      padding-bottom: 15px;
      background: url("../images/gongcheng-title.png") no-repeat top center; }
      .inner_page_left .sidebar .sidebar_contact .sidebar_title small {
        color: #737373; }
      .inner_page_left .sidebar .sidebar_contact .contact_way {
        padding: 10px 25px 35px 25px;
        width: 234px;
        margin: 0 auto;
        background: #f7f7f7; }
        .inner_page_left .sidebar .sidebar_contact .contact_way .c_tel {
          background: url("../images/tel1.png") no-repeat left center;
          padding-left: 53px;
          margin-top: 22px;
          margin-bottom: 22px; }
          .inner_page_left .sidebar .sidebar_contact .contact_way .c_tel b {
            font-size: 30px;
            font-family: numFont;
            color: #b50005;
            font-weight: normal;
            letter-spacing: -2px;
			font-size:24px; }
          .inner_page_left .sidebar .sidebar_contact .contact_way .c_tel small {
            color: #515151;
            font-size: 14px;
            display: block; }
        .inner_page_left .sidebar .sidebar_contact .contact_way .slide_us {
          line-height: 36px;
          font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", SimHei, sans-serif;
          font-size: 14px;
          color: #515151;
          font-family: thyFont3, "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", SimHei, sans-serif; }
    .inner_page_left .sidebar .sidebar_product {
      width: 100%;
      height: 250px; }
      .inner_page_left .sidebar .sidebar_product .swiper-slide:hover a .pic img {
        transform: scale(1.1) translateZ(0);
        -ms-transform: scale(1.1) translateZ(0);
        -moz-transform: scale(1.1) translateZ(0);
        -webkit-transform: scale(1.1) translateZ(0);
        -o-transform: scale(1.1) translateZ(0); }
      .inner_page_left .sidebar .sidebar_product .swiper-slide a {
        position: relative;
        width: 100%;
        height: 100%;
        display: block;
        height: 220px; }
        .inner_page_left .sidebar .sidebar_product .swiper-slide a .pic {
          width: 100%;
          height: 220px;
          overflow: hidden; }
          .inner_page_left .sidebar .sidebar_product .swiper-slide a .pic img {
            transition: 0.5s;
            -moz-transition: 0.5s;
            -webkit-transition: 0.5s;
            -o-transition: 0.5s;
            transition-timing-function: ease;
            -moz-transition-timing-function: ease;
            /* Firefox 4 */
            -webkit-transition-timing-function: ease;
            /* Safari 和 Chrome */
            -o-transition-timing-function: ease;
            /* Opera */ }
        .inner_page_left .sidebar .sidebar_product .swiper-slide a .word {
          width: 100%;
          height: 30px;
          line-height: 30px;
          font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", SimHei, sans-serif;
          font-size: 14px;
          color: #fff;
          background: rgba(0, 0, 0, 0.7);
          text-align: center;
          position: absolute;
          bottom: 0; }

.inner_page_right {
  width: 870px;
  float: right;
  position: relative;
  z-index: 8; }
  .inner_page_right .right_page_top {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari*/
    padding: 15px;
    background: -webkit-linear-gradient(120deg, #b50005, #a60005);
    background: -o-linear-gradient(120deg, #b50005, #a60005);
    background: -moz-linear-gradient(120deg, #b50005, #a60005);
    background: linear-gradient(120deg, #b50005, #a60005);
    border-left: 5px solid #b50005; }
    .inner_page_right .right_page_top .inner_catname {
      text-align: left; }
      .inner_page_right .right_page_top .inner_catname .inner_catname_c {
        font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", SimHei, sans-serif;
        font-size: 28px;
        color: #fff;
        margin-right: 5px;
        font-weight: lighter;
        padding-bottom: 4px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.6);
        display: inline-block; }
      .inner_page_right .right_page_top .inner_catname .inner_catname_e {
        font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", SimHei, sans-serif;
        font-size: 14px;
        color: #fff;
        font-weight: lighter;
        color: #fff;
        padding-top: 4px;
        display: block;
        text-transform: capitalize;
        font-family: thyFont3, "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", SimHei, sans-serif; }
  .inner_page_right .right_page_bottom {
    padding: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari*/
    border-radius: 4px;
    background: #fff;
    *zoom: 1; }
    .inner_page_right .right_page_bottom:before, .inner_page_right .right_page_bottom:after {
      content: " ";
      display: table; }
    .inner_page_right .right_page_bottom:after {
      clear: both; }
    .inner_page_right .right_page_bottom .right_page_bottom_top {
      *zoom: 1; }
      .inner_page_right .right_page_bottom .right_page_bottom_top:before, .inner_page_right .right_page_bottom .right_page_bottom_top:after {
        content: " ";
        display: table; }
      .inner_page_right .right_page_bottom .right_page_bottom_top:after {
        clear: both; }
      .inner_page_right .right_page_bottom .right_page_bottom_top #innerAlbum {
        width: 40%;
        float: left; }
        .inner_page_right .right_page_bottom .right_page_bottom_top #innerAlbum .innerGalleryTop {
          border-bottom: 1px solid #ccc;
          padding-bottom: 10px; }
          .inner_page_right .right_page_bottom .right_page_bottom_top #innerAlbum .innerGalleryTop .swiper-slide {
            cursor: pointer; }
            .inner_page_right .right_page_bottom .right_page_bottom_top #innerAlbum .innerGalleryTop .swiper-slide .pic {
              width: 100%;
              height: 300px; }
              .inner_page_right .right_page_bottom .right_page_bottom_top #innerAlbum .innerGalleryTop .swiper-slide .pic img {
                -o-object-fit: cover;
                object-fit: cover;
                -o-object-position: center;
                object-position: center;
                width: 100%;
                height: 100%; }
        .inner_page_right .right_page_bottom .right_page_bottom_top #innerAlbum .innerGalleryThumbs {
          padding-top: 10px;
          padding-bottom: 10px; }
          .inner_page_right .right_page_bottom .right_page_bottom_top #innerAlbum .innerGalleryThumbs .swiper-slide {
            opacity: 0.6;
            transition: 0.5s;
            -moz-transition: 0.5s;
            -webkit-transition: 0.5s;
            -o-transition: 0.5s;
            transition-timing-function: ease;
            -moz-transition-timing-function: ease;
            /* Firefox 4 */
            -webkit-transition-timing-function: ease;
            /* Safari 和 Chrome */
            -o-transition-timing-function: ease;
            /* Opera */ }
            .inner_page_right .right_page_bottom .right_page_bottom_top #innerAlbum .innerGalleryThumbs .swiper-slide .pic {
              width: 100%;
              height: 85px; }
              .inner_page_right .right_page_bottom .right_page_bottom_top #innerAlbum .innerGalleryThumbs .swiper-slide .pic img {
                -o-object-fit: cover;
                object-fit: cover;
                -o-object-position: center;
                object-position: center;
                width: 100%;
                height: 100%; }
          .inner_page_right .right_page_bottom .right_page_bottom_top #innerAlbum .innerGalleryThumbs .swiper-slide-thumb-active {
            opacity: 1; }
      .inner_page_right .right_page_bottom .right_page_bottom_top .innerDetails {
        width: 56%;
        float: right; }
        .inner_page_right .right_page_bottom .right_page_bottom_top .innerDetails .a1 {
          width: 100%;
          height: 40px;
          line-height: 40px;
          font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", SimHei, sans-serif;
          font-size: 30px;
          color: #b50005;
          padding-bottom: 10px;
          border-bottom: 1px dotted #ccc;
          margin-bottom: 10px; }
        .inner_page_right .right_page_bottom .right_page_bottom_top .innerDetails .a2 {
          font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", SimHei, sans-serif;
          font-size: 15px;
          color: #333;
          padding-top: 5px;
          padding-bottom: 5px;
          line-height: 28px; }
          .inner_page_right .right_page_bottom .right_page_bottom_top .innerDetails .a2 span {
            color: #b50005; }
        .inner_page_right .right_page_bottom .right_page_bottom_top .innerDetails .a3 {
          padding-top: 15px;
          float: left; }
          .inner_page_right .right_page_bottom .right_page_bottom_top .innerDetails .a3 i {
            font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", SimHei, sans-serif;
            font-size: 26px;
            color: #b50005;
            display: inline-block;
            margin-right: 15px; }
          .inner_page_right .right_page_bottom .right_page_bottom_top .innerDetails .a3 span {
            font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", SimHei, sans-serif;
            font-size: 26px;
            color: #b50005;
            font-family: thyFont2; }
        .inner_page_right .right_page_bottom .right_page_bottom_top .innerDetails .a4 {
          float: left;
          margin-top: 14px;
          margin-left: 20px; }
          .inner_page_right .right_page_bottom .right_page_bottom_top .innerDetails .a4 .b1 {
            width: 100px;
            height: 40px; }
            .inner_page_right .right_page_bottom .right_page_bottom_top .innerDetails .a4 .b1 a {
              width: 100%;
              height: 100%;
              display: block;
              border-radius: 2px;
              background: #b50005;
              line-height: 40px;
              text-align: center;
              font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", SimHei, sans-serif;
              font-size: 15px;
              color: #fff;
              transition: 0.5s;
              -moz-transition: 0.5s;
              -webkit-transition: 0.5s;
              -o-transition: 0.5s;
              transition-timing-function: ease;
              -moz-transition-timing-function: ease;
              /* Firefox 4 */
              -webkit-transition-timing-function: ease;
              /* Safari 和 Chrome */
              -o-transition-timing-function: ease;
              /* Opera */ }
              .inner_page_right .right_page_bottom .right_page_bottom_top .innerDetails .a4 .b1 a:hover {
                box-shadow: 0 0 13px 1px rgba(255, 255, 255, 0.7) inset; }
        .inner_page_right .right_page_bottom .right_page_bottom_top .innerDetails .a5 {
          padding-top: 20px; }
        .inner_page_right .right_page_bottom .right_page_bottom_top .innerDetails .a6 {
          *zoom: 1; }
          .inner_page_right .right_page_bottom .right_page_bottom_top .innerDetails .a6:before, .inner_page_right .right_page_bottom .right_page_bottom_top .innerDetails .a6:after {
            content: " ";
            display: table; }
          .inner_page_right .right_page_bottom .right_page_bottom_top .innerDetails .a6:after {
            clear: both; }
    .inner_page_right .right_page_bottom .other_product_list li {
      width: 100%;
      height: 150px;
      position: relative; }
      .inner_page_right .right_page_bottom .other_product_list li a {
        width: 100%;
        height: 100%;
        display: block; }
      .inner_page_right .right_page_bottom .other_product_list li:hover .pic {
        border-color: #272727; }
        .inner_page_right .right_page_bottom .other_product_list li:hover .pic img {
          transform: scale(1.1) translateZ(0);
          -ms-transform: scale(1.1) translateZ(0);
          -moz-transform: scale(1.1) translateZ(0);
          -webkit-transform: scale(1.1) translateZ(0);
          -o-transform: scale(1.1) translateZ(0); }
      .inner_page_right .right_page_bottom .other_product_list li:hover .word {
        height: 40px; }
      .inner_page_right .right_page_bottom .other_product_list li .pic {
        width: 100%;
        height: 150px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        /* Firefox */
        -webkit-box-sizing: border-box;
        /* Safari*/
        border: 1px solid #c1c1c1;
        transition: 0.5s;
        -moz-transition: 0.5s;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition-timing-function: ease;
        -moz-transition-timing-function: ease;
        /* Firefox 4 */
        -webkit-transition-timing-function: ease;
        /* Safari 和 Chrome */
        -o-transition-timing-function: ease;
        /* Opera */
        overflow: hidden; }
        .inner_page_right .right_page_bottom .other_product_list li .pic img {
          transition: 0.5s;
          -moz-transition: 0.5s;
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition-timing-function: ease;
          -moz-transition-timing-function: ease;
          /* Firefox 4 */
          -webkit-transition-timing-function: ease;
          /* Safari 和 Chrome */
          -o-transition-timing-function: ease;
          /* Opera */ }
      .inner_page_right .right_page_bottom .other_product_list li .word {
        width: 100%;
        height: 30px;
        background: rgba(0, 0, 0, 0.7);
        position: absolute;
        bottom: 0;
        transition: 0.5s;
        -moz-transition: 0.5s;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition-timing-function: ease;
        -moz-transition-timing-function: ease;
        /* Firefox 4 */
        -webkit-transition-timing-function: ease;
        /* Safari 和 Chrome */
        -o-transition-timing-function: ease;
        /* Opera */ }
        .inner_page_right .right_page_bottom .other_product_list li .word .a1 {
          width: 100%;
          height: 30px;
          line-height: 30px;
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto;
          font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", SimHei, sans-serif;
          font-size: 14px;
          color: #fff;
          text-align: center; }



.pro_style_case {
  *zoom: 1; }
  .pro_style_case:before, .pro_style_case:after {
    content: " ";
    display: table; }
  .pro_style_case:after {
    clear: both; }
  .pro_style_case li {
    width: 266px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px; }
    .pro_style_case li:nth-child(3n) {
      margin-right: 0; }
    .pro_style_case li:hover .word .w1 {
      color: #b50005; }
    .pro_style_case li a {
      display: block;
      width: 100%;
      height: 100%;
      position: relative; }
      .pro_style_case li a .pic {
        height: 266px;
        padding: 8px;
        border: 1px solid #c2c2c2; }


.prev_next {
  zoom: 1;
  padding-top: 15px;
  padding-bottom: 5px; }
  .prev_next:after {
    *zoom: 1; }
    .prev_next:after:before, .prev_next:after:after {
      content: " ";
      display: table; }
    .prev_next:after:after {
      clear: both; }
  .prev_next li {
    width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 40px;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    /* Firefox 4 */
    -webkit-transition-timing-function: ease;
    /* Safari 和 Chrome */
    -o-transition-timing-function: ease;
    /* Opera */ }
    .prev_next li .layui-icon {
      padding-left: 5px;
      padding-right: 5px;
      font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", SimHei, sans-serif;
      font-size: 14px;
      color: #333;
      transition: 0.3s;
      -moz-transition: 0.3s;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition-timing-function: ease;
      -moz-transition-timing-function: ease;
      /* Firefox 4 */
      -webkit-transition-timing-function: ease;
      /* Safari 和 Chrome */
      -o-transition-timing-function: ease;
      /* Opera */
      line-height: 40px; }
    .prev_next li:first-child {
      float: left;
      text-align: left; }
      .prev_next li:first-child a {
        float: right; }
    .prev_next li:last-child {
      float: right;
      text-align: right; }
      .prev_next li:last-child a {
        float: left; }
    .prev_next li a {
      font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", SimHei, sans-serif;
      font-size: 14px;
      color: #333;
      transition: 0.5s;
      -moz-transition: 0.5s;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition-timing-function: ease;
      -moz-transition-timing-function: ease;
      /* Firefox 4 */
      -webkit-transition-timing-function: ease;
      /* Safari 和 Chrome */
      -o-transition-timing-function: ease;
      /* Opera */
      width: 80%;
      display: inline-block;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      height: 40px;
      line-height: 40px; }
    .prev_next li:first-child:hover .layui-icon {
      padding-left: 15px; }
    .prev_next li:first-child:hover a {
      transform: translateX(-8px);
      -ms-transform: translateX(-8px);
      -moz-transform: translateX(-8px);
      -webkit-transform: translateX(-8px);
      -o-transform: translateX(-8px); }
    .prev_next li:last-child:hover .layui-icon {
      padding-right: 15px; }
    .prev_next li:last-child:hover a {
      transform: translateX(8px);
      -ms-transform: translateX(8px);
      -moz-transform: translateX(8px);
      -webkit-transform: translateX(8px);
      -o-transform: translateX(8px); }
    .prev_next li:hover {
      background: rgba(0, 0, 0, 0.9); }
      .prev_next li:hover a {
        color: #fff; }
      .prev_next li:hover .layui-icon {
        color: #fff; }

.no_data {
  font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", SimHei, sans-serif;
  font-size: 36px;
  color: #b50005;
  font-weight: lighter;
  text-align: center;
  line-height: 120px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3); }

.word .w1 {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 50px;
  text-align: center;
  font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", SimHei, sans-serif;
  font-size: 15px;
  color: #333;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari*/
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  /* Firefox 4 */
  -webkit-transition-timing-function: ease;
  /* Safari 和 Chrome */
  -o-transition-timing-function: ease;
  /* Opera */ }
.word .w2 {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 15px;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 1px solid #666;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  /* Firefox 4 */
  -webkit-transition-timing-function: ease;
  /* Safari 和 Chrome */
  -o-transition-timing-function: ease;
  /* Opera */ }
  .word .w2 i {
    font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", SimHei, sans-serif;
    font-size: 14px;
    color: #666; }

.pro_style_1 {
  width: 100%;
  margin-top: 50px;
  *zoom: 1; }
  .pro_style_1:before, .pro_style_1:after {
    content: " ";
    display: table; }
  .pro_style_1:after {
    clear: both; }
  .pro_style_1 li {
    width: 23.6667%;
    height: auto;
    margin-right: 1.5%;
    float: left;
    margin-bottom: 20px;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    /* Firefox 4 */
    -webkit-transition-timing-function: ease;
    /* Safari 和 Chrome */
    -o-transition-timing-function: ease;
    /* Opera */
    border: 1px solid #c2c2c2; }
    .pro_style_1 li:nth-child(4n) {
      margin-right: 0; }
    .pro_style_1 li:hover .pic:before {
      opacity: 1; }
    .pro_style_1 li:hover .pic:after {
      width: 85%;
      height: 85%;
      opacity: 1; }
    .pro_style_1 li .pic {
      width: 100%;
      height: 350px;
      overflow: hidden;
      position: relative;
      cursor: url("../images/viewer.png"), default; }
      .pro_style_1 li .pic img {
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: center;
        object-position: center;
        width: 100%;
        height: 100%; }
      .pro_style_1 li .pic:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 3;
        opacity: 0;
        transition: 0.3s;
        -moz-transition: 0.3s;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition-timing-function: ease;
        -moz-transition-timing-function: ease;
        /* Firefox 4 */
        -webkit-transition-timing-function: ease;
        /* Safari 和 Chrome */
        -o-transition-timing-function: ease;
        /* Opera */ }
      .pro_style_1 li .pic:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 99%;
        height: 99%;
        border: 1px solid #fff;
        z-index: 4;
        background: none;
        opacity: 0;
        transition: 0.3s;
        -moz-transition: 0.3s;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition-timing-function: ease;
        -moz-transition-timing-function: ease;
        /* Firefox 4 */
        -webkit-transition-timing-function: ease;
        /* Safari 和 Chrome */
        -o-transition-timing-function: ease;
        /* Opera */ }
    .pro_style_1 li .word {
      width: 100%;
      height: 50px;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      /* Firefox */
      -webkit-box-sizing: border-box;
      /* Safari*/
      position: relative; }

.pro_style_honor {
  width: 100%;
  margin-top: 50px;
  overflow: hidden; }
  .pro_style_honor:after {
    *zoom: 1; }
    .pro_style_honor:after:before, .pro_style_honor:after:after {
      content: " ";
      display: table; }
    .pro_style_honor:after:after {
      clear: both; }
  .pro_style_honor li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
    border: 1px solid #dedede;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari*/
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    /* Firefox 4 */
    -webkit-transition-timing-function: ease;
    /* Safari 和 Chrome */
    -o-transition-timing-function: ease;
    /* Opera */
    overflow: hidden; }
    .pro_style_honor li:nth-child(3n) {
      margin-right: 0; }
    .pro_style_honor li:hover .word .w2 {
      border: 1px solid #b50005;
      background: #b50005; }
      .pro_style_honor li:hover .word .w2 i {
        color: #fff; }
    .pro_style_honor li img {
      width: 100%;
      transition: 0.5s;
      -moz-transition: 0.5s;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition-timing-function: ease;
      -moz-transition-timing-function: ease;
      /* Firefox 4 */
      -webkit-transition-timing-function: ease;
      /* Safari 和 Chrome */
      -o-transition-timing-function: ease;
      /* Opera */
      cursor: url("../images/viewer.png"), default; }
    .pro_style_honor li .word {
      width: 100%;
      height: 50px;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      /* Firefox */
      -webkit-box-sizing: border-box;
      /* Safari*/
      box-shadow: 0px 12px 20px rgba(0, 0, 0, 0.1);
      position: relative; }

.page {
  text-align: center;
  padding-top: 20px; }
  .page span {
    font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", SimHei, sans-serif;
    font-size: 14px;
    color: #888;
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    /* Firefox 4 */
    -webkit-transition-timing-function: ease;
    /* Safari 和 Chrome */
    -o-transition-timing-function: ease;
    /* Opera */ }
  .page a {
    font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", SimHei, sans-serif;
    font-size: 14px;
    color: #888;
    display: inline-block;
    padding-left: 6px;
    padding-right: 6px;
    height: 24px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari*/
    background: white;
    text-align: center;
    line-height: 24px;
    border-radius: 3px;
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    /* Firefox 4 */
    -webkit-transition-timing-function: ease;
    /* Safari 和 Chrome */
    -o-transition-timing-function: ease;
    /* Opera */ }
    .page a:hover {
      color: #272727;
      box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4) inset; }
      .page a:hover span {
        color: #272727; }
  .page .current {
    font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", SimHei, sans-serif;
    font-size: 14px;
    color: white;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: #b50005;
    text-align: center;
    line-height: 24px;
    border-radius: 3px; }

.inner_pro {
  *zoom: 1; }
  .inner_pro:before, .inner_pro:after {
    content: " ";
    display: table; }
  .inner_pro:after {
    clear: both; }
  .inner_pro li {
    width: 270px;
    float: left;
    position: relative;
    margin-right: 15px;
    margin-bottom: 25px; }
    .inner_pro li:nth-child(3n) {
      margin-right: 0; }
    .inner_pro li:hover .s-pro img {
      transform: scale(1.05) translateZ(0);
      -ms-transform: scale(1.05) translateZ(0);
      -moz-transform: scale(1.05) translateZ(0);
      -webkit-transform: scale(1.05) translateZ(0);
      -o-transform: scale(1.05) translateZ(0); }
    .inner_pro li:hover p span {
      color: #272727; }
    .inner_pro li .s-pro {
      width: 100%;
      height: 200px;
      position: relative;
      overflow: hidden;
      border: 1px solid #ccc; }
      .inner_pro li .s-pro a {
        display: block;
        width: 100%;
        height: 100%; }
        .inner_pro li .s-pro a img {
          -o-object-fit: contain;
          object-fit: contain;
          -o-object-position: center;
          object-position: center;
          width: 100%;
          height: 100%;
          transition: 0.3s;
          -moz-transition: 0.3s;
          -webkit-transition: 0.3s;
          -o-transition: 0.3s;
          transition-timing-function: ease;
          -moz-transition-timing-function: ease;
          /* Firefox 4 */
          -webkit-transition-timing-function: ease;
          /* Safari 和 Chrome */
          -o-transition-timing-function: ease;
          /* Opera */ }
    .inner_pro li .desc {
      width: 230px;
      border: 1px solid #ccc;
      border-top: none;
      padding: 0 20px;
	  }
      .inner_pro li .desc > a span {
        width: 100%;
        color: #222222;
        font-size: 14px;
        display: block;
        line-height: 20px;
        padding-top: 10px;
        transition: 0.3s;
        -moz-transition: 0.3s;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition-timing-function: ease;
        -moz-transition-timing-function: ease;
        /* Firefox 4 */
        -webkit-transition-timing-function: ease;
        /* Safari 和 Chrome */
        -o-transition-timing-function: ease;
        /* Opera */ }
      .inner_pro li .desc i {
        display: block;
        font-style: normal;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        color: #888888;
        height: 57px; }
      .inner_pro li .desc p {
        margin: 20px 0;
        *zoom: 1; }
        .inner_pro li .desc p:before, .inner_pro li .desc p:after {
          content: " ";
          display: table; }
        .inner_pro li .desc p:after {
          clear: both; }
        .inner_pro li .desc p a:nth-of-type(1) {
          width: 102px;
          height: 34px;
          line-height: 34px;
          border-radius: 5px;
          text-align: center;
          background: #b50005;
          float: left;
          color: #fff;
          cursor: pointer;
          transition: 0.2s;
          -moz-transition: 0.2s;
          -webkit-transition: 0.2s;
          -o-transition: 0.2s;
          transition-timing-function: ease;
          -moz-transition-timing-function: ease;
          /* Firefox 4 */
          -webkit-transition-timing-function: ease;
          /* Safari 和 Chrome */
          -o-transition-timing-function: ease;
          /* Opera */ }
          .inner_pro li .desc p a:nth-of-type(1):hover {
            opacity: 0.8; }
        .inner_pro li .desc p a:nth-of-type(2) {
          padding-left: 30px;
          color: #b50005;
          background: url(../images/s02.png) left center no-repeat;
          float: right;
          line-height: 33px;
          cursor: pointer;
          transition: 0.2s;
          -moz-transition: 0.2s;
          -webkit-transition: 0.2s;
          -o-transition: 0.2s;
          transition-timing-function: ease;
          -moz-transition-timing-function: ease;
          /* Firefox 4 */
          -webkit-transition-timing-function: ease;
          /* Safari 和 Chrome */
          -o-transition-timing-function: ease;
          /* Opera */ }


.inner_news_title {
  font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", SimHei, sans-serif;
  font-size: 24px;
  color: #333;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px; }

.inner_news_status {
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", SimHei, sans-serif;
  font-size: 12px;
  color: #333;
  margin-top: 20px;
  background: url("../images/news_bottom.jpg") no-repeat bottom;
  padding-bottom: 10px; }
  .inner_news_status span {
    padding-left: 5px;
    padding-right: 5px; }
    .inner_news_status span i {
      margin-right: 3px; }
  .inner_news_status .inner_news_status_back {
    display: inline-block;
    float: right; }

.inner_news_content p {
  background: none !important;
  font-size: 16px !important;
  font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", SimHei, sans-serif !important;
  line-height: 26px !important; }
  .inner_news_content p span {
    font-size: 16px !important;
    font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", SimHei, sans-serif !important; }
.inner_news_content span {
  font-size: 16px !important;
  font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", SimHei, sans-serif !important; }
.inner_news_content img {
  max-width: 100% !important;
  margin-top: 5px !important;
  margin-bottom: 5px !important;
  display: block !important;
  margin: 0 auto; }

.prev_next {
  zoom: 1;
  padding-top: 15px;
  padding-bottom: 5px; }
  .prev_next:after {
    *zoom: 1; }
    .prev_next:after:before, .prev_next:after:after {
      content: " ";
      display: table; }
    .prev_next:after:after {
      clear: both; }
  .prev_next li {
    width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 40px;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    /* Firefox 4 */
    -webkit-transition-timing-function: ease;
    /* Safari 和 Chrome */
    -o-transition-timing-function: ease;
    /* Opera */ }
    .prev_next li .layui-icon {
      padding-left: 5px;
      padding-right: 5px;
      font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", SimHei, sans-serif;
      font-size: 14px;
      color: #333;
      transition: 0.3s;
      -moz-transition: 0.3s;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition-timing-function: ease;
      -moz-transition-timing-function: ease;
      /* Firefox 4 */
      -webkit-transition-timing-function: ease;
      /* Safari 和 Chrome */
      -o-transition-timing-function: ease;
      /* Opera */
      line-height: 40px; }
    .prev_next li:first-child {
      float: left;
      text-align: left; }
      .prev_next li:first-child a {
        float: right; }
    .prev_next li:last-child {
      float: right;
      text-align: right; }
      .prev_next li:last-child a {
        float: left; }
    .prev_next li a {
      font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", SimHei, sans-serif;
      font-size: 14px;
      color: #333;
      transition: 0.5s;
      -moz-transition: 0.5s;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition-timing-function: ease;
      -moz-transition-timing-function: ease;
      /* Firefox 4 */
      -webkit-transition-timing-function: ease;
      /* Safari 和 Chrome */
      -o-transition-timing-function: ease;
      /* Opera */
      width: 80%;
      display: inline-block;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      height: 40px;
      line-height: 40px; }
    .prev_next li:first-child:hover .layui-icon {
      padding-left: 15px; }
    .prev_next li:first-child:hover a {
      transform: translateX(-8px);
      -ms-transform: translateX(-8px);
      -moz-transform: translateX(-8px);
      -webkit-transform: translateX(-8px);
      -o-transform: translateX(-8px); }
    .prev_next li:last-child:hover .layui-icon {
      padding-right: 15px; }
    .prev_next li:last-child:hover a {
      transform: translateX(8px);
      -ms-transform: translateX(8px);
      -moz-transform: translateX(8px);
      -webkit-transform: translateX(8px);
      -o-transform: translateX(8px); }
    .prev_next li:hover {
      background: rgba(0, 0, 0, 0.9); }
      .prev_next li:hover a {
        color: #fff; }
      .prev_next li:hover .layui-icon {
        color: #fff; }

.no_data {
  font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", SimHei, sans-serif;
  font-size: 36px;
  color: #b50005;
  font-weight: lighter;
  text-align: center;
  line-height: 120px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3); }
  


.P-desc1{ width:100%; height:auto; overflow:hidden; position:relative !important; border:1px dashed #dedede; margin-bottom:40px;}
.P-desc1 .P-desc1-top{ text-align:center;}
.P-desc1 .P-desc1-top p{ color:#000; font-weight:bold; font-size:28px; margin-top:20px;}
.P-desc1 .P-desc1-desc{ width:100%; height:auto; }
.P-desc1 .P-desc1-desc p{ font-size:16px; color:#000; line-height:28px; padding:10px;}


.desc1 .Wenzi{ width:100%; height:auto; overflow:hidden; position:relative !important; color:#000; font-size:14px; line-height:18px;}



.inner_pro1{ width:100%; height:auto; overflow:hidden; position:relative !important;}

.inner_pro1 li{ width:390px; height:390px; overflow:hidden; float:left; border:1px solid #dedede; margin-left:10px; margin-right:10px; margin-bottom:20px;}
.inner_pro1 li img{ width:390px; height:279px;}
.inner_pro1 li:hover img{ opacity: 0.5;	filter: alpha(opacity=99);	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=99)";}

.inner_pro11{ width:100%; height:auto; overflow:hidden; position:relative !important;}

.inner_pro11 li{ width:390px; height:auto; overflow:hidden; float:left; border:1px solid #dedede; margin-left:10px; margin-right:10px; margin-bottom:20px;}
.inner_pro11 li img{ width:390px; height:279px;}
.inner_pro11 li:hover img{ opacity: 0.5;	filter: alpha(opacity=99);	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=99)";}


.inner_pro11 .desc1{ width:390px; height:auto; overflow:hidden; position:relative !important; background:#dedede;} 
.inner_pro11 .desc1 .word{ margin-left:20px; margin-top:20px;}
.inner_pro11 .desc1 a .word{ color:#000;}
.inner_pro11 .desc1 p{ width:120px; height:30px; line-height:30px; text-align:center; background:#b50005; border-radius:4px; margin-top:20px; margin-left:20px;  margin:0px auto; margin-bottom:20px; margin-top:10px;}
.inner_pro11 .desc1 p a{ color:#fff;}
.inner_pro11 li:hover .desc1{ display:block; background:#4a72ad;}

.inner_pro1 .desc1{ width:390px; height:111px; overflow:hidden; position:relative !important; background:#dedede;} 
.inner_pro1 .desc1 .word{ margin-left:20px; margin-top:20px;}
.inner_pro1 .desc1 a .word{ color:#000;}
.inner_pro1 .desc1 p{ width:120px; height:30px; line-height:30px; text-align:center; background:#b50005; border-radius:4px; margin-top:20px; margin-left:20px;}
.inner_pro1 .desc1 p a{ color:#fff;}
.inner_pro1 li:hover .desc1{ display:block; background:#4a72ad;}



.Ej{ width:170px; height:30px; line-height:30px; font-size:14px; border-bottom:1px solid #dedede; margin:0px auto;}
.Ej img{ float:left; margin-left:12px; margin-top:12px;}
.Ej p{ float:left; margin-left:6px;}
.Ej a p{ color:#fff;}
.Ej a:hover p{ color:#b50005;}

.Sj{ width:130px; height:30px; line-height:30px; font-size:14px; border-bottom:1px dashed #dedede; margin:0px auto;}
.Sj img{ float:left; margin-left:12px; margin-top:8px;}
.Sj p{ float:left; margin-left:6px;}
.Sj a p{ color:#fff;}
.Sj a:hover p{ color:#b50005;}




.DJ1 dl{ position:absolute;list-style:none;display:none; width:160px; height:auto;  /*border:1px solid #0FC;*/background:#4a72ad; filter:alpha(Opacity=90);-moz-opacity:0.9;opacity: 0.9; /*margin-top:5px; background:#fff; padding-top:60px; box-shadow:-1px 0px 2px #000; margin-top:20px;  /*width: 1120px; height: 187px; display: none; overflow: hidden;  background-image: url(../images/navSub.png); background-repeat: no-repeat; margin:0px auto;*/ margin-left:130px; margin-top:-80px; z-index:9999;}
.DJ1 dl dt{ width:auto; height:40px; line-height:40px;  /*text-align:center;float:left;*/ display:block; /*border:1px solid #009; */margin-left:15px; margin-right:15px; margin-top:8px; font-size:15px; font-weight:100; border-bottom:1px solid #dedede;}
.DJ1 dl dt a{ color:#000; }

.DJ1:hover dl{ display:block;}