﻿@charset "UTF-8";
/* CSS Document */
*, *:after, *:before {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}

html {
    font-size: 14px;
    overflow-x: hidden;
}

body {
    color: #5a5a5a;
    font-size: 1rem;
}

a {
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

    a:active, a:hover {
        color: #bb111d;
    }



hr {
    margin-top: 1.4rem;
    margin-bottom: 1.4rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.text-red {
    color: #cd0000;
}

.btn-red {
    color: #fff;
    background: #b50613;
}
/*表单样式*/
form {
    display: block;
    margin-top: 0em;
}

.form-group {
    margin-bottom: 1.5rem;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

.btn-black {
    background: #000;
    color: #fff;
}

    .btn-black:hover {
        color: #fff;
    }

.form-control {
    display: block;
    width: 100%;
    padding: 0.7rem 1.375rem;
    font-size: 1rem;
    line-height: 1;
    color: #666;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 2px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

select.form-control:not([size]):not([multiple]) {
    height: 2.8rem;
}

select.form-control {
    min-width: 6rem;
    padding: .4375rem 1rem;
    border: 1px solid #d4d4d4;
    color: #666;
    border-radius: 0;
}

.form-group .file-upload-default {
    visibility: hidden;
    position: absolute;
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

    .input-group > .form-control:not(:last-child), .input-group > .custom-select:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

.form-group .file-upload-info {
    background: transparent;
}

.input-group > .form-control, .input-group > .custom-select, .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
/*表单结束*/
/*logo样式*/
.logo {
    height: 80px;
    margin-top: 1rem;
}

    .logo img {
        height: 100%;
        width: auto;
        margin-right: .5rem
    }
/*导航样式*/
.navbar {
    height: 6.1rem;
    background-color: #fff;
    position: relative;
    z-index: 200;
}

.navbar-menu {
    float: right;
    width: auto;
    margin-right: -2rem;
}
.navbar-menu li {
        float: left;
        margin: 0;
        line-height: 6.05rem;
        position: relative;
        text-align: center;
        margin-left: 1px;
}
        .navbar-menu li a {
            width: 100%;
            display: inline-block;
            font-size: 1.15rem;
            padding: 0 2rem;
            position: relative;
            font-weight: bold;
            color: #333;
        }

    .navbar-menu > ul > li.active>a, .navbar-menu > ul > li>a:hover {
        color: #bb111d;
        background: #fff;
    }
            .navbar-menu >ul>li>ul>li a{
                background:rgba(0, 0, 0,.9);
                color:#fff;
            }
                .navbar-menu > ul > li > ul > li a:hover {
                    color: #bb111d;
                 
                }
        .navbar-menu>ul>li>ul {
                display: none;
                position: absolute;
                border-top: 3px solid #bb111d;
                width: 100%;
                background: rgb(0,0,0);
                box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
                border-radius: 0 0 5px 5px;
                left: 0px;
                top: 6rem;
                margin: 0;
                line-height: 1;
                overflow: hidden;
            }

            .navbar-menu li ul li {
                width: 100%;
                height: 100%;
                position: relative;
                font-size: 14px;
                line-height: inherit;
                text-align: center;
            }

                .navbar-menu li ul li a {
                    padding: .8rem 0;
                    color: #5a5a5a
                }
                .fa-bars{
                    color:#333;
                }
                
@media all and (min-width: 1024px) {
    .navbar-menu li:hover ul {
        display: block;
    }
    .logIn {
        line-height:84px;
        padding-left:25px;
    }
}

.navbar-bg {
    position: fixed;
    width: 100%;
    display: none;
    opacity: 0;
    height: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, .7);
    overflow: hidden;
    z-index: 899;
    top: 0;
    left: 0;
}

    .navbar-bg .active {
        display: inline-block;
    }

    .navbar-bg.active {
        display: block;
        opacity: 1;
    }

.navbar-toggle {
    color: #fff;
    line-height: 4.5rem;
    font-size: 1.8rem;
    height: 4.5rem;
    text-align: center;
}
/*幻灯样式*/
.slider-container {
    position: relative;
    height: 700px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
}

.slider-control {
    z-index: 2;
    position: absolute;
    top: 0;
    width: 12%;
    height: 100%;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    will-change: opacity;
    opacity: 0;
    font-family: "FontAwesome";
}

    .slider-control:before {
        position: absolute;
        top: 50%;
        margin-top: -50px;
        width: 50px;
        height: 50px;
        color: #fff;
        text-align: center;
        font-size: 5rem;
        opacity: 0;
        -webkit-transition: opacity 0.2s ease-out;
        -moz-transition: opacity 0.2s ease-out;
        -o-transition: opacity 0.2s ease-out;
        transition: opacity 0.2s ease-out;
        filter: alpha(opacity=0);
        -ms-transition: opacity 0.2s ease-out;
    }

    .slider-control.inactive:hover {
        cursor: auto;
    }

    .slider-control:not(.inactive):hover {
        opacity: 1;
        cursor: pointer;
    }

    .slider-control.left {
        left: 0;
        background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0) 100%);
        background: linear-gradient(to right, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0) 100%);
    }

        .slider-control.left:before {
            left: 15%;
            content: "\f104";
        }

    .slider-control.right {
        right: 0;
        background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.18) 100%);
        background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.18) 100%);
    }

        .slider-control.right:before {
            left: inherit;
            right: 15%;
            content: "\f105";
        }

    .slider-control:hover.left:before, .slider-control:hover.right:before {
        opacity: 1;
        filter: alpha(opacity=100);
    }

