@charset "UTF-8";
div, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dt, dd, img, form, table, th, tr, td {
  margin: 0;
  padding: 0; }

ul, ol, li {
  list-style: none; }

img {
  border: none; }

a {
  font-size: 12px;
  color: #333;
  text-decoration: none; }

.input, select {
  font-size: 12px;
  vertical-align: middle;
  outline: none; }

.clearfix:after {
  content: '';
  display: table;
  clear: both;
  overflow: hidden; }

body {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-family: "Microsoft YaHei";
  color: #000;
  background: #fff; }

@font-face {
  font-family: 'iconfont';
  src: url("../fonts/iconfont.eot");
  src: url("../fonts/iconfont.eot?#iefix") format("embedded-opentype"), url("../fonts/iconfont.woff2") format("woff2"), url("../fonts/iconfont.woff") format("woff"), url("../fonts/iconfont.ttf") format("truetype"), url("../fonts/iconfont.svg#iconfont") format("svg"); }
.iconfont {
  font-family: "iconfont" !important;
  font-size: 12px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.header {
  width: 100%;
  height: 195px;
  clear: both;
  margin: 0 auto; }
  .header .logo-tel-menu {
    width: 1200px;
    height: 130px;
    margin: 0 auto;
    position: relative; }
    .header .logo-tel-menu .logo {
      float: left;
      width: 250px;
      height: 90px;
      margin: 20px 0; }
      .header .logo-tel-menu .logo a {
        display: block;
        background: url("../images/logo.png") no-repeat left center;
        width: 580px;
        height: 90px; }
    .header .logo-tel-menu .tel {
      float: right;
      width: 240px;
      height: 30px;
      line-height: 30px;
      background: url("../images/tel.png") no-repeat left center;
      text-align: right;
      margin: 60px 0 10px 0; }
      .header .logo-tel-menu .tel i {
        color: #454343;
        font-style: normal;
        font-size: 16px; }
      .header .logo-tel-menu .tel b {
        color: #e55b17;
        font-size: 18px;
        font-family: "思源黑体 CN";}
.menu {
      float: right;
      width: 100%;
      height: 65px; background: #91211D;}
    .header .logo-tel-menu .site-map-xml {
      position: absolute;
      right: 0;
      top: 30px; }
      .header .logo-tel-menu .site-map-xml a {
        display: inline-block;
        font-size: 12px;
        line-height: 20px;
        margin-left: 15px;
        color: #444; }

.scope {
  width: 1200px;
  height: auto;
  margin: 0 auto; }
  .scope .scope-head {
    width: 1200px;
    height: 125px;
    margin: 80px auto 45px auto; }
    .scope .scope-head a {
      display: block;
      width: 1200px;
      height: auto; }
      .scope .scope-head a h4 {
        width: 1200px;
        height: 25px;
        line-height: 25px;
        font-size: 16px;
        font-family: "思源黑体-Heavy";
        font-weight: normal;
        color: #333;
        text-align: center; }
      .scope .scope-head a h2 {
        width: 1200px;
        height: 60px;
        text-align: center;
        position: relative;
        font-size: 32px;
        font-family: "思源黑体-bold";
        color: #333; }
        .scope .scope-head a h2:after {
          content: '';
          display: block;
          width: 60px;
          height: 5px;
          background: #507BBA;
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          margin: 0 auto; }
.scope .scope-list {
  width: 1200px;
  height: auto;
  clear: both;
  overflow: hidden;
  margin: 0 auto 80px auto;
}
.scope .scope-list .public-scope {
  width: 100%;
  height: auto;
}
.scope .scope-list .public-scope dd {
  float: left;
  width: 380px;
  height: 300px;
  background: #fff;
  overflow: hidden;
  position: relative;
  transition: all .45s linear;
  margin: 20px 0;
  background: #F3F3F3;
}
.scope .scope-list .public-scope dd:after {
  display: block;
  content: '';
  width: 380px;
  height: 300px;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: -300px;
  left: 0;
  right: 0;
  transition: all .45s linear;
}
.scope .scope-list .public-scope dd.sort2, .scope .scope-list .public-scope dd.sort5 {
  margin: 20px 30px;
}
.scope .scope-list .public-scope dd a {
  display: block;
  width: 100%;
}
.scope .scope-list .public-scope dd a.a-name {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  position: absolute;
  top: 10px;
  z-index: 999;
  transition: all .3s;
}
.scope .scope-list .public-scope dd a.a-intro {
  width: 88%;
  height: 40px;
  line-height: 20px;
  overflow: hidden;
  text-align: justify;
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 13px;
  color: #7F7D7D;
  transition: all .3s linear;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  z-index: 999;
}
.scope .scope-list .public-scope dd a.a-img {
  width: 100%;
  height: 180px;
  transition: all .4s linear;
  position: absolute;
  left: 0;
  bottom: 0;
  overflow: hidden;
}
.scope .scope-list .public-scope dd a.a-img img {
  display: block;
  width: 100%;
  height: 180px;
}
.scope .scope-list .public-scope dd a.a-icon {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  top: 185px;
  z-index: 999;
  transition: all .3s;
  transform: rotateY(90deg);
}
.scope .scope-list .public-scope dd a.a-icon span {
  font-size: 28px;
  color: #fff;
}
.scope .scope-list .public-scope dd:hover:after {
  bottom: 0;
}
.scope .scope-list .public-scope dd:hover .a-img {
  bottom: 60px;
}
.scope .scope-list .public-scope dd:hover .a-name {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  top: 80px;
}
.scope .scope-list .public-scope dd:hover .a-intro {
  top: 140px;
  color: #ddd;
}
.scope .scope-list .public-scope dd:hover .a-icon {
  transform: rotateY(0);
}
.scope .scope-list .public-scope dd:hover .a-icon span {
  color: #CB0D0F;
}
.about {
  width: 100%;
  height:auto;
  background: url("../images/about.jpg") no-repeat center top;
  clear: both;
  overflow: hidden; }
  .about .about-head {
    width: 1200px;
    height: 100px;
    margin: 40px auto 20px auto; }
    .about .about-head a {
      display: block;
      width: 1200px;
      height: auto; }
      .about .about-head a h4 {
        width: 1200px;
        height: 25px;
        line-height: 25px;
        font-size: 16px;
        font-family: "思源黑体-Heavy";
        font-weight: normal;
        color: #fff;
        text-align: center; }
      .about .about-head a h2 {
        width: 1200px;
        height: 60px;
        text-align: center;
        position: relative;
        font-size: 32px;
        font-family: "思源黑体-bold";
        color: #fff; }
        .about .about-head a h2:after {
          content: '';
          display: block;
          width: 60px;
          height: 5px;
          background: #507BBA;
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          margin: 0 auto; }
  .about .about-list {
    width: 1200px;
    height: 330px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.6);
    box-shadow: 0 5px 6px rgba(0, 0, 0, 0.8); }
    .about .about-list .about-title-img {
      width: 1200px;
      height: 330px;
      margin: 0 auto; }
      .about .about-list .about-title-img .about-title {
        float: right;
        width: 720px;
        height: auto;
        margin: 35px 30px 0 0; }
      .about .about-list .about-title-img .about-img {
        float: left;
        width: 375px;
        height: 260px;
        margin: 35px 30px; }
        .about .about-list .about-title-img .about-img span {
          display: none; }

.news {
  width: 100%;
  height: 570px;
  background: url("../images/news.jpg") no-repeat center;
  clear: both;
  overflow: hidden; }
  .news .news-head {
    width: 1200px;
    height: 90px;
    margin: 60px auto 20px auto; }
    .news .news-head a {
      display: block;
      width: 1200px;
      height: auto; }
      .news .news-head a h4 {
        width: 1200px;
        height: 25px;
        line-height: 25px;
        font-size: 16px;
        font-family: "思源黑体-Heavy";
        font-weight: normal;
        color: #333;
        text-align: center; }
      .news .news-head a h2 {
        width: 1200px;
        height: 60px;
        text-align: center;
        position: relative;
        font-size: 32px;
        font-family: "思源黑体-bold";
        color: #333; }
        .news .news-head a h2:after {
          content: '';
          display: block;
          width: 60px;
          height: 5px;
          background: #507BBA;
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          margin: 0 auto; }
  .news .news-list {
    width: 1200px;
    height: auto;
    clear: both;
    overflow: hidden;
    margin: 0 auto; }

.unit {
  width: 100%;
  height: 325px;
  background: #F7F5F5;
  clear: both;
  overflow: hidden; }
  .unit .unit-head {
    width: 1200px;
    height: 90px;
    margin: 60px auto 20px auto; }
    .unit .unit-head a {
      display: block;
      width: 1200px;
      height: auto; }
      .unit .unit-head a h4 {
        width: 1200px;
        height: 25px;
        line-height: 25px;
        font-size: 16px;
        font-family: "思源黑体-Heavy";
        font-weight: normal;
        color: #333;
        text-align: center; }
      .unit .unit-head a h2 {
        width: 1200px;
        height: 60px;
        text-align: center;
        position: relative;
        font-size: 32px;
        font-family: "思源黑体-bold";
        color: #333; }
        .unit .unit-head a h2:after {
          content: '';
          display: block;
          width: 60px;
          height: 5px;
          background: #507BBA;
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          margin: 0 auto; }
  .unit .unit-list {
    width: 1200px;
    height: 100px;
    clear: both;
    overflow: hidden;
    margin: 0 auto; }

#public-unit {
  width: 100%;
  height: 100px;
  position: relative; }
  #public-unit b {
    display: block !important;
    position: absolute;
    width: 24px;
    height: 44px;
    cursor: pointer;
    z-index: 9999;
    top: 50%;
    margin-top: -22px; }
    #public-unit b#btnLeft {
      background: url("../images/btnLeft.png") no-repeat center;
      left: 0; }
    #public-unit b#btnRight {
      background: url("../images/btnRight.png") no-repeat center;
      right: 0; }
  #public-unit .conbox {
    width: 1090px;
    height: 100px;
    margin: 0 auto;
    overflow: hidden; }
    #public-unit .conbox ul {
      position: relative; }
      #public-unit .conbox ul li {
        float: left;
        width: 280px;
        height: 100px;
        margin: 0 10px; }
        #public-unit .conbox ul li a {
          display: block;
          width: 280px;
          height: 100px; }
          #public-unit .conbox ul li a img {
            display: block;
            width: 280px;
            height: 100px; }

