/*首页*/
/*首页标题*/
.i_title {
    text-align: center;
}

.i_title p:nth-of-type(1) {
    font-size: 36px;
    letter-spacing: 2px;
}

.i_title p img {
    width: 35px;
    margin: 0 5px;

}

.i_title > p em {

    border-top: 2px solid #353535;
    width: 100px;
    display: inline-block;
    bottom: 20px;
    padding-top: 10px;

}

.i_title > p em:nth-of-type(2) {
    margin-left: 10px;
}


.i_title p:nth-of-type(2) > img {
    width: 10px;
    margin-top: 5px;
    margin-left: 20px;

}

/*首页产品分类*/
.i_cp_bj {
    background: url("../image/index/i_cp_bj.jpg") no-repeat;
    width: 100%;
    padding: 70px 0;
}

.i_title > p:nth-of-type(3) {
    font-size: 18px;
    letter-spacing: 10px;
    color: #747474;
    margin-top: 5px;
}

.i_cp_count {
    position: absolute;
    background-color: rgba(238, 238, 238, 0.8);
    padding: 20px 10px;
    text-align: center;

}

.i_cp_count p:nth-of-type(1) {
    font-size: 22px;

}

.i_cp_count p:nth-of-type(2) {
    border-top: 1px solid red;
    width: 120px;
    margin: 10px auto;
}

.i_cp_count01 {
    width: 80%;
    bottom: 45px;
    left: 7%;
}

.i_cp_count02 {
    width: 300px;
    top: 30%;
    right: 7%;
}

.i_cp_count03 {
    width: 230px;
    bottom: 45px;
    right: 7%;
}

/*首页产品优势*/
.i_cpys_box {

    width: 100%;
    padding-top: 90px;
    background-color: #eaeaea;

}

.i_cpys_bj {
    background: url("../image/index/i_cpys01.jpg") no-repeat;
    width: 100%;
    background-size: contain;
    padding: 65px 0;
    position: relative;

}

.i_cpys_count_text > div {
    padding: 0 15px;
    margin: 15px 0;
}

.i_cpys_count_text img {
    width: 12px;
}

.i_cpys_count {
    /*position: absolute;*/
    /*top: 10px;*/
    /*left: 20% ;*/
    width: 400px;

}

.i_cpys_count > p {
    font-size: 26px;
    margin-bottom: 20px;
    font-weight: bold;
}

.i_cpys_count > p span {
    color: #bc2136;
    margin-right: 10px;
    font-size: 32px;
    font-style: italic;

}

.i_cpys_count_text p:nth-of-type(1) {
    font-size: 22px;
}

.i_cpys_count_text p:nth-of-type(2) {
    color: #939393;
    margin-top: 5px;

}

.i_cpys_img {
    position: absolute;
    top: 130px;
    left: 40%

}

.i_cpys_img img:nth-of-type(1) {
    width: 380px;
}

.i_cpys_img img:nth-of-type(2) {
    width: 165px;
    position: absolute;
    top: 58px;
    left: 30%;
}

@media all and (max-width: 1700px) {
    .i_cpys_img {

        top: 80px;


    }

    .i_cpys_bj {
        padding: 30px 0;


    }

}

@media all and (max-width: 1600px) {
    .i_cpys_count_text > div {

        margin: 10px 0;
    }

    .i_cpys_img {
        left: 38%;
    }

}

@media all and (max-width: 1460px) {

    .i_cpys_bj {
        padding: 14px 0;
    }
}

@media all and (max-width: 1460px) {

    .i_cpys_img img:nth-of-type(1) {
        width: 330px;
    }

    .i_cpys_img img:nth-of-type(2) {
        width: 150px;
        top: 50px;
        left: 27%;
    }

    .i_cpys_count > p {
        font-size: 22px;

    }

    .i_cpys_count > p span {
        font-size: 26px;
    }

    .i_cpys_count_text p:nth-of-type(1) {
        font-size: 20px;
    }

}

@media all and (max-width: 1370px) {

    .i_cpys_count > p {

        margin-bottom: 1px;

    }
}

@media all and (max-width: 1340px) {

    .i_cpys_bj {

        background-size: cover;


    }

    .i_cpys_img {
        left: 40%;
    }

}


/*加盟优势*/
.i_jmys_bj {
    background: url("../image/index/i_jmys_bj.jpg") no-repeat;
    width: 100%;
    padding: 75px 0;
}

