@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;
}

.wrapper1 {
	width: 96%;
    max-width: 1400px;
    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: #a42008;
	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;
	box-shadow: 1px -1px 3px #743e3b;
	
}
.navbar-default .navbar-nav>li>a{
font-size:18px;
}

@media (min-width: 768px) {

	.logo {
		float: left;
		width: 193px;
		/* height: 75px; */
		margin: 8px 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: 36px 0;
		margin: 0 26px;
		font-size: 16px;
		color: #222;
		text-align: center;
		letter-spacing: 0.1em;
	}

	.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, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{color: #a42008;font-weight: bold;}
*/
	.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 #a42008;
		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(n+0):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: #a42008;
	}
	.dropdown-menu{
		border: 0;
	}
	
	.hotline-box .hotline01-left {
    float: left;
    width: 50%;
	padding-left:25px;
}

}


/* 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: 999;
}

.form .title {
	padding: 24px 0 10px;
	font-size: 24px;
	color: #fff;
	letter-spacing: 1px;
	max-width: 244px;
}

.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: #a42008;
	border: 0;
}

.mlanmu-box{
display:none;
}

/* 关于胖外婆家政 */
.about-box {
	background: #f5f8fd;
	padding-bottom: 79px;
	margin-bottom:40px;
}

/* video */
.about-box .ab-video {
	float: left;
}

.ab-video {
	width: 46%;
	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-video */
.about-box .about-video {
	float: left;
}

.about-video {
	width: 46%;
	height: 582px;
	background: url(../images/video.jpg) no-repeat;
	background-size: cover;
}

.about-video .btn-primary,
.about-video .btn-primary.focus,
.about-video .btn-primary:focus {
	background: transparent !important;
	border-color: transparent !important;
	border: 0 !important;
	outline: 0 !important;
	box-shadow: none !important;
}

.about-video .modal-dialog {
	margin: 100px auto;
}

.about-video .btn {
	display: block;
	margin: 50px auto 0;
}

.about-video .vid_an img {
	width: 60%;
	margin: auto;
}
.about-video .id-vid img{
	width: auto;
}

.about-video .info {
	margin-top: 132px;
	color: #fff;
	text-align: center;
	letter-spacing: 1px;
}

.about-video .info .title {
	font-size: 34px;
}

.about-video .info .entit {
	margin: 10px 0 20px;
	font-size: 18px;
	font-family: Arial;
}

.about-video .info .subtit {
	font-size: 22px;
}


.ab-v-con .about-video {
	width: 100%;
	border-radius: 5px;
	overflow: hidden;
	/*height: 418px;*/
	background-size: cover;
	background-repeat:no-repeat;
	background-position:center;
}

.ab-v-con .about-video .btn {
	margin: auto;
	padding-top: 16em;
}

.ab-text {
    width: 100%;
    float: left;
    position: relative;
    overflow: auto;
	min-height: 583px;
    max-height: 583px;
    overflow: auto;
}

.about-pwpjz-text {
    width: 60%;
    float: left;
	position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
	margin: 0;
    padding: 0;
	margin-right:10px;
}

.about-pwpjz-video{
    width: 30%;
    float: left;
	position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
	margin: 0;
    padding: 0;
	margin-left:10px;
}


@media(max-width:1200px){

.about-video {
	width: 46%;
	min-height: 500px;
	background: url(../images/video.jpg) no-repeat;
	background-size: cover;
}
.ab-text {
    width: 100%;
    float: left;
    position: relative;
    min-height: 583px;
    max-height: 583px;
    overflow: auto;
}
}

@media(max-width:767px){
.ab-text {
    width: 100%;
    float: left;
    position: relative;
    min-height: 1px;
    max-height: none;
    overflow: auto;
}

.about-pwpjz-text {
    width: 100%;
    float: left;

}

.about-pwpjz-video{
    width: 100%;

}
}



@media (max-width: 480px){
.ab-v-con .about-video .btn {
    padding: 0;
    min-height: 200px;
	display: block;
    margin: 50px auto 0;
}

.ab-v-con .about-video {
    height: auto;
    min-height: auto;
}
}

/* end-about-video */





.about-box .ab-info {
	float: left;
	padding: 36px 38px 0 49px;
	width: 54%;
	height: 582px;
	color: #fff;
	background: #a42008;
	overflow: auto;
}

.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;
	font-size:18px;
}


/* 服务 */

.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 #a42008;
} */

.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;
}






