@charset "utf-8";
@font-face {
    font-family: "SourceHanSansCN-ExtraLight";
    src: url(../fonts/SourceHanSansCN-ExtraLight.otf);
}

.wraper {
    width: 100%;
    min-width: 1200px;
    max-width: 1920px;
    margin: 0 auto;
    padding-top: 143px;
}


/* ========== header ==========*/

.header {
    width: 100%;
    /* height: 143px; */
    /* border-bottom: #969696 solid 2px; */
    /* padding-top: 30px; */
    /* margin-bottom: 30px; */
}

.header .logo {
    width: 272px;
    /* height: 58px; */
    margin: 0 auto;
    margin-top: 30px;
}

.header img {
    display: block;
    width: 100%;
    height: 100%;
}

.header .nav {
    position: relative;
    width: 1240px;
    height: 64px;
    text-align: center;
    margin: 0 auto;
    margin-top: -5px;
}

.header .nav .sea-btn {
    position: absolute;
    right: 0;
    top: 16px;
    width: 114px;
    height: 32px;
}

.header .nav ul {
    display: flex;
    width: 820px;
    justify-content: space-between;
}

.header .nav ul li {
    display: inline-block;
    float: left;
}

.header ul li a {
    position: relative;
    display: block;
    height: 100%;
    padding: 0 10px;
    /* font-family: "SourceHanSansCN-Regular"; */
    font-size: 18px;
    line-height: 64px;
    color: #1e1e1e;
}

.header ul li a i {
    display: none;
    position: absolute;
    left: 0;
    top: 45%;
    width: 100%;
    height: 38px;
    background: url(../img/nav_bg.png) repeat-x 0px 10px;
    border-radius: 7px;
    transform: translateY(-50%);
}

.header ul li a:hover i {
    display: block;
}

.header .nav .nav-btn {
    position: absolute;
    top: 56%;
    /* width: 90px; */
    height: 25px;
    left: 72.5%;
    transform: translate(-50%, -50%);
    margin-left: 115px;
}

.header .nav-btn a {
    display: inline-block;
    width: 24px;
    margin-right: 28px;
}

.nav-btn i {
    width: 1px;
    height: 14px;
    background-color: #444444;
    display: inline-block;
    margin: 0 17px;
    vertical-align: top;
    margin-top: 3px;
}

.telephone {
    position: absolute;
    top: 23%;
    right: 0;
    transform: translateY(-50%);
    display: inline-block;
    font-size: 20px;
    color: #1e1e1e;
    margin-top: 17px;
    /* font-style: oblique; */
}

