body, html {
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}

/* 顶部轮播图_begin */

.c-bigLB {
	/* 调整轮播图占整屏的宽和高 */
	width: 100%;
	height: 55%;
	z-index: 1;
	position: relative;
	background-color: white;
}

/*图片*/

.c-LB-list {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	list-style: none;
	position: relative;
	padding-left: 0;
}

.c-LB-item {
	position: absolute;
	width: 100%;
	height: 100%;
	color: white;
	opacity: 0;
	/*图片过渡效果*/
	transition: all .8s;
}

/*当前展示图片*/

.c-LB-item.active {
	opacity: 1;
	z-index: 10;
}

/*真·图片过渡*/

.c-LB-item-img {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	/*图片过渡效果*/
	transition: all .8s;
}

.c-LB-item-img.imgShow {
	opacity: 1;
	z-index: 10;
}

/*轮播图标题*/

.c-LB-item .c-LB-title {
	position: absolute;
	left: 10%;
	bottom: 35px;
	z-index: 10;
	transition: all .8s;
}

.c-LB-item .c-LB-title a {
	font-size: 30px;
	text-decoration: none;
	color: #FFFFFF;
}

/*轮播图跳转*/

.c-LB-articleUrl {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 10;
}

/*图片按钮：向左翻转、向右翻转*/

.c-LB-imgBtn {
	/*调整按钮大小*/
	width: 70px;
	height: 70px;
	position: absolute;
	top: 40%;
	z-index: 100;
	border: none;
	cursor: pointer;
}

/*向左翻转图片按钮*/

#c-LB-goPre {
	left: 0px;
	background: url(../img/pre.png) no-repeat;
	background-size: cover;
	outline: none;
	transition: all .8s;
}

#c-LB-goPre:hover {
	background: url(../img/preHover.png) no-repeat;
	background-size: cover;
	outline: none;
}

/*向右翻转图片按钮*/

#c-LB-goNext {
	right: 0px;
	background: url(../img/next.png) no-repeat;
	background-size: cover;
	outline: none;
	transition: all .8s;
}

#c-LB-goNext:hover {
	background: url(../img/nextHover.png) no-repeat;
	background-size: cover;
	outline: none;
}

/*右下角的点*/

.c-LB-pointList {
	padding-left: 0px;
	list-style: none;
	position: absolute;
	right: 20px;
	bottom: 20px;
	z-index: 1000;
}

.c-LB-point {
	width: 10px;
	height: 10px;
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 100%;
	float: left;
	margin-right: 16px;
	border-style: solid;
	border-width: 2px;
	border-color: rgba(255, 255, 255, 0.6);
	/*移到点时有个小手*/
	cursor: pointer;
}

.c-LB-point.active {
	border-color: rgba(255, 255, 255, 0.8);
}

/*顶部轮播图_end*/

.l-beiJing {
	height: 50%;
	width: 1000px;
	height: 600px;
	position: absolute;
	left: 5%;
	top: -24%;
	z-index: 0;
	background: url(../img/beiJing11.png) no-repeat;
	user-select: none;
}

/* 新闻(含轮播图)_begin */

.l-news-box {
	width: 100%;
	background-color: #f4e7e0;
	position: relative;
}

.l-news {
	width: 70%;
	margin: 0px auto;
	padding: 50px 0;
	z-index: 1;
	position: relative;
}

.l-newsbox {
	width: 72%;
	float: left;
	z-index: 999;
}

.l-newsbox .title {
	color: #4D6D6A;
	font-size: 22px;
	font-family: 'SimHei';
}

.news-head {
	padding: 5px 0;
	line-height: 24px;
}

.l-news .news-head {
	border-bottom: 3px solid #4d6d6a;
}

.l-news .news-head>div:nth-child(1), #four_flash .news-head>div:nth-child(1) {
	float: left;
	font-size: 20px;
}

.l-news .news-head>div:nth-child(2), #four_flash .news-head>div:nth-child(2) {
	float: right;
	font-size: 12px;
}

.l-news .more-btn a {
	color: #000000;
}

.l-news .more-btn a:hover {
	color: #4d6d6a;
}

.l-news .l-conbox {
	padding: 20px 0;
}

.l-news .container {
	float: left;
}

/* 轮播图 */

@keyframes load {
	0% {
		width: 0%;
	}
	100% {
		width: 100%;
	}
}

.container {
	width: 45%;
	height: 250px;
}

