/*=================================author：Dawson====================================== */

/*======================================================================================*/
/* --------------------------------CSS CONSTRUCTOR-------------------------------------- */
/*======================================================================================*/



/*===========1.首页=================================================================*/
/* ----------1.1 index.html------ */
/*=================================================================================*/

/*===========2.关于我们==============================*/
/* ----------2.1 about.html------ */
/* ----------2.2 主营业务——business.html------ */
/*==================================================*/


/*===========3.全国布局=======================================*/
/* ----------3.1 nationwide.html---- */
/* --------------3.1.1 医养机构--sub_health_industry.html---- */
/* --------------3.1.2 嵌入式综合体--sub_nationwide.html----- */
/* --------------3.1.3 居家中心--sub_pension_community.html-- */
/* --------------3.1.4 上门服务----------------------------- */
/*============================================================*/


/*===========4.贴心服务===================================*/
/* ----------4.1 service.html------------- */
/* ----------4.2 service_detail.html------ */
/*========================================================*/


/*===========5.新闻中心================================*/
/* ----------5.1 悦华动态————news.html------------- */
/* ----------5.2 媒体报道————medical.html---------- */
/* ----------5.3 行业新闻————trade_news.html------- */
/* ----------5.4.新闻详情页——news_detail.html------ */
/*=====================================================*/


/*===========6.加入悦华====================================*/
/* ----------6.1 企业理念——recruit.html------------- */
/* ----------6.2 人才发展——talent_develop.html------- */
/* ----------6.3 招贤纳士——employ.html------- */
/* --------------6.3.1 社会招聘——sub_social_recruit.html------- */
/* --------------6.3.2 sub_school_recruit.html------- */
/* ----------6.4.联系HR——recruit.html------ */
/*=========================================================*/

/*===========7.联系我们============================*/
/* ----------7.1.联系我们——contacts.html--------- */
/* ----------7.2.寻求合作——cooperation.html------ */
/*===================================================*/


/* ----------------一下暂定-删除项-------------------- */

/*===========9.集团产业——industry.html===============*/

/*===========10.主营业务——business.html===============*/

/*===========11.经典案例——cases.html==================*/






/*===========1.首页=================================================================*/
/* ----------1.1 index.html------ */
/*=================================================================================*/
.container-fluid.slide{
	height: auto;
	z-index: 100;
	padding-top: 95px;
}
.list-unstyled li a:hover{
	color:var(--theme);
}
.container-fluid.slide .swiper-slide img{
	width: 100%;
	height: auto;
}
.container-fluid.slide .swiper-slide a{
	display: block;
}

.container-fluid.slide:hover .prev_next{
	visibility: visible;
}

.container-fluid.slide .prev_next{
	color: var(--theme);
	visibility: hidden;
}

.my-bullet{
	background-color: #FFF;
	width: 15px;
	height: 15px;
	display: inline-block;
	border-radius: 100%;
	opacity: 1;
	margin: 0 1rem !important;
}

.swiper-pagination-bullet-active{
	background-color: var(--theme);
}

.row.breadcrumb,
.row.industry_carousel,
.row.cor_bussiness,
.row.about,
.row.cor_recruit,
.row.contact_us{
	margin-left: 0;
	margin-right: 0;
}

/* ----------2.2 index news------------ */

.index_content{
	margin-top: 2%;
}
.index_content .realtime_news{
	margin: 90px auto 40px auto;
	height: 160px;
}
.index_content .hot_news{
	height: 100%;
	padding-right: 2%;
	color: rgb(100, 100, 100);
}
.index_content .hot_news p{
	line-height: 2.2rem;
}
.index_content .hot_news .title{
	font-size: 18px;
	color: #606060;
}
.index_content .hot_news .time{
	font-size: 22px;
	color: var(--theme);
}
.index_content .hot_news .brief{
	font-size: 16px;
	margin-top: 2%;
}


.index_content .news_tabs li{
	margin-right: 3rem;
}
.index_content .news_tabs #mytab a{
	font-size: 1.8rem;
	/* color: rgb(100, 100, 100); */
	color: #606060;
	padding-bottom: 1.5rem;
}
.index_content .news_tabs li a.active{
	border-bottom: 2px solid var(--theme);
}
.realtime_news a{
	font-size: 1.4rem;
	display: block;
	color: rgb(100, 100, 100);
	line-height: 25px;
}
.content #myTabContent{
	padding-top: 2.6%;
}
.index_content #myTabContent p{
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	width: 100%;
	margin-bottom: 0;
}

/* ----------2.3 six modules------------ */

.home_link{
	height: 200px;
	background-color: #f4f4f4;
}
.home_link .page1200{
	position: relative;
	height: 100%;
	width: 1200px;
}
.home_link .class{
	position: absolute;
	top: 0;
	width: 133px;
	height: 100%;
	float: left;
	overflow: hidden;
	max-width: 600px;
	z-index: 65;
}

.home_link a,
.home_link a>img{
	width: 100%;
	height: 100%;
	display: block;
}

.home_link .module_active{
	width: 266px;
	height: 100%;
}

.home_link .box{
	width: 133px;
	height: 100%;
}

.home_link .pon{
	position: absolute;
	top: 0;
	left: 0;
	width: 266px;
	height: 100%;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	-moz-transition: 0.4s;
	transition: 0.4s;
	/* visibility: hidden; */
	background-image: inherit;
}
.home_link .pon img{
	display: block;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	margin: 0 auto;
	width: 55px;
	height: 55px;
	padding: 30px 0;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	-moz-transition: 0.4s;
	transition: 0.4s;
	border: 0;
}

.home_link .pon p{
	font-size: 20px;
	line-height: 26px;
	text-align: center;
	color: #fff;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
}

.home_link .pon p.z{
	font-size: 10px;
	opacity: .5;
}


.home_link .module_active .pon img{
	opacity: 0;
}
.home_link .module_active .pon p {
	text-align: left;
	padding-left: 40px;
}
.home_link .yl_service .pon{
	/* background-color: #e7380c; */
	background: url("../../images/two-module.png") no-repeat;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
}
.home_link .pension_service .pon{
	/* background-color: #e7380c; */
	background: url("../../images/one-module.png") no-repeat;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
}
.home_link .jk_platform .pon{
	/* background-color: #f7b500; */
	background: url("../../images/two-module.png") no-repeat;
	-o-background-size: 170px 240px;
	background-size: 170px 240px;
	/* background-size: 100% 100%; */
}
.home_link .intellgence_platform .pon{
	/* background-color: #f7b500; */
	background: url("../../images/one-module.png") no-repeat;
	-o-background-size: 170px 240px;
	background-size: 170px 240px;
	/* background-size: 100% 100%; */
}
.home_link .industry_consultant .pon{
	/* background-color: #f7b500; */
	background: url("../../images/three-module.png") no-repeat;
	-o-background-size: 170px 250px;
	background-size: 170px 250px;
}
.home_link .pension_configuration .pon{
	/* background-color: #dc0b42; */
	background: url("../../images/four-module.png") no-repeat;
	-o-background-size: 170px 250px;
	background-size: 170px 250px;
}
.home_link .pension_travel .pon{
	/* background-color: #dc0b42; */
	background: url("../../images/five-module.png") no-repeat;
	-o-background-size: 170px 250px;
	background-size: 170px 250px;
}
.home_link .pension_catering .pon{
	/* background-color: #dc0b42; */
	background: url("../../images/six-module.png") no-repeat;
	-o-background-size: 170px 250px;
	background-size: 170px 250px;
}

.home_link .module_active .pon{
	background-image: none;
}





/* --------------2.4 vedio--------------- */


.dynamic_brand{
	position: relative;
	height: 500px;
	/* padding-left: 6.66%;
	padding-right: 6.66%; */
	margin-top: 4%;
	/* margin-bottom: 4%; */
	/* background-color: #f7f7f7; */
}
.dynamic_brand .brand_detail{
	/* border: 1px solid red; */
	padding: 4% 1% 0 0;
}
.brand_detail .brand_gray{
	/* border: 1px solid black; */
	background-color: #efefef;
	height: 80%;
	padding: 8% 6% 8% 0;
}
.brand_detail .brand_intro{
	/* border: 1px solid blue; */
	background-color: #fff;
	height: 100%;
	padding: 6%;
}
.brand_intro .intro_h1{
	margin-bottom: 1rem;
}
.brand_intro .intro_p1{
	margin-bottom: 2rem;
	color: #cbcccb;
}
.brand_intro .intro_p2{
	margin-bottom: 3rem;
	color: #898a8a;
	font-size: 15px;
}
.brand_intro .intro_btn{
	color: var(--theme);
	border: 1px solid var(--theme);
	padding: .375rem 1.75rem;
}
.dynamic_brand .brand_content{
	height: 100%;
}
.dynamic_brand .vedio{
	width: 100%;
	height: 90%;
}
.dynamic_brand video{
	width: 100%;
	height: 97%;
}
.dynamic_brand select{
	/* margin: 2rem auto; */
	height: 6%;
}

