@charset "UTF-8";
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: #00a5f2; }

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

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

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

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

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

.main-padBottom-1 {
  padding-bottom: 45px; }

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

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

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

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

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

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

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

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

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

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

.title-1 {
  overflow: hidden; }
  .title-1 .title {
    float: left;
    font-size: 26px;
    color: #313131;
    width: 390px; }
    @media screen and (max-width: 990px) {
      .title-1 .title {
        width: 100%;
        float: none; } }
    .title-1 .title span {
      margin-left: 8px;
      text-transform: uppercase;
      color: #b5b5b5;
      font-size: 14px;
      font-family: "Arial"; }
  .title-1 .choose {
    margin-top: 5px;
    float: right;
    width: calc(100% - 390px);
    text-align: right; }
    @media screen and (max-width: 990px) {
      .title-1 .choose {
        text-align: left;
        width: 100%;
        margin-top: 20px;
        float: none; } }
    .title-1 .choose a {
      text-decoration: none;
      display: inline-block;
      height: 33px;
      line-height: 33px;
      padding: 0 10px;
      color: #4f4f4f;
      font-size: 14px;
      transition: all .3s; }
      .title-1 .choose a:hover {
        background: #00a5f2;
        color: #fff; }

.text-1 a {
  text-decoration: none;
  display: inline-block;
  height: 35px;
  line-height: 33px;
  border: 1px solid #ddd;
  padding: 0 30px;
  color: #818181;
  font-size: 14px;
  transition: all .3s; }
  .text-1 a:hover {
    background: #0087f3;
    color: #fff; }

.picture-1 .list {
  padding: 0 10px 20px; }
  .picture-1 .list a {
    text-decoration: none;
    display: block;
    background: #fff;
    border: 1px solid #eee;
    color: #7f7f7f;
    font-size: 14px;
    overflow: hidden; }
    .picture-1 .list a:hover .conbox .cbox {
      bottom: 0; }
    .picture-1 .list a .picbox {
      position: relative;
      z-index: 1;
      overflow: hidden;
      padding: 10px 10px 0; }
      .picture-1 .list a .picbox .imgbox {
        overflow: hidden; }
        .picture-1 .list a .picbox .imgbox img {
          max-width: 100%;
          max-height: 100%; }
    .picture-1 .list a .conbox {
      background: #fff;
      position: relative;
      z-index: 2;
      text-align: center;
      height: 88px; }
      .picture-1 .list a .conbox .cbox {
        background: #fff;
        position: absolute;
        bottom: -81px;
        left: 0;
        width: 100%;
        transition: all .3s; }
        .picture-1 .list a .conbox .cbox .c1box {
          padding: 15px 25px; }
          .picture-1 .list a .conbox .cbox .c1box .title {
            color: #3a3a3a;
            font-size: 16px;
            line-height: 25px;
            height: 25px;
            overflow: hidden; }
          .picture-1 .list a .conbox .cbox .c1box .con {
            margin-top: 10px;
            line-height: 23px;
            height: 23px;
            overflow: hidden; }
        .picture-1 .list a .conbox .cbox .c2box {
          padding: 15px;
          border-top: 1px solid #eee;
          height: 81px; }
          .picture-1 .list a .conbox .cbox .c2box .con {
            line-height: 25px;
            height: 50px;
            overflow: hidden; }

.newsbox-con .n1box {
  height: 155px;
  background: #25313a;
  position: relative;
  padding-top: 25px;
  float: left;
  width: 37%;
  z-index: 2; }
  @media screen and (max-width: 990px) {
    .newsbox-con .n1box {
      float: none;
      width: 100%;
      height: auto;
      padding: 25px 15px;
      margin-top: 10px; } }
  @media screen and (min-width: 991px) {
    .newsbox-con .n1box {
      top: 30px; }
      .newsbox-con .n1box:before {
        content: '';
        position: absolute;
        z-index: -1;
        right: 100%;
        top: 0;
        width: 1000%;
        height: 155px;
        background: #25313a; } }
  .newsbox-con .n1box a {
    text-decoration: none;
    display: block;
    color: #fff; }
    .newsbox-con .n1box a .n1 {
      font-size: 26px;
      font-weight: bold;
      text-transform: uppercase; }
    .newsbox-con .n1box a .n2 {
      opacity: .24;
      font-size: 16px;
      font-family: "Arial"; }
    .newsbox-con .n1box a .n3 {
      margin-top: 10px;
      font-size: 26px; }
.newsbox-con .n2box {
  float: right;
  padding-top: 25px;
  width: 60%; }
  @media screen and (max-width: 990px) {
    .newsbox-con .n2box {
      float: none;
      width: 100%;
      padding: 25px 0; } }
  .newsbox-con .n2box a {
    text-decoration: none;
    display: block;
    color: #fff; }
    .newsbox-con .n2box a .title {
      font-size: 18px;
      font-weight: bold;
      line-height: 35px;
      height: 35px;
      overflow: hidden; }
      .newsbox-con .n2box a .title span:first-child {
        font-size: 26px;
        color: #fff000;
        text-transform: uppercase; }
      .newsbox-con .n2box a .title span:nth-child(2) {
        position: relative;
        top: -5px; }
    .newsbox-con .n2box a .conbox {
      margin-top: 8px;
      font-size: 14px;
      opacity: .75;
      line-height: 21px;
      height: 42px;
      overflow: hidden; }
    .newsbox-con .n2box a .time {
      margin-top: 8px;
      opacity: .3; }

.productbox-con .productbox-carousel {
  width: 100% !important;
  margin-left: auto;
  margin-right: auto; }
  .productbox-con .productbox-carousel .item {
    text-decoration: none;
    display: block;
    margin: 0 5px;
    border: 1px solid #eee;
    font-size: 16px;
    color: #4f4f4f; }
    .productbox-con .productbox-carousel .item:hover .picbox .imgbox {
      transform: scale(1.2); }
    .productbox-con .productbox-carousel .item .picbox {
      border-bottom: 1px solid #eee;
      padding: 10px 5px;
      overflow: hidden; }
      .productbox-con .productbox-carousel .item .picbox .imgbox {
        overflow: hidden;
        transition: all 1s; }
        .productbox-con .productbox-carousel .item .picbox .imgbox img {
          max-width: 100%;
          max-height: 100%; }
    .productbox-con .productbox-carousel .item .conbox {
      text-align: center;
      padding: 15px 0; }
      .productbox-con .productbox-carousel .item .conbox span {
        display: block;
        line-height: 30px;
        height: 30px;
        overflow: hidden; }
.productbox-con .owl-theme .owl-controls {
  margin-top: 35px; }
  .productbox-con .owl-theme .owl-controls .owl-page {
    margin: 0 5px; }
    .productbox-con .owl-theme .owl-controls .owl-page span {
      opacity: 1;
      background: #d4d4d4;
      border-radius: 50%;
      width: 13px;
      height: 13px;
      margin: 0;
      padding: 0; }
  .productbox-con .owl-theme .owl-controls .owl-page:hover span {
    background: #00a5f2; }
  .productbox-con .owl-theme .owl-controls .owl-page.active span {
    background: #00a5f2; }
.productbox-con .list {
  padding: 0 10px 20px; }
  .productbox-con .list a {
    text-decoration: none;
    display: block;
    border: 1px solid #eee;
    font-size: 16px;
    color: #4f4f4f; }
    .productbox-con .list a:hover .picbox .imgbox {
      transform: scale(1.2); }
    .productbox-con .list a .picbox {
      border-bottom: 1px solid #eee;
      padding: 10px 5px;
      overflow: hidden; }
      .productbox-con .list a .picbox .imgbox {
        overflow: hidden;
        transition: all 1s; }
        .productbox-con .list a .picbox .imgbox img {
          max-width: 100%;
          max-height: 100%; }
    .productbox-con .list a .conbox {
      text-align: center;
      padding: 15px 0; }
      .productbox-con .list a .conbox span {
        display: block;
        line-height: 30px;
        height: 30px;
        overflow: hidden; }

.news-con .nlist {
  margin-bottom: 20px; }
  .news-con .nlist a {
    text-decoration: none;
    display: block;
    padding: 20px;
    overflow: hidden;
    background: #f4f4f4;
    transition: all .3s; }
    @media screen and (max-width: 990px) {
      .news-con .nlist a {
        padding: 10px; } }
    .news-con .nlist a:hover .conbox .morebtn {
      background: #00a5f2; }
    .news-con .nlist a .picbox {
      float: left;
      width: 215px; }
      @media screen and (max-width: 990px) {
        .news-con .nlist a .picbox {
          width: 120px; } }
    .news-con .nlist a .conbox {
      float: right;
      width: calc(100% - 250px); }
      @media screen and (max-width: 990px) {
        .news-con .nlist a .conbox {
          width: calc(100% - 135px); } }
      .news-con .nlist a .conbox .title {
        margin-top: 5px;
        font-size: 18px;
        color: #262626;
        line-height: 30px;
        height: 30px;
        overflow: hidden; }
      .news-con .nlist a .conbox .con {
        margin-top: 10px;
        font-size: 14px;
        color: #6c6c6c;
        line-height: 25px;
        height: 50px;
        overflow: hidden; }
      .news-con .nlist a .conbox .morebtn {
        margin-top: 15px;
        font-size: 13px;
        color: #fff;
        background: #d4d4d4;
        width: 85px;
        height: 25px;
        line-height: 25px;
        text-align: center;
        transition: all .3s; }

.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; } }

.qualitybox-con .q1box .picbox {
  overflow: hidden; }
  .qualitybox-con .q1box .picbox .imgbox {
    overflow: hidden; }
.qualitybox-con .q1box .conbox {
  margin-top: 20px;
  font-size: 18px;
  color: #4b4b4b;
  line-height: 40px; }
.qualitybox-con .q2box {
  margin-top: 25px; }
  .qualitybox-con .q2box .title {
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    font-size: 18px;
    color: #4b4b4b;
    cursor: pointer; }
    .qualitybox-con .q2box .title.on {
      border-bottom: none; }
      .qualitybox-con .q2box .title.on em {
        background: url(../images/icoAdd.png) 0 0 no-repeat; }
    .qualitybox-con .q2box .title span {
      display: inline-block;
      float: left;
      width: calc(100% - 100px); }
    .qualitybox-con .q2box .title em {
      float: right;
      display: block;
      width: 55px;
      height: 55px;
      background: url(../images/icoAdd.png) 0 -56px no-repeat; }
  .qualitybox-con .q2box .conbox {
    border-top: 1px solid #ddd;
    display: none;
    overflow: hidden;
    padding: 15px 0; }
    .qualitybox-con .q2box .conbox .picbox {
      float: left;
      width: 35%;
      overflow: hidden; }
      @media screen and (max-width: 990px) {
        .qualitybox-con .q2box .conbox .picbox {
          width: 100%; } }
      .qualitybox-con .q2box .conbox .picbox .imgbox {
        overflow: hidden;
        background: #fff; }
        .qualitybox-con .q2box .conbox .picbox .imgbox img {
          max-width: 100%;
          max-height: 100%; }
    .qualitybox-con .q2box .conbox .con {
      margin-top: 30px;
      float: right;
      width: 62%; }
      @media screen and (max-width: 990px) {
        .qualitybox-con .q2box .conbox .con {
          width: 100%; } }
      .qualitybox-con .q2box .conbox .con .list {
        line-height: 35px;
        height: 35px;
        overflow: hidden;
        font-size: 16px;
        color: #4b4b4b; }
        .qualitybox-con .q2box .conbox .con .list i {
          float: left;
          width: 40px;
          font-style: normal;
          color: #00a5f2; }
        .qualitybox-con .q2box .conbox .con .list span {
          display: inline-block;
          float: left;
          width: calc(100% - 40px); }

.title-posit {
  height: 40px;
  border: 1px solid #eee; }
  .title-posit .tp {
    overflow: hidden; }
    .title-posit .tp .title {
      background: #00a5f2;
      line-height: 38px;
      padding: 0 25px;
      color: #fff;
      font-size: 18px; }
      .title-posit .tp .title i {
        margin-right: 10px; }
    .title-posit .tp .posit {
      font-size: 14px;
      color: #a8a8a8;
      padding-right: 15px;
      line-height: 38px; }
      .title-posit .tp .posit i {
        margin-right: 10px;
        position: relative;
        top: -2px; }
      .title-posit .tp .posit a {
        display: inline-block;
        color: #a8a8a8; }

.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: #0087f3;
    position: relative;
    top: -17px; }

.positbox {
  font-size: 14px;
  color: #9a9a9a; }
  .positbox span {
    font-weight: bold;
    color: #000; }
  .positbox a {
    color: #9a9a9a; }

.video-con .list {
  padding: 0 6px 12px; }
  .video-con .list a {
    text-decoration: none;
    display: block;
    border: 1px solid #ddd;
    font-size: 16px;
    color: #4f4f4f; }
    .video-con .list a:hover .picbox .showcn {
      top: 0; }
    .video-con .list a .picbox {
      overflow: hidden;
      position: relative;
      border-bottom: 1px solid #ddd; }
      .video-con .list a .picbox .imgbox {
        overflow: hidden; }
        .video-con .list a .picbox .imgbox img {
          max-height: 100%;
          max-width: 100%; }
      .video-con .list a .picbox .showcn {
        position: absolute;
        left: 0;
        top: 800px;
        width: 100%;
        height: 100%;
        background: rgba(0, 165, 242, 0.75);
        display: -webkit-flex;
        -webkit-align-items: center;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all .3s; }
        .video-con .list a .picbox .showcn img {
          max-width: 100%; }
    .video-con .list a .conbox {
      line-height: 45px;
      height: 45px;
      text-align: center;
      padding: 0 10px;
      overflow: hidden; }

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

.messages-con .mbox {
  margin-right: 20px; }
  @media screen and (max-width: 990px) {
    .messages-con .mbox {
      margin-right: 0; } }
  .messages-con .mbox .inputlist {
    margin-bottom: 10px; }
    .messages-con .mbox .inputlist label {
      font-weight: normal;
      font-size: 14px;
      width: 75px;
      float: left;
      height: 30px;
      line-height: 30px;
      color: #696969; }
    .messages-con .mbox .inputlist .textbox1 {
      float: right;
      width: calc(100% - 75px);
      border: 1px solid #ccc;
      line-height: 30px;
      height: 30px;
      padding: 5px;
      font-size: 14px;
      color: #696969;
      outline: none; }
    .messages-con .mbox .inputlist .textbox2 {
      float: right;
      width: calc(100% - 75px);
      border: 1px solid #ccc;
      line-height: 30px;
      height: 130px;
      padding: 5px;
      font-size: 14px;
      color: #696969;
      outline: none; }
    .messages-con .mbox .inputlist .pic {
      float: left;
      margin-left: 5px; }
      .messages-con .mbox .inputlist .pic img {
        height: 30px; }
    .messages-con .mbox .inputlist .sbtn {
      margin-top: 10px;
      width: 100px;
      height: 30px;
      color: #292929;
      border: none;
      background: #d1d1d1;
      font-size: 14px;
      margin-right: 5px;
      outline: none;
      transition: all 0.3s; }
      .messages-con .mbox .inputlist .sbtn:hover {
        background: #0066cb;
        color: #fff; }
      .messages-con .mbox .inputlist .sbtn.submitbtn {
        margin-left: 75px; }
.messages-con .picbox .pbox {
  border: 1px solid #ccc;
  padding: 5px; }

.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 {
  text-align: center;
  margin-bottom: 20px; }
.product-details-con img {
  max-width: 100%; }
.product-details-con .dcon {
  line-height: 30px;
  font-size: 14px;
  color: #333; }
  .product-details-con .dcon .title {
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    line-height: 40px; }
  .product-details-con .dcon .con {
    margin-top: 10px; }

.topbar-wrap {
  height: 40px;
  line-height: 40px;
  background: #25313a;
  font-size: 14px;
  color: #7f8990;
  overflow: hidden; }
  .topbar-wrap .trt {
    background: url(../images/topbar-line1.jpg) no-repeat right top;
    height: 40px; }
    .topbar-wrap .trt a {
      display: inline-block;
      color: #7f8990;
      background: url(../images/topbar-line1.jpg) no-repeat left top;
      padding: 0 15px; }

.header-wrap .header {
  height: 160px; }
  @media screen and (max-width: 990px) {
    .header-wrap .header {
      height: 65px; } }
  .header-wrap .header .logo {
    line-height: 160px; }
    @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: 60%; } }
  .header-wrap .header .hrtbox {
    margin-top: 45px;
    float: right; }
    .header-wrap .header .hrtbox .phonebox {
      font-size: 14px;
      color: #9b9b9b;
      text-align: right; }
      .header-wrap .header .hrtbox .phonebox span {
        font-size: 24px;
        font-weight: bold;
        color: #00a5f2;
        font-family: "Arial"; }
    .header-wrap .header .hrtbox .searchbox {
      margin-top: 5px;
      overflow: hidden; }
      .header-wrap .header .hrtbox .searchbox .textbox1 {
        padding: 0 10px;
        float: left;
        width: 255px;
        height: 35px;
        border: 1px solid #ddd;
        border-right: none;
        outline: none; }
      .header-wrap .header .hrtbox .searchbox .submitbtn {
        width: 40px;
        height: 35px;
        border: 1px solid #ddd;
        background: url(../images/searchbox-icon1.png) no-repeat center center;
        outline: none; }
  @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: #00a5f2;
    text-align: center;
    z-index: 10; }
    .header-wrap .header .menulist a {
      display: block;
      line-height: 30px;
      color: #fff; }

.nav-wrap {
  height: 55px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd; }
  .nav-wrap .nav-ul {
    height: 53px;
    border-right: 1px solid #ddd; }
    .nav-wrap .nav-ul .navlist {
      float: left;
      width: 12.28%;
      text-align: center;
      position: relative;
      z-index: 1;
      border-left: 1px solid #ddd; }
      .nav-wrap .nav-ul .navlist .listh1 {
        height: 53px;
        line-height: 53px;
        display: block;
        color: #383838;
        font-size: 16px;
        text-decoration: none;
        transition: all .3s; }
        .nav-wrap .nav-ul .navlist .listh1:hover, .nav-wrap .nav-ul .navlist .listh1.on {
          background: #00a5f2;
          color: #fff; }
      .nav-wrap .nav-ul .navlist .list2-ul {
        position: absolute;
        top: 53px;
        left: 0;
        display: none;
        background: #fff;
        width: 180px; }
        .nav-wrap .nav-ul .navlist .list2-ul .list {
          line-height: 35px;
          position: relative;
          background: #fff; }
          .nav-wrap .nav-ul .navlist .list2-ul .list a {
            display: block;
            text-decoration: none;
            color: #333;
            font-size: 14px; }
            .nav-wrap .nav-ul .navlist .list2-ul .list a:hover, .nav-wrap .nav-ul .navlist .list2-ul .list a.on {
              background: #00a5f2;
              color: #fff; }
          .nav-wrap .nav-ul .navlist .list2-ul .list .list3-ul {
            display: none;
            width: 150px;
            background: rgba(0, 0, 0, 0.5);
            position: absolute;
            left: 100%;
            top: 0; }
            .nav-wrap .nav-ul .navlist .list2-ul .list .list3-ul .list2 {
              position: relative; }
              .nav-wrap .nav-ul .navlist .list2-ul .list .list3-ul .list2 a {
                color: #fff;
                font-size: 14px; }
                .nav-wrap .nav-ul .navlist .list2-ul .list .list3-ul .list2 a:hover, .nav-wrap .nav-ul .navlist .list2-ul .list .list3-ul .list2 a.on {
                  background: #00a5f2;
                  color: #fff; }
              .nav-wrap .nav-ul .navlist .list2-ul .list .list3-ul .list2 .list4-ul {
                display: none;
                width: 150px;
                background: rgba(0, 0, 0, 0.3);
                position: absolute;
                left: 100%;
                top: 0; }
                .nav-wrap .nav-ul .navlist .list2-ul .list .list3-ul .list2 .list4-ul a {
                  color: #fff;
                  font-size: 14px; }

.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: #0087f3;
        border-radius: 50%;
        border: 1px solid #ddd;
        width: 10px;
        height: 10px;
        margin: 0;
        padding: 0; }
    .banner-wrap .owl-theme .owl-controls .owl-page:hover span {
      background: #fff; }
    .banner-wrap .owl-theme .owl-controls .owl-page.active span {
      background: #fff; }
  .banner-wrap .wbanner-carousel img {
    width: 100%; }

.searchbox-wrap {
  background: #eee;
  padding: 10px;
  overflow: hidden; }
  .searchbox-wrap .textbox1 {
    padding: 0 10px;
    float: left;
    width: calc(100% - 40px);
    height: 35px;
    border: 1px solid #ddd;
    border-right: none;
    outline: none; }
  .searchbox-wrap .submitbtn {
    width: 40px;
    height: 35px;
    border: 1px solid #ddd;
    background: #fff url(../images/searchbox-icon1.png) no-repeat center center;
    outline: none; }

.content-wrap .w-ltside .mb {
  margin-bottom: 20px; }
  .content-wrap .w-ltside .mb .tit-show .title {
    display: block;
    height: 45px;
    line-height: 45px;
    background: #0087f3;
    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: #999;
    font-size: 14px;
    text-align: center;
    border-bottom: 1px solid #fff;
    /* &:hover,&.active{
       a{
         background: #0087f3;
         color:#fff;
       }
     }*/ }
    .content-wrap .w-ltside .show-hide .div2 a {
      display: block;
      color: #fff;
      text-decoration: none; }
  .content-wrap .w-ltside .show-hide .div3box {
    display: none; }
    .content-wrap .w-ltside .show-hide .div3box .div3 a {
      text-decoration: none;
      display: block;
      height: 34px;
      line-height: 34px;
      list-style: none;
      text-align: center;
      background: #eee;
      overflow: hidden;
      border-bottom: 1px solid #eee;
      color: #666;
      /*&:hover,&.active{
        color:#0087f3;
      }*/ }
    .content-wrap .w-ltside .show-hide .div3box .div4 {
      display: none; }
      .content-wrap .w-ltside .show-hide .div3box .div4 ul {
        margin: 0;
        padding: 0; }
        .content-wrap .w-ltside .show-hide .div3box .div4 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 .div3box .div4 ul li a {
            text-decoration: none;
            display: block;
            overflow: hidden;
            color: #666; }
            .content-wrap .w-ltside .show-hide .div3box .div4 ul li a:hover {
              color: #0087f3; }
.content-wrap .ltside .linkbox {
  border: 1px solid #eee;
  padding: 0 10px; }
  .content-wrap .ltside .linkbox .title-arrow {
    border-bottom: 1px solid #eee; }
    .content-wrap .ltside .linkbox .title-arrow .tit {
      font-size: 20px;
      color: #2c2c2c;
      height: 60px;
      line-height: 60px;
      overflow: hidden; }
      .content-wrap .ltside .linkbox .title-arrow .tit span {
        margin-left: 8px;
        font-size: 12px;
        color: #ababab;
        font-family: "Arial";
        text-transform: uppercase; }
  .content-wrap .ltside .linkbox .link-wrap {
    margin-top: 10px; }
    .content-wrap .ltside .linkbox .link-wrap .lbox {
      margin-bottom: 5px; }
      .content-wrap .ltside .linkbox .link-wrap .lbox .ll-1 .list {
        text-decoration: none;
        display: block;
        height: 40px;
        line-height: 40px;
        background: #e0e0e0;
        color: #535353;
        font-size: 18px;
        text-transform: uppercase;
        font-family: "Arial";
        overflow: hidden;
        padding: 0 20px; }
        .content-wrap .ltside .linkbox .link-wrap .lbox .ll-1 .list:hover, .content-wrap .ltside .linkbox .link-wrap .lbox .ll-1 .list.on1 {
          background: #00a5f2;
          color: #fff; }
      .content-wrap .ltside .linkbox .link-wrap .lbox .ll-1 .ll-2 {
        display: none; }
        .content-wrap .ltside .linkbox .link-wrap .lbox .ll-1 .ll-2 .list2 {
          display: block;
          height: 45px;
          line-height: 45px;
          text-align: left;
          font-size: 16px;
          text-decoration: none;
          color: #303030;
          overflow: hidden;
          position: relative;
          z-index: 10;
          text-transform: uppercase;
          padding: 0 10px;
          border-bottom: 1px dashed #ddd; }
          .content-wrap .ltside .linkbox .link-wrap .lbox .ll-1 .ll-2 .list2:hover, .content-wrap .ltside .linkbox .link-wrap .lbox .ll-1 .ll-2 .list2.on1 {
            color: #00a5f2; }
            .content-wrap .ltside .linkbox .link-wrap .lbox .ll-1 .ll-2 .list2:hover .icon img, .content-wrap .ltside .linkbox .link-wrap .lbox .ll-1 .ll-2 .list2.on1 .icon img {
              -webkit-filter: grayscale(0);
              filter: grayscale(0);
              opacity: 1; }
          .content-wrap .ltside .linkbox .link-wrap .lbox .ll-1 .ll-2 .list2 .tit {
            float: left;
            width: calc(100% - 25px); }
          .content-wrap .ltside .linkbox .link-wrap .lbox .ll-1 .ll-2 .list2 .icon {
            margin-top: -2px;
            float: left;
            width: 25px; }
            .content-wrap .ltside .linkbox .link-wrap .lbox .ll-1 .ll-2 .list2 .icon img {
              -webkit-filter: grayscale(100%);
              filter: grayscale(100%);
              opacity: .3; }
        .content-wrap .ltside .linkbox .link-wrap .lbox .ll-1 .ll-2 .ll-3 {
          display: none;
          padding: 10px; }
          .content-wrap .ltside .linkbox .link-wrap .lbox .ll-1 .ll-2 .ll-3 ul li a {
            padding-left: 20px;
            display: block;
            height: 30px;
            text-align: left;
            color: #747474;
            line-height: 30px;
            font-size: 14px;
            text-decoration: none;
            overflow: hidden; }
            .content-wrap .ltside .linkbox .link-wrap .lbox .ll-1 .ll-2 .ll-3 ul li a:hover {
              color: #00a5f2; }
            .content-wrap .ltside .linkbox .link-wrap .lbox .ll-1 .ll-2 .ll-3 ul li a i {
              font-style: normal;
              float: left;
              width: 35px; }
            .content-wrap .ltside .linkbox .link-wrap .lbox .ll-1 .ll-2 .ll-3 ul li a span {
              float: left;
              width: calc(100% - 35px); }
.content-wrap .ltside .contactbox {
  margin-top: 20px;
  border: 1px solid #eee;
  padding: 0 10px; }
  .content-wrap .ltside .contactbox .title-arrow {
    border-bottom: 1px solid #eee; }
    .content-wrap .ltside .contactbox .title-arrow .tit {
      font-size: 20px;
      color: #2c2c2c;
      height: 60px;
      line-height: 60px;
      overflow: hidden; }
      .content-wrap .ltside .contactbox .title-arrow .tit span {
        margin-left: 8px;
        font-size: 12px;
        color: #ababab;
        font-family: "Arial";
        text-transform: uppercase; }
  .content-wrap .ltside .contactbox .cbox {
    padding: 15px 10px; }
    .content-wrap .ltside .contactbox .cbox .listbox .list {
      line-height: 25px;
      font-size: 14px;
      color: #656565;
      margin-bottom: 5px;
      overflow: hidden; }
      .content-wrap .ltside .contactbox .cbox .listbox .list i {
        float: left;
        width: 25px; }
        .content-wrap .ltside .contactbox .cbox .listbox .list i img {
          -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
          opacity: .3; }
      .content-wrap .ltside .contactbox .cbox .listbox .list span {
        float: left;
        width: calc(100% - 25px); }
    .content-wrap .ltside .contactbox .cbox .ewmbox {
      margin-top: 20px;
      width: 200px; }
      .content-wrap .ltside .contactbox .cbox .ewmbox img {
        width: 100%; }

@media screen and (max-width: 990px) {
  .footer-wrap {
    margin-bottom: 75px; } }
.footer-wrap .footer {
  background: #25313a; }
  .footer-wrap .footer .f1box {
    padding: 35px 0;
    overflow: hidden; }
    .footer-wrap .footer .f1box .listbox {
      float: left;
      color: #888989;
      font-size: 14px;
      line-height: 30px; }
      .footer-wrap .footer .f1box .listbox:nth-child(1) {
        width: 25%; }
        .footer-wrap .footer .f1box .listbox:nth-child(1) .conbox {
          overflow: hidden; }
          .footer-wrap .footer .f1box .listbox:nth-child(1) .conbox .list {
            float: left;
            width: 50%; }
      .footer-wrap .footer .f1box .listbox:nth-child(2) {
        width: 27%; }
        .footer-wrap .footer .f1box .listbox:nth-child(2) .conbox {
          overflow: hidden; }
          .footer-wrap .footer .f1box .listbox:nth-child(2) .conbox .list {
            float: left;
            width: 50%; }
            .footer-wrap .footer .f1box .listbox:nth-child(2) .conbox .list a {
              line-height: 30px;
              height: 30px;
              overflow: hidden;
              padding-right: 25px; }
      .footer-wrap .footer .f1box .listbox:nth-child(3) {
        width: 34%;
        padding-left: 45px; }
      .footer-wrap .footer .f1box .listbox:nth-child(4) {
        width: 14%; }
        .footer-wrap .footer .f1box .listbox:nth-child(4) .title {
          text-align: center; }
      .footer-wrap .footer .f1box .listbox .title {
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 8px; }
        .footer-wrap .footer .f1box .listbox .title span {
          display: block;
          font-family: "Arial";
          font-size: 22px;
          text-transform: uppercase;
          opacity: .07; }
      .footer-wrap .footer .f1box .listbox .conbox a {
        color: #888989;
        display: block; }
      .footer-wrap .footer .f1box .listbox .ewmbox {
        overflow: hidden;
        text-align: center; }
        .footer-wrap .footer .f1box .listbox .ewmbox img {
          width: 120px; }
  .footer-wrap .footer .f2box {
    position: relative;
    border-top: 1px solid #374149;
    padding: 25px 0;
    color: #888989;
    font-size: 14px;
    overflow: hidden; }
    .footer-wrap .footer .f2box .flt {
      float: left;
      line-height: 40px; }
      @media screen and (max-width: 990px) {
        .footer-wrap .footer .f2box .flt {
          display: block;
          float: none;
          line-height: 28px;
          text-align: center; } }
    .footer-wrap .footer .f2box .backtop {
      float: right; }

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

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