
.content{
    width: 100%;
    overflow: hidden;
}
.content .surpass_1{
    width: 100%;
    position: relative;
    margin-top: 72px;
}

.content .surpass_1 .banner{
    width: 100%;
    height: 186px;
    background: #eee;
}
.content .surpass_1 .banner .text{
    width: 1600px;
    margin: auto;
}
.content .surpass_1 .banner .text span{
    width: 280px;
    border-bottom: 2px solid #777;
    margin-top: 89px;
    display: block;
    height: 2px;
    float: left;
    margin-right: 30px;
}
.content .surpass_1 .banner .text h2{
    color: #333;
    font-size: 30px;
    line-height: 186px;
}

.content .surpass_1 .top{
    width: 100%;
    height: 236px;
    line-height: 236px;
    background: #fff;
}
.content .surpass_1 .top .text h1{
    font-size: 38px;
    margin-left: 70px;
    font-weight: 600;
}
.content .surpass_1 .bottom{
    width: 100%;
    height: 418px;
    background: #323439;
}
.content .surpass_1 .bottom .c_width{
    position: relative;
}
.content .surpass_1 .bottom .text{
    position: absolute;
    width: 60.5%;
    background: #fff;
    top: -60px;
    left: 0;
    z-index: 2;
}
.content .surpass_1 .bottom .text{
    position: absolute;
    width: 1035px;
    height: 375px;
    padding: 50px 80px 50px 80px;
    box-sizing: border-box;
    background: #fff;
    top: -60px;
    left: 0;
    z-index: 2;
    -webkit-box-shadow:0px -1px 15px #f0f0f0 ;
    -moz-box-shadow:0px -1px 15px #f0f0f0 ;
    box-shadow: 0 -1px 15px #a1a1a1;
}
.content .surpass_1 .bottom .text p{
    font-size: 16px;
    line-height: 30px;
    margin-top: 10px;
    text-align: justify;
}

.content .surpass_1 .img{
    position: absolute;
    right: 0;
    top: 0;
}
.content .surpass_1 .img img{
    width: 100%;
}


.content .surpass_2{
    width: 100%;
    padding-top: 50px;
    padding-bottom: 100px;
    position: relative;
}
.content .surpass_2 ul.box-wrapper {
	-moz-column-count:4;
	/* Firefox */
    -webkit-column-count:4;
	/* Safari 和 Chrome */
    column-count:4;
	-moz-column-gap:1em;
	-webkit-column-gap:1em;
	column-gap:1em;
}
.content .surpass_2 ul li.box {
	margin-bottom:40px;
	-moz-page-break-inside:avoid;
	-webkit-column-break-inside:avoid;
	break-inside:avoid;
}
.content .surpass_2 ul li img{
    width: 100%;
}
.content .surpass_2 ul li .color1{
    /* height: 520px;
    background: #dddada; */
}
.content .surpass_2 ul li .color2{
    /* height: 213px;
    background: #dddada; */
}

.content .surpass_2 ul li .color3{
    /* height: 275px;
    background: #dddada; */
}

.content .surpass_2 ul li .color4{
    /* height: 398px;
    background: #dddada; */
}

.content .surpass_2 ul li .color5{
    /* height: 357px;
    background: #dddada; */
}

.content .surpass_2 ul li .color6{
    /* height: 569px;
    background: #dddada; */
}

.content .surpass_2 ul li .color7{
    /* height: 590px;
    background: #dddada; */
}

.content .surpass_2 ul li .color8{
    /* height: 280px;
    background: #dddada; */
}
.content .surpass_2 ul li .text{
    width: 85%;
    height: auto;
}
.content .surpass_2 ul li .text h5{
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 5px;
    font-weight: 600;
}
.content .surpass_2 ul li .text p{
    font-size: 14px;
    line-height: 20px;
    color: #8c8c8c;
}
@media screen and (max-width: 1450px) {
    .content .surpass_1 .banner{
        height: 96px;
    }
    .content .surpass_1 .top .text h1{
        font-size: 32px;
        margin-left: 30px;
    }
    .content .surpass_1 .img{
        width: 60%;
        height: 595px;
        overflow: hidden;
    }
    .content .surpass_1 .bottom{
        height: 289px;
    }
    .content .surpass_1 .bottom .text{
        width: 720px;
        height: 250px;
        padding: 30px 30px 0px 30px;
    }
    .content .surpass_1 .bottom .text p{
        line-height: 25px;
    }
}
@media screen and (max-width: 1366px) {
    .content .surpass_1 .bottom{
        height: 263px;
    }
}
/* 手机样式 */

@media screen and (max-width: 768px) {
    .c_width{
        width: 100%;
    }
    .content .surpass_1 .banner{
        display: none;
    }
    .content .surpass_1 .banner .text{
        width: 100%;
    }
    .content .surpass_1 .banner .text span{
        width: 100px;
    }
    .content .surpass_1 .top{
        height: 30px;
        line-height: 30px;
        background: #323439;
        text-align: center;
        padding-top: 5%;
    }
    .content .surpass_1 .top .text h1{
        font-size: 20px;
        color: #fff;
        margin: 0;
    }
    .content .surpass_1 .bottom{
        height: auto;
        padding-top: 0;
    }
    .content .surpass_1 .bottom .text{
        position: initial;
        width: 100%;
        padding: 2% 5% 5% 5%;
        height: auto;
        background: #333;
        color: #fff;
        box-shadow: initial;
    }
    .content .surpass_1 .bottom .text p{
        line-height: 25px;
        margin: 0;
        text-align: justify;
        font-size: 14px;
    }
    .content .surpass_1 .bottom .img{
        width: 100%;
        position: initial;
    }
    .content .surpass_1 .img{
        width: 100%;
        position: initial;
    }
    .content .surpass_2{
        width: 90%;
        padding: 5%;
    }
    .content .surpass_2 ul.box-wrapper{
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
    .content .surpass_2 ul li .text{
        width: 80%;
        padding: 0 10%;
        text-align: center;
    }
    .content .surpass_2 ul li.box img{
        width: 100%;
    }
    
}
