*{
    padding: 0;
    margin: 0;
    list-style: none;
    border: 0;
}

.container{
    min-width:1280px;
    text-align: center;
}

a{
    cursor: pointer;
}

.content_banner{
    height: 320px;
    width: 100%;
    background-color: black;
}

.banner{
    width: 1280px;
    height: 320px;
    margin: 0 auto;
    position: relative;
}

.banner img{
    width: 1280px;
    height: 320px;
}

.pic_text {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	color: #FFFFFF;
}

.pic_text .title {
	width: 160px;
	height: 56px;
	font-size: 40px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 56px;
	margin-top: 60px;
}

.pic_text .content {
	width: 686px;
	height: 58px;
	font-size: 21px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 29px;
	margin-top: 30px;
	text-align: left;
}

.content_first{
    width: 100%;
    height: 650px;
    text-align: left;
}

.first_title{
    font-size: 32px;
    width: 1280px;
    margin: 0 auto;
    padding-top: 60px;
}

.first_detail{
    width: 1280px;
    height: 550px;
    margin: 20px auto;
}

.first_detail>div{
    float: left;
}

.detail_left_add{
    width: 660px;
    margin-right: 20px;
    /* float: left; */
	display: flex;
	align-items: center;
}

.detail_left_add img{
    width: 660px;
    /* height: 429px; */
}

.detail_left{
    width: 539px;
    height: 550px;
}

.detail_right img{
    width: 714px;
    height: 429px;
}

.detail_left_desc{
    font-size: 16px;
    color: #333333;
    line-height: 29px;
    height: 58px;
    width: 584px;
}

.detail_left_content{
    padding-top: 60px;
}

.detail_left_content img{
    width: 60px;
    height: 60px;
}

.detail_left_text{
    width: 469px;
    height: 60px;
    padding-top: 5px;
}

.detail_left_text>div{
	margin: 3px 0 0 10px;
}


.detail_left_content li{
    width: 539px;
    height: 60px;
    margin-top: 20px;
}

.detail_left_content li>div{
    float: left;
    position: relative;
}

.detail_left_img{
    width: 70px;
    height: 60px;
}

.detail_title{
    font-size: 18px;
}

.detail_text{
    font-size: 14px;
    color: #666666;
}

.content_second{
    width: 100%;
    height: 740px;
    text-align: left;
    background-color: #F5F7FA;
}

.second_detail{
    width: 1280px;
    height: 600px;
    margin: 0 auto 0 auto;
    padding-top: 88px;
	
	display: flex;
}

.content_second .detail_left{
    width: 600px;
    height: 562px;
}

.content_second .detail_left img{
    width: 278px;
    height: 562px;
    padding-left: 150px;
}

.second_detail>div{
    float: left;
}

.content_second .detail_right{
    width: 660px;
    margin-left: 20px;
    float: left;
}

.second_title{
    font-size: 32px;
    margin-bottom: 20px;
    margin-top: 20px;
}


.content_third{
    width: 100%;
    height: 930px;
    font-size: 21px;
    line-height: 150px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #333333;
	background-color: #FFFFFF;
}