.i_jmys_count {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(1, 1, 1, 0.6);
    top: 0;
    cursor: pointer;
    color: white;
    display: none;
}

.i_jmys_count p:nth-of-type(1) {
    font-size: 26px;
    margin-top: 100px;
    margin-bottom: 10px;
}

.i_jmys_count p:nth-of-type(2) {
    font-size: 18px;
}

.i_jmys_count img {
    width: 10px;
}

.i_jmys {
    overflow: hidden;
}

.i_jmys:hover .i_jmys_count {
    display: block;
}

.i_jmys img:nth-of-type(1) {
    transition: all 1s;
    transform: scale(1);
}

.i_jmys:hover img:nth-of-type(1) {
    transition: all 1s;
    transform: scale(1.1)
}

/*加盟小横幅*/
.i_jmhf_text img {
    width: 90%;
    margin-top: 50px;
}

.i_jmhf_text p:nth-of-type(1) {
    font-size: 22px;
    margin: 20px 0 10px 0;

}

.i_jmhf_text p:nth-of-type(2) {
    font-size: 20px;
    letter-spacing: 2px;
}

.i_jmhf_text02 img {
    width: 12px;
    margin: 0 10px;
}

.i_jmhf_text02 p {
    font-size: 26px;
    text-align: left;
}

.i_jmhf_text02 a {
    color: white;
    padding: 10px 35px;
    background-color: #414149;
}

/*加盟支持*/
.i_jmzc_bj {
    background: url("../image/index/i_jmzc_bj.jpg") no-repeat;
    width: 100%;
    padding: 70px 0;
}

.i_jmzc_count img {
    width: 10px;
    margin: 15px 0;
}

.i_jmzc_img02 {
    display: none;
}

.i_jmzc_border {
    border-top: 1px solid #414149;
    border-left: 1px solid #414149;

}

.i_jmzc_border01 {
    border-top: 1px solid #414149;
    border-bottom: 1px solid #414149;
    border-left: 1px solid #414149;

}

.i_jmzc_count {
    padding: 15px 0;
    border-right: 1px solid #414149;
    text-align: center;
}

.i_jmzc_count p:nth-of-type(1) {
    font-size: 28px;

}

.i_jmzc_count p:nth-of-type(2) {
    font-size: 16px;

}

.i_jmzc_count:hover {
    background-color: #414149;
    color: white;

}

.i_jmzc_count:hover .i_jmzc_img01 {
    display: none;
}

.i_jmzc_count:hover .i_jmzc_img02 {
    display: block;
    margin: 15px auto;
}

.i_jmzc_count:hover p:nth-of-type(1) {
    color: #bc2136;
}

/*关于我们*/
.i_bj {
    background-color: #eaeaea;
}

.i_gy_left_img {
    background-color: #414149;
    padding: 20px 0;
    text-align: center;
}

.i_gy_left_img img {
    width: 70%;
}

.i_gy_count {
    padding: 50px 30px;
    background-color: white;
    text-align: center;
}

.i_gy_count img {
    width: 50px;
}

.i_gy_count li img:nth-of-type(2) {
    display: none;
}

.i_gy_count li {
    font-size: 22px;
    width: 150px;
    margin: 0 auto;
    padding: 20px 0;
    cursor: pointer;
}

.i_gy_count li em {
    margin-top: 20px;
    border-bottom: 1px solid #8d8d8d;
    width: 60px;
    display: inherit;
}

.i_gy_count .li_active em {
    width: 100%;
}

.i_gy_count .li_active img:nth-of-type(1) {
    display: none;
}

.i_gy_count .li_active img:nth-of-type(2) {
    display: block;
    display: inline-block;
}

.i_gy_text {
    line-height: 26px;
    padding: 0 30px;
    margin-top: 20px;


}

.i_gy_text p {
    height: 230px;
}

.i_gy_a a {
    padding: 8px 20px;
    background-color: #0C0C0C;
    color: white;

}

.i_bd_left p:nth-of-type(1) {
    font-size: 22px;
    color: #bc0000;
    margin: 10px 0;
    font-weight: bold;
}

.i_bd_left > div {
    font-size: 20px;
    margin-top: 20px;
    font-weight: bold;
}

.i_bd_form img {
    width: 25px;


}

.i_bd_form .layui-form-item {
    background-color: #b2b2b2;
}

.i_bd_form .layui-form-label {
    width: auto;
    border-right: 1px solid #f1f1f1;
}