.slider-pagi {
    position: absolute;
    z-index: 3;
    left: 50%;
    bottom: 2rem;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 0;
    list-style-type: none;
}

.slider-pagi__elem {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 1rem;
    height: 1rem;
    margin: 0 0.4rem;
    border-radius: 50%;
    border: 2px solid #fff;
    cursor: pointer;
}

    .slider-pagi__elem:before {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        width: .4rem;
        height: .4rem;
        background: #fff;
        border-radius: 50%;
        -webkit-transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
        -webkit-transform: translate(-50%, -50%) scale(0);
        -ms-transform: translate(-50%, -50%) scale(0);
        transform: translate(-50%, -50%) scale(0);
    }

    .slider-pagi__elem.active:before, .slider-pagi__elem:hover:before {
        -webkit-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }

.slider {
    z-index: 1;
    position: relative;
    height: 100%;
}

    .slider.animating {
        -webkit-transition: -webkit-transform 0.5s;
        transition: transform 0.5s;
        will-change: transform;
    }

        .slider.animating .slide__bg {
            -webkit-transition: -webkit-transform 0.5s;
            transition: transform 0.5s;
            will-change: transform;
        }

.slide {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .slide.active .slide__overlay, .slide.active .slide__text {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

.slide__bg {
    position: absolute;
    top: 0;
    left: -50%;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    will-change: transform;
}

.slide:nth-child(1) {
    left: 0;
}

    .slide:nth-child(1) .slide__bg {
        left: 0;
    }

.slide:nth-child(2) {
    left: 100%;
}

    .slide:nth-child(2) .slide__bg {
        left: -50%;
    }

.slide:nth-child(3) {
    left: 200%;
}

    .slide:nth-child(3) .slide__bg {
        left: -100%;
    }

.slide:nth-child(4) {
    left: 300%;
}

    .slide:nth-child(4) .slide__bg {
        left: -150%;
    }

.slide:nth-child(5) {
    left: 400%;
}

    .slide:nth-child(5) .slide__bg {
        left: -200%;
    }

.slide:nth-child(6) {
    left: 500%;
}

    .slide:nth-child(6) .slide__bg {
        left: -250%;
    }

.slide:nth-child(7) {
    left: 600%;
}

    .slide:nth-child(7) .slide__bg {
        left: -300%;
    }

.slide:nth-child(8) {
    left: 700%;
}

    .slide:nth-child(8) .slide__bg {
        left: -350%;
    }

.slide:nth-child(9) {
    left: 800%;
}

    .slide:nth-child(9) .slide__bg {
        left: -400%;
    }
/*---end---*/
.sliderfont {
    width: 44rem;
    height: 18rem;
    font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
    color: #fff;
    position: absolute;
    z-index: 200;
    top: 50%;
    left: 50%;
    text-shadow: 0 5px 2px rgba(0,0,0,.6);
    margin-top: -11rem;
    margin-left: -20rem;
    z-index: 10
}
    .sliderfont h1 {
        font-size:2.2rem;
        
    }
    .sliderfont h1 span {
        font-size: 5rem;
        font-family: "华文中宋";
    }

    .sliderfont p {
        font-size: 1.35rem;
    }

    .sliderfont img {
        float: left;
        width: auto;
        height: 9rem;
        position: relative;
        top: .5rem
    }

    .sliderfont .title span {
        display: inline-block;
        line-height: 55px;
        text-align: center;
        font-size: 1.8rem;
        width: 58px;
        height: 58px;
        background: url(../images/icon2.png) center no-repeat;
        background-size: contain;
        margin-top: 5.5rem;
        margin-left: 1rem;
    }
/*---end---*/
.heading h1 {
    font-size: 3.8rem;
}
/*查看更多*/
.Lmore {
    display: inline-block;
    width: 10rem;
    height: 2.6rem;
    font-size: 1rem;
    border: 1px solid #bcbcbc;
    text-align: center;
    line-height: 2.6rem;
    margin: 1.5rem auto 0;
    border-radius: 3px;
    font-family: Helvetica, Arial, sans-serif;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.Lmore01 {
    background: #ca422d;
    border: 1px solid #ca422d;
}

.Lmore a, .Lmore a:hover {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #bb111d;
}

.Lmore:hover {
    border: 1px solid #bb111d;
}

.Lmore01 a {
    color: #fff;
}

    .Lmore01 a:hover {
        color: #fff;
        background: #bb111d;
    }
/*关于我们*/
.about {
    height: 710px;
    background: url(../images/bg.jpg) no-repeat center top;
    background-size: cover;
    padding: 5rem 0
}

.heading hr {
    width: 8%;
    border-top: 4px solid #b50613;
}

.aboutbox {
    width: 100%;
    height: 400px;
    background: rgba(241, 241, 241,0.8);
    border-radius: 5px;
    margin-top: 2rem;
    overflow: hidden;
}

    .aboutbox .divimg {
        float: left;
        width: 435px;
        height: 100%;
    }

    .aboutbox .divfont {
        margin-left: 440px;
    }
/*加盟*/
.Join-in {
    height: 230px;
    background: url(../images/slogxg.jpg) no-repeat center top;
    background-size: cover;
}

    .Join-in hr {
        border-top: 1px solid rgba(255, 255, 255, 0.8);
        margin: 1rem 20%;
    }
/*优势*/
.advantage {
    background: url(../images/bg02.jpg) no-repeat center top;
    background-size: cover;
    height: 650px;
    padding: 5rem 0
}

.advantbox {
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.15);
    text-align: center;
    border-radius: 5px;
    padding: 2.5rem 2rem;
}

    .advantbox:hover {
        background: #f2dcc4;
    }

    .advantbox .img {
        width: 8.5rem;
        height: 8.5rem;
        margin: 0 auto;
        border-radius: 50%;
        overflow: hidden;
        margin-top: -7rem;
        margin-bottom: 1.5rem
    }

    .advantbox hr {
        margin-left: 32%;
        margin-right: 32%;
    }
/*菜品展示*/
.variety {
    background: url(../images/bg03.jpg) no-repeat 75% 20%;
    background-size: 8%;
    padding: 5rem 0
}

.show {

    height: 440px;
    margin-top: 2rem
}

    .show .bg {
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0, .7);
        left: 0;
        top: 0;
        opacity: 0;
    }

        .show .bg:before {
            width: 2rem;
            height: 2rem;
            text-align: center;
            line-height: 2rem;
            font-family: 'FontAwesome';
            content: "\f002";
            position: absolute;
            color: #fff;
            font-size: 2.5rem;
            left: 50%;
            top: 50%;
            margin-left: -1rem;
            margin-top: -1rem;
        }

    .show .showbox:hover .bg {
        opacity: 1;
    }

    .show .showbox {
        width: 270px;
        height: 200px;
        display: block;
        overflow: hidden;
        position: absolute;
    }
        .show .showbox img{
            width:100%;
            height:100%;
        }

        .show .showbox:nth-child(1) {
            left: 0;
            top: 0;
            width: 580px;
            height: 440px;
        }
         
            .show .showbox:nth-child(2) {
                left: 600px;
                top: 0;
            }

        .show .showbox:nth-child(3) {
            right: 0;
            top: 0;
        }

        .show .showbox:nth-child(4) {
            left: 600px;
            bottom: 0;
        }

        .show .showbox:nth-child(5) {
            right: 0;
            bottom: 0;
        }
/*门店展示*/
.demeanor {
    background: url(../images/bg04.jpg) no-repeat center;
    background-size: cover;
    padding: 4rem 0
}

.demeanorbox {
    margin: 0 -.75rem;
}
/*新闻中心*/
.news {
    padding: 5rem 0 3rem
}

    .news ul li {
        clear: both;
        margin-bottom: 1.2rem;
        overflow:hidden;
    }

.newsimg {
    float: left;
    width: 170px;
    height: 100px;
    overflow: hidden;
}

.news .newsfont {
    margin-left: 190px;
}

.news a h6 {
    color: #333;
}

.news a {
    color: #5a5a5a;
}

.news .listone {
    padding-right: 2rem
}

    .news .listone .oneimg {
        height: 340px;
        overflow: hidden;
    }
/*在线客服*/
.online-service {
    position: fixed;
    right: 0;
    top: 30%;
    z-index: 100
}

.serviceS {
    width: 53px;
    height: 90px;
    background: url(Images/service2.png) center no-repeat;
    position: absolute;
    right: 0;
    top: 55px;
    color: #fff;
    font-size: .913rem;
    text-align: center;
    padding-top: 52px;
    padding-left: 8px;
}

.serviceH {
    width: 190px;
    height: 300px;
    background: url(Images/service1.png) right center no-repeat;
    position: absolute;
    right: -240px;
    top: 0;
}

    .serviceH .Lfont {
        float: left;
        width: 75px;
        color: #fff;
        padding: 130px 20px;
        text-align: center;
        font-size: .913rem
    }

    .serviceH i {
        color: #b50613;
    }

    .serviceH .Rfont {
        margin-left: 85px;
        padding-top: 80px;
    }

        .serviceH .Rfont li {
            padding: .2rem 0;
        }

.online-service:hover .serviceS {
    right: -55px
}

.online-service:hover .serviceH {
    right: 0
}
/*底部样式*/


/*加盟*/
.joined {
    padding-left: 4rem
}

    .joined .form-group {
        padding: 0;
    }

.form-control {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.reserved {
    background: #313131;
}
/*返回顶部*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 12px;
    right: 12px;
    overflow: hidden;
    width: 50px;
    height: 50px;
    border: none;
    text-indent: -9999px;
    background: url(../images/ui.totop.png) no-repeat left top;
    background-size: cover;
    z-index: 190;
}

    #toTop:hover {
        background: url(../images/ui.totop.png) no-repeat left -50px;
        background-size: cover;
    }

/*响应式样式*/
@media all and (max-width: 1199px) {
    h3 {
        font-size: 2.2rem;
    }

    h4 {
        font-size: 1.8rem;
    }

    h6 {
        font-size: 1.4rem;
    }

    .logo {
        height: 60px;
        margin-top: 1.2rem
    }

    .navbar {
        height: 5.5rem;
        padding: 0 1.4rem;
    }

    .navbar-menu {
        margin-right: -.5rem
    }

        .navbar-menu li {
            line-height: 5.45rem;
        }

            .navbar-menu li a {
                padding: 0 1.2rem;
            }

            .navbar-menu li ul {
                top: 5.5rem;
            }

    .slider-container {
        height: 480px;
    }

    .heading h1 {
        font-size: 2.6rem;
    }

    .sliderfont {
        transform: scale(.7);
        -webkit-transform: scale(.7);
        -moz-transform: scale(.7);
    }

    .about, .advantage, .variety, .demeanor, .news {
        height: auto;
        padding: 2rem 1.5rem 3rem;
    }

    .aboutbox .divfont {
        font-size: 15px;
    }

        .aboutbox .divfont h4 {
            font-size: 2rem
        }

    .Join-in {
        height: 180px
    }

        .Join-in .col-xs-12 {
            padding-top: 35px
        }

    .advantage {
        padding-left: .8rem;
        padding-right: .8rem
    }

    .advantbox .font-size-18 {
        font-size: 16px;
    }

    .advantbox hr {
        margin: 1rem 40%;
    }

    .variety {
        background-position: 75% 25px;
    }

    .demeanorbox {
        margin: 0 -.7rem;
    }

    .demeanor .item .img {
        height: auto;
    }

    .newsimg {
        width: 120px;
        height: 80px;
    }

    .news .newsfont {
        margin-left: 140px;
    }

        .news .newsfont .padding-bottom-6 {
            padding: 3px 0;
        }

        .news .newsfont p:last-child, .news .newsfont h6 {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

    .news .listone .oneimg {
        height: 240px;
    }

    .news ul li:last-child {
        margin-bottom: 0;
    }

    .news .listone {
        padding-right: 1.5rem
    }

        .news .listone p:last-child {
            height: 3rem;
            overflow: hidden;
        }
}

@media all and (max-width: 1024px) {
    .navbar-menu li a {
        font-size: 1rem;
    }

    .show {
        height: 378px;
    }

        .show .showbox {
            width: 230px;
            height: 180px;
        }

            .show .showbox:nth-child(1) {
                width: 480px;
                height: 378px;
            }

            .show .showbox:nth-child(2) {
                left: 500px;
            }

            .show .showbox:nth-child(4) {
                left: 500px;
            }
}

@media all and (max-width: 992px) {
    .display-hidden {
        display: block;
    }

    .navbar-toggle {
        float: right;
        width: 4.5rem;
        right: 1.2rem;
        position: absolute;
        top: .5rem;
    }

    .navbar *, .navbar *:after, .navbar *:before {
        transition: none;
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
    }

    .navbar-menu {
        position: fixed;
        top: 0;
        right: -260px;
        width: 260px;
        height: 100vh;
        background: #fff;
        overflow-x: hidden;
        z-index: 900;
        margin: 0;
        padding: 1rem 0;
        -webkit-transition: all 0.25s ease-out;
        -o-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
    }

        .navbar-menu.active {
            right: 0
        }

        .navbar-menu li {
            width: 100%;
            line-height: 45px;
            padding: 0;
            border-bottom: 1px solid #dcdcdc;
            text-align: left;
        }

            .navbar-menu li a {
                color: #5a5a5a;
                padding: 0 2.5rem;
            }

            .navbar-menu li.active a {
                color: #b50613;
                background-color: transparent;
            }

            .navbar-menu li a:before {
                display: none;
            }

            .navbar-menu li a:after {
                font-family: 'FontAwesome';
                content: "\f105";
                color: #ccc;
                position: absolute;
                right: 2.2rem;
            }

            .navbar-menu li ul {
                min-width: 100%;
                position: inherit;
                border-radius: 0;
                box-shadow: 0 0 0;
                top: 0;
                left: 0;
                padding: 0
            }

                .navbar-menu li ul li {
                    line-height: 38px;
                    text-align: left;
                    padding-left: 3.5rem;
                    background: rgba(0,0,0,.02);
                    border-bottom: 0;
                    border-top: 1px solid #dcdcdc;
                }

                    .navbar-menu li ul li a {
                        line-height: 3.5rem;
                        padding: 0;
                    }
                    .logIn{
                        display:none;
                    }

    .slider-container {
        height: 400px;
    }

    .aboutbox {
        height: auto;
    }

    .heading h1 {
        font-size: 2.4rem;
    }

    .aboutbox .divfont {
        font-size: 1rem;
        line-height: 1.7;
    }

    .aboutbox .Lmore {
        display: none;
    }

    .advantage .col-sm-3 {
        padding: 0 .8rem
    }

    .advantage .padding-top-100 {
        padding-top: 70px;
    }

    .advantbox {
        padding: 1.5rem
    }

        .advantbox .font-size-18 {
            font-size: 14px;
        }

        .advantbox .img {
            width: 7rem;
            height: 7rem;
            margin-top: -5rem
        }

    .show {
        height: auto;
    }

    .variety {
        padding: 2rem 1rem 1.5rem;
    }

    .show .showbox {
        float: left;
        width: 47%;
        margin: 0 1.5%;
        height: 260px;
        position: relative;
        margin-bottom: 1.5rem;
        left: inherit;
        right: inherit;
        top: inherit;
        bottom: inherit;
    }

        .show .showbox:nth-child(1) {
            width: 47%;
            height: 260px
        }

        .show .showbox:nth-child(2), .show .showbox:nth-child(4) {
            left: inherit;
        }

        .show .showbox:nth-child(5) {
            display: none
        }

    .aboutbox .divimg {
        width: 300px;
        height: auto;
    }

    .aboutbox .divfont {
        margin-left: 305px;
        height: 276px;
        overflow: hidden;
        padding: 1rem 1.5rem;
    }

    .demeanorbox {
        margin: 0 -.5rem;
    }
}

@media all and (min-width: 542px) and (max-width: 767px) {
    .advantbox {
        margin-bottom: 5.5rem;
    }

    .advantage .col-lg-3:nth-child(3) .advantbox, .advantage .col-lg-3:nth-child(4) .advantbox {
        margin-bottom: 0;
    }

    .show .showbox, .show .showbox:nth-child(1) {
        height: 200px
    }
}

@media all and (max-width: 541px) {
    h3 {
        font-size: 1.6rem;
    }

    h4 {
        font-size: 1.4rem;
    }

    .logo {
        height: 2.5rem;
        margin-top: 1rem
    }

    .navbar {
        height: 4.5rem;
    }

    .navbar-toggle {
        line-height: 4.5rem;
        height: 4.5rem;
        font-size: 1.4rem;
        top: 0;
        right: 1rem
    }

    .slider-container {
        height: 230px;
    }

    .sliderfont {
        transform: scale(.55);
        -webkit-transform: scale(.55);
        -moz-transform: scale(.55);
    }

    .heading h1 {
        font-size: 2rem;
    }

    .aboutbox {
        margin-top: 1rem;
    }

        .aboutbox .divimg {
            width: 100%;
            height: 300px;
            overflow: hidden;
        }

        .aboutbox .divfont {
            clear: both;
            margin-left: 0;
            font-size: 1rem;
            padding: 1rem 2rem 2rem;
        }

            .aboutbox .divfont h4 {
                font-size: 1.6rem;
            }

    .Join-in {
        height: 160px;
    }

    .advantbox {
        margin-bottom: 5.5rem;
    }

    .advantage .col-lg-3:nth-child(3) .advantbox, .advantage .col-lg-3:nth-child(4) .advantbox {
        margin-bottom: 0;
    }

    .variety {
        background-size: 12%;
    }

    .show {
        margin-top: 1rem;
    }

        .show .showbox {
            height: 130px;
            margin-bottom: 1rem;
        }

            .show .showbox:nth-child(1) {
                width: 97%;
            }

            .show .showbox:nth-child(5) {
                display: block;
            }

    .demeanorbox {
        margin: 0 -.8rem;
        padding-top: 1rem;
    }

    .news .listone {
        padding: 0;
        margin-top: -10px;
    }

    .news a h6 {
        font-size: 17px;
    }

    .newsimg {
        height: 72px;
    }
}

@media all and (max-width: 320px) {
    h3 {
        font-size: 1.4rem;
    }

    h4 {
        font-size: 1.2rem;
    }

    .advantage .col-sm-3 {
        width: 100%;
    }

    .advantage .col-lg-3:nth-child(3) {
        margin-bottom: 5.5rem;
    }

    .advantbox {
        padding: 1.5rem 20%;
    }

    .show {
        padding: 0 .5rem;
    }

        .show .showbox, .show .showbox:nth-child(1) {
            width: 100%;
            margin: 0 0 1rem 0;
            height: 180px;
        }
}
