/*index_feature*************************************************/
.index_feature{
	clear:both;
	width:100%;
	display:block;
	margin:0 auto;
	padding:40px 0;
	overflow: hidden;
	background:#faf7f3;
}
.index_feature .title_h2{
	font-size:22pt;
	font-weight:bolder;
	text-align:center;
	margin:0 0 4px 0;
}
.index_feature .title_h3{
	font-size:14pt;
	text-align:center;
	line-height:20pt;
	margin:0 0 40px 0;
}
.index_feature .column{
	width:100%;
	max-width:100%;
	margin:0 auto;
	text-align:center;
}
/*4格*/
.feature_box{
	display:inline-block;
	width:22%;
	max-width:350px;
	margin:0 22px 60px 22px;
	vertical-align:top;
}
@media screen and (max-width:1600px) {
	.feature_box{
		width:40%;
		margin:0 2% 8% 2%;
		max-width:500px;
	}
}
@media screen and (max-width:640px) {
	.feature_box{
		width:90%;
		margin:0 2% 8% 2%;
		max-width:500px;
	}
}
.feature_box iframe{
	width:100%;
	border:7px solid #ececec;
	margin:0 0 6% 0;
}
.feature_box .title{
	font-weight:bold;
	font-size:12pt;
	margin:3% 0;
	width:100%;
}
.feature_box .desc{
	font-size:14pt;
	line-height:22pt;
	width:100%;
	text-align: justify;
	text-justify:inter-ideograph; 
}
/**/
/*index_recommender*************************************************/
.index_recommend{
	clear:both;
	width:100%;
	display:block;
	margin:0 auto;
	padding:40px 0 0 0;
	overflow: hidden;
	background:#f8f8f8;
}
.index_recommend .title_h2{
	font-size:22pt;
	font-weight:bolder;
	text-align:center;
	margin:0 0 4px 0;
}
.index_recommend .title_h3{
	font-size:14pt;
	text-align:center;
	line-height:20pt;
	margin:0 0 0 0;
}
.index_recommend .column{
	width:100%;
	max-width:100%;
	margin:0 auto;
	text-align:center;
}
/**/
.recommend_box{
	clear:both;
	width:100%;
	max-width:1600px;
	margin:0 auto;
	text-align:center;
	padding:5% 0 2% 0;
}
.recommend_box:nth-child(odd){
	background:#f8f8f8;
}
.recommend_box:nth-child(even){
	/*background:#ffffff;*/
}
.recommend_box .pic{
	display:inline-block;
	width:45%;
	max-width:500px;
	vertical-align:top;
	margin:0 2%;
}
.recommend_box .pic img{
	width:100%;
}
.recommend_box .info{
	display:inline-block;
	width:45%;
	max-width:700px;
	text-align:left;
	vertical-align:top;
	margin:0 2% 4% 0;
}
.recommend_box .info .title{
	font-size:20pt;
	font-weight:bold;
	line-height:26pt;
	margin:4% 0 12px 0;
}
.recommend_box .info .title2{
	font-size:12pt;
	font-weight:bold;
	color: #666;
	line-height:20pt;
	margin:0 0 12px 0;
}
.recommend_box .info .desc{
	font-size:14pt;
	line-height:20pt;
	margin:0 0 5% 0;
	text-align: justify;
	text-justify:inter-ideograph; 
}
.recommend_box .info .button{
	background:#ddd;
	text-align:center;
	padding:2% 0%;
	width:inherit;
	max-width:150px;
	transition: all 0.2s ease; -webkit-transition: all 0.2s ease;
}
.recommend_box .info .button img{
	position: relative;
	margin:0 0 0 10px;
	width: 15px;
	height: 15px;
}
.recommend_box .info .button:hover{
	background: #de0d7e;
	color: #fff;
}
@media screen and (max-width:640px) {
	.recommend_box .pic{
		width:94%;
	}
	.recommend_box .info{
		width:90%;
		margin:0 auto;
	}
}
/**/

