.banner img{
	width: 100%;
}
.searchbox{
	height: 1.2rem;
	background:url(../images/search_bg.png),repeat-x;
	background-size: contain;
	  border-bottom: 1px solid #e7e7e8;
	  padding: 0 0.613333rem;
	    display: flex;
    flex-direction: row;
    justify-content: space-between;

	    /*background: url(../images/index_nav_bg.png), repeat-x*/
}


.searchbox form {
	margin-top: 0.2rem;
	width: 6.7rem;
	height: 0.8rem;
/*    margin: 0.213333rem auto;*/
    border: 0.026667rem solid #eeeeee;
    border-radius: 0.133333rem;
    position: relative;
    box-shadow:0px 0px 8px #c8c8c8 inset;
}

.searchbox #keyword {
    border: none;
    width: 5rem;
	height: 0.8rem;
    /*margin-left: 0.2rem;*/
    margin-left: 0.8rem;
    background: none;
    
}

.searchbox button {
    width: 0.4rem;
    height: 0.4rem;
    position: absolute;
    left: 10px;
    top:8px;
    background:none;
    outline: none;
    border: none;
}
.searchbox button .search{
	width: 100%;
}
.searchbox .rec {
	margin-top: 0.2rem;
	width: 2rem;
	height: 0.8rem;

	
	text-align: center;
	border-radius: 0.15rem;
	
	background:url(../images/buttom_bg.png),repeat-x;
}
.searchbox .rec a{
	color: #4093b8;
	font-size: 13px;
	line-height: 0.8rem;
	
}

.index_contect{
	position: relative;
	/*min-height: 8.0rem;*/
}
.contect_b{
	text-align: center;
	margin: 0 auto;
	/*padding:  0.666667rem 1rem;*/
}

.contect_bg img{
	width: 100%;

}
.index_contect .contect_bg{
	width: 100%;
	position:absolute;
	bottom: 0;
	/*z-index: */
}
.contect_b ul{
	width: 7.733333rem;
	display: inline-block;
	margin-top: 0.706667rem;
/*	    display: flex;
    flex-direction: row;
    justify-content: space-between;*/
}
.contect_b ul li{
	float: left;
	/*display: inline-block;*/
	margin-bottom: 0.666667rem;
	width: 3.68rem;
	height: 1.333333rem;
	margin-right: 0.373333rem;
	/*margin-right: 3%;*/
	box-shadow: 0 2px 16px -1px #808080;
}
.contect_b ul li:nth-of-type(even){
margin-right:0;
}
.contect_b ul li a{

}

