﻿@charset "UTF-8";

/* CSS Document */

@font-face {
    font-family: '思源黑体';
    src: url(font/SourceHanSansCN-Normal.otf) format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: '思源细体';
    src: url(font/SourceHanSansCN-Light.otf) format('opentype');
    font-weight: normal;
    font-style: normal;
}

html,
body {
    margin: 0px;
    height: auto;
    padding: 0px;
}

body {
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    font-family: '思源黑体';
    background-color: rgb(255, 255, 255);
    color: rgb(140, 140, 140);
    font-size: 16px;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
main {
    margin: 0px;
    padding: 0px;
    border: 0px none;
    vertical-align: baseline;
    font-weight: normal;
    box-sizing: border-box;
}

html,
div,
p,
ul,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
select,
button,
textarea,
iframe,
table,
th,
td,
img {
    margin: 0px;
    padding: 0px;
}

ul {
    list-style: none;
}

li {
    list-style: none;
}

input,
textarea {
    cursor: text;
}

a {
    text-decoration: none;
    color: rgb(140, 140, 140);
}

.content-width {
    width: 1280px;
    margin: 0 auto;
}

/*******************页头*******************/
.page-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    padding: 10px 0px;
}

.page-top-logo {
    width: 140px;
    height: 45px;
    overflow: hidden;
}

.page-top-logo img {
    width: 100%;
}

.page-top-nav {
    padding-top: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    width: 63%;
    font-size: 12px;
    color: rgb(234, 234, 234);
    line-height: 36px;
    vertical-align: baseline;
    vertical-align: -webkit-baseline-middle;
}

.page-top-nav a {
    font-size: 18px;
    font-weight: bold;
    color: rgb(16, 16, 16);
}

.page-top-nav a.active,
.page-top-nav a:active,
.page-top-nav a:after,
.page-top-nav a:hover {
    color: rgb(11, 111, 222);
}

.page-top-nav ul {
    position: relative;
}

.page-top-nav dl {
    position: absolute;
    left: -55%;
    width: 230%;
    padding: 0px 7px;
    display: none;
    background-color: rgba(255, 255, 255, 1);
    z-index: 999;
    box-shadow: 0 9px 10px 0 rgba(0, 0, 0, .03);
    border-radius: 8px;
}

.page-top-nav ul:hover dl {
    display: block;
}

.page-top-nav dl a {
    display: block;
    position: relative;
    font-family: '思源细体';
    font-weight: normal;
    font-size: 14px;
    line-height: 42px;
    padding: 0 18px;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 8px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: break-word;
    word-break: break-all;
    /*text-overflow: ellipsis;*/
}

.page-top-nav dl a:first-child {
    margin-top: 10px;
}

.page-top-nav dl a:last-child {
    margin-bottom: 10px;
}

.page-top-nav dl a:hover {
    /*border: 1px solid rgb(11, 111, 222);*/
    color: rgba(0, 0, 0, .03);
}

.page-top-nav dl a mark {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .03);
    font-size: 12px;
    color: rgb(11, 111, 222);
    font-family: '思源黑体';
    font-weight: bold;
}

.page-top-nav dl a:hover mark {
    display: block;
}

.page-top-box {
    box-shadow: 0 9px 10px 0 rgba(0, 0, 0, .03);
}

/****************友情链接**************/
.page-link {
    background-color: rgb(61, 61, 61);
    height: 183px;
    padding: 70px 0;
}

.page-bottom-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
}

.page-bottom-link li {
    margin-right: 50px;
    vertical-align: top;
}

.page-bottom-link li a {
    display: inline-block;
    vertical-align: top;
    color: rgb(255, 255, 255);
    font-size: 17px;
    height: 43px;
    line-height: 43px;
}

.page-bottom-link li img {
    vertical-align: top;
    width: 43px;
    height: 43px;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 20px;
}

/*****************页脚*******************/
.page-bottom {
    background-color: rgb(61, 61, 61);
    height: 80px;
    padding-top: 30px;
    /*margin-top: 40px;*/
    border-top: 1px solid rgb(80, 79, 78);
}

.page-bottom-text {
    color: rgb(187, 187, 187);
    font-size: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
}

.page-bottom-text p {
    margin-right: 20px;
}

/****************二级、三级导航********************/
.content-nav {
    font-size: 18px;
    color: rgb(187, 187, 187);
    line-height: 26px;
    margin: 27px auto 30px;
}

.content-nav a {
    color: rgb(16, 16, 16);
    margin-right: 6px;
    background: url(../images/arrow.png) no-repeat center right;
    padding-right: 17px;
}

.content-nav a:last-child {
    color: rgb(11, 111, 222);
    margin-left: 6px;
    background: none;
}

.content-nav2 {
    background: url(../images/arrow-blue.png) no-repeat right center;
    background-size: 8px auto;
    padding-right: 16px;
    transform: rotate(180deg);
    text-align: right;
}

.content-nav2 a {
    display: inline-block;
    transform: rotate(180deg);
}

/************************分页*******************************/
.page-paging {
    margin: 70px auto;
    text-align: center;
}

.page-paging p {
    width: 274px;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    margin: 0 auto;
    font-size: 14px;
    color: rgb(16, 16, 16);
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}

.page-paging p a {
    font-size: 14px;
    color: rgb(16, 16, 16);
    height: 32px;
    width: 32px;
    line-height: 32px;
    border: 1px solid rgb(232, 232, 232);
    border-radius: 2px;
}

.page-paging p a:first-child {
    background: url(../images/arrow.png) no-repeat center center;
    transform: rotate(180deg);
}

.page-paging p a:first-child:hover {
    background-image: url(../images/arrow-blue.png);
}

.page-paging p a:last-child {
    background: url(../images/arrow.png) no-repeat center center;
}

.page-paging p a:last-child:hover {
    background-image: url(../images/arrow-blue.png);
}

.page-paging p a.active,
.page-paging p a:active,
.page-paging p a:after,
.page-paging p a:hover {
    color: rgb(11, 111, 222);
    border-color: rgb(11, 111, 222);
}

/*********************内容列表导航****************************/
.content-list-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    color: rgb(16, 16, 16);
    height: 78px;
    border-radius: 10px;
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, .13);
    padding: 0 30px;
}

.content-list-nav a {
    color: rgb(16, 16, 16);
    line-height: 78px;
    /*font-weight: bold;*/
}

.content-list-nav a.active,
.content-list-nav a:active,
.content-list-nav a:after,
.content-list-nav a:hover {
    color: rgb(11, 111, 222);
    /*font-weight: bold;*/
    border-bottom: 4px solid rgb(11, 111, 222);
}