/* banner */
.banner {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.banner .swiper-slide a {
    width: 100%;
    height: 100%;
    display: block;
}

.swiper-pagination-bullet {
    background: none;
    opacity: 1;
    margin: 0 6px !important;
    width: 5px;
    height: 5px;
    position: relative;
    outline: none;
    vertical-align: middle;
}

.swiper-pagination-bullet span {
    width: 3px;
    height: 3px;
    background: #CCC;
    display: block;
    border-radius: 50%;
    margin-top: 3px;
    margin-left: 3px;
}

.swiper-pagination-bullet i {
    background: #3e82df;
    height: 2px;
    width: 20px;
    position: absolute;
    top: 4px;
    transform: scaleX(0);
    transform-origin: left;
    z-index: 3;
    transition-timing-function: linear;
}

.swiper-pagination-bullet-active span, .swiper-pagination-bullet:hover span {
    width: 9px;
    height: 9px;
    margin-top: 0;
    margin-left: 0;
    background: #3e82df;
    position: relative;
    z-index: 1;
}

.swiper-pagination-bullet-active i {
    animation: middle 6s;
}

.swiper-pagination-bullet:first-child.swiper-pagination-bullet-active i {
    animation: first 6s;
}

.swiper-pagination-bullet:last-child.swiper-pagination-bullet-active i {
    animation: last 6s;
}

@keyframes first {
    0% {
        transform: scaleX(0.5);
        left: 0px;
    }
    /*091*/
    100% {
        transform: scaleX(1);
        left: 2px;
    }
    /*0915*/
}

@keyframes last {
    0% {
        transform: scaleX(0.7);
        left: -10px;
    }
    /*1090*/
    20% {
        transform: scaleX(0.3);
        left: 2px;
    }
    /*090*/
    100% {
        transform: scaleX(0.3);
        left: 0px;
    }
    /*090*/
}

@keyframes middle {
    0% {
        transform: scaleX(0.7);
        left: -10px;
    }
    /*1091*/
    20% {
        transform: scaleX(0.45);
        left: 2px;
    }
    /*092*/
    100% {
        transform: scaleX(1);
        left: 2px;
    }
    /*0913*/
}

/* 蓝狮优势项目 */
.project {
    width: 100%;
    height: 689px;
    background-color: #fff;
    overflow: hidden;
}

.project-box {
    width: 100%;
    background: url(/public/assets/cms/images/fuxim.png) no-repeat bottom center;
    height: 100%;
}

.byu-text {
    margin: 5% auto;
    width: 287px;
    height: 68px;
}

.module-box {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
}

.module-box li {
    width: 17%;
    float: left;
    margin-right: 1%;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 10px 0px rgba(47, 103, 215, 0.13);
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    margin: 15px;
    height: 210px;
}

.module-box li:nth-child(5n) {
    margin-right: 0;
}

.module-box li h3 {
    font-size: 24px;
    font-weight: bold;
    color: #2f67d7;
    margin-bottom: 22px;
}

.module-box li a {
    text-decoration: none;
}

.module-box li div {
    margin-bottom: 5px;
}

.module-box li div.nhgtt {
    height: 80px;
    line-height: 75px;
}

.more {
    color: #b5b1b1;
    font-size: 18px;
}

.module-box li:hover .more {
    color: #2f67d7;
    font-weight: bold;
}

.ballon {
    -webkit-animation-name: scaleDraw;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 6s;
}

@-moz-keyframes tada {
    0% {
        -moz-transform: scale(1);
    }
    10%, 20% {
        -moz-transform: scale(0.9) rotate(-3deg);
    }
    30%, 50%, 70%, 90% {
        -moz-transform: scale(1.2) rotate(3deg);
    }
    40%, 60%, 80% {
        -moz-transform: scale(1.2) rotate(-3deg);
    }
    100% {
        -moz-transform: scale(1) rotate(0);
    }
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
    }
    10%, 20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale(1.2) rotate(3deg);
    }
    40%, 60%, 80% {
        -webkit-transform: scale(1.2) rotate(-3deg);
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
    }
}

.doudun:hover {
    -webkit-animation: tada 1s .2s ease both;
    -moz-animation: tada 1s .2s ease both;
}