.i_bd_form .layui-input {
    background-color: rgba(1, 1, 1, 0);
    border: 0px;

    height: 44px;
}

.i_bd_form .layui-input-block {
    margin-left: 65px;
}

.i_bd_form p {
    font-size: 18px;
    color: #bc0000;
    margin-bottom: 5px;

}

.i_bd_form .layui-btn {
    background-color: #0C0C0C;
}

/*工程案例*/
.i_an_bj {
    background: url("../image/index/i_an_bj.jpg") no-repeat;
    width: 100%;
    padding: 75px 0 150px 0;
}

.i_an_img {
    position: absolute;
    width: 85%;
    text-align: center;
    background-color: #22242e;
    padding: 20px 0;
    bottom: -80px;
    left: 7%;
    color: white;
}

.i_an_img p {
    margin: 0 5px;
}

.i_an_img p img {
    width: 187px;
}

/*新闻中心*/
.i_news_text {
    border: 1px solid #575757;
}

.i_news_img {
    height: 250px;
    overflow: hidden;
}

.i_news_more {
    float: right;
    font-size: 12px;
    color: white;
    background-color: #0C0C0C;
    padding: 6px 12px;

}

.i_news_text2 {
    border-bottom: 1px dashed black;
    padding: 10px 0;
}

.i_xw_bt {
    font-size: 20px;
    margin-bottom: 10px;
}

.i_xw_bt:before {
    content: '';
    border: 2px solid #bc0000;
    margin-right: 10px;
}

.i_xw_a a {
    background-color: #0C0C0C;
    color: white;
    padding: 10px 25px;
}

@media all and  (max-width: 768px) {
    .i_title p:nth-of-type(1) {
        font-size: 24px;
    }

    .i_title > p em {
        width: 60px;
    }

    .i_cp_bj {
        padding: 20px 0;
    }

    .i_cp_a a {
        background-color: #0C0C0C;
        color: white;
        padding: 10px 25px;
    }

    .i_cpys_count {

        width: 100%;

    }

    .i_cpys_count > p {
        text-align: center;
        margin: 10px 0;
    }

    .i_cpys_count_text > div {
        margin: 20px 0;
    }

    .i_jmys_count {
        display: block;
    }

    .i_jmys_count p:nth-of-type(1) {
        margin-top: 50px;
        font-size: 20px;
    }

    .i_jmys_count p:nth-of-type(2) {
        font-size: 14px;
    }

    .i_jmys_bj {
        padding: 30px 0;
    }

    .i_jmhf_text img {
        width: 50%;
        margin-top: 20px;
    }

    .i_jmzc_border01, .i_jmzc_borderm, .i_jmzc_count, .i_jmzc_border {
        border: none;
    }

    .animation_border {
        width: 80%;
        height: 100px;
        border: 1px solid #e6e6e6;
        padding: 10px;
    }

    .i_jmzc_count {
        background-color: #414149;
        color: white;

    }

    .i_jmzc_count p:nth-of-type(1) {
        font-size: 20px;
    }

    .i_jmzc_count p:nth-of-type(2) {
        font-size: 14px;
    }

    .i_jmzc_count {
        background-color: #414149;
        color: white;

    }

    .i_jmzc_count .i_jmzc_img01 {
        display: none;
    }

    .i_jmzc_count .i_jmzc_img02 {
        display: block;
        margin: 15px auto;
    }

    .i_jmzc_count p:nth-of-type(1) {
        color: white;
    }

    .i_gy_text p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 10;
        overflow: hidden;
    }

    .i_gy_text {
        padding: 0 10px;
    }

    .i_title > p:nth-of-type(3) {
        font-size: 11px;
    }
}

@media all and (max-width: 768px) {
    .i_title p img {
        width: 22px;
    }

    .i_title p:nth-of-type(2) > img {
        width: 6px;
        margin-top: 0px;
    }

    .i_cpys_box {
        padding-top: 30px;
    }

    .i_cpys_count > p {
        font-size: 18px;
    }

    .i_cpys_count > p span {
        font-size: 22px;
    }

    .i_cpys_count_text p:nth-of-type(1) {
        font-size: 16px;
    }

    .i_cpys_count_text img {
        width: 8px;
    }

    .i_jmys {
        margin: 10px 0
    }

    .i_jmzc_bj {
        padding: 30px 0 0px 0;
    }
}

/*公司简介*/
.a_title {
    font-size: 22px;
    margin-top: 30px;
}