.telephone>img {
    width: 22px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

.nav-btn span {
    position: absolute;
    left: 50%;
    width: 142px;
    z-index: 2;
    top: 458%;
    transform: translate(-50%, -50%);
    display: none;
}

.boxs-flex {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    background-color: #ffffff;
    height: 143px;
    box-sizing: border-box;
}


/* 公共底部*/

footer {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 498px;
}

.foot-layer {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -960px;
    width: 1920px;
    height: 100%;
    background: url(../img/foot_01.jpg) no-repeat;
}

.foot-ban {
    position: absolute;
    left: 50%;
    top: 41%;
    transform: translate(-50%, -50%);
    font-size: 19px;
    color: #ffffff;
    width: 1534px;
}

.foot-ban ul {
    float: left;
    width: 400px;
}

.foot-ban ul li:nth-child(1) img {
    width: 241px;
    height: 42px;
    margin-left: -10px;
}

.foot-ban ul li {
    margin-top: 26px;
}

.foot-ban ul li:nth-child(n+5) {
    font-size: 14px;
}

.foot-ban-among {
    float: left;
    font-size: 16px;
    color: #ffffff;
    margin-left: 128px;
    margin-top: 25px;
}

.foot-ban-among a {
    color: #ffffff;
}

.foot-ban-among dt {
    font-size: 18px;
    margin-bottom: 25px;
}

.foot-ban-among dl {
    float: left;
    margin-right: 54px;
}

.foot-ban-among dl:last-of-type {
    margin-right: 0;
}

.foot-ban-among dl dd {
    position: relative;
    margin-top: 19px;
}

.foot-ban-among>dl dd img {
    position: absolute;
    top: 0;
    left: 41px;
    display: none;
}

.code-one {
    float: left;
    margin-left: 130px;
    margin-top: 25px;
    font-size: 19px;
    color: #ffffff;
    text-align: center;
}

.code-one span {
    display: block;
    margin-top: 30px;
}

.code-two {
    float: left;
    margin-left: 58px;
    margin-top: 25px;
    font-size: 19px;
    color: #ffffff;
    text-align: center;
}

.code-two span {
    display: block;
    margin-top: 30px;
}

.copyright {
    position: absolute;
    top: 92%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    color: #9194a6;
    width: 100%;
    text-align: center;
}

.copyright a {
    color: #9194a6;
}

.copyright span {
    display: block;
}

.copyright span:last-of-type {
    margin-top: 13px;
}


/* 清楚浮动*/

.clearfix {
    zoom: 1;
}


/* 表单部分*/

.con-item {
    position: relative;
    width: 100%;
    height: 468px;
    overflow: hidden;
}

.con-item .con-us {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -960px;
    width: 1920px;
    height: 100%;
    background: url(../img/index_new/outside_pic.jpg) no-repeat;
}

.con-us-hd {
    text-align: center;
    margin-bottom: 35px;
}

.con-us-hd span {
    font-size: 14px;
    color: #666666;
    display: block;
    margin-top: 58px;
}

.con-us-hd h4 {
    font-size: 32px;
    color: #121212;
    margin-top: 12px;
    font-family: "SourceHanSerifSC-Bold";
}

.con-us-hd h4 i {
    width: 40px;
    height: 3px;
    display: block;
    margin: 0 auto;
    background-color: #e0bc6a;
    margin-top: 17px;
}

.outside {
    /* position: absolute;
    left: 50%;
    top: 22%;
    transform: translate(-50%, -50%); */
    width: 782px;
    margin: 0 auto;
    margin-top: 165px;
}

.outside ul {
    float: left;
    width: 360px;
    margin-bottom: 36px;
}

.outside ul li {
    margin-bottom: 20px;
    border: 1px solid #999999;
    height: 36px;
    line-height: 34px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 5px;
    overflow: hidden;
}

.outside ul li:last-of-type {
    margin-bottom: 0;
}

.outside ul li span {
    font-size: 16px;
    color: #666666;
    margin-left: 13px;
}

.outside ul li span i {
    margin-right: 2px;
    display: inline-block;
}

.outside ul li input {
    border: 0;
    background-color: rgba(0, 0, 0, 0.0);
    outline: none;
    height: 100%;
    margin-top: -8px;
    width: 283px;
    font-size: 16px;
}

.represent {
    float: right;
    width: 360px;
    height: 148px;
    border: 1px solid #999999;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 36px;
}

.represent span {
    font-size: 16px;
    color: #666666;
    margin-top: 10px;
    margin-left: 12px;
    display: inline-block;
}

.represent textarea {
    outline: none;
    border: 0;
    width: 100%;
    height: 100%;
    resize: none;
    background-color: rgba(0, 0, 0, 0.0);
    box-sizing: border-box;
    font-size: 16px;
    color: #666666;
    padding-top: 10px;
    padding-left: 12px;
    padding-right: 12px;
}

.pressbutton {
    /* position: absolute;
    left: 50%;
    top: 171%;
    transform: translate(-50%, -50%); */
    width: 384px;
    display: block;
    margin: 0 auto;
    margin-top: 36px;
}

.pressbutton button {
    width: 176px;
    height: 40px;
    background: url(../img/index_new/pressbutton_01.png) no-repeat;
    border: 0;
    outline: none;
    float: left;
    font-size: 16px;
    color: #ffffff;
}

.pressbutton button img {
    margin-left: 10px;
}

.pressbutton a {
    width: 176px;
    height: 40px;
    background: url(../img/index_new/pressbutton_01.png) no-repeat;
    border: 0;
    outline: none;
    float: right;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
}

.pressbutton a img {
    margin-left: 10px;
}


/* ========== title ==========*/

.title {
    width: 420px;
    height: 140px;
    margin: 0 auto;
}

.title img {
    display: block;
    width: 96px;
    height: 12px;
    margin: 64px 0;
    float: left;
}

.title b {
    display: block;
    width: 228px;
    line-height: 140px;
    font-family: "SourceHanSansCN-Bold";
    font-weight: 300;
    font-size: 40px;
    text-align: center;
    float: left;
}

 ::-webkit-clear-button {
    font-size: 20px;
    display: none;
}

 ::-webkit-inner-spin-button {
    margin-top: 7px;
    font-size: 20px;
    margin-left: 20px;
    display: none;
}

 ::-webkit-calendar-picker-indicator {
    font-size: 20px;
    margin-right: 15px;
}


/* 右侧浮窗 */

.floating {
    position: fixed;
    top: 300px;
    right: 0;
    width: 68px;
    height: 460px;
}

.floating ul {
    width: 100%;
    height: 303px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 20px;
}

.floating ul li {
    position: relative;
    height: 76px;
    box-sizing: border-box;
    width: 100%;
    border-bottom: 1px solid #333333;
    text-align: center;
}

.floating ul li:first-of-type {
    border-top-left-radius: 20px;
}

.floating ul li:first-of-type {
    border-top-right-radius: 20px;
}

.floating ul li:last-of-type {
    border-bottom: none;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.floating ul li>div {
    display: none;
}

.floating ul li img {
    margin-top: 24px;
}

.floating>span {
    display: block;
    width: 68px;
    height: 76px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    text-align: center;
    margin-top: 80px;
}

.floating>span img {
    margin-top: 27px;
}

.floating-phone {
    position: absolute;
    top: 5px;
    left: -182px;
    width: 168px;
    height: 61px;
    background: url(../img/floating_phone.png) no-repeat;
    font-size: 16px;
    color: #121212;
    text-align: left;
    display: none;
}

.floating-phone span {
    display: block;
    margin-top: 13px;
    margin-left: 30px;
}

.floating-phone i {
    display: block;
    margin-left: 30px;
    margin-top: 5px;
}

.floating-wechat {
    position: relative;
    top: -159px;
    left: -170px;
    width: 158px;
    height: 172px;
    background: url(../img/floating_wechat.png) no-repeat;
}

.floating-wechat span {
    display: block;
    font-size: 16px;
    color: #121212;
    padding-top: 146px;
    box-sizing: border-box;
    text-align: left;
    margin-left: 21px;
}

.floating-microblog {
    position: relative;
    top: -159px;
    left: -170px;
    width: 158px;
    height: 172px;
    background: url(../img/floating_microblog.png) no-repeat;
}

.floating-microblog span {
    display: block;
    font-size: 16px;
    color: #121212;
    padding-top: 146px;
    box-sizing: border-box;
    text-align: center;
}

.goTop-hook:hover {
    background-color: #a87f46;
}


/* banner 部分*/

.banner {
    position: relative;
    width: 100%;
    height: 580px;
    overflow: hidden;
}

.banner a {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -960px;
    width: 1920px;
    height: 580px;
}

.banner a img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 3s;
}

.banner a img:hover {
    transform: scale(1.1);
}

.two-level {
    width: 1240px;
    height: 48px;
    background-color: #ffffff;
    margin: 0 auto;
    border-top: 1px solid #eaeaea;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    box-sizing: border-box;
    display: none;
}

.two-level ul {
    width: 1076px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    height: 100%;
}

.two-level ul li {
    font-size: 16px;
    color: #515151;
    box-sizing: border-box;
    height: 100%;
    line-height: 47px;
}

.two-level ul li div {
    display: inline-block;
    vertical-align: top;
}

.two-level ul li i {
    display: inline-block;
    width: 1px;
    height: 24px;
    background-color: #eaeaea;
    margin-top: 11px;
    margin-left: 14px;
}

.two-level ul li div span {
    display: block;
    width: 48px;
    height: 1px;
    background-color: #bea670;
    margin: 0 auto;
    margin-top: -8px;
    display: none;
}

.two-level ul .level-effect {
    color: #c0a974;
}

.two-level ul .level-effect div span {
    display: block;
}


/* 成人心理健康服务 */

.grownup {
    position: relative;
    width: 100%;
    height: 714px;
    overflow: hidden;
}

.grownup-stealth {
    position: absolute;
    left: 50%;
    top: -160px;
    width: 100px;
    height: 100px;
    transform: translateX(-50%);
    background-color: blueviolet;
    z-index: 9999;
}

.grownup-img {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
    width: 1920px;
    height: 100%;
    background: url(../img/project/grownup_img.jpg) no-repeat;
}

.grownup-layer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1240px;
    height: 100%;
}

