@charset "utf-8";

/* 默认css */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
span,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-text-size-adjust: none;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
}

input[type=button],
input[type=text],
input[type=password],
[type=tel],
[type=number],
[type=url],
[type=email],
button,
textarea {
    -webkit-appearance: none;
    cursor: pointer;
}

a,
a:hover,
a:link,
a:visited,
a:active {
    text-decoration: none;
}

a {
    text-decoration: none;
    color: #333;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    border: none;
    vertical-align: middle;
    /* max-width: 100%; */
}

* {
    padding: 0;
    margin: 0;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: calc(100vw/19.2);
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    min-height: 100%;
    font-family: 'Montserrat', 'Microsoft YaHei', 'PingFang SC', 'Microsoft YaHei UI', 'Source Han Sans CN', 'Source Han Serif CN', 'SimSun', 'SimHei', 'Arial';
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    /* background: #F5F5F5; */
}

@media (max-width: 1580px) {
    body {
        font-size: 14px;
    }
}

.flex {
    display: flex;
}

.flex-space-between {
    display: flex;
    justify-content: space-between;
}

.g001 {
    height: 200px;
    text-align: center;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;

}

@media screen and (max-width: 768px){
    .g001 {
        font-size: 25px;
    }
}

.box1 {
    width: 100%;
    background: url(../images/bg1.jpg) no-repeat fixed;
    background-size: 100% 100%;
    overflow: hidden;
    color: #fff;
}

.box2 {
    width: 100%;
    background: url(../images/bg2.jpg) no-repeat fixed;
    background-size: 100% 100%;
    overflow: hidden;
    color: #fff;
}

.box3 {
    width: 100%;
    background: url(../images/bg3.jpg) no-repeat fixed;
    background-size: 100% 100%;
    overflow: hidden;
    color: #fff;
}

.jiaobiao-80 {
    position: absolute;
    width: 80px;
}

.jiaobiao-80 .triangle-topleft-80 {
    width: 0;
    height: 0;
    border-top: 80px solid #8EBD4A;
    border-right: 80px solid transparent;
    opacity: 0.5;
    padding-top: 0px;
    position: absolute;
}

.jiaobiao-80 .nums {
    position: absolute;
    padding-top: 3px;
    padding-left: 10px;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}

.jiaobiao-40 {
    position: absolute;
    width: 50px;
}

.jiaobiao-40 .triangle-topleft-40 {
    width: 0;
    height: 0;
    border-top: 50px solid #8EBD4A;
    border-right: 50px solid transparent;
    opacity: 0.5;
    padding-top: 0px;
    position: absolute;
}

.jiaobiao-40 .nums {
    position: absolute;
    padding-top: 0px;
    padding-left: 8px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.span-num {
    display: block;
    width: 50px;
    height: 50px;
}

.sub-menu-index {
    padding: 10px 50px;
}

.sub-menu-index ul {
    list-style: none;
    display: inline;
}

.sub-menu-index ul>li {
    list-style-type: none;
    display: inline-block;
}
@media screen and (max-width: 768px) {
    .sub-menu-index{
        padding: 10px;
    }
}

.pages {
    clear: both;
    width: 100%;
    text-align: center;
    padding: 20px;
}

.pages ul {
    list-style: none;
    display: inline;
    justify-content: center;
}

.pages ul li {
    list-style-type: none;
    display: inline-block;
    border: 1px solid #2FA5D6;
    border-radius: 5px;
    width: 30px;
    height: 30px;
    padding-top: 2px;
    margin-left: 0px !important;
}

.pages ul li a {
    color: black !important;
    display: inline-block;
    width: 30px;
    height: 30px;
}

.pages ul li:not(:first-child):hover {
    background-image: linear-gradient(to right, #2FA5D6, #8EBD4A);
}

.pages ul .active {
    background-image: linear-gradient(to right, #2FA5D6, #8EBD4A);
}

.pages ul li:not(:first-child):hover a {
    color: #fff !important;
}

.pages ul li:first-child {
    font-size: 12px;
    border: 0px;
    min-width: 130px;
    padding-top: 5px;
}
@media screen and (max-width: 768px) {
    .pages{
        padding:20px 10px;
    }
}

.sub-menu-list {
    padding: 20px 50px;
    display: flex;
    justify-content: center;
}

.sub-menu-list ul {
    list-style: none;

}

.sub-menu-list ul>li {
    list-style-type: none;
    display: inline-block;
    border-right: 1px solid;
    padding-left: 5px;
    padding-right: 10px;
    border-image: linear-gradient(to bottom, #2FA5D6, #8EBD4A) 2 2 2 2;
}
.sub-menu-list ul .active a{
    color: #8EBD4A;
}

.sub-menu-list li:last-child {
    border-right: 0px;
}

@media screen and (max-width: 768px) {
    .sub-menu-list{
        padding:  10px;
        text-align: center;

    }
    .sub-menu-list ul{
        display: flex;
        overflow-x: auto;
        padding: 10px 0 ;
    }
    .sub-menu-list ul li{
        text-align: center;
        white-space: nowrap;
        padding: 0 10px;
    }
}

.swiper{
    --swiper-pagination-color: #8EBD4A;/* 分页颜色 */
    --swiper-navigation-color: #8EBD4A;/* 上下一步颜色 */
}

.top_bg {
    position: relative;
    width: 100%;
    height: 420px;
    background-size:100% 100%;
    color: #fff;
}

.top_bg img{
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: -50px 0px;
    background-size: 100% 100%;
    background-color: transparent;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 768px){
    .top_bg {
        height: auto;
    }
    .top_bg img{
        height: 230px!important;
    }
}


