﻿/*--------------------------头部-导航-----------------------------*/
/* ANIMATED X */
.navbar-toggle.x .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 10% 10%;
    -ms-transform-origin: 10% 10%;
    transform-origin: 10% 10%;    
}
.navbar-toggle.x .icon-bar:nth-of-type(2) {
    opacity: 0;
    filter: alpha(opacity=0);
}
.navbar-toggle.x .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
    -ms-transform-origin: 10% 90%;
    transform-origin: 10% 90%;
}
/* ANIMATED X COLLAPSED */
.navbar-toggle.x.collapsed .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}
.navbar-toggle.x.collapsed .icon-bar:nth-of-type(2) {
    opacity: 1;
    filter: alpha(opacity=100);
}
.navbar-toggle.x.collapsed .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}
/* END ANIMATED X */
.navbar{
    min-height: 90px;
    border-radius: 0;
    margin-bottom: 0;
}
.navbar.navbar-default{
    /*background-color: #0f1a36;
    border-color: #0f1a36;   */ 
    background-color: rgb( 255, 255, 255, 1);
    border-color: rgb( 255, 255, 255, .6);
}
.navbar-default .navbar-brand{
    padding: 15px 0 15px 10px;
    font-size: 24px;
    letter-spacing: 2px;
    line-height: 24px;
    height: 90px;
    color: #2a2a2a;  
}
.navbar-default .navbar-brand > .des{
    font-size: 24px;
    font-weight: 300;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus{
    color: #2a2a2a;
}
.navbar-default .navbar-nav > li > a{
    font-size: 14px;
    line-height: 60px;
    color: #2a2a2a;
    padding: 15px 10px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
    color: #fff;
    background-color: #4c7efc;
}
.navbar-default .navbar-toggle{
    margin: 18px 10px;
    border: none;
}
.navbar-default .navbar-toggle:hover{
    background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar{
    background-color: #000;
    /*color: #000;*/
}
.active{
    background-color: #4c7efc;
}

.navbar-brand.logo_brand {
    display: flex;
    justify-content: center;
    align-items: center;
}
.navbar-brand.logo_brand .txt{
    margin: 5px 20px 0 10px;
}
.navbar-brand.logo_brand .txt > span{
    display: block;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 11.5px;
}

@media only screen and (max-width: 1200px){
    .navbar{
        min-height: 70px;
    }
    .navbar.navbar-default{
        background-color: #fff;
        border-color: #eee;    
        /*background-color: rgb( 0, 0, 0, .6);
        border-color: rgb( 0, 0, 0, .6);*/
    }
    .navbar-default .navbar-brand{
        font-size: 24px;
        line-height: 24px;
        height: 70px; 
    }
    .navbar-default .navbar-brand > .des{
        font-size: 18px;
        font-weight: 300;
    }
    .navbar-default .navbar-nav{
        margin: 0 -15px;
    }
    .navbar-default .navbar-nav > li{
        border-bottom: 1px solid #e7e7e7;
    }
    .navbar-default .navbar-nav > li > a{
        line-height: 16px;
        border-bottom: 1px solid white;
        box-sizing: border-box;
    }
}
/*--------------------------头部-导航-----------------------------*/

/*底部*/
footer{
    padding: 75px 0 55px;
    background-color: #1b1b1b;
}
footer .con{
    margin-bottom: 70px;
    color: white;
}
footer .con > .tit{
    border-right: 1px solid white;
    box-sizing: border-box;
}
footer .btit{
    display: flex;
    font-size: 26px;
    line-height: 42px;
}
footer .btit > img{
    margin-right: 10px;
}
footer .stit{
    font-size: 36px;
    line-height: 48px;
}
footer .des{
    padding-left: 50px;
    font-size: 16px;
    line-height: 24px;
    color: #a0a0a0;
}
footer .des li{
    margin: 5px 0;
}
footer .des li > img{
    margin-right: 5px;
}
footer .copyright{
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    color: #898989;
}
footer .copyright > a{
    text-decoration: none;
}
@media only screen and (max-width: 768px){
    footer{
        padding: 45px 0 30px;
    }
    footer .con{
        margin-bottom: 35px;
    }
    footer .con > .tit{
        border: none;
    }
    footer .stit{
        font-size: 30px;
        line-height: 36px;
    }
    footer .des{
        padding-top: 5px;
        padding-left: 50px;
        font-size: 12px;
        line-height: 16px;
    }
}
@media only screen and (max-width: 414px){
    footer .con{
        margin-bottom: 25px;
    }
    footer .btit{
        display: flex;
        justify-content: center;
    }
    footer .stit{
        text-align: center;     
        margin-bottom: 20px;
    }
    footer .des li:nth-child(1), footer .des li:nth-child(2){
        display: inline-block;
        width: 49%;
        text-align: left;
    }
    footer .des li:nth-child(2){
        text-align: right;
        padding-right: 40px;
    }
    footer .copyright{
        padding: 0 30px;
    }
}
@media only screen and (max-width: 375px){
    footer .con{
        margin-bottom: 20px;
    }
    footer .des{
        padding-left: 35px;
    }
    footer .des li:nth-child(2){
        padding-right: 20px;
    }
    footer .copyright{
        padding: 0 15px;
    }
}