@charset "UTF-8";

/* COLOR Define */
/* Mixins: autoprefix CSS3 property */
html,
body {
    font-family: "Source Han Sans CN", "Microsoft Yahei", "arial", Helvetica, STHeiTi, sans-serif;
    font-size: 10px;
    text-align: justify;
    text-justify: inter-ideograph;
    /*IE*/
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    font-weight: normal;
    text-decoration: none;
    color: #333333;
}

a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
}

a.more {
    display: inline-block;
    position: relative;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #fff;
    border-radius: 30px;
    background: #e60012;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    padding-left: 23px;
    padding-right: 40px;
    margin-top: 50px;
}

a.more img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 23px;
    width: 17px;
}

#old {
    position: fixed;
    width: 100%;
    background: #fdf2ab;
    font-size: 12px;
    text-align: center;
    border-bottom: 1px solid #a29330;
    z-index: 9999;
    top: 0;
    height: 30px;
}

#old div.container {
    padding: 5px;
}

#old a.ignore {
    display: inline-block;
    background: #edbc68;
    padding: 2px 5px;
    color: white;
    cursor: pointer;
}

.page-container {
    margin-top: 83px;
    min-height: 100px;
}

.pc {
    display: block;
}

.mb {
    display: none;
}

.ie8 .swiper-container .swiper-wrapper .swiper-slide {
    display: none !important;
}

.ie8 .swiper-container .swiper-wrapper .swiper-slide:first-child {
    display: block !important;
}

.ie8 .swiper-container.recommendProducts-container .swiper-slide {
    display: block !important;
    width: 24%;
    float: left;
    margin-left: 1%;
}

.link {
    font-size: 1.8rem;
    color: #333333;
    float: right;
    margin-top: 40px;
}

.link img {
    margin-left: 5px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.link:hover {
    color: #e50012;
}

.link:hover img {
    transform: translate(10px);
    -ms-transform: translate(10px);
    -webkit-transform: translate(10px);
}

h2.title {
    position: relative;
    margin-top: 50px;
    margin-bottom: 40px;
    font-size: 3.8rem;
    color: #333333;
    line-height: 1;
    font-weight: normal;
    text-align: center;
    padding-bottom: 20px;
}

section.pad {
    padding-bottom: 50px;
}

.pad {
    padding-bottom: 50px;
}

.content1 .pad {
    padding: 120px 0;
}

h2.titles {
    position: relative;
    margin-top: 50px;
    margin-bottom: 40px;
    font-size: 3.8rem;
    color: #333333;
    line-height: 1;
    font-weight: normal;
    padding-left: 20px;
}

h2.titles:before {
    position: absolute;
    content: '';
    display: inline-block;
    width: 4px;
    height: 36px;
    background-color: #e50012;
    left: 0;
}

h2.titles>span {
    color: #e50012;
}

.gray {
    background: #e3e6eb;
}

span.img {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}

span.img>img {
    -webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -ms-transition: transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    width: 100%;
}

span.img:hover>img {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

/*头部*/
#header {
    padding: 24px 0 16px 0;
    background: #ffffff;
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
    z-index: 100;
}

#header .logo {
    float: left;
}

#header .nav {
    float: right;
}

#header .nav li {
    float: left;
    margin-left: 20px;
    font-size: 1.8rem;
    color: #333;
    margin-top: 22px;
    position: relative;
    cursor: pointer;
}

#header .nav li a:hover {
    color: #e50012;
}

#header .nav li.active:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 3px;
    background: #e10101;
    bottom: -16px;
    left: 0;
}

/*banner*/
.banner {
    position: relative;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    overflow: hidden;
}

.banner img {
    margin: 0 auto;
}

