.head-nav {
	height: 62px;
	display: flex;
	justify-content: space-between;
	padding: 0 12%;
	line-height: 50px;
	color: #e8b21e;
	font-weight: 500;
	font-size: 28px;
	background-color: #edd09d;
	padding-top: 6px;
	.img-logo {
		display: inline-block;
		height: 50px;
	}
	.r-login {
		font-size: 16px;
		font-weight: 400;
		color: #757272;
		margin-left: 15px;
		cursor: pointer;
		vertical-align: bottom;
	}
}
.banner-swiper {
	position: relative;
	width: 100%;
	height: 360px;
	overflow: hidden;
}
.banner-swiper .swiper-wrapper li {
	float: left;
	width: 100%;
}
.banner-swiper .swiper-wrapper li a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	background: #c7c7c7;
	background: #d69f09 url(../../../images/frontend/banner2.png) center center
		repeat;
	background-size: cover;
}
.banner-swiper .swiper-wrapper li a .release {
	position: absolute;
	width: 670px;
	height: 50px;
	line-height: 50px;
	top: 50%;
	left: 50%;
	margin-left: -612px;
	margin-top: -50px;
	color: #d69f09;
	font-size: 48px;
}
.banner-swiper .swiper-wrapper li a .note {
	position: absolute;
	width: 670px;
	height: 50px;
	line-height: 50px;
	top: 50%;
	left: 50%;
	margin-left: -612px;
	margin-top: 0px;
	color: #d69f09;
	font-size: 20px;
}
.banner-swiper .swiper-wrapper li a .download {
	position: absolute;
	width: 670px;
	height: 50px;
	line-height: 50px;
	top: 20%;
	right: -20%;
	margin-top: 0px;
	color: #e4b83d;
	font-size: 30px;
	cursor: pointer;
}
.banner-swiper img {
	display: block;
	width: 100%;
	height: 100%;
}
.banner-swiper .swiper-pagination {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	bottom: 15px;
}
.banner-swiper .swiper-pagination .pagination-inner {
	display: inline-block;
	*zoom: 1;
}
.banner-swiper .swiper-pagination .pagination-inner .swiper-pagination-switch {
	float: left;
	width: 28px;
	height: 7px;
	margin: 0 8px;
	background: #fb8200;
	cursor: pointer;
}
.banner-swiper .swiper-pagination .pagination-inner .swiper-active-switch {
	background: #fff;
}
.service-title {
	margin-top: 65px;
	width: 1200px;
	margin: 0 auto;
	font-size: 36px;
	text-align: center;
	color: #fb8200;
	height: 70px;
	line-height: 70px;
}
.service-intro {
	margin-top: 8px;
	width: 1200px;
	margin: 0 auto;
	font-size: 16px;
	text-align: center;
	color: #000;
	height: 20px;
	line-height: 20px;
	margin-bottom: 40px;
}
.service-list {
	width: 1200px;
	margin: 0 auto;
	.imgs-icon {
		display: inline-block;
		height: 100px;
		width: 100px;
		vertical-align: middle;
		&.lite {
			height: 50px;
		}
	}
}
.service-list li {
	float: left;
	width: 300px;
}
.service-list li .icon {
	width: 174px;
	height: 174px;
	margin: 0 auto;
	margin-bottom: 45px;
	border: 1px solid #fb8200;
	border-radius: 50%;
	text-align: center;
	line-height: 174px;
}
.service-list li .icon i {
	color: #fb8200;
	font-size: 100px;
}
.service-list li .item-name {
	text-align: center;
	color: #000;
	height: 24px;
	line-height: 24px;
	font-size: 22px;
}
.service-list li .item-info {
	margin-top: 26px;
	font-size: 14px;
	color: #616161;
	padding: 0 30px;
	line-height: 24px;
	margin-bottom: 50px;
}
.safe-expert-outer {
	background: url(../../../images/frontend/ib.jpg) center center no-repeat;
	margin-bottom: 65px;
}
.safe-expert {
	height: 328px;
	padding-top: 45px;
}
.safe-expert .title {
	color: #fff;
	font-size: 30px;
	text-align: center;
	margin-bottom: 15px;
}
.safe-expert .description {
	font-size: 16px;
	color: #000;
	text-align: center;
	margin-bottom: 30px;
}
.safe-expert .expert-list {
	width: 1200px;
	margin: 0 auto;
}
.safe-expert .expert-list li {
	float: left;
	position: relative;
	width: 390px;
	width: 385px\9;
	height: 160px;
	background: url(../../../images/frontend/dot.png) repeat;
	margin-right: 15px;
}
.safe-expert .expert-list li:last-child {
	margin-right: 0;
}
.safe-expert .expert-list li i {
	position: absolute;
	left: 20px;
	top: 36px;
	width: 90px;
	height: 90px;
	text-align: center;
	line-height: 90px;
	color: #e1e2e4;
	font-size: 76px;
}
.safe-expert .expert-list li .title {
	position: absolute;
	top: 55px;
	left: 120px;
	width: 200px;
	height: 26px;
	line-height: 26px;
	font-size: 22px;
	text-align: left;
}
.safe-expert .expert-list li .title.blue {
	color: #03c7ff;
}
.safe-expert .expert-list li .title.green {
	color: #30ad04;
}
.safe-expert .expert-list li .title.yellow {
	color: #ffac1b;
}
.safe-expert .expert-list li .intro {
	position: absolute;
	top: 88px;
	left: 120px;
	font-size: 14px;
	color: #000;
	text-align: left;
}
.all-service {
	margin-top: 65px;
	width: 1200px;
	margin: 0 auto;
	font-size: 32px;
	text-align: center;
	color: #000;
	height: 70px;
	line-height: 70px;
}
.all-service-intro {
	margin-top: 8px;
	width: 1200px;
	margin: 0 auto;
	font-size: 16px;
	text-align: center;
	color: #7c7c7c;
	height: 20px;
	line-height: 20px;
	margin-bottom: 70px;
}
.safe-box {
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 60px;
}
.safe-box li {
	float: left;
	height: 216px;
}
.safe-box .cols > div {
	margin-bottom: 6px;
}
.safe-box .cols > div .item-title {
	font-size: 20px;
	height: 22px;
	line-height: 22px;
	padding-left: 12px;
	margin-bottom: 10px;
}
.safe-box .cols > div .item-title i {
	position: relative;
	top: -3px;
	font-size: 14px;
	color: #a1aab2;
	margin-right: 9px;
}
.safe-box .cols > div .item-title.yellow {
	color: #de840e;
}
.safe-box .cols > div .item-title.yellow {
	color: #efc458;
}
.safe-box .cols > div .item-content {
	line-height: 30px;
	color: #000;
	font-size: 14px;
	text-indent: 42px;
}
.safe-box .cols > div .item-content a {
	color: #000;
}
.safe-box .col1 {
	width: 248px;
	height: 216px;
	border-right: 1px solid #e0e0e0;
}
.safe-box .col2 {
	width: 216px;
	height: 216px;
	border-right: 1px solid #e0e0e0;
}
.safe-box .col3 {
	width: 215px;
	height: 216px;
	border-right: 1px solid #e0e0e0;
}
.safe-box .col4 {
	width: 227px;
	height: 216px;
	border-right: 1px solid #e0e0e0;
}
.safe-box .col5 {
	width: 290px;
	height: 216px;
}
.partner {
	background-color: #eee;
	height: 298px;
	margin-bottom: 50px;
}
.partner .partner-inner {
	width: 1200px;
	margin: 0 auto;
	height: 298px;
}
.partner .partner-inner .part {
	float: left;
	width: 50%;
	height: 100%;
}
.partner .partner-inner .part:first-child a {
	margin-right: 70px;
}
.partner .partner-inner .part .title {
	font-size: 24px;
	height: 90px;
	line-height: 90px;
	color: #000;
}
.partner .partner-inner .part .title a {
	float: right;
	font-size: 14px;
}
.partner .partner-inner .part ul li {
	line-height: 36px;
	height: 36px;
}
.partner .partner-inner .part ul li i {
	float: left;
	display: inline-block;
	width: 3px;
	height: 3px;
	background-color: #008eb7;
	margin-top: 16px;
	margin-right: 5px;
}
.partner .partner-inner .part ul li span.title {
	font-size: 12px;
	float: left;
	color: #3f3f3f;
	height: 36px;
	line-height: 36px;
}
.partner .partner-inner .part ul li span.title a {
	color: #000;
}
.partner .partner-inner .part ul li .date {
	float: right;
	font-size: 14px;
	color: #9a9a9a;
	margin-right: 70px;
}
.partner .partner-inner .part .guy {
	float: left;
	width: 190px;
	height: 107px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-right: 10px;
}
.register-btn {
	height: 36px;
	line-height: 36px;
	background-color: #e7a520;
	color: #fff;
	font-size: 14px;
	padding: 0 30px;
	margin: 0 auto;
	text-decoration: none;
	width: 200px;
	margin-bottom: 70px;
	cursor: pointer;
}
