﻿/* content */
.content {
	padding: .2rem .2rem .65rem;
}

/* banner */
.banner {
	display: block;
	width: 100%;
}

/* banner结束 */

.contnet_box {
	margin-top: .2rem;
	padding: 0 .2rem;
	background: #ffffff;
	border: 1px solid transparent;
	border-radius: .1rem;
}

/* business */
.business_title {
	margin-top: .3rem;
	display: flex;
	align-items: baseline;
}

.business_title p {
	font-size: .3rem;
	color: rgba(51, 51, 51, 1);
}

.business_title p:not(:last-child) {
	margin-right: .3rem;
}

.business_title .business_active {
	font-size: .34rem;
	font-weight: bold;
}

.business_box {
	padding-bottom: .5rem;
	display: none;
	justify-content: space-between;
	flex-wrap: wrap;
}

.business_active_content {
	display: flex;
}

.business_box>div {
	margin-top: .4rem;
	display: block;
	width: 25%;
	text-align: center;
}

.business_box>div>a {
    display: block;
}

.business_box>div img {
	margin: 0 auto;
	display: block;
	width: 1rem;
	height: 1rem;
	border-radius: 50%;
}

.business_box>div p {
	margin-top: .15rem;
	font-size: .24rem;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
}

/* business结束  */

.title {
	margin-top: .3rem;
	font-size: .34rem;
	font-weight: bold;
	color: rgba(51, 51, 51, 1);
}

/* form */
.form {
	padding-bottom: .6rem;
}

.form_box {
	margin-top: .4rem;
}

.form_box select,
.form_box input {
	margin-bottom: .2rem;
	padding: 0;
	padding-left: .2rem;
	box-sizing: border-box;
	width: 100%;
	height: .7rem;
	border: 1px solid #D2D2D2 !important;
	outline: none;
	border-radius: .05rem;
	font-size: .26rem;
	font-weight: 400;
	color: rgba(153, 153, 153, 1);
}

.form_box select {
	background: #fff url("../image/form_icon.png") no-repeat scroll;
	background-size: .3rem .16rem;
	background-position: 6.2rem center;
}

.form_box input::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: rgba(153, 153, 153, 1);
}

.form_box input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: rgba(153, 153, 153, 1);
}

.form_box input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: rgba(153, 153, 153, 1);
}

.form_box input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: rgba(153, 153, 153, 1);
}

.form_box input::-ms-input-placeholder {
	/* Microsoft Edge */
	color: rgba(153, 153, 153, 1);

}

.sub_form {
	margin-top: .1rem;
	padding: 0;
	display: block;
	width: 100%;
	height: .7rem;
	background: rgba(195, 152, 84, 1) !important;
	box-shadow: 0px .03rem .1rem 0px rgba(233, 132, 194, 0.35);
	border-radius: .05rem;
	font-size: .3rem;
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
}

/* form结束 */

/* team */
.team_box {
	margin-top: .4rem;
}

.team_list {
	margin-bottom: .2rem;
}

.team_list>a {
    padding: .3rem;
	box-sizing: border-box;
	background: #F5F5F5;
	border-radius: .1rem;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.team_img {
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 50%;
	object-fit: cover;
	object-position: center;
}

.team_list_right {

	width: 4.3rem;
}

.team_list_title {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.team_list_name {
	width: 2.5rem;
}

.team_list_name p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.team_list_name p:first-child {
	font-size: .34rem;
	font-weight: bold;
	color: rgba(51, 51, 51, 1);
}

.team_list_name p:last-child {
	margin-top: .1rem;
	font-size: .24rem;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
}

.team_list_title button {
	padding: 0;
	width: 1.5rem;
	height: .6rem;
	background: rgba(195, 152, 84, 1) !important;
	box-shadow: 0px .05rem .2rem 0px rgba(195, 152, 84, 0.4);
	border-radius: .3rem;
	font-size: .28rem;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	letter-spacing: .02rem;
}

.team_content {
	margin-top: .2rem;
	font-size: .24rem;
	line-height: .3rem;
	text-align: justify;
	font-weight: 400;
	color: rgba(119, 119, 119, 1);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.team_more {
	margin: 0 auto .3rem;
	text-align: center;
}

.team_more a {
	font-size: .28rem;
	font-weight: 400;
	color: rgba(102, 102, 102, 1);
}

/* team结束 */

/* 电话咨询 */
.index_tel {
	padding: .15rem;
	background: url(../image/index_tel_bg.png) no-repeat center;
	background-size: cover;
}

.index_tel_box {
	padding: .3rem 0;
	border: 1px solid #ffffff;
	border-radius: .05rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.index_tel_img {
	display: block;
	width: .8rem;
	height: .7rem;
}

.index_tel_inner {
	margin-left: .3rem;
	width: 4.6rem;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.index_tel_inner p {
	font-size: .28rem;
	font-weight: 400;
	color: #ffffff;
	line-height: .44rem;
}

.index_tel_inner p:nth-child(2) {
	font-size: .32rem;
	font-weight: bold;
}

.index_tel_inner>a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1.7rem;
	height: .7rem;
	background: #ffffff;
	border-radius: .05rem;
	font-size: .28rem;
	font-weight: 400;
	color: rgba(211, 169, 103, 1);
	letter-spacing: .02rem;
}

/* 电话咨询结束 */

/* 服务流程 */
.process_box {
	margin-top: .3rem;
	padding: .6rem 0 .6rem .6rem;
	position: relative;
	border-top: 1px solid #E5E5E5;
}

.process_img {
	height: 5.2rem;
	width: .6rem;

}

.process_box p {
	padding-left: 2em;
	position: absolute;
	left: 1.6rem;
	box-sizing: border-box;
	width: 4.6rem;
	font-size: .3rem;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	line-height: .44rem;
	text-indent: -2em;
}

.process_1 {
	top: .7rem;
}

.process_2 {
	top: 1.7rem;
}

.process_3 {
	top: 3rem;
}

.process_4 {
	top: 4.1rem;
}

.process_5 {
	top: 5.25rem;
}

/* 服务流程结束 */

/* 案例 */
.content .case {
	padding: 0;
}

.content .case .title {
	margin-left: .2rem;
}

.case_box {
	margin: .3rem auto;
}

.case_list {
	border-bottom: 1px solid #E5E5E5;
}

.case_list:first-child {
	border-top: 1px solid #E5E5E5;
}

.case_list>a {
    padding: .3rem .2rem;
    display: flex;
	align-items: center;
	justify-content: space-between;
}

.case_list_left {
	width: 4.4rem;
}

.case_list_title {
	font-size: .3rem;
	font-weight: bold;
	color: rgba(51, 51, 51, 1);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.case_list_text {
	margin-top: .2rem;
	position: relative;
	height: .8rem;
	font-size: .26rem;
	font-weight: 400;
	color: rgba(153, 153, 153, 1);
	overflow: hidden;
}

.case_list_text p {
	font-size: .26rem;
	font-weight: 400;
	line-height: .4rem;
	text-align: justify;
}


.case_list_text span {
	position: absolute;
	right: 0;
	bottom: 0;
}

.case_list_time {
	margin-top: .2rem;
	font-size: .24rem;
	font-weight: 400;
	color: rgba(153, 153, 153, 1);
}

.case_img {
	width: 2rem;
	height: 2rem;
	object-fit: cover;
}

/* 案例结束 */