.trent-slider {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.t-slide {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: 0;
}

.t-slide a {
	display: block;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.t-slide img {
	width: 100%;
	height: 100%;
	transition: .3s;
}

.t-slide img:hover {
	transform: scale(1.1);
}

.t-slide span {
	position: absolute;
	top: 10%;
	left: 10%;
	font-weight: bolder;
	color: white;
}

.t-slider-controls {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.t-load-bar {
	position: absolute;
	top: 0;
	width: 100%;
	height: 5px;
}

.t-load-bar .inner-load-bar {
	background: rgba(200, 200, 200, 0.65);
	height: 100%;
}

.t-dots-container {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 20px;
	min-width: 350px;
}

.t-slide-dots-wrap {
	height: 100%;
	width: 100%;
	position: relative;
}

.t-slide-dots {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: table;
	content: "";
	clear: both;
}

.t-slide-dots .t-dot {
	background: #fafafa;
	width: 8px;
	height: 8px;
	margin: 5px;
	float: left;
	border-radius: 50%;
	transition: 0;
	user-select: none
}

.t-slide-dots .t-dot.current-dot, .t-slide-dots .t-dot:hover {
	transform: scale(1.65);
	cursor: pointer;
}

/*close slider css*/

@media screen and (min-width:768px) {
	.arrow:hover {
		background: rgba(0, 0, 0, 0.32);
	}
}

.l-news .news-center {
	display: block;
	float: right;
	box-sizing: border-box;
	border-left: 1px solid rgb(241, 238, 238);
	width: 50%;
}

.l-news .news-center li {
	padding: 0px 10px;
	position: relative;
}

.l-news .news-center li a {
	display: block;
	width: 100%;
	line-height: 50px;
	color: black;
}

.l-news .triangle {
	position: absolute;
	border: 6px solid;
	border-color: transparent;
	border-left-color: #f4e7e0;
	top: 20px;
	left: 0;
}

.l-news .news-center li:first-child {
	background-color: #e6aa90;
}

.l-news .news-center li:first-child a {
	color: white;
}

.l-news .news-center li:hover {
	background-color: #e6aa90;
}

.l-news .news-center li:hover a {
	color: white;
}

.l-news .news-center li a span:last-child {
	float: right;
}

.l-news .contact {
	width: 25%;
	float: right;
	height: 280px;
	margin-top: 30px;
	box-sizing: border-box;
	border: 2px solid #4d6d6a;
	position: relative;
	padding-top: 30px;
	background-color: #fef7e5;
}

.l-news .icon {
	position: absolute;
	width: 50px;
	line-height: 48px;
	height: 50px;
	border-radius: 100%;
	background-color: white;
	box-sizing: border-box;
	border: 2px solid #4d6d6a;
	top: -25px;
	left: 30px;
	text-align: center;
	font-size: 24px !important;
	color: #4d6d6a;
	user-select: none;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}

.l-news .leftbox {
	height: 200px;
	box-sizing: border-box;
	text-align: left;
	padding-left: 20px;
}

.l-news .leftbox span {
	display: block;
	line-height: 40px;
	font-size: 15px;
}

.l-news .leftbox a {
	color:#d2886d;
}
/* 新闻(含轮播图)_end */

/* 新闻(三块)_begin */
.l-block {
	width: 70%;
	margin: 75px auto;
	margin: 0 auto;
	padding: 30px 0;
	position: relative;
}

.l-block>div {
	float: left;
	width: 33.33333%;
	box-sizing: border-box;
}

.l-block>div:nth-child(1) {
	padding: 0 20px 0 0;
}

.l-block>div:nth-child(2) {
	padding: 0 20px;
}

.l-block>div:nth-child(3) {
	padding: 0 0 0 20px;
}

.l-block>div .news-head {
	font-size: 20px;
}

.l-block>div .news-head .title {
	color: #4D6D6A;
}

.l-block>div .news-head>div:nth-child(1) {
	float: left;
	font-size: 20px;
}

.l-block>div .news-head>div:nth-child(2) {
	float: right;
	font-size: 12px;
}

.l-block>div .news-head {
	border-bottom: 2px solid #139e3c;
	border-bottom: 3px solid #4d6d6a;
}

.block-news {
	display: block;
	box-sizing: border-box;
}

.block-news .news {
	height: 100px;
	border-bottom: 1px solid rgb(226, 222, 222);
}

.block-news .news:last-child {
	border-bottom: none;
}

.block-news .post-time {
	float: left;
	height: 60px;
	width: 20%;
	margin-top: 15px;
}

.block-news .post-time>div {
	height: 30px;
	line-height: 30px;
	text-align: center;
}

.day {
	color: white;
	font-weight: 600;
	border: 1px solid white;
	border-radius: 10px;
	background-color: #a96a03;
}

.year-month {
	background-color: white;
	font-size: 13px;
}

.block-news .news-title {
	float: left;
	margin-top: 15px;
	margin-left: 5%;
	font-size: 18px;
	width: 75%;
}

.block-news .news-title a {
	color: black;
	font-size: 17px;
}

.l-block>div .more-btn a {
	color: black;
}

.l-block>div .more-btn a:hover {
	color: #4d6d6a;
}

.l-block>div:nth-child(1) .more-btn a:hover {
	color: rgb(137, 190, 178);
}

.l-block>div .year-month {
	color: #a96a03;
}

.l-block>div .block-news .news-title a:hover {
	color: chocolate;
}

.news-title span {
	font-size: 9px;
}

.place {
	margin-right: 50px;
}


/* 地点+报告人位置 */
.news-rightbox .block-news .news-title a{
	display: block;
	margin-bottom: 10px;
}

.news-centerbox .block-news .news-title a{
	display: block;
	margin-bottom: 10px;
}

/* 新闻(三块)_end */

/* 新闻(两块)_begin */
.Y-yyds {
	position: static!important;
}
.Y-news-and-media-body {
	background-color: #f4e7e0;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
	z-index: -1;
}

.Y-news-and-media {
	width: 70%;
	margin: 25px auto;
}

.Y-news-and-media .academic-info {
	width: 48%;
	float: left;
	z-index: 300;
}

.c-academic-info {
	margin-top: 30px;
}
.Y-news-and-media .media-reports {
	width: 48%;
	float: right;
}

.Y-news-and-media .media-header, .Y-news-and-media .news-header {
	font-size: 20px;
	line-height: 24px;
	padding: 5px 0;
	color: #4D6D6A;
	border-bottom: 3px solid #4d6d6a;
}

.Y-news-and-media .news-header .header-text {
	float: left;
}

.Y-news-and-media .news-header .more-btn {
	float: right;
}

.Y-news-and-media .news-header .more-btn .more-text {
	font-size: 12px;
	color: black;
}

.Y-news-and-media .news-header .more-btn a {
	color: black;
}

.Y-news-and-media .news-header .more-btn a:hover span {
	color: #4d6d6a;
}

.Y-news-and-media .news-center {
	margin-top: 10px;
}

.Y-news-and-media .news-center li {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 36px;
	border-bottom: 1px #F1F1F1 solid;
	list-style-type: none;
}

.Y-news-and-media .news-center li .news-title {
	color: #1E2021;
}

.Y-news-and-media .news-center li .post-time {
	color: black;
	float: right;
	font-size: 16px;
}

.Y-news-and-media .title-text::before {
	content: "\00a0 \00a0";
}

.Y-news-and-media .news-title a:hover {
	color: #4d6d6a!important;
}

.Y-beiJing {
	height: 350px;
	width: 350px;
	position: absolute;
	top: 65%;
	right: 6%;
	z-index: -1;
	background: url(../img/beijing441.png) no-repeat center;
	background-size: 100%;
	user-select: none;
} 

.Y-beiJing2 {
	width: 150px;
	height: 150px;
	position: absolute;
	left: 5.5%;
	top: 82%;
	background: url(../img/beijing331.png) no-repeat center;
	background-size: cover;
	user-select: none;
}
/* 新闻(两块)_end */

/* 中心公告+教师_begin */
#Y-new{
	background-color: #ffffff;
}

#Y-new #Y-newInfo{
	width: 100%;
}

#C-newsInfo {
	float: right;
	width: 60%;
}

