﻿﻿/* 新增指引模块 */
.l{float:left !important;}

.clearfix{zoom:1;}
.clearfix:before, .clearfix:after{display:table;line-height:0;content:"";}
.guide {
	margin-top: 0px;
}

/*.guide span {
	width: 95px;
	height: 55px;
	line-height: 24px;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	text-shadow: 0px 3px 7px rgba(21, 85, 161, 0.35);
	background: url('../images/new_guide/want1.jpg');
	border-radius: 5px;
	text-align: center;
	box-sizing: border-box;
	padding: 3px 18px 0 18px;
	margin-top: 10px;
	margin-left: 10px;
}*/

.guide-list {
	/*width: 768px;*/
	display: flex;padding-right:30px;
	justify-content: space-between;
}


.guide-list  li {
	display: block;
	width: 105px;
	height: 105px;
	font-size: 14px;
	border-radius: 5px;
	box-sizing: border-box;
	position: relative;
}

/*
.guide-list  li::before {
	position: absolute;
	content: '';
	width: 98px;
	height: 2px;
	background-color: #1f71d0;
	left: 12px;
}

.guide-list  li {
	display: block;
	width: 123px;
	height: 55px;
	line-height: 55px;
	font-size: 14px;
	background: url('../images/new_guide/guide11.png') no-repeat 0px center;
	background-color: #ecf2f5;
	border-radius: 5px;
	box-sizing: border-box;
	padding-left: 30px;
	position: relative;
}

.guide-list  li::before {
	position: absolute;
	content: '';
	width: 98px;
	height: 2px;
	background-color: #1f71d0;
	left: 12px;
}


.guide-list a {
	color: #fff;
}
.guide-list li:nth-child(2){
	background: url('../images/new_guide/guide21.png') no-repeat 0px center;
	background-color: #ecf2f5;
}

.guide-list li:nth-child(2)::before {
	background-color: #7e56ff;
}

.guide-list li:nth-child(3){
	background: url('../images/new_guide/guide31.png') no-repeat 0px center;
	background-color: #ecf2f5;
}

.guide-list li:nth-child(3)::before {
	background-color: #0ac2b0;
}

.guide-list li:nth-child(4){
	background: url('../images/new_guide/guide41.png') no-repeat 0px center;
	background-color: #ecf2f5;
}

.guide-list li:nth-child(4)::before {
	background-color: #ff6a19;
}

.guide-list li:nth-child(5){
	background: url('../images/new_guide/guide51.png') no-repeat 0px center;
	background-color: #ecf2f5;
}

.guide-list li:nth-child(5)::before {
	background-color: #04b8a9;
}

.guide-list li:nth-child(6){
	background: url('../images/new_guide/guide61.png') no-repeat 0px center;
	background-color: #ecf2f5;
}

.guide-list li:nth-child(6)::before {
	background-color: #33a2eb;
}

.guide-list li:nth-child(7){
	background: url('../images/new_guide/guide7.png') no-repeat 0px center;
	background-color: #ecf2f5;
}

.guide-list li:nth-child(7)::before {
	background-color: #1f70d0;
}

.guide-list li:hover:before {
    position: absolute;
    content: " ";
    width: 123px;
    height: 2px;
    border-radius: 2px;
    left: 50%;
    margin-left: -61px;
}
*/