.footer {
  width: 100%;
  height: 440px;
  background: #595858; }
  .footer .footer-list {
    width: 1200px;
    height: 340px;
    margin: 0 auto; }
    .footer .footer-list .footer-tel-img {
      float: right; }
      .footer .footer-list .footer-tel-img .footer-tel {
        width: 320px;
        height: 70px;
        background: url("../images/f-tel.png") no-repeat left center;
        margin: 60px 0 0 0; }
        .footer .footer-list .footer-tel-img .footer-tel span {
          display: block;
          font-size: 18px;
          color: #fff;
          padding-left: 85px;
          padding-top: 6px; }
        .footer .footer-list .footer-tel-img .footer-tel i {
          display: block;
          font-size: 36px;
          font-weight: 500;
          color: #fff;
          padding-left: 110px; }
      .footer .footer-list .footer-tel-img .footer-img {
        float: left;
        width: 100px;
        height: 125px;
        margin: 50px 40px 0 40px; }
        .footer .footer-list .footer-tel-img .footer-img img {
          display: block;
          width: 100px;
          height: 100px; }
        .footer .footer-list .footer-tel-img .footer-img span {
          display: block;
          width: 100px;
          height: 25px;
          line-height: 25px;
          text-align: center;
          font-size: 12px;
          color: #fff; }
  .footer .footer-copy {
    width: 100%;
    height: 100px;
    background: #91211D; }
    .footer .footer-copy .copy {
      width: 1200px;
      height: 100px;
      line-height: 100px;
      margin: 0 auto;
      font-size: 14px;
      color: #fff;
      text-align: left; }
      .footer .footer-copy .copy a {
        font-size: 14px;
        color: #fff; }

.mainer {
  width: 100%;
  height: auto;
  margin: 0 auto;
  clear: both;
  overflow: hidden; }
  .mainer .mainer-list-side {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    clear: both; }
    .mainer .mainer-list-side .mainer-side {
      float: left;
      width: 280px;
      height: auto; }
      .mainer .mainer-list-side .mainer-side .public-side-name {
        width: 100%;
        height: auto; }
        .mainer .mainer-list-side .mainer-side .public-side-name h1 {
          height: 100px;
          line-height: 100px;
          text-align: center;
          background: #91211D;
          font-size: 32px;
          color: #fff; }
        .mainer .mainer-list-side .mainer-side .public-side-name ul li {
          width: 100%;
          height: 45px;
          line-height: 45px;
          margin: 15px 0; }
          .mainer .mainer-list-side .mainer-side .public-side-name ul li a {
            display: block;
            width: 270px;
            height: 45px;
            line-height: 45px;
            border: #e5e5e5 1px solid;
            font-size: 14px;
            color: #333;
            padding: 0 10px 0 12px;
            position: relative;
            box-sizing: border-box;
            -webkit-box-sizing: border-box;
            transition: all .45s;
            background: #fff;
            margin: 0 0 0 10px; }
            .mainer .mainer-list-side .mainer-side .public-side-name ul li a:before {
              content: '';
              width: 5px;
              height: 0;
              position: absolute;
              top: 0;
              left: -10px;
              transition: all .45s;
              background: #cb0d0f; }
            .mainer .mainer-list-side .mainer-side .public-side-name ul li a:hover {
              background: url("../images/arrow.png") no-repeat right center #91211D;
              color: #fff; }
              .mainer .mainer-list-side .mainer-side .public-side-name ul li a:hover:before {
                height: 44px; }
          .mainer .mainer-list-side .mainer-side .public-side-name ul li.onm a {
            background: url("../images/arrow.png") no-repeat right center #91211D;
            color: #fff; }
            .mainer .mainer-list-side .mainer-side .public-side-name ul li.onm a:before {
              height: 44px; }
    .mainer .mainer-list-side .mainer-square {
      float: right;
      width: 900px;
      height: auto;
      overflow: hidden; }
      .mainer .mainer-list-side .mainer-square .mainer-path {
        width: 100%;
        height: 60px;
        line-height: 60px;
        text-align: left;
        background: url("../images/home.png") no-repeat left center;
        border-bottom: 1px solid #eee;
        text-indent: 30px; }
        .mainer .mainer-list-side .mainer-square .mainer-path a {
          font-size: 15px;
          color: #333; }
      .mainer .mainer-list-side .mainer-square .mainer-page-list {
        width: 100%; }
        .mainer .mainer-list-side .mainer-square .mainer-page-list .lump-title-list {
          width: 98%;
          height: 45px;
          line-height: 45px;
          padding: 0 1%;
          margin: 15px 0;
          background: #F2F2F2; }
          .mainer .mainer-list-side .mainer-square .mainer-page-list .lump-title-list .lump-title-name {
            float: left; }
            .mainer .mainer-list-side .mainer-square .mainer-page-list .lump-title-list .lump-title-name a {
              font-size: 16px;
              color: #666; }
          .mainer .mainer-list-side .mainer-square .mainer-page-list .lump-title-list .lump-title-more {
            float: right; }
            .mainer .mainer-list-side .mainer-square .mainer-page-list .lump-title-list .lump-title-more a {
              font-size: 14px;
              color: #666; }
        .mainer .mainer-list-side .mainer-square .mainer-page-list .caption {
          width: 96%;
          height: auto;
          margin: 0 auto 30px auto; }
          .mainer .mainer-list-side .mainer-square .mainer-page-list .caption h1 {
            width: 100%;
            color: #3A3937;
            line-height: 40px;
            text-align: center;
            font-size: 24px;
            margin: 25px auto; }
          .mainer .mainer-list-side .mainer-square .mainer-page-list .caption .share-list-type {
            width: 100%;
            height: 30px;
            line-height: 30px;
            text-align: center;
            font-size: 16px;
            color: #555552;
            margin: 25px auto; }
            .mainer .mainer-list-side .mainer-square .mainer-page-list .caption .share-list-type .share-list {
              display: flex;
              display: -webkit-flex;
              height: 36px;
              line-height: 36px;
              font-weight: normal;
              width: 100%;
              text-align: center;
              margin: 0 auto;
              justify-content: center; }
              .mainer .mainer-list-side .mainer-square .mainer-page-list .caption .share-list-type .share-list b {
                display: block;
                height: 36px;
                line-height: 36px;
                width: auto;
                font-weight: normal;
                font-size: 12px;
                color: #5A5A5A;
                margin-right: 15px; }
              .mainer .mainer-list-side .mainer-square .mainer-page-list .caption .share-list-type .share-list .share {
                width: auto;
                height: 36px; }
                .mainer .mainer-list-side .mainer-square .mainer-page-list .caption .share-list-type .share-list .share span {
                  display: block;
                  float: left;
                  font-size: 12px;
                  color: #5A5A5A; }
                .mainer .mainer-list-side .mainer-square .mainer-page-list .caption .share-list-type .share-list .share .bshare-custom {
                  float: left;
                  height: 36px;
                  line-height: 36px;
                  width: auto; }
                  .mainer .mainer-list-side .mainer-square .mainer-page-list .caption .share-list-type .share-list .share .bshare-custom a {
                    display: block;
                    float: left;
                    margin: 9px 2px; }
        .mainer .mainer-list-side .mainer-square .mainer-page-list .showText, .mainer .mainer-list-side .mainer-square .mainer-page-list .page-content {
          width: 94%;
          height: auto;
          margin: 0 auto; }
          .mainer .mainer-list-side .mainer-square .mainer-page-list .showText img, .mainer .mainer-list-side .mainer-square .mainer-page-list .page-content img {
            display: block;
            text-align: center;
            margin: 0 auto; }

.banner {
  width: 100%;
  height: 643px;
  margin: 0 auto; }

.banneron {
  width: 100%;
  height: 300px;
  margin: 0 auto; }

#nav-menu {
  width: 1200px;
  height: 65px;
  margin: 0 auto;
}
#nav-menu li {
  float: left;
  width: 171px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  position: relative;
  transition: all .6s;
}
#nav-menu li.active {
  background: #CB0D0F;
}
#nav-menu li.active a {
  color: #fff;
  font-weight: bolder;
}
#nav-menu li a {
  display: block;
  width: 100%;
  height: 65px;
  font-size: 18px;
  font-weight:600;
  color: #fff;
  transition: all .45s linear;
}
#nav-menu li span {
  display: none;
}
#nav-menu li ul {
  position: absolute;
  border-top: 3px solid #CB0D0F;
  top: 120px;
  opacity: 0;
  transition: all .6s;
  visibility: hidden;
  z-index: 9999;
}
#nav-menu li ul li {
  clear: both;
  overflow: hidden;
  float: none;
  height: 34px;
  line-height: 34px;
  border-bottom: 1px solid #CB0D0F;
  background: #f5f5f5;
  transition: all .6s;
}
#nav-menu li ul li a {
  font-size: 13px;
  color: #333;
}
#nav-menu li ul li:hover {
  background: linear-gradient(#AA0F0D, #CB0D0F);
}
#nav-menu li ul li:hover a {
  color: #2B2A2A;
}
#nav-menu li:hover {
  background:#e8e9ee;
}
#nav-menu li:hover a {
  color: #2B2A2A;
  font-weight: bolder;
}
#nav-menu li:hover ul {
  top: 50px;
  opacity: 1;
  visibility: visible;
}