.banner .text-box {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.banner .text-box .img-responsive {
    width: 100%;
}

.banner .text-box .text h2 {
    margin-bottom: 10px;
    font-size: 6.6rem;
    font-weight: bold;
    line-height: 1.1;
    color: #ffffff;
    -webkit-text-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    -moz-text-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    -ms-text-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    -o-text-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    text-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}

.banner .text-box .text h2 span {
    color: #f22933;
}

.banner .text-box .text p {
    font-size: 3rem;
    line-height: 1.5;
    color: #ffffff;
    -webkit-text-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
    -moz-text-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
    -ms-text-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
    -o-text-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
    text-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
}

.banner-txt {
    width: 58.2%;

}

/*首页 -> 介绍*/
.overview {
    height: 368px;
}

.overview .content {
    position: relative;
}

.overview .right-img {
    position: absolute;
    top: 0;
    right: -80px;
    z-index: -1;
}

.overview .left-text {
    width: 54%;
}

.overview .left-text h4 {
    font-size: 2.4rem;
    color: #333333;
    margin-bottom: 15px;
}

.overview .left-text p {
    color: #4e4e4e;
    font-size: 1.8rem;
    line-height: 1.5;
}

/*首页 => 关键技术*/
.keyTechnology .row {
    margin: -12px;
}

.keyTechnology .col-md-3 {
    padding: 12px;
}

.keyTechnology .col-md-3 .technology-box {
    display: block;
    background: #fff;
    text-align: center;
    padding: 68px 10px;
    color: #333333;
}

.keyTechnology .col-md-3 .technology-box img.off {
    display: none;
}

.keyTechnology .col-md-3 .technology-box h4 {
    font-size: 2.4rem;
    margin-top: 20px;
    margin-bottom: 8px;
}

.keyTechnology .col-md-3 .technology-box p {
    font-size: 1.6rem;
}

.keyTechnology .col-md-3 .technology-box.active {
    background: #4a5a75;
    color: #fff;
}

.keyTechnology .col-md-3 .technology-box.active img.off {
    display: inline-block;
}

.keyTechnology .col-md-3 .technology-box.active img.on {
    display: none;
}

/*首页 -> 优势*/
.advantage .col-sm-3 {
    padding: 0;
}

.advantage .advantage-box {
    position: relative;
}

.advantage .advantage-box .text {
    position: absolute;
    bottom: 20px;
    width: 100%;
    padding: 0 20px;
    color: #fff;
}

.advantage .advantage-box .text h4 {
    font-size: 2.4rem;
    margin-bottom: 10px;
    -webkit-text-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
    -moz-text-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
    -ms-text-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
    -o-text-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
    text-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
}

.advantage .advantage-box .text p {
    font-size: 1.4rem;
    line-height: 1.4;
    position: relative;
    padding-left: 10px;
    -webkit-text-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
    -moz-text-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
    -ms-text-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
    -o-text-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
    text-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
}

.advantage .advantage-box .text p:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 93%;
    background: #e50012;
    left: 0;
    top: 3px;
}

/*首页 -> 产品*/
.index_product .pc_nav {
    width: 100%;
    position: relative;
    border-bottom: 2px solid #e50012;
}

.index_product .pc_nav li {
    padding-right: 46px;
    font-size: 1.8rem;
    color: #666;
    float: left;
    padding-bottom: 22px;
    cursor: pointer;
}

.index_product .pc_nav li.sideline {
    display: block;
    position: absolute;
    border: 0;
    height: 4px;
    background-color: #e50012;
    left: 0;
    bottom: -3px;
    pointer-events: none;
    padding: 0;
    width: 82px;
}

.index_product .product-content {
    margin-top: 20px;
}

.index_product .product-content a {
    display: block;
    background: #fff;
    text-align: center;
}

.index_product .product-content .col-sm-12 img {
    max-width: 100%;
    width: auto;
}

.index_product .product-content .product-details {
    display: none;
    opacity: 0;
}

.index_product .product-content .product-details:first-child {
    display: block;
    opacity: 1;
}

.index_product .product-content .link {
    color: #666;
    width: 100%;
    margin-top: 20px;
    text-align: left;
    height: 28px;
}

.index_product .product-content .link img {
    width: 26px;
}

.index_product .product-content .link:hover {
    color: #e50012;
}

/*首页 -> 案例*/
.cases {
    background-position: center bottom;
}

.cases .cases-img {
    width: 44%;
    float: right;
}

.cases .cases-text {
    width: 56%;
    float: right;
    margin-top: 6%;
    padding-right: 3%;
}

.cases .cases-text h3 {
    font-size: 3.2rem;
    color: #333;
    margin-bottom: 15px;
}

.cases .cases-text p {
    font-size: 2rem;
    color: #333;
    position: relative;
    display: inline-block;
    padding-bottom: 6px;
}

.cases .cases-text p:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #e50012;
    left: 0;
    bottom: 0;
}

/*首页 =》 新闻*/
.news .row {
    margin-right: -10px;
    margin-left: -10px;
}

.news .col-sm-4 {
    padding-left: 10px;
    padding-right: 10px;
}

.news .news-box {
    background: #ffffff;
    display: block;
}

.news .news-box span.img {
    position: relative;
}

/* .news .news-box span.img:after {
  content: 'News';
  background: #fff;
  position: absolute;
  z-index: 10;
  color: red;
  bottom: 0;
  left: 20px;
  font-size: 12px;
  padding: 4px 16px;
} */
.news .news-box .text {
    padding: 15px 20px 40px 30px;
    min-height: 160px;
    position: relative;
}

.news .news-box .text p {
    font-size: 1.8rem;
    color: #4e4e4e;
    line-height: 1.8;
}

.news .news-box .text span.date {
    display: block;
    position: absolute;
    bottom: 15px;
    left: 30px;
    right: 20px;
    color: #a4a4a4;
    font-size: 1.4rem;
}