.a_title img {
    width: 12px;
}

.a_title span {
    font-size: 14px;
    color: #bababa;
    letter-spacing: 5px;
}

.a_em {
    display: inline-block;
    width: 60px;
    border-top: 1px solid #bc0000;
    margin: 20px 0;
}

.a_text02 {
    margin: 90px 0 150px 0;
}

.a_text02_nr {
    width: 75%;
    text-indent: 2em;
    padding: 30px;
    line-height: 28px;
    background-color: white;
    box-shadow: 3px 3px 5px #575757;
    position: absolute;
    bottom: -150px;
    left: 11%;
}

@media all and (max-width: 768px) {
    .a_title {
        font-size: 20px;
    }

    .a_title span {
        letter-spacing: 1px;
    }

    .a_text02 {
        margin: 20px 0;
    }

    .a_text02_nr {
        position: static;
        width: 100%;
        padding: 30px 0;
        background-color: #eaeaea;
        box-shadow: none;
    }

    .a_text02_nr p {
        padding: 0 10px;
    }
}

/*联系我们*/
.cu_text {
    background-color: #22242e;
    text-align: center;
    padding: 50px 0;
    line-height: 26px;
    color: white;
    margin-top: 50px;;
}

.cu_text img {
    width: 120px;
    margin-bottom: 10px;

}

@media all  and  (max-width: 768px) {
    .cu_text img {
        width: 60px;
    }

    .cu_text > div {
        height: 120px;
    }
}

/*企业文化*/
.aw_text01 {
    background: url("../image/page/aw_01.jpg") no-repeat;
    width: 100%;
    padding: 40px 30px;
    color: white;
    margin-top: 50px;
}

.aw_text01 p:nth-of-type(1) {
    font-size: 24px;
}

.aw_text02 {
    margin: 20px 10px;
}

.aw_text02_logo {
    width: 45%;
}

.aw_text02 em {
    border-top: 2px solid #353535;
    width: 130px;
    display: inline-block;
    bottom: 20px;
    padding: 10px 10px 0 10px;

}


.aw_text02_nr {
    height: 161px;
    background-color: white;
    padding: 20px;
    /* box-shadow: 1px 1px 5px #575757;*/
}

.aw_text02_nr p img {
    width: 10px;
}

.aw_text02_nr p:nth-of-type(1) {
    font-size: 16px;
    font-weight: bold;

}

.aw_text02_nr p:nth-of-type(2) {
    color: #bababa;
    margin: 10px 0;

}

.aw_text02_nr p:nth-of-type(3) {
    width: 70px;
    border: 1px solid #bc0000;
    margin-bottom: 10px;
}

.aw_text03 {
    margin: 90px 0 50px 0;
    background-color: white;
    padding: 20px 0;
    text-align: center;
}

.aw_text03 img {
    width: 65%;
    margin-bottom: 10px;
}

@media all and (max-width: 768px) {
    .aw_text01 {
        padding: 30px 0;
    }

    .aw_text01 p:nth-of-type(1) {
        font-size: 14px;
    }

    .aw_text01 p {
        padding: 0 20px;
    }

    .aw_text03 {
        margin: 30px 10px 0px 10px;
    }
}

/*加盟优势*/
.js_text {
    background-color: white;
    height: 294px;

}

.js_text_img01 {
    width: 122px;
}

.js_text_img02 {
    width: 180px;
}

.js_text_img03 {
    width: 175px;
}

.js_text_img04 {
    width: 186px;
}

.js_text p img {
    width: 15px;
    margin-right: 10px;;
}

.js_text p:nth-of-type(1) {
    font-size: 24px;
    font-weight: bold;

}

.js_text p:nth-of-type(2) {
    color: #bababa;
    margin: 15px 0;
    font-size: 18px;

}

.js_text p:nth-of-type(3) {
    width: 70px;
    border: 1px solid #bc0000;
    margin: 20px 0;
}

.js_text p:nth-of-type(4) {
    font-size: 18px;
}

@media all and (max-width: 768px) {
    .js_text {
        padding: 0 10px;
        height: 190px;
    }

    .js_text p img {
        width: 10px;

    }

    .js_text p:nth-of-type(1) {
        font-size: 14px;
    }

    .js_text p:nth-of-type(2) {
        font-size: 12px;
    }

    .js_text_img01 {
        width: 80px;
    }

    .js_text_img02 {
        width: 116px;
    }

    .js_text_img03 {
        width: 113px;
    }

    .js_text_img04 {
        width: 120px;
    }
}

