@charset "utf-8";

.banner {
	position: relative;
	overflow: hidden;
}

.warp {
	width: 1200px;
	margin: 0px auto;
	position: relative;
}

@font-face {
	font-family: 'Didot.ttf';
	src: url('../fonts/Didot.ttf');
}

@font-face {
	font-family: 'DietDidot Italic.otf';
	src: url('../fonts/DietDidot Italic.otf');
}

@font-face {
	font-family: 'HelveticaNeueLTPro-ThEx_0.otf';
	src: url('../fonts/HelveticaNeueLTPro-ThEx_0.otf');
}

@font-face {
	font-family: 'HelveticaNeueLTPro-Roman_0';
	src: url('../fonts/HelveticaNeueLTPro-Roman_0');
}

@font-face {
	font-family: 'HelveticaNeueLTPro-Hv_0';
	src: url('../fonts/HelveticaNeueLTPro-Hv_0');
}

.nav {
	height: 105px;
	border-bottom: 1px solid rgba(229, 229, 229, .3);
	position: absolute;
	top: 0;
	z-index: 2;
	width: 100%;
	line-height: 105px;
}

.nav .logo {
	float: left;
	padding-top: 20px;
}

.nav .en {
	transition: all 1s linear;
	-webkit-transition: all 1s linear;
	display: block;
}

.nav ul .li:hover .en {
	margin-top: -40px;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
}

.nav ul {
	float: right;
}

.nav ul:after {
	content: '';
	width: 1px;
	height: 11px;
	display: inline-block;
	background: url(../img/line.png);
}

.nav ul .li {
	float: left;
	width: 150px;
	text-align: center;
	margin-right: 20px;
	transition: all 1s linear;
	-webkit-transition: all 1s linear;
}

.banner .nav .warp {
	position: static;
	margin-left: 0;
	left: 0;
	width: 1200px;
	margin: 0px auto;
}

.nav ul .li a {
	display: inline-block;
	text-align: center;
	color: #333;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	line-height: 40px;
	overflow: hidden;
	vertical-align: middle;
	height: 40px;
}

.nav ul .li .am_navslide {
	width: 100%;
	background: #FFFFFF;
	height: 80px;
	text-align: center;
	line-height: 80px;
	font-size: 14px;
	color: #666666;
	position: absolute;
	/* top: 105px; */
	left: 0;
	-webkit-transition: all .4s;
	opacity: 0;
	transform: translate(0, -10px);
	-webkit-transform: translate(0, -10px);
	transition: all .4s;
	visibility: hidden;
}

.nav ul .li:hover .am_navslide {
	opacity: 1;
	visibility: visible;
	transform: translate(0, 0);
}


.nav ul .li .am_navslide a {
	overflow: initial;
	line-height: 80px;
	font-size: 14px;
	color: #666666;
	text-align: center;
	margin-right: 40px;
	position: relative;
	height: 80px;
}

.nav ul .li .am_navslide a:hover {
	color: #000000;
}

.nav ul .li .am_navslide a strong {
	margin-right: 5px;
}

.nav ul .active span.cn {
	display: block;
}

.nav ul .active span.en {
	display: none;
}

.nav ul .li .cn {
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
}

.nav ul .li .am_navslide a:last-child:after {
	background: url(../img/jiantou.png)right no-repeat;
	width: 21px;
	content: '';
	height: 20px;
	position: absolute;
	top: -13px;
	left: 155px;
}

.nav ul .li:nth-of-type(2) .am_navslide a:last-child:after {
	left: -105px;
}

.nav ul .li:nth-of-type(3) .am_navslide a:last-child:after {
	left: -30px;
}

.nav ul li:hover .cn {
	display: block;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
}


.banner .warp {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -600px;
}

