body{
    line-height: 1;
}

#footer {
    margin: 0 auto;
    padding-left: 60px;
    padding-right: 60px;
    background: #262c30;
    height: 135px;
    /* max-width: 1920px; */
    margin: 0 auto;
    overflow: hidden;
}


#footer1 .img_box img {
    margin-left: 3px;
}

#minWindth{
    text-align: center;
}

#footer .container {
    width: 100%;
    height: 134px;
    background: #262c30;
    color: #fff;
    padding: 0;
    padding-top: 15px;
}

#footer .img_box p {
    margin-top: 6px;
    text-align: center;
    margin-bottom: 0px;
}

#footer .hidden-xs {
    margin-top: 15px;
}

#footer .hidden-xs .welcome {
    font-size: 48px;
    padding-left: 47px;
    margin-top: 10px;
}

#footer .hidden-xs .copyright {
    padding-left: 40px;
    margin-top: 5px;
}

#footer .hidden-xs p {
    font-size: 16px;
    margin-bottom: 5px;
}

#footer .hidden-xs p span {
    font-size: 20px;
}

#footer p {
    font-size: 16px;
}

#footer .img_box2 img {
    float: right;
    margin-top: 40px;
    width: 100%;
}
/*footer*/

#footer1 {
    margin: 0 auto;
    padding-left: 60px;
    padding-right: 60px;
    background: #262c30;
    height: 135px;
    overflow: hidden;
}

#footer1 .container{
 max-width: 1920px;
 margin: 0 auto;
            width: 100%;
            height: 134px;
            background: #262c30!important;
            color: #fff!important;
            padding: 0;
            padding-top: 15px;

}

#footer1 .img_box p {
    margin-top: 6px;
    text-align: center;
    margin-bottom: 0px;
}

#footer1 .hidden-xs {
    margin-top: 15px;
}

#footer1 .hidden-xs .welcome {
    font-size: 48px;
    padding-left: 47px;
    margin-top: 10px;
}

#footer1 .hidden-xs .copyright {
    padding-left: 40px;
    margin-top: 5px;
}

#footer1 .hidden-xs p {
    font-size: 16px;
    margin-bottom: 5px;
}

#footer1 .hidden-xs p span {
    font-size: 20px;
}

#footer1 p {
    font-size: 16px;
}

#footer1 .img_box2 img {
    float: right;
    margin-top: 40px;
    width: 100%;
}

.index-html .leave-massage{
    margin-top: 20px;
    text-align: left;
    display: flex;
    flex-direction: column;
    z-index: 999;
    position: fixed;
    bottom: 0;
    right: 0px;
}
.index-html .leave-massage img{
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
}
.index-html .right-massage{
    padding:5px 10px;
    border-radius: 10px;
    border: solid 1px #ebebeb;
    position: fixed;right: 4px;bottom: 0.5%;z-index: 999;text-align: center;background-color: rgba(255,255,255,0.8);
}
.index-html .blue-tittle{
    font-size: 16px;
    color: #1f9ad3;
    margin: 1px 0;
    padding: 0;
    position: relative;
}

 .tip-success{
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 999;
    transform: translate(-50%,-50%);
    color: #4caf50;
    font-size: 16px;
    opacity: 0;
    animation:move-massage 5s ;
}
 .tip{
     position: fixed;
     top: 40%;
     left: 50%;
     z-index: 999;
     transform: translate(-50%,-50%);
     font-size: 16px;
     opacity: 0;
 }

header nav.navbar #menu .menu-holder ul li, header nav.navbar #sidemenu .menu-holder ul li, header nav.navbar #menu-classic .menu-holder ul li {
    display: inline-block;
}

.tip-error{t
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 999;
    transform: translate(-50%,-50%);
    color: #ff7575;
    font-size: 16px;
    opacity: 0;
    animation:move-massage 5s ;
}
@keyframes move-massage {
    from { top: 60%; opacity: 1;}
    to {  top: 40%;opacity: 0;}
}
.index-html .leave-massage .colse-img{
    width: 14px;
    height: 14px;
    float: right;
    margin: 5px 10px 0 0 ;
    /*padding: 4px 10px 0 0 ;*/
    cursor: pointer;
}
.index-html .leave-massage li{
    list-style: none;
}
.index-html .leave-massage .massage-close{
    overflow: hidden;
    height: 0px;
    animation:close-massage 1s ;
}

