

.part_one{
    width: 1920px !important;
    margin: auto;
    z-index: -11;
}

/* 公司简介*/

.part_two{
    width: 1920px;
    margin: auto;
    height: 736px;
    /* border: 1px solid black; */
}
.two-container{
    width: 1400px;
    height: 537px;
    margin:  auto;
    padding-top: 100px;
    /* border: 1px solid red; */
}
    .two-left{
        display: inline-block;
        width: 660px;
        float: left;
    }
    .two-title1{
        font-size: 48px;
        font-weight: 600;
        line-height: 48px;
        color: #c1bfc2;
    }
    .two-title2{
        font-size: 36px;
        line-height: 36px;
        margin-top: 13px;
        margin-bottom: 40px;
        color: #4e1300;
    } 
    .two-line{
        height: 2px;
        width: 60px;
        background: #e69258;
        margin-bottom: 68px;
    }
    .two-text{
        width: 525px;
        font-size: 16px;
        line-height: 36px;
    }
    .two-more{
        width: 135px;
        height: 34px;
        background: white;
        margin-top: 55px;
    }
    .two-more a{
        display: inline-block;
        text-decoration: none;
        line-height: 35px;
        padding-left: 34px;
        font-size: 16px;
        color: #666;
        width: 74%;
        height: 100%;
    }
    .two-more img{
        display: inline-block;
        float: right;
    }
.two-right{
    display: inline-block !important;
    width: 740px;
    display: flex !important;
    justify-content: space-between;

}
    .two-box{
        display: inline-block;
        position: relative;
    }
        .two-box img{
            display: inline-block;
            width: 100%;
            height: 100%;
        }

    .two-mark{
        opacity: 0;
        position: absolute;
        top: 148px;
        width: 287px;
        height: 240px;
        text-align: center;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
        background: rgba(0, 0, 0, .6);
        margin-top: 148px;
        margin-left: 33px;
        color: white;
        transition: 1s;
        -webkit-transition: 1s;
        -moz-transition: 1s;
        -ms-transition: 1s;
        -o-transition: 1s;
}
    .two-mark img{
        display: block;
        width: 56px;
        height: 44px;
        margin: auto;
        margin-top: 60px;
    }
    .two-mark .mark-title1{
        font-size: 24px;
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .two-mark .mark-title2{
        font-size: 20px;
    }

    .two-box:hover .two-mark{
        opacity: 1;
        display: inline-block;
        top: 0px;
        transition: 1s;
        -webkit-transition: 1s;
        -moz-transition: 1s;
        -ms-transition: 1s;
        -o-transition: 1s;
    }

/* 我们的服务 */
.part_three{
    background: url(../img/index-bg1.jpg) no-repeat;
    width: 1920px;
    height: 670px;
    margin: auto;
    position: relative;
    margin-bottom: 456px;
}
    .three-title1{
        font-size: 48px;
        line-height: 48px;
        font-weight: 600;
        color: #c1bfc2;
        text-align: center;
        padding-top: 100px;
        margin-bottom: 15px;
    }
    .three-title2{
        font-size: 36px;
        line-height: 36px;
        color: white;
        text-align: center;
        margin-bottom: 40px;
    }
    .three-line{
        width: 60px;
        height: 2px;
        background: white;
        margin: auto;
        margin-bottom: 72px;
    }

    .three-container{
        width: 1400px;
        height: 712px;
        margin: auto;
        background: white;
        /* border: 1px solid red; */
    }
        .three-item{
            display: inline-block;
            vertical-align: text-top;
            width: 24.74%;
            height: 356px;
        }
            .three-item img{
                width: 100%;
                height: 100%;
            }
            .item-title{
                font-size: 30px;
                color: #4e1300;
                text-align: center;
                margin-top: 60px;
                margin-bottom: 25px;
            }
            .item-line{
                width: 40px;
                height: 2px;
                background: #4e1300;
                margin: auto;
                margin-bottom: 40px;
            }
            .item-text{
                font-size: 12px;
                color: #666;
                line-height: 20px;
                padding: 0 20px;
                text-align: center;
            }


/* 产品中心 */
.part_four{
    width: 1920px;
    margin: auto;
}
    .four-title1{
        font-size: 48px;
        line-height: 48px;
        font-weight: 600;
        color: #c8cddf;
        text-align: center;
        margin-bottom: 15px;
    }
    .four-title2{
        font-size: 36px;
        line-height: 36px;
        color: #4e1300;
        text-align: center;
        margin-bottom: 40px;
    }
    .four-line{
        width: 60px;
        height: 2px;
        background: #e69258;
        margin: auto;
        margin-bottom: 85px;
    }
/* 选项卡 */
.four-container{
    width: 1400px;
    height: 560px;
    margin: 0 auto;
    /* border: 1px solid red; */
    margin-bottom: 217px;

}
.four-container ul{
    display: inline-block;
    width: 202px;
    margin: 0 auto;
    /* border: 1px solid black; */
}
.four-container ul li{
    width: 202px;
    height: 80px;
    line-height: 80px;
    margin-bottom: 3px;
    text-align: center;
}
.four-container ul li a{
    text-align: none;
    color: #4e1300;
    display: inline-block;
    width: 100%;
    height: 100%;
}
.four-container p{
    display: block;
    cursor: pointer;
}
.four-right{
    display: inline-block;
    width: 1190px;
    height: 100%;
    background: #eaceb8;
    float: right;
}
.four-normal{
    background:#4e1300;
    display: block;
    color: white;
}
.four-active{
    background: #df8e51;
    display: block;
    color: #4e1300;
}
.four-container ul li:hover .four-normal{
    background: #df8e51;
}
.four-container ul li:hover .four-normal{
    color: #4e1300;
}


#box-show{
    
}
#box-hidden1,#box-hidden2{ 
    display: none;
}

