﻿body {
    margin: 0 auto;
}

.seconds {
    width: 100%;
    height: auto;
    padding-top: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.proc {
    height: auto;
    width: 1200px;
    margin-bottom: 20px;
}

.proc-left {
    width: 240px;
    float: left;
    overflow: hidden;
}

.pro-left {
    width: 240px;
    overflow: hidden;
    background: #358dd1;
}

.proc-left .h11 {
    text-align: center;
    line-height: 60px;
    color: #fff;
    font-size: 24px;
    font-weight: normal;
    height: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.container {
    width: 1200px;
    margin: 0 auto;
}

.container1 {
    width: 1300px;
    margin: 0 auto;
}

/*产品中心*/
.slid {
    background: #fff;
    margin: 0 1px 1px 1px;
    padding: 17px;
    padding-top: 10px;
}

    .slid ul {
        padding: 0;
        margin: 0 auto;
        position: relative;
    }

        .slid ul li .slid-title {
            border-bottom: 1px solid #e1e1e1;
            font-size: 14px;
            color: #2a2a2a;
            line-height: 33px;
            background: url(../images/jia.jpg) no-repeat right center;
            margin-top: 10px;
        }

            .slid ul li .slid-title a {
                color: #2a2a2a;
            }

            .slid ul li .slid-title:hover {
                border-bottom: 1px solid #358dd1;
                color: #358dd1;
                background: url(../images/jia1.jpg) no-repeat right center;
            }

                .slid ul li .slid-title:hover a {
                    color: #358dd1;
                }

        .slid ul li .slid-three a {
            display: block;
            font-size: 14px;
            color: #5a5a5a;
            line-height: 30px;
            padding-left: 12px;
            margin-top: 10px;
        }

            .slid ul li .slid-three a:hover {
                color: #fff;
                background: #358dd1 url(../images/zuo.png) no-repeat 185px center;
            }

        .slid ul li .slid-three .slid-title:hover {
            color: #358dd1;
            background: url(../images/jia1.jpg) no-repeat right center;
            border-bottom: 1px solid #358dd1;
        }

/* 右边 */
.proc-right {
    width: 936px;
    height: auto;
    float: right;
    overflow: hidden;
    margin-bottom: 18px;
    background: #fff;
    padding: 0 10px;
}

.about_content p, span {
  
}

.lijing {
    border-bottom: 1px solid #dcdcdc;
    line-height: 40px;
    color: #5a5a5a;
    background: url(../images/home.png) no-repeat left center;
    padding-left: 25px;
    font-size: 14px;
}

    .lijing span {
        color: #358dd1;
    }

.product-ul {
    margin-top: 20px;
    height: auto;
    overflow: hidden;
    padding: 0;
}

    .product-ul li {
        float: left;
        width: 294px;
        margin-right: 34px;
        margin-bottom: 27px;
        padding: 14px 9px;
        margin: 0 auto;
        height: 344px;
    }

        .product-ul li img {
            display: block;
            width: 294px;
            height: 221px;
            margin: 0 auto;


        }

        .product-ul li .pro-p {
            font-size: 14px;
            color: #2a2a2a;
            margin: 10px 0;
        }

        .product-ul li .pro-p1 {
            font-size: 14px;
            color: #5a5a5a;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            color: #5a5a5a;
            width: 300px;
            height: 36px;
            overflow: hidden;
        }

        .product-ul li .pro-p2 {
            width: 112px;
            height: 35px;
            background: #fff;
            font-size: 14px;
            color: #358dd1;
            text-align: center;
            line-height: 35px;
            margin-top: 15px;
            border: 1px solid #358dd1;
        }

            .product-ul li .pro-p2:hover {
                background: #358dd1;
                border: 1px solid #358dd1;
                color: #fff;
            }

/*pcb*/
.pcb-ul {
    margin-top: 20px;
    height: auto;
    overflow: hidden;
}

    .pcb-ul li {
        float: left;
        width: 286px;
        margin-right: 37px;
        margin-bottom: 24px;
        height: 299px;
    }

        .pcb-ul li img {
            width: 286px;
            height: 205px;
            display: block;
        }

        .pcb-ul li .pcb-con {
            height: auto;
            overflow: hidden;
            padding: 11px;
        }

            .pcb-ul li .pcb-con .pcb-p {
                color: #2a2a2a;
                font-size: 16px;
                background: url(../images/pcb.png) no-repeat right center;
            }

            .pcb-ul li .pcb-con .pcb-p1 {
                color: #5a5a5a;
                font-size: 14px;
            }

        .pcb-ul li:hover .pcb-con {
            background: #358dd1;
        }

            .pcb-ul li:hover .pcb-con p {
                color: #fff;
            }

            .pcb-ul li:hover .pcb-con .pcb-p {
                background: url(../images/pcb1.png) no-repeat right center;
            }

.clearfix:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/*分页*/

.pagination-wrapper {
    width: 936px;
    height: 30px;
    padding: 0;
}

    .pagination-wrapper .pagination {
        width: 593px;
        margin: 0 auto;
        height: 30px;
    }

        .pagination-wrapper .pagination li {
            float: left;
            list-style: none;
            margin-left: 10px;
        }

            .pagination-wrapper .pagination li a {
                border: 1px solid #ccc;
                padding: 4px 11px 4px 11px;
            }

                .pagination-wrapper .pagination li a:hover {
                   
                }


/*技术中心*/
.proc-right .met_module2_list li {
    list-style: none;
    border-bottom: 1px solid #ddd;
    padding: 0;
    position: relative;
}

.proc-right .met_module2_list h2 {
    font-weight: normal;
    font-size: 14px;
    width: 700px;
    height: 22px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.proc-right .met_module2_list li span.time {
    color: #818181;
    position: absolute;
    right: 10px;
    top: 0px;
    font-size:14px;
}

.proc-right .met_module2_list {
    padding: 10px 10px;
}


    .proc-right .met_module2_list li p {
        color: #818181;
    }

    .proc-right .met_module2_list .list_1 h2 a .fa-caret-right {
        width: 13px;
        /*background:url(../img/icon.jpg) no-repeat;*/
        position: relative;
        height: 13px;
        top: 4px;
    }

        .proc-right .met_module2_list .list_1 h2 a .fa-caret-right img {
            width: 15px;
            height: 15px;
        }


/*新闻*/


.newsny {
    width: 100%;
    height: auto;
    padding: 0;
    overflow: hidden;
}

.tem_index_newsny h3 {
    overflow: hidden;
    margin-bottom: 3px;
  
    color: #000;
    font-weight: normal;
    line-height: 13px;
  
    left: 109px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.tem_index_newsny ul li a p {
    overflow: hidden;
    color: #818181;
    width: 290px;
    font-size: 14px;
    line-height: 19px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    position: relative;
    bottom: 10px;
}
.tem_index_newsny a img {

    width:92px;
    height:92px;
}

.tem_index_newsny ul li a span {
    overflow: hidden;
    /*height: 42px;*/
    color: #818181;
    /*position: relative;
    bottom: 141px;
    left: 109px;*/
    font-size: 14px;
    position: relative;
    bottom: 16px;
}

.tem_index_newsny ul li {
    width: 408px;
    position: relative;
    height: 107px;
    margin-left: 10px;
    float: left;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    margin-top: 40px;
}

.tem-news-contents {
    bottom: 95px;
    left: 109px;
    height: 96px;
    width: 293px;
   
    position:relative;
}

.tem-news-itme {
    position: relative;
    line-height: 0;
    width: 100%;
}

/*联系人*/


.contacts-left {
    width: 240px;
    overflow: hidden;
    background: #358dd1;
}

    .contacts-left .h11 {
        text-align: center;
        line-height: 60px;
        color: #fff;
        font-size: 24px;
        font-weight: normal;
        height: 60px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .contacts-left .contacts-title {
        width: 240px;
        right: 57px;
        position: relative;
    }

        .contacts-left .contacts-title span {
            font-size: 14px;
            padding: 0;
            width: 100%;
            margin-left: 18px;
        }

    .contacts-left .slidny {
        background: #fff;
        margin: 0 1px 1px 1px;
        padding: 17px;
        padding-top: 10px;
    }


.pagination .thisclass a{
    background:#358dd1;
  
}


.proc-right .pro-div2 p {
    line-height: 16px;
}

.proc-right .pro-div2 span {
    line-height: 20px;
}