/*index_news_column*********************************/
.index_news_column{
	clear:both;
	width:100%;
	padding:40px 0;
	background:#fff;
}
.index_news_column .title_h2{
	font-size:22pt;
	font-weight:bolder;
	text-align:center;
	margin:0 0 4px 0;
}
.index_news_column .title_h3{
	font-size:14pt;
	text-align:center;
	line-height:20pt;
	margin:0 0 40px 0;
}
.index_news_column .right_list_column{
	width:100%;
	max-width:1455px;
	margin:0 auto;
	background:#fff;
}
.index_news_column .right_list_column .news_list_box{
	margin: 0 0 30px 0;
	padding:0 0 10px 0;
	border-bottom:1px dashed #cccccc;
	text-align:center;
}
.index_news_column .right_list_column .news_list_box .pic{
	display:inline-block;
	width:32%;
	max-width:560px;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-bottom:18%;
	border:4px solid #8b8b8b;
	vertical-align:top;
	background-color:#CCC;
	margin:0 1.6%;
	background-position:center center;
}
.index_news_column .right_list_column .news_list_box .video{
	display:inline-block;
	width:38%;
	max-width:560px;
	border:4px solid #8b8b8b;
	background-color:#000;
	vertical-align:top;
	margin:0 1.6%;
}
.index_news_column .right_list_column .news_list_box .info{
	display:inline-block;
	width:55%;
	text-align:left;
	vertical-align:top;
	margin:0 1.6%;
}
@media screen and (max-width:800px) {
	.index_news_column .right_list_column .news_list_box .pic,
	.index_news_column .right_list_column .news_list_box .video{
		width:30%;
		max-width:30%;
	}
	.index_news_column .right_list_column .news_list_box .info{
		width:60%;
	}
}
@media screen and (max-width:640px) {
	.index_news_column .right_list_column .news_list_box .pic{
		width:100%;
		max-width:94%;
		padding-bottom:50%;
		margin:0 auto 2% auto;
	}
	.index_news_column .right_list_column .news_list_box .video{
		width:100%;
		max-width:94%;
		margin:0 auto 2% auto;
	}
	.index_news_column .right_list_column .news_list_box .info{
		width:94%;
		margin:0 3%;
	}
}
.index_news_column .right_list_column .news_list_box .info .date{
	float:left;
  font-size: 16pt;
  font-weight: bolder;
	padding:0 0 10px 0;
	color:#de0d7e;
}
.index_news_column .right_list_column .news_list_box .info .share{
	position:relative;
	top:-1px;
	float:left;
  font-size: 16pt;
  font-weight: bolder;
	padding:0 0 10px 0;
	margin:0 0 0 30px;
	color:#de0d7e;
	cursor:pointer;
}
.index_news_column .right_list_column .news_list_box .info .share img{
	position:relative;
	top:2px;
	width: 20px;
	height: 20px;
}
.index_news_column .right_list_column .news_list_box .info .title{
	clear:both;
	font-size: 20pt;
	line-height:26pt;
	font-weight: bolder;
	padding:0 0 14px 0;
}
.index_news_column .right_list_column .news_list_box .info .title a{
	color:#000;
}
.index_news_column .right_list_column .news_list_box .info .preview{
	font-size:15pt;
	line-height:26pt;
}
.index_news_column .right_list_column .news_list_box .info .preview .more a::before{
	content:"...";
}
.index_news_column .right_list_column .news_list_box .info .preview .more a::after{
	content:url(icon_more.svg);
	position:relative;
	top:2px;
	display: inline-block;
	margin:0 0 0 3px;
	width: 50px;
	height: 18px;
}

/*products_list**************************************************/
.products_list{
	width:100%;
	margin:0 auto;
	padding:40px 0 20px 0;
	text-align:center;
}
.products_list .title_h2{
	font-size:22pt;
	font-weight:bolder;
	text-align:center;
	margin:0 0 4px 0;
}
.products_list .title_h3{
	font-size:14pt;
	text-align:center;
	line-height:20pt;
	margin:0 0 40px 0;
}
.products_list .products_box{
	display:inline-block;
	width:25%;
	max-width:350px;
	text-align:center;
	margin:0 1.7% 40px 1.7%;
	vertical-align:top;
}
.products_more{
	width: 100%;
	text-align: center;
	margin: 0 auto;
	clear: both;
	display:inline-block;
	text-align:center;
	vertical-align:top;
	margin:0 0 50px 0;
}
.products_more a{
	display: inline-block;
	margin: 0 auto;
}
.products_more .circle{
	position: relative;
	margin: 0 auto 10px auto;
	width: 60px;
	height: 60px;
	top:0;
	transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in;
}
.products_more .circle:hover{
	margin: 0 auto 0px auto;
	top:-5px;
	width: 70px;
	height: 70px;
}
@media screen and (max-width:800px) {
	.products_list{
		padding:12% 0 4% 0;
	}
	.products_list .products_box{
		width:45%;
		margin:0 1.7% 8% 1.7%;
	}
}
.products_list .products_box .pic{
	width:100%;
	max-width:330px;
	padding-bottom:100%;
	margin:0 2.85% 10px 2.85%;
	-moz-background-size: cover; -webkit-background-size: cover; -o-background-size: cover;	background-size: cover;
	background-repeat:no-repeat;
	background-position:center center;
	border: 4px solid #ddd;
}
.products_list .products_box .title{
	width:100%;
	font-size:14pt;
	line-height:15pt;
	/*word-break:break-all;*/
	margin:0 0 10px 0;
}
.products_list .products_box .desc{
	width:100%;
	font-size:11pt;
	line-height:15pt;
	margin:0 0 8px 0;
	color: #666;
}
.products_list .products_box .price{
	width:100%;
	font-size:14pt;
	margin:0 0 10px 0;
	color: #de0d7e;
}
.products_list .products_box .price .tips{
	width:100%;
	font-size:12pt;
	color: #de0d7e;
}
.products_list .products_box .price .symbol{
	width:100%;
	font-size:11pt;
	color: #de0d7e;
}
.addtocart{
	width:165px;
	height:40px;
	line-height:40px;
	text-align:center;
	margin:0 auto;
	color: #fff;
	background: #999;
	cursor:pointer;
	transition: all 0.2s ease; -webkit-transition: all 0.2s ease;
}
.addtocart:hover{
	background: #de0d7e;
}
@media screen and (max-width:640px) {
	.addtocart{
		width:90%;
		margin:0 auto;
		font-size:12pt;
		line-height:20pt;
		height:inherit;
		padding:10px 0px;
	}
}