.news .news-box .text span.date img {
    float: right;
    width: 30px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.news .news-box .text:hover span.date img {
    transform: translate(10px);
    -ms-transform: translate(10px);
    -webkit-transform: translate(10px);
}

/*关键技术页面*/
.technology {
    padding-bottom: 20px;
}

.technology .fixed-nav {
    background: #fff;
}

.technology .fixed-nav ul {
    -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
    height: 130px;
    background: #fff;
}

.technology .fixed-nav li {
    float: left;
    width: 25%;
    cursor: pointer;
    text-align: center;
    padding: 25px 0;
    position: relative;
}

.technology .fixed-nav li img.off {
    display: none;
}

.technology .fixed-nav li span img {
    width: 50px;
}

.technology .fixed-nav li>img {
    width: 30px;
}

.technology .fixed-nav li.current {
    height: 160px;
    background: #4a5a75;
    margin-top: -15px;
    margin-right: -1px;
}

.technology .fixed-nav li.current img.off {
    display: inline-block;
}

.technology .fixed-nav li.current img.on {
    display: none;
}

.technology .fixed-nav li.current h4 {
    color: #fff;
}

.technology .fixed-nav li.current+li:after,
.technology .fixed-nav li.current:after {
    width: 0;
}

.technology .fixed-nav li h4 {
    font-size: 2rem;
    color: #4a5a75;
    margin-top: 15px;
    margin-bottom: 15px;
}

.technology .fixed-nav li:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 40%;
    top: 28%;
    left: 0;
    background: #d6d6d6;
    z-index: 0;
}

.technology .fixed-nav li:first-child:after {
    width: 0;
}

.technology .fixed-nav.navFix {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
}

.content1 .box .text {
    color: #333;
    margin-top: 40px;
}

.content1 .box .text h4 {
    font-size: 1.6rem;
    margin-bottom: 12px;
}

.content1 .box .text h4 span {
    font-size: 2rem;
    color: #4a5a75;
    vertical-align: baseline;
}

.content1 .box .text p {
    font-size: 1.4rem;
}

.content1 #box1 ul {
    padding: 0 15px;
}

.content1 #box1 li {
    width: 33.3333333%;
    float: left;
    text-align: center;
}

.content1 #box1 li img {
    width: 100%;
}

.content1 #box1 li p {
    font-size: 1.6rem;
    margin-top: 20px;
    color: #333;
}

.content1 #box2 li {
    -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
    padding: 15px 0;
    float: left;
    text-align: center;
    width: 42%;
}

.content1 #box2 li h4 {
    color: #000;
    font-size: 2rem;
    margin-bottom: 30px;
}

.content1 #box2 li:first-child {
    width: 56%;
    margin-right: 2%;
}

.content1 #box3 ul,
.content1 #box4 ul {
    padding: 0 15px;
}

.content1 #box3 ul li,
.content1 #box4 ul li {
    width: 33.333333%;
    float: left;
    text-align: center;
}

.content1 #box3 ul li img,
.content1 #box4 ul li img {
    width: 100%;
}

.content1 #box3 ul li p,
.content1 #box4 ul li p {
    font-size: 1.8rem;
}

.content2 {
    width: 100%;
    background: url(../images/product_bg.png) no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
    padding-bottom: 200px;
}

.content2 .content-box {
    padding-left: 286px;
}

.content2 .content-box .box {
    padding: 60px 180px 160px 75px;
    text-align: center;
    position: relative;
    background: #fff;
    border: 1px solid #dbdcdd;
    margin-bottom: 26px;
    -webkit-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 4px rgba(0, 0, 0, 0.1);
}

.content2 .content-box .box h4 {
    color: #555555;
    font-size: 2.4rem;
    margin-bottom: 70px;
}

.content2 .content-box .box .hdj_icon {
    position: absolute;
    left: 80px;
    bottom: 80px;
}

.content2 .content-box .box .productDesc {
    position: absolute;
    bottom: 50px;
    right: 20px;
    width: 28%;
    text-align: left;
}

.content2 .content-box .box .productDesc li {
    margin-top: 8px;
    color: #888888;
    font-size: 14px;
}

.content2 .content-box .box .productDesc li span,
.content2 .content-box .box .productDesc li img {
    vertical-align: middle;
}

.content2 .content-box .box .productDesc li img {
    margin-right: 10px;
}

/*产品页面*/
.product .fixed-nav {
    width: 100%;
    background: #f1f1f1;
    z-index: 100;
}

.product .fixed-nav .product-box {
    position: relative;
}

.product .fixed-nav .product-box h2 {
    padding-left: 286px;
}

.product .fixed-nav .product-nav {
    position: absolute;
    left: 0;
}

