@charset "utf-8";
.jsfw-banner {
	background:url(../img/banner-jsfw.jpg) no-repeat 50% 50%;
	height: 600px;
	color: #FFF;
	background-size:cover; 
	min-width: 1200px;
	position: relative;
}
.margin-bottom-30 {
	margin-bottom: 30px;
}
/**功能介绍**/
.function-container .function-item {
	float: left;
	height: 126px;
	padding-left: 70px;
    margin-right: 60px;
    width: 288px;
 }
.function-container .function-item p {
	color: #030303;
	font-size: 20px;
	line-height:28px;
	padding-left: 19px;
	padding-bottom: 8px;
    border-left: 1px solid #C8C7CC;
 }
.function-container .function-item span {
	color: #8F8E94;
	font-size: 14px;
	line-height:24px;
	padding-left: 19px;
	display: block;
    border-left: 1px solid #C8C7CC;
}
.function-container .function-item.function-item-first {
	background:url(../img/function-icon-01.svg) no-repeat;
	background:url(../img/function-icon-01.png) no-repeat \9;
}
.function-container .function-item.function-item-second {
	background:url(../img/function-icon-02.svg) no-repeat;
	background:url(../img/function-icon-02.png) no-repeat \9;
}
.function-container .function-item.function-item-third {
	background:url(../img/function-icon-03.svg) no-repeat;
	background:url(../img/function-icon-03.png) no-repeat \9;
	margin-right: 0px;
}
.function-container .function-item.function-item-four {
	background:url(../img/function-icon-04.svg) no-repeat;
	background:url(../img/function-icon-04.png) no-repeat \9;
}
.function-container .function-item.function-item-five {
	background:url(../img/function-icon-05.svg) no-repeat;
	background:url(../img/function-icon-05.png) no-repeat \9;
}
.function-container .function-item.function-item-six {
	background:url(../img/function-icon-06.svg) no-repeat;
	background:url(../img/function-icon-06.png) no-repeat \9;
	margin-right: 0px;
}
.function-container .function-item:hover span{
	color: #333333
}
.function-container .function-item.function-item-first:hover {
	background:url(../img/function-icon-hover-01.svg) no-repeat left 5px;
	background:url(../img/function-icon-hover-01.png) no-repeat \9;
}
.function-container .function-item.function-item-second:hover {
	background:url(../img/function-icon-hover-02.svg) no-repeat;
	background:url(../img/function-icon-hover-02.png) no-repeat \9;
}
.function-container .function-item.function-item-third:hover {
	background:url(../img/function-icon-hover-03.svg) no-repeat;
	background:url(../img/function-icon-hover-03.png) no-repeat \9;
}
.function-container .function-item.function-item-four:hover {
	background:url(../img/function-icon-hover-04.svg) no-repeat;
	background:url(../img/function-icon-hover-04.png) no-repeat \9;
}
.function-container .function-item.function-item-five:hover {
	background:url(../img/function-icon-hover-05.svg) no-repeat;
	background:url(../img/function-icon-hover-05.png) no-repeat \9;
}
.function-container .function-item.function-item-six:hover {
	background:url(../img/function-icon-hover-06.svg) no-repeat;
	background:url(../img/function-icon-hover-06.png) no-repeat \9;
}
/**进入使用**/
.apply-container dl {
	margin:0 75px;
	float: left;
	text-align: center;
	transform: all 0.5s;
	position: relative;
}
.apply-container dl:after {
	position: absolute;
	content:"";
    top: 70px;
    right: -83px;
   	width: 14px;
	height: 15px;
	background:url(../img/apply-right-icon.svg) no-repeat;
}
.apply-container dl dt {
	width: 150px;
	height: 150px;
	transition: all 0.2s linear;
}
.apply-container dl dd {
	color: #030303;
	font-size: 20px;
	margin-top: 10px;
}
.apply-container dl dt:hover {
	transform: scale(1.3);
    -webkit-transform: scale(1.3);
	transition: all 0.2s linear;
}
.apply-container dl.lastafter:after{
	background:none;
}
.apply-container a.custom-service:hover {
    background: #FFAE6C;
}

.apply-container a.custom-service {
    display: block;
    width: 140px;
    height: 42px;
    background: #FF5B29;
    border-radius: 2px;
    color: #FFFFFF;
    font-size: 14px;
    text-align: center;
    line-height: 42px;
    margin: 50px auto 0px auto;
}


