* {
    margin: 0;
    padding: 0;
    list-style: none;
}

body {
    font-family: "微软雅黑";
    width: 100%;
    font-size: 12px;
}

img {
    border: none;
}

.juzhong {
    width: 62.5%;
    min-width: inherit;
    position: relative;
    margin: 0 auto;
}

.swiper-slide img {
    width: 100%;
}

.the_bar .swiper-pagination-bullet {
    background: #FFF;
}

.the_bar .swiper-pagination-bullet-active {
    background: #d8b671;
}

.box1 {
    position: relative;
    padding: 50px 0;
}

.box1_con {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.box1_helf {
    width: 48%;
    position: relative;
}

.box1_helf img {
    width: 100%;
}

.box1_span1 {
    color: #3e3a39;
    font-size: 27px;
    font-family: 'Helvetica CE 55 Roman'
}

.box1_span2 {
    font-size: 24px;
    color: #3e3a39;
    display: block;
    padding: 20px 0 40px 0;
    font-family: '思源黑体 CN'
}

.box1_helf p {
    line-height: 24px;
    font-size: 14px;
    color: #898989;
    font-family: '思源黑体 CN'
}

.box2 {
    width: 100%;
    position: relative;
    background: #eeefef;
}

.box2_top {
    width: 100%;
    position: relative;
    padding: 56px 0 23px 0;
}

.box2_span1 {
    display: block;
    position: relative;
    text-align: center;
    font-size: 26px;
    color: #3e3a39;
    font-family: '思源黑体 CN'
}

.box2_line {
    position: relative;
    display: block;
    height: 3px;
    width: 48px;
    margin: 8px auto;
    background: #d8b671
}

.box2_span2 {
    display: block;
    position: relative;
    text-align: center;
    font-size: 14px;
    color: #3e3a39;
    font-family: 'Helvetica CE 55 Roman'
}

.box2_top_con {
    position: relative;
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.box2_top_mincon {
    text-align: center;
    padding: 8px 20px;
    color: #595757;
    font-size: 14px;
    cursor: pointer;
}

.box2_top_con :hover {
    color: white;
    background: #d8b671;
}

.box2_bottom {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.box2_bottom_con {
    width: 32%;
    position: relative;
    overflow: hidden;
    background: white;
    margin: 12px 0;
    text-decoration: none !important;
}

.box2_span3 {
    display: block;
    width: 100%;
    position: relative;
    text-align: center;
    font-size: 20px;
    color: white;
    background: #4c4948;
    line-height: 21px;
    display: block;
    padding: 20px 0 10px 0;
}

.box2_span4 {
    font-size: 14px;
    width: 100%;
    position: relative;
    text-align: center;
    color: white;
    background: #4c4948;
    line-height: 14px;
    display: block;
    padding: 0px 0 8px 0;
}

.box2_bottom_con img {
    width: 100%;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.box2_bottom_con:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.box2_bottom_con span {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.box2_bottom_con:hover span {
    background: #d8b671
}

.box2_the2,
.box2_the3,
.box2_the4 {
    display: none;
}

.box3 {
    width: 100%;
    position: relative;
    background: white;
}

.box3_imgcon {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.box3_img {
    width: 25%;
    position: relative;
    cursor: pointer;
}

.box3_img img {
    width: 100%;
    position: relative;
}

.box3_zhezhao {
    position: absolute;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.5;
    color: white;
    top: 0;
    left: 0;
    text-align: center;
    display: none;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.box3_imgcon :hover .box3_zhezhao {
    display: block;
}

.box3_zhezhao span {
    vertical-align: middle;
    display: inline-block;
    font-size: 20px;
}

.box4 {
    background: #221815;
    width: 100%;
    position: relative;
    padding: 60px 0;
}

.box4_1 {
    width: 33%;
    float: left;
    padding-right: 40px;
    min-height: 217px;
    margin: 10px 0;
}

.box4_2,
.box4_3 {
    width: 33%;
    float: left;
    border-left: #9fa0a0 1px solid;
    padding: 0 16px;
    min-height: 217px;
    margin: 10px 0;
}

.box4_span {
    font-size: 20px;
    color: white;
}
.box4 p{
    font-size: 14px;
    color: #ffffff
}
.box4>div {
    overflow: hidden;
}

.box4_1 img {
    width: 100%;
}

.box4_2_con {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
}

.box4_2_con img {
    width: 30%;
    padding-top: 14px;
}

.box4_2_con p {
    width: 65%;
    color: #9fa0a0;
    font-size: 12px;
    line-height: 20px;
}

.box4_2_con p span {
    display: block;
    color: white;
    font-size: 14px;
    line-height: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.box4_3 p span {
    font-size: 12px;
    color: #9fa0a0;
    display: block;
}

@media (max-width: 1200px) {
    .box1_helf {
        width: 100%;
    }
    .juzhong {
        width: 96%;
    }
    .box2_top_con {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .box2_top_mincon {
        width: 50%;
    }
    .box2_bottom_con {
        width: 100%;
    }
    .box3_imgcon {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .box3_img {
        width: 50%;
    }
    .box3_zhezhao span {
        position: absolute;
        display: inline-block;
        font-size: 20px;
        display: block;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .box4_1,
    .box4_2,
    .box4_3 {
        width: 100%;
        padding: 0;
        border: none;
    }
}