.four-box{
    width: 1125px;
    height: 460px;
    /* border: 1px solid red; */
    margin-top: 35px;
    margin-left: 30px;
    display: flex;
    justify-content: space-between;
}
.four-item{
    width: 28.5%;
    overflow: hidden;
background: url(../img/img-bg.jpg) no-repeat;
}
.four-item>a{
    display: inline-block;
    width: 100%;
    overflow: hidden;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}
    .four-item>a>img{
        display: inline-block;
        width: 100%;
        height: 100%;
        /* transition: 1s;
        -webkit-transition: 1s;
        -moz-transition: 1s;
        -ms-transition: 1s;
        -o-transition: 1s; */
}
    .four-item-title{
        font-size: 24px;
        line-height: 24px;
        margin-top: 25px;
        margin-bottom: 15px;
        color: #333;
        text-align: center;
        transition: 0.5s;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
    }
    .four-item-title a{
        display: inline-block;
        width: 100%;
        height: 100%;
        color: #333;
    }
    .four-item-num{
        font-size: 16px;
        color: #999;
        text-align: center;
    }
    .four-item:hover .four-item-title a{
        color: #f37518;
    }
    .four-item:hover>a{
        display: inline-block;
        box-sizing: border-box;
        border: 5px solid #f37517;
        transition: 0.5s;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
    }
    /* .four-item:hover>a>img{
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
    } */

    .four-more{
        width: 135px;
        height: 34px;
        background: white;
        margin: auto;
        margin-top: 135px;
    }
    .four-more a{
        display: inline-block;
        text-decoration: none;
        line-height: 35px;
        padding-left: 34px;
        font-size: 16px;
        color: #666;
        width: 74%;
        height: 100%;
    }
    .four-more img{
        display: inline-block;
        float: right;
    }

/* 联系我们 */
.part_five{
    width: 1920px;
    height: 200px;
    margin: 0 auto;
    background: url(../img/index-bg2.jpg) no-repeat;
    margin-bottom: 100px;
}
    .five-contain{
        width:1400px;
        height: 200px;
        margin: 0 auto;
    }
        .five-left{
            display: inline-block;
            width: 60%;
            vertical-align: text-top;
        }
        
        .five-right{
            display: inline-block;
            width: 40%;
            vertical-align: text-top;
        }
            .five-left>p{
                text-align: center;
                font-size: 30px;
                line-height: 30px;
                color: #010101;
            }
            .five-left>p:nth-child(1){
                margin-top: 70px;
                margin-bottom: 20px;
            }

            .five-right>p a{
                float: right;
                width: 182px;
                height: 62px;
                background: #4e1300;
                color: white;
                font-size: 24px;
                line-height: 62px;
                text-align: center;
                margin-right: 170px;
                margin-top: 70px;
            }

/* 新闻中心 */
.part_six{
    width: 1920px;
    margin: 0 auto;
}
    .six-container{
        width: 1400px;
        margin: 0 auto;

    }
        .six-item{
            display: inline-block;
            width: 650px;
            height: 155px; 
            padding-left: 20px; 
            padding-top: 20px;
            background: #eaceb8;
            margin-bottom: 45px;
        }
        .six-item>a{
            text-decoration: none;
            color: #666;
            font-size: 14px;
            line-height: 24px;
        }
            .six-img{
                display: inline-block;
                overflow: hidden;
            }
            .six-img>img{
                display: inline-block;
                width: 192px;
                height: 128px;
                transition: 1s;
                -webkit-transition: 1s;
                -moz-transition: 1s;
                -ms-transition: 1s;
                -o-transition: 1s;
            }
            .six-itemR{
                width: 380px;
                margin-right: 30px;
                display: inline-block;
            }
            .six-title{
                font-size: 20px;
                line-height: 20px;
                color: #333;
                font-weight: bold;
                margin-top: 20px;
                margin-bottom: 20px;
            }
            .six-text{
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
                overflow: hidden;
            }
            .six-item:hover .six-title{
                color: #4e1300;
            }
            .six-item:hover .six-img>img{
                transform: scale(1.2);
                -webkit-transform: scale(1.2);
                -moz-transform: scale(1.2);
                -ms-transform: scale(1.2);
                -o-transform: scale(1.2);
    }
    .six-more{
        width: 135px;
        height: 34px;
        background: white;
        margin: auto;
        margin-top: 25px;
    }
    .six-more a{
        display: inline-block;
        text-decoration: none;
        line-height: 35px;
        padding-left: 34px;
        font-size: 16px;
        color: #666;
        width: 74%;
        height: 100%;
    }
    .six-more img{
        display: inline-block;
        float: right;
    }







.hide{ display:none;}