.grownup-hd {
    text-align: center;
    margin-top: 68px;
}

.grownup-hd i {
    display: inline-block;
    font-size: 14px;
    color: #666666;
}

.grownup-hd h3 {
    font-size: 32px;
    color: #121212;
    margin-top: 10px;
    font-family: "SourceHanSerifSC-Bold";
}

.grownup-hd h3 span {
    display: block;
    width: 40px;
    height: 2px;
    background-color: #c8996d;
    margin: 0 auto;
    margin-top: 18px;
}

.grownup-bd {
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    margin-top: 36px;
    height: 415px;
}

#container01 .swiper-wrapper {
    width: 100%;
    position: relative;
}

#container01 .swiper-slide {
    width: 620px;
    margin-left: 10px;
}

#container01 .swiper-slide img {
    width: 620px;
}

.swiper-pagination-bullet-active {
    background-color: #313131;
}


/* .swiper-slide-active img {
    box-shadow: 1px 4px 20px 0px #CFE6CA;
} */

.swiper-slide:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 341px;
    background: rgba(255, 255, 255, 0.7);
    z-index: 99;
}

#container01 .swiper-slide-active:before {
    background: rgba(255, 255, 255, 0);
}

.swiper-slide div {
    position: absolute;
    left: 70%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 322px;
    height: 100%;
    text-align: right;
}

