﻿@charset "UTF-8";

/*----- com ------*/
div,
form,
img,
ul,
ol,
li,
dl,
dt,
dd,
p,
tr,
td,
body,
strong,
span,
pre,
input {
    margin: 0;
    padding: 0;
    border: 0;
    background-repeat: no-repeat;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

body {
    font-family: Arial, "微软雅黑";
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    color: #333;
    line-height: 24px;
    height: auto;
    clear: both;
}

img {
    border: 0px;
}

ul,
li {
    list-style: none;
}

em,
i {
    font-style: normal;
}

a {
    text-decoration: none;
    color: #333;
    outline: none;
}

a:hover {
    background-repeat: no-repeat;
    text-decoration: none;
}

a,
area {
    blr: expression(this.onFocus=this.blur());
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    *zoom: 1;
}

.clear {
    clear: both;
}

* {
    webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input,
textarea,
select {
    font-family: "微软雅黑";
    outline: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.commonweb {
    padding: 0px 10px;
}

.clear {
    clear: both;
    line-height: 0;
    height: 0;
    font-size: 0;
}

input[type="text"],
input[type="password"],
input[type="button"],
input[type="submit"],
select,
textarea {
    outline-style: none;
    -webkit-appearance: none;
    resize: none;
    border: none;
    font-family: "Microsoft Yahei";
    border-radius: 0;
}

* {
    -webkit-tap-highlight-color: transparent;
    tap-hightlight-color: transparent;
    touch-callout: none;
    -webkit-touch-callout: none;
}

html {
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}

.z-transition {
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
}

.z-css3 {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/*---------------------------------------------------------------------------*/


.d-section,
.pro-section {
    padding: 45px 0px 50px;
}

.breadcrumb {
    margin-bottom: 0
}


/*page-list*/
.list_page{text-align:center;margin:10px;display:block;}
.list_page:after{content:" ";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.list_page ul{list-style:none;margin:0;padding:0;display:inline-block;vertical-align:bottom;}
.list_page ul li{display:inline-block;border:solid 1px #ddd;border-radius:4px; margin: 0; padding: 0; }
.list_page ul a{color:#333;padding:8px 12px;line-height:18px;display:block;transition:all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;background:#fff;}
.page_group ul{border-right:solid 1px #ddd;border-radius:4px;}
.page_group ul li{border-right:none;border-radius:0;float:left;margin: 0; padding: 0; }
.page_group ul li:not(:first-child):not(:last-child){border-radius:0;}
.page_group ul li:first-child{border-radius:4px 0 0 4px;}
.page_group ul li:last-child{border-radius:0 4px 4px 0;}
.page_group ul .active a{background:#f3f3f3;border-radius:0;}


/*** 

====================================================================
		Section start
====================================================================

***/

section {
    padding: 55px 0px 60px;
    background-color: #f5f5f5;
}

@media (max-width: 768px) {

    section {
        padding: 20px 0px;
        background-color: #f5f5f5;
    }

}








/*** 

====================================================================
		Section end
====================================================================

***/



/*** 

====================================================================
		Section Title
====================================================================

***/

.sec-title {
    position: relative;
    z-index: 1;
    margin-bottom: 45px;
    text-align: center;
}

.sec-title .title {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #f97534;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.sec-title h2 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 1.2em;
    color: #222222;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
}

.sec-title.centered h2:after {
    content: '';
    display: block;
    margin: 10px auto 5px;
    width: 36px;
    height: 3px;
    background-color: #005cfa;
}

.sec-title.light h2 {
    color: #ffffff;
}

.sec-title .text {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 25px;
    color: #888;
    font-weight: 400;
    margin-top: 0;
    line-height: 2em;
}

@media (max-width: 992px) {
    .sec-title {
        position: relative;
        z-index: 1;
        margin-bottom: 20px;
        text-align: center;
    }

    .sec-title .text {
        font-size: 14px;
    }


}




/* News Block */

.news-block {
    position: relative;
    margin-bottom: 30px;
}

.news-block .inner-box {
    position: relative;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}

.news-block:hover .inner-box {
    box-shadow: 0 7px 39px rgba(0, 0, 0, .1);
}

.news-block .inner-box .image {
    position: relative;
    overflow: hidden;
}

.news-block .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.news-block .inner-box:hover .image img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.news-block .inner-box .image .overlay-link {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    text-align: center;
    transform: scale(0.6, 0.6);
    background-color: rgba(2, 92, 172, 0.8);
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
}

.news-block .inner-box:hover .image .overlay-link {
    opacity: 1;
    transform: scale(1, 1);
}

.news-block .inner-box .image .overlay-link .icon {
    position: relative;
    color: #ffffff;
    top: 49%;
    font-size: 28px;
    margin-top: -5px;
    display: inline-block;
}

.news-block .inner-box .image .post-date {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 60px;
    height: 60px;
    z-index: 1;
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
    padding: 3px 8px 0px;
    text-align: center;
    background-color: #f97534;
    text-transform: capitalize;
    font-family: 'Playfair Display', serif;
}

.news-block .inner-box .lower-content {
    position: relative;
    padding: 35px 28px 30px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);
    background: #fff;
}
.news-block .inner-box .lower-content span{ background:#b6b6b6; color:#fff; line-height:30px; height:30px; width:90px; text-align:center; display:block; float:right}
.news-block:hover .inner-box .lower-content span{ background:#f97534}
.news-block .inner-box .lower-content .post-info {
    position: relative;
}

.news-block .inner-box .lower-content .post-info li {
    position: relative;
    color: #7e8597;
    font-size: 15px;
    display: inline-block;
    padding-right: 12px;
    margin-right: 12px;
    line-height: 1.2em;
    border-right: 1px solid #d2d9e0;
}

.news-block .inner-box .lower-content .post-info li strong {
    color: #222222;
    font-weight: 400;
}

.news-block .inner-box .lower-content .post-info li .icon {
    position: relative;
    margin-right: 8px;
}

.news-block .inner-box .lower-content .post-info li:last-child {
    border: none;
    padding-right: 0px;
    margin-right: 0px;
}

.news-block .inner-box .lower-content h3 {
    position: relative;
    color: #222222;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5em;
    margin-top: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-block .inner-box .lower-content p {
    margin-top: 10px;
}

.news-block .inner-box .lower-content h3 a {
    position: relative;
    color: #222222;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-block .inner-box .lower-content h3 a:hover {
    position: relative;
    color: #f97534;
}

.news-block .inner-box .lower-content .read-more {
    position: relative;
    font-weight: 400;
    color: #222222;
    margin-top: 15px;
    display: inline-block;
    padding-right: 22px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-block .inner-box .lower-content .read-more .arrow.left {
    position: absolute;
    left: 0px;
    top: 1px;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    line-height: 22px;
}

.news-block .inner-box .lower-content .read-more .arrow.right {
    position: absolute;
    right: 0px;
    top: 1px;
    line-height: 22px;
}

.news-block .inner-box .lower-content .read-more .arrow.right {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-block .inner-box .lower-content .read-more:hover .arrow.right {
    opacity: 0;
}

.news-block .inner-box .lower-content .read-more:hover .arrow.left {
    opacity: 1;
}

.news-block .inner-box .lower-content .read-more:hover {
    color: #f97534;
    padding-right: 0px;
    padding-left: 22px;
}



/*** 

====================================================================
    Header start
====================================================================

***/
/* 头部菜单响应式*/
/*pc端 从992px 到 1920px*/
.headercontwp01 {
    width: 100%;
    height: 70px;
    position: relative;
    z-index: 101;
    height: 86px;
}

.headercontwp01 .container {
    width: 100%;
    height: 70px;
    background-color: #fff;
    border-bottom: 1px solid #e6e6e6;
    position: fixed;
    left: 0;
    top: 0;
    border-top: 3px solid #005cfa;
    height: 86px;
}

.sn_logo {
    display: block;
    float: left;
    height: 82px;
    line-height: 82px;
}

.sn_logo img {
    display: inline-block;
    height: 46px;
    vertical-align: middle;
}

.sn_rightcont01 {
    float: right;
    padding-top: 20px;
}

.sn_navcont01 {
    position: static;
    top: 0;
    width: auto;
    top: 70px;
    left: 0;
    z-index: 10;
    padding-bottom: 76px;
    background-color: #fff;
    float: left;
    padding: 4px 26px 0 0;
    display: none;
    height: auto;
}

.sn_navcont01 ul li {
    padding: 0 8px;
    float: left;
    border-bottom: 0;
    position: relative;
}

.sn_navcont01 ul li:nth-child(5) {
    position: relative;
}

.sn_navcont01 ul li:nth-child(5) .a-subnav a {
    padding-left: 16px;
    text-align: center;
}

.sn_navcont01 ul li a {
    padding: 0 16px;
    height: 36px;
    line-height: 36px;
    border-radius: 25px;
    font-size: 16px;
    display: block;
}

.sn_navcont01 ul li a.cur {
    background-color: #005cfa;
    color: #ffffff;
}
/* 二级菜单 */
 
.sn_navcont01 ul .sub-menu{position:absolute;z-index:999;padding:0;top:50px;left:-70px;width:192px;background:#fff;border:1px solid #f3f3f3;border-top:#0089F2 3px solid;opacity:0;transition:all .3s ease 0s;visibility:hidden;transform:translate3d(0,10px,0); left: -35px;;}
.sn_navcont01 ul .sub-menu li{border-bottom:1px solid #f3f3f3;float:none;text-align:center; padding: 5px  ; margin: 0;}
.sn_navcont01 ul .sub-menu li a{white-space:nowrap;font-size:14px;border:0;padding:0; color:#333;width:100%;background:#fff; line-height: 36px; margin: 0; height: 36px; }
.sn_navcont01 ul .sub-menu li a:hover{background:#fafafa;color:#333;}
.sn_navcont01 ul .sub-menu:after{content:'';display:block;width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:10px solid #0089F2;position:absolute;top:-12px;right:45%;}
.sn_navcont01 ul li:hover .sub-menu{opacity:1;transform:translate3d(0,0,0);visibility:visible;}
.sn_navcont01 ul li:hover .sub-menu a{color:#333;}
.sn_navcont01 ul li:hover .sub-menu a:hover{color:#005cfa; background:#005cfa;color:#fff; }
.sn_navcont01 ul li.hover:hover a{color:#fff;}
.sn_navcont01 ul li.hover:hover .sub-menu a{color:#333;}
.sn_navcont01 ul li.hover:hover .sub-menu a:hover{background:#fafafa;color:#333;}


/*搜索框*/
.search-box {
    float: left;
    margin-right: 16px;
}

.search-wrapper {
    position: absolute;
    width: 100%;
    top: 69px;
    left: 0;
    z-index: 100;
    background-color: #fff;
    display: none;
}

.search-wrapper input[type=text] {
    float: left;
    width: 80%;
    height: 46px;
    padding: 0 20px;
    color: #333;
    border: 1px solid #e6e6e6;
}

.search-wrapper input[type=submit] {
    float: left;
    width: 20%;
    height: 46px;
    text-align: center;
    background-color: #005cfa;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

.search-icon {
    width: 39px;
    height: 39px;
    display: block;
    float: left;
    border-radius: 32px;
    background-color: #404040;
}

.search-icon i {
    color: #fff;
    line-height: 39px;
    height: 39px;
    text-align: center;
    display: block;
    font-size: 22px;
}

@media (min-width: 1024px) {
    .search-icon {
        cursor: pointer;
    }
    .search-icon:hover {
        background-color: #005cfa;
    }
    .search-box.cur {
        background-color: #005cfa;
    }
    .search-box {
        position: relative;
        padding-bottom: 80px;
    }
    .search-wrapper {
        width: 325px;
        height: 46px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 63px;
    }
}

/*400D电话*/
.topphone {
    float: left;
    font-size: 17px;
    font-weight: bold;
    color: #404040;
    height: 39px;
    line-height: 39px;
    background: #005cfa;
    border-radius: 39px;
    padding: 0 20px 0 5px;
    color: #fff;
}

.topphone i {
    width: 39px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    /* IE 9 */
    -moz-transform: rotate(-30deg);
    /* Firefox */
    -webkit-transform: rotate(-30deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(-30deg);
    /* Opera */
    font-size: 22px;
}

.topphone span {
    display: inline-block;
    font-size: 22px;
}

.topphone a {
    display: block;
    color: #fff;
}

.topphone a:hover {
    color: #fff;
}

@media (max-width: 1440px) {
    .sn_navcont01 ul li {
        padding: 0 3px;
    }

    .sn_navcont01 ul li a {
        padding: 0 14px;
    }
}

@media (max-width: 1200px) {
    .sn_logo img {
        display: inline-block;
        height: 40px;
        vertical-align: middle;
    }

    .sn_navcont01 {
        padding-right: 10px
    }

    .sn_navcont01 ul li {
        padding: 0 1px;
    }

    .sn_navcont01 ul li a {
        padding: 0 14px;
        font-size: 14px
    }

    .topphone span {
        font-size: 14px
    }

    .search-icon {
        width: 36px;
        height: 36px;
        line-height: 36px;
    }

    .search-icon i {
        width: 36px;
        height: 36px;
        line-height: 36px;
    }

    .topphone {
        height: 36px;
        line-height: 36px;
    }

    .topphone a {
        display: block;
        overflow: hidden;
        line-height: 36px;
    }

    .topphone i {
        line-height: 32px;
    }

    .topphone span {
        line-height: 32px;
    }
}

@media (max-width: 1024px) {
    .headerpc {
        display: none;
    }
}

/*手机端 头部*/
.header-mobile { display: none}
.header-mobile .header-top-mobile {
    padding:0;  
  }
  
  .header-mobile .header-top-mobile:after {
    content: "";
    display: table;
    clear: both;
  }
  
  .header-mobile .header-top-mobile .logo {
    float: left; height: 60px; line-height: 60px;
  }
  .header-mobile .header-top-mobile .logo img {
     align-items: center; height: 28px; width: auto; 
   
  }
  
  .header-mobile .header-top-mobile .hamburger {
    float: right;
    outline: none;
  }
  
  .header-mobile .header-top-mobile .toggle-box {
    height: 100%;
    position: relative;
    display: inline-block;
    float: right;
    padding: 12px 0;
  }
  
  .header-mobile .header-top-mobile .toggle-box .toggle-btn {
    width: auto;
  }
  
  .header-mobile .header-top-mobile .search-box form input {
    width: 100%;
  }
  
  .header-mobile .header-top {
    float: left;
    width: 100%;
  }
  
  .header-mobile .header-top:after {
    content: "";
    display: table;
    clear: both;
  }
  
  .header-pull {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    bottom: 0;
    width: 269px;
    box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.15);
    -moz-box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.15);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.15);
    -o-box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.15);
    -ms-box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.15);
    overflow: hidden !important;
    height: 100%;
  }
  
  .header-pull .fixed {
    display: none;
  }
  
  .header-pull .header-menu-content {
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -o-flex-direction: column;
    -ms-flex-direction: column;
    padding-top: 160px;
  }
  
  .header-pull .header-menu-content .logo {
    padding-bottom: 50px;
  }
  
  .header-pull .header-menu-content .header-socials {
    padding-top: 160px;
  }
  
  .header-pull .header-menu {
    padding: 0 25px;
  }
  
  .header-pull .footer-line {
    background: rgba(153, 153, 153, 0.5);
    margin-bottom: 35px;
  }
  
  .header-pull .menu ul {
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -o-flex-direction: column;
    -ms-flex-direction: column;
  }
  
  .header-pull .menu ul li {
    padding: 13px 0;
    text-align: center;
  }
  
  .header-pull .menu ul li:hover>ul {
    top: 105%;
  }
  
  .header-pull .menu ul li .sub-menu {
    left: -42%;
    background: #ed6d00;
    display: none;
  }
  
  .header-pull .menu ul li .sub-menu li a {
    color: #fff;
  }


/*手机版菜单 开始*/
.hidden-tablet-landscape-up {
    display: none; }
  
  .au-nav-mobile {
    z-index: 10000;
    width: 100%;
    float: left;
    display: none; }
    .au-nav-mobile ul {
      padding: 0;
      margin: 0;
      display: block;
      list-style-type: none;
      list-style-type: none;
      background: #005cfa; }
      .au-nav-mobile ul li {
        position: relative;
        padding: 0; }
        .au-nav-mobile ul li a {
          font-size: 16px;
          color: #fff;
          padding: 14px 30px;
          font-weight: 700;
          text-align: left;
          display: block; }
          .au-nav-mobile ul li a:after {
            height: 0px; }
        .au-nav-mobile ul li > .arrow {
          width: 50px;
          height: 50px;
          color: #000;
          position: absolute;
          top: 0;
          right: 0;
          transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease; }
          .au-nav-mobile ul li > .arrow i {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            width: 11px;
            height: 11px; }
            .au-nav-mobile ul li > .arrow i:before {
              content: '';
              position: absolute;
              left: 0;
              top: 4px;
              width: 11px;
              height: 3px;
              background: #fff;
              border-radius: 1px;
              -moz-border-radius: 1px;
              -webkit-border-radius: 1px;
              -o-border-radius: 1px;
              -ms-border-radius: 1px; }
            .au-nav-mobile ul li > .arrow i:after {
              content: '';
              position: absolute;
              left: 4px;
              top: 0;
              width: 3px;
              height: 11px;
              background: #fff;
              border-radius: 1px;
              -moz-border-radius: 1px;
              -webkit-border-radius: 1px;
              -o-border-radius: 1px;
              -ms-border-radius: 1px; }
        .au-nav-mobile ul li .clicked {
          color: #333;
          transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          -ms-transform: rotate(45deg); }
          .au-nav-mobile ul li .clicked i:after, .au-nav-mobile ul li .clicked i:before {
            background: #333; }
        .au-nav-mobile ul li .sub-menu {
          display: none;
          padding: 0;
          background: #fafafa;
          width: 100%;
          opacity: 1;
          transform: none;
          -moz-transform: none;
          -webkit-transform: none;
          -o-transform: none;
          -ms-transform: none; }
          .au-nav-mobile ul li .sub-menu li {
            padding: 0px; }
            .au-nav-mobile ul li .sub-menu li a {
              font-size: 15px;
              padding: 15px 40px;
              border-bottom: 1px solid #e1e1e1;
              color: #333; }
            .au-nav-mobile ul li .sub-menu li > .arrow i:after, .au-nav-mobile ul li .sub-menu li > .arrow i:before {
              background: #333; }
   
              @media screen and (max-width: 1024px) {
                .hidden-tablet-landscape {
                  display: none; }
              
                .hidden-tablet-landscape-up {
                  display: block; }
              
                .header-home2 {
                  position: relative; }
              
                .header-1 .hamburger-inner, .header-1 .hamburger-inner:after, .header-1 .hamburger-inner:before {
                  background-color: #fff; }
              
                .header-pull {
                  position: relative;
                  width: 100%; }
              
                .page-pull {
                  padding-left: 60px; }
              
                .heading-page-content {
                  flex-direction: column;
                  -moz-flex-direction: column;
                  -webkit-flex-direction: column;
                  -o-flex-direction: column;
                  -ms-flex-direction: column; }
              
                .project-five-columns .project-items .item {
                  width: 33.33%; }
              
                .heading-page-2 img {
                  height: 300px; }
              
                .heading-page-2 .heading-page-content {
                  padding-top: 40px;
                  padding-bottom: 43px; }
              
                .our-process-content .item {
                  margin-right: 35px; }
              
                .landing-content .landing-sizer, .landing-content .landing-item {
                  width: 50%; }
              
                .landing-content .landing-item {
                  padding-left: 15px;
                  padding-right: 15px; }
              
                .landing-content {
                  margin-left: -15px;
                  margin-right: -15px; } }  
  /*手机菜单 结束*/ 
  
  .toggle-box {
  padding: 25px 0;
}

.toggle-box .toggle-btn {
  width: 120px;
  justify-content: space-around;
  -moz-justify-content: space-around;
  -webkit-justify-content: space-around;
  -o-justify-content: space-around;
  -ms-justify-content: space-around;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
}

/* 手机搜索框 开始 */
.display-flex-center {
    display: flex;
    display: -webkit-flex;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
}
.header-mobile .search-btn {
  position: relative;
  z-index: 999;
  color: #000;
  font-size: 24px;
  margin-right: 10px;
  text-align: center;
  margin: 0 auto;
  padding: 0 10px;

}


.header-mobile .search-box {
    margin: 0;
    padding: 0;
  padding-left: 10px;
  position: relative;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: fixed;
  top: 0;
  background: #fff;
  right: 0;
  transition: ease-in 0.5s all;
  -moz-transition: ease-in 0.5s all;
  -webkit-transition: ease-in 0.5s all;
  -o-transition: ease-in 0.5s all;
  -ms-transition: ease-in 0.5s all;
  transform: translateY(-150%);
  -moz-transform: translateY(-150%);
  -webkit-transform: translateY(-150%);
  -o-transform: translateY(-150%);
  -ms-transform: translateY(-150%);
  z-index: 999999; }


.header-mobile .search-box form {
    cursor: pointer;
    position: relative; }

 
.header-mobile .search-box form input {
      background: transparent;
      padding: 3px 10px;
      border: none;
      border-bottom: 1px solid #333;
      width: 780px;
      font-size: 18px;
      line-height: 36px;
      height: 36px;
      color: #333;
      font-family: 'Montserrat Medium'; }
.header-mobile .search-box form input::-webkit-input-placeholder {
        font-size: 20px;
        color: #333; }
.header-mobile .search-box form input::-moz-placeholder {
        font-size: 20px;
        color: #333; }
.header-mobile .search-box form input:-ms-input-placeholder {
        font-size: 20px;
        color: #333; }
.header-mobile .search-box form input:-moz-placeholder {
        font-size: 20px;
        color: #333; }
.header-mobile .search-box form .search-icon {
      font-size: 20px;
      color: #333;
      position: absolute;
      right: 10px;
      top: 2px;
      background: transparent;
      padding: 0px;
      outline: none;
      cursor: pointer;
      border: none; }

.header-mobile .search-box .search-icon i { color: #000; }   
      
.header-mobile .search-box .nav-close {
    position: absolute;
    top: 40px;
    right: 40px;
    font-size: 24px;
 }

.header-mobile .search-box.active {
  transform: translateY(0px);
  -moz-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  opacity: 1;
  transition: ease-in 0.5s all;
  -moz-transition: ease-in 0.5s all;
  -webkit-transition: ease-in 0.5s all;
  -o-transition: ease-in 0.5s all;
  -ms-transition: ease-in 0.5s all; }

@media (max-width: 1024px) {
    .header-mobile {
        display:  block;
    }
}

/* 手机搜索框 结束 */




/*首页轮播图 开始*/
.banner-wrap {
    position: relative;
    overflow: hidden;
}

.indexbanner {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.indexbanner li {
    width: 100%;
    position: relative;
    width: 100%;
    overflow: hidden;
    float: left;
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 100%;
    position: relative;
}

.indexbanner ul {
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    box-sizing: content-box;
}
 
.indexbanner .swiper-pagination{ bottom: 25px !important;}
.indexbanner .swiper-pagination span {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #fff;
    overflow: hidden;
    margin: 0 5px;
    cursor: pointer;
    border-radius: 100%;
    opacity: 1;
 
}

.indexbanner  .swiper-pagination span.swiper-pagination-bullet-active {
    background: #005cfa;
    border:1px solid rgba(17, 21, 241, 0.3);
}

.indexbanner img {
    display: block;
    width: 100%;
    position: relative;
}

.bannertextcont {
    padding: 20px 15px 40px;
    text-align: center;
    color: #333;
    background: #f2f2f2;
}
.indexbanner .banner-one .xx{ position: absolute; top: 50%;   transform: translateY(-50%); width: 100%;;;}
.indexbanner .banner-two .xx h2{ font-size: 30px; color:#fff; text-align: center; font-weight: lighter; margin-bottom: 10px;  background:#005cfa ; width: 550px; margin: 0px auto; border-radius: 30px; height: 56px; line-height: 56px;;;;;}

.indexbanner .banner-two .xx h1{ font-size: 40px; color:#fff; text-align: center; font-weight: bold; margin-bottom: 10px;;;}
.indexbanner .banner-two .xx p{ font-size:30px; color:#fff; text-align: center; color:#005cfa;font-weight: bold; margin: 30px 0px; ;}
.indexbanner .banner-two .xx p i{ font-size: 30px; margin-right: 10px;}
.indexbanner .banner-two .xx p span{ margin: 0px 15px;}
.indexbanner .xx .more1{ border:1px solid #fff; color:#fff; display:block; width:160px; height:50px; line-height:50px; border-radius:10px; text-align:center; margin: 20px auto;}

.indexbanner .xx .more1:hover{ background:#2fa8df ; border-color: #2fa8df; color:#fff;}
.indexbanner .banner-two .xx{  position: absolute; top: 50%;  left:50%; transform: translate(-50%,-50%); width: 100%;;;}
.indexbanner .banner-one .xx h1{ font-size: 38px; color:#fff; text-align: left; font-weight: bold; margin-bottom: 20px;;;}
.indexbanner .banner-one .xx p{ font-size: 20px; color:#fff; text-align: left; width:50%; line-height:30px;}
.indexbanner .banner-three .xx{ position: absolute; top: 50%;   transform: translateY(-50%); width: 100%;;;}
.indexbanner .banner-three .xx h1{ font-size: 38px; color:#fff; text-align: left; font-weight: bold; margin-bottom: 10px;margin-bottom: 20px;;;}
.indexbanner .banner-three .xx p{ font-size: 20px; color:#fff; text-align: left; width: 50%;;line-height:30px;;}
.indexbanner .banner-three .xx .more1{ border:1px solid #fff; color:#fff; display:block; width:160px; height:50px; line-height:50px; border-radius:10px; text-align:center; margin: 20px 0px;}

.indexbanner .banner-four .xx{ position: absolute; top: 40%;   transform: translateY(-50%); width: 100%;;;}
.indexbanner .banner-four .xx h1{ font-size: 38px; color:#fff; text-align: left; font-weight: bold; margin-bottom: 20px;;;}
.indexbanner .banner-four .xx p{ font-size: 20px; color:#fff; text-align: left; width:55%; line-height:30px;}


.bannertitle {
    font-size: 20px;
    -webkit-transition: all 500ms;
    transition: all 500ms;
    -webkit-transition: all 600ms;
    -moz-transition: all 600ms;
    -ms-transition: all 600ms;
    -o-transition: all 600ms;
    line-height: 24px;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
}

.bannertext {
    font-size: 16px;
    margin: 15px 0 20px;
    opacity: 0;
    transition: all 1000ms;
    -webkit-transition: all 1000ms;
    -moz-transition: all 1000ms;
    -ms-transition: all 1000ms;
    -o-transition: all 1000ms;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
}

.bannerlink {
    display: inline-block;
    width: 107px;
    height: 36px;
    line-height: 34px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #1a1a1a;
    opacity: 0;
    color: #1a1a1a;
    transition: all 1300ms;
    -webkit-transition: all 1300ms;
    -moz-transition: all 1300ms;
    -ms-transition: all 1300ms;
    -o-transition: all 1300ms;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
}

.indexbanner li:hover .bannerlink {
    background: #005cfa;
    color: #FFF;
    border: 1px solid #005cfa;
}

.indexbanner li.active .bannertitle {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.indexbanner li.active .bannertext {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.indexbanner li.active .bannerlink {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
/*首页轮播图 结束*/



/* 首页更多按钮 开始 */

.index-more {
    padding: 30px 0 0px;
}

.index-more a {
    width: 260px;
    height: 50px;
    text-align: center;
    margin: 0 auto;
    display: block;
    line-height: 50px;
    background: #fff;
    color: #666;
    font-size: 16px;
}

.index-more a:hover {
    background: #005cfa;
    color: #fff;
}

@media (max-width: 992px) {
    .index-more {
        padding: 20px 0 0px;
    }
}

/* 首页更多按钮 结束 */



/* 首页产品中心 开始*/

.product-section {
    background-color: #f5f5f5;
}

.product-section ul {
    padding-top: 0;
}

.product-section li {
    overflow: hidden;
}

.product-section li img {
    width: 100%;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.product-section li .hover {
    display: none;
}

.product-section li:hover img {
    cursor: pointer;
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}



.bgwhite {
    background-color: #fff;
}

.product-section li {
    padding: 1px;

}

.product-section li .libox {
    background: #fff;
    position: relative;
}

.product-section li .libox:before {
    content: '';
    position: absolute;
    top: 5%;
    left: 5%;
    width: 0px;
    height: 1px;
    background-color: #fff;
    opacity: 0;
    z-index: 10;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

.product-section li .libox:after {
    content: '';
    position: absolute;
    top: 5%;
    right: 5%;
    width: 1px;
    height: 0;
    background-color: #fff;
    opacity: 0;
    z-index: 10;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

.product-section li a {
    display: block;
    padding-bottom: 40px;
}

.product-section li .tit {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
    font-size: 14px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
}

.product-section li .hover {
    display: block;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: rgba(2, 92, 172, 0.8);
    color: #fff;
    font-size: 16px;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.product-section li .hover:before {
    content: '';
    position: absolute;
    bottom: 5%;
    right: 5%;
    z-index: 1;
    width: 0px;
    height: 1px;
    background-color: #fff;
    opacity: 0;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

.product-section li .hover:after {
    content: '';
    position: absolute;
    bottom: 5%;
    left: 5%;
    z-index: 1;
    width: 1px;
    height: 0;
    background-color: #fff;
    opacity: 0;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

.product-section li .hover div {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.product-section li .hover i {
    display: block;
    height: 24px;
    line-height: 24px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
    text-align: center;
}

.product-section li .hover .more {
    width: 110px;
    height: 35px;
    line-height: 35px;
    background-color: #fff;
    display: block;
    margin: 30px auto 0;
    text-align: center;
    border-radius: 20px;
    color: #035cac;
}

.product-section li:hover .hover {
    opacity: 1;
}

.product-section li:hover .libox:before {
    width: 90%;
    opacity: 1;
}

.product-section li:hover .libox:after {
    height: 90%;
    opacity: 1;
}

.product-section li:hover .hover:before {
    width: 90%;
    opacity: 1;
}

.product-section li:hover .hover:after {
    height: 90%;
    opacity: 1;
}


/* 首页产品中心 结束*/




/* 首页解决方案 开始 */

.solution-section {
    position: relative;
    background: rgba(0, 32, 66, 1);
    background-image: url(../images/solution_bg1.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.solution-section:before {
    background-color: rgba(0, 0, 0, 0.23);
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 1;
}

.solution-section .container {
    z-index: 2;
    position: relative;
}

.solution-section .sec-title h2 {
    color: #fff;
}

.solution-section .sec-title .text {
    color: #fff;
}

.solution-block {}

.solution-block .inner-box {
    background: #fff;
    border-bottom: 2px solid #005dac;
    font-size: 14px;
    position: relative;
    z-index: 1;
}

.solution-block .inner-box:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #0072d3;
    transition: all 0.5s;
    height: 0;
}

.solution-block .oImg {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #f1f1f1;
    display: block;
}

.solution-block img {
    width: 100%;
    height: auto;
    transition: all 0.5s;
}

.solution-block p {
    padding: 15px 15px 0 15px;
    height: 50px;
    z-index: 2;
    position: relative;
    text-align: center;
    font-size: 16px;
}

.solution-block.last {
    margin-right: 0;
}

.solution-block:hover .inner-box {
    color: #fff;
    background: #005cfa;
    transition: all 0.1s;
    transition-delay: 0.2s;
}

.solution-block:hover .inner-box:before {
    height: 50px;
    transition: all 0.5s;
}

.solution-block:hover img {
    transform: scale(.9, .9);
    transition: all 0.5s;
}

.solution-section .index-more a {
    border: 1px solid rgba(255, 255, 255, 0.85);
    background: none;
    color: #fff;
}

@media (max-width: 1200px) {
    .solution-block {
        margin-bottom: 30px
    }
}



/* 首页解决方案 结束 */



/* 首页关于我们 开始 */

.about-section {
    position: relative;
    background: #f5f5f5;
    background: url(../images/about_bg.jpg) center center no-repeat;
    background-size: cover;
}

.about-block {
    background: #fff;
    box-shadow: 0 7px 39px rgba(0, 0, 0, .1);
}

.js-about-us-thumbnail {
    margin: 0 -15px;
}

.js-about-us-thumbnail img {
    width: 100%;
}

.js-about-us-content {
    padding: 0 40px;
    font-size: 16px;
}

.js-about-us-content h3 {
    font-size: 20px;
    margin: 65px 0 20px;
    font-weight: 600;
}

.js-about-us-content h3:after {
    content: '';
    display: block;
    margin: 15px 0 5px;
    width: 36px;
    height: 3px;
    background-color: #005cfa;
}

.js-about-us-content p {
    margin: 10px 0;
    font-size: 14px;
    text-indent: 2em;
}

@media (max-width: 1200px) {
    .js-about-us-content h3 {
        margin-top: 20px;
    }

    .js-about-us-content {
        padding: 0 15px;
        font-size: 16px;
        padding-bottom: 25px;
    }
}



/* 首页关于我们 结束 */


/* 首页新闻中心 开始*/
.news-section {
    position: relative;
    background: #fff;
    background: url(../images/news_bg.jpg) center center no-repeat;
}

.news-section.alternate {
    padding-bottom: 100px;
}

.news-section .sec-title .theme-btn {
    margin-top: 110px;
    padding: 8px 44px;
}

.news-section .owl-theme .news-block {
    margin: 0px 15px;
}

.news-section .owl-carousel {
    margin: 0px -15px;
    width: auto;
}

.news-section .owl-carousel .owl-stage-outer {
    padding: 10px 0px 15px;
}

.news-section .owl-nav {
    display: none;
}

.news-section .owl-dots {
    position: relative;
    text-align: center;
    margin-top: 45px;
}

.news-section .owl-dots .owl-dot {
    position: relative;
    margin: 0px 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    background-color: #c7cdd4;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-section .owl-dots .owl-dot.active,
.news-section .owl-dots .owl-dot:hover {
    background-color: #f97534;
}

.news-section .index-more a {
    border: 1px solid rgba(0, 0, 0, 0.25);
}

/*首页新闻中心 结束*/


/* 首页合作伙伴 开始 */

.partner-section {
    position: relative;
    background: #f5f5f5;
}


/* 首页合作伙伴 结束 */




/*** 

====================================================================
    Footer start
====================================================================

***/

footer {
    width: 100%;
    background-image: url(../images/foot_bg.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.footer-section {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 0px 0px 0px 0px;
}
  .footer-nav>ul>li {
        width: 220px;
        float: left; padding-right:40px
    }

.footer-section:before {
    position: absolute;
    content: '';
    background-color: rgba(0, 32, 66, 0.80);
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: .9;
}

.footer-nav {
     float: left;
}

.footer-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}


.footer-nav>ul>li>div.help_top {
    display: block;
    padding: 10px 0;
    font-weight: normal;
    cursor: pointer;
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 18px;
}

.footer-nav>ul>li>div.help_top:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.15);
    content: '';
}

.footer-nav>ul>li>div.help_top a {
    color: #fff;
}

.footer-nav>ul>li>div.help_top:after {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 24px;
    background-color: #005cfa;
    content: '';
}

.footer-nav>ul>li>div.help_top h3{ font-size:20px; }

.footer-nav>ul>li>ul>li>a {
    color: #888;
    text-decoration: none;
}

.footer-nav>ul>li>ul>li>a:hover {
    color: #333;
}

.footer-nav>ul>li>ul {
    display: none;
}

.footer-nav>ul>li.active ul {
    display: block;
    padding-bottom: 20px;
}
.footer-top{ overflow: hidden; padding-bottom:30px}
.footer-lx {
    float: right;
    padding-right: 0; width:660px ;
}

.footer-lx>h2 { position:absolute;
    font-size: 18px;
    color: #fff;
    padding: 10px 0;
   
 
}

.footer-lx>h3 {  margin-top:30px;
    font-size: 14px;
    color: #fff;
    padding: 15px 0;
 
  
}
.footer-lx>h3  a{ color:#fff}

.footer-lx>h4 {
    font-size: 18px;
    color: #fff;
    padding: 0;
    margin: 0;
    margin-bottom: 0;
}

.footer-lx>b,
.footer-wx>b {
    display: block;
    font-size: 14px;
    color: #333;
    margin-bottom: 15px;
}

.footer-lx>p {
  
    color: #888; position: absolute; 
}
.footer-lx>p a{ color: #888;}

.footer-wx {
    float: left;
    padding-top: 20px;
}

.footer-wx>b {
    display: none;
}

.footer-bottom {
    position: relative;
    padding: 15px 0px;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.20);
    color: #999;
}

@media(min-width:768px) {
    footer>.container-fluid>.container {
        color: #888;
        padding: 35px 0;
        font-size: 14px;
    }

    footer>.container-fluid>.container>.pull-right {
        display: none;
    }

    footer>.container {
        padding-top: 78px;
    }

    .footer-nav ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }


    .footer-nav>ul>li>strong {
        font-size: 18px;
        display: block;
        line-height: normal;
    }

    .footer-nav>ul>li.xian2:before {
        background-color: #f39800;
    }

    .footer-nav>ul>li.xian3:before {
        background-color: #5bacca;
    }

    .footer-nav>ul>li.xian4:before {
        background-color: #5cb366;
    }

    .footer-nav>ul>li.xian5:before {
        background-color: #dfd92b;
    }

    .footer-nav>ul>li>ul {
        display: block;
    }

    .footer-nav>ul>li>ul>li {
        line-height: 1.8em; float: left; margin-right: 10px;
    }

    .footer-nav>ul>li>ul>li>a {
        color: #aaa;
        text-decoration: none; position: relative;
    }
    .footer-nav>ul>li img{ position: relative;}

    .footer-nav>ul>li>ul>li>a:hover {
        color: #333;
    }

    .footer-lx {
        float: right;
    }

    .footer-lx>h2 {
        font-size: 24px;
      
    }

    .footer-lx>h3 {
        font-size: 18px;
        padding: 0;
       
        padding: 15px 0;
        
    }

    .footer-lx>b,
    .footer-wx>b {
        display: block;
        font-size: 14px;
        color: #888;
        margin-bottom: 15px;
        line-height: 38px;
    }

    .footer-lx>p {
     
        color: #888;
    }

    .footer-wx {
        width: 200px;
        float: right;
        text-align: center;
    }

    .footer-wx img {
        padding: 5px;
        background: #fff;
    }


    .footer-nav>ul>li>strong {
        font-size: 18px;
        color: #fff;
        display: block;
        line-height: normal;
    }

    .footer-lx {
       
        float: left !important;
    }

    footer>.container-fluid>.container>.pull-right {
        float: left !important;
        display: block;
    }

   
    .help_top i{ display: none}
}





@media(min-width:1680px) {
  

   
  
    footer>.container-fluid>.container>.pull-right {
        float: right !important;
    }
}

@media(min-width:1920px) {}





/** footer-section End **/

/*** 

====================================================================
    Footer end
====================================================================

***/



/* page_banner  */

.page_banner {
    width: 100%;
    height: 280px;
    position: relative;
}

.page_banner .width {
    height: 280px;
}

.pbr-breadscrumb {
    display: none;
}

.h_text h1 {
    line-height: 44px;
    color: #fff;
    font-size: 44px;
    text-align: center;
    font-weight: bold;
    padding-top: 80px;
    -webkit-text-shadow: 0 0 10px #000;
    -moz-text-shadow: 0 0 10px #000;
    -o-text-shadow: 0 0 10px #000;
    text-shadow: 0 0 10px #000;
}

.h_text p {
    padding-top: 25px;
    height: 18px;
    line-height: 18px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    -webkit-text-shadow: 0 0 10px #000;
    -moz-text-shadow: 0 0 10px #000;
    -o-text-shadow: 0 0 10px #000;
    text-shadow: 0 0 10px #000;
}

/* 内页子菜单 */

.sub_cate {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 15px;
    display: none;
}

.sub_cate ul {
    margin: 0;
    padding: 0;
}

.sub_cate ul li {
    display: inline-block;
    margin: 0 5px;
}

.sub_cate ul li a {
    display: block;
    padding: 0px 30px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background: #f2f2f2;
    color: #000;
    text-decoration: none;
    font-size: 16px;
}

.sub_cate ul li:hover a,
.sub_cate ul li.hover a {
    background: #005cfa;
    color: #fff;
}


/* 二级菜单 */
.about-navigation {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 45px;

    overflow: hidden;
    z-index: 9;
}

.about-navigation.fixed {
    position: fixed;
    left: 0;
    top: 80px;
    bottom: initial;
}

.about-navigation label {
    margin-bottom: 0 !important;
}

.about-navigation .label1 {
    display: block;
    text-align: center;
    max-height: 45px !important;
    margin-bottom: 0;
}

.about-navigation li {
    float: left;
    width: 178px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    font-size: 14px;
}

.about-navigation li.on,
.about-navigation li:hover {
    background: #005cfa;
}

.about-navigation li a {
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: normal;
}

.about-navigation  .swiper-button-next,.about-navigation  .swiper-button-prev{ background-size: 50% 50%;}
.about-navigation  .swiper-button-next{  right: 0px;}
.about-navigation  .swiper-button-prev{ left: 0px ;}

.main {
    padding-top: 0;
    padding-bottom: 30px;
}

.main-left {
    background-color: #666;
}

.main-left h3 {
    background: url(../images/img01.jpg) top center no-repeat;
    background-size: cover;
    color: #cccccc;
    font-size: 18px;
    overflow: hidden;
    height: 70px;
    line-height: 70px;
    padding-left: 68px;
    position: relative;
}

.main-left h3 img {
    position: absolute;
    left: 24px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.main-left dt {
    color: #fff;
    background-color: #4c4c4c;
    font-size: 16px;
    font-weight: bold;
    height: 42px;
    line-height: 42px;
    cursor: pointer;
    padding-left: 20px;
}

.main-left dt:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 8px solid #fff;
    border-bottom: 6px solid transparent;
    margin-right: 9px;
}

.main-left dd {
    padding: 8px 0;
    display: none;
}

.main-left dd span {
    margin-bottom: 7px;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.main-left dd span a {
    display: inline-block;
    text-align: center;
    padding: 0 14px;
    border-radius: 20px;
    color: #ccc;
    -webkit-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
}

.main-left dd span a.cur {
    background-color: #005cfa;
    color: #fff;
    font-weight: bold;
}

.product-list {
    padding: 20px 0;
}

.product-list li { padding:10px; text-align:center;
  
    padding-bottom: 25px; min-height:444px;
}

.product-list li .img { border:1px solid #ccc;
    display: block;
    overflow: hidden;
}
.product-list li .img h3{ padding-top:20px; padding-bottom:20px}

.product-list li .img img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

}

.product-list li h3 {
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 15px;
    font-weight: bold;
}

.product-list li p {
    padding-bottom: 3px;
    color: #666;
}

.product-list li .product-more {
    width: 115px;
    height: 37px;
    line-height: 37px;
    font-size: 16px;
    color: #999;
    text-align: center;
    border: 1px solid #999;
    display: inline-block;
    margin-top: 20px;
    margin-right: 20px;
}

.prodetail-desc a {
    width: 115px;
    height: 37px;
    line-height: 37px;
    font-size: 16px;
    color: #999;
    text-align: center;
    border: 1px solid #999;
    display: inline-block;
    margin-top: 20px;
    margin-right: 20px;
}

.product-list li .product-s1 {
    color: #333;
}



.product-list li:hover img {
    cursor: pointer;
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}





.main-tit {
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    font-size: 18px;
    line-height: 45px;
    margin-top: 30px;
    height: 45px;
}

.kennavcont25 ul li .g-subnav {
    display: none;
}

.kennavcont25 ul li .g-subnav h3 a {
    font-size: 14px;
    padding-left: 20px;
    color: #333;
    font-weight: bold;
}

.kennavcont25 ul li .g-subnav a {
    font-size: 14px;
    padding-left: 30px;
    display: block;
    border-bottom: 1px solid #e6e6e6;
    color: #666;
}

.kennavcont25 ul li .g-subnav .more {
    color: #ff0000;
}

.kennavcont25 ul li .g-subnav .more:hover {
    color: #ff0000;
}

.kennavcont25 ul li .g-subnav .img {
    width: 50px;
    float: left;
    margin-right: 23px;
}

.kennavcont25 ul li .g-subnav .img img {
    display: block;
    margin: 0 auto;
}

.kennavcont25 ul li .g-subnav li {
    border-bottom: none;
}

.kennavcont25 ul li .g-subnav li a {
    overflow: hidden;
}

.kennavcont25 ul li .g-subnav li span {
    display: block;
}

.kennavcont25 ul li .g-subnav .g-subnavlink {
    display: none;
}

.kennavcont25 ul li .a-subnav {
    display: none;
}

.kennavcont25 ul li .a-subnav a {
    font-size: 14px;
    padding-left: 30px;
    border-top: 1px solid #e6e6e6;
    color: #666;
    display: block;
}

@media (min-width: 767px) {

    .product-list li {
        padding-top: 20px;
    }

    .product-list li .img { width:100%
        
     
       
    }

    .product-list li h3 {
        font-size: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        height: 47px;
        line-height: 24px;
    }

    #noleft .product-list li .product-cont {
        padding-top: 30px;
        font-size: 16px;
        line-height: 28px;
        max-width: 915px;
        float: left;
    }

    .product-list li .product-more {
        display: inline-block;
    }
}

@media (min-width: 1023px) {
    .main-tit {
        margin-top: 0;
    }

    .main-left {
        width: 35%;
        float: left;
        max-width: 280px;
        background-color: #666;
    }

    .main-left dt {
        cursor: default;
    }

    .main-left dd a:hover {
        background-color: #005cfa;
        color: #fff;
        font-weight: bold;
    }

    .main-left dd span {
        padding: 0 5px;
    }

    .main-right {
        float: right;
        width: 65%;
    }

    #noleft .main-right {
        width: 100%;
    }

    .product-list li h3 a {
        -webkit-transition: all ease-out 0.1s;
        transition: all ease-out 0.1s;
    }

    .product-list li h3 a:hover {
        color: #005cfa;
    }

    .product-list li .product-desc {
        height: 112px;
        line-height: 28px;
        display: -webkit-box;
        word-break: break-all;
        text-overflow: ellipsis;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
    }

    .product-list li .product-more:hover {
        background-color: #005cfa;
        border-color: #005cfa;
        color: #fff;
        -webkit-transition: all ease-out 0.2s;
        transition: all ease-out 0.2s;
    }

    .kennavcont25 ul li:nth-child(4) {
        position: relative;
    }

    .kennavcont25 ul li .a-subnav {
        width: 100%;
        position: absolute;
        left: 0;
        top: 62px;
        z-index: 200;
        display: none;
        background: rgba(255, 255, 255, 0.97);
    }

    .kennavcont25 ul li .a-subnav a {
        border-radius: 0;
    }

    .kennavcont25 ul li .g-subnav {
        height: 520px;
        position: absolute;
        right: 0;
        top: 86px;
        z-index: 100;
        display: none;
        background: rgba(255, 255, 255, 0.97);
    }

    .kennavcont25 ul li .g-subnav a {
        border-radius: 0;
        border-bottom: none;
    }

    .kennavcont25 ul li .g-subnav a:hover {
        color: #005cfa;
        background: none;
    }

    .kennavcont25 ul li .g-subnav h3 a {
        height: 58px;
        line-height: 58px;
        background-color: #e6e6e6;
        font-size: 16px;
        text-align: center;
    }

    .kennavcont25 ul li .g-subnav h3 a:hover {
        background: #e6e6e6;
        color: #333;
    }

    .kennavcont25 ul li .g-subnav p a {
        line-height: 28px;
        height: 28px;
    }

    .kennavcont25 ul li .g-subnav p a:hover {
        font-weight: bold;
    }

    .kennavcont25 ul li .g-subnav .more {
        margin-top: 10px;
    }

    .kennavcont25 ul li .g-subnav .g-subnavlist {
        display: block;
        float: left;
    }

    .kennavcont25 ul li .g-subnav .g-subnavlist li {
        float: none;
        padding-bottom: 8px;
    }

    .kennavcont25 ul li .g-subnav .g-subnavlist li span:nth-child(2) {
        padding-top: 3px;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 23px;
    }

    .kennavcont25 ul li .g-subnav .g-subnavlist li .img {
        margin-right: 7px;
        margin-left: 10px;
    }

    .kennavcont25 ul li .g-subnav .g-subnavlist:nth-child(2) {
        width: 248px;
    }

    .kennavcont25 ul li .g-subnav .g-subnavlist:nth-child(3) {
        width: 204px;
    }

    .kennavcont25 ul li .g-subnav .g-subnavlist:nth-child(4) {
        width: 202px;
    }

    .kennavcont25 ul li .g-subnav .g-subnavlist:nth-child(5) {
        width: 194px;
    }

    .kennavcont25 ul li .g-subnav .g-subnavlink {
        display: block;
        padding-top: 13px;
        position: relative;
    }

    .kennavcont25 ul li .g-subnav .g-subnavlink li a {
        height: 50px;
        padding: 0;
    }

    .kennavcont25 ul li .g-subnav .g-subnavlink li span {
        line-height: 20px;
        white-space: nowrap;
    }

    .kennavcont25 ul li .g-subnav .g-subnavlink:before {
        content: '';
        display: block;
        width: 0;
        height: 90%;
        border-left: 1px dashed #999;
        position: absolute;
        left: 0;
        top: 20px;
    }

    .kennavcont25 ul li .g-subnav .g-subnavlist:nth-child(1) .g-subnavlink:before {
        display: none;
    }

    .kennavcont25 ul li .g-subnav .g-subnavlist:nth-child(2) .g-subnavlink:before {
        height: 425px;
    }

    .prodetail-desc a:hover {
        background-color: #005cfa;
        border-color: #005cfa;
        color: #fff;
        -webkit-transition: all ease-out 0.2s;
        transition: all ease-out 0.2s;
    }
}

@media (min-width: 1180px) {

    .main-right {
        width: 860px;
    }

    .product-list {
        padding: 5px 0 0;
    }

    .product-list li h3 {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .product-list li p {
        padding-bottom: 0;
    }

    .product-list li .product-desc {
        -webkit-line-clamp: 2;
        height: 56px;
    }

    .product-list li .product-more {
        margin-top: 33px;
    }

    .product-main {
        padding-bottom: 140px;
    }

    .kennavcont25 ul li .g-subnav .g-subnavlist:nth-child(1) {
        width: 190px;
    }

    .kennavcont25 ul li .g-subnav .g-subnavlist:nth-child(1) .img {
        margin-left: 24px;
    }

    .kennavcont25 ul li .g-subnav .g-subnavlist:nth-child(1) h3 a {
        padding-left: 35px;
        text-align: left;
        padding-right: 0;
    }

    .kennavcont25 ul li .g-subnav .g-subnavlist:nth-child(1) p a {
        padding-left: 60px;
    }

    .kennavcont25 ul li .g-subnav .g-subnavlist:nth-child(2) {
        width: 280px;
    }

    .kennavcont25 ul li .g-subnav .g-subnavlist:nth-child(2) .img {
        margin-left: 24px;
    }

    .kennavcont25 ul li .g-subnav .g-subnavlist:nth-child(3) {
        width: 235px;
    }

    .kennavcont25 ul li .g-subnav .g-subnavlist:nth-child(3) .img {
        margin-left: 20px;
    }

    .kennavcont25 ul li .g-subnav .g-subnavlist:nth-child(4) {
        width: 240px;
    }

    .kennavcont25 ul li .g-subnav .g-subnavlist:nth-child(4) .img {
        margin-left: 20px;
    }

    .kennavcont25 ul li .g-subnav .g-subnavlist:nth-child(5) {
        width: 215px;
    }

    .kennavcont25 ul li .g-subnav .g-subnavlist:nth-child(5) .img {
        margin-left: 20px;
    }

    .prodetail-desc a {
        margin-top: 20px;
    }
}

.ProDetail-tit {
    margin-top: 10px;
    background-color: none;
}

.ProDetail-tit h2 {
    font-size: 18px;
    height: 50px;
    line-height: 50px;
}

.prodetail-img {
    position: relative;
    overflow: hidden;
}

.prodetail-img li img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.proimgbtn {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    z-index: 100;
}

.proimgbtn:after {
    content: '';
    display: block;
    width: 35px;
    height: 35px;
    border-left: 1px solid #999;
    border-bottom: 1px solid #999;
    position: relative;
    top: 50%;
}

.prodetail-prev {
    left: 0;
}

.prodetail-prev:after {
    -webkit-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
}

.prodetail-next {
    right: 0;
}

.prodetail-next:after {
    top: 0%;
    -webkit-transform: rotate(-135deg) translateY(-50%);
    -ms-transform: rotate(-135deg) translateY(-50%);
    transform: rotate(-135deg) translateY(-50%);
}

.prodetail-desc {
    margin-bottom: 30px;
}

.prodetail-desc h3 {
    color: #005cfa;
    font-size: 20px;
    padding: 10px 0 5px;
}

.prodetail-desc .prodetail-module {
    font-size: 18px;
    color: #808080;
}

.prodetail-desc .prodetail-module i {
    font-family: arial;
}

.prodetail-desc .prodetail-miaoshu {
    font-size: 16px;
    color: #808080;
    border-bottom: 1px solid #dadada;
    border-top: 1px solid #dadada;
    margin: 10px 0;
    padding: 15px 0 10px;
}

.prodetail-desc .prodetail-miaoshu b {
    display: block;
    color: #333;
    padding-bottom: 10px;
}

.prodetail-desc img {
    display: block;
    max-width: 100%;
    margin: 15px 0;
}

.pro-thumb {
    padding: 30px 0;
    color: #666;
}

.pro-thumb h3 {
    font-size: 20px;
    color: #333;
    line-height: 28px;
    padding-bottom: 15px;
}

.pro-thumb img {
    max-width: 100%;
    display: block;
    margin: 10px auto 0;
}

.pro-thumb.center {
    padding: 30px 0 0;
    text-align: center;
}

.gray {
    background-color: #fafafa;
}

.prodetail-table {
    padding: 30px 0;
}

.prodetail-table h3 {
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    padding-bottom: 10px;
    font-weight: bold;
    color: #333;
}

.prodetail-table h3:before {
    content: '';
    display: none;
    width: 3px;
    height: 16px;
    background-color: #333;
    float: left;
    margin-top: 3px;
    margin-right: 10px;
}

.prodetail-table li {
    border-bottom: 1px solid #e5e5e5;
    padding: 15px 0 15px 70px;
    color: #808080;
    position: relative;
}

.prodetail-table li p {
    padding: 0;
    position: relative;
}

.prodetail-table li p .s1 {
    top: 0;
    left: -70px;
}

.prodetail-table li .s1 {
    color: #333;
    position: absolute;
    left: 0;
    top: 14px;
}

.prodetail-table li:last-child {
    border-bottom: none;
}

.relatedPro {
    padding: 20px 0;
}

.relatedPro h3 {
    font-size: 16px;
    padding-bottom: 10px;
    font-weight: bold;
    color: #333;
}

.relatedPro h3:before {
    content: '';
    display: none;
    width: 3px;
    height: 16px;
    background-color: #333;
    float: left;
    margin-top: 3px;
    margin-right: 10px;
}

.relatedPro a {
    display: block;
}

.relatedPro img {
    display: block;
    width: 100%;
}

.relatedPro .tit {
    font-size: 16px;
    margin-top: 15px;
    height: 24px;
    line-height: 24px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.relatedPro span {
    font-family: arial;
}

.relatedPro p {
    color: #999;
}

.relatedPro li {
    padding-bottom: 20px;
}

.relatedPro ul {
    margin: 0 -10px;
}

@media (min-width: 767px) {
    .pro-thumb {
        font-size: 16px;
        line-height: 30px;
    }

    .pro-thumb h3 {
        font-size: 24px;
    }

    .prodetail-table {
        font-size: 16px;
        padding: 50px 0;
    }

    .prodetail-table h3 {
        font-size: 18px;
        padding-bottom: 25px;
    }

    .prodetail-table h3:before {
        height: 18px;
        margin-top: 2px;
    }

    .prodetail-table li {
        padding: 15px 0 15px 80px;
    }

    .prodetail-table li p {
        padding-left: 80px;
    }

    .prodetail-table li p .s1 {
        left: 0;
        font-size: 16px;
    }

    .prodetail-table li.nopad {
        padding-left: 0;
    }

    .relatedPro {
        padding: 45px 0;
    }

    .relatedPro h3 {
        font-size: 18px;
        padding-bottom: 15px;
    }

    .relatedPro h3:before {
        height: 18px;
        margin-top: 2px;
    }
}

@media (min-width: 991px) {
    .prodetail-img {
        width: 48%;
        float: left;
    }

    .prodetail-desc {
        float: left;
        width: 48%;
        margin-left: 2%;
    }

    .prodetail-desc h3 {
        font-size: 28px;
        padding-bottom: 25px;
        line-height: normal;
    }

    .prodetail-desc .prodetail-miaoshu {
        margin-top: 23px;
        line-height: 24px;
        padding: 25px 0;
    }

    .pro-thumb h3 {
        font-size: 28px;
        padding-bottom: 25px;
    }

    .prodetail-table {
        padding: 70px 0;
    }

    .prodetail-table li {
        padding: 18px 0;
    }

    .prodetail-table li span {
        display: inline-block;
        vertical-align: top;
    }

    .prodetail-table li .s1 {
        position: static;
        min-width: 80px;
        margin-right: 50px;
    }

    .prodetail-table li p {
        padding: 0;
    }
}

@media (min-width: 1023px) {
    .relatedPro li:hover .tit {
        color: #005cfa;
    }
}

@media (min-width: 1180px) {
    .prodetail-img {
        width: 480px;
        float: left;
    }

    .prodetail-desc {
        width: 640px;
        float: right;
    }

    .prodetail-desc h3 {
        font-size: 36px;
        padding-bottom: 25px;
    }

    .prodetail-desc .prodetail-miaoshu {
        padding-right: 40px;
    }

    .pro-thumb {
        min-height: 665px;
    }

    .pro-thumb h3 {
        font-size: 42px;
    }

    .pro-thumb.right {
        overflow: hidden;
    }

    .pro-thumb.right h3 {
        padding-top: 160px;
    }

    .pro-thumb.right img {
        float: right;
        margin-top: -10px;
        margin-left: 180px;
    }

    .pro-thumb.center h3 {
        padding-top: 35px;
    }

    .pro-thumb.center img {
        margin-top: 0;
    }

    .pro-thumb.left {
        overflow: hidden;
    }

    .pro-thumb.left h3 {
        padding-top: 150px;
    }

    .pro-thumb.left img {
        float: left;
        margin-right: 190px;
        margin-top: 30px;
    }

    .prodetail-table {
        padding: 90px 0;
    }

    .prodetail-table h3:before {
        margin-right: 16px;
    }

    .prodetail-table li .s1 {
        margin-right: 80px;
    }

    .prodetail-table li .s1:first-child {
        margin-left: 20px;
    }

    .relatedPro {
        overflow: hidden;
    }

    .relatedPro h3:before {
        margin-right: 16px;
    }

    .relatedPro ul {
        margin: 0 -25px;
    }

    .relatedPro li {
        padding: 0 25px;
    }

    .relatedPro .tit {
        margin-top: 20px;
    }
}

.intit-cn {
    text-align: center;
    font-size: 20px;
}

.intit-cn:after {
    content: '';
    display: block;
    margin: 10px auto 5px;
    width: 28px;
    height: 4px;
    background-color: #005cfa;
}

.intit-en {
    text-align: center;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.product-section {
    padding: 55px 0px 60px;
    background-color: #f5f5f5;
}

.product-section ul {
    padding-top: 15px;
}

.product-section li {
    overflow: hidden;
}

.product-section li img {
    width: 100%;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.product-section li .hover {
    display: none;
}

.product-section li:hover img {
    cursor: pointer;
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.product-section li .tit {
    margin: 10px 0 15px;
    display: block;
    height: 24px;
    line-height: 24px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.bgwhite {
    background-color: #fff;
}

.inNews {
    background: url(../images/img29.jpg) center center no-repeat;
    background-size: cover;
    border-top: 3px solid #005cfa;
    padding: 20px 0;
    overflow: hidden;
}

.inNews h3 {
    font-size: 18px;
    padding-bottom: 10px;
}

.inNews h3 a {
    float: right;
    font-size: 14px;
    background: url(../images/icon23.png) right center no-repeat;
    padding-right: 18px;
}

.inArticle dt a {
    display: block;
    position: relative;
}

.inArticle dt a img {
    width: 100%;
    display: block;
}

.inArticle dt a span {
    width: 100%;
    padding: 0 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: rgba(20, 21, 23, 0.6);
    color: #fff;
    line-height: 40px;
}

.inArticle dt a span i {
    width: 80%;
    float: left;
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.inArticle dt a span em {
    float: right;
}

.inArticle dd {
    padding-top: 10px;
}

.inArticle li {
    border-bottom: 1px solid #dcdcdc;
    line-height: 47px;
    position: relative;
    padding-right: 60px;
}

.inArticle li a {
    display: block;
    height: 47px;
    line-height: 47px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.inArticle li .date {
    position: absolute;
    right: 0;
    top: 0;
    color: #808080;
}

.inArticle li:before {
    content: '';
    float: left;
    width: 5px;
    height: 5px;
    background-color: #666;
    border-radius: 100%;
    margin: 20px 20px 0 5px;
}

.inSup {
    padding-top: 20px;
}

.inSup li {
    background-color: #fff;
    margin-bottom: 20px;
}

.inSup li img {
    float: left;
    display: block;
    margin-right: 27px;
    margin: 25px;
}

.inSup li span {
    font-size: 16px;
    display: block;
    padding-top: 40px;
    text-transform: uppercase;
}

.inSup li span:last-child {
    font-size: 14px;
    color: #808080;
    padding-top: 0;
}

.inSup li a {
    display: block;
    padding-bottom: 40px;
}

.banner-wrap {
    position: relative;
    overflow: hidden;
}

.product-sectionClass {
    background: rgba(0, 0, 0, 0.75);
    height: 100px;
}

.product-sectionClass li a {
    color: #fff;
    text-align: center;
    display: block;
    height: 100px;
    position: relative;
}

.product-sectionClass li img {
    display: block;
    margin: 15px auto 10px;
    height: 43px;
}

.product-sectionClass li:after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    background: rgba(255, 255, 255, 0.15);
}

.product-sectionClass li:first-child:before {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: rgba(255, 255, 255, 0.15);
}

.prodetail-table {
    overflow-x: auto;
}

.prodetail-table table {
    border-collapse: collapse;
}

.prodetail-table td {
    border: 1px solid #e5e5e5;
    height: 50px;
    padding: 10px;
}

.prodetail-table p {
    padding-bottom: 10px;
    line-height: 24px;
}

@media (min-width: 767px) {
    .product-section li .tit {
        font-size: 16px;
    }
}

@media (min-width: 991px) {
    .inSup {
        padding-top: 0;
    }

    .inArticle dt {
        padding-left: 0;
    }

    .inArticle dd {
        padding-top: 0;
    }

    .inSup {
        padding-right: 0;
    }

    .inSup li a {
        padding-bottom: 28px;
    }

    .prodetail-table table {
        width: 1180px;
    }
}

@media (min-width: 1024px) {
    .banner-wrap {
        overflow: hidden;
    }

    .product-sectionClass-wrap {
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 20;
    }

    .intit-cn {
        font-size: 30px;
        color: #333;
    }

    .intit-cn:after {
        margin: 20px auto 10px;
    }

    .product-section li {
        padding: 1px;
    }

    .product-section li .libox {
        position: relative;
    }

    .product-section li .libox:before {
        content: '';
        position: absolute;
        top: 5%;
        left: 5%;
        width: 0px;
        height: 1px;
        background-color: #fff;
        opacity: 0;
        z-index: 10;
        -webkit-transition: all 1s ease 0s;
        -moz-transition: all 1s ease 0s;
        -ms-transition: all 1s ease 0s;
        -o-transition: all 1s ease 0s;
        transition: all 1s ease 0s;
    }

    .product-section li .libox:after {
        content: '';
        position: absolute;
        top: 5%;
        right: 5%;
        width: 1px;
        height: 0;
        background-color: #fff;
        opacity: 0;
        z-index: 10;
        -webkit-transition: all 1s ease 0s;
        -moz-transition: all 1s ease 0s;
        -ms-transition: all 1s ease 0s;
        -o-transition: all 1s ease 0s;
        transition: all 1s ease 0s;
    }

    .product-section li a {
        display: block;
    }

    .product-section li .tit {
        width: 100%;
        text-align: center;
        position: absolute;
        left: 0;
        bottom: 8px;
        margin: 0;
        font-size: 14px;
    }

    .product-section li .hover {
        display: block;
        opacity: 0;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 2;
        width: 100%;
        height: 100%;
        background-color: rgba(2, 92, 172, 0.8);
        color: #fff;
        font-size: 16px;
        -webkit-transition: all ease-in-out 0.3s;
        transition: all ease-in-out 0.3s;
    }

    .product-section li .hover:before {
        content: '';
        position: absolute;
        bottom: 5%;
        right: 5%;
        z-index: 1;
        width: 0px;
        height: 1px;
        background-color: #fff;
        opacity: 0;
        -webkit-transition: all 1s ease 0s;
        -moz-transition: all 1s ease 0s;
        -ms-transition: all 1s ease 0s;
        -o-transition: all 1s ease 0s;
        transition: all 1s ease 0s;
    }

    .product-section li .hover:after {
        content: '';
        position: absolute;
        bottom: 5%;
        left: 5%;
        z-index: 1;
        width: 1px;
        height: 0;
        background-color: #fff;
        opacity: 0;
        -webkit-transition: all 1s ease 0s;
        -moz-transition: all 1s ease 0s;
        -ms-transition: all 1s ease 0s;
        -o-transition: all 1s ease 0s;
        transition: all 1s ease 0s;
    }

    .product-section li .hover div {
        width: 100%;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .product-section li .hover i {
        display: block;
        height: 24px;
        line-height: 24px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        font-size: 14px;
        text-align: center;
    }

    .product-section li .hover p {
        display: block;
        height: 44px;
        line-height: 44px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        font-size: 20px;
        text-align: center;
    }

    .product-section li .hover .more {
        width: 110px;
        height: 35px;
        line-height: 35px;
        background-color: #fff;
        display: block;
        margin: 10px auto 0;
        text-align: center;
        border-radius: 20px;
        color: #035cac;
    }

    .product-section li:hover .hover {
        opacity: 1;
    }

    .product-section li:hover .libox:before {
        width: 90%;
        opacity: 1;
    }

    .product-section li:hover .libox:after {
        height: 90%;
        opacity: 1;
    }

    .product-section li:hover .hover:before {
        width: 90%;
        opacity: 1;
    }

    .product-section li:hover .hover:after {
        height: 90%;
        opacity: 1;
    }
}

@media (min-width: 1180px) {
    .intit-cn {
        font-size: 36px;
        color: #333;
    }

    .intit-cn:after {
        margin: 20px auto 15px;
    }

    .intit-en {
        padding-bottom: 35px;
    }

    .product-section li .tit {
        font-size: 16px;
    }

    .product-section li .hover i {
        font-size: 18px;
        color: #fff;
        font-weight: bold;
        padding: 0 15px;
    }

    .product-section li .hover .more {
        margin-top: 20px;
    }

    .product-sectionClass li a {
        line-height: 98px;
        font-size: 16px;
    }

    .product-sectionClass li img {
        display: inline-block;
        vertical-align: middle;
        margin-top: 0;
        margin-right: 17px;
    }

    .banner-wrap .indexbannerbtn {
        bottom: 25px;
    }
}

@media (min-width: 1360px) {
    .product-sectionClass ul {
        justify-content: center;
    }
}

@media (min-width: 1580px) {}

@media (min-width: 1900px) {}

/*----网站地图 start----*/
.sitemapcont2 {
    padding: 6% 30px;
    overflow: hidden;
    background: #fff;
}

.sitemapcont2 dl {
    position: relative;
    margin-bottom: 36px;
}

.sitemapcont2 dl dt {
    font-size: 16px;
    font-weight: bold;
    color: #005cfa;
    padding: 0 8px;
    background: #fff;
    position: absolute;
    left: 18px;
    top: -14px;
}

.sitemapcont2 dl dt a {
    color: #005cfa;
}

.sitemapcont2 dl dd {
    padding: 4% 3% 1% 3%;
    border: 1px solid #e6e6e6;
}

.sitemapcont2 dl dd a {
    display: inline-block;
    padding-left: 10px;
    margin: 0 23px 8px 0;
}

@media (min-width: 767px) {
    .sitemapcont2 {
        padding: 5% 30px;
    }

    .sitemapcont2 dl dt {
        font-size: 20px;
    }

    .sitemapcont2 dl dd {
        padding: 2% 3% 1% 3%;
        border: 1px solid #e6e6e6;
    }

    .sitemapcont2 dl dd a {
        margin: 0 50px 8px 0;
    }
}

@media (min-width: 1024px) {
    .sitemapcont2 dl dd a:hover {
        color: #005cfa;
    }
}

/*----网站地图 end----*/




/*商品模块 开始*/
.pro_show *,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.pro_show {
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #f3f3f3;
    background: #fff;
    margin-bottom: 50px;
}

.pro_show .showleft {
    float: left;
    width: 700px;
    text-align: center;
    border-right: 1px solid #f3f3f3;
    padding: 40px;
}

.pro_show .showleft .zoom {
    text-align: center;
}

.pro_show .showleft .zoom img {
    width: auto;
    max-width: 500px;
}

.pro_show .showleft .thumb_pic {
    margin: 15px 0 0 0;
    text-align: center;
}

.pro_show .showleft .thumb_pic ul {
    margin: 0 auto;
}

.pro_show .showleft .thumb_pic ul li {
    display: inline-block;
    margin-right: 5px;
    border: 1px solid #eaeaea;
    padding: 3px;
    cursor: pointer;
    position: relative;
}

.pro_show .showleft .thumb_pic ul li img {
    padding: 10px;
    background: #fff;
}

.pro_show .showleft .thumb_pic ul li.hover {
    border: 1px solid #f90;
    background: #fff;
}

.pro_show .showleft .thumb_pic ul li.hover:after {
    content: " ";
    position: absolute;
    right: 27px;
    top: -6px;
    width: 11px;
    height: 11px;
    border: #f90 solid 1px;
    border-left: 0;
    border-bottom: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #f90;
    z-index: -1;
}

.pro_show .showright {
    margin-left: 700px;
    padding: 40px;
    position: relative;
}

.pro_show .showright h1 {
    font-size: 20px;
    margin: 0;
    padding: 0;
    font-weight: 400;
    text-align: left;
    margin: 0 0 10px 0;
    padding: 0;
    font-weight: 600;
}

.pro_show .showright .intro {
    font-size: 13px;
    margin: 10px 0;
    padding: 0;
    color: #999;
    font-weight: normal;
    line-height: 1.6;
}

.pro_show .showright hr {
    margin-top: 1.6rem;
}

.pro_show .showright .attribute {}

.pro_show .showright .attribute li {
    font-size: 16px;
    line-height: 30px;
}

.pro_show .showright .attribute li em {
    display: inline-block;
    width: 80px;
    font-style: normal;
    color: #555;
    font-size: 16px;
}

.pro_show .showright .price {
    font-size: 14px;
    line-height: 30px;
    margin: 20px 0;
}

.pro_show .showright .price span {
    font-size: 36px;
    color: #f60;
}

.pro_show .showright .price em {
    font-size: 12px;
    color: #999;
    font-style: normal;
    padding-left: 5px;
}

.pro_show .showright .tags {
    margin: 20px 0;
}

.pro_show .showright .tags a {
    margin-left: 10px;
    display: inline-block;
    border-radius: 4px;
    border: 1px solid #dadada;
    background: #fff;
    padding: 2px 6px;
    font-weight: normal;
    font-size: 14px;
}

.pro_show .showright .tags a:hover {
    background: #2384D5;
    color: #fff;
    border-color: #2384D5;
}

.pro_show .showright .action {
    margin: 30px 0 50px 0;
}

.pro_show .showright .action .am-btn {
    border-radius: 8px;
    display: inline-block;
    margin-bottom: 0;
    padding: .5em 1em;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
    cursor: pointer;
    outline: 0;
    -webkit-appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background-color .3s ease-out, border-color .3s ease-out;
    transition: background-color .3s ease-out, border-color .3s ease-out;
    background: none;
    border: 1px solid rgba(0, 0, 0, 0.25);
    margin-right: 15px;
}

.pro_show .showright .action button:hover {
    background: #005cfa;
    color: #fff;
}

.pro_intro {
    margin: 20px 0;
}

.pro_intro .showleft {
    width: 320px;
    float: right;
    border: 1px solid #f3f3f3;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
    background: #fff;
}

.pro_intro .plist {
    margin: 15px;
    width: 270px;
}

.pro_intro .plist ul {
    width: 304px;
}

.pro_intro .plist ul li {
    float: left;
    width: 137px;
    margin: 0 15px 15px 0;
}

.pro_intro .plist ul li a {
    border: 1px solid #ededed;
    padding: 4px;
    display: block;
    background: #fff;
    border-radius: 4px;
}

.pro_intro .plist ul li a div {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.pro_intro .plist ul li a div img {
    width: 100%;
    height: 100%;
    max-height: 127px;
    min-height: 127px;
    display: block;
    border: 0;
}

.pro_intro .plist ul li a p {
    text-align: center;
    font-size: 14px;
    color: #333;
    margin: 0;
    padding: 5px 0;
}

.pro_intro .plist ul li a:hover p {
    color: #f30;
}

.pro_intro .showright {
    float: left;
    width: 770px;
    border: 1px solid #f3f3f3;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
    background: #fff;
}

.pro_intro .tabs {
    width: 100%;
    background: #f7f7f7;
}

.pro_intro .tabs ul {
    width: 100%;
    background: #f7f7f7;
}

.pro_intro .tabs ul li {
    float: left;
}

.pro_intro .tabs ul li a {
    display: block;
    padding: 10px 30px;
    text-align: center;
    font-size: 14px;
    border-right: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
    background: #fff;
    color: #999;
    border-top: 2px solid #fff;
}

.pro_intro .tabs ul li.hover a {
    border-bottom: 1px solid #fff;
    background: #fff;
    font-weight: bold;
    color: #333;
    border-top: 2px solid #ed6d00;
}

.pro_intro .intro {
    padding: 30px;
}

.pro_intro .intro p {
    margin: 0;
    padding: 0;
}

.pro_intro .intro img {
    max-width: 790px;
}

.pro_intro .intro .extend {}

.pro_intro .intro .extend li {
    font-size: 14px;
    line-height: 30px;
}

.pro_intro .intro .extend li em {
    display: inline-block;
    width: 120px;
    font-style: normal;
    color: #555;
    font-size: 14px;
}







.syly {
    height: 130px;
    ;
}

.syly i {
    display: block;
    float: left;
    height: 85px;
    color: #00a0e8;
    font-size: 16px;
    font-weight: bold;
}

.syly a {
    margin-bottom: 5px;
    float: left;
    height: 24px;
    line-height: 24px;
    border: 1px solid #cccccc;
    margin-right: 7px;
    font-size: 16px;
    color: #333;
    text-align: center;
    padding: 0 17px;
}

.download_menu {
    background: #005cfa;
    color: #fff;
    height: 40px;
    line-height: 40px;
    display: block;
    padding: 0 10px;
    position: absolute;
    right: 0;
    top: 0
}

.show_img_youshi {
    width: 100%;
}

.show_img_youshi img {}






/*产品详情的选项卡*/
.show_lanmu {
    height: 45px;
    line-height: 45px;
    width: 100%;
    text-align: center;
    background-color: #f5f5f5;
}
 
.show_lanmu ul {
    height: 38px;
}

.show_lanmu li {
    display: inline-block;
    margin: 0 9px;
}

.show_lanmu li a {
    display: inline-block;
    padding: 0 38px;
    font-size: 18px;
    color: #333;
    text-decoration: none;
}

.show_lanmu li.on a {
    color: #fff !important;
    background-color: #005cfa;
    border-radius: 30px;
}

.show_h3 {
    font-size: 30px;
    color: #333;
    padding-top: 55px;
    text-align: center;
    line-height: 1;
    margin-bottom: 50px;
}

.show_h3:after {
    content: '';
    display: block;
    margin: 10px auto 5px;
    width: 36px;
    height: 3px;
    background-color: #005cfa;
}

.show_h3 span {
    text-transform: uppercase;
    font-size: 24px;
    color: #ccc;
}

.div_content p {
    font-size: 16px;
    color: #666;
    line-height: 32px;
}

.div_content {
    width: 760px;
    padding-bottom: 45px;
    margin: 0 auto;
    text-align: left;
}

.div_content .list-paddingleft-2 {
    list-style-type: disc;
    padding: 1em 2em;
}

.div_content .list-paddingleft-2 li {
    list-style-type: disc;
}



.show_lanmu_con {
    width: 100%;
    height: 38px;
}

.cpcs_con {
    padding: 38px;
    width: 1124px;
    background-color: #eaeaea;
}

.cpcs_con table {
    width: 100%;
    border-radius: 5px;
    background-color: #fff;
}

.cpcs_con tr th {
    padding-left: 52px;
    width: 33.33%;
    height: 75px;
    text-align: left;
    font-size: 16px;
    color: #fff;
    background-color: #bbb;
}

.cpcs_con tr {
    border: 1px solid #ddd;
    padding: 0 5%;
    width: 100%;
    display: inline-table;
    border-bottom: 0px;
}

.cpcs_con tr td:nth-child(1) {
    width: 150px;
    padding-left: 52px;
    line-height: 60px;
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    color: #333;
}

.cpcs_con tr td:nth-child(2) {
    text-align: left;
    padding-left: 40px;
    font-size: 16px;
    color: #666;
}

.cpcs_con tr td {
    padding: 0px;
    border-bottom: 0px;
}

.syal {
    margin-top: 60px;
    width: 100%;
    background-color: #e0e0e0;
}


/* 详情页  更多案例 */
.syal {
    padding-bottom: 60px;
}

.syal .swiper-container {
    width: 100%;
    height: 100%;
    padding-bottom: 80px;
}

.syal .swiper-container .swiper-slide {
    text-align: center;
    position: relative;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.syal .swiper-container .swiper-slide img {
    width: 100%;
}

.case_ding2 {
    width: 90%;
    position: absolute;
    bottom: 0px;
    left: 0%;
    padding: 5%;
    background: rgba(0, 0, 0, 0.5);
}

.case_ding2 h5 {
    font-size: 16px;
    color: #fff;
    text-align: left;
    padding-bottom: 5px;
}

.case_ding2 h6 {
    font-size: 16px;
    color: #fff;
    text-align: left;
    padding-bottom: 5px;
}

.case_ding2 p {
    font-size: 16px;
    color: #fff;
    text-align: left;
    padding-bottom: 5px;
    float: left;
    padding-right: 5px;
}

.case_ding3 {
    position: absolute;
    width: 72px;
    height: 72px;
    top: 0px;
    left: 0px;
    background: url(../images/anli_bg.png) no-repeat center;
}

.case_ding3 h4 {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    text-align: left;
    padding-left: 15px;
    padding-top: 17px;
    line-height: 21px;
}

.case_ding3 h4 span {
    font-size: 16px;
    font-weight: lighter;
}

.syal .swiper-pagination-bullet {
    background-color: #333;
    width: 13px;
    height: 3px;
    border-radius: 0px;
}

.syal .swiper-pagination-bullet-active {
    background-color: #acbc4b;
}

.xgcp .swiper-container {
    width: 100%;
    height: 100%;
    margin-bottom: 80px;
}

.xgcp .swiper-container .swiper-slide {
    text-align: center;
    position: relative;
    font-size: 18px;
    background: #fff;
    height: 300px;
    border: 1px solid #e5e5e5;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.xgcp .swiper-container .swiper-slide img {
    width: 100%;
}

.xgcp .swiper-container .swiper-slide .main_pic {
    width: 100%;
}

.xgcp .swiper-pagination3 {
    text-align: center;
}

.xgcp_ding2 {
    position: absolute;
    bottom: 45px;
    opacity: 1;
    transition: 0.3s;
    left: 0%;
    width: 100%;
    text-align: center;
}

.xgcp_ding2 h4 {
    font-size: 16px;
    color: #666;
    padding-top: 10px;
}

.xgcp_ding2 h5 {
    font-size: 16px;
    color: #666;
    padding-top: 10px;
}

.xgcp_ding {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 0px;
    background: rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    opacity: 0;
}

.xgcp_ding i {
    margin-top: 105px;
    display: inline-block;
    text-align: center;
    width: 100%;
    height: 45px;
    background: url(../images/herf_ico.png) no-repeat center;
}

.xgcp .swiper-container .swiper-slide:hover .xgcp_ding {
    height: 100%;
    opacity: 1;
}

.xgcp .swiper-container .swiper-slide:hover .xgcp_ding2 {
    opacity: 0;
}

.xgcp_ding h4 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding-top: 100px;
}

.xgcp_ding h5 {
    font-size: 16px;
    color: #fff;
    padding-top: 10px;
}

.xgcp_ding h6 {
    font-size: 16px;
    color: #fff;
    padding-top: 30px;
}

.xgcp .wrap1200 {
    width: 1200px;
}

.xgcp .swiper-button-prev {
    left: 1px;
    width: 42px;
    height: 60px;
    background-color: rgba(4, 84, 189, 0.95);
}

.xgcp .swiper-button-next {
    right: 1px;
    width: 42px;
    height: 60px;
    background-color: rgba(4, 84, 189, 0.95);
}

.xgcp .swiper-button-disabled {
    display: none
}

.show_fanhui {
    display: block;
    width: 109px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 40px;
    text-align: center;
    font-size: 18px;
    color: #fff !important;
    background: #005cfa;
    margin: 0 auto;
    margin-bottom: 80px;
}

.show_fanhui:hover {
    color: #fff;
    background: #0859a5;
}

/* 手机查看 */
.veh-tel {
    padding: 10px;
    background-color: #f9f9f9;
    border: 1px solid #f5f5f5;
    overflow: hidden;
    display: inline-block;
    text-align: center;
}

.mob-view-2w {
    color: #999;
    overflow: hidden;
    width: 100%;
}

.mob-view-2w span {
    display: block;
    margin: 3px 0 0 19px;
}

.mob-view-2w canvas {
    width: 110px;
    height: 110px;
}



@media (max-width: 1200px){
    .pro_show .showleft{ width: 500px;}
    .pro_show .showright{margin-left: 500px;}
  
    .pro_intro{ width: 100%; }
    .pro_intro .showleft{ width: 100%; overflow: hidden; float: none; clear: both; margin-top: 20px;}
    .pro_intro .showright{ width: 100%; overflow: hidden; float: none; clear: both; }
  }
  
  @media (max-width: 992px){
    .pro_show{ margin:0 -15px;}
    .pro_show .showleft{ width: 100%; float: none; padding: 15px;}
    .pro_show .showright{ width: 100%; float: none; margin: 0; padding: 15px; }
    .pro_show .showleft .zoom img { width: 100%; height: auto; padding: 15px;}
  
    .pro_intro{ width: auto;  margin-left:-15px; margin-right:-15px; }
    .pro_intro .showleft{ width: 100%; overflow: hidden;}
    .pro_intro .showright{ width: 100%; overflow: hidden;}
  }
  
  
  @media (max-width: 992px){
   
    .pro_show{ margin:0 -15px;}
    .pro_show .showleft{ width: 100%; float: none; padding: 15px;}
    .pro_show .showright{ width: 100%; float: none; margin: 0; padding: 15px; }
    .pro_show .showleft .zoom img { width: 100%; height: auto; padding: 15px;}

    .syly i{ margin-bottom: 5px; float: left; height: 24px;}
    
    .show_img_youshi img{ width: 100% ;}

    /*产品详情的选项卡*/
    .show_lanmu {width: 100%;text-align: center;background-color: #f5f5f5;}
    .show_lanmu ul {}
    .show_lanmu li {}
    .show_lanmu li a {padding: 0 4px;font-size: 12px; height: 28PX; line-height: 28PX;}

    .show_lanmu li.on a {
        color: #fff !important;
        background-color: #005cfa;
        border-radius: 10px;
    }
  
    .pro_intro{ width: auto;  margin-left:-15px; margin-right:-15px; }
    .pro_intro .showleft{ width: 100%; overflow: hidden;}
    .pro_intro .showright{ width: 100%; overflow: hidden;}
  
    .pro_intro .intro img{max-width:100%;}
  }



/* 联系我们 开始 */
.contact-section {
    background: #fff
}

/* contact_ul */

.contact_ul {
    padding-bottom: 80px;
}

.contact_ul .li {
    transition: 0.3s;
    width: 33.3%;
    float: left;
}

.contact_ul .li i {
    font-size: 38px;
    text-align: center;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    margin-bottom: 15px;
}

.contact_ul .li p {
    font-size: 16px;
    color: #999;
    padding-bottom: 15px;
    text-align: center;
}

.contact_ul .li h4 {
    font-weight: bold;
    font-size: 18px;
    color: #333;
    text-align: center;
}



.contact_ul2 {
    padding-bottom: 0;
    background-color: #f9f9f9;
    margin: -5px;
    margin-bottom: 25px;
}

.contact_ul2 .li {
    transition: 0.3s;
    text-align: center;
    padding: 35px 10px;
    cursor: pointer;
    border: 1px rgba(0, 0, 0, 0.1) solid;
}

.contact_ul2 .li h3 {
    font-size: 18px;
    font-size: 16px;
    color: #999;
    padding-bottom: 15px;
}

.contact_ul2 .li p {
    font-weight: bold;
    font-size: 18px;
    color: #666;
    line-height: 30px;
}

.contact_ul2 .li.hover {
    background: #005cfa;
    color: #fff;
}

.contact_ul2 .li.hover * {
    color: #fff;
}





/* 在线留言表单   */
.guest_box {
    width: 100%;
    margin: 0 auto;
}

li.error {
    position: relative;
}

.guest_box li {
    width: 540px;
    line-height: 40px;
    font-size: 12px;
    color: #666;
    float: left;
    margin-bottom: 10px;
}

.guest_box li .input {
    font-size: 12px;
    border: 1px solid #fff;
    width: 510px;
    height: 40px;
    line-height: 40px;
    padding-left: 30px;
    color: #666;
    background: #fff;
    background-color: #eee;
}

.guest_box li.error {}

span.error {
    position: absolute;
    top: 72px;
    left: 0;
    color: #ff0000;
    font-size: 12px;
}

.guest_box li .textarea {
    font-size: 12px;
    width: 510px;
    height: 230px;
    border: 1px solid #fff;
    padding-left: 30px;
    padding-top: 10px;
    color: #666;
    line-height: 20px;
    background-color: #eee;
    font-family: 微软雅黑;
}

textarea {
    overflow: auto;
}

.guest_box .submit {
    width: 198px;
    height: 57px;
    margin: 0 auto;
    margin-top: 67px;
    background: none;
    display: block;
    color: #a8673f;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
    border: 1px solid #a8673f;
    font-family: 微软雅黑;
}

.zxly .list_title2 {
    margin-bottom: 65px;
}

.guest_box2 li {
    width: 386px;
    margin-bottom: 15px;
}

.guest_box2 li.error {
    margin-right: 20px;
}

.guest_box2 .submit {
    width: 145px;
    height: 40px;
}

.biaodan li {
    width: 32%;
    float: left;
    margin-right: 1.6%;
    line-height: 58px;
    height: 62px;
    border: 1px solid #999;
}

.biaodan li.m_r {
    margin-right: 0px;
}

.biaodan li .input {
    font-family: '微软雅黑';
    outline: none;
    width: 89.4%;
    line-height: 60px;
    height: 60px;
    background-color: #fff;
}

.biaodan li.text_error {
    width: 99.5%;
    height: 285px;
}

.biaodan li.text_error textarea {
    font-family: '微软雅黑';
    outline: none;
    width: 97.4%;
    padding-left: 2.4%;
    padding-top: 20px;
    height: 263px;
    background-color: #fff;
}

.biaodan li.vcode {
    width: 99.5%;
    border: none
}

.biaodan li.vcode input {
    border: 1px solid #999;
    width: 180px;
}

.biaodan_con .submit {
    margin: 0 auto;
    width: 258px;
    height: 69px;
    line-height: 69px;
    text-align: center;
    background-color: #005cfa;
    color: #fff;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 18px;
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    border: 0;
    border-radius: 15px;
    overflow: hidden;
}

.biaodan_con .submit:hover {
    color: #fff;
    background-color: #ed1d27;
}


label.BMapLabel {
    width: auto !important;
    max-width: none !important;
}

/* 联系我们 结束 */



/* 搜索页面 开始 */
.search-section {}
.search-section .sear_result  p{ text-align: center}
.search-section .sear_result .li {
    margin-bottom: 10px;
    margin-top: 20px;
}

.search-section .sear_result a {
    color: #333;
}

.search-section .sear_result a:hover {
    text-decoration: underline;
}

.search-section .sear_result .el {
    font-size: 14px;
    _width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.search-section .sear_result .p {
    text-align: justify;
    padding: 10px 20px;
    margin-top: 0;
}

.search-section .sear_result .type {
    color: #000;
    display: inline-block;
    padding: 0 1em;
    border-right: 1px solid #ddd;
    margin-right: 1em;
    font-weight: bold;
}

.search-section .dib {
    -moz-inline-stack: inline-block;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    padding: 0 3px;
}

.search-section .sear_filt label span {
    vertical-align: -2px;
}

.search-section .submit {
    background-color: #fff;
    width: 125px;
    cursor: pointer;
    border: 1px solid #ccc;
    height: 30px !important;
    vertical-align: -1px;
}

.search-section .sear_f .inp {
    height: 28px;
    line-height: 28px;
    padding: 0 0 0 5px;
}

.search-section .search-section-flag {
    background: transparent;
}

.search-section .dib {
    padding: 0;
}

.search-section .sear_f .inp {
    line-height: 28px;
    border: none;
}

.search-section .sear_f .inp {
    color: #666;
    text-indent: 10px;
}

/* 搜索页面 结束 */


/* 单页模板 开始*/
.page-section{ background: #fff;}

/* 荣誉证书界面 开始 */

.honorlist { margin: 0; padding: 0;}
.honorlist  .inner-box{ display: block; background-color: #f2f2f2; padding: 4px; border: 1px solid #f2f2f2;
    cursor: pointer;
    color: #333333;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s; }
.honorlist .news-block .inner-box .image { height: 300px; text-align: center; display: flex;  align-items: center; padding-bottom: 15px;}
.honorlist .news-block .inner-box .image img{ height: 220px; width: auto; max-width: 100%; height: auto;margin: 0 auto; align-items: center; max-height: 220px;}
.honorlist .news-block .inner-box .lower-content  { text-align: center; padding: 10px; background: none; position: absolute; width: 100%; bottom: 0; box-shadow: none }
.honorlist .news-block .inner-box .lower-content h3 a{ color: #333; font-size: 16px; }

.honorlist .news-block:hover .inner-box .lower-content{ color: #fff; }
.honorlist .news-block:hover .inner-box .lower-content h3{ color: #fff; }
.honorlist .news-block:hover .inner-box .lower-content h3 a{ color: #fff;}

/* 详细内容显示页面 开始*/
.contentshow{line-height:25px;font-size:14px;padding:0 0 15px 0;}
.contentshow .title{text-align: center;font-size: 26px;line-height: 30px;font-weight: 500;font-variant: normal;margin: 0;padding: 15px 0;}
.contentshow .info{text-align: center;color: #999;padding: 0 0 15px 0;font-size: 14px;border-bottom: 1px solid #e5e5e5;margin-bottom: 20px;}
.contentshow p{margin:5px 0;font-size:14px;}
.contentshow img{max-width:100%;}
.contentshow .pre{margin:5px 0 5px 0;color:#999;}
.contentshow .next{margin:0 0 5px 0;color:#999;}
/* 详细内容显示页面 结束*/

/*新闻详细页面 开始*/
.news-show-section {
    position: relative;
    background: #fff;
}
/*新闻详细页面 结束*/


/*招聘页面 开始*/
  /* 招聘信息 */
.job-section{ background: #fff;}
  .join-c {
    background-color: #f7f7f7;
    padding-top: 40px;
    box-sizing: border-box;
    overflow: hidden;
}

.join-c .content>div {
    width: 100%;
}

.join-top {
    background-color: #e6e6e6;
    height: 50px;
    padding: 0 45px;
    box-sizing: border-box;
    line-height: 50px;
}

.join-top p {
    display: inline-block;
    width: 25%;
    font-size: 18px;
    color: #333;
}

.join-top p:last-child {
    width: auto;
    float: right;
}

.jode-top {
    cursor: pointer;
}

.jode-top p {
    width: 25%;
    font-size: 16px;
    line-height: 60px;
    color: #333;
    padding-left: 25px;
    box-sizing: border-box;
    display: inline-block;
}

.join-de {
    border-bottom: 1px solid #dadada;
}
.join-de .jode-top{ background:#005cfa; padding: 0 20px; }
.join-de .jode-top p{ color: #fff;}

.join-x {
   box-shadow:none;
    background: #fafafa;
}
.join-x .jode-top{ background:none; color: #fff; }
.join-x .jode-top p{ color: #333;}
.join-x .jode-top p:first-child{ color: #005cfa;}

.jode-top p:last-child {
    float: right;
    width: 130px;
    height: 60px;
    margin: 0;
    padding: 0;
}
.jode-top p.btn{ border: none; -webkit-box-shadow:none; box-shadow:none;}
.jode-top p.btn i { border: none;

    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
}

.jode-top p.btn.up i {
    transform:rotate(180deg);
    -ms-transform:rotate(180deg); 	/* IE 9 */
    -moz-transform:rotate(180deg); 	/* Firefox */
    -webkit-transform:rotate(180deg); /* Safari 和 Chrome */
    -o-transform:rotate(180deg); 	/* Opera */}


.join-content {
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
    background-color: #fff;
    margin-bottom: 40px;
}

.jode-c {
    background-color: #fafafa;
    padding: 0 15px;
    display: none;
}

.join-de:first-child .jode-c {
    display: block;
}

.left {
    float: left;
}

.right {
    float: right;
}

.jode-c .left,
.jode-c .right {
    padding: 25px 40px;
    box-sizing: border-box;
    width: 50%;
}

.jode-c .tit {
    font-size: 16px;
    color: #333;
    margin-bottom: 20px;
}

.jode-c .c {
    font-size: 14px;
    color: #666;
    line-height: 25px;
    margin-bottom: 20px;
}

/*招聘页面 结束*/


/*气体检测页面 开始*/
.pro-section{ background: #fff; }
@media (min-width: 1200px){
    .product-main {
        margin: 0px auto;
        max-width: 1180px;
        padding: 0;
    }
}
/* 必要布局样式css */
.trade-content {
    padding-bottom: 30px;
    /*padding: 30px 0;*/
}

.trade-title {
    font-size: 24px;
    color: #333;
    text-align: center;
    margin: 50px 0;
    position: relative;
}
.trade-title p{ color:#fff;font-size: 30px; line-height:1.2em; font-weight:600; letter-spacing:1px; display:inline-block}
.trade-title p a{ color:#fff;font-size: 30px; line-height:1.2em; font-weight:600; letter-spacing:1px; display:inline-block}


.trade-title:after { margin:10px auto 5px; display:block; width:36px; height:3px; background-color:#005cfa;
    content: "";
   
}

.trade-black {
    height: 400px;
    /*background-color: #30383e;*/
}

.trade-box {
    width: 1200px !important;
    margin: 0 auto;
    position: relative;
    transition: all .3s ease;
}

.trade-box-list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.trade-box-item {
    flex: 1;
    text-align: center;
    position: relative;
    height: 400px;
    background: no-repeat center;
    background-size: 100% auto;
}

.trade-content .trade-box-item:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,.6);
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
}

.trade-box-item a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

a, button, input, textarea {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.item-logo {
    margin: 0 auto;
    display: block;
}

.trade-content .trade-box-item .item-logo {
    position: relative;
    margin-top: 120px;
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
}

.item-logo img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.item-title {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    padding: 30px 0 20px 0px;
    position: relative;
}

.trade-content .item-title:before {
    content: "";
    position: relative;
    display: block;
    width: 30px;
    border-bottom: 2px solid #fff;
    margin: 0 auto 20px;
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
}

.item-text {
    position: relative;
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
    opacity: 0;
    margin-top: 10px;
}

.item-text p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 5px;
}

.trade-content .item01 {
    background-image: url(../images/icon-at01.png);
}

.trade-content .item02 {
    background-image: url(../images/icon-at02.png);
}

.trade-content .item03 {
    background-image: url(../images/icon-at03.png);
}

.trade-content .item04 {
    background-image: url(../images/icon-at04.png);
}

.trade-content .item05 {
    background-image: url(../images/icon-at05.png);
}

.trade-content .trade-box-item:hover .item-text {
    display: block;
    opacity: 1;
    margin-top: 0;
}

.trade-content .trade-box-item:hover:before {
    background-color: rgba(32, 176, 159, .9);
}

.trade-content .trade-box-item:hover .item-logo {
    margin-top: 80px;
}
.trade-content .trade-box-item .item-logo{ display:block}
.trade-content .trade-box-item .item-logo i { color:#fff; font-size:60px; border:3px solid #fff; border-radius:50px; padding:10px
}

.trade-content .trade-box-item:hover .item-title:before {
    opacity: 0;
    margin-bottom: 0;
}
.header {
	width: 100%;
	overflow: hidden;
	background-color: #fff;
}
.header_top {
	overflow: hidden;
	width: 100%;
	height: 30px;
	background-color: #eee;
}
.header_top p {
	float: left;
	line-height: 30px;
	font-size: 13px;
	color: #333;
}
.header_top ul {
	overflow: hidden;
	float: right;
	margin-top: 5px;
}
.header_top li {
	float: left;
	font-size: 13px;
	color: #333;
	padding: 0 10px;
	border-right: 1px solid #333;
}
.header_top li.last {
	border: none;
	padding-right: 0;
}
.header_center {
	overflow: hidden;

	margin: 0 auto;
	height: 126px;
}
.header_center h1 {
	float: left;
	margin-top: 20px;  font-size:32px;
}
.header_center h2 {
	float: left;
	padding: 5px 0;
	margin-top: 35px;
	padding-left: 20px;
	border-left: 1px solid #d2d2d2;
	font-size: 24px;
	color: #005cfa;
	margin-left: 20px;
}
.header_center h2 em {
	display: block;
	font-size: 15px;
	color: #666;
	margin-top: 15px;
}
.header_center .phone {
	overflow: hidden; padding:30px 0px;
	float: right;
	
}
.header_center .phone p {
	font-size: 14px;
	color: #666; margin-bottom:10px
}
.header_center .phone span {
	display: block;
	font-size:30px;
	color: #ff6600;
}
.header_nav {
	overflow: hidden;
	width: 100%;
	height: 60px;
	background: #005cfa;
	line-height: 60px;
}
.header_nav ul {
	overflow: hidden;
	width: 100%;
}
.header_nav li { 
	float: left;
	font-size: 14px;
}
.header_nav li a {
	text-decoration: none;padding:0px 31px; display:block;
	display: block;
	color: #fff; font-size:16px;
}
.header_nav li:last-child {
	background: none
}
.header_nav li.cur, .header_nav li:hover {
	background: #ff6600
}
.header_nav li .sub{ display:none;} 
.header_nav li:hover .sub{ position:absolute;  top:216px; width:180px; display:block; z-index: 9999; background: #fff;box-shadow:0 0 10px rgba(0, 0, 0, 0.3)}
.header_nav li:hover .sub a{ display:block; height:40px; line-height:40px;  color:#333; font-size:14px; width:180px;  border-bottom: 1px solid #ccc;}
.header_nav li:hover .sub a:hover{ background:#ff6600; color:#fff; background: ;}

.map_h1{  margin-bottom: 20px; padding: 10px 20px; background: #f0f0f0; }
.map_h1 strong a{ color: #005cfa; font-size:18px ; }
.sitemap p{margin-bottom: 20px;}
.footer-nav{ width: 480px;}