/* --------------2.5 专业服务--------------- */
.professional_title{
	margin: 6rem auto 5rem;
}
.professional_title h1{
	font-weight: 600;
}
.professional_title span{
	font-size: 16px;
	color: #bababa;
}
.professional_service{
	/* height: 480px; */
}
.professional_service a{
	color: #000;
	display: block;
	height: 100%;
}
.professional_service .pro{
	/* border: 1px solid blue; */
	padding: 0 .5%;
	font-size: 20px;
}
.pro .pro-top{
	border: 1px solid lightgray;
	height: 70%;
	padding: 0 5% 0 5%;
}
.pro .pro-top img{
	width: 100%;
	height: 100%;
}
.professional_service .pro:nth-child(odd) .pro-top img{
	margin-top: 7%;
	margin-bottom: -11%;
}
.professional_service .pro:nth-child(even) .pro-top img{
	margin-top: -7%;
}
.pro .pro-bottom{
	height: 30%;
}
.pro .pro-bottom:nth-child(even){
	padding-top: 14%;
}
.pro .pro-bottom .pro-bottom-tit{
	font-weight: 600;
	font-size: 87.5%;
	margin-bottom: 1rem;
}
.pro .pro-bottom .pro-bottom-content{
	font-size: 67.5%;
	color: #9D9D9D;
	line-height: 2.8rem;
}
/* --------------2.5 专业团队--------------- */
.professional_team{
	height: 450px;
	/* border: 1px solid red; */
}
.team_pic{
	width: 100%;
	height: 100%;
}
.team_pic .swiper-slide{
	position: relative;
}
.team_pic :not(.swiper-slide-active){
	/* display: none; */
}
.team_pic img{
	width: 75%;
	/*height: 75%;*/
	position: absolute;
	left: 0;
	top: 0;
}
.team_pic .team_pic_detail{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 72%;
	height: 35%;
	padding: 3.5% 10% 4% 3.5%;
	background: url('../../images/bg_team.png') repeat;
}
.team_pic .team_pic_detail .team_pic_detail_title{
	font-weight: 600;
}
.team_pic .team_pic_detail p{
	color: #989898;
	line-height: 2;
	font-size: 1.4rem;
}

.team_class{
	height: 90%;
}
.team_class .swiper-wrapper{
	align-items: flex-end;
	height: 100%;
}
.team_class .swiper-slide{
	height: 110px;
	width: 88%;
	background-color: #f2981a;
}
.team_class .swiper-slide-thumb-active{
	display: none;
}
.team_class .swiper-slide a{
	display: block;
	height: 100%;
	width: 100%;
	/* padding-left: 10%; */
}
.team_class .class_body{
	height: 60%;
	width: 100%;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	padding-left: 8%;
}
.team_class .class_pic{
	width: 70px;
	height: 70px;
	border-radius: 100%;
	/* width: 26%;
	height: 52%;
	border-radius: 100%; */
	border: 1px solid lightgray;
	overflow: hidden;
	float: left;
}
.team_class .class_brief{
	padding:1% 5% 0 5%;
	float: right;
	color: #fff;
	width: 78%;
}
.team_class .class_brief_p{
	color: #fbd9a2;
}
.team_class .class_pic img{
	width: 100%;
	height: 100%;
}
/* --------------2.6 在线预约--------------- */
.online_order{
	height: 500px;
	background-image: url('../../images/world01.png');
	background-color: #1c1c20;
	background-size: contain;
	margin-top: 50px;
}
.online_order .col-12,
.online_order .page1200{
	height: 100%;
}

.online_order .con_us{
	padding: 5% 5% 5% 10%;
}
.online_order .con_online{
	padding: 7% 11% 4% 0;
}
.online_order .con_us_title{
	color: #fff;
}
.online_order .con_us_p1{
	color: #f2c438;
	margin-top: 30%;
	font-size: 1.6rem;
	font-weight: 600;
}
.online_order .con_us_p{
	color: #7b7b7b;
	font-size: 1.3rem;
	font-weight: 600;
}
.con_online form{
	background: #fff;
	height: 100%;
	width: 100%;
	padding: 7% 5% 5% 8%;
}
.con_online .form_title{
	margin-bottom: 3.5rem;
}
.con_online input{
	border-top: 0;
	border-right: 0;
	border-left: 0;
	/* height: 30px; */
}
.con_online label{
	font-size: 1.5rem;
	line-height: 2;
	padding-right: 0;
	color: #ced4da;
	padding-bottom: 0;
}
/* .online_order .con_online .online_inp{
	padding-left: 0;
} */
.con_online .form-control{
	font-size: 1.5rem;
	border-radius: 0;
}
.con_online .form-control:focus{
	border-top-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	box-shadow: none;
}

.con_online #btnForm,
.con_online #medbtnForm{
	border: 1px solid var(--theme);
	margin-top: 8%;
	font-size: 2.2rem !important;
	color: var(--theme);
}
.con_online p{
	margin-top: 2%;
	color: var(--theme);
	font-size: 1.2rem;
	padding-right: 0;
	padding-left: 20px;
}
.con_online .modal .modal-body{
	padding: 2rem;
}
.con_online .modal .modal-footer{
	border: none;
	padding-right: 3rem;
}
.con_online .modal .modal-footer .btn{
	font-size: 1.8rem;
}

/*===========2.关于我们================================================================*/
/* ----------2.1 about.html------------------------------------------------ */
/* ----------2.2 主营业务——business.html------------------------------------ */
/*=====================================================================================*/


/* ----------2.1 about.html------------------------------------------------ */
.about .content_title{
	/* margin: 4rem auto; */
}

.about .content_title h2{
	text-align: center;
	font-size: 30px;
	margin-top: 95px;
}

.about .cooperation_scale img{
	width: 100%;
}

/* 集团简介 */
.company_introduce .about_content{

	background: url("../../images/about_02.jpg") no-repeat;
	-o-background-size: cover;
	background-size: cover;
	height: 1200px;
	text-indent: 4.3em;
	text-align: left;
	padding-top: 50px;
}
.company_introduce p{
	font-size: 21px;
	color: #807f83;
	line-height: 1.8em;
}

/* 创新模式 */
.innovation_model{
	background-color: #f2f2f2;
	height: 585px;
	text-align: center;
}
.innovation_model h3{
	color: var(--theme);
	margin-top: 50px;
	font-size: 2.4rem;
}
.innovation_model p{
	font-size: 2rem;
	color: #797173;
}
.innovation_model p:nth-child(n+4){
	color: lightgray;
	font-family: 'Times New Roman', "Microsoft YaHei";
}

/* 企业文化 */
.corporate_culture .col_culture{
	padding:0 3px;
}
.corporate_culture .col_culture>div{
	max-width: 400px;
	background-color: #f2f2f2;
}
.corporate_culture .culture_info{
	width: 100%;
	padding: 1rem;
}
.corporate_culture .col_culture img{
	width: auto;
	max-width: 100%;
	height: auto;
}
.corporate_culture h4,
.corporate_culture p{
	color: #797173;
	text-align: center;
}
.corporate_culture h4{
	font-size: 20px;
	margin-bottom: 1rem;
}
.corporate_culture p{
	font-size: 1.4rem;
	margin: 5px auto;
}

/* 荣誉墙 */
.honor_wall,
.leadership,
.coorperation_team,
.coorperation_envir{
	padding-left: 5.8%;
	padding-right: 5.8%;
}