.aos-list .col-md-12,.aos-list .col-md-12 .text{
    height: 100%;
}
.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000;
}
.qq_massage:before{
    content: '';
    width: 100%;
    height: 1px;
    background-color: #ccc;
    position: absolute;
    left: 0;
    top: 258px;
}
.qq_massage:after{
    content: '';
    width: 100%;
    height: 1px;
    background-color: #cacaca;
    position: absolute;
    left: 0;
    top: 407px;
}

@keyframes close-massage {
    from {height: 310px;}
    to { height: 0px;}
}
.index-html .leave-massage .massage-open{
    overflow: hidden;
    height: 310px;
    padding-bottom: 10px;
    animation:open-massage 1s ;
}
@keyframes open-massage {
    from { height: 0px;}
    to {height: 310px;}
}
.aos-list{
    position: relative;
    height: 155px;
}
.list-show{
    animation:list-show 1s ;
    position: absolute;
}
@keyframes list-show {
    from {opacity: 0;right: -200px;}
    to {opacity: 1;right: 0;}
}
.list-hidded{
    animation:list-hidded 1s ;
    position: absolute;
    opacity: 0;right: -200px;
}
@keyframes list-hidded {
    from {opacity: 1;right: 0;}
    to {opacity: 0;right: -200px;}

}
.index-html .leave-massage input{
     outline: none;
    border: none;
    height: 25px;
    width: 104px;
}
.index-html .leave-massage .text-input{
    width: 135px;
    height: 59px;
    margin: 7px auto;
    resize: none;
    overflow: hidden;
    border: 1px solid #d5d5d5;
    background-color: #fff;
    outline: none;
}
.index-html .leave-massage  {
    border-radius: 5px;

}
.index-html .leave-massage  .tittle{
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    width: 100%;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    padding-left: 12px;
    background-color: #00aef3;
    margin-bottom: -1px;
    margin-top: 7px;
}
.index-html .leave-massage .tips{
    font-size: 10px;
    color: red;
    margin-top: -5px;
    padding-left: 2px;
    display: none;
}
.index-html .qq_massage img{
    width: 20px;
    height: 20px;
    margin:10px auto 30px;
}
.index-html .blue-tittle .qq-img{
    position: absolute;
    top: 41px;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
}
.index-html .massage-error .tips{
    display: block;
}
.index-html .massage-error .text-input-2{
    border: 1px solid red;
}
.index-html .leave-massage .contion{
  padding:1px 1px;
    background-color: #f0f4f6;
}
.index-html .leave-massage .text{
    font-size: 14px;
    color: #666;
    margin: 4px auto;
}
.index-html .leave-massage .phone{
    font-size: 12px;
    color: #999;
    padding-bottom: 5px;
    border-bottom: 1px solid #ebebeb;
    line-height: 16px;
}
.index-html .leave-massage #massage-text{
    width: 143px;
    height: 59px;
    outline: none;
    border: none;
    padding-top: 5px;
    line-height: 16px;
}
.index-html .leave-massage .text-input-1{
    overflow: hidden;
    height: 30px;
    width: 135px;
    margin: 7px auto;
    border: 1px solid #d5d5d5;
    background-color: #fff;
}
.index-html .leave-massage  #post-btn{
    height: 31px;
    width: 90px;
    margin: 7px 7px;
    line-height: 31px;
    text-align: center;
    border-radius: 2px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    background-color: #00aef3;
}

@font-face{
    font-family: 'LCD';
    src: url('../fonts/LCD.ttf');
}

.index-html #footer1 .row .number-text{
    font-family: LCD;
    font-size: 40px;
    color: #fdbb12;
    line-height: 40px;
    margin-top: 30px;

}


