#bannerC{
	height: 20rem;
	background-image: url(../img/candb/Cbanner.png);
	background-position: center;
	background-repeat: no-repeat;
}

.c-tag{
	background: #F7F8FA;
	border-radius: 10px;
	width: 385px;
	height: 335px;
	text-align: center;
}

.c-tag:hover{
	border-color: #FFFFFF;
	box-shadow:0px 15px 20px rgba(88,96,102,0.15);
	background-color: #FFFFFF;
}


.c-tag-img{
	width: 120px;
	height: 120px;
	left: 130px;
	top: -50px;
}
.c-tag-title{
	padding-top: 100px;
	font-size: 20px;
	color: #041725;
	line-height: 30px;
}
.c-tag-txt{
	padding-top: 15px;
	font-size: 14px;
	color: #6A737A;
	text-align: center;
	line-height: 28px;
}
.c-tag-but{
	font-size: 14px;
	color: #0282FF;
	line-height: 28px;
	border: 1px solid #0282FF;
	border-radius: 20px;
	background-color: #FFFFFF;
	padding: 2px 15px 2px 30px;
	left: 130px;
	bottom: 40px;
}

.c-tag-but:hover{
	background-color:#0282FF;
	color: #FFFFFF;
	cursor: pointer;
}

#c-banner-2{
	margin-top: 80px;
	height: 443px;
	background-color: #121C26;
	background-image: url(../img/candb/Cbanner2.png);
	background-position: center;
	background-repeat: no-repeat;
}

#c-banner-2 img{
	margin-top: 30px;
}

#cbtle{
	margin: 100px 0;
}

#bannerb{
	height: 20rem;
	background-image: url(../img/candb/Bbanner.png);
	background-position: center;
	background-repeat: no-repeat;
}

#b-d{
	margin-top: 50px;
}

.b-d-img{
	width: 600px;
	height: 640px;
}

.b-d-txt{
	width: 640px;
	right: 0px;
	
}

.b-d-txt-tag{
	margin: 20px 0;
}

.b-d-txt-img{
	width: 80px;
	height: 80px;
}

.b-d-txt-txt{
	width: 530px;
}

.b-d-txt-txt-1{
	font-size: 18px;
	color: #041725;
	line-height: 36px;
}

.b-d-txt-txt-2{
	margin-top: 10px;
	margin-bottom: 25px;
	font-size: 14px;
	color: #6A737A;
	line-height: 28px;
}

.b-last{
	background-image: url(../img/candb/back.png);
	background-position: center;
	background-repeat: no-repeat;
	width: 1200px;
	height: 200px;
	margin: 100px 0;
}