/* 专家团队 */
.team-box {
    width: 100%;
    height: auto;
    background: #fff;
    overflow: hidden;
}

.team-text {
    margin: 7% 0;
}

.doctor-team {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 40px;
    overflow: hidden;
}

.team-bgr {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 15px 0;
}

.doctor-img {
    width: 260px;
    height: 260px;
    border-radius: 50%;
    border: 1px solid #e5e5e5;
    margin: 0 auto;
}

.doctor-img img {
    width: 100%;
}

.name-doctor {
    font-size: 24px;
    color: #000;
    margin: 10px 0;
}

.js-doctor {
    font-size: 16px;
    color: #000;
    line-height: 30px;
}

/* 关于我们 */
.adout-box {
    width: 100%;
    height: 673px;
    background: url("/public/assets/cms/images/adout.png") no-repeat top center;
    overflow: hidden;
}

.adout-img {
    margin: 0 auto;
    width: 339px;
    height: 54px;
    margin-top: 5%;
}

.adout-text {
    width: 45%;
    float: right;
    margin-right: 5%;
    margin-top: 10%;
}

.adout-text p {
    font-size: 18px;
    color: #606060;
    line-height: 35px;
    text-indent: 40px;
}

a.moer-box {
    width: 200px;
    height: 50px;
    float: right;
    margin-right: 20%;
    display: block;
    border: 2px solid #224fd0;
    font-size: 24px;
    line-height: 50px;
    border-radius: 25px;
    text-align: center;
    margin-top: 30px;
    text-decoration: none;
    color: #224fd0;
}

/* 新闻热点 */
.news {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 3% 0;
}

.news-left {
    width: 20%;
    float: left;
    padding: 15px 0;
    text-align: center;
    border: 1px solid #fff;
    padding-top: 2%;
}

a.moer-box1 {
    margin-right: 7%;
}

.news-right {
    float: right;
    width: 75%;
}

.consulting-text {
    width: 75%;
    height: auto;
}

.consulting-text li {
    border-bottom: 1px dashed #606060;
    overflow: hidden;
}

.consulting-text li:last-child {
    border: none;
}

.consulting-text li a {
    text-decoration: none;
}

.consulting-text li h4 {
    font-size: 30px;
    color: #2f67d7;
    font-weight: bold;
}

.consulting-text li p {
    font-size: 16px;
    color: #606060;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    border: 1px soldi #333;
}

.pc-ckgd {
    float: right;
    color: #2f67d7;
    margin-bottom: 10px;
}

.xin-news {
    width: 100%;
    height: auto;
    padding: 10px;
    overflow: hidden;
}

.xin-news div {
    float: left;
    color: #848484;
    font-size: 16px;
}

.xin-news div:first-child {
    width: 35%;
}

.xin-news div:last-child {
    width: 65%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

/* 医院环境 */
.mentor {
    width: 100%;
    height: 968px;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    background-image: url("/public/assets/cms/images/yyhuanj.png");
    background-repeat: no-repeat;
    overflow: hidden;
}

.mentor-text {
    width: 333px;
    height: 68px;
    margin: 5% auto;
}

.shi-ping {
    height: 700px;
    overflow: hidden;
    position: relative;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%
}

.swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.gallery-top {
    height: 80%;
    width: 100%;
}

.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
    position: relative;
    width: 85%;
}

.gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