@media screen and (max-width:989px) {
    #footer {
        background: #262c30;
        padding: 0;
        height: auto;
    }
    #footer .container {
        padding-top: 0;
        height: auto;
    }
    #footer p {
        font-size: 10px;
        color: #fff;
        line-height: 1.8;
        margin: 0;
        padding: 0;
    }
    #footer p span {
        font-size: 14px;
        font-weight: 500;
    }
    #footer .img_box {
        padding-left: 24px;
        padding-top: 20px;
    }
    #footer .img_box img {
        margin-top: 5px;
        width: 80%;
    }
    #footer .img_box p {
        width: 84%;
    }
    #footer .visible-xs {
        margin-top: 20px;
    }
    #footer .img_box2 {
        background: #101213;
        margin-top: 15px;
    }
    #footer .img_box2 .col-xs-8 {
        background: #101213;
        padding: 5px 0 0 10px;
    }
    #footer .img_box2 img {
        float: left;
        width: 65%;
        margin-top: 0;
    }
    /*footer*/
    #footer1 {
        background: #262c30;
        padding: 0;
        height: auto;
    }
    #footer1 .container {
        padding-top: 0;
        height: auto;
    }
    #footer1 p {
        font-size: 10px;
        color: #fff;
        line-height: 1.8;
        margin: 0;
        padding: 0;
    }
    #footer1 p span {
        font-size: 14px;
        font-weight: 500;
    }
    #footer1 .img_box {
        padding-left: 24px;
        padding-top: 20px;
    }
    #footer1 .img_box img {
        margin-top: 5px;
        width: 80%;
    }
    #footer1 .img_box p {
        width: 84%;
    }
    #footer1 .visible-xs {
        margin-top: 20px;
    }
    #footer1 .img_box2 {
        background: #101213;
        margin-top: 15px;
    }
    #footer1 .img_box2 .col-xs-8 {
        background: #101213;
        padding: 5px 0 0 10px;
    }
    #footer1 .img_box2 img {
        float: left;
        width: 65%;
        margin-top: 0;
    }
    .col-lg-2.col-sm-12.col-md-2.col-xs-12.img_box2 {
        padding: 0;
    }
    .img_box2.col-xs-4 {
        padding: 0;
    }
    .img_box2 .col-xs-8 {
        padding: 0;
    }
}

/*响应式断点*/
@media screen and (max-width: 1300px){
    .index-html #footer1 .row .number-text {
        text-align: center;
         margin: 0px 0 0 20px;
        font-size: 28px;
        color: #fdbb12;
        line-height: 30px;
        float: right;
    }
    .right-massage{
        display: none;
    }
}
@media screen and (min-width:768px) and (max-width:1280px) {
    #page-content #news .single-news {
        margin-bottom: 30px !important;
    }
}
@media screen and (min-width:992px) and (max-width:1199px) {
    #footer1 {
        height: auto;
    }
    #footer1 .img_box img {
        width: 90%;
    }
    #footer1 .container {
        height: 224px;
    }
    #footer1 .hidden-xs {
        margin-top: 0;
    }
    #footer1 .hidden-xs .copyright {
        padding-left: 47px;
        padding-top: 30px;
    }



    #footer {
        height: auto;
    }
    #footer .img_box img {
        width: 90%;
    }
    #footer .container {
        height: 224px;
    }
    #footer .hidden-xs {
        margin-top: 0;
    }
    #footer .hidden-xs .copyright {
        padding-left: 47px;
        padding-top: 30px;
    }
    .col-xs-4.col-sm-2.col-md-2.col-lg-1.img_box {
        padding: 0px !important;
        margin: 0px !important;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1279px) {
    #footer .hidden-xs p {
        font-size: 14px;
    }
    #footer .hidden-xs .welcome {
        font-size: 45px;
    }
    #footer .hidden-xs {
        margin-top: 17px;
    }
    #footer .container {
        height: 135px;
    }
    #footer .hidden-xs .copyright {
        padding-left: 40px;
    }
    .col-xs-4.col-sm-2.col-md-2.col-lg-1.img_box {
        padding: 0px !important;
        margin: 0px !important;
    }


    #footer1 .hidden-xs p {
        font-size: 14px;
    }
    #footer1 .hidden-xs .welcome {
        font-size: 45px;
    }
    #footer1 .hidden-xs {
        margin-top: 17px;
    }
    #footer1 .container {
        height: 135px;
    }
    #footer1 .hidden-xs .copyright {
        padding-left: 40px;
    }
}
/*@media screen and (min-width: 1900px){*/
/*    #main-box{*/
/*        background: #ffffff;*/
/*    }*/
/*}*/
@media screen and (min-width: 990px) and (max-width: 1600px) {


    #footer .hidden-xs p {
        font-size: 14px;
    }
    #footer .hidden-xs .welcome {}
    #footer .img_box img {
        width: 90%;
    }

    #footer1 .hidden-xs p {
        font-size: 14px;
    }
    #footer1 .hidden-xs .welcome {}
    #footer1 .img_box img {
        width: 90%;
    }

    .col-xs-4.col-sm-2.col-md-2.col-lg-1.img_box {
        padding: 0px !important;
        margin: 0px !important;
        width: 65px;
        margin-top: 10px !important;
    }
    .new-pp{
        padding-left: 20px;
    }
    .border4 .text p{font-size:14px !important;line-height:30px !important;}
}
@media screen and (min-width: 1365px) and (max-width: 1600px){
    .index-html .col-L-5 {
        width: 100%;
    }
}