.honor_wall .swiper-button-prev,
.honor_wall .swiper-button-next,
.leadership .swiper-button-prev,
.leadership .swiper-button-next,
.coorperation_team .swiper-button-prev,
.coorperation_team .swiper-button-next,
.coorperation_envir .swiper-button-prev,
.coorperation_envir .swiper-button-next{
	color: var(--theme);
}
.honor_wall:hover .swiper_toggle,
.leadership:hover .swiper_toggle,
.coorperation_team:hover .swiper_toggle,
.coorperation_envir:hover .swiper_toggle{
	visibility: visible;
}
.honor_wall .swiper-button-prev{
	left: 60px;
}
.honor_wall .swiper-button-next{
	right: 60px;
}
.leadership .swiper-button-prev{
	left: 60px;
}
.leadership.swiper-button-next{
	right: 60px;
}
.honor_wall .swiper-wrapper>.swiper-slide{
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	-o-transform: scale(0.7);
	transform: scale(0.7);
	-webkit-transition: 700ms;
	-o-transition: 700ms;
	-moz-transition: 700ms;
	transition: 700ms;
}
.leadership .swiper-wrapper>.swiper-slide{
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	-o-transform: scale(0.7);
	transform: scale(0.7);
	-webkit-transition: 700ms;
	-o-transition: 700ms;
	-moz-transition: 700ms;
	transition: 700ms;
}
.honor_wall .swiper_toggle,
.leadership .swiper_toggle,
.coorperation_team .swiper_toggle,
.coorperation_envir .swiper_toggle,
.coorperation_team .swiper-slide.swiper-slide-next,
.coorperation_envir .swiper-slide.swiper-slide-next,
.coorperation_team .swiper-slide.swiper-slide-prev,
.coorperation_envir .swiper-slide.swiper-slide-prev,
.honor_wall .swiper-slide:not(.swiper-slide-prev):not(.swiper-slide-active):not(.swiper-slide-next),
.leadership .swiper-slide:not(.swiper-slide-prev):not(.swiper-slide-active):not(.swiper-slide-next) {
	visibility: hidden;
}
.honor_wall .swiper-wrapper>.swiper-slide-duplicate-active,
.honor_wall .swiper-wrapper>.swiper-slide-active{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.leadership .swiper-wrapper>.swiper-slide-duplicate-active,
.leadership .swiper-wrapper>.swiper-slide-active{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.honor_wall .swiper-slide img{
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.leadership .swiper-slide img{
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}


/* 企业规模 */
/* .cooperation_scale{
	background: url("../../images/corp.png") no-repeat;
	-o-background-size: cover;
		background-size: cover;
	height: 780px;
} */
.cooperation_scale .scale_info{
	margin-top: 20%;
	margin-right: 18%;
	font-size: 1.4rem;
}
.cooperation_scale .about_content div p{
	font-size: 1.4rem;
}


/* 品牌故事 */
.brand_story{
	background: url("../../images/about_01.jpg") no-repeat;
	-o-background-size: cover;
	background-size: cover;
	height: 720px;
}
.brand_story .brand_story_content{
	padding-top: 8em;
	text-align: center;
	/* padding-left: 5.8%;
	padding-right: 5.8%; */
}
.brand_story p{
	font-size: 20px;
	color: #807f83;
	line-height: 1.8em;
	text-align: left;
}
.brand_story .name{
	text-align: right;
}

/* 悦华团队 && 办公环境*/
.coorperation_team .col-md-12>div div,
.coorperation_envir .col-md-12>div div{
	margin-top: 5px;
}
.coorperation_team .col-4,
.coorperation_envir .col-4{
	padding: 5px;
	margin-top: 0;
	margin-bottom: 0;
}
/* 图片自适应 */
.coorperation_team img,
.coorperation_envir img{
	width: 100%;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	z-index: -1;
}
.coorperation_envir img:hover{
	/* scale: 1.7; */
	/* border: 1px solid red; */
}
.coorperation_envir{
	margin-bottom: 4rem;
	z-index: 1;
}

.coorperation_envir .swiper-wrapper{
	z-index: 1;
}
.coorperation_envir .swiper-slide{
	z-index: 1;
}

/* -------------------------------2.2.主营业务——business.html---------------------------- */

.cor_introduce{
	padding-left: 128px;
	margin:40px auto;
	height: 0;
	padding-bottom: 21%;
	background:url("../../images/business_06.jpg") no-repeat;
	-o-background-size: cover;
	background-size: cover;
	color: #ffb167;
}
.cor_introduce .intro{
	width: 70%;
	height: 100%;
	float: left;
	/* 文字实现垂直居中 */
	padding-top: 4%;
	padding-right: 8%;
	padding-bottom: 4%;
}
.cor_introduce .intro p{
	color: #fed6b2;
	font-size:1.8em;
	margin-top:6%;
	padding-right: 4%;
	line-height: 1.7em;
}


/* 遮罩层 */
.cor_business.business_shade .bg_background img{
	width: 100%;
	height: auto;
}


.cor_business.business_shade{
	position: relative;
}
.cor_business .bg_shade{
	position: absolute;
	left: 0;
	bottom: 0;
	padding-right: 0;
	padding-left: 0;
	height: 15.6%;
	z-index: 100;
}
.cor_business .bg_shade .fringe{
	width: 2%;
	height: 100%;
	float: left;
	background-color: black;
	opacity: 0.5;
}
.cor_business .bg_shade .class{
	float: left;
	height: 100%;
	display: table;
	background-color: black;
	opacity: 0.5;
}
.cor_business .bg_shade :not(.fringe){
	width: 16%;
	padding-left: 0;
	padding-right: 0;

}

/* 遮罩出现上的悬浮*/
.cor_business .bg_shade div:not(.fringe):hover{
	background-color: var(--theme);
	opacity: 1;
}
.cor_business .bg_shade a{
	width: 100%;
	margin: auto auto;
	font-size: 30px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.cor_business .bg_shade a:hover{
	text-decoration: none;
}
.cor_business .bg_shade .class span{
	color: #fff;
	font-size: 2.5rem;
}
.business_title{
	margin-top: 95px;
}

.business_title h1{
	text-align: center;
	font-size: 30px;
	margin: 95px auto 50px auto;
}

.cor_business .cor_right{
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	/* max-height: 570px; */
}
.business .busi{
	background-color: #f4f4f4;
}
.cor_business .cor_right img{
	width: 100%;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

/* ----------cor_left------------ */
.busi .cor_left{
	padding-top: 2%;
	padding-right: 1%;
}
.cor_business:nth-child(odd) .cor_left{
	padding-right: 10%;
}
.cor_business:nth-child(even) .cor_left{
	padding-left: 3.65%;
}
.cor_business .cor_left .busi-tit{
	height: 13%;
	/* border: 1px solid red; */
}
.cor_business .cor_left .busi-p{
	height: 87%;
	/* border: 1px solid red; */
}

.cor_business .cor_left p{
	color: #807f83;
}

.cor_business .cor_left h3{
	color: var(--theme);
	font-size: 2.4rem;
}

/* .cor_business .cor_left .col-12{
	padding-right: 20px;
} */

.cor_business .bg_background img{
	max-width: 100%;
	max-height: 100%;
	z-index: 10000;
}

.cor_business:last-child{
	margin-bottom: 4em;
}



/*===========3.全国布局======================================================================*/
/* ----------3.1 nationwide.html------------------------------------ */
/* --------------3.1.1 医养机构--sub_health_industry.html----------- */
/* --------------3.1.2 嵌入式综合体--sub_nationwide.html------------ */
/* --------------3.1.3 居家中心--sub_pension_community.html-------- */
/* --------------3.1.4 上门服务----------------------------------- */
/*===========================================================================================*/


/* ----------3.1.全国布局——nationwide.html------------- */
.bg-institution-1{
	background: url("../../images/bg-institution-1.jpg") no-repeat center center;
	background-size: cover;
}
.nationwide .pen_class_bg{
	background: url("../../images/bg-institution-1.png") no-repeat;
	/* height: 720px; */
}
.nationwide .nav-tabs li{
	padding-bottom: 2.5%;
}
.nationwide .nav-tabs li .title.active{
	border-color: var(--theme);
}
.nationwide .nav-tabs li:hover .title{
	border-color: var(--theme);
}
.nationwide .nav-tabs .title{
	font-size: 30px;
	color: #212529;
	border-bottom: 2px solid transparent;
}

.nationwide .tab-content .head .top{
	height: 41.8%;
}

.nationwide .tab-content .head .top .english{
	font-size: 20px;
	color: #dbd7d6;
}

.nationwide .tab-content .head .top .name{
	font-size: 25px;
	color: var(--theme);
}

.nationwide .tab-content .head .bottom{
	height: 58.2%;
	background-color: #f5f5f5;

}

.nationwide .tab-content .head .bottom p{
	line-height: 2.5em;
	font-size: 16px;
	color: #7d746c;
}

.nationwide .tab-content .title span::before{
	content: "";
	width: 83%;
	height: 2px;
	background-color: var(--theme);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.nationwide .tab-content .list .item{
	box-shadow: 0 0 5px 5px #cdc9c8;
}

.nationwide .tab-content .list .item:hover img{
	transform: scale(1.1);
}

.nationwide .tab-content .list .item img{
	transition: all 0.6s;
}

.nationwide .tab-content .con:first-child{
	height: 18%;
}

.nationwide .tab-content .con:not(:first-child){
	height: 20.5%;
}

.nationwide .tab-content .con .iconfont{
	color: var(--theme);
	font-size: 25px;
}

.nationwide .tab-content .con p:not(.title){
	color: #454543;
	font-size: 20px;
}

.nationwide .tab-content .con .title{
	font-size: 25px;
	color: #000;
}

.nationwide .tab-content .con .brief{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* --------------3.1.1 医养机构--sub_health_industry.html----------- */
/* ----------3.2.健康产业园——health_industry.html------------- */
.container-fluid.health_industry .intro_title,
.container-fluid.nationwide .intro_title,
.container-fluid.pension_community .intro_title{
	margin: 5rem auto;
}
.container-fluid.health_industry .intro_title h1,
.container-fluid.nationwide .intro_title h1,
.container-fluid.pension_community .intro_title h1{
	font-size: 2.5rem;
	margin: 0 auto;
	color: var(--theme);
	text-align: center;
}
.container-fluid.health_industry .intro_title h1 span,
.container-fluid.nationwide .intro_title h1 span,
.container-fluid.pension_community .intro_title h1 span{
	padding-bottom: 1rem;
	border-bottom: 2px solid var(--theme);
}

.container-fluid.sub_nationwide .odd{
	padding-left: 0;
}
.container-fluid.sub_nationwide .even{
	padding-right: 0;
}

.container-fluid.health_industry img,
.container-fluid.health_content img,
.container-fluid.sub_health_content img,
.container-fluid.pension_community img,
.container-fluid.medical_content img,
.container-fluid.pension_content img{
	width: 100%;
	z-index: 10;
	height: auto;
}

/* .page_button{
	margin: 50px auto;
}

.pagination .page-item{
	margin: auto 12px;
}
.pagination .page-link{
	padding: 0.8rem 1.7rem;
	color: var(--theme);
}
.pagination .page-link.active{
	color: #fff;
	background-color: var(--theme);
} */

.health_content .page1200 .col-6{
	padding-bottom: 10px;
}
.health_content .page1200 .col-6:nth-child(odd){
	padding-right: 15px;
}
.health_content .page1200 .col-6:nth-child(even){
	padding-left: 15px;
}

.container-fluid.health_content .industry_img{
	position: relative;
}
.container-fluid.health_content .industry_img a{
	display: block;
}
.container-fluid.health_content .industry_img:hover .industry_shade{
	display: block;
}

.container-fluid.health_content .industry_shade{
	position: absolute;
	bottom: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 10%;
}
.container-fluid.health_content .industry_shade>div{
	width: 100%;
	height: 100%;
	background-color: var(--theme);
}
.container-fluid.health_content .industry_shade h1{
	color: #fff;
	font-size: 2.7rem;
}
.container-fluid.health_content .industry_info{
	padding: 1rem;
	color: rgb(100, 100, 100);
	font-size: 16px;
}
.container-fluid.health_content .industry_info p{
	display: -webkit-box;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	/*-webkit-line-clamp: 3;*/
	-webkit-box-orient: vertical;
	margin-bottom: 0;
}

/* --------------3.1.2 嵌入式综合体--sub_nationwide.html------------ */


/* --------------3.1.3 居家中心--sub_pension_community.html-------- */
/* ----------3.3.居家养老——pension_community.html--------------- */

/* introduce */
.container-fluid.pension_content .row{
	/* box-shadow: 0 0 10px gray; */
	margin-top: 4rem;
	margin-bottom: 4rem;
	padding: 5px;
}

/* --------------3.1.4 上门服务----------------------------------- */

/*--- 健康产业园——sub_health_industry.html----
/*--- 医养机构————sub_nationwide.html
/*--- 居家养老————sub_pension_community.html--


/* 三个三级页面中的地图部分 */
.map_contain{
	margin-top: 20px;
	margin-bottom: 50px;
}
.map_contain .map{
	height: 35rem;
}
.map_contain .map .even{
	background-color: var(--theme);
	color: #fff;
	padding: 4%;
}
.map_contain .map .even h1{
	font-size: 27px;
	font-weight: 500;
}
.map_contain .map .even h3{
	font-size: 19px;
	margin-top: 1.5rem;
}
.map_contain .even{
	background-color: var(--theme);
	color: #fff;
	padding: 3%;
}
.map_contain .even h1{
	font-size: 27px;
	font-weight: 500;
}
.map_contain .even h3{
	font-size: 19px;
	margin-top: 1.5rem;
}


/* ----------4.1 三级子页面——sub_health_industry.html------------ */
.sub_health_industry,
.sub_health_content,
.sub_health_content .row,
.sub_health_map{
	margin: 50px auto;
}
.map .BMap_bubble_title{
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 18px;
}
.map .col-6 .BMap_pop>div>div{
	border-radius: 7px;
}
.map .BMap_bubble_content{
	font-size: 14px;
}
.sub_health_content .content{
	background-color: rgb(250, 250, 250);
	padding: 2%;
}
.sub_health_content p{
	font-size: 16px;
	color: rgb(125, 115, 110);
}



/* ----------4.2 三级子页面——sub_nationwide.html------------ */
.sub_medical_header{
	width: 100%;
	max-height: 720px;
	margin-top: 95px;
}

.sub_medical_header .bg{
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}
/* 机构总览 */
.overview{
	color: #5a5a5a;
}

.overview .name span{
	font-size: 25px;
	font-weight: bold;
	color: var(--theme);
	letter-spacing: 5px;
}

.overview .name::after{
	border-bottom: 1px solid #5a5a5a;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 350px;
	content: "";
}

.overview .detail p{
	font-size: 18px;
	line-height: 2.5rem;
}

.overview .brief .med_brief{
	box-shadow: 0 0 3px 3px #cdc9c8;
}

.overview .med_brief .title{
	position: absolute;
	left: 0;
	top: -3rem;
	height: 6rem;
	background-color: var(--theme);
	color: #fff;
}

.overview .med_brief .title span{
	line-height: 6rem;
	font-size: 2.5rem;
	letter-spacing: 8px;
}

.overview .med_brief .content{
	font-size: 1.6rem;
}


/* 细节展示 */
.med_det_pic{
	position: relative;
	max-height: 757px;
}
.med_det_pic .med_det_pic_bg{
	position: relative;
	/* background: url('../../images/med_det_pic.jpg') no-repeat; */
}
.med_det_pic_bg .box{
	position: absolute;
	top: 10px;
	left: 10px;
	width: 315px;
	height: 200px;
	border: 15px solid transparent;
	background: url('../../images/box_bg.png') repeat;
}

.med_det_pic .box .pic_bg_envir{
	background-color: #febd01;
	padding: 5% 5% 1% 5%;
	/* border: 1px solid red; */
}

#box .bg_envir_top{
	background: url("../../images/onli.png") no-repeat;
	background-size: contain;
}

.med_det_pic .box .pic_bg_envir .med_online_btn{
	border: 1px solid #000;
	background-color: #febd01;
	font-size: 2.8rem !important;
	color: #c11c27;
	margin: 0 auto;
	padding: 0.7% 5%;
	width: 75%;
	font-weight: 600;
}

.med_det_pic_bg .con_online form{
	padding: 7% 1% 5% 2%;
}

/* 图片展示 */
.pic_show .content{
	font-size: 16px;
	line-height: 3rem;
}

/* 专家诊疗 */
.expert .title,
.diet .title{
	color: var(--theme);
	font-size: 2.5rem;
}

.diet .image_text>div{
	background-color: #f7f7f7;
}

.diet .left{
	padding-right: 20px;
}

.diet .middle{
	padding-left: 10px;
	padding-right: 10px;
}

.diet .right{
	padding-left: 20px;
}

.diet .shadow{
	box-shadow: 0 0 5px 15px #000;
}

.diet .shadow .info{
	font-size: 14px;
}

/* ----------4.3 三级子页面——sub_pension_community.html------------ */
.sub_pension_community .sub_medical_title .title_name{
	color: var(--theme);
	padding-bottom: 1.5rem;
	font-size: 3rem;
	border-bottom: 2px solid var(--theme);
}
.sub_pension_community .row{
	margin: 5rem auto;
}

.sub_pension_community .sub_pension_carousel{
	height: 350px;
}
.sub_pension_community .carousel{
	height: 100%;
}
.sub_pension_community  .carousel img{
	width: 100%;
	height: 100%;
}
.sub_pension_community .sub_pension_carousel .carousel .carousel_img{
	width: 75%;
	height: 100%;
	float: left;
}
.sub_pension_community .sub_pension_carousel .carousel_thumbnail{
	width: 25%;
	height: 100%;
	float: left;
	padding-left: 10px;
}
.sub_pension_community .sub_pension_carousel .thumb_img{
	width: 100%;
	/* height: 100px; */
	float: left;
}
.sub_pension_community .sub_pension_carousel .thumb_img:nth-child(2){
	margin: 5px auto;
}

.sub_pension_community .carousel_thumbnail .swiper-wrapper{
	display: block;
}

.sub_pension_community .carousel_thumbnail .swiper-slide-thumb-active{
	/* transform: scale(1.1); */
	box-shadow: 0 0 10px black;
	border: 1px solid lightgray;
}

.sub_pension_community .carousel_thumbnail .carousel_shade{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 0.3;
}

.sub_pension_community  .swiper-slide-thumb-active .carousel_shade{
	opacity: 0;
}

.sub_pension_community  .carousel_img .swiper-button-prev,
.sub_pension_community  .carousel_img .swiper-button-next{
	visibility: hidden;
	color: var(--theme);
}
.sub_pension_community  .carousel_img:hover .swiper-button-prev,
.sub_pension_community  .carousel_img:hover .swiper-button-next{
	visibility: visible;
}

/* 服务详情 */

.sub_pension_community  .service_detail .col-12{
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: rgb(250, 250, 250);
}
.sub_pension_community  .service_detail h1{
	color: var(--theme);
}
.sub_pension_community .service_img img,
.restaurant_img img{
	width: 100%;
	height: auto;
}
.sub_pension_community  .service_img p{
	font-size: 16px;
	padding-top: 25px;
	color: rgb(125,115,110);
}

/* restaurant_img */
.sub_pension_community .restaurant_img .col-6:nth-child(1){
	padding-left: 0;
	padding-right: 5px;
}
.sub_pension_community .restaurant_img .col-6:nth-child(2){
	padding-right: 0;
	padding-left: 5px;
}

.sub_pension_community .sub_pension_carousel .carousel_info{
	padding-left: 2rem;
}
.sub_pension_community .sub_pension_carousel .carousel_brief{
	height: 33.33%;
}

.sub_pension_community .sub_pension_carousel .carousel_brief h1 span{
	background-color: var(--theme);
	width: 150px;
	color: #fff;
	display: inline-block;
	text-align: center;
	padding:5px;
}

.sub_pension_community .sub_pension_carousel .carousel_brief p{
	font-size: 2.3rem;
	margin: 1rem 0;
}

/*===========4.贴心服务==================================================================*/
/* ----------4.1 service.html----------------------------------------------------- */
/* ----------4.2 service_detail.html---------------------------------------------- */
/*======================================================================================*/


/* ----------4.1 service.html----------------------------------------------------- */
.service .title{
	color: var(--theme);
	font-size: 3.6rem;
	padding-top: 60px;
	margin-bottom: 60px;
}
.service .title .p-title::before{
	content: "";
	width: 100px;
	height: 2px;
	background-color: var(--theme);
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -50px;
}
.service .service-content .img:hover img{
	transform: scale(1.1);
}
.service .service-content .img img{
	transition: all .6s;
}
.service .service-content .info{
	height: 150px;
	text-align: justify;
	padding: 10px 0 10px 90px;
}
.service .service-content .info .left{
	position: absolute;
	top: 10px;
	left: 0;
	width: 74px;
	height: 74px;
	color: #fff;
	font-size: 16px;
	background: url("http://www.cndfyn.com/statics/images/jy/lx.png") no-repeat center;
}
.service .service-content .info .left span{
	width: 40px;
	height: 48px;
	margin-top: 13px;
	margin-left: 17px;

}
.service .service-content .info .right{
	width: 100%;
	font-size: 14px;
	color: #333;
}

/* ----------4.2 service_detail.html---------------------------------------------- */

.service-detail .title{
	color: var(--theme);
	font-size: 3.6rem;
	padding-top: 60px;
}
.service-detail .detail-content{
	text-align: justify;
	margin-top: 35px;
	color: #727171;
	font-size: 20px;
	line-height: 36px;
}


/*===========5.新闻中心==================================================================*/
/* ----------5.1 悦华动态————news.html---------------------------------------------- */
/* ----------5.2 媒体报道————medical.html------------------------------------------- */
/* ----------5.3 行业新闻————trade_news.html---------------------------------------- */
/* ----------5.4.新闻详情页——news_detail.html--------------------------------------- */
/*=======================================================================================*/




/* ----------5.1 悦华动态————news.html---------------------------------------------- */
/* ----------5.2 媒体报道————medical.html------------------------------------------- */
/* ----------5.3 行业新闻————trade_news.html---------------------------------------- */
/* .content{
	margin-bottom: 50px;
} */
.news_info .news:nth-child(odd){
	background-color: rgb(245,244,242);
}

.news{
	margin: 40px auto;
}

.news .col-4{
	overflow: hidden;
	padding-right: 20px;
	padding-left: 20px;
}

.news .content{
	background-color: rgb(232,231,229);
}
/* .news .content:hover{
	box-shadow: 0 1px 3px 2px rgba(0, 0, 0, 0.12);
	transform: translate3d(0, -4px, 0);
} */
/* .news .page1200 .col-4:first-child{
	padding-left: 0;
}
.news .page1200 .col-4:last-child{
	padding-right: 0;
} */
/* 添加悬浮阴影 */
/* .news .col-4:hover .content{
	box-shadow: black 0 0 10px;
	scale: 1.5;
} */
.news img{
	/* width: 393.33px; */
	/* width: auto; */
	width: 100%;
	height: 250px;
	max-width: 100%;
	max-height: 100%;
}

.news .info{
	overflow : hidden;
	width: 100%;
	padding:15px 10px 0;

}
.news .info h4{
	font-size: 18px;
	color: black;
}
.news .info h4:nth-child(1){
	overflow : hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.news .info p{
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	display:-webkit-box;  	/*对象作为伸缩盒子模型显示*/	/*设置或检索伸缩盒对象的子元素的排列方式*/
	/*-webkit-line-clamp:1;		显示行数## 标题文字 ##*/
	font-size: 1.4rem;
	color: #797173;
	margin-bottom: 5px;
	line-height: 20px;
	-webkit-box-orient:vertical;
}
.news .info .date{
	color: #c3bfbc;
}

.container-fluid .add_news nav{
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-end;
	-moz-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding-right: 20px;
}
.container-fluid .add_news a{
	display: block;
	margin: 30px auto;
	width: 40px;
}
.container-fluid .add_news img{
	color: var(--theme);
}


/* ----------5.4.新闻详情页——news_detail.html--------------------------------------- */
.news_detail{
	padding-top: 40px;
}
.news_detail h2{
	text-align: center;
}

.news_detail .content{
	margin-top: 4em;
}
.news_detail .time{
	margin-right: 1em;
	margin-top: 2em;
	margin-bottom: 2em;
	text-align: right;
}

/*===========6.加入悦华==================================================================*/
/* ----------6.1 企业理念——recruit.html-------------------------------------------- */
/* ----------6.2 人才发展——talent_develop.html------------------------------------ */
/* ----------6.3 招贤纳士——employ.html------------------------------------------- */
/* --------------6.3.1 社会招聘——sub_social_recruit.html------------------------ */
/* --------------6.3.2 校园招聘sub_school_recruit.html------------------------- */
/* ----------6.4.联系HR——recruit.html---------------------------------------- */
/*=======================================================================================*/

/* ----------6.1 企业理念——recruit.html-------------------------------------------- */
.cor_join{
	margin-top: 7rem;
}
.cor_join>.row{
	margin-top: 5rem;
}
.cor_concept .cor_left{
	max-height: 42rem;
}
.cor_concept .cor_left h2{
	color: #807f83;
}
.cor_concept .cor_left h1{
	color: var(--theme);
}

.cor_concept .cor_left .col-12{
	margin-top: 4.5em;
}
.cor_concept .cor_left p{
	font-size: 16px;
	color: #807f83;
	line-height: 2.5em;
}
.cor_concept .cor_right img{
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	/*color: rgb;*/
}


/* 人才理念 */
.talent_concept_title h1,
.in_company h1{
	text-align: center;
	color: rgb(130, 130, 130);
}

.talent_concept{
	background-color: #eee;
}
.talent_concept .four{
	padding-top: 70px;
	padding-bottom: 70px;
	position: relative;
}
.talent_concept .four .col-3{
	position: relative;
}
.talent_concept .talent_info{
	padding-top: 55px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-color: #fff;
}
.talent_concept .four>div:first-child h1{
	font-weight: 600;
	color: #dd4364;
}
.talent_concept .four>div:nth-child(2) h1{
	font-weight: 600;
	color: #4e6e95;
}
.talent_concept .four>div:nth-child(3) h1{
	font-weight: 600;
	color: #fe8007;
}
.talent_concept .four>div:last-child h1{
	font-weight: 600;
	color: #627f3f;
}
.talent_concept .four h3{
	/* color: rgb(200, 200, 210); */
	color: #bababa;
	font-weight: 500;
}

.talent_concept img{
	width: 100%;
	height: 200px;
}

.talent_concept .flip-item-front{
	padding:0 5px;
	width: 100%;
	opacity: 1;
}
.talent_concept .flip-item-back{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0 5px;
	opacity: 0;
	transition: opacity .8s;
}
.talent_concept .four .col-3:hover .flip-item-back{
	opacity: 1;
}
.talent_concept .four .col-3:hover .flip-item-front{
	opacity: 0;
}

.talent_concept .flip-item-back .brief{
	/* background-color: #6c6c6c; */
	/* background-color: #5b5b5b; */
	/* background-color: #4f4f4f; */
	background-color: var(--theme);
	border: 1px solid rgb(220, 215, 215);
	height: 100%;
}

.talent_concept .four .comcontit{
	width: 100%;
	overflow: hidden;
	font-size: 3rem;
	color: #fff;
	text-align: center;
}
.talent_concept .four .comconbrief{
	width: 100%;
	overflow: hidden;
	font-size: 14px;
	padding-left: 20px;
	padding-top: 10px;
	color: #fff;
}
.talent_concept .four .comconbrief p{
	margin-bottom: 5px;
}


/* 四个观 */
.four_opinion .opinion{
	height: 50px;
}
.four_opinion .opinion h2{
	text-align: center;
	margin-bottom: 0;
	color: #828282;
}
.four_opinion .current{
	background-color: var(--theme);
}
.four_opinion .current h2{
	color: #fff;
}

.four_opinion .opinion_info li{
	width: 100%;
	display: none;
}
.four_opinion .opinion_info li.current_li{
	display: block;
}
.four_opinion .opinion_info li .row{
	margin-top: 30px;
}
.four_opinion .opinion_info li p{
	line-height: 35px;
	color: rgb(100, 100, 100);
	font-size: 14px;
}
.four_opinion .opinion_info li img{
	width: 100%;
	height: 350px;
}


/* 我在悦华-轮播图 */
.in_company{
	padding-left: 100px;
	padding-right: 100px;
	background-color: #f5f5f5;
	margin-bottom: 60px;

}
/* 设置匀速滑动 */
.in_company>.swiper-container-free-mode>.swiper-wrapper{
	-webkit-transition-timing-function: linear;
	-moz-transition-timing-function: linear;
	/*-ms-transition-timing-function: linear;*/
	-o-transition-timing-function: linear;
	transition-timing-function: linear;
	margin: 0 auto;
}
.in_company h1{
	margin: 1.7em auto;

}
.in_company .swiper-container{
	margin-bottom: 4em;
	background-color: #f5f5f5;
	/* overflow: visible; */
}
.strategy-introduce.swiper-container{
	margin-bottom: 4em;
	background-color: #f5f5f5;
	/* overflow: visible; */
}
.strategy-introduce .swiper-container .swiper-wrapper{
	-webkit-transition-timing-function: linear;
	-moz-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear;
}
.in_company .swiper-container .swiper-wrapper{
	-webkit-transition-timing-function: linear;
	-moz-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear;
}
.strategy-introduce .swiper-container .swiper-slide{
	max-height: 540px;
	max-width: 609px;
	padding: 0 5px;
	background-color: #f5f5f5;
}
.in_company .swiper-container .swiper-slide{
	max-height: 540px;
	max-width: 420px;
	padding: 0 5px;
	background-color: #f5f5f5;
}

.strategy-introduce.swiper-slide img{
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
}
.in_company .swiper-slide img{
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
}
.in_company .swiper-slide .slide_info{
	height: 100px;
	background-color: #fff;
	text-align: left;
	padding-left: 15px;
	padding-top: 40px;
	color: rgb(100, 100, 100);
}
.in_company .swiper-slide .slide_info h3{
	font-weight: 600;
}

/* .strategy-introduce .swiper-container:hover .swiper-button-prev,
.strategy-introduce.swiper-container:hover .swiper-button-next{
	visibility: visible;
} */
.in_company .swiper-container:hover .swiper-button-prev,
.in_company .swiper-container:hover .swiper-button-next{
	visibility: visible;
}

.in_company .swiper-button-prev{
	/* left: -30px; */
	color: var(--theme);
	visibility: hidden;
}
.in_company .swiper-button-next{
	/* right: -30px; */
	color: var(--theme);
	visibility: hidden;
}


/* ----------6.2 人才发展——talent_develop.html------------------------------------ */
.container-fluid.talent_develop{
	height: 700px;
	background-color: rgb(245,244,242);
	margin-top: 50px;
}
.talent_develop>.row,
.talent_develop .dev_img,
.talent_develop .post{
	height: 100%;
}
.talent_develop .dev_img{
	/* background: url(../../images/talent_01.png) no-repeat;
	background-size: cover;
	background-position: center center; */
}
.talent_develop .dev_img img{
	width: 100%;
	height: auto;
}

.talent_develop .post .row{
	margin: 50px auto;
}
.talent_develop .col-3{
	padding: 0 4px;
	height: 600px;
}
.talent_develop .col-3 .sub_post{
	width: 100%;
	height: 100%;
	background-color: #fff;
	border-radius: 8px 8px 5px 5px;
}
.talent_develop .post_title{
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	width: 100%;
	height: 60px;
	background-color: var(--theme);
}
.talent_develop .post_title h2{
	width: 100%;
	text-align: center;
	color: #fff;
}
.talent_develop .post_info{
	width: 100%;
	height: 540px;
	padding-top: 50px;
}
.talent_develop .post_info h3{
	width: 100%;
	text-align: center;
	color: rgb(100, 100, 100);
	line-height: 40px;
}
.post_info .post_img01,
.post_info .post_img02,
.post_info .post_img03{
	position: absolute;
	width: 100%;
	bottom: 87px;
}
.post_info .post_img01 img,
.post_info .post_img02 img,
.post_info .post_img03 img{
	display: block;
	width: 90%;
	height: auto;
	margin: 0 auto;
}
/* ----------6.3 招贤纳士——employ.html------------------------------------------- */
/* 招贤纳士-社会招聘 */
.container-fluid.employ{
	height: 800px;
}
.social-recruitment,
.school-recruitment{
	margin: 4em auto;
	height: 350px;
}
.social-recruitment {
	background:url("../../images/recruit_04.jpg") no-repeat;
	-o-background-size: 100% auto;
	background-size: 100% auto;
}
.school-recruitment{
	background:url("../../images/recruit_05.jpg") no-repeat;
	-o-background-size: 100% auto;
	background-size: 100% auto;
}
.social-recruitment .col-12,
.school-recruitment .col-12{
	height: 100%;
	width: 100%;
}
.social-recruitment .col-12>a,
.school-recruitment .col-12>a{
	height: 100%;
	width: 100%;
	display: block;
}
.social-recruitment .col-12 h4{
	margin-top: 60px;
}
.school-recruitment .col-12 h4{
	margin-top: 60px;
}

.social-recruitment h2,
.school-recruitment h2{
	color: #fff;
	font-size: 30px;
}
.social-recruitment h3,
.school-recruitment h3{
	color: #fff;
	font-size: 30px;
}
.social-recruitment a,
.school-recruitment a{
	color: rgb(220, 215, 215);
	font-size: 18px;
}
.social-recruitment a:hover{
	color: #fff;
}
.school-recruitment a:hover{
	color: #fff;
}
.social-recruitment a span,
.school-recruitment a span{
	font-size: 12px;
}
.social-recruitment a .info,
.school-recruitment a .info{
	margin-top: 80px;
	padding-left: 300px;
}

/* 招聘职位详情-social_recruit_detail.html */
.job_detail{
	padding: 70px 0;
}

/* ----------6.3 招贤纳士——employ.html------------------------------------------- */
/* --------------6.3.1 社会招聘——sub_social_recruit.html------------------------ */
.container-fluid.socail_rec>.row{
	margin-top: 50px;
}
.socail_rec .col-3{
	height: 300px;
}
.socail_rec .col-3 a{
	color: inherit;
}
.socail_rec .detail{
	border: 1px solid rgb(232,231,229);
	box-shadow: 0 0 3px;
	padding: 30px;
	height: 230px;
}
.socail_rec .title h1{
	color: rgb(100, 100, 100);
	font-size: 1.9rem;
}
.socail_rec .title h2{
	color: rgb(170, 160, 160);
}
.socail_rec .brief{
	padding-top: 30px;
}
.socail_rec .brief p{
	font-size: 14px;
	color: rgb(125, 115, 115);
}
/* ----------6.3 招贤纳士——employ.html------------------------------------------- */
/* --------------6.3.2 校园招聘sub_school_recruit.html------------------------- */
.container-fluid.school_rec>.row{
	margin-top: 40px;
}
.school_rec h1{
	text-align: center;
	color: rgb(125, 115, 110);
}
.school_rec img{
	width: 100%;
	/* height: 88%; */
	height: 100%;
	max-width: 100%;
	max-height: 100%;
}
.school_rec .classification{
	margin-bottom: 50px;
}
.school_rec .classification .col-6{
	height: 150px;
	padding: 10px;
	/* border: 1px solid red; */
	margin:15px 0;
}
.school_rec .classification .col-6>div{
	background-color: rgb(245,244,242);
	padding: 30px;
	height: 140px;
	/* width: 80%; */
}
.school_rec .classification .col-6>div>a{
	display: block;
	width: 100%;
	height: 100%;
	color: inherit;
}
.school_rec .classification h1{
	color: var(--theme);
	margin-bottom: 20px;
}
.school_rec .classification p{
	text-align: center;
	font-size: 14px;
	color: rgb(90, 90, 90);
}

/* ---------------------------------6.4 联系HR——recruit.html--------------------------- */

.container-fluid.HR .intro_title h1{
	color: rgb(100, 100, 100);
}
.container-fluid.HR>.row{
	margin:80px auto;
}
.container-fluid.HR .HR_content{
	height: 490px;
	position: relative;
}
.container-fluid.HR .img_info{
	z-index: 100;
}
.container-fluid.HR .img_info_concept{
	color: var(--theme);
	margin: 75px 0;
}
.container-fluid.HR .QR_phone{
	position: absolute;
	bottom: 0;
	/* left: 50%;
	transform: translateX(-50%); */
	height: 280px;
	background-color: var(--theme);
	z-index: 1;
}
.container-fluid.HR .QR_phone>.row{
	height: 100%;
}
.container-fluid.HR .QR_phone .QR,
.container-fluid.HR .QR_phone .contact_type{
	position: relative;
	float: left;
	width: 280px;
	top: 50%;
	transform: translateY(-50%);
	height: 140px;
}
.container-fluid.HR .QR_phone .contact_type{
	width: 320px;
}
.container-fluid.HR .QR_phone .QR img{
	float: left;
	width: 140px;
}
.container-fluid.HR .QR_phone .QR .community{
	/* float: right; */
	position: absolute;
	bottom: 0;
	right: 35px;
}
.container-fluid.HR .QR_phone .QR .community p{
	font-size: 14px;
	color: rgb(220, 215, 215);
}

.HR .phone{
	position: relative;
}
.HR .phone i{
	float: left;
}
.HR .phone div{
	float: left;
	padding-left: 15px;
}
.HR .phone div a{
	color: #fff;
	font-size: 18px;
}
.HR .phone div a:first-child{
	margin-top: 10px;
	display: block;
}
.HR .email_address span{
	font-size: 20px;
	color: #fff;
	margin-left: 15px;
}

.HR .icon1,
.HR .icon2{
	font-size: 52px;
	color: #fff;
}

/*===========7.联系我们=================================================================*/
/* ----------7.1.联系我们——contacts.html------------------------------------------ */
/* ----------7.2.寻求合作——cooperation.html--------------------------------------- */
/*=====================================================================================*/

/* ----------7.1.联系我们——contacts.html------------------------------------------ */

.contact_us_content .row{
	margin: 50px auto;
}

.contact_us .introduce div{
	margin: 40px auto;
}

.contact_us .introduce h3{
	font-weight: bold;
	font-size: 40px;
	color: var(--theme);
	font-family:"Microsoft YaHei";
}
.contact_us .introduce div p{
	color: rgb(125, 115, 115);
	font-size: 30px;

}
.contact_us .QR img{
	/* float:right; */

	margin-left: 20rem;
}
.contact_us .QR .QRname{
	text-align: center;
	font-size: 16px;
}

#container_map{
	height: 60rem;
	margin: 20px auto 50px;
}

/* 百度地图综合信息检索窗口 */
.BMapLib_SearchInfoWindow #BMapLib_bubble_title0,#BMapLib_nav0 #BMapLib_nav_tab0 li{
	font-size: 1.2rem !important;
	font-family: Arial, "宋体", sans-serif !important;
}
#BMapLib_bubble_content0 div{
	font-size: 1.4rem !important;
	font-family: Arial, "宋体", sans-serif !important;
}
/* input[type="reset"], input[type="submit"], input[type="button"], button {
	font-size: 1.2rem !important;
} */
.BMapLib_nav_tab_content{
	height:100px;
}

#BMapLib_searchBox0{
	padding-top: 0;
	height: 50px;
}
#BMapLib_searchBox0 td:nth-child(2){
	padding-left: 4px !important;
}
#BMapLib_transBox0{
	padding-top: 0 !important;
}
#BMapLib_transBox0 td:nth-child(1){
	padding-left: 1px !important;
}
#BMapLib_transBox0 td:nth-child(3){
	padding-left: 2px !important;
}
.BMapLib_nav_tab_content li{
	padding: 0;
}


