@charset "utf-8";

/**
 * @name: reset
 *
 */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
button,
textarea,
p,
th,
td,
figure {
	margin: 0;
	padding: 0
}

img {
	border: 0;
	max-width: 100%;
	vertical-align: middle;
}

:focus {
	outline: 0
}

em,
th {
	font-style: normal;
	font-weight: normal
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal
}

input,
button,
textarea,
select,
option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

ol,
ul,
li {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

/*新填*/
input,
select,
img {
	vertical-align: middle;
	border: none;
	outline: none;
}

i {
	font-style: normal;
}

span,
i,
em {
	display: inline-block;
	zoom: 1;
}

a {
	text-decoration: none;
	color: #333;
	transition: all 0.36s ease;
}

a:hover {
	text-decoration: none;
	color: #222;
}

/**
 * @name: font
 *
 */
body {
	font: 14px/1.4286 "Microsoft YaHei", arial, helvetica, clean, sans-serif;
	color: #222;
}


/* ======  clearfix  ====== */
.clear {
	clear: both;
	visibility: hidden;
	display: block;
	font-size: 0;
	line-height: 0;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix {
	*zoom: 1;
}

/**
 * @name: public
 *
 */
.fl {
	float: left;
}

.fr {
	float: right;
}

.w1400 {
	width: 1400px;
	margin: 0 auto;
}

.wrapper {
	width: 1200px;
	margin: 0 auto;
}

.service-box li:nth-child(4n) {
	margin-right: 0;
}

.h-title {
	padding: 60px 0 44px;
	text-align: center;
}

.h-title .tit {
	margin-bottom: 6px;
	font-size: 24px;
}

.h-title .subtit {
	font-size: 36px;
	font-family: Swis721 Cn BT;
	font-weight: bold;
}


.mg-top56 {
	margin-top: 56px;
}

.pd-50 {
	padding: 50px 0;
}

.mg-tit {
	margin: 80px auto 55px;
}

/**
 * @name: head 
 *
 */

/* top */
.top-box {
	height: 35px;
	font-size: 13px;
	background: #111111;
	line-height: 35px;
	box-shadow: 0px 2px 10px 0px rgba(21, 127, 69, 0.08);
	overflow: hidden;
}

.switch-add span:first-child {
	margin-right: 14px;
}

.switch-add a,
.switch-add span:nth-child(n+2) {
	color: rgba(255, 255, 255, 0.5);
	padding: 0 3px;
}

.top-box,
.switch-add span:first-child,
.switch-add span:nth-child(n+2):hover {
	color: #fff;
}

.service-htl i {
	position: relative;
	margin-left: 30px;
	font-size: 20px;
	font-weight: bold;
}

.service-htl i::before {
	position: absolute;
	content: "";
	display: block;
	top: 7px;
	left: -27px;
	width: 22px;
	height: 22px;
	background: url(../images/hotline.png) no-repeat;
	background-size: contain;
}

.nav-bg {
	width: 100%;
	background: #fff;
}

@media (min-width: 768px) {

	.logo {
		float: left;
		width: 143px;
		/* height: 75px; */
		margin: 18px 0 0 0;
	}

	/* top */
	.top,
	.navbar-default {
		height: 74px;
		background: transparent;
	}

	.container-fluid,
	.navbar-collapse {
		padding: 0;
	}

	.navbar-default .navbar-nav>li>a {
		position: relative;
		z-index: 999;
		padding: 26px 0;
		margin: 0 26px;
		font-size: 14px;
		color: #222;
		text-align: center;
		letter-spacing: -0.08px;
	}

	.navbar-default .navbar-nav>li:last-child>a {
		margin-right: 0;
	}

	.navbar-default .navbar-nav>li>a span {
		display: block;
		color: #999;
		font-size: 13px;
	}

	.navbar {
		float: right;
		margin-bottom: 0;
		min-height: 91px;
		border: 0;
	}

	.navbar-default .navbar-nav>.active>a,
	.navbar-default .navbar-nav>.active>a:focus,
	.navbar-default .navbar-nav>.active>a:hover {
		background-color: transparent;
	}


	.navbar-default .navbar-nav>.active>a::before,
	.navbar-default .navbar-nav>li>a::before,
	.navbar-default .navbar-nav>li>a:hover::before {
		content: "";
		position: absolute;
		display: block;
		width: 100%;
		height: 100%;
		z-index: -10;
		top: 0;
		left: 0;
		border-bottom: 2px solid #167f46;
		transition: all 0.36s ease;
		transform: scaleX(1);
	}

	.navbar-default .navbar-nav>.active>a::before,
	.navbar-default .navbar-nav>li>a::before {
		transition: all 0.36s ease;
		transform: scaleX(0);
	}
    .navbar-nav>li:nth-child(3):hover .dropdown-menu {
		display: block;
	}
	.dropdown-menu>li>a{
		padding: 10px 20px;
	}
	.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover,
	.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover{
		color: #fff;
		background-color: #167f46;
	}
	.dropdown-menu{
		border: 0;
	}

}


/* banner */
.z-banner img {
	width: 100%;
}

.lunbo {
	position: relative;
	/* max-height: 850px; */
	overflow: hidden;
}

.lunbo .carousel {
	max-height: 750px;
}

.lunbo .txt {
	position: absolute;
	top: 20%;
	padding: 2% 0;
	width: 100%;
	background: rgba(0, 0, 0, .5);
}

.lunbo .txt p {
	margin-top: 2%;
	font-size: 42px;
	text-align: center;
	color: #fff;
}

.lunbo .txt img {
	display: block;
	margin: auto;
	max-width: 8%;
	width: auto;
}

.lunbo img {
	width: 100%;
}
.text-tx{position:absolute;left:0;color:#fff;margin-top:5px;font-size:16px}

.form {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 150px;
	background: rgba(62, 58, 57, 0.6);
	z-index: 99;
}

.form .title {
	padding: 24px 0 10px;
	font-size: 24px;
	color: #fff;
	letter-spacing: 1px;
}

.form .title i {
	color: #FBCA32;
}

.form .form-group {
	float: left;
	margin-right: 16px;
}
.form .form-group .select-1{
	width: 150px;
}
.form .form-group select,
.form .form-group input,
.form-button button {
	width: 250px;
	height: 50px;
	font-size: 16px;
	color: #999;
	padding: 0 15px;
}
.form ::-webkit-input-placeholder { /* WebKit browsers */
  color: #999;
  font-size: 16px;
}

.form ::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #999;
  font-size: 16px;
}

.form :-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #999;
  font-size: 16px;
}   

.form-button button {
	color: #fff;
	/* background: #FCC900; */
	background: #167f46;
	border: 0;
}


/* 关于大班家政 */
.about-box {
	background: #f5f8fd;
	padding-bottom: 79px;
}

/* video */
.about-box .ab-video {
	float: left;
}

.ab-video {
	width: 718px;
	height: 582px;
	background: url(../images/video.jpg) no-repeat;
	background-size: cover;
}

.ab-video .btn-primary,
.ab-video .btn-primary.focus,
.ab-video .btn-primary:focus {
	background: transparent !important;
	border-color: transparent !important;
	border: 0 !important;
	outline: 0 !important;
	box-shadow: none !important;
}

.ab-video .modal-dialog {
	margin: 100px auto;
}

.ab-video .btn {
	display: block;
	margin: 50px auto 0;
}

.ab-video .vid_an img {
	width: 60%;
	margin: auto;
}
.ab-video .id-vid img{
	width: auto;
}

.ab-video .info {
	margin-top: 132px;
	color: #fff;
	text-align: center;
	letter-spacing: 1px;
}

.ab-video .info .title {
	font-size: 34px;
}

.ab-video .info .entit {
	margin: 10px 0 20px;
	font-size: 18px;
	font-family: Arial;
}

.ab-video .info .subtit {
	font-size: 22px;
}

/* end-video */
.about-box .ab-info {
	float: left;
	padding: 36px 38px 0 49px;
	width: 682px;
	height: 582px;
	color: #fff;
	background: #242634;
}

.ab-info .en-title {
	padding-bottom: 12px;
	font-size: 16px;
	font-family: Arial;
	line-height: 30px;

}

.ab-info .title {
	font-size: 34px;
	line-height: 30px;
}

.ab-info .title::after {
	content: "";
	display: block;
	margin: 16px 0 26px;
	width: 69px;
	height: 3px;
	background: #fff;
}

.ab-info .info p {
	margin-bottom: 15px;
	text-indent: 2em;
	opacity: .8;
	line-height: 2;
}


/* 服务 */

.service-box li {
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
	width: 24.3%;
	/* height: 584px; */
	background: #FFFFFF;
	box-shadow: 2px 4px 10px 3px rgba(192, 231, 243, 0.2);
	border-radius: 10px;
}

.service-box li .img {
    width: 274px;
    height: 132px;
    overflow: hidden;
}

.service-box li .img img {
	width: 100%;
	overflow: hidden;
}

.ser-process img {
	margin: 0 auto 33px;

}

.service-box li .info {
	height: 80px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

/* .service-box li .info::after {
	content: "";
	display: block;
	margin-left: 30px;
	width: 29px;
	height: 29px;
	background: url(../images/arrow01.png) no-repeat;
	background-size: contain;
} */


/* .service-box li .img{
	border-bottom: 4px solid #167f46;
} */

.s-bg01 {
	background: #036263;
}

.s-bg02 {
	background: #A42008;
}

.s-bg03 {
	background: #DD895E;
}

.s-bg04 {
	background: #007aa3;
}

.s-bg05 {
	background: #805042;
}

.s-bg06 {
	background: #e8d0a9;
}

.s-bg07 {
	background: #7e8281;
}

.s-bg08 {
	background: #fdb154;
}

.ser-bgcolor {
	background: #f5f8fd;
}

.ser-con-bg {
	width: 100%;
	height: 658px;
	background: url(../images/ser-bg.png) no-repeat;
}

.ser-con-bg .service-box {
	padding: 60px 0 0 60px;
	width: 99%;
	/* margin: auto; */
}

.ser-con-bg .service-box li:nth-child(n+5) {
	margin-top: 40px;
}

.service-box li .info .title {
	padding: 23px 0 0 30px;
	margin-bottom: 65px;
	font-size: 18px;
	color: #fff;
	letter-spacing: 2px;
}

.service-box li .info .desc {
	color: #666;
	line-height: 29px;
}

.line {
	margin-top: 39px;
	width: 100%;
	height: 1px;
	background: #eee;
}

/* 公司事件 */
.gs-xw-ul {
	margin-bottom: 30px;
	padding: 20px 0;
	width: 100%;
	text-align: center;
	background: #f5f8fd;
}

.gs-xw-ul li {
	display: inline-block;
	font-size: 14px;
	color: #333;
	background-color: #fff;
	border: solid 1px #e5e5e5;
	border-radius: 30px;
	height: 50px;
	line-height: 50px;
	margin-left: 8px;
	width: 141px;
	text-align: center;
}

.gs-xw-ul li a {
	border-radius: 30px;
	transition: all 0s ease;
}

.gs-xw-ul li:hover a {
	display: block;
	background-color: #167f46;
	border-color: #167f46;
	color: #fff;
}

.gs-h2 {
	padding: 10px 20px;
	font-size: 20px;
	font-weight: bold;
	background: #f5f8fd;
}

.news-line {
	margin: 40px 0 20px;
	width: 100%;
	height: 30px;
	background: #f5f8fd;
}

.gs-xw {
	width: 48%;
	border: 1px solid #eee;
}

.gs-xw .item01 {
	margin-bottom: 10px;
	padding-bottom: 20px;
	overflow: hidden;
	border-bottom: 1px dashed #eee;
}

.gs-xw .img {
	width: 30%;
	float: left;
	margin-right: 20px;
}

.gs-xw .item {
	padding: 20px;
}

.gs-xw .item a {
	display: block;
	padding: 10px 0;
	width: 100%;
	overflow: hidden;
}

/* .gs-xw .item a:hover {
	color: #FCC900;
} */

.gs-xw .info span,
.employer-box02 .item span {
	font-size: 16px;
	font-weight: bold;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}

.gs-xw .info p {
	margin-top: 10px;
	font-size: 14px;
	color: #666;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
}

.employer-box02 .item {
	width: 32%;
}

.employer-box02 .item span {
	margin-bottom: 20px;
}

.employer-box02 .item p {
	font-size: 14px !important;
	line-height: 2;
}

/* 雇主服务 */

.employer-box .item {
	float: left;
	margin-right: 24px;
	transition: all 0.36s ease;
}

.employer-box .item:hover {
	transform: translateY(-2%);
}

.employer-box .item:nth-child(3n) {
	margin-right: 0;
}

.employer-box .img {
	position: relative;
	margin-bottom: 33px;
	width: 373px;
	height: 211px;
	background: #eee;
}
.employer-box .img img{
	width: 100%;
	height: 100%;
}
.employer-box .img span {
	position: absolute;
	top: 40%;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}

.employer-box .info p {
	font-size: 16px;
	color: #666;
}



/* 荣誉展示 */
.honor-box {
	margin-top: 35px;
	height: 385px;
	background: #f5f8fd;
}

.Housekeeping-box {
	padding-bottom: 60px;
	/* height: 650px; */
	/* background: #242634; */
}

.Housekeeping-box .h-title {
	color: #fff;
}

.swiper-button-prev1,
.swiper-button-next1 {
	display: block;
	width: 45px;
	height: 45px;
	z-index: 999;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background: url(../images/arr-left.png) no-repeat;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background: url(../images/arr-right.png) no-repeat;
}


.swiper-father {
	width: 100%;
	height: 15%;
	top: 75%;
	margin-left: auto;
	margin-right: auto;
	z-index: 99;
	position: relative;
}

/* 新 */
.xy-con li span {
	color: #fff;
}

.xy-con li .img {
	border-radius: 5px;
	overflow: hidden;
}


/*轮播按钮属性*/
.swiper-father .swiper-container {
	width: 90%;
	height: 100%;
	z-index: 99;
}

/* 家政学院 */
.lb {
	display: table;
	margin: auto;
	overflow: hidden;
}

.lb a {
	position: relative;
	float: left;
	padding: 0 17px;
	color: rgba(255, 255, 255, .7);
}

.lb a:hover {
	color: #fff;
}

.lb a::after {
	position: absolute;
	content: "";
	display: block;
	top: 5px;
	right: 0;
	width: 1px;
	height: 10px;
	background: rgba(255, 255, 255, .5);
}

.lb a:last-child::after {
	display: none;
}

.news {
	margin-top: 54px;
}


/* .news img{
	width: 289px;
	height: 193px;
} */
.news p {
	margin-top: 10px;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 24px;
}

.swiper-button-prev2,
.swiper-button-next2 {
	display: block;
	width: 28px;
	height: 28px;
	z-index: 9999;
	background-size: cover !important;
}

.swiper-button-prev2 {
	background: url(../images/arr-right.png) no-repeat;
}

.swiper-button-next2 {
	background: url(../images/arr-left.png) no-repeat;
}

.swiper-father2 {
	width: 100%;
	height: 15%;
	top: 75%;
	margin-left: auto;
	margin-right: auto;
	z-index: 99;
	position: relative;
}

.swiper-father2 .sw-btn {
	position: absolute;
	margin: 60px 0 0 40px;
}

.news-btn {
	display: block;
	text-align: center;
	color: rgba(255, 255, 255, .5);
	margin-top: 40px;
}

.news-btn:hover {
	color: #fff;
}

/* 家政学院 2 */

.Home-xy {
	position: relative;
	/* margin-top: 150px; */
	width: 90%;
	height: 400px;
	border-radius: 15px;
	background: #f5f8fd;
	margin: 100px auto 0;
}

.Home-xy .img {
	position: absolute;
	bottom: 0;
	left: 0;
}

.Home-xy .img img {
	max-width: 70%;
}

.Home-xy .top-tit {
	position: absolute;
	top: -40px;
	/* right: 35%; */
	left: 0;
	right: 0;
	margin: auto;
	width: 300px;
	height: 64px;
	background: #167f46;
	border-radius: 15px;
}

.top-tit span {
	display: block;
	font-size: 24px;
	color: #fff;
	line-height: 64px;
	text-align: center;
}

.Home-xy .home-td ul {
	width: 80%;
	margin: auto;
}

.home-td {
	float: right;
	margin-top: 90px;
}

.home-td .info {
	margin-top: 40px;
	font-size: 16px;
	text-align: center;
}

.home-td .info p {
	margin-bottom: 20px;
}

.home-td .info span {
	color: #167f46;
	font-size: 30px;
	font-weight: 600;
}

.h-hide {
	display: none;
}

.home-td .wd-box ul li {
	width: 16%;
}

.home-td .wd-box ul li div {
	width: 65px;
	height: 65px;
	line-height: 65px;
	margin: auto;
}

.home-td .wd-box span {
	margin-top: 20px;
	display: block;
	text-align: center;
}

/* 加盟大班 */
.join-box,
.join-right ul {
	width: 100%;
	display: flex;
}

.join-left {
	padding: 97px 0 0 261px;
	width: 41%;
	height: 440px;
	background: #167f46;
}

.join-left i {
	position: relative;
	font-size: 18px;
	font-family: Arial;
	font-weight: bold;
	color: rgba(255, 255, 255, 0.3);
}

.join-left i::after {
	position: absolute;
	content: "";
	top: 10px;
	left: 100px;
	display: block;
	width: 40px;
	height: 3px;
	background: #fff;
}

.join-left div {
	padding: 0 0 14px;
	font-size: 42px;
	font-weight: bold;
	color: #fff;
}

.join-left p {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.7);
}

.join-left a {
	display: block;
	margin-top: 82px;
	color: rgba(255, 255, 255, 0.7);
}

.join-right {
	width: 59%;
	padding-top: 113px;
	background: #f5f8fd;
}


.join-right ul li {
	width: 33.333%;
	padding: 0 5%;
	margin: auto;
	text-align: center;
}

.join-right ul li .img {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	margin: 0 auto 35px;
	transition: all 0.36s ease;
}

.join-right ul li:hover .img img {
	opacity: 0;
	transition: all 0.36s ease;
}

.join-right ul li:hover .img {
	display: block;
	width: 120px;
	height: 120px;
}

.join-right ul li .img01 {
	background: url(../images/join-01.png) no-repeat;
}

.join-right ul li .img02 {
	background: url(../images/join-02.png) no-repeat;
}

.join-right ul li .img03 {
	background: url(../images/join-03.png) no-repeat;
}

.join-right ul li:hover .img01 {
	background: url(../images/join-01-white.png) no-repeat;
}

.join-right ul li:hover .img02 {
	background: url(../images/join-02-white.png) no-repeat;
}

.join-right ul li:hover .img03 {
	background: url(../images/join-03-white.png) no-repeat;
}

/* .join-right ul li .img img {
	margin: 0 auto 35px;
} */

.join-right ul li .info span {
	padding-bottom: 16px;
	font-size: 18px;
	color: #333;
}

.join-right ul li .info p {
	font-size: 13px;
	color: #666;
	line-height: 30px;
}


/* 客户沙龙 */

.salon-box {
	/* background: #242634; */
	overflow: hidden;
	/* color: #fff; */
	margin-bottom: 50px;
}

.salon-cont>div {
	float: left;
	width: 600px;
	height: 300px;
}

.salon_list>div {
	float: left;
	width: 300px;
	height: 100%;
	background: #f5f8fd;
}

.salon_info {
	padding: 90px 38px 0;
	text-align: center;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
	background-color: #fff;
	color: #222;
}

.salon_info h3 {
	padding-bottom: 8px;
	font-size: 22px;
}

.salon_info p {
	line-height: 30px;
	text-align: left;
	font-size: 14px;
}

.others {
	padding-top: 50px;
}

.salon_list:hover .salon_info {
	background-color: #167f46;
	color: #fff;
}









/* 合作伙伴 */
.partner-box {
	position: relative;
	width: 100%;
	height: 518px;
	background: #242634;
	overflow: hidden;
}

.partner-box::after {
	content: "";
	position: absolute;
	bottom: 120px;
	left: 0;
	right: 0;
	margin: auto;
	width: 1px;
	height: 228px;
	background: rgba(255, 255, 255, 0.3);
}

.partner-box .wrapper {
	display: flex;
}

.partner-box .wrapper>div {
	width: 50%;
}

.partner-box .h-title p {
	color: #fff;
	font-size: 24px;
	text-align: center;
}

.partner-box .item ul li {
	float: left;
	width: 33.333%;
	margin-bottom: 60px;
}

/* index-服务 */
.gdser-box img{
	width: 100%;
}
.gdser-box .info {
	position: relative;
	margin: -300px auto 0;
	width: 950px;
	height: 210px;
	background: #fff;
	box-shadow: 0 5px 20px rgba(204, 204, 204, .2);
	text-align: center;
}

.gdser-box .info span {
	margin: 40px auto 20px;
	font-size: 36px;
}

.gdser-box .info p {
	font-size: 16px;
	color: #333;
}


/* 热线 */
.hotline-box {
	padding: 50px 0;
	overflow: hidden;
	display: table;
	margin: auto;
}

.hotline-box>div {
	float: left;
	width: 300px;
	margin-left: 100px;
}

.hotline-box>div:first-child {
	margin-left: 0;
}

.hotline-box img {
	float: left;
	margin-right: 20px;
	width: 60px;
}

.hotline-box p {
	font-size: 32px;
	font-family: Arial;
	font-weight: bold;
	color: #111111;
}

/* 友情链接 */
.links {
	padding: 10px 0;
	border-top: 1px solid rgba(238,238,238,.1);
	overflow: hidden;
}

.links li {
	float: left;
	padding: 0 10px;
	color: rgba(255, 255, 255, .5);
}
.links li a{
	color: rgba(255, 255, 255, .5);
}
/* 家政知识 */
.jz-news-title{
	padding-bottom: 5px;
	color: #222;
	font-size: 24px;
	border-bottom: 2px solid #167f46;
}
.jz-news-title a{
	font-size: 14px !important;
	color: #666;
	float: right;
}
.jz-news,.jz-news02{
	margin-top: 30px;
}
.jz-news .info{
	margin-top: 20px;
}
.jz-news i{
	display: inline-block;
	float: right;
	font-size: 14px;
	color: #666;
}
.jz-news01 a,.jz-news a{
	font-size: 16px;
	
}
.jz-news a p{
	width: 80%;
	float: left;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}
.jz-news a{
	display: block;
	padding: 10px 0;
	overflow: hidden;
}
.jz-news01{
	margin-top: 50px;
}
.jz-news01 .jz-left ul li{
	margin-bottom: 20px;
}

.jz-img img{
	width: 100%;
	height: 260px;
}
.jz-img .item{
	position: relative;
}
.jz-img .item p{
	position: absolute;
	width: 100%;
	height: 60px;
	padding-top: 10px;
	bottom: 10px;
	color: #fff;
	text-align: center;
	background: rgba(0,0,0,.5);
}

.jz-news02 ul{
	padding: 30px 20px;
	background: #f5f8fd;
	overflow: hidden;
}
.jz-news02 ul li{
	float: left;
	width: 23.3%;
	margin-right: 25px;
}
.jz-news02 ul li img{
	width: 100%;
	height: 160px;
}
.jz-news02 ul li:last-child{
	margin-right: 0;
}
.jz-news02 ul li p{
	margin-top: 10px;
	line-height: 2;
	font-size: 16px;
}



/* 底部 */
.foot-box {
	padding: 43px 0 41px;
	background: #22222E;
}

.foot-box .f-logo img {
	display: block;
	margin: 0 auto 38px;
}

.foot-box ul {
	display: table;
	margin: auto;
}

.foot-box ul li {
	float: left;
}

.foot-box ul li a {
	padding: 0 35px;
	color: #fff;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.foot-box ul li:last-child a {
	border-right: 0;
}

.foot-flex{
	display: table;
	width: 43%;
	margin: 40px auto 0;
}
.foot-flex .Wechat{
	/*float: left;*/
	margin-right: 10%;
	overflow: hidden;
}
.foot-flex  .foot-news{
	overflow: hidden;
}
.foot-flex  .foot-news .title{
	margin-bottom: 5px;
	font-size: 16px;
	color: #fff;
}
.foot-flex  .foot-news a{
	width: 45%;
	float: left;
	margin-bottom: 8px;
	color: rgba(255,255,255,.5);
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 13px;
}

.Wechat {
	display: table;
	margin: 11px auto 0;
}

.Wechat .item {
	float: left;
	margin-right: 36px;
}

/*.Wechat .item:nth-child(2) {*/
/*	margin-right: 0;*/
/*}*/

.Wechat img {
	width: 79px;
	height: 79px;
}

.Wechat .item p {
	margin-top: 11px;
	text-align: center;
	color: #fff;
	letter-spacing: 2px;
}

.foot-copy {
	padding: 15px 0;
	background: #15151E;
	text-align: center;
}

.foot-copy p,
.foot-copy a {
	color: rgba(255, 255, 255, .3);
}

.foot-copy a:hover {
	color: rgba(255, 255, 255, .8);
}

/* ===
		关于我们 
				====*/
.other-zb01,.other-zb{
	background-position: center center !important;;
	background-attachment: inherit !important;;
	background-size: cover !important;
	min-height: 430px;
}
.other-zb01 {
	background: url(../images/zbanner-about.jpg) no-repeat;
}
.other-zb {
	background: url(../images/slide01.jpg) no-repeat;
	
}

.ab-nav {
	width: 100%;
	background: #167f46;
	display: flex;
	margin-top: -40px;
	overflow: hidden;
}

.ab-nav li {
	flex: 1;
	text-align: center;
	font-size: 16px;
	height: 4.4em;
}

.ab-nav li a {
	display: block;
	color: #fff;
	height: 100%;
	line-height: 4.4em;
}

.ab-nav li a:hover {
	background-color: rgba(34, 34, 46, 0.21);
}

.ab-nav .active {
	background: rgba(0,0,0,.1);
}

.ab-Details h2 {
	font-size: 24px;

}

.ab-Details p {
	margin-top: 14px;
	line-height: 2;
	color: #666;
}

.ab-v-con .ab-video {
	width: 100%;
	border-radius: 5px;
	overflow: hidden;
	height: 406px;
}

.ab-v-con .ab-video .btn {
	margin: auto;
	padding-top: 10em;
}


/* 主营业务 */
.txt-c {
	text-align: center;
}

.Main-business {
	background: url(../images/ab-img01.jpg) no-repeat center;
	background-size: cover;
	height: 784px;
}

.ab-tit .desc {
	margin-top: 14px;
	color: #167f46;
	font-size: 16px;
}

.Main-business .ab-tit {
	padding-top: 25px;
}

.yw-img {
	margin-top: 80px;
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
}

.yw-img p {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}


.ab-tit .en-tit {
	font-family: arial;
	text-transform: uppercase;
	/* color: rgba(229, 111, 77, 0.3); */
	color: rgba(51,51,51,.3);
	font-size: 18px;
	font-weight: bold;
	display: inline-block;
	position: relative;
	padding-right: 55px;
	margin-bottom: 8px;
}

.ab-tit .en-tit::before {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	height: 3px;
	margin-top: -1.5px;
	width: 40px;
	/* background-color: #167f46; */
	background-color: rgba(51,51,51,.3);
}

.ab-tit h3,
.ab-tit h2 {
	font-size: 33px;
	/* color: #167f46; */
	letter-spacing: 1px;
}

.space {
	height: 100px;
}


.yw-foot {
	margin: auto;
	padding: 20px 40px;
	width: 65%;
	margin-top: 90px;
	background-color: #167f46;
}

.yw-foot p {
	color: #fff;
	line-height: 30px;
	font-size: 18px;
	text-indent: 2em;
	letter-spacing: 2px;
}

.yw-02 {
	display: flex;
	text-align: center;
}

.yw-02 li {
	width: 300px;
	height: 230px;
	background: #333;
	margin: 0 20px;
	background: #fff;
	box-shadow: 2px 4px 10px 3px rgba(192, 231, 243, 0.2);
	border-radius: 5px;
}


.yw-02 i,.yw-02 em {
	margin: 40px auto 15px;
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background: #167f46;
	font-size: 28px;
	color: #fff;
	border-radius: 15px;
}

.yw-02 span {
	font-size: 18px;
	margin-bottom: 10px;
}

.yw-02 p {
	font-size: 15px;
	color: #666;
	line-height: 26px;
}




/* 我们的优势 */
.pd-b0 {
	padding-bottom: 0 !important;
}

.mg-r40 {
	margin-right: 40px;
}

.mg-l40 {
	margin-left: 40px;
}

.Guarantee-title {
	font-size: 24px;
	padding: 20px 0;
}

.our_advantage .line {
	width: 100%;
	height: 55px;
	/* background-image: linear-gradient(to top, rgba(255,0,0,0), rgba(255,0,0,1)); */
	background: url(../images/box-shaw.jpg) no-repeat;
	background-size: contain;
}

.adv01 {
	margin-top: 20px;
	overflow: hidden;
}

.adv01 .img {
	width: 450px;
	height: 280px;
}

.adv01 .info .item span,.adv01 .info .item em {
	/* color: #167f46; */
	font-size: 18px;
	font-weight: 600;
}

.adv01 .info .item p {
	padding: 10px 0 20px;
	line-height: 36px;
	font-size: 16px;
}


/* 发展历程 */
.dp-box li {
	position: relative;
	padding: 10px;
}

.dp-box li:nth-child(odd) {
	margin-right: 50%;
	border-right: 1px solid #167f46;
}

.dp-box li:nth-child(odd) .text-body {
	padding-right: 220px;
}

.dp-box li:nth-child(even) .text-body {
	padding-left: 220px;
}

.text-body .title {
	color: #222;
	font-size: 18px;
	line-height: 1.5;
	text-align: inherit;
	font-weight: 600;
}


.text-body .des {
	margin-top: 0px;
	color: #999;
	line-height: 1.5;
	text-align: inherit;
}

.text-body .des p {
	margin: 8px 0;
}

.dp-box li:nth-child(odd) .num-box {
	top: 0;
	right: 0;
}

.dp-box li:nth-child(even) .num-box {
	top: 0;
	left: 0;
}

.num-box {
	position: absolute;
	padding: 5px 0px 5px 0px;
	color: #167f46;
	font-size: 24px;
	font-weight: bold;
	width: 145px;
	border-bottom: 1px solid #167f46;
}

.num-box::after {
	content: "";
	display: block;
	width: 22px;
	height: 22px;
	position: absolute;
	bottom: -11px;
	background-color: #167f46;
	border: 4px solid #fff;
	border-radius: 20px;
}

.dp-box li:nth-child(odd) .num-box::after {
	right: -11px;
}

.dp-box li:nth-child(even) .num-box::after {
	left: -11px;
}

.dp-box li:nth-child(even) .num-box p {
	text-align: right;
}

.dp-box li:nth-child(even) {
	margin-left: calc(50% - 1px);
	border-left: 1px solid #167f46;
}

.dp-box li:nth-child(even) .line-year::after {
	left: -21px;
}

/* 创始人 */

.csr-box .info {
	margin-top: 20px;
	line-height: 2.3;
}

.csr-box .info h4 {
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 16px;
}

.csr-box .info p {
	padding-bottom: 8px;
	font-size: 16px;
}

.csr-box .info p:last-child {
	font-weight: 600;
}

/* 专利 */
.patent-box .swiper-container {
	box-sizing: border-box;
	padding: 10px 0;
}

.patent-box .swiper-slide {
	border: 0px solid #000;
	box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.07);
	border-radius: 10px 10px 10px 10px;
}

