@charset "UTF-8";
@font-face {
  font-family: "zzh";
  src: url(../fonts/zzh.ttf);
  font-weight: normal;
  font-style: normal; }
body {
  font-family: "微软雅黑"; }

.container-fluid {
  max-width: 1200px !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/contentbox-bg1.jpg) no-repeat center center;
  background-size: cover; }

.main-background-2 {
  background: rgba(0, 0, 0, 0.35); }

.main-pad-1 {
  padding: 95px 0; }
  @media screen and (max-width: 990px) {
    .main-pad-1 {
      padding: 35px 0; } }

.main-pad-2 {
  padding: 0 0 65px; }

.main-pad-3 {
  padding: 85px 0; }
  @media screen and (max-width: 990px) {
    .main-pad-3 {
      padding: 45px 0; } }

.main-pad-4 {
  padding: 40px 0; }

.main-martop-1 {
  margin-top: 45px; }
  @media screen and (max-width: 990px) {
    .main-martop-1 {
      margin-top: 35px; } }

.main-martop-2 {
  margin-top: 35px; }

.main-padBottom-1 {
  padding-bottom: 15px; }

.main-marbottom-1 {
  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; } }

.main-padleft-2 {
  padding-left: 10px; }
  @media screen and (max-width: 990px) {
    .main-padleft-2 {
      padding-left: 0; } }

.no-paddingTop {
  padding-top: 0; }

.no-paddingBottom {
  padding-bottom: 0; }

.main-border-1 {
  border: 5px solid rgba(255, 255, 255, 0.35); }

@media screen and (min-width: 991px) {
  .col-md-13 {
    width: 20%; } }

@media screen and (min-width: 991px) {
  .col-md-2-list1 {
    width: 22%; } }

@media screen and (min-width: 991px) {
  .col-md-10-list1 {
    width: 78%; } }

@media screen and (min-width: 991px) {
  .col-md-9-list1 {
    width: 70%; } }

@media screen and (min-width: 991px) {
  .col-md-3-list1 {
    width: 30%; } }

.title-1 .titbox {
  background: url(../images/title-1-line1.png) no-repeat center center; }
  .title-1 .titbox .chtit {
    font-size: 30px;
    color: #292929;
    font-weight: lighter; }
  .title-1 .titbox .entit {
    margin-top: 5px;
    font-size: 12px;
    font-family: "Arial";
    color: #3f3f3f;
    opacity: .5; }
.title-1 .stxt {
  margin-top: 15px;
  font-size: 14px;
  color: #a1a1a1;
  line-height: 28px; }