.school_box {margin-top: 35px;background: #f5f8fd; padding-bottom: 40px;}

.school_box .school .school_c{
    padding: 0;
    list-style: none;
    text-align: center;
	}


.school .pr {position: relative;}
.school {background: #f5f8fd;padding:0px 0 5px;font-style: 18px;line-height: 24px;text-align: center;color: #fff;}


.school_c dt,.school_c dt img{width: 100%;
    height: auto;
    cursor: pointer;
    transition: all 1.5s;}


.school_c dl {width: 32%;border-radius: 6px;position: relative;float: left;overflow: hidden;background: #a42008;margin: 0 0.6% 20px 0.6%;}
/*.school_c dl:nth-child(3n-1) {margin: 0 33px 30px;}
.school_c dt,.school_c dt img {width: 378px;height: 333px;display: block;overflow: hidden;}

.school_c dd1 {width: 378px;height:200px;position: absolute;background:url(../images/school_box_bg.png) no-repeat 0 0;right: 0;bottom:0;box-sizing:border-box;padding:60px 30px 0;}*/

.school_c dd {
    position: relative;
    box-sizing: border-box;
    padding: 0.2rem 1rem 0;
    z-index: 1;
    height: 130px;
}
	
.school_c dd:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 6rem;
    background: url(../images/school_box_bg.png) no-repeat 0 0;
    background-size: 100% auto;
    right: 0;
    top: -5.5rem;
    z-index: -1;
	}
	

.school_c dd h3 {font-size: 22px;line-height: 58px;}
.school_course_c dd span {display: block;}

/*
.school_more {display: block;background:url(../images/school_box_icobg.png) no-repeat 0 0;-moz-background-size:100% 100%; background-size:100% 100%;width: 30%;height: 102px;margin: 0 auto;color: #fff;text-align: center;line-height: 60px;font-size: 22px;}
.school_more span {display: inline-block;background:url(../images/school_ico6.png) no-repeat 0 center;padding-left: 34px;color: #fff;}*/

.school_more {
    display: block;
    background: #a42008;
    width: 100%;
    border-radius: 100px;
    width: 28rem;
    margin: 0 auto;
	margin-top:20px;
    color: #fff;
    text-align: center;
    line-height: 5rem;
    font-size: 1.8rem;
	}
	
	.school_more span {
    display: inline-block;
    background: url(../images/school_ico6.png) no-repeat 0 center;
    background-size: 1.85rem 1.85rem;
    padding-left: 3rem;
    color: #fff;
}
	
	
.school_box .til01 {text-align: center;color: #666;font-size:20px;line-height:34px;font-family: "Microsoft Yahei";white-space: nowrap;padding: 0 0 3.7rem;font-weight: normal;}
.school_box .til01 p {display: block;height: 3.2rem;font-size: 2.4rem;line-height: 3.2rem;color: #ec6e89;}
.school_box .til01 em {display: block;font-size: 14px;text-transform: uppercase;font-family: Arial;line-height: 24px;font-style: normal;}
.school_box .til01 a {color: #666;}
.school_box .til01 span {display: inline-block;padding: 0 132px;position: relative;}
.school_box .til01 span:before,.til01 span:after {content: "";position: absolute;width:94px;height:1px;background: #ec6e89;right: 0;top: 1.6rem;}
.school_box .til01 span:before {left: 0;}
.school_box .til02,.school_box .til02 p,.school_box .til02 a {color: #fff;}
.school_box .til02 span:before,.school_box .til02 span:after {background: #fff;}		

@media (max-width: 768px) {

.school_c dd:before{
height: 5rem;
top: -4rem;
}


.school_more span{

}

.school_c dd h3{ font-size:24px;}

.school_c dd span{font-size:10px;}

.school_c dd:before {top:-3.3rem;}

}

@media (max-width: 990px) {
.school_c dd:before {top:-4.6rem;}

}

@media (max-width: 480px) {
.school_c dl { width:48%;margin: 0 0.6% 20px 1%;}
.school_c dd h3 { font-size: 20px;line-height: 48px;}
.school_c dd:before{
height: 3rem;
top: -2.8rem;
}
.school_c dd{height: 100px; padding: 0 1rem 0;}
}









.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;
}












/*暂时不用讲师培训优势*/


	.advantage_why{font-size: 16px;line-height: 24px;color: #fff;position: relative;padding: 82px 0 0;}
	.advantage_why:before{content: "";position: absolute;width:100%;height:864px;left:0;bottom:0;background:url(../images/whybg.jpg) no-repeat center;z-index: -1;}
	.advantage_why_c{height:502px;position: relative;}
	.advantage_why_p{width:722px;height: 383px;position: absolute;bottom: 0;left: 50%;margin-left: -361px;z-index: 1;}
	.advantage_why_w{width: 352px;height: 112px;position: absolute;background:url(images/why_lbg1.png) no-repeat 0 bottom;right: 0;bottom:105px;box-sizing:border-box;padding: 0 10px;}
	.advantage_why_w1{left: 0;}
	.advantage_why_w1,.advantage_why_w2{width: 252px;}
	.advantage_why_w3{bottom: 250px;left: 42px;width: 288px;}
	.advantage_why_w4{bottom: 250px;right: 42px;width: 288px;}
	.advantage_why_w5{bottom: 372px;left: 129px;}
	.advantage_why_w6{bottom: 372px;right: 129px;}
	.advantage_why_w:nth-child(2n){background:url(../images/why_lbg2.png) no-repeat right bottom;}
	.advantage_why_w em{display: block;position: absolute;width: 45px;line-height: 45px;text-align: center;background: #ed6e89;border: solid 3px #fff;border-radius: 100%;bottom: -20px;right: -21px;font-weight: bold;font-style: normal;font-style: 18px;z-index: 2;}
	.advantage_why_w:nth-child(2n) em{left: -21px;}
	.advantage_why_w b{display: block;height: 40px;line-height: 40px;font-style: 18px;}
	.advantage_why_w b i{display: inline-block;padding: 9px 10px 0 0;float: left;}
	.advantage_why_w span{display: block;width: 80%;padding: 0 0 0 40px;clear: both;}
	.advantage_why_w:nth-child(2n) b,.advantage_why_w:nth-child(2n) span{float: right;}
	.advantage_why_w:nth-child(2n) span{padding: 0 40px 0 0;}
	.advantage_why_w:nth-child(2n) i{float: right;padding: 9px 0 0 10px;}




/*暂时不用讲师培训优势 end*/



/* 公司事件 */
.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: #a42008;
	border-color: #a42008;
	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;
	margin-bottom:50px;
	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%;
	max-height:211px;
	min-height: 211px;
    object-fit: cover;
}
.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;
}

/* 新闻列表 */


.gs-xw .info span,
.listnews-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;
}

.listnews-box02 .item {
	width: 32%;
}

.listnews-box02 .item span {
	margin-bottom: 10px;
}

.listnews-box02 .item p {
	font-size: 14px !important;
	line-height: 2;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.listnews-box {
	margin-top:60px;
}
.listnews-box .item {
	float: left;
	margin-right: 24px;
	margin-bottom:50px;
	transition: all 0.36s ease;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    border-radius: 10px;
	padding:20px;
}

.listnews-box .item:hover {
	transform: translateY(-2%);
}

.listnews-box .item:nth-child(3n) {
	margin-right: 0;
}

.listnews-box .img {
	position: relative;
	margin-bottom: 33px;
/*	width: 373px;
	height: 211px;*/
	background: #eee;
	border-radius: 5px;

}
.listnews-box .img img{
	width: 100%;
	height: 200px;
	object-fit: cover;
    cursor: pointer;
    border-radius: 5px;

}
.listnews-box .img span {
	position: absolute;
	top: 40%;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}

.listnews-box .info p {
	font-size: 16px;
	color: #666;
}

.listnews-box .n-more{ margin-top: 20px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; overflow: hidden; border-top: 1px solid #ddd; padding-top:10px;}
.listnews-box .n-more .date{line-height:30px; font-size:14px; color:#999;}
.listnews-box .n-more .column{line-height:30px; font-size:14px; color:#999;}


/* 内页标签 */

.fl {float: left;}
.fr {float: right;}
.nnav{ /*margin-bottom: 20px;*/height:60px; background:#a42008; line-height:60px; color:#fff; position:relative; z-index:2}
.nnav.nnav-pro li a:after{border-top: 8px solid #e71419}
.location{ padding-left:35px; background:url(../images/home.png) no-repeat center left; }
.location a{color:#fff;position:relative}
.nnav li{ float:left}
.nnav li a{ display:block; color:#fff; padding:0 20px; position:relative}
.nnav li a:after{ content:""; width:0; height:0;border-right:8px solid transparent;border-left:8px solid transparent;border-top:8px solid #a42008; opacity:0; position:absolute; left:50%; margin-left:-8px;bottom:0; -moz-transition:.3s;-webkit-transition:.3s;transition:.3s}
.nnav li.cur a:after, .nnav li:hover a:after{ opacity:1;bottom:-8px}






/* 荣誉展示 */
.honor-box {
	margin-top: 35px;
	height: 385px;
	background: #f5f8fd;
}

/* 团队风采 */
.teamstyle-box {
	margin-top: 35px;
	height: 415px;
	background: #f5f8fd;
}

.teamstyle-box .swiper-slide img{
   /* max-height:130px;
    min-width: 200px;
    max-height: 130px;
    width: 100%;
    object-fit: cover;*/
}



/* 讲师展示 */
.lecturer-box {
	margin-top: 35px;
	height: 785px;
	margin-bottom:40px;
	background: url(../images/servbg.jpg) no-repeat center 0 #f5f8fd;
}

/* 讲师列表展示页 */
.list-lecturer-box {

}


.Housekeeping-box {
	padding-bottom: 10px;
	/* 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: #a42008;
	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: #a42008;
	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 201px;
	width: 41%;
	height: 440px;
	background: #a42008;
}

.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: 60px 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: #a42008;
	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-wrap {
width:54%;
}

.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: 10px;
	width: 60px;
}

.hotline-box p {
	font-size: 32px;
	font-family: Arial;
	font-weight: bold;
	color: #111111;
}

.hotline01{
width:100%;
}

.hotline-box .hotline01-left {
    float: left;
    width: 50%;
	padding-left:5px;
}

.hotline-box .hotline01-right {
    float: right;
    width: 50%;
	padding-left:5px;
}


/* 友情链接 */
.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 #a42008;
}
.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;
}









/*PC底部*/

		.footpc-box {
			height: auto;
			background: url(../images/footbg.jpg) no-repeat center 0;
			overflow: hidden;
			padding: 66px 0 138px;
			font-family: "Microsoft Yahei";
			position: relative;
			z-index: 1;
			color: #cfcecd;
			font-size: 14px;
			line-height: 24px;
		}

		.footpc-box:before {
			content: "";
			position: absolute;
			width: 100%;
			height: 1px;
			background: rgba(255, 255, 255, 0.2);
			left: 0;
			top: 376px;
		}

		.footpc-box a {
			color: #cfcecd;
		}
		
		.footer {
		width: 90%;
		max-width: 1400px;
		min-width: 1200px;
		margin: 0 auto;
		font-family: "Microsoft Yahei";
		}
		
		.footer .pr,{
		position: relative;
		}

		.f_con {
			height: 310px;
		}

		.f_code {
			width: 12%;
			text-align: center;
			padding: 13px 0 0;
		}

		.f_code img {
			display: block;
			width: auto;
			max-width: 140px;
			margin: 0 auto;
			background: #fff;

		}

		.f_cont {
			width: 21.4%;
			margin-left: 1.43%;
		}

		.f_pho {
			padding: 0 0 2rem;
		}

		.f_cont span {
			display: block;
			color: #fff;
			font-size: 20px;
			line-height: 32px;
		}

		.f_cont b {
			display: block;
			color: #ec6e89;
			font-size: 36px;
			line-height: 42px;
		}

		.f_nav {
			height: 266px;
			border-left: 1px solid rgba(255, 255, 255, 0.2);
			border-right: 1px solid rgba(255, 255, 255, 0.2);
			width: 54%;
			margin-left: 4.4%;
		}

		.f_nav1 {
			float: left;
			padding: 0 0 0 28px;
			background: url(../images/f_ico1.png) no-repeat 0 15px;
			width: 30%;
			box-sizing: border-box;
			box-sizing: border-box;
			white-space: nowrap;
		}

		.f_nav1:nth-child(2) {
			background: url(../images/f_ico2.png) no-repeat 0 15px;
		}

		.f_nav1:nth-child(1) {
			background: url(../images/f_ico3.png) no-repeat 0 15px;
			margin-left: 10%;
		}

		.f_nav1 span {
			display: block;
			;
			font-size: 20px;
			line-height: 38px;
			height: 45px;
			color: #fff;
		}

		.f_nav1 span a {
			display: block;
			color: #fff;
		}

		.f_nav a {
			display: block;
			line-height: 48px;
		}

		.f_text {
			height: 66px;
			line-height: 80px;
			overflow: hidden;
		}

		.f_text span {
			float: right;
		}
		
		.footmobile-box{
			display:none;
		}
		
		@media (max-width: 1480px){
		.f_cont b {
		display: block;
		color: #ec6e89;
		font-size: 30px;
		line-height: 42px;
		}
		.f_cont {
		width: 24%;
		margin-left: 1.43%;
		}
		}
		
		
/*PC底部 end*/

/* 暂时不用底部 */
.foot-box {
	padding: 43px 0 41px;
	background: #a42008;
}

.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: #a42008;
	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-text h2 {
	font-size: 33px;
	text-align: center;
	margin-bottom:30px;
}

.ab-text p {
	margin-top: 24px;
	line-height: 36px;
	color: #666;
	font-size:16px;
}

.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;
}







/* 关于我们企业文化 */




.ab-wh-box{
margin-bottom:60px;
}

.about_wh_list{overflow:hidden; padding:0px; margin:0 ; margin-top:30px;}
.about_wh_list li{overflow:hidden; padding:0px; margin:0 ; float: left;  width:23.5%; margin-right:2%; margin-bottom: 20px; margin-top: 20px}
.about_wh_list li:nth-child(4n+0){ margin-right:0;}

.about_wh_list li dl{ overflow: hidden; position: relative; margin: 0px; padding: 0px  30px  30px  30px; background: #f6f6f6;border-radius:10px;transition: 0.3s;-moz-transition: 0.3s;-webkit-transition: 0.3s; }
.about_wh_list li dl dt{ overflow: hidden;margin: 0px; padding: 0px;font-size:24px; line-height: 190%;  color: #a42008;font-weight: bold;text-align: center; margin-top: 20px}
.about_wh_list li dl dd{ overflow: hidden;margin: 0px; padding: 0px;font-size:16px; line-height: 28px; min-height: 84px;text-align: center; }

.about_wh_tu{ width:120px; height: 120px; margin: 0 auto; text-align: center; background: #a42008; border-radius: 50%; margin-top:-50px; position: relative}
.about_wh_tu img{ height: 100px; width: auto; vertical-align:top; margin: 0 auto;padding-top:60px;}

.about_wh_list li dl:hover{ background: #a42008;transition: 0.3s;-moz-transition: 0.3s;-webkit-transition: 0.3s;}
.about_wh_list li dl:hover dt{ color: #fefefd;}
.about_wh_list li dl:hover dd{ color: #fefefd;}


.about_wh_list li dl:hover{cursor:pointer}



@media only screen and (max-width:1580px) {
.about_h_title_txt{font-size: 40px;}	
}
@media only screen and (max-width:1300px) {
.about_h_title_txt{font-size: 25px;}	
}



@media screen and (max-width:1400px) {
.about_wh_list li dl dt{font-size:20px; }		
	
}

@media screen and (max-width:1200px) {
.about_wh_list li dl dd{font-size:14px; line-height: 24px; min-height: 72px;}
.about_wh_tu{ width:100px; height: 100px; margin: 0 auto; text-align: center; background: #a42008; border-radius: 50%; margin-top:-40px; position: relative}
.about_wh_tu img{ height: 90px; width: auto; vertical-align:top; margin: 0 auto; padding-top:50px;}
	
}
@media screen and (max-width:900px) {
.about_wh_list li{overflow:hidden; padding:0px; margin:0 ; float: left;  width:32%; margin-right:2%; margin-bottom: 15px; margin-top:5px}
.about_wh_list li:nth-child(3n+0){ margin-right:0;}
.about_wh_list li:nth-child(4n+0){ margin-right:2%;}
.about_wh_list li:last-child{margin-right:0;}
.about_wh_list li dl{ padding: 0px  20px  20px  20px;}
}
@media screen and (max-width:630px) {
.about_wh_list li{overflow:hidden;padding:0px;margin:0;float: left;width:49%;margin-right:2%;margin-bottom: 10px;}
.about_wh_list li dl dt{ margin-top: 15px}
.about_wh_list li:nth-child(3n+0){ margin-right:2%;}
.about_wh_list li:nth-child(4n+0){ margin-right:0%;}	
.about_wh_list li:nth-child(2n+0){ margin-right:0;}	
.about_wh_list li:last-child{margin-right:0;}	
	
.about_wh_tu{width:80px;height: 80px;margin: 0 auto;text-align: center;background: #a42008;border-radius: 50%;margin-top:-35px;position: relative}
.about_wh_tu img{ height: 66px; width: auto; vertical-align:top; margin: 0 auto; padding-top:40px;}
.about_wh_list li dl dt{ margin-top: 15px; font-size: 18px}
}
@media screen and (max-width:360px) {
.about_wh_list li dl{ padding: 0px  15px  20px  15px;}
.about_wh_list li dl dd{font-size:12px; line-height: 22px; min-height:66px;}	
}
@media screen and (max-width:384px) {
.about_wh_list li dl{ padding: 0px  15px  20px  15px;}
.about_wh_list li dl dd{font-size:12px; line-height: 22px; min-height:66px;}	
}
@media only screen and (max-width: 1400px) {
.about_main_box{ max-width:1300px; width:94%; overflow:hidden; margin:0 auto;}
.about_bai_bg{ background:#ffffff; width:100%; padding:80px 0px 80px 0px; overflow:hidden; }
}

@media only screen and (max-width:1190px) {
.about_bai_bg{ background:#ffffff; width:100%; padding:40px 0px 40px 0px; overflow:hidden; }
}



/* 关于我们企业文化 end */



/* 主营业务 */
.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: #a42008;
	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: #a42008; */
	background-color: rgba(51,51,51,.3);
}

.ab-tit h3,
.ab-tit h2 {
	font-size: 33px;
	/* color: #a42008; */
	letter-spacing: 1px;
}

.space {
	height: 100px;
}


.yw-foot {
	margin: auto;
	padding: 20px 40px;
	width: 65%;
	margin-top: 90px;
	background-color: #a42008;
}

.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: #a42008;
	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;
	padding-left: 15px;
    padding-right: 15px;
}

.adv01 .info .item{
    /*margin-top: 20px;*/
    line-height: 2.3;
}

.adv01 .info .item p{
    padding-bottom: 28px;
    font-size: 16px;
}

.adv01 .img {
	width: 450px;
	height: 280px;
}


.adv01 .img img {
max-height:280px;
}



.adv01 .info .item span,.adv01 .info .item em {
	/* color: #a42008; */
	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 #a42008;
}

.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.8;
	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: #a42008;
	font-size: 24px;
	font-weight: bold;
	width: 145px;
	border-bottom: 1px solid #a42008;
}

.num-box::after {
	content: "";
	display: block;
	width: 22px;
	height: 22px;
	position: absolute;
	bottom: -11px;
	background-color: #a42008;
	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 #a42008;
}

.dp-box li:nth-child(even) .line-year::after {
	left: -21px;
}

/* 创始人 */
.csr-box{
margin-bottom:30px;
}

.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: 28px;
	font-size: 16px;
}

.csr-box .info p:last-child {
	font-weight: 600;
}
.csr-img{
width: 40%;
float: left;
}

.csr-img img{
    min-height: 540px;
    min-width: 274px;
    max-height: 384px;
    width: 100%;
    object-fit: cover;
	object-position:top;
    border-radius: 5px;
}
.csr-col{
    width: 59%;
    float: left;
    position: relative;
    max-height: 540px;
    padding-right: 15px;
    padding-left: 15px;
	margin: 0;
	overflow: auto;
	margin-right:5px;
}


@media (max-width: 768px){
.csr-img img{
    min-height: 1px;
    min-width: 1px;
    max-height: none;
    width: 90%;
    object-fit: cover;
    border-radius: 5px;
	display: block;
    margin: 0 auto 0px;
}

.csr-img{
width:100%;
}

.csr-col{
width:100%;
max-height: none;
}

}


/* 专利 */
.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: #a42008;
	border-radius: 50%;
	margin: 0 auto;
	box-sizing: border-box;
	border: 5px solid #a42008;
}

.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 #a42008;
	border-radius: 10px;
	cursor: pointer;
}

.page_contents .level_item.cur {
	background: #a42008;
	color: #fff;
	border-color: #a42008;
}

.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: #a42008;
}

.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: #a42008;
}

/* 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: #a42008;
	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: #a42008;
}
.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: #a42008;
	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: #a42008;
}

.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{ margin-top:60px;}
.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: #a42008;
}

.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: 6%;
}

.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: #a42008;
	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: #a42008;
	border-radius: 50%;
	border: 2px solid #ecaea3;
}

.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/rybzdj-bg.jpg) no-repeat center;
}

.awarded-box .item {
	/*float: left;
	width: 570px;*/
}

.awarded-box .img {
	margin-left: 33px;
	max-height:585px;
	width:45%;
	float: left;
}

.awarded-box .img img{
    min-height: 554px;
    min-width: 274px;
    max-height: 384px;
    width: 100%;
    object-fit: cover;
}

.awarded-box .info {
	padding: 50px 55px 0;
	/*height: 585px;*/
	max-height:554px;
	width:45%;
	float: left;
	overflow: auto;
    background: rgb(164 32 8);
}

.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;
}

.about-line {
    border-top: 1rem solid #f2f2f2;
    margin-top: 4rem;
	margin-bottom:4rem;
	}

/* 讲师展示*/ 

.team1{background: #f8f8f8;padding: 3rem 0;font-size: 14px;line-height: 26px;color: #666;}
.team1_c dl{width: 32%;float: left;background: #fff;border-radius: 9px;box-shadow: 0 0 1px 1px rgba(0,0,0,0.05);margin: 0 0.6% 20px 0.6%;padding: 23px 0;-webkit-transition: 1s;-moz-transition: 1s;transition: 1s;}
.team1_c dl:nth-child(3n){margin-right: 0;}
.team1_c dt{width: 35.4%;float: left;border-radius: 9px;overflow: hidden;margin: 0 4.4%; max-height: 154px;}
.team1_c dt img{min-height: 154px;width: 100%;object-fit: cover;}
.team1_c dd{width: 54%;float: left;}
.team1_c dd h4{display: block;line-height: 32px;height: 32px;font-size: 16px;font-weight: normal;}
.team1_c dd h4 span{font-size: 24px; margin-right:10px;}
.team1_c dd h4 a{display: block;color: #333;}
.team_p{white-space: nowrap; text-overflow: ellipsis; overflow:hidden;}
.team1_c dd .team_ico{padding:14px 0 1.4rem;}
.team1_c dd .team_ico span{display: inline-block;padding: 0 0.6rem;background: #eeada3;color: #a42008;border-radius: 13px;font-size: 12px;line-height: 26px;}
.team1_c dd .team_ico span:nth-child(2){margin: 0 0.2rem;background: #f7dcea;}
.team1_c dd .team_ico span:nth-child(3){background: #ddd8eb;}
.team1_c dl:hover{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}

.team1_c .more03 {
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    letter-spacing: 0;
    width: 154px;
    display: block;
	padding-left: -6%;
    /* width: 180px; */
    /* line-height: 50px; */
    text-align: center;
    color: #fff;
    background: #a42008 url(../images/guan_arr.png) no-repeat 83% center;
    border-radius: 25px;
    letter-spacing: 2px;
}


.lecturer-box .lecturer li.active, .lecturer-box .lecturer li:hover{

    color: #fff;}
	
.lecturer-box-more{
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 20px 0 30px;
}

.lecturer-box-more a{
    font-size: 16px;
    font-weight: bold;
    background: #a42008;
    color: #fff;
    padding: 0 20px;
    line-height: 30px;
    display: inline-block;
    border-radius: 30px;
    transition: .3s ease;
}


/* 讲师展示*/ 









/*讲师展示列表页*/



.list-lecturer-team1{background: #f8f8f8;padding: 3rem 0;font-size: 14px;line-height: 26px;color: #666;}
.list-lecturer-team1_c dl{width: 32%;float: left;background: #fff;border-radius: 9px;box-shadow: 0 0 1px 1px rgba(0,0,0,0.05);margin: 0 0.6% 20px 0.6%;padding: 23px 0;-webkit-transition: 1s;-moz-transition: 1s;transition: 1s;}
.list-lecturer-team1_c dl:nth-child(3n){margin-right: 0;}
.list-lecturer-team1_c dt{width: 35.4%;float: left;border-radius: 9px;overflow: hidden;margin: 0 4.4%;max-height: 154px;}
.list-lecturer-team1_c dt img{min-height: 154px;width: 100%;object-fit: cover;}
.list-lecturer-team1_c dd{width: 54%;float: left;}
.list-lecturer-team1_c dd h4{display: block;line-height: 32px;height: 32px;font-size: 16px;font-weight: normal;}
.list-lecturer-team1_c dd h4 span{font-size: 24px; margin-right:10px;}
.list-lecturer-team1_c dd h4 a{display: block;color: #333;}
.list-lecturer-team_p{white-space: nowrap; text-overflow: ellipsis; overflow:hidden;}
.list-lecturer-team1_c dd .list-lecturer-team_ico{padding:14px 0 1.4rem;}
.list-lecturer-team1_c dd .list-lecturer-team_ico span{display: inline-block;padding: 0 0.6rem;background: #eeada3;color: #a42008;border-radius: 13px;font-size: 12px;line-height: 26px;}
.list-lecturer-team1_c dd .list-lecturer-team_ico span:nth-child(2){margin: 0 0.2rem;background: #f7dcea;}
.list-lecturer-team1_c dd .list-lecturer-team_ico span:nth-child(3){background: #ddd8eb;}
.list-lecturer-team1_c dl:hover{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}

.list-lecturer-team1_c .list-lecturer-more03 {
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    letter-spacing: 0;
    width: 154px;
    display: block;
	padding-left: -6%;
    /* width: 180px; */
    /* line-height: 50px; */
    text-align: center;
    color: #fff;
    background: #a42008 url(../images/guan_arr.png) no-repeat 83% center;
    border-radius: 25px;
    letter-spacing: 2px;
}


.list-lecturer-box .list-lecturer li.active, .list-lecturer-box .list-lecturer li:hover{

    color: #fff;}
	
.list-lecturer-box-more{
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 20px 0 30px;
}

.list-lecturer-box-more a{
    font-size: 16px;
    font-weight: bold;
    background: #a42008;
    color: #fff;
    padding: 0 20px;
    line-height: 30px;
    display: inline-block;
    border-radius: 30px;
    transition: .3s ease;
}


.list-lecturer-list{
    list-style: none;
    /*padding: 3px;*/
    margin: 30px auto;
}
.list-lecturer-list li{
    width: 100%;
    float: left;
    display: none;
    position: relative;
}
.list-lecturer-list li.active{display:block;}
.list-lecturer-list li .lv-detail{width: 25%;float: left;margin: 0 0 25px;}
.list-lecturer-list li .lv-detail a{
    display: block;
    padding: 14px 14px 26px;
    margin: 0 11px;
    float: left;
    background: #fff;
}
.list-lecturer-list li .lv-detail a img{}
.list-lecturer-list li .lv-detail a p{
    margin: 17px 0 11px;
    font-size: 18px;
    color: #4ab78d;
}
.list-lecturer-list li .lv-detail a span{
    display: block;
    font-size: 14px;
    color: #666666;
    line-height: 23px;
}
.list-lecturer-list li .lv-detail:hover{
    transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
    -webkit-box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
    -moz-box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.list-lecturer-box .list-lecturer{
    padding: 0;
    list-style: none;
    text-align: center;
}



.list-lecturer-box .lecturer li.active,
.list-lecturer-box .lecturer li:hover {
background: #eeada3;
color: #a42008;
}

.list-lecturer{ margin-top:-10px;}

.list-lecturer li{ 
    display: inline-block;
    margin: 0 30px 0;
    cursor: pointer;
    transition:.3s ease;
    line-height: 32px;
    font-size: 14px;
    letter-spacing: 0;
    width: 154px;
    text-align: center;
    color: #fff;
    background: #a42008;
    border-radius: 25px;
    letter-spacing: 2px;		
	}



/*讲师展示列表页 end*/



/*讲师展示内容页 end*/

.nry-lecturer{
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}
.nry-lecturer .txt .title{
	padding: 5px 10px;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 24px;
	background: #a42008;
	color: #fff;
	text-align: center;
}

.nry-lecturer .txt .info{
	font-size: 16px;
	color: #666;
	line-height: 2.6;
	padding-left:30px;
	padding-right:30px;
}

.nry-lecturer .txt .info h3 {
    color: #333;
    font-size: 1.3em;
    font-weight: bold;
	margin-bottom:10px;
    margin-left: 0em;
}


.nry-lecturer .img{
width: 26%;
float: left;
margin-top:40px;
display: block;
margin-right: 5.2%;
position: relative;
min-height: 1px;/*
padding-right: 15px;
padding-left: 15px;*/
}


.nry-lecturer .img img{
    min-height: 384px;
    min-width: 274px;
	max-height:384px;
    width: 100%;
    object-fit: cover;
	border-radius: 5px;
}

.nry-lecturer .txt{
width: 68%;
float: left;
position: relative;
min-height: 384px;
max-height: 384px;
margin-top:40px;
border-radius: 5px;
box-shadow: #dadada 1px 1px 5px 1px;
overflow:auto

}

.nry-btn{
    margin-top: 15px;
    display: table;
    background: #fff;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    width: 100%;
	padding-bottom: 30px;
}

.nry-btn a {
    font-size: 16px;
    font-weight: bold;
    background: #a42008;
    color: #fff;
    padding: 0 20px;
    line-height: 30px;
    display: inline-block;
    border-radius: 30px;
    transition: .3s ease;
}

.nry-btn:hover{
    color: #fff;
}

@media(max-width:992px){
.nry-lecturer .img{
width: 100%;
float: left;
margin-top:30px;
display: block;
margin-right: 5.2%;
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}

.nry-lecturer .img img{
	max-height:none;
}

.nry-lecturer .txt{
width: 100%;
float: left;
position: relative;
min-height: 1px;
max-height: none;

}

.nry-btn{
    margin-top: 15px;
    display: table;
    padding: 10px 45px;
    background: #fff;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 20px 0 30px;
}

.nry-btn a {
    font-size: 16px;
    font-weight: bold;
    background: #a42008;
    color: #fff;
    padding: 0 20px;
    line-height: 30px;
    display: inline-block;
    border-radius: 30px;
    transition: .3s ease;
}
.nry-lecturer .txt .info {
    font-size: 16px;
    color: #666;
    line-height: 2 !important;
	padding:10px;
}
.nry-lecturer .txt .info h3 {
    color: #333;
    font-size: 1.3em;
    font-weight: bold;
	margin-bottom:30px;
    margin-left: 0em;
}
}



/*讲师展示内容页 end*/







/* 团队 */
.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;
}






.lecturer-list{
    list-style: none;
    padding: 0;
    margin: 30px auto;
}
.lecturer-list li{
    width: 100%;
    float: left;
    display: none;
    position: relative;
}
.lecturer-list li.active{display:block;}
.lecturer-list li .lv-detail{width: 25%;float: left;margin: 0 0 25px;}
.lecturer-list li .lv-detail a{
    display: block;
    padding: 14px 14px 26px;
    margin: 0 11px;
    float: left;
    background: #fff;
}
.lecturer-list li .lv-detail a img{}
.lecturer-list li .lv-detail a p{
    margin: 17px 0 11px;
    font-size: 18px;
    color: #4ab78d;
}
.lecturer-list li .lv-detail a span{
    display: block;
    font-size: 14px;
    color: #666666;
    line-height: 23px;
}
.lecturer-list li .lv-detail:hover{
    transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
    -webkit-box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
    -moz-box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.lecturer-box .lecturer{
    padding: 0;
    list-style: none;
    text-align: center;
}

/*.lecturer-box .lecturer span{
  display: inline-block; /*将span标签设置为行内块元素
  float: left; /*将它们浮动到左侧
  height: 32px;
    line-height: 32px;
    font-size: 14px;
    letter-spacing: 0;
    width: 154px;
    display: block;
    text-align: center;
    color: #fff;
    background: #a42008;
    border-radius: 25px;
    letter-spacing: 2px;
  
}*/

.lecturer-box .lecturer li.active,
.lecturer-box .lecturer li:hover {
background: #eeada3;
color: #a42008;
}

.lecturer{ margin-top:-10px;}

.lecturer li{ 
    display: inline-block;
    margin: 0 30px 0;
    cursor: pointer;
    transition:.3s ease;
    line-height: 32px;
    font-size: 14px;
    letter-spacing: 0;
    width: 154px;
    text-align: center;
    color: #fff;
    background: #a42008;
    border-radius: 25px;
    letter-spacing: 2px;		
	}


/*  ===
		加盟 
					===*/
.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: #a42008;
	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 #a42008; */
	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 #a42008;
}
.different-box .top div:nth-child(2) span{
	background: #a42008;
	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: #a42008;
	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: #a42008;
	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 #a42008;
	margin-right: 6%;
}
.join-partner-con .item .title{
	font-weight: 600;
	color: #a42008;
}
.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
}
.ab-text 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: #a42008;
	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: #a42008;
}
.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 #a42008;
}
.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: #a42008;
	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: #a42008;
	color: #fff;
	font-weight: 600;
	border-color: #a42008;
	font-size: 16px;
	line-height: 54px;
	border-radius: 28px;
	border: 0;
}

.join-hotline{
	width: 100%;
	background: #a42008;
	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-box{ margin-top:60px;}

.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;
}


/* ===
		新闻资讯 
				===*/

.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: 100px;
    height: 60px;
    margin: 6px 10px 6px 0px;
	display: block;
	border-radius: 10px;
	overflow: hidden;
}
.news-ul li .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news-ul li .info {
    overflow: hidden;
    margin: 0px;
    padding: 0px;
}

.news-ul li .info .title {
	font-size: 16px;
	padding-bottom: 4px;
	transition: all .36s ease;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.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: #a42008;
}





/*首页新闻*/

.inews-box{
    background: #ffffff;
    width: 100%;
    padding: 1px 0px 1px 0px;
    overflow: hidden;
}


/*---------------需要调试news-----------*/

.index_news_L{ overflow:hidden; margin:0px; padding:20px; float: left; width:48%; background:#f5f5f5;border-radius:6px}
.index_news_L dl{overflow:hidden; margin:0px; padding:0px;}
.index_news_L dl dt{margin:0px; padding:0px; font-size:18px; font-weight: 700;color:#222; line-height:30px; margin-bottom:5px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.index_news_L dl dd{overflow:hidden; margin:0px; padding:0px; font-size:14px; color:#777; line-height:24px; height:70px;}

.img_box_tj{overflow: hidden; position: relative}
.img_box_tj {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transition: all 0.5s ease; 
	-webkit-transition: all 0.5s ease; overflow: hidden;
}
.img_box_tj img{display: block;width:100%;height: auto; vertical-align: top}

.index_news_tu1{ width:100%; height:auto; margin-bottom:11px; overflow:hidden}
.index_news_tu1 img{ width:100%; height:350px; overflow:hidden;border-radius:10px;width: 100%; object-fit: cover;}
.index_news_tu1 .img img{ }

.index_news_L a{ display:inline}
.index_news_L:hover dl dt{ color:#9f4140}
.index_news_L:hover .index_news_tu1 img{-webkit-transform: scale(1.1);transform: scale(1.1);-moz-transform: scale(1.1);transition: 0.3s;-moz-transition: 0.3s;-webkit-transition: 0.3s;}
.index_news_L:hover .n_time{ border-bottom-left-radius:1px;} 
.index_news_L:hover{box-shadow:0 0 10px 1px rgba(0,0,0,.1)}

.index_news_R{ overflow:hidden; margin:0px; padding:0px; float: right; width:48%; padding-right:1%}

.index_news_R li{overflow:hidden; margin:0px; padding:18px 20px; margin-bottom:19px; background:#f5f5f5;border-radius:6px}
.index_news_R li dl{overflow:hidden; margin:0px; padding:0px}
.index_news_R li dl dt{ margin:0px; padding:0px; font-size:18px; color:#222; line-height:30px; margin-bottom:5px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight: 700}
.index_news_R li dl dd{overflow:hidden; margin:0px; padding:0px; font-size:14px; color:#777; line-height:24px; height:68px;}

.index_news_tu2{ float:left; height:auto; margin-bottom:10px; margin-right:20px; overflow:hidden}
.index_news_tu2 img{ width:183px; height:110px; overflow:hidden;border-radius:6px;object-fit: cover;}

.al_time{font-size:14px; color:#666666; bottom-top:5px; margin-bottom:5px}
.n_time{ position: absolute; z-index: 2; padding: 5px 10px;font-size: 12px; background: rgba(0, 0, 0, 0.2); float: left;left: 0px; bottom: 0; color: #fff; margin-bottom:11px;border-bottom-left-radius:10px;}


.index_news_R li a{ display:inline}
.index_news_R li:hover dl dt{ color:#9f4140}
.index_news_R li:hover .index_news_tu2 img{-webkit-transform: scale(1.1);transform: scale(1.1);-moz-transform: scale(1.1);transition: 0.3s;-moz-transition: 0.3s;-webkit-transition: 0.3s;}
.index_news_R:hover .n_time{ border-bottom-left-radius:1px;} 
.index_news_R li:hover{box-shadow:0 0 10px 1px rgba(0,0,0,.1)}

 @media only screen and (max-width:1050px) {
 .index_news_tu1 img{ width:100%; height:253px; overflow:hidden}
 .index_news_tu2 img{ width:140px; height:84px; overflow:hidden}
 .index_news_R li dl dd{overflow:hidden; margin:0px; padding:0px; font-size:12px; color:#777; line-height:22px; height:40px;}
 .index_news_R li{overflow:hidden; margin:0px; padding:17px 20px; margin-bottom:15px;}
 }


 @media only screen and (max-width:1000px) {
 .index_news_L{ overflow:hidden; margin:0px; padding:20px; float: left; width:100%; margin-bottom:15px}
 .index_news_R{ overflow:hidden; margin:0px; padding:0px; float:left; width:100%; padding-right:0%}
 .index_news_tu1 img{ width:100%; height:auto; overflow:hidden}
 .index_news_tu2 img{ width:140px; height:84px; overflow:hidden}
 .index_news_R li dl dd{overflow:hidden; margin:0px; padding:0px; font-size:12px; color:#777; line-height:22px; height:40px;}
 .index_news_R li{overflow:hidden; margin:0px; padding:17px 20px; margin-bottom:15px;}
 .index_news_R li dl dt{font-size: 16px}
 .index_news_L dl dt{font-size: 16px}
 }




/*首页新闻end*/


/* 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: #a42008;
	    border-color: #a42008;
}
.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: #a42008 !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: #a42008;
	border: 1px solid #a42008;
}

.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: #a42008;
}

.list_page li:hover {
	border: 1px solid #a42008;
}
 */
/* article - article */

.g-xgpro {
	margin-top: 60px;
	margin-bottom:60px;
}
/*内容文章*/
.art-box{
    border: 1px solid #fff;
    background: #fff;
    max-width: 1400px;
    width: 100%;
    overflow: hidden;
    margin: 60px auto;
	margin-bottom: 30px;
    padding: 10px;
	}
	
.newstitle{
    padding-bottom: 4px;
    margin-bottom: 25px;
    border-bottom: solid 1px #ddd;
    text-align: center;
	}
	
	
.newspages{
    border-top: 1px solid #dedede;
    height: 62px;
}

.art-box_l{
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    width: 70%;
    float: left;
    background: #fff;
	border-radius: 5px;
    box-shadow: #dadada 1px 1px 5px 1px;
	}
.art-box_r{
    margin: 0px;
    padding: 20px;
    overflow: hidden;
    width: 28%;
    float: right;
    background: #fff;
	border-radius: 5px;
    box-shadow: #dadada 1px 1px 5px 1px;
		}
		
.art-box_r li{		


}
		
		
.newspages dl{
height: 100%;
position: relative;
padding: 0 6px;
}

.newspages dl:before {
    content: '';
    position: absolute;
    width: 1px;
    background: #dedede;
    left: 50%;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.newspages dd {

    font-size: 14px;
    color: #1a1a1a;
    position: relative;
	width: 50%;
    float: left;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin: 15px 0 5px;
}

.newspages dd:last-child {
    text-align: right;
	}

.newspages dd.items-next {
    padding-left: 30px;
}


.newspages dd.items-next:after {
    content: "";
    width: 8px;
    height: 8px;
    border: 2px solid #b3b3b3;
    border-style: solid solid none none;
    position: absolute;
    top: 50%;
    right: -30px;
    margin-top: -5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
}


.newspages dd.items-prev:before {
    content: "";
    width: 8px;
    height: 8px;
    border: 2px solid #b3b3b3;
    border-style: solid none none solid;
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -5px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 1;
}

.newspages .pages li:after{
content: "";
width: 8px;
height: 8px;
border: 2px solid #b3b3b3;
border-style: solid solid none none;
position: absolute;
top: 50%;
right: -30px;
margin-top: -5px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
z-index: 1;
}

.newspages dd.items-next a:hover{ color:#a42008}
.newspages dd.items-prev a:hover{ color:#a42008}


.newspages .pages {
	overflow: hidden;
	margin: 15px 0 5px;
	height: 62px;
    position: relative;
    padding: 0 68px;
}

.newspages .pages li {
	width: 50%;
	float: left;
	height: 22px;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.newspages .pages li:last-child {
	text-align: right;
}
	

.g-tit {
	color: #434343;
	margin-bottom: 15px;
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	padding-top: 30px;
}

.art-box .art-info {
	text-align: center;
	margin-bottom: 20px;
}

.txt-box img {
	display: block !important;
	margin: auto !important;
	border: 0;
    max-width: 100%;
    height: 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;
	letter-spacing:0.8px;
}
.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: 30px;
     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;
	width: 100%;
    margin: 30px auto 30px auto;
    display: block;
    line-height: 38px;
}

.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: 100%;
    float: left;
    overflow: hidden;
    margin: 0px;
	border-radius: 5px;
    padding: 10px 10px;
    margin-bottom: 19px;
}

.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;
	margin: 16px 15px 5px 15px;
    padding: 0 0 0 8px;
    line-height: 1;
    border-left: 4px solid #a42008;
}

/*name-gundong*/
.form .w1400{position: relative;height: auto;padding: 0px;max-width: 1300px;width: 96%;margin: 0 auto;display: block;text-align: center;}
.form .w1400 .multipleLine{ overflow:hidden; position:absolute;left: 18%;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;
	
}

	
.allabout-box{
    /*border: 1px solid #fff;*/
    background: #fff;
    max-width: 1400px;
    width: 94%;
    overflow: hidden;
    margin: 0 auto;
	margin-top:60px;
    margin-bottom:60px;	
    border-radius: 5px;
    box-shadow: #dadada 1px 1px 5px 1px;
	/*padding: 10px;*/
}


.allabout-txt{
    font-size: 16px;
    line-height:2 !important;
	padding:25px;
	padding-top: 60px;
	padding-bottom: 60px;
}

.allabout-txt p{
    margin-bottom: 30px;
    line-height: 2 !important;
    color: #333 !important;
    font-family: "Microsoft YaHei", arial, helvetica, clean, sans-serif !important;
    font-size: 16px !important;
    letter-spacing: 0.8px;
	
	}
	
.allabout-txt img{
    display: block !important;
    margin: auto !important;
    border: 0;
    max-width: 100%;
    height: auto !important;
    }
 
.allabout-h2{
    color: #fff;
	padding: 10px 20px;
    font-size: 20px;
    font-weight: bold;
    background: #a42008;
	}
	
.line-list-lecturer{
    color: #a42008;
	padding: 10px 20px;
    font-size: 20px;
    font-weight: bold;
    background: #f5f8fd;
	}
	
.line-list-lecturer-box{/*
    border: 1px solid #fff;
    background: #fff;*/
    max-width: 1400px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 60px;
    border-radius: 5px;/*
    box-shadow: #dadada 1px 1px 5px 1px;*/
}


.lycate{
    line-height: 1.5;
    font-size: 16px;
    background: #f3f3f3;
    padding: 54px 0 0;
    }
    
    
    .lycate form {
    display: block;
    width: 1200px;
    overflow: hidden;
    padding: 38px 0 60px;
    margin: 0 auto;
}

.lycate form select {
    display: block;
    width: 23%;
    height: 50px;
    color: #666;
    font-size: 16px;
    padding: 0 20px;
    background: #fff;
    border: 0;
    float: left;
    margin-right: 2.5%;
    cursor: pointer;
}

.lycate form input.btn {
    display: block;
    width: 23.5%;
    height: 50px;
    color: #fff;
    font-size: 18px;
    background: #a42008;
    border: 0;
    cursor: pointer;
    float: left;
}


    .search-text form {
    display: block;
    width: 1200px;
    overflow: hidden;
    padding: 38px 0 60px;
    margin: 0 auto;
}

.search-text input {
    display: block;
    width: 74%;
    height: 50px;
    color: #666;
    font-size: 16px;
    padding: 0 20px;
    background: #fff;
    border: 0;
    float: left;
    margin-right: 2.5%;
    cursor: pointer;
	border-radius: 4px;
}

.search-box{
    width: 100%;
    margin: 0 auto;
}

@media(max-width: 1240px){
.lycate form {
    width: auto;
    margin: 0 20px;
    padding: 28px 0 48px;
}
}

@media(max-width: 767px){
.lycate{ padding:24px 0 0;}
.lycate p{ margin-right:-8px;}
.lycate p a{ padding:5px; margin:0 8px 6px 0;}
.lycate form{ padding:10px 0 20px; margin:0 10px;}
.lycate form select{ width:48%; height:40px; font-size:14px; margin:0 4% 4% 0;}
.lycate form select:nth-child(2){ margin-right:0;}
.lycate form input{ width:48%; height:40px; font-size:14px; /*margin:0 4% 4% 0;*/ margin-left:8px;}
.lycate form input:nth-child(4){ margin-right:0;}
.lycate form input.btn{ width:44%; height:40px; font-size:15px;}
}

.line-list-lecturer-h2{
float: left;
font-size: 12px;
}


.line-list-lecturer .form-group{float: left;margin-left:10px;width: 20%;font-size: 10px; max-width:100px;

}

.line-list-lecturer .form-button{
margin-left:10px;
float: left;


}

.line-list-lecturer .form-group .input{

}

.line-list-lecturer .form-button button{
border-radius: 25px;
width: 130px; 
height: 38px;
font-size: 16px;
color: #fff; 
padding: 0 15px;
}
	


@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%;
	}
	
	.listnews-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;
	}
	
	.listnews-box .img,
	.learn-con .img {
		width: 100%;
		height: auto;
	}
	
	.listnews-box {
	padding:10px;
	}

	.partner-box,
	.mode img {
		height: auto;
	}

	.wrapper,
	.w1400 {
		width: 96%;
	}
	
	.wrapper1 {
		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: 132px;
	}

	.ab-video,
	.about-box .ab-info {
		width: 50%;
		/*height: auto;*/
		min-height: 616px;
	}

	.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;
	}
	
	.ab-text {
		margin-bottom: 13px;
	}

	.employer-box .item:nth-child(n+4) {
		margin-top: 25px;
	}
	
	
	.index-line{
	padding: 1rem 0 3rem;
    border-top: 1rem solid #f2f2f2;
    margin-top: 0rem;
	}
	
	
	.listnews-box .img,
	.ab-Details {
		margin-bottom: 20px;
	}
	
	.ab-text {
		margin-bottom: 20px;
	}

	.listnews-box .item:nth-child(n+4) {
		margin-top: 0px;
	}

	.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%;
	}
	.location{ display:none;
	}	
	
	.lecturer-box .lecturer li{
	width: 100px;
	margin-top:15px;
	}	
	
	.footpc-box{
	display:none;	
	}
	
	.footmobile-box{
	display:block;
	padding-bottom: 6.5rem;
	background: #1a2037;			
	}

	.numb {
		padding: 1.8rem 0 1.5rem;
	}

	.numb li {
		width: 33.33%;
		text-align: center;
		font-size: 1.2rem;
		color: #fff;
		float: left;
	}

	.numb li span {
		display: block;
		font-size: 2.4rem;
		font-weight: bold;
	}

	.numb li span em {
		font-size: 0.8rem;
		color: #ec6e89;
	}

	.fwz {
		text-align: center;
		font-size: 1.1rem;
		color: #bcbcbc;
		line-height: 2.3rem;
	}

	.fwz a {
		color: #bcbcbc;
	}

	.fwz em {
		padding: 0 1%;
	}

	.fwz span {
		display: block;
		width: 92%;
		margin: 0 auto 1.4rem;
		border: 1px solid rgba(255, 255, 255, 0.2);
		border-radius: 3rem;
		font-size: 1.2rem;
		color: #fff;
		line-height: 3.5rem;
	}

	.fwz span b {
		font-size: 1.5rem;
		font-weight: bold;
		color: #ec6e89;
	}

	.fwz p a {
		color: #bcbcbc;
		border-right: 1px solid #4c5163;
		line-height: 1rem;
		display: inline-block;
		padding: 0 2.5%;
	}

	.fwz p a:last-child {
		border: 0;
	}

    .fnav02{
        display:none;
    }	
	
	
	
	
	

	.m-message-box {
		width: 100%;
		height: 100%;
		position: fixed;
		z-index: 999;
		background: #0000002e;
		bottom: 0rem;
		display: none;
	}

	.m-message {
		min-width: 320px;
		max-width: 750px;
		width: 100%;
		padding: 3.5rem 5rem 2.5rem;
		background: #fff;
		background-size: 100% 100%;
		box-sizing: border-box;
		position: fixed;
		z-index: 15;
		bottom: 0rem;
		border-top-left-radius: 2rem;
		border-top-right-radius: 2rem;
	}

	.m-message .msg-close {
		position: absolute;
		position: absolute;
		width: 29px;
		height: 29px;
		right: 4%;
		top: 1.3rem;
		z-index: 1;
		cursor: pointer;
	}

	.m-message .msg-close .msg-close-icon {
		width: 100%;
		height: 100%;
		position: relative;
	}

	.m-message .msg-close .msg-close-icon::after,
	.m-message .msg-close .msg-close-icon::before {
		content: "";
		position: absolute;
		width: 1px;
		height: 15px;
		background: #000;
		left: 14px;
		top: 7px;
	}

	.m-message .msg-close .msg-close-icon::after {
		transform: rotate(45deg);
	}

	.m-message .msg-close .msg-close-icon::before {
		transform: rotate(-45deg);
	}

	.m-message h2 {
		font-size: 2rem;
		color: #ec6e89;
		text-align: center;
		line-height: 3rem;
		height: 4.5rem;
	}

	.m-message h2 span {
		position: relative;
		display: block;
	}

	.m-message h2 span::before {
		content: "";
		width: 2rem;
		height: 1px;
		position: absolute;
		left: 0;
		top: 50%;
		background: #ec6e89;
	}

	.m-message h2 span::after {
		content: "";
		width: 2rem;
		height: 1px;
		position: absolute;
		right: 0;
		top: 50%;
		background: #ec6e89;
	}

	.message {
		clear: both;
		/* overflow: hidden; */
	}

	.message li {
		width: 100%;
		line-height: 2.5rem;
		font-style: normal;
		color: #fff;
		font-size: 0;
		display: inline-block;
	}

	.message li label {
		width: 100%;
		float: left;
		font-size: 1.3rem;
		color: #6b6b6b;
	}

	.message li span {
		display: none;
	}

	.message .li1 input[type="radio"] {
		-webkit-appearance: none;
		top: 5px;
		float: left;
		position: relative;
		vertical-align: middle;
		margin-top: 0;
		width: 47%;
		margin-bottom: 1.5rem;
		padding: 0;
	}

	.message .li1 input::after {
		content: '';
		text-align: center;
		width: 100%;
		height: 100%;
		position: absolute;
		font-size: 1.3rem;
		border-radius: 1rem;
		border: #f4f4f4 solid 1px;
		box-sizing: border-box;
	}

	.message .li1 input[type="radio"]:focus {
		outline: none;
	}

	.message li input[type="text"]:focus {
		outline: none;
		border: #ec6e89 solid 1px;
	}

	.message .li1 input:nth-child(2) {
		margin-right: 6%;
	}

	.message .li1 input:nth-child(2)::after {
		content: '月嫂服务';
	}

	.message .li1 input:nth-child(3) {}

	.message .li1 input:nth-child(3):after {
		content: '产后修复';
	}

	.message .li1 input:nth-child(4) {
		margin-right: 6%;
	}

	.message .li1 input:nth-child(4):after {
		content: '催乳通乳';
	}

	.message .li1 input:nth-child(5) {}

	.message .li1 input:nth-child(5):after {
		content: '培训学校';
	}

	.message .li1 input[type=radio]:checked::after {
		border: #ec6e89 solid 1px;
		color: #ec6e89;
		background-color: rgb(236 110 137 / 8%);
	}

	.message li input {
		font-size: 1.3rem;
		color: #a0a0a0;
		height: 3.5rem;
		line-height: 3.5rem;
	}

	.message .li2>input {
		width: 100%;
		border-radius: 1rem;
		border: #f4f4f4 solid 1px;
		box-sizing: border-box;
		padding: 0 1.2rem;
		margin-bottom: 1.5rem;
	}

	.message li select {
		padding: 0 1rem;
		width: 75%;
		height: 2.5rem;
		line-height: 2.5rem;
		box-sizing: border-box;
		background: none;
		display: block;
		float: left;
		border: 1px solid #dddddd;
		border-radius: 2.5rem;
		box-sizing: border-box;
		font-size: 1.1rem;
		color: #aaa9a9;
	}

	.message li select option {
		padding: 0 1rem;
		width: 18.8rem;
		height: 2.5rem;
		line-height: 2.5rem;
		box-sizing: border-box;
		background: none;
		display: block;
		float: left;
		border: 1px solid #dddddd;
		border-radius: 2.5rem;
		box-sizing: border-box;
		font-size: 1.1rem;
		color: #aaa9a9
	}

	.message li input::-webkit-input-placeholder {
		font-size: 1.3rem;
		color: #a1a1a1;
		font-weight: normal;
	}

	.message li input::-moz-placeholder {
		font-size: 1.3rem;
		color: #a1a1a1;
		font-weight: normal;
	}

	.message .submit {
		margin: 0 auto;
		height: 3.5rem;
		line-height: 3.5rem;
		background: #ec6e89;
		border-radius: 3.5rem;
	}

	.message .submit input {
		width: 100%;
		line-height: 3.5rem;
		box-sizing: border-box;
		border: 0;
		background: none;
		display: block;
		font-size: 1.7rem;
		color: #ffffff;
		cursor: pointer;
	}

	.message .submit .form-btn-reset {
		display: none;
	}


	.form{display:none;}
	
	.art-box_l{
    margin-bottom: 55px;
    padding: 10px;
	padding-bottom: 0px;
    overflow: hidden;
    width: 100%;
    float: left;
    background: #fff;
	border-radius: 5px;
    box-shadow: #dadada 1px 1px 5px 1px;
	}
.art-box_r{
    margin: 0px;
    padding: 10px;
    overflow: hidden;
    width: 100%;
    float: right;
    background: #fff;
	border-radius: 5px;
    box-shadow: #dadada 1px 1px 5px 1px;
		}
		
.hotline-box p {
font-size:16px;
}
.hotline-box img{
width: 13%;
}
}



@media (max-width: 1090px) {


	.team1_c dt{
	width: 36.4%;
	}
	
	.team1_c dd{
	width: 54%;
	}
	
	.team1_c dl{
	width: 48%;
	margin: 0 0.8% 20px 0.8%;
	}	
	
	.lecturer-box{
	height: 1036px;
	}
	
	.list-lecturer-team1_c dt{
	width: 36.4%;
	}
	
	.list-lecturer-team1_c dd{
	width: 54%;
	}
	
	.list-lecturer-team1_c dl{
	width: 48%;
	margin: 0 0.8% 20px 0.8%;
	}	
	
	.list-lecturer-lecturer-box{
	height: 1036px;
	}

}


@media (max-width: 1024px) {
.nnav{ height:50px; line-height:50px;}
.nnav li a{ padding:0 10px}
}

@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: 160px;
	}

	.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;*/
		min-height: 80px;
		max-height: 60px;
		overflow: auto;
		}

	.foot-box ul li a {
		padding: 0 14px;
	}

	.sale-box ul li {
		min-height: 450px;
	}
	/*
	.team1{
	background: #f8f8f8;
	padding: 3rem 0;
	font-size: 14px;
	line-height: 26px;
	color: #666;
	}
	
	.team1_c dd .team_ico{
	width: 100%;

	}
	.team1_c dd h4 span{
	font-size:18px;
	}
	.team1_c .more03{
	height: 32px;
    font-size: 14px;
    width: 160px;
    background: #a42008 url(../images/guan_arr.png) no-repeat 83% center; background-size:15px 15px;
	}
	.team_p{
	font-size: 10px;
	}
	.team1_c dd .team_ico span{
	font-size: 10px;
	padding:0 4px;
	}*/
	.team1_c dt{
	width: 36.4%;
	}
	
	.team1_c dd{
	width: 54%;
	}
	
	.team1_c dl{
	width: 48%;
	margin: 0 0.8% 20px 0.8%;
	}	
	
	.lecturer-box{
	height: 1036px;
	}
	
	
	.list-lecturer-box{
	/*height: 1036px;*/
	}
	
	.list-lecturer-team1_c dt{
	width: 36.4%;
	}
	
	.list-lecturer-team1_c dd{
	width: 54%;
	}
	
	.list-lecturer-team1_c dl{
	width: 48%;
	margin: 0 0.8% 20px 0.8%;
	}	
	
	
	
	.ab-video{
	
	min-height: 416px;
	
	}
	
	.navbar-default .navbar-nav>li>a{
		display: block;
		font-size: 13px;	
		}
}

@media (max-width: 920px) {
.nnav ul{ width:100%; float:none; display:flex; display:-webkit-flex;}
.nnav li a{ white-space:nowrap}


	.team1{
	background: #f8f8f8;
	padding: 3rem 0;
	font-size: 14px;
	line-height: 26px;
	color: #666;
	}
	
	.team1_c dl{
	width: 48%;
	margin: 0 0.8% 20px 0.8%;
	}	
	
	.team1_c dd .team_ico{
	width: 100%;

	}
	.team1_c dd h4 span{
	font-size:24px;
	}
	.team1_c .more03{
	height: 32px;
    font-size: 14px;
    width: 160px;
    background: #a42008 url(../images/guan_arr.png) no-repeat 83% center; background-size:15px 15px;
	}
	.team_p{
	font-size: 10px;
	}
	.team1_c dd .team_ico span{
	font-size: 10px;
	padding:0 4px;
	}
	

	.team1_c dt{
	width: 31.4%;/*
	margin-top: 10px;*/
	max-height:131px;
	}
	.team1_c dd{
	width: 56%;
	}
	
	
	.list-lecturer-team1{
	background: #f8f8f8;
	padding: 3rem 0;
	font-size: 14px;
	line-height: 26px;
	color: #666;
	}
	
	.list-lecturer-team1_c dl{
	width: 48%;
	margin: 0 0.8% 20px 0.8%;
	}	
	
	.list-lecturer-team1_c dd .list-lecturer-team_ico{
	width: 100%;

	}
	.list-lecturer-team1_c dd h4 span{
	font-size:24px;
	}
	.list-lecturer-team1_c .list-lecturer-more03{
	height: 32px;
    font-size: 14px;
    width: 160px;
    background: #a42008 url(../images/guan_arr.png) no-repeat 83% center; background-size:15px 15px;
	}
	.list-lecturer-team_p{
	font-size: 10px;
	}
	.list-lecturer-team1_c dd .list-lecturer-team_ico span{
	font-size: 10px;
	padding:0 4px;
	}
	

	.list-lecturer-team1_c dt{
	width: 31.4%;/*
	margin-top: 10px;*/
	max-height:131px;
	}
	.list-lecturer-team1_c dd{
	width: 56%;
	}

}

@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;
	}
	.nnav{ height:45px; line-height:45px;}
	.nnav li a{ padding:0 10px}
	.nnav .wrap{ overflow-x:auto;overflow-y: hidden;}
	.nnav ul{ height:54px;}		
	.navbar-default .navbar-nav>li>a {
		font-size: 14px;
	}	
	
	
	.about-box .ab-video,
	.about-box .ab-info {
		width: 100%;
		height: initial;
		min-height: initial;
		background-size: cover;
	}
	
	.ab-video .info {
    margin-top: 30px;
	}
	.navbar-default .navbar-nav>li:last-child>a {
	margin-right:10px;
	}
}


@media screen and (max-width: 768) and (max-width:976px) {
.navbar-default .navbar-nav>li>a{
font-size:16px;
letter-spacing: 0em;
}
}

@media (max-width: 980px) {
navbar-nav{display: none;
}
.salon_info {
    padding: 6% 4% 0 5%;
}
}
@media (max-width:820px){
.navbar-default .navbar-nav>li>a{
display: block;
font-size: 10px;
margin: 0 6px;
}
		}
@media (max-width: 767px) {
	.logo,.links {
		display: none;
	}
}

@media (max-width: 640px) {
	.nnav{ height:40px; line-height:40px;}
	.nnav ul{ height:45px}
	.nnav li a:after{border-right:5px solid transparent;border-left:5px solid transparent;border-top:5px solid #a42008; margin-left:-5px}
	.nnav li.cur a:after, .nnav li:hover a:after{bottom:-5px}
}

@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 30px;
		width: 100%;
	}

	.hotline-box>div {
		margin: 15px auto;
		width: 50%;
		padding-left: 5px;
	}
	.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{
	font-size:16px;
	padding: 10px;
	}
	
	.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;
	}
	

	.home-td .info span{
		font-size: 20px;
		margin-top:5px;
	}
	
	.home-td .info p {
    margin-bottom: 20px;
}

	.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: 14px;
	}
	
	.yw-foot p{
	padding: 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;
	}


	.listnews-box .img span,
	.lunbo .txt p {
		font-size: 18px;
	}

	.lecturer-box .lecturer li{
	width: 100px;
	margin-top:15px;
	}

	.listnews-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%;
	}
	
	.listnews-box .item:nth-child(3n) {
		margin-right: 3%;
	}

	.service-box li:nth-child(2n),
	.employer-box .item:nth-child(2n),
	.listnews-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;
	}
	
	.teamstyle-box {
		height: auto;
		padding-bottom: 40px;
	}
	
	.lecturer-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;
		padding: 1px;		
	}

	.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: #a42008;
		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: #a42008;
		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%;
		height: 140px;
		object-fit: cover;
	}

	.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,
	.gs-xw,.listnews-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: 10px;
		 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: 7px;
	     border-radius: 3px;
	     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: #a42008;
	 }
	 .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;}
	
	
		.team1{
	background: #f8f8f8;
	padding: 3rem 0;
	font-size: 14px;
	line-height: 26px;
	color: #666;
	}
	
	.team1_c dl{
	width: 100%;
	float: left;
	background: #fef5f5;
	border-radius: 9px;
	box-shadow: 0 0 1px 1px rgba(0,0,0,0.05);
	margin: 0 1.25% 20px 0;
	padding: 23px 0;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	}
	.team1_c dd h4 span{
	font-size:20px;
	}
	
	
	.list-lecturer-team1{
	background: #f8f8f8;
	padding: 3rem 0;
	font-size: 14px;
	line-height: 26px;
	color: #666;
	}
	
	.list-lecturer-team1_c dl{
	width: 100%;
	float: left;
	background: #fef5f5;
	border-radius: 9px;
	box-shadow: 0 0 1px 1px rgba(0,0,0,0.05);
	margin: 0 1.25% 20px 0;
	padding: 23px 0;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	}
	.list-lecturer-team1_c dd h4 span{
	font-size:20px;
	}

	
		.fnav02 {
		position: fixed;
		bottom: 0;
		min-width: 320px;
		max-width: 750px;
		width: 100%;
		height: 5rem;
		background: #fff;
		z-index: 9999;
		display:block;
	}

	.fnav02 li {
		width: 22%;
		float: left;
		height: 5rem;
		position: relative;
		text-align: center;
	}

	.fnav02 li:before {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		width: 1px;
		height: 100%;
		background: rgba(0, 0, 0, 0.1);
	}

	.fnav02 li a {
		display: block;
		color: #666;
		font-size: 1.2rem;
		height: 5rem;
		font-family: "Microsoft YaHei";
    		line-height: initial;
	}

	.fnav02 li em {
		display: block;
		width: 1.5rem;
		margin: 0 auto 0.2rem;
		padding-top: .8rem;
	}

	.fnav02 li em img {
		display: block;
		width: 100%;
	}

	.fnav02 li:nth-child(2) {
		margin-right: 12%;
	}

	.fnav02 li:nth-child(2):before,
	.fnav02 li:nth-child(4):before,
	.fnav02 li:nth-child(5):before {
		background: none;
	}

	.fnav02 li:nth-child(5) {
		width: 5.4rem;
		height: 5.4rem;
		border-radius: 5.4rem;
		background: #a42008;
		/* background: rgb(26, 173, 23); */
		position: absolute;
		bottom: 0;
		left: 50%;
		margin-left: -2.7rem;
		overflow: hidden;
		box-shadow: 0 0.125rem 0.8rem 0 rgb(0 0 0 / 20%);
	}

	.fnav02 li:nth-child(5) em {
		display: block;
		width: 4rem;
		/* height: 4rem; */
		margin: 0 auto;
		padding-top: 0.2rem;
	}

	.fnav02 li:nth-child(5) a {
		color: #fff;
	}

	.fnav02 li .wx-icon {
		width: 5.4rem;
		height: 5.4rem;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}

	.fnav02 li .wx-icon>img {
		width: 1.8rem;
	}

	.fnav02 li .wx-icon>em {
		font-size: 1rem;
		color: #FFF;
		font-style: normal;
	}
	
	
	.iline{
    border-top: 1rem solid #f2f2f2;
    margin-top: 4rem;}

    .mlanmu-box{
    margin-top:30px;
	margin-bottom:30px;
	display:block;}
    .mlanmu-ser{ margin:2.4rem 0 2.2rem;}
    .mlanmu-ser p{ width:25%; float:left; text-align:center; font-size:1.2rem; color:#333;}
    .mlanmu-ser p em{ display:block; width:65.24%; margin:0 auto 0.7rem;}
    .mlanmu-guan{ position:relative; width:92%; margin:0 auto;}
    .mlanmu-guan p{ font-weight:bold;font-size:1.5rem; color:#a42008; position:absolute; top:2.5rem; left:7.53%;}
    .mlanmu-guan p em{ display:block; font-size:1.1rem; color:#333; margin:0.6rem 0;}
    .mlanmu-guan p a{ display:block; width:48%; height:3rem; font-size:1.1rem; line-height:3rem; color:#fff; padding-left:6%; box-sizing:border-box; background:#a42008 url(../images/guan_arr.png) no-repeat 80% center; background-size:0.9rem 0.9rem; border-radius:5rem;}


.m-txt3 .tabel a{
margin-right: 15px;
}

}



@media (max-width: 660px) {

	.team1_c dt{
	width: 36.4%;
	max-height: 136px;
	}
	
	.team1_c dd{
	width: 54%;
	}
	
	.team1_c dl{
    width: 100%;
    float: left;
    background: #fef5f5;
    border-radius: 9px;
    box-shadow: 0 0 1px 1px rgba(0,0,0,0.05);
    margin: 0 1.25% 20px 0;
    padding: 23px 0;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
	}	
	
	.lecturer-box{
	height: 1036px;
	background: url(../images/servbg.jpg) no-repeat center 0 #fff;
	}
	
	
	.list-lecturer-team1_c dt{
	width: 36.4%;
	max-height: 136px;	
	}
	
	.list-lecturer-team1_c dd{
	width: 54%;
	}
	
	.list-lecturer-team1_c dl{
    width: 100%;
    float: left;
    background: #fef5f5;
    border-radius: 9px;
    box-shadow: 0 0 1px 1px rgba(0,0,0,0.05);
    margin: 0 1.25% 20px 0;
    padding: 23px 0;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
	}	
	
	.list-lecturer-box{
	/*height: 1036px;*/
	background: url(../images/servbg.jpg) no-repeat center 0 #fff;
	}

}
@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;
	}
}
















.warp-silder{background: url("../images/bk_2.jpg") no-repeat 0 0; width: 1200px;	margin: 30 auto;;height: 624px;}

.f-more{
    padding: 10px;
    display: block;
}
.f-more img{}
.f-more p{
    font-size: 18px;
    color: #333333;
    margin: 24px 0 10px;
    padding: 0 10px;
}
.f-more span{
    font-size: 15px;
    line-height: 22px;
    padding: 0 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #666;
    overflow: hidden;
}
.l-more{
    border: 1px solid #eee;
    color: #c9c9c9;
    line-height: 34px;
    width: 114px;
    display: block;
    text-align: center;
    margin: 10px 0 30px 20px;
}

.lecturer-nr .pic img{
    width: 100%;
    height: auto;
    cursor: pointer;
    transition: all 1.5s;
}

.lecturer-nr .wenzi{
    line-height: 30px;
    padding: 15px 0;
    font-size: 18px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	}
	
.lecturer-nr a{
    display: block;
    padding: 14px 14px 26px;
    margin: 0 11px;
    float: left;
    background: #fff;
}

.lecturer-nr {
    /*width: 20% ;*/
    float: left;
    margin: 0 0 25px;
}

.lecturer-ys .swiper-slide{
    float: left;
    width: 32%;
    margin-right: 2%;
    box-shadow: 0 0 15px #ccc;
    margin-bottom: 45px;
}


@media (max-width: 1200px) {
    .warp-silder{
        height: 520px;
		}
		
.lecturer-nr .wenzi{ line-height:25px; padding:10px 0 10px 10px; font-size:16px;}

		
}





/* ---列表分页 ------- */

.paged {
  font-size: 0;
  text-align: center;
  margin-top: 40px;
}
.paged a,
.paged .p_info,
.paged .current {
  display: inline-block;
  vertical-align: top;
  margin: 4px 4px;
  padding: 0 15px;
  height: 38px;
  line-height: 38px;
  font-size: 15px;
  text-align: center;
  color: #333;
  background-color: #fff;
  border-radius: 2px;
  box-sizing: border-box;
  transition: all 0.3s;
  border: 1px solid #eee;
}
.paged .current,
.paged a:hover {
  color: #eee;
  background: #a42008;
}
.paged .disabled {
  cursor: default;
  background-color: #e0e0e0;
}
.paged .disabled:hover {
  color: #333;
  background-color: #e0e0e0;
}





/*滚动条自定义*/
.csr-col::-webkit-scrollbar{width:3px;}
.csr-col::-webkit-scrollbar-track{border-radius:5px;}
.csr-col::-webkit-scrollbar-thumb{border-radius:5px;background:#c0c0c0;}

.awarded-box .info::-webkit-scrollbar{width:3px;}
.awarded-box .info::-webkit-scrollbar-track{border-radius:5px;}
.awarded-box .info::-webkit-scrollbar-thumb{border-radius:5px;background:#c0c0c0;}

.ab-text::-webkit-scrollbar{width:3px;}
.ab-text::-webkit-scrollbar-track{border-radius:5px;}
.ab-text::-webkit-scrollbar-thumb{border-radius:5px;background:#c0c0c0;}

.salon_info p::-webkit-scrollbar{width:3px;}
.salon_info p::-webkit-scrollbar-track{border-radius:5px;}
.salon_info p::-webkit-scrollbar-thumb{border-radius:5px;background:#c0c0c0;}


.about-box .ab-info::-webkit-scrollbar{width:3px;}
.about-box .ab-info::-webkit-scrollbar-track{border-radius:5px;}
.about-box .ab-info::-webkit-scrollbar-thumb{border-radius:5px;background:#c0c0c0;}

.nry-lecturer .txt::-webkit-scrollbar{width:3px;}
.nry-lecturer .txt::-webkit-scrollbar-track{border-radius:5px;}
.nry-lecturer .txt::-webkit-scrollbar-thumb{border-radius:5px;background:#c0c0c0;}

/*滚动条自定义end*/



/*.index_mdzs .title h3{ text-align:center; line-height:60px; font-size:40px;font-weight:bold;color:#73161a;}
.index_mdzs .title h3 span{color:#e71419; }
.index_mdzs .conn{ margin-top:40px;}
.index_mdzs_bg{ background: url(../images/index_mdzs_bg.png) no-repeat top center; background-size: cover;}
.section02{ padding:80px 0 80px 0;}
.index_mdzs_bg{ background: url(../images/index_mdzs_bg.png) no-repeat top center; background-size: cover;}

.lecturer-nr .pic{ position:relative; overflow:hidden;border-radius: 10px 10px 0px 0px;}
.lecturer-nr{ background:#fff;border-radius: 10px;overflow: hidden;float:left;box-shadow: 0 0 1px #ccc; margin:10px;}
.lecturer-nr:hover{box-shadow: 0 0 1px #999;}
.lecturer-nr .wenzi{ line-height:30px; padding:15px 0; font-size:18px; text-align:center;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.lecturer-nr:hover .wenzi{ background-color:#fdd405; color:#73161a;}

.honorlist .swiper-pagination{bottom:0}
.honorlist .swiper-pagination-bullet{ height:14px;width:14px; background:#555; opacity:1; margin:0 5px}
.honorlist .swiper-pagination-bullet-active{ background:#73161a}
.history-list .swiper-container{ /*padding:0 50px;overflow:hidden}*/ 

