@charset "UTF-8";
/*@font-face {
  font-family: "cyjbz";
  src: url(../fonts/cyjbz.ttf);
  font-weight: normal;
  font-style: normal;
}*/
body {
  font-family: "微软雅黑";
  overflow-x: hidden; }

.container-fluid {
  max-width: 1280px !important;
  margin: 0 auto;
  padding: 0; }
  @media screen and (max-width: 990px) {
    .container-fluid {
      padding: 0 2.0202020202vw; } }

.row {
  margin: 0; }

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  padding: 0;
  margin: 0; }

.lt {
  float: left; }

.rt {
  float: right; }

a {
  text-decoration: none; }

ul, li {
  margin: 0;
  padding: 0;
  list-style: none; }

.sizeCover {
  background-position: 50% 50%;
  background-size: cover; }

.main-background-1 {
  background: url(../images/aboutbg.jpg) no-repeat center center;
  background-size: cover; }

.main-background-2 {
  background: #f5f5f5; }

.main-pad-1 {
  padding: 35px 0; }
  @media screen and (max-width: 990px) {
    .main-pad-1 {
      padding: 35px 0; } }

.main-pad-2 {
  padding: 30px 0; }

.main-pad-3 {
  padding: 0 0 45px; }

.main-padtop-1 {
  padding-top: 35px; }

.main-martop-1 {
  margin-top: 20px; }

.main-martop-2 {
  margin-top: 15px; }

.main-martop-3 {
  margin-top: 25px; }

.main-marbottom-1 {
  margin-bottom: 35px; }

.main-marbottom-2 {
  margin-bottom: 25px; }

.main-padleft-1 {
  padding-left: 35px; }
  @media screen and (max-width: 990px) {
    .main-padleft-1 {
      padding-left: 0; } }

.main-padright-1 {
  padding-right: 35px; }
  @media screen and (max-width: 990px) {
    .main-padright-1 {
      padding: 0; } }

.no-paddingTop {
  padding-top: 0; }

.no-paddingBottom {
  padding-bottom: 0; }

.positionRelative {
  position: relative;
  z-index: 1;
  overflow: hidden; }

@media screen and (min-width: 991px) {
  .col-md-13 {
    width: 20%; } }

@media screen and (min-width: 991px) {
  .col-md-2-list1 {
    width: 23%; } }

@media screen and (min-width: 991px) {
  .col-md-10-list1 {
    width: 77%; } }

.title-1 .chtit {
  font-size: 30px;
  font-weight: bold;
  color: #000;
  background: url(../images/title-1-line1.png) no-repeat center center; }
.title-1 .entit {
  font-size: 20px;
  color: #777;
  font-family: "Aparajita"; }

.text-1 a {
  text-decoration: none;
  display: block;
  transition: all .3s; }
  .text-1 a:hover {
    opacity: .5; }

@media screen and (max-width: 990px){
  .main-pad-1:nth-child(1){
    padding-top: 0;
  }
}

.productbox-con .title-line {
  background: url(../images/p-ltside-titbg.png) repeat-x center right; }
  .productbox-con .title-line .title {
    background: #fff;
    display: inline-block; }
.productbox-con .list {
  padding: 0 10px 20px; }
  @media screen and (min-width: 991px) {
    .productbox-con .list .lbox:hover .picbox .imgbox {
      transform: scale(1.2); }
    .productbox-con .list .lbox:hover .picbox .showcn {
      top: 0; }
    .productbox-con .list .lbox:hover .conbox a {
      background: #cc352e;
      color: #fff; } }
  .productbox-con .list .lbox .picbox {
      border: 1px solid #ddd;
    overflow: hidden;
    position: relative; }
    .productbox-con .list .lbox .picbox .imgbox {
      overflow: hidden;
      background-size: contain;
      background-repeat: no-repeat;
      transition: all 1s; }
      .productbox-con .list .lbox .picbox .imgbox img {
        max-width: 100%;
        max-height: 100%; }
    .productbox-con .list .lbox .picbox .showcn {
      position: absolute;
      left: 0;
      top: 800px;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.8);
      color: #fff;
      display: -webkit-flex;
      -webkit-align-items: center;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all .3s; }
      .productbox-con .list .lbox .picbox .showcn .sbox {
        text-align: center; }
        .productbox-con .list .lbox .picbox .showcn .sbox .title {
          color: #fff;
          font-size: 20px;
          font-weight: bold; }
          .productbox-con .list .lbox .picbox .showcn .sbox .title span {
            display: block; }
            .productbox-con .list .lbox .picbox .showcn .sbox .title span:nth-child(2) {
              font-size: 12px;
              opacity: .3;
              font-family: "Arial";
              text-transform: uppercase; }
        .productbox-con .list .lbox .picbox .showcn .sbox .btnbox {
          margin-top: 15px; }
          .productbox-con .list .lbox .picbox .showcn .sbox .btnbox a {
            text-decoration: none;
            display: inline-block;
            height: 38px;
            line-height: 36px;
            border: 1px solid #fff;
            font-size: 14px;
            color: #fff;
            padding: 0 15px;
            transition: all .3s; }
            .productbox-con .list .lbox .picbox .showcn .sbox .btnbox a:first-child {
              background: #fff;
              color: #010101; }
            .productbox-con .list .lbox .picbox .showcn .sbox .btnbox a:hover {
              background: #cc352e;
              color: #fff; }
  .productbox-con .list .lbox .conbox {
    margin-top: 5px;
    text-align: center;
    font-size: 14px; }
    .productbox-con .list .lbox .conbox a {
      text-decoration: none;
      display: block;
      border: 1px solid #eee;
      color: #000;
      height: 45px;
      line-height: 43px;
      padding: 0 10px;
      transition: all .3s;
      overflow: hidden; }

.aboutbox-con {
  padding-bottom: 85px; }
  @media screen and (min-width: 991px) {
    .aboutbox-con .title {
      position: relative;
      left: -90px;
      top: -1px; } }
  .aboutbox-con .title img {
    max-width: 100%; }
  .aboutbox-con .aboutbox {
    overflow: hidden;
    margin-top: 35px;
    position: relative; }
    @media screen and (min-width: 991px) {
      .aboutbox-con .aboutbox {
        margin-top: -50px; } }
    .aboutbox-con .aboutbox .picbox {
      max-width: 525px;
      position: relative;
      border: 5px solid #fff; }
      @media screen and (min-width: 991px) {
        .aboutbox-con .aboutbox .picbox {
          position: absolute;
          width: 525px;
          height: 278px;
          left: 0;
          bottom: 0; } }
      .aboutbox-con .aboutbox .picbox .video {
        background: #000;
        height: 100%;
        width: 100%; }
.aboutbox-con .aboutbox .picbox .video video{
  width: 100%;
  height: 100%;
}
.aboutbox-con .aboutbox .picbox .video img {
        width: 100%; }
      .aboutbox-con .aboutbox .picbox .showcn {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        display: -webkit-flex;
        -webkit-align-items: center;
        display: flex;
        align-items: center;
        justify-content: center; }
    .aboutbox-con .aboutbox .conbox {
      float: right;
      max-width: 840px;
      color: #fff; }
      .aboutbox-con .aboutbox .conbox .tit {
        overflow: hidden; }
        @media screen and (max-width: 990px) {
          .aboutbox-con .aboutbox .conbox .tit {
            display: none; } }
        .aboutbox-con .aboutbox .conbox .tit span {
          float: left;
          font-size: 26px;
          font-weight: bold; }
          .aboutbox-con .aboutbox .conbox .tit span:nth-child(2) {
            float: right; }
          .aboutbox-con .aboutbox .conbox .tit span i {
            font-style: normal;
            font-weight: lighter; }
      .aboutbox-con .aboutbox .conbox .con {
        margin-top: 20px;
        border: 5px solid #fff;
        padding: 35px;
        font-size: 15px; }
        @media screen and (min-width: 991px) {
          .aboutbox-con .aboutbox .conbox .con {
            padding: 35px 35px 35px 130px; } }
        .aboutbox-con .aboutbox .conbox .con .cn {
          line-height: 30px;
          height: 180px;
          overflow: hidden; }
        .aboutbox-con .aboutbox .conbox .con .morebtn {
          margin-top: 25px; }
          .aboutbox-con .aboutbox .conbox .con .morebtn a {
            text-decoration: none;
            display: block;
            width: 130px;
            height: 40px;
            background: #000;
            color: #fff;
            line-height: 40px;
            text-align: center;
            transition: all .3s; }
            .aboutbox-con .aboutbox .conbox .con .morebtn a:hover {
              background: #fff;
              color: #222; }

.newsbox-con .listbox {
  padding: 0 10px 20px; }
@media screen and (min-width: 991px){
  .newsbox-con .listbox {
    padding: 0 10px; }
}
  .newsbox-con .listbox .titlebox {
    overflow: hidden; }
    .newsbox-con .listbox .titlebox .icon {
      float: left;
      width: 60px; }
    .newsbox-con .listbox .titlebox .con {
      float: left;
      width: calc(100% - 60px); }
      .newsbox-con .listbox .titlebox .con .tit {
        padding-left: 10px;
        overflow: hidden; }
        .newsbox-con .listbox .titlebox .con .tit span {
          float: left;
          font-size: 24px;
          font-weight: bold;
          color: #000;
          margin-top: -7px; }
        .newsbox-con .listbox .titlebox .con .tit a {
          float: right; }
      .newsbox-con .listbox .titlebox .con .line {
        width: 100%;
        height: 1px;
        background: #cc352e;
        position: relative;
        margin: 5px 0; }
        .newsbox-con .listbox .titlebox .con .line:before {
          content: '';
          position: absolute;
          top: 5px;
          left: 0;
          width: 90%;
          height: 1px;
          background: #cc352e; }
      .newsbox-con .listbox .titlebox .con .entit {
        margin-top: 10px;
        padding-left: 10px;
        font-size: 14px;
        color: #000;
        font-family: "Aparajita";
        text-transform: uppercase; }
  .newsbox-con .listbox .box {
    margin-top: 15px; }
    .newsbox-con .listbox .box .bnlist {
      border-bottom: 1px solid #eee; }
      .newsbox-con .listbox .box .bnlist a {
        text-decoration: none;
        display: block; }
        .newsbox-con .listbox .box .bnlist a:hover .picbox .imgbox {
          transform: scale(1.2); }
        .newsbox-con .listbox .box .bnlist a .picbox {
          border: 1px solid #eee;
          padding: 10px;
          overflow: hidden; }
          .newsbox-con .listbox .box .bnlist a .picbox .imgbox {
            overflow: hidden;
            transition: all 1s; }
            .newsbox-con .listbox .box .bnlist a .picbox .imgbox img {
              max-width: 100%;
              max-height: 100%; }
        .newsbox-con .listbox .box .bnlist a .conbox {
          padding: 15px; }
          .newsbox-con .listbox .box .bnlist a .conbox .title {
            font-size: 17px;
            font-weight: bold;
            color: #000;
            line-height: 25px;
            height: 25px;
            overflow: hidden; }
          .newsbox-con .listbox .box .bnlist a .conbox .time {
            font-size: 12px;
            color: #999;
            font-family: "Arial";
            line-height: 20px;
            height: 20px;
            overflow: hidden;
            margin: 5px 0; }
          .newsbox-con .listbox .box .bnlist a .conbox .con {
            font-size: 14px;
            color: #000;
            line-height: 25px;
            height: 50px;
            overflow: hidden; }
    .newsbox-con .listbox .box .listbox {
      margin-top: 15px; }
      .newsbox-con .listbox .box .listbox .list {
        overflow: hidden;
        margin-bottom: 5px; }
        .newsbox-con .listbox .box .listbox .list a {
          text-decoration: none;
          display: block;
          overflow: hidden;
          font-size: 14px;
          color: #000;
          line-height: 25px;
          height: 25px;
          transition: all .3s; }
          .newsbox-con .listbox .box .listbox .list a:hover {
            color: #cc352e; }
          .newsbox-con .listbox .box .listbox .list a i {
            float: left;
            font-style: normal;
            font-size: 12px;
            width: 15px;
            transform: scale(0.7); }
          .newsbox-con .listbox .box .listbox .list a span {
            float: left;
            width: calc(100% - 15px); }

.casebox-con .casebox-carousel {
  width: 100% !important;
  margin-left: auto;
  margin-right: auto; }
.casebox-con .owl-theme .owl-controls {
  margin-top: 0; }
  .casebox-con .owl-theme .owl-controls .owl-buttons .owl-prev, .casebox-con .owl-theme .owl-controls .owl-buttons .owl-next {
    position: absolute;
    left: -75px;
    top: 35%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #212121;
    color: #fff;
    font-size: 30px;
    font-family: "黑体";
    opacity: 1;
    border-radius: 0;
    padding: 0;
    margin: 0;
    transition: all .3s; }
    .casebox-con .owl-theme .owl-controls .owl-buttons .owl-prev:hover, .casebox-con .owl-theme .owl-controls .owl-buttons .owl-next:hover {
      background: #cc352e; }
  .casebox-con .owl-theme .owl-controls .owl-buttons .owl-next {
    left: auto;
    right: -75px; }
.casebox-con .list {
  padding: 0 10px 20px; }
  .casebox-con .list a {
    text-decoration: none;
    display: block;
    text-align: center;
    color: #000;
    font-size: 15px; }
    .casebox-con .list a:hover {
      color: #cc352e;
      font-weight: bold; }
      .casebox-con .list a:hover .picbox {
        border-color: #cc352e; }
        .casebox-con .list a:hover .picbox .imgbox {
          transform: scale(1.2); }
    .casebox-con .list a .picbox {
      overflow: hidden;
      border: 1px solid #ddd;
      background: #fff;
      padding: 5px;
      transition: all .3s; }
      .casebox-con .list a .picbox .imgbox {
        overflow: hidden;
        transition: all .3s; }
        .casebox-con .list a .picbox .imgbox img {
          max-height: 100%;
          max-width: 100%; }
    .casebox-con .list a .conbox {
      margin-top: 10px;
      line-height: 30px;
      height: 30px;
      overflow: hidden; }

.news-con .nlist {
  margin-bottom: 25px; }
  .news-con .nlist a {
    text-decoration: none;
    display: block;
    background: #fff;
    border: 1px solid #eee;
    padding: 20px;
    overflow: hidden;
    transition: all .3s;
    box-shadow: 0 5px 10px #eee; }
    @media screen and (max-width: 990px) {
      .news-con .nlist a {
        padding: 10px; } }
    .news-con .nlist a:hover .conbox .morebtn {
      background: #cc352e;
      color: #fff; }
    .news-con .nlist a .picbox {
      float: left;
      width: 215px; }
      @media screen and (max-width: 990px) {
        .news-con .nlist a .picbox {
          width: 120px; } }
    .news-con .nlist a .conbox {
      float: right;
      width: calc(100% - 250px); }
      @media screen and (max-width: 990px) {
        .news-con .nlist a .conbox {
          width: calc(100% - 135px); } }
      .news-con .nlist a .conbox .title {
        margin-top: 5px;
        font-size: 18px;
        color: #262626;
        line-height: 30px;
        height: 30px;
        overflow: hidden;
        font-weight: bold; }
      .news-con .nlist a .conbox .time {
        font-size: 12px;
        margin-top: 8px;
        color: #b1b1b1; }
      .news-con .nlist a .conbox .con {
        margin-top: 10px;
        font-size: 14px;
        color: #000;
        line-height: 25px;
        height: 75px;
        overflow: hidden; }
      .news-con .nlist a .conbox .morebtn {
        margin-top: 15px;
        font-size: 12px;
        color: #3f3f3f;
        border-radius: 30px;
        border: 1px solid #ddd;
        width: 95px;
        height: 30px;
        line-height: 28px;
        text-align: center;
        transition: all .3s; }
        .news-con .nlist a .conbox .morebtn span {
          margin: 0 3px; }

.about-con {
  font-size: 15px;
  line-height: 30px;
  color: #000; }
  .about-con img {
    max-width: 100%; }
  .about-con .picbox {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px; }
    .about-con .picbox img {
      max-width: 100%; }
  .about-con .mappic {
    margin-top: 20px; }
    .about-con .mappic img {
      max-width: 100%; }

.product-con .plist {
  padding: 0 10px 20px; }
  .product-con .plist .ppbox {
    background: #fff;
    transition: all .3s; }
    .product-con .plist .ppbox:hover {
      background: #00aaff; }
      .product-con .plist .ppbox:hover .picbox .pbox .showcn {
        top: 0; }
      .product-con .plist .ppbox:hover .conbox .tit {
        color: #fff; }
      .product-con .plist .ppbox:hover .conbox .con {
        color: #fff;
        opacity: .7; }
    .product-con .plist .ppbox .picbox {
      position: relative;
      overflow: hidden;
      padding: 20px; }
      .product-con .plist .ppbox .picbox .pbox {
        position: relative;
        overflow: hidden; }
        .product-con .plist .ppbox .picbox .pbox .showcn {
          position: absolute;
          top: 800px;
          left: 0;
          width: 100%;
          height: 100%;
          background: rgba(0, 0, 0, 0.8);
          color: #fff;
          display: -webkit-flex;
          -webkit-align-items: center;
          display: flex;
          align-items: center;
          justify-content: center;
          text-align: center;
          transition: all .3s; }
          @media screen and (max-width: 990px) {
            .product-con .plist .ppbox .picbox .pbox .showcn {
              top: 0; } }
          .product-con .plist .ppbox .picbox .pbox .showcn .titbox {
            color: #fff;
            font-size: 20px;
            font-weight: bold; }
            .product-con .plist .ppbox .picbox .pbox .showcn .titbox span {
              margin-top: 5px;
              display: block;
              font-weight: normal;
              font-size: 12px;
              opacity: .3;
              text-transform: uppercase; }
              @media screen and (max-width: 990px) {
                .product-con .plist .ppbox .picbox .pbox .showcn .titbox span {
                  display: none; } }
          .product-con .plist .ppbox .picbox .pbox .showcn .btnbox {
            margin-top: 20px;
            display: flex;
            display: -webkit-flex;
            flex-wrap: wrap;
            -webkit-flex-wrap: wrap;
            justify-content: center;
            -webkit-justify-content: center; }
            .product-con .plist .ppbox .picbox .pbox .showcn .btnbox a {
              text-decoration: none;
              border: 1px solid #fff;
              color: #fff;
              font-size: 14px;
              height: 37px;
              line-height: 35px;
              padding: 0 15px;
              transition: all .3s; }
              .product-con .plist .ppbox .picbox .pbox .showcn .btnbox a:hover {
                background: #00aaff;
                color: #fff; }
              .product-con .plist .ppbox .picbox .pbox .showcn .btnbox a:first-child {
                background: #fff;
                color: #333; }
                .product-con .plist .ppbox .picbox .pbox .showcn .btnbox a:first-child:hover {
                  background: #00aaff;
                  color: #fff; }
    .product-con .plist .ppbox .conbox {
      border-top: 1px solid #eee;
      padding: 20px;
      text-align: center; }
      .product-con .plist .ppbox .conbox a {
        text-decoration: none;
        display: block; }
      .product-con .plist .ppbox .conbox .tit {
        font-size: 18px;
        color: #000;
        line-height: 25px;
        height: 25px;
        overflow: hidden; }
      .product-con .plist .ppbox .conbox .con {
        margin-top: 5px;
        color: #666;
        font-size: 13px;
        line-height: 20px;
        height: 20px;
        overflow: hidden; }

.messagebox-con .mbox .inputlist {
  margin-bottom: 10px; }
  .messagebox-con .mbox .inputlist:first-child {
    float: left;
    width: 49%; }
    @media screen and (max-width: 990px) {
      .messagebox-con .mbox .inputlist:first-child {
        width: 100%; } }
  .messagebox-con .mbox .inputlist:nth-child(2) {
    float: right;
    width: 49%; }
    @media screen and (max-width: 990px) {
      .messagebox-con .mbox .inputlist:nth-child(2) {
        width: 100%; } }
  .messagebox-con .mbox .inputlist .textbox1 {
    background: #f3f3f3;
    border: 1px solid #e2e2e2;
    outline: none;
    height: 40px;
    width: 100%;
    color: #000;
    font-size: 14px;
    padding: 0 10px; }
  .messagebox-con .mbox .inputlist .textbox2 {
    background: #f3f3f3;
    border: 1px solid #e2e2e2;
    outline: none;
    height: 120px;
    width: 100%;
    color: #000;
    font-size: 14px;
    padding: 10px; }
  .messagebox-con .mbox .inputlist .submitbtn {
    background: #cc352e;
    color: #fff;
    font-size: 14px;
    height: 40px;
    width: 100%;
    border: none;
    outline: none;
    transition: all .3s; }
    .messagebox-con .mbox .inputlist .submitbtn:hover {
      background: #791f1b; }

.downloadbox-con .list {
  border-bottom: 1px dashed #d2d2d2;
  padding-bottom: 10px;
  margin-bottom: 10px; }
  .downloadbox-con .list a {
    text-decoration: none;
    display: block;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    color: #000;
    font-size: 14px;
    transition: all .3s; }
    .downloadbox-con .list a:hover {
      color: #cc352e; }
    .downloadbox-con .list a i {
      display: inline-block;
      float: left;
      width: 20px; }
    .downloadbox-con .list a span {
      float: left;
      display: inline-block;
      width: calc(100% - 70px); }
      .downloadbox-con .list a span:nth-child(3) {
        float: right;
        width: 50px;
        text-align: right; }

.title-posit {
  border-bottom: 1px solid #eee;
  overflow: hidden; }
  .title-posit .tp {
    overflow: hidden;
    line-height: 60px;
    height: 60px; }
    .title-posit .tp .title {
      color: #000;
      font-size: 18px;
      float: left;
      font-weight: bold; }
    .title-posit .tp .posit {
      float: right;
      font-size: 14px;
      color: #000; }
      .title-posit .tp .posit a {
        text-decoration: none;
        display: inline-block;
        color: #000; }
        .title-posit .tp .posit a:hover {
          color: #ea4f17; }

.w-title-posit .title {
  font-size: 26px;
  color: #333;
  text-transform: uppercase; }
  .w-title-posit .title span {
    display: block;
    font-size: 20px; }
.w-title-posit .line-wrap {
  margin-top: 10px;
  border-top: 1px solid #ddd;
  text-align: center; }
  .w-title-posit .line-wrap .line {
    margin-top: 15px;
    display: inline-block;
    width: 90px;
    height: 3px;
    background: #cc352e;
    position: relative;
    top: -17px; }

.contact-con .conbox {
  font-size: 16px;
  line-height: 40px; }
.contact-con .mappic {
  margin-top: 20px; }
  .contact-con .mappic img {
    max-width: 100%; }

.news-details-con img {
  max-width: 100%; }
.news-details-con .tit {
  text-align: center;
  color: #000;
  font-weight: bold;
  font-size: 18px; }
.news-details-con .timebox {
  text-align: center;
  font-size: 14px;
  color: #666;
  margin: 10px 0 0; }
.news-details-con .con {
  margin-top: 10px;
  color: #636363;
  font-size: 14px;
  margin-bottom: 0;
  line-height: 30px; }

.product-details-con {
  font-size: 15px;
  color: #000;
  line-height: 30px; }
  .product-details-con img {
    max-width: 100%; }
  .product-details-con .picbox {
    text-align: center;
    margin: 10px 0; }
    .product-details-con .picbox img {
      max-width: 100%; }

.topbar-wrap {
  border-bottom: 1px solid #eee;
  height: 45px;
  line-height: 39px;
  font-size: 12px;
  color: #888;
  border-top: 6px solid #cc352e;
  box-sizing: border-box; }
.topbar-wrap .tlt span{
  font-weight: bold;
  color: #000;
}
  .topbar-wrap .trt {
    border-top: 6px solid #222;
    margin-top: -6px;
    position: relative;
    z-index: 10; }
    .topbar-wrap .trt:before {
      content: '';
      position: absolute;
      left: 100%;
      top: -6px;
      height: 6px;
      width: 1000%;
      background: #222; }
    .topbar-wrap .trt a {
      text-decoration: none;
      display: inline-block;
      font-size: 12px;
      color: #888;
      height: 22px;
      line-height: 22px;
      padding: 0 10px;
      border-radius: 22px;
      transition: all .3s; }
      .topbar-wrap .trt a:hover {
        background: #cc352e;
        color: #fff; }
    .topbar-wrap .trt span {
      color: #eee; }
  .topbar-wrap .top-ewm {
    position: relative; }
  .topbar-wrap .topEwm {
    display: none;
    position: absolute;
    top: 35px;
    left: 0;
    width: 150px;
    border: 8px solid #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3); }
    .topbar-wrap .topEwm img {
      max-width: 100%; }

.header-wrap .header {
  height: 125px; }
  @media screen and (max-width: 990px) {
    .header-wrap .header {
      height: 65px; } }
  .header-wrap .header .logo {
    line-height: 125px; }
    @media screen and (max-width: 990px) {
      .header-wrap .header .logo {
        line-height: 65px; } }
    .header-wrap .header .logo img {
      max-width: 100%; }
      @media screen and (max-width: 990px) {
        .header-wrap .header .logo img {
          max-width: 70%; } }
  .header-wrap .header .stxt {
    margin-top: 25px;
    border-left: 1px solid #eee;
    padding: 20px 0 20px 15px;
    margin-left: 25px;
    font-size: 17px;
    color: #cc352e;
    font-weight: bold; }
  .header-wrap .header .phonebox {
    margin-top: 35px;
    float: right;
    overflow: hidden; }
    .header-wrap .header .phonebox .icon {
      float: left;
      margin-right: 15px;
      margin-top: 8px; }
    .header-wrap .header .phonebox .ptxt {
      float: left; }
      .header-wrap .header .phonebox .ptxt span {
        display: block;
        font-size: 14px;
        color: #777;
        line-height: 1; }
        .header-wrap .header .phonebox .ptxt span:nth-child(2) {
          font-weight: bold;
          font-size: 31px;
          font-family: "Arial";
          color: #222; }
  @media screen and (max-width: 990px) {
    .header-wrap .header .menu {
      line-height: 65px;
      float: right; } }
  .header-wrap .header .menulist {
    display: none;
    font-size: 14px;
    position: absolute;
    top: 65px;
    right: -10px;
    width: 150px;
    background: #cc352e;
    text-align: center;
    z-index: 10; }
    .header-wrap .header .menulist a {
      display: block;
      line-height: 30px;
      color: #fff; }

.nav-wrap {
  height: 60px;
  background: #cc352e;
  position: relative;
  z-index: 2; }
  .nav-wrap .nav-ul {
    height: 60px;
    border-left: 1px solid rgba(255, 255, 255, 0.2); }
    .nav-wrap .nav-ul .navlist {
      float: left;
      width: 12.5%;
      text-align: center;
      position: relative;
      z-index: 1;
      border-right: 1px solid rgba(255, 255, 255, 0.2);
      height: 60px; }
      .nav-wrap .nav-ul .navlist .listh1 {
        line-height: 60px;
        display: block;
        color: #fff;
        font-size: 15px;
        text-decoration: none;
        font-weight: bold;
        text-transform: uppercase;
        transition: all .3s; }
        .nav-wrap .nav-ul .navlist .listh1:hover, .nav-wrap .nav-ul .navlist .listh1.on {
          background: #222; }
      .nav-wrap .nav-ul .navlist .list2-ul {
        position: absolute;
        top: 60px;
        left: 0;
        display: none;
        background: #fff;
        width: 180px; }
        .nav-wrap .nav-ul .navlist .list2-ul .list {
          line-height: 35px;
          position: relative; }
          .nav-wrap .nav-ul .navlist .list2-ul .list a {
            display: block;
            text-decoration: none;
            color: #222;
            font-size: 14px; }
            .nav-wrap .nav-ul .navlist .list2-ul .list a:hover, .nav-wrap .nav-ul .navlist .list2-ul .list a.on {
              background: #cc352e;
              color: #fff; }
          .nav-wrap .nav-ul .navlist .list2-ul .list .list3-ul {
            display: none;
            width: 150px;
            background: rgba(0, 0, 0, 0.5);
            position: absolute;
            left: 100%;
            top: 0; }
            .nav-wrap .nav-ul .navlist .list2-ul .list .list3-ul .list2 a {
              color: #fff;
              font-size: 14px; }

.banner-wrap {
  position: relative; }
  .banner-wrap .banner-carousel {
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
    .banner-wrap .banner-carousel .item {
      display: block; }
    .banner-wrap .banner-carousel img {
      max-width: 100%; }
  .banner-wrap .owl-theme .owl-controls {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
    z-index: 15; }
    .banner-wrap .owl-theme .owl-controls .owl-page {
      margin: 0 3px; }
      .banner-wrap .owl-theme .owl-controls .owl-page span {
        opacity: 1;
        background: #fff;
        border-radius: 0;
        width: 40px;
        height: 3px;
        margin: 0;
        padding: 0; }
    .banner-wrap .owl-theme .owl-controls .owl-page:hover span {
      background: #cc352e; }
    .banner-wrap .owl-theme .owl-controls .owl-page.active span {
      background: #cc352e; }
  .banner-wrap .wbanner-carousel img {
    width: 100%; }

.searchbox-wrap {
  overflow: hidden;
  padding: 30px 0;
  background: #f8f8f8;
  border-bottom: 1px solid #eee; }
  @media screen and (max-width: 990px) {
    .searchbox-wrap {
      padding: 5px 0; } }
  .searchbox-wrap .s1box {
    float: left;
    width: 365px;
    padding-right: 40px;
    text-align: center;
    border-right: 1px solid #ddd; }
    .searchbox-wrap .s1box .s1 {
      font-size: 24px;
      color: #1f1f1f;
      font-weight: bold; }
    .searchbox-wrap .s1box .s2 {
      margin-top: 5px;
      font-size: 15px;
      height: 27px;
      color: #555;
      line-height: 27px;
      background: url(../images/searchbox-line1.png) no-repeat center center; }
  .searchbox-wrap .s2box {
    float: left;
    width: calc(100% - 660px);
    padding: 0 55px;
    border-right: 1px solid #fff; }
    @media screen and (max-width: 990px) {
      .searchbox-wrap .s2box {
        width: 100%;
        padding: 0 10px;
        border-right: none; } }
    .searchbox-wrap .s2box .s1 {
      position: relative; }
      .searchbox-wrap .s2box .s1 .textbox1 {
        width: 100%;
        height: 37px;
        border: none;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        font-size: 12px;
        color: #666;
        background: none;
        outline: none; }
      .searchbox-wrap .s2box .s1 .submitbtn {
        position: absolute;
        right: 0;
        top: 8px;
        background: url(../images/searchbox-icon1.png) no-repeat;
        width: 21px;
        height: 19px;
        border: none;
        outline: none; }
    .searchbox-wrap .s2box .s2 {
      line-height: 35px;
      height: 35px;
      overflow: hidden;
      font-size: 14px;
      color: #5f5f5f; }
      .searchbox-wrap .s2box .s2 span {
        float: left; }
      .searchbox-wrap .s2box .s2 a {
        display: inline-block;
        margin-left: 10px;
        float: left;
        color: #5f5f5f; }
  .searchbox-wrap .s3box {
    float: right;
    width: 290px;
    border-left: 1px solid #ddd;
    padding-left: 20px; }
    @media screen and (max-width: 990px) {
      .searchbox-wrap .s3box {
        display: none; } }
    .searchbox-wrap .s3box .s1 {
      font-size: 14px;
      color: #5f5f5f;
      overflow: hidden; }
      .searchbox-wrap .s3box .s1 span {
        float: left; }
      .searchbox-wrap .s3box .s1 i {
        float: left; }
    .searchbox-wrap .s3box .s2 {
      font-size: 30px;
      font-weight: bold;
      color: #1e1e1e;
      font-family: " arial";
      letter-spacing: -1px; }

.content-wrap .w-ltside .mb {
  margin-bottom: 20px; }
  .content-wrap .w-ltside .mb .tit-show .title {
    display: block;
    height: 45px;
    line-height: 45px;
    background: #222;
    background-size: cover;
    overflow: hidden;
    font-family: '微软雅黑';
    font-size: 16px;
    color: #fff;
    text-indent: 1em;
    cursor: pointer;
    position: relative; }
    .content-wrap .w-ltside .mb .tit-show .title:before {
      content: '';
      position: absolute;
      right: 10px;
      top: 20px;
      background: url(../images/show-arrow.png) no-repeat;
      width: 14px;
      height: 9px; }
    .content-wrap .w-ltside .mb .tit-show .title .arrow {
      float: right;
      margin-right: 15px; }
    .content-wrap .w-ltside .mb .tit-show .title .icon {
      margin-right: 10px; }
.content-wrap .w-ltside .show-hide {
  display: none;
  overflow: hidden;
  width: 100%; }
  .content-wrap .w-ltside .show-hide .div2 {
    display: block;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
    background: #eee;
    color: #707070;
    font-size: 14px;
    text-align: center;
    border-bottom: 1px solid #fff; }
    .content-wrap .w-ltside .show-hide .div2 a {
      display: block;
      color: #707070;
      text-decoration: none; }
    .content-wrap .w-ltside .show-hide .div2:hover a {
      background: #cc352e;
      color: #fff; }
  .content-wrap .w-ltside .show-hide .div3 {
    display: none; }
    .content-wrap .w-ltside .show-hide .div3 ul {
      margin: 0;
      padding: 0; }
      .content-wrap .w-ltside .show-hide .div3 ul li {
        display: block;
        height: 34px;
        line-height: 34px;
        list-style: none;
        text-align: center;
        background: #fff;
        overflow: hidden;
        border-bottom: 1px solid #eee; }
        .content-wrap .w-ltside .show-hide .div3 ul li a {
          text-decoration: none;
          display: block;
          overflow: hidden;
          color: #666; }
          .content-wrap .w-ltside .show-hide .div3 ul li a:hover {
            color: #cc352e; }
.content-wrap .ltside .linkbox .title-arrow {
  border-top: 5px solid #393939;
  background: #222;
  color: #fff;
  height: 80px;
  padding-left: 25px;
  line-height: 75px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold; }
  .content-wrap .ltside .linkbox .title-arrow .tit span {
    font-weight: normal;
    font-size: 12px;
    font-family: "Arial"; }
.content-wrap .ltside .linkbox .link-wrap {
  margin-top: 5px; }
  .content-wrap .ltside .linkbox .link-wrap .lbox {
    margin-bottom: 5px; }
    .content-wrap .ltside .linkbox .link-wrap .lbox .list {
      background: #e5e5e5;
      display: block;
      height: 40px;
      line-height: 40px;
      font-size: 14px;
      text-decoration: none;
      color: #000;
      overflow: hidden;
      position: relative;
      z-index: 10;
      text-transform: uppercase;
      padding: 0 20px; }
      .content-wrap .ltside .linkbox .link-wrap .lbox .list:hover {
        background: #cc352e;
        color: #fff; }
      .content-wrap .ltside .linkbox .link-wrap .lbox .list.on1 {
        background: #cc352e;
        color: #fff; }
        .content-wrap .ltside .linkbox .link-wrap .lbox .list.on1 .arrow img {
          transform: rotate(90deg); }
      .content-wrap .ltside .linkbox .link-wrap .lbox .list:before {
        content: '';
        position: absolute;
        top: 2%;
        left: .5%;
        width: 99%;
        height: 96%;
        border: 1px solid #fff; }
      .content-wrap .ltside .linkbox .link-wrap .lbox .list .tit {
        float: left;
        width: calc(100% - 40px); }
      .content-wrap .ltside .linkbox .link-wrap .lbox .list .arrow {
        float: left;
        width: 40px;
        color: #b1b1b1; }
    .content-wrap .ltside .linkbox .link-wrap .lbox .list2 {
      display: none;
      padding: 0 15px; }
      .content-wrap .ltside .linkbox .link-wrap .lbox .list2 ul li {
        border-bottom: 1px dashed #ddd; }
        .content-wrap .ltside .linkbox .link-wrap .lbox .list2 ul li a {
          padding-left: 20px;
          display: block;
          height: 40px;
          text-align: left;
          color: #000;
          line-height: 40px;
          font-size: 14px;
          text-decoration: none;
          overflow: hidden; }
          .content-wrap .ltside .linkbox .link-wrap .lbox .list2 ul li a:hover {
            color: #cc352e; }
          .content-wrap .ltside .linkbox .link-wrap .lbox .list2 ul li a i {
            font-style: normal;
            float: left;
            width: 10%; }
          .content-wrap .ltside .linkbox .link-wrap .lbox .list2 ul li a span {
            float: left;
            width: 80%; }
.content-wrap .ltside .contactbox {
  margin-top: 30px; }
  .content-wrap .ltside .contactbox .title-arrow {
    background: #222;
    color: #fff;
    height: 80px;
    padding-left: 25px;
    line-height: 75px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold; }
    .content-wrap .ltside .contactbox .title-arrow .tit span {
      font-weight: normal;
      font-size: 12px;
      font-family: "Arial"; }
  .content-wrap .ltside .contactbox .cbox {
    margin-top: 5px;
    font-size: 14px;
    color: #222;
    background: #fff;
    border: 1px solid #ddd; }
    .content-wrap .ltside .contactbox .cbox .phonebox {
      border-bottom: 1px solid #eee;
      padding: 15px 25px;
      overflow: hidden; }
      .content-wrap .ltside .contactbox .cbox .phonebox .icon {
        margin-top: 10px;
        float: left;
        width: 50px; }
      .content-wrap .ltside .contactbox .cbox .phonebox .ptxt {
        float: left;
        width: calc(100% - 50px);
        font-size: 14px;
        color: #000; }
        .content-wrap .ltside .contactbox .cbox .phonebox .ptxt span {
          display: block; }
          .content-wrap .ltside .contactbox .cbox .phonebox .ptxt span:nth-child(2) {
            font-size: 24px;
            color: #cc352e;
            font-family: "Arial";
            font-weight: bold; }
    .content-wrap .ltside .contactbox .cbox .con {
      padding: 20px;
      font-size: 14px;
      line-height: 25px; }
      .content-wrap .ltside .contactbox .cbox .con span {
        font-size: 15px;
        font-weight: bold; }
.content-wrap .p-ltside .linkbox .title-arrow {
  background: #cc352e;
  color: #fff;
  height: 70px;
  padding-left: 45px;
  line-height: 70px;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: bold;
  position: relative; }
  .content-wrap .p-ltside .linkbox .title-arrow:before {
    content: '';
    position: absolute;
    left: 20px;
    top: 25px;
    width: 5px;
    height: 22px;
    background: #fff; }
  .content-wrap .p-ltside .linkbox .title-arrow .tit span {
    font-weight: normal;
    font-size: 12px;
    font-family: "Arial"; }
.content-wrap .p-ltside .linkbox .link-wrap {
  margin-top: 5px; }
  .content-wrap .p-ltside .linkbox .link-wrap .lbox {
    margin-bottom: 5px; }
    .content-wrap .p-ltside .linkbox .link-wrap .lbox .list {
      border: 1px solid #eee;
      display: block;
      height: 40px;
      line-height: 38px;
      font-size: 15px;
      text-decoration: none;
      color: #000;
      font-weight: bold;
      overflow: hidden;
      position: relative;
      z-index: 10;
      text-transform: uppercase;
      padding: 0 20px; }
      .content-wrap .p-ltside .linkbox .link-wrap .lbox .list:hover, .content-wrap .p-ltside .linkbox .link-wrap .lbox .list.on1 {
        border-color: #cc352e;
        color: #cc352e; }
        .content-wrap .p-ltside .linkbox .link-wrap .lbox .list:hover .arrow, .content-wrap .p-ltside .linkbox .link-wrap .lbox .list.on1 .arrow {
          color: #cc352e; }
      .content-wrap .p-ltside .linkbox .link-wrap .lbox .list .tit {
        float: left;
        width: calc(100% - 20px); }
      .content-wrap .p-ltside .linkbox .link-wrap .lbox .list .arrow {
        float: left;
        width: 20px;
        color: #727272; }
    .content-wrap .p-ltside .linkbox .link-wrap .lbox .list2 {
      display: none;
      padding: 8px 0; }
      .content-wrap .p-ltside .linkbox .link-wrap .lbox .list2 ul li a {
        padding-left: 40px;
        display: block;
        height: 30px;
        text-align: left;
        color: #000;
        line-height: 30px;
        font-size: 14px;
        text-decoration: none;
        overflow: hidden; }
        .content-wrap .p-ltside .linkbox .link-wrap .lbox .list2 ul li a:hover {
          color: #cc352e; }
          .content-wrap .p-ltside .linkbox .link-wrap .lbox .list2 ul li a:hover i img {
            -webkit-filter: grayscale(0);
            filter: grayscale(0); }
        .content-wrap .p-ltside .linkbox .link-wrap .lbox .list2 ul li a i {
          font-style: normal;
          float: left;
          width: 22px; }
          .content-wrap .p-ltside .linkbox .link-wrap .lbox .list2 ul li a i img {
            -webkit-filter: grayscale(100);
            filter: grayscale(100); }
        .content-wrap .p-ltside .linkbox .link-wrap .lbox .list2 ul li a span {
          float: left;
          width: calc(100% - 22px); }
.content-wrap .p-ltside .contactbox {
  margin-top: 10px;
  border: 1px solid #eee;
  padding: 5px; }
  .content-wrap .p-ltside .contactbox img {
    width: 100%; }

@media screen and (max-width: 990px) {
  .footer-wrap {
    margin-bottom: 75px; } }
.footer-wrap .footer .f1box {
  background: #f5f5f5;
  padding: 45px 0 25px;
  color: #555;
  overflow: hidden; }
  .footer-wrap .footer .f1box .listbox {
    float: left;
    display: inline-block;
    width: 47%;
    overflow: hidden; }
    .footer-wrap .footer .f1box .listbox:nth-child(2) {
      width: 35%;
      border-left: 1px solid #e4e4e4;
      border-right: 1px solid #e4e4e4;
      height: 190px;
      padding-left: 55px; }
    .footer-wrap .footer .f1box .listbox:nth-child(3) {
      width: 18%; }
    .footer-wrap .footer .f1box .listbox .lbox {
      float: left;
      width: 25%; }
      .footer-wrap .footer .f1box .listbox .lbox .tit {
        color: #000;
        font-size: 18px;
        font-weight: bold; }
      .footer-wrap .footer .f1box .listbox .lbox .line {
        margin: 15px 0;
        width: 30px;
        height: 1px;
        background: #d0d0d0; }
      .footer-wrap .footer .f1box .listbox .lbox .con .list {
        margin-bottom: 8px; }
        .footer-wrap .footer .f1box .listbox .lbox .con .list a {
          display: block;
          color: #555; }
    .footer-wrap .footer .f1box .listbox .cconbox .phone {
      color: #000;
      font-size: 34px;
      font-family: "Impact"; }
    .footer-wrap .footer .f1box .listbox .cconbox .titbox {
      margin-top: 15px;
      color: #000; }
      .footer-wrap .footer .f1box .listbox .cconbox .titbox span {
        display: block; }
        .footer-wrap .footer .f1box .listbox .cconbox .titbox span:nth-child(2) {
          opacity: .5; }
    .footer-wrap .footer .f1box .listbox .cconbox .ccon {
      margin-top: 15px;
      font-size: 14px;
      line-height: 28px; }
    .footer-wrap .footer .f1box .listbox .ewmbox {
      float: right; }
      .footer-wrap .footer .f1box .listbox .ewmbox .pic img {
        width: 140px; }
      .footer-wrap .footer .f1box .listbox .ewmbox .con {
        margin-top: 12px;
        color: #000;
        text-align: center; }
        .footer-wrap .footer .f1box .listbox .ewmbox .con span {
          display: block; }
.footer-wrap .footer .f2box {
  background: #cc352e;
  font-size: 14px;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  text-transform: uppercase; }
.footer-wrap .footer .f3box {
  background: url(../images/adboxbg.jpg) no-repeat center center;
  background-size: cover;
  height: 230px;
  color: #fff; }
  .footer-wrap .footer .f3box .t1box {
    margin-top: 55px;
    float: left;
    margin-right: 20px; }
    .footer-wrap .footer .f3box .t1box .t1 {
      font-size: 32px;
      font-weight: bold;
      line-height: 40px;
      height: 40px;
      overflow: hidden; }
    .footer-wrap .footer .f3box .t1box .t2 {
      margin-top: 3px;
      font-size: 12px;
      color: #777;
      font-family: "Arial";
      text-transform: uppercase;
      letter-spacing: -.5px; }
    .footer-wrap .footer .f3box .t1box .t3 {
      margin-top: 8px;
      background: #cc352e;
      font-size: 13px;
      line-height: 45px;
      padding: 0 15px; }
  .footer-wrap .footer .f3box .t2box {
    float: left;
    width: 265px; }
    .footer-wrap .footer .f3box .t2box img {
      margin-top: -25px;
      max-width: 100%; }
  .footer-wrap .footer .f3box .t3box {
    margin-top: 85px;
    float: left;
    overflow: hidden; }
    .footer-wrap .footer .f3box .t3box .icon {
      float: left;
      margin-right: 10px;
      margin-top: 22px; }
    .footer-wrap .footer .f3box .t3box .txt {
      float: left;
      font-size: 14px; }
      .footer-wrap .footer .f3box .t3box .txt span {
        display: block; }
        .footer-wrap .footer .f3box .t3box .txt span:nth-child(2) {
          font-size: 30px;
          font-weight: bold;
          font-family: "Arial";
          line-height: 1; }

.hot-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75px;
  background: #292929;
  z-index: 999; }
  .hot-wrap .list {
    height: 75px;
    width: 33.33%;
    float: left;
    display: block; }
    .hot-wrap .list.hot-ewm {
      position: relative; }
      .hot-wrap .list.hot-ewm .ewmbox {
        position: absolute;
        bottom: 75px;
        right: 0;
        display: none;
        width: 120px;
        background: rgba(0, 0, 0, 0.8);
        padding: 15px; }
        .hot-wrap .list.hot-ewm .ewmbox img {
          width: 100%; }
    .hot-wrap .list:hover {
      background: #191919; }
    .hot-wrap .list a {
      text-decoration: none;
      display: block;
      text-align: center; }
      .hot-wrap .list a i {
        display: block;
        padding-bottom: .2em;
        padding-top: .5em; }
      .hot-wrap .list a span {
        font-size: 1rem;
        color: #fff; }

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