﻿@charset "UTF-8";

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

a,
abbr,
acronym,
address,
applet,
big,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
html,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-tap-highlight-color: transparent
}

body,
html {
    color: #333
}

html {
    -webkit-text-size-adjust: 100%;
    font-size: 100px
}

@media (min-width:1025px) and (max-width:1440px) {
    html {
        font-size: 6.5vw
    }
}

@media (max-width:1024px) {
    html {
        font-size: 9.765625vw
    }
}

@media (max-width:768px) {
    html {
        font-size: 13.02083vw
    }
}

@media (max-width:480px) {
    html {
        font-size: 21vw
    }
}

body {
    overflow-x: hidden;
    line-height: 1.2;
}

body,
input,
pre,
select,
th,
td,
textarea {
    font-family: 'OPPOSans', -apple-system, BlinkMacSystemFont, "Microsoft YaHei UI", "Microsoft YaHei", Arial, sans-serif;
    font-size: 0.16rem;
    font-weight: 400;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
    padding: 0;
    margin: 0
}

input,
textarea {
    margin: 0;
    padding: 0;
    outline: 0;
    -webkit-appearance: none;
    border-radius: 0
}
a,
a:active {
    color: #333
}



a,
a:active,
a:hover,
a:link,
a:visited {
    text-decoration: none;
    -webkit-tap-highlight-color: transparent
}

a,
a:active {
    color: #333
}

