@import url('../css/fonts.css');
/* @charset "utf-8"; */
* {
    margin: 0;
    padding: 0;
}
*,
*:after,
*:before {
    margin: 0;
    padding: 0;
    /* transition: all .5s; */
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    word-break: break-all;
}
html,
body,
div,
span,
applet,
object,
iframe,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    line-height: 1.4;
}
html {
    -webkit-text-size-adjust: 100%;
}
html,
body {
    /* font-family: "微软雅黑", Arial, Helvetica, sans-serif; */
    font-family: Arial, Arial-Regular;
    color: #282828;
}
body {
    font-size: 14px;
    position: relative;
    width: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav {
    display: block;
    padding: 0;
    margin: 0;
}
input,
textarea {
    margin: 0;
    padding: 0;
    outline: 0;
    -webkit-appearance: none;
    border-radius: 0;
    font-family: '微软雅黑', Arial, Helvetica, sans-serif;
}
/*input[type="checkbox"] {*/
/*    -webkit-appearance: checkbox;*/
/*}*/
input[type='radio'] {
    -webkit-appearance: radio;
}
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a,
a:hover,
a:active {
    color: #282828;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
}
a,
a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}
:focus,
a:focus {
    outline: none;
    -moz-outline: none;
}
table,
table td {
    border-collapse: collapse;
    border-spacing: 0;
}
ul li,
.ul,
.ul li {
    list-style: none;
}
hr {
    margin: 0;
    padding: 0;
    border: 0;
    color: #282828;
    height: 1px;
}
img {
    border: none;
    max-width: 100%;
    vertical-align: middle;
    display: block;
}
.Ispic {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    margin: 0;
    font-family: '微软雅黑';
    text-align: justify;
    text-justify: inter-ideograph;
}
.Absolute-Center {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.clear {
    clear: both;
    overflow: hidden;
    zoom: 0;
}
.clearfix:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    zoom: 1;
}
.h1 {
    margin: 0;
    padding: 0;
}

/*单行文本省略号*/
.dot {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.dot2,
.dot3,
.dot4,
.dot5 {
    display: -webkit-box;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
}
.dot2 {
    -webkit-line-clamp: 2;
}

/*多行文本省略号*/
.dot3 {
    -webkit-line-clamp: 3;
}
.dot4 {
    -webkit-line-clamp: 4;
}
.dot5 {
    -webkit-line-clamp: 5;
}
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;

    a {
        display: inline-block;
        padding: 8px 16px;
        margin: 0 5px;
        color: #333;
        text-decoration: none;
        border: 1px solid #ddd;
        border-radius: 4px;
        transition: all 0.3s ease;
        background: #fff;

        &:hover {
            background-color: #004a98;
            color: white;
            border-color: #004a98;
        }

        &.active {
            background-color: #004a98;
            color: white;
            border-color: #004a98;
        }

        &.prev,
        &.next {
            background-color: #f5f5f5;

            &:hover {
                background-color: #004a98;
                color: white;
            }
        }
    }
}
.w1200 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.breadcrumb {
    border-bottom: 1px solid #e6e6e6;
}
.breadcrumb .container {
    display: flex;
    align-items: center;
    color: #666;
}
.breadcrumb .container .locImg {
    width: 60px;
    height: 60px;
    background: #dcdcdc;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}
.breadcrumb .container .locImg img {
    width: 20px;
    height: 20px;
}

.breadcrumb .container a,
.breadcrumb .container span {
    font-size: 18px;
    color: #666;
    margin: 0 5px;
    white-space: nowrap;
}

.breadcrumb .container span {
    color: #333;
}
.breadcrumb .container .currTab {
    color: #204b91;
    white-space: normal;
    line-height: 1.2;
}
.breadcrumb .container a:hover {
    color: #204b91;
}

/* 返回顶部按钮 */
.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background-color: #204b91;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease;
    z-index: 999;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.back-to-top:hover {
    background-color: #ffb400;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* 媒体查询 */
@media screen and (max-width: 1024px) {
    .breadcrumb .container .locImg {
        width: 50px;
        height: 50px;
    }
    .breadcrumb .container .locImg img {
        width: 16px;
        height: 16px;
    }
    .breadcrumb .container a,
    .breadcrumb .container span {
        font-size: 14px;
    }

    /* 返回顶部按钮在移动端的样式 */
    .back-to-top {
        width: 40px;
        height: 40px;
        font-size: 20px;
        bottom: 20px;
        right: 20px;
    }
}

@media screen and (max-width: 767px) {
    .breadcrumb .container .locImg {
        width: 50px;
        height: 50px;
    }
    .breadcrumb .container .locImg img {
        width: 16px;
        height: 16px;
    }
    .breadcrumb .container a,
    .breadcrumb .container span {
        font-size: 14px;
    }

    /* 返回顶部按钮在小屏幕移动端的样式 */
    .back-to-top {
        width: 35px;
        height: 35px;
        font-size: 18px;
        bottom: 15px;
        right: 15px;
    }
}

/*盒子布局*/
.flexsb {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}
.flexsa {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-around;
}
.flexlf {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: left;
}
.flexed {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
}
.flexce {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
}
.cflexce {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
}
