@charset "UTF-8";

.service-type-box {
	overflow: hidden;
	/*padding: 20px 0 0;*/
	padding: 0px;
}

.service-type-box .left-box {
	position: relative;
	z-index: 5;
	float: left;
	width: 322px;
	height: 518px;
	background-color: #fff;
}

.service-type-box .left-box::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

.service-type-box .left-box ul {
	padding: 20px 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	overflow-y: auto;
}

.service-type-box .left-box ul li {
	margin-bottom: 16px;
	padding: 0 20px;
	display: block;
}

.service-type-box .left-box ul li:last-child {
	margin-bottom: 0;
}

.service-type-box .left-box ul li:last-child .item {
	border: 0;
}

.service-type-box .left-box ul li .title {
	color: #525252;
	font-size: 18px;
	font-weight: 600;
}

.service-type-box .left-box ul li .item {
	padding: 10px 0 0;
	border-bottom: 1px solid #ccc;
}

.service-type-box .left-box ul li .item a {
	overflow: hidden;
    margin-left: 0.1rem;
    margin-bottom: 0.1rem;
    text-align: center;
    background-color: #f5f5f5;
    border-radius: 0.3rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    margin-right: 10px;
    padding: 2px 8px;
    font-size: 15px;
    line-height: 24px;
    color: #666;
}

.service-type-box .left-box ul li .item a:hover,
.service-type-box .left-box ul li .list-item a:hover {
	color: #00a7eb;
}

.service-type-box .left-box ul li .list {
	opacity: 0;
	transition: all .3s;
	visibility: hidden;
	position: absolute;
	left: 100%;
	top: 0;
	z-index: 1;
	width: 300px;
	height: 100%;
	background-color: #fff;
	transform: translate(10px, 0);
}

.service-type-box .left-box ul li .list-title {
	color: #222;
	font-size: 16px;
	font-weight: 700;
}

.service-type-box .left-box ul li .list-item {
	margin-right: -20px;
	padding: 10px 0;
	width: 100%;
	border-bottom: 1px solid #ccc;
}

.service-type-box .left-box ul li .list-item a {
	margin: 0 20px 10px 0;
	display: inline-block;
	color: #666;
	font-size: 14px;
}

.service-type-box .left-box ul li:hover .list {
	opacity: 1;
	transform: translate(0, 0) rotate(0) scale(1);
	visibility: visible;
}

.service-type-box .right-box {
	float: right;
	width: 850px;
	height: 518px;
}

.service-show {
	position: relative;
	width: 850px;
	height: 358px;
	overflow: hidden;
}

.service-show .pagination {
	bottom: 10px;
}

.service-show .arrow-left.round,
.service-show .arrow-right.round {
	opacity: 0;
	transition: all .3s;
	visibility: hidden;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin-top: -20px;
	font-size: 14px;
}

.service-show:hover .arrow-left,
.service-show:hover .arrow-right {
	opacity: 1;
	transform: translate(0, 0) rotate(0) scale(1);
	visibility: visible;
}

.s-min-type-box {
	margin-right: -20px;
	padding-top: 15px;
	overflow: hidden;
}

.s-min-type-box li {
	float: left;
	width: 270px;
	height: 140px;
	margin-right: 20px;
	background-color: #eae5e5;
	position: relative;
}

.s-min-type-box li .text,
.s-min-type-box li .title {
	color: #715b5b;
	font-size: 16px;
	padding-top: 40px;
	padding-left: 20px;
}

.s-min-type-box li .text {
    width:11em;
	font-size: 14px;
	padding-top: 5px;
}

.s-min-type-box li img {
	width: 105px;
	height: 95px;
	position: absolute;
	top: 25px;
	right: 20px;
}

.s-min-type-box li.l2 {
	background-color: #f2eae1;
}

.s-min-type-box li.l2 .text,
.s-min-type-box li.l2 .title {
	color: #c18a4c;
}

.s-min-type-box li.l3 {
	margin-right: 0;
	background-color: #e1e8e5;
}

.s-min-type-box li.l3 .text,
.s-min-type-box li.l3 .title {
	color: #6a8a7c;
}

.service-response {
	position: relative;
	z-index: 1;
	margin-top: 20px;
	width: 100%;
	height: 120px;
	background: url(../images/response.png) center center no-repeat;
	background-size: cover;
	text-align: center;
}

.service-response-bg {
	opacity: .5;
	filter: progid:DXImageTransform.Microsoft.Alpha (opacity=50);
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-color: #000;
}

:root .service-response:after {
	opacity: .5;
	filter: progid:DXImageTransform.Microsoft.Alpha (opacity=50);
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-color: #000;
	transition: all .3s;
}

:root .service-response-bg {
	display: none;
}

.service-response p {
	padding-top: 14px;
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	text-shadow: 0 2px 4px rgba(0, 0, 0, .3);
}

.service-response-btn {
	margin: 10px auto 0;
	width: 230px;
	height: 40px;
	line-height: 40px;
	background-color: #00a7eb;
	border-radius: 20px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .3);
}