.patent-box .swiper-slide img {
	display: block;
	margin: auto;
	width: 78%;
	padding: 20px 0;
}


.patent-box .swiper-button-prev2 {
	background: url(../images/news-arr-left02.png) no-repeat;
}

.patent-box .swiper-button-next2 {
	background: url(../images/news-arr-right02.png) no-repeat;
}

.rzbz-box {
	margin-top: 20px;
	overflow: hidden;
	width: 100%;
	background: url(../images/dianBg.png) repeat center;
}

/* 愿景 */
.csr-box-bg {
	padding: 30px 0;
	background: url(../images/honor_bg.jpg) no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.csr-box-bg .info,
.csr-box-bg .ab-tit .en-tit,
.csr-box-bg h3 {
	color: #fff;
}

.csr-box-bg .ab-tit .en-tit::before {
	background-color: #fff;
}

.Vision {
	margin-top: 20px;
	color: #fff;
}

.Vision span {
	font-weight: 600;
	font-size: 24px;
	padding: 5px 0;
}

.Vision p {
	font-size: 16px;
}

/* 日本考察 */
.survey-ul li {
	float: left;
}

.survey-ul li:nth-child(-n+2) {
	width: 48.5%;
	margin-right: 3%;
	margin-bottom: 2%;
}

.survey-ul li:nth-child(n+3) {
	width: 32%;
	margin-right: 2%;
}

.survey-ul li:nth-child(2),
.survey-ul li:last-child {
	margin-right: 0;
}

/* ===
		品质服务 
				====*/

/* 服务类别 */
.ser-class {
	padding: 80px 0 50px;
}

.ser-class ul li {
	margin-bottom: 20px;
	float: left;
	width: 25%;
}

.ser-class ul li img {
	display: block;
	margin: auto;
}

.ser-class ul li span {
	margin-top: 5px;
	display: block;
	text-align: center;
}

/* 服务保障 */
.ser-bz-box {
	width: 100%;
	background: url(../images/ser-bz-01.jpg) center bottom no-repeat;
	padding: 5% 0;
	background-size: cover;
}

.ser-bz-box .life-text {
	width: 50%;
	margin: 0 auto;
	text-align: center;
	color: #fff;
}

.t3,
.t2 {
	font-weight: 600;
}

.ser-bz-box .t3 {
	font-size: 50px;
	line-height: 1;
	color: rgba(255, 255, 255, .14);
	text-transform: uppercase;
}

.ser-bz-box .t2 {
	font-size: 30px;
	line-height: 1;
	margin-top: -20px;
	margin-bottom: 40px;
}

.ser-bz-box .life-p {
	text-align: center;
	line-height: 35px;
}

.ser-icon {
	overflow: hidden;
	margin-top: 60px;
	display: flex;
}

.ser-icon>span {
	display: block;
	margin-bottom: 20px;
	font-size: 18px;
	text-align: center;
	color: #fff;
}

.ser-i-box01 {
	padding-right: 30px;
}

.ser-i-box02 {
	padding-left: 30px;
}

.ser-icon ul {
	overflow: hidden;
}

.ser-icon .ser-ul {
	border-right: 1px solid rgba(255, 255, 255, .5);

}

.ser-icon li {
	/* width: 14.28%; */
	margin-bottom: 40px;
	width: 25%;
	float: left;
}

.ser-icon .l-icon {
	width: 70px;
	height: 70px;
	background: #167f46;
	border-radius: 50%;
	margin: 0 auto;
	box-sizing: border-box;
	border: 5px solid #167f46;
}

.ser-icon .l-icon img {
	display: block;
	position: relative;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	max-width: 70%;
}

.ser-icon li:hover .l-icon {
	border: 2px solid #fff;
}

.ser-icon li .l-icon {
	transition: all .3s cubic-bezier(.4, 0, .2, 1) 0s;
}

.ser-icon li h3,
.ser-top h3 {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	margin-top: 15px;
	text-align: center;
}

.ser-top h3 {
	font-size: 20px;
	margin-bottom: 40px;
}

/* 服务流程 */
.Process-box {
	display: flex;
}

/* 月嫂 */
.page_contents .level {
	margin-bottom: 30px;
	overflow: hidden;
}

.page_contents .level_item {
	float: left;
	padding: 5px 10px;
	margin-right: 20px;
	font-size: 16px;
	border: 1px solid #167f46;
	border-radius: 10px;
	cursor: pointer;
}

.page_contents .level_item.cur {
	background: #167f46;
	color: #fff;
	border-color: #167f46;
}

.cont_item {
	padding: 20px;
	margin-bottom: 20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	border-radius: 10px;
}

.page_contents .right_cont .standard_item .st {
	margin-bottom: 18px;
	line-height: 58px;
	color: #020202;
	font-size: 18px;
	border-bottom: 1px dashed #999999;
}

.page_contents .right_cont .standard_item .sd {
	line-height: 200% !important;
}


/* 育儿嫂 */
.yrs-top-text {
	overflow: hidden;
}

.yrs-top-text span {
	font-size: 24px;
}

.yrs-top-text span::after {
	margin: 10px 0 20px;
	display: block;
	content: "";
	width: 60px;
	height: 4px;
	background: #167f46;
}

.yrs-top-text p {
	line-height: 2;
	font-size: 14px;
	color: #333;
	margin-bottom: 30px;
}

.yrs-box .info .text01 p:nth-child(2n-1) {
	float: left;
	width: 65%;
}

.yrs-box .info .text01 p:nth-child(2n) {
	float: left;
	width: 35%;
}

.yrs-box .info .text p {
	/* color: #666; */
	padding-bottom: 10px;
	overflow: hidden;
}

.yrs-box .info .text p::before {
	content: "";
	display: block;
	margin: 5px 10px 0 0;
	float: left;
	width: 15px;
	height: 25px;
	background: url(../images/ys-icon.png) no-repeat;
	background-size: contain;
}

.yrs-box .images .img {
	position: relative;
	float: left;
	margin-right: 20px;
}

.yrs-box .images .img01::before,
.yrs-box .images .img02::before {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #e1ecef;
	z-index: -1;
}

.yrs-box .images .img01::before {
	top: -10px;
	left: -10px;
}

.yrs-box .images .img02 {
	margin-top: 80px;
}

.yrs-box .images .img02::before {
	top: 10px;
	left: 10px;

}

/* 2 */
.num-ul li {
	float: left;
	margin-bottom: 20px;
	width: 33.333%;
	overflow: hidden;
}

.num-ul li i {
	float: left;
	margin-right: 10px;
	display: inline-block;
	width: 45px;
	height: 45px;
	font-family: arial;
	font-size: 18px;
	background: url(../images/special-icon01.png) no-repeat;
	background-size: cover;
	text-align: center;
	line-height: 45px;
}

.num-ul li p {
	display: flex;
	align-items: center;
	text-align: justify;
	height: 45px;
	font-weight: bold;
}



/* 保姆 */
.nanny-title {
	text-align: center;
	font-size: 33px;
	color: #333;
	margin: 40px 0;
}

.nanny-title p {
	margin: auto;
	padding: 10px 0 20px;
	font-size: 16px;
	color: #666;
	width: 80%;
}

.nanny-ul {
	width: 86%;
	margin: auto;
	overflow: hidden;
}

.nanny-ul li {
	float: left;
	margin-right: 67px;
	margin-bottom: 30px;
	width: 297px;
	height: 323px;
	background: url(../images/nanny-bg.png) no-repeat center;
}

.nanny-ul li:hover {
	background: url(../images/nanny-bg-g.png);
}

.nanny-ul li:hover span,
.nanny-ul li:hover p {
	color: #fff;
}

.nanny-ul li:hover img {
	filter: contrast(0%) brightness(200%);
}

.nanny-ul li:nth-child(3n) {
	margin-right: 0;
}

.nanny-ul li i {
	display: block;
	margin: 65px auto 0;
	width: 70px;
	font-size: 0;
}

.nanny-ul li span {
	display: block;
	font-size: 24px;
	margin: 26px 0 20px 0;
	text-align: center;
	font-weight: normal;
}

.nanny-ul li p {
	font-size: 14px;
	color: #666;
	width: 70%;
	margin: 0 auto;
	text-align: center;
	line-height: 1.5;
}

/* 流程 */
.nanny-lc .pull-left {
	text-align: right;
}

.nanny-lc {
	position: relative;
	margin: auto;
	width: 1044px;
	padding-bottom: 100px;
}

.nanny-lc .img img {
	margin: 0 auto;
	width: 543px;
	display: block;
}

.nanny-lc .item-box {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.nanny-lc .item-box-1 {
	top: 0;
	width: 90%;
}

.nanny-lc .item-box-2 {
	top: 240px;
	width: 110%;
}

.nanny-lc .item-box-3 {
	top: 480px;
	width: 90%;
}

.nanny-lc .item {
	width: 260px;
}

.nanny-lc .item .title {
	font-size: 20px;
}

.nanny-lc .item .desc {
	font-size: 16px;
	color: #666;
	margin-top: 16px;
}

/*  ===
		品质服务 - 单页 
					===*/
.ser-nav-wrap{
	margin-top: 20px;
	margin-bottom: 50px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}
.sernav-list li{
	float: left;
	width: 12.5%;
}
.sernav-list li .icon img{
	display: block;
	margin: auto;
	max-width: 50%;
}
.sernav-list li .title{
	margin-top: 10px;
	font-size: 16px;
	text-align: center;
}
.sernav-list li a:hover .title{
	color: #167f46;
}

/* ser-section-1 */
.ser-section-1{
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}
.ser-section-1 .txt .title{
	padding: 5px 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 24px;
	background: #167f46;
	color: #fff;
}

.ser-section-1 .txt .info{
	font-size: 16px;
	color: #666;
	line-height: 2;
}
.fw-btn{
    margin-top: 15px;
    display: table;
    padding: 10px 45px;
    background: #fb6d26;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}
.fw-btn:hover{
    background: #de5d1d;
    color: #fff;
}

.ser-special{
	padding: 50px 0;
	margin-top: 0;
}
.ser-special .item{
	width: 205px;
	height: 212px;
	float: left;
	margin: 0 17px;
	transition: all .3s ease-out;
	background: #fff;
	border-radius: 50%;
	border: 1px solid #f4f4f4;
	box-shadow: 0px 3px 5px #eee;
}
.ser-special .item:hover{
	margin-top: -10px;
}
.ser-special .item div{
	text-align: center;
	font-size: 24px;
	color: #333;
	margin: 70px 0 10px 0;
	font-weight: bold;
}
.ser-special .item div span{
	color: #167f46;
}
.ser-special .item p {
    font-size: 16px;
    color: #666;
    text-align: center;
}
.ser-txtwrap{
    padding: 20px 0;
}
.ser-txtwrap p{
    padding: 8px 0;
    font-size: 16px;
    line-height: 2;
    color: #333;
}

.ser-img-wrap .itemlist{
	display: flex;
	flex-wrap: wrap;
}
.ser-img-wrap .itemlist .item{
	padding: 10px;
	width: 33.333%;
}

/*  ===
		雇主服务篇 
					===*/
.gz-box .item {
	float: left;
	padding-bottom: 40px;
	width: 50%;
}

.gz-box .item:nth-child(odd) {
	border-right: 1px solid #eee;
}

.gz-box .item:nth-child(-n+2) {
	border-bottom: 1px solid #eee;
}

.gz-box .item:nth-child(n+3) {
	padding-top: 30px;
}

.gz-box .item .tit {
	padding-left: 40px;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
}


.gz-box .item .img img {
	margin: 20px auto;
	display: block;
}

.gz-box .item .desc {
	font-size: 18px;
	text-align: center;
}

/* 男女雇主细节 */
.gz-details {
	position: relative;
	display: flex;
}

.gz-details .gz-tit {
	position: absolute;
	top: 18%;
	left: 0;
	right: 0;
	margin: auto;
	width: 94px;
	min-height: 400px;
	background: rgba(255, 255, 255, .9);
	writing-mode: vertical-lr;
	font-size: 32px;
	padding-top: 0;
	text-align: center;
	line-height: 94px;
	letter-spacing: 4px;
}

.gz-details>div {
	padding-top: 135px;
}

.gz-details-l,
.gz-details-r {
	width: 50%;
	height: 642px;
	background-size: cover !important;
}

.gz-details-l {
	background: url(../images/gz-men.jpg) no-repeat center;
}

.gz-details-r {
	background: url(../images/gz-women.jpg) no-repeat center;
}

.gz-details span {
	display: inline-block;
	width: 320px;
	height: 75px;
	line-height: 75px;
	font-size: 32px;
	color: #fff;
}

.gz-details-l span {
	background: #308fab;
	padding-right: 30px;
}

.gz-details-r span {
	background: #f2a080;
	padding-left: 30px;
}

.gz-details-l>div {
	text-align: right;
	padding-right: 130px;
}

.gz-details-r>div {
	padding-left: 130px;
}

.gz-details .item .info {
	background: rgba(0, 0, 0, .4);
	max-width: 320px;
	min-height: 280px;
	padding: 40px 20px;
}

.gz-details .item .info p {
	color: #fff;
	font-size: 18px;
	line-height: 36px;
}

/* 雇主想要的阿姨 */
.gz-ay-box {
	overflow: hidden;
	width: 100%;
	position: relative;
	height: 708px;
	background: url(../images/gz-tag.jpg) no-repeat center;
}

.gz-td {
	margin-top: 30px;
}

.gz-td li {
	float: left;
	margin: 5px;
	padding: 5px 20px;
	background: #167f46;
	color: #fff;
}

.gz-box03 {
	margin-top: 50px;
}

.gz-box03 .item {
	position: relative;
	float: left;
	margin-right: 8px;
	width: 233px;
	height: 307px;
}

.gz-box03 .item:last-child {
	margin-right: 0;
}

.gz-box03 .item .tag-text {
	position: absolute;
	top: 65%;
	padding: 0 20px;
}

.gz-box03 .item .tag-text span {
	display: inline-block;
	padding: 10px 20px;
	margin: 0 10px 10px 0;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}




.gz-box04 {
	margin-top: 20px;
}

.gz-box04 .item {
	float: left;
	width: 32%;
	margin-right: 1.3%;
}

.gz-box04 .item:last-child {
	margin-right: 0;
}

.gz-box04 .item .img {
	width: 100%;
}

.gz-box04 .item .info {
	padding: 20px 20px;
	height: 200px;
	color: #333;
}

.gz-box04 .item .info span {
	display: block;
	margin-bottom: 10px;
	font-size: 18px;
	color: #167f46;
}

.gz-box04 .item .info p {
	color: #666;
	line-height: 1.8;
}

.gz-box04 .item .s-bg01 {
	background: #f0f8f7;
}

.gz-box04 .item .s-bg02 {
	background: #f6f5ef;
}

.gz-box04 .item .s-bg03 {
	background: #f5f9fb;
}

.gz-box04 .item .s-bg04 {
	background: #fef8f8;
}




/* 沙龙篇 */
.h2 {
	font-size: 22px;
	margin-bottom: 40px;
	font-weight: 600;
}

.mian-box01 {
	display: -ms-grid;
	display: grid;
	grid-column-gap: 10px;
	grid-row-gap: 10px;
	-ms-grid-columns: minmax(0, 1fr) [4];
	grid-template-columns: repeat(4, minmax(0, 1fr));
	-ms-grid-rows: minmax(0, 1fr) [7];
	grid-template-rows: repeat(7, minmax(0, 1fr));
}

.mian-box01 .item {
	background: #eee;
}

.mian-box01 .item01 {
	-ms-grid-row: 1;
	-ms-grid-row-span: 7;
	grid-row: 1/8;
	grid-column: 1/3;
}

.mian-box01 .item02 {
	-ms-grid-column: 3;
	-ms-grid-column-span: 1;
	grid-column: 3/4;
	-ms-grid-row: 1;
	-ms-grid-row-span: 3;
	grid-row: 1/4;
}


.mian-box01 .item03 {
	-ms-grid-column: 4;
	-ms-grid-column-span: 1;
	grid-column: 4/5;
	-ms-grid-row: 1;
	-ms-grid-row-span: 4;
	grid-row: 1/5;
}

.mian-box01 .item04 {
	-ms-grid-column: 3;
	-ms-grid-column-span: 1;
	grid-column: 3/4;
	-ms-grid-row: 4;
	-ms-grid-row-span: 4;
	grid-row: 4/8;
}

.mian-box01 .item05 {
	-ms-grid-column: 4;
	-ms-grid-column-span: 1;
	grid-column: 4/5;
	-ms-grid-row: 5;
	-ms-grid-row-span: 3;
	grid-row: 5/8;
}

.mian-box01 .item {
	position: relative;
	overflow: hidden;
}

.mian-box01 .item .img img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mian-box01 .item01 {
	padding-bottom: 83%;
}



/* .mian-box01 .item{
	float: left;
	background: #eee;
	overflow: hidden;
	margin-bottom: 20px;
}
.mian-box01 .item01{
	width: 590px;
	height: 715px;
}
.mian-box01 .item02,.mian-box01 .item05{
	width: 290px;
	height: 295px;
}
.mian-box01 .item03,.mian-box01 .item04{
	width: 290px;
	height: 400px;
}
.mian-box01 .item03,.mian-box01 .item05{
	float: right;
}
.mian-box01 .item02,.mian-box01 .item04{
	margin-left: 15px;
}
 */

/*  ===
		商学院 
					===*/

.prospect-box .item {
	float: left;
	width: 33.333%;
	overflow: hidden;
}

.prospect-box .item01 {
	text-align: right;
	padding-right: 40px;
}

.prospect-box .item03 {
	text-align: left;
	padding-left: 40px;
}

.prospect-box .item>div:nth-child(1) {
	margin-bottom: 60px;
	padding-bottom: 40px;
	border-bottom: 1px solid #eee;
	overflow: hidden;
}

.prospect-box .item01 .num,
.prospect-box .item03 .info {
	float: right;
}

.prospect-box .item03 .num,
.prospect-box .item01 .info {
	float: left;
}

.prospect-box .item .num {
	font-size: 58px;
	font-weight: 600;
	font-family: arial;
	color: rgba(0, 0, 0, .2);
}

.prospect-box .item .info {
	width: 75%;
}

.prospect-box .item .info span {
	font-size: 24px;
}

.prospect-box .item .info p {
	margin-top: 10px;
	font-size: 14px;
	line-height: 28px;
	color: #999;
}

.prospect-img {
	width: 100%;
}

.txt02 h3 {
	color: #333;
	font-size: 36px;
}

.ab-tit02 .en-tit {
	color: rgba(51, 51, 51, .3);
}

.txt02 .en-tit::before {
	background: #333;
}

/* 零基础学习 */
.l-top .title {
	font-size: 36px;
	font-weight: 600;
	color: #167f46;
}

.l-top .desc {
	width: 55%;
	margin-top: 10px;
	font-size: 18px;
	color: #999;
	line-height: 28px;
}

.learn-con li {
	float: left;
	margin: auto;
	margin-right: 6%;
}

.learn-con li:last-child {
	margin-right: 0;
}

.learn-con li:nth-child(2) {
	margin-top: 10%;
}

.learn-con .info i {
	color: rgba(21, 127, 69, .1);
	font-family: arial;
	font-size: 80px;
	font-weight: bold;
	margin-left: -20px;
}

.learn-con .info span {
	display: block;
	margin-bottom: 20px;
	margin-top: -60px;
	font-size: 20px;
	font-weight: 600;
}

.learn-con .info p {
	padding-bottom: 6px;
	color: #999;
	font-size: 16px;
}

.learn-con .img {
	margin-top: 40px;
	width: 350px;
	height: 365px;
	background: #eee;
}

/* 大班学院体系 */

.system-box {
	margin-top: -3%;
	padding-bottom: 5%;
	/* background: #f5f8fd; */
}

.system-box .l-top p {
	color: #fff;
}

.system-item {
	margin-top: 4%;
}

.system-item ul {
	overflow: hidden;
}

.system-item ul li {
	float: left;
	width: 24%;
	margin-right: 1.3%;
	padding: 10px;
	min-height: 340px;
	border-radius: 5px;
	background: #f5f8fd;
	text-align: center;
}

.system-item ul li:last-child {
	margin-right: 0;
}

.system-item ul li .img {
	width: 58px;
	height: 58px;
	margin: 20px auto 40px;
}

.system-item ul li span {
	position: relative;
	font-size: 16px;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.system-item ul li span::after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: block;
	content: "";
	width: 50px;
	height: 1px;
	background: #ccc;
}

.system-item ul li p {
	color: #666;
	line-height: 26px;
}

/* 就业推荐 */
.Employment-box,
.bgcolor {
	background: #f5f8fd;
}

.Employment-box .item {
	float: left;
	width: 48%;
	margin-top: 5%;
	margin-right: 4%;
	background: #fff;
	border-radius: 5px;
}

.Employment-box .item:nth-child(2n) {
	margin-right: 0;
}

.Employment-box .item li {
	padding: 5% 0 5%;
	overflow: hidden;
	border-bottom: 1px solid #eee;
}

.Employment-box .item li:last-child {
	border-bottom: 0;
}

.Employment-box .item .num {
	float: left;
	padding-left: 10%;
	color: #167f46;
	font-size: 24px;
	font-family: arial;
}

.Employment-box .item .info {
	position: relative;
	float: right;
	width: 75%;
	padding: 0 11% 2%;

	border-left: 1px solid #eee;
}

.Employment-box .item .info::before {
	position: absolute;
	display: block;
	content: "";
	left: -8px;
	width: 15px;
	height: 15px;
	background: #167f46;
	border-radius: 50%;
	border: 2px solid #084c27;
}

.Employment-box .item .info .tit span {
	display: block;
	font-size: 16px;
	font-weight: 600;
	color: #222;
}

.Employment-box .item .info .tit {
	margin-bottom: 10px;
	color: #999;
}

.Employment-box .item .info .desc {
	color: #999;
	line-height: 26px;
}

/* 获奖 */
.Awarded-box {
	padding: 58px 0;
	width: 100%;
	background: url(../images/Awarded-bg.jpg) no-repeat center;
}

.Awarded-box .item {
	float: left;
	width: 570px;
}

.Awarded-box .img {
	margin-left: 33px;
}

.Awarded-box .info {
	padding: 50px 55px 0;
	height: 585px;
	background: rgba(0, 0, 0, .3);
}

.txt03 h3,
.txt03 .en-tit,
.Awarded-box .info .txt {
	color: #fff;
}

.txt03 .en-tit::before {
	background: rgba(255, 255, 255, .3);
}

.Awarded-box .info .txt {
	margin-top: 40px;
}

.Awarded-box .info .txt p {
	padding-bottom: 15px;
	font-size: 16px;
	line-height: 2;
}

/* 团队- video */

.employer-box video {
	width: 100%;
	height: 200px;
}

.teamVideo-box .item {
	width: 373px;
	margin-bottom: 20px;
	border: 1px solid #eee;
}

.teamVideo-box .info {
	padding: 10px;
}

.teamVideo-box .info span {
	font-size: 20px;
	padding-bottom: 10px;
}




/* 团队 */
.team-box li {
	float: left;
	width: 48%;
	background-image: -webkit-linear-gradient(-134deg, rgb(236, 242, 246) 0%, rgba(236, 242, 246, 0) 100%);
	border-radius: 20px;
	margin-right: 4%;
	margin-top: 15%;
}

.team-box li:nth-child(-n+2) {
	margin-top: 10%;
}

.team-box li:nth-child(2n) {
	margin-right: 0;
}

.team-box li .img {
	float: left;
	max-width: 50%;
}

.team-box li .img img {
	margin-top: -40%;
}

.team-box li .info {
	padding: 10% 5%;
}

.team-box li .info .title {
	font-size: 24px;
	font-weight: 600;
}

.team-box li .info .subtitle {
	color: #666;
	padding: 5px 0 10px;
}

.team-box li .info .desc {
	color: #666;
	line-height: 26px;
}

/*  ===
		加盟 
					===*/
.join-data .info{
	margin: 10% 0 0 10%;
}
.join-data .info span{
	display: block;
	margin: 0 auto 10%;  
	font-size: 30px;
}
.join-data .info p{
	font-size: 16px;
	margin-bottom: 8px;
}
.join-data .bottom-info{
	margin-top: 50px;
}
.join-data .bottom-info span{
	color: #167f46;
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 10px;
}
					
					
					
.join-bg{
	background: #f5f8fd;
}
.join-top {
	padding: 60px 0 30px;
}
.join-top .tit {
	font-size: 40px;
	text-align: center;
	font-weight: 600;
}

.join-top .desc {
	color: #686868;
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	margin: 10px auto 0;
}
.jion1{
	margin-bottom: 55px;
	padding-bottom: 50px;
}
.jion1-box{
	padding: 35px;
	background: #fff;
}
.jion1 .jion_list1 {
	padding: 35px;
	/* border: 3px solid #167f46; */
	overflow: hidden;
}


.jion1 .jion_list1 li {
	width: 32%;
	float: left;
	margin-right: 2%;
	position: relative;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 0 18px rgba(226,226,226,.8);
	overflow: hidden;
}

.jion1 .jion_list1 li:nth-child(3n) {
	margin-right: 0;
}

.jion1 .jion_list1 li img {
	
}

.jion1 .jion_list1 li div {
	padding: 20px 15px 30px;
	width: 100%;
	height: 100%;
	text-align: center;
	overflow: hidden;
}

.jion1 .jion_list1 li div p {
	margin-bottom: 10px;
	font-size: 24px;
}

.jion1 .jion_list1 li div span {
	font-size: 16px;
	display: block;
}


/* 品牌介绍 */
.join-brand .join-brand-info{
	width: 51%;
}
.join-brand .img{
	width: 43%;
}
.join-brand-info .title{
	position: relative;
	margin: 30px 0 50px;
	text-align: center;
}
.join-brand-info .title::before,
.join-brand-info .title::after{
	position: absolute;
	top: 0;
	content: "";
	display: block;
	width: 47px;
	height: 108px;
	background-size: contain !important;
}
.join-brand-info .title::before{
	left: 0;
	background: url(../images/joinImg-left.png) no-repeat;
}
.join-brand-info .title::after{
	right: 0;
	background: url(../images/joinImg-right.png) no-repeat;
}
.join-brand-info h2{
	margin-top: 20px;
	font-size: 40px;
	font-weight: 600;
}
.join-brand-info span{
	font-size: 24px;
}
.join-brand-info p{
	margin-bottom: 40px;
	font-size: 16px;
	line-height: 2;
}

/* 区别 */
.different-box{
	padding: 35px 70px;
	width: 90%;
	margin: auto;
	background: #fff;
	margin-bottom: 50px;
}
.different-box .top{
	display: flex;
	margin-bottom: 10px;
}
.different-box .top div{
	margin: auto;
}
.different-box .top div span{
	display: block;
	padding: 10px 50px;
	background: #eee;
	border-radius: 20px;
	font-size: 18px;
}
.different-box .top div::after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top:10px solid #eee;
	margin: auto;
}
.different-box .top div:nth-child(2)::after{
	border-top:10px solid #167f46;
}
.different-box .top div:nth-child(2) span{
	background: #167f46;
	color: #fff;
}
.different-box ul li{
	margin-bottom: 20px;
	width: 100%;
	height: 46px;
	border-radius: 20px;
	background: #eee;
}
.different-box ul li p{
	width: 50%;
	float: left;
	line-height: 46px;
	text-align: right;
	font-size: 18px;
}
.different-box ul li p:first-child{
	padding-right: 8%;
}
.different-box ul li .r-db{
	float: right;
	padding-left: 8%;
	border-radius: 20px;
	background: #167f46;
	color: #fff;
	text-align: left;
}

/* 加盟-合伙人 */
.join-partner{
	background: url(../images/join-bg02.jpg) no-repeat center;
	background-size: cover;
	width: 100%;
	/* height: 824px; */
}
.join-partner .join-top .tit, .join-partner .join-top .desc{
	margin-top: 20px;
	text-align: left;
}
.join-partner .join-top .desc{
	width: 65%;
	margin:10px 0;
	color: #167f46;
	line-height: 1.5;
}
.join-partner-con{
	margin-top: 20px;
}

.join-partner-con .item{
	float: left;
	width: 47%;
	height: 230px;
	margin-bottom: 50px;
}
.join-partner-con .item:nth-child(2n+1){
	border-right: 1px dashed #167f46;
	margin-right: 6%;
}
.join-partner-con .item .title{
	font-weight: 600;
	color: #167f46;
}
.join-partner-con .item .title i{
	font-family: arial;
	font-size: 48px;
	margin-right: 10px;
}
.join-partner-con .item .title span{
	font-size: 30px;
}
.join-partner-con .item p{
	width: 490px;
	font-size: 18px;
	line-height: 2;
}
.join-partner-con .desc span{
	display: inline-block;
	font-size: 18px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.join-partner-con .desc02{
	width: 70%;
}

/* 合作流程 */
.C-Process-box {
	width: 100%;
	/* background: #f5f8fd; */
}

.Process-ul {
	padding: 50px 0;
	overflow: hidden;
}

.Process-ul li {
	position: relative;
	float: left;
	margin: 0 auto 100px;
	width: 16.666%;
	text-align: center;
}

.Process-ul li:nth-child(n+7) {
	float: right;
	margin-bottom: 0;
}

.Process-ul li::after {
	display: block;
	content: "";
	position: absolute;
	top: 18%;
	right: -8px;
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-left: 10px solid #a43035;
	border-bottom: 8px solid transparent;
}

.Process-ul li:nth-child(6)::after {
	top: 120%;
	right: 45%;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 10px solid #a43035;
}

.Process-ul li:nth-child(n+7)::after {
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-right: 10px solid #a43035;
	border-bottom: 8px solid transparent;
	border-left: 10px solid transparent;
}

.Process-ul li:nth-child(7)::after {
	display: none;
}

.Process-ul li .icon {
	margin: auto;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: #a43035;
	border: 4px solid rgba(255, 255, 255, .8);
	box-sizing: initial;
}

.Process-ul li .icon img {
	display: block;
	position: relative;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	max-width: 60%;
}

.Process-ul li p {
	width: 80%;
	margin: auto;
	min-height: 60px;
}


/* 品牌介绍 */
.join-brand .ab-Details {
	margin-top: 10%;
}
.ab-Details img{
	display:block;
	margin:auto
}
/* 大班优势 */

.wd-box .title {
	font-weight: bold;
	padding-top: 20px;
	margin-bottom: 40px;
	font-size: 18px;
}

.wd-box ul li {
	float: left;
	width: 20%;
}

.wd-box ul li div {
	position: relative;
	width: 80px;
	height: 80px;
	text-align: center;
	line-height: 80px;
	border-radius: 50%;
	background: #eee;
	color: #fff;
}

.wd-box ul li:nth-child(1) div {
	background: #a9d100;
}

.wd-box ul li:nth-child(1) div::before {
	border-color: #a9d100;
}

.wd-box ul li:nth-child(2) div {
	background: #e5b601;
}

.wd-box ul li:nth-child(2) div::before {
	border-color: #e5b601;
}

.wd-box ul li:nth-child(3) div {
	background: #e08128;
}

.wd-box ul li:nth-child(3) div::before {
	border-color: #e08128;
}

.wd-box ul li:nth-child(4) div {
	background: #9153b3;
}

.wd-box ul li:nth-child(4) div::before {
	border-color: #9153b3;
}

.wd-box ul li:nth-child(5) div {
	background: #0187e2;
}

.wd-box ul li:nth-child(5) div::before {
	border-color: #0187e2;
}

.wd-box ul li:nth-child(6) div {
	background: #105b90;
}

.wd-box ul li:nth-child(6) div::before {
	border-color: #105b90;
}

.wd-box ul li div::before {
	position: absolute;
	content: "";
	display: block;
	width: 120%;
	height: 120%;
	top: -10%;
	left: -10%;
	margin: auto;
	border-radius: 50%;
	box-sizing: border-box;
	border: 2px solid #333;
}




.mode img {
	width: 380px;
	height: 260px;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}

.mode img:nth-child(3n) {
	margin-right: 0;
}



/* 售后保障 */

.sale-box ul li {
	float: left;
	width: 32%;
	margin-right: 1.3%;
	padding: 10px;
	min-height: 510px;
	border-radius: 5px;
	background: #fff;
	text-align: center;
	box-shadow: 0 5px 5px #eee;
}

.sale-box ul li:last-child {
	margin-right: 0;
}

.sale-box ul li .img {
	width: 100%;
	background: #eee;
	margin: 20px auto 40px;
}


.sale-box ul li span {
	position: relative;
	font-size: 16px;
	padding-bottom: 15px;
	margin-bottom: 20px;
	font-weight: 600;
}

.sale-box ul li span::after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: block;
	content: "";
	width: 50px;
	height: 1px;
	background: #ccc;
}

.sale-box ul li p {
	color: #666;
	line-height: 28px;
	font-size: 16px;
}

/* 经营特色 */
.feature-box {
	padding: 50px 0;
	width: 100%;
	background: #167f46;
	overflow: hidden;
}

.feature-box li {
	color: #fff;
	float: left;
	width: 20%;
	text-align: center;
	border-right: 1px solid rgba(255, 255, 255, .2);
}

.feature-box li .img {
	width: 50px;
	height: 50px;
	margin: auto;
}

.feature-box li span {
	margin: 15px 0 10px;
	font-size: 18px;
}

/* .feature-box li p {
	color: rgba(255, 255, 255, .6);
} */

/* join 表单2 */
.join-form02{
	margin: 20px 0 5px;
	padding: 20px;
	box-shadow: 0px 0px 10px #eee;
	background: #167f46;
}
.join-form02 .title{
	margin: 10px 0 20px;
	font-size: 24px;
	font-weight: 600;
	color: #fff;
}
.join-form02 .form-group {
    float: left;
    margin-right: 16px;
}
.join-form02 .form-group select, .join-form02 .form-group input,.join-form02 .form-button button {
    width: 285px;
    height: 50px;
    font-size: 16px;
    color: #999;
    padding: 0 15px;
	border: 2px solid #167f46;
}
.join-form02 .form-button button{
	background: #FFF;
	color: #222;
}

/* join 表单 */

.join-form {
	margin: 50px 0;
	padding: 0 100px 80px 100px;
	border-radius: 8px;
	box-shadow: 0px 20px 80px rgba(76, 76, 76, 0.1);
	background: #fff;
	overflow: hidden;
}

.join-form .container_header {
	text-align: center;
	padding: 100px 0 50px;

}

.join-form .container_header .title {
	font-size: 36px;
	font-weight: 600;
	padding-bottom: 5px;
}

.join-form .container_header .subtitle {
	color: #167f46;
	font-size: 18px;
}

.join-form .input {
	border: 1px solid #e1e7ee;
	width: calc(100% - 20px);
	margin-right: 20px;
	margin-bottom: 20px;
	height: 40px;
	line-height: 20px;
	padding: 10px 20px;
	color: #666;
}

.join-form .form-group {
	overflow: hidden;
	float: left;
	width: calc(100% / 3);
}

.join-form .textarea {
	width: 100%;
}

.join-form .form-group textarea {
	height: 70px;
	resize: none;
	overflow: hidden;
	margin-right: 0;
}

.join-btn button {
	width: 225px;
	display: block;
	margin: 20px auto;
	background-color: #167f46;
	color: #fff;
	font-weight: 600;
	border-color: #167f46;
	font-size: 16px;
	line-height: 54px;
	border-radius: 28px;
	border: 0;
}

.join-hotline{
	width: 100%;
	background: #167f46;
	overflow: hidden;
}
.join-hotline img{
	display: block;
	margin:26px auto;
}
/* 联系我们 */
.contact-form {
	margin-top: 0;
}

.contact-box .info p {
	margin: 8px 0;
	word-wrap: break-word;
	line-height: 42px;
}

.contact-form .form-group select, .contact-form .form-group input, .contact-form-button button {width: 100%;height: 50px;font-size: 16px;color: #999;padding: 0 15px;border: 1px solid #eee;}
.contact-form .form-button button{width: 100%;}

/*----  index  内容  联系我们      ----*/

.contact_cont {
	margin-top: 22px;
}

.contact_cont img {
	max-width: initial;
}

.contact_map {
	float: left;
	width: 761px;
	padding: 12px;
	background: #fff;
	border: 1px solid #e9e9e9;
}

.contact_address {
	/* float: right; */
	/* margin-right: 25px; */
}

.contact_address ul {
	width: 45%;
	float: left;
	margin-top: 2%;
	margin-right: 4%;
	padding: 13px 0 0 3px;
	border-bottom: 1px solid #d5d5d5;
	cursor: pointer;
}

.contact_address ul li {
	font-size: 14px;
	color: #8a8a8a;
	margin-bottom: 14px;
	height: 30px;
}

.contact_address ul .li_1 {
	color: #111;
	font-size: 16px;
	margin-bottom: 16px;
}

.singe-a-more{
    display: table;
    margin: 20px auto;
    font-size: 18px;
    text-align: center;
    padding: 10px 20px;
    background: #167f46;
    color: #fff !important;
}
/* ===
		新闻资讯 
				===*/

.position {
	padding-bottom: 20px;
	margin-top: 20px;
	font-size: 12px;
	overflow: hidden;
	    border-bottom: 1px solid #eee;
}

.position a {
	padding: 0 8px;
}

.news-ul {
	margin-top: 20px;
}

.news-ul li {
	width: 100%;
	border: 1px solid transparent;
	margin-bottom: 20px;
	background: #f7f7f7;
	padding: 0;
	transition: all .36s ease;
	overflow: hidden;
}

.news-ul li .img {
	float: left;
	width: 198px;
	height: 128px;
	margin: 16px;
	display: block;
	border-radius: 10px;
	overflow: hidden;
}
.news-ul li .img img{
	width: 100%;
	height: 100%;
}
.news-ul li .info {
	padding: 30px;
	margin-left: 240px;
}

.news-ul li .info .title {
	font-size: 16px;
	padding-bottom: 10px;
	transition: all .36s ease;
}

.news-ul li .info .desc {
	line-height: 24px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news-ul li .info .time {
	padding-top: 20px;
	color: #999;
	font-size: 13px;
}

.news-ul li:hover {
	box-shadow: 2px 5px 5px #eee;
}

.news-ul li a:hover .title {
	color: #167f46;
}

/* page */

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
	    background-color: #167f46;
	    border-color: #167f46;
}
.pagination>li>a, .pagination>li>span{
	color: #333;
}

/* .list_page {
	overflow: hidden;
}

.list_tag {
	padding: 20px;
}

.list_tag span,
.list_tag a {
	float: left;
	display: inline-block
}

.list_tag .prev,
.list_tag .next {
	padding: 0 10px;
}

.list_tag .current a {
	color: #167f46 !important;
}

.list_tag a {
	padding: 0 10px
}

.list_page li {
	float: left;
	display: block;
	padding: 0 10px;
	line-height: 30px;
	text-align: center;
	margin: 30px 10px 0px 0px;
	border: 1px solid #eee;
	border-radius: 5px;
}

.list_page li.thisclass {
	color: #167f46;
	border: 1px solid #167f46;
}

.list_page a {
	display: block;
	color: #1C1E3F;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.list_page a:hover {
	color: #167f46;
}

.list_page li:hover {
	border: 1px solid #167f46;
}
 */
/* article - article */
.art-box,
.g-xgpro {
	margin-top: 20px;
}

.g-tit {
	color: #434343;
	margin-bottom: 15px;
	text-align: center;
	font-size: 24px;
	font-weight: 600;
}

.art-box .art-info {
	text-align: center;
	margin-bottom: 20px;
}

.txt-box img {
	display: block !important;
	/*padding: 10px 0;*/
	margin: auto !important;
}

.txt-box p,
.txt-box div,
.txt-box {
	margin-bottom: 30px;
	line-height: 2 !important;
	color: #333 !important;
	font-family: "Microsoft YaHei", arial, helvetica, clean, sans-serif !important;
	font-size: 16px !important;
}
.txt-box span{
  display:block;
  	margin-bottom: 30px;
	line-height: 2 !important;
	font-family: "Microsoft YaHei", arial, helvetica, clean, sans-serif !important;
	font-size: 16px !important;
}
.txt-box span{
    margin-bottom: 0;
}

 .txt-box .art-desc{
     padding: 20px;
     margin-bottom: 0;
     background-color: #f7f7f7;
     border-radius: 5px;
 }

.rel-vid video{max-width:50%;margin:10px auto;display: table;}

.m-txt3 .tabel {
	overflow: hidden;
	color: #5a5a5a;
	border-top: 1px dashed #999;
	border-bottom: 1px dashed #999;
	font-size: 14px;
}

.m-txt3 .tabel span {
	float: left;
	height: 42px;
	line-height: 42px;
	margin-right: 10px;
}

.m-txt3 .tabel a {
	float: left;
	line-height: 42px;
	margin-right: 20px;
}

.pages {
	overflow: hidden;
	margin: 15px 0 5px;
}

.pages li {
	width: 50%;
	float: left;
	height: 22px;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pages li:last-child {
	text-align: right;
}

.g-xgnews li {
	width: 48%;
	float: left;
	height: 182px;
}

.g-xgnews li:nth-child(2n) {
	float: right;
}

.g-xgnews li .desc {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.g-xgnews li .time {
	padding-top: 5px !important;
}

.pub-tit{
	margin-top: 20px;
	font-size: 16px;
}

/*name-gundong*/
.form .w1400{position: relative;}
.form .w1400 .multipleLine{ overflow:hidden; position:absolute;left: 23%;top: 8%;z-index:-10}
.multipleLine .bd{ padding:10px; height:240px; overflow:hidden;  }
.multipleLine .bd ul{ overflow:hidden; zoom:1; margin-bottom:10px;  }
.multipleLine .bd ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.multipleLine li span {display: block;float: left;width: 95px;height: 40px;line-height: 40px;padding: 0 5px;color: #fff;font-size: 14px;text-align: center;}

/* 关闭悬浮表单 */
.form .w1400 {
	position: relative;
}

.form .w1400 .gb {
	position: absolute;
	display: block;
	width: 15px;
	height: 15px;
	top: 25%;
	right: 0%;
	background: url(../images/cross.png) no-repeat center;
	background-size: contain;
	cursor: pointer;
}

.ft-phone-con,
.ft-zx,
.ft-phone,
.phone-form,
.phone-yd,
.phone-gund{
	display: none;
}

@media (min-width: 768px) {}

@media (min-width: 992px) {}

@media (min-width: 1280px) {
	.ser-icon .l-icon{
		width: 90px;
		height: 90px;
	}
	.gz-box .item .img img{
		width: 70%;
	}
	
}

@media (max-width: 1200px) {
	.gz-box .item .img img{
		width: 60%;
	}
	.space {
		height: 40px;
	}

	.ser-con-bg .service-box li:nth-child(n+5) {
		margin-top: 0;
	}

	.employer-box .item,
	.learn-con li,
	.mode img {
		width: 31.333%;
		margin-right: 3%;
	}

	.jion1 .jion_list1 li {
		width: 33%;
		margin-right: .5%;
	}

	.employer-box .img,
	.learn-con .img {
		width: 100%;
		height: auto;
	}

	.partner-box,
	.mode img {
		height: auto;
	}

	.wrapper,
	.w1400 {
		width: 96%;
	}

	.ab-info .en-title,
	.ab-info .title {
		display: none;
	}

	.navbar-default .navbar-nav>li>a {
		margin: 0 12px;
	}

	.ab-video .info {
		margin-top: 50px;
	}

	.ab-video,
	.about-box .ab-info {
		width: 50%;
		height: auto;
		min-height: 350px;
	}

	.about-box .ab-info {
		padding: 40px 40px;
	}

	.service-box li {
		width: 24.4%%;
		margin-right: .6%;
	}

	.service-box li .info .title {
		margin-bottom: 35px;
	}

	.service-box li .info {
		height: auto;
	}

	.ser-con-bg {
		background-size: contain;
	}

	.employer-box .img,
	.ab-Details {
		margin-bottom: 13px;
	}

	.employer-box .item:nth-child(n+4) {
		margin-top: 25px;
	}

	.join-left {
		padding: 97px 0 0 10%;
	}

	.salon_info {
		padding: 10% 5% 0 5%;
	}

	.salon-cont>div {
		height: 245px;
	}

	.salon-cont>div,
	.salon_list>div {
		width: 50%;
	}

	.foot-box ul li a {
		padding: 0 25px;
	}

	.form .form-group select,
	.form .form-group input,
	.form-button button {
		width: 150px;
	}

	.ser-class {
		padding: 0;
	}

	.gz-details-r>div {
		padding-left: 15%;
	}

	.gz-details-l>div {
		padding-right: 15%;
	}

	.lunbo .txt img {
		max-width: 20%;
	}
}


@media (max-width: 1024px) {}

@media (max-width: 992px) {

	.form .form-group select,
	.form .form-group input,
	.form-button button {
		width: 109px;
	}

	.navbar-default .navbar-nav>li>a span,
	.ab-info .info p:nth-child(2),
	.prospect-box .item02 {
		display: none;
	}

	.prospect-box .item {
		width: 50%;
	}

	.navbar-default .navbar-nav>li>a {
		padding: 36px 0;
	}

	.about-box {
		padding-bottom: 0;
	}

	.l-top .title {
		font-size: 32px;
	}

	.ab-video .info .title,
	.jion1 .jion_list1 li div p {
		font-size: 24px;
	}

	.ab-video .info .subtit,
	.salon_info h3 {
		font-size: 18px;
	}

	.l-top .desc {
		font-size: 16px;
	}

	.ab-video .btn {
		margin-top: 0;
	}

	.ab-video .info {
		margin-top: 30px;
	}

	.about-box .ab-info {
		padding: 35px 20px 0;
		min-height: 263px;
	}


	.salon-cont>div {
		height: 185px;
	}

	.salon_info p {
		text-overflow: -o-ellipsis-lastline;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		line-clamp: 3;
		-webkit-box-orient: vertical;
	}

	.foot-box ul li a {
		padding: 0 14px;
	}

	.sale-box ul li {
		min-height: 450px;
	}
}

@media (max-width: 768px) {
	.navbar-default {
		border: 0;
		margin-bottom: 0;
	}

	.gdser-box .info {
		margin: auto;
	}

	.nav-bg .wrapper,
	.gdser-box .info {
		width: 100%;
	}

	.navbar-brand img {
		display: block;
		width: 60%;
	}

	.navbar-header {
		overflow: hidden;
	}

	.navbar-brand {
		height: auto;
		padding: 5px 5px;
	}

	.Home-xy .img {
		left: 0;
	}

	.ser-con-bg {
		height: auto;
		background: transparent
	}

	.ser-con-bg .service-box {
		padding: 0;
	}

	.service-box li .info .title {
		padding: 10px;
		margin-bottom: 0;
	}
}

@media (max-width: 767px) {
	.logo,.links {
		display: none;
	}
}

@media (max-width: 480px) {

	.partner-box .wrapper,
	.join-box,
	.join-right ul,
	.yw-02,
	.ser-icon,
	.Process-box,
	.yw-img p {
		display: initial;
	}

	.h-hide,
	.ft-zx,
	.ft-phone {
		display: block;
	}
	.service-htl,
	.form,
	.partner-box::after,
	.join-right,
	.prospect-box .item .num,
	.prospect-box .item .info span,
	.Process-ul li::after,
	.Home-xy .top-tit,
	.Home-xy .img img,
	.item-box-1 .img,
	.p-hide,.gz-ay-box,
	.foot-flex{
		display: none;
	}



	.learn-con li,
	.salon-cont>div,
	.partner-box .wrapper>div,
	.xy-con li .img img,
	.join-left,
	.yw-foot,
	.adv01 .img,
	.ser-bz-box .life-text,
	.gz-box .item,
	.l-top .desc,
	.join-top .desc,
	.jion1 .jion_list1 li,
	.prospect-box .item,
	.prospect-box .item .info,
	.sale-box ul li,
	.join-form .form-group,
	.contact_map,
	.contact_address ul,
	.learn-con .img img,
	.gz-box04 .item {
		width: 100%;
	}
	.nanny-ul {
		width: 96%;
	}

	.about-box .ab-video,
	.about-box .ab-info {
		width: 100%;
		height: initial;
		min-height: initial;
		background-size: cover;
	}

	.prospect-box .item .info p {
		text-align: center;
	}

	.prospect-box .item>div:nth-child(1) {
		padding-bottom: 20px;
		margin-bottom: 0;
	}

	.gz-box .item {
		border-bottom: 1px solid #eee;
	}

	.gz-box .item:nth-child(-n+2),
	.gz-box .item:nth-child(odd) {
		border-right: 0;
	}

	.hotline-box {
		box-sizing: border-box;
		padding: 20px 20px;
		width: 100%;
	}

	.hotline-box>div {
		margin: 15px auto;
		width: 50%;
	}
	.join-left{
		padding: 37px 0 20px 10%;
		height: auto;
	}
	.join-left a{
		margin-top: 32px;
	}

	.fl,
	.fr {
		float: initial;
	}

	.Home-xy,
	.home-td .info {
		margin-top: 0;
	}

	.mg-l40 {
		margin-left: 0;
	}

	.dp-box li:nth-child(even) .text-body,
	.dp-box li:nth-child(odd) .text-body {
		padding: 0;
		margin-top: 40%;
	}

	.navbar-default .navbar-nav>li>a,
	.join-form {
		padding: 10px;
	}

.Housekeeping-box .h-title{
	color: #222;
}
	.h-title {
		padding: 40px 0 22px;
	}

	.ab-video .info .entit {
		margin: 5px 0 10px;
	}

	.h-title .subtit,
	.ab-tit h3,
	.ab-tit h2,
	.join-top .tit,
	.home-td .info span,
	.gdser-box .info span {
		font-size: 26px;
	}

	.h-title .tit {
		font-size: 20px;
	}

	.ab-video .info .subtit,
	.salon_info h3,
	.hotline-box p,
	.yw-foot p,
	.join-top .desc,
	.nanny-ul li span {
		font-size: 16px;
	}

	.employer-box .img span,
	.lunbo .txt p {
		font-size: 18px;
	}

	.lunbo .txt img {
		max-width: 20%;
	}

	.employer-box .info p,
	.gz-details .item .info p {
		font-size: 14px;
	}

	.service-box li,
	.gz-box03 .item,
	.nanny-ul li {
		margin-top: 10px;
		width: 49%;
	}

	.gz-box03 .item,
	.nanny-ul li {
		margin-right: 2%;
	}

	.employer-box .item:nth-child(3n) {
		margin-right: 3%;
	}

	.service-box li:nth-child(2n),
	.employer-box .item:nth-child(2n),
	.gz-box03 .item:nth-child(2n),
	.nanny-ul li:nth-child(2n) {
		margin-right: 0;
	}

	.employer-box .item {
		width: 48%;
	}

	.system-item ul li {
		width: 48.7%;
		margin-bottom: 2%;
	}

	.Employment-box .item {
		width: 100%;
		margin-right: 0;
	}

	.employer-box .item,
	.join-top .tit {
		margin-top: 25px;
	}

	.salon-cont>div,
	.salon_list>div {
		margin-bottom: 15px;
		min-height: 172px;
		max-height: 172px;
		height: auto;
		overflow: hidden;
	}


	.about-box .ab-info {
		padding-bottom: 20px;
	}

	.honor-box {
		height: auto;
		padding-bottom: 40px;
	}

	.foot-box ul li {
		width: 25%;
	}

	.foot-box ul li a {
		display: block;
		text-align: center;
		margin: 10px 0;
	}

	.hotline-box img {
		width: 30px;
	}

	.ab-v-con .ab-video {
		height: auto;
		min-height: auto;
	}

	.ab-v-con .ab-video .btn {
		padding: 0;
		min-height: 200px;
	}

	.ab-v-con {
		margin-top: 5%;
	}

	.yw-foot,
	.yw-img,
	.home-td {
		margin-top: 40px;
	}

	.yw-02 li {
		float: left;
		width: 50%;
		margin: auto;
	}


	.other-zb {
		min-height: 230px;
	}
	.other-zb01{
		min-height: 130px;
	}

	.ser-class ul li span {
		min-height: 40px;
	}

	.gz-box03 .img {
		min-height: 0;
	}

	.adv01 .img {
		height: auto;
		margin-bottom: 15px;
	}

	.ser-i-box01,
	.ser-i-box02,
	.prospect-box .item01,
	.prospect-box .item03 {
		padding: 0;
	}

	.gz-box .item {
		padding-top: 30px;
	}

	.gz-details .gz-tit {
		top: 2%;
		width: 100%;
		min-height: auto;
		writing-mode: initial;
		font-size: 24px;
	}

	.gz-details span {
		width: 100%;
		font-size: 24px;
		height: 50px;
		line-height: 50px;
	}

	.gz-details .item .info {
		padding: 20px 15px;
	}

	.gz-details-l,
	.gz-details-r {
		height: auto;
		padding-bottom: 20px;
	}

	.Process-ul li,
	.home-td .wd-box ul li {
		width: 33.333%;
		margin-bottom: 50px;
	}

	.gz-details-l>div,
	.gz-details-r>div {
		padding: 0%;
	}

	.Process-ul li p {
		min-height: 80px;
	}

	.ft-phone{
		padding: 5px 10px;
		bottom: 0;
		left: 0;
		width: 100%;
		background: #fff;
		overflow: hidden;
		box-shadow: 0 -10px 20px 0 rgba(0, 0, 0, 0.06);
	}
	.ft-phone,
	.ft-zx {
		position: fixed;
		z-index: 9999;
	}

	.foot-copy {
		margin-bottom: 50px;
	}
	.ft-phone a>div{
		border-color: transparent;
		box-sizing: border-box;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.ft-phone i{
		margin-right:10px;
		width: 20px;
		height: 20px;
		display: block;
		background: url(../images/join-hotline02.png) no-repeat;
		background-size: cover;
	}
	.ft-phone a {
		width: 100%;
		height: 46px;
		line-height: 46px;
		display: block;
		background: #167f46;
		text-align: center;
		color: #fff;
		border-radius: 100px;
		font-size: 18px;
		font-weight: 600;
	}

	.ft-zx {
		position: fixed;
		bottom: 30%;
		right: 0;
		box-shadow: 0 1px 13px rgba(51, 51, 51, .5);
		border-radius: 50%;
	}

	.ft-phone-con {
		display: block;
	}

	.slogan {
		position: absolute;
		left: 0;
		right: 0;
		width: 50%;
		margin: auto;
		padding: 4px 15px;
		font-size: 16px;
		margin-top: 3.5%;
		float: left;
		color: #167f46;
		font-weight: bold;
		text-align: center;
	}

	.news-ul li .img {
		padding: 10px 20px;
		margin: auto;
		width: 100%;
		height: auto;
	}

	.news-ul li .img img {
		width: 100%;
	}

	.news-ul li .info {
		padding: 10px 15px;
		margin: auto;
	}

	.Home-xy,
	.gz-box04 .item .info,
	.gz-box03 .item,
	.nanny-ul li {
		height: auto;
		overflow: hidden;
	}

	.page_contents .level_item {
		margin-bottom: 10px;
		margin-right: 10px;
		width: 47%;
	}

	.gz-box03 .item .tag-text {
		top: 50%;
	}

	.gz-box03 .item .tag-text {
		padding: 0;
	}

	.gz-box03 .item .tag-text span:nth-child(2n),
	.gz-box03 .item .tag-text span {
		margin-right: 0;
	}

	.nanny-ul li:hover,
	.nanny-ul li {
		background: transparent;
	}

	.nanny-ul li:hover span,
	.nanny-ul li:hover p {
		color: #333;
	}

	.nanny-ul li i {
		margin: auto;
	}

	.nanny-ul li p {
		width: 80%;
		min-height: 63px;
	}
	.Awarded-box .img{
		margin-left: 0;
		display: none
	}
	.Awarded-box .item{
		float: initial;
		width: auto;
	}
	.Awarded-box .info{
		padding: 15px;
		height: auto;
	}
	.Awarded-box .info .txt p{
		font-size: 14px;
	}
	.jion1-box,.jion1 .jion_list1{
		border: 0;
		padding: 15px;
	}
	.jion1 .jion_list1 li{
		margin-bottom: 15px;
	}
	.join-brand .join-brand-info,
	.join-brand .img,.join-partner-con .item,
	.join-partner-con .desc02,
	.join-partner-con .item p,
	.join-partner .join-top .desc,
	.gs-xw,.employer-box .item,
	.jz-news02 ul li,
	.g-xgnews li{
		width: 100%;
	}
	.join-brand-info .title::before,
	.join-brand-info .title::after,
	.different-box .top div::after{
		display: none;
	}
	.join-brand-info span,.join-partner-con .desc span{
		font-size: 16px;
	}
	.join-brand-info h2,.join-partner-con .item .title span,.join-partner-con .item .title i{
		font-size: 24px;
	}
	.join-brand-info p{
		margin-bottom: 20px;
	}
	.join-partner-con .item:nth-child(2n+1){
		border-right: 0;
	}
	.join-partner-con .item,
	.different-box ul li{
		height: auto;
	}
	.different-box .top{
		display: block;
	}
	.different-box ul li p{
		width: 100%;
		display: block;
		padding: 0;
		text-align: center;
	}
	.different-box ul li p,.different-box ul li .r-db{
		float: initial;
	}
	.different-box{
		padding: 0;
		width: 100%;
	}
	.jz-news a p{
		width: 100%;
		white-space:initial
	}
	
	/* 手机端-表单 */
	.phone-form,.phone-gund{
		display: block;
	}
	.phone-form .title{
		margin: 40px 0 30px;
		font-size: 22px;
		font-weight: 600;
		text-align: center;
	}
	.phone-form .form-group{
		overflow: hidden;
	}
	.phone-form .txt-left{
		position: relative;
		float: left;
		width: 25%;
	}
	.phone-form .txt-right{
		float: right;
		width: 75%;
	}
	
	 .phone-form .txt-right>label{
		 margin-bottom: 20px;
		 padding-left: 0;
		 width: 45%;
	 }
	.phone-form .check_view_state{
		 display: none;
	}
	 input[type="checkbox"] + label {
	     cursor: pointer;
	     font-size: 1em;
	 }
	 .phone-form [id^="checkbox-"] + label {
	     background-color: #ffffff;
	     border: 1px solid #ccc;
	     box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
	     padding: 12px;
	     border-radius: 5px;
	     display: inline-block;
	     vertical-align: middle;
	 }
	 .phone-form [id^="checkbox-"] + label:active {
	     box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
	 }
	 .phone-form [id^="checkbox-"]:checked + label {
	     background: url(../images/form-gx.png) no-repeat;
		 background-size: cover;
		 border-color: #167f46;
	 }
	 .phone-form .checkbox label, .radio label{
		 min-height: auto;
	 }
	 
	.phone-form .txt-left::after{
		position: absolute;
		font-size: 15px;
		color: #e6322e;
		content: '*';
		margin: -0.0625rem 0 0 0.125rem;
	}
	.phone-form .checkbox{
		margin-top: 0;
	}
	.phone-form .checkbox>div{
		float: left;
		width: 50%;
	}
	
	.phone-form .form-button button{
		margin: 20px 0 50px;
		width: 100%;
		border-radius: 100px;
	}
	.phone-form #dr_tel{
		padding:10px 10px;
		width: 100%;
		border: 1px solid #eee;
	}
	
	.phone-form input::-webkit-input-placeholder { 
		color: #222;
	}
	
	/* phone-yd */
	.phone-yd{
		display: block;
	}
	.phone-yd{
		position: fixed;
		top: 10%;
		left: 0;
		right: 0;
		margin: auto;
		width: 96%;
		
	}
	.phone-yd .yd-wrap{
		height: 70px;
		position: absolute;
		display: flex;
		align-items: center;
		justify-content: space-between;
		box-sizing: border-box;
		background: rgba(255, 255, 255, 0.96);
		box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
		border-radius: 10px;
	}
	.phone-yd .yd-wrap .pyd-logo{
		margin:0 3%;
		width: 12%;
	}
	.phone-yd .title{
		font-size: 1.6rem;
		width: 50%;
	}
	.phone-yd .title span{
		color: rgb(255, 17, 17);
	}
	.phone-yd .y-btn{
		display: inline-block;
		padding: 1rem 1rem;
		background: #e6322e;
		border-radius: 2rem;
		color: #fff;
		font-weight: bold;
		margin-right: 7%;
	}
	.gb2{
		position: absolute;
		top: 10px;
		right: 10px;
		width: 10px;
		height: 10px;
		background: url(../images/cross2.png) no-repeat;
		background-size: cover;
	}
	
	.sernav-list li{
		margin-bottom: 10px;
		width: 33.333%;
	}
	.ser-special .item{
		padding: 20px 0;
		margin-bottom: 15px;
		width: 40%;
		height: 100%;
		border-radius: 0;
	}
	.ser-special .item div{
		margin: 0;
		font-size: 18px;
	}
	.ser-img-wrap .itemlist .item{
		width: 50%;
	}
	.service-box li .img{
	    width: 100%;
	    height: 84px;
	}
	/* phone-gundong */
	.phone-gund{background: rgba(22, 127, 70, .05);padding: 20px 20px;margin: 15px;border-radius: 5px;}
	.phone-gund .title{padding: 0 0 20px; font-size: 22px;font-weight: 600;text-align: center;}
	.phone-gund ul li{height: 30px;display: flex;flex: 1;}
	.phone-gund ul li span:nth-child(2){width: 54%;text-align: center;}
	
}

@media (max-width: 368px) {
	.phone-yd .title{
		font-size: 1.3rem;
		width: 50%;
	}
	.phone-yd .y-btn{
		padding: .9rem .9rem;
	}
	.foot-box ul li {
		width: 33.333%;
	}

	.hotline-box p {
		font-size: 14px;
	}

	.hotline-box img {
		margin-right: 10px;
	}
}