#Y-new .Y-newLaoShi{
	width: 35%;
	height: 500px;
	float: left;
	/* border: 3px solid #4d6d6a; */
	position: relative;
	z-index: 1;
}

.Y-teacher-info {
	margin: 10px 0;
	width: 100%;
	height: calc(100% - 29px);
	border-left: none;
	border-right: none;
	box-shadow: inset 0px 0px 10px 3px #f4e7e0;
	overflow: hidden;
	position: relative;
}

.Y-newLaoShi .laoShi{
	height: 120px;
	width: 100%;
	position: absolute;

}

.laoShi .laoShiPhoto{
	border-radius: 20px;
	height: 90%;
	width: 20%;
	/* border: 1px solid red; */
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	left: 13%;
	
}

.laoShiPhoto img{
	height: 80%;
	width: 80%;
	transition: .3s;
}

.laoShiPhoto img:hover{
	transform: scale(1.1);
}

.laoShi .laoShiInfo{
	/* border: 1px solid seagreen; */
	height: 70%;
	width: 70%;
	float: right;
	position: absolute;
	top: 10%;
	right: 8%;
}

.laoShiInfo .laoShiName{
	font-size: 16px;
	margin-left: 5%;
	margin-top: 1%;
}

.laoShiInfo .laoShiName a{
	color: black;
}


