.zixun-box {
    width: 100%;
	height: 533px;
    background-image: url("../images/peijian/pj_banner.jpg");
    background-repeat: no-repeat;
    background-size: 100% 533px;
    padding-top: 170px;
    padding-left: 400px;
}
.zixun-title {
    font-size: 48px;
	font-weight: bold;
	color: #ffffff;
    padding-bottom: 30px;
}
.youdian-item {
    font-size: 24px;
	color: #ffffff;
    padding-bottom: 10px;
}
.zixun-button {
    width: 150px;
	height: 50px;
	background-image: linear-gradient(50deg, 
		#ff5d2f 0%, 
		#fe7e49 50%, 
		#fc9f62 100%), 
	linear-gradient(
		#fd561c, 
		#fd561c);
	background-blend-mode: normal, 
		normal;
	border-radius: 25px;
    font-size: 20px;
	line-height: 50px;
    text-align: center;
	color: #ffffff;
    margin-top: 34px;
}
.peijian-list {
    background-color: #f5f5f5;
}
.peijian-button-list {
    width: 1200px;
    height: 100px;
    display: flex;
    justify-content: center;
    margin: auto;
    cursor: pointer;
}
.peijian-button {
    width: 400px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 18px;
	font-weight: bold;
	/* color: #666666;
    background-color: #ffffff; */
    
}
.peijian-button-one {
    width: 400px;
    height: 100px;
    background-color: #0b50a2;
    color: #ffffff;
}
.peijian-button-two {
    width: 400px;
    height: 100px;
    background-color: #ffffff;
    color: #666666;
}
.peijian-button-three {
    width: 400px;
    height: 100px;
    background-color: #ffffff;
    color: #666666;
}
.peijian-card img{
    width: 1180px;
	height: 324px;
    display: block;
    margin: auto;
}
.gongju-list {
    width: 1200px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: auto;
    padding-top: 54px;
}
.gongju-item {
    width: 220px;
	height: 220px;
	background-color: #f5f5f5;
    margin: 0px 10px 30px 10px;
}
.gongju-item:hover .gongju-name{
    background-color:#0b50a2;
    color: #ffffff;
    border-color: #0b50a2;
}
.gongju-img {
    border: solid 1px #dedede;
}
.gongju-img img {
    height: 170px;
    width: 100%;
}
.gongju-name {
    font-size: 16px;
	line-height: 50px;
	color: #666666;
    text-align: center;
    border: solid 1px #dedede;
    border-top: none;
    
}