/* ----------7.2.寻求合作——cooperation.html--------------------------------------- */
.cor_content .content_title{
	margin: 4rem auto;
}

.cor_content .content_title h2{
	text-align: center;
	font-size: 30px;
}

.cor{
	margin-top: 20px;
}
.cor .cor_left p{
	font-size: 17px;
	color: #807f83;
	line-height: 1.8em;
}
.cor h2,.cor_bussiness h2{
	text-align: center;
	margin-bottom: 50px;
	margin-top: 50px;
}
/* 去除bootstrap自带的padding */
.cor .cor_left,.cor .cor_right{
	padding-right: 0;
	padding-left: 0;
}
/* 设置标题样式 */
.cor_left h3{
	color: var(--theme);
	font-size: 23px;
}

/* 政企合作 */
.cor_01 .cor_left{
	background-color: #fff;
}
.cor_01 .cor_left .col-12{
	padding-right: 100px;
	padding-top: 35px;
}
.cor_01 .cor_left p{
	margin-top: 1em;
}
.public_icon{
	width: 120px;
	height: 150px;
	padding-top: 35px;
	background-color: #f2f2f2;
	margin: auto 3px;
	text-align: center;
}
.public_icon:first-child{
	margin-left: 0;
}
.public_icon:last-child{
	margin-right: 0;
}
.public_icon:hover{
	color: #fff;
	background-color: var(--theme);
}
.public_icon p{
	font-size: 1.4rem;
}
.public_icon:hover p{
	color: #fff;
}