.service-response-btn a {
	display: block;
	width: 100%;
	height: 100%;
}

.service-response-btn a:hover {
	color: #fff;
	background-color: #1198eb;
	border-radius: 20px;
}

.max-line-box,
.max-line-box-next {
	margin: 20px 0;
}

.max-line-box .line-title,
.max-line-box-next .line-title {
	padding-left: 30px;
	height: 50px;
	line-height: 50px;
	position: relative;
	background-color: #fff;
	color: #333;
	font-size: 16px;
	text-align: left;
}

.max-line-box .line-title span,
.max-line-box-next .line-title span {
	position: absolute;
	width: 3px;
	height: 15px;
	background-color: #00a7eb;
	left: 20px;
	top: 50%;
	margin-top: -7.5px;
}

.max-line-box ul,
.max-line-box-next ul {
	overflow: hidden;
	background-color: #fff;
	border-top: 1px solid #eee;
}

.max-line-box ul li,
.max-line-box-next ul li {
	float: left;
	width: 297px;
	height: 310px;
	text-align: center;
}

.max-line-box ul li a,
.max-line-box-next ul li a {
	margin-top: 45px;
	display: block;
}

.max-line-box ul li img,
.max-line-box-next ul li img {
	width: 180px;
	height: 180px;
}

.max-line-box ul li .name,
.max-line-box-next ul li .name {
	color: #222;
	font-size: 16px;
}

.max-line-box .good_list {
    overflow: hidden;
    background-color: #fff;
    border-top: 2px solid #eee;
}

.max-line-box .good_list p {
    float: left;
    width: 100%;
    padding: 8px 0 0 0;
}

.max-line-box dl {
    float: left;
    width: 19.2%;
    overflow: hidden;
    border-radius: 10px;
    margin: 10px 1% 10px 10px;
    padding: 10px 1%;
    border: 1px solid #f1f1f1;
}

.max-line-box dt {
    padding: 0;
    position: relative;
    height: 205px;
    overflow: hidden;
    margin: 0 auto;
    border-bottom: 1px solid #fbfbfb;
}

.max-line-box dt .pic {
    width: 100%;
    height: 100%;
    display: inline-block;
}

.max-line-box .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    border-radius: 5px;
}

.max-line-box dd {
    overflow: hidden;
}

.max-line-box dd .attr {
    line-height: 24px;
    height: 30px;
    overflow: hidden;
}

.max-line-box dd .attr em {
    float: left;
    font-style: normal;
    font-size: 16px;
    color: #f40;
}

.max-line-box dd .info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.max-line-box .good_list .info a {
    line-height: 20px;
    display: block;
    float: left;
    text-align: center;
    display: flex;
    align-items: center;
}

.max-line-box .info .note_icon {
    float: right;
}

.max-line-box .note_icon a {
    margin-right: 5px;
    width: 28px;
    height: 19px;
    border: 1px solid black;
    display: flex;
    justify-content: center;
    align-items: center;
}

.max-line-box .note_icon .install {
    color: rgb(73, 139, 248);
    border-color: rgb(113, 163, 245);
    background: #eff;
}

.max-line-box .info .protect {
    color: rgb(172, 178, 110);
    border-color: rgb(102, 170, 68);
    background: #eff;
}

.excellent-master {
	height: 450px;
	background-color: #fff;
	text-align: center;
}

.excellent-master-content {
	height: 340px;
	border-top: 1px solid #eee;
}

.excellent-master-content .swiper-slide {
	overflow: hidden;
}

.excellent-master .arrow-left.line,
.excellent-master .arrow-right.line {
	margin: 0 10px;
	color: #ccc;
}

.excellent-master ul {
	padding: 30px;
	margin: 0 -100px -40px 0;
}

.excellent-master ul li {
	margin: 0 48px 60px 0;
	position: relative;
	padding: 0;
	width: 360px;
	height: 100px;
	border: 0;
	text-align: left;
	vertical-align: top;
}

.excellent-master ul li:after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	z-index: 1;
	margin-top: -25px;
	width: 1px;
	height: 50px;
	background-color: #eee;
}

.excellent-master ul li img {
	display: inline-block;
	height: 100px;
	width: 100px;
	border-radius: 50%;
	vertical-align: top;
}

.excellent-master ul li .info {
	margin-left: 14px;
	display: inline-block;
	width: 200px;
}

.excellent-master ul li .info .name {
	text-align: left;
	font-size: 16px;
}

.excellent-master ul li .info .name span {
	color: #999;
	font-size: 14px;
	padding-left: 14px;
}

.excellent-master ul li .info .time {
	text-align: left;
	font-size: 14px;
	padding: 6px 0;
}

.excellent-master ul li .info .time span {
	color: #00a7eb;
	font-weight: 700;
}

.excellent-master ul li .info .slogan {
	width: 100%;
	height: 40px;
	overflow: hidden;
	color: #999;
	font-size: 13px;
	text-align: left;
	line-height: 20px;
}