﻿/* news */
.news {
    width: 100%;
    min-height: 500px;
    font-family: "微软雅黑";
    padding-top: 50px;
}

.news1 {
    width: 1200px;
    margin: 0 auto;
}
.news2 {
    width: 100%;
    margin: 0 auto;
}

    .news1 ul li {
        width: 1200px;
        height: 300px;
        background-color: #fff;
        margin-bottom: 20px;
    }

        .news1 ul li:hover {
            background-color: #efeded;
        }

        .news1 ul li a {
            text-decoration: none;
        }

.news_img {
    width: 400px;
    height: 300px;
    float: left;
    overflow: hidden;
}

    .news_img img {
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
        overflow: hidden;
    }

    .news_img:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

.news_body {
    width: 600px;
    height: 300px;
    float: left;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 50px;
}

.news_title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    color: #000;
}

    .news_title:hover {
        color: #f6850e;
    }

.news_time {
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #999;
}

.news_text {
    width: 100%;
    height: 150px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
    line-height: 25px;
    color: #666;
}





.news3 {
    width: 100%;
    height: 50px;
    font-size: 40px;
    text-align: center;
    line-height: 50px;
    color: #333;
}

.news4 {
    width: 100%;
    height: 30px;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    color: #999;
}

.news5 {
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    color: #666;
    margin-top: 30px;
}

.news6 {
    width: 100%;
    height: 100px;
    padding-top: 50px;
}


.back_btn {
    width: 120px;
    margin: 0 auto;
    padding: 10px 40px;
    text-align: center;
    font-size: 16px;
    background: #333333;
    color: #ffffff;
    border-radius: 10px;
}
.page_s {
    clear: both;
    margin: 0 auto;
    width: 1200px;
    text-align: center;
    margin-bottom: 50px;
}

.pagenew {
    display: inline-block;
    height: 35px;
    border-top: none;
    margin-left: -20px;
}

    .pagenew li {
        list-style: none;
        float: left;
        height: 35px;
        min-width: 30px;
        line-height: 35px;
        margin-right: 5px;
        background-color: #999;
        font-size: 14px;
        color: #fff;
        letter-spacing: 2px;
        margin-left: 5px;
    }

    .pagenew li {
        padding: 0px 8px;
        border: 1px solid #cccccc;
    }

        .pagenew li:hover {
            color: #f6850e;
            background: #333;
        }

            .pagenew li:hover a {
                color: #f6850e;
            }

        .pagenew li a {
            color: #fff;
            text-decoration: none;
        }

    .pagenew a:hover {
        color: #fff;
        background: #333;
    }

    .pagenew li.thisclass {
        list-style: none;
        color: #f6850e;
        background: #333;
    }

    .pagenew span {
        margin-left: 0px;
    }
.index_page_join {
    width: 100%;
    height: 800px;
    padding-top: 450px;
    background: url(/templets/bjw/images/鎷涘晢鍔犵洘.jpg);
    font-family: "寰蒋闆呴粦";
}
.index {
    width: 100%;
    font-family: "微软雅黑";
}



/*productdot*/
.productdot {
    position: relative;
    z-index: 999;
    padding: 80px 0 80px;
    height: 700px;
    margin: 0 auto;
}

.productdot_box {
    margin: 0 auto;
    width: 70%;
}

.jiangdot_title {
    display: block;
    margin: 30px 0 50px;
    color: #000;
    font-size: 16px;
}

    .jiangdot_title img {
        width: 16px;
        margin-right: 10px;
    }

.Leader_secTop {
    padding: 0 0 0px 0;
    /*background: #F1F1F1;*/
}

.h5Sty {
    background: url(../images/aSty.png) no-repeat left center;
    padding-left: 15px;
}

.LesecTop_img {
    position: relative;
    margin-top: 30px;
    /*overflow: hidden;*/
}

    .LesecTop_img > div {
        position: absolute;
        top: -3px;
        left: 0;
        width: 100%;
    }

    .LesecTop_img img {
        display: block;
        width: 100%;
    }

.LesecTop_txt {
    margin-left: 50px;
}

    .LesecTop_txt h2 {
        font-size: 24px;
        color: #333;
    }

    .LesecTop_txt h5, .LesecTop_txt_tel span {
        color: #666;
        font-size: 18px;
    }

.LesecTop_txt_tel {
    border-top: 1px solid #999;
    margin-top: 30px;
}

    .LesecTop_txt_tel span {
        width: 48%;
        float: left;
    }

        .LesecTop_txt_tel span i {
            font-style: normal;
            font-size: 12px;
            font-family: Arial, Helvetica, sans-serif;
        }

        .LesecTop_txt_tel span p {
            font-size: 16px;
            margin-top: 6px;
            font-weight: bold;
            font-family: Arial, Helvetica, sans-serif;
        }