/* 参观图片 */
.cor_02{
	margin-top: 4em;
}
.cor_02 .col-12{
	max-height: 510px;
	padding: 0;
}
.cor_02 img{
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}


/* 行业合作 && 战略联盟*/
.cor_03>.col-md-12,.cor_04>.col-md-12{
	max-height: 500px;
}
.cor_03 .cor_left,.cor_04 .cor_left{
	position: relative;
	max-height: 500px;
	margin-top: 0;
	padding-left: 0;
	overflow: hidden;
}
.cor_03 .cor_left .col-12{
	position: absolute;
	bottom: 0;
	padding-right: 12%;
	height: 21rem;
	background-color: #f2f2f2;
}
.cor_04 .cor_left .col-12{
	position: absolute;
	bottom: 0;
	padding-right: 5%;
	height: 21rem;
	background-color: #f2f2f2;
}

.cor_03 .cor_left .col-12,
.cor_04 .cor_left .col-12{
	padding-top: 4rem;
}
.cor_04 .cor_left h3,
.cor_04 .cor_left p{
	margin-left: 8rem;
}
.cor_03 .cor_left h3,
.cor_04 .cor_left h3{
	margin-top: 2.5rem;
}

.cor_03 .cor_right,
.cor_04 .cor_right{
	max-height: 470px;
	padding-left: 0;
}
.cor_03 .cor_right img,
.cor_04 .cor_right img{
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}



