﻿@charset "utf-8";

/*!
 * edh5 1.0 
 * Copyright 2015 edh5.com
 * http://www.edh5.com/
 * author:guan
 * date:2016-9
*/


/* header */
.nav-bar {
    width: 30px;
    height: 30px;
    top: 15px;
    left: 2.5%;
    cursor: pointer;
    z-index: 9999;
    position: fixed;
    display: none;
}

.nav-bar i {
    width: 100%;
    height: 5px;
    border-radius: 5px;
    background: #565656;
    position: absolute;
    transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -webkit-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -ms-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
}

.nav-bar i:nth-child(1) {
    top: 0;
}

.nav-bar i:nth-child(2) {
    top: 8px;
}

.nav-bar i:nth-child(3) {
    top: 16px;
}

.header {
    position: relative;
    background-color: #151515;
    height: 120px;
    width: 100%;
}

.nav {
    position: relative;
    background-color: #282828;
    top: 60px;
    height: 60px;
    padding-left: 300px;
}

.nav ul li {
    float: left;
    position: relative;
    line-height: 60px;
    padding: 0 20px;
    font-size: 16px;
    color: #b5b5b5;
}

.nav ul li.cur>a {
    color: #ff0001;
}

.nav ul li:hover {
    cursor: pointer;
    color: #ff0001;
}

.nav ul li dl {
    padding: 10px 0;
}

.nav ul li dl dd {
    color: #b5b5b5;
}

.nav ul li dl dd:hover {
    cursor: pointer;
    color: #ff0001;
}

.logo {
    position: absolute;
    top: 0;
    left: 5%;
    width: 110px;
    height: 120x;
    background-color: #282828;
}

.main h1 {
    margin-top: 20px;
    font-size: 72px;
    color: #c2c2c2;
    font-weight: 400;
}

.main h2 {
    font-size: 48px;
    color: #a8a8a8;
    font-weight: 400;
}

.main h3 {
    font-size: 18px;
    color: #939393;
    font-weight: 400;
}

/* footer */

.footer {
    /* position: fixed; */
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 50px;
    text-align: center;
    font-size: 14px;
    color: #636363;
    line-height: 25px;
    padding: 10px 0;
    background-color: #141414;
}

.footerNav ul li {
    display: inline-block;
    padding: 0 6px;
}


.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #141414;
    z-index: 9998;
}

.overlay-door {
    visibility: hidden;
    width: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: width 0.5s 0.3s, visibility 0s 0.8s;
    transition: width 0.5s 0.3s, visibility 0s 0.8s;
}

.overlay-door.open {
    visibility: visible;
    width: 100%;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
}

.overlay-door nav {
    opacity: 0;
    -webkit-transition: opacity 0.3s 0.1s;
    transition: opacity 0.3s 0.1s;
}

.overlay-door.open nav {
    opacity: 1;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.overlay-door nav {
    position: absolute;

}

.overlay nav {
    text-align: center;
    position: relative;
    margin-top: 50px;
    height: 480px;
}

.overlay ul {
    width: 100%;
    height: 100%;
}

.overlay ul li {
    display: table;
    height: 7%;
    width: 100%;
    font-size: 34px;
    font-weight: 300;
    color: #cdcdcd;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.overlay ul li a {
    display: table-cell;
    vertical-align: middle;
}

/* page */

.page {
    margin: 50px auto 150px;
}

.page ul {
    text-align: center;
}

.page ul li {
    display: inline-block;
    margin: 0 10px;
    text-align: center;
    font-size: 14px;
    color: #090909;
}

.page ul li.page_number {
    width: 21px;
    height: 21px;
    line-height: 21px;
    border-radius: 21px;
    background-color: #565656
}

.page ul li.pre_page,
.page ul li.next_page,
.page ul li.home,
.page ul li.end {
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 32px;
    font-size: 20px;
    color: #818182;
    background-color: transparent;
    border: 4px solid #818182;
    font-family: "宋体"
}

.page ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.page ul li.cur {
    background-color: #d80a0b;
    color: #ffffff
}

.page ul li:hover {
    background-color: #d80a0b;
    color: #ffffff
}

.page ul li.pre_page:hover,
.page ul li.next_page:hover,
.page ul li.home:hover,
.page ul li.end:hover {
    background-color: transparent;
}

.nav ul li dl {
    position: absolute;
    top: 60px;
    line-height: 30px;
    text-align: center;
    display: none;
    background-color: #282828;
    z-index: 2;
    width: 100%;
    left: 50%;
    margin-left: -50%;
}

@media(max-height:768px) {

    .overlay ul li {}

}

@media(max-width:1024px) {
    .nav-bar {
        display: block;
    }

    .header {
        display: none;
    }

    .main h1 {
        font-size: 35px;
        text-align: center;
    }

    .main h2 {
        font-size: 28px;
        text-align: center;
    }
}

/* 兼容loading="lazy" */
@media (max-width: 768px) {
    .dust_div > img {
      min-width: 100%;
    }
}