.jiangdot_text {
    padding-top: 20px;
    padding-bottom: 60px;
}

    .jiangdot_text h3 {
        margin-bottom: 0px;
        font-size: 18px;
        line-height: 30px;
    }

        .jiangdot_text h3 span {
            font-family: Arial, Helvetica, sans-serif;
        }

    .jiangdot_text p {
        color: #666;
        line-height: 24px;
        font-size: 15px;
    }

.Group_sec {
    padding: 80px 0;
}

.Group_sec_img {
    margin-right: 6%;
    position: relative;
}

    .Group_sec_img h5 {
        position: absolute;
        width: 5px;
        background: #EC6D02;
        height: 20%;
        left: -5px;
        bottom: 0;
        margin: 0;
    }

    .Group_sec_img h6 {
        position: absolute;
        width: 20%;
        background: #EC6D02;
        height: 5px;
        left: -5px;
        bottom: -5px;
        margin: 0;
    }

    .Group_sec_img img {
        display: block;
        width: 100%;
    }

.Group_sec_txt {
    padding-top: 10px;
}

    .Group_sec_txt h3 {
        margin: 0 auto 10px;
        font-size: 18px;
        font-weight: bold;
        color: #EC6D02;
    }

    .Group_sec_txt p {
        margin-bottom: 10px;
        font-size: 14px;
        color: #666;
    }

        .Group_sec_txt p span {
            color: #EC6D02;
            font-size: 20px;
            padding-right: 5px;
        }

    .Group_sec_txt h5 {
        margin-bottom: 15px;
        font-size: 14px;
        line-height: 24px;
        color: #666;
    }

.LesecTop_txt > h5 {
    line-height: 24px;
}

.jiangdot_text {
    margin-top: -12px;
}

    .jiangdot_text p {
        margin-top: 10px;
    }

.jiangdot_left {
    color: #999;
    font-size: 12px;
    position: absolute;
    top: 61%;
    left: -13px;
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    text-transform: uppercase;
    letter-spacing: 2px;
}

.jiangdot_right {
    color: #999;
    font-size: 12px;
    position: absolute;
    top: 61%;
    right: -13px;
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    text-transform: uppercase;
    letter-spacing: 2px;
}

.jqzoom {
    cursor: move;
}

/*product*/
.product_sec1 {
    width: 66%;
    margin: 0 auto;
    padding: 80px 0;
    border-top: 1px #999 solid;
}

.prodSec1-left h3 {
    font-size: 22px;
    color: #C76A40;
    margin: 0;
    letter-spacing: 2px;
}

.prodSec1-left h4 {
    font-size: 20px;
    color: #333;
    margin: 15px 0;
    font-family: Georgia, "Times New Roman", Times, serif;
    letter-spacing: 1px
}

.prodSec1-left h6 {
    font-size: 14px;
    margin: 10px 0;
    color: #666;
    line-height: 24px;
}

.prodSec1-sty img {
    width: 30px;
    margin: 0;
}

.prodSec1-sty h4 {
    font-size: 15px;
    margin: 0;
    line-height: 24px;
    color: #444;
    font-weight: bold;
}

    .prodSec1-sty h4 span {
        width: 30px;
        height: 1px;
        background: #666;
        display: inline-block;
        margin-bottom: 3px;
        margin-right: 5px;
    }

.prodSec1-sty h5 {
    font-size: 13px;
    color: #777;
    line-height: 24px;
    margin: 0;
    letter-spacing: 1px
}

.prodSec1-right {
    overflow: hidden;
    margin-left: 8%;
}

    .prodSec1-right .col-lg-6, .prodSec1-right .col-md-6, .prodSec1-right .col-sm-6 {
        padding: 0;
    }

.prodSec1-img img {
    width: 100%;
    display: block;
}

.product_sec2 {
    padding: 80px 0;
    background: #DFD8D2;
    z-index: 666;
    position: relative;
}

.prodSec2item {
    margin-bottom: 30px;
}

    .prodSec2item a, .prodSec2item img {
        display: block;
        width: 100%;
    }

    .prodSec2item h3 {
        color: #666;
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 0;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }

    .prodSec2item h6 {
        font-size: 16px;
        color: #666;
        line-height: 36px;
        margin-top: 0;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-family: Georgia, "Times New Roman", Times, serif;
    }

.prodSec2-right {
    margin-top: 50px;
}

.prodSec1-sty {
    margin-bottom: 10px;
}

.pro_box {
    width: 76%;
    margin: 0 auto;
}

.prodSec2item .pro_img {
    width: 100%;
    overflow: hidden;
}

    .prodSec2item .pro_img img {
        width: 100%;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }

.prodSec2item:hover img {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.prodSec2item:hover h3 {
    color: #c76a40;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.prodSec2item:hover h6 {
    color: #c76a40;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
/* join */
.join {
    width: 1200px;
    height: 1100px;
    margin: 0 auto;
    padding-top: 100px;
}

.join1 {
    width: 400px;
    height: 600px;
    float: left;
}

.join1_1 {
    width: 400px;
    height: 300px;
    padding: 50px 100px 50px 100px;
}

    .join1_1:hover .join2_1 {
        background-color: #f6850e;
    }

.join1_2 {
    width: 400px;
    height: 300px;
    overflow: hidden;
}

    .join1_2 img {
        width: 400px;
        height: 300px;
        -webkit-transition: all 0.8s;
        -moz-transition: all 0.8s;
        -ms-transition: all 0.8s;
        -o-transition: all 0.8s;
        transition: all 0.8s;
        overflow: hidden;
    }

    .join1_2:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

.join2 {
    width: 200px;
    height: 46px;
}

.join2_1 {
    width: 46px;
    height: 46px;
    background-color: #666;
    border-radius: 50%;
    float: left;
}

.join2_2 {
    width: 154px;
    height: 46px;
    float: left;
    font-size: 30px;
    line-height: 46px;
    text-align: center;
    color: #666;
}

.join3 {
    width: 200px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    font-size: 16px;
    color: #f6850e;
}

.join4 {
    width: 200px;
    height: 40px;
    padding-left: 45px;
    padding-right: 45px;
    margin-top: 30px;
}

    .join4 a {
        text-decoration: none;
        color: #666;
    }

        .join4 a:hover {
            color: #fff;
            text-decoration: none;
        }

.join4_1 {
    width: 110px;
    height: 40px;
    border: 1px solid #666;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
}

    .join4_1:hover {
        background-color: #f6850e;
    }

.join5_1:hover .join2_1 {
    background-color: #f6850e;
}

.join5 {
    width: 1200px;
    height: 300px;
}

.join5_1 {
    width: 400px;
    height: 300px;
    padding: 50px 100px 50px 100px;
    float: left;
}

.join5_2 {
    width: 400px;
    height: 300px;
    float: left;
    overflow: hidden;
}

    .join5_2 img {
        width: 400px;
        height: 300px;
        -webkit-transition: all 0.8s;
        -moz-transition: all 0.8s;
        -ms-transition: all 0.8s;
        -o-transition: all 0.8s;
        transition: all 0.8s;
        overflow: hidden;
    }

    .join5_2:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }



.join_page {
    width: 1200px;
    margin: 0 auto;
    min-height: 300px;
    overflow: hidden;
    padding-bottom: 100px;
    font-size: 16px;
    line-height: 30px;
}


.join7 {
    width: 1200px;
    height: 600px;
    margin: 0 auto;
    padding-bottom: 100px;
}

    .join7 ul {
        margin-left: -15px;
    }

        .join7 ul li {
            width: 270px;
            height: 200px;
            float: left;
            margin-bottom: 30px;
            margin-left: 30px;
            border: 1px solid #000;
        }

            .join7 ul li:hover {
                background: #eee;
                border: 1px solid #f6850e;
            }

.join7_1 {
    width: 100%;
    height: 70px;
    line-height: 50px;
    padding-top: 20px;
    text-align: center;
    font-size: 24px;
    color: #f6850e;
}

.join7_2 {
    width: 100%;
    height: 130px;
    padding: 10px 20px;
    line-height: 25px;
    font-size: 16px;
    color: #666;
}

.indexSec1-title {
    margin-bottom: 50px;
}
    .indexSec1-title p {
        font-size: 18px;
        color: #fff;
        letter-spacing: 1px;
        margin-bottom: 5px;
    }

    .indexSec1-title h2 {
        font-size: 48px;
        color: #c76a40;
        letter-spacing: 2px;
        font-family: Georgia, "Times New Roman", Times, serif;
        text-transform: uppercase;
        margin-top: 0;
    }
.newdot_box {
    margin: 0 auto;
    width: 70%;
}

.newsdot .indexSec1-title p {
    color: #333;
}
.cp {
    width: 100%;
}
.col-sm-4 {
    width: 33%;
    float: left;
}
.newdot_box {
    margin: 0 auto;
    width: 1000px;
}
.jiangdot_left {
    color: #999;
    font-size: 12px;
    position: absolute;
    top: 61%;
    left: -13px;
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    text-transform: uppercase;
    letter-spacing: 2px;
}

.jiangdot_right {
    color: #999;
    font-size: 12px;
    position: absolute;
    top: 61%;
    right: -13px;
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    text-transform: uppercase;
    letter-spacing: 2px;
}

.jqzoom {
    cursor: move;
}
.newsdot_back {
    margin-top: 50px;
    text-align: center;
}
.col-sm-8 {
    width: 67%;
    float: right;
}
.newsdot_back {
    margin-top: 50px;
    text-align: center;
}
    .newsdot_back a {
        display: inline-block;
        color: #fff;
        background: #333;
        text-decoration: none;
        padding: 8px 50px;
        font-size: 13px;
    }
.box {
    background: #fff;
}