.laoShiInfo .laoShiSkill{
	font-size: 14px;
	margin-left: 5%;
	width: 90%;
	margin-top: 2%;
	color: #515151;
	line-height: 25px;
}



/* 中心公告+教师_end */

.Y-news-and-media .title-text {
	color: #1E2021;
}

/* 咨询师信息卡片_begin */
#four_flash {
	width: 70%;
	margin: 75px auto;
}

#four_flash .news-head {
	border-bottom: 3px solid #4d6d6a;
	margin-bottom: 20px;
}

#four_flash .news-head>div:first-child span {
	font-size: 20px;
}

#four_flash .flashBg {
	width: 100%;
	position: relative;
	overflow: hidden;
	z-index: 300;
}

.l-counselor {
	position: relative;
	width: 100%;
	height: 170px
}

.l-counselor .more-btn a {
	color: black;
}

.l-counselor .more-btn a:hover {
	color: #4d6d6a;
}

.l-counselor .title{
	color: #4d6d6a;
}

.card {
	width: 360px;
	height: 120px;
	background-color: rgb(245, 245, 245);
	overflow: hidden;
	position: relative;
}

.card h1 {
	margin: 15px auto 15px;
	text-align: center;
	font-size: 1.4em;
}

.card h1 a {
	text-decoration: none;
	color: black;
}

.card .additional {
	position: absolute;
	width: 120px;
	height: 100%;
	transition: width 0.4s;
	overflow: hidden;
	z-index: 2;
}

.card.green .additional {
	background-color: #e6aa90;
}

.card:hover .additional {
	width: 100%;
}

.card .additional .user-card {
	width: 120px;
	height: 100%;
	position: relative;
	float: left;
}

.card .additional .user-card::after {
	content: "";
	display: block;
	position: absolute;
	top: 10%;
	right: -2px;
	height: 80%;
	border-left: 2px solid rgba(0, 0, 0, 0.025);
}

.user-card>div {
	width: 90px;
	height: 90px;
	margin: 15px auto 15px;
	border-radius: 100%;
	overflow: hidden;
}

.user-card>div img {
	width: 100%;
	height: 100%;
	transition: .3s;
}

.user-card>div img:hover {
	transform: scale(1.1);
}

.card .additional .user-card .points {
	top: 85%;
}

.card .additional .more-info {
	width: 240px;
	float: left;
	position: absolute;
	left: 120px;
	height: 100%;
}

.card .additional .more-info h1 {
	color: #fff;
}

.card.green .additional .more-info h1 a {
	color: white;
}

.card .additional .coords {
	margin: 0 1rem;
	color: #fff;
	font-size: 15px;
	line-height: calc(1.2);
}

.card.green .additional .coords {
	color: white;
}

.card .additional .coords span+span {
	float: right;
}

.card .general {
	width: 240px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	box-sizing: border-box;
	padding: 1rem;
	padding-top: 0;
}

.card .general span {
	display: block;
	margin-bottom: 10px;
	margin-left: 10px;
	font-size: 0.95em;
	color: #454848;
}

.center {
	float: left;
	width: 360px;
	margin-right: 20px;
}

.htmleaf-container {
	position: absolute;
	width: 20000000000px;
	top: 15;
	left: 0;
	z-index: 999;
	/* transition: 2ms linear; */
}

.containerbox{
	float: left;
}

/* 咨询师信息卡片_end */

/* 视频美文_begin */

.c-ShiPinMeiWen {
	margin: 50px 15%;
	height: 300px;
}

/* ------------心理视频------------- */

.c-ShiPinMeiWen .c-xinLiShiPin {
	height: 300px;
	width: 48%;
	float: left;
	background-color: rgb(244, 231, 224);
}

.c-ShiPinMeiWen .c-xinLiShiPin2 {
	height: 100%;
	width: 90%;
	margin-left: 5%;
}

/* 心理视频--栏目标题title */

.c-ShiPinMeiWen .c-xinLiShiPin .shiPin_title {
	line-height: 24px;
	height: 24px;
	padding: 5px 0;
	width: 100%;
	border-bottom: 3px solid #4d6d6a;
	position: relative;
}

