.query-list{
    background: #fff;
    width: 418px;
    min-height: 342px;
    float: left;
    padding: 5px 30px 0 18px;
}
.query-list ul{
    padding: 18px 0;
}
.query-list ul li{
    padding: 5px 0;
    line-height: 28px;
    font-size: 14px;
}
.query-list ul li label{
    width: 64px;
    display: inline-block;
}
.query-list ul li input{
    width: 256px;
    padding: 0 8px;
    background: #eee;
    display: inline-block;
    height: 28px;
}
.query-list ul li button{
    background: #20b1f1;
    color: #fff;
    width: 50px;
    height: 28px;
    text-align: center;
    cursor: pointer;
}
.usefullink-list{
    background: #fff;
    width: 620px;
    min-height: 342px;
    float: left;
    padding: 5px 22px 0 30px;
    margin-left: 1px;
}
.usefullink-item{
    padding: 32px 0 14px 0;
}
.usefullink-list dl{
    padding-bottom: 14px;
    width: 100%;
    overflow: hidden;
}
.usefullink-list dt{
    width: 85px;
    text-align: right;
    float: left;
    margin-bottom: 9px;
    height: 24px;
    line-height: 24px;
}
.usefullink-list dd{
	float: left;
	width: 480px;
}
.usefullink-list dd a{
    border-radius: 3px;
    border:1px solid #20b1f1;
    color: #20b1f1;
    line-height: 22px;
    font-size: 14px;
    padding: 0 7px;
    margin-right: 8px;
    display: inline-block;
    margin-bottom: 9px;
}
.func-list{
    width: 100%;
    float: left;
    padding: 20px 0;
}
.func_item{
    width: 340px;
    float: left;
    margin-right: 10px;
}
.func-list .func_item:nth-child(3){
    margin-right: 0;
}
.func_handle{
    padding: 13px;
    background: #fff;
    height: 128px;
    position: relative;
}
.func_handle h4{
    position: absolute;
    top: 13px;
    width: 312px;
    height: 102px;
    padding-top: 24px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    font-weight: normal;
}
.func_handle h4 small{
    display: block;
    font-size: 14px;
}
.func_info{
	display: none;
	width: 1040px;
	left: 0;
	background: #323639;
	color: #fff;
	position: relative;
	padding: 10px 6px 0 10px;
	margin-left: 0;
}
.func-list .func_item:nth-child(2) .func_info{
	margin-left: -350px;
}
.func-list .func_item:nth-child(3) .func_info{
	margin-left: -700px;
}
.func_info:before{
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-bottom:12px solid #323639;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	top: -10px;
	left: 160px;
}
.func-list .func_item:nth-child(2) .func_info:before{
    left: 500px;
}
.func-list .func_item:nth-child(3) .func_info:before{
    left: 840px;
}
.func_info dl{
	width: 146px;
	float: left;
	padding: 0 20px 0 10px;
}
.func_info dl dt{
	font-weight: bold;
	height: 42px;
	line-height: 42px;
	border-bottom: 1px solid #4f5355;
}
.func_info dl dd{
	padding: 8px 0 15px 0;
}
.func_info dl dd a{
	color: #f6f6f6;
	display: block;
	line-height: 25px;
}
.shiping-play{
    float: left;
    width: 100%;
    background: #fff;
    padding:10px;
}
.shiping-play ul{
    width: 100%;
    overflow: hidden;
}
.shiping-play ul li{
    width: 244px;
    height: 86px;
    margin: 5px 6px 5px 5px;
    float: left;
}
