@charset "utf-8";
.top1{
	background: url(../images/bg.png) repeat-y top center;
	background-size: 100% auto;
	padding: 4%;
	text-align: center;
}
.list_galery li{
	margin-top: 4%;
}
.bnt_top{
	width: 65%;
	margin: 5% auto 0;
}
.bnt_top:hover{
	background-color:  #15af44;
}
.left_top{
	background: url(../images/img1.png) no-repeat top center;
	background-size: 100% auto;
	text-align: center;
	padding: 12% 3% 12%;
}
.left_top h3{
	font-size: 1.43rem;
	line-height: 24px;
	    text-shadow: 0 0 5px rgba(255,255,255,0.8);
}
.left_top h3 span{
	font-size: 1rem;
	font-weight: bold;
}
.top3{
	background: url(../images/bg3.png) no-repeat top center;
	background-size: 100% auto;
	padding: 2% 3%;
	text-align: center;
}
.ul_icon li{
	width: 10%;
	display: inline-block;
	margin: 2%;
}
.bnt_news{
	margin: 3% auto 0;
	text-align: center;
	width: 65%;
}
.bnt_news:hover{
	background-color: #f73887;
}
.txt_top1{
	background: url(../images/bg1.png) repeat-y top center;
	background-size: 100% auto;
	padding: 3%;
}
.bnt_top1{
	width: 80%;
	margin: 4% auto 2%;
	text-align: center;
	padding: 1% 2%;
	background: #db514c  url(../images/icon.png) no-repeat right center;
	background-size: 25px auto;
	position: relative;
}
.bnt_top1 a{
	color: #fff;
	text-decoration: none;
}
.order {
    margin-bottom: 50px;
}
/*
.group-order {
    margin-bottom: 50px;
    height: 399px;
    background: url(../images/bn-order.png) center no-repeat;
}

.btn-order {
    top: 337px;
    left: 11px;
    position: relative;
}
*/
.bnt_top1 a:after {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 3;
    content: "";
}
.left_top2{
	background: url(../images/img2.png) no-repeat top center;
	background-size: 100% auto;
	text-align: center;
	padding: 15% 3% 15%;
}
.left_top2 h3{
	font-size: 1.43rem;
	line-height: 24px;
	 text-shadow: 0 0 5px rgba(255,255,255,0.8);
}
.txt_top2{
	background: url(../images/bg2.png) repeat-y top center;
	background-size: 100% auto;
	padding: 3%;
}
.bnt_top2{
	width: 60%;
	margin: 2% auto 2%;
	text-align: center;
	padding: 1% 2%;
	background: #f3a544  url(../images/icon2.png) no-repeat right center;
	background-size: 25px auto;
	position: relative;
}
.bnt_top2 a{
	color: #fff;
	text-decoration: none;
}
.bnt_top2 a:after {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 3;
    content: "";
}
.t_box01{
	background: url(../images/bg_fx.png) no-repeat top center;
	background-size: 100% auto;
	padding: 4% 2%;
}
.t_box01 ul{
	margin-top: 5%;
}
.t_box01 li{
	float: left;
	width: 32%;
	margin-top: 3%;
	margin-right: 2%;
}
@media screen and (max-width:370px) {
	.left_top{
		padding: 10% 3% ;
	}


}
@media screen and (max-width:330px) {
	.bnt_top1{
		margin-top: 0%;
	}
	.bnt_top2{
		margin-top: 0%;
		margin-bottom: 1%;
	}
}
.top1 .bnr_top {
    width: 100%;
    margin: 0 auto 30px;
    background: url(../images/img1.png) no-repeat;
box-shadow: 10px 15px 0px 0px rgba(197,239,160,0.6);
position: relative;
background-position: top 70px right;
}
.top1 .bnr_top .bg_inner {
    padding: 4%;
box-sizing: border-box;
background: rgb(15,198,97);
background: linear-gradient(185deg, rgba(15,198,97,1) 55%, rgba(255,255,255,0.1) 55%);
}
.top1 .bnr_top .txt {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px 6px #088E44;
    border: 3px solid #fff;
    padding: 5% 4%;
}
.top1 .bnr_top .txt span {
	font-size: 28px;
}
.top1 .bnr_top a.bnr_top_link {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: block;
    text-decoration: none;
}
.top1 .bnr_top .txt .btn_bnr {
	color: #fff;
    font-weight: bold;
	border: 1px solid #fff;
	padding: 8px 0;
	width: 50%;
	margin: 4% auto;
}
