*{
    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_title_data{
    font-size: 32px;
    padding-top: 50px;
}

.content_first_data{
    width: 100%;
    height: 730px;
}

.first_detail_data{
    width: 1280px;
    /* width: 1000px; */
    margin: 50px auto;
}

.first_detail_data li div:first-child{
    width: 100%;
    height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* .first_detail img{
    width: 70px;
    height: 80px;
} */

.first_detail_data li{
    position: relative;
    float: left;
    width: 315px;
    /* width: 232px; */
    margin: 30px 50px;
    height: 200px;
    color: #666666;
}

.first_detail_data li >div{
    margin-bottom: 10px;
}

.first_detail_data li div:nth-child(3n){
    margin-bottom: 10px;
	width: 315px;
	/* width: 232px; */
	height: 40px;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #666666;
	line-height: 20px;
}

.first_detail_text_data{
    font-size: 21px;
    color: #333333;
	margin-top: 25px;
}

.bg-foot_data{
	width: 100%;
	background: url(../../image/plan/data/tesefuwu_BG.png) no-repeat;
	background-size: 100% 100%;
}

.content_second_data{
    width: 100%;
    height: 448px;
    /* background-color: rgba(0, 0, 0, 0.65); */
    color: white;
}

.second_detail_data{
    width: 1200px;
    margin: 100px auto 0 auto;
}

.second_detail_data img{
    width: 96px;
    height: 96px;
}

.second_detail_data li{
    position: relative;
    float: left;
    width: 200px;
    margin: 0 100px;
    font-size: 21px;
}

.second_detail_data li>div{
    margin-bottom: 15px;
}

.content_third_data{
    width: 100%;
    height: 130px;
    font-size: 21px;
    line-height: 130px;
    /* background:rgba(0, 0, 0, 0.5); */
	background: #000003;
	opacity: 0.7;
    color: white;
}