* {
    margin: 0;
    padding: 0;
    list-style: none;
}
a:hover{
    cursor: pointer;
}
a:active{
    background-color:transparent;
    text-decoration: none;
}
html,
body {
    
    font-family: "Microsoft YaHei";
}

a {
    text-decoration: none;
}

header {
    background-color: rgba(2, 9, 27, 0.5);
    position: fixed;
    
    width: 100%;
    display: flex;
    justify-content: center;
}

.head-left img {
    position: absolute;
    height: 50px;
    width: auto;
    margin-top: 25px;
}

.head-right {
    margin-left: 30%;
}

.head-right ul {
    width: 100%;
    overflow: hidden;
}

.head-right li {
    display: inline-block;
    margin: 0 35px;
    padding: 38px 0;
}

.head-right li a {
    font-size: 18px;
    color: white;
}

.head-right a:hover {
    color: #54c3f1;
}

.showSecMenu {
    position: absolute;
    margin-left: -25px;
    width: 150px;
    background-color: white;
    padding: 5px;
    display: none;
    border: 1px solid #7c8082;
}

.un-lucency {
    background-color: rgba(2, 9, 27, 1);
}

.showSecMenu a p {
    padding: 10px 20px;
    margin: 2px 2px;
    color: black;
    font-size: 15px;
    text-align: center;
}

.showSecMenu a p:hover {
    background-color: #54c3f1;
    color: white;
}

.show {
    display: block;
}

footer {
    width: 100%;
    background-color: #1B1B1B;
    padding: 30px 0;
    margin-top: 20px 
}

footer p {
    text-align: center;
    color: white;
    font-size: 14px;
}

@media (min-width: 768px) {
    .navbar-collapse ul {
        float: right;
    }
}

@media (min-width: 1200px) {
    .navbar-collapse ul {
        margin: 0 10% 0 0;
        float: right;
    }
    .navbar-collapse ul li {
        margin: 0 15px;
    }
}

header {
    background: transparent;
    z-index: 100;
}

.navbar-header {
    height: 80px;
}

.navbar-inverse {
    background-color: rgba(3, 11, 29, 0.99);
    border: none;
}

.navbar-collapse ul li {
    padding-top: 15px;
}

a:hover {
    text-decoration: none;
}

.navbar {
    margin-bottom: -20px;
}

.navbar-brand img {
    width: auto;
    height: 50px;
}

.navbar-header button {
    margin-top: 25px;
}

.navbar-nav a {
    font-size: 18px;
    color: white!important;
}

.navbar-nav a:hover {
    color: #54c3f1!important;
}

.un-lucency {
    background-color: rgba(2, 9, 27, 1);
}
.sideslip{
    display:none;
    width: 30px;
    text-align: center;
    background: rgba(0,0,0,.55);
    position: fixed;
    top: 45%;
    right: 0;
    font-size: 16px;
    color: white;
    padding: 10px 8px;
    border-top-left-radius: 7px; 
    border-bottom-left-radius: 7px;
    z-index: 999;
}
.sideslipBg{
    display: none;
    position: fixed;
    background-color: rgba(0,0,0,.80);
    z-index: 998;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.link-hover:hover{
    text-decoration: underline;
    color: #54c3f1!important;
}

@media (max-height: 570px) and (max-width: 929px),
(max-width: 1000px) {
    .navbar-brand img {
        height: 30px;
        width: auto;
        margin: 10px 0 0 0;
    }
}

@media (max-width: 768px) {
    .navbar-collapse ul li {
        height: 40px;
        padding: 0;
    }
    .showSecMenu {
        display: none;
    }
    header.fixed {
        height: 50px;
    }
    header.fixed .bg {
        height: 50px;
    }
    .navbar-header {
        height: 50px;
    }
    .navbar-header button {
        margin-top: 10px;
    }
    .navbar-brand img {
        margin: 0;
        margin-top: -5px;
    }
}

#product-aside .footer p{
    color: white;
    font-size: 13px;
    line-height: 16px;
}
#product-aside .footer .contact .right{
    padding-top: 14px;
}
#product-aside .footer .consult .right p{
    color: white;
    font-size: 13px;
    line-height: 60px;
}

@media (max-width: 1265px) {
    .body_wrapper .bg{
        width: 1265px;
    }
    footer{
        width: 1265px;
    }
    header{
        padding-left:0;
    }
    .head-right li{
        margin:0 15px;
    }
    .head-right ul{
        text-align: right;
    }
} 
@media (max-width: 800px){
    .head-right li{
        margin:0 10px;
    }
    .head-right li a{
        font-size: 15px;
    }
    .head-left img{
        margin-top:35px;
        height: 30px;
    }
}
@media (max-width: 700px){
    .head-right li{
        margin:0 3px;
    }
    .head-right li a{
        font-size: 12px;
    }
}