.search-list {
  width: 380px;
  height: 50px;
  margin: 120px auto 80px auto; }
  .search-list ul li {
    float: left;
    line-height: 50px; }
    .search-list ul li input {
      display: block;
      outline: none;
      background: none; }
      .search-list ul li input:focus {
        outline: none;
        background: none; }
    .search-list ul li.search-input {
      width: 300px; }
      .search-list ul li.search-input input {
        width: 294px;
        height: 46px;
        border: 1px solid #999;
        text-indent: 12px; }
    .search-list ul li.search-submit input {
      border: none;
      font-size: 14px;
      color: #fff;
      width: 80px;
      height: 50px;
      line-height: 48px;
      background: #9B0000;
      text-align: center; }

.public-big-goods {
  width: 1200px;
  height: auto;
  clear: both;
  overflow: hidden;
  margin: 0 auto; }
  .public-big-goods ul li {
    float: left;
    width: 200px;
    height: 150px;
    margin: 0 0 50px 20px;
    position: relative; }
    .public-big-goods ul li a {
      display: block;
      width: 200px;
      overflow: hidden; }
      .public-big-goods ul li a.a-img {
        width: 100%;
        height: 150px; }
        .public-big-goods ul li a.a-img img {
          width: 100%;
          height: 150px;
          transition: all .45s; }
      .public-big-goods ul li a.a-title {
        width: 100%;
        height: 30px;
        line-height: 30px;
        text-align: center;
        transition: all .45s;
        position: absolute;
        bottom: 0;
        background: rgba(0, 0, 0, 0.3);
        font-size: 14px;
        color: #fff; }
    .public-big-goods ul li.bigPic {
      width: 540px;
      height: 350px;
      margin: 0; }
      .public-big-goods ul li.bigPic a {
        display: block;
        width: 100%;
        height: 350px; }
        .public-big-goods ul li.bigPic a.a-img img {
          width: 100%;
          height: 350px; }
        .public-big-goods ul li.bigPic a.a-title {
          width: 100%;
          height: 30px;
          line-height: 30px;
          text-align: center;
          transition: all .45s;
          position: absolute;
          bottom: 0;
          background: rgba(0, 0, 0, 0.3);
          font-size: 14px;
          color: #fff; }
    .public-big-goods ul li:hover img {
      transition: all .45s;
      transform: scale(1.1); }
      .public-big-goods ul li:hover img .a-title {
        font-weight: bold;
        transition: all .45s;
        color: #2C67C1;
        font-size: 15px; }

.public-goods {
  width: 100%;
  height: auto;
  clear: both;
  overflow: hidden;
  margin: 0 auto; }
  .public-goods ul li {
    float: left;
    width: 260px;
    height: 230px;
    position: relative;
    margin: 0 20px 45px 20px; }
    .public-goods ul li a {
      display: block;
      width: 260px;
      overflow: hidden; }
      .public-goods ul li a.a-img {
        width: 100%;
        height: 200px; }
        .public-goods ul li a.a-img img {
          width: 100%;
          height: 200px;
          transition: all .45s; }
      .public-goods ul li a.a-title {
        width: 100%;
        height: 30px;
        line-height: 30px;
        text-align: center;
        transition: all .45s;
        position: absolute;
        bottom: 0;
        background: rgba(0, 0, 0, 0.3);
        font-size: 14px;
        color: #fff; }
    .public-goods ul li:hover img {
      transition: all .45s;
      transform: scale(1.1); }
      .public-goods ul li:hover img .a-title {
        font-weight: bold;
        transition: all .45s;
        color: #2C67C1;
        font-size: 15px; }

.public-page-intro {
  width: 100%;
  height: auto;
  clear: both;
  overflow: hidden; }
  .public-page-intro a {
    display: inline-block;
    line-height: 30px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    text-indent: 28px; }
    .public-page-intro a.page-more {
      display: block;
      width: 120px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      text-indent: 0;
      font-size: 12px;
      color: #EEC454;
      transition: all .45s; }

.public-pic {
  width: 100%;
  height: 330px;
  margin: 0 auto;
  clear: both;
  overflow: hidden; }
  .public-pic ul li {
    float: left;
    width: 350px;
    height: 300px;
    margin: 15px; }
    .public-pic ul li a {
      display: block; }
      .public-pic ul li a.a-img {
        width: 350px;
        height: 260px;
        background: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        clear: both;
        overflow: hidden; }
        .public-pic ul li a.a-img img {
          display: block;
          width: 330px;
          height: 240px;
          margin: 10px; }
      .public-pic ul li a.a-title {
        width: 100%;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 16px;
        color: #000; }

.public-title-intro {
  width: 1200px;
  height: auto; }
  .public-title-intro ul li {
    float: left;
    width: 340px;
    height: 320px;
    margin: 30px 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
    .public-title-intro ul li a {
      display: block;
      width: 340px;
      height: 320px; }
      .public-title-intro ul li a span {
        display: block;
        width: 300px;
        height: 200px; }
        .public-title-intro ul li a span.s-img {
          width: 300px;
          height: 200px;
          overflow: hidden;
          margin: 20px 20px 10px 20px; }
          .public-title-intro ul li a span.s-img img {
            display: block;
            width: 100%;
            height: 200px;
            transition: all .45s; }
        .public-title-intro ul li a span.s-title {
          height: 30px;
          line-height: 30px;
          font-size: 15px;
          color: #333;
          text-align: left;
          margin: 0 20px; }
        .public-title-intro ul li a span.s-intro {
          height: 40px;
          line-height: 20px;
          font-size: 13px;
          color: #959494;
          margin: 0 20px;
          overflow: hidden; }
        .public-title-intro ul li a span.s-times {
          height: 25px;
          line-height: 25px;
          text-indent: 24px;
          text-align: left;
          background: url("../images/times.png") no-repeat left center;
          font-size: 12px;
          color: rgba(0, 0, 0, 0.5); }
    .public-title-intro ul li:hover img {
      transform: scale(1.1); }
    .public-title-intro ul li:hover .s-title {
      color: #2C67C1; }
    .public-title-intro ul li:hover .s-intro {
      color: rgba(44, 103, 193, 0.6); }

.public-title-list {
  width: 96%;
  height: auto;
  margin: 0 auto; }
  .public-title-list ul li {
    width: 100%;
    height: 120px;
    padding: 45px 0;
    border-bottom: 1px dashed #DCDCDC; }
    .public-title-list ul li .inside-img {
      float: left;
      width: 180px;
      height: 120px; }
      .public-title-list ul li .inside-img a {
        display: block;
        width: 180px;
        height: 120px;
        overflow: hidden; }
        .public-title-list ul li .inside-img a img {
          display: block;
          width: 180px;
          height: 120px;
          -webkit-transition: all .5s;
          -moz-transition: all .5s;
          -o-transition: all .5s;
          transition: all .5s; }
    .public-title-list ul li .inside-title-times-intro {
      float: right;
      width: 640px;
      height: 120px; }
      .public-title-list ul li .inside-title-times-intro .inside-title-times {
        width: 100%;
        height: 50px; }
        .public-title-list ul li .inside-title-times-intro .inside-title-times a {
          display: block;
          line-height: 50px;
          float: left;
          font-size: 20px;
          color: #595959;
          font-weight: bold; }
        .public-title-list ul li .inside-title-times-intro .inside-title-times span {
          display: block;
          float: right;
          line-height: 50px;
          font-size: 15px;
          color: #777; }
      .public-title-list ul li .inside-title-times-intro .inside-intro {
        width: 100%;
        height: 50px;
        line-height: 25px; }
        .public-title-list ul li .inside-title-times-intro .inside-intro a {
          font-size: 14px;
          color: #999; }
    .public-title-list ul li:hover .inside-img img {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1); }
    .public-title-list ul li:hover .inside-title-times a {
      color: #BE1C0F; }

.public-search-list {
  width: 800px;
  height: auto;
  clear: both;
  overflow: hidden;
  margin: 60px auto 180px auto;
  border: 1px solid #ddd;
  border-collapse: collapse; }
  .public-search-list th {
    width: 100%;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 24px;
    color: #000;
    border: 1px solid #ddd; }
  .public-search-list td {
    height: 60px;
    line-height: 60px;
    border: 1px solid #ddd;
    overflow: hidden; }
    .public-search-list td.td-name {
      width: 30%;
      text-align: right;
      font-size: 16px;
      padding-right: 20px;
      font-weight: 600; }
    .public-search-list td.td-site {
      width: 70%;
      font-size: 16px;
      padding-left: 20px; }

.public-sort-name {
  float: left;
  width: auto;
  height: auto;
  margin: 40px 140px 0 40px; }
  .public-sort-name dt {
    height: 40px;
    line-height: 40px;
    text-align: left;
    font-size: 16px;
    color: #fff; }
    .public-sort-name dt a {
      font-size: 16px;
      color: #fff; }
  .public-sort-name dd {
    height: 30px;
    line-height: 30px;
    text-align: left;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7); }
    .public-sort-name dd a {
      font-size: 13px;
      color: rgba(255, 255, 255, 0.7); }

.public-sort-name-goods {
  float: left;
  width: 220px;
  height: auto;
  margin: 40px 40px 0 40px; }
  .public-sort-name-goods dt {
    width: 220px;
    height: 40px;
    line-height: 40px;
    text-align: left;
    font-size: 16px;
    color: #fff; }
    .public-sort-name-goods dt a {
      font-size: 16px;
      color: #fff; }
  .public-sort-name-goods dd {
    float: left;
    width: 110px;
    height: 30px;
    line-height: 30px;
    text-align: left;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7); }
    .public-sort-name-goods dd a {
      font-size: 13px;
      color: rgba(255, 255, 255, 0.7); }

.public-pic-list, .public-pic-list-son, .public-goods-list {
  width: 100%;
  height: auto;
  margin: 0 auto;
  clear: both;
  overflow: hidden; }
  .public-pic-list ul li, .public-pic-list-son ul li, .public-goods-list ul li {
    float: left;
    width: 260px;
    height: 240px;
    margin: 25px 20px;
    z-index: 999;
    overflow: hidden;
    transition: all .4s; }
    .public-pic-list ul li a, .public-pic-list-son ul li a, .public-goods-list ul li a {
      display: block;
      width: 100%;
      height: 200px; }
      .public-pic-list ul li a img, .public-pic-list-son ul li a img, .public-goods-list ul li a img {
        display: block;
        width: 100%;
        height: 200px; }
    .public-pic-list ul li h2, .public-pic-list-son ul li h2, .public-goods-list ul li h2 {
      width: 100%;
      height: 40px;
      line-height: 40px;
      text-align: center;
      font-weight: normal; }
      .public-pic-list ul li h2 a, .public-pic-list-son ul li h2 a, .public-goods-list ul li h2 a {
        display: block;
        font-size: 14px;
        color: #444;
        background: #F4F4F4; }
    .public-pic-list ul li:hover, .public-pic-list-son ul li:hover, .public-goods-list ul li:hover {
      box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
      transform: translate3d(0px, -2px, 0px); }

/*产品*/
.production-detail-list {
  width: 100%;
  height: auto;
  margin: 30px auto; }
  .production-detail-list .production-detail {
    width: 100%;
    height: 400px; }
    .production-detail-list .production-detail .detail-pic {
      float: left;
      width: 400px;
      height: 300px; }
      .production-detail-list .production-detail .detail-pic .introShow {
        width: 400px; }
        .production-detail-list .production-detail .detail-pic .introShow .mainShow {
          width: 400px;
          height: 300px; }
          .production-detail-list .production-detail .detail-pic .introShow .mainShow a {
            display: block;
            width: 398px;
            height: 298px;
            border: #CCCCCC 1px solid;
            overflow: hidden; }
            .production-detail-list .production-detail .detail-pic .introShow .mainShow a img {
              display: block;
              width: 400px;
              height: 300px; }
        .production-detail-list .production-detail .detail-pic .introShow .scroll {
          width: 400px;
          height: 60px;
          margin: 15px auto;
          overflow: hidden; }
          .production-detail-list .production-detail .detail-pic .introShow .scroll ul {
            float: left;
            width: 380px;
            height: 60px;
            overflow: hidden; }
            .production-detail-list .production-detail .detail-pic .introShow .scroll ul li {
              float: left;
              width: 80px;
              height: 60px;
              margin: 0 7px; }
              .production-detail-list .production-detail .detail-pic .introShow .scroll ul li a {
                display: block;
                width: 78px;
                height: 58px;
                border: 1px solid #F3F3F3;
                overflow: hidden; }
                .production-detail-list .production-detail .detail-pic .introShow .scroll ul li a img {
                  display: block;
                  width: 80px;
                  height: 60px; }
                .production-detail-list .production-detail .detail-pic .introShow .scroll ul li a:hover, .production-detail-list .production-detail .detail-pic .introShow .scroll ul li a.currentItem {
                  border: 1px solid #C80000; }
          .production-detail-list .production-detail .detail-pic .introShow .scroll .prevView {
            float: left;
            margin-top: 28px;
            width: 7px;
            height: 12px;
            background: url(../images/bgimg.gif) no-repeat -132px -17px; }
            .production-detail-list .production-detail .detail-pic .introShow .scroll .prevView:hover {
              background-position: -146px -17px; }
          .production-detail-list .production-detail .detail-pic .introShow .scroll .nextView {
            float: right;
            margin-top: 28px;
            width: 7px;
            height: 12px;
            background: url(../images/bgimg.gif) no-repeat -153px -17px; }
            .production-detail-list .production-detail .detail-pic .introShow .scroll .nextView:hover {
              background-position: -167px -17px; }
    .production-detail-list .production-detail .detail-desc {
      float: left;
      width: 400px;
      height: 300px;
      margin: 0 30px; }
      .production-detail-list .production-detail .detail-desc h1 {
        height: 45px;
        line-height: 45px;
        font-size: 24px;
        color: #1C599D; }
      .production-detail-list .production-detail .detail-desc p {
        width: 400px;
        height: 25px;
        line-height: 25px;
        margin: 10px auto; }
        .production-detail-list .production-detail .detail-desc p b {
          display: block;
          float: left;
          width: auto;
          height: 25px;
          line-height: 25px;
          text-align: center;
          font-size: 15px;
          color: #000;
          padding: 0 10px;
          border-radius: 5px; }
        .production-detail-list .production-detail .detail-desc p span {
          display: block;
          float: left;
          height: 25px;
          line-height: 25px;
          width: auto;
          font-size: 14px;
          color: #666;
          overflow: hidden; }
      .production-detail-list .production-detail .detail-desc .tel-online {
        width: 100%;
        height: 40px;
        margin-top: 30px; }
        .production-detail-list .production-detail .detail-desc .tel-online .goods-chat {
          float: left;
          width: 65px;
          height: 30px;
          margin: 10px 0;
          padding-left: 10px; }
        .production-detail-list .production-detail .detail-desc .tel-online .goods-online {
          float: left;
          width: 110px;
          height: 40px;
          line-height: 40px;
          text-align: center;
          background: #C30C22;
          margin-left: 9px; }
          .production-detail-list .production-detail .detail-desc .tel-online .goods-online a {
            font-size: 16px;
            color: #fff; }
  .production-detail-list .production-derail-intro {
    width: 100%;
    height: auto;
    margin: 10px auto 30px auto; }
    .production-detail-list .production-derail-intro .intro {
      display: block;
      font-size: 18px;
      color: #000;
      font-weight: bold;
      width: 100%;
      height: 50px;
      line-height: 50px;
      text-align: left !important;
      border-bottom: 1px solid #9E9595;
      margin-bottom: 35px; }

.mainer-message-contact {
  width: 100%;
  height: auto;
  clear: both;
  overflow: hidden; }
  .mainer-message-contact .mainer-message-contact-head {
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: left;
    font-size: 18px;
    color: #333;
    background: #F4F4F4;
    text-indent: 16px;
    margin: 40px 0 15px 0; }
  .mainer-message-contact .mainer-message {
    float: left;
    width: 300px;
    height: auto;
    margin-left: 15px; }
    .mainer-message-contact .mainer-message .mainer-message-list {
      width: 100%;
      height: 320px;
      margin: 0 auto; }
      .mainer-message-contact .mainer-message .mainer-message-list label {
        display: block;
        width: 100%;
        height: 30px;
        margin: 10px 0; }
        .mainer-message-contact .mainer-message .mainer-message-list label input {
          display: block;
          width: 298px;
          height: 28px;
          line-height: 28px;
          outline: none;
          background: none;
          border: 1px solid #ddd;
          font-size: 13px;
          color: #444;
          text-indent: 12px; }
        .mainer-message-contact .mainer-message .mainer-message-list label.label-online-content {
          width: 100%;
          height: 100px; }
          .mainer-message-contact .mainer-message .mainer-message-list label.label-online-content textarea {
            width: 298px;
            height: 98px;
            border: 1px solid #ddd;
            font-family: "Microsoft YaHei";
            font-size: 13px;
            color: #444;
            margin: 0;
            padding: 0;
            text-indent: 12px;
            outline: none;
            resize: none; }
        .mainer-message-contact .mainer-message .mainer-message-list label.label-online-btn {
          width: 140px;
          height: 35px; }
          .mainer-message-contact .mainer-message .mainer-message-list label.label-online-btn input {
            width: 140px;
            height: 35px;
            text-indent: 0;
            font-size: 16px;
            background: #E6212A;
            color: #fff;
            border-color: #E6212A;
            border-radius: 6px; }
        .mainer-message-contact .mainer-message .mainer-message-list label.label-none {
          display: none; }
  .mainer-message-contact .mainer-contact {
    float: right;
    width: 430px;
    height: auto;
    margin-right: 15px; }
    .mainer-message-contact .mainer-contact .mainer-contact-list {
      width: 100%;
      height: 320px;
      margin: 0 auto; }
      .mainer-message-contact .mainer-contact .mainer-contact-list ul li {
        width: 100%;
        height: 49px;
        line-height: 49px;
        text-align: left;
        border-bottom: 1px dashed #ddd;
        text-indent: 40px;
        font-size: 14px; }
        .mainer-message-contact .mainer-contact .mainer-contact-list ul li.contact-tel {
          background: url("../images/ctel.png") no-repeat left center; }
        .mainer-message-contact .mainer-contact .mainer-contact-list ul li.contact-fax {
          background: url("../images/cfax.png") no-repeat left center; }
        .mainer-message-contact .mainer-contact .mainer-contact-list ul li.contact-phone {
          background: url("../images/cphone.png") no-repeat left center; }
        .mainer-message-contact .mainer-contact .mainer-contact-list ul li.contact-email {
          background: url("../images/cemail.png") no-repeat left center; }
        .mainer-message-contact .mainer-contact .mainer-contact-list ul li.contact-site {
          background: url("../images/csite.png") no-repeat left center; }

.mainer-valid {
  width: 100%;
  height: auto; }
  .mainer-valid .mainer-valid-head {
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: left;
    font-size: 18px;
    color: #333;
    background: #F4F4F4;
    text-indent: 16px; }
  .mainer-valid .mainer-valid-list {
    width: 100%;
    height: 230px;
    clear: both;
    overflow: hidden; }

.public-related-goods {
  width: 100%;
  height: 190px;
  margin: 15px auto; }
  .public-related-goods ul li {
    float: left;
    width: 210px;
    height: 190px;
    margin: 0 7px; }
    .public-related-goods ul li a {
      display: block; }
      .public-related-goods ul li a.a-img img {
        display: block;
        width: 210px;
        height: 160px; }
      .public-related-goods ul li a.a-title {
        display: block;
        width: 208px;
        height: 28px;
        line-height: 28px;
        text-align: center;
        border: 1px solid #DCDCDC; }

.mainer-list-side-search {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  clear: both; }
  .mainer-list-side-search .mainer-square {
    width: 100%;
    height: auto;
    overflow: hidden; }
    .mainer-list-side-search .mainer-square .mainer-path {
      width: 100%;
      height: 60px;
      line-height: 60px;
      text-align: left;
      background: url("../images/home.png") no-repeat left center;
      border-bottom: 1px solid #eee;
      text-indent: 30px; }
      .mainer-list-side-search .mainer-square .mainer-path a {
        font-size: 15px;
        color: #333; }
    .mainer-list-side-search .mainer-square .mainer-page-list {
      width: 100%; }
      .mainer-list-side-search .mainer-square .mainer-page-list .lump-title-list {
        width: 98%;
        height: 45px;
        line-height: 45px;
        padding: 0 1%;
        margin: 15px 0;
        background: #F2F2F2; }
        .mainer-list-side-search .mainer-square .mainer-page-list .lump-title-list .lump-title-name {
          float: left; }
          .mainer-list-side-search .mainer-square .mainer-page-list .lump-title-list .lump-title-name a {
            font-size: 16px;
            color: #666; }
        .mainer-list-side-search .mainer-square .mainer-page-list .lump-title-list .lump-title-more {
          float: right; }
          .mainer-list-side-search .mainer-square .mainer-page-list .lump-title-list .lump-title-more a {
            font-size: 14px;
            color: #666; }
      .mainer-list-side-search .mainer-square .mainer-page-list .caption {
        width: 96%;
        height: auto;
        margin: 0 auto 30px auto; }
        .mainer-list-side-search .mainer-square .mainer-page-list .caption h1 {
          width: 100%;
          color: #3A3937;
          line-height: 40px;
          text-align: center;
          font-size: 24px;
          margin: 25px auto; }
        .mainer-list-side-search .mainer-square .mainer-page-list .caption h3 {
          width: 100%;
          color: #666;
          line-height: 40px;
          text-align: right;
          font-size: 24px;
          margin: 25px auto; }
        .mainer-list-side-search .mainer-square .mainer-page-list .caption .share-list-type {
          display: none;
          width: 100%;
          height: 30px;
          line-height: 30px;
          text-align: center;
          font-size: 16px;
          color: #555552;
          margin: 25px auto; }
          .mainer-list-side-search .mainer-square .mainer-page-list .caption .share-list-type .share-list {
            display: flex;
            display: -webkit-flex;
            height: 36px;
            line-height: 36px;
            font-weight: normal;
            width: 100%;
            text-align: center;
            margin: 0 auto;
            justify-content: center; }
            .mainer-list-side-search .mainer-square .mainer-page-list .caption .share-list-type .share-list b {
              display: block;
              height: 36px;
              line-height: 36px;
              width: auto;
              font-weight: normal;
              font-size: 12px;
              color: #5A5A5A;
              margin-right: 15px; }
            .mainer-list-side-search .mainer-square .mainer-page-list .caption .share-list-type .share-list .share {
              width: auto;
              height: 36px; }
              .mainer-list-side-search .mainer-square .mainer-page-list .caption .share-list-type .share-list .share span {
                display: block;
                float: left;
                font-size: 12px;
                color: #5A5A5A; }
              .mainer-list-side-search .mainer-square .mainer-page-list .caption .share-list-type .share-list .share .bshare-custom {
                float: left;
                height: 36px;
                line-height: 36px;
                width: auto; }
                .mainer-list-side-search .mainer-square .mainer-page-list .caption .share-list-type .share-list .share .bshare-custom a {
                  display: block;
                  float: left;
                  margin: 9px 2px; }
      .mainer-list-side-search .mainer-square .mainer-page-list .showText, .mainer-list-side-search .mainer-square .mainer-page-list .page-content {
        width: 94%;
        height: auto;
        margin: 0 auto; }
        .mainer-list-side-search .mainer-square .mainer-page-list .showText img, .mainer-list-side-search .mainer-square .mainer-page-list .page-content img {
          width: 100%;
          text-align: center;
          margin: 0 auto; }

/** 网站地图 **/
.mainer-list-side-map {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  clear: both;
  overflow: hidden; }
  .mainer-list-side-map:after {
    content: '';
    display: table;
    overflow: hidden;
    clear: both; }
  .mainer-list-side-map .mainer-map-path {
    width: 1200px;
    height: 35px;
    line-height: 35px;
    background: url(../images/home.png) no-repeat 6px center;
    text-indent: 34px;
    font-size: 14px;
    color: #888; }
    .mainer-list-side-map .mainer-map-path a {
      font-size: 14px;
      color: #888; }
  .mainer-list-side-map .mainer-map-list {
    width: 1200px;
    height: auto;
    margin: 0 auto; }
    .mainer-list-side-map .mainer-map-list .menu_map {
      margin: 15px auto;
      width: 99%;
      overflow: hidden; }
      .mainer-list-side-map .mainer-map-list .menu_map span {
        margin: 0 auto;
        width: 99.9%;
        border-top: #D6DBE1 1px solid;
        border-left: #D6DBE1 1px solid;
        border-right: #D6DBE1 1px solid;
        border-bottom: #CCCCCC 3px solid;
        background-color: #F5F8FA;
        height: 35px;
        line-height: 35px;
        display: block;
        color: #000000;
        font-size: 12px;
        font-weight: 600;
        vertical-align: middle;
        text-align: left;
        text-indent: 20px; }
        .mainer-list-side-map .mainer-map-list .menu_map span a {
          text-indent: 20px;
          line-height: 35px;
          display: block;
          text-align: left;
          color: #000000;
          text-decoration: none;
          font-size: 12px;
          font-weight: 600; }
          .mainer-list-side-map .mainer-map-list .menu_map span a:hover {
            color: #e4393c; }
      .mainer-list-side-map .mainer-map-list .menu_map ul {
        width: 100%;
        height: auto;
        overflow: hidden; }
        .mainer-list-side-map .mainer-map-list .menu_map ul li {
          margin: 0 auto;
          width: 99.9%;
          height: auto;
          overflow: hidden; }
          .mainer-list-side-map .mainer-map-list .menu_map ul li h1 {
            background: url(../images/menu_map.jpg) repeat-x bottom;
            color: #333333;
            height: 48px;
            line-height: 48px;
            font-size: 16px;
            font-weight: 100;
            overflow: hidden; }
            .mainer-list-side-map .mainer-map-list .menu_map ul li h1 a {
              line-height: 48px;
              display: block;
              text-indent: 20px;
              text-align: left;
              color: #333333;
              text-decoration: none;
              font-size: 12px;
              font-weight: 500; }
              .mainer-list-side-map .mainer-map-list .menu_map ul li h1 a:hover {
                color: #e4393c; }
    .mainer-list-side-map .mainer-map-list .map_listname {
      float: none;
      width: 100%; }
      .mainer-list-side-map .mainer-map-list .map_listname ul {
        margin-left: 20px;
        width: 100%; }
        .mainer-list-side-map .mainer-map-list .map_listname ul li {
          float: left;
          margin-right: 18px;
          width: auto;
          height: 48px;
          line-height: 48px;
          text-align: left; }
          .mainer-list-side-map .mainer-map-list .map_listname ul li h2 {
            height: 48px;
            line-height: 48px;
            width: auto;
            text-align: left;
            float: left;
            clear: right;
            font-size: 12px; }
            .mainer-list-side-map .mainer-map-list .map_listname ul li h2 a {
              color: #ABABAB;
              text-decoration: none;
              text-align: left;
              font-weight: 500;
              margin-bottom: 0px;
              font-size: 12px; }
              .mainer-list-side-map .mainer-map-list .map_listname ul li h2 a:hover {
                color: #e4393c; }

/**分页**/
#home-page {
  width: 98%;
  height: 30px;
  margin: 10px auto 60px auto;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between; }
  #home-page a {
    font-size: 14px;
    color: #2C67C1;
    height: 30px;
    line-height: 30px; }

#pagelist {
  width: 100%;
  height: 32px;
  margin: 30px auto 10px auto;
  display: flex;
  display: -webkit-flex;
  justify-content: center; }
  #pagelist a {
    width: 60px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #444;
    background: #EDEDED;
    border: #cccccc 1px solid;
    border-radius: 2px;
    text-align: center;
    margin: 0 5px; }
    #pagelist a#nowpage {
      border: #2C67C1 1px solid;
      background-color: #2C67C1;
      color: #ffffff; }

#about_mid{margin:0 auto;width:1200px;height:auto;overflow:hidden;}

.about_content{float:left;background-color:#E0E0E0;width:600px;height:500px;overflow:hidden;}
.about_ad{float:right;width:600px;height:500px;overflow:hidden;}
.about_ad img{transition:all .4s;}
.about_ad span{ display:none;}
.about_ad:hover img{transform:scale(1.1);}

#about_title{margin:0 auto;background:url(../images/about_title_bg.jpg) no-repeat left 42px;width:90%;height:33px;overflow:hidden; line-height:}
#about_title h1{line-height:33px;COLOR:#3d3e40;font-weight:600;font-size:26px;cursor:pointer;text-align:left;font-family:Microsoft Yahei;overflow:hidden;}
#about_title h2{line-height:73px;COLOR:#837777;font-weight:500;font-size:13px;text-align:left;font-family:Microsoft Yahei;overflow:hidden;}

.about_key{color:#3d3e40;line-height:73px;font-size:14px;font-weight:600;font-family:Microsoft Yahei;}
a.about_key:link{color:#3d3e40;line-height:73px;font-size:14px;font-weight:600;font-family:Microsoft Yahei;}
a.about_key:visited{color:#3d3e40;line-height:73px;font-size:14px;font-weight:600;font-family:Microsoft Yahei;}
a.about_key:active{color:#3d3e40;line-height:73px;font-size:14px;font-weight:600;font-family:Microsoft Yahei;}
a.about_key:hover{color:#3d3e40;line-height:73px;font-size:14px;font-weight:600;font-family:Microsoft Yahei;}

.company{margin:0 auto;width:90%;color:#595c62;text-align:left;line-height:32px;font-size:16px;font-weight:500;font-family:Microsoft Yahei;overflow:hidden;cursor:pointer;text-indent:2em;}
.company:hover{cursor:pointer;color:#595c62;text-decoration:none;text-align:left;font-weight:500;font-size:16px;font-family:Microsoft Yahei;}
.company a{color:#595c62;text-align:left;line-height:32px;font-size:16px;font-weight:500;font-family:Microsoft Yahei;}
.company a.page-more {
    display: block;
    background: #91211D;
    width: 140px;
    height: 40px;
    COLOR: #ffffff;
   
    font-size: 15px;
    font-weight: 500;
    font-family: Microsoft Yahei;
	line-height:40px;
	margin-top:20px;
}

.company_more{float:left;margin-left:30px;width:120px;height:40px;line-height:40px;overflow:hidden;}
.company_more a{display:block;background:#14203A;width:120px;height:40px;COLOR:#ffffff;text-align:center;font-size:15px;font-weight:500;font-family:Microsoft Yahei;}
.company_more a:link{COLOR:#ffffff;text-align:center;font-size:15px;font-weight:500;font-family:Microsoft Yahei;}
.company_more a:visited{COLOR:#ffffff;text-align:center;font-size:15px;font-weight:500;font-family:Microsoft Yahei;}
.company_more a:active{COLOR:#ffffff;text-align:center;font-size:15px;font-weight:500;font-family:Microsoft Yahei;}
.company_more a:hover{display:block;background-color:#ff6a00;width:120px;height:40px;COLOR:#ffffff;text-align:center;font-size:15px;font-weight:500;font-family:Microsoft Yahei;}

.about_num{background:url(../images/about_num.jpg) no-repeat;width:100%;padding-top:26.1%;}
.about_num ul{margin-top:-17.25%;padding-top:2.2%;width:100%;height:auto;display:flex;justify-content:space-around;align-items:center;text-align:center;}
.about_num ul li{position:relative;cursor:pointer;}
.about_num ul li h2{display:inline-block;color:#fff;font-size:100px;font-weight:normal;}
.about_num ul li i{color:#fff;text-align:right;display:inline-block;font-size:30px;font-style:normal;}
.about_num ul li p{line-height:50px;color:#fff;font-size:18px;}

/*# sourceMappingURL=index.css.map */