.swiper-slide div h5 {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 68px;
    font-size: 28px;
    color: #c8996d;
}

.swiper-slide div span {
    display: block;
    font-size: 16px;
    color: #302a1d;
    margin-top: 90px;
    margin-bottom: 25px;
}

.swiper-slide div i {
    display: block;
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 15px;
}

#container01 .swiper-scrollbar {
    background-color: #999999 !important;
    z-index: 9999;
    width: 100%;
    left: 0;
    bottom: 40px;
    height: 2px;
}

.swiper-scrollbar-drag {
    width: 209px !important;
    background-color: #c8996d !important;
}

.swiper-container {
    height: 100%;
    overflow: auto;
}

#container01 .swiper-pagination-bullet {
    width: 207px;
    height: 2px;
    background-color: #999999;
    opacity: 1;
    border-radius: 0%;
    margin: 0 0;
    position: relative;
}

#container01 .swiper-pagination-bullet-active {
    background-color: #c8996d;
}

#pages {
    display: flex;
    justify-content: space-between;
    bottom: 45px;
}

#container01 .swiper-pagination-bullet i {
    display: block;
    width: 16px;
    height: 16px;
    background-color: #ffffff;
    border: 1px solid #c8996d;
    border-radius: 50%;
    margin: 0 auto;
    z-index: 9999;
}

#container01 .swiper-pagination-bullet::before {
    display: flex;
    content: '●';
    clear: both;
    width: 16px;
    height: 16px;
    background-color: #ffffff;
    border: 1px solid #666666;
    border-radius: 50%;
    margin: 0 auto;
    z-index: 9999;
    font-size: 24px;
    line-height: 12px;
    justify-content: center;
    text-align: center;
    color: #666666;
    margin-top: -8px;
}

#container01 .swiper-pagination-bullet-active::before {
    display: flex;
    content: '●';
    clear: both;
    width: 16px;
    height: 16px;
    background-color: #ffffff;
    border: 1px solid #c8996d;
    border-radius: 50%;
    margin: 0 auto;
    z-index: 9999;
    font-size: 24px;
    line-height: 12px;
    justify-content: center;
    text-align: center;
    color: #c8996d;
    margin-top: -8px;
}

#container01 .swiper-pagination-bullet::after {
    line-height: 24px;
    font-size: 18px;
    color: #666;
}

#container01 .swiper-pagination-bullet-active::after {
    color: #c8996d;
}

#container01 .swiper-pagination-bullet:nth-child(1):after {
    display: block;
    content: '个人成长';
    clear: both;
    margin-top: 5px;
}