/* 联系我们 */
.contact {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.contact-bj {
    width: 100%;
    height: 532px;
    background: url("/public/assets/cms/images/contact.png") no-repeat top center;
    margin-bottom: 100px
}

.map-box {
    width: 770px;
    height: 503px;
    margin-top: 70px;
}

.contact-box {
    width: 610px;
    height: 362px;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 6.428px 7.66px 12.09px -7.91px rgba(47, 103, 215, 0.27);
    position: absolute;
    right: 10px;
    bottom: 10px;
    padding: 40px;
}

.contact-text {
    margin-bottom: 20px;
}

.contact-js {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.contact-js li {
    color: #000000;
    font-size: 18px;
    line-height: 45px;
}

.contact-js li span {
    color: #224fd0;
    font-size: 34px;
    font-weight: bold;
}

/* 二级页面 */
/* 面包屑 */
.crumbs {
    width: 100%;
    height: 40px;
    background: #3e82df;
}

.crumbs-box {
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    font-family: MyFontName;
}

.crumbs-box img {
    margin: 0 1%;
}

.adout-sd {
    padding: 2% 0 0 0;
}

.adout-ng {
    width: 147px;
    height: 75px;
    margin: 0 auto;
}

.adout-ng1 {
    width: 326px;
    height: 84px;
    margin: 4% auto;
}

.adout-ng2 {
    width: 326px;
    height: 83px;
    margin: 4% auto;
}

.adout-ng3 {
    width: 326px;
    height: 83px;
    margin: 4% auto;
}

.nhy-adout {
    width: 100%;
    height: auto;
    margin: 3% 0;
}

.nhy-adout div {
    width: 100%;
    height: 480px;
    margin-bottom: 20px;
}

.nhy-adout p {
    font-size: 18px;
    line-height: 30px;
    text-indent: 40px;
}

.pipai-img {
    width: 100%;
    height: 720px;
    background: #f1f5fb;
}

.js-bgt {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.left-adout {
    width: 59%;
    float: left;
    height: 657px;
}

.right-adout {
    float: right;
    background-color: #eaeaea;
    width: 41%;
    padding: 5% 2%;
    height: 657px;
}

.right-adout ul {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.right-adout ul li {
    margin-bottom: 10px;
}

.right-adout ul li h6 {
    background-color: #3e82df;
    padding: 5px 15px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    width: 31%;
    font-weight: bold;
    margin-top: -3px;
}

.right-adout ul li p {
    font-size: 20px;
    line-height: 34px;
    color: #646464;
}

.siyi-box {
    width: 100%;
    height: auto;
    background-color: #f1f5fb;
}

.siyi-ng {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.siyi-left {
    width: 33%;
    height: 399px;
    float: left;
}

.siyi-right {
    width: 66%;
    float: left;
    background-color: #eaeaea;
    height: 399px;
    padding: 4% 2%;
}

.siyi-right h6 {
    background-color: #3e82df;
    padding: 5px 15px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    width: 55%;
    font-weight: bold;
}

.siyi-right p {
    font-size: 18px;
    line-height: 34px;
    color: #646464;
    text-indent: 40px;
}

/* 医疗团队 */
.yl-team {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.tab2-yl-team {
    width: 60%;
    color: #666666;
    margin: 0 auto;
}

.yl-teambox {
    margin: 0 auto;
    width: 300px;
    height: 75px;
    margin: 5% auto 4% auto;
    text-align: center;
}

.team-pcbox {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.team-pcbox li {
    width: 31%;
    margin-right: 1%;
    height: 658px;
    border: 1px solid rgb(235, 232, 232);
    float: left;
    margin-bottom: 10px;
    margin: 10px;
}

.team-pcbox li a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.text-img {
    width: 100%;
    height: 449px;
    border-bottom: 1px solid rgb(235, 232, 232);
}

.text-img img {
    width: 100%;
}

.team-js {
    width: 90%;
    margin: 0 auto;
    height: auto;
}

.fenjx {
    border-bottom: 1px solid #e3e3e3;
    padding: 3% 0;
    text-align: center;
}

.fenjx span {
    color: #010101;
    font-size: 22px;
    font-weight: bold;
    margin-right: 3%;
}

.fenjx i {
    font-size: 18px;
    color: #010101;
    font-style: italic
}

.js-team {
    width: 80%;
    margin: 3% auto 0 auto;
}

.js-team p {
    font-size: 14px;
    color: #646464;
    line-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.pc-ment1 {
    text-align: center;
    font-size: 18px;
    color: #3e82df;
}

.team-pcbox li:hover {
    box-shadow: 0px 0px 10.56px 0.44px rgba(1, 28, 82, 0.44);
    border: none;
}

/* 真人案例 */
.case-box {
    width: 100%;
    height: 1597px;
    background: url("/public/assets/cms/images/yyhuanj1.png") no-repeat;
    background-position: center;
}

.case {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.case li {
    width: 28%;
    height: 340px;
    background: #fff;
    border: 1px solid rgb(235, 232, 232);
    float: left;
    margin-bottom: 10px;
    margin: 2%;
}

.case li a {
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
}

.case-left {
    width: 100%;
    height: 52%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

.case-left h4 {
    position: absolute;
    width: 100%;
    bottom: 0px;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    background-color: rgb(255, 255, 255, 0.502);
    padding-left: 1em;
    line-height: 45px;
}

.case-left img {
    width: 100%;
}

.case-right h3 {
    font-size: 18px;
    color: #010101;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-weight: bold;
    height: 24px;
    line-height: 24px;
    margin-left:8px;
}

.case-right p {
    font-size: 14px;
    padding: 5px 8px 0 8px;
    color: #646464;
    line-height: 25px;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.case-right div {
    font-size: 18px;
    color: #3e82df;
    text-align: right;
}

.case li:hover {
    box-shadow: 0px 0px 10.56px 0.44px rgba(1, 28, 82, 0.44);
    border: none;
}

.case li:hover h4 {
    color: #3e82df;
}

/* 学术会 */
.case-box1 {
    width: 100%;
    height: 1697px;
    background: url("/public/assets/cms/images/yyhuanj2.png") no-repeat;
    background-position: center;
}

.colloquium {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.colloquium li {
    width: 31%;
    height: 446px;
    background-color: #fff;
    margin: 10px;
    border: 1px solid rgb(235, 232, 232);
    float: left;
}

.colloquium-img {
    width: 100%;
    height: 262px;
}

.colloquium-img img {
    width: 100%;
}

.colloquium-text {
    width: 90%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.colloquium li a {
    text-decoration: none;
}

.colloquium-text h3 {
    width: 80%;
    font-size: 22px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin: 20px auto 10px auto;
    font-style: italic;
    color: #010101;
}

.colloquium-text p {
    color: #646464;
    font-size: 14px;
    line-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.colloquium li:hover {
    box-shadow: 0px 0px 10.56px 0.44px rgba(1, 28, 82, 0.44);
    border: none;
}

.colloquium-text div {
    font-size: 18px;
    text-align: right;
    color: #3e82df;
}

.colloquium li:hover h3 {
    color: #3e82df;
}

/* 来院路线 */
.route {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    text-align: center;
    font-style: italic;
    color: #646464;
    font-size: 18px;
    margin-top: 30px;
}

.route i:nth-child(1) {
    /*font-size: 22px;*/
    /*font-weight: bold;*/
    font-style: italic;
}

.route i:nth-child(2) {
    margin: 0 3%;
    font-style: italic;
}

.route-map {
    width: 100%;
    height: 551px;
    overflow: hidden;
}

.route-box {
    width: 1200px;
    margin: 3% auto;
    height: auto;
}

.route-box ul {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.route-box ul li {
    float: left;
    width: 50%;
    text-align: center;
    margin-bottom: 10px;
}

/* 牙齿列表 */
.list-box div.list-mis {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    display: none;
}

.tab-box {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.dan2-tab-box {
    padding-top: 55px
}

.tab {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center !important;
}

.tab2 {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center !important;
}

.tab li {
    width: 12%;
    border: 1px solid #646464;
    border-radius: 25px;
    margin-right: 1%;
    margin-bottom: 1%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    font-size: 18px;
    color: #646464;
    height: 40px;
    line-height: 42px;
    cursor: pointer;
}

.tab2 li {
    width: 12%;
    border: 1px solid #3e82df;
    margin-bottom: 1%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    font-size: 16px;
    color: #3e82df;
    height: 40px;
    line-height: 42px;
    cursor: pointer;
}

.tab2-left-li {
    border-bottom-left-radius: 25px;
    border-top-left-radius: 25px;
}

.tab2-right-li {
    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px
}

.tab2-li-hover {
    background-color: #3e82df;
    color: #ffffff;
}

.tab2-list-text {
    font-family: MyFontName;
    width: 100%;
    color: #3e82df;
    font-size: 34px;
    float: left;
    line-height: 40px;
}

.tab2-list-more{
    float: left;
    margin-top: 5%;
    vertical-align: middle;
}

.tab2-box {

}

/*.wow {*/
/*    width: 100%;*/
/*}*/

.tab2-big {
    margin: 0 auto;
}

.tab2-big-box {
    width: 100%;
    height: auto;
    margin-top: 30px;
    display: flex;
    overflow: hidden;
}

.tab2-box-img {
    width: 80%;
}

.list-box div.on {
    display: block;
}

.list-text-right {
    text-align: right;
}

.tab li.cur {
    background: #3e82df;
    color: #fff;
    border: none;
}

.tab2-title {
    width: 100%;
    margin-bottom: 30px;
    display: block;
    height:80px;
}

.tab2-content {
    text-indent: 2em;
    font-size: 16px;
    line-height: 30px;
    width: 80%;
    height: 120px;
    overflow: hidden;
}

.tab2-box-left {
    width: 50%;
}

.tab2-box-right {
    width: 50%;
}

.tab2-box-right .tab2-title,
.list-text {
    font-family: MyFontName;
    font-size: 38px;
}

.list-fg {
    width: 40%;
    height: 4px;
    background: #3e82df;
    margin: 2px auto 5px auto;
}

.list-bt {
    font-size: 18px;
    color: #646464;
    font-style: italic
}

/* 文章列表 */
.news-gr {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.title-hr {
    width: 100%;
    height: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.title-hr h2 {
    font-size: 36px;
    color: #000000;
    font-style: italic;
    margin-bottom: 20px;
}

.list-fg1 {
    width: 10%;
}

.ej {
    text-align: center;
    font-size: 18px;
    color: #646464;
    margin: 15px auto;
}

.ej span:nth-child(2n) {
    padding-right: 6px;
}

.ej span i {
    padding: 0 2px;
}

.zx-news {
    width: 100%;
    height: 92px;
    background: #e5e7ea;
    color: #646464;
    font-size: 18px;
    text-align: center;
    line-height: 92px;
    margin-bottom: 50px;
}

.zx-news div {
    width: 90%;
    margin: 0 auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.news-jy {
    width: 100%;
    height: auto;
}

.news-jy h5 {
    font-size: 18px;
    color: #646464;
    margin-bottom: 20px;
}

.news-jy p {
    font-size: 18px;
    color: #646464;
    margin-bottom: 40px;
    line-height: 30px;
    text-indent: 40px;
}

.tab-menus {
    width: 100%;
    background-size: cover;
    margin-top: 50px;
}

.tab-menus .box {
    width: 100%;
    position: relative;
    margin: 0 auto;
    /*height: 850px;*/
}

.tab-menus .box .menus {
    width: 26%;
    height: 700px;
    float: left;
    margin-top: 60px;
    overflow: hidden;
}

.tab-menus .box .menus li {
    width: 100%;
    height: 110px;
    font-size: 20px;
    color: #333333;
    background-color: #e3efff;
    margin-bottom: 10px;
    text-align: center;
    line-height: 70px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.tab-menus .box .menus li:nth-child(7) {
    border-bottom: none;
}

.tab-menus .box .bg {
    height: 110px !important;
    background: #3e82df !important;
    /*line-height: 110px !important;*/
}

.tab-menus .box .menus .font {
    color: #ffffff;
}

.tab-menus .right {
    float: right;
    width: 64%;
    margin-left: 10%;
    height: 600px;
    overflow: hidden;
    background: #ffffff;
    margin-top: 60px;
}

.tab-menus .tab_right {
    width: 100%;
    height: 600px;
    color: #fff;
    text-align: left;
    position: relative;
}

.tab-menus .tab_right img {
    position: absolute;
    width: 100%;
    height: 58%;
    overflow: hidden;
    /*transform: translateY(-70%);*/
    left: 0;
}

.tab-menus .scroll {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.bottom-content {
    position: absolute;
    top: 78%;
    color: #666666;
    line-height: 35px;
    font-size: 16px;
    height: 105px;
    overflow: hidden;
    /*margin-top: -80px;*/
    margin-top: -18%;
}

.left_menu_img {
    width: 20%;
    float: left;
}

.left_menu {
    height: 80%;
    text-align: center;
    padding-left: 10%;
}

.left_menu .left_menu_img img {
    width: 100%;
}

.left_menu .left_menu_context {
    float: left;
    font-size: 24px;
    padding-left: 10%;
}

.hidden-li{
    display: none;
}

.case-non{
    display: none;
}


    