.product .fixed-nav .product-nav li {
    width: 260px;
    line-height: 60px;
    font-size: 1.8rem;
    color: #555555;
    cursor: pointer;
    background: #fff;
    text-align: center;
    border-bottom: 1px solid #dbdbdb;
}

.product .fixed-nav .product-nav li.current {
    background: #e60013;
    color: #fff;
}

.product .fixed-nav .product-nav.current {
    position: fixed;
}

.product .fixed-nav.navFix {
    position: fixed;
    top: 0;
}

.product .fixed-nav.navFix {
    position: fixed;
    top: 0;
}

.lb-ul.navFix {
    width: 970px;
    z-index: 400;
    position: fixed;
    top: 0;
    padding: 00.5% 40px;
    margin-left: -25px;
    background: #fff;
    border: 1px solid #cccccc;
}

#footer {
    padding: 20px 0;
    background: #434343;
    color: #ffffff;
    font-size: 1.4rem;
    text-align: center;
}

/*了解详情*/
.go_details {
    padding-right: 180px;
    padding-left: 75px;
    position: absolute;
    bottom: 25px;
    left: 0;
    width: 100%;
    text-align: center;
}

.go_details a {
    display: inline-block;
    padding: 6px 16px;
    border: 1px solid #e60011;
    color: #e60011;
    font-size: 14px;
}

.go_details:hover a {
    background-color: #e60012;
    color: #fff;
}

/*首页新增and修改*/
.resource {
    position: relative;
}

.resource>img {
    width: 100%;
}

.resource_text {
    position: absolute;
    top: 0;
}

.resource_text>a {
    display: block;
    position: relative;
    font-size: 18px;
    margin-top: 70px;
    padding-left: 130px;
}

.resource_text>a::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 25px;
    background: url(../images/resource_icon.png) no-repeat;
    background-size: 100% 100%;
    width: 120px;
    height: 159px;
}

.cases .cases-text a {
    display: block;
    background: url(../images/cases_a_bg.jpg) no-repeat;
    background-size: 100% 100%;
    width: 111px;
    height: 37px;
    text-align: center;
    line-height: 37px;
    font-size: 14px;
    color: #fff;
    margin-top: 20px;
}

/*首页产品修改*/
.new_index_paoduct {
    background-image: url(../images/bg1.jpg);
    background-position: center;
    background-size: cover;
    padding-bottom: 40px;
}

.new_index_paoduct p {
    font-size: 26px;
    color: #666666;
    padding: 1% 0;
    border-top: 1px solid #e60012;
    text-align: center;
    background-color: #fef7f8;
    color: #333333;
}

.new_index_paoduct ul {
    background: #fff;
    margin-bottom: 40px;
}

.new_index_paoduct ul li {
    float: left;
    width: 16.66%;
    text-align: center;
    padding: 30px 0;
    overflow: hidden;

}

.new_index_paoduct ul li img {
    transition: .5s;
}

.new_index_paoduct ul li img:hover {
    transform: scale(1.2);
    transition: .5s;
}

.new_index_paoduct ul li img {
    width: 60%;
}

.new_index_paoduct .wm ul li img {
    width: 90%;
}

.new_index_paoduct .gm ul li {
    width: 25%;
}

.new_index_paoduct ul li a {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #333333;
    margin-top: 20px;
}

.new_index_paoduct ul li a.nw {
    margin-top: 10px;
}

.new_index_paoduct ul li span {
    color: #e50012;
}

.new_index_paoduct ul li span.cor {
    font-size: 14px;
    color: #888888;
}

.product_box_special1 {
    width: 49%;
    float: left;
    margin-right: 2%;
}

.product_box_special2 {
    float: left;
    width: 49%;
}

.new_index_paoduct .product_box_special2 li {
    width: 100%;
}

.new_index_paoduct .product_box_special1 li,
.new_index_paoduct .product_box_special2 li {
    width: 50%;
}

.clearfix::before,
.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.al-ul {
    width: 100%;
    overflow: hidden;
}

.al-ul li {
    width: 49%;
    float: left;
    margin-left: 2%;
}

.al-ul li:first-child {
    margin-left: 0;
}

.al-ul li img {
    width: 100%;
    display: block;
}

.al-img {
    width: 100%;
}

.al-box {
    position: relative;
    width: 100%;
    padding: 3% 0;
    background: #f4f6f9;
}

.al-title {
    font-size: 30px;
    margin-left: 5.6%;
}

.al-txt {
    font-size: 18px;
    color: #888888;
    line-height: 1.7em;
    margin-left: 5.6%;
    margin-top: 1%;
}

.al-btn {
    position: absolute;
    width: 18.8%;
    left: 75%;
    top: 57%;
}

.swiper-containerxw {
    width: 100%;
    overflow: hidden;
}

.xw-left {
    width: 2.5%;
    position: absolute;
    right: 3.4%;
    top: 7%;
    cursor: pointer;
}

