.main {
	margin-bottom: .88rem;
}
.section>.inner {
	padding: 0 .3rem;
}
.banner {
	width: 100%;
	padding: .3rem;
}
.banner .swiper-pagination {
	bottom: .2rem;
	font-size: 0;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	width: .16rem;
	height: .16rem;
	border-radius: .08rem;
	margin: 0 .05rem;
	background-color: rgba(255, 255, 255, .5);
	opacity: 1;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {
	width: .32rem;
	background-color: rgba(255, 255, 255, 1);
}
.hot-service {
	padding: .5rem 0 .5rem;
	background-color: #fff;
}
.hot-service .top {
	display: flex;
	justify-content: space-between;
	margin-bottom: .4rem;
}
.hot-service .top .item {
	width: 3.35rem;
}
.hot-service .bottom {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.hot-service .bottom .item {
	width: 1.57rem;
	text-align: center;
	margin-bottom: .28rem;
}
.hot-service .bottom .item .text {
	display: block;
	font-size: .26rem;
	line-height: 1.4;
	margin-top: .2rem;
}
.service-customer {
	background: url(./bg-img1.jpg) no-repeat;
	background-size: cover;
	padding: .8rem 0 .6rem;
}
.service-customer .content {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.service-customer .content .item {
	width: 3.35rem;
	height: 2rem;
	background-color: #fff;
	margin-bottom: .2rem;
	display: flex;
	align-items: center;
	text-align: center;
}
.service-customer .content .item>div {
	width: 100%;
}
.service-customer .content .item .number {
	font-size: .56rem;
	color: #ed6d00;
}
.service-customer .content .item .text {
	font-size: .28rem;
	margin-top: .3rem;
}
.case {
	padding: .8rem 0;
	background-color: #f6f6f6;
}
.case .list {
	display: flex;
	flex-wrap: wrap;
}
.case .list .item {
	width: 3.35rem;
	margin-right: .2rem;
	margin-bottom: .2rem;
}
.case .list .item .img {
	width: 3.35rem;
	height: 2.1rem;
}
.case .list .item:nth-child(even) {
	margin-right: 0;
}
.case .section-btn {
	margin-top: .28rem;
}
.news {
	padding: .8rem 0;
	background-color: #f6f6f6;
}
.news .list .first-item .content {
	padding: .30rem;
	background-color: #fff;
}
.news .list .first-item h3 {
	font-size: .28rem;
	color: #333;
	margin-bottom: .16rem;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	line-height: 1.4;
}
.news .list .first-item p {
	font-size: .24rem;
	color: #666;
	line-height: 1.4;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.news .list .item {
	margin-top: .18rem;
	background-color: #fff;
	width: 100%;
}
.news .list .item a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: .2rem;
}
.news .list .item .img {
	width: 2.5rem;
}
.news .list .item .content {
	flex: 1;
	padding-left: .28rem;
}
.news .list .item .text {
	font-size: .3rem;
}
.news .list .item .time {
	font-size: .28rem;
}
.news .list .item .text {
	color: #333;
	line-height: 1.4;
	height: .92rem;
	margin-bottom: .34rem;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news .list .item .time {
	color: #999;
}
.news .section-btn {
	margin-top: .36rem;
}
.contact-us {
	background: url(./bg-img2.jpg) no-repeat;
	background-size: cover;
	padding: .8rem 0 .6rem;
}
.contact-us .text {
	font-size: .28rem;
	line-height: 1.4;
	color: #fff;
	text-align: center;
}
.contact-us .contact-info {
	/* display: flex;
	justify-content: space-between;
	align-items: center; */
	border: .02rem solid rgba(255, 255, 255, .2);
	border-radius: .14rem;
	padding: .38rem;
	margin-top: .48rem;
}
/* .contact-us .contact-info .left {
	flex: 1;
} */
.contact-us .contact-info .left h3 {
	font-size: .36rem;
	color: #ed6d00;
	margin-bottom: .2rem;
}
.contact-us .contact-info .left h3 .icon {
	display: inline-block;
	vertical-align: top;
	width: .53rem;
	height: .4rem;
	background: url() no-repeat;
	background-size: .53rem .4rem;
	margin: -.02rem .2rem 0 0;
}
.contact-us .contact-info .left .tel {
	font-size: .52rem;
	font-weight: bold;
	color: #ed6d00;
	margin-bottom: .1rem;
}
.contact-us .contact-info .left .email {
	font-size: .36rem;
	color: #fff;
}
.contact-us .contact-info .wanhu {
	width: 1.9rem;
}
.contact-us .contact-info .wechat {font-size: .3rem;color: #fff;word-break: break-all;margin-top: .4rem;}
.contact-us .contact-info .wechat span {font-size: .36rem;margin-top: .1rem;display: block;}
.fill-info {
	padding: .5rem 0 .5rem;
	background-color: #fff;
}
.fill-info .desc {
	text-align: center;
	font-size: .28rem;
	color: #ed6d00;
	margin: .25rem 0 .5rem;
}
.fill-info .form .row {
	overflow: hidden;
	margin-bottom: .2rem;
}
.fill-info .form .row .label {
	float: left;
	line-height: .8rem;
	width: 1.4rem;
	font-size: .26rem;
}
.fill-info .form .row .label em {
	color: #da251d;
}
.fill-info .form .row .right {
	margin-left: 1.4rem;
	position: relative;
}
.fill-info .form .select-row .label {
	line-height: .66rem;
}
.fill-info .form .select-list .item {
	float: left;
	width: 2.65rem;
	height: .66rem;
	line-height: .66rem;
	background-color: #eee;
	border-radius: .1rem;
	text-align: center;
	font-size: .28rem;
	color: #333;
	border-radius: .1rem;
	margin-bottom: .2rem;
}
.fill-info .form .select-list .item:nth-child(odd) {
	margin-right: .2rem;
}
.fill-info .form .select-list .item.active {
	color: #fff;
	background: #ED6D00;
}
.fill-info .form .row .inputbox {
	position: relative;
}
.fill-info .form .row .text {
	display: block;
	width: 100%;
	height: .8rem;
	line-height: .8rem;
	padding: 0 .36rem;
	font-size: .28rem;
	border-radius: .1rem;
	border: 1px solid #ddd;
	background: #f8f8f8;
	box-sizing: border-box;
	-webkit-appearance: none;
	appearance: none;
}
.fill-info .form .row.tel .text {
	padding-right: 1.8rem;
}
.fill-info .form .row .inputbox .row-btn {
	position: absolute;
	right: .28rem;
	top: 0;
	font-size: .24rem;
	color: #ED6D00;
	line-height: .8rem;
}
.fill-info .form .submit {
	display: block;
	width: 100%;
	height: .8rem;
	line-height: .8rem;
	text-align: center;
	background: #ED6D00;
	border-radius: .4rem;
	box-sizing: border-box;
	border: none;
	font-size: .28rem;
	color: #fff;
	margin-top: .76rem;
}
.fill-info .form .radio-box {
	padding-left: .54rem;
	line-height: .4rem;
	position: relative;
	font-size: .24rem;
}
.fill-info .form .radio-box .radio-item {
	width: .34rem;
	height: .34rem;
	border-radius: 50%;
	position: absolute;
	overflow: hidden;
	left: 0;
	top: .02rem;
}
.fill-info .form .radio-box .radio-item .ball {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 1px solid #ccc;
}
.fill-info .form .radio-box .radio-item .radio {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.fill-info .form .radio-box .radio-item .radio:checked + .ball {
	background: url(../../images/icon1.png) no-repeat;
	background-size: 100% auto;
	border: none;
}
