body,
html {
	font-size: 100%;
	padding: 0;
	margin: 0;
}

/* Reset */
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

body {
	color: #D5D6E2;
	font-weight: 500;
	font-size: 1.05em;
	font-family: "Microsoft YaHei", "Segoe UI", "Lucida Grande", Helvetica, Arial, sans-serif;
}

.demo {
	/* padding: 2em; */
	background: none;
	margin-top: 30px;
}

.serviceBox {
	border: 1px solid #ededed;
	padding: 20px 20px 20px 20px;
	position: relative;
	transition: all 0.5s ease 0s;
}

.serviceBox:hover {
	border-color: #0146a7;
}

.serviceBox:before,
.serviceBox:after {
	content: "";
	display: block;
	width: 60px;
	height: 7px;
	background: #0146a7;
	position: absolute;
	left: 0;
	opacity: 0;
	transition: all 0.5s ease 0s;
}

.serviceBox:before {
	top: -3px;
}

.serviceBox:after {
	bottom: -3px;
}

.serviceBox:hover:before,
.serviceBox:hover:after {
	left: 40px;
	opacity: 1;
}

.serviceBox .service-icon {
	display: inline-block;
	position: absolute;
	top: 33%;
	left: 23px;
	font-size: 45px;
	color: #41d7f7;
	opacity: 0.3;
	transition: all 0.5s ease-in 0s;
}

.serviceBox:hover .service-icon {
	opacity: 1;
}

.serviceBox .title {
    font-size: 16px;
    font-weight: 700;
    color: #868686;
    /* margin-bottom: 15px; */
    line-height: 35px;
}
.jt_ico {
    color: #0146a7;
    margin-right: 15px;
}
.serviceBox .description {
    font-size: 14px;
    color: #868686;
    line-height: 25px;
}

@media only screen and (max-width: 990px) {
	.serviceBox {
		margin-bottom: 30px;
	}
}
@media (max-width:767px) {
	.demo {
	    /* padding: 2em; */
	    background: #fff;
	    margin-top: 10px;
	}
	
}