#container01 .swiper-pagination-bullet:nth-child(2):after {
    display: block;
    content: '家庭关系';
    clear: both;
    margin-top: 5px;
}

#container01 .swiper-pagination-bullet:nth-child(3):after {
    display: block;
    content: '情绪管理';
    clear: both;
    margin-top: 5px;
}

#container01 .swiper-pagination-bullet:nth-child(4):after {
    display: block;
    content: '婚姻感情';
    clear: both;
    margin-top: 5px;
}

#container01 .swiper-pagination-bullet:nth-child(5):after {
    display: block;
    content: '职场人际';
    clear: both;
    margin-top: 5px;
}

#container01 .swiper-pagination-bullet:nth-child(6):after {
    display: block;
    content: '亲子教育';
    clear: both;
    margin-top: 5px;
}

.grownup-layer>a {
    position: absolute;
    left: 50%;
    top: 90%;
    transform: translate(-50%, -50%);
    width: 178px;
    height: 40px;
    line-height: 40px;
    background: url(../img/index_new/button_black.png) no-repeat;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    display: block;
}

.grownup-layer>a img {
    margin-left: 10px;
}


/* 儿童青少年心理健康服务 */

.teenagers {
    width: 100%;
    height: 714px;
    position: relative;
    overflow: hidden;
}

.teenagers-img {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    background: url(../img/project/teenagers_img.jpg) no-repeat;
    width: 1920px;
    height: 100%;
}

.teenagers-layer {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1240px;
    height: 100%;
}

.teenagers-hd {
    margin-top: 68px;
    text-align: center;
}

.teenagers-hd i {
    font-size: 14px;
    color: #ffffff;
}

.teenagers-hd h3 {
    font-size: 32px;
    color: #ffffff;
    margin-top: 10px;
    font-family: "SourceHanSerifSC-Bold";
}

.teenagers-hd h3 span {
    display: block;
    width: 40px;
    height: 2px;
    background-color: #c8996d;
    margin: 0 auto;
    margin-top: 18px;
}

.teenagers-bd {
    width: 100%;
    margin-top: 36px;
}

.teenagers-bd ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.teenagers-bd ul li {
    width: 245px;
    height: 398px;
    background: url(../img/project/teenagers_pic.png) no-repeat;
    text-align: center;
}

.teenagers-bd ul li img {
    margin-top: 40px;
    margin-bottom: 17px;
}

.teenagers-bd ul li span {
    display: block;
    font-size: 20px;
    color: #333333;
    font-weight: 700;
    margin-bottom: 40px;
}

.teenagers-bd ul li i {
    display: block;
    font-size: 16px;
    color: #121212;
    margin-bottom: 16px;
}

.teenagers-bd ul li i:last-of-type {
    margin-bottom: 0;
}

.teenagers-bd ul li:nth-child(3) span {
    margin-bottom: 95px;
}

.teenagers-bd ul li:nth-child(4) span {
    margin-bottom: 70px;
}

.teenagers-bd ul li:nth-child(5) span {
    margin-bottom: 54px;
}

.teenagers-layer>a {
    position: absolute;
    left: 50%;
    top: 90%;
    transform: translate(-50%, -50%);
    width: 178px;
    height: 40px;
    line-height: 40px;
    background: url(../img/index_new/button_white.png) no-repeat;
    font-size: 16px;
    color: #333333;
    text-align: center;
    display: block;
}

.teenagers-layer>a img {
    margin-left: 10px;
}


/* 生活品质提升服务 */

.livelihood {
    width: 100%;
    height: 714px;
    position: relative;
    overflow: hidden;
}

.livelihood-img {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    background: url(../img/project/livelihood_img.jpg) no-repeat;
    width: 1920px;
    height: 100%;
}

.livelihood-layer {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1240px;
    height: 100%;
}

.livelihood-hd {
    text-align: center;
    margin-top: 68px;
}

.livelihood-hd i {
    font-size: 14px;
    color: #666666;
}

.livelihood-hd h3 {
    font-size: 32px;
    color: #121212;
    margin-top: 10px;
    font-family: "SourceHanSerifSC-Bold";
}

.livelihood-hd h3 span {
    display: block;
    width: 40px;
    height: 2px;
    background-color: #c8996d;
    margin: 0 auto;
    margin-top: 18px;
}

