body {
	font: 14px/1.5 PingFangSC-Regular, Roboto, Helvetica Neue, Helvetica, Tahoma, Arial, PingFang SC-Light, Microsoft YaHei;
	margin: 0;
	padding: 0;

}


.swiper{
	height: 700px;
}
.banner{
	width: 100%;
	position: relative;
	color: #fff;
	height: 700px;
}
.banner img {
	width: 100%;
}
.banner01{
	position: relative;
	background: url(../img/banner01.jpg) no-repeat;
	background-size: cover;
}
.banner02{
	position: relative;
	background: url(../img/banner02.jpg) no-repeat;
	background-size: 100% 100%;
}
.banner03{
	position: relative;
	background: url(../img/banner03.jpg) no-repeat;
	background-size: 100% 100%;
}
.banner01 h1, .banner02 h1, .banner03 h1{
	position: absolute;
	font-size: 60px;
	width: 100%;
	top: 180px;
	text-align: center;
}
.banner01 h3, .banner02 h3, .banner03 h3{
	position: absolute;
	font-size: 22px;
	font-weight: normal;
	width: 100%;
	top: 330px;
	text-align: center;
}
.banner01 a.btn_more, .banner02 a.btn_more, .banner03 a.btn_more{
	position: absolute;
	width: 150px;
	height: 40px;
	border: 1px solid #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	top: 450px;
	left: calc(50% - 75px);
	border-radius: 4px;
	color: #fff;
	line-height: 40px;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 120px;
}
.banner_b{
	position: absolute;
	bottom: 0;
	background-color: rgba(10, 32, 82, 0.6);
	color: #fff;
	width: 100%;
	height: 100px;
	z-index: 999;
	top: 600px;
}
.banner_b .container ul{
	display: flex;
	justify-content: space-around;
	margin-top: 10px;
}
.banner_b .container .icon_banner{
	width: 50px;
	height: 50px;
	display: inline-block;
	margin-right: 20px;
	margin-top: 15px;
}
.banner_b .container .icon_banner01{
	background: url(../img/icon_banner01.png) no-repeat;
	background-size: cover;
}
.banner_b .container .icon_banner02{
	background: url(../img/icon_banner02.png) no-repeat;
	background-size: cover;
}
.banner_b .container .icon_banner03{
	background: url(../img/icon_banner03.png) no-repeat;
	background-size: cover;
}
.banner_b .container dt{
	font-size: 22px;
	font-weight: bold;
}
.banner_b .container dd{
	font-size: 14px;
	margin-left: 0;
}

.title h2{
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	color: #181818;
	margin-bottom: 0;
	margin-top: 50px;
}

.title p{
	text-align: center;
	font-size: 16px;
	color: #999;
	margin-top: 0;
}

/* 列表 */
.items {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 30px auto 10px;
}

.items li {
	background-color: #fff;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
	border-radius: 8px;
	margin-bottom: 20px;
	transition: 0.3s linear all;
	text-align: center;
}
.items li:hover {
	box-shadow: 0px 2px 6px 0px rgba(43,105,157,0.30);
	scale: 105%;
}

.items a {
	color: #4f4f4f;
	position: relative;
}

.items a>div {
	padding: 0px 14px 14px;
	width: 285px;
}

.items i {
	width: 48px;
	height: 48px;
	margin-top: 26px;
	display: inline-block;
}
.items i.icon_pro01 {
	background: url(../img/icon_pro01.png) no-repeat;
	background-size: cover;
}
.items i.icon_pro02 {
	background: url(../img/icon_pro02.png) no-repeat;
	background-size: cover;
}
.items i.icon_pro03 {
	background: url(../img/icon_pro03.png) no-repeat;
	background-size: cover;
}
.items i.icon_pro04 {
	background: url(../img/icon_pro04.png) no-repeat;
	background-size: cover;
}
.items h3 {
	font-size: 20px;
	color: #181818;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 10px;
	margin-bottom: 12px;
}
.pro_txt{
	text-align: left;
	width: 224px;
	margin: 0 auto 5px;
	line-height: 180%;
}

.more {
	margin: 0 auto 40px;
	text-align: center;
}

.more a {
	width: 150px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #0F55C8;
	border-radius: 3px;
	font-size: 18px;
	color: #0F55C8;
	text-align: center;
	display: inline-block;
}

/* 服务流程 */
.service {
	background: #1D44A6 url(../img/bg_service.jpg) no-repeat;
	background-size: cover;
	padding: 1px 0 10px;
	height: 600px;
}
.service .container{
	position: relative;
}
.service .title h2{
	color: #fff;
}
.service .title p{
	color: rgba(255,255,255,0.6);
}
.service .pic{
	width: 375px;
	height: 286px;
	background: url(../img/pic_service.png) no-repeat center center;
	background-size: 95%;
	position: absolute;
	top: 150px;
	left: calc(50% - 187px);
}
.service_item{
	width: 420px;
	height: 120px;
	box-sizing: border-box;
	color: #fff;
	text-align: center;
}
.service_item h3{
	margin-bottom: 0;
	margin-top: 14px;
	font-size: 20px;
}
.service_item p{
	margin-top: 8px;
	color: #E9E9E9;
}
.service01{
	background: url(../img/service_01.png) no-repeat;
	background-size: cover;
	padding: 5px 70px 10px 15px;
	margin-top: 40px;
}
.service02{
	background: url(../img/service_02.png) no-repeat;
	background-size: cover;
	padding: 5px 70px 10px 15px;
	margin-top: 60px;
}
.service03{
	background: url(../img/service_03.png) no-repeat;
	background-size: cover;
	padding: 5px 15px 10px 70px;
	margin-top: 40px;
}
.service04{
	background: url(../img/service_04.png) no-repeat;
	background-size: cover;
	padding: 5px 15px 10px 70px ;
	margin-top: 60px;
}

/* 我们的优势 */
.advantage{
	background-color: #F6F6F6;
	padding-top: 40px;
}
.advantage .title h2{
	margin-top: 0;
}
.advantage .items li {
	position: relative;
	border-radius: 8px;
	width: 280px;
	height: 180px;
	overflow: hidden;
}
.advantage .items li img {
	width: 100%;
	height: 100%;
}
.advantage .items li .mask {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .3);
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	line-height: 180px;
	font-size: 22px;
	color: #fff;
	text-shadow: 0 2px 5px BLACK;
}


/* 客户案例 */
.links {
	padding: 0 0 40px;
}

.links ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 30px auto 10px;
}

.links ul li {
	margin-right: 25px;
	margin-bottom: 25px;
	background-color: #fff;
	border: 1px solid #E0E0E0;
	text-align: center;
}

.links ul li:nth-child(7n) {
	margin-right: 0;
}

.links ul li a {
	width: 150px;
	height: 80px;
}

.links ul li a img {
	width: 148px;
}

