.banner{
}
.banner img{
	width: 100%;
}
.list{
	padding-left: 15px;
}
.list a{
	display: block;
	color: #434343;
	float: left;
	width: calc(calc(100% - 45px) / 2);
	box-sizing: border-box;
	margin-right: 15px;
	margin: 15px 15px 0 0;
	padding: 1.5625rem 0.9375rem;
}
.list a:nth-child(1){
	background-image: url("../img/Group 431.png");
	background-size: 100% 100%;
}
.list a:nth-child(2){
	background-image: url("../img/Group 434.png");
	background-size: 100% 100%;
}
.list a:nth-child(3){
	background-image: url("../img/Group 437.png");
	background-size: 100% 100%;
}
.list a:nth-child(4){
	background-image: url("../img/Group 444.png");
	background-size: 100% 100%;
}
.list a:nth-child(5){
	background-image: url("../img/Group 442.png");
	background-size: 100% 100%;
}
.dep{
    display: flex;
    align-items: center;
    padding: 0 15px;
    margin: 10px 0;
    color:#323233;
}
.selectBox{
	flex: 1;
}
.selectBox .layui-input{
	background: transparent;
	height: 30px;
}