body {
	background-color: #f5f5f5;
}
ul.nav>li:nth-child(2)>a {
	border-bottom: 1px solid #161616!important;
}
.digital-top {
	width: 100%;
	height: 675px;
	background: url(../images/digitaltop.jpg);
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	text-align: center;
	margin-bottom: 40px;
}
.digital-top h1 {
    color: #fff;
    font-size: 34px;
    line-height: 84px;
    font-weight: 500;
    padding-top: 190px;
}
.digital-top h2 {
    color: #fff;
    font-size: 22px;
    line-height: 36px;
    font-weight: 500;
}
.digital-top p {
	color: #fff;
    font-size: 16px;
    line-height: 36px;
    padding-top: 50px;
}
.core-products {
	width: 1200px;
	margin: 0 auto;
}
.core-products h2 {
	text-align: center;
	line-height: 100px;
	color: #393939;
	font-size: 34px;
	font-weight: 500;
}
.corewrap {
	width: 1200px;
	margin: 0 auto;
	justify-content: space-between;
}
.corebox {
	width: 290px;
	background-color: #fff;
	box-shadow: 0 0 5px rgba(150,150,150,0.5);
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 36px;
}
.corebox h3 {
	font-size: 20px;
	color: #3b3b3b;
	line-height: 70px;
	padding-top: 29px;
}
.corebox img {
	margin-bottom: 29px;
}
.corebox ul {
	text-align: left;
}
.corebox ul li {
	width: 115px;
	margin: 0 auto;
	font-size: 16px;
	color: #3b3b3b;
	line-height: 36px;
	padding-left: 50px;
	background: url(../images/corecir.png) no-repeat 25px center;
	-webkit-background-size: 6px 6px;
	background-size: 6px 6px;
}
.solution {
	width: 1200px;
	margin: 0 auto;
	justify-content: space-between;
}
.solution h2 {
	text-align: center;
	line-height: 100px;
	color: #393939;
	font-size: 30px;
	font-weight: 500;
}
.solutionwrap {
	justify-content: space-between;
}
.solutionbox {
	width: 295px;
	background-color: #fff;
	box-shadow: 0 0 5px rgba(150,150,150,0.5);
	text-align: center;
	padding-bottom: 20px;
}
.solutionbox img {
	display: block;
	width: 100%;
}
.solutionbox h3 {
	color: #393939;
	font-size: 16px;
	line-height: 45px;
}
.solutionbox p {
	color: #afafaf;
	font-size: 12px;
	line-height: 20px;
}