*{
    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: 641px;
	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_wear{
    font-size: 32px;
    padding-top: 50px;
}

.content_desc_wear{
	color: #555555;
	font-size: 16px;
	margin-top: 15px;
}

.content_first_wear{
    width: 100%;
    height: 430px;
}

.first_detail_wear{
    width: 1280px;
    margin: 50px auto;
}

.first_detail_wear li div:first-child{
    width: 100%;
    height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
}


.first_detail_wear img{
    width: 60px;
    /* height: 80px; */
}

.first_detail_wear li{
    position: relative;
    float: left;
    width: 113px;
    margin: 30px 50px;
    height: 200px;
    color: #666666;
}
	
.first_detail_wear li >div{
    margin-bottom: 10px;
}

.first_detail_wear li div:nth-child(3n){
    margin-bottom: 10px;
	width: 315px;
	height: 40px;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #666666;
	line-height: 20px;
}	
.first_detail_text_wear{
    font-size: 21px;
    color: #333333;
	font-weight: 400;
	margin-top: 20px;
}

.bg-foot_wear{
	width: 100%;
	background: url(../../image/plan/wear/gdgn_bg.png) no-repeat;
	background-size: 100% 100%;
}

.content_second_wear{
    width: 100%;
    height: 500px;
    background-color: rgba(0, 0, 0, 0.65);
    color: white;
}

.second_detail_wear{
    width: 1200px;
    margin: 100px auto 0 auto;
}

.second_detail_wear img{
    width: 96px;
    height: 96px;
}

.second_detail_wear li{
    position: relative;
    float: left;
    width: 300px;
    margin: 0 50px;
    color: #999999;
}

.second_detail_wear li>div{
    margin-bottom: 15px;
}

.second_detail_text_wear{
    font-size: 21px;
    color: white;
}

.content_third_wear{
    width: 100%;
    height: 130px;
    font-size: 21px;
    line-height: 130px;
    /* background-color: #000003; */
	background-color: #000000;
	opacity: 0.69;
    color: white;
}