@charset "UTF-8";
/* 顶部 */
.logos img{
    width: 100%;
}
nav{
    width: 100%;
    font-size: 0px;
    background-image: url(../images/nav-bg.png);
}
nav a{
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url(../images/nav-icon.jpg);
}
/* 底部 */
footer{
    padding-bottom: 30px;
    background-color: #0c65c1;
}
footer ul{
    padding: 0px;
}
footer li{
    list-style: none;
    line-height: 50px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-image: url(../images/footer-horizontal-bg.jpg);
}
footer .friend-chain{
    line-height: 50px;
    background-color: #dfdfdf;
}
footer .friend-chain h6{
    font-size: 18px;
    color: #0b66c1;
    line-height: 50px;
}
footer .friend-chain a{
    font-size: 14px;
    margin: 0px 3px;
    line-height: 50px;
}
/* 左侧 */
.main-left h3{
    font-size: 18px;
    border-bottom: solid 1px #c1c1c1;
}
.main-left h3 span{
    padding: 0px 10px;
    line-height: 35px;
    margin-bottom: -1px;
    border-bottom: solid 1px #0b66c1;
}
.main-left div{
    margin-bottom: 20px;
}
.main-left li{
    list-style: none;
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: 5px center;
    border-bottom: solid 1px #dddddd;
    background-image: url(../images/main-left-list.png);
} 
.main-left li a{
    font-size: 14px;
    color: #666666;
    line-height: 30px;
}
.main-left li:hover{
    background-color: #f5f6f6;
    background-image: url(../images/main-left-list-hover.png);
}
.main-left li:hover a{
    color: #1c50ca;
}
.main-left p{
    font-size: 14px;
    color: #666666;
    word-break: break-all;
}
/* 右侧 */
.main-right .main-right-hd{
    margin-bottom: 15px;
    border-bottom: solid 1px #c1c1c1;
}
.main-right h3{
    margin: 0px;
    font-size: 18px;
    padding: 0px 10px;
    line-height: 35px;
    margin-bottom: -1px;
    border-bottom: solid 1px #0b66c1;
}
.main-right .bread-crumbs{
    font-size: 14px;
    line-height: 35px;
    padding-right: 10px;
}
.main-right .bread-crumbs a{
    color: #000000;
}
.main-right .article-text{
    padding: 0px 10px;
}