/*加盟政策*/
.jc_fy {
    padding: 50px 0;
    margin-top: 50px;
    color: white;
    background: url("../image/page/jz_03.jpg") no-repeat;
    width: 100%;
    text-align: center;
    letter-spacing: 5px;
}

.jc_fy p:nth-of-type(1) {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;


}

.jz_04_img {
    width: 80%;
    margin-top: 30px;
}

@media all and (max-width: 768px) {
    .jc_fy {
        letter-spacing: 2px;
    }

    .jc_fy p:nth-of-type(1) {
        font-size: 16px;
    }

    .jz_04_img {
        width: 90%;

    }
}

.jzc_mt {
    margin: 140px 0;
}

/*加盟支持*/
.jzc_bj {
    background: url("../image/page/jzc_01.jpg") no-repeat;
    width: 100%;
}

.jzc_img {
    width: 500px;
}

.jzc_text {
    position: absolute;
    font-size: 24px;
    font-weight: bold;
    color: #bc0000;
}

.jzc_text img {
    width: 10px;
    margin-right: 10px;
}

.jzc_text p {
    font-size: 14px;
    color: #575757;
    font-weight: 100;
    margin-top: 5px;
}

.jzc_text01 {
    top: 0;
    left: 17%;
}

.jzc_text02 {
    top: 30%;
    left: 10%;
}

.jzc_text03 {
    top: 60%;
    left: 10%;
}

.jzc_text04 {
    top: 90%;
    left: 17%;
}

.jzc_text05 {
    top: 0;
    right: 17%;
}

.jzc_text06 {
    top: 30%;
    right: 10%;
}

.jzc_text07 {
    top: 60%;
    right: 10%;
}

.jzc_text08 {
    top: 90%;
    right: 17%;
}

.jzc_text09 {
    top: -16%;
    right: 42%;
}

.jzc_text10 {
    bottom: -15%;
    right: 46%;
}

@media all and (max-width: 768px) {
    .jzc_img {
        width: 80%;

    }

    .jzc_text p {
        font-size: 12px;
    }

    .jzc_text {
        position: static;
        display: inline-block;
        width: 45%;
        margin: 15px 0;
        font-size: 18px;

    }

    .jzc_text img {
        width: 7px;
        margin-right: 5px;
    }

    .jzc_mt {
        margin: 30px 0;
    }


}

/*新闻中心*/
.n_title a {
    margin: 0px 90px;
    border: 1px solid #bc0000;
    padding: 10px 40px;
}

.n_title_active {

    background-color: #c59a79;
    color: white;

}

.n_img {
    width: 80%;
}

.n_time span {
    font-size: 24px;

}

.n_text {
    line-height: 24px;
}

.n_text h3 a {
    color: #bc0000;

}

.n_text h3 {
    margin-bottom: 10px;
}

.n_border {
    border-bottom: 1px solid #929292;
    overflow: hidden;
    padding-bottom: 18px;
}

@media all and (max-width: 768px) {
    .n_title a {
        margin: 0px 20px;

        padding: 10px 30px;
    }

    .n_img {
        width: 95%;
    }
}

.lb {
    overflow: hidden;
    margin-top: 85px;
}

@media all and (max-width: 768px) {
    .lb {
        margin-top: 50px;
    }
}

.lb img {
    width: 100%;
}

.product-nav {
    margin-top: 115px;
}

@media all and (max-width: 768px) {
    .product-nav {
        margin-top: 50px;
    }
}

.nav-box {
    box-sizing: border-box;
    margin-top: 85px;
    padding: 0 8px;
    height: 60px;
    background-color: #f7f7f7;
}

.nav-box *{
    box-sizing: border-box;
}

.nav-box + * {
    margin-top: 0 !important;
}

.nav-box .content {
    margin: 0 auto;
    width: 1200px;
    height: 100%;
    line-height: 60px;
}
.nav-box .content i{
    padding: 0 10px;
    font-size: 14px;
}

.nav-box .content a:hover{
    color: #00a2ea;
}

@media screen and (max-width: 768px){
    .nav-box{
        margin-top: 50px;
        min-height: 40px;
        height: auto;
    }
    .nav-box .content{
        padding: 8px 0;
        width: 100%;
        line-height: 1.8em;
    }

    .s-width-max{
        width: 100%;
    }
}


