﻿body {
    background-color: #f5f5f5;
}

/*首页单页样式*/
.singleIndex {
    padding: 30px 0px;
    box-sizing: border-box;
}

.singleIndex .leftContent{
    width: 320px;
    float: left;
}

.singleIndex .conmanyName
{
    font-weight: bold;
    font-size: 16px;
}

.singleIndex .contactInfo {
    padding: 20px;
}

.singleIndex .contactInfo li{
    margin-bottom: 15px;
}

.singleIndex .contactInfo li > img
{
    max-width: 100%;
    display: block;
}

.singleIndex .contactInfo li > span
{
    font-weight: bold;
}

.singleIndex .rightContent{
    width: 860px;
    float: right;
}

.singleIndex .border{
    border: #f8f8f8 solid 1px;
}

.singleIndex .aboutTitle
{
    box-sizing: border-box;
    height: 60px;
    overflow: hidden;
    line-height: 60px;
    padding-left: 25px;
}

.singleIndex .aboutTitle > span
{
    border-left: #1c6dc1 solid 5px;
    line-height: 1;
    padding-left: 5px;
    font-size: 16px;
}

.singleIndex .aboutContent
{
    padding: 25px;
    margin-top: 15px;
}

.singleIndex .aboutContent img
{
    display: block;
    max-width: 100%;
    margin: 20px auto;
}

.singleIndex .aboutContent p
{
    text-indent: 2em;
    margin-bottom: 20px;
}

.singleIndex .mainProductTitle {
    background: url(../Images/single-minProductIcon.png) no-repeat 0px 4px;
    padding-left: 22px;
    font-size: 16px;
    margin-top: 40px;
    padding-bottom: 30px;
    border-bottom: #f8f8f8 solid 1px;
    margin-bottom: 20px;
}



/*首页产品*/
.innerSide {
    float: left;
    margin-right: 35px;
    width: 260px;
}
.p-side {
    margin-top: 35px;
    width: 100%;
    box-sizing: border-box;
    background: #fff;
}
    .p-side:last-child {
        margin-bottom: 0;
    }

    .p-side .t {
        background-color: #0255a5;
        color: #fff;
        padding: 12px;
        text-align: center;
        font-size: 18px;
        line-height: 22px;
    }

    .p-side .t span {
        display: block;
    }

    .p-side .t small {
        display: block;
        font-size: 1em;
        text-transform: capitalize;
    }

    .p-side .t i {
        display: none;
    }

.side-nav > ul {
    display: block;
    padding: 7px;
    border: 1px solid #dedede;
}

    .side-nav > ul > li {
        line-height: 30px;
        font-size: 14px;
        color: #333;
        background-color: #fff;
        padding: 0 5px;
        margin-top: 10px;
    }

.side-nav li a {
    display: block;
    padding: 0.8em 0;
    background-color: #eaeaea;
    text-indent: 25px;
    position: relative;
}

    .side-nav li a:after {
        content: "";
        display: block;
        height: 100%;
        width: 25px;
        position: absolute;
        top: 0;
        right: 20px;
        background: url("../Images/leftNavIcon.png") no-repeat center center / contain;
        transition: 0.4s;
    }

.side-nav li:hover a:after {
    right: 5px;
}

.side-nav .hasNextLevel > ul li a {
    padding: 0.4em 0;
}

.side-nav li:hover > .btn > a,
.side-nav li.on > .btn > a {
    color: #0496e1;
}

.side-nav .btn {
    position: relative;
    display: block;
    overflow: hidden;
}

.side-nav .hasNextLevel .btn {
    /*padding-right: 2em;*/
}

.side-nav .btn > i {
    position: absolute;
    display: block;
    height: 100%;
    width: 2em;
    background: url("../Images/levelBtn.png") no-repeat center center / 1em auto;
    right: 0;
    top: 0;
    z-index: 2;
    transition: 0.3s;
}

.side-nav .hasNextLevel > .btn > i.on {
    transform: rotate(180deg);
}

.hasNextLevel > ul {
    display: none;
    margin-bottom: 0.5em;
}

    .hasNextLevel > ul li {
        font-size: 0.8em;
        border-bottom: 2px solid #f5f5f5;
        padding-left: 2em;
        line-height: 2em;
    }

.hasNextLevel .showList {
    display: none;
    margin-bottom: 0.5em;
    padding-left: 1em;
}

    .hasNextLevel .showList li {
        font-size: 0.8em;
        line-height: 1.2;
        margin-top: 0.5em;
    }

        .hasNextLevel .showList li a {
            color: #888;
            white-space: nowrap;
        }

.side-nav li:last-child {
    border-bottom: none;
}
.p-side.side-contact .t {
    background-color: #b1b1b1;
}

.side-contact .side-content {
    padding: 10px;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    padding: 20px;
    border: 1px solid #dedede;
}

    .side-contact .side-content p {
        margin-bottom: 8px;
    }

        .side-contact .side-content p:last-child {
            margin-bottom: 0;
        }

.side-contact .side-img img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}





.product-list {
    float: right;
    width: 905px;
}
.product-list ul{
    margin-left: -15px;
    margin-right: -15px;
}
.product-list li{
    width: 281px;
    float: left;
    margin-left: 15px;   /*(1200-294*4)/3/2*/
    margin-right: 15px;
    margin-bottom: 5px;
}
    .product-list li .scalePic {
        width: 100%;
        height: 182px;
        background-color: #fff;
        box-shadow: 0px 0px 10px 4px rgb(241 241 241);
    }

