.title h1 {
    opacity: 0;
    color: #444;
    text-align: center;
    font-weight: normal;
    font-size: 30px;
    line-height: 43px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.title p {
    opacity: 0;
    color: #787878;
    font-size: 14px;
    text-align: center;
    line-height: 24px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.more {
    color: #6b6b6b;
    font-size: 18px;
    width: 360px;
    height: 51px;
    text-align: center;
    line-height: 51px;
    border: 1px solid #ff0000;
    display: block;
    margin: 0 auto;
}

#header {
    width: 100%;
    height: auto;
    position: fixed;
    font-size: 14px;
    /* background: #1a2e5c; */
    background: #25407d url(/images/hwxad.jpg) no-repeat center;
    background-size: 100% 100%;
    transition: all ease .3s;
    z-index: 99;
    /* transition-property: padding, background; */
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.1); */
}

#header .content {
    padding-top: 7px;
    padding-left: 0px;
    padding-right: 0px;
    /* padding-bottom: 15px; */
}

#header #logo {
    width: auto;
    height: 60px;
    display: block;
    float: left;
    margin-right: 50px;

    /* padding: 20px 40px 20px 40px; */
    padding: 0 68px;
    transition: all 0.3s ease-out 0s;
}

#header #logo img {
    transform: scale(1, 1);
    transition: all 0.3s ease-out 0s;
    border: none;
    height: 100%;
    float: left;
}

#header ul#nav {
    float: right;
    padding: 0px 68px;
    transition: all 0.3s ease-out 0s;
}

#header ul#nav>li {
    float: left;
    position: relative;
    width: auto;
    height: auto;
    padding: 20px 0;
    line-height: 20px;
}

#header ul#nav>li>a {
    color: #fff;
    font-size: 16px;

    padding: 0 33px;
    display: block;
    line-height: 40px;
    transition: none ease-out .3s;
    transition-property: color, background, text-indent, opacity;
}

#header ul#nav li a:hover {
    color: #fff;
    background: #e70013;
}

#header ul#nav li a.active {
    color: #fff;
    background: #e70013;
}


.mini {
    background: #1a2e5c;
    padding: 0 !important;
    border: none !important;
}

.mini #logo img {
    transform: scale(.9, .9) !important;
}

.mini .content {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.mini ul#nav {
    padding: 0 48px !important;
    transition: all ease-in .5s !important;
}

#sitecontent {
    padding-top: 50px;
}


/* -----------新增------------- */
.navselect {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    display: none;
    background: #fff;
}

.navselect li {
    text-align: center;
}

.navselect a {
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    background: #25407d;
}

/* 分页 */
.pagesBox {
    position: relative;
    overflow: hidden;
    height: 45px;
}

#pages {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%)
}

#pages a {
    width: 35px;
    height: 35px;
    float: left;
    display: block;
    text-align: center;
    line-height: 35px;
    background: #ccc;
    margin: 0 2px;
    border-radius: 2px;
}

#pages a.page-item {
    color: #888;
    background: #cccc;
}

#pages a.prev {
    background: #ccc url("/Images/prev.png") no-repeat center;
    background-size: 60% auto;
}

#pages a.next {
    background: #ccc url("/Images/next.png") no-repeat center;
    background-size: 60% auto;
}

#pages a.active {
    color: #fff;
    background: red;
}


#footerPage p a {
    color: #8e8e8e;
}