.text-1 a {
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  color: #282828;
  line-height: 38px;
  height: 40px;
  border: 1px solid #282828;
  width: 135px;
  border-radius: 40px;
  transition: all .3s; }
  .text-1 a:hover {
    background: #282828;
    color: #fff; }

.aboutbox-con .picbox {
  overflow: hidden; }
  .aboutbox-con .picbox a {
    text-decoration: none;
    display: block;
    position: relative; }
    .aboutbox-con .picbox a:hover .imgbox {
      transform: scale(1.1); }
    .aboutbox-con .picbox a .imgbox {
      overflow: hidden;
      transition: all .3s; }
      .aboutbox-con .picbox a .imgbox img {
        max-width: 100%;
        max-height: 100%; }
    .aboutbox-con .picbox a .showtxt {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 35px;
      line-height: 35px;
      background: rgba(45, 130, 185, 0.88);
      color: #fff;
      font-size: 16px;
      text-align: center; }
@media screen and (min-width: 991px) {
  .aboutbox-con .conbox {
    padding-left: 200px; } }
.aboutbox-con .conbox .title {
  position: relative; }
  .aboutbox-con .conbox .title:before {
    content: '';
    position: absolute;
    left: -220px;
    top: 15px;
    background: #000;
    height: 1px;
    width: 180px; }
  .aboutbox-con .conbox .title img {
    max-width: 100%; }
.aboutbox-con .conbox .con {
  margin-top: 35px;
  font-size: 14px;
  color: #464646;
  line-height: 25px;
  position: relative; }
  .aboutbox-con .conbox .con:before {
    content: '';
    position: absolute;
    left: -85px;
    top: 10px;
    background: #000;
    height: 5px;
    width: 45px; }
  .aboutbox-con .conbox .con .cn {
    height: 250px;
    overflow: hidden; }
    @media screen and (max-width: 990px) {
      .aboutbox-con .conbox .con .cn {
        height: 150px; } }
.aboutbox-con .conbox .morebtn {
  margin-top: 35px;
  position: relative; }
  @media screen and (max-width: 990px) {
    .aboutbox-con .conbox .morebtn {
      margin-bottom: 35px; } }
  .aboutbox-con .conbox .morebtn:hover:before {
    width: 180px; }
  .aboutbox-con .conbox .morebtn:before {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    height: 2px;
    width: 45px;
    background: #2d82b9;
    transition: all .3s; }

.productbox-con .tabhd {
  text-align: center; }
  .productbox-con .tabhd .thdlist {
    display: inline-block;
    margin: 0 3px 5px; }
    .productbox-con .tabhd .thdlist a {
      text-decoration: none;
      display: block;
      height: 35px;
      line-height: 33px;
      border: 1px solid #fff;
      padding: 0 25px;
      transition: all .3s;
      font-size: 16px;
      font-weight: lighter;
      color: #062033; }
      .productbox-con .tabhd .thdlist a:hover, .productbox-con .tabhd .thdlist a.active {
        border: 1px solid #2d82b9;
        color: #2d82b9; }
.productbox-con .tabbd .tbdlist {
  display: none; }
  .productbox-con .tabbd .tbdlist:first-child {
    display: block; }
  .productbox-con .tabbd .tbdlist .tbox {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between; }
  .productbox-con .tabbd .tbdlist .list {
    display: inline-block;
    width: 25%; }
    .productbox-con .tabbd .tbdlist .list:nth-child(2) a .picbox .imgbox, .productbox-con .tabbd .tbdlist .list:nth-child(4) a .picbox .imgbox, .productbox-con .tabbd .tbdlist .list:nth-child(5) a .picbox .imgbox, .productbox-con .tabbd .tbdlist .list:nth-child(7) a .picbox .imgbox {
      background: #e6e5e3; }
    .productbox-con .tabbd .tbdlist .list a {
      text-decoration: none;
      display: block;
      overflow: hidden;
      position: relative; }
      .productbox-con .tabbd .tbdlist .list a:hover .showcn {
        top: 0; }
      .productbox-con .tabbd .tbdlist .list a .picbox {
        overflow: hidden; }
        .productbox-con .tabbd .tbdlist .list a .picbox .imgbox {
		overflow:hidden;
          background: #f5f4f3; }
		  .productbox-con .tabbd .tbdlist .list a .picbox .imgbox img{
		  max-height:100%; max-width:100%}
      .productbox-con .tabbd .tbdlist .list a .showcn {
        position: absolute;
        top: 1000px;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(45, 130, 185, 0.7);
        display: -webkit-flex;
        -webkit-align-items: center;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all .3s; }
        .productbox-con .tabbd .tbdlist .list a .showcn .sbox {
          text-align: center;
          color: #fff;
          font-weight: lighter; }
          .productbox-con .tabbd .tbdlist .list a .showcn .sbox .conbox {
            margin-top: 15px; }
            .productbox-con .tabbd .tbdlist .list a .showcn .sbox .conbox .tit {
              font-size: 24px;
              line-height: 30px;
              height: 30px;
              overflow: hidden; }
            .productbox-con .tabbd .tbdlist .list a .showcn .sbox .conbox .cn {
              margin-top: 5px;
              font-size: 14px;
              text-transform: uppercase;
              line-height: 20px;
              height: 20px;
              overflow: hidden; }

.casebox-con .casebox-carousel {
  width: 100% !important;
  margin-left: auto;
  margin-right: auto; }
  .casebox-con .casebox-carousel .item {
    display: block;
    overflow: hidden; }
    .casebox-con .casebox-carousel .item .list {
      width: 20%;
      float: left; }
      @media screen and (max-width: 480px) {
        .casebox-con .casebox-carousel .item .list {
          width: 50%; } }
      @media screen and (min-width: 991px) {
        .casebox-con .casebox-carousel .item .list:nth-child(2n+2) a .picbox {
          position: relative;
          top: 185px; }
        .casebox-con .casebox-carousel .item .list:nth-child(2n+2) a .conbox {
          position: relative;
          top: -260px;
          float: left;
          width: 100%; } }
      .casebox-con .casebox-carousel .item .list a {
        text-decoration: none;
        display: block;
        border: 1px solid #eee;
        overflow: hidden; }
        .casebox-con .casebox-carousel .item .list a:hover .picbox .showcn {
          top: 0; }
        .casebox-con .casebox-carousel .item .list a:hover .conbox .morebtn {
          bottom: 0; }
        .casebox-con .casebox-carousel .item .list a .picbox {
          overflow: hidden;
          position: relative; }
          .casebox-con .casebox-carousel .item .list a .picbox .imgbox {
            overflow: hidden; }
            .casebox-con .casebox-carousel .item .list a .picbox .imgbox img {
              max-width: 100%;
              max-height: 100%; }
          .casebox-con .casebox-carousel .item .list a .picbox .showcn {
            position: absolute;
            top: -800px;
            left: 0;
            background: rgba(0, 0, 0, 0.7);
            width: 100%;
            height: 100%;
            text-align: center;
            display: -webkit-flex;
            -webkit-align-items: center;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            transition: all .3s; }
            .casebox-con .casebox-carousel .item .list a .picbox .showcn .sbox .tit {
              font-size: 18px;
              font-weight: bold;
              line-height: 20px;
              height: 20px;
              overflow: hidden; }
            .casebox-con .casebox-carousel .item .list a .picbox .showcn .sbox .con {
              margin-top: 10px;
              font-size: 13px;
              line-height: 23px;
              height: 115px;
              overflow: hidden; }
        .casebox-con .casebox-carousel .item .list a .conbox {
          padding: 20px 15px;
          position: relative;
          overflow: hidden; }
          .casebox-con .casebox-carousel .item .list a .conbox .tit {
            font-size: 18px;
            color: #2f81b9;
            font-weight: bold;
            line-height: 20px;
            height: 20px;
            overflow: hidden; }
          .casebox-con .casebox-carousel .item .list a .conbox .con {
            margin-top: 10px;
            font-size: 13px;
            color: #696969;
            line-height: 23px;
            height: 115px;
            overflow: hidden; }
          .casebox-con .casebox-carousel .item .list a .conbox .morebtn {
            position: absolute;
            bottom: -800px;
            left: 0;
            background: #2f81b9;
            width: 100%;
            height: 100%;
            color: #fff;
            text-align: center;
            padding-top: 15%;
            transition: all .3s; }
            .casebox-con .casebox-carousel .item .list a .conbox .morebtn .tt {
              margin-top: 10px;
              font-size: 24px;
              font-weight: lighter; }
              .casebox-con .casebox-carousel .item .list a .conbox .morebtn .tt span {
                margin-top: 5px;
                display: block;
                font-size: 14px;
                text-transform: uppercase; }
.casebox-con .owl-theme .owl-controls {
  margin-top: 30px; }
  .casebox-con .owl-theme .owl-controls .owl-page {
    margin: 0 3px; }
    .casebox-con .owl-theme .owl-controls .owl-page span {
      opacity: 1;
      background: #909090;
      border-radius: 50%;
      width: 12px;
      height: 12px;
      margin: 0 3px;
      padding: 0;
      box-shadow: 0 0 5px #333 inset; }
  .casebox-con .owl-theme .owl-controls .owl-page:hover span {
    background: #2d82b9; }
  .casebox-con .owl-theme .owl-controls .owl-page.active span {
    background: #2d82b9; }

.customizationbox-con .c1box {
  overflow: hidden; }
  .customizationbox-con .c1box .list {
    float: left;
    width: 14.28%;
    border: 1px solid #fff; }
    @media screen and (max-width: 990px) {
      .customizationbox-con .c1box .list {
        width: 25%;
        margin-bottom: 2px; } }
    @media screen and (max-width: 480px) {
      .customizationbox-con .c1box .list {
        width: 50%; } }
    .customizationbox-con .c1box .list:nth-child(3) a:hover .conbox {
      background: rgba(0, 0, 0, 0.5); }
    .customizationbox-con .c1box .list:nth-child(3) a .picbox .showcn {
      background: rgba(0, 0, 0, 0.5); }
    .customizationbox-con .c1box .list:nth-child(5) a:hover .conbox {
      background: rgba(0, 183, 46, 0.5); }
    .customizationbox-con .c1box .list:nth-child(5) a .picbox .showcn {
      background: rgba(0, 183, 46, 0.5); }
    .customizationbox-con .c1box .list:nth-child(6) a:hover .conbox {
      background: rgba(0, 0, 0, 0.7); }
    .customizationbox-con .c1box .list:nth-child(6) a .picbox .showcn {
      background: rgba(0, 0, 0, 0.7); }
    .customizationbox-con .c1box .list a {
      text-decoration: none;
      display: block;
      position: relative; }
      .customizationbox-con .c1box .list a:hover .conbox {
        background: #2d82b9;
        opacity: 1; }
      .customizationbox-con .c1box .list a:hover .picbox .showcn {
        opacity: 0; }
      .customizationbox-con .c1box .list a .conbox {
        text-align: center;
        background: rgba(45, 130, 185, 0);
        height: 70px;
        line-height: 70px;
        overflow: hidden;
        color: #fff;
        font-size: 18px;
        font-weight: lighter;
        padding: 0 15px;
        transition: all .3s;
        opacity: 0; }
        @media screen and (max-width: 990px) {
          .customizationbox-con .c1box .list a .conbox {
            display: none; } }
        .customizationbox-con .c1box .list a .conbox .icon {
          float: left;
          display: inline-block;
          width: 60px; }
        .customizationbox-con .c1box .list a .conbox .tit {
          float: left;
          display: inline-block;
          width: calc(100% - 80px); }
      .customizationbox-con .c1box .list a .picbox {
        overflow: hidden;
        position: relative; }
        .customizationbox-con .c1box .list a .picbox .imgbox {
          overflow: hidden; }
          .customizationbox-con .c1box .list a .picbox .imgbox img {
            max-height: 100%;
            max-width: 100%; }
        .customizationbox-con .c1box .list a .picbox .showcn {
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: rgba(45, 130, 185, 0.5);
          color: #fff;
          text-align: center;
          padding-top: 20%;
          opacity: 1;
          transition: all .3s; }
          .customizationbox-con .c1box .list a .picbox .showcn .icon {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            border: 1px solid #fff;
            line-height: 80px;
            margin: 0 auto 10px; }
            .customizationbox-con .c1box .list a .picbox .showcn .icon img {
              max-width: 100%; }
          .customizationbox-con .c1box .list a .picbox .showcn .tit {
            font-size: 20px;
            font-weight: lighter;
            line-height: 25px;
            height: 50px;
            overflow: hidden; }
.customizationbox-con .c2box {
  margin-top: 2px;
  background: url(../images/customization-bg1.jpg) no-repeat center center;
  background-size: cover;
  padding: 110px 0; }
  @media screen and (max-width: 990px) {
    .customizationbox-con .c2box {
      padding: 50px 0; } }
  .customizationbox-con .c2box .text {
    float: left;
    width: 50%; }
    @media screen and (max-width: 990px) {
      .customizationbox-con .c2box .text {
        width: 100%; } }
    @media screen and (min-width: 991px) {
      .customizationbox-con .c2box .text {
        padding-right: 230px; } }
    .customizationbox-con .c2box .text .list {
      border: 1px solid #fff;
      height: 40px;
      line-height: 38px;
      width: 100%;
      color: #fff;
      text-align: center;
      font-size: 19px;
      font-weight: bold;
      margin-bottom: 15px; }
  .customizationbox-con .c2box .iconbox {
    float: right;
    width: 50%; }
    @media screen and (max-width: 990px) {
      .customizationbox-con .c2box .iconbox {
        width: 100%;
        margin-top: 20px; } }
    .customizationbox-con .c2box .iconbox .list {
      display: inline-block;
      margin: 0 5px 10px; }
      @media screen and (max-width: 990px) {
        .customizationbox-con .c2box .iconbox .list {
          width: 33.33%;
          float: left;
          margin: 0;
          padding: 0 5px 10px; } }
      .customizationbox-con .c2box .iconbox .list a {
        text-decoration: none;
        display: block;
        width: 150px;
        text-align: center;
        color: #fff;
        font-size: 16px;
        transition: all .3s; }
        @media screen and (max-width: 990px) {
          .customizationbox-con .c2box .iconbox .list a {
            width: 100%; } }
        .customizationbox-con .c2box .iconbox .list a:hover {
          opacity: .5; }
        .customizationbox-con .c2box .iconbox .list a .icon {
          border: 1px solid #fff;
          padding: 8px; }
          .customizationbox-con .c2box .iconbox .list a .icon .ii {
            border: 5px solid #fff;
            padding: 25px 10px; }
            .customizationbox-con .c2box .iconbox .list a .icon .ii img {
              max-width: 100%; }
        .customizationbox-con .c2box .iconbox .list a .tit {
          margin-top: 10px;
          line-height: 20px;
          height: 20px;
          overflow: hidden; }

.newsbox-con .bnlist a {
  text-decoration: none;
  display: block;
  overflow: hidden; }
  .newsbox-con .bnlist a:hover .picbox .imgbox {
    transform: scale(1.2); }
  .newsbox-con .bnlist a .picbox {
    overflow: hidden;
    position: relative; }
    .newsbox-con .bnlist a .picbox .imgbox {
      overflow: hidden;
      transition: all .3s; }
      .newsbox-con .bnlist a .picbox .imgbox img {
        max-width: 100%;
        max-height: 100%; }
    .newsbox-con .bnlist a .picbox .timebox {
      position: absolute;
      left: 0;
      top: 0;
      width: 90px;
      height: 80px;
      background: #2d82b9;
      color: #fff;
      text-align: center;
      padding-top: 5px; }
      .newsbox-con .bnlist a .picbox .timebox span {
        display: block;
        font-family: "Arial";
        font-size: 16px; }
        .newsbox-con .bnlist a .picbox .timebox span:first-child {
          font-size: 48px;
          line-height: 50px; }
  .newsbox-con .bnlist a .conbox {
    margin-top: 15px; }
    .newsbox-con .bnlist a .conbox .tit {
      color: #1d1d1d;
      font-size: 16px;
      font-weight: bold;
      line-height: 25px;
      height: 25px;
      overflow: hidden; }
    .newsbox-con .bnlist a .conbox .con {
      margin-top: 10px;
      font-size: 12px;
      color: #484848;
      line-height: 20px;
      height: 60px;
      overflow: hidden; }
      .newsbox-con .bnlist a .conbox .con span {
        color: #2d82b9; }
.newsbox-con .nlistbox .list {
  margin-bottom: 20px; }
  .newsbox-con .nlistbox .list a {
    text-decoration: none;
    display: block;
    overflow: hidden; }
    .newsbox-con .nlistbox .list a:hover .timebox {
      background: #2d82b9; }
      .newsbox-con .nlistbox .list a:hover .timebox span {
        color: #fff; }
    .newsbox-con .nlistbox .list a .timebox {
      float: left;
      width: 80px;
      height: 82px;
      border: 1px solid #ddd;
      text-align: center;
      transition: all .3s; }
      .newsbox-con .nlistbox .list a .timebox span {
        display: block;
        font-size: 16px;
        color: #b8b8b8;
        font-family: "Arial";
        line-height: 20px; }
        .newsbox-con .nlistbox .list a .timebox span:first-child {
          margin-top: 5px;
          font-size: 48px;
          line-height: 50px; }
    .newsbox-con .nlistbox .list a .conbox {
      float: right;
      width: calc(100% - 100px); }
      .newsbox-con .nlistbox .list a .conbox .tit {
        margin-top: 5px;
        font-size: 16px;
        color: #1d1d1d;
        font-weight: bold;
        line-height: 25px;
        height: 25px;
        overflow: hidden; }
      .newsbox-con .nlistbox .list a .conbox .con {
        margin-top: 5px;
        font-size: 12px;
        color: #484848;
        line-height: 20px;
        height: 40px;
        overflow: hidden; }
        .newsbox-con .nlistbox .list a .conbox .con span {
          color: #2d82b9; }

.about-con .picbox {
  text-align: center;
  margin-bottom: 20px; }
  .about-con .picbox img {
    max-width: 100%; }
.about-con .conbox {
  font-size: 16px;
  line-height: 35px; }
  @media screen and (max-width: 990px) {
    .about-con .conbox {
      font-size: 14px;
      line-height: 30px; } }

.product-con .list {
  padding: 0 10px 20px; }
  .product-con .list a {
    text-decoration: none;
    display: block;
    overflow: hidden;
    border: 1px solid #eee;
    position: relative; }
    @media screen and (min-width: 991px) {
      .product-con .list a:hover .showcn {
        top: 0; } }
    .product-con .list a .picbox {
      overflow: hidden;
      padding: 20px; }
      .product-con .list a .picbox .imgbox {
        overflow: hidden;
        background: #fff; }
        .product-con .list a .picbox .imgbox img {
          max-width: 100%;
          max-height: 100%; }
    .product-con .list a .conbox {
      border-top: 1px solid #eee;
      padding: 0 15px;
      font-size: 14px;
      font-weight: bold;
      color: #292929;
      overflow: hidden;
      line-height: 50px;
      height: 50px; }
      .product-con .list a .conbox span {
        display: inline-block;
        float: left;
        width: calc(100% - 75px); }
        .product-con .list a .conbox span:nth-child(2) {
          float: right;
          width: 55px;
          font-size: 12px;
          color: #999;
          text-transform: uppercase; }
    .product-con .list a .showcn {
      position: absolute;
      top: 800px;
      left: 0;
      width: 100%;
      height: 100%;
      background: url(../images/info-showbg.png) no-repeat center center;
      color: #fff;
      text-align: center;
      transition: all .3s; }
      .product-con .list a .showcn .tit {
        font-size: 20px;
        font-weight: bold;
        margin-top: 32%;
        line-height: 25px;
        height: 25px;
        overflow: hidden; }

.case-con .list {
  padding: 0 10px 20px; }
  .case-con .list a {
    text-decoration: none;
    display: block;
    border: 1px solid #eee; }
    .case-con .list a:hover .picbox .imgbox {
      transform: scale(1.2); }
    .case-con .list a .picbox {
      overflow: hidden; }
      .case-con .list a .picbox .imgbox {
        overflow: hidden;
        transition: all .3s; }
        .case-con .list a .picbox .imgbox img {
          max-height: 100%;
          max-width: 100%; }
    .case-con .list a .conbox {
      padding: 10px; }
      .case-con .list a .conbox .tit {
        font-size: 16px;
        font-weight: bold;
        color: #333;
        line-height: 25px;
        height: 25px;
        overflow: hidden; }
      .case-con .list a .conbox .con {
        font-size: 14px;
        line-height: 23px;
        height: 46px;
        overflow: hidden;
        color: #666; }

.title-posit {
  border-bottom: 2px solid #e1e1e1;
  position: relative;
  padding-bottom: 10px; }
  .title-posit:before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 105px;
    height: 2px;
    background: #0066cb; }
  .title-posit .tp {
    overflow: hidden; }
    .title-posit .tp .title {
      font-size: 18px;
      font-weight: bold;
      color: #0066cb; }
      .title-posit .tp .title span {
        font-weight: normal;
        color: #595959;
        font-size: 12px;
        font-family: "Arial";
        text-transform: uppercase; }
    .title-posit .tp .morebtn {
      position: relative;
      top: 5px; }
      .title-posit .tp .morebtn a {
        color: #595959;
        font-size: 12px;
        text-transform: uppercase;
        font-family: "Arial"; }
    .title-posit .tp .posit {
      color: #595959; }
      .title-posit .tp .posit span {
        font-weight: bold;
        color: #333; }
      .title-posit .tp .posit a {
        color: #595959; }
    .title-posit .tp .backbtn a {
      color: #9e9e9e;
      font-size: 14px;
      padding-right: 10px; }

.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: #0066cb;
    position: relative;
    top: -17px; }

.news-con .list {
  margin-bottom: 20px;
  border: 1px solid #eee;
  padding: 5px; }
  .news-con .list a {
    text-decoration: none;
    display: block;
    overflow: hidden; }
    .news-con .list a:hover .picbox .imgbox {
      transform: scale(1.2); }
    .news-con .list a .picbox {
      float: left;
      width: 30%;
      overflow: hidden; }
      @media screen and (max-width: 990px) {
        .news-con .list a .picbox {
          width: 30%; } }
      .news-con .list a .picbox .imgbox {
        transition: all .3s; }
    .news-con .list a .conbox {
      width: 68%;
      float: right;
      overflow: hidden; }
      @media screen and (max-width: 990px) {
        .news-con .list a .conbox {
          width: 67%; } }
      .news-con .list a .conbox .title {
        font-size: 16px;
        color: #292929;
        line-height: 28px;
        height: 28px;
        overflow: hidden; }
      .news-con .list a .conbox .timebox {
        margin-top: 3px;
        font-size: 12px;
        color: #999;
        width: 145px;
        height: 28px;
        border: 1px solid #ddd;
        text-align: center;
        line-height: 26px; }
      .news-con .list a .conbox .con {
        margin-top: 5px;
        font-size: 12px;
        color: #696969;
        line-height: 23px;
        height: 69px;
        overflow: hidden; }
      .news-con .list a .conbox .morebtn {
        margin-top: 8px;
        width: 120px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        color: #fff;
        font-size: 12px;
        background: #2d82b9; }

.contact-con .conbox {
  font-size: 16px;
  line-height: 40px; }
.contact-con .mappic {
  margin-top: 20px; }
  .contact-con .mappic img {
    max-width: 100%; }

.messages-con {
  overflow: hidden; }
  .messages-con.active2 .titlebox {
    width: 100%; }
  .messages-con.active2 .iconbox {
    width: 100%;
    margin-top: 20px;
    padding: 0 30px;
    overflow: hidden; }
    @media screen and (max-width: 990px) {
      .messages-con.active2 .iconbox {
        padding: 0; } }
    .messages-con.active2 .iconbox .list {
      width: 50%;
      float: left;
      margin-right: 0;
      padding: 0 10px; }
      .messages-con.active2 .iconbox .list a .icon .ii {
        padding: 20px 10px; }
  .messages-con .titlebox {
    float: left;
    width: 50%;
    color: #fff; }
    @media screen and (max-width: 990px) {
      .messages-con .titlebox {
        width: 100%;
        padding: 20px; } }
    @media screen and (min-width: 991px) {
      .messages-con .titlebox .tbox {
        width: 315px;
        margin: 20px auto 0; } }
    .messages-con .titlebox .t1 {
      font-size: 36px;
      font-weight: bold; }
    .messages-con .titlebox .t2 {
      font-size: 34px;
      font-family: "Arial";
      text-transform: uppercase;
      letter-spacing: 2px;
      border-bottom: 1px solid #fff;
      padding-bottom: 10px; }
    .messages-con .titlebox .t3 {
      font-size: 18px;
      font-weight: lighter;
      margin-top: 20px;
      letter-spacing: 2px; }
  .messages-con .iconbox {
    float: left;
    width: 50%; }
    @media screen and (max-width: 990px) {
      .messages-con .iconbox {
        width: 100%;
        margin-top: 25px;
        padding: 0 20px 20px; } }
    .messages-con .iconbox .list {
      display: inline-block; }
      @media screen and (min-width: 991px) {
        .messages-con .iconbox .list {
          margin-right: 90px; } }
      @media screen and (max-width: 990px) {
        .messages-con .iconbox .list {
          float: left;
          width: 50%;
          padding: 0 5px; } }
      .messages-con .iconbox .list a {
        text-decoration: none;
        display: block;
        color: #fff;
        font-size: 16px;
        font-weight: lighter;
        text-align: center;
        transition: all .3s; }
        .messages-con .iconbox .list a:hover, .messages-con .iconbox .list a.on {
          color: #00bfff; }
          .messages-con .iconbox .list a:hover .icon, .messages-con .iconbox .list a.on .icon {
            border-color: #00bfff; }
            .messages-con .iconbox .list a:hover .icon .ii, .messages-con .iconbox .list a.on .icon .ii {
              border-color: #00bfff; }
              .messages-con .iconbox .list a:hover .icon .ii img, .messages-con .iconbox .list a.on .icon .ii img {
                top: 0; }
        .messages-con .iconbox .list a .icon {
          border: 1px solid #fff;
          padding: 8px;
          transition: all .3s; }
          .messages-con .iconbox .list a .icon .ii {
            border: 5px solid #fff;
            padding: 25px 30px;
            transition: all .3s; }
            @media screen and (max-width: 990px) {
              .messages-con .iconbox .list a .icon .ii {
                padding: 10px 15px; } }
            .messages-con .iconbox .list a .icon .ii .in {
              width: 80px;
              height: 80px;
              overflow: hidden;
              margin: 0 auto; }
            .messages-con .iconbox .list a .icon .ii img {
              position: relative;
              top: -80px;
              max-width: 100%; }
        .messages-con .iconbox .list a .tit {
          margin-top: 15px;
          line-height: 20px;
          height: 20px;
          overflow: hidden; }

.messagesBox-con {
  background: #fff;
  padding: 5px; }
  .messagesBox-con .mbox {
    border: 1px solid #2d82b9; }
    .messagesBox-con .mbox .title {
      text-align: center;
      font-weight: lighter;
      color: #282828;
      font-size: 18px;
      line-height: 30px;
      height: 30px;
      overflow: hidden;
      margin-top: 25px; }
    .messagesBox-con .mbox .box {
      margin-top: 15px;
      overflow: hidden; }
      .messagesBox-con .mbox .box.active2 .inputlist {
        width: 25%; }
        .messagesBox-con .mbox .box.active2 .inputlist:nth-child(5), .messagesBox-con .mbox .box.active2 .inputlist:nth-child(6) {
          width: 100%; }
          .messagesBox-con .mbox .box.active2 .inputlist:nth-child(5) .tit, .messagesBox-con .mbox .box.active2 .inputlist:nth-child(6) .tit {
            color: #282828;
            background: #fff;
            border-top: 1px solid #eee;
            border-bottom: 1px solid #eee; }
      .messagesBox-con .mbox .box .inputlist {
        float: left;
        width: 20%;
        border-right: 1px solid #eee; }
        .messagesBox-con .mbox .box .inputlist:nth-child(6), .messagesBox-con .mbox .box .inputlist:nth-child(7) {
          width: 100%; }
          .messagesBox-con .mbox .box .inputlist:nth-child(6) .tit, .messagesBox-con .mbox .box .inputlist:nth-child(7) .tit {
            color: #282828;
            background: #fff;
            border-top: 1px solid #eee;
            border-bottom: 1px solid #eee; }
        .messagesBox-con .mbox .box .inputlist .tit {
          text-align: center;
          background: #2d82b9;
          height: 33px;
          line-height: 33px;
          font-size: 14px;
          color: #fff; }
        .messagesBox-con .mbox .box .inputlist .textbox1 {
          border: none;
          width: 100%;
          height: 33px;
          padding: 0 10px;
          font-size: 14px;
          color: #666;
          outline: none; }
        .messagesBox-con .mbox .box .inputlist .textbox2 {
          width: 100%;
          height: 140px;
          padding: 10px;
          font-size: 14px;
          color: #666;
          border: none;
          outline: none; }
        .messagesBox-con .mbox .box .inputlist .submitbtn {
          display: block;
          width: 90px;
          height: 25px;
          background: #2d82b9;
          color: #fff;
          font-weight: lighter;
          line-height: 25px;
          border-radius: 25px;
          border: none;
          margin: 15px auto;
          outline: none;
          transition: all .3s; }
          .messagesBox-con .mbox .box .inputlist .submitbtn:hover {
            background: #194867; }
    .messagesBox-con .mbox .stxt {
      border-top: 1px solid #ddd;
      overflow: hidden;
      padding: 12px 10px; }
      .messagesBox-con .mbox .stxt .icon {
        float: left;
        width: 15px;
        text-align: center; }
      .messagesBox-con .mbox .stxt .con {
        float: left;
        width: calc(100% - 15px); }
        .messagesBox-con .mbox .stxt .con .tit {
          color: #282828; }
        .messagesBox-con .mbox .stxt .con .cn {
          font-size: 12px;
          color: #969696;
          line-height: 20px; }
          .messagesBox-con .mbox .stxt .con .cn span {
            color: #2d82b9; }

.news-details-con img {
  max-width: 100%; }
.news-details-con .biaoti {
  text-align: center;
  font-size: 2.4rem;
  color: #333;
  font-weight: bold; }
.news-details-con .timebox {
  margin: 10px 0;
  text-align: center;
  font-size: 1.4rem;
  color: #666; }
.news-details-con .conbox {
  font-size: 1.4rem;
  color: #666;
  line-height: 30px; }
.news-details-con .conbox  img{ 
 max-width:100%;}
.news-details-con .conbox  table{ 
width:100%;}
.news-details-con .conbox  table td{ border:1px solid #CCCCCC;}
  

.product-details-con img {
  max-width: 100%; }
.product-details-con .picbox {
  margin-bottom: 20px;
  text-align: center; }
  .product-details-con .picbox img {
    border: 1px solid #eee;
    max-width: 100%; }
.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; }
.product-details-con .dcon .cn {
  font-size: 1.4rem;
  color: #636363;
  line-height: 30px; }
 .product-details-con .dcon .cn  img{ 
 max-width:100%;}
   .product-details-con .dcon .cn  table{ 
width:100%;}
   .product-details-con .dcon .cn  table td{ border:1px solid #CCCCCC;}

.header-wrap .header {
  height: 98px;
  position: relative;
  z-index: 1; }
  @media screen and (min-width: 991px) {
    .header-wrap .header:before {
      content: '';
      position: absolute;
      right: 0;
      bottom: 0;
      z-index: -1;
      background: url(../images/headerbg1.png) no-repeat right bottom;
      width: 299px;
      height: 98px; } }
  @media screen and (max-width: 990px) {
    .header-wrap .header {
      height: 65px; } }
  .header-wrap .header .logo {
    line-height: 98px; }
    @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: 50%; } }
  .header-wrap .header .nav-ul {
    height: 98px; }
    .header-wrap .header .nav-ul .navlist {
      height: 98px;
      float: left;
      width: 12.5%;
      text-align: center;
      position: relative;
      z-index: 1; }
      .header-wrap .header .nav-ul .navlist .listh1 {
        display: block;
        color: #000;
        font-size: 14px;
        text-decoration: none;
        line-height: 100px;
        transition: all .3s; }
        .header-wrap .header .nav-ul .navlist .listh1:hover, .header-wrap .header .nav-ul .navlist .listh1.on {
          color: #2d82b9; }
      .header-wrap .header .nav-ul .navlist .list2-ul {
        position: absolute;
        top: 98px;
        left: 0;
        display: none;
        background: #2d82b9;
        width: 150px; }
        .header-wrap .header .nav-ul .navlist .list2-ul .list {
          line-height: 35px;
          position: relative; }
          .header-wrap .header .nav-ul .navlist .list2-ul .list a {
            display: block;
            text-decoration: none;
            color: #fff;
            font-size: 14px; }
            .header-wrap .header .nav-ul .navlist .list2-ul .list a:hover, .header-wrap .header .nav-ul .navlist .list2-ul .list a.on {
              background: #194867; }
          .header-wrap .header .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; }
            .header-wrap .header .nav-ul .navlist .list2-ul .list .list3-ul .list2 a {
              color: #fff;
              font-size: 14px; }
  .header-wrap .header .phonebox {
    margin-top: 30px;
    width: 100%;
    display: inline-block;
    text-align: right; }
    .header-wrap .header .phonebox .icon {
      position: relative;
      top: -15px;
      display: inline-block;
      margin-right: 10px; }
    .header-wrap .header .phonebox .ptxt {
      text-align: left;
      display: inline-block; }
      .header-wrap .header .phonebox .ptxt span {
        display: block;
        font-size: 13px;
        color: #434343; }
        .header-wrap .header .phonebox .ptxt span:nth-child(2) {
          font-size: 28px;
          font-family: "Impact";
          color: #0066cb;
          line-height: 30px; }
  @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: #2d82b9;
    text-align: center;
    z-index: 10; }
    .header-wrap .header .menulist a {
      display: block;
      line-height: 30px;
      color: #fff; }

.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 {
    display: block;
    width: 100%; }
.banner-wrap .owl-theme .owl-controls {
  position: absolute;
  bottom: 10px;
  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: 50%;
      width: 10px;
      height: 10px;
      margin: 0;
      padding: 0; }
  .banner-wrap .owl-theme .owl-controls .owl-page:hover span {
    background: #2d82b9; }
  .banner-wrap .owl-theme .owl-controls .owl-page.active span {
    background: #2d82b9; }
.banner-wrap .wbanner-carousel img {
  width: 100%; }

.content-wrap .w-ltside .mb {
  margin-bottom: 20px; }
  .content-wrap .w-ltside .mb .tit-show .title {
    display: block;
    height: 45px;
    line-height: 45px;
    background: #0066cb;
    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: #0066cb;
      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: #0066cb; }
.content-wrap .ltside .linkbox {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
  .content-wrap .ltside .linkbox .title-arrow {
    background: #2d82b9;
    height: 100px;
    padding-top: 18px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    overflow: hidden;
    text-transform: uppercase; }
    .content-wrap .ltside .linkbox .title-arrow span {
      display: block;
      font-family: "Impact";
      font-weight: normal; }
  .content-wrap .ltside .linkbox .link-wrap {
    background: #2d82b9;
    padding: 0 10px 5px; }
    .content-wrap .ltside .linkbox .link-wrap .lbox {
      margin-bottom: 10px; }
      .content-wrap .ltside .linkbox .link-wrap .lbox .list {
        background: #fff;
        display: block;
        height: 40px;
        text-align: center;
        color: #2d82b9;
        line-height: 40px;
        font-size: 16px;
        text-decoration: none;
        overflow: hidden;
        padding: 0 15px; }
        .content-wrap .ltside .linkbox .link-wrap .lbox .list:hover, .content-wrap .ltside .linkbox .link-wrap .lbox .list.on1 {
          background: #206592;
          color: #fff; }
      .content-wrap .ltside .linkbox .link-wrap .lbox .list2 {
        display: none; }
        .content-wrap .ltside .linkbox .link-wrap .lbox .list2 ul {
          background: #fff;
          padding: 0 15px; }
          .content-wrap .ltside .linkbox .link-wrap .lbox .list2 ul li {
            margin-bottom: 5px;
            border-bottom: 1px dashed #ddd; }
            .content-wrap .ltside .linkbox .link-wrap .lbox .list2 ul li:last-child {
              border-bottom: none;
              margin-bottom: 0; }
            .content-wrap .ltside .linkbox .link-wrap .lbox .list2 ul li a {
              text-align: center;
              display: block;
              height: 35px;
              color: #292929;
              line-height: 35px;
              font-size: 14px;
              text-decoration: none;
              overflow: hidden; }
              .content-wrap .ltside .linkbox .link-wrap .lbox .list2 ul li a:hover {
                color: #206592; }
.content-wrap .ltside .contactbox {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  margin-top: 10px;
  border: 1px solid #2d82b9;
  padding: 15px;
  position: relative; }
  .content-wrap .ltside .contactbox:before {
    content: '';
    position: absolute;
    left: 15px;
    bottom: -55px;
    width: 234px;
    height: 63px;
    background: url(../images/ltside-bg1.png) no-repeat; }
  .content-wrap .ltside .contactbox .titlebox {
    color: #2d82b9;
    font-size: 24px;
    font-weight: lighter;
    text-align: center;
    border-bottom: 1px solid #2d82b9;
    padding: 10px 0 15px; }
    .content-wrap .ltside .contactbox .titlebox span {
      display: block;
      font-size: 14px;
      font-family: "Arial";
      text-transform: uppercase; }
  .content-wrap .ltside .contactbox .cbox .listbox {
    border-bottom: 1px solid #2d82b9;
    padding: 15px 0 10px; }
    .content-wrap .ltside .contactbox .cbox .listbox .list {
      margin-bottom: 5px;
      overflow: hidden; }
      .content-wrap .ltside .contactbox .cbox .listbox .list:first-child span {
        color: #2d82b9;
        font-size: 24px;
        font-family: "Impact"; }
      .content-wrap .ltside .contactbox .cbox .listbox .list i {
        margin-top: 5px;
        float: left;
        width: 20px; }
      .content-wrap .ltside .contactbox .cbox .listbox .list span {
        float: left;
        width: calc(100% - 20px);
        color: #2d82b9;
        font-size: 14px; }
  .content-wrap .ltside .contactbox .cbox .btnbox {
    margin: 15px 0 5px; }
    .content-wrap .ltside .contactbox .cbox .btnbox a {
      text-decoration: none;
      display: block;
      height: 35px;
      width: 100%;
      background: #2d82b9;
      color: #fff;
      line-height: 35px;
      text-align: center;
      transition: all .3s; }
      .content-wrap .ltside .contactbox .cbox .btnbox a:hover {
        background: #194867; }

@media screen and (max-width: 990px) {
  .footer-wrap {
    margin-bottom: 75px; } }
.footer-wrap .footer .f1box {
  background: #2f2f2f;
  border-bottom: 1px solid #4e4e4e; }
  .footer-wrap .footer .f1box .listbox {
    display: inline-block;
    float: left;
    padding: 65px 0 0;
    height: 355px;
    width: 33.33%; }
    .footer-wrap .footer .f1box .listbox:last-child {
      border-right: none;
      padding-left: 75px; }
    .footer-wrap .footer .f1box .listbox:nth-child(2) {
      padding-left: 75px; }
    .footer-wrap .footer .f1box .listbox .conbox {
      margin-top: 20px;
      color: rgba(241, 241, 241, 0.6);
      font-size: 14px;
      line-height: 25px; }
      .footer-wrap .footer .f1box .listbox .conbox .con {
        height: 125px;
        overflow: hidden; }
      .footer-wrap .footer .f1box .listbox .conbox .list {
        margin-bottom: 30px;
        color: #fff;
        font-size: 14px; }
        .footer-wrap .footer .f1box .listbox .conbox .list:nth-child(2) span {
          margin-top: 2px; }
        .footer-wrap .footer .f1box .listbox .conbox .list:nth-child(3) {
          font-size: 18px;
          font-family: "Impact"; }
        .footer-wrap .footer .f1box .listbox .conbox .list i {
          float: left;
          width: 40px; }
        .footer-wrap .footer .f1box .listbox .conbox .list span {
          float: left;
          width: calc(100% - 40px); }
    .footer-wrap .footer .f1box .listbox .timebox {
      margin-top: 30px;
      color: #fff;
      font-size: 12px; }
      .footer-wrap .footer .f1box .listbox .timebox i {
        margin-right: 10px; }
    .footer-wrap .footer .f1box .listbox .title {
      color: #fff;
      font-size: 18px;
      margin-bottom: 45px; }
    .footer-wrap .footer .f1box .listbox .linkbox {
      overflow: hidden; }
      .footer-wrap .footer .f1box .listbox .linkbox a {
        display: inline-block;
        color: #fff;
        font-size: 14px;
        overflow: hidden;
        float: left;
        width: 50%;
        margin-bottom: 25px; }
        .footer-wrap .footer .f1box .listbox .linkbox a:hover {
          opacity: .5; }
        .footer-wrap .footer .f1box .listbox .linkbox a i {
          float: left;
          width: 30px;
          font-style: normal; }
        .footer-wrap .footer .f1box .listbox .linkbox a span {
          float: left;
          width: calc(100% - 30px); }
    .footer-wrap .footer .f1box .listbox .ewmbox {
      margin-top: 35px;
      color: #fff; }
      .footer-wrap .footer .f1box .listbox .ewmbox .list {
        display: inline-block;
        float: left;
        margin-right: 30px;
        width: 140px;
        text-align: center;
        font-size: 13px;
        color: #eaeaea; }
        .footer-wrap .footer .f1box .listbox .ewmbox .list img {
          width: 100%; }
        .footer-wrap .footer .f1box .listbox .ewmbox .list span {
          margin-top: 10px;
          display: block; }
.footer-wrap .footer .f2box {
  background: #2f2f2f;
  padding: 10px 0;
  color: #fff; }
  @media screen and (max-width: 990px) {
    .footer-wrap .footer .f2box {
      text-align: center; } }
  .footer-wrap .footer .f2box .flt {
    opacity: .3;
    float: left;
    line-height: 25px; }
    @media screen and (max-width: 990px) {
      .footer-wrap .footer .f2box .flt {
        float: none;
        line-height: 25px; } }
  .footer-wrap .footer .f2box .frt {
    float: right; }
    @media screen and (max-width: 990px) {
      .footer-wrap .footer .f2box .frt {
        display: none; } }
    .footer-wrap .footer .f2box .frt a {
      text-decoration: none;
      display: inline-block; }

.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; }

/*# sourceMappingURL=style.css.map */
