.container-fluid,.container{
    padding:0!important;
}

.nav_wrap{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
}

.navbar{
    margin-bottom: 0;
    border-radius: 0;
    border: none
}

.header{
    height: 90px;
    background: rgba(0,0, 0,0.3);
    z-index: 99;
}

.header .header_main{
    height: 100%;
}

.header .navbar-brand{
    line-height: 90px;
    padding: 0
}

.header .navbar-nav{
    height: 90px;
}

.header .navbar-nav>li{
    margin-top: 18px
}

.navbar-default .navbar-nav>li>a{
    color: #fff;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
    color: #fcaa06;
    background-color: transparent;
    border-bottom: 3px solid #fcaa06
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
    color: #fcaa06;
    background-color: transparent;
    border-bottom: 3px solid #fcaa06
}

.navbar-toggle{
    margin-top: 21px
}

.navbar>.container .navbar-brand{
    margin-left: 0;
}


.container .title_text{
    margin: 30px 0;
}

.our_concept{
    background: #fff;
    padding: 60px 0 0!important;
}

.our_concept h5{
    color: #757170
}

.our_concept .our_concept_content li{
    width: 46%;
    min-height: 170px;
    background: #f9fafe;
    float: left;
    padding: 47px 64px 0 56px;
    margin-bottom: 45px;
}

.our_concept .our_concept_content li.right_content{
    float: right
}

.our_concept .our_concept_content li .our_concept_icon{
    width: 13.26%;
    float: left;
    margin-right: 50px;
}

.our_concept .our_concept_content li .our_concept_words{
    width: 55.01%;
    float: left;
}

.our_concept .our_concept_content .our_concept_text{
    color: #979390;
    margin-top: 26px;
    line-height: 26px;
    font-size: 16px;
}

.company_partner{
    background: #fff;
    padding: 60px 0!important;
}

.company_partner .company_partner_content{
    height: 300px;
}

.footer{
    padding: 60px 0!important;
    background: #2e2e2e;
}

.footer .phone_icon{
    width: 4.28%;
    float: left;
}

.footer .service_content{
    width: 49.49%;
    margin-left: 3.62%;
    float: left;
}

.footer .service_content .service_content_title{
    font-size: 30px;
    color: #fff;
    margin-bottom: 16px;
}

.footer .service_content .service_content_phone{
    font-size: 26px;
    color: #fff;
}

.footer .service_content .online_time{
    font-size: 18px;
    color: #81807e;
}

.footer .scanning_code_icon{
    width: 4.28%;
    float: left;
    margin-right: 3.78%;
}

.footer .footer_code{
    width: 17.27%;
    float: left;
}

.footer .footer_code .code_pic{
    width: 61.91%;
    margin: 0 auto 10px;
}

.footer .footer_code .code_text{
    color: #fff;
    font-size: 18px;
}

.footer .contact_us{
    padding-bottom: 45px!important;
    color: #fff;
    font-size: 18px;
    border-bottom: 1px solid #8b8c90
}

.footer .contact_us p{
    float: left;
    margin-left: 7.9%;
}

.footer .footer_content{
    color: #8b8c90;
    font-size: 16px;
    line-height: 60px;
}

.footer .footer_content p:first-child{
    float: left;
}

.footer .footer_content p:last-child{
    float: right;
}

.contact_content{
    width: 102px;
    height: 204px;
    background: #302f2a;
    position: fixed;
    top: 50%;
    margin-top: -102px;
    right: 50px;
    z-index: 10;
}

.contact_content li{
    width: 102px;
    height: 102px;
    cursor: pointer;
    padding-top: 24px;
}

.contact_content li a{
    display: block;
}

.contact_content li .contact_icon{
    width: 30px;
    height: 30px;
    margin: 0 auto 14px;
}

.contact_content li .contact_text{
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.alert{
    width: 300px;
    position: fixed;
    top: 100px;
    left: 50%;
    margin-left: -150px;
    text-align: center;
    display: none;
}