@charset "utf-8";
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 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/***** 2. GENERAL STYLES *****/


/*************************************/

body {
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
    color: #333;
}

input,
select,
textarea,
button {
    outline: none;
    margin: 0;
}


/* ul, li, ol, dl, dt, dd { list-style: none; } */

a {
    text-decoration: none;
    color: #333;
    outline: none;
}

button {
    outline: none;
}

a img {
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
span.h3 {
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
}

small {
    font-size: 14px;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small {
    font-size: 14px;
    font-weight: normal;
}

span.h3 {
    display: block;
    font-size: 24px;
}

span small {
    float: right;
    font-size: 14px;
    font-weight: normal;
    color: #999;
}

.content p {
    margin-top: 0;
    margin-bottom: 1rem;
}


/***** 3. COLUMN STYLE *****/


/*************************************/

.one_half {
    width: 47%;
}

.one_third {
    width: 30.82%;
}

.two_third {
    width: 64.33%;
}

.one_fourth {
    width: 21%;
}

.three_fourth {
    width: 73%;
}

.one_fifth {
    width: 15.8%;
}

.two_fifth {
    width: 36.6%;
}

.three_fifth {
    width: 57.4%;
}

.four_fifth {
    width: 66.2%;
}

.one_sixth {
    width: 12.33%;
}

.five_sixth {
    width: 81.67%;
}

.one_half,
.one_third,
.two_third,
.three_fourth,
.one_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth,
.five_sixth {
    position: relative;
    margin-right: 3%;
    float: left;
}

.last {
    margin-right: 0 !important;
    clear: right;
}


/***** 4. OHTER COMMON STYLE *****/


/*************************************/

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.img-responsive {
    display: inline-block;
    height: auto;
    max-width: 100%;
}

.overflow {
    overflow: hidden;
}

.header::before,
.footer::before,
.switch-Language::before,
.nav::before,
.navbar:before,
.navbar-header::before,
.ul-nav-default::before,
.ul-nav-tabs::before,
.row-container::before {
    display: table;
    content: " ";
}

.header::after,
.footer::after,
.nav:after,
.navbar:after,
.navbar-header::after,
.ul-nav-default::after,
.ul-nav-tabs::after,
.row-container::after,
.list-ul-item::after {
    display: table;
    content: " ";
    clear: both;
}

input[type=text] {
    padding: 8px 5px;
    border: 1px solid #ccc;
    color: #666;
    background: #fcfcfc;
    vertical-align: middle;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

button {
    border: 1px solid #ccc;
    background: #eee;
    color: #666;
    cursor: pointer;
    padding: 6px 10px;
    font-weight: bold;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    vertical-align: middle;
    font-size: 14px;
}

.search-btn {
    display: inline-block;
    border: 1px solid #ccc;
    background-color: #eee;
    cursor: pointer;
    padding: 5px 10px;
    font-weight: bold;
    color: #666;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    vertical-align: middle;
    font-size: 14px;
    margin-left: 5px;
}

.footer {
    width: 100%;
    padding: 20px 0;
    background: #13549d;
}

.footer p {
    font-size: 12px;
    color: #fff;
    line-height: 1.5em;
    text-align: center;
}

.tempWrap {
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    /* min-height: 200px; */
    margin-bottom: 10px;
    background: #fff;
}

.foot-nav {
    margin-top: 40px;
    height: 50px;
    line-height: 30px;
}

.foot-nav a {
    color: #fff;
}

.foot-nav>ul {
    padding: 10px 0;
}

.foot-nav>ul>li {
    margin: 0 25px;
    min-width: 150px;
    padding: 0 20px;
    border: 1px solid #fff;
}

.red .foot-nav {
    width: 970px;
    padding: 0 110px;
}

.red .layui-nav,
.red .foot-nav {
    background: #CB1220;
}

.red a:hover {
    color: #CB1220;
}

.foot-nav a:hover {
    color: #fff;
}

.blue .layui-nav,
.blue .foot-nav {
    background: #013D83;
}

.siteinfo {
    width: 900px;
    padding: 0 150px;
    height: 80px;
    line-height: 80px;
    text-align: center;
}

.siteinfo .layui-col-md4 {
    float: left;
    width: 300px;
}

#logopreview img {
    max-width: 485px;
    max-height: 95px;
}

.layui-nav {
    display: flex;
}

.layui-nav-item {
    flex: auto;
    font-size: 16px;
}

.layui-nav .layui-nav-child a {
    color: #333;
}

.header-search input {
    width: 159px;
    height: 15px;
}

#logo {
    min-height: 130px;
}


/* 分页 */

.page_num {
    height: 50px;
    width: 96%;
    padding-top: 30px;
    margin: 0 auto;
    overflow: hidden;
}

.page_num>dl {
    margin-bottom: 20px;
}

#page_div {
    float: right;
    line-height: 20px;
    color: #666;
}

