.container{
    width: 1200px;
}
.layout{
	padding-top:66px;
}
.layout_header{
	width: 100%;
    height: 66px;
    border-bottom: 1px solid #eee;
    position: fixed;
    background: #f7f7f7;
    left: 0;
    top: 0;
    z-index: 200;
    box-shadow: 0 3px 5px #ccc;
}
.layout_header .header_logo{
	display:block;
	float:left;
	height:66px;
	line-height:66px;
}
.layout_header .header_logo img{
	vertical-align:middle;
	width:124px;
	height:auto;
}
.banner{
    height:570px;
    background: url("../img/zk_highlights/banner_bg.jpg") no-repeat center;
    background-size: cover;
}
.banner .banner_caption{
    padding:260px 0 0 10px;
    float: left;
}
.banner .banner_caption img{
    width:530px;
    height: auto;
}
.banner .QR_code{
    float:right;
    padding:250px 10px 0 0;
}
.banner .QR_code img{
    width:242px;
    height:auto;
}
.highlights_list{
    background: #fff;
}
.highlights_list .highlights_list_item{
    width: 338px;
    height: 270px;
    padding-top:100px;
    background: #fff;
    box-shadow: 0 0 20px rgba(170, 170, 170, 0.6);
    float: left;
    margin: 55px 34px 20px 19px;
    border: 1px solid #eaeaea;
    position: relative;
    text-align: center;
}
.highlights_list .highlights_list_item h1{
    width:100%;
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    position: relative;
    z-index: 2;
    margin-bottom:135px;
}
.highlights_list .highlights_list_item img{
    width: 286px;
    height: 180px;
    position: absolute;
    left: 30px;
    top: 30px;
    z-index: 1;
}
.highlights_list .highlights_list_item p{
    font-size: 20px;
    line-height: 28px;
}
.search_cheats{
    width: 100%;
    height: 845px;
    background: url("../img/zk_highlights/search_cheats_bg.jpg") no-repeat center;
    margin: 0 auto;
    float: left;
    background-size: cover;
    position: relative;
    text-align: center;
}
.search_cheats .search_cheats_title{
    height:92px;
    padding:100px 0;
    position: relative;
}
.search_cheats .search_cheats_title h1{
    width:620px;
    height:92px;
    line-height: 92px;
    position: absolute;
    left:50%;
    top:50%;
    margin-left:-310px;
    margin-top:-46px;
    color: #2D72E0;
    font-size: 36px;
    text-align: center;
    z-index: 2;
}
.search_cheats .search_cheats_title img{
    width:621px;
    height:92px;
    margin:0 auto;
}
.search_cheats .search_cheats_list{
    width:620px;
    margin: 0 auto;
}
.search_cheats .search_cheats_item{
    height:24px;
    padding:15px 0;
}
.search_cheats .search_cheats_item a{
    display: block;
    height:24px;
    line-height: 24px;
}
.search_cheats .search_cheats_item a:hover{
    color: #2D72E0;
}
.search_cheats .search_cheats_item a img{
    float: left;
    height:24px;
    width: auto;
}
.search_cheats .search_cheats_item a span{
    display: block;
    float: left;
    line-height: 24px;
    padding-left:20px;
    font-size: 18px;
}
