/*首页banner*/

.index_banner {
    width: 100%;
    position: relative;
    overflow: hidden
}

.index_banner li {
    width: 100%;
    position: relative;
    overflow: hidden;
    float: left;
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 100%
}

.index_banner ul {
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: -webkit-transform;
    -moz-transition-property: transform, -moz-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.index_banner li a img {
    display: block;
    width: 100%;
    position: relative
}


/*公司简介*/

.index-about-jj {
    width: 280px;
}

.index-about-jj img {
    display: block;
    width: 280px;
    height: 180px;
}

.index-about-jj-wz {
    width: 224px;
}

.index_aboutbt {
    font-size: 15px;
    color: #424242;
    text-align: left
}

.index_aboutnr {
    font-size: 13px;
    color: #424242;
    line-height: 23px;
    text-align: left
}

.index_abouts samp {
    font-family: "Microsoft Yahei";
    font-size: 13px;
    border-radius: 15px;
    color: #666;
    float: right;
    border: 1px solid #d82019;
    height: 22px;
    line-height: 22px;
    padding-left: 15px;
    padding-right: 15px
}

.index_abouts2 samp {
    font-size: 13px;
    border-radius: 15px;
    color: #fff;
    float: right;
    border: 1px solid #fff;
    height: 22px;
    line-height: 22px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 1200px) {
    .index-btn.index-prev {
        left: -60px;
    }
    .index-btn.index-next {
        right: -60px;
    }
    .index-btn.index-prev_hs {
        left: -60px;
    }
    .index-btn.index-next_hs {
        right: -60px;
    }
}

@media (min-width: 1400px) {
    .index-btn.index-prev {
        left: -106px;
    }
    .index-btn.index-next {
        right: -106px;
    }
    .index-btn.index-prev_hs {
        left: -106px;
    }
    .index-btn.index-next_hs {
        right: -106px;
    }
}


/*工程案例*/

.index-case-wrapper {
    padding-left: 0;
    padding-right: 0;
    position: relative
}

.index-case-wrapper .index-case-min {
    overflow: hidden;
    padding: 0
}

.index-case-wrapper ul.momargin {
    margin: 0
}

.index-case-wrapper ul.momargin li {
    padding: 0
}

.index-case-wrapper li {
    margin: 0
}

.index-case-wrapper li a {
    display: block;
    background-color: #fff;
}

.bsbj .index-case-wrapper li a {
    background-color: #f1f4f9;
    border: 1px solid #f1f4f9;
}

.index-case-wrapper li a:hover .solut-text {
    background: #28428d;
    /* transition: all .8s;
    -moz-transition: all .8s;
    -webkit-transition: all .8s;
    -o-transition: all .8s; */
}

.index-case-wrapper li a:hover h3 {
    color: #FFF;
    transition: all .8s;
    -moz-transition: all .8s;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
}

.index-case-wrapper li .solut-img img {
    display: block;
    margin: 0 auto;
    width: 100%
}

.index-case-wrapper li .solut-text {
    padding: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    position: relative
}

.index-case-wrapper li .solut-text h3 {
    color: #58596d;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden
}

.index-case-wrapper li .solut-text .en {
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #d82019;
    text-transform: uppercase;
    font-family: DINPro
}


/*新品推荐*/

.index-Product-t-wrapper {
    padding-left: 0;
    padding-right: 0;
    position: relative;
}

.index-Product-t-wrapper .index-Product-t-min {
    overflow: hidden;
    padding: 0px;
}

.index-Product-t-wrapper ul.momargin {
    margin: 0;
}

.index-Product-t-wrapper ul.momargin li {
    padding: 0;
}

.index-Product-t-wrapper li {
    margin: 0px;
}

.index-Product-t-wrapper li a {
    display: block;
    background-color: #000;
}

.index-Product-t-wrapper li a:hover {
    background: #28428d;
    transition: all .8s;
    -moz-transition: all .8s;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
}

.index-Product-t-wrapper li a:hover h3 {
    color: #FFF;
    transition: all .8s;
    -moz-transition: all .8s;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
}

.index-Product-t-wrapper li .solut-img img {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.index-Product-t-wrapper li .solut-text {
    padding: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    position: relative;
}

.index-Product-t-wrapper li .solut-text h3 {
    color: #58596d;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.index-Product-t-wrapper li .solut-text .en {
    font-size: 14px;
    background: #d82019;
    width: 150px;
    height: 35px;
    line-height: 35px;
    margin: 0 auto;
    margin-bottom: 20px;
    color: #fff;
    border-radius: 100px;
}


/*产品横向分类*/

.index-pr-wrapper {
    padding-left: 0;
    padding-right: 0;
    position: relative;
}

.index-pr-wrapper .index-pr-min {
    overflow: hidden;
    padding: 0px;
}

.index-pr-wrapper ul.momargin {
    margin: 0;
}

.index-pr-wrapper ul.momargin li {
    padding: 0;
}

.index-pr-wrapper li {
    margin: 0px;
}

.index-pr-wrapper li a {
    display: block;
    background-color: #fff;
}

.index-pr-wrapper li a:hover {
    background: #28428d;
    transition: all .8s;
    -moz-transition: all .8s;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
}

.index-pr-wrapper li a:hover h3 {
    color: #FFF;
    transition: all .8s;
    -moz-transition: all .8s;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
}

.index-pr-wrapper li .solut-img img {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.index-pr-wrapper li .solut-text {
    padding: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    position: relative;
}

.index-pr-wrapper li .solut-text h3 {
    color: #58596d;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.index-pr-wrapper li .solut-text .en {
    font-size: 14px;
    background: #d82019;
    width: 150px;
    height: 35px;
    line-height: 35px;
    margin: 0 auto;
    margin-bottom: 20px;
    color: #fff;
    border-radius: 100px;
}


/*产品横向分类*/

.index-prb-wrapper {
    padding-left: 0;
    padding-right: 0;
    position: relative;
}

.index-prb-wrapper .index-prb-min {
    overflow: hidden;
    padding: 0px;
}

.index-prb-wrapper ul.momargin {
    margin: 0;
}

.index-prb-wrapper ul.momargin li {
    padding: 0;
}

.index-prb-wrapper li {
    margin: 0px;
}

.index-prb-wrapper li a {
    display: block;
    background-color: #f1f4f9;
}

.index-prb-wrapper li a:hover {
    background: #28428d;
    transition: all .8s;
    -moz-transition: all .8s;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
}

.index-prb-wrapper li a:hover h3 {
    color: #FFF;
    transition: all .8s;
    -moz-transition: all .8s;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
}

.index-prb-wrapper li .solut-img img {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.index-prb-wrapper li .solut-text {
    padding: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    position: relative;
}

.index-prb-wrapper li .solut-text h3 {
    color: #58596d;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.index-prb-wrapper li .solut-text .en {
    font-size: 14px;
    background: #d82019;
    width: 150px;
    height: 35px;
    line-height: 35px;
    margin: 0 auto;
    margin-bottom: 20px;
    color: #fff;
    border-radius: 100px;
}


/*产品中心*/

.ibox1_l {
    width: 1200px;
    height: 400px;
    background: url(../images/cpleibgb.png) left center repeat-y;
    overflow: hidden;
    margin: 0 auto;
}

.ibox1_l ul {
    float: left;
    display: inline-block;
    width: 162px;
    height: 400px;
}

.ibox1_l ul li {
    height: 80.5px;
}

.ibox1_l ul li:last-child {
    border-bottom: 0px solid #fff;
}

.ibox1_l ul li:nth-last-child(0) {
    background: none;
}

.ibox1_l ul li a {
    display: block;
    width: 146px;
    font-size: 14px;
    border-bottom: 1px solid #4a4a4a;
    color: #fff;
    line-height: 80.5px;
    text-align: center;
    margin-left: 2px;
}

.ibox1_l ul li a img {
    width: 30px;
    height: 30px;
    vertical-align: middle;
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 100px
}

.ibox1_l ul li:hover,
.ibox1_l ul li.now {
    background: url(../images/cpleibga.png) left center no-repeat;
}

.ibox1_div {
    display: none;
}

.ibox1_div dl {
    width: 331px;
    height: 401px;
    background: #fff;
    overflow: hidden;
    float: left;
    margin-left: 15px;
    margin-bottom: 15px;
}

.ibox1_div dl:hover {
    background: #28428d;
    transition: all .8s;
    -moz-transition: all .8s;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
}

.ibox1_div dl dt {
    float: left;
    display: inline-block;
    width: 100%;
    height: 331px;
}

.ibox1_div dl dt img {
    display: block;
    width: 100%;
    height: 100%;
}

.ibox1_div dl dd {
    display: inline-block;
    width: 331px;
}

.ibox1_div dl dd h1 {
    font-size: 14px;
    font-weight: normal;
    height: 70px;
    line-height: 70px;
    text-align: center;
    width: 100%;
}

.ibox1_div dl dd h1 a {
    color: #535353;
}

.ibox1_div dl:hover dd h1 a {
    color: #fff;
}

.ibox1_div dl dd span {
    float: right;
    background: #fff;
    border: 1px solid #28428d;
    padding-left: 25px;
    padding-right: 25px;
    text-align: center;
    height: 34px;
    line-height: 34px;
    margin-top: 16px;
    border-radius: 100px;
    margin-right: 6px;
    font-size: 13px;
}

.ibox1_div dl:hover span {
    border: 1px solid #FFF
}


/*新闻资讯*/

.index-news-pic {
    width: 580px;
}

.news_bga {
    background: #f1f4f9;
    font-size: 20px;
    color: #333333;
    font-family: Arial;
    line-height: 30px
}

.news-r-bg {
    width: 586px;
    background: #f1f4f9
}

.news_bgb {
    background: #f1f4f9;
    font-size: 13px;
    color: #999ea8;
    line-height: 22px;
    box-sizing: border-box;
    padding-left: 18px;
}

.news_sj {
    border-right: 1px solid #dbdbdb;
    margin-bottom: 16px;
    margin-top: 16px
}

.news_jd {
    margin-bottom: 11px;
    border-bottom: 1px solid #f1f4f9
}

.index-news-pic {
    width: 580px;
    height: 346px;
    margin: 0 auto;
    float: left
}

.news-pic {
    width: 560px;
    height: 346px
}

.news-pic img {
    width: 560px;
    height: 346px
}

.news-pic-title {
    position: absolute;
    display: block;
    width: 560px;
    text-align: left;
    padding-left: 15px;
    font-size: 14px;
    height: 60px;
    line-height: 60px;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 1000;
    box-sizing: border-box;
}

.news-pic-title-w {
    width: 560px;
    margin-bottom: 13px;
    text-align: right;
    padding-right: 18px;
    box-sizing: border-box
}


/*首页banner*/

.index_banner {
    width: 100%;
    margin-top: 83px;
}

.leftUp img {
    -webkit-animation-name: leftUp;
    animation-name: leftUp;
}

@-webkit-keyframes leftUp {
    0% {
        transform: scale(1.1, 1.1) translate(4.545%, 4.545%);
    }
    100% {
        transform: scale(1.1, 1.1) translate(-4.545%, -4.545%);
    }
}

@keyframes leftUp {
    0% {
        transform: scale(1.1, 1.1) translate(4.545%, 4.545%);
    }
    100% {
        transform: scale(1.1, 1.1) translate(-4.545%, -4.545%);
    }
}

.moveRight img {
    -webkit-animation-name: moveRight;
    animation-name: moveRight;
}

@-webkit-keyframes moveRight {
    0% {
        transform: scale(1.1, 1.1) translate(-4.545%, 0);
    }
    100% {
        transform: scale(1.1, 1.1) translate(4.545%, 0);
    }
}

@keyframes moveRight {
    0% {
        transform: scale(1.1, 1.1) translate(-4.545%, 0);
    }
    100% {
        transform: scale(1.1, 1.1) translate(4.545%, 0);
    }
}

.moveDown img {
    -webkit-animation-name: moveDown;
    animation-name: moveDown;
}

@-webkit-keyframes moveDown {
    0% {
        transform: scale(1.1, 1.1) translate(0, -4.545%);
    }
    100% {
        transform: scale(1.1, 1.1) translate(0, 4.545%);
    }
}

@keyframes moveDown {
    0% {
        transform: scale(1.1, 1.1) translate(0, -4.545%);
    }
    100% {
        transform: scale(1.1, 1.1) translate(0, 4.545%);
    }
}

.centerBig img {
    -webkit-animation-name: centerBig;
    animation-name: centerBig;
}

@-webkit-keyframes centerBig {
    100% {
        transform: scale(1.1, 1.1);
    }
}

@keyframes centerBig {
    100% {
        transform: scale(1.1, 1.1);
    }
}

.rightDownBig img {
    -webkit-animation-name: rightDownBig;
    animation-name: rightDownBig;
}

@-webkit-keyframes rightDownBig {
    100% {
        transform: scale(1.1, 1.1) translate(4%, 4%);
    }
}

@keyframes rightDownBig {
    100% {
        transform: scale(1.1, 1.1) translate(4%, 4%);
    }
}

.swiper-slide img {
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
    display: block;
    width: 100%;
    position: relative
}


/*工程案例推荐*/

.divhidden {
    display: none
}

.customer {
    overflow: hidden;
}

.customer_t {
    text-align: center;
    padding-top: 15px;
    color: #666;
    font-size: 18px;
    line-height: 32px;
    padding-bottom: 50px
}

.customer_t h2 {
    height: 66px;
    line-height: 66px;
    font-size: 40px;
    color: #000;
    font-weight: 400;
    letter-spacing: 4px;
    font-family: "华文细黑"
}

.customer_t p {
    font-size: 18px
}

.customer_top {
    text-align: center;
    margin-top: 10px;
    padding-bottom: 50px;
}

.customer_top a.two_sel {
    color: #fff;
    background-color: #cd0000
}

.customer_top a {
    display: inline-block;
    font-size: 15px;
    color: #4c4c4c;
    line-height: 43px;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 28px;
    padding-right: 28px;
    border-radius: 100px;
    background: #f1f4f9
}

.index-case-tj {
    width: 1200px;
    display: block;
}

.index-case-tj li {
    width: 281px;
    margin-right: 25px;
    background: #fff;
    float: left;
}

.index-case-tj li h3 {
    text-align: center;
    height: 40px;
    line-height: 40px;
}

.index-case-tj li:hover {
    background: #cd0000;
}

.index-case-tj li:hover h3 {
    color: #FFF;
}

.index-case-tj li:last-child {
    margin-right: 0px;
}

.index-case-tj li img {
    width: 100%;
}

.index_about_r {
    width: 900px;
    overflow: hidden;
    float: right;
}

.index_about_r li {
    float: left;
    display: block;
    width: 225px;
    height: 180px;
    vertical-align: middle;
    background: #FFF;
}

.index_about_r li img {
    width: 100%;
    height: 100%;
    display: block;
}

.index_about_r li p {
    font-size: 15px;
    margin-left: 18px;
    margin-top: 45px;
}

.index_about_r li span {
    display: block;
    font-size: 13px;
    line-height: 22px;
    margin-top: 12px;
    margin-left: 18px;
    margin-right: 15px;
}

.index_about_r li samp {
    font-size: 12px;
    border-radius: 15px;
    color: #353535;
    float: right;
    border: 1px solid #28428d;
    height: 22px;
    line-height: 22px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 12px;
    margin-right: 20px;
}

.index_about_l {
    background: #06F;
    float: left;
    width: 270px;
}

.index_about_l .img {
    width: 100%;
    height: 180px
}

.index_about_l .img img {
    width: 100%;
    height: 100%
}

.index_about_l .content {
    background: #28428d;
    height: 180px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 20px;
    color: #FFF
}

.index_about_l .content p {
    font-size: 15px;
}

.index_about_l .content span {
    display: block;
    font-size: 13px;
    line-height: 22px;
    margin-top: 12px;
}

.index_about_l .content samp {
    font-size: 12px;
    border-radius: 15px;
    color: #fff;
    float: right;
    border: 1px solid #fff;
    height: 22px;
    line-height: 22px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 15px;
}

.index_more span {
    display: block;
    width: 140px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    margin: 0 auto;
    border: 2px solid #d0d0d0;
    border-radius: 100px;
    margin-top: 50px
}

.index_more span:hover {
    border: 2px solid #28428d;
    background: #28428d;
    color: #FFF;
}

.index_more_bs span {
    display: block;
    width: 140px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    margin: 0 auto;
    border: 2px solid #fff;
    border-radius: 100px;
    margin-top: 50px;
    color: #FFF
}

.index_more_bs span:hover {
    border: 2px solid #28428d;
    background: #28428d;
    color: #FFF;
}

.tabs_b {
    overflow: hidden;
    margin: 0 auto;
    width: 1200px;
    text-align: center;
    font-size: 0;
    margin-bottom: 30px;
}

.tabs_b a {
    display: inline-block;
    margin-right: 1px;
    padding-left: 18px;
    padding-right: 18px;
    height: 40px;
    line-height: 40px;
    border-radius: 100px;
    background: #e7e9ee;
    color: #000;
    text-align: center;
    font-size: 15px;
    margin: 0 5px
}

.tabs_b a:last-child {
    margin-right: 0
}

.tabs_b a.active {
    background: #28428d;
    color: #fff
}

#tabs-container_b {
    height: auto
}

.tabs_a {
    overflow: hidden;
    margin: 0 auto;
    width: 1200px;
    text-align: center;
    font-size: 0;
    margin-bottom: 30px;
}

.tabs_a a {
    display: inline-block;
    margin-right: 1px;
    width: 150px;
    height: 42px;
    line-height: 42px;
    border-radius: 2px;
    background: #cadaf6;
    color: #000;
    text-align: center;
    font-size: 14px;
    margin: 0 5px
}

.tabs_a a:last-child {
    margin-right: 0
}

.tabs_a a.active {
    background: #28428d;
    color: #fff
}

#tabs-container_a {
    height: auto
}

a.more:link,
a.more:visited,
a.more:active {
    display: block;
    text-decoration: none;
    font-family: "微软雅黑", "新宋体";
    font-size: 13px;
    height: 38px;
    line-height: 38px;
    width: 150px;
    color: #fff;
    border: 1px solid #ca0010;
    background-color: #ca0010;
    text-align: center;
    border-radius: 2px;
}

a.more:hover {
    color: #fff;
    background-color: #ca0010;
    border: 1px solid #ca0010;
}

.zwss {
    width: 970px;
    float: right;
    font-family: '微软雅黑', '新宋体';
    font-size: 14px;
    margin-top: 30px;
}

.zwss .zwinp {
    width: 130px;
    height: 40px;
    border: 1px #d9d9d9 solid;
    padding: 0 10px;
    font-family: '微软雅黑', '新宋体';
    border-radius: 5px;
}

.zwss .zwsel {
    border: 1px solid #d9d9d9;
    height: 42px;
    line-height: 42px;
    font-family: '微软雅黑', '新宋体';
    color: #5a5a5a;
    border-radius: 5px;
    padding-left: 6px;
    padding-right: 20px;
    *padding-left: 10px;
    *padding-right: 20px;
    _padding-left: 10px;
    _padding-right: 20px;
}

.zwss .zwsub {
    width: 150px;
    height: 42px;
    background: #ee732e;
    font-size: 16px;
    color: #FFF;
    font-family: '微软雅黑', '新宋体';
    border-radius: 100px;
    border: 0px;
}

.Calculation_bg {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 9999999999;
    display: none
}

.Calculation_content {
    width: 300px;
    height: 300px;
    background: #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -150px;
    z-index: 999999999999;
    border-radius: 5px;
    display: none
}

.Calculation_content .title {
    font-size: 18px;
    margin-top: 25px;
    padding-left: 20px;
    box-sizing: border-box;
}

.Calculation_content p {
    line-height: 30px;
    margin-left: 20px;
    margin-top: 20px;
}

.Calculation_content .close {
    position: absolute;
    width: 280px;
    height: 38px;
    left: 10px;
    bottom: 20px;
    line-height: 38px;
    text-align: center;
    background: #ee732e;
    margin: 0 auto;
    bottom: 10px;
    border-radius: 4px;
    color: #FFF
}