@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: 45px;
    height: 5px;
    border-radius: 2px;
    opacity: 0.8;
    background:#fff;
}
.index-banner  .swiper-pagination-bullet-active{
    background: #f9903f;
    opacity: 1;
    border:0;
}

/* 搜索 */
.search{
    background:#0075bb;
    height: 50px;
    line-height: 50px;
}
.search .ser-key{
    font-size:15px;
    color:#fff;
}
.search .ser-key a{
    color:#fff;
    margin-right: 5px;
}
.search .ser-key a:hover{
    color:#ef8450;
}
.search .ser-input{
    width: 250px;
    overflow: hidden;
    margin-top: 13px;
}
.search .ser-input .inp01{
    width: 213px;
    float: left;
    background:#fff;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border-right: 1px solid #cfcfcf;
    padding-left: 10px;
    height: 25px;
    line-height: 25px;
}
.search .ser-input .inp02{
    display: block;
    width: 37px;
    height: 25px;
    float: right;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    background:url(../images/ty_07.png) no-repeat center center #fff;
}

/* 产品展示 */
.c-1{
    background:url(../images/background.jpg) no-repeat 100% 100%;
    background-size:cover;
}
.title p{
    font-size:16px;
    color:#d2d2d2;
    text-align: center;
    margin-top: 15px;
}
.title .t-des{
    font-size:35px;
    color:#fff;
    font-weight: bold;
    text-align: center;
    line-height: 26px;
    display: flex;
    justify-content:center;
}
.title .t-des i{
    margin-right: 10px;
    width: 75px;
    height: 1px;
    background:#e1e1e1;
    margin-top: 15px;
    margin-right: 13px;
}
.title .t-des i:last-child{
    margin-left: 13px;
    margin-right: 0;
}
.p-type-list{
    display: flex;
    justify-content:center;
}
.p-type-list a{
    width: 150px;
    line-height: 40px;
    border-radius: 5px;
    background:#0075bb;
    font-size:16px;
    color:#fff;
    text-align: center;
    margin-right: 15px;
    transition: .4s;
}
.p-type-list a:last-child{
    margin-right: 0;
    text-decoration: underline;
}
.p-type-list a:hover{
    background:#ef8450;
    margin-top: -6px;
    transition: .4s;
}
.p-show-list dl{
    width: 23.5%;
    float: left;
    margin-right: 2%;
    position: relative;
    margin-top: 2%;
}
.p-show-list dl:nth-child(4n){
    margin-right: 0;
}
.p-show-list dl dt{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.p-show-list dl dt img{
    width: 100%;
    height: auto;
    transition: .4s;
}
.p-show-list dl:hover dt img{
    transform: scale(1.06);
}
.p-show-list dl dd{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    background: rgba(0,0,0,0.6);
    box-sizing: border-box;
    height: 40px;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
    line-height: 40px;
    text-align: center;
    font-size:16px;
    color:#fff;
}
.p-show-list dl:hover dd{
    height: 100%;
    line-height: 100px;
    font-size: 20px;
}

/* 走进通韵 */
.c-2{
    background:#f5f5f5;
}
.c-2 .title .t-des,
.c-5 .title .t-des{
    color:#222222;
}
.c-2 .title p,
.c-5 .title p{
    color:#464646;
}
.ab-list .ab-img{
    width: 40%;
    height: auto;
}
.ab-list .ab-img img{
    width: 100%;
    height: auto;
}
.ab-list .ab-text{
    width: 57%;
}
.ab-list .ab-text h5{
    font-size:24px;
    color:#2d2d2d;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 7px;
}
.ab-list .ab-text .ab-info{
    font-size:16px;
    color:#2d2d2d;
    line-height: 30px;
    margin:20px 0 35px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
.ab-list .ab-text .ty-list a{
    width: 150px;
    line-height: 40px;
    background:#fff;
    display: block;
    float: left;
    font-size:18px;
    color:#2d2d2d;
    font-weight: bold;
    text-align: center;
    transition: .4s;
}
.ab-list .ab-text .ty-list a:nth-child(2){
    background:#8abb48;
    color:#fff;
}
.ab-list .ab-text .ty-list a:hover{
    background:#ef8450;
    color:#fff;
}
.ab-list .ab-text .ty-list a:first-child:hover{
    background:#0075bb;
    color:#fff;
}
.ab-list .ab-text .a-link{
    font-size:16px;
    color:#787878;
}
.ab-list .ab-text .a-link:hover a{
    color:#ef8450;
}

/* 我们的优势 */
.c-3{
    background:url(../images/advan-bg.png) 100% 100% no-repeat;
    background-size:cover;
}
.c-3 .title .t-des{
    font-weight: normal;
}
.c-3 .title .t-des span{
    font-weight: bold;
}
.c-3 .title p{
    color:#f1f1f1;
}
.c-3 .title .t-line{
    position: relative;
}
.c-3 .title .t-line i{
    background:#a4cbff;
    display: block;
    margin-top: 11px;
}
.c-3 .title .t-line i:last-child{
    width: 35px;
    height: 1px;
    position: absolute;
    right:13px;
    margin-top: 5px;
}
.c-3 .title .t-line:last-child i{
    margin-right: 0;
    margin-left: 13px;
}
.c-3 .title .t-line:last-child i:last-child{
    position: absolute;
    left:0;
    margin-top: 5px;
}
.advan-list dl{
    width: 24.7%;
    margin-right: .4%;
    background:#fff;
    float: left;
    padding:10px 10px 50px 10px;
}
.advan-list dl:last-child{
    margin-right: 0;
    border-top-right-radius: 15px;
}
.advan-list dl:first-child{
    border-top-left-radius: 15px;
}
.advan-list dl dt{
    width: 100%;
    height: auto;
}
.advan-list dl dt img{
    width: 100%;
    height: auto;
    display: block;
}
.advan-list dl:last-child dt img{
    border-top-right-radius: 15px;
}
.advan-list dl:first-child dt img{
    border-top-left-radius: 15px;
}
.advan-list dl dd{
    width: 95%;
    margin:0 auto;
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    height: 145px;
}
.advan-list dl dd h5{
    font-size:20px;
    font-weight: bold;
    color:#1b6fb7;
    margin-bottom: 15px;
}
.advan-list dl dd p{
    font-size: 15px;
    color:#676767;
    line-height: 25px;
}

/* 工程案例 */
.c-4{
    background:#f5f5f5;
    padding:70px 0 120px 0;
}
.c-4 .title p{
    color:#464646;
}
.c-4 .t-des{
    font-weight: normal;
    color:#222222;
}
.c-4 .t-des span{
    font-weight: bold;
}
.case-t-list .swiper-slide{
    padding:5px;
    background:#fff;
}
.case-t-list .swiper-slide .case-t-img{
    width: 100%;
    max-height: 290px;
    overflow: hidden;
}
.case-t-list .swiper-slide .case-t-img img{
    width: 100%;
    height: auto;
    display: block;
    transition: .4s;
}
.case-t-list .swiper-slide:hover .case-t-img img{
    transform: scale(1.06);
}
.case-t-list .swiper-slide .case-t-text{
    width: 95%;
    margin:0 auto;
    padding:25px 0 30px 0;
}
.case-t-list .swiper-slide .case-t-title{
    width: 80%;
    border-right: 1px solid #dddddd;
    padding-right:20px;
}
.case-t-list .swiper-slide .case-t-title h5{
    font-size: 18px;
    color:#222222;
    font-weight: bold;
    margin-bottom: 7px;
}
.case-t-list .swiper-slide .case-t-title p{
    font-size:15px;
    color:#474747;
    line-height:23px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.case-t-list .swiper-slide .more{
    width: 20%;
    padding-left: 20px;
    margin-top: 10px;
}
.case-t-list .swiper-slide .more p{
    font-size:13px;
    color:#9c9c9c;
    text-transform: uppercase;
}
.case-t-list .swiper-slide .more i{
    display: block;
    width: 26px;
    height: 26px;
    background: #f4f4f4;
    border-radius: 50%;
    position: relative;
    margin-top: 10px;
}
.case-t-list .swiper-slide .more i span{
    display: block;
    width: 7px;
    height: 13px;
    background:url(../images/ty_27.png) no-repeat top center;
    position: absolute;
    top: 6px;
    left: 10px;
    transition: .4s;
}
.case-t-list .swiper-slide:hover{
    background:#eff7ff;
    
}
.case-t-list .swiper-slide:hover .case-t-title h5,
.case-t-list .swiper-slide:hover .case-t-title p,
.case-t-list .swiper-slide:hover .more p{
    /* color:#fff; */
}
.case-t-list .swiper-slide:hover .more i{
    background:#1467b5;
}
.case-t-list .swiper-slide:hover .more i span{
    background:url(../images/ty_27.png) no-repeat top center;
    background-position: center bottom;
}
.case-t-list{
    position: relative;
}
.case-t-list .swiper-pagination{
    position: absolute;
    bottom: -60px;
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 10;
    width: 100%;
}
.case-t-list .swiper-pagination-bullet-active{
    opacity: 1;
    background: #0075bb;
    opacity: 1;
}
.case-t-list .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    margin:0 4px
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 4px;
}

/* 合作客户 */
/* .coop{
    margin-top: 100px;
}
.coop .cop-l{
    width: 12%;
    background:#1467b5;
    padding:40px 40px 60px 40px;
}
.coop .cop-l h5{
    font-size:25px;
    color:#fff;
    margin-bottom: 10px;
}
.coop .cop-l p{
    font-size:18px;
    color:#5a92c7;
    border-top:1px solid #5a92c7;
    line-height: 23px;
    padding-top: 10px;
}
.coop .cop-r{
    overflow: hidden;
    width: 87.9%;
}
.coop .cop-r li{
    float: left;
    border-right: 2px solid #f5f5f5;
    width: 19%;
    height: 125px;
    border-bottom: 2px solid #f5f5f5;
}
.coop .cop-r li img{
    width: 100%;
    height: 100%;
}
.coop .cop-r li:nth-child(5n){
    margin-right: 0;
} */

/* 新闻动态 */
.c-5 .inew-top{
    position: relative;
}
.c-5 .inew-top .in-t-l{
    width: 30%;
    padding:40px 0;
    background: #1467b5;
    position: absolute;
    z-index: 2;
    top: 32px;
}
.c-5 .inew-top .in-t-l img{
    width: 55%;
    margin:0 auto;
    display: block;
}
.c-5 .inew-top .in-t-l p{
    font-size: 28px;
    color:#fff;
    margin-top: 12px;
    text-align: center;
}
.c-5 .inew-top .in-t-r{
    width: 83%;
    background: #f5f5f5;
    padding:60px 60px 60px 290px;
}
.c-5 .inew-top .in-t-r h5{
    font-size: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.c-5 .inew-top .in-t-r h5 a{
    color:#333333;
}
.c-5 .inew-bot{
    margin-top: 3%;
}
.c-5 .inew-top .in-t-r h5 a:hover,.c-5 .inew-bot dl:hover dt{
    color:#1467b5;
    text-decoration: underline;
}
.c-5 .inew-top .in-t-r p{
    font-size: 16px;
    color:#5c5c5c;
    line-height: 30px;
    margin-top: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.c-5 .inew-bot dl{
    width: 47%;
    float: left;
    margin-right: 6%;
    overflow: hidden;
    border-bottom: 1px solid #efefef;
    padding-bottom: 11px;
    margin-top: 15px;
}
.c-5 .inew-bot dl:nth-child(2n){
    margin-right: 0;
}
.c-5 .inew-bot dl dt{
    background: url(../images/lw_43.png) left center no-repeat;
    font-size: 18px;
    color:#333333;
    width: 70%;
    float: left;
    padding-left: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.c-5 .inew-bot dl dd{
    font-size: 18px;
    color:#333333;
    width: 22%;
    text-align: right;
    float: right;
}

.ny-banner img{
    width: 100%;
    display: block;
}

/*产品展示*/
.ny-content{
    padding:30px 0 60px 0;
}
.ny-content .type-list{
    width: 25%;
}
.ny-content .type-list .type-top h2,.ny-content .type-list .type-top h3{
    background: #1467b5;
    line-height: 45px;
    font-size: 18px;
    color:#fff;
    font-weight: bold;
    padding-left: 15px;
}
.type-top ul{
    background: #f3f9ff;
    padding:17px 0;
}
.ny-content .type-list .type-top ul li{
    width: 95%;
    margin:0 auto;
    background:#fff;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 12px;
    border: 1px solid #fff;
    line-height: 35px;
    padding-left: 7px;
}
.ny-content .type-list .type-top ul li a{
    color:#222222;
    display: block;
}
.ny-content .type-list .type-top ul li:last-child{
    margin-bottom: 0;
}
.ny-content .type-list .type-top ul li:hover{
    border:1px dashed #0c7de7;
}
.ny-content .type-list .type-top ul li:hover a{
    color:#0c7de7;
}
.ny-content .type-list .type-top .t-contact{
    width: 100%;
    padding:14px 10px;
    background: #f3f9ff;
    line-height: 32px;
    font-size: 14px;
    color:#222222;
}

.ny-content .type-r{
    width: 73%;
    border: 1px solid #1467b5;
    min-height: 500px;
}
.ny-content .type-r .content-title{
    line-height: 40px;
    overflow: hidden;
    background:#1467b5;
}
.ny-content .type-r .content-title h5{
    font-size: 16px;
    background-image: url(../images/li_08.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 10px;
    color: #fff;
    float: left;
    margin-left: 10px;
}
.ny-content .type-r .content-title span{
    display: block;
    float: right;
    font-size: 14px;
    color: #fff;
    margin-right: 15px;
}
.pro-list,.about-list-c,.news-list{
    padding:0 12px;
}
.ny-content .type-r .pro-list dl{
    width: 24%;
    float: left;
    border:1px solid #f2f2f2;
    margin-right: 1.3%;
    margin-top: 2%;
}
.ny-content .type-r .pro-list dl:nth-child(4n){
    margin-right: 0;
}
.ny-content .type-r .pro-list dl dt{
    width: 100%;
    height: 156px;
    overflow: hidden;
    position: relative;
}
.ny-content .type-r .pro-list dl dt img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s;
}
.ny-content .type-r .pro-list dl:hover dt img{
    transform: scale(1.1);
    transition: .4s;
}
.ny-content .type-r .pro-list dl dd{
    padding:20px 20px 10px;
}
.ny-content .type-r .pro-list dl dd h3{
    border-bottom:1px solid #e5e5e5;
    font-size: 16px;
    color:#333;
    padding-bottom: 6px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ny-content .type-r .pro-list dl dd h5{
    display: block;
    color: #777;
    height: 38px;
    line-height: 38px;
    position: relative;
}
.ny-content .type-r .pro-list dl dd h5 img{
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translate(0, -50%);
}
.pro-list dl .showBox{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0,0,0,.5);
    transition: all 0.5s ease;
    padding-top: 65px;
}
.pro-list dl .showBox i{
    display: block;
    width: 60%;
    height: 1px;
    margin:0 auto;
    background: #fff;
    transition: all .5s ease;
}
.pro-list dl .showBox h5{
    font-size: 16px;
    color:#fff;
    text-align: center;
    width: 60%;
    margin:0 auto;
    margin-top: 5px;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.pro-list dl:hover .showBox{
    opacity: 1;
}
.pro-list dl:hover .showBox i{
    width: 10%;
}


/*分页*/
.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 strong{
    display: block;
    padding: 6px 15px;
    font-size: 14px;
    color: #666;
    background-color: #1467b5;
    color: #fff;
    margin: 0 5px;
    border-radius: 3px;
}

/* 产品详情 */
.pro-content-1{
    padding:40px 30px;
}
.peo-c-content .xq-img{
    width: 40%;
    height: auto;
    border:1px solid #ddd;
    padding:5px;
}
.peo-c-content .xq-img img{
    width: 100%;
    height: auto;
}
.peo-c-content .xq-text{
    width: 55%;
}
.peo-c-content .xq-text h2{
    font-size:20px;
    color:#222222;
    font-weight: bold;
    border-bottom: 1px solid #ddd;;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.peo-c-content .xq-text span,.peo-c-content .xq-text p{
    font-size:15px;
    color:#656565;
    line-height: 32px;
    display: block;
}
.peo-c-content .xq-text a{
    display: block;
    width: 150px;
    line-height: 35px;
    background: #ef8450;
    text-align: center;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    margin-top: 15px;
}
.intro-text-2 .xq-con-title{
    background:#e1e1e1;
    line-height: 43px;
}
.intro-text-2 .xq-con-title h5{
    font-size: 18px;
    color: #fff;
    background: #0094e6;
    /* padding: 0 13px; */
    width: 12%;
    text-align: center;
}
.intro-text-2 .xq-cont-text,.about-list-c{
    font-size: 15px;
    line-height: 34px;
    color:#464646;
    margin-top: 25px;
    text-align: justify;
}
.about-list-c{
    padding-bottom: 30px;
}
.intro-text-2 .xq-cont-text img,.about-list-c img{
    max-width: 90%;
    margin: 0 auto;
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
}

/* 内页上一页下一页 */
.news-fh{
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #e2e2e2;
}
.news-fh ul li,.news-fh ul li a{
    color:#656565;
}
.news-fh ul li:last-child{
    border-top: 0;
    margin-top: 8px;
}
.news-fh ul li a:hover{
    color:#ef8450;
    text-decoration: underline;
    cursor: pointer;
}

/* 新闻详情 */
.introduce{
    background: #fff;
    margin:15px 0 10px 0;
}
.introduce .intro-con{
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}
.introduce .intro-con h2{
    font-size: 28px;
    color:#333;
    margin-bottom: 10px;
}
.introduce .intro-con span{
    font-size: 15px;
    padding:0 5px;

}
.introduce .intro-text{
    font-size: 16px;
    line-height: 34px;
    color:#5a5a5a;
    margin-top: 25px;
    text-align: justify;
}
.introduce .intro-text img{
    max-width: 85%;
    margin: 0 auto;
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
}
.introduce .intro-text table{
    width: 100% !important;
}
.introduce .intro-text table tr{
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.introduce .intro-text table tr td{
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding:4px 10px;
}

/* 新闻资讯 */
.news-list dl{
    border: 1px solid #e1e1e1;
    padding: 30px;
    background: #fff;
    margin-bottom: 35px;
    -webkit-transition: all .5s;
    transition: all .5s;
    margin-top: 20px;
}
.news-list dl dt{
    border-bottom: 1px solid #cbcbcb;
    margin-bottom: 15px;
    line-height: 35px;
    overflow: hidden;
}
.news-list dl dt h5{
    width: 75%;
    float: left;
    font-size:18px;
    color:#222222;
}
.news-list dl dt span{
    width: 20%;
    float: right;
    text-align: right;
    font-size:15px;
    color:#666666;
}
.news-list dl dd{

}
.news-list dl dd p{
    color:#868686;
    line-height: 35px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 15px;
}
.news-list dl dd i{
    display: block;
    width: 130px;
    line-height: 33px;
    text-align: center;
    color: #000;
    font-size: 14px;
    color: #666666;
    border: 1px solid #e1e1e1;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.news-list dl:hover{
    box-shadow: 1px 1px 6px #eee;
}
.news-list dl:hover dd i{
    background:#0075bb;
    color:#fff;
}
.news-list{
    width: 98%;
    margin: 0 auto;
    margin-top: 30px;
}