.banner .bd ul li {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.banner .bd ul li .part {
	position: absolute;
	top: 75px;
	right: -240px;
	opacity: 0;
}

.banner .bd ul li .part2 {
	position: absolute;
	top: 668px;
	left: -60px;
	opacity: 0;
}

.banner .bd ul li .all {
	position: absolute;
	top: 410px;
	width: 100%;
	text-align: center;
	left: 0;
	opacity: 0;
}

.banner .bd ul li .lr {
	position: absolute;
	top: 552px;
	width: 100%;
	text-align: center;
	left: 0;
	opacity: 0;
}

.banner .bd ul li .part img {
	max-width: 100%;
}

.banner .bd ul li img {
	max-width: 100%;
}

.banner .hd ul li {
	width: 6px;
	height: 6px;
	display: inline-block;
	background-color: rgba(255, 255, 255, .6);
	border-radius: 100%;
	margin-right: 15px;
	cursor: pointer;
}

.banner .hd ul li:last-child {
	margin-right: 0;
}

.banner .hd ul li.on {
	background-color: rgba(255, 255, 255, 1);
	width: 16px;
	height: 16px;
}

.nav .fr a {
	color: #333;
	font-size: 14px;
}

.nav .fr input[type='button'] {
	background-image: url(../img/search.png);
	background-repeat: no-repeat;
	width: 12px;
	height: 13px;
	border: 0;
	background-color: transparent;
	margin-left: 30px;
}

.banner .hd {
	position: absolute;
	bottom: 30px;
	width: 100%;
	text-align: center;
	z-index: 2;
}

.index_product {
	padding-top: 85px;
	padding-bottom: 170px;
	width: 100%;
	overflow: hidden;
}

.bg {
	width: 100%;
	background-size: 100%;
	position: relative;
	text-align: center;
}

.bg img {
	max-width: 100%;
}

.bg .link {
	width: 640px;
	height: 180px;
	display: inline-block;
	border: 3px solid #333333;
	position: absolute;
	top: 50%;
	margin-top: -90px;
	left: 50%;
	margin-left: calc(-640px / 2);
	text-align: center;
	line-height: 180px;
	font-size: 60px;
	color: #000000;
	transition: .5s all;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
}

.bg .link:hover {
	background-color: #333333;
	color: #FFFFFF;
}

.footer {
	padding-top: 85px;
	background-color: #000000;
	padding-bottom: 35px;
	width: 100%;
	height: auto;
}

.footer:after,
.am_eventlist ul:after,
.am_tabel:after,
.am_content_tit:after,
.am_conact:after,
.am_replay:after,
.am_presonal:after,
.am_shoelist:after,
.am_good_txt:after,
.am-address-t:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.footer_l {
	width: 330px;
	float: left;
}

.footer_l h2.h2 {
	font-size: 14px;
	color: #FFFFFF;
	font-family: 'didot';
	margin-bottom: 40px;
}

.footer_input_box {
	color: #FFFFFF;
	font-size: 30px;
}

.footer_input_box h4 {
	margin-bottom: 15px;
}

.footer_input_box input[type='text'] {
	font-size: 14px;
	width: 206px;
	height: 50px;
	border: 0;
	padding-left: 20px;
	color: #666666;
}

.footer_input_box input.but {
	background-color: rgb(229, 34, 136);
	width: 113px;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	border: none;
	outline: none;
}

.footer_input_box input[type='text']::-webkit-input-placeholder,
.footer_input_box input[type='text']::-moz-placeholder {
	font-family: 'didot';
}

.footer_c {
	color: #FFFFFF;
	margin-left: 75px;
	float: left;
}

.footer_c h2.h2 {
	font-size: 14px;
	color: #FFFFFF;
	font-family: 'didot';
	margin-bottom: 45px;
}

.footer_c_p {
	font-size: 14px;
	color: #999999;
}

.footer_c_p p {
	margin-bottom: 10px;
}

.footer_r {
	color: #FFFFFF;
	margin-left: 85px;
	float: left;
}

.footer_r h2.h2 {
	font-size: 14px;
	color: #FFFFFF;
	font-family: 'didot';
	margin-bottom: 45px;
}

.footer_r_share a {
	display: inline-block;
	margin-right: 16px;
}

.footer_r_share a:first-child {
	position: relative;
	top: 4px;
}

.footer_code {
	margin-top: 20px;
}

.around {
	position: relative;
	height: 1015px;
	padding-top: 175px;
}

.t1 {
	position: relative;
	z-index: 1;
}

.around .t1 img {
	max-width: 62%;
	margin: 0px auto;
	display: block;
}

.t2 {
	margin-top: 20px;
	position: relative;
	z-index: 1;
}

.t3 {
	margin-top: 30px;
	position: relative;
	z-index: 1;
	margin-left: 110px;
}

.person {
	position: absolute;
	top: 83px;
	z-index: 2;
	left: 290px;
}

.around .moon {
	position: absolute;
	top: 60px;
	right: 105px;
}

.index_product_lists {
	position: relative;
	height: 3380px;
}

.index_product_lists:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.index_product_lists ul li {
	position: relative;
}

.index_product_lists ul li .num {
	font-size: 72px;
	color: #333333;
	font-family: 'didot';
	font-style: italic;
	margin-bottom: 25px;
	line-height: 55px;
}

.index_product_lists ul li .en {
	font-size: 18px;
}

.index_product_lists ul li .cn {
	font-size: 16px;
	margin-top: 10px;
}

.index_product_lists ul li.frist .img {
	position: absolute;
	right: 75px;
	width: 496px;
	top: 195px;
}

.index_product_lists ul li .img img {}

.frist {
	width: 384px;
	float: right;
}

.second {
	width: 407px;
	float: left;
}

.index_product_lists ul li.third {
	width: 790px;
	position: absolute;
	left: 0;
	top: 945px;
}

.third .img {
	width: 407px;
	display: inline-block;
	vertical-align: top;
}


.third .text {
	display: inline-block;
	vertical-align: top;
	width: 290px;
	margin-left: 35px;
	margin-top: 90px;
}

.index_product_lists ul li .img {
	position: relative;
	display: inline-block;
}

.index_product_lists ul li.fouth {
	position: absolute;
	width: 385px;
	right: 0;
	top: 1084px;
}

.index_product_lists ul li.fouth .num {
	margin-top: 30px;
}

.index_product_lists ul li.fifth {
	position: absolute;
	width: 895px;
	left: 90px;
	top: 1710px;
}
.index_product_lists ul li.fifth:nth-of-type(6) {
	left: initial;
	right: 0;
	width: 340px;
	top: 1940px;
}

.index_product_lists ul li.fifth:nth-of-type(6) .text {
	margin-top: 0;
}

.index_product_lists ul li.fifth:nth-of-type(7) {
	top: 2359px;
	left: 0;
}

.index_product_lists ul li.fifth:nth-of-type(7) .text {
	margin-top: 90px;
}
.index_product_lists ul li.fifth:nth-of-type(8) {
	left: initial;
	right: 0;
	width: 740px;
	top: 2810px;
}

.index_product_lists ul li.fifth:nth-of-type(8) .text {
	margin-top: 0;
}

.index_product_lists ul li.fifth .img {
	display: inline-block;
}

.index_product_lists ul li.fifth .text {
	display: inline-block;
	width: 290px;
	margin-left: 30px;
	vertical-align: top;
	margin-top: 310px;
}

.hover_container {
	position: absolute;
	top: 40px;
	left: 40px;
	width: calc(100% - 80px);
	color: white;
	height: calc(100% - 80px);
	overflow: hidden;
	display: block;
}

.hover_container .hover_bg {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 00%;
	height: 00%;
	background: rgba(0, 0, 0, .3);
	transition: .3s all;
	transform: translateY(-50%) translateX(-50%);
	display: block;
	overflow: hidden;
}

.plus .line {
	display: block;
	position: absolute;
	transition: .5s all;
	-webkit-transition: .5s all;
}

.hover_container .hover_bg .plus {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	margin-left: -10px;
}

.hover_container .hover_bg .plus .line.horz {
	width: 1px;
	height: 00px;
	top: 10px;
	left: 50%;
	background-color: #000;
	transform: translateY(-50%) translateX(-50%);
}

.hover_container .hover_bg .plus .line.vert {
	width: 00px;
	height: 1px;
	top: 50%;
	left: 10px;
	background-color: #000;
	transform: translateY(-50%) translateX(-50%);
}

.hover_container .hover_bg:hover .plus .line.horz {
	height: 20px;
	background-color: #FFFFFF;
}

.hover_container .hover_bg:hover .plus .line.vert {
	width: 20px;
	background-color: #FFFFFF;
}

.hover_container:hover .hover_bg {
	width: 100%;
	height: 100%;
}

.txtc_en {
	text-align: center;
	bottom: 113px;
	color: #FFFFFF;
	font-size: 18px;
	position: absolute;
	width: 100%;
	left: 0;
}

.anipart {
	animation: anipart 1.3s linear;
	-webkit-animation: anipart 1.3s linear;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}

.aniall {
	animation: anipart 1.3s linear;
	-webkit-animation: anipart 1.3s linear;
	animation-delay: .6s;
	-webkit-animation-delay: .6s;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}

.aniall_r {
	animation: anipart 1.3s linear;
	-webkit-animation: anipart 1.3s linear;
	animation-delay: .6s;
	-webkit-animation-delay: .6s;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}

.anipart_right {
	animation: anir 1.3s linear;
	-webkit-animation: anir 1.3s linear;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}

@-webkit-keyframes anipart {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-50%, 0, 0);
		transform: translate3d(-50%, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes anipart {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-50%, 0, 0);
		transform: translate3d(-50%, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@-webkit-keyframes anir {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(50%, 0, 0);
		transform: translate3d(50%, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes anir {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(50%, 0, 0);
		transform: translate3d(50%, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@media screen and (max-width: 1366px) {
	.banner .bd ul li .part {
		top: 50px;
		right: -165px;
	}

	.part img {
		width: 816px;
	}

	.part2 img {
		width: 470px;
	}

	.banner .bd ul li .all {
		top: 290px
	}

	.banner .bd ul li .all img {
		width: 542px;
	}

	.banner .bd ul li .lr {
		top: 365px;
	}

	.banner .bd ul li .lr img {
		width: 72px;
	}

	.banner .bd ul li .part2 {
		top: 465px;
		left: -50px;
	}

	.banner .bd .warp {
		width: 845px;
		margin-left: -422.5px;
	}
}

.banner .banner_img {
	width: 100%;
	position: relative;
	height: auto;
}

.banner .banner_img img {
	width: 100%;
	vertical-align: top;
}

.banner .box-shaw {
	background: url(../img/01.png)center top no-repeat;
	width: 100%;
	height: 186px;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}

.banner .banner_img h2 {
	position: absolute;
	left: 0;
	top: 395px;
	margin: 0;
	width: 100%;
	font-size: 90px;
	text-transform: uppercase;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
}

.banner .banner_img p {
	font-size: 18px;
	top: 512px;
	width: 100%;
	position: absolute;
	left: 0;
	text-align: center;
	color: rgba(255, 255, 255, 0.8);
	font-weight: normal;
	line-height: 45px;
}

.footer p.spa {
	width: 100%;
	font-size: 12px;
	color: rgb(153, 153, 153);
	text-align: left;
	display: inline-block;
	text-transform: uppercase;
	padding-top: 70px;
}

.footer {
	padding-bottom: 40px;
}

.map,
#allmap {
	width: 70%;
	vertical-align: top;
	height: 320px;
	position: relative;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 145px;
}

.map_tit {
	background-color: rgb(226, 1, 119);
	position: absolute;
	top: 0px;
	width: 524px;
	height: 321px;
	left: 975px;
	text-align: left;
	line-height: 36px;
	font-size: 14px;
	color: #FFFFFF;
}

.map_tit h2 {
	font-size: 48px;
	text-align: left;
	margin: 0;
	width: 100%;
	padding-bottom: 30px;
	font-weight: normal;
	color: rgb(255, 255, 255);
	text-transform: uppercase;
}

.am_product {
	width: 100%;
	padding: 100px 0px 120px;
	background: #FFFFFF;
	position: relative;
}

.am_product_tit {
	width: 100%;
	background: url(../img/05.jpg)center no-repeat;
	height: 450px;
	padding: 55px 52px 45px 52px;
	font-size: 14px;
	color: #666666;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
}



.am_product_l {
	width: 548px;
	height: 350px;
	overflow: hidden;
	float: left;
	padding-right: 60px;
	padding-left: 5px;
	position: relative;
}

.am_product_l h2 {
	text-align: left;
	width: 100%;
	font-size: 18px;
	color: #000000;
	line-height: 30px;
	padding-bottom: 10px;
	margin: 0;
	font-weight: normal;
}

.am_product_l input {
	width: 120px;
	height: 40px;
	background: url(../img/03.png)left no-repeat;
	display: block;
	margin-top: 25px;
	border: none;
	outline: none;
}

.am_product_l a {
	color: #666666;
}

.am_product_l .img {
	height: 282px;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	right: 60px;
	max-width: 65%;
}

.am_product_l .img img {
	vertical-align: top;
	max-width: 100%;
}

.am_product_r {
	width: 545px;
	float: right;
	padding-left: 55px;
	padding-right: 0;
}

.am_product_r .img {
	height: 260px;
	right: 0;
}

.am_productlist {
	width: 100%;
	position: relative;
	height: auto;
	font-size: 14px;
	color: #666666;
	line-height: 25px;
	text-align: center;
}

.czjz {
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	display: -moz-box;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;
	display: -o-box;
	-o-box-orient: horizontal;
	-o-box-pack: center;
	-o-box-align: center;
	display: -ms-box;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-ms-box-align: center;
	display: box;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;
}

.am_productlist ul {
	margin: 0;
	padding: 56px 0px 95px;
	font-size: 14px;
	color: #666666;
	line-height: 25px;
	text-align: center;
	border-bottom: 1px solid #cfcfcf;
}

.am_productlist ul:after {
	content: '';
	font-size: 0;
	clear: both;
	display: block;
}

.am_productlist ul li {
	width: 33.3%;
	float: left;
	font-size: 14px;
	color: #666666;
	line-height: 25px;
	text-align: center;
	margin-bottom: 50px;
}

.am_productlist ul li .img {
	width: 100%;
	height: 265px;
	text-align: center;
	overflow: hidden;
	margin: 0px auto;
}

.am_productlist ul li .img img {
	vertical-align: top;
	max-height: 265px;
}

.am_productlist ul li h2 {
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #000000;
	margin: 0;
	font-weight: normal;
	padding-top: 40px;
	padding-bottom: 10px;
}

.am_productlist ul li a,
#masonry .box a {
	color: #666666;
}

.am_product input.onload {
	background: url(../img/11.jpg) no-repeat;
	width: 250px;
	height: 60px;
	/*display: block;
	margin: 0px auto;*/
	border: none;
	outline: none;
	color: #cea679;
	font-size: 18px;
	line-height: 60px;
	text-align: center;
	/*transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);*/
}

.banner .banner_img p {
	line-height: 70px;
}

#masonry {
	width: 100%;
	font-size: 12px;
	color: #666666;
	line-height: 22px;
	text-align: left;
	position: relative;
	margin-bottom: 80px;
}

#masonry .box {
	width: 370px;
	float: left;
	position: relative;
	margin-bottom: 35px;
	font-weight: bold;
}

#masonry .box .img {
	margin: 0px auto;
	width: 370px;
	position: relative;
	display: block;
}

#masonry .box .img img {
	width: 100%;
	vertical-align: top;
}

#masonry .box h2 {
	padding-top: 15px;
	width: 100%;
	font-size: 16px;
	color: #000000;
	line-height: 24px;
	text-align: left;
	font-weight: bold;
	margin: 0;
	padding-bottom: 0;
}