/*文字抖动*/
.shaky { display: inline-block; padding: 1px; font-size: 12px; -webkit-transform-origin: center center; -ms-transform-origin: center center; transform-origin: center center; -webkit-animation-name: shaky-slow; -ms-animation-name: shaky-slow; animation-name: shaky-slow; -webkit-animation-duration: 4s; -ms-animation-duration: 4s; animation-duration: 4s; -webkit-animation-iteration-count: infinite; -ms-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-timing-function: ease-in-out; -ms-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; -webkit-animation-delay: 0s; -ms-animation-delay: 0s; animation-delay: 0s; -webkit-animation-play-state: running; -ms-animation-play-state: running; animation-play-state: running; } @-webkit-keyframes shaky-slow { 0% { -webkit-transform: translate(0px, 0px) rotate(0deg) } 2% { -webkit-transform: translate(-1px, 1.5px) rotate(1.5deg) } 4% { -webkit-transform: translate(1.3px, 0px) rotate(-0.5deg) } 6% { -webkit-transform: translate(1.4px, 1.4px) rotate(-2deg) } 8% { -webkit-transform: translate(-1.3px, -1px) rotate(-1.5deg) } 10% { -webkit-transform: translate(1.4px, 0px) rotate(-2deg) } 12% { -webkit-transform: translate(-1.3px, -1px) rotate(-2deg) } 14% { -webkit-transform: translate(1.5px, 1.3px) rotate(1.5deg) } 16% { -webkit-transform: translate(1.5px, -1.5px) rotate(-1.5deg) } 18% { -webkit-transform: translate(1.3px, -1.3px) rotate(-2deg) } 20% { -webkit-transform: translate(1px, 1px) rotate(-0.5deg) } 22% { -webkit-transform: translate(1.3px, 1.5px) rotate(-2deg) } 24% { -webkit-transform: translate(-1.4px, -1px) rotate(2deg) } 26% { -webkit-transform: translate(1.3px, -1.3px) rotate(0.5deg) } 28% { -webkit-transform: translate(1.6px, -1.6px) rotate(-2deg) } 30% { -webkit-transform: translate(-1.3px, -1.3px) rotate(-1.5deg) } 32% { -webkit-transform: translate(-1px, 0px) rotate(2deg) } 34% { -webkit-transform: translate(1.3px, 1.3px) rotate(-0.5deg) } 36% { -webkit-transform: translate(1.3px, 1.6px) rotate(1.5deg) } 38% { -webkit-transform: translate(1.3px, -1.6px) rotate(1.5deg) } 40% { -webkit-transform: translate(-1.4px, -1px) rotate(-0.5deg) } 42% { -webkit-transform: translate(-1.4px, 1.3px) rotate(-0.5deg) } 44% { -webkit-transform: translate(-1.6px, 1.4px) rotate(0.5deg) } 46% { -webkit-transform: translate(-2.1px, -1.3px) rotate(-0.5deg) } 48% { -webkit-transform: translate(1px, 1.6px) rotate(1.5deg) } 50% { -webkit-transform: translate(1.6px, 1.6px) rotate(1.5deg) } 52% { -webkit-transform: translate(-1.4px, 1.6px) rotate(0.5deg) } 54% { -webkit-transform: translate(1.6px, -1px) rotate(-2deg) } 56% { -webkit-transform: translate(1.3px, -1.6px) rotate(-2deg) } 58% { -webkit-transform: translate(-1.3px, -1.6px) rotate(0.5deg) } 60% { -webkit-transform: translate(1.3px, 1.6px) rotate(-0.5deg) } 62% { -webkit-transform: translate(0px, 0px) rotate(-1.5deg) } 64% { -webkit-transform: translate(-1.6px, -1.6px) rotate(-2deg) } 66% { -webkit-transform: translate(1.6px, -1.6px) rotate(0.5deg) } 68% { -webkit-transform: translate(0px, -1.6px) rotate(-2deg) } 70% { -webkit-transform: translate(-1.6px, 1px) rotate(1.5deg) } 72% { -webkit-transform: translate(-1.6px, 1.6px) rotate(2deg) } 74% { -webkit-transform: translate(1.3px, -1.6px) rotate(-0.5deg) } 76% { -webkit-transform: translate(1.4px, 1px) rotate(-0.5deg) } 78% { -webkit-transform: translate(-1px, 1.4px) rotate(2deg) } 80% { -webkit-transform: translate(1.4px, 1.6px) rotate(2deg) } 82% { -webkit-transform: translate(-1.6px, -1.6px) rotate(-0.5deg) } 84% { -webkit-transform: translate(-1.4px, 1.4px) rotate(-2deg) } 86% { -webkit-transform: translate(1px, 1.4px) rotate(-2deg) } 88% { -webkit-transform: translate(-1.4px, 1.4px) rotate(-1.5deg) } 90% { -webkit-transform: translate(-1.6px, -1.6px) rotate(-2deg) } 92% { -webkit-transform: translate(-1.6px, 1.6px) rotate(2deg) } 94% { -webkit-transform: translate(-1.6px, -1.6px) rotate(-2deg) } 96% { -webkit-transform: translate(-1.4px, 1.3px) rotate(-2deg) } 98% { -webkit-transform: translate(1.3px, 1px) rotate(-0.5deg) } } @keyframes shaky-slow { 0% { transform: translate(0px, 0px) rotate(0deg) } 2% { transform: translate(-1px, 1.5px) rotate(1.5deg) } 4% { transform: translate(1.3px, 0px) rotate(-0.5deg) } 6% { transform: translate(1.4px, 1.4px) rotate(-2deg) } 8% { transform: translate(-1.3px, -1px) rotate(-1.5deg) } 10% { transform: translate(1.4px, 0px) rotate(-2deg) } 12% { transform: translate(-1.3px, -1px) rotate(-2deg) } 14% { transform: translate(1.5px, 1.3px) rotate(1.5deg) } 16% { transform: translate(1.5px, -1.5px) rotate(-1.5deg) } 18% { transform: translate(1.3px, -1.3px) rotate(-2deg) } 20% { transform: translate(1px, 1px) rotate(-0.5deg) } 22% { transform: translate(1.3px, 1.5px) rotate(-2deg) } 24% { transform: translate(-1.4px, -1px) rotate(2deg) } 26% { transform: translate(1.3px, -1.3px) rotate(0.5deg) } 28% { transform: translate(1.6px, -1.6px) rotate(-1.5deg) } 30% { transform: translate(-1.3px, -1.3px) rotate(-1.5deg) } 32% { transform: translate(-1px, 0px) rotate(2deg) } 34% { transform: translate(1.3px, 1.3px) rotate(-0.5deg) } 36% { transform: translate(1.3px, 1.6px) rotate(1.5deg) } 38% { transform: translate(1.3px, -1.6px) rotate(1.5deg) } 40% { transform: translate(-1.4px, -1px) rotate(-0.5deg) } 42% { transform: translate(-1.4px, 1.3px) rotate(-0.5deg) } 44% { transform: translate(-1.6px, 1.4px) rotate(0.5deg) } 46% { transform: translate(-2.1px, -1.3px) rotate(-0.5deg) } 48% { transform: translate(1px, 1.6px) rotate(1.5deg) } 50% { transform: translate(1.6px, 1.6px) rotate(1.5deg) } 52% { transform: translate(-1.4px, 1.6px) rotate(0.5deg) } 54% { transform: translate(1.6px, -1px) rotate(-2deg) } 56% { transform: translate(1.3px, -1.6px) rotate(-2deg) } 58% { transform: translate(-1.3px, -1.6px) rotate(0.5deg) } 60% { transform: translate(1.3px, 1.6px) rotate(-0.5deg) } 62% { transform: translate(0px, 0px) rotate(-1.5deg) } 64% { transform: translate(-1.6px, -1.6px) rotate(-2deg) } 66% { transform: translate(1.6px, -1.6px) rotate(0.5deg) } 68% { transform: translate(0px, -1.6px) rotate(-2deg) } 70% { transform: translate(-1.6px, 1px) rotate(1.5deg) } 72% { transform: translate(-1.6px, 1.6px) rotate(2deg) } 74% { transform: translate(1.3px, -1.6px) rotate(-0.5deg) } 76% { transform: translate(1.4px, 1px) rotate(-0.5deg) } 78% { transform: translate(-1px, 1.4px) rotate(2deg) } 80% { transform: translate(1.4px, 1.6px) rotate(2deg) } 82% { transform: translate(-1.6px, -1.6px) rotate(-0.5deg) } 84% { transform: translate(-1.4px, 1.4px) rotate(-2deg) } 86% { transform: translate(1px, 1.4px) rotate(-2deg) } 88% { transform: translate(-1.4px, 1.4px) rotate(-1.5deg) } 90% { transform: translate(-1.6px, -1.6px) rotate(-2deg) } 92% { transform: translate(-1.4px, 1.6px) rotate(2deg) } 94% { transform: translate(-1.6px, -1.6px) rotate(-2deg) } 96% { transform: translate(-1.4px, 1.3px) rotate(-2deg) } 98% { transform: translate(1.3px, 1px) rotate(-0.5deg) } }


 /*轮播css                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  */