.main-right .article-text p{
    font-size: 14px;
    text-indent: 2em;
    color: #666666;
    line-height: 25px;
    margin-bottom: 10px;
}
/* 车间设备 */
.workshop{
    padding: 30px 0px;
    background-position: center center;
    background-image: url(../images/workshop-bg.jpg);
}
.workshop ul{
    margin: 0px;
    padding: 0px;
    background-color: #ffffff;
}
.workshop li{
    list-style: none;
    margin-bottom: 10px;
}
.workshop li .workshop-text{
    padding: 10px;
}
.workshop li .workshop-text h5{
    font-size: 18px;
    color: #0172d2;
}
.workshop li .workshop-text p{
    font-size: 14px;
    color: #333333;
}
.workshop .workshop-hd{
    margin-bottom: 30px;
    padding-bottom: 30px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-image: url(../images/workshop-hd-bg.png);
}
.workshop .workshop-hd h3{
    color: #0272d3;
}
.workshop .workshop-hd h3 span{
    color: #ff890a;
}
.workshop .workshop-hd p{
    color: #acacac;
}
/* 产品中心 */
.product{
    padding: 30px 0px;
}
.product .product-hd{
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/product-hd-bg.png);
}
.product .product-hd h3{
    color: #0272d3;
}
.product .product-hd h3 span{
    color: #ff890a;
}
.product .product-hd p{
    color: #acacac;
}
.product-list-bd{
    height: 100%;
    margin-top: 30px;
    border-radius: 15px;
    border: solid 1px #dbdbdb;
}
.product-list-bd h3{
    font-size: 20px;
    line-height: 50px;
    padding: 0px 20px;
    margin-bottom: 0px;
    color: #444444;
    letter-spacing: 1px;
    border-top-right-radius: 10px;
    border-bottom: solid 2px #0272d3;
}
.product-list-bd h3 a{
    font-size: 14px;
    color: #666666;
}
.product-lists{
    padding: 10px;
}
.product-lists a{
    padding: 5px;
    border-radius: 5px;
    border: solid 1px #cccccc;
}
.product-lists a h6{
    margin: 0px;
    line-height: 30px;
    background-color: #edf6fc;
}
/* 核心优势 */
.advantage{
    padding: 30px 0px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-image: url(../images/advantage-bg.jpg);
}
.advantage-hd{
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/product-hd-bg.png);
}
.advantage-hd h3{
    color: #0272d3;
}
.advantage-hd h3 span{
    color: #ff890a;
}
.advantage-hd p{
    color: #acacac;
}
.advantage .v1{
    padding: 20px 0px;
}
.advantage .v1 p{
    margin: 0px;
    font-size: 14px;
    color: #333333;
    padding-left: 60px;
}
.advantage .v2{
    padding-left: 70px;
    margin-bottom: 15px;
    background-repeat: no-repeat;
    background-position: left center;
}
.advantage .ico1{
    background-image: url(../images/advantage-bd-ico1.png);
}
.advantage .ico2{
    background-image: url(../images/advantage-bd-ico2.png);
}
.advantage .ico3{
    background-image: url(../images/advantage-bd-ico3.png);
}
.advantage .ico4{
    background-image: url(../images/advantage-bd-ico4.png);
}
.advantage .v2 h5{
    margin: 0px;
    color: #146fca;
    line-height: 30px;
}
.advantage .v2 p{
    margin: 0px;
    padding: 0px;
    color: #cfcece;
    padding-bottom: 5px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-image: url(../images/advantage-bd-p-bg.png);
}
/* 案例展示 */
.case{
    padding: 30px 0px;
}
.case-hd{
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/product-hd-bg.png);
}
.case-hd h3{
    color: #0272d3;
}
.case-hd h3 span{
    color: #0272d3;
}
.case-hd p{
    color: #acacac;
}
.case .swiper-slide{
    padding: 5px;
    border: solid 1px #cccccc;
}
.case .swiper-slide h6{
    margin: 0px;
    line-height: 30px;
    background-color: #edf6fc;
}
/* 合作流程 */
.process{
    padding: 30px 0px;
    background-position: center center;
    background-image: url(../images/process-bg.jpg);
}
.process-hd{
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/product-hd-bg.png);
}
.process-hd h3 span{
    color: #ff890a;
}
.process ul{
    margin-bottom: 10px;
}
.process li{
    width: 100px;
    height: 100px;
    list-style: none;
}
.process .l1{
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/process-arrow.png);
}
.process .hotline{
    font-size: 22px;
}
.process .hotline i{
    font-size: 32px;
    color: #ff890a;
}
.process .process-text{
	margin-bottom: 30px;
}
.process .process-text p{
	width: 100px;
}
/* 公司简介 */
.the-company{
    padding: 30px 0px;
    background-color: #f5f5f5;
}
.the-company-hd{
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/product-hd-bg.png);
}
.the-company-hd h3{
    color: #0272d3;
}
.the-company-hd h3 span{
    color: #ff890a;
}
.the-company-hd p{
    color: #acacac;
}
.the-company .introduction{
    margin-bottom: 20px;
}
.introduction-text h3{
    font-size: 20px;
    color: #0272d3;
    line-height: 40px;
    padding-left: 10px;
    border-bottom: solid 2px #dedcdd;
}
.introduction-text h3 span{
    font-size: 16px;
    color: #333333;
    margin-left: 5px;
}
.introduction-text p{
    margin: 0px;
    font-size: 14px;
    color: #666666;
    text-indent: 2em;
    line-height: 28px;
    padding: 0px 10px;
}
.introduction-text div{
    border-bottom: solid 1px #0272d3;
}
.introduction-text div a{
    width: 80px;
    font-size: 14px;
    line-height: 30px;
    background-color: #0272d3;
}
.honor .honor-hd{
    padding: 15px;
    margin-bottom: 20px;
    background-color: #0b66c1;
}
.honor .honor-hd h3{
    margin: 0px;
    font-size: 20px;
}
.honor .honor-hd a{
    font-size: 14px;
    color: #0b66c1;
    padding: 2px 5px;
    right: 15px;bottom: 15px;
}
.honor .swiper-slide{
    padding: 5px;
    border: solid 1px #cccccc;
}
/* 新闻资讯 */
.news{
    padding: 30px 0px;
}
.news .news-bd{
    padding: 0px 20px;
    margin-bottom: 20px;
}
.news .news-bd h3{
    font-size: 20px;
    color: #0b66c1;
}
.news .news-bd a{
    font-size: 14px;
    color: #666666;
}
.news .news-bd .news-hd{
    padding: 0px 10px;
    line-height: 30px;
    margin-bottom: 10px;
    border-bottom: solid 1px #dfdfdf;
}
.news .news-bd img{
    height: 130px;
    margin-bottom: 10px;
}
.news .news-bd ul{
    margin: 0px;
    padding: 0px;
}
.news .news-bd ul li{
    font-size: 14px;
    list-style: none;
    line-height: 30px;
    padding-left: 25px;
    letter-spacing: 1px;
    background-repeat: no-repeat;
    background-position: 5px center;
    border-bottom: dashed 1px #cccccc;
    background-image: url(../images/product-bd-list-bd.png);
}
.news .my-map{
    width: 100%;
    height: 130px;
    margin-bottom: 10px;
}
.news .my-map .icon{
    background: url(http://lbs.amap.com/console/public/show/marker.png) no-repeat;
}
.news .my-map .icon-pot{
    width: 31px;
    height: 23px;
}
.news .my-map .icon-pot-red{
    background-position: -234px -5px;
}
.news .amap-container{
    height: 100%;
}
.news .contact{
    height: 122px;
    padding: 10px;
    box-sizing: border-box;
    border: dashed 1px #cccccc;
}
.news .contact p{
    margin: 0px;
    font-size: 14px;
    margin-bottom: 2px;
    font-family: "SourceHanSans","华文细黑";
}
/* 内容页 */
.article{
    margin-bottom: 20px;
}
/* 图片列表页 */
.article-image li{
    list-style: none;
    padding: 0px 10px;
    margin-bottom: 20px;
}
.article-image li a{
    padding: 5px;
    border: solid 1px #cccccc;
}
.article-image li a h6{
    line-height: 30px;
    background-color: #edf6fc;
}
/* 文字列表页 */
.article-text li{
    list-style: none;
    margin-bottom: 20px;
    border: dashed 1px #0062cc;
}
.article-text li h5{
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    padding: 0px 10px;
    border-bottom: dashed 1px #cccccc;
}
.article-text li h5 span{
    font-size: 12px;
}
.main-right .article-text li p{
    text-indent: 0em;
    padding: 0px 10px;
}
/* 文字文章页 */
.article-text .p1{
    text-indent: 0em;
    line-height: 30px;
    border-top: dashed 1px #cccccc;
    border-bottom: dashed 1px #cccccc;
}
.article-text .p1 span{
    margin: 0px 10px;
}
.main-right .swiper-slide{
    padding: 5px;
    border: solid 1px #cccccc;
}
.main-right .swiper-slide h6{
    font-size: 14px;
    line-height: 30px;
    background-color: #edf6fc;
}
/* 图片文章页 */
.informations{
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #cccccc;
}
.informations .information{
    padding-top: 19px;
}
.informations .information p{
    font-size: 18px;
    text-indent: 0em;
    line-height: 40px;
    padding-left: 10px;
    border-bottom: dashed 1px #cccccc;
}
.news-bd a{
    color: #666666;
    padding: 0px 10px;
}
/* 分页 */
.custom-paging{
	font-size:0px;
}
.custom-paging a{
	padding: 3px 8px;
font-size: 14px;
color: #0c65c1;
border: solid 1px #0c65c1;
}
.custom-paging .active{
	color:#ffffff;
background-color: #0c65c1;
} 
/* 媒体查询 */
@media (max-width: 576px){
    .article-text img{
        display: block;
        width: 99%;
    }
}
@media (min-width: 768px){
    /* 顶部 */
    .header-top{
        background-color: #ededed;
    }
    .header-top p{
        margin: 0px;
        font-size: 12px;
        color: #666666;
        padding: 0px 10px;
        line-height: 30px;
    }
    .logos .logo{
        padding: 0px 10px;
    }
    .logos .logo-phone{
        padding: 0px 10px;
    }
    .logos .logo img{
        width: 80%;
    }
    .logos .logo-phone img{
        width: 44%;
    }
    /* 底部 */
    .footer-QR-code{
        background-repeat: no-repeat;
        background-position: right center;
        background-image: url(../images/footer-vertical-bg.jpg);
    }
    footer img{
        width: 150px;
        height: 150px;
    }
    /* 车间设备 */
    .workshop li{
        list-style: none;
        margin-bottom: 0px;
    }
    /* 产品中心 */
    .product-bd ul{
        margin: 0px;
        padding: 0px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border-left: solid 2px #027ed7;
        border-right: solid 2px #027ed7;
        border-bottom: solid 2px #027ed7;
    }
    .product-bd ul li{
        font-size: 14px;
        list-style: none;
        line-height: 30px;
        padding-left: 30px;
        background-repeat: no-repeat;
        background-position: 10px center;
        border-bottom: dashed 1px #eeeeee;
        background-image: url(../images/product-bd-list-bd.png);
    }
    .product-bd ul li a{
        color: #333333;
    }
    .product-bd ul .l1{
        border: none;
        padding-top: 18px;
        padding-left: 0px;
        padding-bottom: 13px;
        background-repeat: no-repeat;
        background-position: center top;
        border-bottom: solid 1px #ffffff;
        background-image: url(../images/product-bd-list-hd.jpg);
    }
    .product-bd ul .l1 h5{
        margin: 0px;
        line-height: 1.5;
    }
    .product-bd ul .l1 p{
        margin: 0px;
        line-height: 1;
    }
    .product-bd ul .l2{
        font-size: 18px;
        line-height: 40px;
        padding-left: 10px;
        border-bottom: none;
        background-image: none;
        background-color: #027ed7;
    }
    .product-list{
        padding-left: 30px;
    }
    .product-list-bd{
        margin-top: 0px;
    }
    /* 核心优势 */
    .advantage-bd1{
        margin-bottom: 30px;
    }
    .advantage-bd1 img{
        padding-left: 30px;
    }
    .advantage-bd2 img{
        padding-right: 30px;
    }
    /* 公司简介 */
    .introduction-text{
        padding-left: 20px;
    }
    .honor .swiper-container{
        padding-left: 20px;
    }
    .honor .honor-hd{
        margin-bottom: 0px;
    }
    /* 新闻资讯 */
    .news .news-bd{
        margin-bottom: 0px;
    }
    /* 内容页 */
    .main-right{
        padding-left: 20px;
    }
    /* 图片文章页 */
    .informations .information{
        padding-left: 20px;
    }


}
@media (min-width: 992px){}
@media (min-width: 1200px){
    /* 公用 */
    .width{
        width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }
    /* 顶部 */
    .header-top p{
        margin: 0px;
        font-size: 12px;
        color: #666666;
        padding: 0px 0px;
        line-height: 30px;
    }
    .header-top a{
        margin: 0 15px;
        font-size: 12px;
        color: #666666;
        padding: 0px 0px;
        line-height: 30px;
        float: right;
        width: 3rem;
			
    }
    .logos .logo{
        padding: 0px;
    }
    .logos .logo-phone{
        padding: 0px;
    }
    .logos .logo img{
        width: auto;
    }
    .logos .logo-phone img{
        width: auto;
    }
}