a:hover{color:#005AA4}
:focus,
a:focus {
    outline: 0;
    -moz-outline: none
}

table,
td,
th {
    border-collapse: collapse;
    border-spacing: 0
}

.ul,
.ul li {
    list-style: none
}

img {
    border: none;
    max-width: 100%;
    vertical-align: middle
}

.newsimg {
    width: 100%;
    height: auto; /* 自动根据宽度调整高度 */
    display: block;
    object-fit: cover; /* 确保图片覆盖容器 */
  }
.Ispic {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.Ispic img {
    position: absolute;
    left: -1000%;
    width: 100%;
    top: -1000%;
    visibility: hidden;
}
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;
    text-align: justify;
    text-justify: inter-ideograph
}

.clear {
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    zoom: 0
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clearfix {
    zoom: 1
}

.dot {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.dot1,
.dot2,
.dot3,
.dot4 {
    display: -webkit-box;
    display: box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    -webkit-box-orient: vertical
}

.dot1 {
    -webkit-line-clamp: 1
}

.dot2 {
    -webkit-line-clamp: 2
}

.dot3 {
    -webkit-line-clamp: 3
}

.dot4 {
    -webkit-line-clamp: 4
}

.ytable {
    display: table;
    width: 100%;
}

.ytable.h100pc {
    height: 100%
}

.ytable.fixed {
    table-layout: fixed;
}

.ytable-cell {
    display: table-cell;
    vertical-align: middle
}

.none {
    display: none
}

.hidden {
    visibility: hidden
}

.auto-inner {
    width: 86%;
    max-width: 1440px;
    margin: 0 auto
}

@media (max-width:1024px) {
    .auto-inner {
        width: 94%;
    }
}

.pr {
    position: relative
}

.nm {
    margin: 0
}

.nfw {
    font-weight: normal
}

.img-block {
    display: block;
    width: 100%
}

body.editor {
    padding: 0;
}

body.editor p {
    margin: 0.16rem 0
}

.view.editor .list-paddingleft-2 {
    padding-left: 0
}

.view.editor ol,
.view.editor ul {
    width: auto
}

.view.editor li {
    clear: inherit
}

@media (min-width:1025px) {
    .fl {
        float: left
    }

    .fr {
        float: right
    }

    img.wap {
        display: none;
    }
}

@media (max-width:1024px) {
    img.pc {
        display: none;
    }

    .ytable.xy,
    .ytable.xy .ytable-cell {
        display: block;
    }
}

header {
    position: fixed;
    transition: transform 0.3s ease-out, background-color 0.3s;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100%;
}

header .logo {
    float: left;
    display: table;
    height: 1.18rem;
}


header .logo a {
    display: table-cell;
    vertical-align: middle;
}
header .logo span {
    display: table-cell;
    vertical-align: middle; /* 使文本与图像垂直居中对齐 */
    padding-left: 10px; /* 可选：调整图标与文字之间的间距 */
    padding-top: 20px;
}
header .logo img {
    max-height: 0.5rem;
}

@media (min-width:1025px) {
    header.Down {
        transform: translateY(-1.18rem);
    }

    header.hover {
        background-color: #fff;
        box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
    }
}

@media (max-width:1024px) {
    body {
        padding-top: 1.18rem;
    }

    header {
        background-color: #fff;
        box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
    }


}

@media (max-width:480px) {
    body {
        padding-top: 0.8rem;
    }

    header .logo {
        height: 0.8rem;
    }

    header .logo img {
        max-height: 0.36rem;
    }
}

.header-nav {
    float: right;
    height: 1.18rem;
}
@media (min-width:1025px) {
    .header-nav {
        display: table;
    }

    .header-nav>* {
        display: table-cell;
        vertical-align: middle;
    }

}

@media (max-width:1024px) {
    .header-nav {
        display: flex;
        align-items: center;
    }


    .open-menu {
        width: 0.4rem;
        height: 0.24rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
    }

    .open-menu i {
        display: block;
        height: 4px;
        background-color: #000;
        width: 100%;
    }
}

@media (max-width:480px) {
    .header-nav {
        height: 0.8rem;
    }

}

.top-lang {
    padding: 0 0.2rem;
}


.top-menu li {
    position: relative;
    z-index: 100;
    font-weight: 700;
}

.top-menu li aside {
    position: relative;
    z-index: 4;
}

.top-menu li .sub {
    display: none;
}

.top-menu li .sub dd {
    line-height: 2;
    position: relative;
    margin: 0.2em 0;
}

.top-menu li .sub dd a {
    display: block;
    position: relative;
    z-index: 2;
    transition: 0.3s;
}

.top-menu li .sub dd:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transform: scaleX(0);
    transition: 0.3s transform, 0.3s opacity;
    background-color: #005AA4;
    transform-origin: right 0;
    opacity: 0;
}

.top-menu li .sub dd:hover:before {
    transform: scaleX(1);
    transform-origin: left 0;
    opacity: 1;
}

.top-menu li .sub dd:hover a {
    color: #fff;
}

@media (min-width:1025px) {
    .top-menu {
        float: right;
    }

    .top-menu li {
        float: left;
        margin-right: 0.4rem;
    }

    .top-menu li aside {
        display: table;
        height: 1.18rem;
    }

    .top-menu li aside a {
        display: table-cell;
        vertical-align: middle;
        position: relative;
    }

    .top-menu li aside a:before {
        position: absolute;
        content: '';
        left: 50%;
        transform: translateX(-50%);
        height: 4px;
        top: 0;
        background-color: #005AA4;
        transition: width 0.3s;
        width: 0;
    }

    .top-menu li.aon aside a:before,
    .top-menu li aside a:hover:before {
        width: 100%;
    }

    .top-menu li.aon aside a,
    .top-menu li aside a:hover {
        color: #005AA4;
    }

    .top-menu li .sub {
        position: absolute;
        top: 0;
        left: -0.4rem;
        right: -0.4rem;
        z-index: 3;
        top: 100%;
        background-color: #fff;
        border-radius: 0 0 0.1rem 0.1rem;
        padding-bottom: 0.1rem;
        box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
    }

    .top-menu li .sub dd {
        text-align: center;
    }
}

@media (max-width:1024px) {
    .top-menu {
        position: fixed;
        left: -100%;
        top: 1.18rem;
        bottom: 0;
        width: 2.8rem;
        background-color: #fff;
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
        font-size: 0.18rem;
        opacity: 0;
        transform: translateX(-100%);
        transition: left 0.5s, opacity 0.3s, transform 0 0.5s;
    }

    .menu-show {
        overflow: hidden;
    }

    .menu-show .top-menu {
        left: 0;
        opacity: 1;
        transform: translateX(0);
        transition: left 0.5s, opacity 0.3s;
    }

    .top-menu ul {
        overflow: auto;
        height: 100%;
    }

    .top-menu li aside {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        padding: 1em 4em 1em 1em;
        overflow: hidden;
        font-size: 0.2rem;
    }

    .top-menu li .op {
        position: absolute;
        right: 0;
        width: 4em;
        height: 100%;
        top: 0;
        transition: 0.3s;
    }

    .top-menu li .op.click {
        transform: rotate(45deg);
    }

    .top-menu li .op:before,
    .top-menu li .op:after {
        position: absolute;
        content: '';
        background-color: #333;
        width: 1em;
        height: 1em;
        top: 50%;
        left: 50%;
        margin: -0.5em 0 0 -0.5em;
    }

    .top-menu li .op:before {
        height: 2px;
        margin-top: -1px;
    }

    .top-menu li .op:after {
        width: 2px;
        margin-left: -1px;
    }

    .top-menu li .sub {
        padding: 1em 0;
        background-color: rgba(0, 0, 0, 0.05);
    }

    .top-menu li .sub dd {
        padding: 0 1em;
    }
}

@media (max-width:480px) {
    .top-menu {
        top: 0.8rem;
    }
}

.top-contont {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.top-contont .txt {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    color: #fff;
}

.top-contont .txt h2 {
    margin: 0;
    font-size: 0.52rem;
}

.top-contont .txt p {
    font-size: 0.18rem;
    margin: 1.1111em 0 0 0;
}

@media (max-width:480px) {
    .top-contont .txt h2 {
        font-size: 0.3rem;
    }

    .top-contont .txt p {
        font-size: 0.9em;
    }
}

footer {
    background-color: #f9f9f9;
    padding: 0.54rem 0;
    font-size: 0.14rem;
}

footer,
footer a:not(:hover) {
    color: #aaa3a3;
}

footer .code dd {
    text-align: center;
}

footer .code dd img {
    width: 1.2rem;
}

footer .code dd aside {
    margin-top: 0.8em;
}

footer .left nav {
    margin-bottom: 0.4rem;
}

footer .left nav a {
    font-size: 0.18rem;
    display: inline-block;
}

footer .left nav a:not(:hover) {
    color: #756969;
}

footer .left nav a:not(:last-child) {
    margin-right: 0.4rem;
}

footer .left .other {
    padding: 0.3rem 0;
    border-bottom: 1px solid rgba(121, 141, 151, 0.1);
    margin-bottom: 0.28rem;
}

footer .left .other a {
    display: inline-block;
}

footer .left .other a:not(:last-child):after {
    color: #aaa3a3;
    display: inline-block;
    content: '·';
    width: 0.24rem;
    text-align: center;
}

@media (min-width:1025px) {
    footer .left {
        max-width: 8.9rem;
        width: 60%;
    }

    footer .code {
        overflow: hidden;
    }

    footer .code dd {
        float: left;
    }
}

@media (max-width:1024px) {
    footer {
        text-align: center;
    }

    footer .code {
        display: flex;
        justify-content: center;
        margin-bottom: 0.4rem;
    }
}

@media (max-width:768px) {
    footer .left nav a {
        margin: 0 0.2rem !important;
        line-height: 2;
    }
}

.nav-menu {
    position: relative;
    z-index: 10;
}

.nav-menu .auto-inner {
    margin-top: -0.8rem;
    height: 0.8rem;
}

.nav-menu ul {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.nav-menu li:not(:last-child) {
    margin-right: 0.6rem;
}

.nav-menu li a {
    color: #fffefe;
    display: block;
    line-height: 0.8rem;
    position: relative;
}

.nav-menu li a:before {
    position: absolute;
    left: 0;
    content: '';
    width: 0;
    top: 0;
    height: 0.04rem;
    background-color: #005AA4;
    transition: 0.3s;
}

.nav-menu li a:hover:before,
.nav-menu li.aon a:before {
    width: 100%;
}

@media (min-width:1025px) {
    .nav-menu li {
        float: left;
        margin-top: -1px;
    }
}

@media (max-width:1024px) {
    .nav-menu ul {
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
    }

    .nav-menu ul:after {
        display: none;
    }

    .nav-menu li {
        display: inline-block;
    }
}

@media (max-width:480px) {
    .nav-menu .auto-inner {
        margin-top: -0.5rem;
        height: 0.5rem;
        overflow: hidden;
    }

    .nav-menu li:not(:last-child) {
        margin-right: 0.3rem;
    }

    .nav-menu li a {
        line-height: 0.5rem;
    }
}

.Content {
    overflow: hidden;
    padding: 0.9rem 0;
}

@media (max-width:480px) {
    .Content {
        padding: 0.4rem 0;
    }
}

.singlePage {
    color: #756969;
    line-height: 1.875;
    text-align: justify;
}

.about-content {
    padding: 0;
}

.about-content .box-1 {
    padding: 1.2rem 0 1.6rem 0;
}

.about-content .box-1 .right {
    position: relative;
}

.about-content .box-1 .right li {
    float: left;
    width: 47.62%;
    position: relative;
    z-index: 5;
    overflow: hidden;
}

.about-content .box-1 .right li:nth-child(1) {
    margin-top: 29.762%;
}

.about-content .box-1 .right li:nth-child(2) {
    float: right;
}

.about-content .box-1 .right li .Ispic {
    padding-bottom: 125%;
    transition: 0.5s ease-out;
}

.about-content .box-1 .right li:hover .Ispic {
    transform: scale(1.1);
}

.about-content .box-1 .s>* {
    position: absolute;
    width: 55.595%;
    padding-bottom: 55.595%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    top: 0.74rem;
    left: 50%;
    transform: translateX(-50%);
}

@media (min-width:1025px) {
    .about-content .box-1 .right {
        width: 58.334%;
    }

    .about-content .box-1 .left {
        width: 40%;
        max-width: 6rem;
    }
}

@media (max-width:1024px) {
    .about-content .box-1 .right {
        margin-top: 0.5rem;
    }
}

@media (max-width:480px) {
    .about-content .box-1 {
        padding: 0.6rem 0;
    }
}

.honor-list li {
    float: left;
    position: relative;
    text-align: center;
    margin-bottom: 4%;
}

.honor-list li>a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    background: rgba(255, 255, 255, 0);
}

.honor-list li:first-child:before,
.honor-list li:last-child:after {
    position: absolute;
    content: '';
    bottom: 0px;
    height: 0.9rem;
    width: 0.5rem;
}

.honor-list li:first-child:before {
    left: -0.5rem;
    background: url(../img/ul_l.png) no-repeat 0 0;
    background-size: contain;
}

.honor-list li:last-child:after {
    right: -0.5rem;
    background: url(../img/ul_r.png) no-repeat 0 0;
    background-size: contain;
}

.honor-list li .ytable {
    position: relative;
    max-width: 2.7rem;
    height: 2rem;
    width: 80%;
    background-color: #ffffff;
    border: solid 0.06rem #943238;
    margin: 0 auto;
}

.honor-list li .ytable-cell {
    overflow: hidden;
}

.honor-list li .ytable:after {
    position: absolute;
    margin-left: 0.06rem;
    background: url(../img/ying.png) no-repeat left bottom;
    width: 0.24rem;
    height: calc(100% + 0.06rem);
    background-size: contain;
    content: '';
    left: 100%;
}

.honor-list li img {
    max-height: 1.82rem;
    max-width: 90%;
    transition: 0.3s ease-out;
}

.honor-list li:hover img {
    transform: scale(1.1);
}

.honor-list li aside {
    padding-top: 0.3rem;
    height: 0.9rem;
    background: url(../img/libg.png) repeat-x left top;
    background-size: auto 0.75rem;
}

.honor-list li p {
    margin: 0 auto;
    max-width: 2.1rem;
    width: 90%;
    line-height: 1.5;
    color: #333;
    font-weight: 500;
}

@media (min-width:1025px) {
    .honor-list li {
        width: 25%;
    }

    .honor-list li:nth-child(4n+1):before {
        position: absolute;
        content: '';
        bottom: 0px;
        height: 0.9rem;
        width: 0.5rem;
    }

    .honor-list li:nth-child(4n+1):before {
        left: -0.5rem;
        background: url(../img/ul_l.png) no-repeat 0 0;
        background-size: contain;
    }

    .honor-list li:nth-child(4n):after {
        position: absolute;
        content: '';
        bottom: 0px;
        height: 0.9rem;
        width: 0.5rem;
        right: -0.5rem;
        background: url(../img/ul_r.png) no-repeat 0 0;
        background-size: contain;
    }
}

@media (max-width:1024px) {
    .honor-list {
        padding: 0 0.4rem;
    }

    .honor-list li {
        width: 50%;
    }

    .honor-list li:nth-child(2n+1):before {
        position: absolute;
        content: '';
        bottom: 0px;
        height: 0.9rem;
        width: 0.5rem;
    }

    .honor-list li:nth-child(2n+1):before {
        left: -0.5rem;
        background: url(../img/ul_l.png) no-repeat 0 0;
        background-size: contain;
    }

    .honor-list li:nth-child(2n):after {
        position: absolute;
        content: '';
        bottom: 0px;
        height: 0.9rem;
        width: 0.5rem;
        right: -0.5rem;
        background: url(../img/ul_r.png) no-repeat 0 0;
        background-size: contain;
    }
}

@media (max-width:480px) {
    .honor-list li .ytable {
        height: 1rem;
        border-width: 0.04rem;
    }

    .honor-list li .ytable:after {
        height: calc(100% + 0.04rem);
        margin-left: 0.04rem;
    }

    .honor-list li img {
        max-height: 0.9rem;
    }
}

.Pagination  {
    text-align: center;
    line-height: 0.51rem;
}

.Pagination  a.a_first,
.Pagination  a.a_end,
.Pagination >span {
    display: none;
}

.Pagination  .p_page * {
    display: inline-block;
}

.Pagination  .p_page {
    overflow: hidden;
    display: table;
    margin: 0 auto;
}

.Pagination  .p_page em {
    float: left;
    font-style: normal;
}

.Pagination  a {
    color: #333333;
    background: #f9f9f9;
    float: left;
    transition: 0.3s;
    border-radius: 0.5rem;
}

.Pagination  .num a {
    width: 0.51rem;
    margin: 0 0.06rem;
}

.Pagination  a:hover,
.Pagination  .num a.a_cur {
    background-color: #005AA4;
    color: #fff;
}

.Pagination  a.a_next,
.Pagination  a.a_prev {
    text-transform: uppercase;
    width: 0.75rem;
    height: 0.51rem;
    font-size: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 0.12rem;
}

.Pagination  a.a_prev {
    background-image: url(../img/prev.png);
}

.Pagination  a.a_next {
    background-image: url(../img/next.png);
}

.Pagination  a.a_next:hover,
.Pagination  a.a_prev:hover {
    background-color: #005AA4;
}

.Pagination  a.a_prev:hover {
    background-image: url(../img/prev-hover.png);
}

.Pagination  a.a_next:hover {
    background-image: url(../img/next-hover.png);
}

@media(max-width:640px) {
    .Pagination  .num {
        display: none;
    }

    .Pagination  a {
        margin: 0 0.05rem;
    }
}

/* contact */
@media (min-width:1025px) {
    .contact-main .left {
        width: 36.459%;
    }

    .contact-main .right {
        width: 59.028%;
    }
}

/* feedback */
.contact-feedback {
    background-color: #f9f9f9;
    border-bottom: 2px solid rgba(0, 0, 0, 0.05);
}

@media (min-width:1025px) {
    .contact-feedback .left {
        width: 36.459%;
    }

    .contact-feedback .right {
        width: 59.028%;
    }
}

.contact-feedback .name {
    font-weight: 500;
    font-size: 0.3rem;
    line-height: 1;
}

.contact-feedback .left pre {
    line-height: 1.875;
    color: #756969;
    margin: 1em 0 2em 0;
}

.contact-feedback .left img {
    max-width: 3.2rem;
}

.contact-feedback .form li {
    position: relative;
    margin-bottom: 0.1rem;
}

.contact-feedback .form li>label {
    position: absolute;
    left: 0.2rem;
    top: 0;
    line-height: 0.6rem;
}

.contact-feedback .form .text {
    width: 100%;
    border: 1px solid #d1cece;
    height: 0.6rem;
    line-height: 0.6rem;
    padding: 0 0.2rem;
    display: block;
    background: none;
}

.contact-feedback .form textarea.text {
    height: auto;
}

.contact-feedback .form .btn-box .btn {
    width: 1.7rem;
    height: 0.6rem;
    color: #fff;
    cursor: pointer;
    background: #005AA4;
    border: 0;
}

@media (max-width:1024px) {
    .contact-feedback .right {
        margin-top: 0.3rem;
    }
}

@media (min-width:481px) {
    .contact-feedback .form .row-3 li {
        float: left;
        width: calc(33.333% - 0.06666rem);
    }

    .contact-feedback .form .row-3 li:not(:last-child) {
        margin-right: 0.1rem;
    }
}


.slick-dots {
    display: table;
    margin: 0.28rem auto 0;
    overflow: hidden;
}

.slick-dots li {
    float: left;
    list-style: none;
    width: 0.2rem;
    height: 0.2rem;
    border: solid 1px transparent;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
}

.slick-dots li button {
    position: absolute;
    width: 0.04rem;
    height: 0.04rem;
    background: #005AA4;
    padding: 0;
    border: 0;
    font-size: 0;
    left: 50%;
    top: 50%;
    margin: -0.02rem 0 0 -0.02rem;
    border-radius: 50%;
}

.slick-dots li.slick-active {
    border-color: #005AA4;
}

.mb80 {
    margin-bottom: 0.8rem;
}

@media (max-width:480px) {
    .mb80 {
        margin-bottom: 0.4rem;
    }
}

.news-list .url {
    transition: 0.3s;
    display: block;
    border-bottom: 1px solid #e8e8e8;
    padding: 0.4rem 0;
}

.news-list .url:hover {
    background-color: #f9f9f9;
}

.news-list dl dt {
    overflow: hidden;
}

.news-list dl dt .Ispic {
    padding-bottom: 59.375%;
    transition: 0.3s ease-out;
}

.news-list .url:hover dt .Ispic {
    transform: scale(1.15);
}

.news-list .tit {
    font-weight: 500;
    font-size: 0.2rem;
}

.news-list .inner time {
    font-size: 0.14rem;
    font-weight: 500;
    color: #005AA4;
    display: block;
    margin: 1.2857em 0 2.142em 0;
}

.news-list .inner p {
    color: #756969;
    line-height: 1.625;
    margin: 0;
}

.party-content {
    padding-top: 0.55rem;
}

.party-content .news-list dl dd {
    padding-right: 0;
    background: none;
}

.party-content .news-list .url:hover dl dd {
    background: none;
}

.news-list dt.time .date {
    width: 0.8rem;
    margin: 0 auto;
    line-height: 0.3rem;
    text-align: center;
    color: #555555;
    font-weight: 500;
    background-color: #e3e3e3;
    transition: 0.3s background-color;
}

.news-list dt.time .date b {
    transition: 0.3s background-color;
    background-color: #f2f2f2;
    display: block;
    font-size: 0.28rem;
    color: #999;
    line-height: 0.5rem;
    font-weight: 900;
}

.news-list .url:hover dt.time .date {
    background-color: #c60c18;
    color: #fff;
    font-weight: 400;
}

.news-list .url:hover dt.time .date b {
    background-color: #005AA4;
    color: #fff;
}

@media (min-width:769px) {
    .news-list dl {
        display: table;
        table-layout: fixed;
        width: 100%;
    }

    .news-list dl>* {
        display: table-cell;
        vertical-align: middle;
    }

    .news-list dl dt {
        width: 3.2rem;
    }

    .news-list dl dt.time {
        width: 1.2rem;
    }

    .news-list dl dd {
        padding: 0 0.7rem 0 0.39rem;
        background: url(../img/more.png) no-repeat right 0.2rem center;
        background-size: auto 0.5rem;
    }

    .news-list .url:hover dl dd {
        background-image: url(../img/more-active.png);
    }

    .news-list dl dd .inner {
        max-width: 8.28rem;
        width: 80%;
    }

    .party-content .news-list dl dd .inner {
        width: 95%;
    }
}

@media (max-width:768px) {
    .news-list {
        display: flex;
        justify-content: space-between;
        flex-flow: wrap;
    }

    .news-list .url {
        width: 50%;
        padding: 0.2rem;
    }

    .news-list dl dd {
        padding-top: 0.2rem;
    }

    .news-list .tit {
        -webkit-line-clamp: 2;
    }

    .news-list dl dt.time,
    .news-list .inner p {
        display: none;
    }
}

@media (max-width:480px) {
    .news-list .url {
        padding: 0.2rem 0.1rem;
    }

    .news-list .tit {
        font-size: 0.18rem;
    }

    .news-list .inner time {
        margin-bottom: 0;
    }

    .party-content {
        padding-top: 0.3rem;
    }
}

.news-info .title {
    font-weight: 500;
    text-align: center;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 1.2em;
    margin-bottom: 2em;
}

.news-info .title h2 {
    font-size: 0.3rem;
    margin: 0;
    line-height: 1.25;
    margin-bottom: 1.1em;
}

.news-info .title p {
    margin: 0;
    color: #756969;
}

.news-info .title p span {
    display: inline-block;
    margin: 0 0.2rem;
}

.news-info .info-back-pn {
    border-top: 1px solid #e8e8e8;
    padding-top: 1.2em;
    margin-top: 2em;
    line-height: 2;
}

.news-info .info-back-pn .fr {
    margin-top: 1em;
}

.news-info .info-back-pn .fr a {
    display: inline-block;
    color: #005AA4;
    border-bottom: 2px solid #005AA4;
    transition: 0.3s;
}

.news-info .info-back-pn .fr a:hover {
    letter-spacing: 0.1rem;
    text-indent: 0.1rem;
}

@media (min-width:1025px) {
    .news-info .info-back-pn dd.fl {
        max-width: 60%;
    }
}

@media (max-width:1024px) {
    .news-info .info-back-pn .fr {
        text-align: center;
    }
}

@media (max-width:480px) {
    .news-info .title h2 {
        font-size: 0.24rem;
    }

    .news-info .title p span {
        margin: 0 0.1rem;
    }
}


.business-top {
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding: 1rem 0 0.7rem 0;
}

.business-top:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    /* background: url(../img/businessbg.jpeg) no-repeat; */
    background-size: auto 100%;
}

.business-top .ytable {
    position: relative;
    z-index: 4;
}

.business-top .img .Ispic {
    padding-bottom: 56.25%;
    transition: 0.3s ease-out;
}

.business-top .img:hover .Ispic {
    transform: scale(0.95);
}

.business-top .main aside {
    font-weight: 700;
    color: #005AA4;
}

.business-top .main h2 {
    font-size: 0.44rem;
    margin: 0.5em 0 0.9em 0;
}

.business-top .main pre {
    color: #756969;
    line-height: 1.75;
    margin-bottom: 1.1rem;
}

.business-top .more {
    display: inline-block;
    border: solid 1px rgba(151, 121, 121, 0.3);
    line-height: 0.5rem;
    padding: 0 0.21rem;
    transition: 0.3s;
}

.business-top .more:after {
    display: inline-block;
    vertical-align: bottom;
    width: 18px;
    height: 0.5rem;
    background: url(../img/jiantou.png) no-repeat center center;
    content: '';
    margin-left: 0.2rem;
    transition: 0.3s;
}

.business-top a:hover .more {
    background-color: #005AA4;
    color: #fff;
}

.business-top a:hover .more:after {
    background-image: url(../img/jiantou1.pngf);
}

@media (min-width:1025px) {
    .business-top:before {
        width: 81.25%;
        background-size: contain;
    }

    .business-top .img {
        width: 41.667%;
    }

    .business-top .img .Ispic {
        width: 160%;
        padding-bottom: 90%;
    }

    .business-top .main .inner {
        max-width: 5.6rem;
        width: 90%;
    }
}

@media (max-width:1024px) {
    .business-top .main {
        margin-bottom: 0.3rem;
    }

    .business-top .main pre {
        margin-bottom: 0.5rem;
    }
}

@media (max-width:480px) {
    .business-top {
        padding: 0.5rem 0;
    }

    .business-top .main h2 {
        font-size: 0.32rem;
    }
}

.sec-nav {
    margin-bottom: 0.63rem;
}

.sec-nav ul li {
    font-weight: 500;
}

.sec-nav ul li a {
    display: block;
    padding: 0 0.16rem;
    background-color: #f2f2f2;
    border-radius: 0.3rem;
    line-height: 0.6rem;
    text-align: center;
    transition: 0.3s;
}

.sec-nav ul li a:hover,
.sec-nav ul li.aon a {
    background-color: #005AA4;
    color: #fff;
}

@media (min-width:769px) {
    .sec-nav ul {
        display: table;
        margin: 0 auto;
    }

    .sec-nav ul li {
        float: left;
        min-width: 1.8rem;
        margin: 0 0.05rem 0.05rem;
    }
}

@media (max-width:768px) {
    .sec-nav ul:after {
        display: none;
    }

    .sec-nav ul {
        display: flex;
        flex-flow: wrap;
    }

    .sec-nav ul li {
        width: 32%;
        margin-bottom: 2%;
    }

    .sec-nav ul li:not(:nth-child(3n)) {
        margin-right: 2%;
    }

    .sec-nav ul li a {
        display: flex;
        align-items: center;
        height: 0.6rem;
        line-height: 1.2;
        justify-content: center;
        padding: 0 0.1rem;
    }
}

@media (max-width:480px) {
    .sec-nav {
        margin-bottom: 0.3rem;
    }
}

.single-full {
    overflow: hidden;
}

.home-title {
    margin-bottom: 0.39rem;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 0.38rem auto;
    position: relative;
    padding-left: 0.49rem;
    z-index: 1;
}

.home-title .more {
    position: absolute;
    border: 1px solid rgba(151, 121, 121, 0.3);
    padding: 0 0.21rem;
    color: #977979;
    font-weight: 400;
    right: 0;
    top: 50%;
    margin-top: -0.25rem;
    line-height: 0.5rem;
    font-size: 0.16rem;
}

.home-title .more:after {
    display: inline-block;
    content: '';
    width: 18px;
    height: 10px;
    background: url(../img/jiantou.gif) no-repeat;
    margin-left: 0.2rem;
}

.home-title .more:hover {
    background-color: #005AA4;
    color: #fff;
}

.home-title .more:hover:after {
    background-image: url(../img/jiantou1.gif)
}

.home-title .cn {
    color: #005AA4;
    font-size: 0.3rem;
    font-weight: 500;
    line-height: 1.6666;
}

@media (max-width:480px) {
    .home-title {
        background-size: 0.24rem auto;
        padding-left: 0.3rem;
        margin-bottom: 0.24rem;
    }

    .home-title .cn {
        font-size: 0.26rem;
    }

    .home-title .more {
        line-height: 0.4rem;
        padding: 0 0.1rem;
        margin: 0;
        transform: translateY(-50%);
    }
}
.home-news {
    background: url(../img/home-news-bg.jpg) no-repeat;
    background-size: cover;
    padding: 1.1rem 0 1.65rem 0;
}

.home-news .home-title {
    background-image: url(../img/新闻.png);
}

.home-news .home-title1 {
    background-image: url(../img/动态公告.png);
}

.home-news .tabs {
    margin-bottom: 0.69rem;
    position: relative;
    z-index: 6;
}

.home-news .tabs li {
    float: left;
}

.home-news .tabs li a {
    cursor: pointer;
}

.home-news .tabs li:not(:last-child) {
    margin-right: 0.26rem;
}

.home-news .tabs li a {
    display: block;
    font-weight: 700;
    color: #756969;
    border-top: 2px solid #977979;
    padding-top: 0.09rem;
}

.home-news .tabs li.on1 a {
    color: #005AA4;
    border-top-color: #005AA4;
}

.home-news .tabs-ul .ul>* {
    background-color: #fff;
}

.home-news .tabs-ul li {
    transform: translateX(30px);
    transition: 1s;
    opacity: 0;
}

.home-news .tabs-ul .show li {
    transform: translateX(0);
    opacity: 1;
}

.home-news .tabs-ul li a {
    display: block;
    position: relative;
    padding: 0.4rem 0.4rem 0;
}

.home-news .tabs-ul li aside {
    font-weight: 500;
    margin-bottom: 0.7rem;
}

.home-news .tabs-ul li a:not(:hover) aside {
    color: #756969;
}

.home-news .tabs-ul li time {
    display: block;
}

.home-news .tabs-ul li:nth-of-type(1) {
    margin-bottom: 0.1rem;
}

.home-news .tabs-ul ol {
    transform: translateX(-30px);
    transition: 1s;
    opacity: 0;
}

.home-news .tabs-ul ul:not(.show) {
    position: fixed;
    left: -100%;
    transform: translateX(-100%);
    opacity: 0;
}

.home-news .tabs-ul .show ol {
    transform: translateX(0);
    opacity: 1;
}

.home-news .tabs-ul ol a {
    padding: 0.4rem 0;
}

.home-news .tabs-ul ol .pic {
    overflow: hidden;
}

.home-news .tabs-ul ol .pic .Ispic {
    padding-bottom: 78.838%;
    transition: 0.3s ease-out;
}

.home-news .tabs-ul ol a:hover .pic .Ispic {
    transform: scale(1.1);
}

.home-news .tabs-ul ol .txt {
    position: relative;
    padding-left: 0.41rem;
    padding-right: 0.44rem;
    vertical-align: top;
}

.home-news .tabs-ul time {
    font-size: 0.14rem;
    font-weight: 500;
    color: #005AA4;
    background: url(../img/more-active.png) no-repeat right center;
}

.home-news .tabs-ul ol .txt time {
    left: 0.41rem;
    right: 0.44rem;
    position: absolute;
    bottom: 0;
}

.home-news .tabs-ul ol .tit {
    font-weight: 700;
    font-size: 0.24rem;
    margin-bottom: 1em;
}

.home-news .tabs-ul ol a:not(:hover) {
    color: #524d4d;
}

.home-news .tabs-ul ol p {
    color: #999999;
    line-height: 1.625;
    text-align: justify;
}

@media (min-width:481px) {
    .home-news .tabs-ul ol .pic {
        width: 47.778%;
    }

    .home-news .tabs-ul li aside {
        font-size: 0.18rem;
    }
}

@media (min-width:1025px) {
    .home-news .home-title {
        margin-bottom: 0;
    }

    .home-news .tabs ul {
        margin-top: -0.3rem;
    }

    .home-news .tabs-ul ol {
        width: 62.5%;
        height: 4.2rem;
        float: left;
    }

    .home-news .tabs-ul li {
        height: 2.05rem;
        width: 36.806%;
        float: right;
    }
}

@media (max-width:1024px) {
    .home-news {
        padding: 0.4rem 0;
    }

    .home-news .tabs {
        margin-bottom: 0.3rem;
    }

    .home-news .tabs-ul li {
        float: left;
        width: calc(50% - 0.05rem);
        margin-top: 0.1rem;
    }

    .home-news .tabs-ul li:nth-of-type(2) {
        float: right;
    }

    .home-news .tabs-ul li a {
        padding: 0.2rem;
    }
}

@media (max-width:480px) {

    .home-news .tabs-ul ol a,
    .home-news .tabs-ul ol .ytable-cell {
        display: block;
    }

    .home-news .tabs-ul ol a {
        padding-top: 0;
    }

    .home-news .tabs-ul ol .txt {
        padding-top: 0.2rem;
        padding-bottom: 0.4rem;
    }

    .home-news .tabs-ul li aside {
        margin-bottom: 0.4rem;
    }
}

.Floor003105 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 1rem 0;
    background: url(../img/home-projectbg.jpg) no-repeat center center;
    background-size: 100% 100%;
}

.Floor003105 .home-title {
    background-image: url(../img/title-icon-project.png);
}

.Floor003105 .home-title .cn {
    color: #fff;
}

.Floor003105 .more {
    font-size: 0.16rem;
    text-align: center;
    padding: 0 0.2rem;
    line-height: 0.5rem;
    border: solid 1px rgba(255, 255, 255, 0.3);
    transition: 0.3s;
    display: table;
    color: #fff;
}

.Floor003105 .more:after {
    width: 18px;
    height: 10px;
    display: inline-block;
    content: '';
    margin-left: 1em;
    background: url(../img/more-white.gif) no-repeat;
    background-size: contain;
    transition: 0.3s;
}

.Floor003105 a:hover .more {
    background-color: #005AA4;
    border-color: #005AA4;
}

.Floor003105 .slider li a {
    color: #fff;
}

.Floor003105 .slider li .pic .Ispic {
    padding-bottom: 56.25%;
    transition: 0.3s;
}

.Floor003105 .slider li a:hover .pic .Ispic {
    transform: scale(1.1);
}

.Floor003105 .slider li .pic {
    overflow: hidden;
}

.Floor003105 .slider li .cate-tit {
    font-weight: 700;
}

.Floor003105 .slider li .tit {
    font-size: 0.4rem;
    font-weight: 700;
    margin-top: 0.26rem;
}

.Floor003105 .slider li .txt p {
    line-height: 1.75;
    margin-top: 0.3rem;
}

.Floor003105 .slick-arrow {
    position: absolute;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: url(../img/more-white.svg) no-repeat center center;
    background-size: contain;
    z-index: 20;
    font-size: 0;
    border: 0;
    cursor: pointer;
}

.Floor003105 .slick-arrow:hover {
    background-image: url(../img/more-active.svg);
}

.Floor003105 .slick-prev {
    transform: rotateY(180deg);
}

@media (min-width:1025px) {
    .Floor003105 .title {
        width: 81.25%;
    }

    .Floor003105 .home-title {
        margin-left: calc(61.539% + 1rem);
        display: table;
        width: 100%;
        height: 0.4rem;
        margin-bottom: 0;
    }

    .Floor003105 .home-title .cn {
        display: table-cell;
        vertical-align: bottom;
        line-height: 1;
    }

    .Floor003105 .slider {
        width: 81.25%;
        margin-top: -0.4rem;
    }

    .Floor003105 .slider .slick-list {
        overflow: inherit;
    }

    .Floor003105 .slick-arrow {
        top: 50%;
        margin-top: -0.25rem;
    }

    .Floor003105 .slick-prev {
        left: 7.671%;
    }

    .Floor003105 .slick-next {
        right: -0.25rem;
    }

    .Floor003105 .slider li .ytable-cell {
        vertical-align: bottom;
    }

    .Floor003105 .slider li .pic {
        width: 61.539%;
    }

    .Floor003105 .slider li .txt {
        padding: 0 0.9rem 0 1rem;
    }

    .Floor003105 .slider li .txt p {
        min-height: 5.25em;
        margin-right: 0.2rem;
        margin-bottom: 1.18rem;
    }
}

@media (min-width:1025px) and (max-width:1600px) {
    .Floor003105 .title .home-title {
        margin-left: calc(61.539% + 0.4rem);
    }

    .Floor003105 .slider li .tit {
        font-size: 0.3rem;
    }

    .Floor003105 .slider li .txt {
        padding: 0 0.4rem;
    }

    .Floor003105 .slider li .txt p {
        margin-bottom: 0.6rem;
    }
}

@media (max-width:1024px) {
    .Floor003105 {
        padding-bottom: 0;
        padding-top: 0.4rem;
    }

    .Floor003105 .title {
        width: 90%;
        margin: 0 auto 0.3rem;
    }

    .Floor003105 .slider li .txt {
        padding: 0.3rem;
    }

    .Floor003105 .slick-arrow {
        bottom: 100%;
        margin-bottom: 0.3rem;
        right: 5%;
    }

    .Floor003105 .slick-prev {
        margin-right: 0.6rem;
    }

    .Floor003105 .slider li .txt p {
        margin-bottom: 0.2rem;
    }
}

@media (max-width:480px) {
    .Floor003105 .slider li .tit {
        font-size: 0.28rem;
    }
}

.home-about {
    padding: 1.2rem 0 1.49rem 0;
    overflow: hidden;
}

.home-about .home-title {
    background-image: url('../img/企业.png');
}

.home-about .intro .pre pre {
    font-size: 0.44rem;
    font-weight: 700;
    color: #333;
    overflow: hidden;
}

.home-about .img-slider {
    position: relative;
    z-index: 1;
    padding-top: 0.85rem;
}
.home-about .slider {
    margin: 0 -25%;
    z-index: 5;
}

.home-about .slider li figure {
    margin: 0 0.2rem;
    display: table;
    width: calc(100% - 0.4rem);
    height: 4rem;
}

.home-about .slider li figcaption {
    display: table-cell;
}

.home-about .slider li:nth-child(2n) figcaption {
    vertical-align: bottom;
}

.home-about .more a {
    border: 1px solid rgba(151, 121, 121, 0.3);
    padding: 0 0.21rem;
    color: #977979;
    line-height: 0.5rem;
    display: inline-block;
    transition: 0.3s;
}

.home-about .more a:after {
    display: inline-block;
    content: '';
    width: 18px;
    height: 10px;
    background: url(../img/jiantou.png) no-repeat;
    margin-left: 0.2rem;
}

.home-about .more a:hover {
    background-color: #005AA4;
    color: #fff;
}

.home-about .more a:hover:after {
    background-image: url(../img/jiantou1.png)
}

@media (min-width:1025px) {
    .home-about .intro .pre {
        max-width: 45%;
    }

    .home-about .intro .info {
        max-width: 5.83rem;
    }

    .home-about .more {
        text-align: right;
        padding-right: 13.889%;
    }
}

@media (max-width:1024px) {
    .home-about .more {
        text-align: center;
        padding-top: 0.2rem;
    }

    .home-about .intro {
        margin-bottom: 0.2rem;
    }

    .home-about .intro .pre {
        margin-bottom: 0.1rem;
    }

    .home-about .slider li figure {
        height: 35vw;
    }
}

@media (max-width:480px) {
    .home-about {
        padding: 1.2rem 0 0.4rem 0;
    }

    .home-about .intro .pre pre {
        font-size: 0.3rem;
    }

    .home-about .img-slider {
        padding-top: 0.55rem;
    }

    .home-about .slider li figure {
        width: calc(100% - 0.2rem);
        margin: 0 0.1rem
    }
}

.home-ban {
    position: relative;
    z-index: 1;
}

.home-ban .list li {
    position: relative;
}

.home-ban .list li .txt {
    position: absolute;
    width: 100%;
    top: 24.167%;
    text-align: center;
    z-index: 10;
    color: #fff;
}

.home-ban .list li .txt>* {
    transform: translateY(30px);
    opacity: 0;
}

.home-ban .list li.ani-show .txt>* {
    transform: translateY(0);
    opacity: 1;
}

.home-ban .list li .txt h2 {
    margin: 0;
    font-size: 0.8rem;
    line-height: 1.25;
    transition: 1s;
}

.home-ban .list li .txt aside {
    font-size: 0.66rem;
    transition: 1s 0.5s;
}

.business-ban .list {
    left: -100%;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 10;
    height: 100%;
    overflow: hidden;
    transition: 0s 0.3s;
}

.business-ban .list.show {
    left: 0;
    transition: 0s;
}

.business-ban .list li {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.business-ban .controls {
    position: absolute;
    bottom: 0;
    z-index: 20;
    left: 0;
    width: 100%;
}

@media (min-width:481px) {
    .business-ban .controls dd {
        float: left;
        width: 16.667%;
        color: #fff;
        transition: 0.3s;
        padding: 0.3rem 0.3rem 0;
        position: relative;
        overflow: hidden;
    }

    .business-ban .controls dd:not(:last-child) {
        margin-right: 4.16625%;
    }

    .business-ban .controls dd:not(.on) {
        height: 1.1rem;
        margin-top: 2rem;
    }

    .business-ban .controls dd.on {
        height: 3.1rem;
        background-color: rgba(215, 12, 25, 0.9);
    }

    .business-ban .controls dd .name .cn {
        font-size: 0.24rem;
        font-weight: 700;
    }

    .business-ban .controls dd .name .en {
        font-size: 0.18rem;
        opacity: 0.4;
        font-family: 'DIN-Bold';
        text-transform: uppercase;
    }

    .business-ban .controls dd:not(.on) .name {
        text-align: center;
    }

    .business-ban .controls dd:not(.on):before,
    .business-ban .controls dd:not(.on):after {
        position: absolute;
        content: '';
        width: 100%;
        height: 2px;
        background-color: #fff;
        left: 0;
        top: 0;
    }

    .business-ban .controls dd:not(.on):before {
        opacity: 0.4;
    }

    .business-ban .controls dd:not(.on):after {
        width: 50%;
    }

    .business-ban .controls dd:not(.on) .name .en {
        display: none;
    }

    .business-ban .controls dd.on .name {
        padding-right: 0.2rem;
        position: relative;
    }

}

@media (max-width:1024px) {
    .home-ban .list li .txt h2 {
        font-size: 0.5rem;
    }

    .home-ban .list li .txt aside {
        font-size: 0.3rem;
    }
}

@media (min-width:481px) and (max-width:1024px) {
    .business-ban .controls dd {
        width: 19%;
        padding: 0.15rem 0.15rem 0;
    }

    .business-ban .controls dd:not(:last-child) {
        margin-right: 1.25%;
    }

    .business-ban .controls dd .name .cn {
        font-size: 0.18rem;
    }

    .business-ban .controls dd:not(.on) {
        height: 0.7rem;
    }

    .business-ban .controls dd.on {
        height: 2.7rem;
    }
}

@media (max-width:480px) {
    .home-ban .list li .txt h2 {
        font-size: 0.3rem;
    }

    .home-ban .list li .txt aside {
        font-size: 0.2rem;
    }

    .business-ban .controls {
        bottom: -0.8rem;
    }

    .business-ban .controls dl {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .business-ban .controls dl:after {
        display: none;
    }

    .business-ban .controls dd {
        width: calc(20% - 2px);
        text-align: center;
        background-color: rgba(215, 12, 25, 0.8);
        border: 1px solid rgba(255, 255, 255, 0.5);
        margin: 0 1px 1px;
        padding: 0.1rem 0;
    }
}

.PicList002171 li {
    float: left;
    width: 22.75%;
    margin-right: 3%;
    margin-bottom: 3%;
}

.PicList002171 li a {
    border: 1px solid #e8e8e8;
    position: relative;
    display: block;
}

.PicList002171 li img {
    display: block;
    width: 100%;
}

.PicList002171 li a figure {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 108, 186, 0.95);
    opacity: 0;
    transition: 0.3s;
}

.PicList002171 li a:hover figure {
    opacity: 1;
}

.PicList002171 li dl {
    display: table;
    width: 100%;
    height: 100%;
}

.PicList002171 li dt {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 0.18rem;
    color: #fff;
}

@media(min-width:769px) {
    .PicList002171 li:nth-child(4n) {
        margin-right: 0;
    }
}

@media(max-width:768px) {
    .PicList002171 li {
        width: 32%;
        margin-right: 2%;
    }
}

@media(max-width:768px) and (min-width:481px) {
    .PicList002171 li:nth-child(3n) {
        margin-right: 0;
    }
}

@media(max-width:480px) {
    .PicList002171 li {
        width: 49%;
    }

    .PicList002171 li:nth-child(2n) {
        margin-right: 0;
    }

    .PicList002171 li dt {
        font-size: 15px;
    }
}

/**************edit info********************/
.edit-h3 {
    font-size: 0.44rem;
    line-height: 1;
    color: #333333;
    margin: 0;
}

@media (max-width:480px) {
    .edit-h3 {
        font-size: 0.3rem;
    }
}

.edit-ul {
    margin: 3% 0;
}

.edit-ul li {
    float: left;
    width: 48.612%;
}

.edit-ul li:not(:nth-child(2n)) {
    margin-right: 2.776%;
}

.css-8-1 aside {
    font-size: 0.24rem;
    margin-bottom: 1.04rem;
}

@media (min-width:1025px) {

    .css-8-1 .t-2,
    .css-8-1 .t-1 {
        width: 84%;
    }
}

.css-8-1 .t-2 {
    margin-top: 0.55rem;
}

@media (max-width:480px) {
    .css-8-1 aside {
        margin-bottom: 0.5rem;
    }
}

.css-8-2 {
    position: relative;
    z-index: 1;
}

.css-8-2 img {
    float: right;
    width: 116.667%;
    max-width: none;
}

.css-8-2 .txt h4 {
    margin: 0 0 1em 0;
    font-weight: 900;
}

.css-8-2 .txt p {
    margin: 0;
}

@media (min-width:769px) {
    .css-8-2 .txt {
        position: absolute;
        right: 0;
        bottom: 0;
        background-color: #fff;
        top: 18.182%;
        max-width: 6rem;
        padding-left: 1rem;
    }
}

@media (max-width:768px) {
    .css-8-2 .txt {
        padding: 0.5rem 0;
        clear: both;
    }
}
@media (min-width:1025px) {
    .css-64 {
        padding-top: 0.48rem;
    }
}

.css-64 .tit {
    font-weight: 500;
    color: #333;
    font-size: 0.3rem;
    line-height: 1;
}

.css-64 dl {
    margin: 0.55rem 0 0.05rem 0;
}

.css-64 dd {
    font-weight: 500;
    margin-bottom: 0.3rem;
    border-left: 2px solid #005AA4;
    padding-left: 0.15rem;
    line-height: 1;
    color: #005AA4;
}

.css-64 dd div {
    font-size: 0.28rem;
}

.css-64 dd span {
    display: block;
    margin-bottom: 0.5em;
}

.css-64 p {
    text-align: left;
}

.css-64 p span {
    display: inline-block;
}
.bookinfo {
    position: relative;
    padding-bottom: 72%;
}

.bookinfo iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.bookList {
    font-size: 0;
    overflow: hidden;
}

.bookList .item {
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 5%;
    width: 25%;
    padding-right: 20px;
}

.bookList .item .img {
    padding: 20px;
    background: #f9f9f9;
}

.bookList .item .img img {
    width: 100%;
}

.bookList .item:hover .img {
    background: #005AA4;
}

.bookList .item .dot {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    color: #333;
    margin-top: 20px;
}

.bookList .item:hover .dot {
    color: #005AA4;
}

.edit-h3.center {
    text-align: center;
}

@media(max-width:768px) {
    .bookList .item {
        width: 50%;
        padding-right: 10px;
    }

    .bookList .item .img {
        padding: 10px;
    }

    .bookList .item .dot {
        font-size: 14px;
    }
}

/* 2022/3/8 */
.home-news .tabs-ul ol .txt time,
.home-news .tabs-ul li time {
    display: none;
}

.home-news .tabs li:nth-child(3),
.home-news .tabs-ul ul:nth-child(3) {
    display: none !important;
}

.home-news .tabs-ul li .pic {
    overflow: hidden;
}

.home-news .tabs-ul li .txt {
    position: relative;
    padding-left: 0.41rem;
    padding-right: 0.44rem;
    vertical-align: top;
}

.home-news .tabs-ul li .pic .Ispic {
    padding-bottom: 64.838%;
    transition: 0.3s ease-out;
}

.home-news .tabs-ul li a {
    padding: 0.3rem 0.3rem;
}

.home-news .tabs-ul li .txt {
    padding-right: 0;
    padding-left: 0.2rem;
}

.home-news .tabs-ul li p {
    color: #999999;
    line-height: 1.625;
    text-align: justify;
}

.home-news .tabs-ul li aside {
    margin-bottom: 0;
}

@media (min-width:481px) {
    .home-news .tabs-ul li .pic {
        width: 47.778%;
    }
}

@media (max-width:480px) {

    .home-news .tabs-ul li a,
    .home-news .tabs-ul li .ytable-cell {
        display: block;
    }

    .home-news .tabs-ul li aside {
        margin-bottom: 0;
        margin-top: 10px;
    }

    .home-news .tabs-ul li .txt {
        padding-left: 0;
    }

    .home-news .tabs-ul li a {
        padding: 0.1rem 0.1rem;
    }
}

/* 20220427 */
/* 2022/7/11 */
.css-29-2 .main {
    padding: 0.26rem;
}

.css-29-2 .main img {
    width: 100%;
}

@media(max-width:500px) {
    .css-29-2 .main {
        border-radius: 10px;
        padding: 0.1rem;
    }
}

.bookList .book_btns {
    display: flex;
    justify-content: center;
    padding-top: 20px;
}

.bookList .book_btns .book_btn {
    padding: 0 20px;
    position: relative;
    font-size: 14px;
    color: #888;
}

.bookList .book_btns .book_btn+.book_btn::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    height: 60%;
    width: 1px;
    background-color: #e5e5e5;
}

.bookList .book_btns .book_btn:hover {
    color: #005AA4;
}

@media (max-width: 768px) {
    .bookList .book_btns .book_btn {
        padding: 0 10px;
        font-size: 12px;
    }
}
.slick-slider {
    position: relative;
    display: block;
    -webkit-touch-callout: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list: focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide .slick-loading img {
    display: none;
}

.slick-slide .dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
}

.slick-arrow .slick-hidden {
    display: none;
}