@charset "UTF-8";
@font-face {
  font-family: "hyzy";
  src: url(../fonts/hyzy.ttf);
  font-weight: normal;
  font-style: normal; }
body {
  font-family: "微软雅黑"; }

.container-fluid {
  max-width: 1200px !important;
  margin: 0 auto;
  padding: 0; }

.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; }

.topbar {
  height: 38px;
  line-height: 38px;
  color: #5e5e5e;
  font-size: 1.2rem;
  background: url(../images/topbarbg.jpg) repeat-x;
  overflow: hidden; }
  .topbar .trt {
    color: #5e5e5e; }
    .topbar .trt a {
      color: #5e5e5e;
      font-size: 1.2rem; }
    .topbar .trt span {
      margin: 0 8px; }

.header-wrap .header {
  position: relative; }
  .header-wrap .header .logo {
    line-height: 65px; }
  .header-wrap .header .stxt {
    margin-top: 35px;
    border-left: 1px solid #ccc;
    padding-left: 10px;
    margin-left: 10px; }
    .header-wrap .header .stxt .stit {
      font-size: 1.6rem;
      color: #8e8e8e;
      margin-bottom: 5px; }
      .header-wrap .header .stxt .stit span {
        color: #ff9e26; }
    .header-wrap .header .stxt .btit {
      font-size: 1.6rem;
      color: #535353; }
  .header-wrap .header .phonetxt {
    margin-top: 30px;
    float: right; }
    .header-wrap .header .phonetxt .icon {
      float: left;
      margin-right: 10px;
      margin-top: 5px; }
    .header-wrap .header .phonetxt .ptxt {
      margin-top: 5px;
      float: left;
      font-size: 1.4rem;
      color: #434343; }
      .header-wrap .header .phonetxt .ptxt span {
        margin-top: -5px;
        display: block;
        font-size: 2.8rem;
        color: #1f88fd;
        font-family: "Impact"; }
  .header-wrap .header .menu {
    line-height: 65px;
    float: right; }
    .header-wrap .header .menu img {
      max-width: 100%; }
  .header-wrap .header .menulist {
    position: absolute;
    top: 65px;
    right: -7px;
    width: 100px;
    display: none;
    z-index: 10;
    background: rgba(0, 0, 0, 0.8); }
    .header-wrap .header .menulist a {
      font-size: 1.4rem;
      font-family: "微软雅黑";
      text-decoration: none;
      color: #fff;
      display: block;
      text-align: center;
      height: 30px;
      line-height: 30px; }
      .header-wrap .header .menulist a:hover {
        background: #000; }

.nav-wrap {
  height: 58px;
  background: #1f88fd; }
  .nav-wrap .nav-ul .navlist {
    position: relative;
    display: inline-block;
    float: left;
    width: 12.5%;
    background: url(../images/navline.jpg) no-repeat right top; }
    .nav-wrap .nav-ul .navlist:first-child .listh1 {
      background: url(../images/navline.jpg) no-repeat left top; }
    .nav-wrap .nav-ul .navlist a.listh1 {
      line-height: 58px;
      text-decoration: none;
      display: block;
      color: #fff;
      text-align: center;
      font-size: 1.6rem;
      font-weight: bold;
      transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s; }
      .nav-wrap .nav-ul .navlist a.listh1:hover, .nav-wrap .nav-ul .navlist a.listh1.on {
        background: #ff9c00; }
    .nav-wrap .nav-ul .navlist .list2-ul {
      position: absolute;
      left: 0;
      top: 58px;
      display: none;
      z-index: 10;
      background: rgba(0, 0, 0, 0.8) !important;
      background: #000;
      filter: alpha(opacity=80);
      width: 100%; }
      .nav-wrap .nav-ul .navlist .list2-ul .list {
        position: relative; }
        .nav-wrap .nav-ul .navlist .list2-ul .list .listh2 {
          text-align: left;
          padding-left: 10px;
          line-height: 35px;
          color: #fff;
          display: block;
          text-decoration: none; }
          .nav-wrap .nav-ul .navlist .list2-ul .list .listh2:hover, .nav-wrap .nav-ul .navlist .list2-ul .list .listh2.on {
            background: #ff9c00; }
        .nav-wrap .nav-ul .navlist .list2-ul .list .list3-ul {
          display: none;
          position: absolute;
          left: 100%;
          top: 0;
          width: 100%;
          background: rgba(0, 0, 0, 0.8) !important;
          background: #000;
          filter: alpha(opacity=80); }
          .nav-wrap .nav-ul .navlist .list2-ul .list .list3-ul .list2 {
            text-align: center; }
            .nav-wrap .nav-ul .navlist .list2-ul .list .list3-ul .list2 a {
              display: block;
              line-height: 35px;
              color: #fff; }

.banner-wrap {
  position: relative; }
  .banner-wrap #owl-demo {
    width: 100% !important;
    margin-left: auto;
    margin-right: auto; }
    .banner-wrap #owl-demo .item {
      display: block; }
    .banner-wrap #owl-demo img {
      display: block;
      width: 100%; }
  .banner-wrap .owl-theme .owl-controls {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center; }
    .banner-wrap .owl-theme .owl-controls.clickable .owl-page span {
      border-radius: 0;
      width: 25px;
      height: 5px;
      opacity: 1;
      background: #fff;
      transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s; }
    .banner-wrap .owl-theme .owl-controls.clickable .owl-page:hover span {
      background: #1f88fd; }
    .banner-wrap .owl-theme .owl-controls .owl-page.active span {
      background: #1f88fd; }
  .banner-wrap .banner .swiper-wrapper .swiper-slide img {
    width: 100%; }

.searchbox-wrap {
  background: #f4f4f4;
  border-bottom: 1px dashed #ccc;
  padding: 10px 0; }
  .searchbox-wrap .slt .tit {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: bold;
    color: #717171;
    float: left; }
  .searchbox-wrap .slt .con {
    margin-left: 10px;
    float: left;
    display: inline-block;
    font-size: 1.4rem;
    color: #717171; }
    .searchbox-wrap .slt .con a {
      display: inline-block;
      color: #717171; }
    .searchbox-wrap .slt .con span {
      margin: 0 20px; }
  .searchbox-wrap .srt {
    margin-top: 10px; }
    .searchbox-wrap .srt .searchtxt {
      float: left;
      width: 200px;
      height: 25px;
      border: 1px solid #ccc;
      padding: 3px 5px 3px 20px;
      font-size: 1.2rem;
      color: #333;
      background: #f4f4f4 url(../images/searchbox-icon1.png) no-repeat 5px 7px;
      outline: none; }
    .searchbox-wrap .srt .submitbtn {
      float: left;
      width: 50px;
      height: 25px;
      border: none;
      background: #1f88fd;
      color: #fff;
      font-size: 1.2rem;
      outline: none; }

.content-wrap .hotpro-wrap {
  padding: 45px 0;
  overflow: hidden; }
  .content-wrap .hotpro-wrap .w-ltside .mb {
    margin-bottom: 20px; }
    .content-wrap .hotpro-wrap .w-ltside .mb .tit-show .title {
      display: block;
      height: 45px;
      line-height: 45px;
      background: #1e8bfd;
      background-size: cover;
      overflow: hidden;
      font-family: '微软雅黑';
      font-size: 16px;
      color: #fff;
      text-indent: 1em;
      cursor: pointer; }
      .content-wrap .hotpro-wrap .w-ltside .mb .tit-show .title .arrow {
        float: right;
        margin-right: 15px; }
      .content-wrap .hotpro-wrap .w-ltside .mb .tit-show .title .icon {
        margin-right: 10px; }
  .content-wrap .hotpro-wrap .w-ltside .show-hide {
    display: none;
    overflow: hidden;
    width: 100%; }
    .content-wrap .hotpro-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 .hotpro-wrap .w-ltside .show-hide .div2 a {
        display: block;
        color: #707070;
        text-decoration: none; }
      .content-wrap .hotpro-wrap .w-ltside .show-hide .div2:hover a {
        background: #1e8bfd;
        color: #fff; }
    .content-wrap .hotpro-wrap .w-ltside .show-hide .div3 {
      display: none; }
      .content-wrap .hotpro-wrap .w-ltside .show-hide .div3 ul {
        margin: 0;
        padding: 0; }
        .content-wrap .hotpro-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 .hotpro-wrap .w-ltside .show-hide .div3 ul li a {
            text-decoration: none;
            display: block;
            overflow: hidden;
            color: #666; }
            .content-wrap .hotpro-wrap .w-ltside .show-hide .div3 ul li a:hover {
              color: #1e8bfd; }
  .content-wrap .hotpro-wrap .ltside .linkbox .titbox {
    background: url(../images/product-ltside-titbg.jpg) repeat-x;
    background-size: 100% 100%;
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-size: 2.2rem;
    text-align: center; }
    .content-wrap .hotpro-wrap .ltside .linkbox .titbox i {
      margin-right: 10px;
      position: relative;
      top: -1px; }
  .content-wrap .hotpro-wrap .ltside .linkbox .lbox {
    border: 1px solid #ddd;
    padding: 5px 5px 10px;
    position: relative;
    z-index: 2; }
    .content-wrap .hotpro-wrap .ltside .linkbox .lbox .lb {
      float: left;
      width: 50%;
      padding: 0 5px 5px; }
    .content-wrap .hotpro-wrap .ltside .linkbox .lbox .list {
      margin-top: 5px;
      display: block;
      text-decoration: none;
      font-size: 1.6rem;
      color: #3c3c3c;
      border: 1px solid #ddd;
      height: 40px;
      line-height: 40px;
      padding-left: 10px;
      padding-right: 10px;
      overflow: hidden;
      background: url(../images/ltside-listbg1.jpg) repeat-x;
      background-size: 100% 100%; }
      .content-wrap .hotpro-wrap .ltside .linkbox .lbox .list:hover {
        background: #066ec5;
        color: #fff; }
        .content-wrap .hotpro-wrap .ltside .linkbox .lbox .list:hover i.arrow img {
          -webkit-filter: brightness(100); }
      .content-wrap .hotpro-wrap .ltside .linkbox .lbox .list.on1 {
        background: #066ec5;
        color: #fff; }
        .content-wrap .hotpro-wrap .ltside .linkbox .lbox .list.on1 i.arrow img {
          -webkit-filter: brightness(100); }
      .content-wrap .hotpro-wrap .ltside .linkbox .lbox .list .arrow {
        margin-top: -2px;
        width: 12px; }
      .content-wrap .hotpro-wrap .ltside .linkbox .lbox .list span {
        float: right;
        width: calc(100% - 20px); }
    .content-wrap .hotpro-wrap .ltside .linkbox .lbox .list2 {
      display: none;
      background: #fff; }
      .content-wrap .hotpro-wrap .ltside .linkbox .lbox .list2 ul li a {
        display: block;
        font-size: 1.4rem;
        color: #474747;
        line-height: 40px;
        height: 40px;
        padding-left: 55px;
        text-decoration: none;
        overflow: hidden;
        border-bottom: 1px dashed #ccc; }
        .content-wrap .hotpro-wrap .ltside .linkbox .lbox .list2 ul li a:hover {
          color: #1e8bfd; }
  .content-wrap .hotpro-wrap .ltside .contactbox {
    border: 1px solid #ddd;
    border-top: none; }
    .content-wrap .hotpro-wrap .ltside .contactbox .pic img {
      width: 100%; }
  .content-wrap .hotpro-wrap .hotpro-con .title-search .titbox .tit i {
    float: left;
    margin-right: 10px; }
  .content-wrap .hotpro-wrap .hotpro-con .title-search .titbox .tit span {
    font-size: 1.8rem;
    color: #1f88fd;
    font-weight: bold; }
    .content-wrap .hotpro-wrap .hotpro-con .title-search .titbox .tit span:nth-child(3) {
      margin-left: 10px;
      font-size: 1.8rem;
      color: #d8d8d8;
      font-family: "Impact";
      text-transform: uppercase;
      font-weight: normal; }
  .content-wrap .hotpro-wrap .hotpro-con .title-search .line-wrap {
    margin-top: 15px;
    height: 1px;
    width: 100%;
    background: #ddd; }
  .content-wrap .hotpro-wrap .hotpro-con .hcon {
    margin-top: 20px; }
    .content-wrap .hotpro-wrap .hotpro-con .hcon .hlist {
      padding: 0 5px 10px; }
      .content-wrap .hotpro-wrap .hotpro-con .hcon .hlist a {
        text-decoration: none;
        display: block;
        border: 1px solid #ddd;
        transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s; }
        .content-wrap .hotpro-wrap .hotpro-con .hcon .hlist a:hover {
          background: #0078d9; }
          .content-wrap .hotpro-wrap .hotpro-con .hcon .hlist a:hover .btit {
            color: #fff; }
        .content-wrap .hotpro-wrap .hotpro-con .hcon .hlist a .btit {
          line-height: 35px;
          height: 35px;
          text-align: center;
          color: #595959;
          font-size: 1.4rem;
          transition: all 0.3s ease 0s;
          -moz-transition: all 0.3s ease 0s;
          -webkit-transition: all 0.3s ease 0s;
          -o-transition: all 0.3s ease 0s; }
.content-wrap .adbox-wrap img {
  max-width: 100%; }
.content-wrap .case-wrap {
  background: url(../images/casebg.jpg) no-repeat center top;
  background-size: cover;
  padding: 95px 0 45px;
  overflow: hidden; }
  .content-wrap .case-wrap .title-line {
    text-align: center; }
    .content-wrap .case-wrap .title-line .entit {
      font-size: 1.8rem;
      color: #a0a0a0;
      font-family: "Aparajita";
      text-transform: uppercase; }
    .content-wrap .case-wrap .title-line .chtit {
      font-size: 3rem;
      color: #393b3d;
      font-family: "hyzy"; }
  .content-wrap .case-wrap .case-con {
    margin-top: 45px; }
    .content-wrap .case-wrap .case-con .case-carousel {
      width: 100% !important;
      margin-left: auto;
      margin-right: auto;
      overflow: visible; }
      .content-wrap .case-wrap .case-con .case-carousel .item {
        display: block;
        margin: 0 10px; }
        .content-wrap .case-wrap .case-con .case-carousel .item .clist {
          margin-bottom: 20px; }
          .content-wrap .case-wrap .case-con .case-carousel .item .clist a {
            text-decoration: none;
            display: block;
            border: 1px solid #ddd;
            background: #fff;
            transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -webkit-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s; }
            .content-wrap .case-wrap .case-con .case-carousel .item .clist a:hover {
              box-shadow: 0 0 20px #ccc; }
              .content-wrap .case-wrap .case-con .case-carousel .item .clist a:hover .picbox .showcn {
                top: 0; }
              .content-wrap .case-wrap .case-con .case-carousel .item .clist a:hover .btit {
                border-bottom: 2px solid #1e84fc; }
            .content-wrap .case-wrap .case-con .case-carousel .item .clist a .picbox {
              padding: 5px;
              border-bottom: 1px solid #ddd;
              position: relative;
              overflow: hidden; }
              .content-wrap .case-wrap .case-con .case-carousel .item .clist a .picbox .showcn {
                position: absolute;
                top: 800px;
                left: 0;
                width: 100%;
                height: 100%;
                background: url(../images/case-fdj.png) no-repeat center center;
                text-align: center;
                padding: 0 20px;
                transition: all 0.3s ease 0s;
                -moz-transition: all 0.3s ease 0s;
                -webkit-transition: all 0.3s ease 0s;
                -o-transition: all 0.3s ease 0s; }
                .content-wrap .case-wrap .case-con .case-carousel .item .clist a .picbox .showcn .stit {
                  margin-top: 28%;
                  color: #fff;
                  font-size: 1.8rem;
                  line-height: 30px;
                  height: 30px;
                  overflow: hidden; }
            .content-wrap .case-wrap .case-con .case-carousel .item .clist a .btit {
              font-size: 1.6rem;
              color: #333;
              line-height: 55px;
              height: 55px;
              overflow: hidden;
              padding: 0 10px;
              text-align: center;
              border-bottom: 2px solid #fff;
              transition: all 0.3s ease 0s;
              -moz-transition: all 0.3s ease 0s;
              -webkit-transition: all 0.3s ease 0s;
              -o-transition: all 0.3s ease 0s; }
    .content-wrap .case-wrap .case-con .owl-theme .owl-controls .owl-buttons .owl-prev {
      position: absolute;
      left: -55px;
      top: 45%;
      padding: 0;
      margin: 0;
      border-radius: 0;
      width: 40px;
      height: 40px;
      line-height: 37px;
      border: 2px solid #ccc;
      background: none;
      color: #6c6c6c;
      opacity: 1;
      font-size: 2.4rem;
      font-family: "黑体";
      transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s; }
      .content-wrap .case-wrap .case-con .owl-theme .owl-controls .owl-buttons .owl-prev:hover {
        background: #0078d9;
        border-color: #0078d9;
        color: #fff; }
    .content-wrap .case-wrap .case-con .owl-theme .owl-controls .owl-buttons .owl-next {
      position: absolute;
      right: -55px;
      top: 45%;
      padding: 0;
      margin: 0;
      border-radius: 0;
      width: 40px;
      height: 40px;
      line-height: 37px;
      border: 2px solid #ccc;
      background: none;
      color: #6c6c6c;
      opacity: 1;
      font-size: 2.4rem;
      font-family: "黑体";
      transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s; }
      .content-wrap .case-wrap .case-con .owl-theme .owl-controls .owl-buttons .owl-next:hover {
        background: #0078d9;
        border-color: #0078d9;
        color: #fff; }
    .content-wrap .case-wrap .case-con .morebtn a {
      margin: 20px auto 0;
      display: block;
      text-decoration: none;
      background: #fff;
      font-size: 1.4rem;
      color: #9d9d9d;
      width: 125px;
      height: 35px;
      line-height: 35px;
      text-align: center;
      border: 1px solid #ddd;
      border-radius: 45px; }
      .content-wrap .case-wrap .case-con .morebtn a:hover {
        background: #0078d9;
        color: #fff; }
.content-wrap .about-wrap {
  padding: 45px 0; }
  .content-wrap .about-wrap .title-line {
    text-align: center; }
    .content-wrap .about-wrap .title-line .entit {
      font-size: 1.8rem;
      color: #a0a0a0;
      font-family: "Aparajita";
      text-transform: uppercase; }
    .content-wrap .about-wrap .title-line .chtit {
      font-size: 3rem;
      color: #393b3d;
      font-family: "hyzy"; }
  .content-wrap .about-wrap .about-con {
    margin-top: 45px; }
    .content-wrap .about-wrap .about-con .a1box a {
      display: block;
      text-decoration: none;
      background: #fff; }
      .content-wrap .about-wrap .about-con .a1box a:hover .conbox .morebtn {
        opacity: .5; }
      .content-wrap .about-wrap .about-con .a1box a .picbox .pic {
        padding: 10px; }
        .content-wrap .about-wrap .about-con .a1box a .picbox .pic span {
          display: block;
          width: 100%;
          height: 100%;
          border: 3px solid #fff; }
      .content-wrap .about-wrap .about-con .a1box a .conbox .titbox {
        margin-top: 10px; }
        .content-wrap .about-wrap .about-con .a1box a .conbox .titbox .t1 {
          font-size: 2rem;
          font-weight: bold;
          color: #292929; }
        .content-wrap .about-wrap .about-con .a1box a .conbox .titbox .t2 {
          font-size: 1.2rem;
          color: #ff9600;
          margin-top: 10px; }
      .content-wrap .about-wrap .about-con .a1box a .conbox .line {
        margin: 20px 0;
        width: 15px;
        height: 2px;
        background: #1f468f; }
      .content-wrap .about-wrap .about-con .a1box a .conbox .con {
        font-size: 1.5rem;
        color: #696969;
        line-height: 30px;
        height: 210px;
        overflow: hidden; }
      .content-wrap .about-wrap .about-con .a1box a .conbox .morebtn {
        margin-top: 20px;
        transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s; }
    .content-wrap .about-wrap .about-con .a2box {
      margin-top: 35px; }
      .content-wrap .about-wrap .about-con .a2box .alist {
        padding: 0 5px 10px; }
        .content-wrap .about-wrap .about-con .a2box .alist a {
          text-decoration: none;
          display: block; }
          .content-wrap .about-wrap .about-con .a2box .alist a:hover .picbox {
            border-color: #1f88fd; }
          .content-wrap .about-wrap .about-con .a2box .alist a .picbox {
            border: 1px solid #ddd;
            padding: 3px;
            transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -webkit-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s; }
          .content-wrap .about-wrap .about-con .a2box .alist a .btit {
            text-align: center;
            font-size: 1.6rem;
            color: #444;
            line-height: 40px;
            height: 40px;
            overflow: hidden; }
      .content-wrap .about-wrap .about-con .a2box .morebtn {
        padding: 0 5px 10px; }
        .content-wrap .about-wrap .about-con .a2box .morebtn a {
          padding-bottom: 20px;
          text-decoration: none;
          display: block;
          background: #eee;
          font-size: 1.2rem;
          text-align: center;
          transition: all 0.3s ease 0s;
          -moz-transition: all 0.3s ease 0s;
          -webkit-transition: all 0.3s ease 0s;
          -o-transition: all 0.3s ease 0s; }
          .content-wrap .about-wrap .about-con .a2box .morebtn a:hover {
            background: #1f88fd; }
            .content-wrap .about-wrap .about-con .a2box .morebtn a:hover .tit {
              color: #fff; }
            .content-wrap .about-wrap .about-con .a2box .morebtn a:hover .line {
              background: #fff; }
            .content-wrap .about-wrap .about-con .a2box .morebtn a:hover .mbtn {
              color: #fff; }
          .content-wrap .about-wrap .about-con .a2box .morebtn a .tit {
            margin-top: 20%;
            font-size: 1.8rem;
            color: #282828; }
          .content-wrap .about-wrap .about-con .a2box .morebtn a .line {
            width: 40px;
            height: 3px;
            background: #1f88fd;
            margin: 20px auto 25px; }
          .content-wrap .about-wrap .about-con .a2box .morebtn a .mbtn {
            color: #ababab;
            font-size: 1.2rem;
            font-family: "Aparajita";
            text-transform: uppercase; }
            .content-wrap .about-wrap .about-con .a2box .morebtn a .mbtn span {
              display: block; }
.content-wrap .news-wrap {
  background: url(../images/newsbg.jpg) no-repeat center center;
  background-size: cover;
  padding: 45px 0; }
  .content-wrap .news-wrap .title-line {
    text-align: center; }
    .content-wrap .news-wrap .title-line .entit {
      font-size: 1.8rem;
      color: #a0a0a0;
      font-family: "Aparajita";
      text-transform: uppercase; }
    .content-wrap .news-wrap .title-line .chtit {
      font-size: 3rem;
      color: #393b3d;
      font-family: "hyzy"; }
  .content-wrap .news-wrap .news-con {
    margin-top: 45px; }
    .content-wrap .news-wrap .news-con .nlist {
      padding: 0 5px 20px; }
      .content-wrap .news-wrap .news-con .nlist a {
        text-decoration: none;
        display: block;
        position: relative; }
        .content-wrap .news-wrap .news-con .nlist a:hover .timebox {
          background: #fff;
          color: #1f88fd; }
        .content-wrap .news-wrap .news-con .nlist a:hover .con {
          background: #1f88fd; }
          .content-wrap .news-wrap .news-con .nlist a:hover .con .tit {
            color: #fff; }
          .content-wrap .news-wrap .news-con .nlist a:hover .con .cn {
            color: #fff; }
          .content-wrap .news-wrap .news-con .nlist a:hover .con .line {
            background: #fff; }
        .content-wrap .news-wrap .news-con .nlist a .timebox {
          position: absolute;
          left: 20px;
          top: 50%;
          margin-top: -30px;
          padding-top: 7px;
          text-align: center;
          display: block;
          width: 60px;
          height: 60px;
          background: #1f88fd;
          color: #fff;
          font-family: "Georgia";
          font-size: 1.2rem;
          white-space: nowrap;
          transition: all 0.3s ease 0s;
          -moz-transition: all 0.3s ease 0s;
          -webkit-transition: all 0.3s ease 0s;
          -o-transition: all 0.3s ease 0s; }
          .content-wrap .news-wrap .news-con .nlist a .timebox span {
            margin-top: -10px;
            display: block;
            font-size: 3rem; }
        .content-wrap .news-wrap .news-con .nlist a .con {
          width: 90%;
          height: 140px;
          border: 1px solid #ccc;
          padding: 30px 30px 30px 50px;
          transition: all 0.3s ease 0s;
          -moz-transition: all 0.3s ease 0s;
          -webkit-transition: all 0.3s ease 0s;
          -o-transition: all 0.3s ease 0s; }
          .content-wrap .news-wrap .news-con .nlist a .con .tit {
            font-size: 1.8rem;
            color: #2a2a2a;
            line-height: 20px;
            height: 20px;
            overflow: hidden;
            transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -webkit-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s; }
          .content-wrap .news-wrap .news-con .nlist a .con .cn {
            margin-top: 10px;
            font-size: 1.2rem;
            color: #646464;
            line-height: 20px;
            height: 40px;
            overflow: hidden;
            transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -webkit-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s; }
          .content-wrap .news-wrap .news-con .nlist a .con .line {
            margin-top: 15px;
            width: 65px;
            height: 3px;
            background: #ff9c00;
            transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -webkit-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s; }
    .content-wrap .news-wrap .news-con .morebtn a {
      background: #fff;
      margin: 20px auto 0;
      text-decoration: none;
      display: block;
      width: 135px;
      height: 35px;
      border: 1px solid #ccc;
      font-size: 1.2rem;
      color: #a0a0a0;
      text-align: center;
      line-height: 35px;
      border-radius: 5px;
      transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s; }
      .content-wrap .news-wrap .news-con .morebtn a:hover {
        background: #1f88fd;
        color: #fff; }
.content-wrap .cconbox-wrap {
  background: #1f88fd;
  padding: 30px 0;
  color: #fff; }
  .content-wrap .cconbox-wrap .ccon .c1 {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 25px;
    height: 25px;
    overflow: hidden; }
  .content-wrap .cconbox-wrap .ccon .c2 {
    margin-top: 5px;
    font-size: 1.5rem;
    line-height: 25px;
    height: 25px;
    overflow: hidden; }
  .content-wrap .cconbox-wrap .cbtn {
    margin-top: 20px; }
    .content-wrap .cconbox-wrap .cbtn a {
      text-decoration: none;
      display: block;
      width: 175px;
      height: 50px;
      background: #fff;
      color: #1f88fd;
      line-height: 50px;
      text-align: center;
      font-size: 1.8rem;
      font-weight: bold;
      transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s; }
      .content-wrap .cconbox-wrap .cbtn a:hover {
        background: #09468b;
        color: #fff; }
.content-wrap .contentbox {
  margin-top: 30px;
  margin-bottom: 80px; }
  .content-wrap .contentbox .tit-line {
    text-align: center;
    margin-bottom: 20px; }
    .content-wrap .contentbox .tit-line h2 {
      font-family: "Aparajita";
      color: #383838;
      font-size: 3.2rem;
      text-transform: uppercase;
      margin: 0 0 15px; }
      .content-wrap .contentbox .tit-line h2 span {
        font-family: "微软雅黑";
        display: block;
        font-size: 2rem; }
    .content-wrap .contentbox .tit-line .line-wrap {
      width: 100%;
      height: 1px;
      background: #ccc; }
      .content-wrap .contentbox .tit-line .line-wrap .line {
        position: relative;
        top: -1px;
        height: 3px;
        background: #1f88fd;
        width: 80px;
        margin: 0 auto; }
  .content-wrap .contentbox .w-ltside .mb {
    margin-bottom: 20px; }
    .content-wrap .contentbox .w-ltside .mb .tit-show .title {
      display: block;
      height: 45px;
      line-height: 45px;
      background: #1e8bfd;
      background-size: cover;
      overflow: hidden;
      font-family: '微软雅黑';
      font-size: 16px;
      color: #fff;
      text-indent: 1em;
      cursor: pointer; }
      .content-wrap .contentbox .w-ltside .mb .tit-show .title .arrow {
        float: right;
        margin-right: 15px; }
      .content-wrap .contentbox .w-ltside .mb .tit-show .title .icon {
        margin-right: 10px; }
  .content-wrap .contentbox .w-ltside .show-hide {
    display: none;
    overflow: hidden;
    width: 100%; }
    .content-wrap .contentbox .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 .contentbox .w-ltside .show-hide .div2 a {
        display: block;
        color: #707070;
        text-decoration: none; }
      .content-wrap .contentbox .w-ltside .show-hide .div2:hover a {
        background: #1e8bfd;
        color: #fff; }
    .content-wrap .contentbox .w-ltside .show-hide .div3 {
      display: none; }
      .content-wrap .contentbox .w-ltside .show-hide .div3 ul {
        margin: 0;
        padding: 0; }
        .content-wrap .contentbox .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 .contentbox .w-ltside .show-hide .div3 ul li a {
            text-decoration: none;
            display: block;
            overflow: hidden;
            color: #666; }
            .content-wrap .contentbox .w-ltside .show-hide .div3 ul li a:hover {
              color: #1e8bfd; }
  .content-wrap .contentbox .ltside {
    padding-right: 20px; }
    .content-wrap .contentbox .ltside .linkbox .titbox {
      background: url(../images/product-ltside-titbg.jpg) repeat-x;
      background-size: 100% 100%;
      height: 60px;
      line-height: 60px;
      color: #fff;
      font-size: 2.2rem;
      text-align: center; }
      .content-wrap .contentbox .ltside .linkbox .titbox i {
        margin-right: 10px;
        position: relative;
        top: -1px; }
    .content-wrap .contentbox .ltside .linkbox .lbox {
      border: 1px solid #ddd;
      padding: 5px 5px 10px;
      position: relative;
      z-index: 2; }
      .content-wrap .contentbox .ltside .linkbox .lbox .lb {
        float: left;
        width: 50%;
        padding: 0 5px 5px; }
      .content-wrap .contentbox .ltside .linkbox .lbox .list {
        margin-top: 5px;
        display: block;
        text-decoration: none;
        font-size: 1.6rem;
        color: #3c3c3c;
        border: 1px solid #ddd;
        height: 40px;
        line-height: 40px;
        padding-left: 10px;
        padding-right: 10px;
        overflow: hidden;
        background: url(../images/ltside-listbg1.jpg) repeat-x;
        background-size: 100% 100%; }
        .content-wrap .contentbox .ltside .linkbox .lbox .list:hover {
          background: #066ec5;
          color: #fff; }
          .content-wrap .contentbox .ltside .linkbox .lbox .list:hover i.arrow img {
            -webkit-filter: brightness(100); }
        .content-wrap .contentbox .ltside .linkbox .lbox .list.on1 {
          background: #066ec5;
          color: #fff; }
          .content-wrap .contentbox .ltside .linkbox .lbox .list.on1 i.arrow img {
            -webkit-filter: brightness(100); }
        .content-wrap .contentbox .ltside .linkbox .lbox .list .arrow {
          margin-top: -2px;
          width: 12px; }
        .content-wrap .contentbox .ltside .linkbox .lbox .list span {
          float: right;
          width: calc(100% - 20px); }
      .content-wrap .contentbox .ltside .linkbox .lbox .list2 {
        display: none;
        background: #fff; }
        .content-wrap .contentbox .ltside .linkbox .lbox .list2 ul li a {
          display: block;
          font-size: 1.4rem;
          color: #474747;
          line-height: 40px;
          height: 40px;
          padding-left: 55px;
          text-decoration: none;
          overflow: hidden;
          border-bottom: 1px dashed #ccc; }
          .content-wrap .contentbox .ltside .linkbox .lbox .list2 ul li a:hover {
            color: #1e8bfd; }
    .content-wrap .contentbox .ltside .contactbox {
      margin-top: 30px;
      border: 1px solid #ddd; }
      .content-wrap .contentbox .ltside .contactbox .title-arrow {
        background: #0078d9; }
        .content-wrap .contentbox .ltside .contactbox .title-arrow .tit {
          font-size: 1.6rem;
          color: #fff;
          padding: 0 10px;
          height: 35px;
          line-height: 35px; }
      .content-wrap .contentbox .ltside .contactbox .cconbox {
        padding: 15px 20px 5px; }
        .content-wrap .contentbox .ltside .contactbox .cconbox .clist {
          line-height: 25px;
          font-size: 1.4rem;
          border-bottom: 1px dashed #ddd;
          color: #7b7b7b;
          padding-bottom: 10px;
          margin-bottom: 10px; }
          .content-wrap .contentbox .ltside .contactbox .cconbox .clist:last-child {
            padding-bottom: 10px;
            margin-bottom: 0; }
          .content-wrap .contentbox .ltside .contactbox .cconbox .clist span {
            display: block; }
  .content-wrap .contentbox .main-wrap {
    padding-bottom: 30px; }
    .content-wrap .contentbox .main-wrap .title-posit {
      margin-bottom: 15px;
      line-height: 30px; }
      .content-wrap .contentbox .main-wrap .title-posit .tp .title .tit i {
        float: left;
        margin-right: 10px; }
      .content-wrap .contentbox .main-wrap .title-posit .tp .title .tit span {
        font-size: 1.8rem;
        color: #1f88fd;
        font-weight: bold; }
        .content-wrap .contentbox .main-wrap .title-posit .tp .title .tit span:nth-child(3) {
          margin-left: 10px;
          font-size: 1.8rem;
          color: #d8d8d8;
          font-family: "Impact";
          text-transform: uppercase;
          font-weight: normal; }
      .content-wrap .contentbox .main-wrap .title-posit .tp .posit {
        color: #787878; }
        .content-wrap .contentbox .main-wrap .title-posit .tp .posit a {
          color: #787878;
          font-size: 1.2rem; }
      .content-wrap .contentbox .main-wrap .title-posit .line {
        margin-top: 8px;
        border-top: 1px solid #ddd; }
    .content-wrap .contentbox .main-wrap .about-con {
      margin-bottom: 20px; }
      .content-wrap .contentbox .main-wrap .about-con img {
        max-width: 100%;
        margin: 10px 0; }
      .content-wrap .contentbox .main-wrap .about-con .con {
        font-size: 1.4rem;
        color: #0d0d0d;
        line-height: 30px;
        margin-bottom: 0; }
    .content-wrap .contentbox .main-wrap .news-con .nlist {
      margin-bottom: 20px;
      padding-bottom: 20px;
      border-bottom: 1px dashed #ddd; }
      .content-wrap .contentbox .main-wrap .news-con .nlist a {
        display: block;
        text-decoration: none;
        color: #080909;
        transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s; }
        .content-wrap .contentbox .main-wrap .news-con .nlist a:hover {
          color: #1f88fd; }
          .content-wrap .contentbox .main-wrap .news-con .nlist a:hover .picbox {
            opacity: .5; }
        .content-wrap .contentbox .main-wrap .news-con .nlist a .picbox {
          width: 15%;
          transition: all 0.3s ease 0s;
          -moz-transition: all 0.3s ease 0s;
          -webkit-transition: all 0.3s ease 0s;
          -o-transition: all 0.3s ease 0s; }
        .content-wrap .contentbox .main-wrap .news-con .nlist a .con {
          width: 83%; }
          .content-wrap .contentbox .main-wrap .news-con .nlist a .con .tit {
            margin-top: 10px;
            font-size: 1.4rem;
            line-height: 18px;
            height: 18px;
            overflow: hidden;
            margin-bottom: 5px; }
            .content-wrap .contentbox .main-wrap .news-con .nlist a .con .tit i {
              margin-right: 5px; }
            .content-wrap .contentbox .main-wrap .news-con .nlist a .con .tit .time {
              color: #afafaf;
              font-size: 1.2rem; }
          .content-wrap .contentbox .main-wrap .news-con .nlist a .con .cn {
            font-size: 1.2rem;
            color: #6f6f6f;
            line-height: 20px;
            height: 40px;
            overflow: hidden; }
    .content-wrap .contentbox .main-wrap .product-con .plist {
      padding: 0 5px 10px; }
      .content-wrap .contentbox .main-wrap .product-con .plist a {
        text-decoration: none;
        display: block;
        border: 1px solid #ddd;
        transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s; }
        .content-wrap .contentbox .main-wrap .product-con .plist a:hover {
          background: #0078d9; }
          .content-wrap .contentbox .main-wrap .product-con .plist a:hover .btit {
            color: #fff; }
        .content-wrap .contentbox .main-wrap .product-con .plist a .btit {
          line-height: 35px;
          height: 35px;
          text-align: center;
          color: #595959;
          font-size: 1.4rem;
          transition: all 0.3s ease 0s;
          -moz-transition: all 0.3s ease 0s;
          -webkit-transition: all 0.3s ease 0s;
          -o-transition: all 0.3s ease 0s; }
    .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist {
      margin-bottom: 10px; }
      .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist label {
        font-weight: normal;
        font-size: 1.4rem;
        width: 22%;
        float: left;
        height: 30px;
        line-height: 30px;
        color: #696969; }
      .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .textbox1 {
        float: right;
        width: 77%;
        border: 1px solid #ccc;
        line-height: 30px;
        height: 30px;
        padding: 5px;
        font-size: 1.4rem;
        color: #696969; }
      .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .textbox2 {
        float: right;
        width: 77%;
        border: 1px solid #ccc;
        line-height: 30px;
        height: 130px;
        padding: 5px;
        font-size: 1.4rem;
        color: #696969; }
      .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .textbox3 {
        margin-left: 2%;
        float: left;
        width: 15%;
        border: 1px solid #ccc;
        line-height: 30px;
        height: 30px;
        padding: 5px;
        font-size: 1.4rem;
        color: #696969; }
      .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .pic {
        float: left;
        margin-left: 5px; }
        .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .pic img {
          height: 30px; }
      .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .sbtn {
        margin-top: 10px;
        width: 100px;
        height: 30px;
        color: #292929;
        border: none;
        background: #d1d1d1;
        font-size: 1.4rem;
        margin-right: 5px;
        transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s; }
        .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .sbtn:hover {
          background: #365598;
          color: #fff; }
        .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .sbtn.submitbtn {
          margin-left: 23%; }
    .content-wrap .contentbox .main-wrap .messages-con .picbox {
      padding-left: 20px; }
      .content-wrap .contentbox .main-wrap .messages-con .picbox .pbox {
        border: 1px solid #ccc;
        padding: 5px; }
    .content-wrap .contentbox .main-wrap .partner-con .plist {
      padding: 0 10px 20px; }
      .content-wrap .contentbox .main-wrap .partner-con .plist a {
        text-decoration: none;
        display: block;
        border: 1px solid #ddd;
        transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s; }
        .content-wrap .contentbox .main-wrap .partner-con .plist a:hover {
          box-shadow: 0 0 8px #ccc; }
        .content-wrap .contentbox .main-wrap .partner-con .plist a .picbox {
          padding: 0 20px; }
    .content-wrap .contentbox .main-wrap .contact-con .mappic {
      margin-top: 20px;
      border: 1px solid #ccc;
      padding: 5px; }
      .content-wrap .contentbox .main-wrap .contact-con .mappic img {
        width: 100%; }
    .content-wrap .contentbox .main-wrap .contact-con .ccon .tit {
      font-size: 1.8rem;
      margin-bottom: 5px; }
    .content-wrap .contentbox .main-wrap .contact-con .ccon .cn {
      font-size: 1.2rem;
      color: #696969;
      line-height: 25px; }
    .content-wrap .contentbox .main-wrap .news-details-con .tit {
      text-align: center;
      margin-bottom: 15px; }
      .content-wrap .contentbox .main-wrap .news-details-con .tit span {
        font-size: 2.4rem;
        border-bottom: 1px solid #0196dc;
        padding-bottom: 5px;
        color: #292929; }
    .content-wrap .contentbox .main-wrap .news-details-con .pic {
      margin: 10px 0;
      text-align: center; }
      .content-wrap .contentbox .main-wrap .news-details-con .pic img {
        max-width: 100%; }
    .content-wrap .contentbox .main-wrap .news-details-con .con p {
      text-indent: 2em;
      color: #636363;
      font-size: 1.4rem;
      margin-bottom: 0;
      line-height: 28px; }
    .content-wrap .contentbox .main-wrap .product-details-con img {
      max-width: 100%; }
    .content-wrap .contentbox .main-wrap .product-details-con .picbox {
      margin-bottom: 20px;
      text-align: center; }
      .content-wrap .contentbox .main-wrap .product-details-con .picbox img {
        border: 1px solid #ccc;
        max-width: 100%; }
    .content-wrap .contentbox .main-wrap .product-details-con .dcon .tit {
      font-size: 1.8rem;
      font-weight: bold;
      color: #2d2d2d;
      border-bottom: 1px solid #ccc;
      padding-bottom: 10px;
      margin-bottom: 10px; }
    .content-wrap .contentbox .main-wrap .product-details-con .dcon .cn {
      font-size: 1.4rem;
      color: #636363;
      line-height: 30px; }
    .content-wrap .contentbox .main-wrap .product-details-con .dcon .cn  img{
	max-width:100%; }
    .content-wrap .contentbox .main-wrap .product-details-con .dcon .cn  table{
	width:100%; border:1px solid #CCCCCC;}
    .content-wrap .contentbox .main-wrap .product-details-con .dcon .cn  table td{
 border:1px solid #CCCCCC;}

.footer-wrap .footer {
  background: #212225; }
  .footer-wrap .footer .f1box {
    border-bottom: 1px solid #252c24;
    padding: 30px 0; }
    .footer-wrap .footer .f1box .yqljbox .tit {
      width: 90px;
      float: left;
      color: #686868;
      font-size: 1.2rem;
      text-transform: uppercase; }
      .footer-wrap .footer .f1box .yqljbox .tit span {
        display: block;
        font-size: 1.4rem;
        color: #fefefe; }
    .footer-wrap .footer .f1box .yqljbox .con {
      float: right;
      width: calc(100% - 100px);
      line-height: 40px;
      height: 40px;
      overflow: hidden; }
      .footer-wrap .footer .f1box .yqljbox .con a {
        display: inline-block;
        color: #6c6c6c;
        font-size: 1.4rem;
        margin: 0 30px; }
  .footer-wrap .footer .f2box {
    padding: 35px 0;
    color: #fff; }
    .footer-wrap .footer .f2box .linkbox {
      padding-right: 75px; }
      .footer-wrap .footer .f2box .linkbox .title {
        font-size: 1.6rem;
        font-weight: bold;
        text-transform: uppercase; }
        .footer-wrap .footer .f2box .linkbox .title span {
          margin-bottom: 5px;
          display: block;
          font-size: 2.2rem;
          font-family: "Arial"; }
      .footer-wrap .footer .f2box .linkbox .lcon {
        margin-top: 20px; }
        .footer-wrap .footer .f2box .linkbox .lcon .list {
          float: left;
          width: 50%;
          padding-right: 20px;
          line-height: 30px;
          font-size: 1.4rem; }
          .footer-wrap .footer .f2box .linkbox .lcon .list a {
            color: #fff; }
    .footer-wrap .footer .f2box .cconbox .title {
      font-size: 1.6rem;
      font-weight: bold;
      text-transform: uppercase; }
      .footer-wrap .footer .f2box .cconbox .title span {
        margin-bottom: 5px;
        display: block;
        font-size: 2.2rem;
        font-family: "Arial"; }
    .footer-wrap .footer .f2box .cconbox .ccon {
      margin-top: 20px;
      font-size: 1.4rem;
      line-height: 30px;
      text-transform: uppercase; }
    .footer-wrap .footer .f2box .ewmbox .title {
      text-align: center;
      font-size: 1.6rem;
      font-weight: bold;
      text-transform: uppercase; }
      .footer-wrap .footer .f2box .ewmbox .title span {
        margin-bottom: 5px;
        display: block;
        font-size: 2.2rem;
        font-family: "Arial"; }
    .footer-wrap .footer .f2box .ewmbox .con {
      margin-top: 25px;
      text-align: center; }
  .footer-wrap .footer .f3box {
    border-top: 1px solid #252c24;
    padding: 10px 0;
    text-align: center;
    color: #69696a;
    line-height: 30px; }
    .footer-wrap .footer .f3box a {
      color: #69696a; }

.hot-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75px;
  background: #292929;
  z-index: 999; }
  .hot-wrap .list {
    height: 75px;
    width: 25%;
    float: left;
    display: block; }
    .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; }

@media (min-width: 992px) {
  .col-md-13 {
    width: 20%;
    float: left; }

  .header-wrap .header {
    height: 120px; }
    .header-wrap .header .logo {
      line-height: 120px; }

  .searchbox-wrap .slt {
    margin-top: 5px;
    float: left;
    line-height: 16px;
    height: 16px;
    overflow: hidden;
    width: 70%; }
    .searchbox-wrap .slt .tit {
      width: 20%; }
    .searchbox-wrap .slt .con {
      margin-left: 0;
      width: 78%; }
  .searchbox-wrap .srt {
    margin-top: 0;
    float: right; }

  .content-wrap .hotpro-wrap .hotpro-con {
    padding-left: 30px; }
    .content-wrap .hotpro-wrap .hotpro-con .hconbox {
      border: 1px solid #ddd;
      padding: 20px 15px; }
  .content-wrap .about-wrap .about-con .a1box a {
    background: #fff url(../images/about-conbg1.png) no-repeat;
    background-size: 100% 100%;
    padding: 3px; }
    .content-wrap .about-wrap .about-con .a1box a .conbox {
      padding: 30px 25px; }
      .content-wrap .about-wrap .about-con .a1box a .conbox .titbox .t1 {
        float: left; }
      .content-wrap .about-wrap .about-con .a1box a .conbox .titbox .t2 {
        float: right; }
  .content-wrap .cconbox-wrap .ccon {
    float: left; }
  .content-wrap .cconbox-wrap .cbtn {
    margin-top: 0;
    float: right; }
  .content-wrap .contentbox .main-wrap {
    border: 1px solid #ddd;
    padding: 15px; }
    .content-wrap .contentbox .main-wrap .messages-con .mconbox {
      width: 800px;
      margin: 0 auto; }
    .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist label {
      width: 12%; }
    .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .textbox1 {
      width: 86%; }
    .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .textbox2 {
      width: 86%; }
    .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .sbtn.submitbtn {
      margin-left: 14%; }

  .footer-wrap .footer .f3box {
    padding: 20px 0; }
    .footer-wrap .footer .f3box .flt {
      float: left;
      line-height: 35px; }
    .footer-wrap .footer .f3box .frt {
      float: right; } }
@media (max-width: 990px) {
  .container-fluid {
    padding-left: .5em;
    padding-right: .5em; }

  .footer-wrap {
    margin-bottom: 75px; }
    .footer-wrap .footer {
      background: #292929; } }
@media (max-width: 480px) {
  .logo img {
    max-width: 60%; }

  .content-wrap .news-wrap .news-con .nlist a .timebox {
    left: 0; }
  .content-wrap .contentbox .main-wrap .news-con .nlist a .picbox {
    width: 35%; }
  .content-wrap .contentbox .main-wrap .news-con .nlist a .con {
    width: 63%; } }
@media (max-width: 375px) {
  .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist label {
    width: 28%; }
  .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .textbox1 {
    width: 71%; }
  .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .textbox2 {
    width: 71%; }
  .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .sbtn.submitbtn {
    margin-left: 28%; } }

/*# sourceMappingURL=style.css.map */
