@charset "utf-8";a,abbr,acronym,address,applet,b,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,iframe,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{
    margin:0;
    padding:0;
    font-family:"Microsoft Yahei",'PingFang SC','Helvetica Neue','Hiragino Sans GB',SimSun;
}
li{
    list-style: none;
}

/*banner*/
.index-banner img,.ny-banner img{
    width: 100%;
    display: block;
}
.index-banner .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    opacity: 1;
    background:none;
    border:2px solid #fff;
}
.index-banner  .swiper-pagination-bullet-active{
    background: #fff;
    opacity: 1;
    border:2px solid #fff;
}
.index-banner .swiper-container-horizontal>.swiper-pagination-bullets, .index-banner .swiper-pagination-custom, .index-banner  .swiper-pagination-fraction{
    bottom:30px !important;
}


/* 标题 */
.title{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    color:#0070cc;
    font-weight: bold;
}
.title i{
    display: block;
    width: 100px;
    height: 1px;
    background:#777d8b;
    margin-left: 20px;
}
.title i:first-child{
    margin-left: 0;
    margin-right: 20px;
}
.title b{
    color:#222222;
    text-transform: uppercase;
}

/* 公司简介 */
.about-l{
    background:url(../images/jj_06.png) no-repeat;
    width: 480px;
    height: 477px;
}
.about-l dl{
    height: 159px;
    overflow: hidden;
}
.about-l dl .iconfont{
    /* width: 155px; */
    float: left;
    line-height: 159px;
    font-size: 48px;
    color:#0b5290;
    margin-left: 35px;
}
.about-l dl:first-child .iconfont{
    font-size: 60px;
    margin-left: 30px;
}
.about-l dl:nth-child(2) .iconfont,
.about-l dl:nth-child(2) dd h5,
.about-l dl:nth-child(2) dd p{
    color:#fff;
}
.about-l dl dd{
    width: 60%;
    float:right;
    margin-right:5%;
}
.about-l dl dd h5{
    font-size:18px;
    color:#333333;
    font-weight:bold;
    margin:27px 0 5px 0;
}
.about-l dl dd p{
    font-size: 14px;
    color:#636363;
    line-height: 24px;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.about-r{
    width: 57%;
}
.about-r .title-text{
    width: 70%;
    font-size: 22px;
    color:#0b5290;
}
.about-r .title-text p{
    font-size: 14px;
    text-transform: uppercase;
}
.about-r .more{
    width: 68px;
    line-height: 25px;
    border:1px solid #0070cc;
    color:#0070cc;
    text-align: center;
    border-radius: 50px;
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 20px;
    transition: .4s;
}
.about-r .about-img img{
    width: 100%;
    height: 400px;
}
.about-r .more:hover{
    background:#dc2900;
    color:#fff;
    border:1px solid #dc2900;
}

/* 产品中心 */
.c-2{
    background:#f7f7f7;
}
.c-2 .pro-type{
    display: flex;
    justify-content: space-between;
}
.c-2 .pro-type a{
    width: 162px;
    line-height: 50px;
    display: block;
    text-align: center;
    background:#0070cc;
    font-size: 16px;
    color:#fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.notice .tab-hd li.on a{
    color:#fff;
    background:#dc2900;
}
.c-2 .pro-type li:last-child a{
    background:#383838;
    text-decoration: underline;
}
.c-2 .pro-list dl{
    width: 31.3%;
    margin-right: 3%;
    margin-top: 26px;
    float: left;
}

.c-2 .pro-list dl:nth-child(3n),
.c-pro-list dl:nth-child(3n){
    margin-right: 0;
}
.c-2 .pro-list dl dt{
    width: 100%;
    height: 260px;
    overflow: hidden;
}
.c-2 .pro-list dl dt img,
.c-pro-list dl dt img{
    width: 100%;
    height: 100%;
    transition: .4s;
}
.c-2 .pro-list dl:hover dt img,
.c-pro-list dl:hover dt img{
    transform: scale(1.04);
}
.c-2 .pro-list dl dd,
.c-pro-list dl dd{
    background:#fff;
    line-height: 48px;
    font-size: 16px;
    color:#333333;
    transition: .4s;
    overflow: hidden;
    padding:0 15px;
}
.c-2 .pro-list dl dd h5,
.c-pro-list dl dd h5{
    width: 65%;
    float: left;
}
.c-2 .pro-list dl dd .iconfont,
.c-pro-list dl dd .iconfont{
    float: right;
    color:#bfbfbf;
    font-size: 30px;
}
.c-2 .pro-list dl:hover dd,
.case-list .swiper-slide:hover .case-text,
.c-pro-list dl:hover dd{
    background:#0070cc;
    color:#fff;
}
.c-2 .pro-list dl:hover dd .iconfont,
.c-pro-list dl:hover dd .iconfont{
    color:#fff;
}

/* 工程案例 */
.case-list .case-img{
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.case-list .case-img img{
    width: 100%;
    height: 100%;
    transition: .4s;
}
.case-list .swiper-slide:hover .case-img img{
    transform: scale(1.04);
}
.case-list .case-text{
    background:#f4f4f4;
    line-height: 40px;
    color:#333333;
    font-size: 16px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: .4s;
}

/* 合作客户 */
.partner-list li{
    width: 15%;
    height: 88px;
    float: left;
    border:1px solid #eee;
    margin:12px 12px 0 0;
    overflow: hidden;
}
.partner-list li img{
    width: 100%;
    height: 100%;
    transition: .4s;
}
.partner-list li:hover img{
    transform: scale(1.04);
    cursor: pointer;
}
.partner-list li:nth-child(6n){
    margin-right: 0;
}


/*数字滚动*/
.szgd{
    position: relative;
}
.cont3-wz-box{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.cont3-wz-box div{
    position: relative;
    height: 100%;
}
.cont3-wz ul{
    width: 68%;
    height: 100%;
    margin-left: 3%;
}
.cont3-wz ul li{
    float: left;
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    background: url(../images/bro.png) no-repeat right center;
}
.cont3-wz ul li:last-child{
    background-image: none;
}
.cont3-wz ul li span{
    display: block;
    text-align: center;
    font-size: 15px;
    color: #fff;
    font-weight: 100;
    width: 100%;
}
.cont3-wz ul li span strong{
    font-size: 42px;
    font-weight: normal;
}
.cont3-wz ul li em{
    display: block;
    text-align: center;
    font-size: 17px;
    color: #fff;
    width: 100%;
}
.szgd img{
    width: 100%;
    height: auto;
    display: block;
}


/* 优势 */
.c-5 .advantage-list{
    margin:90px 0 30px 0;
    position: relative;
    height: 466px;
}
.ad-img{
    width: 466px;
    /* margin: 0 auto; */
    margin-top: 50px;
    position: absolute;
    top: -51px;
    left: 50%;
    margin-left: -233px;
}
.ad-img img{
    width: 100%;
    height: 100%;
    display: block;
}
.advantage-list .ad-list{
    position: absolute;
    width: 100%;
    left: 0;
    top: -21px;
    z-index: 2;
}
.advantage-list .ad-list:nth-child(2){
    top: 100px;
}
.ad-list dl{
    width: 46%;
    float: left;
}
.ad-list dl:last-child{
    float: right;
}
.ad-list dl dd{
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border:2px solid #0070cc;
    background:#fff;
    text-align: center;
    line-height: 90px;
}
.ad-list dl dd .iconfont{
    color:#0070cc;
    font-size: 40px;
}
.ad-list dl dt{
    width: 70%;
    margin-left: 7%;
}
.ad-list dl dt h5{
    font-size: 24px;
    color:#333;
    font-weight: bold;
    margin-bottom: 2px;
}
.ad-list dl dt p{
    font-size: 14px;
    color:#333;
    line-height: 27px;
}
.ad-list dl:first-child dt{
    width: 61%;
    margin-right: 4%;
}
.advantage-list .ad-list:nth-child(3){
    top: 251px;
}
.advantage-list .ad-list:nth-child(4){
    top: 393px;
}
.advantage-list .ad-list:nth-child(2) dl{
    width: 36.5%;
}
.advantage-list .ad-list:nth-child(3) dl{
    width:36.5%;
}
.advantage-list .ad-list:nth-child(4) dl{
    width: 45.5%;
}

/* 主体内容 */
.main-box{
    padding:30px 0 50px 0;
}
.main-left{
    width:240px;
}
.main-left .main-title{
    background:#0070cc;
    line-height: 80px;
    padding:0 25px;
    overflow: hidden;
}
.main-left .main-title h5{
    font-size: 24px;
    color:#fff;
    float: left;
}
.main-left .main-title .iconfont{
    font-size: 25px;
    color:#fff;
    display: block;
    float: right;
}
/* .pro-list{
    border:1px solid #eee;
} */
.pro-list-t li{
    line-height: 60px;
    border:1px solid #eee;
    border-top: none;
    font-size: 16px;
    padding:0 13px;
    position: relative;
    transition: .4s;
}
.pro-list-t li a{
    color:#333;
    display: block;
}
.pro-list-t li .iconfont{
    position: absolute;
    top: 0;
    right: 7px;
    font-size: 20px;
    color:#808080;
}
.pro-list-t li:hover,
.pro-list-t li.cur{
    border-left: 2px solid #0070cc;
}
.pro-list-t li:hover a,
.pro-list-t li:hover .iconfont,
.pro-list-t li.cur a,
.pro-list-t li.cur .iconfont{
    color:#0070cc;
}
.m-contact{
    border:1px solid #eee;
    margin-top: 10px;
}
.m-contact h4{
    width: 91%;
    margin:0 auto;
    border-bottom: 1px solid #eee;
    font-size: 18px;
    line-height: 45px;
    color:#0070cc;
    margin-top: 5px;
}
.m-contact .m-con-text{
    width: 91%;
    margin:15px auto;
    font-size: 14px;
    color:#333;
    line-height: 26px;
}
.m-contact .m-link{
    width: 91%;
    margin:0 auto;
    background:#0070cc;
    line-height: 55px;
    margin-bottom: 20px;
    transition: .4s;
}
.m-contact .m-link a{
    display: block;
    width: 70%;
    float: right;
    color:#fff;
    text-align: center;
    border-left: 1px solid #fff;
    font-size: 16px;
}
.m-contact .m-link .iconfont{
    width: 25%;
    float: left;
    color:#fff;
    text-align: center;
    font-size: 30px;
}
.m-contact .m-link:hover{
    background:#dc2900;
}
.location{
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
.location h5{
    color: #0070cc;
    font-size: 18px;
    border-left: 3px solid #0070cc;
    height: 20px;
    line-height: 20px;
    padding-left: 14px;
    margin-top: 5px;
}
.location .loca-des{
    width: 50%;
    text-align: right;
    margin-top: 5px;
}
.location .loca-des h6{
    color:#d9d9d9;
    line-height: 18px;
}
.location .loca-des h6 .iconfont{
    font-size: 18px;
    color:#0070cc;
}
.location .loca-des h6 a{
    color:#2f4056;
    margin  : 0 5px;
}

/* 产品中心 */
.main-right{
    width: 77.4%;
}
.c-pro-list dl{
    width: 31.6%;
    margin:24px 24px 0 0;
    float: left;
}
.c-pro-list dl dt{
    width: 100%;
    height: 205px;
    overflow: hidden;
}
.c-pro-list dl dd{
    background:#fbfbfb;
}

/* 新闻中心 */
.c-news-list dl{
    overflow: hidden;
    border-bottom: 1px dotted #b0b0b0;
    padding:20px 0;;
}
.c-news-list dl dt{
    width: 200px;
    height: 150px;
    overflow: hidden;
    float: left;
}
.c-news-list dl dt img{
    width: 100%;
    height: auto;
    transition: .4s;
}
.c-news-list dl:hover dt img{
    transform: scale(1.04);
}
.c-news-list dl dd{
    width: 75.5%;
    float: right;
}
.c-news-list dl dd h5{
    font-size: 18px;
    line-height: 30px;
    color:#333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.c-news-list dl dd p{
    padding-top: 10px;
    color: #999;
    height: 58px;
    overflow: hidden;
    line-height: 24px;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.c-news-list dl dd .date em{
    font-size: 13px;
    color: #b7b7b7;
    position: relative;
    padding-left: 23px;
}
.c-news-list dl dd .date .iconfont{
    font-size: 20px;
    margin-right: 5px;
    position: absolute;
    top: -5px;
    left: 0;
}
.c-news-list dl dd .date em:last-child{
    margin-left: 10px;
}
.c-news-list dl:hover dd h5{
    color:#0070cc;
}



/*详情页*/
.xq-tit{
    margin-top:45px;
    border-bottom: 1px dashed #eaeaea;
}
.xq-tit h2{
    font-size: 25px;
    color: #333;
    line-height: 24px;
    text-align: center;
    font-weight: bold;
}
.xq-tit p{
    font-size: 14px;
    line-height: 24px;
    color: #b1b1b1;
    text-align: center;
    margin: 5px 0;
}
.xq-tit p span{
    margin: 0 10px;
}
.news-xq p{
    font-size: 14px;
    line-height: 30px;
    color: #b5b5b5;
    text-indent: 2em;
    margin-top: 8px;
}
.news-xq img{
    width: 75% !important;
    height: auto;
    margin: 20px auto !important;
}
.news-xq ul{
    margin-top: 20px;
    border-top: 1px solid #ccc;
    padding-top: 20px;
}
.news-xq ul li a{
    font-size: 14px;
    color: #696969;
    line-height: 30px;
}
.news-xq ul li:first-child{
    margin-bottom: 10px;
    padding-left: 30px;
    background: url(../img/news/fh.png) no-repeat left center;
}
.news-fh ul li:first-child{
    padding-left: 0;
}
.news-fh ul li a:hover{
    color:#b3150d;
    text-decoration: underline;
}
.news-xq-box p{
    font-size:15px;
    color:#333;
    line-height: 32px;
}
.news-fh ul li:first-child{
    padding-left: 0;
}
.news-fh ul li a:hover{
    color:#ef8450;
    text-decoration: underline;
}

/*分页*/
.page-box {
    margin-bottom: 30px;
    margin-top: 40px;
}
.page-box div{
    display: flex;
    display: -webkit-flex;
    justify-content: center;
}
.page-box a{
    display: block;
    padding: 6px 15px;
    font-size: 14px;
    color: #666;
    box-sizing: border-box;
    border: 1px solid #ddd;
    margin: 0 5px;
    border-radius: 3px;
}
.page-box a:hover{
    background: #0b5290;
    color:#fff;
}
.page-box strong{
    display: block;
    padding: 6px 15px;
    font-size: 14px;
    color: #666;
    background-color: #0b5290;
    color: #fff;
    margin: 0 5px;
    border-radius: 3px;
}

.cont-list{
    font-size: 15px;
    line-height: 32px;
    color:#333;
    margin-top: 15px;
	text-align: justify;
}


/* 产品详情 */

/*案例展示详情*/
.sjmk_xq{
    width:57%;
    height: 450px;
    margin-top:20px;
    margin-bottom: 35px;
}
.sjmk_xq .swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    }
.sjmk_xq .swiper-slide {
    background-size: cover;
    background-position: center;
    }
.sjmk_xq .gallery-top {
    height: 80%;
    width: 100%;
}
.sjmk_xq .gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}
.sjmk_xq .gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}
.sjmk_xq .gallery-thumbs .swiper-slide-active {
    opacity: 1;
}

.xq_c .pro_xq{
    width:40%;
    margin-top:20px;
}
.pro_xq h2{
    font-size: 24px;
    color:#000;
    margin-bottom: 15px;
}
.pro_xq h2 span{
    font-weight: bold;
}
.pro_xq .xq_link{
    color:#fff;
    background: #0070cc;
    font-size:16px;
    height:40px;
    line-height: 40px;
    text-align: center;
    width: 280px;
    border-radius: 2px;
    margin-top:30px;
    overflow: hidden;
}
.pro_xq .xq_link .iconfont{
    font-size: 25px;
    display: block;
    float: left;
    width: 18%;
    border-right: 1px solid #fff;
}

.cas_xq{
    width: 100%;
    height: auto;
    margin-top:15px;
    margin-bottom: 20px;
}
.cas_xq .cas_left{
    width: 100%;
    border:1px solid #e2e2e2;
    padding-bottom: 15px;
}

.cas_xq .tab_bar{
    width: 100%;
    border-bottom: #f88719 1px solid;
    overflow: hidden;
    margin-bottom: 15px;
}

.tab_bar h3 {
    padding: 12px 24px;
    background: #f88719;
    color: #fff;
    font-size: 17px;
    float: left;
    }
.xqnr {
    font-size: 15px;
    line-height: 30px;
    color: #3c3c3c;
    margin-bottom: 40px;
    }
.pro_xq .pro_des{
    color: #7e7e7e;
    /* padding: 15px;
    background: #ececec; */
    margin-top: 10px;
    overflow: hidden;
    font-size: 15px;
    line-height: 28px;
    height: auto;
    margin-bottom: 15px;
}
.xqnr img{
    max-width: 100%;
    margin:10px 0;
    display: inline;
}

.recommend-con h1{
    height: 45px;
    line-height: 45px;
    padding-left: 15px;
    background: #f5f5f5;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 10px;
    font-size: 16px;
    color:#6d6d6d;
}

.recommend-con .c-title::before{
    background:#ebf0fd;
}
.recommend-con .recommend-img{
    overflow: hidden;
    height: 195px;
}
.recommend-con .recommend-img img{
    width: 100%;
    height: 100%;
    transition: .6s;
}
.recommend-list .swiper-slide:hover .recommend-img img{
    transform: scale(1.07);
}
.recommend-con .recommend-title{
    width: 100%;
    line-height: 40px;
    background:#f5f5f5;
    text-align: center;
    font-size: 14px;
    color:#333;
}
.recommend-list .swiper-slide:hover .recommend-title{
    background:#0070cc;
    color:#fff;
}