.livelihood-bd {
    width: 100%;
    margin-top: 32px;
}

.livelihood-bd ul {
    width: 100%;
}

.livelihood-bd ul li {
    width: 100%;
    height: 132px;
    margin-bottom: 2px;
}

.livelihood-bd ul li:last-of-type {
    margin-bottom: 0;
}

.livelihood-bd ul li:nth-child(1) {
    background: url(../img/project/livelihood_01.png) no-repeat;
}

.livelihood-bd ul li:nth-child(2) {
    background: url(../img/project/livelihood_02.png) no-repeat;
}

.livelihood-bd ul li:nth-child(3) {
    background: url(../img/project/livelihood_03.png) no-repeat;
}

.livelihood-bd ul li div {
    margin-left: 818px;
}

.livelihood-bd ul li span {
    display: block;
    font-size: 24px;
    color: #ffffff;
    padding-top: 40px;
}

.livelihood-bd ul li i {
    display: block;
    font-size: 16px;
    color: #ffffff;
    margin-top: 15px;
}

.livelihood-bd ul li:nth-child(2) div {
    width: 345px;
    text-align: right;
    margin-left: 110px;
}

.livelihood-layer>a {
    position: absolute;
    left: 50%;
    top: 90%;
    transform: translate(-50%, -50%);
    width: 178px;
    height: 40px;
    line-height: 40px;
    background: url(../img/index_new/button_black.png) no-repeat;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    display: block;
}

.livelihood-layer>a img {
    margin-left: 10px;
}


/* 企业EAP服务 */

.enterprise {
    width: 100%;
    height: 714px;
    position: relative;
    overflow: hidden;
}

.enterprise-img {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    background: url(../img/project/enterprise_img.jpg) no-repeat;
    width: 1920px;
    height: 100%;
}

.enterprise-layer {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1240px;
    height: 100%;
}

.enterprise-hd {
    text-align: center;
    margin-top: 68px;
}

.enterprise-hd i {
    font-size: 14px;
    color: #ffffff;
}

.enterprise-hd h3 {
    font-size: 32px;
    color: #ffffff;
    margin-top: 10px;
    font-family: "SourceHanSerifSC-Bold";
}

.enterprise-hd h3 span {
    display: block;
    width: 40px;
    height: 2px;
    background-color: #c8996d;
    margin: 0 auto;
    margin-top: 18px;
}


/* 翻转效果*/

.enterprise-layer>ul {
    display: flex;
    justify-content: space-between;
    margin-top: 86px;
}

.item {
    float: left;
    width: 282px;
    height: 282px;
    /* perspective: 500px;*/
}

.box {
    width: 100%;
    height: 100%;
    transition: all 0.8s;
    transform-style: preserve-3d;
    position: relative;
}

.item:hover .box {
    transform: rotateY(180deg);
}

.font,
.back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    backface-visibility: hidden;
    box-sizing: border-box;
    border-radius: 50%;
}

.font {
    position: relative;
    background: url(../img/project/font_pic.png) no-repeat;
}

.back {
    /* position: relative;*/
    transform: rotateY(180deg);
    text-align: center;
    background: url(../img/project/enterprise_pic.png) no-repeat;
}

