/* .index2,.index3,.index4,.index5{margin-top: 90px;} */
@charset "utf-8";

/* CSS Document */

body {
    color: #666;
    font: 15px "Microsoft Yahei";
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var,
optgroup {
    font-style: inherit;
    font-weight: inherit;
}

del,
ins {
    text-decoration: none;
}

li {
    list-style: none;
}

caption,
th {
    text-align: left;
}

q:before,
q:after {
    content: "";
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: baseline;
}

sub {
    vertical-align: baseline;
}

input,
button,
textarea,
select,
optgroup,
option,
button {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    outline: none;
    border: none;
}

input,
button,
textarea,
select {
    *font-size: 100%;
}

input,
select {
    vertical-align: middle;
}

i,
em {
    font-style: normal;
}

select,
input,
button,
textarea,
button {
    font: 99% arial, helvetica, clean, sans-serif;
}

table {
    font-size: inherit;
    font: 100%;
    border-collapse: collapse;
}

pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}

dl,
dt {
    font-weight: normal;
}

a {
    color: #666;
    text-decoration: none;
}

a:focus,
input,
button,
textarea,
select {
    outline: 0;
}

a:hover {
    text-decoration: none;
}

.c {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.imgfd {
    overflow: hidden;
}

.imgfd img {
    transition: all 0.5s ease;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    display: block;
    vertical-align: middle;
}

.imgfd:hover img {
    transform: scale(1.1);
}

.center {
    width: 1500px;
    margin: 0 auto;
}

@media (max-width: 1500px) {
    .center {
        width: 96%;
    }
}

.index1 .box3 .more,
.index3 .wz .more,
.index5 .box-h .txt .more {
    display: block;
    width: 125px;
    height: 45px;
    border-radius: 5px;
    background: rgb(0, 65, 154);
    font-size: 14px;
    color: #fff;
    line-height: 45px;
    text-align: center;
}

.index1 .box3 .more:hover,
.index3 .wz .more:hover,
.index5 .box-h .txt .more:hover {
    background: rgb(0, 65, 154);
    transition: all 0.3s;
}

.index3 {
    background: url(/wp-content/uploads/2025/09/index3-bg.jpg) no-repeat bottom;
    height: 780px;
    position: relative;
}

.index3 .box {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.index3 .txt {
    width: 50%;
    float: left;
}

.index3 .num {
    background: rgba(0, 0, 0, 0.3);
    padding: 60px 0 80px;
    margin-top: 60px;
}

.index3 .num dt {
    width: 33.33%;
    float: left;
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 50px;
}

.index3 .num dt img {
    display: block;
    margin: 0 auto;
}

.index3 .num dt b {
    font-family: "Lato";
    font-size: 22px;
    color: #98B14C;
    margin-right: 5px;
}

.index3 .wz {
    background: #fff;
    padding: 60px 70px;
}

.index3 .wz p {
    font-size: 22px;
    color: #98B14C;
    font-weight: bold;
    display: block;
    margin-top: 10px;
}

.index3 .wz .tit-index {
    font-size: 20px;
}

.index3 .wz .tit-index b {
    font-size: 32px;
    color: rgb(0, 65, 154);
    font-weight: normal;
}

.index3 .wz .des {
    height: 120px;
    overflow: hidden;
}

@media (max-width: 1200px) {
    .index4 .mod1 li .imgfd {
        height: 230px;
    }

    .index2,
    .index3,
    .index4,
    .index5 {
        margin-top: 50px;
    }

    .index1,
    .index5,
    .index6 {
        padding: 40px 0 50px;
    }

    .tit-index b {
        font-size: 30px;
    }

    .index1 .fl-index1,
    .index6 .fl-index1 {
        height: 300px;
        overflow: hidden;
    }

    .index5 .box-c .tab-hd {
        width: 30%;
    }

    .index5 .box-c .tab-bd {
        width: 70%;
    }
}

@media (max-width: 900px) {
    .index4 .mod1 li .imgfd {
        height: 265px;
    }

    .tit-index b {
        font-size: 24px;
    }

    .index3 .num dt b {
        font-size: 24px;
    }

    .tit-index {
        font-size: 16px;
    }

    .index1 .box1,
    .index6 .fl-index1 {
        width: 100%;
    }

    .index1 .fl-index1 dt {
        width: 23.5%;
        margin-right: 2%;
        float: left;
        height: 50px;
        line-height: 50px;
        margin-top: 0;
    }

    .index1 .fl-index1 dt a,
    .index6 .fl-index1 li a {
        font-size: 16px;
    }

    .index1 .fl-index1 dt:nth-child(4n) {
        margin-right: 0;
    }

    .index1,
    .index6 {
        background: #edf0f4 url(../images/index1-bg-wap.jpg) no-repeat top;
    }

    .index6 .fl-index1 li {
        width: 48%;
        margin-right: 4%;
        float: left;
    }

    .index6 .fl-index1 li:nth-child(2n) {
        margin-right: 0;
    }

    .index6 .tit-index {
        margin-bottom: 0px;
    }

    .index6 .fl-index1 {
        height: auto;
        margin: 20px 0 40px;
    }

    .index6 .tab-bd2 {
        width: 100%;
    }

    .index1 .fl-index1 {
        height: 100px;
        margin: 20px 0 40px;
    }

    .index1 .box2 {
        width: 50%;
    }

    .index1 .box3 {
        width: 46%;
        margin-top: 0;
    }

    .index1 .box3 b,
    .index6 .box3 b {
        font-size: 22px;
    }

    .index2 .box p {
        line-height: 30px;
    }

    .index2 li {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 30px;
    }

    .index2 li:nth-child(2n) {
        margin-right: 0;
    }

    .index3 {
        margin-top: 20px;
    }

    .index3 .wz {
        padding: 30px;
    }

    .index3 .num {
        margin-top: 75px;
    }

    .index3 .wz p {
        font-size: 20px;
    }

    .index3 {
        height: 500px;
    }

    .index5 .box-c .tab-bd li dl {
        padding: 0 20px;
    }

    .index5 .box {
        margin-bottom: 20px;
    }

    .index4 .mod1 .bot {
        margin-top: 20px;
    }

    .index4 .mod1 .swiper-button-prev,
    .index4 .mod1 .swiper-button-next {
        top: -30px;
    }

    .fl-index1 dt:first-child {
        background: none;
        margin-top: 0;
    }

    .index2 li .txt b {
        font-size: 20px;
    }
}

@media (max-width: 600px) {
    .tit-index b {
        font-size: 20px;
    }

    .tit-index {
        font-size: 14px;
    }

    .index1 .fl-index1 dt {
        width: 32%;
        margin-right: 1%;
        height: 40px;
        line-height: 40px;
    }

    .index6 .fl-index1 li {
        height: 40px;
        line-height: 40px;
    }

    .index6 .fl-index1 li a {
        font-size: 14px;
    }

    .index1 .fl-index1 dt:nth-child(3n) {
        margin-right: 0;
    }

    .index1 .fl-index1 dt a {
        font-size: 14px;
        padding: 0;
    }

    .index6 .box2 {
        width: 100%;
        margin-right: 0;
        margin-top: 20px;
    }

    .index6 .box3 .des {
        margin-bottom: 20px;
    }

    .index6 .box3 {
        width: 100%;
    }

    .index6 {
        padding-bottom: 50px;
    }

    .index6 .box3 b {
        font-size: 18px;
    }

    .index1 .fl-index1,
    .index6 .fl-index1 {
        height: 120px;
    }

    .index1 .box2 {
        width: 100%;
        margin-right: 0;
    }

    .index1 .box3,
    .index5 .box-c .tab-hd,
    .index5 .box-c .tab-bd li dt span {
        display: none;
    }

    .index1 .box2 .hd {
        bottom: -110px;
    }

    .index1 {
        padding-bottom: 100px;
    }

    .index2 .box .more {
        margin-top: 0;
    }

    .index2 li .txt b,
    .index3 .wz p,
    .index5 .box-h .txt h3 {
        font-size: 18px;
    }

    .index2 li .txt img {
        margin-top: 10px;
    }

    .index3 .txt,
    .index5 .box-h,
    .index5 .box-c,
    .index5 .box-c .tab-bd {
        width: 100%;
    }

    .index3 .num {
        padding: 40px 0 20px;
    }

    .index3 .num dt {
        font-size: 14px;
        line-height: 30px;
    }

    .index3 {
        height: 600px;
    }

    .index4 .mod1 li .txt b {
        font-size: 16px;
    }

    .index4 .mod1 li .txt {
        padding: 30px 15px;
    }

    .index4 .mod1 li .txt .des {
        margin-bottom: 15px;
    }

    .index5 .box-h {
        margin-bottom: 20px;
    }

    .index5 .tab {
        padding: 20px 10px;
    }

    .index5 .box-c .tab-bd li dt p {
        font-size: 15px;
    }
}