.process {
	/*background-image: url("../image/process_bg.jpg");*/
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.process-list {
	position: relative;
	/*padding: 0 40px;*/
	height: 260px;
	background-image: url("../image/process_list_bg.png");
	background-repeat: no-repeat;
	background-position: 0 170px;
	background-size: 100% auto;
	margin-top: 40px;
    margin-bottom: 40px;
}

.process-list::after {
	clear: both;
	content: "";
	display: block;
	width: 0;
	height: 0;
	visibility: hidden;
}

.process-list-item {
	float: left;
	margin-right: 0%;
	padding-bottom: 88px;
	height: 190px;
	width: 12.5%;
	background-image: url("../image/24-24.png");
	background-repeat: no-repeat;
	background-position: bottom center !important;
	background-size: 42px 42px;
	text-align: center;
	font-size: 0;
}

.process-list-item:nth-child(2n + 1) {
	margin-top: 45px;
}

.process-list-item:last-child {
	margin-right: 0;
}

.process-list-itemIcon {
	width: 60px;
	height: 60px;
	transition-duration: .3s;
}
.process-list-item:hover .process-list-itemIcon{
	transform: rotate(180deg);
}
.process-list-itemText {
    margin-top: 15px;
    font-size: 16px;
    line-height: 20px;
    color: #262626;
}
@media screen and (max-width: 1200px){
    .process-list{
        background: none;
    }
    .process-list-item:nth-child(2n + 1) {margin-top: 0px !important;}
    .process-list {padding: 0 40px;height: inherit;margin-top: 40px;margin-bottom: 40px;}
}