.back>div {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.back>div span {
    display: block;
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 30px;
}

.back>div span:last-of-type {
    margin-bottom: 0;
}

.font>div {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}


/* 
.font>div i {
    display: block;
    width: 111px;
    height: 111px;
    border-radius: 50%;
    background-color: #b89b5e;
} */

.font>div span {
    display: block;
    font-size: 20px;
    color: #ffffff;
    margin-top: 14px;
}

.enterprise-layer>a {
    position: absolute;
    left: 50%;
    top: 88%;
    transform: translate(-50%, -50%);
    width: 178px;
    height: 40px;
    line-height: 40px;
    background: url(../img/index_new/button_white.png) no-repeat;
    font-size: 16px;
    color: #333333;
    text-align: center;
    display: block;
}

.enterprise-layer>a img {
    margin-left: 10px;
}


/* 神经症性心理问题解决方案 */

.neuroses {
    width: 100%;
    height: 714px;
    position: relative;
    overflow: hidden;
}

.neuroses-img {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    background: url(../img/project/neuroses_img.jpg) no-repeat;
    width: 1920px;
    height: 100%;
}

.neuroses-layer {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1240px;
    height: 100%;
}

.neuroses-hd {
    text-align: center;
    margin-top: 68px;
}

.neuroses-hd i {
    font-size: 14px;
    color: #666666;
}

.neuroses-hd h3 {
    font-size: 32px;
    color: #121212;
    margin-top: 10px;
    font-family: "SourceHanSerifSC-Bold";
}

.neuroses-hd h3 span {
    display: block;
    width: 40px;
    height: 2px;
    background-color: #c8996d;
    margin: 0 auto;
    margin-top: 18px;
}

.neuroses-bd {
    width: 100%;
    margin-top: 32px;
}

.neuroses-bd div {
    position: relative;
    float: left;
    width: 50%;
    overflow: hidden;
}

.neuroses-bd div img {
    width: 100%;
    transition: all 3s;
    cursor: pointer;
}

.neuroses-bd div span {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 48px;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 20px;
    color: #c8996d;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
}

.neuroses-bd div:hover img {
    transform: scale(1.1);
}

.neuroses-layer>a {
    position: absolute;
    left: 50%;
    top: 90%;
    transform: translate(-50%, -50%);
    width: 178px;
    height: 40px;
    line-height: 40px;
    background: url(../img/index_new/button_black.png) no-repeat;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    display: block;
}

.neuroses-layer>a img {
    margin-left: 10px;
}


/* 外籍人士心理健康服务 */

.foreign {
    width: 100%;
    height: 714px;
    position: relative;
    overflow: hidden;
}

.foreign-img {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    background: url(../img/project/foreign_pic.jpg) no-repeat;
    width: 1920px;
    height: 100%;
}

.foreign-layer {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1240px;
    height: 100%;
}

.foreign-hd {
    text-align: center;
    margin-top: 68px;
}

.foreign-hd i {
    font-size: 14px;
    color: #ffffff;
}

.foreign-hd h3 {
    font-size: 32px;
    color: #ffffff;
    margin-top: 10px;
    font-family: "SourceHanSerifSC-Bold";
}

.foreign-hd h3 span {
    display: block;
    width: 40px;
    height: 2px;
    background-color: #c8996d;
    margin: 0 auto;
    margin-top: 18px;
}

.foreign-txt {
    width: 852px;
    margin: 0 auto;
    margin-top: 58px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    line-height: 29px;
}

.foreign-txt i {
    font-size: 16px;
    color: #c8996d;
}

.foreign-txt span {
    display: block;
}

.foreign-txt p {
    width: 785px;
    margin: 0 auto;
    margin-top: 15px;
}

.foreign-bd {
    position: relative;
    width: 700px;
    height: 100px;
    background: url(../img/project/foreign_pic.png)no-repeat;
    margin: 0 auto;
    margin-top: 92px;
}

.foreign-bd ul li {
    width: 128px;
    height: 65px;
    line-height: 65px;
    background: url(../img/project/foreign_base.png);
    font-size: 18px;
    color: #121212;
    text-align: center;
}

.foreign-bd ul li:nth-child(1) {
    position: absolute;
    top: -32px;
    left: 101px;
}

.foreign-bd ul li:nth-child(2) {
    position: absolute;
    top: -32px;
    left: 286px;
}

.foreign-bd ul li:nth-child(3) {
    position: absolute;
    top: -32px;
    left: 470px;
}

.foreign-bd ul li:nth-child(4) {
    position: absolute;
    left: 101px;
    bottom: -31px;
}

.foreign-bd ul li:nth-child(5) {
    position: absolute;
    left: 286px;
    bottom: -31px;
}

.foreign-bd ul li:nth-child(6) {
    position: absolute;
    left: 471px;
    bottom: -31px;
}

.foreign-layer>a {
    position: absolute;
    left: 50%;
    top: 88%;
    transform: translate(-50%, -50%);
    width: 178px;
    height: 40px;
    line-height: 40px;
    background: url(../img/index_new/button_white.png) no-repeat;
    font-size: 16px;
    color: #333333;
    text-align: center;
    display: block;
}

.foreign-layer>a img {
    margin-left: 10px;
}