#pagination_input {
    width: 30px;
    height: 20px;
    border: 1px solid #ccc;
    line-height: 20px;
    color: #666;
    font-size: 12px;
    vertical-align: middle;
    overflow: hidden;
    margin: 0 3px;
}

.pagination_input {
    width: 30px;
    height: 20px;
    border: 1px solid #ccc;
    line-height: 20px;
    color: #666;
    font-size: 12px;
    vertical-align: middle;
    overflow: hidden;
    margin: 0 3px;
}

#pagination_btn {
    height: 29px;
    padding: 0 6px;
    border: 1px solid #ccc;
    background: #fff;
    line-height: 18px;
    color: #666;
    cursor: pointer;
    vertical-align: middle;
}

#page_div .pagination_index {
    float: left;
    height: 29px;
    width: 56px;
    padding: 0 8px;
    margin: 0 4px;
    border: 1px #ccc solid;
    line-height: 29px;
    font-size: 14px;
    text-align: center;
}

#page_div .pagination_index01 {
    float: left;
    height: 29px;
    width: 56px;
    padding: 0 8px;
    margin: 0 4px;
    background: url(../2020ydylimages/prev.png) left center no-repeat;
    line-height: 29px;
    font-size: 14px;
    text-align: center;
}

#page_div .pagination_index a,
#page_div .pagination_index_num a {
    padding: 0;
    margin: 0;
    color: #666;
    font-size: 14px;
    text-align: center;
}

#page_div .pagination_index a:hover,
#page_div .pagination_index_num a:hover {
    padding: 0;
    margin: 0;
    color: #666;
    font-size: 14px;
    text-align: center;
}

#page_div .pagination_index1 {
    float: left;
    height: 29px;
    width: 56px;
    padding: 0 8px;
    margin: 0 4px;
    border: 1px #ccc solid;
    background: url(../2020ydylimages/next.png) right center no-repeat;
    line-height: 29px;
    font-size: 14px;
    text-align: center;
}

#page_div .pagination_index1 a,
#page_div .pagination_index_num a {
    padding: 0;
    margin: 0;
    color: #666;
    font-size: 14px;
    text-align: center;
}

#page_div .pagination_index1 a:hover,
#page_div .pagination_index_num a:hover {
    padding: 0;
    margin: 0;
    color: #666;
    font-size: 14px;
    text-align: center;
}

#page_div .pagination_index_last {
    float: right;
    margin-left: 10px;
    line-height: 29px;
    color: #666;
    font-size: 14px;
}

#page_div .pagination_index_num {
    float: left;
    height: 29px;
    width: 11px;
    padding: 0 10px;
    margin: 0 4px;
    border: 1px solid #ccc;
    line-height: 29px;
    font-size: 14px;
    text-align: center;
}

#page_div .currentIndex {
    height: 29px;
    border: 1px solid #999;
    background: #999;
    line-height: 29px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

.pagination_homePage {
    /* display: inline-block; */
    width: 74px;
    height: 29px;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 29px;
    float: left;
}

.pagination_endPage {
    display: inline-block;
    width: 74px;
    height: 29px;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 29px;
    margin-right: 4px;
}