@charset "utf-8";

/*head*/
.home_header {
    width: 100%;
    height: 225px;
	background: url(../m_images/head_bg.jpg) 50% no-repeat;
    background-size: auto;
    background-size:cover;
    color: #fff;
	position:relative;
}
.home_header .slogan{text-align:center; text-shadow: 1px 2px 3px rgba(0, 0, 0, 1); font-size:26px; padding-top:70px;}
.home_header .search_box{margin:0 15px; margin-top:55px; position:relative;}
.search_box span{font-size:14px; color:#999; margin-right:5px;}
.search_box a{
	text-indent:2px;
    border-radius:2px;
	width:100%;
	padding:7px;
	background:#fff;
	font-size:14px;
	color:#999;
	display:block;
}

.home_header_hy{font-size:24px; position:absolute; right:15px; top:10px;}
	.home_header_hy a{color:#fff;}

/*nav*/
.max-nav{background:#fff; padding:20px 15px; overflow:hidden; border-bottom: 1px solid #e5e5e5; margin-bottom:15px;}
	.max-nav li{width:33.3333%; float:left; text-align:center;}
	.max-nav li span{font-size:30px; width:66px; height:66px; line-height:66px; background:#00ae66; color:#fff; border-radius: 50%; display:block; margin:0 auto; margin-bottom:8px;}
	.max-nav li:nth-child(2) span{background:#ffb354;}
	.max-nav li:nth-child(3) span{background:#4ca0ff;}
	.max-nav li:last-child span{background:#f77373;}
	.max-nav .modal-header h4{text-align:center; font-size:18px;}


/*body*/
/*list*/
.index_bk{border-top: 1px solid #e5e5e5;}
.index_btn_box{font-weight:700; text-align:center; margin:0 0 15px 0; border-top:1px solid #e5e5e5;}
	.index_btn_box .index_btn{background:#f9f9f9; padding:10px 0; color:#3072f6; display:block; margin-top:15px;}