.product-list li span{
    display: block;
    text-align: center;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    color: #444;
    overflow: hidden;
}

/*news*/
.news-l {
    float: left;
    width: 48%;
}
.news-r {
    float: right;
    width: 48%;
}
.news-c li {
    background: #fff;
    padding: 33px 15px 30px;
    margin-bottom: 17px;
    box-shadow: 0px 7px 10px 4px rgb(241 241 241);
}
.news-c .news-time {
    background: #e9e9e9;
    padding: 6px 12px;
    text-align: center;
    float: left;
    margin-right: 20px;
}
    .news-c .news-time i {
        display: block;
        font-weight: bold;
        font-size: 20px;
        color: #8d8d8d;
    }
    .news-c .news-time small {
        display: block;
        font-size: 16px;
        color: #a1a1a1;
        margin-top: 3px;
    }
.news-c .news-cont {
    overflow: hidden;
}
.news-c .news-cont span {
    font-size: 18px;
    line-height: 1;
}
    .news-c .news-cont p {
        font-size: 14px;
        color: #adadad;
        display: -webkit-box; /* 将对象作为弹性伸缩盒子模型显示 */
        -webkit-box-orient: vertical; /* 设置或检索伸缩盒对象的子元素的排列方式 */
        -webkit-line-clamp: 2; /* 2行，只有 webkit内核支持 */
        word-break: break-all; /* 纯英文换行 */
        overflow: hidden;
        margin-top: 10px;
    } 
/*project*/
.project-main {
    margin-top: 30px;
}
.project-list{
    overflow: hidden;
}
.project-list ul{
    margin-left: -13px;
    margin-right: -13px;
    min-height: 456px;
}
.project-list li{
    float: left;
    width: 382px;
    margin-left: 13px;
    margin-right: 13px;
}
.project-list li .scalePic{
    width: 100%;
    height: 235px;
}
.project-list li img{
    width: 100%;
    height: 100%;
}
.project-list li span{
    display: block;
    text-align: center;
    font-size: 14px;
    height: 44px;
    line-height: 44px;
    color: #444;
    overflow: hidden;
}

/*brand*/
.line{
    display: block;
    width: 100%;
    height: 1px;
    background-color: #1c6dc1; 
    margin-top: 24px;
    margin-bottom: 24px;
}
.brand-main{
    margin-top: 28px;
    min-height: 356px;
}

.brandPic{
    width: 50%;
    min-height: 1px;
    margin-right: 35px;
}
.brandPic img{
    width: 100%;
}
.brand-about{
    height: 356px;
    font-size: 14px;
    line-height: 2;
    color: #666;
}
.brand-about p{
    text-indent: 2em;
    margin-bottom: 10px;
}
    .brand-about p:last-child {
        margin-bottom: 0;
    }
.brand .p-side
{
    margin-top: 0;
    }
/*rm-product 推荐产品*/
.rm-product{
    
}
.rmP-title{
    color: #585858;
    line-height: 26px;
    font-size: 20px;
    padding-top: 10px;
    border-left: 4px solid #1c6dc1;
    text-indent: 10px;
}
.rmP-list ul
{
    min-height: 572px;
    }
.rmP-list li{
    width: 256px;
    margin: 0 auto 4px;
}
.rmP-list li img{
    width: 100%;
    height: 158px;
    box-sizing: border-box;
    border: 1px solid #999;
}
.rmP-list li span{
    display: block;
    font-size: 14px;
    color: #444;
    height: 30px;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
}

/*index-side*/
.index-side{
    margin-left: 7px;
}
.index-side .side-contact {
    height: 310px;
}

/*首页轮播图*/
.slideBox{  overflow:hidden; position:relative;  margin-top: 10px;}
.slideBox .hd{ height:15px; overflow:hidden; margin-top: 18px;}
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ float:left; margin-right:4px;  width:40px; height:5px; line-height:5px; text-align:center; background:#fff; cursor:pointer; }
.slideBox .hd ul li.on{ background:#1c6dc1; color:#fff; }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{ width:1200px; height:457px; display:block;  }
.slide-bottom
{
    position: absolute;
    box-sizing: border-box;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    z-index: 2;
    padding: 0 10px;
    color: #fff;
    }
.slideBox .mask
{
    width: 100%;
    height: 40px;
    background: #000000;
    margin-top: -40px;
    position: relative;
    z-index: 1;
    filter:alpha(opacity=60);
	opacity:0.6;
}


/*证书*/
.honor-list {
    overflow: hidden;
    margin-top: 30px;
}

.honor-list ul {
    margin-left: -5px;
    margin-right: -5px;
}

.honor-list li {
    float: left;
    width: 290px;
    margin-left: 5px;
    margin-right: 5px;
}

    .honor-list li .scalePic {
        width: 100%;
        height: 260px;
    }


    .honor-list li span {
        display: block;
        text-align: center;
        font-size: 14px;
        height: 44px;
        line-height: 44px;
        color: #444;
        overflow: hidden;
    }

/*相册*/
.album-list {
    overflow: hidden;
    margin-top: 30px;
}

    .album-list ul {
        margin-left: -5px;
        margin-right: -5px;
    }

    .album-list li {
        float: left;
        width: 290px;
        margin-left: 5px;
        margin-right: 5px;
    }

        .album-list li .scalePic {
            width: 100%;
            height: 165px;
        }


        .album-list li span {
            display: block;
            text-align: center;
            font-size: 14px;
            height: 44px;
            line-height: 44px;
            color: #444;
            overflow: hidden;
        }
