
.bannerBox{
	width: 100%;
}
.bannerBox img{
	width: 100%;
	height: 100%;
}
.mp120{
	margin-top: 1.25rem;
}
.advtit{
	font-size: 20px;
	color: #080808;
}
.advconi{
	font-size: 16px;
	color: #7e7e7e;
	word-break: break-all;
}
.btns{
	width: 19rem;
	height: 60px;
	display: block;
	line-height: 60px;
	text-align: center;
	background: #008ad5;
	outline: none;
	border: 0;
}
.btns a{
	text-decoration: none;
	color: #fff;
}
.btns:hover a{
	border-bottom: 2px solid #23527c;
	color: #23527c;
}

button{
	outline:none;
}
.contFl h2{
	font-size: 30px;
	line-height: 60px;
}
.contFl p{
	color: #7e7e7e;
	margin-bottom: 20px;
}
.contFl a{
	color: #337ab7;
	font-size: 16px;
}
.contFl_2 {
	margin-top: 20px;
	margin-bottom: 20px;
	transition: 2s;
}
.contFl_3 {
	margin-top: 20px;
	margin-bottom: 20px;
}
.contFl_2 div img{
	transition: 2s;
}
.contFl_3 div img{
	transition: 2s;
}
.contFl_3  div img:hover{
	transform: translate(0px,-20px);
}
.contFl_2  div img:hover{
	transform: translate(0px,-20px);
}

.content_C{
	background: #f8f8f8;
}
.content_C .row .col-md-12{
	margin-top: 60px;
	margin-bottom: 40px;
}
.content_C .row .col-md-12 h2{
	text-align: center;
	font-size: 30px;
	font-weight: 600;
}
.content_C .row .col-md-12 h2 p{
	text-align: center;
	font-size: 30px;
	font-weight: 600;
	color: #333;
}
.content_C .row .col-md-12 p{
	text-align: center;
	color: #706d6d;
	font-size: 16px;
}
.content_C .row .col-md-4{
	/* width: 32%; */
	background: #fff;
	/* margin-right: 10px; */
}
.content_C .row .col-md-4 img{
	display: block;
	margin: 0 auto;
	margin-top: 14px;
}
.content_C .row .c_item{
	margin-right: 0;
}
.content_C .row .col-md-4 p{
	text-align: center;
	padding-top: 14px;
	padding-bottom: 6px;
}
.content_C .row .col-md-4 p a{
	text-align: center;
	color: #706d6d;
}