.banner_box{
	background-image: url(./banner.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	height: 500px;
	margin-bottom: 40px;
}
.bk_box {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
	margin-bottom: 40px;
}
.bk_box > div li {
    float: left;
    width: 285px;
    height: 180px;
    background: #FFFFFF;
    border: 2px solid rgba(216,216,216,1);
    border-radius: 24px 0px 24px 0px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.bk_box > div li:nth-child(4n+4){
	margin-right: 0px;
}
.bk_box div {
    margin-top: 40px;
}
.bk_box > div li:hover{
	background: #F2FFFB;
	border: 2px solid rgba(1,204,147,1);
	border-radius: 24px 0px 24px 0px;
}
.bk_box > div li a {
    display: flex;
    width: 100%;
    height: 100%;
    flex-wrap: nowrap;
	align-items: center;
	flex-direction: column;
	font-size: 18px;
	color: #333333;
	letter-spacing: 0;
	text-align: center;
	font-weight: 500;
	cursor: pointer;
}
.bk_box > div li a img {
    width: 64px;
    height: 64px;
	margin-top: 30px;
	margin-bottom: 20px;
}
.bk_box > div li a p{
	width: 80%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.bk_two {
    background-image: url(./bk2bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-top: 40px;
}
.bk_two .bk_box {
    padding-bottom: 20px;
}
.bk_one div li {
    width: 380px;
    height: 140px;
    margin-right: 21px;
	border-radius: 24px 0px 24px 0px;
	border: 0px;
	padding: 32px 78px 20px 78px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.bk_one div li:nth-child(1){
	background-image: url(./zph.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.bk_one div li:nth-child(2){
	background-image: url(./gkzp.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.bk_one div li:nth-child(3){
	background-image: url(./byzp.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin-right: 0px;
}
.bk_one div li:hover{
	border: 0px;
}
.bk_one div li p{
	font-size: 20px;
	color: #197664;
	letter-spacing: 0;
	text-align: center;
	font-weight: 600;
}
.bk_one div li a{
	border-radius: 16px;
	line-height: 32px;
	text-align: center;
	width: 94px;
	height: 32px;
	font-size: 14px;
	color: #FFFFFF;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin-top: 28px;
}
.bk_one div li:nth-child(1) a{
	background: #01CC93;
}
.bk_one div li:nth-child(2) a{
	background: #FFB46A;
}
.bk_one div li:nth-child(3) a{
	background: #FF6C78;
}
.bk_one div li a img {
    width: 21px;
    height: 10px;
	margin: 0;
	margin-left: 6px;
}


/* 手机样式 */
@media only screen and (max-width:768px){
	.banner_box {
		background-image: url(./mobbannerbg.png);
		height: 3rem;
		margin-bottom: 0.6rem;
	}
	.bk_box {
	    width: 100%;
	    margin-bottom: 0.6rem;
		padding: 0 0.24rem;
	}
	.bk_box > img {
	    width: 3.84rem;
	}
	.bk_box div {
	    margin-top: 0.48rem;
	}
	.bk_two {
	    background-image: none;
	    padding-top: 0;
	}
	.bk_box div li {
	    width: 3.39rem;
	    height: 2.32rem;
	    margin-right: 0.24rem;
		margin-bottom: 0.24rem;
	}
	.bk_two div li:nth-child(even){
	    margin-right: 0;
	}
	.bk_two bk_box div li a img {
	    width: 0.64rem !important;
	    height: 0.64rem;
	    margin: 0.3rem auto 0.23rem;
	}
	.bk_box > div li a p {
	    font-size: 0.26rem;
		overflow:hidden;
		text-overflow:ellipsis;
		display:-webkit-box;
		-webkit-line-clamp:2;
		-webkit-box-orient:vertical;
		white-space: break-spaces;
		width: 2.08rem;
		line-height: 0.4rem;
	}
	.bk_box > div li a img {
	    width: 0.64rem;
	    height: 0.64rem;
	    margin: 0.3rem auto 0.23rem;
	}
	.bk_two .bk_box {
	    padding-bottom: 0;
	}
	.bk_box.bk_three,.bk_box.bk_four {
	    margin-top: -0.24rem;
	}
	.bk_box > div li:nth-child(2n+2) {
	    margin-right: 0px;
	}
	
	
	.bk_one div li {
	    width: 3.39rem;
	    height: 1.68rem;
		margin: 0.24rem 0rem 0;
		padding: 0.24rem;
		display: block;
		position: relative;
	}
	.bk_one div li:nth-child(1) {
	    width: 3.39rem;
	    height: 3.6rem;
		margin-right: 0.24rem;
		padding: 0.6rem 0.24rem;
	}
	.bk_one div li p {
	    text-align: left;
	    width: 100%;
	    font-size: 0.3rem;
	}
	.bk_one div li a {
	    width: 1.4rem;
	    height: 0.4rem;
	    font-size: 0.22rem;
		margin-top: 0.24rem;
		padding-left: 0.16rem;
	}
	.bk_one div li:not(:first-child) a{
		position: absolute;
		bottom: 0.14rem;
	} 
	.bk_one div li a img {
	    width: 0.33rem;
	    height: 0.16rem;
	    margin-left: 0.06rem;
	}
	.qyhm {
    margin-top: 0.56rem!important;
	}
	.qyhmcon {
    width: 7.02rem!important;
    margin: auto!important;
	}
	.h45 {
    height: .45rem!important;
	}
	.more {
    font-size: 0.16rem!important;
    position: absolute!important;
    top: 0rem!important;
    right: 0rem!important;
	}
	.qyhm_list ul {
    height: 6.6rem!important;
	}
	.qyhm_list li {
    width: 100%!important;
    height: 3.2rem!important;
    margin-right: 0!important;
    padding: 0.22rem!important;
    margin-bottom: 0.2rem;
	}
	.qyhm-list-title {
    font-size: 15px;
    line-height: .4rem;
	}
	.qyhm_list-wz {
    font-size: .16rem!important;
    color: #999999!important;
    line-height: 0.32rem!important;
    margin-top: 6px;
	}
	.time {
    font-size: .16rem;
    color: #999999;
    line-height: .32rem;
    padding-top: .06rem;
	}
}