/* Animate.css动画演示 */
@import "../swiper/animate.min.css";

/* Swiper 6.4.1 */
@import "../swiper/swiper-bundle.min.css";

/* 字体图标 */
@import "../css/font/css/font-awesome.min.css";

/* 公共样式 */
@import "../css/public.min.css";

/* 头部 */
.topbox {
  width: 100%;
  line-height: 38px;
  background-color: #f3f3f3;
  font-size: 12px;
  color: #7f7f7f;
}
.topbox a {
  color: #7f7f7f;
  margin: 0 10px;
}
.topbox a:last-child{
  margin: 0 0 0 10px;
}
.topbox a:hover {
  color: #2baae6 !important;
  text-decoration: underline;
}

.header {
  width: 100%;
  padding: 27px 0;
}
.header>.container{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.logo > a{
  width: 332px;
}
.logo_txt{
  width: 254px;
}
.logo img {
  width: 100%;
  display: block;
  height: auto;
}

/* 导航 */
nav {
  background-color: #fff;
  border-bottom: 2px solid #2baae6;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.nav{
  width: 62.5%;
  float: left;
}
.nav>li{
  width: 16.666%;
  float: left;
  position: relative;
}
.nav>li>a{
  display: block;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #282828;
}
.nav>li:hover>a,
.nav>li.nav-this>a{
  background-color: #2baae6;
  color: #fff;
}
/* 导航下拉 */
.nav-child{
  display: none;
  width: 100%;
  float: left;
  background-color: rgba(43,170,230,0.95);
  padding: 2px;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 9;
}
.nav-child>li{
  display: block;
  overflow: hidden;
}
.nav-child>li>a{
  display: block;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.nav-child>li>a:hover{
  background-color: #fff;
  color: #2baae6;
}

.search{
  width: 27.5%;
  float: right;
  border: 1px solid #8f8f8f;
  height: 30px;
  line-height: 28px;
  margin-top: 5px;
  border-radius: 4px;
}
.search_inp1{
  width: calc(100% - 42px);
  float: left;
  height: 28px;
  line-height: 28px;
  padding: 0 10px;
  font-size: 12px;
  color: #000;
  border-radius: 4px;
}
.search_inp1::-webkit-input-placeholder{color: #aeaeae;}
.search_inp1:-moz-placeholder{color: #aeaeae;}
.search_btn{
  width: 42px;
  float: left;
  height: 28px;
  background: url(../images/search_ss.png) no-repeat left center;
  cursor: pointer;
}

/*banner大图*/
.banner {
  width: 100%;
  position: relative;
}
.banner .banner-imgbox img {
  width: 100%;
  display: block;
  height: auto;
}
/*圆点*/
.banner .swiper-pagination {
  opacity: 0;
  position: absolute;
  right: 0;
  bottom: 15px;
  display: flex;
  justify-content: center;
}
.banner .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  float: left;
  background: #2baae6;
  opacity: 0.5;
  border-radius: 50%;
  margin: 0 3px;
}
.banner .swiper-pagination-bullet-active {
  opacity: 1;
  background: #2baae6;
}
.banner:hover .swiper-pagination {
  opacity: 1;
}
/*箭头*/
.banner .banner-prev,
.banner .banner-next {
  left: 2%;
  top: 50%;
  position: absolute;
  z-index: 9;
  transform: translateY(-50%);
  width: 30px;
  height: 60px;
  font-size: 20px;
  color: #fff;
  background-color: rgba(0,0,0,0.6);
  opacity: 0;
  outline: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.banner .banner-next{
  left: initial;
  right: 2%;
}
.banner:hover .banner-next,
.banner:hover .banner-prev {
  opacity: 1;
}
/* END */

/*首页*/
.picbox{
  width: 100%;
  overflow: hidden;
  background-color: #f6f6f7;
}
.pic_ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 0;
}
.pic_ul li{
  float: left;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}
.pic_ul li .pic_icon{
  width: 50px;
  float: left;
  height: 54px;
  position: relative;
  overflow: hidden;
}
.pic_ul li .pic_R{
  width: calc(100% - 50px);
  float: left;
  padding-left: 15px;
}
.pic_ul li .pic_R .pic_p{
  display: block;
  overflow: hidden;
  line-height: 24px;
  font-size: 20px;
  color: #666;
}
.pic_ul li .pic_R .pic_sp{
  display: block;
  overflow: hidden;
  line-height: 24px;
  font-size: 14px;
  color: #666;
  margin-top: 6px;
}

.psy{
  width: 100%;
  overflow: hidden;
  padding: 45px 0;
}
.psy_title{
  display: block;
  overflow: hidden;
}
.psy_tit{
  float: left;
  line-height: 36px;
  font-size: 24px;
  color: #666;
  font-weight: bold;
  padding-right: 30px;
  background: url(../images/psy_jiantou.png) no-repeat right center;
}
.psy_nav{
  float: left;
  padding-left: 20px;
}
.psy_nav li{
  float: left;
  margin: 0 20px;
}
.psy_nav li>a{
  display: block;
  overflow: hidden;
  line-height: 32px;
  font-size: 18px;
  color: #666;
}
.psy_nav li>a::after{
  content: "";
  display: block;
  width: 0;
  height: 4px;
  border-bottom: 2px;
  background-color: #fff;
  transition: all 0.4s;
}
.psy_nav li:hover>a,
.psy_nav li.psy_active>a{
  color: #129acc;
}
.psy_nav li:hover>a::after,
.psy_nav li.psy_active>a::after{
  width: 100%;
  background-color: #129acc;
}
.psy_more{
  width: 106px;
  float: right;
}
.psy_more>a{
  display: block;
  overflow: hidden;
  height: 36px;
  line-height: 34px;
  border: 1px solid #29abe7;
  text-align: center;
  font-size: 14px;
  color: #129acc;
}
.psy_more>a:hover{
  background-color: #129acc;
  color: #fff;
}

.psy_contect{
  display: block;
  overflow: hidden;
  padding-top: 25px
}
.psy_contect>div{display: none;}
.psy_contect>div:first-child{display: block;}
.psy-imgbox{
  width: 895px;
  float: left;
  overflow: hidden;
  margin-top: 20px;
}
.psy-imgbox .swiper-slide{
  cursor: pointer;
  border: 1px solid #eaeaea;
  border-radius: 5px;
  padding: 10px 25px 25px 25px;
  overflow: hidden;
  position: relative;
}
.psy-imgbox .swiper-slide::before{
  content: "";
  width: 100%;
  height: 4px;
  background-color: #9ed9f5;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  transition: all 0.4s;
}
.psy-imgbox .swiper-slide .psy_imgB{
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  padding: 16px 0 9px 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.psy-imgbox .swiper-slide .psy_imgB .psy_img{
  width: 100%;
  max-width: 135px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.psy-imgbox .swiper-slide .psy_imgB .psy_img::before{
  content: "";
  display: block;
  padding-top: 100%;
}
.psy-imgbox .swiper-slide .psy_p{
  display: block;
  overflow: hidden;
  line-height: 28px;
  margin-top: 10px;
  font-size: 18px;
  color: #333;
  text-align: center;
}
.psy-imgbox .swiper-slide .psy_txt{
  display: block;
  overflow: hidden;
  line-height: 24px;
  height: 72px;
  margin-top: 10px;
  font-size: 14px;
  color: #999;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-align:center;
}
.psy-imgbox .swiper-slide .psy_sp{
  display: block;
  overflow: hidden;
  line-height: 24px;
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
  color: #999;
}
.psy-imgbox .swiper-slide .psy_sp>span{
  color: #29abe7;
  font-weight: bold;
}
.psy-imgbox .swiper-slide .psy_M{
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding-top: 20px;
}
.psy-imgbox .swiper-slide .psy_M>a{
  display: block;
  overflow: hidden;
  width: 162px;
  height: 36px;
  line-height: 34px;
  border: 1px solid #eaeaea;
  text-align: center;
  font-size: 14px;
  color: #666;
  border-radius: 5px;
}
.psy-imgbox .swiper-slide .psy_M>a:hover{
  background-image: linear-gradient(to right,#2aabe5,#6ad8e5);
  border-color: #fff;
  color: #fff;
}
.psy-imgbox .swiper-slide:hover::before{
  display: none;
}
.psy-imgbox .swiper-slide:hover .psy_imgB{
  background-image: url(../images/zj_bj.png);
}

.psy_right{
  width: 285px;
  float: right;
  background: url(../images/rexian_bj.png) no-repeat center center;
  background-size: 100% 100%;
  border-radius: 5px;
  padding: 40px 25px;
  margin-top: 20px;
}
.psy_right .psy_p{
  display: block;
  overflow: hidden;
  line-height: 32px;
  font-size: 20px;
  color: #666;
  font-weight: bold;
  text-align: center;
}
.psy_right .psy_sp{
  display: block;
  overflow: hidden;
  line-height: 22px;
  margin-top: 10px;
  font-size: 15px;
  color: #2aabe5;
  font-weight: bold;
  text-align: center;
}
.psy_right .psy_dianhua{
  display: flex;
  justify-content: center;
  padding-top: 20px;
}
.psy_right .psy_dianhua>a{
  width: 100%;
  float: left;
  max-width: 162px;
  height: 38px;
  line-height: 36px;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  color: #9e9e9e;
  background-color: #fff;
}
.psy_right .psy_dianhua>a:hover{
  border-color: #2aabe5;
  background-color: #2aabe5;
  color: #fff;
}
.psy_right .psy_icon{
  display: block;
  overflow: hidden;
  height: 31px;
  position: relative;
  margin-top: 25px;
  z-index: 1;
}
.psy_right .psy_txtB{
  display: block;
  overflow: hidden;
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
  margin-top: -8px;
}
.psy_right .psy_txtB .psy_txt{
  display: block;
  overflow: hidden;
  height: 120px;
  line-height: 24px;
  font-size: 12px;
  color: #999;
  line-height: 24px;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}


.hf{
  width: 100%;
  overflow: hidden;
}
.hf>.container{
  display: flex;
  justify-content: center;
  padding: 28px 0;
  background: url(../images/hf_bj.jpg) no-repeat center center;
  background-size: 100% 100%;
}
.hf_left{
  line-height: 36px;
  font-size: 24px;
  color: #434343;
  padding-right: 35px;
  border-right: 1px solid #dfdfe0;
}
.hf_left>span{
  float: left;
  color: #2aabe5;
  position: relative;
}
.hf_left>span::before{
  content: "";
  width: 100%;
  float: left;
  height: 3px;
  border-top: 1px solid #2aabe5;
  border-bottom: 1px solid #2aabe5;
  position: absolute;
  left: 0;
  bottom: -2px;
}
.hf_right{
  float: left;
  padding-left: 40px;
}
.hf_right>a{
  width: 136px;
  float: left;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 18px;
  background-color: #2aabe5;
  font-size: 16px;
  color: #fff;
}

.fw{
  width: 100%;
  overflow: hidden;
  padding: 45px 0;
}
.fw_nav{
  float: left;
  padding-left: 20px;
}
.fw_nav li{
  float: left;
  margin: 0 20px;
}
.fw_nav li>a{
  display: block;
  overflow: hidden;
  line-height: 32px;
  font-size: 18px;
  color: #666;
}
.fw_nav li>a::after{
  content: "";
  display: block;
  width: 0;
  height: 4px;
  border-bottom: 2px;
  background-color: #fff;
  transition: all 0.4s;
}
.fw_nav li:hover>a,
.fw_nav li.fw_active>a{
  color: #129acc;
}
.fw_nav li:hover>a::after,
.fw_nav li.fw_active>a::after{
  width: 100%;
  background-color: #129acc;
}
.fw_more{
  float: right;
  height: 36px;
  line-height: 36px;
}
.fw_more>a{
  font-size: 14px;
  color: #999;
}
.fw_more>a:hover{
  color: #129acc;
  text-decoration: underline;
}
.fw_contect{
  display: block;
  overflow: hidden;
  padding-top: 20px;
}
.fw_contect>div{display: none;}
.fw_contect>div:first-child{display: block;}
.fw_ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.fw_ul li{
  float: left;
  margin-top: 20px;
}
.fw_ul li .fw_icon{
  display: block;
  overflow: hidden;
  position: relative;
  height: 62px;
}
.fw_ul li .fw_p{
  display: block;
  overflow: hidden;
  line-height: 28px;
  margin-top: 20px;
  text-align: center;
  font-size: 18px;
  color: #434343;
  font-weight: bold;
}
.fw_ul li .fw_sp{
  display: block;
  overflow: hidden;
  line-height: 18px;
  margin-top: 5px;
  text-align: center;
  font-size: 12px;
  color: #b4b4b4;
  text-transform: uppercase;
}
.fw_ul li:hover .fw_icon img{
  transform: rotateY(360deg);
}
.fw_ul li:hover .fw_p{
  color: #129acc;
}

.know{
  width: 100%;
  overflow: hidden;
  background: url(../images/know_bj.jpg) no-repeat center center;
  background-size: 100% 100%;
  padding: 40px 0;
}
.know_nav{
  float: left;
  padding-left: 20px;
}
.know_nav li{
  float: left;
  margin: 0 20px;
}
.know_nav li>a{
  display: block;
  overflow: hidden;
  line-height: 32px;
  font-size: 18px;
  color: #666;
}
.know_nav li>a::after{
  content: "";
  display: block;
  width: 0;
  height: 4px;
  border-bottom: 2px;
  background-color: #fff;
  transition: all 0.4s;
}
.know_nav li:hover>a,
.know_nav li.know_active>a{
  color: #129acc;
}
.know_nav li:hover>a::after,
.know_nav li.know_active>a::after{
  width: 100%;
  background-color: #129acc;
}
.know_more{
  float: right;
  height: 36px;
  line-height: 36px;
}
.know_more>a{
  font-size: 14px;
  color: #999;
}
.know_more>a:hover{
  color: #129acc;
  text-decoration: underline;
}
.know_contect{
  display: block;
  overflow: hidden;
  padding-top: 36px;
}
.know_contect>div{display: none;}
.know_contect>div:first-child{display: block;}
.know_ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.know_ul li{
  float: left;
  margin-bottom: 15px; width:25%; padding-left:2.5%; padding-right:2.5%;
}
.know_ul li .know_p{
  display: block;
  overflow: hidden;
  line-height: 36px;
  text-align: center;
  font-size: 26px;
  color: #333;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.know_ul li .know_sp{
  display: block;
  overflow: hidden;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  color: #c4c4c4;
  text-transform: uppercase;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.know_ul li:hover .know_p{
  color: #2aabe5;
}

.news{
  width: 100%;
  overflow: hidden;
  padding: 45px 0;
}
.news>.container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news_left{
  width: calc(50% - 15px);
  float: left;
}
.news_ul{
  display: block;
  overflow: hidden;
  padding-top: 40px;
}
.news_ul li{
  display: block;
  overflow: hidden;
  padding-bottom: 16px;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 16px;
}
.news_ul li:last-child{
  padding: 0;
  margin: 0;
  border: none;
}
.news_ul li>a{
  width: 100%;
  float: left;
  display: flex;
}
.news_ul li>a .news_img{
  width: 194px;
  float: left;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
.news_ul li>a .news_R{
  width: calc(100% - 194px);
  float: left;
  padding-left: 25px;
}
.news_ul li>a .news_R .news_p{
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 16px;
  color: #333;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.news_ul li>a .news_R .news_txt{
  display: block;
  overflow: hidden;
  height: 48px;
  line-height: 24px;
  font-size: 14px;
  color: #999;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 10px 0;
}
.news_ul li>a .news_R .news_sp{
  display: block;
  overflow: hidden;
  line-height: 22px;
  font-size: 12px;
  color: #999;
}
.news_ul li>a:hover .news_img img{
  transform: scale(1.1);
}
.news_ul li>a:hover .news_R .news_p{
  color: #29abe7;
}
/*END-首页*/

/* 底部 */
footer {
  background: #f3f3f3;
}

.footer{
  width: 100%;
  float: left;
  padding-top: 20px;
}
.footer_left{
  width: calc(100% - 230px);
  float: left;
}
.footer_wxh{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}
.footer_wxh_p{
  float: left;
  background: url(../images/ewm_icon.png) no-repeat left center;
  padding: 0 20px 0 30px;
  font-size: 14px;
  color: #666;
}
.footer_wxh_ul{
  float: left;
  border-left: 1px solid #dfdfdf;
}
.footer_wxh_ul li{
  float: left;
  margin-left: 20px;
  position: relative;
}
.footer_wxh_ul li .footer_wxh_icon{
  width: 39px;
  display: block;
  border-radius: 50%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.footer_wxh_ul li .footer_wxh_icon::before{
  content: "";
  display: block;
  padding-top: 100%;
}
.footer_wxh_ul li .footer_wxh_txt{
  display: block;
  overflow: hidden;
  height: 18px;
  line-height: 18px;
  text-align: center;
  margin-top: 6px;
  font-size: 12px;
  color: #999;
}
.footer_wxh_ul li .footer_wxh_wx{
  width: 140px;
  float: left;
  height: 0;
  overflow: hidden;
  position: absolute;
  left: -100%;
  bottom: 110%;
  z-index: 2;
}
.footer_wxh_ul li .footer_wxh_wx>img{
  width: 140px;
  height: 140px;
  display: block;
}
.footer_wxh_ul li:hover .footer_wxh_wx{
  height: 140px;
}

.footer_nav{
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #d3d3d4;
  border-top: 1px solid #d3d3d4;
  margin-top: 30px;
  padding: 13px 0;
  line-height: 24px;
  font-size: 14px;
  color: #999;
}
.footer_nav>a{
  color: #999;
  margin: 0 15px;
}
.footer_nav>a:first-child{
  margin: 0 15px 0 0;
}
.footer_nav>a:hover{
  color: #29abe7;
  text-decoration: underline;
}
.footer_right{
  width: 192px;
  float: right;
}
.footer_right img{
  display: block;
  width: 100%;
  height: auto;
}

.lxwm{
  width: 100%;
  overflow: hidden;
  padding-top: 15px;
}
.lxwm_left{
  width: 50%;
  float: left;
}
.link{
  display: block;
  overflow: hidden;
  line-height: 18px;
}
.link_p{
  float: left;
  font-size: 14px;
  color: #666;
  text-transform: uppercase;
}
.link_p>span{
  float: left;
  font-size: 18px;
  margin-right: 10px;
}
.link_txt{
  display: block;
  overflow: hidden;
  padding-left: 7px;
}
.link_txt>a{
  float: left;
  margin-left: 15px;
  font-size: 12px;
  color: #999;
}
.link_txt>a:hover{
  color: #29abe7;
  text-decoration: underline;
}

.lxwm_B{
  display: block;
  overflow: hidden;
  margin-top: 15px;
}
.lxwm_title{
  width: 118px;
  float: left;
  overflow: hidden;
  line-height: 24px;
  font-size: 14px;
  color: #666;
  text-transform: uppercase;
}
.lxwm_title>span{
  display: block;
  overflow: hidden;
  font-size: 18px;
}
.lxwm_txt{
  display: block;
  overflow: hidden;
  line-height: 24px;
  font-size: 12px;
  color: #999;
  padding-left: 10px;
}

.lxwm_right{
  width: 50%;
  float: right;
  padding-top: 5px
}
.footer_wx{
  width: 140px;
  float: right;
  margin-left: 10px;
}
.footer_wx img{
  width: 100%;
  height: auto;
}
.footer_wx span{
  display: block;
  overflow: hidden;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  color: #999;
  margin-top: 15px;
}

.copyright{
  width: 100%;
  overflow: hidden;
  border-top: 1px solid #d3d3d4;
  text-align: center;
  line-height: 24px;
  padding: 10px 0;
  color: #999;
  font-size: 12px;
  margin-top: 20px;
}
.copyright a{
  color: #999;
  margin: 0 5px;
}
.copyright a:hover{
  color: #29abe7;
  text-decoration: underline;
}
/* END-底部 */

/* 关于我们 */
.main{
	width: 100%;
	overflow: hidden;
}
.dqwz_title{
	width: 100%;
	float: left;
	line-height: 60px;
	font-size: 18px;
	color: #333;
  font-weight: bold;
  background-color: #f6f6f6;
  position: relative;
}
.dqwz_contect{
	width: 100%;
	float: left;
	padding: 20px 0;
}
.company{
	display: block;
	overflow: hidden;
	font-size: 14px;
	line-height: 30px;
	color: #000; margin-top:20px;
}
.company img{max-width:100% !important; height:auto !important}
/* END-关于我们 */

/* 心理咨询/团体培训 */
.about_ul{
  display: block;
  overflow: hidden;
}
.about_ul>li{
  float: left;
  margin: 0 40px 5px 0;
}
.about_ul>li>a{
  display: block;
  overflow: hidden;
  line-height: 20px;
  font-size: 14px;
  color: #999;
  position: relative;
}
.about_ul>li>a::after{
  content: "";
  width: 0;
  height: 1px;
  display: block;
  background-color: #2aabe5;
  margin-top: 4px;
  transition: all 0.4s;
}
.about_ul>li:hover>a,
.about_ul>li.about_on>a{
  color: #2aabe5;
}
.about_ul>li:hover>a::after,
.about_ul>li.about_on>a::after{
  width: 100%;
}

.main_left{
  width: 830px;
  float: left;
  margin-top: 40px;
}
.cp_ul{
  display: block;
  overflow: hidden;
}
.cp_ul li{
  display: block;
  overflow: hidden;
  padding-bottom: 35px;
  border-bottom: 1px dotted #d1d1d1;
  margin-bottom: 35px;
}
.cp_ul li .cp_img{
  width: 135px;
  float: left;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.cp_ul li .cp_img::before{
  content: "";
  display: block;
  padding-top: 100%;
}
.cp_ul li .cp_R{
  display: block;
  overflow: hidden;
  padding-left: 30px;
}
.cp_ul li .cp_R .cp_left{
  width: calc(100% - 100px);
  float: left;
}
.cp_ul li .cp_R .cp_left .cp_tit{
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 18px;
  color: #333;
}
.cp_ul li .cp_R .cp_left .cp_tit span{ color:#666; padding-left:10px; font-size:14px;}
.cp_ul li .cp_R .cp_left .cp_sp{
  display: block;
  overflow: hidden;
  line-height: 20px;
  font-size: 13px;
  color: #666;
  margin-top: 5px;
}
.cp_ul li .cp_R .cp_left .cp_add{
  display: block;
  overflow: hidden;
  margin-top: 20px;
  line-height: 20px;
  background: url(../images/add.png) no-repeat left center;
  padding-left: 20px;
  font-size: 12px;
  color: #444;
}
.cp_ul li .cp_R .cp_left .cp_add>span{
  color: #29abe7;
}
.cp_ul li .cp_R .cp_left .cp_span{
  display: block;
  overflow: hidden;
  padding-top: 10px;
}
.cp_ul li .cp_R .cp_left .cp_span>span{
  width: 78px;
  float: left;
  height: 24px;
  line-height: 22px;
  border: 1px solid #cbcbcb;
  border-radius: 5px;
  text-align: center;
  font-size: 12px;
  color: #444;
  margin-right: 10px;
}
.cp_ul li .cp_R .cp_right{
  width: 100px;
  float: left;
  padding-top: 30px;
}
.cp_ul li .cp_R .cp_right .cp_right_p{
  display: block;
  overflow: hidden;
  line-height: 30px;
  text-align: right;
  font-size: 14px;
  color: #999;
}
.cp_ul li .cp_R .cp_right .cp_right_p>span{
  font-size: 18px;
  color: #2c6f95;
  padding-right: 0px;
}
.cp_ul li .cp_R .cp_right .cp_right_more{
  display: block;
  overflow: hidden;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  margin-top: 45px;
  background-color: #29abe7;
  border-radius: 5px;
}
.cp_ul li:hover .cp_R .cp_left .cp_tit{
  color: #29abe7;
}

.main_right{
  width: 330px;
  float: right;
  margin-top: 40px;
}
.choose{
  width: 100%;
  float: left;
  border: 1px solid #ededed;
  border-top: 2px solid #29abe7;
  padding: 15px;

}
.dw{
  max-width: 330px;
  background-color: #fff;
  position: relative;
  top: 0;
}
.choose_title{
  display: block;
  overflow: hidden;
  line-height: 18px;
  font-size: 12px;
  color: #333;
}
.choose_ul{
  display: block;
  overflow: hidden;
  padding-top: 20px;
}
.choose_ul li{
  display: flex;
  align-content: center;
  overflow: hidden;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ededed;
}
.choose_ul li .choose_icon{
  width: 62px;
  float: left;
  overflow: hidden;
  position: relative;
}
.choose_ul li .choose_R{
  width: calc(100% - 62px);
  float: left;
  padding-left: 20px;
}
.choose_ul li .choose_R .choose_p{
  display: block;
  overflow: hidden;
  line-height: 22px;
  font-size: 14px;
  color: #333;
}
.choose_ul li .choose_R .choose_txt{
  display: block;
  overflow: hidden;
  margin-top: 10px;
  line-height: 18px;
  font-size: 12px;
  color: #999;
}
.choose_ul li:last-child{
  padding: 0;
  margin: 0;
  border: none;
}

.cpxq_img{
  width: 214px;
  float: left;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
  margin-right: 40px;
}
.cpxq_img::before{
  content: "";
  display: block;
  padding-top: 100%;
}
.cpxq_tit{
  display: block;
  overflow: hidden;
  margin-top: 4px;
  line-height: 28px;
  font-size: 24px;
  color: #333;
}
.cpxq_tit>span{
  display: inline-table;
  width: 118px;
  height: 28px;
  line-height: 28px;
  border-radius: 5px;
  background-color: #129acc;
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin-left: 20px;
}
.cpxq_p{
  display: block;
  overflow: hidden;
  margin-top: 15px;
  line-height: 30px;
  font-size: 16px;
  color: #666;
}
.cpxq_ul{
  display: block;
  overflow: hidden;
  padding-top: 25px;
}
.cpxq_ul li{
  float: left;
  margin-right: 90px;
}
.cpxq_ul li .cpxq_pp{
  display: block;
  overflow: hidden;
  line-height: 20px;
  font-size: 14px;
  color: #999;
}
.cpxq_ul li .cpxq_spp{
  display: block;
  overflow: hidden;
  margin-top: 10px;
  line-height: 24px;
  font-size: 14px;
  color: #999;
}
.cpxq_ul li .cpxq_spp>span{
  float: left;
  font-size: 24px;
  color: #29abe7;
  font-weight: bold; margin-right:4px;
}
.cpxq_title{
  width: 100%;
  float: left;
  font-size: 18px;
  line-height: 26px;
  color: #333;
  margin-top: 35px;
  padding: 0 0 15px 22px;
  border-bottom: 2px solid #129acc;
  position: relative;
}
.cpxq_title::before{
  content: "";
  width: 10px;
  float: left;
  height: 10px;
  background-color: #129acc;
  position: absolute;
  left: 0;
  top: 8px;
}
.cpxq_txt{
  width: 100%;
  float: left;
  font-size: 14px;
  line-height: 30px;
  color: #666;
  margin-top: 25px;
}

.yy{
  display: block;
  width: 100%;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(41,171,231,0.2);
  padding: 40px 30px;
}
.yy_p{
  display: block;
  overflow: hidden;
  margin-bottom: 40px;
  line-height: 30px;
}
.yy_p_left{
  float: left;
  color: #333;
  font-size: 16px;
  padding-left: 45px;
  background: url(../images/cpxq_icon1.png) no-repeat left center;
}
.yy_p_right{
  float: right;
  color: #29abe7;
  font-size: 16px;
}
.yy_sp{
  display: block;
  overflow: hidden;
  margin-bottom: 35px;
  line-height: 30px;
}
.yy_sp .yy_p_left{
  background: url(../images/cpxq_icon2.png) no-repeat left center;
}
.yy_btn{
  display: block;
  overflow: hidden;
}
.yy_btn>a{
  display: block;
  overflow: hidden;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background-color: #129acc;
  border-radius: 20px;
  font-size: 18px;
  color: #fff;
}
.yy_ul{
  display: block;
  overflow: hidden;
  padding-top: 20px;
}
.yy_ul li{
  width: 50%;
  float: left;
  line-height: 24px;
  font-size: 12px;
  color: #999;
  background: url(../images/cpxq_icon3.png) no-repeat left center;
  padding-left: 18px;
}
/* END-心理咨询/团体培训 */

/* 心理知识 */
.xw_ul{
  display: block;
  overflow: hidden;
}
.xw_ul li{
  display: block;
  overflow: hidden;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px dotted #d1d1d1;
}
.xw_ul li>a{
  width: 100%;
  float: left;
  display: flex;
}
.xw_ul li>a .xw_img{
  width: 215px;
  float: left;
  overflow: hidden;
  position: relative;
}
.xw_ul li>a .xw_R{
  width: calc(100% - 215px);
  float: left;
  padding: 10px 0 10px 25px;
}
.xw_ul li>a .xw_R .xw_p{
  display: block;
  overflow: hidden;
  line-height: 32px;
  font-size: 16px;
  color: #666;
  font-weight: bold;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.xw_ul li>a .xw_R .xw_txt{
  display: block;
  overflow: hidden;
  height: 48px;
  line-height: 24px;
  font-size: 14px;
  color: #666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  margin: 25px 0;
}
.xw_ul li>a .xw_R .xw_sp{
  display: block;
  overflow: hidden;
  line-height: 20px;
  padding: 5px 0;
  font-size: 12px;
  color: #999;
}
.xw_ul li>a:hover .xw_img img{
  transform: scale(1.1);
}
.xw_ul li>a:hover .xw_R .xw_p{
  color: #2aabe5;
}

.read{
  width: 100%;
  float: left;
}
.read_title{
  display: block;
  overflow: hidden;
  line-height: 16px;
  border-left: 3px solid #2aabe5;
  padding-left: 10px;
  font-size: 14px;
  color: #333;
}
.read_dl{
  display: block;
  overflow: hidden;
  padding-top: 20px;
}
.read_dl>dt{
  display: block;
  overflow: hidden;
}
.read_dl>dt>a{
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
}
.read_dl>dt>a::before{
  content: "";
  display: block;
  padding-top: 50.456%;
}
.read_dl>dt>a .read_txt{
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  font-size: 14px;
  color: #fff;
  overflow: hidden;
  background-color: rgba(0,0,0,0.5);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.read_dl>dd{
  display: block;
  overflow: hidden;
  border-bottom: 1px dotted #d1d1d1;
  padding: 10px 0;
}
.read_dl>dd>a{
  display: block;
  overflow: hidden;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #666;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.read_dl>dd>a:hover{
  color: #2aabe5;
}

.xwxq{
  display: block;
  overflow: hidden;
}
.xwxq_p{
  display: block;
  overflow: hidden;
  line-height: 24px;
  font-size: 18px;
  color: #000;
  font-weight: bold;
  text-align: center;
}
.xwxq_sp{
  display: block;
  overflow: hidden;
  text-align: center;
  line-height: 14px;
  color: #999;
  font-size: 12px;
  padding: 10px 0;
  border-bottom: 1px dashed #ccc;
}
.xwxq_txt{
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 30px;
  color: #000;
  padding-top: 10px;
}
.xwxq_txt img{
  max-width: 100% !important;
  height: auto !important;
  margin: 5px auto;
}
/* END-心理知识 */

/* 联系我们 */
.contact_txt {
  width: 39%;
  float: left;
  font-size: 14px;
  color: #000;
  line-height: 30px;
}
.contact_map {
  width: 59%;
  float: right;
  overflow: hidden;
  height: 400px;
  border: none;
}
/* END-联系我们 */

.tck{
  display: none;
  width: 300px;
  float: left;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0,0,0,0.2);
  border-radius: 10px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 99;
  padding: 20px;
}
.tck-off{
  width: 24px;
  float: left;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  position: absolute;
  right: -12px;
  top: -12px;
}
.tck img{
  width: 100%;
  height: auto;
  display: block;
}
.tck-txt{
  width: 100%;
  display: block;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #000;
}

@media (max-width: 1220px) {
/* 首页 */
.psy-imgbox{
  width: 74%;
}
.psy_right{
  width: 24%;
}
/* END-首页 */

/* 心理咨询/团体培训 */
.main_left{
  width: 74%;
}
.main_right{
  width: 24%;
}
.yy{
  padding: 30px 20px;
}
/* END-心理咨询/团体培训 */

}

@media (max-width: 991px) {
/* 导航按钮 */
.icon-menu {
  float: right;
  cursor: pointer;
  width: 50px;
  height: 35px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 11;
  background-size: 100% 100%;
}
.icon-menu>span {
  width: 100%;
  height: 5px;
  float: left;
  background-color: #2baae6;
  transition: all 0.4s;
}
.icon-menu-active>span:nth-child(2){
  opacity: 0;
}
.icon-menu-active>span:nth-child(1){
  -webkit-transform: translateY(15px) rotate(-45deg);
  -ms-transform: translateY(15px) rotate(-45deg);
  transform: translateY(15px) rotate(-45deg);
}
.icon-menu-active>span:nth-child(3){
  -webkit-transform: translateY(-15px) rotate(45deg);
  -ms-transform: translateY(-15px) rotate(45deg);
  transform: translateY(-15px) rotate(45deg);
}

/* 头部 */
.header {
  padding: 15px 0;
  position: absolute;
  background-color: #fff;
  top:0;
  z-index: 10;
  box-shadow: 15px 15px 15px rgba(0,0,0,0.2);
}

/* 导航 */
nav {
  position: fixed;
  background-color: rgba(0,0,0,0.8);
  width: 100%;
  height: 100%;
  left: -100%;
  top: 0;
  z-index: 10;
	opacity: 0;
  display: flex;
  justify-content: flex-start;
  transition: all 0.4s;
}
.nav-actived{
  left: 0;
	opacity: 1;
}
nav>.container {
  width: 100%;
  max-width: 100% !important;
}
.nav{
  width: 85%;
  height: 100%;
  background-color: #fff;
}
.nav>li{
  width: 100%;
  height: 9%;
  border-bottom: 1px solid #ccc;
}
.nav>li>a{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  overflow: hidden;
  color: #000;
}
/* END-头部 */

/* 首页 */
.psy {
  padding: 30px 0;
}
.psy_nav {
  padding-left: 10px;
}
.psy_nav li {
  margin: 0 8px;
}
.psy_contect {
  padding-top: 10px;
}
.psy-imgbox{
  width: 69%;
}
.psy-imgbox .swiper-slide {
  padding: 10px;
}
.psy-imgbox .swiper-slide .psy_M {
  padding-top: 10px;
}
.psy_right{
  width: 29%;
  padding: 20px 10px;
}
.psy_right .psy_p {
  line-height: 30px;
  font-size: 18px;
}
.psy_right .psy_txtB {
  padding: 10px;
}

.hf>.container {
  padding: 20px;
}
.hf_left {
  padding-right: 20px;
  font-size: 18px;
}
.hf_right {
  padding-left: 20px;
}

.fw {
  padding: 30px 0;
}
.fw_nav {
  padding-left: 10px;
}
.fw_nav li {
  margin: 0 10px;
}
.fw_ul {
  justify-content: center;
}
.fw_ul li {
  margin: 20px 10px 0 10px;
}

.know {
  padding: 30px 0;
}
.know_nav {
  padding-left: 10px;
}
.know_nav li {
  margin: 0 10px;
}
.know_contect {
  padding-top: 20px;
}
.know_ul li {
  width: 25%;
  padding: 0 5px;
}
.know_ul li .know_p {
  line-height: 26px;
  font-size: 16px;
}
.know_ul li .know_sp {
  line-height: 22px;
}

.news {
  padding: 30px 0;
}
.news_ul {
  padding-top: 20px;
}
.news_ul li>a .news_img {
  width: 140px;
}
.news_ul li>a .news_R {
  width: calc(100% - 140px);
  padding-left: 10px;
}
/* END-首页 */

/* 底部 */
.footer_wx{
  width: 30%;
}
/* END-底部 */

/* 心理咨询/团体培训 */
.main_left{
  width: 100%;
  margin-top: 20px;
}
.main_right{
  width: 100%;
  margin-top: 20px;
}
.yy{
  padding: 20px;
}
.yy_p {
  margin-bottom: 20px;
}
.yy_sp {
  margin-bottom: 20px;
}
/* END-心理咨询/团体培训 */

}

@media (max-width: 767px) {
/* 导航按钮 */
.icon-menu {
  width: 30px;
  height: 21px;
	right: 10px;
}
.icon-menu span {
  height: 3px;
}
.icon-menu-active>span:nth-child(1){
  -webkit-transform: translateY(9px) rotate(-45deg);
  -ms-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}
.icon-menu-active>span:nth-child(3){
  -webkit-transform: translateY(-9px) rotate(45deg);
  -ms-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
}

/* 头部 */
.header{
  padding: 10px 0;
}
.logo{
  width: 50%;
}
.logo a {
  width: 100%;
}
/* END-头部 */

/* 首页 */
.pic_ul {
  padding: 10px 0;
}
.pic_ul li {
  width: 25%;
  margin: 0;
  padding: 0 5px;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
}
.pic_ul li .pic_icon{
  width: 100%;
  height: 24px;
}
.pic_ul li .pic_R {
  width: 100%;
  padding: 0;
  text-align: center;
}
.pic_ul li .pic_R .pic_p {
  line-height: 16px;
  font-size: 14px;
  margin-top: 5px;
}
.pic_ul li .pic_R .pic_sp {
  line-height: 14px;
  font-size: 12px;
  margin-top: 2px;
}

.psy {
  padding: 10px 0;
}
.psy_tit {
  width: 100%;
  line-height: 30px;
  font-size: 16px;
  /* color: #fff;
  padding: 0 20px;
  background: #2baae6;
  position: relative; */
}

/* .psy_tit::after{
  content: "\f078";
  font-family: FontAwesome;
  font-size: 16px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
} */
.psy_nav {
  /* display: none; */
  width: 100%;
  padding: 5px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.psy_nav li {
  width: 20%;
  margin: 0 0 2px 0;
  padding: 0 1px;
}
.psy_nav li>a {
  line-height: 30px;
  font-size: 14px;
  color: #666;
  background-color: #f6f6f7;
  text-align: center;
}
.psy_nav li>a::after{display: none;}
.psy_nav li:hover>a,
.psy_nav li.psy_active>a {
  background-color: #129acc;
  color: #fff;
}

.psy-imgbox{
  width: 100%;
  margin-top: 5px;
}
.psy-imgbox .swiper-slide .psy_imgB {
  padding: 10px 0;
}
.psy-imgbox .swiper-slide .psy_p {
  line-height: 24px;
  margin-top: 5px;
  font-size: 16px;
}
.psy-imgbox .swiper-slide .psy_txt {
  line-height: 20px;
  height: 60px;
  margin-top: 5px;
}
.psy-imgbox .swiper-slide .psy_sp {
  line-height: 20px;
  margin-top: 5px;
}
.psy-imgbox .swiper-slide .psy_M>a {
  width: 100%;
  height: 30px;
  line-height: 28px;
}

.search{
  width: 100%;
  overflow: hidden;
  margin-top: 10px;
  height: 40px;
  line-height: 38px;
}
.search_inp1 {
  height: 38px;
  line-height: 38px;
}
.search_btn {
  height: 38px;
}


.psy_contect{
  width: 100%;
}

.psy_right{
  width: 100%;
  padding: 10px;
  margin-top: 20px;
}
.psy_right .psy_p {
  line-height: 24px;
  font-size: 16px;
}
.psy_right .psy_sp {
  line-height: 20px;
  margin-top: 5px;
  font-size: 14px;
}
.psy_right .psy_dianhua {
  padding-top: 5px;
}
.psy_right .psy_dianhua>a {
  max-width: 120px;
  height: 34px;
  line-height: 32px;
}
.psy_right .psy_icon {
  margin-top: 10px;
}
.psy_right .psy_txtB .psy_txt {
  height: auto;
  line-height: 20px;
  -webkit-line-clamp: initial;
}

.hf>.container {
  padding: 10px;
  flex-wrap: wrap;
}
.hf_left {
  width: 100%;
  padding: 0;
  font-size: 16px;
  line-height: 22px;
  border: none;
  text-align: center;
}
.hf_right>a {
  width: 120px;
  height: 30px;
  line-height: 30px;
  border-radius: 16px;
  margin-top: 5px;
}

.fw {
  padding: 20px 0;
}
.fw_nav {
  /* display: none; */
  width: 100%;
  padding: 5px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.fw_nav li {
  width: 20%;
  margin: 0 0 2px 0;
  padding: 0 1px;
}
.fw_nav li>a {
  line-height: 30px;
  font-size: 14px;
  color: #666;
  background-color: #f6f6f7;
  text-align: center;
}
.fw_nav li>a::after{display: none;}
.fw_nav li:hover>a,
.fw_nav li.fw_active>a {
  background-color: #129acc;
  color: #fff;
}
.fw_contect {
  padding-top: 10px;
}
.fw_ul li {
  width: 32.3333%;
  margin: 0 0.5% 10px 0.5%;
}
.fw_ul li .fw_icon {
  height: 30px;
}
.fw_ul li .fw_p {
  line-height: 24px;
  margin-top: 5px;
  font-size: 16px;
}
.fw_ul li .fw_sp {
  line-height: 16px;
}

.know {
  padding: 10px 0;
}
.know_nav {
  /* display: none; */
  width: 100%;
  padding: 5px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.know_nav li {
  width: 20%;
  margin: 0 10px 2px 10px;
  padding: 0 1px;
}
.know_nav li>a {
  line-height: 30px;
  font-size: 14px;
  color: #666;
  background-color: #f6f6f7;
  text-align: center;
}
.know_nav li>a::after{display: none;}
.know_nav li:hover>a,
.know_nav li.know_active>a {
  background-color: #129acc;
  color: #fff;
}
.know_contect {
  padding-top: 10px;
}
.know_ul li {
  margin-bottom: 10px; width:50%;
}
.know_ul li .know_p {
  line-height: 22px;
  font-size: 16px;
}

.news {
  padding: 10px 0;
}
.news .psy_tit{
  width: auto;
  padding-right: 20px;
}
.news .know_more {
  height: 30px;
  line-height: 30px;
}

.news_left {
  width: 100%;
  margin-bottom: 15px;
}
/* .news_left .psy_tit{text-align: center;} */
.news_left .psy_tit::after{display: none;}
.news_ul {
  padding-top: 15px;
}
.news_ul li {
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.news_ul li>a .news_R .news_p {
  line-height: 24px;
}
.news_ul li>a .news_R .news_txt {
  height: 40px;
  line-height: 20px;
  margin: 3px 0;
}
.news_ul li>a .news_R .news_sp {
  line-height: 20px;
}
/* END-首页 */

/* 底部 */
.footer {
  padding: 0;
}
.footer_left {
  width: 100%;
}
.footer_wxh {
  padding-top: 10px;
  justify-content: center;
}
.footer_wxh_p {
  padding: 0 0 0 30px;
}
.footer_wxh_ul {
  width: 100%;
  border-left: none;
  padding-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footer_wxh_ul li {
  width: 15.6666%;
  margin: 0 0.5%;
}
.footer_wxh_ul li .footer_wxh_wx {
  left: -20%;
}
.footer_wxh_ul li:last-child .footer_wxh_wx {
  left: initial;
  right: -20%;
}
.footer_right {
  width: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}
.footer_right img{
  max-width: 35%;
  float: left;
  margin: 0;
}
.lxwm {
  padding: 10px 0;
}
.lxwm_left {
  width: 100%;
}
.lxwm_B {
  margin-top: 10px;
}
.lxwm_B .footer_wx{
  float: right;
  margin: 35px 0 0 0;
}
.lxwm_B .footer_wx span {
  margin-top: 5px;
}
.lxwm_title {
  width: auto;
  float: none;
}
.lxwm_txt {
  width: 100%;
  line-height: 20px;
  padding: 10px 0 0 0;
}


.footer_nav {
  border: none;
  margin-top: 0;
  padding: 10px 0;
  line-height: 20px;
  text-align: center;
}
.footer_nav>a {
  margin: 0 5px;
}
.copyright {
  line-height: 20px;
  margin-top: 0;
}
/* END-底部 */

/* 关于我们 */
.dqwz_title{
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  /* background-color: #2baae6;
  color: #fff;
  padding: 0 10px; */
}
.about_title{
  text-align: left;
}
.about_title::after{
  content: "\f078";
  font-family: FontAwesome;
  font-size: 16px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.dqwz_contect{
	padding: 10px 0;
}
.company{
	line-height: 24px;
}
/* END-关于我们 */

/* 心理咨询/团体培训 */
.about_ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.about_ul>li {
  width: 33.3333%;
  margin: 0 0 2px 0;
  padding: 0 1px;
}
.about_ul>li>a {
  line-height: 30px;
  color: #666;
  text-align: center;
  background-color: #f6f6f7;
}
.about_ul>li>a::after {display: none;}
.about_ul>li:hover>a,
.about_ul>li.about_on>a {
  background-color: #2aabe5;
  color: #fff;
}
.main_left{
  margin-top: 10px;
}
.cp_ul li {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.cp_ul li .cp_img {
  width: 120px;
}
.cp_ul li .cp_R {
  padding-left: 10px;
}
.cp_ul li .cp_R .cp_left {
  width: 100%;
}
.cp_ul li .cp_R .cp_left .cp_tit {
  line-height: 24px;
  font-size: 16px;
}
.cp_ul li .cp_R .cp_left .cp_add {
  margin-top: 5px;
  line-height: 16px;
}
.cp_ul li .cp_R .cp_left .cp_span {
  padding-top: 5px;
}
.cp_ul li .cp_R .cp_left .cp_span>span {
  width: 70px;
  margin-right: 4px;
}

.cpxq_img{
  width: 100%;
  float: none;
}
.cpxq_tit {
  margin-top: 5px;
  line-height: 24px;
  font-size: 18px;
}
.cpxq_tit>span {
  width: 98px;
  height: 24px;
  line-height: 24px;
  margin-left: 5px;
}
.cpxq_p {
  margin-top: 5px;
  line-height: 24px;
  font-size: 14px;
}
.cpxq_ul {
  padding-top: 10px;
}
.cpxq_ul li {
  width: 32.333%;
  margin-right: 1%;
}
.cpxq_ul li .cpxq_spp {
  margin-top: 5px;
}
.cpxq_ul li .cpxq_spp>span {
  font-size: 20px;
}
.cpxq_title {
  font-size: 16px;
  line-height: 24px;
  margin-top: 10px;
  padding: 0 0 10px 15px;
}
.cpxq_txt {
  line-height: 24px;
  margin-top: 10px;
}
.main_right{margin: 0;}
.yy {
  width: 100%;
  max-width: 100%;
  margin-top: 10px;
  padding: 10px;
}
.yy_p {
  margin-bottom: 5px;
}
.yy_p_left {
  padding-left: 40px;
}
.yy_sp {
  margin-bottom: 5px;
}
.yy_btn>a {
  height: 38px;
  line-height: 38px;
  border-radius: 15px;
  font-size: 16px;
}
.yy_ul {
  padding-top: 10px;
}
/* END-心理咨询/团体培训 */

/* 心理知识 */
.xw_ul li {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.xw_ul li>a .xw_img {
  width: 140px;
}
.xw_ul li>a .xw_R {
  width: calc(100% - 140px);
  padding: 5px 0 5px  10px;
}
.xw_ul li>a .xw_R .xw_p {
  line-height: 26px;
}
.xw_ul li>a .xw_R .xw_txt {
  height: 40px;
  line-height: 20px;
  margin: 3px 0;
}
.xw_ul li>a .xw_R .xw_sp {
  padding: 0;
}
.read_dl {
  padding-top: 10px;
}
.read_dl>dd {
  padding: 5px 0;
}
.read_dl>dd>a {
  height: 24px;
  line-height: 24px;
  white-space: nowrap;
}
/* END-心理知识 */

/* 联系我们 */
.contact_txt{
  width: 100%;
  line-height: 24px;
}
.contact_map {
  width: 100%;
  height: 250px;
  margin-top: 10px;
}
/* END-联系我们 */

}

/* 手机底部组件 */
.root_kong {
  width: 100%;
  height: 56px;
  float: left;
  background-color: #fff;
	height: calc(56px +  constant(safe-area-inset-bottom));
	height: calc(56px +  env(safe-area-inset-bottom));
	padding-bottom: constant(safe-area-inset-bottom);
	padding-bottom: env(safe-area-inset-bottom);
}
.root {
  width: 100%;
  height: 54px;
  background-color: #f3f3f3;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9;
	height: calc(54px +  constant(safe-area-inset-bottom));
	height: calc(54px +  env(safe-area-inset-bottom));
	padding-bottom: constant(safe-area-inset-bottom);
	padding-bottom: env(safe-area-inset-bottom);
}
.root>li{
  width: 25%;
  float: left;
  border-right: 1px solid #fff;
}
.root>li:last-child{border: none;}
.root>li>a {
  display: flex;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  padding: 6px 0;
}
.root>li>a>div {
  width: 100%;
  float: left;
  font-size: 14px;
  line-height: 1;
  color: #333;
  text-align: center;
}
.root>li>a>div:first-child {
  height: 22px;
  position: relative;
  margin-bottom: 6px;
}
/* .root>li>a:hover {
  background-color: #2baae6;
  color: #fff;
} */
/* 电话 */
.root_bj {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0,0,0,0.6);
  z-index: 8;
}
.root_phone {
  display: none;
  width: 100%;
  background-color: #f5f5f5;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 9;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.root_phone>a,
.root_phone>.root_off {
  display: block;
  background-color: #fff;
  line-height: 44px;
  color:#333;
  text-align: center;
  border-bottom: 1px solid #ddd;
  font-size:15px;
}
.root_phone .root_off {
  margin-top: 6px;
  border-top: 1px solid #ddd;
}
.root_phone .root_off:hover,
.root_phone a:hover {
  background:#ddd;
}
/* 微信号 */
.wecht-box{
  display: none;
  width: 100%;
  float: left;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
.wecht-box .wecht{
  width: 100%;
  float: left;
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.wecht-box .wecht .wecht_title{
  display: block;
  overflow: hidden;
  line-height: 20px;
  font-size: 14px;
  color: #333;
}
.wecht-box .wecht .wecht_title>span{
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 18px;
  font-weight: bold;
}
.wecht-box .wecht>img{
  display: block;
  max-width: 150px;
  margin: 10px auto;
  overflow: hidden;
}
.wecht-box .wecht .wecht_txt{
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 24px;
  color: #333;
  line-height: 18px;
}
.wecht-box .wecht .wecht_txt>span{
  font-family: Impact;
  font-size: 16px;
}
.wecht-box .wecht .wecht_off{
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #fff;
  position: absolute;
  left:50%;
  bottom:-38px;
  border: 1px solid #fff;
  transform:translateX(-50%);
  border-radius: 50%;
  display:flex;
  justify-content: center;
  align-items: center
}
/* END-手机底部组件 */
