.banner {
	font-size: 0;
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 120px;
}

@media (max-width: 1199px) {
	.banner {
		padding-top: 70px;
	}
}

.banner .slickbanner .item {
	position: relative;
	display: block;
}

.banner .slickbanner .item .img-box {
	z-index: 0;
	display: block;
	padding-bottom: 44.27083333%;
}

.banner .slickbanner .item .img-box img {
	display: block;
	width: 100%;
}

.banner .ban_arrow {
	position: absolute;
	bottom: 85px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

@media (max-width: 1469px) {
	.banner .ban_arrow {
		bottom: 60px;
	}
}

@media (max-width: 1370px) {
	.banner .ban_arrow {
		bottom: 50px;
	}
}

@media (max-width: 991px) {
	.banner .ban_arrow {
		bottom: 30px;
	}
}

@media (max-width: 767px) {
	.banner .ban_arrow {
		bottom: 20px;
	}
}

@media (max-width: 480px) {
	.banner .ban_arrow {
		bottom: 10px;
	}
}

.banner .ban_arrow .arrow_btn {
	display: inline-block;
	width: 38px;
	height: 38px;
	margin: 0 14px;
	cursor: pointer;
	-webkit-transition: all .35s;
	transition: all .35s;
	border-radius: 50%;
	background-color: #fff5f4;
}

@media (max-width: 600px) {
	.banner .ban_arrow .arrow_btn {
		width: 30px;
		height: 30px;
		margin: 0 10px;
	}
}

.banner .ban_arrow .arrow_btn:hover {
	background-color: #313131;
}

.banner .ban_arrow .arrow_btn:hover:before {
	color: #fff;
}

.banner .ban_arrow .arrow_btn:before {
	font-family: 'iconfont' !important;
	font-size: 24px;
	font-style: normal;
	line-height: 38px;
	display: block;
	content: '\e76c';
	-webkit-transition: all .35s;
	transition: all .35s;
	text-align: center;
	color: #313131;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 600px) {
	.banner .ban_arrow .arrow_btn:before {
		font-size: 20px;
		line-height: 30px;
	}
}

.banner .ban_arrow .prev:before {
	content: '\e76a';
}

.pagebanner {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 120px;
}

@media (max-width: 1199px) {
	.pagebanner {
		padding-top: 70px;
	}
}

.pagebanner .item {
	position: relative;
}

@media (max-width: 1199px) {
	.pagebanner .item {
		width: 130%;
		max-width: 130%;
		margin-left: -15%;
	}
}

@media (max-width: 767px) {
	.pagebanner .item {
		width: 160%;
		max-width: 160%;
		margin-left: -30%;
	}
}

.pagebanner .item .img-box {
	padding-bottom: 15.625%;
}

.pagebanner .item .page_title {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}

.pagebanner .item .page_title h2 {
	font-family: 'ButlerStencil-Bold';
	font-size: 74px;
	line-height: 1;
	display: block;
	margin: 0;
	letter-spacing: 4px;
	color: #fff;
}

@media (max-width: 1469px) {
	.pagebanner .item .page_title h2 {
		font-size: 60px;
	}
}

@media (max-width: 1199px) {
	.pagebanner .item .page_title h2 {
		font-size: 40px;
	}
}

@media (max-width: 991px) {
	.pagebanner .item .page_title h2 {
		font-size: 30px;
	}
}

@media (max-width: 480px) {
	.pagebanner .item .page_title h2 {
		font-size: 24px;
		letter-spacing: 2px;
	}
}


/*title*/

.title {
	text-align: center;
}

.title h2 {
	font-family: 'ButlerStencil-Bold';
	font-size: 48px;
	line-height: 1.25;
	position: relative;
	display: inline;
	margin: 0;
	letter-spacing: 5px;
	color: #313131;
}

@media (max-width: 1199px) {
	.title h2 {
		font-size: 40px;
		letter-spacing: 3px;
	}
}

@media (max-width: 991px) {
	.title h2 {
		font-size: 30px;
		letter-spacing: 2px;
	}
}

@media (max-width: 767px) {
	.title h2 {
		font-size: 26px;
	}
}

@media (max-width: 480px) {
	.title h2 {
		font-size: 24px;
		letter-spacing: 1px;
	}
}

.title h2:before {
	position: absolute;
	z-index: -1;
	bottom: -12px;
	left: -20px;
	display: block;
	width: 228px;
	height: 42px;
	content: '';
	background: url(../images/img/title_line.png) no-repeat center;
	background-size: cover;
}

@media (max-width: 767px) {
	.title h2:before {
		width: 180px;
		height: 24px;
	}
}

@media (max-width: 480px) {
	.title h2:before {
		bottom: -10px;
		width: 160px;
		height: 22px;
	}
}

.title h2:after {
	position: absolute;
	z-index: -1;
	right: -8px;
	bottom: -10px;
	display: block;
	width: 40px;
	height: 40px;
	content: '';
	border-radius: 50%;
	background-color: #AF9881;
}

@media (max-width: 991px) {
	.title h2:after {
		bottom: -5px;
		width: 25px;
		height: 25px;
	}
}

@media (max-width: 767px) {
	.title h2:after {
		bottom: -5px;
		width: 20px;
		height: 20px;
	}
}

@media (max-width: 480px) {
	.title h2:after {
		right: -6px;
		bottom: -2px;
		width: 16px;
		height: 16px;
	}
}

.padt {
	padding-top: 100px;
}

.padd {
	padding: 100px 0;
}

.lists {
	margin-top: 50px;
}

@media (max-width: 1199px) {
	.padt {
		padding-top: 60px;
	}
	.padd {
		padding: 60px 0;
	}
}

@media (max-width: 991px) {
	.padt {
		padding-top: 50px;
	}
	.padd {
		padding: 50px 0;
	}
	.lists {
		margin-top: 40px;
	}
}

@media (max-width: 767px) {
	.padd {
		padding: 40px 0;
	}
	.padt {
		padding-top: 40px;
	}
	.lists {
		margin-top: 30px;
	}
}

.ff {
	font-family: 'iconfont' !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.txt-over1 {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.index_cate .list ul li:first-child .item:nth-child(1) {
	border-radius: 40px 0 0 0;
}

.index_cate .list ul li:first-child .item:nth-child(2) .img-box {
	padding-bottom: 64.44444444%;
}

.index_cate .list ul li:nth-child(2) .item:nth-child(1) .img-box {
	padding-bottom: 64.44444444%;
}

.index_cate .list ul li:nth-child(3) .item:nth-child(2) {
	border-radius: 0 0 40px 0;
}

.index_cate .list ul li:nth-child(3) .item:nth-child(2) .img-box {
	padding-bottom: 64.44444444%;
}

.index_cate .list ul li .item {
	position: relative;
	display: block;
	overflow: hidden;
	margin-bottom: 30px;
}

.index_cate .list ul li .item:hover {
	box-shadow: 0 0 15px rgba(0, 0, 0, .2);
}

.index_cate .list ul li .item:hover .info {
	opacity: 1;
}

.index_cate .list ul li .item:hover .info .msg {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.index_cate .list ul li .item .img-box {
	padding-bottom: 84.44444444%;
}

.index_cate .list ul li .item .info {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	-webkit-transition: all .35s;
	transition: all .35s;
}

.index_cate .list ul li .item .info .msg {
	width: 100%;
	height: 30%;
	padding: 20px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.60) 100%);
	-webkit-transition: all .5s;
	transition: all .5s;
}

@media (max-width: 1469px) {
	.index_cate .list ul li .item .info .msg {
		/*padding: 50px 30px 30px 40px;*/
	}
}

.index_cate .list ul li .item .info .msg b {
	font-family: 'ButlerStencil-Bold';
	font-size: 24px;
	font-weight: normal;
	line-height: 1.41666667;
	display: block;
	letter-spacing: 2px;
	word-break: break-word;
	color: #fff;
}

@media (max-width: 1469px) {
	.index_cate .list ul li .item .info .msg b {
		font-size: 22px;
	}
}

@media (max-width: 1199px) {
	.index_cate .list ul li .item .info .msg b {
		font-size: 20px;
	}
}

.index_cate .list ul li .item .info .msg b:before {
	display: block;
	width: 19px;
	height: 3px;
	margin-bottom: 10px;
	content: '';
	background-color: #fff;
}

.index_cate .list ul li .item .info .msg span {
	display: none;
	margin-top: 30px;
}

.index_cate .list ul li .item .info .msg span:before {
	font-family: 'iconfont' !important;
	font-size: 36px;
	font-style: normal;
	line-height: 1;
	display: block;
	content: '\e608';
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.index_about {
	overflow: hidden;
}

.index_about .left .index_vv {
	overflow: hidden;
	border-radius: 0 0 40px 0;
}

.index_about .left .index_vv .video {
	position: relative;
}

.index_about .left .index_vv .video:hover .video-cover {
	opacity: 1;
}

.index_about .left .index_vv .video .video-cover {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all ease .4s;
	transition: all ease .4s;
	opacity: 0;
	background-color: rgba(0, 0, 0, .2);
}

.index_about .left .index_vv .video .img-box {
	z-index: 0;
	padding-bottom: 77.24867725%;
	background-color: #000;
}

.index_about .left .index_vv .video .img-box img {
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
	opacity: 1;
}

.index_about .left .index_vv .video .video-box {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	text-align: center;
}

.index_about .left .index_vv .video .video-box .iframe {
	display: none;
	width: 100% !important;
	height: 100% !important;
}

.index_about .left .index_vv .video .video-box .play {
	font-size: 20px;
	font-size: 24px;
	line-height: 1;
	position: absolute;
	right: 70px;
	bottom: 70px;
	display: inline-block;
	-webkit-transition: all .4s;
	transition: all .4s;
	text-align: center;
	color: #fff;
}

@media (max-width: 480px) {
	.index_about .left .index_vv .video .video-box .play {
		right: 40px;
		bottom: 40px;
	}
}

.index_about .left .index_vv .video .video-box .play:before {
	font-family: 'iconfont';
	font-size: 95px;
	display: block;
	content: '\e63d';
	color: #fff;
}

@media (max-width: 1199px) {
	.index_about .left .index_vv .video .video-box .play:before {
		font-size: 60px;
	}
}

@media (max-width: 480px) {
	.index_about .left .index_vv .video .video-box .play:before {
		font-size: 45px;
	}
}

.index_about .right .info {
	padding: 50px 25% 0 90px;
}

@media (max-width: 1680px) {
	.index_about .right .info {
		padding: 50px 20% 0 50px;
	}
}

@media (max-width: 1469px) {
	.index_about .right .info {
		padding: 50px 50px 0 50px;
	}
}

@media (max-width: 1370px) {
	.index_about .right .info {
		padding: 30px 30px 0 30px;
	}
}

@media (max-width: 1199px) {
	.index_about .right .info {
		padding: 20px 15px 0 15px;
	}
}

.index_about .right .info .title {
	text-align: left;
}

.index_about .right .info .title p {
	font-family: 'ButlerStencil-Bold';
	font-size: 60px;
	line-height: 1.4;
	color: #444;
}

@media (max-width: 1469px) {
	.index_about .right .info .title p {
		font-size: 45px;
	}
}

@media (max-width: 1370px) {
	.index_about .right .info .title p {
		font-size: 40px;
	}
}

@media (max-width: 1199px) {
	.index_about .right .info .title p {
		font-size: 35px;
	}
}

@media (max-width: 991px) {
	.index_about .right .info .title p {
		font-size: 28px;
	}
}

@media (max-width: 767px) {
	.index_about .right .info .title p {
		font-size: 25px;
	}
}

@media (max-width: 480px) {
	.index_about .right .info .title p {
		font-size: 20px;
	}
}

.index_about .right .info .title p:before {
	display: block;
	width: 67px;
	height: 9px;
	margin: 40px 0;
	content: '';
	background-color: #444;
}

@media (max-width: 1370px) {
	.index_about .right .info .title p:before {
		margin: 30px 0;
	}
}

@media (max-width: 991px) {
	.index_about .right .info .title p:before {
		width: 50px;
		height: 5px;
		margin: 20px 0;
	}
}

.index_about .right .info .txt {
	margin-top: 20px;
}

.index_about .right .info .txt p {
	font-size: 16px;
	line-height: 2.25;
	color: #444;
}

@media (max-width: 1469px) {
	.index_about .right .info .txt p {
		line-height: 1.875;
	}
}

@media (max-width: 767px) {
	.index_about .right .info .txt p {
		font-size: 15px;
	}
}

.index_about .right .info .more {
	margin-top: 60px;
}

@media (max-width: 1469px) {
	.index_about .right .info .more {
		margin-top: 40px;
	}
}

@media (max-width: 1199px) {
	.index_about .right .info .more {
		margin-top: 30px;
	}
}

.index_about .right .info .more a {
	font-size: 16px;
	line-height: 2.6875;
	display: block;
	width: 150px;
	height: 43px;
	-webkit-transition: all .3s;
	transition: all .3s;
	text-align: center;
	color: #444;
	border: solid 1px #444;
	border-radius: 4px;
}

.index_about .right .info .more a:after {
	font-family: 'iconfont' !important;
	font-size: 20px;
	font-style: normal;
	line-height: 1;
	display: inline-block;
	margin-left: 10px;
	content: '\e61f';
	vertical-align: text-top;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.index_about .right .info .more a:hover {
	color: #fff;
	border: solid 1px #AF9881;
	background-color: #AF9881;
}

.index_asked .list {
	margin-top: 80px;
}

@media (max-width: 1199px) {
	.index_asked .list {
		margin-top: 60px;
	}
}

@media (max-width: 991px) {
	.index_asked .list {
		margin-top: 40px;
	}
}

@media (max-width: 480px) {
	.index_asked .list {
		margin-top: 30px;
	}
}

.index_asked .list .item {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 15px 10px 15px 60px;
	padding-left: 60px;
}

@media (max-width: 480px) {
	.index_asked .list .item {
		padding-left: 50px;
	}
}

.index_asked .list .item:hover .icon_ask {
	background-color: #222;
}

.index_asked .list .item:hover .info {
	box-shadow: 0 0 15px rgba(0, 0, 0, .15);
}

.index_asked .list .item:hover .info span {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

.index_asked .list .item .icon_ask {
	font-family: 'ButlerStencil-Bold';
	font-size: 30px;
	line-height: 50px;
	position: absolute;
	top: 20px;
	left: 0;
	width: 50px;
	height: 50px;
	-webkit-transition: all .35s;
	transition: all .35s;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	background-color: #AF9881;
}

@media (max-width: 480px) {
	.index_asked .list .item .icon_ask {
		font-size: 20px;
		line-height: 40px;
		width: 40px;
		height: 40px;
	}
}

.index_asked .list .item .info {
	padding: 20px;
	-webkit-transition: all .35s;
	transition: all .35s;
	border-radius: 40px 0 40px 0;
}

@media (max-width: 991px) {
	.index_asked .list .item .info {
		box-shadow: 0 0 15px rgba(0, 0, 0, .15);
	}
}

.index_asked .list .item .info b {
	font-family: 'Arial-BoldMT';
	font-size: 26px;
	font-weight: normal;
	line-height: 1.15384615;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #444;
}

@media (max-width: 1199px) {
	.index_asked .list .item .info b {
		font-size: 24px;
	}
}

@media (max-width: 991px) {
	.index_asked .list .item .info b {
		font-size: 22px;
	}
}

@media (max-width: 480px) {
	.index_asked .list .item .info b {
		font-size: 20px;
	}
}

.index_asked .list .item .info .txt {
	height: 80px;
	overflow: hidden;
}

.index_asked .list .item .info .txt p {
	font-size: 14px;
	line-height: 2.14285714;
	display: -webkit-box;
	overflow: hidden;
	height: 60px;
	margin-top: 20px;
	color: #666;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

@media (max-width: 1199px) {
	.index_asked .list .item .info p {
		margin-top: 10px;
	}
}

.index_asked .list .item .info span {
	display: block;
	float: right;
	-webkit-transition: all .35s;
	transition: all .35s;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	opacity: 0;
	margin-top: 10px;
}

@media (max-width: 991px) {
	.index_asked .list .item .info span {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}

.index_asked .list .item .info span:before {
	font-family: 'iconfont' !important;
	font-size: 36px;
	font-style: normal;
	line-height: 1;
	display: block;
	content: '\e608';
	color: #444;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 480px) {
	.index_asked .list .item .info span:before {
		font-size: 32px;
	}
}

.index_num {
	padding: 60px 0;
	background-color: #efede2;
}

@media (max-width: 767px) {
	.index_num ul li:nth-child(2) .item {
		margin-top: 40px;
	}
}

.index_num ul li:nth-child(2) .item span:before {
	right: -40px;
	content: '\e6ab';
}

@media (max-width: 1199px) {
	.index_num ul li:nth-child(2) .item span:before {
		right: -20px;
	}
}

@media (max-width: 480px) {
	.index_num ul li:nth-child(2) .item span:before {
		right: -10px;
	}
}

@media (max-width: 991px) {
	.index_num ul li:nth-child(3) .item {
		margin-top: 40px;
	}
}

.index_num ul li:nth-child(3) .item span:before {
	font-size: 70px;
	right: -50px;
	content: '\e624';
}

@media (max-width: 1199px) {
	.index_num ul li:nth-child(3) .item span:before {
		font-size: 50px;
		right: -30px;
	}
}

@media (max-width: 480px) {
	.index_num ul li:nth-child(3) .item span:before {
		font-size: 45px;
		right: -20px;
	}
}

@media (max-width: 991px) {
	.index_num ul li:nth-child(4) .item {
		margin-top: 40px;
	}
}

.index_num ul li:nth-child(4) .item span:before {
	right: -40px;
	content: '\e84d';
}

@media (max-width: 1199px) {
	.index_num ul li:nth-child(4) .item span:before {
		right: -20px;
	}
}

.index_num .item {
	padding: 0 30px;
	-webkit-transition: all .5s;
	transition: all .5s;
	text-align: center;
}

@media (max-width: 1469px) {
	.index_num .item {
		padding: 0;
	}
}

.index_num .item:hover {
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}

.index_num .item:hover span {
	-webkit-animation: swing 1s 0s ease both;
	animation: swing 1s 0s ease both;
}

.index_num .item span {
	position: relative;
	display: block;
	width: 88px;
	height: 88px;
	margin: auto;
	border-radius: 50%;
	background-color: #fff;
}

@media (max-width: 480px) {
	.index_num .item span {
		width: 80px;
		height: 80px;
	}
}

.index_num .item span:before {
	font-family: 'iconfont' !important;
	font-size: 100px;
	font-style: normal;
	line-height: 1;
	position: absolute;
	top: 50%;
	right: -30px;
	display: block;
	content: '\e642';
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #AF9881;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1199px) {
	.index_num .item span:before {
		font-size: 80px;
	}
}

@media (max-width: 480px) {
	.index_num .item span:before {
		font-size: 70px;
		right: -20px;
	}
}

.index_num .item b {
	font-family: 'Arial-BoldMT';
	font-size: 18px;
	font-weight: normal;
	line-height: 1.44444444;
	display: block;
	margin: 30px 0 20px 0;
	color: #444;
}

@media (max-width: 991px) {
	.index_num .item b {
		margin: 20px 0 10px 0;
	}
}

.index_num .item p {
	font-size: 14px;
	line-height: 1.85714286;
	color: #666;
}

.index_email .email_form {
	width: 920px;
	margin: auto;
}

@media (max-width: 1199px) {
	.index_email .email_form {
		width: 100%;
	}
}

.index_email .email_form input {
	font-size: 18px;
	line-height: 66px;
	display: block;
	float: left;
	width: 74%;
	min-height: 66px;
	padding: 0 30px;
	text-align: center;
	color: #444;
	border: solid 1px #AF9881;
	border-radius: 30px;
}

@media (max-width: 1199px) {
	.index_email .email_form input {
		line-height: 60px;
		min-height: 60px;
	}
}

@media (max-width: 1199px) {
	.index_email .email_form input {
		width: 66%;
	}
}

@media (max-width: 767px) {
	.index_email .email_form input {
		font-size: 16px;
		line-height: 50px;
		float: none;
		width: 100%;
		min-height: 50px;
	}
}

.index_email .email_form input::-webkit-input-placeholder,
.index_email .email_form textarea::-webkit-input-placeholder {
	color: #b9b9b9;
}

.index_email .email_form input:-o-placeholder,
.index_email .email_form textarea:-o-placeholder {
	color: #b9b9b9;
}

.index_email .email_form input::-moz-placeholder,
.index_email .email_form textarea::-moz-placeholder {
	color: #b9b9b9;
}

.index_email .email_form input:-ms-input-placeholder,
.index_email .email_form textarea:-ms-input-placeholder {
	color: #b9b9b9;
}

.index_email .email_form input:focus::-webkit-input-placeholder,
.index_email .email_form textarea:focus::-webkit-input-placeholder {
	color: #eee;
}

.index_email .email_form input:focus::-o-placeholder,
.index_email .email_form textarea:focus::-o-placeholder {
	color: #eee;
}

.index_email .email_form input:focus::-moz-placeholder,
.index_email .email_form textarea:focus::-moz-placeholder {
	color: #eee;
}

.index_email .email_form input:focus::-ms-input-placeholder,
.index_email .email_form textarea:focus::-ms-input-placeholder {
	color: #eee;
}

.index_email .email_form button {
	font-family: 'Arial-BoldMT';
	font-size: 18px;
	line-height: 3.66666667;
	display: block;
	float: right;
	width: 210px;
	height: 66px;
	-webkit-transition: all .3s;
	transition: all .3s;
	letter-spacing: 2px;
	color: #fff;
	border-radius: 30px;
	background-color: #AF9881;
}

@media (max-width: 1199px) {
	.index_email .email_form button {
		line-height: 3.33333333;
		height: 60px;
	}
}

@media (max-width: 767px) {
	.index_email .email_form button {
		font-size: 16px;
		line-height: 3.125;
		float: none;
		width: 200px;
		height: 50px;
		margin: auto;
		margin-top: 20px;
	}
}

.index_email .email_form button:before {
	font-family: 'iconfont' !important;
	font-style: normal;
	display: inline-block;
	margin-right: 15px;
	content: '\e8a7';
	-webkit-transition: all .6s;
	transition: all .6s;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.index_email .email_form button:hover {
	opacity: .85;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.index_email .email_form button:hover:before {
	-webkit-transform: rotateY(360deg);
	transform: rotateY(360deg);
}

.index_footer {
	padding: 60px 0 100px 0;
}

@media (max-width: 1199px) {
	.index_footer {
		padding: 50px 0 80px 0;
	}
}

@media (max-width: 767px) {
	.index_footer {
		padding: 40px 0 60px 0;
	}
}

@media (max-width: 480px) {
	.index_footer {
		padding: 30px 0 50px 0;
	}
}

.index_footer .item-1 .foot_logo {
	width: 280px;
	margin: auto;
}

@media (max-width: 1199px) {
	.index_footer .item-1 .foot_logo {
		width: 220px;
	}
}

@media (max-width: 991px) {
	.index_footer .item-1 .foot_logo {
		width: 200px;
	}
}

@media (max-width: 768px) {
	.index_footer .item-1 .foot_logo {
		width: 180px;
	}
}

@media (max-width: 480px) {
	.index_footer .item-1 .foot_logo {
		width: 160px;
	}
}

.index_footer .item-1 .foot_logo img {
	max-width: 100%;
	height: auto !important;
}

.index_footer .item-1 .msg {
	/*margin-top: 50px;*/
	text-align: center;
}

@media (max-width: 767px) {
	.index_footer .item-1 .msg {
		/*margin-top: 40px;*/
	}
}

@media (max-width: 480px) {
	.index_footer .item-1 .msg {
		/*margin-top: 20px;*/
	}
}

.index_footer .item-1 .msg h1 {
	font-family: 'ButlerStencil';
	font-size: 30px;
	font-weight: normal;
	line-height: 1.4;
	display: block;
	margin: 0;
	color: #222;
}

@media (max-width: 1199px) {
	.index_footer .item-1 .msg h1 {
		font-size: 24px;
	}
}

@media (max-width: 991px) {
	.index_footer .item-1 .msg h1 {
		font-size: 22px;
	}
}

@media (max-width: 767px) {
	.index_footer .item-1 .msg h1 {
		font-size: 22px;
	}
}

@media (max-width: 480px) {
	.index_footer .item-1 .msg h1 {
		font-size: 20px;
	}
}

.index_footer .item-1 .share {
	margin-top: 60px;
}

@media (max-width: 767px) {
	.index_footer .item-1 .share {
		margin-top: 40px;
	}
}

@media (max-width: 480px) {
	.index_footer .item-1 .share {
		margin-top: 30px;
	}
}

.index_footer .item-1 .share ul {
	margin: 0 -20px;
	text-align: center;
}

@media (max-width: 1469px) {
	.index_footer .item-1 .share ul {
		margin: 0 -10px;
	}
}

@media (max-width: 480px) {
	.index_footer .item-1 .share ul {
		margin: 0 -5px;
	}
}

.index_footer .item-1 .share ul li {
	display: inline-block;
	padding: 0 20px;
	vertical-align: middle;
}

@media (max-width: 1469px) {
	.index_footer .item-1 .share ul li {
		padding: 0 10px;
	}
}

@media (max-width: 480px) {
	.index_footer .item-1 .share ul li {
		padding: 0 5px;
	}
}

.index_footer .item-1 .share ul li:hover a {
	-webkit-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	transform: translateY(-3px);
}

.index_footer .item-1 .share ul li a {
	display: block;
	-webkit-transition: all .35s;
	transition: all .35s;
}

.index_footer .item-1 .share ul li a:before {
	font-family: 'iconfont';
	font-size: 22px;
	line-height: 1;
	display: block;
	width: 28px;
	height: 28px;
	content: '\e6f0';
	-webkit-transition: all .35s;
	transition: all .35s;
	text-align: center;
	color: #313131;
	border-radius: 50%;
}

@media (max-width: 767px) {
	.index_footer .item-1 .share ul li a:before {
		font-size: 20px;
	}
}

@media (max-width: 480px) {
	.index_footer .item-1 .share ul li a:before {
		font-size: 18px;
	}
}

.index_footer .item-1 .share ul .facebook a:before {
	content: '\e615';
}

.index_footer .item-1 .share ul .youtube a:before {
	content: '\e6d7';
}

.index_footer .item-1 .share ul .instagram a:before {
	content: '\e6b6';
}

.index_footer .item-1 .share ul .twitter a:before {
	content: '\e652';
}

.index_footer .item-2 {
	padding: 80px 0;
}

@media (max-width: 1199px) {
	.index_footer .item-2 {
		padding: 60px 0 40px 0;
	}
}

@media (max-width: 767px) {
	.index_footer .item-2 {
		padding: 50px 0 30px 0;
	}
}

@media (max-width: 767px) {
	.index_footer .item-2 {
		padding: 30px 0 20px 0;
	}
}

.index_footer .item-2 .text p {
	font-size: 14px;
	line-height: 1.71428571;
	position: relative;
	display: inline-block;
	margin-right: 80px;
	padding-left: 105px;
	vertical-align: top;
	color: #444;
	text-align: left;
	word-break: break-word;
}

@media (max-width: 1469px) {
	.index_footer .item-2 .text p {
		margin-right: 30px;
	}
}

@media (max-width: 1199px) {
	.index_footer .item-2 .text p {
		width: 49% !important;
		margin-right: 0;
		margin-bottom: 30px;
	}
}

@media (max-width: 600px) {
	.index_footer .item-2 .text p {
		display: block;
		width: 100% !important;
		margin-bottom: 20px;
	}
}

.index_footer .item-2 .text p:before {
	position: absolute;
	top: 7px;
	left: 0;
	display: block;
	width: 10px;
	height: 10px;
	content: '';
	background-color: #AF9881;
}

.index_footer .item-2 .text p span {
	font-family: 'Arial-BoldMT';
	font-size: 16px;
	line-height: 24px;
	position: absolute;
	top: 0;
	left: 30px;
	display: block;
}

.index_footer .item-2 .text p a:hover {
	text-decoration: underline !important;
	color: #AF9881;
}

.index_footer .item-2 .text{
	text-align: center;
}

.index_footer .item-2 .text .address {
	width: 27%;
}

@media (max-width: 1469px) {
	.index_footer .item-2 .text .address {
		width: 30%;
	}
}

.index_footer .item-2 .text .tel {
	padding-left: 120px;
}

.index_footer .item-2 .text .email {
	padding-left: 90px;
}

.index_footer .item-2 .text .fax {
	margin-right: 0;
	padding-left: 75px;
}

.index_footer .item-3 .ipt_form {
	width: 510px;
	margin: auto;
}

@media (max-width: 600px) {
	.index_footer .item-3 .ipt_form {
		width: 100%;
	}
}

.index_footer .item-3 .ipt_form input,
.index_footer .item-3 .ipt_form textarea {
	font-size: 14px;
	line-height: 40px;
	width: 100%;
	min-height: 40px;
	margin-bottom: 30px;
	padding: 0 30px;
	color: #000;
	border: none;
	border-radius: 4px;
	background-color: #efede2;
}

@media (max-width: 600px) {
	.index_footer .item-3 .ipt_form input,
	.index_footer .item-3 .ipt_form textarea {
		margin-bottom: 20px;
	}
}

@media (max-width: 480px) {
	.index_footer .item-3 .ipt_form input,
	.index_footer .item-3 .ipt_form textarea {
		margin-bottom: 10px;
	}
}

.index_footer .item-3 .ipt_form textarea {
	line-height: 28px;
	min-height: 120px;
	padding: 5px 30px;
}

.index_footer .item-3 .ipt_form input::-webkit-input-placeholder,
.index_footer .item-3 .ipt_form textarea::-webkit-input-placeholder {
	color: #444;
}

.index_footer .item-3 .ipt_form input:-o-placeholder,
.index_footer .item-3 .ipt_form textarea:-o-placeholder {
	color: #444;
}

.index_footer .item-3 .ipt_form input::-moz-placeholder,
.index_footer .item-3 .ipt_form textarea::-moz-placeholder {
	color: #444;
}

.index_footer .item-3 .ipt_form input:-ms-input-placeholder,
.index_footer .item-3 .ipt_form textarea:-ms-input-placeholder {
	color: #444;
}

.index_footer .item-3 .ipt_form input:focus::-webkit-input-placeholder,
.index_footer .item-3 .ipt_form textarea:focus::-webkit-input-placeholder {
	color: #777;
}

.index_footer .item-3 .ipt_form input:focus::-o-placeholder,
.index_footer .item-3 .ipt_form textarea:focus::-o-placeholder {
	color: #777;
}

.index_footer .item-3 .ipt_form input:focus::-moz-placeholder,
.index_footer .item-3 .ipt_form textarea:focus::-moz-placeholder {
	color: #777;
}

.index_footer .item-3 .ipt_form input:focus::-ms-input-placeholder,
.index_footer .item-3 .ipt_form textarea:focus::-ms-input-placeholder {
	color: #777;
}

.index_footer .item-3 .ipt_form .submit {
	font-size: 14px;
	line-height: 2.71428571;
	display: block;
	width: 102px;
	height: 38px;
	margin: auto;
	-webkit-transition: all .3s;
	transition: all .3s;
	color: #444;
	border-radius: 4px;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.index_footer .item-3 .ipt_form .submit:after {
	font-family: 'iconfont' !important;
	font-style: normal;
	display: inline-block;
	margin-left: 5px;
	content: '\e728';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.index_footer .item-3 .ipt_form .submit:hover {
	color: #fff;
	background-color: #AF9881;
}

.product {
	overflow: hidden;
}

.product .left {
	width: 23.405%;
}

@media (max-width: 991px) {
	.product .left {
		display: none;
		float: none;
	}
}

.product .left .menu {
	position: relative;
}

.product .left .menu .menu1>li {
	margin-bottom: 10px;
}

.product .left .menu .menu1>li:first-child>a {
	padding: 0 10px 10px 25px;
}

.product .left .menu .menu1>li:first-child>a:before {
	top: 6px;
}

.product .left .menu .menu1>li>a {
	font-size: 18px;
	line-height: 30px;
	position: relative;
	display: block;
	padding: 10px 10px 10px 25px;
	-webkit-transition: .35s;
	transition: .35s;
	color: #444;
}

.product .left .menu .menu1>li>a:before {
	font-family: 'iconfont' !important;
	font-size: 16px;
	font-style: normal;
	font-style: normal !important;
	line-height: 1;
	position: absolute;
	top: 16px;
	left: 0;
	display: block;
	content: '\e627';
	-webkit-transition: .35s;
	transition: .35s;
	text-align: center;
	color: #444;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.product .left .menu .menu1>li>a:hover {
	font-family: 'Arial-BoldMT';
	font-style: italic !important;
	text-decoration: underline !important;
	color: #AF9881;
}

.product .left .menu .menu1>li>a:hover:before {
	content: '\e62a';
	color: #AF9881;
}

.product .left .menu .menu1 .active>a {
	font-family: 'Arial-BoldMT';
	font-style: italic !important;
	text-decoration: underline !important;
	color: #AF9881;
}

.product .left .menu .menu1 .active>a:before {
	content: '\e62a';
	color: #AF9881;
}

.product .left .menu .menu2 {
	display: none;
}

.product .left .menu .menu2>li {
	position: relative;
	padding-left: 0;
	cursor: pointer;
}

.product .left .menu .menu2>li>a {
	font-family: 'Arial' !important;
	font-size: 16px;
	line-height: 1.2;
	position: relative;
	display: block;
	padding: 10px 10px 10px 35px;
	-webkit-transition: .35s;
	transition: .35s;
	color: #888;
}

.product .left .menu .menu2>li>a:before {
	display: none;
}

.product .left .menu .menu2>li>a:hover {
	text-decoration: underline !important;
	color: #AF9881;
}

.product .left .menu .menu2 .active>a {
	text-decoration: underline !important;
	color: #AF9881;
}

.product .left .menu .menu3 {
	display: none;
}

.product .left .menu .menu3>li>a {
	font-size: 14px;
	line-height: 30px;
	display: block;
	padding-left: 60px;
	-webkit-transition: .35s;
	transition: .35s;
	color: #666 !important;
}

.product .left .menu .menu3>li>a:before {
	display: none;
}

.product .left .menu .menu3>li:hover a {
	text-decoration: underline !important;
	color: #AF9881 !important;
}

.product .left .menu .menu3 .active a {
	text-decoration: underline !important;
	color: #AF9881 !important;
}

.product .right {
	width: 76.595%;
	padding: 0 0 0 30px;
}

@media (max-width: 991px) {
	.product .right {
		float: none;
		width: 100%;
		padding: 0;
	}
}

.product .right .prod_lists .item {
	position: relative;
	display: block;
	overflow: hidden;
	margin-bottom: 30px;
	-webkit-transition: all .35s;
	transition: all .35s;
}

.product .right .prod_lists .item:hover {
	border-radius: 0 40px 0 0;
}

.product .right .prod_lists .item .pic {
	position: relative;
	z-index: 2;
}

.product .right .prod_lists .item .pic .img-box {
	padding-bottom: 121.21212121%;
}

.product .right .prod_lists .item .pic .cover {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: all .25s;
	transition: all .25s;
	opacity: 0;
	background: rgb(175, 152, 129, .72);
}

.product .right .prod_lists .item .pic .cover .info {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	display: block;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}

.product .right .prod_lists .item .pic .cover .info a {
	display: inline-block;
	width: 80px;
	height: 80px;
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	vertical-align: middle;
	opacity: 0;
	border-radius: 50%;
	background-color: #fff;
}

@media (max-width: 1199px) {
	.product .right .prod_lists .item .pic .cover .info a {
		width: 60px;
		height: 60px;
	}
}

.product .right .prod_lists .item .pic .cover .info a:before {
	font-family: 'iconfont' !important;
	font-size: 31px;
	font-style: normal;
	line-height: 80px;
	display: block;
	content: '\ec7f';
	color: #AF9881;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1199px) {
	.product .right .prod_lists .item .pic .cover .info a:before {
		font-size: 25px;
		line-height: 60px;
	}
}

.product .right .prod_lists .item .pic .cover .info .add_btn {
	margin-left: 30px;
	-webkit-transition: all .35s;
	transition: all .35s;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}

@media (max-width: 1199px) {
	.product .right .prod_lists .item .pic .cover .info .add_btn {
		margin-left: 20px;
	}
}

.product .right .prod_lists .item .pic .cover .info .add_btn:before {
	font-size: 36px;
	line-height: 80px;
	content: '\e63c';
}

@media (max-width: 1199px) {
	.product .right .prod_lists .item .pic .cover .info .add_btn:before {
		font-size: 28px;
		line-height: 60px;
	}
}

.product .right .prod_lists .item .name {
	position: relative;
	margin-top: 20px;
	-webkit-transition: all .35s;
	transition: all .35s;
	text-align: center;
}

.product .right .prod_lists .item .name a {
	font-size: 18px;
	line-height: 1.4;
	display: block;
	overflow: hidden;
	-webkit-transition: all .35s;
	transition: all .35s;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #444;
}

@media (max-width: 767px) {
	.product .right .prod_lists .item .name a {
		font-size: 16px;
	}
}

.product .right .prod_lists .item:hover .name a {
	font-family: 'Arial-BoldMT';
	font-style: italic !important;
	text-decoration: underline !important;
	color: #AF9881;
}

.product .right .prod_lists .item:hover .pic .cover {
	opacity: 1;
}

.product .right .prod_lists .item:hover .pic .cover a {
	-webkit-transform: translateY(0) !important;
	-ms-transform: translateY(0) !important;
	transform: translateY(0) !important;
	opacity: 1;
}

.product .page {
	padding-top: 50px;
}

@media (max-width: 1199px) {
	.product .page {
		padding-top: 30px;
	}
}

@media (max-width: 991px) {
	.product .page {
		padding-top: 20px;
	}
}

@media (max-width: 600px) {
	.product .page {
		padding-top: 10px;
	}
}

.product_details .product_box .lef {
	font-size: 0;
	width: 45.715%;
}

@media (max-width: 991px) {
	.product_details .product_box .lef {
		width: 100%;
	}
}

.product_details .product_box .lef .pic .img-box {
	padding-bottom: 121.21212121%;
}

.product_details .product_box .lef .slider-nav {
	font-size: 0;
	margin-top: 20px;
}

.product_details .product_box .lef .slider-nav .slick-list {
	margin: 0 -10px;
}

.product_details .product_box .lef .slider-nav .slick-list .slick-slide {
	padding: 0 10px;
}

.product_details .product_box .lef .slider-nav .slick-list .slick-slide .pic {
	border: solid 1px #fff;
}

.product_details .product_box .lef .slider-nav .slick-list .slick-current .pic {
	border: 1px solid #AF9881;
}

.product_details .product_box .lef .slider-nav .slick-arrow {
	position: absolute;
	z-index: 9;
	top: 50%;
	left: 0;
	padding: 0;
	cursor: pointer;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: none;
}

.product_details .product_box .lef .slider-nav .slick-arrow:before {
	font-family: 'iconfont' !important;
	font-size: 26px;
	line-height: 1;
	display: block;
	content: '\e727';
	-webkit-transition: all .35s;
	transition: all .35s;
	text-align: center;
	color: #050001;
}

.product_details .product_box .lef .slider-nav .slick-arrow:hover:before {
	color: #AF9881;
}

.product_details .product_box .lef .slider-nav .slick-next {
	right: 0;
	left: auto;
}

.product_details .product_box .lef .slider-nav .slick-next:before {
	content: '\e728';
}

.product_details .product_box .rig {
	width: 54.285%;
	padding-left: 80px;
}

@media (max-width: 1199px) {
	.product_details .product_box .rig {
		padding-left: 30px;
	}
}

@media (max-width: 991px) {
	.product_details .product_box .rig {
		width: 100%;
		margin-top: 10px;
		padding-left: 0;
	}
}

.product_details .product_box .rig .prod_info .pro_title h1 {
	font-family: 'Arial-BoldMT';
	font-size: 30px;
	font-weight: normal;
	line-height: 1.4;
	display: block;
	color: #444;
}

@media (max-width: 1199px) {
	.product_details .product_box .rig .prod_info .pro_title h1 {
		font-size: 24px;
	}
}

@media (max-width: 991px) {
	.product_details .product_box .rig .prod_info .pro_title h1 {
		font-size: 22px;
	}
}

@media (max-width: 480px) {
	.product_details .product_box .rig .prod_info .pro_title h1 {
		font-size: 20px;
	}
}

.product_details .product_box .rig .prod_info .pro_msg {
	margin-top: 20px;
}

.product_details .product_box .rig .prod_info .pro_msg b {
	font-family: 'Arial-BoldMT';
	font-size: 18px;
	line-height: 1.66666667;
	display: block;
	color: #333;
}

@media (max-width: 991px) {
	.product_details .product_box .rig .prod_info .pro_msg b {
		font-size: 16px;
	}
}

.product_details .product_box .rig .prod_info .pro_msg p {
	font-size: 15px;
	line-height: 2;
	color: #777;
}

.product_details .product_box .rig .prod_info .prod_btn {
	margin-top: 40px;
}

@media (max-width: 1469px) {
	.product_details .product_box .rig .prod_info .prod_btn {
		margin-top: 30px;
	}
}

@media (max-width: 1199px) {
	.product_details .product_box .rig .prod_info .prod_btn {
		margin-top: 20px;
	}
}

.product_details .product_box .rig .prod_info .prod_btn a {
	font-size: 16px;
	line-height: 2.25;
	display: block;
	float: left;
	margin-right: 30px;
	padding: 0 18px;
	cursor: pointer;
	-webkit-transition: all .35s;
	transition: all .35s;
	color: #fff;
	border: solid 3px #AF9881;
	border-radius: 20px;
	background-color: #AF9881;
}

@media (max-width: 1469px) {
	.product_details .product_box .rig .prod_info .prod_btn a {
		margin-right: 20px;
	}
}

.product_details .product_box .rig .prod_info .prod_btn a:hover {
	color: #AF9881;
	background-color: #fff;
}

.product_details .product_box .rig .prod_info .prod_btn a:after {
	font-family: 'iconfont' !important;
	font-size: 18px;
	font-style: normal;
	line-height: 1;
	display: inline-block;
	margin-left: 8px;
	content: '\e645';
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1199px) {
	.product_details .product_box .rig .prod_info .prod_btn #add_btn {
		margin-top: 15px;
	}
}

@media (max-width: 991px) {
	.product_details .product_box .rig .prod_info .prod_btn #add_btn {
		margin-top: 0;
	}
}

@media (max-width: 371px) {
	.product_details .product_box .rig .prod_info .prod_btn #add_btn {
		margin-top: 15px;
	}
}

.product_details .product_box .rig .prod_info .prod_btn #add_btn:after {
	font-size: 22px;
	line-height: 1;
	content: '\e63c';
}

.product_details .product_box .rig .prod_info .share_box {
	position: relative;
	margin-top: 50px;
	padding-top: 40px;
}

@media (max-width: 1199px) {
	.product_details .product_box .rig .prod_info .share_box {
		margin-top: 40px;
		padding-top: 30px;
	}
}

.product_details .product_box .rig .prod_info .share_box:before {
	position: absolute;
	z-index: 1;
	top: -4px;
	left: 0;
	display: block;
	width: 9px;
	height: 9px;
	content: '';
	border-radius: 50%;
	background-color: #AF9881;
}

.product_details .product_box .rig .prod_info .share_box:after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 46%;
	height: 1px;
	content: '';
	background: #e5e5e5;
}

.product_details .product_box .rig .prod_info .share_box span {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	display: inline-block;
	vertical-align: middle;
	color: #666;
}

.product_details .product_box .rig .prod_info .share_box .share_tool {
	display: inline-block;
	margin-left: 5px;
	vertical-align: middle;
}

.product_details .product_box .rig .prod_info .prod_page {
	margin-top: 70px;
}

@media (max-width: 1199px) {
	.product_details .product_box .rig .prod_info .prod_page {
		margin-top: 40px;
	}
}

.product_details .product_box .rig .prod_info .prod_page a {
	font-size: 16px;
	line-height: 1.875;
	-webkit-transition: all .35s;
	transition: all .35s;
	color: #666;
}

.product_details .product_box .rig .prod_info .prod_page a:hover {
	color: #AF9881;
}

.product_details .product_box .rig .prod_info .prod_page a:before {
	font-family: 'iconfont' !important;
	font-size: 32px;
	font-style: normal;
	line-height: 1;
	display: inline-block;
	margin-right: 15px;
	content: '\e665';
	text-align: center;
	vertical-align: bottom;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.product_details .product_box .rig .prod_info .prod_page .next:before {
	display: none;
}

.product_details .product_box .rig .prod_info .prod_page .next:after {
	font-family: 'iconfont' !important;
	font-size: 32px;
	font-style: normal;
	line-height: 1;
	display: inline-block;
	margin-left: 15px;
	content: '\e664';
	text-align: center;
	vertical-align: bottom;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.product_details .info_title {
	margin-top: 60px;
}

@media (max-width: 1199px) {
	.product_details .info_title {
		margin-top: 50px;
	}
}

@media (max-width: 991px) {
	.product_details .info_title {
		margin-top: 40px;
	}
}

.product_details .info_title b {
	font-family: 'Arial-BoldMT';
	font-size: 36px;
	font-weight: bold;
	line-height: 1;
	display: block;
	color: #333;
}

@media (max-width: 1199px) {
	.product_details .info_title b {
		font-size: 30px;
	}
}

@media (max-width: 991px) {
	.product_details .info_title b {
		font-size: 26px;
	}
}

@media (max-width: 480px) {
	.product_details .info_title b {
		font-size: 22px;
	}
}

.product_details .product_info .text {
	margin-top: 20px;
}

@media (max-width: 480px) {
	.product_details .product_info .text {
		margin-top: 10px;
	}
}

.product_details .product_info .text p {
	font-size: 16px;
	line-height: 1.875;
	color: #666;
}

@media (max-width: 480px) {
	.product_details .product_info .text p {
		font-size: 15px;
	}
}

.product_details .inquire_box .inquire_form p {
	font-size: 14px;
	line-height: 1.42857143;
	margin: 15px 0 20px 0;
	color: #666;
}

@media (max-width: 480px) {
	.product_details .inquire_box .inquire_form p {
		font-size: 15px;
	}
}

.product_details .inquire_box .inquire_form .form_ipt ul {
	margin: 0 -10px;
}

.product_details .inquire_box .inquire_form .form_ipt ul li {
	margin-bottom: 14px;
	padding: 0 10px;
}

.product_details .inquire_box .inquire_form .form_ipt ul li:first-child input {
	background-color: #d8d8d8;
}

.product_details .inquire_box .inquire_form .form_ipt ul li:last-child {
	margin-bottom: 0;
}

.product_details .inquire_box .inquire_form .form_ipt ul li input,
.product_details .inquire_box .inquire_form .form_ipt ul li textarea {
	font-size: 14px;
	line-height: 50px;
	display: block;
	width: 100%;
	height: 50px;
	padding: 0 20px;
	color: #000;
	border: none;
	background-color: #ededed;
}

.product_details .inquire_box .inquire_form .form_ipt ul li textarea {
	line-height: 28px;
	min-height: 240px;
	padding: 10px 20px;
}

@media (max-width: 480px) {
	.product_details .inquire_box .inquire_form .form_ipt ul li textarea {
		min-height: 150px;
	}
}

.product_details .inquire_box .inquire_form .form_ipt ul li input::-webkit-input-placeholder,
.product_details .inquire_box .inquire_form .form_ipt ul li textarea::-webkit-input-placeholder {
	color: #333;
}

.product_details .inquire_box .inquire_form .form_ipt ul li input:-o-placeholder,
.product_details .inquire_box .inquire_form .form_ipt ul li textarea:-o-placeholder {
	color: #333;
}

.product_details .inquire_box .inquire_form .form_ipt ul li input::-moz-placeholder,
.product_details .inquire_box .inquire_form .form_ipt ul li textarea::-moz-placeholder {
	color: #333;
}

.product_details .inquire_box .inquire_form .form_ipt ul li input:-ms-input-placeholder,
.product_details .inquire_box .inquire_form .form_ipt ul li textarea:-ms-input-placeholder {
	color: #333;
}

.product_details .inquire_box .inquire_form .form_ipt ul li input:focus::-webkit-input-placeholder,
.product_details .inquire_box .inquire_form .form_ipt ul li textarea:focus::-webkit-input-placeholder {
	color: #aaa;
}

.product_details .inquire_box .inquire_form .form_ipt ul li input:focus::-o-placeholder,
.product_details .inquire_box .inquire_form .form_ipt ul li textarea:focus::-o-placeholder {
	color: #aaa;
}

.product_details .inquire_box .inquire_form .form_ipt ul li input:focus::-moz-placeholder,
.product_details .inquire_box .inquire_form .form_ipt ul li textarea:focus::-moz-placeholder {
	color: #aaa;
}

.product_details .inquire_box .inquire_form .form_ipt ul li input:focus::-ms-input-placeholder,
.product_details .inquire_box .inquire_form .form_ipt ul li textarea:focus::-ms-input-placeholder {
	color: #aaa;
}

.product_details .inquire_box .inquire_form .form_ipt ul li button {
	font-size: 14px;
	line-height: 3.21428571;
	display: block;
	width: 160px;
	height: 45px;
	margin: auto;
	margin-top: 15px;
	-webkit-transition: all .35s;
	transition: all .35s;
	text-align: center;
	color: #fff;
	border-radius: 23px;
	background-color: #AF9881;
}

.product_details .inquire_box .inquire_form .form_ipt ul li button:hover {
	opacity: .85;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.inquire_vehicle {
	padding: 220px 0 100px 0;
}

@media (max-width: 1199px) {
	.inquire_vehicle {
		padding: 150px 0 80px 0;
	}
}

@media (max-width: 991px) {
	.inquire_vehicle {
		padding: 120px 0 80px 0;
	}
}

@media (max-width: 991px) {
	.inquire_vehicle {
		padding: 110px 0 80px 0;
	}
}

.inquire_vehicle .vehicle_box .tit {
	text-align: center;
}

.inquire_vehicle .vehicle_box .tit b {
	font-size: 30px;
	font-weight: normal;
	line-height: 1;
	display: block;
	color: #333;
}

@media (max-width: 1199px) {
	.inquire_vehicle .vehicle_box .tit b {
		font-size: 28px;
	}
}

@media (max-width: 991px) {
	.inquire_vehicle .vehicle_box .tit b {
		font-size: 26px;
	}
}

@media (max-width: 767px) {
	.inquire_vehicle .vehicle_box .tit b {
		font-size: 24px;
	}
}

.inquire_vehicle .vehicle_box .lists_title {
	margin-top: 50px;
	background-color: #fee0db;
}

@media (max-width: 991px) {
	.inquire_vehicle .vehicle_box .lists_title {
		margin-top: 30px;
	}
}

.inquire_vehicle .vehicle_box .lists_title ul {
	position: relative;
	z-index: 2;
	overflow-x: auto;
	width: 100%;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}

.inquire_vehicle .vehicle_box .lists_title ul li {
	float: left;
}

@media (max-width: 767px) {
	.inquire_vehicle .vehicle_box .lists_title ul li {
		display: inline-block;
		float: none;
	}
}

.inquire_vehicle .vehicle_box .lists_title ul li:first-child {
	width: 15%;
	padding: 0 50px;
	text-align: left;
}

@media (max-width: 480px) {
	.inquire_vehicle .vehicle_box .lists_title ul li:first-child {
		padding: 0 20px;
	}
}

.inquire_vehicle .vehicle_box .lists_title ul li:first-child input {
	position: relative;
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: -2px 10px 0 0 !important;
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: background-color ease .1s;
	transition: background-color ease .1s;
	vertical-align: middle;
	border: solid 1px #dcdcdc;
	border-radius: 50%;
	background-color: #fff;
	-webkit-appearance: none;
}

.inquire_vehicle .vehicle_box .lists_title ul li:first-child input:focus {
	outline: none;
}

.inquire_vehicle .vehicle_box .lists_title ul li:first-child input:checked {
	background: #1673ff;
}

.inquire_vehicle .vehicle_box .lists_title ul li:first-child input:checked:after {
	position: absolute;
	top: 3px;
	left: 2px;
	width: 8px;
	height: 5px;
	content: '';
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border: #fff solid 2px;
	border-top: none;
	border-right: none;
	background: transparent;
}

.inquire_vehicle .vehicle_box .lists_title ul li:first-child p {
	display: inline-block;
}

.inquire_vehicle .vehicle_box .lists_title ul li:nth-child(2) {
	width: 45%;
}

@media (max-width: 767px) {
	.inquire_vehicle .vehicle_box .lists_title ul li:nth-child(2) {
		width: 80%;
		padding: 0 10px;
	}
}

.inquire_vehicle .vehicle_box .lists_title ul li:nth-child(3) {
	width: 20%;
	text-align: center;
}

@media (max-width: 767px) {
	.inquire_vehicle .vehicle_box .lists_title ul li:nth-child(3) {
		width: 30%;
	}
}

.inquire_vehicle .vehicle_box .lists_title ul li:nth-child(4) {
	width: 20%;
	text-align: center;
}

@media (max-width: 767px) {
	.inquire_vehicle .vehicle_box .lists_title ul li:nth-child(4) {
		width: 30%;
	}
}

.inquire_vehicle .vehicle_box .lists_title ul li p {
	font-size: 14px;
	line-height: 3.57142857;
	color: #333;
}

.inquire_vehicle .vehicle_box .list li {
	position: relative;
	z-index: 2;
	overflow-x: auto;
	padding: 20px 0;
	white-space: nowrap;
	border-top: none;
	border-bottom: 1px solid #e4e4e4;
	-webkit-overflow-scrolling: touch;
}

.inquire_vehicle .vehicle_box .list .choose {
	float: left;
	width: 15%;
	padding: 0 50px;
}

@media (max-width: 480px) {
	.inquire_vehicle .vehicle_box .list .choose {
		padding: 0 20px;
	}
}

.inquire_vehicle .vehicle_box .list .choose input {
	position: relative;
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 60px 0 0 0 !important;
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: background-color ease .1s;
	transition: background-color ease .1s;
	vertical-align: top;
	border: solid 1px #dcdcdc;
	border-radius: 50%;
	background-color: #f4f4f4;
	-webkit-appearance: none;
}

.inquire_vehicle .vehicle_box .list .choose input:focus {
	outline: none;
}

.inquire_vehicle .vehicle_box .list .choose input:checked {
	background: #1673ff;
}

.inquire_vehicle .vehicle_box .list .choose input:checked:after {
	position: absolute;
	top: 3px;
	left: 2px;
	width: 8px;
	height: 5px;
	content: '';
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border: #fff solid 2px;
	border-top: none;
	border-right: none;
	background: transparent;
}

.inquire_vehicle .vehicle_box .list .num {
	width: 20%;
	padding: 40px 0 0 90px;
}

@media (max-width: 1469px) {
	.inquire_vehicle .vehicle_box .list .num {
		padding: 40px 0 0 60px;
	}
}

@media (max-width: 991px) {
	.inquire_vehicle .vehicle_box .list .num {
		display: inline-block;
		float: none;
		width: 25%;
		padding: 0 20px;
		vertical-align: middle;
	}
}

@media (max-width: 600px) {
	.inquire_vehicle .vehicle_box .list .num {
		width: 40%;
	}
}

@media (max-width: 480px) {
	.inquire_vehicle .vehicle_box .list .num {
		width: 60%;
	}
}

.inquire_vehicle .vehicle_box .list .num a {
	display: inline-block;
	width: 37px;
	height: 32px;
	cursor: pointer;
	vertical-align: middle;
	border: solid 1px #dfdfdf;
}

.inquire_vehicle .vehicle_box .list .num a:before {
	font-family: 'iconfont' !important;
	font-size: 12px;
	font-weight: bold;
	line-height: 32px;
	display: block;
	content: '\e625';
	text-align: center;
	color: #000;
}

.inquire_vehicle .vehicle_box .list .num .add_num {
	margin-right: 0;
}

.inquire_vehicle .vehicle_box .list .num .add_num:before {
	content: '\e628';
}

.inquire_vehicle .vehicle_box .list .num input {
	font-family: 'ArialMT';
	font-size: 16px;
	font-weight: bold;
	line-height: 32px;
	display: inline-block;
	width: 60px;
	padding: 0 5px;
	text-align: center;
	vertical-align: middle;
	color: #000;
}

.inquire_vehicle .vehicle_box .list .info {
	width: 45%;
}

@media (max-width: 991px) {
	.inquire_vehicle .vehicle_box .list .info {
		display: inline-block;
		float: none;
		width: 40%;
		vertical-align: middle;
	}
}

@media (max-width: 767px) {
	.inquire_vehicle .vehicle_box .list .info {
		width: 60%;
	}
}

@media (max-width: 480px) {
	.inquire_vehicle .vehicle_box .list .info {
		width: 60%;
	}
}

.inquire_vehicle .vehicle_box .list .info .pic {
	display: inline-block;
	width: 24%;
	padding: 5px;
	vertical-align: middle;
	border: solid 1px #dcdcdc;
	border: solid 1px #f2f2f2;
	border-radius: 5px;
}

@media (max-width: 600px) {
	.inquire_vehicle .vehicle_box .list .info .pic {
		display: block;
		width: 50%;
	}
}

.inquire_vehicle .vehicle_box .list .info .pic .img-box {
	padding-bottom: 121.21212121%;
}

.inquire_vehicle .vehicle_box .list .info p {
	font-size: 14px;
	display: inline-block;
	overflow: hidden;
	width: 86%;
	padding: 0 20px;
	vertical-align: middle;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #333;
}

@media (max-width: 991px) {
	.inquire_vehicle .vehicle_box .list .info p {
		width: 65%;
	}
}

@media (max-width: 600px) {
	.inquire_vehicle .vehicle_box .list .info p {
		display: block;
		width: 100%;
		margin-top: 10px;
		padding: 0;
	}
}

.inquire_vehicle .vehicle_box .list .del {
	float: left;
	width: 20%;
	padding-top: 40px;
}

@media (max-width: 991px) {
	.inquire_vehicle .vehicle_box .list .del {
		display: inline-block;
		float: none;
		padding-top: 0;
		vertical-align: middle;
	}
}

@media (max-width: 600px) {
	.inquire_vehicle .vehicle_box .list .del {
		width: 30%;
	}
}

.inquire_vehicle .vehicle_box .list .del a:before {
	font-family: 'iconfont' !important;
	font-size: 16px;
	display: block;
	content: '\e6c7';
	cursor: pointer;
	text-align: center;
	color: #787878;
}

.inquire_vehicle .product_details {
	margin-top: 50px;
}

@media (max-width: 991px) {
	.inquire_vehicle .product_details {
		margin-top: 40px;
	}
}

.order_guide {
	border: 1px solid #AF9881;
	border-radius: 40px 40px 0 0;
}

.order_guide .tit {
	width: 665px;
	margin: auto;
	margin-top: -22px;
	text-align: center;
	background-color: #fff;
}

@media (max-width: 1199px) {
	.order_guide .tit {
		width: 65%;
		margin-top: -20px;
	}
}

@media (max-width: 991px) {
	.order_guide .tit {
		width: 68%;
		margin-top: -18px;
	}
}

@media (max-width: 767px) {
	.order_guide .tit {
		width: 100%;
		margin-top: 35px;
		background-color: transparent;
	}
}

.order_guide .tit b {
	font-family: 'Arial-BoldMT';
	font-size: 36px;
	line-height: 1;
	letter-spacing: 0;
	color: #444;
}

@media (max-width: 1199px) {
	.order_guide .tit b {
		font-size: 32px;
	}
}

@media (max-width: 991px) {
	.order_guide .tit b {
		font-size: 30px;
	}
}

@media (max-width: 767px) {
	.order_guide .tit b {
		font-size: 26px;
	}
}

@media (max-width: 600px) {
	.order_guide .tit b {
		font-size: 24px;
	}
}

@media (max-width: 480px) {
	.order_guide .tit b {
		font-size: 22px;
	}
}

.order_guide .tit b:before {
	display: inline-block;
	width: 13px;
	height: 13px;
	margin-right: 80px;
	content: '';
	vertical-align: middle;
	border-radius: 50%;
	background-color: #AF9881;
}

@media (max-width: 991px) {
	.order_guide .tit b:before {
		margin-right: 30px;
	}
}

@media (max-width: 600px) {
	.order_guide .tit b:before {
		width: 8px;
		height: 8px;
		margin-right: 10px;
	}
}

.order_guide .tit b:after {
	display: inline-block;
	width: 13px;
	height: 13px;
	margin-left: 80px;
	content: '';
	vertical-align: middle;
	border-radius: 50%;
	background-color: #AF9881;
}

@media (max-width: 991px) {
	.order_guide .tit b:after {
		margin-left: 30px;
	}
}

@media (max-width: 600px) {
	.order_guide .tit b:after {
		width: 8px;
		height: 8px;
		margin-left: 10px;
	}
}

.order_guide .list {
	position: relative;
	overflow: hidden;
	padding: 120px 110px 70px 110px;
}

@media (max-width: 1199px) {
	.order_guide .list {
		padding: 70px 60px;
	}
}

@media (max-width: 991px) {
	.order_guide .list {
		padding: 60px 40px;
	}
}

@media (max-width: 767px) {
	.order_guide .list {
		padding: 50px 40px;
	}
}

@media (max-width: 600px) {
	.order_guide .list {
		padding: 30px 20px;
	}
}

.order_guide .list:before {
	position: absolute;
	top: 28%;
	right: -12%;
	display: block;
	width: 345px;
	height: 345px;
	content: '';
	border: solid 100px #fff7f7;
	border-radius: 50%;
}

@media (max-width: 480px) {
	.order_guide .list:before {
		width: 300px;
		height: 300px;
		border: solid 80px #fff7f7;
	}
}

.order_guide .list .item {
	position: relative;
	margin-bottom: 50px;
	padding-left: 130px;
}

@media (max-width: 1199px) {
	.order_guide .list .item {
		padding-left: 100px;
	}
}

@media (max-width: 991px) {
	.order_guide .list .item {
		margin-bottom: 30px;
		padding-left: 70px;
	}
}

.order_guide .list .item .num {
	font-family: 'Arial-BoldMT';
	font-size: 36px;
	font-style: italic;
	line-height: 1.33333333;
	position: absolute;
	top: 0;
	left: 0;
	padding-left: 40px;
	color: #222;
}

@media (max-width: 1199px) {
	.order_guide .list .item .num {
		font-size: 30px;
		padding-left: 30px;
	}
}

@media (max-width: 991px) {
	.order_guide .list .item .num {
		font-size: 24px;
		padding-left: 20px;
	}
}

.order_guide .list .item .num:before {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 19px;
	height: 2px;
	content: '';
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #444;
}

@media (max-width: 1199px) {
	.order_guide .list .item .num:before {
		width: 15px;
	}
}

@media (max-width: 991px) {
	.order_guide .list .item .num:before {
		width: 10px;
	}
}

.order_guide .list .item p {
	font-size: 20px;
	line-height: 2.4;
	letter-spacing: 1px;
	color: #444;
}

@media (max-width: 1199px) {
	.order_guide .list .item p {
		font-size: 18px;
		line-height: 2.22222222;
	}
}

@media (max-width: 991px) {
	.order_guide .list .item p {
		font-size: 16px;
		line-height: 2;
	}
}

@media (max-width: 600px) {
	.order_guide .list .item p {
		font-size: 15px;
		line-height: 2;
	}
}

.order_guide .list .item p a {
	display: inline-block;
	cursor: pointer;
}

.order_guide .list .item p a:hover:before {
	-webkit-transform: translateY(2px);
	-ms-transform: translateY(2px);
	transform: translateY(2px);
	color: #AF9881;
}

.order_guide .list .item p a:before {
	font-family: 'iconfont' !important;
	font-size: 25px;
	font-style: normal;
	line-height: 1;
	display: inline-block;
	margin-left: 20px;
	content: '\e611';
	-webkit-transition: all .35s;
	transition: all .35s;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1199px) {
	.order_guide .list .item p a:before {
		font-size: 22px;
	}
}

@media (max-width: 991px) {
	.order_guide .list .item p a:before {
		font-size: 20px;
	}
}

@media (max-width: 600px) {
	.order_guide .list .item p a:before {
		font-size: 18px;
	}
}

.order_guide .note {
	position: relative;
	padding-top: 20px;
	padding-left: 150px;
}

@media (max-width: 1199px) {
	.order_guide .note {
		padding-left: 110px;
	}
}

@media (max-width: 991px) {
	.order_guide .note {
		padding-left: 40px;
	}
}

@media (max-width: 600px) {
	.order_guide .note {
		padding-top: 0;
		padding-left: 0;
	}
}

.order_guide .note:before {
	position: absolute;
	z-index: -1;
	top: 20px;
	left: -60px;
	display: block;
	width: 138px;
	height: 138px;
	content: '';
	border: solid 40px #fff7f7;
	border-radius: 50%;
}

.order_guide .note b {
	font-family: 'Arial-BoldMT';
	font-size: 24px;
	font-weight: normal;
	line-height: 1;
	display: block;
	padding-top: 15px;
	text-decoration: underline !important;
	letter-spacing: 1px;
	color: #222;
}

@media (max-width: 600px) {
	.order_guide .note b {
		font-size: 22px;
	}
}

.order_guide .note .txt {
	position: relative;
	margin-top: 15px;
	padding-left: 150px;
}

@media (max-width: 1199px) {
	.order_guide .note .txt {
		padding-left: 130px;
	}
}

@media (max-width: 480px) {
	.order_guide .note .txt {
		padding-left: 0;
	}
}

.order_guide .note .txt span {
	font-size: 20px;
	line-height: 2.4;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	letter-spacing: 1px;
	color: #444;
}

@media (max-width: 1199px) {
	.order_guide .note .txt span {
		font-size: 18px;
		line-height: 1.94444444;
	}
}

@media (max-width: 480px) {
	.order_guide .note .txt span {
		position: static;
		display: block;
	}
}

.order_guide .note .txt p {
	font-size: 20px;
	line-height: 2.4;
	letter-spacing: 1px;
	color: #444;
}

@media (max-width: 1199px) {
	.order_guide .note .txt p {
		font-size: 18px;
		line-height: 1.94444444;
	}
}

@media (max-width: 991px) {
	.order_guide .note .txt p {
		font-size: 16px;
		line-height: 2;
	}
}

@media (max-width: 600px) {
	.order_guide .note .txt p {
		font-size: 15px;
		line-height: 2;
	}
}

.faq_wrap .list ul li.current .item .title:after {
	content: '\e625';
}

.faq_wrap .list ul li.current .item .title span {
	background-color: #222;
}

.faq_wrap .list ul li.current .item .title b {
	border: solid 1px #444;
}

.faq_wrap .list .item {
	margin-bottom: 50px;
	cursor: pointer;
}

@media (max-width: 480px) {
	.faq_wrap .list .item {
		margin-bottom: 30px;
	}
}

.faq_wrap .list .item:hover .title span {
	background-color: #222;
}

.faq_wrap .list .item:hover .title b {
	border: solid 1px #444;
}

.faq_wrap .list .item .title {
	position: relative;
	padding-left: 75px;
	text-align: left;
}

@media (max-width: 991px) {
	.faq_wrap .list .item .title {
		padding-left: 60px;
	}
}

@media (max-width: 480px) {
	.faq_wrap .list .item .title {
		padding-left: 50px;
	}
}

.faq_wrap .list .item .title:after {
	font-family: 'iconfont' !important;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	position: absolute;
	top: 50%;
	right: 30px;
	display: block;
	content: '\e628';
	-webkit-transition: all .35s;
	transition: all .35s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #444;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 480px) {
	.faq_wrap .list .item .title:after {
		font-size: 14px;
		right: 20px;
	}
}

.faq_wrap .list .item .title span {
	font-family: 'ButlerStencil-Bold';
	font-size: 30px;
	line-height: 50px;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 50px;
	height: 50px;
	-webkit-transition: all .35s;
	transition: all .35s;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	background-color: #AF9881;
}

@media (max-width: 991px) {
	.faq_wrap .list .item .title span {
		font-size: 22px;
		line-height: 40px;
		width: 40px;
		height: 40px;
	}
}

@media (max-width: 480px) {
	.faq_wrap .list .item .title span {
		font-size: 20px;
	}
}

.faq_wrap .list .item .title b {
	font-size: 22px;
	font-weight: normal;
	line-height: 1.36363636;
	display: block;
	padding: 9px 60px 9px 20px;
	-webkit-transition: all .35s;
	transition: all .35s;
	color: #444;
	border: solid 1px #d2d2d2;
	border-radius: 25px;
}

@media (max-width: 1199px) {
	.faq_wrap .list .item .title b {
		font-size: 20px;
	}
}

@media (max-width: 991px) {
	.faq_wrap .list .item .title b {
		font-size: 18px;
	}
}

@media (max-width: 480px) {
	.faq_wrap .list .item .title b {
		font-size: 16px;
		padding: 9px 45px 9px 20px;
	}
}

.faq_wrap .list .item .info {
	display: none;
	padding: 20px 100px 0 100px;
}

@media (max-width: 991px) {
	.faq_wrap .list .item .info {
		padding: 20px 80px 0 80px;
	}
}

@media (max-width: 480px) {
	.faq_wrap .list .item .info {
		padding: 20px 15px 0 15px;
	}
}

.faq_wrap .list .item .info p {
	font-size: 16px;
	line-height: 1.875;
	color: #666;
}

@media (max-width: 991px) {
	.faq_wrap .list .item .info p {
		font-size: 15px;
	}
}

.faq_wrap .page {
	padding-top: 50px;
}

@media (max-width: 1199px) {
	.faq_wrap .page {
		padding-top: 30px;
	}
}

@media (max-width: 991px) {
	.faq_wrap .page {
		padding-top: 20px;
	}
}

@media (max-width: 600px) {
	.faq_wrap .page {
		padding-top: 10px;
	}
}

.contact {
	padding: 220px 0 100px 0;
}

@media (max-width: 1199px) {
	.contact {
		padding: 130px 0 60px 0;
	}
}

@media (max-width: 991px) {
	.contact {
		padding: 120px 0 50px 0;
	}
}

@media (max-width: 767px) {
	.contact {
		padding: 110px 0 40px 0;
	}
}

.contact .cont_line {
	float: right;
	width: 91%;
	padding: 60px;
	border: solid 1px #e5e5e5;
	border-radius: 40px;
	background-color: #fff;
}

@media (max-width: 991px) {
	.contact .cont_line {
		float: none;
		width: 100%;
		padding: 30px;
	}
}

@media (max-width: 480px) {
	.contact .cont_line {
		padding: 15px;
	}
}

.contact .contact_main .left {
	width: 59.5%;
	margin-left: -170px;
	padding: 50px 0 30px 0;
	border-radius: 40px;
	background: url(../images/img/cont_bg.jpg) no-repeat center;
	background-size: cover;
}

@media (max-width: 991px) {
	.contact .contact_main .left {
		float: none;
		width: 100%;
		margin-left: 0;
	}
}

@media (max-width: 480px) {
	.contact .contact_main .left {
		padding: 40px 0 30px 0;
	}
}

.contact .contact_main .left .title {
	margin-bottom: 50px;
}

.contact .contact_main .left .title h2 {
	font-size: 74px;
	color: #fff;
}

@media (max-width: 1469px) {
	.contact .contact_main .left .title h2 {
		font-size: 60px;
	}
}

@media (max-width: 1199px) {
	.contact .contact_main .left .title h2 {
		font-size: 50px;
	}
}

@media (max-width: 991px) {
	.contact .contact_main .left .title h2 {
		font-size: 40px;
	}
}

@media (max-width: 767px) {
	.contact .contact_main .left .title h2 {
		font-size: 35px;
	}
}

@media (max-width: 480px) {
	.contact .contact_main .left .title h2 {
		font-size: 30px;
	}
}

.contact .contact_main .left .title h2:before {
	width: 254px;
	height: 40px;
	background: url(../images/img/cont_line.png) no-repeat center;
	background-size: cover;
}

@media (max-width: 480px) {
	.contact .contact_main .left .title h2:before {
		width: 150px;
		height: 25px;
	}
}

.contact .contact_main .left .title h2:after {
	display: none;
}

.contact .contact_main .left ul li:first-child {
	width: 400px;
	margin: auto;
}

@media (max-width: 1199px) {
	.contact .contact_main .left ul li:first-child {
		width: 80%;
	}
}

.contact .contact_main .left ul li .item {
	margin-bottom: 60px;
	text-align: center;
}

@media (max-width: 1199px) {
	.contact .contact_main .left ul li .item {
		margin-bottom: 50px;
	}
}

@media (max-width: 991px) {
	.contact .contact_main .left ul li .item {
		margin-bottom: 40px;
	}
}

@media (max-width: 480px) {
	.contact .contact_main .left ul li .item {
		margin-bottom: 30px;
	}
}

.contact .contact_main .left ul li .item span {
	font-family: 'Arial-BoldMT';
	font-size: 24px;
	line-height: 1.25;
	display: block;
	color: #fff;
}

@media (max-width: 991px) {
	.contact .contact_main .left ul li .item span {
		font-size: 22px;
	}
}

@media (max-width: 480px) {
	.contact .contact_main .left ul li .item span {
		font-size: 20px;
	}
}

.contact .contact_main .left ul li .item p {
	font-size: 20px;
	line-height: 1.75;
	margin-top: 10px;
	color: #fff;
}

@media (max-width: 991px) {
	.contact .contact_main .left ul li .item p {
		font-size: 18px;
	}
}

@media (max-width: 991px) {
	.contact .contact_main .left ul li .item p {
		font-size: 16px;
	}
}

.contact .contact_main .left ul li .item p a {
	-webkit-transition: all .35s;
	transition: all .35s;
}

.contact .contact_main .left ul li .item p a:hover {
	text-decoration: underline !important;
	color: #AF9881;
}

.contact .contact_main .right {
	width: 50%;
}

@media (max-width: 1469px) {
	.contact .contact_main .right {
		width: 55%;
	}
}

@media (max-width: 991px) {
	.contact .contact_main .right {
		float: none;
		width: 100%;
		margin-top: 50px;
	}
}

.contact .contact_main .right .message_box .tit {
	text-align: center;
}

.contact .contact_main .right .message_box .tit b {
	font-family: 'ButlerStencil-Bold';
	font-size: 32px;
	font-weight: normal;
	line-height: 1;
	position: relative;
	display: block;
	color: #333;
}

@media (max-width: 1199px) {
	.contact .contact_main .right .message_box .tit b {
		font-size: 30px;
	}
}

@media (max-width: 480px) {
	.contact .contact_main .right .message_box .tit b {
		font-size: 26px;
	}
}

.contact .contact_main .right .message_box .tit b:before {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 170px;
	height: 7px;
	margin-right: 40px;
	content: '';
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url(../images/img/tit_line.png) no-repeat right;
	background-size: cover;
}

@media (max-width: 1469px) {
	.contact .contact_main .right .message_box .tit b:before {
		width: 130px;
	}
}

@media (max-width: 1199px) {
	.contact .contact_main .right .message_box .tit b:before {
		width: 110px;
	}
}

@media (max-width: 480px) {
	.contact .contact_main .right .message_box .tit b:before {
		width: 20%;
	}
}

.contact .contact_main .right .message_box .tit b:after {
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 170px;
	height: 7px;
	margin-left: 40px;
	content: '';
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url(../images/img/tit_line1.png) no-repeat left;
	background-size: cover;
}

@media (max-width: 1469px) {
	.contact .contact_main .right .message_box .tit b:after {
		width: 130px;
	}
}

@media (max-width: 1199px) {
	.contact .contact_main .right .message_box .tit b:after {
		width: 110px;
	}
}

@media (max-width: 480px) {
	.contact .contact_main .right .message_box .tit b:after {
		width: 20%;
	}
}

.contact .contact_main .right .message_box .message_form {
	margin-top: 40px;
}

@media (max-width: 480px) {
	.contact .contact_main .right .message_box .message_form {
		margin-top: 20px;
	}
}

.contact .contact_main .right .message_box .message_form ul {
	margin: 0 -8px;
}

.contact .contact_main .right .message_box .message_form ul li {
	margin-bottom: 20px;
	padding: 0 8px;
}

@media (max-width: 480px) {
	.contact .contact_main .right .message_box .message_form ul li {
		margin-bottom: 10px;
	}
}

.contact .contact_main .right .message_box .message_form ul li input,
.contact .contact_main .right .message_box .message_form ul li textarea {
	font-size: 16px;
	line-height: 50px;
	display: block;
	width: 100%;
	height: 50px;
	padding: 0 30px;
	color: #222;
	border: none;
	border-radius: 16px;
	background-color: #f5f5f5;
}

.contact .contact_main .right .message_box .message_form ul li textarea {
	line-height: 28px;
	min-height: 170px;
	padding: 10px 30px;
}

.contact .contact_main .right .message_box .message_form ul li input::-webkit-input-placeholder,
.contact .contact_main .right .message_box .message_form ul li textarea::-webkit-input-placeholder {
	color: #333;
}

.contact .contact_main .right .message_box .message_form ul li input:-o-placeholder,
.contact .contact_main .right .message_box .message_form ul li textarea:-o-placeholder {
	color: #333;
}

.contact .contact_main .right .message_box .message_form ul li input::-moz-placeholder,
.contact .contact_main .right .message_box .message_form ul li textarea::-moz-placeholder {
	color: #333;
}

.contact .contact_main .right .message_box .message_form ul li input:-ms-input-placeholder,
.contact .contact_main .right .message_box .message_form ul li textarea:-ms-input-placeholder {
	color: #333;
}

.contact .contact_main .right .message_box .message_form ul li input:focus::-webkit-input-placeholder,
.contact .contact_main .right .message_box .message_form ul li textarea:focus::-webkit-input-placeholder {
	color: #e3e3e3;
}

.contact .contact_main .right .message_box .message_form ul li input:focus::-o-placeholder,
.contact .contact_main .right .message_box .message_form ul li textarea:focus::-o-placeholder {
	color: #e3e3e3;
}

.contact .contact_main .right .message_box .message_form ul li input:focus::-moz-placeholder,
.contact .contact_main .right .message_box .message_form ul li textarea:focus::-moz-placeholder {
	color: #e3e3e3;
}

.contact .contact_main .right .message_box .message_form ul li input:focus::-ms-input-placeholder,
.contact .contact_main .right .message_box .message_form ul li textarea:focus::-ms-input-placeholder {
	color: #e3e3e3;
}

.contact .contact_main .right .message_box .message_form ul li button {
	display: block;
	width: 49px;
	height: 49px;
	margin: auto;
	margin-top: 10px;
	-webkit-transition: all .35s;
	transition: all .35s;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	background-color: #AF9881;
}

@media (max-width: 991px) {
	.contact .contact_main .right .message_box .message_form ul li button {
		font-size: 20px;
		margin-top: 0;
	}
}

.contact .contact_main .right .message_box .message_form ul li button:hover {
	opacity: .85;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.contact .contact_main .right .message_box .message_form ul li button:hover:before {
	-webkit-transform: rotateY(360deg);
	transform: rotateY(360deg);
}

.contact .contact_main .right .message_box .message_form ul li button:before {
	font-family: 'iconfont' !important;
	font-size: 20px;
	font-style: normal;
	line-height: 49px;
	display: block;
	content: '\e8a7';
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.contact .contact_main .right .map {
	margin-top: 40px;
}

@media (max-width: 1469px) {
	.contact .contact_main .right .map {
		margin-top: 30px;
	}
}

.contact .contact_main .right .map .map-content {
	overflow: hidden;
	height: 270px;
	border-radius: 16px;
}

.about_wrap .index_num {
	padding: 0;
	background-color: #fff;
}

.about_wrap .index_num .item span {
	width: auto;
}

.about_wrap .index_num .item span:before {
	right: 0 !important;
	left: 0;
}

.about_wrap .tit {
	text-align: center;
}

.about_wrap .tit h1 {
	font-family: 'ButlerStencil-Bold';
	font-size: 29px;
	line-height: 1.24137931;
	display: block;
	margin: 0;
	word-break: break-word;
	color: #444;
}

@media (max-width: 1199px) {
	.about_wrap .tit h1 {
		font-size: 28px;
	}
}

@media (max-width: 991px) {
	.about_wrap .tit h1 {
		font-size: 26px;
	}
}

@media (max-width: 767px) {
	.about_wrap .tit h1 {
		font-size: 24px;
	}
}

.about_wrap .txt {
	margin-top: 50px;
}

@media (max-width: 1199px) {
	.about_wrap .txt {
		margin-top: 30px;
	}
}

@media (max-width: 767px) {
	.about_wrap .txt {
		margin-top: 20px;
	}
}

.about_wrap .txt p {
	font-size: 16px;
	line-height: 2.25;
	color: #444;
}

@media (max-width: 991px) {
	.about_wrap .txt p {
		font-size: 15px;
	}
}

.about_wrap .ab_vv {
	margin: 70px 0 100px 0;
}

@media (max-width: 991px) {
	.about_wrap .ab_vv {
		margin: 50px 0 60px 0;
	}
}

@media (max-width: 767px) {
	.about_wrap .ab_vv {
		margin: 40px 0;
	}
}

.about_wrap .ab_vv .video {
	position: relative;
}

.about_wrap .ab_vv .video:hover .video-cover {
	opacity: 1;
}

.about_wrap .ab_vv .video .video-cover {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all ease .4s;
	transition: all ease .4s;
	opacity: 0;
	background-color: rgba(0, 0, 0, .2);
}

.about_wrap .ab_vv .video .img-box {
	z-index: 0;
	padding-bottom: 42.55319149%;
	background-color: #000;
}

.about_wrap .ab_vv .video .img-box img {
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
	opacity: 1;
}

.about_wrap .ab_vv .video .video-box {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	text-align: center;
}

.about_wrap .ab_vv .video .video-box .iframe {
	display: none;
	width: 100% !important;
	height: 100% !important;
}

.about_wrap .ab_vv .video .video-box .play {
	font-size: 20px;
	font-size: 24px;
	line-height: 1;
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	display: block;
	-webkit-transition: all .4s;
	transition: all .4s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	color: #fff;
}

.about_wrap .ab_vv .video .video-box .play:before {
	font-family: 'iconfont';
	font-size: 95px;
	display: block;
	content: '\e63d';
	color: #fff;
}

@media (max-width: 1199px) {
	.about_wrap .ab_vv .video .video-box .play:before {
		font-size: 60px;
	}
}

@media (max-width: 480px) {
	.about_wrap .ab_vv .video .video-box .play:before {
		font-size: 45px;
	}
}

.site_wrap {
	padding: 220px 0 100px 0;
}

@media (max-width: 1199px) {
	.site_wrap {
		padding: 130px 0 60px 0;
	}
}

@media (max-width: 991px) {
	.site_wrap {
		padding: 120px 0 50px 0;
	}
}

@media (max-width: 767px) {
	.site_wrap {
		padding: 110px 0 40px 0;
	}
}

@media (max-width: 991px) {
	.site_wrap .list .item {
		margin-bottom: 30px;
	}
}

@media (max-width: 480px) {
	.site_wrap .list .item {
		margin-bottom: 20px;
	}
}

.site_wrap .list .item .link_a a {
	font-family: 'ButlerStencil-Bold';
	font-size: 18px;
	line-height: 3.33333333;
	display: block;
	text-align: center;
	color: #444;
	border: solid 3px #AF9881;
	border-radius: 32px;
}

@media (max-width: 1199px) {
	.site_wrap .list .item .link_a a {
		line-height: 2.77777778;
	}
}

@media (max-width: 480px) {
	.site_wrap .list .item .link_a a {
		border: solid 2px #AF9881;
	}
}

.site_wrap .list .item .page_a {
	margin-top: 20px;
	padding: 20px 10px;
	text-align: center;
	border-radius: 32px;
	background-color: #efede2;
}

.site_wrap .list .item .page_a a {
	font-size: 15px;
	line-height: 2;
	display: block;
	margin-bottom: 15px;
	-webkit-transition: all .35s;
	transition: all .35s;
	word-break: break-word;
	color: #444;
}

.site_wrap .list .item .page_a a:hover {
	font-family: 'Arial-BoldMT';
	font-style: italic !important;
	text-decoration: underline !important;
}