.c-xinLiShiPin .shiPin_title .sp_col_title {
	font-size: 20px;
	float: left;
	color: #4d6d6a;
}

.c-xinLiShiPin .shiPin_title .sp_col_title span {
	font-size: 20px;
}

/* 视频--更多 */

.c-xinLiShiPin .shiPin_title .sp_more {
	text-align: center;
	height: 100%;
	float: right;
	font-size: 12px;
}

.sp_more span {
	color: #000000;
}

.sp_more a:hover span {
	color: #4d6d6a;
}

/* 心理视频--视频展示main */

.c-ShiPinMeiWen .c-xinLiShiPin .shiPin_main {
	height: 87%;
	width: 100%;
	position: relative;
}

/* 图片1 */

.shiPin_main .sp_sp1 {
	width: 48%;
	height: 80%;
	position: absolute;
	top: 5%;
	left: 0%;
}

/* 图片2 */

.shiPin_main .sp_sp2 {
	width: 48%;
	height: 80%;
	position: absolute;
	top: 5%;
	right: 0%;
}

.shiPin_main .sp_pho{
	overflow: hidden;
}

.shiPin_main .sp_pho>img{
	transition: .3s;
}

.shiPin_main img:hover{
	transform: scale(1.1);
}
/* 图片 */

.sp_pho {
	width: 100%;
	height: 100%;
	cursor: pointer;
	/* 增加div鼠标悬浮 */
}

.shiPin_main img {
	width: 100%;
	height: 100%;
}

/* 视频标题 */

.sp_title {
	height: 10%;
	width: 100%;
	text-align: center;
	margin-top: 2%;
}

.sp_title a {
	color: black;
	font-size: 14px;
}

.sp_title a:hover {
	color: #4d6d6a;
}

/* -----------------心理美文---------------- */

.c-ShiPinMeiWen .c-xinLiMeiWen {
	height: 300px;
	width: 48%;
	float: right;
	border: 1px solid #e6aa90;
	border-top: none;
	box-sizing: border-box;
}

/* 心理美文->标题 */

.c-ShiPinMeiWen .c-xinLiMeiWen .MeiWen_title {
	line-height: 24px;
	height: 24px;
	padding: 5px 0;
	width: 100%;
	background-color: #e6aa90;
}

.c-ShiPinMeiWen .c-xinLiMeiWen .MeiWen_title .mw_title span {
	height: 100%;
	float: left;
	margin-left: 5px;
	font-size: 20px;
	color: rgb(255, 255, 255);
}

/* 美文--更多 */

.c-ShiPinMeiWen .c-xinLiMeiWen .MeiWen_title .mw_more {
	/* height: 100%; */
	float: right;
	margin-right: 5px;
	font-size: 12px;
}

.mw_more span {
	color: whitesmoke;
}

/* 心理美文->主要 */

.c-ShiPinMeiWen .MeiWen_main {
	width: 100%;
	height: 87%;
	position: relative;
}

/* 心理美文->图 */

.MeiWen_main .MeiWen_showPto {
	width: 25%;
	height: 90%;
	top: 5%;
	left: 2%;
	position: absolute;
	overflow: hidden;
}

.MeiWen_main .MeiWen_showPto img {
	width: 100%;
	height: 100%;
	background-position: center center;
	transition: .3s;
}

.MeiWen_main .MeiWen_showPto img:hover {
	transform: scale(1.1);
}

/* 心理美文->新闻 */

.MeiWen_main .MeiWen_news {
	width: 69%;
	height: 100%;
	top: 2%;
	right: 2%;
	position: absolute;
}

.MeiWen_news .MeiWen_news_all {
	list-style: none;
	font-size: 16.6px;
	margin: 0px;
	padding-left: 5%;
	line-height: 44px;
}

/* 单个新闻条 */

.MeiWen_news .MeiWen_news_all li {
	display: block;
	color: black;
}

/* 单个新闻条-->下划线 */

.MeiWen_news .MeiWen_news_all li .news_line {
	width: 90%;
	height: 2px;
	text-align: center;
	border-bottom: 1.5px dashed lightgrey;
}

/* 标题最长15字 */

.MeiWen_news .MeiWen_news_all .news_title a {
	text-decoration: none;
	color: black;
	font-size: 16px;
}

.MeiWen_news .MeiWen_news_all .news_title a:hover {
	color: #4d6d6a;
}

/* 格式：2020年10月03日 */

.MeiWen_news .MeiWen_news_all .news_time {
	float: right;
	margin-right: 10%;
	color: grey;
	font-size: 16px;
}

/* 视频美文_end */

