html,
body {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
    font-family: "Avenir", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    color: #132337;
    scroll-behavior: smooth;
}
/* 设置滚动条滑块的颜色和圆角 */
::-webkit-scrollbar-thumb {
    background-color: #e6e6e6;
    border-radius: 4px;
}

/* 设置滚动条滑块悬停时的样式 */
::-webkit-scrollbar-thumb:hover {
    background-color: #e6e6e6;
}

* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

li {
    list-style: none;
}

.wrap {
    width: 100%;
}

.head-wrap {
    width: 100%;
    height: 80px;
    background: #fff;
}

.center-wrap {
    max-width: 1440px;
    margin: auto;
}

.head-con {
    display: flex;
    justify-content: space-between;
}

.left-head {
    display: flex;
}

.right-head {
    display: flex;
    align-items: center;

}

.right-head a {
    font-size: 14px;
    margin-right: 28px;
    cursor: pointer;
    position: relative;
    color: #747474;
}

.right-head a:hover:after {
    content: '';
    width: 40px;
    height: 3px;
    background: #35AE1B;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -4px;
    transition: all 0.3s ease;
}

.home {
    width: 100%;
    aspect-ratio: 1920 / 700;
    overflow: hidden;
}

.home img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.info1 {
    width: 100%;
    height: 324px;
    background: url(../img/info1.png) no-repeat;
    background-size: cover;
}

.info2 {
    width: 100%;
    height: 449px;
    background: url(../img/info2.png) no-repeat;
    background-size: cover;
}

.you-wrap {
    height: 100%;
    display: flex;
    align-items: center;
}

.you-item {
    flex: 1;
}

.you-item .img {
    max-width: 72px;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    margin: auto;
}

.you-item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.you-item h2 {
    font-size: 21px;
    color: #008000;
    text-align: center;
    margin-top: 24px;
}

.you-item p {
    max-width: 252px;
    font-size: 14px;
    color: #3A3A3A;
    margin: 15px auto 0;
}

.info-wrap h3 {
    font-weight: bold;
    font-size: 36px;
    color: #008000;
    text-align: center;
    padding-top: 20px;
}

.info-wrap .en {
    font-size: 14px;
    color: #3A3A3A;
    text-align: center;
    padding-bottom: 40px;
    border-bottom: 1px dotted #707070;
}

.info-text {
    font-size: 18px;
    color: #3A3A3A;
    line-height: 40px;
    text-indent: 2em;
    padding-top: 30px;
}

.footer {
    width: 100%;
    background: #1E2036;
}

.top-footer {
    height: 168px;
    display: flex;
    align-items: center;
}

.top-footer .left {
    color: #fff;
    display: flex;
    flex-direction: column;
    padding-right: 34px;
    position: relative;
}

.top-footer .left::after {
    content: '';
    width: 0px;
    height: 106px;
    border: 1px solid #0381CB;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0.4;
}

.top-footer .left span {
    font-size: 13px;
}

.top-footer .left p {
    font-size: 28px;
}

.top-footer .right {
    flex: 1;
    display: flex;
}

.top-footer .right p {
    font-size: 13px;
    color: #FFFFFF;
}

.top-footer .right span {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.4);
    margin-top: 8px;
    display: block;
}

.right-item {
    flex: 1;
    text-align: center;
    cursor: pointer;
}

.bottom-footer {
    width: 100%;
    height: 28px;
    background: #000000;
    text-align: center;
    line-height: 28px;
    color:#fff
}
#fen1{
    position: relative;
}
#fen1 img{
    width: 23px;
    height: 14px;
    position: absolute;
    top:2px;
}