.xw-right {
    width: 2.5%;
    position: absolute;
    right: 0%;
    top: 7%;
    cursor: pointer;
}

.xwLeftHover,
.xwRightHover {
    display: none;
}

.xw-left:hover .xwLeftHover,
.xw-right:hover .xwRightHover {
    display: block;
}

.xw-left:hover .xwLeft,
.xw-right:hover .xwRight {
    display: none;
}

.xw-pagination {
    text-align: center;
    margin: 0 auto;
}

.xw-pagination span {
    width: 10px;
    height: 10px;
}

.xw-pagination .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
}

.xw-pagination .swiper-pagination-bullet-active {
    background: #e60012;
}

.lb {
    display: none;
}

.lb.cur {
    display: block;
}

.lb-ul {
    width: 100%;
    overflow: hidden;
    margin-bottom: 2.5%;
}

.lb-ul li {
    width: 15%;
    box-sizing: border-box;
    margin-left: 2%;
    padding: 2%;
    text-align: center;
    font-size: 14px;
    color: #555555;
    line-height: 14px;
    border: 1px solid #cccccc;
    float: left;
    background: #fff;
    cursor: pointer;
}

.lb-ul li:hover {
    border: 1px solid #e60012;
    color: #e60012;
}

.lb-ul li.active {
    border: 1px solid #e60012;
    color: #e60012;
}

.lb-ul li:first-child {
    margin-left: 0;
}

@media (min-width: 1025px) {
    .keyTechnology .col-md-3 .technology-box:hover {
        background: #4a5a75;
        color: #fff;
    }

    .keyTechnology .col-md-3 .technology-box:hover img.off {
        display: inline-block;
    }

    .keyTechnology .col-md-3 .technology-box:hover img.on {
        display: none;
    }
}

@media (max-width: 1199px) {

    .overview,
    .overview .right-img img {
        height: 300px;
    }

    .overview .right-img {
        right: -150px;
    }

    .product .fixed-nav .product-nav li {
        width: 200px;
    }

    .content2 .content-box {
        padding-left: 226px;
    }

    .content2 .content-box .box span img {
        width: 300px;
    }

    .content2 .content-box .box .productDesc {
        width: 32%;
    }

    .content2 .content-box .box .productDesc li img {
        width: 36px;
    }

    .content2 .content-box .box h4 {
        margin-bottom: 55px;
    }

    .resource_text>a {
        margin-top: 20px;
    }

    .news .news-box .text {
        min-height: 190px;
    }
}