/* 供需合作 */
.cor_05{
	height: 340px;
}
.cor_05 .cor_left{
	position: relative;
	padding-left: 0;
	height: 100%;
	background-color: #f2f2f2;
}
.cor_05 .cor_left h3{
	margin-top: 1.5em;
}
.cor_05 .cor_left .col-12{
	position: absolute;
	bottom: 0;
	height: 60%;
	padding-left: 4rem;
	padding-right: 150px;
}
.cor_05 .cor_left h3{
	padding-left: 4rem;
	margin-bottom: 4rem;
}
.cor_05 .cor_right{
	background:url("../../images/cor_03.jpg") no-repeat;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	color: #fff;
	height: 100%;
	padding-left: 150px;
}
.cor_05 .cor_right h3{
	margin-top: 100px;
}
.cor_05 .cor_right h3 span:first-child{
	font-size: 18px;
}
.cor_05 .cor_right h3 span:last-child{
	font-size: 25px;
}

/* 合作伙伴--轮播图 */
.cor_06 #carousel {
	position: relative;
	height: 450px;
}
/* .cor_06 .swiper-container{
	padding-bottom: 0;
} */
.cor_06 .swiper-container .swiper-wrapper{
	text-align: center;
}
.cor_06 .swiper-slide{
	width:100%;
}
.cor_06 #carousel:hover .btn{
	visibility: visible;
}
.cor_06 .btn{
	color: var(--theme);
	visibility: hidden;
}
.cor_06 .swiper-slide img{
	border: 1px solid gray;
	margin: 0.5rem 0.5rem;
	/* width: 270px; */
	/* height: 130px; */
	width: 17%;
	height: 12rem;
}


