@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;
}
*{
    font-family: "myFont4";
}
li{
    list-style: none;
}

/*banner*/
.index-banner,
.ny-banner{
    margin-top: 85px;
}
.index-banner img,
.ny-banner img{
    width: 100%;
}
.index-banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 15px;
}
.index-banner .swiper-pagination-bullet{
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 0;
    opacity: 0.95;
    border-radius: 50px;
}
.index-banner  .swiper-pagination-bullet-active{
	width: 15px;
    height: 15px;
	border:2px solid #fff;
    background-color: #ffffff00;
    opacity: 1;
   
}

/* 数字滚动 */
.cont-1{
    border-bottom:1px solid #e3e3e3;
}
.digital li{
    width: 25%;
    position: relative;
    text-align: center;
}
.digital li p{
    font-size:19px;
    color:#374567;
}
.digital li p strong{
    font-size: 42px;
    color:#333;
}
.digital li em{
    font-size: 16px;
    color:#333;
}
.digital li::after{
    display: block;
    content: "";
    width: 1px;
    height: 35px;
    background:#cccccc;
    position: absolute;
    top: 28px;
    right:0;
}
.digital li:last-child:after{
    display: none;
}
.digital li p small{
    vertical-align: top;
}

/* 标题 */
.title{
    font-size: 30px;
    color:#333333;
    text-align: center;
}
.title p{
    font-size: 16px;
    font-weight: lighter;
    margin:7px 0 20px 0;
}
.title i{
    display: block;
    width: 80px;
    height: 1px;
    margin:0 auto;
    background:#f08200;
}

/* 工程案例 */
.index-case-list .swiper-slide{
    border:1px solid #eaeaea;
    padding:7px;
}
.index-case-list .swiper-slide .engin-img{
    overflow: hidden;
    width: 100%;
    height: 188px;
}
.index-case-list .swiper-slide img{
    width: 100%;
    height: auto;
    transition: .4s;
}
.index-case-list .swiper-slide:hover img{
    transform: scale(1.04);
}
.index-case-list .swiper-slide p{
    text-align: center;
    line-height: 34px;
    font-size: 16px;
    color:#585858;
    margin-top: 5px;
}


/* 关于我们 */
.cont-3{
    background:#f5f5f5;
}
.about-box .about-l{
    width: 520px;
    height: 370px;
}
.about-box .about-l img{
    width: 100%;
    height: 100%;
}
.about-box .about-r{
    width: 51%;
}
.about-box .about-r h2,
.c-3 .select-list .text h3{
    font-size: 30px;
    color:#333;
    font-weight: bold;
}
.about-box .about-r i,
.c-3 .select-list .f08200 i{
    width: 32px;
    height: 2px;
    background:#f08200;
    display: block;
    margin:25px 0 30px 0;
}
.about-box .about-r .about-text,
.c-3 .select-list .text .des{
    font-size: 16px;
    color:#333;
    line-height: 35px;
    text-indent: 2em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.about-box .about-r .link{
    width: 130px;
    line-height: 40px;
    border: 1px solid #f08200;
    text-align: center;
    font-size: 16px;
    color: #f08200;
    display: block;
    margin-top: 45px;
    transition: .4s;
}
.about-box .about-r .link:hover{
    background: #f08200;
    color:#fff;
}

/* 产品展示 */
.cont-4 .index-pro-box{
    border-top: 1px solid #eee;
}
.cont-4 .index-pro-type{
    width: 290px;
    overflow: hidden;
    height: 870px;
    border-bottom: 1px solid #eee;
}
.cont-4 .index-pro-type .index-p-title{
    font-size: 30px;
    color:#333333;
    background:#e9e9e9;
    width: 38%;
    writing-mode:vertical-lr;
    padding: 20px 0 0 20px;
    line-height: 37px;
    height: 100%;
}
.cont-4 .index-pro-type .index-p-title p{
    font-size: 28px;
    color:#d7d7d7;
    text-transform: uppercase;
}
.cont-4 .index-pro-type .index-p-type-list{
    width: 62%;
    height: 100%;
    margin-top: 3px;
}
.cont-4 .index-pro-type .index-p-type-list li{
    line-height:25px;
    border-bottom: 1px solid #eee;
    text-align: center;
    position: relative;
    padding:10px 6px;
}
.cont-4 .index-pro-type .index-p-type-list li:hover{
    border-bottom: 1px solid #f08200;
}
.cont-4 .index-pro-type .index-p-type-list li:hover::after{
    display: block;
}
.cont-4 .index-pro-type .index-p-type-list li::after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-bottom: 11px solid #f08200;
    border-right: 15px solid transparent;
    position: absolute;
    bottom: 1px;
    right: 0;
    display: none;
}
.cont-4 .index-pro-type .index-p-type-list li a{
    display: block;
    color:#333;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cont-4 .index-pro-type .index-p-type-list li:hover a{
    color:#f08200;
}
.cont-4 .index-pro-list{
    width: 73%;
    background:#fff;
    overflow: hidden;
}
.cont-4 .index-pro-list dl{
    width: 31.8%;
    margin: 20px 20px 0 0;
    float: left;
}
.cont-4 .index-pro-list dl:nth-child(3n){
    margin-right: 0;
}
.cont-4 .index-pro-list dl dt{
    overflow: hidden;
    width: 100%;
    height: 230px;
}
.cont-4 .index-pro-list dl dt img{
    width: 100%;
    height: 100%;
    transition: .4s;
}
.cont-4 .index-pro-list dl:hover dt img{
    transform: scale(1.04);
}
.cont-4 .index-pro-list dl dd{
    background: #efefef;
    line-height: 40px;
    text-align: center;
    color:#333;
    font-size: 15px;
}
.cont-4 .index-pro-list dl:hover dd{
    background:#f08200;
    color:#fff;
}