@media (max-width: 991px) {

    h2.titles,
    h2.title {
        font-size: 3rem;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .banner .text-box {
        margin-top: -42px;
    }

    .banner .text-box .text h2 {
        font-size: 4rem;
    }

    .banner .text-box .text p {
        font-size: 2rem;
    }

    .overview,
    .overview .right-img img {
        height: 240px;
    }

    .overview .left-text p {
        font-size: 1.6rem;
    }

    .overview .left-text h4 {
        font-size: 2rem;
    }

    .overview .right-img {
        right: -140px;
    }

    .cases .cases-text h3 {
        font-size: 2.8rem;
    }

    .cases .cases-text p {
        font-size: 1.8rem;
    }

    .content1 #box2 li img {
        height: 200px;
    }

    .content1 .box.pad {
        padding: 90px 0;
    }

    .product .fixed-nav .product-nav li {
        width: 140px;
    }

    .content2 .content-box {
        padding-left: 160px;
    }

    .content2 .content-box .box {
        padding-right: 200px;
    }

    .content2 .content-box .box span img {
        width: 240px;
    }

    .content2 .content-box .box .productDesc {
        width: 39%;
        bottom: 60px;
    }

    .content2 .content-box .box .productDesc li img {
        width: 30px;
    }

    .content2 .content-box .box h4 {
        margin-bottom: 55px;
    }

    .content2 .content-box .box .hdj_icon {
        width: 120px;
        left: 50px;
    }

    /*首页修改*/
    .new_index_paoduct ul li a {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    a.more {
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        padding-left: 15px;
        padding-right: 32px;
        margin-top: 90px;

    }

    a.more img {
        right: 15px;
    }

    .pc {
        display: none;
    }

    .mb {
        display: block;
    }

    h2.titles {
        position: relative;
        margin-top: 25px;
        margin-bottom: 20px;
        font-size: 5.3vw;
        padding-left: 10px;
    }

    h2.titles:before {
        position: absolute;
        content: '';
        display: inline-block;
        width: 2px;
        height: 16px;
        background-color: #e50012;
        left: 0;
    }

    h2.titles>span {
        color: #e50012;
    }

    h2.title {
        margin-top: 25px;
        margin-bottom: 20px;
        font-size: 2.2rem;
        padding-bottom: 0;
    }

    #header {
        height: 50px;
        padding: 0;
        line-height: 50px;
        position: fixed;
        top: 0;
        z-index: 200;
        width: 100%;
        -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
        -ms-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
        -o-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
    }

    #header .logo img {
        width: 70px;
    }

    #header .nav {
        display: none;
        float: none;
        position: absolute;
        top: 50px;
        width: 100%;
        left: 0;
        background: #fff;
        box-shadow: 0 -3px 5px rgba(0, 0, 0, 0.08);
        line-height: 40px;
    }

    #header .nav li {
        float: none;
        margin-top: 0;
        border-bottom: 1px solid #e4e4e4;
        margin: 0;
        padding: 0 16px;
        font-size: 1.4rem;
        text-align: center;
    }

    #header .nav li.active:before {
        height: 0;
    }

    #header .nav li a {
        display: block;
    }

    #header .btn-m {
        float: right;
    }

    #header .btn-m img {
        width: 22px;
    }

    #header .btn-m img.menuCloseBtn {
        display: none;
    }

    .page-container {
        margin-top: 50px;
    }

    .banner .text-box {

        top: 56%;
        margin-top: 0;
        transform: translateY(0);
    }

    .banner .text-box .text h2 {
        font-size: 3.4rem;
    }

    .banner .text-box .text p {
        font-size: 1.8rem;
    }

    .overview {
        height: auto !important;
    }

    .overview .right-img {
        position: static;
        right: 0;
    }

    .overview .right-img img {
        width: 100%;
        height: auto !important;
    }

    .overview .left-text {
        width: 100%;
    }

    .overview .left-text h4 {
        font-size: 1.6rem;
        margin-bottom: 10px;
    }

    .overview .left-text p {
        font-size: 1.4rem;
    }

    .keyTechnology .row {
        margin: -6px;
    }

    .keyTechnology .col-xs-6 {
        padding: 6px;
    }

    .keyTechnology .col-xs-6 .technology-box {
        padding: 30px 5px;
    }

    .keyTechnology .col-xs-6 .technology-box img {
        width: 60px;
    }

    .keyTechnology .col-xs-6 .technology-box h4 {
        font-size: 1.6rem;
        line-height: 1.6;
        margin-bottom: 0;
    }

    .keyTechnology .col-xs-6 .technology-box p {
        font-size: 1.4rem;
        line-height: 1.4;
    }

    .swiper-pagination {
        bottom: 0 !important;
        text-align: center;
        bottom: 0;
    }

    .swiper-pagination span {
        width: 8px;
        height: 8px;
    }

    .advantage .row {
        margin: 0;
    }

    .advantage .advantage-box {
        margin-bottom: 30px;
    }

    .advantage .advantage-box .text {
        padding: 0 10px;
        height: auto !important;
    }

    .advantage .advantage-box .text h4 {
        font-size: 1.6rem;
    }

    .advantage .advantage-box .text p {
        font-size: 1.4rem;
        line-height: 1.4;
        word-break: break-all;
    }

    .advantage .advantage-box .text p:before {
        width: 3px;
    }

    .index_product .pc_nav li {
        padding-right: 0;
        font-size: 3.8vw;
        margin-left: 8.9%;
        padding-bottom: 3%;
        margin-bottom: -0.3%;
        color: #888888;
    }

    .index_product .pc_nav li:first-child {
        margin-left: 0;
    }

    .index_product .pc_nav li.sideline {
        display: none;
    }

    .index_product .pc_nav li.active {
        color: #e50012;
        border-bottom: 2px solid #e60012;
    }

    .index_product .product-content .link {
        font-size: 1.4rem;
        margin-top: 10px;
    }

    .index_product .product-content .link img {
        width: 20px;
    }

    .index_product .product-content .product-details .col-xs-12 {
        margin-bottom: 15px;
    }

    a.link {
        font-size: 1.6rem;
    }

    section.pad {
        padding-bottom: 30px;
    }

    .cases .cases-img {
        float: none;
        width: 100%;
    }

    .cases .cases-text {
        width: 100%;
        float: none;
        padding-right: 0;
        margin-top: 20px;
    }

    .cases .cases-text h3 {
        font-size: 2rem;
        margin-bottom: 10px;
    }

    .cases .cases-text p {
        font-size: 1.6rem;
        line-height: 1.6;
        margin-bottom: 10px;
    }

    .news .row {
        margin-bottom: -20px;
    }

    .news .news-box {
        margin-bottom: 30px;
    }

    .news .news-box .text {
        padding: 40px 20px 70px 30px;
        min-height: 100px;
    }

    .news .news-box .text p {
        font-size: 1.6rem;
    }

    .news .news-box .text span.data {
        bottom: 20px;
    }

    .technology .fixed-nav ul {
        height: 80px;
    }

    .technology .fixed-nav li {
        height: 80px;
        padding: 12px 0;
    }

    .technology .fixed-nav li h4 {
        font-size: 1.4rem;
        margin-bottom: 10px;
    }

    .technology .fixed-nav li span img {
        width: 40px;
        display: none !important;
    }

    .technology .fixed-nav li>img {
        width: 20px;
    }

    .technology .fixed-nav li.current {
        height: 100px;
        margin-top: -10px;
    }

    .content1 .box li {
        width: 100% !important;
        margin-top: 20px;
    }

    .content1 .box li img {
        width: 90% !important;
        height: auto !important;
    }

    .content1 .box .text h4 {
        font-size: 1.4rem;
        line-height: 1.6;
    }

    .content1 .box .text h4 span {
        font-size: 1.8rem;
    }

    .content1 .box.pad {
        padding: 40px 0;
    }

    .product .fixed-nav {
        display: none;
    }

    .product .content-box h3.mb {
        font-size: 1.8rem;
        line-height: 44px;
        color: #555;
        padding: 0 10px;
        border-bottom: 1px solid #dbdbdb;
        background: #fff url(../images/m-icon-up.png) no-repeat 98% center;
        background-size: 26px auto;
    }

    .product .content-box h3.mb.active {
        border-bottom: 0;
        height: 60px;
        color: #fff;
        background: #4a5a75 url(../images/m-icon-down.png) no-repeat 97% 80%;
        background-size: 22px auto;
    }

    .product .content-box .box {
        margin-bottom: 0;
        display: none;
    }

    .product .content-box .box:nth-of-type(1) {
        display: block;
    }

    .content2 {
        padding-bottom: 60px;
    }

    .content2 .content-box {
        padding: 0;
    }

    .content2 .content-box .box {
        padding: 30px 20px 50px 20px;
        margin: 5px 0;
    }

    .content2 .content-box .box h4 {
        margin-bottom: 30px;
        font-size: 1.8rem;
    }

    .content2 .content-box .box span img {
        width: 200px;
    }

    .content2 .content-box .box .productDesc {
        width: 100%;
        position: static;
        margin-top: 30px;
        padding-left: 30px;
    }

    .content2 .content-box .box .hdj_icon {
        position: static;
        float: right;
        width: 30%;
    }

    #footer {
        font-size: 1.2rem;
        padding: 10px 0;
    }

    #footer span {
        display: block;
        line-height: 1.6;
    }

    #footer #now {
        display: inline;
    }

    /*了解详情*/
    .go_details {
        position: absolute;
        bottom: 10px;
        padding: 0 20px;
    }

    .go_details a {
        padding: 4px 12px;
        font-size: 12px;
    }

    /*首页新增and修改*/
    .resource_text>a {
        font-size: 1.6rem;
        margin-top: 40px;
        padding-left: 70px;
    }

    .resource_text>a::before {
        left: 0;
        width: 96px;
        height: 128px;
        background-size: 100% 100%;
    }

    .index_product span.img>img {
        width: 60%;
    }

    .index_product .pc_nav {
        border-bottom: 1px solid #aaaaaa;
    }

    .bg2 {
        background-image: url(../images/bg2-w.jpg);
        background-size: cover;
    }

    .pro-ul {
        width: 100%;
        overflow: hidden;
    }
    .pro-ul li{
      width:48%;
      float:left;
      margin-left:4%;
      margin-bottom:3%;
    }
    .pro-ul li:first-child{
      margin-left:0;
    }
    .pro-ul li:nth-child(odd){
      margin-left:0;
    }
    .pro-ul li img{
      width:100%;
    }

    .pro-box{
      position:relative;
      width:100%;
      padding:7% 0;
      background:#f4f6f9;
    }
    .pro-t1{
      font-size:4vw;
      color:#333333;
      font-weight:600;
      text-align:left;
      padding-left:10.3%;
    }
    .pro-t2{
      font-size:3.2vw;
      text-align:left;
      padding-left:10.3%;
      margin-top:1%;
      color:#888888;
    }
    .pro-arr{
      position:absolute;
      width:13.5%;
      right:10.3%;
      top:30%;
    }
    .al-ul li{
      width:100%;
      float:none;
      margin-bottom:5%;
      margin-left:0;
    }
    .al-title{
      margin-left:4.8%;
      font-size:4.5vw;
    }
    .al-txt{
      font-size:3.5vw;
      margin-left:4.8%;
    }
    .al-btn{
      width:29%;
      right:4.8%;
      left:auto;
      top:32%;
    }
    .news-swiper-containter{
      width:100%;
    }
    .news-ul{
      width:100%;
      margin:0 auto;
    }
    .news-ul li{
      width:100%;
      overflow:hidden;
      margin-bottom:4%;
    }
    .news-img{
      width:34.2%;
      float:left;
    }
    .news-right{
      position:relative;
      width:65.8%;
      background-color:#fff;
      padding:2% 0;
      float:left;
    }
    .news-title{
      width:86.8%;
      margin-left:6%;
      font-size:3.8vw;
      color:#333333;
     /*  font-weight:600; */
    }
    .news-data{
      font-size:3.2vw;
      color:#a4a4a4;
      margin-left:6%;
      margin-top:2.9%;
    }
    .news-arr{
      position:absolute;
      width:8.8%;
      right:7.5%;
      top:70%;

    }
    .swiper-pagination{
      position:relative;
    }
    section.pad{
      padding-bottom:5%;
    }
    .resource_text>a{
      display:none;
    }
    .down-load{
      width:100%;
      overflow:hidden;
    }
    .down-load>a{
      width:100%;
    }
    .down-load img{
      width:25%;
      margin-top:-6%;
      float:left;
    }
    .down-load p{
      float:left;
      margin-top:8%;
      font-size:4vw;
      margin-left:-3%;
    }
    .banner .text-box{
      width:100%;
      height:100%;
      left:0;
      top:0;
      position:absolute;
    }
    a.more{
      position:absolute;
      width:26.5%;
      margin:0 auto;
      top:82%;
      left:36.5%;
      font-size:3.2vw;
    }
    .qh-ul{
      width:100%;
      overflow:hidden;
    }
    .qh-line{
      width:100%;
      height:1px;
      margin-top:-0.3%;
      background:#aaaaaa;
    }
    .qh-ul li {
        padding-right: 0;
        font-size: 3.6vw;
        margin-left: 8.8%;
        padding-bottom: 3%;
        margin-bottom: -0.5%;
        color: #888888;
        float:left;
        z-index:10;
        position:relative;

    }

    .qh-ul li:first-child {
        margin-left: 0;
    }

    .qh-ul li.sideline {
        display: none;
    }

    .qh-ul li.active {
        color: #e50012;
        border-bottom: 3px solid #e60012;
    }
    .lb-ul{
      margin-top:4%;
      margin-bottom:0.5%  ;
    }
    .lb-ul li{
      width:31.4%;
      margin-left:2.8%;
      margin-bottom:3%;
      padding:2.35% 2%;
    }
    .lb-ul li:nth-child(4){
      margin-left:0;
    }
    .lb-ul li.active{
      background:#e60012;
      color:#fff;
    }
    .product .content-box .box{
      display:block;
    }
    .content2 .content-box .box .hdj_icon{
      position:absolute;
      width:13.5%;
      left:20.4%;
      top:38%;
    }
    .productDesc{
      width:100% !important;
      overflow:hidden;
      margin-top:6% !important;
      padding-left:0 !important;
    }
    .productDesc li{
      width:50%;
      float:left;
      padding:4% 0;
      margin-top:0 !important;

    }
    .content2 .content-box .box{
      padding:7% 0 7%;
    }
    .content2 .content-box .box .productDesc li img{
      width:18.6%;
      display:block;
      margin:0 auto;

    }
    .content2 .content-box .box .productDesc{
      margin-top:0;
    }
    .content2 .content-box .box .productDesc li span{
      text-align:center;
      width:100%;
      font-size:3.55vw;
      text-align:center;
      display:block;
      margin-top:4%;
    }
    .go_details{
      position:relative;
      margin:8% auto 0;
      padding-bottom:0%;
    }
    .go_details a{
      background-color:#e60012;
      color:#fff;
    }
    .content2 .content-box .box .productDesc{
      position:relative;
      right:0;
      bottom:0;
    }
    .productDesc ul{
      position:relative;
      overflow:hidden;
    }
    .cp-line{
      position:absolute;
      left:0;
      top:2%;
      width:100%;
    }
    .content2 .content-box .box span>img{
      width:50%;
    }
    .go_details a{
      padding:6px 15px;
    }
    .content2 .content-box .box{
      margin-top:3%;
    }
    .lb-ul.navFix{
      padding-top:3%;
      width:100%;
      padding:3% 7% 0;
      top:4.2%;
      box-sizing:border-box;
      margin-left:0;
      left:0;
       margin-top:0;
    }
    .qh-ul.navFix{
      width:100%;
      position:fixed;
      top:0;
      z-index:999;
      background:#fff;
      left:0;
      padding:3% 5% 0;

    }
    #fz0,#mb0,#gj0,#sw0,#gm0,#zj0{
      margin-top:0% !important;
    }
    .go_details img{
      width:25%;
      float:right;
    }
    a.more{
      padding-left:18px;
    }
}

@media (max-width: 320px) {
    .content2 .content-box .box .productDesc {
        padding-left: 0;
    }
}