* {
	margin: 0;
	padding: 0;
}

/* èƒŒæ™¯å›¾ç‰‡ */
.bg-cover {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.top_box{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
li{
	list-style: none;
}
a{
	text-decoration:none;
	color:#000;
}
/* logo */
.logoBox_content {
	width: 50%;
	height: 128px;
	background: white;
}

.logoBox_img {
	width: 150px;
	height: 100%;
	display: flex;
	align-items: center;
}
.logoBox_img img{
	width: 100%;

}
.tab_box ul{
	display: flex;
	justify-content: flex-start;
}
.tab_box li{
	display: inline-block;
	width: 120px;
	height: 128px;
	line-height: 128px;
	text-align: center;
	font-size: 20px;
}
/* banner */
.bannerBox_content {
	width: 100%;
}

.bannerBox_content img {
	width: 100%;
}

/* å¸‚åœºä»‹ç» */
.market_Introduction {
	width: 100%;
	height: 450px;
	background: white;
	margin-top: -4px;
}

.introduction_box {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}

.introduction_title {
	text-align: center;
	padding-top: 40px;
}

.introduction_tipsimg {
	text-align: center;
}

.introduction_content {
	display: flex;
	justify-content: space-between;
}

.introduction_left {
	width: 770px;
}

.introductionLeft_title {
	font-size: 22px;
	margin-top: 10px;
}

.introductionLeft_line {
	width: 36px;
	height: 4px;
	background-color: #e50112;
	border-radius: 2px;
	margin-top: 4px;
}

.introductionLeft_content {
	margin-top: 28px;
	font-size: 18px;
	line-height: 38px;
}

.introduction_right {
	width: 380px;
}

.introduction_right img {
	width: 100%;
	border-radius: 6px;
}

/* æœè£…å“ç±» */
.apparel_category {
	width: 100%;
	height: 610px;
	background: #f2f2f2;
}

.category_box {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}

.category_ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 20px;
	list-style: none;
}

.category_li {
	width: 320px;
	margin-bottom: 10px;
}

.category_li img {
	width: 100%;
}

.category_li div {
	padding: 10px 0;
	text-align: center;
}

/* å¯¼è´­åœ°å›¾ */
.guide_map {
	width: 100%;
	background: white;
	padding-bottom: 60px;
}

.guide_map_box {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}

.guide_map_img {
	margin-top: 20px;
}

.guide_map_img img {
	width: 100%;
}

/* å…³äºŽæˆ‘ä»¬ */
.about_Us {
	width: 100%;
	height: 480px;
	background: #f2f2f2;
}

.about_Us_box {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}

.about_Us_content {
	display: flex;
	margin-top: 20px;
}

.about_Us_right {
	margin: 20px 0 6px 40px;
}

.about_Us_list {
	display: flex;
}

.about_Us_list img {
	width: 24px;
	height: 24px;
}

.about_Us_titles {
	font-size: 18px;
	margin-left: 10px;
	margin-bottom: 12px;
}

.about_Us_line {
	width: 556px;
	border: solid 1px #878787;
	opacity: 0.2;
	margin-top: 6px;
}

.about_Us_bottom {
	padding-top: 58px;
}

.about_Us_linetitle {
	font-size: 20px;
	color: #e50112;
	margin-bottom: 10px;
}

.about_Us_bottomBox {
	font-size: 18px;
}

/* å…¬ä¼—å· */
.official_accounts {
	width: 100%;
	height: 280px;
	background: white;
}

.accounts_box {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}

.accounts_ul {
	padding: 40px 160px;
	list-style: none;
	display: flex;
	justify-content: space-between;
}

.accounts_li div {
	text-align: center;
	padding-bottom: 40px;
}

/* è¯¦ç»†åœ°å€ */
.address_details {
	width: 100%;
	height: 56px;
	background-color: #000000;
}

.address_details_box {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}
.address_details_leftIphone{
	margin-left: 12px;
}
.address_details_content {
	display: flex;
	justify-content: space-between;
}
.filing_line_border{
	color: #adadad;
	padding: 0 4px;
}
.address_details_left {
	line-height: 56px;
	color: white;
	font-size: 15px;
}

.address_details_right {
	line-height: 56px;
	color: white;
	font-size: 15px;
	color: #ffebcb;
}

.address_details_right img {
	vertical-align: middle;
	margin-right: 4px;
}

.address_details_right span {
	vertical-align: middle;
}

/* å¤‡æ¡ˆå· */
.filing_box {
	width: 100%;
	height: 68px;
	background-color: white;
}

.filing_content {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}

.filing_tips {
	text-align: center;
	color: #333333;
	font-size: 14px;
	padding-top: 16px;
}

.filing_ablank {
	text-align: center;
	font-size: 14px;
	margin-top: 4px;
}

.filing_ablank a {
	color: #adadad;
}