/* 新闻中心 */
.cont-5{
    padding-bottom: 60px;
}
.cont-5 dl{
    width: 48.7%;
    float: left;
    margin:30px 30px 0 0;
    background:#fbfbfb;
    overflow: hidden;
    padding:30px;
    cursor: pointer;
}
.cont-5 dl:nth-child(2n){
    margin-right: 0;
}
.cont-5 dl dt{
    width: 25%;
    float: left;
}
.cont-5 dl dd{
    width: 74%;
    float: right;
}
.cont-5 dl dt h5{
    font-size: 36px;
    color:#333333;
}
.cont-5 dl dt h5 span{
    font-size: 20px;
    color:#999999;
    text-transform: uppercase;
    margin-left: 5px;
}
.cont-5 dl dt h6{
    font-size: 18px;
    color:#333333;
    margin-top: 10px;
}
.cont-5 dl dd h4{
    font-size: 18px;
    color:#333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cont-5 dl dd p{
    font-size:14px;
    color:#7f7f7f;
    line-height:25px;
    margin-top: 8px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.cont-5 dl dd i{
    display: block;
    width: 110px;
    line-height: 35px;
    border-radius: 5px;
    border:1px solid #f08100;
    color:#f08100;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 20px;
}
.cont-5 dl:hover dd i{
    background:#f08100;
    color:#fff;
}

/* 当前位置 */
.location{
    background:#f3f3f3;
    line-height: 45px;
    color:#333;
    font-size: 15px;
}
.location .site{
    position: relative;
    padding-left: 12px;
}
.location a{
    color:#333;
}
.location .site ::after{
    display: block;
    content: '';
    width: 4px;
    height: 16px;
    background: #4582e2;
    position: absolute;
    left: 0;
    top: 15px;
}
.m2{
    padding:20px 0 60px 0;
}
/* 左侧导航 */
.main-box .main-type-box{
    width: 17%;
}
.main-box .main-list-box{
    width: 78%;
}
.main-box .main-list-box .m-title,
.pro-type .m-title{
    font-size: 22px;
    font-weight: normal;
    color: #545454;
    line-height: 45px;
    border-bottom: 3px solid #ebebeb;
}
.pro-type .m-title{
    border-bottom: 3px solid #666;
}
.main-box .main-list-box .m-title::after,
.pro-type .m-title::after{
    display: block;
    content: '';
    width: 89px;
    height: 3px;
    background: #fab933;
    position: absolute;
    left: 0;
    bottom: -3px;
}
.main-type-box .pro-type ul li,
.main-type-box .pro-type dl dt{
    border-bottom: 1px solid #e1e1e1;
    line-height: 40px;
}
.main-type-box .pro-type ul li a,
.main-type-box .pro-type dl dt a{
    color:#333;
    font-size: 15px;
}
.main-type-box .pro-type ul li .iconfont,
.main-type-box .pro-type dl dt .iconfont{
    margin-right: 5px;
    color:#666;
    font-size: 14px;
}
.main-type-box .pro-type ul li a,
.main-type-box .pro-type dl dt a{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.main-type-box .pro-type ul li:hover a,
.main-type-box .pro-type ul li:hover a .iconfont,
.main-type-box .pro-type ul li.cur a,
.main-type-box .pro-type ul li.cur .iconfont,
.main-type-box .pro-type dl dt:hover a,
.main-type-box .pro-type dl dt:hover a .iconfont{
    color:#fab933;
}

/* 产品列表 */
.main-list-box .pro-list{
    padding:
}
.main-list-box .pro-list dl{
    margin:25px 25px 0 0;
    width: 31.5%;
    float: left;
}
.main-list-box .pro-list dl dt{
    width: 100%;
    height: 240px;
    overflow: hidden;
}
.main-list-box .pro-list dl dt img{
    width: 100%;
    height: 100%;
    transition: .3s;
}
.main-list-box .pro-list dl:nth-child(3n){
    margin-right: 0;
}
.main-list-box .pro-list dl dd{
    background: #efefef;
    line-height: 40px;
    text-align: center;
    color: #333;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.main-list-box .pro-list dl:hover dt img{
    transform: scale(1.04);
}
.main-list-box .pro-list dl:hover dd{
    background: #fab933;
    color:#fff;
}

/* 新闻列表 */
.news-list dl{
    border:1px solid #eee;
    margin-top: 25px;
    padding:25px 30px;
    transition: .4s;
}
.news-list dl dt{
    font-size: 18px;
    color:#333;
    font-weight: bold;
    transition: .4s;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}
.news-list dl dd{
    font-size: 15px;
    color:#757575;
    line-height: 31px;
    margin:10px 0 10px 0;
}
.news-list dl p span{
    color:#a7a7a7;
}
.news-list dl p span .iconfont{
    font-size: 16px;
    margin:2px 5px 0 0;
    display: inline-block;
}
.news-list dl p span:first-child{
    margin-right: 10px;
    padding-right: 13px;
}
.news-list dl p span:first-child::after{
    content: '';
    display: inline-block;
    width: 1px;
    height: 13px;
    background: #dcdcdc;
    position: absolute;
    top: 3px;
    right: 0;
}
.news-list dl p span:last-child .iconfont{
    font-size: 18px;
}
.news-list dl:hover{
    box-shadow: 0px 2px 9px #ddd;
}
.news-list dl:hover dt{
    color:#fab933;
}

/* 在线留言 */
.message-list{
    width: 75%;
    margin-top: 40px;
}
.message-list li{
    overflow: hidden;
    margin-bottom: 20px;
}
.message-list li dl{
    width: 48%;
    margin-right: 4%;
    float: left;
    line-height: 35px;
}
.message-list li dl label{
    font-size: 14px;
    color:#333;
}
.message-list li dl input{
    width: 82%;
    padding:0 10px;
    border:1px solid #e4e4e4;
    line-height: 35px;
}
.message-list li dl:last-child{
    margin-right: 0;
}
.message-list li dl input::placeholder,
.message-list li:nth-child(3) textarea::placeholder{
    color:#ccc;
}
.message-list li:nth-child(3) textarea{
    width: 91.3%;
    height: 100px;
    border:1px solid #e4e4e4;
    padding:10px;
}
.message-list li:nth-child(3) label{
    vertical-align: top;
}
.message-list .btn{
    margin-top: 10px;
    width: 120px;
    line-height: 35px;
    background: #ff9210;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    margin-left: 7%;
    cursor: pointer;
    transition: .4s;
}
.message-list .btn:hover{
    background: #fab933;
}
.about-list{
    padding:30px 0;
    font-size: 15px;
    line-height: 30px;
    color:#333;
}

.album-img{
    width: 100%;
    height: 165px;
    overflow: hidden;
}
.album-img img{
    width: 100%;
    height: auto;
}
.swiper-slide h5{
    width: 100%;
    line-height: 40px;
    background: #f5f5f5;
    color:#222222;
    text-align: center;
}
.album-list .swiper-pagination{
    position: absolute;
    bottom: -50px;
    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%;
}
.album-list .swiper-pagination-bullet-active{
    opacity: 1;
    background: #ef8450;
    opacity: 1;
}
.album-list .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 0 !important;
    margin:0 4px;
}
/* .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 4px;
} */
.album-list{
    position: relative;
    margin-bottom: 40px;
}
.album-list h6{
    font-size: 18px;
    color:#333;
    font-weight: bold;
    margin-bottom: 20px;
}

/*详情页*/
.xq-tit{
    margin-top: 55px;
    border-bottom: 1px dashed #eaeaea;
    margin-bottom: 20px;
    padding-bottom: 11px;
}
.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 !important;
    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: #f08200;
    color:#fff;
}
.page-box strong{
    display: block;
    padding: 6px 15px;
    font-size: 14px;
    color: #666;
    background-color: #f08200;
    color: #fff;
    margin: 0 5px;
    border-radius: 3px;
}