/*map_column*********************************************/
.map_column{
	width:100%;
	position:relative;
	height:800px;
}
.map_column .contact_column{
	position:absolute;
	width:100%;
	max-width:770px;
	padding:4%;
	background:#FFF;
	top:18.75%;
	left:3%;
}
.map_column .iframe_column{
	width:100%;
	height:800px;
}
.map_column iframe{
	width:100%;
	height:100%;
}
.map_column .contact_column .top_column{
	clear:both;
	width:100%;
	border-bottom:1px solid #e5e5e5;
	overflow:hidden;
	padding:0 0 50px 0;
	margin:0 0 50px 0;
}
.map_column .contact_column .top_column .address{
	float:left;
	width:50%;
	padding:0 20px;
	vertical-align:top;
}
.map_column .contact_column .top_column .opening{
	float:left;
	width:50%;
	padding:0 20px;
	vertical-align:top;
}
.map_column .contact_column .top_column .address .title,
.map_column .contact_column .top_column .opening .title{
	font-size:16pt;
	font-weight:bolder;
	margin:0 0 20px 0;
}
.map_column .contact_column .top_column .address .info{
	color:#999;
	font-size:11pt;
	line-height:16pt;
}
.map_column .contact_column .top_column .opening .box{
	display:inline-block;
	width:48%;
}
.map_column .contact_column .top_column .opening .box .day{
	font-size:11pt;
	line-height:16pt;
	color:#999;
	margin:0 0 10px 0;
}
.map_column .contact_column .top_column .opening .box .time{
	font-size:9pt;
}
.map_column .contact_column .bottom_column{
	clear:both;
	width:100%;
	overflow:hidden;
	padding:0 0 30px 0;
}
.map_column .contact_column .bottom_column .title{
	width:100%;
	font-size:16pt;
	font-weight:bolder;
	margin:0 0 20px 0;
	padding:0 20px;
}
.map_column .contact_column .bottom_column .info{
	width:100%;
	color:#999;
	font-size:11pt;
	line-height:16pt;
	padding:0 20px;
}
.map_column .contact_column .form_column{
	clear:both;
	width:100%;
	overflow:hidden;
	padding:0 20px;
}
.map_column .contact_column .form_column .box{
	display:inline-block;
	width:33%;
}
.map_column .contact_column .form_column .box .title{
	color:#ea385c;
	font-size:11pt;
	font-weight:bold;
	margin:0 0 12px 0;
}
.map_column .contact_column .form_column .box input{
	background:#f8f8f8;
	border:1px solid #e5e5e5;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	font-size:12pt;
	padding:10px 5px;
	width:90%;
}
.map_column .contact_column .form_column .button{
	display:inline-block;
	width:32%;
	color:#fff;
	background:#ea385c;
	text-align:center;
	padding:14px 0px;
	font-size:10pt;
	font-weight:bold;
	-webkit-border-radius:50px;
	-moz-border-radius:50px;
	border-radius:50px;
	cursor:pointer;
}
@media screen and (max-width:1200px) {
	.map_column{
		height:inherit;
	}
	.map_column .contact_column {
		position:static;
		width: 100%;
		max-width: 100%;
		padding:4%;
		background: #FFF;
		border-top:1px solid #ccc;
		top:0;
		left:0;
	}
	.map_column .iframe_column{
		width:100%;
		height:400px;
	}
}
@media screen and (max-width:640px) {
	.map_column .contact_column .form_column{
		text-align:center;
	}
	.map_column .contact_column .form_column .button {
		display: inline-block;
		width:100%;
		max-width:200px;
		clear:both;
		margin:20px auto 0 auto;
	}
}
@media screen and (max-width:480px) {
	.map_column .contact_column .top_column .address,
	.map_column .contact_column .top_column .opening {
		width: 100%;
		margin:0 0 30px 0;
	}
	.map_column .contact_column .form_column .box {
		display: inline-block;
		clear:both;
		width: 100%;
		margin:0 0 20px 0;
	}
}

/*index_links_column*********************************/
.index_links_column{
	clear:both;
	width:100%;
	max-width: 1675px;
	margin: 0 auto;
	padding:40px 0;
	background:#fff;
	text-align:center;
}
.index_links_column .links_list_box{
	display:inline-block;
	margin: 0 0px 3px 0px;
	width:24%;
	border:1px solid #8b8b8b;
	background-color:#CCC;
	line-height: 0;
}
.index_links_column .links_list_box a img{
	width: 100%;
}

@media screen and (max-width:800px) {
	.index_links_column .links_list_box{
		width:48%;
	}
}