/* 留言方式---表单 */
.cor_07{
	margin-bottom: 4rem;
}

.cor_07 .cor_logo{
	text-align: center;
	margin-top: 70px;
}
.cor_07 #form{
	border: 1px solid lightgray;
	height: 500px;
}
.cor_07 #form .btn_submit button{
	background-color: var(--theme);
	color: #fff;
	font-size: 20px !important;
	font-weight: 300;
	width: 100px;
	height: 40px;
	margin-top: 30px;
}
.cor_07 #form .form-group {
	margin: 30px auto;
}
.cor_07 #form .form-group .col-6{
	padding: 0 40px;
}
.cor_07 #form .form-control {
	font-size: 15px;
}
.cor_07 #form .form-group input::after{
	content: "*";
	font-size: 150%;
	color: red;
}


/*======================================================================================*/
/* -------------------------------废弃.集团产业——industry.html---------------------- */
/*======================================================================================*/
/* 轮播图 */
/* swiper-coontainer */


/* -------------集团产业轮播图---------------- */
/* 必要布局样式css */
.industry_carousel{
	margin-top: 10rem;
	margin-bottom: 10rem;
}
.industry_carousel .system_list {
	padding: 10px;
}
.industry_carousel .col-2 h3{
	visibility: hidden;
}
.industry_carousel .system_list_tit img{
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.industry_carousel .col-auto h3{
	visibility: visible;
	color: rgb(130, 130, 130);
	font-size: 24px;
	text-align: center;
	margin-top: 15px;
}



/* 集团产业子页面 */
.cooperation_sub{
	padding-left: 100px;
	padding-right: 100px;
	margin-top:10px;
	margin-bottom: 100px;
}
.cooperation_sub .content p{
	font-size: 1.4rem;
}


/*===========3.全国布局 机构详情=======================================*/

.natitle{
	padding: 20px 0;
	font-size: 26px;
	border-bottom: 1px solid rgba(228,228,228,1);
}
.bx-pt20{
	padding-top: 20px! important;
	box-sizing: border-box;
}
.screen-line {
	padding-bottom: 10px;
	line-height: 46px;
}
.focu{
	display: inline-block;
	height: 46px;
	width: 140px;
	text-align: center;
	background: #FD8137;
	font-weight: bold;
	border-radius: 3px;
	font-size: 18px;
	font-family: 'PingFang SC',MicrosoftYaHei,'PingFang SC';
	color: #fff;
	cursor: pointer;
	margin: 0 5px 6px;
}
.screen-line .before {
	width: 100px;
	display: inline-block;
	font-size: 18px;
	/* font-size: 20px; */
	font-family: 'PingFang SC',MicrosoftYaHei,'PingFang SC';
	color: rgba(54,54,54,1);
	vertical-align: top;
	/* cursor: pointer; */
}

.screen-line .screen-value {
	display: inline-block;
	width: calc(100% - 110px);
	text-align: left;
}
.screen-line .screen-value .item  {
	display: inline-block;
	width: 140px;
	/* height: 46px; */
	text-align: center;
	background: rgba(243,240,239,1);
	border-radius: 3px;
	font-size: 18px;
	/* font-size: 20px; */
	font-family: 'PingFang SC',MicrosoftYaHei,'PingFang SC';
	color: rgba(54,54,54,1);
	/* padding: 0 20px; */
	margin: 0 5px 6px;
	cursor: pointer;
}
.screen-line .screen-value .item  a {
	display: inline-block;
	width: 140px;
	/* height: 46px; */
	color: rgba(54,54,54,1);
	cursor: pointer;
}
.screen-line .screen-value .focu a{
	background: #FD8137;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
}
.screen-line .screen-value .item :hover {
	display: inline-block;
	height: 46px;
	width: 140px;
	text-align: center;
	background: #FD8137;
	font-weight: bold;
	border-radius: 3px;
	font-size: 18px;
	/* font-size: 20px; */
	font-family: 'PingFang SC',MicrosoftYaHei,'PingFang SC';
	color: #fff;
	cursor: pointer;
}
.bx-ptb40{
	padding: 40px 0! important;
	box-sizing: border-box;
}
.bx-ptb40 h3{
	font-size: 18px;
	font-family: 'PingFang SC',MicrosoftYaHei-Bold,'PingFang SC',MicrosoftYaHei,'PingFang SC';
	font-weight: bold;
	color: rgba(78,78,78,1);
	margin-bottom: 25px;
}
/*.strategy1*/
.cl:after, .clearfix:after {
	content: ".";
	/* display: block; */
	height: 0;
	clear: both;
	visibility: hidden;
}
.strategy1-menu {
	width:13%;
	float: left;
	max-width: 160px;
	height: 530px;
	background: rgba(244,244,244,1);
	border-radius: 3px 0 0 3px;
}
.strategy1-menu .item ,.out {
	/* display: block; */
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	/* font-size: 20px; */
	font-family: 'PingFang SC',MicrosoftYaHei,'PingFang SC';
	color: rgba(78,78,78,1);
	cursor: pointer;
	position: relative;
}

.strategy1-cont {
	width: 87%;
	float: right;
}
.strategy1-list {
	width: 48%;
	float: left;
	padding: 5px 50px 5px 20px;
	border-bottom: 1px solid #E6E3E0;
	border-top: 1px solid #E6E3E0;
}
.strategy1-list .item {
	line-height: 39px;
	border-bottom: 1px dashed #CCCCCC;
}
ul{
	list-style-type: none;
}
.strategy1-list-article {
	height: 530px;
	padding:35px 40px 40px 40px;
}
.list1{
	height: 530px;
	padding:10px 10px 0 30px;
	margin-bottom: 0;
	overflow-x:hidden;
	overflow-y:scroll;
}
.list1 .tips{
	height: 500px;
	font-size: 18px;
	color: #6f6f6f;
	line-height: 500px;
	text-align: center;

}
.strategy1-list-article .h3 {
	font-size: 28px;
	font-family: PingFang-SC-Heavy,PingFang SC,Microsoft Yahei;
	font-weight: 800;
	color: rgba(54,54,54,1);
	line-height: 30px;
}
.strategy1-list-article .desc-out {
	height: 596px;
}
.bx-relative {
	position: relative;
}
.strategy1-list-article .desc.p11 {
	height: 396px;
	display: -webkit-box;
	/* -webkit-box-orient: vertical; */
	/* -webkit-line-clamp: 11; */
}
.strategy1-list-article .desc {
	margin-top: 17px;
	font-size: 18px;
	/* font-size: 20px; */
	font-family: 'PingFang SC',MicrosoftYaHei,'PingFang SC';
	color: rgba(78,78,78,1);
	line-height: 36px;
	letter-spacing: 1px;
	overflow: hidden;
	text-align: justify;
	overflow-y:scroll;
	/* white-space: pre-line; */
	position: relative;
}
.strategy1-right {
	height: 530px;
	width: 52%;
	float: left;
}
.strategy1-right img{
	/*width: 90%;*/
	height: 100%;
}
.strategy1-menu .item.focus{
	background: #FD8137;
	color: #fff;
	font-weight: bold;
}
.focus {
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	/* font-size: 20px; */
	font-family: 'PingFang SC',MicrosoftYaHei,'PingFang SC';
	color: rgba(78,78,78,1);
	cursor: pointer;
	background: #FD8137;
	color: #fff;
	font-weight: bold;
}

.strategy1-menu .item.focus::after {
	content: "";
	width: 0;
	height: 0;
	border: 13px solid transparent;
	border-right: none;
	border-left-color: #FD8137;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(100%,-50%);
}

.container-fluid .title {
	font-size: 30px;
	font-family: 'PingFang SC',MicrosoftYaHei-Bold,'PingFang SC',MicrosoftYaHei,'PingFang SC';
	font-weight: bold;
	color: rgba(54,54,54,1);
	line-height: 40px;
	padding-bottom: 10px;
}
.text-ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.strategy-introduce {
	margin-top: 8px;
	border: 1px solid rgba(228,228,228,1);
	position: relative;
}
.strategy-introduce .info {
	width: 49.16%;
	float: left;
	padding: 45px 50px;
	position: relative;
}
.strategy-introduce .info h3 {
	font-size: 36px;
	font-family: 'PingFang SC',MicrosoftYaHei-Bold,'PingFang SC',MicrosoftYaHei,'PingFang SC';
	font-weight: bold;
	color: rgba(78,78,78,1);
	line-height: 47px;
	padding-bottom: 17px;
	position: relative;
	margin-bottom: 25px;
}
.strategy-introduce .info .desc {
	font-size: 18px;
	/* font-size: 20px; */
	font-family: 'PingFang SC',MicrosoftYaHei,'PingFang SC';
	color: rgba(54,54,54,1);
	line-height: 2em;
	letter-spacing: 1px;
	height: 14em;
	text-align: justify;
}
.strategy-introduce .img {
	width: 50.84%;
	float: right;
	height: 431px;
}
.strategy-introduce .img img{
	width: 100%;
	height: 100%;
}
.focu :first-child{
	background-color: #0069D9;
}
/* #content1{
	display: block;
} */
#content2{
	display: none;
}
#content3{
	display: none;
}
#content4{
	display: none;
}
.strategy1-list .item a {
	font-size: 16px;
	font-family: 'PingFang SC',MicrosoftYaHeiLight;
	color: rgba(78,78,78,1);
	line-height: inherit;
	display: block;
}
.strategy1-list .item :hover {
	color: #FD8137;
}
.address{
	font-size: 16px;
}
.titlebed{
	font-size: 16px;
}
.titleactionArea{
	font-size: 16px;
}
.top{
	margin-top: 10px;
}
#name a{
	cursor: pointer;
}
.imghidden{
	display: none;
}