.slideshow {
    position: relative;
}
.slideshow * {
    outline: none;
}
.slideshow .slider-track {
    -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}
.slideshow .item {
    height: 100%;
    position: relative;
    z-index: 1;
}
.slideshow .item img {
    width: 100%;
    -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.slideshow .item.slick-active img {
    -webkit-transform: scale(1);
    transform: scale(1);
}



.top-nav:before{
    content: '';
    width: 100%;
    top: 89px;
    height: 1px;
    background-color: #EBEBEB;
    position: absolute;
    left: 0;
}
.top-nav:after{
    content: '';
    width: 100%;
    top: 145px;
    height: 1px;
    background-color: #EBEBEB;
    position: absolute;
    left: 0;
}

.navbar-default:before{
    display: none;
    content: '';
    width: 100%;
    top: 71px;
    height: 1px;
    background-color: #EBEBEB;
    position: absolute;
    left: 0;
}
@media screen  and (min-width:1930px){
    header .top-nav , header .navbar-default{
        min-width: 1920px;
        max-width: 1920px;
       margin: 0 auto;
       float: none!important;
    }
    header .top-nav , header .navbar-default{
        max-width: 1920px;
        position: static;
    }
    .navbar-default:before{
        content: '';
        width: 100%;
        top: 155px;
        height: 1px;
        background-color: #EBEBEB;
        position: absolute;
        left: 0;
    }

}

.phone-show{
	display: none!important;
}
@media screen and (max-width: 1025px) {
    .case{
        padding-left: 0;
    }
	.phone-show{
	display: block!important;
}
}
