body {
	background: #f8f8f8;
}


.wip_bannerbg {
	width: 100%;
	height: 316px;
	background: url(fwbg.png) no-repeat center;
	text-align: center;
	padding-top: 104px;
}

.wip_bantext {
	margin: 0px auto 25px;
	line-height: 50px;
}

.wip_bantext span {
	color: #fff;
}

.wip_bantext span:first-child {
	font-size: 36px;
	margin-right: 35px;
}

.wip_bantext span:first-child+span {
	font-size: 24px;
}

.fwbutton {
	width: 140px;
	line-height: 50px;
	border-radius: 8px;
	background: #0077be;
	font-weight: 700;
	font-size: 18px;
	color: #fff;
	border: 0px;
	display: block;
	margin: auto;
}

.fwbutton img {
	width: 12px;
}

.colname {
	font-weight: 700;
	font-size: 32px;
	text-align: center;
	color: #333;
	line-height: 45px;
	margin: 60px auto 30px;
	text-align: left;
}

.colname a {
	color: #333;
}


/*轮播*/

.swiper-list {
	position: relative;
	margin: 0px auto 60px;
	overflow: hidden;
	height: auto;
	display: flex;
	justify-content: center;
}

.swiper-list2 {
	margin: 0px auto 160px;
}

.swiper-container {
	margin: auto;
	width: calc(100% - 150px);
	/*更好展示阴影加高度*/
	height: 180px;
}

.swiper-slide {
	width: 294px;
	height: 160px;
	box-shadow: 0 2px 12px #99999933;
	position: relative;
}

.swiper-slide a {
	width: 100%;
	height: auto;
	display: block;
}

.swiper-slide a img {
	width: 100%;
	height: 95px;
	object-fit: cover;
	border-radius: 6px 6px 0px 0px;
}

.swiper-slide a p {
	font-weight: 400;
	font-size: 18px;
	padding: 0px 20px;
	line-height: 64px;
	text-align: center;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: #fff;
}

.swiper-button-prev:after,
.swiper-button-next:after {
	content: none;
}

.swiper-button-prev,
.swiper-button-next {
	width: 68px;
	height: 68px;
	position: static;
	margin-top: 50px;
	/*top: 51px;*/
}

.swiper-button-prev {
	background: url(fwsevenleft.png) center no-repeat;
	background-size: cover;
	/*left: -51px;*/
}

.swiper-button-next {
	background: url(fwsevenright.png) center no-repeat;
	background-size: cover;
	/*right: -51px;*/
}

.price {
	width: 100%;
	background: #556fab;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	text-align: center;
	padding: 20px 0px;
}

.price p {
	font-weight: normal;
	font-size: 14px;
	width: 100%;
	display: flex;
	align-items: center;
}

.price p a {
	color: #fff;
}

.swiper-slide:hover .price {
	bottom: 0px;
	opacity: 0.9;
	-moz-opacity: 0.9;
	filter: alpha(opacity=90);
	transition: opacity ease 0.3s, bottom ease 0.3s;
}


/*服务*/

.wip_fwconbgs {
	padding: 40px 0px 40px;
	background: #f5fafe;
}

.wip_fwconbg {
	margin: auto;
}

.tab_liul {
	display: flex;
}

.tab_li {
	font-weight: 400;
	font-size: 32px;
	text-align: center;
	color: #666;
	line-height: 45px;
	background: url(indtab_libor.png) no-repeat left center;
	background-size: 1px;
	padding-left: 30px;
	padding-right: 30px;
}

.tab_li:first-child {
	padding-left: 0px;
	background: none;
}

.tab_li a {
	color: #666;
}

.tab_li_hov {
	font-weight: 700;
	color: #028bd1;
}

.tab_li_hov a {
	color: #028bd1;
}

.tab_lists {
	display: none;
	margin-left: -1.04%;
	/*flex-wrap: wrap;
	justify-content: space-between;*/
}

.gr {
	display: block;
}

.fr_list {
	width: 23.7%;
	margin-left: 1.04%;
	height: 198px;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 2px 12px #99999933;
	padding-top: 20px;
	padding-left: 20px;
	margin-top: 30px;
	float: left;
}

.fr_list>a{
	width: 100%;
	height: 100%;
	display: block;
}

.fr_list img {
	width: 48px;
	display: block;
	float: left;
}

.fr_list div {
	font-weight: 400;
	color: #333;
	float: right;
	width: calc(100% - 68px);
}

.fr_list p {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 95%;
}

.fr_list p:first-child {
	margin-bottom: 6px;
}

.fr_list .fr_bt {
	font-size: 24px;
	line-height: 48px;
}

.fr_list .fr_zx {
	font-size: 18px;
	line-height: 36px;
}

.fwlistlibm {
	line-height: 60px;
	font-size: 18px;
	padding-left: 20px;
	background: #FFFFFF;
	width: 23.7%;
	margin-left: 1.04%;
	border-radius: 8px;
	box-shadow: 0 2px 12px #99999933;
	margin-top: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float: left;
}

.fwlistlibm a {
	color: #333333;
}

.fwlistlibm:hover {
	background: #028bd1;
}

.fwlistlibm:hover a {
	color: #FFFFFF;
}

/*.redver .tab_li_hov {
	color: #C40311;
}

.redver .tab_li_hov a {
	color: #C40311;
}

.redver .fwlistlibm:hover {
	background: #C40311;
}*/