@import "css.css";
@import "responsive.css";
@import "share.css";
@import "../iconfont/iconfont_font.css";


.navber_phone{
    height: 100%;
    display: flex !important;
    /* width: 100%; */
    padding: 0 20px;
}
.phone_box{
    font-size: 20px;
}
.phone_box p{
    font-size: 18px;

}
.phone_box p i{
    margin-right: 10px;
    font-size: 18px;
}
.phone_box p:nth-child(1){
    margin-bottom: 5px;
}
.navbar-nav>li>a{
    font-size: 14px;
}
.navbar-nav>li{
    margin-left: 5px;
}
#menu-menu{
    display: flex ;
    align-items: center;
}
.index_news{
    background: #24272e;
}
.active a{
    background: none !important;
    color: #0d4f90 !important;
}
.active>a{
    border-color: #0d4f90 !important;
}
.navbar-nav>li>a:hover{
    color: #0d4f90 !important;
}
.empty{
    position: relative;
    /* overflow: hidden; */
}
.empty .right_img{
    position: absolute;
    background: url(/skin/images/index_contant_bottom.jpg);
    width: 50vw;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: bottom center;
}
.index_news{
    margin-bottom: 0px;
}
.page-content.custom-background{
    padding-top: 0;
}
.top_title{
    text-align: center;
    margin-top: 60px;
    margin-bottom: 60px;
    position: relative;
}
.top_title h2{
    font-size: 30px;
    margin-bottom: 0;
    line-height: 30px;
}
.top_title p{
    line-height: 30px;
}
.top_title:after{
    position: absolute;
    display: block;
    content: "";
    width: 40px;
    height: 3px;
    bottom: 0;
    left: 50%;
    margin-left: -20px;
    background: #0d4f90;

}
.co_fff h2,.co_fff p{
    color: #fff;
}
.service-icon-left-boxed{
    border-radius: 5px;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.279);
}
.gallery-item-container h3{
    color: #fff !important;
}
.gallery-item-container h3::after{
    background: #fff !important;
}
.services-element{
    border-radius: 5px;
    overflow: hidden;
}
.service-body .custom-heading a h4{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.service-body p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-bottom: 10px;
}
.page-content{
    margin-top: -0 !important;
}
.pagination li.active a, .pagination li:hover a{
    color: #fff !important;
}
.pagination {
    display: flex;
    justify-content: center;
}
.custom-heading::after{
    display: none !important;
}
.custom-heading{
    /* text-align: center; */
}
.custom-heading p{
    margin-bottom: 20px;
}
.custom-heading p span{
    margin: 0 5px;
}
.view_title {
    text-align: center;
}
.page-content .row-equal-height{
    margin-bottom: 0 !important;
}
.dark{
    background:#2c3741;
    overflow: hidden;
}
.left_top{
    padding-top:50px;
    padding-bottom:50px;
}
.news_box{
    margin: 0 auto;
}
.news_row{
    display: flex;
}
.scroll-up{
    bottom: 80px;
}
.footer{
    background: #eee;
    margin-top: 30px;
}
.footer *{
    /* color: #fff; */
}
.foot_row{
    display: flex;
    /* height: 200px; */
    padding-bottom: 20px;
    padding-top: 20px;
}
.hh-100{
    /* position: relative; */
    height: 100%;
}
.daohang{
    display: flex;
    flex-direction: column;
}
.flex-1-1-auto{
    flex: 1 1 auto;
    overflow: hidden;

}
.d-flex{
    display: flex !important;
}
.d-flex h4{
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 20px;
}
.f-d-c{
    flex-direction: column !important;
}
.foot_logo,.foot_menu,.foot_yqlj,.foot_lxwm{
    flex: 0 0 auto;
}
.swiper_foot_daohang{
    text-align: center;
    height: 100%;
    position: relative;
}
.swiper-wrapper{
    position: absolute;
}
.copy{
    background: #24272e;
    padding: 5px 0;

}
.copy *{
    color: #eee;
    size: 12px;
}
.foot_logo h5{
    font-size: 14px;
    margin-top: 5px;
}
.phone_btn_box{
    display: none;
}
.phone_btn_box i{
    font-size: 24px;
    padding: 10px;
}

.phone_bg{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(103, 103, 103, 0.228);
    z-index: 1031;
}
.phone_header {
    position: fixed;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1032;
    left: -100%;
    display: flex;
    justify-content: left;
    width: 100%;
}

.phone_header ul{
    width: 60%;
    background-color: #fff;
    box-shadow: 0 0 10px;
}
.phone_header .logo {
    padding: 10px;
}
.phone_header li{
    list-style: none;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 20px 0;
}
.phone_number{
    display: none;
    height: 40px;
    position: fixed;
    width: 100%;
    background: #fff;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    box-shadow: 0 0 10px;
}
.phone_number a{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}
.phone_number .phone_left{
    background: #0d4f90;
    color: #fff;
}
.phone_number .phone_right{
    background: #2c3741;
    color: #fff;
}
.page-title-style01{
    background-position: center;
}
.banner {
    position: static;
}
.banner .swiper-wrapper{
    position: static;

}

.about_box p{
    margin-bottom: 5px;
    text-indent: 2em;
}
@media (max-width: 992px) {
    .about_box h2{
        font-size: 20px;
    }
    #menu-menu{
        display: none;
    }
    .empty{
        margin: 0 !important;
        padding: 0 !important;
    }
    .empty .right_img{
        width: 100vw;
        left: auto;
        right: 0 !important;
        top: 0;
        z-index: 0;
    }
    .left_top{
        position: relative;
        z-index: 1;
    }
    .row-equal-height{
        overflow: hidden;
    }
    #header-wrapper{
        height: 80px;
        padding: 10px 0;
    }
    #header{
        height: 80px;
        padding: 10px 0;

    }
    .h-100{
        height: 100%;
    }
    .navbar{
        min-height: 60px;
        display: flex;
        justify-content: space-between;
    }
    .navbar-header{
        margin: 0;
        padding: 0;
    }
    #header{
        position: fixed;
        top: 0;
        width: 100%;
        background: #fff;
        box-shadow: 1px 0px 3px 0 #ddd;
    }
    .main-nav{
        padding-top: 0px !important;
    }
    .footer{
        display: none;
    }
    .phone_btn_box{
        display: flex;
        height: 100%;
        width: 100%;
        align-items: center;
        justify-content: right;
    }
    .logo img{
        margin: 0;
        height: auto;
        /* width: auto; */
    }
    .logo a{
        display: flex;
    }
    .collapse{
        width: 30% !important;
    }
    .navbar::after,.navbar::before{
        display: none;
    }
    .ms-ctrl-hide{
        transform: translate(-50%, -50%);
        display: inline-block;
    }
    .phone_number{
        display: flex;
    }
    body{
        margin-bottom: 40px;
    }
    #mapDiv{
        min-height:500px !important;
    }
    .page-title-style01 h1{
        font-size: 24px;
    }
}