/*index_feature*************************************************/
.index_feature{
	clear:both;
	width:100%;
	display:block;
	margin:0 auto;
	padding:60px 0 0 0;
	overflow: hidden;
}
.main_feature{
	background:#fff;
}
.index_feature .title_h2{
	font-size:30pt;
	color: #9e7018;
	text-align:center;
	margin:0 0 30px 0;
}
.index_feature .title_h3{
	font-size:18pt;
	text-align:center;
	line-height:20pt;
	margin:0 0 5% 0;
}
@media screen and (max-width:480px) {
	.index_feature .title_h2{
		font-size:20pt;
	}
	.index_feature .title_h3{
		font-size:14pt;
	}
}
.index_feature .column{
	width:100%;
	max-width:100%;
	margin:0 auto;
	text-align:center;
}
/*4格*/
.feature_box{
	display:inline-block;
	width:48%;
	max-width:600px;
	margin:0 22px 3% 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 .pic{
	position: relative;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width:100%;
	padding-bottom:60%;
	background-position:center center;
	border:7px solid #ececec;
	margin:0 0 6% 0;
	overflow: hidden;
	top:0;
	transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out;
}
.feature_box:hover .pic{
	top:-10px;
}
.feature_box .title{
	font-size:14pt;
  line-height: 16pt;
	width:95%;
  height: 50px;
  border-bottom: 1px solid #ccc;
  margin: 0 auto;
}
.feature_box .desc{
	font-size:9pt;
	width:95%;
  margin:5px auto 0 auto;
}
/***************************************/
.news_column .news_list{
	width:100%;
	max-width: 1100px;
	margin:0 auto;
	overflow:hidden;
}
@media screen and (max-width:1000px) {
	.news_column .news_list{
		width:96%;
	}
	.news_column .news_pic{
		display:none;
	}
}
.news_column .news_list ul{
	width:100%;
	margin:0 auto;
}
.news_column .news_list ul a li{
	display: block;
	line-height:18px;
	text-align:left;
	border:1px solid #DDD;
	padding:14px 20px;
	margin: 0 0 2px 0;
	background: #fff;
	transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out;
}
.news_column .news_list ul a:hover li{
	background: #ccc;
}
.news_column .news_list ul li .pic{
	display: inline-block;
	margin:0 2% 0 0;
	overflow: hidden;
	-moz-background-size: cover; -webkit-background-size: cover; -o-background-size: cover;	background-size: cover;
	background-position: center;
	width: 160px;
	padding-bottom: 100px;
}
.news_column .news_list ul li .float_right{
	display: inline-block;
	width: calc(98% - 160px);
}
.news_column .news_list ul li .float_right .date{
	float: left;
	color:#336298;
	font-size:11pt;
	padding: 0 0 8px 0;
	overflow: hidden;
}
.news_column .news_list ul li .float_right .title{
	float: left;
	overflow: hidden;
	line-height: 22px;
}
@media screen and (max-width:480px) {
	.news_column .news_list ul li .pic{
		display:none;
	}
	.news_column .news_list ul li .float_right{
		width: 100%;
	}
}

.more_news_bottom{
	clear:both;
	font-size:13pt;
	letter-spacing:1px;
	width:100%;
	margin:20px 0 40px 0;
}
.more_news_bottom a{
	display:inline-block;
	padding:8px 25px;
	color:#666;
	background:#ddd;
}
.more_news_bottom a:hover{
	color:#eee;
	background:#999;
}
/**********************************************/

/*index_news_column*********************************/
.index_news_column{
	clear:both;
	width:100%;
	padding:4% 0 1% 0;
	background:#faf7f3;
}
.index_news_column .title_h2{
	font-size:30pt;
	font-weight:bolder;
	text-align:center;
	margin:0 0 4% 0;
}
.index_news_column .right_list_column{
	width:100%;
	max-width:1455px;
	margin:0 auto;
	background:#faf7f3;
}
.index_news_column .right_list_column .news_list_box{
	margin: 0 0 4% 0;
	padding:0 0 4% 0;
	border-bottom:1px solid #cccccc;
	text-align:center;
}
.index_news_column .right_list_column .news_list_box .pic{
	display:inline-block;
	width:38%;
	max-width:560px;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-bottom:20%;
	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: 20pt;
    font-weight: bolder;
	padding:0 0 14px 0;
	color:#2ad1c4;
}
.index_news_column .right_list_column .news_list_box .info .share{
	position:relative;
	top:-2px;
	float:left;
    font-size: 20pt;
    font-weight: bolder;
	padding:0 0 14px 0;
	margin:0 0 0 30px;
	color:#2ad1c4;
	cursor:pointer;
}
.index_news_column .right_list_column .news_list_box .info .share img{
	position:relative;
	top:2px;
}
.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.png);
	position:relative;
	top:2px;
	margin:0 0 0 3px;
}

/*products_list**************************************************/
.products_list{
	width:100%;
	margin:0 auto;
	padding:7% 0;
	text-align:center;
}
.products_list .title_h2{
	font-size:30pt;
	text-align:center;
	margin:0 0 10px 0;
}
.products_list .title_h3{
	font-size:18pt;
	text-align:center;
	line-height:20pt;
	margin:0 0 5% 0;
}
.products_list .products_more,
.products_list .products_box{
	display:inline-block;
	width:25%;
	max-width:350px;
	text-align:center;
	margin:0 1.7% 2.5% 1.7%;
	vertical-align:top;
}
@media screen and (max-width:1600px) {
	.products_list .products_more,
	.products_list .products_box{
		width:30%;
		margin:0 1% 8% 1%;
	}
}
@media screen and (max-width:800px) {
	.products_list{
		padding:12% 0 4% 0;
	}
	.products_list .products_more,
	.products_list .products_box{
		width:45%;
		margin:0 1.7% 8% 1.7%;
	}
}
.products_list .products_box .pic{
	width:94.3%;
	max-width:330px;
	padding-bottom:94.3%;
	margin:0 2.85% 10px 2.85%;
	-moz-background-size: contain;
	-webkit-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	background-repeat:no-repeat;
	background-position:center center;
}
.products_list .products_box .title{
	width:100%;
	font-size:14pt;
	line-height:18pt;
	/*word-break:break-all;*/
	margin:0 0 15px 0;
	min-height:50px;
}
.products_list .products_box .price{
	width:100%;
	font-size:12pt;
	margin:0 0 10px 0;
}
.products_list .products_box .price .symbol{
	width:100%;
	font-size:12pt;
}
.addtocart{
	width:185px;
	height:35px;
	line-height:35px;
	text-align:center;
	border:1px solid #000;
  border-bottom: none;
  border-top:none;
	margin:0 auto;
	cursor:pointer;
}
@media screen and (max-width:640px) {
  .products_list .products_box .title{
    font-size:11pt;
    line-height:12pt;
    margin:0 0 5px 0;
    min-height: 24pt;
  }
  .products_list .products_box .price span{
    display: block;
    width:100%;
    clear: both;
    margin: 0 0 3px 0;
  }
  .products_list .products_box .price .symbol{
    font-size:11pt;
  }
	.addtocart{
		width:90%;
		margin:0 auto;
		font-size:12pt;
		line-height:16pt;
		height:inherit;
		padding:10px 0px;
	}
}
.products_list .products_more .circle{
  display: block;
  text-align: center;
  margin: 0 auto;
	margin:20% 0 20px 0;
}
.products_list .products_more .circle img{
  max-width: 45px;
}
/*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;
	}
}
/*AEA2E add*/
.index_bar{
  width: 100%;
  padding-bottom: 30%;
  background-position: center;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