#masonry .box .img .am_box {
	background: rgba(0, 0, 0, 0.5) url(../img/bf.png)center no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.am_eventlist ul {
	width: 100%;
	position: relative;
	height: auto;
	font-size: 14px;
	color: #666666;
	line-height: 28px;
	text-align: left;
	display: inline-block;
}

.am_eventlist ul li {
	width: 370px;
	height: auto;
	float: left;
	margin-right: 45px;
	margin-bottom: 50px;
	font-size: 14px;
	color: #666666;
	line-height: 28px;
}

.am_eventlist ul li .img,
.am_eventlist ul li .img img {
	width: 370px;
	height: 208px;
	vertical-align: top;
}

.am_eventlist ul li h2 {
	font-weight: bold;
	padding-top: 30px;
	padding-bottom: 0;
	width: 100%;
	font-size: 18px;
	color: #000000;
	line-height: 24px;
}

.am_eventlist ul li h3 {
	font-weight: bold;
	padding-bottom: 0;
	width: 100%;
	font-size: 12px;
	color: #666;
	line-height: 18px;
	padding-bottom: 10px;
}

a {
	color: #666666;
}

.am_eventlist ul li div {
	height: 108px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}

.am_eventlist ul li p.spa {
	height: 95px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.am_eventlist ul li:nth-of-type(3n) {
	margin-right: 0px;
}

.am_detail {
	width: 100%;
	font-size: 14px;
	color: #666666;
	line-height: 25px;
	text-align: left;
	height: auto;
	position: relative;
}

.am_detail_t {
	width: 100%;
	padding-bottom: 38px;
	border-bottom: 1px solid #CFCFCF;
	font-size: 14px;
	color: #666666;
	line-height: 25px;
	text-align: center;
	margin-bottom: 28px;
}

.am_detail_t h2 {
	text-align: center;
	font-weight: bold;
	line-height: 46px;
	font-size: 36px;
	width: 100%;
	margin: 0;
	color: #000000;
	padding-bottom: 10px;
	text-transform: uppercase;
}

.am_detail p,
.am_detail p img,
.am_story p,
.am_story p img,
.am_list p,
.am_list p img {
	width: 100%;
	margin: 0px auto;
	vertical-align: top;
}

.am_detail_bot {
	padding-top: 65px;
	margin-top: 40px;
	text-align: left;
	width: 100%;
	border-top: 1px solid #CFCFCF;
	font-size: 14px;
	color: #666666;
	line-height: 28px;
}

.am_detail_bot input {
	font-size: 18px;
	float: right;
	text-align: center;
	color: #FFFFFF;
	border: none;
	outline: none;
	background-color: rgb(51, 51, 51);
	width: 162px;
	height: 60px;
	line-height: 60px;
}

.am_star ul li {
	width: 370px;
}

.am_star ul li .img,
.am_star ul li .img img {
	width: 370px;
	height: 557px;
}

.am_star ul li h2 {
	padding-top: 15px;
	padding-bottom: 0;
	font-size: 16px;
	line-height: 22px;
}

.am_story {
	width: 100%;
	text-align: center;
	position: relative;
	font-size: 14px;
	color: #666666;
	vertical-align: top;
	line-height: 32px;
	text-transform: uppercase;
}

.am_story h2 {
	font-size: 48px;
	color: rgb(0, 0, 0);
	text-transform: uppercase;
	font-weight: normal;
	text-align: center;
	width: 100%;
	font-family: "HelveticaNeueLTPro-ThEx_0.otf";
	margin: 0px;
	padding-bottom: 10px;
	line-height: 50px;
}

.am_story h3 {
	font-size: 24px;
	color: rgb(0, 0, 0);
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	width: 100%;
	margin: 0px;
	line-height: 30px;
}

.am_story h3.spa {
	font-size: 18px;
}

.am-table-bordered {
	width: 100%;
	font-size: 14px;
	color: #666666;
	margin-top: 60px;
	line-height: 25px;
	position: relative;
}

.am-table-bordered tr th {
	font-size: 16px;
	color: #FFFFFF;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: #e20177;
	vertical-align: top;
	padding: 0;
	font-weight: normal;
}

.am-table-compact>tbody>tr>td,
.am-table-compact>tbody>tr>th,
.am-table-compact>tfoot>tr>td,
.am-table-compact>tfoot>tr>th,
.am-table-compact>thead>tr>td,
.am-table-compact>thead>tr>th {
	padding: 0;
}

.am-table-bordered {
	border: 1px solid #E5E5E5;
}

.am-table>tbody>tr>td,
.am-table>tbody>tr>th,
.am-table>tfoot>tr>td,
.am-table>tfoot>tr>th,
.am-table>thead>tr>td,
.am-table>thead>tr>th {
	line-height: auto;
}

.am-table>thead>tr>th {
	vertical-align: middle;
}

.am-table>thead>tr>th {
	border-bottom: none;
}

.am-table-bordered {
	border: none;
	border-bottom: 1px solid #E5E5E5;
}

.am-table-bordered>tbody>tr>td,
.am-table-bordered>tbody>tr>th,
.am-table-bordered>tfoot>tr>td,
.am-table-bordered>tfoot>tr>th,
.am-table-bordered>thead>tr>td,
.am-table-bordered>thead>tr>th {
	border-left: 1px solid #E5E5E5;
}

.am-table>tbody>tr>td,
.am-table>tbody>tr>th,
.am-table>tfoot>tr>td,
.am-table>tfoot>tr>th,
.am-table>thead>tr>td,
.am-table>thead>tr>th {
	line-height: inherit;
}

.am-table-bordered>thead+tbody>tr:first-child>td,
.am-table-bordered>thead+tbody>tr:first-child>th {
	border-top: none;
}

.am-table-striped>tbody>tr:nth-child(odd)>td,
.am-table-striped>tbody>tr:nth-child(odd)>th {
	background: none;
}

.am-table>tbody>tr>td:last-child {
	border-right: 1px solid #E5E5E5;
}

.am-table>tbody>tr>td {
	padding: 30px 38px;
}

.am-table>tbody>tr>td strong {
	color: #000000;
	font-weight: normal;
}

.am-table>tbody+tbody tr:first-child td {
	border-top: 1px solid #E5E5E5;
}

.am-table>tbody>tr>td em {
	border-bottom: 1px solid #666;
	margin-bottom: 20px;
	display: inline-block;
}

.am-table>tbody>tr>td b {
	color: #e41280;
}

.am_tabel {
	width: 100%;
	font-size: 14px;
	color: #666666;
	line-height: 32px;
	text-align: left;
	padding: 50px 55px 0;
	display: inline-block;
}

.am_tabel h2 {
	width: 122px;
	float: left;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	text-align: left;
	padding: 0px;
	line-height: 22px;
}

.am_tabel span {
	width: 900px;
	float: left;
	text-align: left;
	font-size: 14px;
	color: #666666;
	line-height: 32px;
}

.am_tabel span p.spa {
	color: #e41280;
}

.am_listlist ul {
	padding: 0;
	margin: 0;
	border: none;
}

ul {
	padding: 0;
	margin: 0;
}


.am_listlist ul li {
	border-bottom: 1px solid #CFCFCF;
	padding-bottom: 80px;
	padding-top: 50px;
}

.am_listlist {
	padding: 0 0px 0;
}

.am_list {
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #666666;
	line-height: 32px;
	padding-top: 120px;
}

.am_list_tit {
	padding-top: 60px;
}

.index {
	overflow: inherit;
}

.index .nav {
	position: relative;
}

.index .nav ul .li a {
	color: #000000;
}

.am_content {
	width: 100%;
	padding-top: 60px;
	padding-bottom: 120px;
	font-size: 14px;
	color: #666666;
	line-height: 32px;
}

.index .nav ul:after {
	background: url(../img/line_1.png)no-repeat;
}

.index .nav .fr a {
	color: rgb(226, 1, 119);
}

.index .nav .fr input[type='button'] {
	background-image: url(../img/search_1.png);
}

.am_content_tit {
	width: 100%;
	position: relative;
	margin-bottom: 60px;
	font-size: 14px;
	color: #666666;
	line-height: 32px;
	display: inline-block;
}

.am_content_tit_l {
	width: 700px;
	float: left;
	height: 525px;
	position: relative;
}

.am_content_tit_r {
	width: 495px;
	float: right;
	height: 525px;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	color: #666666;
	line-height: 32px;
	padding-left: 100px;
	padding-right: 18px;
	border-left: 1px solid #CFCFCF;
	text-align: left;
	position: relative;
}

.am_content_tit_r h2 {
	width: 100%;
	padding-bottom: 20px;
	font-size: 24px;
	color: #000000;
	font-weight: bold;
	line-height: 32px;
	margin: 0;
	text-transform: uppercase;
}

.am_content_tit_r input {
	border: none;
	outline: none;
	display: block;
	margin: 70px 0 0px;
	background-color: rgb(226, 1, 119);
	width: 200px;
	height: 60px;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	line-height: 60px;
}

.am_content_bot {
	width: 100%;
	position: absolute;
	bottom: 0;
	font-size: 16px;
	color: #999;
	line-height: 30px;
	height: 30px;
}

.am_content_bot a {
	margin-left: 15px;
}

.am_content_tit_l .am_slide {
	width: 78px;
	position: relative;
	z-index: 10;
	height: 155px;
	top: 185px;
	left: 0;
}

.am_content_tit_l .am_img {
	width: 700px;
	height: 525px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}

.am_content_tit_l .am_img img {
	vertical-align: top;
	max-width: 100%;
	max-height: 100%;
}

.am_content_tit_l .am_slide ul li {
	background-color: rgba(51, 51, 51, 0);
	width: 76px;
	height: 58px;
	margin: 0px auto 10px;
	text-align: center;
}

.am_content_tit_l .am_slide ul li .img {
	width: 56px;
	height: 42px;
	overflow: hidden;
	margin: 0px auto;
	border-style: solid;
	border-width: 1px;
	width: 76px;
	height: 58px;
	border-color: rgb(220, 220, 220);
	transition: all 1s linear;
	-webkit-transition: all 1s linear;
}

.am_content_tit_l .am_slide ul li .img img {
	max-width: 56px;
	max-height: 42px;
	vertical-align: middle;
}

.am_content_tit_l .am_slide a.next {
	background: url(../img/05.png)center no-repeat;
	width: 23px;
	height: 13px;
	margin: 0px auto;
	position: absolute;
	bottom: 0;
	left: 35%;
}

.am_content_tit_l .am_slide ul li:hover .img {
	border-style: solid;
	border-width: 1px;
	border-color: rgb(226, 1, 119);
	background-color: rgba(51, 51, 51, 0);
}

.am_content p,
.am_content p img {
	width: 100%;
	margin: 0px auto;
	vertical-align: top;
}

.am_contentlist ul {
	padding-bottom: 0px;
	border: none;
}

.am_contentlist {
	margin-top: 80px;
	text-align: center;
	font-size: 30px;
	line-height: 40px;
	color: #000000;
}

.index .nav .web a {
	font-size: 14px;
	color: #666666;
}

.index .nav .web a strong {
	color: #000000;
}

.index .nav .web .am_r {
	float: right;
	width: 20px;
	font-size: 10px;
	color: #FFFFFF;
	vertical-align: middle;
	text-align: center;
	margin-left: 20px;
	position: relative;
}

.index .nav .web .am_r img {
	vertical-align: middle;
	width: 15px;
	height: 15px;
	position: relative;
}

.index .nav .web .am_r span {
	border-radius: 50%;
	background-color: rgb(226, 1, 119);
	width: 16px;
	height: 16px;
	position: absolute;
	bottom: 54px;
	display: inline-block;
	font-size: 5px;
	right: 0px;
	color: #FFFFFF;
	line-height: 16px;
	text-align: center;
}

.am_inedx {
	width: 100%;
	padding-bottom: 95px;
	position: relative;
	height: auto;
	background: #FFFFFF;
	font-size: 14px;
	line-height: 32px;
	color: #666;
}

.am_inedx h2 {
	width: 100%;
	padding-bottom: 15px;
	font-size: 36px;
	color: #000000;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	margin: 0;
	text-transform: uppercase;
}

.am_inedx h3 {
	width: 100%;
	padding-bottom: 0;
	font-size: 14px;
	color: #000000;
	font-weight: normal;
	line-height: 25px;
	text-align: center;
	margin: 0;
	text-transform: uppercase;
}

.am_index_tit {
	width: 100%;
	font-size: 14px;
	color: #666666;
	line-height: 32px;
	position: relative;
	padding-top: 70px;
}

.am_index_top {
	width: 100%;
	height: 603px;
	overflow: hidden;
	font-size: 14px;
	color: #666666;
	line-height: 32px;
}

.am_index_topl {
	float: left;
	border-style: solid;
	border-width: 1px;
	border-color: rgb(215, 215, 215);
	background-color: rgba(155, 155, 155, 0);
	height: 603px;
	width: 600px;
}

.am_index_topl img {
	max-width: 390px;
	max-height: 457px;
}

.am_index_topr {
	float: right;
	width: 598px;
	height: 603px;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 70px 16px 50px 38px;
	font-size: 14px;
	color: #666666;
	line-height: 32px;
	text-align: left;
}

.am_index_topr1 .am_index_topr {
	padding-right: 55px;
	padding-left: 0;
	float: left;
	width: 600px;
}

.am_index_topr1 .am_index_topl {
	border: none;
	width: 600px;
	height: 600px;
}

.am_index_topr1 .am_index_topl img {
	width: 100%;
	height: 600px;
	max-width: none;
	max-height: none;
}

.am_enjoy {
	width: 100%;
	text-align: center;
	margin: 60px auto 0px;
	font-size: 18px;
	color: #666666;
	line-height: 30px;
}

.am_enjoy_tit .img {
	border-radius: 50%;
	background-color: rgb(242, 242, 242);
	width: 71px;
	margin: 0px auto;
	height: 71px;
}

.am_enjoy_tit {
	display: inline-block;
	text-align: center;
	margin: 0px 30px 0px auto;
	width: 71px;
}

.am_enjoy_tit h2 {
	text-align: center;
	width: 100%;
	font-weight: normal;
	margin: 0px;
	font-size: 22px;
	color: #666666;
	line-height: 30px;
	padding-top: 10px;
}

.am_enjoy_tit:hover .img {
	background: #e20177;
}

.am_enjoy_tit a:hover h2 {
	color: #e20177;
}

.am_enjoy_tit .img img {
	vertical-align: middle;
}

.am_conact {
	background: #e3e3e3;
	position: relative;
	height: auto;
	width: 100%;
	padding: 40px 0px;
	font-size: 14px;
	color: #333333;
	line-height: 32px;
}

.am_conact ul li {
	width: 100%;
	float: left;
	padding: 60px 0px;
	font-size: 14px;
	color: #333333;
	line-height: 32px;
	border-bottom: 1px solid #CFCFCF;
}

.am_conact ul li .icon_l {
	float: left;
	margin-right: 40px;
	height: auto;
	width: 91px;
	text-align: center;
	font-size: 18px;
	color: #333333;
	line-height: 50px;
	font-weight: bold;
}

.am_conact ul li .icon_l .icon,
.am_conact ul li .icon_l .icon img {
	width: 91px;
	height: 91px;
	border-radius: 50%;
}

.am_conact ul li .icon_r {
	width: 1068px;
	float: right;
	font-size: 14px;
	vertical-align: top;
	color: #333333;
	line-height: 32px;
}

.am_conact ul li .icon_r textarea {
	background-color: rgb(255, 255, 255);
	width: 1068px;
	overflow: hidden;
	border: none;
	outline: none;
	font-size: 14px;
	color: #333333;
	line-height: 32px;
	text-indent: 2em;
	height: 127px;
	resize: none;
}

.am_conact ul li .icon_r span {
	color: #666;
	font-size: 14px;
	line-height: 20px;
	text-align: right;
	float: right;
	width: 100%;
	display: inline-block;
	padding-top: 20px;
}

.am_conact ul li .icon_r span a {
	color: #e20177;
	border-bottom: 1px solid #e20177;
	font-weight: bold;
	margin-left: 10px;
}

.am_conact ul li:last-child {
	border-bottom: 0px;
}

.am_replay {
	background: #f2f2f2;
	display: inline-block;
	width: 100%;
	padding: 70px 0px;
	font-size: 18px;
	color: #666666;
	line-height: 32px;
}

.am_replay h2 {
	text-align: left;
	width: 100%;
	font-weight: bold;
	margin: 0px;
	font-size: 30px;
	color: #000;
	line-height: 40px;
	padding-bottom: 30px;
}

.am_replay .txt,
.am_replay textarea {
	width: 100%;
	text-align: center;
	font-size: 18px;
	color: #666666;
	line-height: 200px;
	height: 200px;
	background: #FFFFFF;
}

.am_replay textarea {
	line-height: 32px;
	border: none;
	padding: 20px;
	text-align: left;
}

.am_replay .txt a {
	font-size: 24px;
	color: #000000;
	font-weight: bold;
}

.am_replay input {
	background-color: rgb(51, 51, 51);
	width: 150px;
	height: 60px;
	text-align: center;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	line-height: 60px;
	float: right;
	margin-top: 20px;
	border: none;
	outline: none;
}

.am-slider {
	width: 100%;
	box-shadow: none;
}

.am-slider img {
	width: 100%;
	height: 100%;
}

.login {
	border-bottom: 0px;
	font-size: 14px;
	color: #FFFFFF;
}

.login a.login_a {
	color: #FFFFFF;
	padding-left: 45px;
	font-size: 16px;
	cursor: pointer;
	z-index: 10;
}

.am_login {
	background-color: rgb(255, 255, 255);
	position: absolute;
	width: 500px;
	height: 417px;
	text-align: center;
	font-size: 14px;
	color: #666666;
	padding: 60px 70px;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.am_login h2 {
	text-align: center;
	width: 100%;
	font-weight: bold;
	margin: 0px;
	font-size: 30px;
	color: #000;
	line-height: 35px;
	padding-bottom: 38px;
}

.am_login_input {
	border-style: solid;
	border-width: 1px;
	border-color: rgb(215, 215, 215);
	border-radius: 3px;
	background-color: rgb(255, 255, 255);
	width: 362px;
	height: 52px;
	text-align: left;
	line-height: 52px;
	font-size: 14px;
	display: inline-block;
	color: #666666;
	margin-bottom: 20px;
}

.am_login_input1 {
	border: none;
}

.am_login_input input {
	border: none;
	text-align: left;
	text-indent: 1em;
	outline: none;
	background: none;
	height: 52px;
	line-height: 52px;
	font-size: 14px;
	color: #666666;
	width: 100%;
	vertical-align: top !important;
}

.am_login_input1 input {
	width: 210px;
	float: left;
	border-style: solid;
	border-width: 1px;
	border-color: rgb(215, 215, 215);
	border-right: 0px;
}

.am_login_input1 .but {
	border-width: 1px;
	border-color: rgb(215, 215, 215);
}

.am_login_input1 .but {
	border-style: solid;
	border-width: 1px;
	border-color: #cfcfcf;
	background-color: rgb(240, 240, 240);
	float: right;
	vertical-align: top;
	width: 152px;
	height: 52px;
	text-align: center;
	text-indent: 0;
}

.am-checkbox {
	width: 100%;
	font-size: 14px;
	vertical-align: top;
	color: #666666;
	padding: 0px;
	margin: -10px 0px 10px;
	text-align: left;
	padding-left: 25px;
}

.am-ucheck-icons {
	line-height: inherit;
}

.am-checkbox input[type=checkbox],
.am-checkbox-inline input[type=checkbox],
.am-radio input[type=radio],
.am-radio-inline input[type=radio] {
	margin-left: 0;
}

.am_login input.dl {
	border-style: solid;
	border-width: 1px;
	border-color: rgb(215, 215, 215);
	border-radius: 3px;
	background-color: rgb(51, 51, 51);
	width: 358px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	color: #FFFFFF;
	outline: none;
	font-size: 18px;
}

.am_warp {
	width: 100%;
	position: absolute;
	top: 0;
	height: 100%;
}

.am_warp .warp {
	height: 100%;
}

.am_presonal_l {
	float: left;
	width: 168px;
	height: auto;
	font-size: 14px;
	color: #333;
	text-align: center;
}

.am_presonal_l ul li {
	margin-bottom: 10px;
	background-color: rgb(248, 248, 248);
	width: 168px;
	height: 43px;
	line-height: 43px;
	text-align: left;
	font-size: 14px;
	color: #333333;
}

.am_presonal_l ul li a {
	font-size: 14px;
	width: 100%;
	display: block;
	color: #333333;
	padding-left: 30px;
}

.am_presonal {
	display: inline-block;
}

.am_presonal_l ul li:hover a,
.am_presonal_l ul li.active a {
	background: #e20177;
	color: #FFFFFF;
}

.am_presonal_r {
	float: right;
	width: 972px;
	height: auto;
	font-size: 14px;
	color: #666666;
	line-height: 32px;
}

.am_presonal_rt {
	float: left;
	width: 100%;
	border-bottom: 1px solid #CFCFCF;
	height: auto;
	font-size: 14px;
	color: #666666;
	padding: 28px 0px;
	line-height: 32px;
}

.am_presonal_rt:first-child {
	padding-top: 0;
}

.am_presonal_rt .img {
	width: 91px;
	height: 91px;
	border-radius: 50%;
	float: left;
}

.am_presonal_rt .img img {
	width: 91px;
	height: 91px;
	border-radius: 50%;
	vertical-align: top;
}

.am_presonal_rt a.toux {
	margin-left: 20px;
	float: left;
	padding-top: 38px;
	overflow: hidden;
	font-size: 20px;
	color: #000000;
	font-weight: bold;
	border-bottom: 1px solid #000000;
}

.am_presonal_rt span {
	display: inline-block;
	width: auto;
	font-size: 14px;
	margin-right: 40px;
	color: #000000;
	font-weight: bold;
	line-height: 32px;
}

.am_presonal_rt input {
	background: none;
	border: none;
	outline: none;
	font-size: 14px;
	color: #666666;
	line-height: 32px;
	width: 50%;
}

.am_presonal_rt .am-checkbox input {
	width: auto;
}

.am_presonal_r input.tj {
	margin-top: 60px;
	background-color: rgb(51, 51, 51);
	width: 150px;
	height: 60px;
	text-align: center;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 60px;
	color: #FFFFFF;
	border: none;
	outline: none;
	display: inline-block;
}

input.tj {
	margin-top: 60px;
	background-color: rgb(51, 51, 51);
	width: 150px;
	height: 60px;
	text-align: center;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 60px;
	color: #FFFFFF;
	border: none;
	outline: none;
	display: inline-block;
}

.am_presonal_r input.fx,
.am_shoelist input.fx {
	font-size: 18px;
	margin-bottom: 40px;
	padding-left: 105px;
	color: #FFFFFF;
	float: right;
	background: rgb(51, 51, 51) url(../img/zf.png)left no-repeat;
	text-align: left;
	background-position-x: 70px;
	width: 250px;
	height: 60px;
	line-height: 60px;
	border: none;
	outline: none;
}

.am_presonal_r ul li {
	height: 261px;
	margin-bottom: 20px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
	color: #666666;
	line-height: 32px;
}

.am_presonal_r ul li .img {
	width: 261px;
	height: 261px;
	float: left;
	margin: 0px auto;
}

.am_presonal_r ul li .img img {
	vertical-align: top;
	width: 261px;
	height: 261px;
}

.am_presonal_r ul li .am_presonal_t {
	background-color: rgb(248, 248, 248);
	width: 710px;
	height: 261px;
	float: right;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 38px 45px;
	line-height: 22px;
}

.am_presonal_r ul li .am_presonal_t h2 {
	font-size: 28px;
	color: #000000;
	font-weight: bold;
	line-height: 36px;
	width: 100%;
	margin: 0;
	padding-bottom: 15px;
}

.am_presonal_r ul li .am_presonal_t span {
	display: inline-block;
	font-size: 14px;
	color: #333;
	line-height: 22px;
	width: 100%;
	margin: 0;
	padding-top: 20px;
}

.am_presonal_r ul li .am_presonal_t span strong {
	color: #000000;
	font-weight: bold;
	padding-right: 70px;
}

.am_mask {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	z-index: 88;
	display: none;
	cursor: pointer;
}

.am_mask .am-close {
	background: url(../img/close.png)right no-repeat;
	width: 22px;
	height: 22px;
	position: absolute;
	top: 20px;
	right: 20px;
}

.am_mask .am_mask_tit {
	background-color: rgb(255, 255, 255);
	position: fixed;
	top: 50%;
	left: 50%;
	width: 1052px;
	height: 676px;
	margin-left: -526px;
	margin-top: -338px;
}

.am_masklist {
	float: left;
	width: 164px;
	height: 100%;
	background: #F1F1F1;
}

.am_masklist ul li {
	width: 100%;
	height: 55px;
	line-height: 55px;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	text-align: center;
}

.am_masklist ul li a {
	color: #000000;
	width: 100%;
	height: 100%;
	cursor: pointer;
	display: block;
}

.am_masklist ul li.active,
.am_masklist ul li:hover {
	background: #FFFFFF;
}

.am_mask_r {
	float: right;
	width: 888px;
	height: 100%;
	padding: 38px 60px;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	display: none;
}

.am_mask_r h2.sap {
	width: 100%;
	font-size: 24px;
	color: #000000;
	font-weight: bold;
	margin: 0;
	padding-bottom: 10px;
	text-align: center;
}

.am_mask_r .am_presonal_rt {
	padding: 20px 0px;
}

.choose {
	font-size: 14px;
	color: rgb(226, 1, 119);
	font-weight: bold;
	text-decoration: underline;
	text-align: right;
	float: right;
	position: relative;
}

.choose input {
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0;
	width: 100%;
	height: auto;
}

.am_mask_r p {
	color: #999999;
	line-height: 28px;
	font-weight: normal;
}

.am_mask_r h2.book {
	width: 100%;
	padding-top: 180px;
	text-align: center;
	font-size: 48px;
	line-height: 48px;
	font-weight: bold;
}

.am_presonal_r h2.first strong {
	color: #e20177;
	font-size: 30px;
	font-weight: bold;
	padding-left: 5px;
}

.am_presonal_r h2.first {
	width: 100%;
	font-size: 14px;
	color: #000;
}

.am_presonal_r .am-table {
	width: 100%;
	margin-top: 30px;
	font-size: 14px;
	color: #000000;
	line-height: 32px;
}

.am_presonal_r .am-table tr th {
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	border-top: 3px solid #333333;
	padding: 30px 0px;
	border-bottom: 1px solid #333333;
	line-height: 22px;
	text-align: left;
}

.am_presonal_r .am-table tr th:first-child,
.am_presonal_r .am-table tr td:first-child {
	padding-left: 30px;
}

.am_presonal_r .am-table tr th:last-child,
.am_presonal_r .am-table tr td:last-child {
	padding-right: 60px;
	border-right: 0px;
	text-align: right;
}

.am_presonal_r .am-table tr td:last-child {
	padding-right: 90px;
}

.am_presonal_r .am-table tr td {
	padding: 18px 0px;
	border-bottom: 1px solid #E5E5E5;
}

.am_shoelist {
	font-size: 14px;
	color: #666666;
	line-height: 26px;
	display: inline-block;
}

.am_shoelist ul li {
	width: 370px;
	float: left;
	margin-bottom: 20px;
	margin-right: 45px;
}

.am_shoelist ul li .img,
.am_shoelist ul li .img img {
	width: 370px;
	height: 493px;
}

.am_shoelist ul li .am_shoe_bot {
	background: #f8f8f8;
	width: 100%;
	height: auto;
	padding: 25px 45px 20px 30px;
}

.am_shoelist ul li h2 {
	text-align: left;
	padding-bottom: 0;
	width: 100%;
	line-height: 28px;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}

.am_shoelist ul li .bot {
	width: 100%;
	padding-top: 25px;
	display: inline-block;
	font-size: 18px;
	color: #999999;
	line-height: 25px;
}

.am_shoelist ul li .bot span img {
	vertical-align: middle;
}

.am_shoelist ul li .bot span:last-child {
	margin-left: 20px;
}

.am_shoelist ul {
	margin-bottom: 40px;
	width: 100%;
	display: inline-block;
	padding-top: 58px;
	text-align: left;
}

.am_shoelist ul li:nth-of-type(3n) {
	margin-right: 0;
}

.am_shoelist input.fx {
	float: none;
	margin: 0 auto 0px;
	display: block;
}

.am_goodlist {
	width: 320px;
	height: 60px;
	background-color: rgb(51, 51, 51);
	line-height: 60px;
	overflow: hidden;
	text-align: center;
	margin-bottom: 40px;
}

.am_goodlist ul li {
	background-color: rgb(51, 51, 51);
	height: 60px;
	font-size: 18px;
	line-height: 60px;
	color: #FFFFFF;
	text-align: center;
	width: auto;
	float: left;
	margin-bottom: 0;
}

.am_goodlist ul li a {
	color: #FFFFFF;
	text-align: center;
}

.am_goodlist ul li:first-child {
	width: 150px;
}

.am_goodlist ul li:last-child {
	width: 170px;
}

.am_goodlist ul li.active {
	background: #e20177;
	color: #FFFFFF;
}

.am_good_txt {
	width: 100%;
	height: auto;
	position: relative;
	display: none;
}

.am_good_txt ul li {
	float: left;
	width: 466px;
	height: 169px;
	margin-bottom: 40px;
}

.am_goodlist ul li a {
	display: block;
	width: 100%;
	height: 100%;
}

.am_good_txt ul li .img {
	width: 466px;
	height: 169px;
	margin: 0px auto;
}

.am_good_txt ul li .img img {
	width: 466px;
	height: 169px;
}

.am_good_txt ul li:nth-of-type(2n) {
	float: right;
}

.am_text {
	text-align: center;
}

.am_store {
	height: 52px;
	line-height: 52px;
	width: 872px;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	margin: 0 auto 0;
	font-size: 16px;
	color: #000000;
	position: absolute;
	top: 600px;
	left: 50%;
}

.am_store select {
	background: rgb(255, 255, 255) url(../img/jt.png)right no-repeat;
	width: 201px;
	height: 52px;
	font-size: 16px;
	color: #000000;
	line-height: 52px;
	margin-right: 5px;
	border: none;
	outline: none;
	padding: 0px 20px;
	-webkit-appearance: none;
	vertical-align: top;
	background-position-x: 165px;
}

.am_store .am-input {
	background-color: rgb(255, 255, 255);
	float: right;
	width: 444px;
	height: 52px;
	font-size: 16px;
	color: #999;
	padding: 0px 20px;
	line-height: 52px;
}

.am_store .am-input input {
	width: 378px;
	float: left;
	height: 52px;
	font-size: 16px;
	color: #999;
	background: none;
	outline: none;
	border: none;
}

.am_store .am-input input.but {
	background: url(../img/ss.png)right no-repeat;
	width: 23px;
	height: 23px;
	margin: 14.5px auto;
	float: right;
}

.am_strore {
	width: 100%;
	margin: 50px auto 0;
}

.am_strore_t {
	width: 100%;
	height: 361px;
	overflow: hidden;
	font-size: 16px;
	line-height: 34px;
	color: #FFFFFF;
}

.am_strore_t .am-img {
	float: left;
	width: 600px;
	height: 361px;
}

.am_strore_t .am-img img {
	width: 600px;
	height: 361px;
}

.am_strore_t .am_strore_tr {
	background: #e20177;
	padding: 60px 68px 40px;
	float: right;
	width: 600px;
	height: 361px;
	text-align: left;
}

.am_strore_t .am_strore_tr h2 {
	text-align: left;
	width: 100%;
	margin: 0;
	font-weight: normal;
	font-size: 36px;
	line-height: 38px;
	color: #FFFFFF;
	padding-bottom: 28px;
}

.am-address-t {
	width: 100%;
	height: auto;
	font-size: 14px;
	color: #666;
	line-height: 25px;
	/* border-bottom: 1px solid #E5E5E5; */
	padding-bottom: 55px;
	padding-top: 60px;
	display: inline-block;
}

.am-address-t .am-address-div {
	float: left;
	width: 33.3%;
	text-align: left;
	padding-right: 40px;
	height: 250px;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-bottom: 30px;
	/* border-bottom: 1px solid #e5e5e5; */
	/* padding-bottom: 30px; */
	/* margin-bottom: 30px; */
}

.am-address-t .am-address-div:after {
	content: '';
	clear: both;
	display: block;
	height: auto;
}

.am-address-t .am-address-div h2 {
	text-align: left;
	width: 100%;
	margin: 0;
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	color: #000;
	padding-bottom: 20px;
}

.am-address-t .am-address-div p {
	padding-bottom: 5px;
}

.am-address-t:last-child {
	border-bottom: 0px;
	padding-bottom: 0;
}


/*分页*/

.jump {
	font-size: initial;
	line-height: 25px;
	margin-top: 23px;
	margin-left: -10px;
	height: 25px;
}

.jump a {
	font-size: 16px;
	color: #a0a0a0;
	margin: 0 10px;
	text-align: center;
}

.jump a.first {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 60px;
	background-color: #a0a0a0;
	color: #fff;
}

.jump a img {
	vertical-align: -6px;
}

.jump a.last {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 60px;
	background-color: #000000;
	color: #fff;
}

.line {
	width: 100%;
	height: 1px;
	display: inline-block;
	background: #e5e5e5;
	margin-bottom: 20px;
}

.jump a.on {
	color: #000;
}

.am_video {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	position: fixed;
	top: 0;
	display: none;
	z-index: 10;
	left: 0;
}

.am_video_tit {
	width: 500px;
	height: 500px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -250px;
	margin-top: -250px;
}

#galleryOverlay .close {
	background: url(../img/close_1.png)center no-repeat;
	width: 22px;
	height: 22px;
	position: absolute;
	top: 16%;
	left: 62%;
}
