.logo {
    height: 50px;
    margin-right: 50px;
}
.image-list {
    list-style: none;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center
}
.image-list li {
	display:flex;
	width: 200px;
	 height: 200px;
	 margin: 10px;
	  border-radius: 10px;
	justify-content:center;
	align-items:center;
	background:#000;
	overflow:hidden;
}

.seg-title {
    text-align: center;
    margin: 50px;
   
}
.seg-title-second {
	margin:20px;
	 color: #006cdd;
	font-size: 25px;
	font-family: 'HelveticaNeueLTProXBlkCn';
}
.text-content {
    line-height: 30px;
}
.footer {
    padding: 20px;
    margin-top: 50px;
    background: #444;
    color: #aaa;
    font-size: 12px;
}
.footer-nav {
    display: flex;
    list-style: none;
    justify-content: center;
    width: 100%
}
.footer-nav li {
    margin: 20px 0;
    padding: 0 20px;
}
.footer-nav li:not(:last-child) {
    border-right: 1px solid #777
}
.footer-nav a {
    text-decoration: none;
    color: #777;
}
.service-block {
    display: flex;
    flex-flow: row wrap;
    justify-content: center
}
.service-item {
    width: 50%;
    padding: 20px;
	display:flex;
}
.service-item img {
    float: left;
    width: 100px;
    height: 100px;
    margin-right: 20px;
}
.cp-block {
    margin: 50px;
}
.cp-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}
.cp-item img {
    margin: 20px
}