@charset "UTF-8";
@-webkit-keyframes topToBottom {
  0% {
    top: 0;
    opacity: 1; }
  50% {
    top: 50px;
    opacity: 0; }
  100% {
    top: 0;
    opacity: 1; } }
@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; }

.trans {
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  backface-visibility: hidden; }

.main-background-1 {
  background: #292c2e; }

.main-background-2 {
  background: #1b2986; }

.main-background-3 {
  background: url(../images/contactbg.jpg) no-repeat center center;
  background-size: cover; }

.main-pad-1 {
  padding: 65px 0; }
  @media screen and (max-width: 990px) {
    .main-pad-1 {
      padding: 35px 0; } }

.main-pad-2 {
  padding: 45px 0; }

.main-pad-3 {
  padding: 55px 0 0; }
  @media screen and (max-width: 990px) {
    .main-pad-3 {
      padding: 35px 0 0; } }

.main-martop-1 {
  margin-top: 35px; }

.main-martop-2 {
  margin-top: 35px; }

.main-martop-3 {
  margin-top: 10px; }

.main-marbottom-1 {
  margin-bottom: 35px; }

.main-marbottom-2 {
  margin-bottom: 15px; }

.main-padleft-1 {
  padding-left: 25px; }
  @media screen and (max-width: 990px) {
    .main-padleft-1 {
      padding-left: 0; } }

.main-padright-1 {
  padding-right: 20px; }
  @media screen and (max-width: 990px) {
    .main-padright-1 {
      padding: 0; } }

.no-paddingTop {
  padding-top: 0; }

.no-paddingBottom {
  padding-bottom: 0; }

@media screen and (min-width: 991px) {
  .col-md-13 {
    width: 20%; } }

.title-1.active2 .chtit {
  color: #fff; }
.title-1.active2 .entit {
  color: #fff; }
.title-1 .chtit {
  font-size: 25px;
  color: #3d3d3d; }
.title-1 .entit {
  font-size: 14px;
  color: #777;
  font-family: "Arial";
  text-transform: uppercase; }

.productbox-con .choosebox {
  text-align: center; }
  .productbox-con .choosebox .list {
    display: inline-block;
    margin: 0 2px 5px; }
    .productbox-con .choosebox .list a {
      text-decoration: none;
      display: block;
      border: 1px solid #eee;
      padding: 0 25px;
      height: 40px;
      line-height: 40px;
      font-size: 16px;
      color: #3d3d3d;
      transition: all .3s; }
      .productbox-con .choosebox .list a:hover, .productbox-con .choosebox .list a.active {
        background: #1b2986;
        color: #fff; }
.productbox-con .tabhd {
  text-align: center; }
  .productbox-con .tabhd .thdlist {
    display: inline-block;
    margin: 0 2px 5px; }
    .productbox-con .tabhd .thdlist a {
      text-decoration: none;
      display: block;
      border: 1px solid #eee;
      padding: 0 25px;
      height: 40px;
      line-height: 40px;
      font-size: 16px;
      color: #3d3d3d;
      transition: all .3s; }
      .productbox-con .tabhd .thdlist a:hover, .productbox-con .tabhd .thdlist a.active {
        background: #1b2986;
        color: #fff; }
.productbox-con .tabbd {
  margin-top: 45px; }
  .productbox-con .tabbd .tbdlist {
    display: none; }
    .productbox-con .tabbd .tbdlist:first-child {
      display: block; }
.productbox-con ul {
  overflow: hidden; }
  .productbox-con ul li {
    float: left;
    width: 16.66%;
    padding: 0 5px 10px; }
    @media screen and (max-width: 990px) {
      .productbox-con ul li {
        width: 25%; } }
    @media screen and (max-width: 480px) {
      .productbox-con ul li {
        width: 50%; } }
    .productbox-con ul li a {
      text-decoration: none;
      display: block; }
      .productbox-con ul li a:hover .picbox .imgbox {
        transform: scale(1.2); }
      .productbox-con ul li a .picbox {
        position: relative;
        overflow: hidden; }
        .productbox-con ul li a .picbox .imgbox {
          transition: all 1s; }
          .productbox-con ul li a .picbox .imgbox img {
            max-width: 100%;
            max-height: 100%; }
        .productbox-con ul li a .picbox .showcn {
          position: absolute;
          width: 100%;
          height: 100%;
          left: -100%;
          top: -100%;
          z-index: 1;
          background: rgba(0, 0, 0, 0.7);
          display: -webkit-flex;
          -webkit-align-items: center;
          display: flex;
          align-items: center;
          justify-content: center; }
          .productbox-con ul li a .picbox .showcn .sbox {
            text-align: center; }
            .productbox-con ul li a .picbox .showcn .sbox .tit {
              color: #fff;
              font-size: 20px;
              font-weight: bold;
              line-height: 35px;
              height: 35px;
              overflow: hidden; }
            .productbox-con ul li a .picbox .showcn .sbox .icon {
              margin-top: 10px; }
      .productbox-con ul li a .conbox {
        margin-top: 10px;
        margin-bottom: 15px;
        font-size: 18px;
        color: #3d3d3d;
        line-height: 30px;
        height: 30px;
        overflow: hidden;
        text-align: center; }

.areabox-con {
  padding: 20px 10px 0; }
  .areabox-con .list {
    padding: 0 10px 20px; }
    .areabox-con .list a {
      text-decoration: none;
      display: block; }
      .areabox-con .list a:hover .picbox .imgbox {
        transform: scale(1.2); }
      .areabox-con .list a:hover .picbox .showcn .sbox .icon {
        background: #03b8ff;
        border-color: #03b8ff; }
      .areabox-con .list a .picbox {
        overflow: hidden;
        position: relative; }
        .areabox-con .list a .picbox .imgbox {
          overflow: hidden;
          transition: all 1s; }
          .areabox-con .list a .picbox .imgbox img {
            max-height: 100%;
            max-width: 100%; }
        .areabox-con .list a .picbox .showcn {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background: rgba(0, 0, 0, 0.8);
          display: -webkit-flex;
          -webkit-align-items: center;
          display: flex;
          align-items: center;
          justify-content: center; }
          .areabox-con .list a .picbox .showcn .sbox {
            text-align: center;
            color: #fff; }
            .areabox-con .list a .picbox .showcn .sbox .icon {
              display: inline-block;
              width: 98px;
              height: 98px;
              line-height: 96px;
              border: 1px solid #fff;
              border-radius: 50%;
              transition: all .3s; }
            .areabox-con .list a .picbox .showcn .sbox .con {
              margin-top: 15px; }
              .areabox-con .list a .picbox .showcn .sbox .con span {
                display: block;
                font-size: 20px; }
                .areabox-con .list a .picbox .showcn .sbox .con span:nth-child(2) {
                  margin-top: 5px;
                  font-size: 14px;
                  font-family: "Arial"; }

.newsbox-con .n1box .newsbox-n1box-carousel {
  width: 100% !important;
  margin-left: auto;
  margin-right: auto; }
  .newsbox-con .n1box .newsbox-n1box-carousel .item {
    display: block;
    text-decoration: none; }
    .newsbox-con .n1box .newsbox-n1box-carousel .item:hover .picbox .imgbox {
      transform: scale(1.2); }
    .newsbox-con .n1box .newsbox-n1box-carousel .item .picbox {
      overflow: hidden; }
      .newsbox-con .n1box .newsbox-n1box-carousel .item .picbox .imgbox {
        transition: all 1s;
        overflow: hidden; }
        .newsbox-con .n1box .newsbox-n1box-carousel .item .picbox .imgbox img {
          max-width: 100%;
          max-height: 100%; }
    .newsbox-con .n1box .newsbox-n1box-carousel .item .conbox {
      margin-top: 10px;
      border: 1px solid #ddd;
      overflow: hidden; }
      .newsbox-con .n1box .newsbox-n1box-carousel .item .conbox .timebox {
        float: left;
        width: 100px;
        height: 100px;
        padding-top: 10px;
        font-size: 14px;
        color: #696969;
        text-align: center;
        transition: all .3s; }
        @media screen and (max-width: 990px) {
          .newsbox-con .n1box .newsbox-n1box-carousel .item .conbox .timebox {
            width: 70px; } }
        .newsbox-con .n1box .newsbox-n1box-carousel .item .conbox .timebox span {
          font-size: 36px;
          display: block;
          font-weight: bold;
          font-family: "Arial"; }
      .newsbox-con .n1box .newsbox-n1box-carousel .item .conbox .line {
        margin-top: 30px;
        float: left;
        width: 15px;
        height: 2px;
        background: #122a88;
        transition: all .3s; }
      .newsbox-con .n1box .newsbox-n1box-carousel .item .conbox .con {
        float: left;
        width: calc(100% - 190px);
        padding-left: 14px; }
        @media screen and (max-width: 990px) {
          .newsbox-con .n1box .newsbox-n1box-carousel .item .conbox .con {
            width: calc(100% - 70px); } }
        .newsbox-con .n1box .newsbox-n1box-carousel .item .conbox .con .tit {
          margin-top: 20px;
          font-weight: bold;
          font-size: 18px;
          color: #212121;
          line-height: 20px;
          height: 20px;
          overflow: hidden; }
        .newsbox-con .n1box .newsbox-n1box-carousel .item .conbox .con .cn {
          margin-top: 8px;
          color: #696969;
          font-size: 14px;
          line-height: 20px;
          height: 40px;
          overflow: hidden; }
      .newsbox-con .n1box .newsbox-n1box-carousel .item .conbox .add {
        margin-right: 20px;
        margin-top: 45px;
        float: right;
        width: 20px;
        height: 20px;
        background: #545454;
        line-height: 20px;
        color: #fff;
        font-size: 1.4rem;
        text-align: center;
        transition: all .3s; }
        @media screen and (max-width: 990px) {
          .newsbox-con .n1box .newsbox-n1box-carousel .item .conbox .add {
            display: none; } }
@media screen and (max-width: 990px) {
  .newsbox-con .n2box {
    margin-top: 35px; } }
.newsbox-con .n2box .bd ul {
  overflow: hidden;
  zoom: 1; }
  .newsbox-con .n2box .bd ul li {
    margin-bottom: 12px; }
    .newsbox-con .n2box .bd ul li a {
      text-decoration: none;
      display: block;
      border: 1px solid #ddd;
      overflow: hidden;
      transition: all .3s; }
      .newsbox-con .n2box .bd ul li a:hover {
        background: #1b2986; }
        .newsbox-con .n2box .bd ul li a:hover .timebox {
          color: #fff; }
        .newsbox-con .n2box .bd ul li a:hover .con .tit {
          color: #fff; }
        .newsbox-con .n2box .bd ul li a:hover .con .cn {
          color: #fff; }
        .newsbox-con .n2box .bd ul li a:hover .add {
          background: #fff;
          color: #1b2986; }
      .newsbox-con .n2box .bd ul li a .timebox {
        float: left;
        width: 100px;
        height: 100px;
        padding-top: 10px;
        font-size: 14px;
        color: #696969;
        text-align: center;
        transition: all .3s; }
        @media screen and (max-width: 990px) {
          .newsbox-con .n2box .bd ul li a .timebox {
            width: 70px; } }
        .newsbox-con .n2box .bd ul li a .timebox span {
          font-size: 36px;
          display: block;
          font-weight: bold;
          font-family: "Arial"; }
      .newsbox-con .n2box .bd ul li a .line {
        margin-top: 30px;
        float: left;
        width: 15px;
        height: 2px;
        background: #122a88;
        transition: all .3s; }
      .newsbox-con .n2box .bd ul li a .con {
        float: left;
        width: calc(100% - 190px);
        padding-left: 14px; }
        @media screen and (max-width: 990px) {
          .newsbox-con .n2box .bd ul li a .con {
            width: calc(100% - 70px); } }
        .newsbox-con .n2box .bd ul li a .con .tit {
          margin-top: 20px;
          font-weight: bold;
          font-size: 18px;
          color: #212121;
          line-height: 20px;
          height: 20px;
          overflow: hidden; }
        .newsbox-con .n2box .bd ul li a .con .cn {
          margin-top: 8px;
          color: #696969;
          font-size: 14px;
          line-height: 20px;
          height: 40px;
          overflow: hidden; }
      .newsbox-con .n2box .bd ul li a .add {
        margin-right: 20px;
        margin-top: 45px;
        float: right;
        width: 20px;
        height: 20px;
        background: #545454;
        line-height: 20px;
        color: #fff;
        font-size: 1.4rem;
        text-align: center;
        transition: all .3s; }
        @media screen and (max-width: 990px) {
          .newsbox-con .n2box .bd ul li a .add {
            display: none; } }

.contactbox-con .c1box .list {
  overflow: hidden;
  margin-bottom: 35px; }
  .contactbox-con .c1box .list .icon {
    float: left;
    width: 65px; }
  .contactbox-con .c1box .list .con {
    float: left;
    width: calc(100% - 65px);
    border-left: 1px solid #333;
    height: 105px;
    padding-left: 18px;
    font-size: 16px;
    color: #3b3b3b;
    line-height: 35px; }
    @media screen and (max-width: 990px) {
      .contactbox-con .c1box .list .con {
        border-left: none;
        height: auto;
        padding-left: 0; } }
    .contactbox-con .c1box .list .con a {
      margin-top: 10px;
      margin-right: 5px;
      display: inline-block;
      transition: all .3s; }
      .contactbox-con .c1box .list .con a:hover {
        opacity: .5; }
.contactbox-con .c2box .inputlist {
  margin-bottom: 15px; }
  .contactbox-con .c2box .inputlist .textbox1 {
    width: 100%;
    height: 45px;
    line-height: 43px;
    border: 1px solid #333;
    padding: 0 10px;
    font-size: 16px;
    color: #333;
    background: none; }
  .contactbox-con .c2box .inputlist .textbox2 {
    width: 100%;
    height: 145px;
    border: 1px solid #333;
    padding: 10px;
    font-size: 16px;
    color: #333;
    background: none; }
  .contactbox-con .c2box .inputlist .submitbtn {
    width: 100%;
    height: 40px;
    background: #000;
    color: #fff;
    border: none;
    outline: none;
    font-size: 16px;
    transition: all .3s; }
    .contactbox-con .c2box .inputlist .submitbtn:hover {
      background: #1b2986; }



.adbanner-wrap img {
  width: 100%; }

.title-posit {
  height: 40px;
  line-height: 40px;
  background: #e9e9e9; }
  .title-posit .tp {
    overflow: hidden; }
    .title-posit .tp .title {
      display: inline-block;
      float: left;
      background: #d30000;
      padding: 0 15px;
      color: #fff;
      font-size: 20px; }
    .title-posit .tp .posit {
      font-size: 14px;
      color: #999;
      padding-right: 15px; }
      .title-posit .tp .posit a {
        display: inline-block;
        color: #999; }

.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: #0174c7;
    position: relative;
    top: -17px; }

.product-con .plist {
  padding: 0 10px 20px; }
  .product-con .plist a {
    text-decoration: none;
    display: block;
    border: 1px solid #ddd;
    padding: 8px;
    overflow: hidden;
    transition: all .3s; }
    .product-con .plist a:hover {
      border-color: #0174c7; }
      .product-con .plist a:hover .conbox .morebtn {
        background: #0174c7; }
    .product-con .plist a .picbox {
      overflow: hidden; }
      .product-con .plist a .picbox .imgbox {
        overflow: hidden;
        transition: all .3s; }
        .product-con .plist a .picbox .imgbox img {
          max-width: 100%;
          max-height: 100%; }
          @media screen and (min-width: 991px) {
            .product-con .plist a .picbox .imgbox img {
              height: 169px; } }
    .product-con .plist a .conbox {
      text-align: center; }
      .product-con .plist a .conbox .tit {
        font-size: 18px;
        color: #333;
        line-height: 45px;
        height: 45px;
        overflow: hidden; }
      .product-con .plist a .conbox .morebtn {
        height: 35px;
        line-height: 35px;
        color: #fff;
        background: #333;
        font-size: 16px;
        transition: all .3s; }

.about-con {
  font-size: 14px;
  line-height: 35px;
  color: #333; }
  .about-con img {
    max-width: 100%;
    margin: 15px 0; }

.contact-con .ccon {
  font-size: 16px;
  line-height: 35px;
  color: #333; }
.contact-con .mappic {
  border: 1px solid #ddd;
  margin-top: 25px; }
  .contact-con .mappic img {
    width: 100%; }

.news-con .list {
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
  padding: 0 15px 30px; }
  .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: 45%; } }
      .news-con .list a .picbox .imgbox {
        transition: all 1s;
        overflow: hidden; }
        .news-con .list a .picbox .imgbox img {
          max-height: 100%;
          max-width: 100%; }
    .news-con .list a .conbox {
      float: right;
      width: 65%;
      padding-right: 20px; }
      @media screen and (max-width: 990px) {
        .news-con .list a .conbox {
          width: 52%;
          padding-right: 0; } }
      .news-con .list a .conbox .title {
        margin-top: 20px;
        font-size: 18px;
        font-weight: bold;
        color: #212121;
        line-height: 30px;
        height: 30px;
        overflow: hidden; }
      .news-con .list a .conbox .con {
        margin-top: 15px;
        font-size: 14px;
        color: #696969;
        line-height: 25px;
        height: 75px;
        overflow: hidden; }

.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; }

.product-details-con .picbox {
  margin-bottom: 20px;
  text-align: center; }
  .product-details-con .picbox img {
    border: 1px solid #ccc;
    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; }



.menulist {
  position: fixed;
  font-size: 14px;
  top: 0;
  right: -100%;
  width: 60%;
  height: 100%;
  background: #fff;
  z-index:20;
  transition: all .3s; }
.menulist .closebtn {
  padding-right: 15px;
  padding-bottom: 5px;
  text-align: right; }
.menulist .closebtn a {
  text-decoration: none;
  font-size: 30px;
  color: #333; }
.menulist .l1box .l1 {
  text-decoration: none;
  display: block;
  line-height: 35px;
  color: #333;
  font-size: 14px;
  padding-left: 25px;
  padding-right: 15px;
  border-left: 3px solid rgba(3, 184, 255, 0); }
.menulist .l1box .l1:hover {
  background: #eee;
  border-left: 3px solid #03b8ff; }
.menulist .l1box .l1.on1 span:before {
  content: '-'; }
.menulist .l1box .l1 span {
  float: right;
  font-size: 18px;
  font-weight: bold;
  position: relative; }
.menulist .l1box .l1 span:before {
  content: '+';
  position: absolute;
  right: 0;
  top: 0; }
.menulist .l1box .l2box {
  display: none;
  background: #ddd;
  padding-left: 35px; }
.menulist .l1box .l2box .l2 a {
  line-height: 35px;
  color: #333; }

.header-wrap .header {
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(27, 41, 134, 0.9);
  z-index: 10;
  padding: 0 30px;
  transition: all .3s; }
  @media screen and (max-width: 990px) {
    .header-wrap .header {
      height: 65px;
      padding: 0 15px; } }
  .header-wrap .header .logo {
    line-height: 100px; }
    @media screen and (max-width: 990px) {
      .header-wrap .header .logo {
        line-height: 65px; } }
    .header-wrap .header .logo img {
      max-width: 100%;
      transition: all .3s; }
      @media screen and (max-width: 990px) {
        .header-wrap .header .logo img {
          max-width: 60%; } }
  .header-wrap .header .nav-ul .navlist {
    float: left;
    width: 14.25%;
    text-align: center;
    position: relative;
    height: 100px;
    z-index: 5; }
    .header-wrap .header .nav-ul .navlist .listh1 {
      display: block;
      color: #fff;
      font-size: 16px;
      text-decoration: none;
      line-height: 100px;
      position: relative;
      transition: all .3s; }
      .header-wrap .header .nav-ul .navlist .listh1:hover, .header-wrap .header .nav-ul .navlist .listh1.on {
        color: #03b8ff; }
    .header-wrap .header .nav-ul .navlist .list2-ul {
      position: absolute;
      top: 120px;
      left: 0;
      opacity: 0;
      background: #fff;
      width: 150px;
      transition: all .3s; }
      .header-wrap .header .nav-ul .navlist .list2-ul.active {
        top: 100px;
        opacity: 1; }
      .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: #333;
          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: #03b8ff;
            color: #fff; }
        .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 .col-xs-2 {
    position: static; }
  .header-wrap .header .menu {
    margin-top: 25px;
    float: right; }
    .header-wrap .header .menu span {
      display: block;
      width: 30px;
      height: 2px;
      background: #fff;
      margin-bottom: 7px;
      position: relative;
      transition: all .3s; }
  .header-wrap .header .menulist {
    display: none;
    font-size: 14px;
    position: absolute;
    top: 65px;
    right: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    z-index: 10; }
    .header-wrap .header .menulist a {
      display: block;
      line-height: 35px;
      color: #fff; }
  @media screen and (min-width: 991px) {
    .header-wrap .header.active {
      padding: 0 15px;
      height: 80px; }
      .header-wrap .header.active .logo {
        line-height: 80px; }
        .header-wrap .header.active .logo img {
          max-width: 25%; }
      .header-wrap .header.active .nav-ul {
        height: 80px; }
        .header-wrap .header.active .nav-ul .listh1 {
          font-size: 14px;
          line-height: 80px; }
        .header-wrap .header.active .nav-ul .list2-ul {
          top: 100px; }
          .header-wrap .header.active .nav-ul .list2-ul.active {
            top: 80px; } }

.banner-wrap {
  position: relative; }
  .banner-wrap .banner-carousel {
    width: 100% !important;
    margin-left: auto;
    margin-right: auto; }
    .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;
        width: 22px;
        height: 7px;
        margin: 0;
        padding: 0;
        border-radius: 7px;
        border: 1px solid #fff; }
    .banner-wrap .owl-theme .owl-controls .owl-page:hover span {
      background: none; }
    .banner-wrap .owl-theme .owl-controls .owl-page.active span {
      background: none; }
  .banner-wrap .wbanner-carousel img {
    width: 100%; }
  @media screen and (min-width: 991px) {
    .banner-wrap {
      height: 100%; }
      .banner-wrap .banner-carousel {
        height: 100%; }
        .banner-wrap .banner-carousel .item {
          height: 100%; }
      .banner-wrap .owl-carousel .owl-wrapper-outer {
        height: 100%; }
        .banner-wrap .owl-carousel .owl-wrapper-outer .owl-wrapper {
          height: 100%; }
      .banner-wrap .owl-carousel .owl-item {
        height: 100%; }
      .banner-wrap .owl-theme .owl-controls {
        position: absolute;
        bottom: 25%;
        right: 90px;
        width: auto;
        text-align: right;
        z-index: 15; }
        .banner-wrap .owl-theme .owl-controls .owl-page {
          display: block;
          margin: 5px 0; }
          .banner-wrap .owl-theme .owl-controls .owl-page span {
            display: block;
            opacity: 1;
            background: #7d7d7d;
            width: 5px;
            height: 95px;
            margin: 0;
            padding: 0;
            border-radius: 0;
            border: none; }
        .banner-wrap .owl-theme .owl-controls .owl-page:hover span {
          background: #03b8ff; }
        .banner-wrap .owl-theme .owl-controls .owl-page.active span {
          background: #03b8ff; } }
  .banner-wrap .arrow {
    position: absolute;
    left: 50%;
    bottom: 65px; }
    .banner-wrap .arrow a {
      text-decoration: none;
      display: block;
      text-align: center; }
      .banner-wrap .arrow a img {
        position: relative;
        -webkit-animation: topToBottom 2s 0s linear infinite;
        animation: topToBottom 2s 0s linear infinite; }

.content-wrap .contentbox {
  margin-bottom: 60px; }
.content-wrap .w-ltside .mb {
  margin-bottom: 20px; }
  .content-wrap .w-ltside .mb .tit-show .title {
    display: block;
    height: 45px;
    line-height: 45px;
    background: #000;
    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: #0174c7;
      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: #0174c7; }
.content-wrap .ltside .linkbox .title-arrow {
  background: #000;
  color: #fff;
  height: 105px;
  padding: 12px 0 0 20px; }
  .content-wrap .ltside .linkbox .title-arrow .entit {
    text-transform: uppercase;
    font-size: 20px; }
  .content-wrap .ltside .linkbox .title-arrow .line {
    width: 95px;
    height: 1px;
    background: #fff;
    margin: 10px 0 15px; }
  .content-wrap .ltside .linkbox .title-arrow .chtit {
    font-size: 20px;
    font-weight: bold; }
.content-wrap .ltside .linkbox .link-wrap {
  background: #eee;
  padding: 12px 8px; }
  .content-wrap .ltside .linkbox .link-wrap .lbox {
    margin-bottom: 5px; }
    .content-wrap .ltside .linkbox .link-wrap .lbox:last-child {
      margin-bottom: 0; }
    .content-wrap .ltside .linkbox .link-wrap .lbox .list {
      background: #fff;
      display: block;
      height: 40px;
      line-height: 40px;
      text-align: left;
      font-size: 16px;
      border-radius: 5px;
      text-decoration: none;
      color: #333;
      padding-left: 15px;
      padding-right: 15px;
      overflow: hidden;
      position: relative;
      z-index: 10; }
      .content-wrap .ltside .linkbox .link-wrap .lbox .list:hover {
        background: #0174c7;
        color: #fff; }
        .content-wrap .ltside .linkbox .link-wrap .lbox .list:hover .tit span {
          color: #fff; }
      .content-wrap .ltside .linkbox .link-wrap .lbox .list.on1 {
        background: #0174c7;
        color: #fff; }
        .content-wrap .ltside .linkbox .link-wrap .lbox .list.on1 .tit span {
          color: #fff; }
    .content-wrap .ltside .linkbox .link-wrap .lbox .list2 {
      display: none; }
      .content-wrap .ltside .linkbox .link-wrap .lbox .list2 ul {
        background: #ededed;
        padding: 5px 10px 0; }
        .content-wrap .ltside .linkbox .link-wrap .lbox .list2 ul li {
          border-bottom: 1px dashed #ccc; }
          .content-wrap .ltside .linkbox .link-wrap .lbox .list2 ul li a {
            padding-left: 20px;
            display: block;
            height: 35px;
            text-align: left;
            color: #696969;
            line-height: 35px;
            font-size: 1.4rem;
            text-decoration: none;
            overflow: hidden; }
            .content-wrap .ltside .linkbox .link-wrap .lbox .list2 ul li a:hover {
              color: #0174c7; }
            .content-wrap .ltside .linkbox .link-wrap .lbox .list2 ul li a i {
              font-style: normal;
              float: left;
              width: 10%; }
            .content-wrap .ltside .linkbox .link-wrap .lbox .list2 ul li a span {
              float: left;
              width: 80%; }
.content-wrap .ltside .contactbox {
  margin-top: 20px; }
  .content-wrap .ltside .contactbox .title-arrow {
    background: #000;
    color: #fff;
    height: 105px;
    padding: 12px 0 0 20px; }
    .content-wrap .ltside .contactbox .title-arrow .entit {
      text-transform: uppercase;
      font-size: 20px; }
    .content-wrap .ltside .contactbox .title-arrow .line {
      width: 95px;
      height: 1px;
      background: #fff;
      margin: 10px 0 15px; }
    .content-wrap .ltside .contactbox .title-arrow .chtit {
      font-size: 20px;
      font-weight: bold; }
  .content-wrap .ltside .contactbox .cbox {
    background: #e9e9e9;
    color: #333;
    padding: 10px 15px;
    line-height: 30px;
    font-size: 14px;
    font-family: "黑体"; }

@media screen and (max-width: 990px) {
  .footer-wrap {
    margin-bottom: 75px; } }
.footer-wrap .footer {
  background: #000;
  color: #fff;
  padding: 15px 0;
  text-align: center;
  font-size: 14px;
  line-height: 35px; }
  @media screen and (max-width: 990px) {
    .footer-wrap .footer {
      padding: 20px 0; } }
  .footer-wrap .footer .linkbox {
    margin-bottom: 5px; }
    .footer-wrap .footer .linkbox a {
      display: inline-block;
      color: #fff; }
    .footer-wrap .footer .linkbox span {
      margin: 0 20px; }
  .footer-wrap .footer .copyright {
    font-weight: lighter;
    font-size: 12px;
    opacity: .5;
    line-height: 20px; }

.hot-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75px;
  background: #292929;
  z-index: 9; }
  .hot-wrap .list {
    height: 75px;
    width: 33.33%;
    float: left;
    display: block; }
    .hot-wrap .list.hot-ewm {
      position: relative; }
      .hot-wrap .list.hot-ewm .ewmbox {
        position: absolute;
        bottom: 75px;
        right: 0;
        display: none;
        width: 120px;
        background: rgba(0, 0, 0, 0.8);
        padding: 15px; }
        .hot-wrap .list.hot-ewm .ewmbox img {
          width: 100%; }
    .hot-wrap .list:hover {
      background: #191919; }
    .hot-wrap .list a {
      text-decoration: none;
      display: block;
      text-align: center; }
      .hot-wrap .list a i {
        display: block;
        padding-bottom: .2em;
        padding-top: .5em; }
      .hot-wrap .list a span {
        font-size: 1rem;
        color: #fff; }

@media screen and (max-width: 990px){
  .adbanner-wrap{
    margin-top: 65px;
  }
  .banner-wrap{
    margin-top: 65px;
  }
}

@media screen and (max-width: 480px){
    .productbox-con .tabhd .thdlist a{
        height: 35px;
        line-height: 35px;
        font-size: 12px;
        padding: 0 15px;
    }
    .productbox-con .choosebox .list a{
        height: 35px;
        line-height: 35px;
        font-size: 12px;
        padding: 0 15px;
    }
    .productbox-con ul li a .conbox{
        font-size: 14px;
    }
    .areabox-con .list a .picbox .showcn .sbox .con span{
        font-size: 14px;
    }
    .areabox-con .list a .picbox .showcn .sbox .con span:nth-child(2){
        font-size: 12px;
    }
    .areabox-con .list a .picbox .showcn .sbox .icon{
        width: 80px;
        height: 80px;
        line-height: 80px;
    }
    .areabox-con .list a .picbox .showcn .sbox .icon img{
        width: 35px;
    }
    .newsbox-con .n1box .newsbox-n1box-carousel .item .conbox .con .tit{
        font-size: 14px;
    }
    .newsbox-con .n1box .newsbox-n1box-carousel .item .conbox .con .cn{
        font-size: 12px;
    }
    .newsbox-con .n2box .bd ul li a .con .tit{
        font-size: 14px;
    }
    .newsbox-con .n2box .bd ul li a .con .cn{
        font-size: 12px;
    }
    .contactbox-con .c1box .list .con{
        font-size: 14px;
        line-height: 25px;
    }
    .contactbox-con .c1box .list .con a img{
        width: 30px;
    }
    .contactbox-con .c2box .inputlist .textbox1{
        height: 35px;
        line-height: 33px;
        font-size: 12px;
    }
    .contactbox-con .c2box .inputlist .textbox2{
        font-size: 12px;
        height: 85px;
    }
    .contactbox-con .c2box .inputlist .submitbtn{
        font-size: 14px;
        height: 35px;
    }
}

/*# sourceMappingURL=style.css.map */
