﻿html,
body {
    position: relative;
    height: 100%;
}

@font-face {
    font-family: 'Bebas';
    src: url('../font/BebasNeue.otf');
}

@font-face {
    font-family: 'DINCond-BoldAlternate';
    src: url('../font/DINCond-BoldAlternate.otf')
}

body {
    background: #eee;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
    position: relative;
    display: inline-block;
    cursor: pointer;
}

p {
    font-style: unset;
}

iframe {
    position: relative;
  
    width: 100%;
  
    margin: 0;
    padding: 0;
}

.swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
}

.swiper-container .notice {
    position: absolute;
    left: 80px;
    bottom: 200px;
    z-index: 999;
    width: 20px;
    color: white;
    font-size: 14px;
    white-space: word-wrap;
}

.swiper-container .notice::after {
    content: "";
    width: 2px;
    height: 50px;
    background-color: #FFF;
    position: absolute;
    left: -10px;
    bottom: -20px;
}

.lan {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.lan .region {
    position: absolute;
    width: 20vw;
    background-color: white;
    height: 500px;
    right: 0px;
    top: 80px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
    border-radius: 20px;
    box-sizing: border-box;
    padding: 20px;
    display: none;
}

.lan .region ul {
    max-width: 20vw;
    min-width: auto !important;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.region-icon {
    width: 22px;
    height: 16px;
    background-image: url(https://cdn.globalso.com/horsent/style/global/img/all-m.gif);
    background-repeat: no-repeat;
}

.lan .region ul li {
    width: 32%;

}

.lan:hover {
    color: #73b0e9;
}

.lan:hover .region {
    display: block;
}

.lan:hover .upArrow {
    transform: rotate(-180deg);
}

.lan img {
    width: 30px;
    height: 30px;
}

.lan span {
    margin-left: 10px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    height: 100%;
    width: 100%;
}

.fp-table {
    flex-direction: inherit;
}


/* nav */
.nav {
    width: 100%;
    height: 90px;
    background-color: transparent;
    position: fixed;
    top: 0px;
    right: 0;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0px 3%;
    /* line-height: 90px; */

}

.nav-white {
    height: 90px;
    background-color: white;
    padding-top: 0px;
    position: fixed;
}

/* #nav{
    display: ;
} */
.nav .logo {
    margin-top: 0px;
    display: flex;
    width: 22%;
    height: 100%;
    justify-content: space-between;
}

.nav2 {
    bottom: 0;
    top: 0;
    width: 95%;
}

.nav .logo .titles h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 44px;
}

.nav .logo .titles p {
    color: #333;
    font-size: 12px;
    line-height: 12px;
}

.nav .hanlder {
    display: flex;
    width: 3%;
    height: 35%;
    justify-content: space-between;
    position: relative;
    margin-top: 2.5%;
    border-left: 1px solid #ffffff;
}

.nav-white .hanlder {
    color: #333;
    font-size: 12px;
    line-height: 12px;
    margin-top: 30px;
    border-left: 1px solid #333;
    margin-left: 20px;
}

.nav .logo .white {
    display: block;
    width: 100%;
}

.nav .logo .white img {
    width: 100%;

}

.nav .logo .black {
    display: none;
}

.nav-white .logo .white {
    display: none;
}

.nav .logo a {
   
    display: flex;
    width: 100%;
    align-items: center;

}

.nav .logo a img {
    width: 100%;
}

.nav-white .logo .black {
       display: flex;
    width: 100%;
    align-items: center;
}

.nav-white .logo .black img {
    width: 100%;
}

.nav .hanlder .search img {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 10%;
    top: 10%;
}

.nav-white .hanlder .search img {
    top: 15%;
}

.search {
    margin-top: 5px;
}

.nav .nav-list {
    width: 77%;
    display: flex;
    justify-content: space-between;
}

.nav ul {
    display: flex;
    font-size: 18px;
    width: 100%;
    line-height: 90px;
    height: 100%;
    justify-content: space-between;
}

.nav ul li {
    text-align: center;
    font-family: MicrosoftYaHei;
    box-sizing: border-box;
    /* padding: 0px 30px 0px 30px; */
    text-align: center;
    flex-grow: 1;
}

.nav ul li a {
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    font-size: 18px;

    line-height: 90px;
}

.nav-white ul {
    line-height: 80px;
}

.nav-white ul li a {
    color: #333;
}

.navBtn {
    width: 62px;
    height: 62px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 999999999999999;

    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

/*  移动端*/
.mobileNav {
    position: fixed;
    top: 70px;
    left: 0px;
    height: 100%;
    background-color: white;
    z-index: 999;
    width: 100%;
    transition: 0.3s linear;
    overflow: hidden;
}

.mobileNav ul {
    width: 100%;
    margin-top: 10vw;
}

.mobileNav ul li {
    width: 100%;
    line-height: 10vw;
    text-align: center;

}

.mobileNav ul li a {
    font-size: 4vw;
}

.hideNav {
    height: 0;
}

.gxHead {
    display: none;
    width: 100%;
    background-color: white;
    height: 70px;
    line-height: 70px;
    overflow: hidden;
    position: fixed;
    top: 0px;
    z-index: 999;
}

.gxHead .logo {
    margin: 15px;
}

.navBtn span {
    position: absolute;
    top: 20px;
    display: block;
    width: 38px;
    height: 4px;
    left: 10px;
    border: 0px solid #0066cc;
    background-color: #0066cc;
    -webkit-transition: top 0.2s 0.2s, background 0.2s, opacity 0s 0.2s, -webkit-transform 0.2s;
    transition: top 0.2s 0.2s, background 0.2s, opacity 0s 0.2s, -webkit-transform 0.2s;
    transition: top 0.2s 0.2s, transform 0.2s, background 0.2s, opacity 0s 0.2s;
    transition: top 0.2s 0.2s, transform 0.2s, background 0.2s, opacity 0s 0.2s, -webkit-transform 0.2s;
}

.navBtn span:nth-of-type(2) {
    top: 30px;
    width: 28px;
}

.navBtn span:nth-of-type(3) {
    top: 40px;
    bottom: 0;
    width: 18px;
    -webkit-transition: bottom 0.2s 0.2s, background 0.2s, -webkit-transform 0.2s;
    transition: bottom 0.2s 0.2s, background 0.2s, -webkit-transform 0.2s;
    transition: bottom 0.2s 0.2s, transform 0.2s, background 0.2s;
    transition: bottom 0.2s 0.2s, transform 0.2s, background 0.2s, -webkit-transform 0.2s;
}

.navBtn span:nth-of-type(4) {
    color: #73b0e9;
    margin-top: 5px;
    border: none;
    background-color: transparent;
    width: 100%;
}

.navBtn.expanded:hover span {
    transform: scale(0.9);
}

.navBtn.expanded span:nth-of-type(1) {
    top: 30px;
    transform: rotate(45deg);
    transition: top 0.2s, transform 0.2s 0.2s, background 0.2s;
    -webkit-transform: rotate(45deg);
    -webkit-transition: top 0.2s, -webkit-transform 0.2s 0.2s, background 0.2s
}

.navBtn.expanded span:nth-of-type(2) {
    opacity: 0;
    transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
}

.navBtn.expanded span:nth-of-type(3) {
    top: 30px;
    transform: rotate(-45deg);
    transition: bottom 0.2s, transform 0.2s 0.2s, background 0.2s;
    -webkit-transform: rotate(-45deg);
    -webkit-transition: bottom 0.2s, -webkit-transform 0.2s 0.2s, background 0.2s
}


/* .nav-list ul li:hover{
    background-color: rgba(115,176,233, 0.3);
} */
.upArrow {
    transition: 0.4s linear;
}

.hanlder {}

/* banner */
.banner {
    width: 100%;
    height: 560px;
    margin-top:90px;

}
.banner .swiper-slide a{
    display: block;
    height: 100%;
    width: 100%;
}
.banner img {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    position: relative;
}
#section0{
background-image:none !important;
}
#section0 .swiper-slide {
    overflow: hidden;

}

#section0 .swiper-slide img {
    transition: 3s linear;
    width: 100%;
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
    display: block;

}

#section0 .swiper-slide.swiper-slide-active img {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
}

.title {
    position: absolute;
    left: 240px;
    top: 335px;
    z-index: 10;
    text-align: right;
}

.title .En-title {
    font-size: 72px;
    line-height: 72px;
    font-weight: 500;
    font-family: fantasy;
    color: #ffffff;
}

.title .CH-title {

    font-family: fantasy;
    font-size: 36px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    line-height: 80px;
}

/* index.html */
#section1 {
    background-image: inherit;
    background-color: white;
    box-sizing: border-box;
    position: relative;
    display: flex;
    /* padding-top: 90px; */

}

#section1 .fp-overflow {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    justify-content: space-between;
}

#section1 .left {
    width: 50%;
    height: 100%;
}

#section1 .left img {
    width: 100%;
    height: 100%;
    display: block;
}

#section1 .left a {
    display: block;
}

#section1 .right {
    width: 50%;
    height: calc(100% - 90px);
    background-image: url(../images/aboutbg.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    text-align: left;
    box-sizing: border-box;
    padding: 3% 8% 0% 8%;
}

#section1 .right h2 {
    font-size: 36px;
    color: #289054;
    font-family: DINCond-BoldAlternate;
}

#section1 .right h1 {
    font-size: 40px;
    color: #333333;
    font-weight: 600;
    margin-bottom: 30px;
}

#section1 .right p {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 32px;
    color: #333333;
}

#section1 .right .history {
    margin: 7% 0px;
    justify-content: space-between;
    display: flex;
}

#section1 .right .history li {
    text-align: left;
}

#section1 .right .history li p {
    font-size: 44px;
    font-weight: 600;
    color: #289054;
}

#section1 .right .history li span {
    font-size: 18px;
    color: #289054;
}

#section1 .right .history li h5 {
    font-size: 16px;
    color: #666666;
}

#section1 .about {
    margin: 7% 0px;
    width: 100%;
    justify-content: space-between;
    display: flex;
    margin-bottom: 0px;
   display:none;
}

#section1 .about li {
    text-align: center;
    font-size: 16px;
    letter-spacing: 0px;

}

#section1 .about li a {
    color: #333333;
}

#section1 button {
    width: 180px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 30px;
    border: solid 1px #c6c7c8;
    font-size: 14px;
    color: #666666;
    background-color: transparent;
}

#section1 button img {
    vertical-align: middle;
}

#section3 button {
    width: 180px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 30px;
    border: solid 1px #c6c7c8;
    font-size: 14px;
    color: #666666;
    background-color: white;
}

#section3 button img {
    vertical-align: middle;
}


#section2,
#section3 {
    background-color: white;
    background-image: inherit;
}

#section2 {
    width: 100%;


}

#section2 .fp-overflow {
    width: 100%;
    height: calc(100% -90px);
    background-color: #fff;
    box-sizing: border-box;
    padding-top: 90px;
}

#section2 ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

#section2 ul li {
    width: 25%;
    height: 100%;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

#section2 ul li:hover .mask1 {
    display: flex;

}

#section2 ul li:hover .icon {
    display: none;
}

#section2 ul li:hover .cn-name1 {
    display: none;
}

#section2 ul li:hover .en-name1 {
    display: none;
}

#section2 ul li .mask1 {

    width: 100%;
    height: 100%;
    background-color: rgba(40, 144, 84, 0.9);
    box-sizing: border-box;
    padding: 0px 8%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: none;
    transition: 0.6s linear;
}

#section2 ul .active .mask1 p {
    width: 409px;
height: 230px;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    margin: 20px 0px;
    color: #ffffff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9;
    overflow: hidden;
    text-align: left;
   padding:0px 20px;
}

#section2 ul .active .mask1 button {
    width: 180px;
    height: 60px;
    border-radius: 30px;
    background-color: transparent;
    border: solid 1px #ffffff;
    color: #fff;
    margin-top: 50px;
}

#section2 ul .active .mask1 button img {
    vertical-align: middle;
}

#section {
    width: 100%;
    position: relative;

}
#section0 .swiper-container{

}
#section0 .swiper-container .swiper-wrapper{
    max-height: 938px;
}
#section0 .swiper-pagination-bullet {
    width: 50px;
    height: 4px;
    background-color: white;
    border-radius: 0;
    opacity: 0.3;
}

#section0 .swiper-pagination-bullet-active {
    width: 50px;
    height: 4px;
    background-color: white;
    opacity: 1;
    border-radius: 0;
}

#section0 .swiper-pagination {
    bottom: 50px;
    left: auto;
    right: 50px;
    text-align: right;
}

#section3 {
    background-image: url(../images/index_bg3.jpg);
    background-size: 100% 100%;
    /* padding-top: 100px; */
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
    padding: 20px 7%;
    padding-top: 90px;
    padding-bottom: 0px;
}

#section3 .fp-overflow {
    /* display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; */
}

#section3 .header {
    width: 100%;
    height: 70px;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
    display: flex;
}

#section3 .swiper-slide {
    height: 80%;
    display: block !important;
    flex-direction: row;
}

#section0 .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}

#section3 .swiper-slide img {
    width: 100%;
    height: 60%;
}

#section3 .swiper-pagination {
    top: initial !important;
    bottom: 10% !important;


}

#section3 .swiper-pagination-progressbar-fill {
    background-color: #289054 !important;
    height: 4px;
}

#section3 .swiper-pagination {
    background-color: #e9e9e9;
    /* height: 1px ; */

}

.Progress {
    width: 100%;
}

.Progress img {
    width: 100%;
}

.fp-watermark {
    display: none;
}

#section3 .header .left {
    width: 9%;
    height: 100%;
    background-color: #289054;
    text-align: center;
    line-height: 70px;
    color: white;
    font-size: 24px;
    font-weight: 600;
}

#section3 .header .right {
    width: 91%;
    height: 100%;

}

#section3 .header .right ul {
    width: 100%;
    display: flex;
    height: 100%;
    line-height: 70px;
    box-sizing: border-box;
    padding: 0px 2%;
    justify-content: space-around;

}

#section3 .header .right ul li {
    position: relative;
}

#section3 .header .right ul li:nth-child(1)::after {
    content: "";
    width: 1px;
    height: 10px;
    background-color: #cecece;
    position: absolute;
    right: -60px;
    top: 30px;
}

#section3 .information {
    width: 100%;
    margin: 20px 0px;
    margin-bottom: 0px;
}

#section3 .swiper-button-next:after {
    display: none !important;
}

#section3 .swiper-button-prev:after {
    display: none !important;
}

#section3 .information .top {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

#section3 .information .top button {
    background-color: transparent;
}

#section3 .information .top .left {
    text-align: left;
}

#section3 .information .top .left h2 {
    font-size: 36px;
    color: #289054;
    font-family: DINCond-BoldAlternate;
}

#section3 .information .top .left h1 {
    font-size: 40px;
    color: #333333;
    font-weight: 600;
}

#section3 .information .list {
    width: 100%;
    height: 650px;
    margin-top: 30px;

}

#section3 .information .list .content {
    position: relative;
    text-align: left;
    box-sizing: border-box;
    padding: 2% 5%;
    background: white;
    cursor: pointer;
}

#section3 .information .list .content h1 {
    font-size: 21px;
    font-weight: 600;
    color: #333333;
    height: 57px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

#section3 .information .list .content p {
    font-size: 14px;
    color: #666666;
    margin: 3% 0px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

#section3 .information .list .content a {
    font-size: 14px;
    color: #666666;
}


#section4 .fp-overflow {
    width: 100%;
}

#section3 .swiper-button-prev {
    left: auto;
    top: auto;
    right: 120px !important;
    bottom: 50px !important;
}

#section3 .swiper-button-next {
    left: auto;
    top: auto;
    right: 30px !important;
    bottom: 50px !important;
    top: auto;
}

/* footer */
.footer1 ul {
    display: flex;
    width: 100%;
    height: 100%;
    line-height: 90px;
    box-sizing: border-box;
    padding: 0px 7%;
}

.footer1 ul li {
    margin-right: 2%;
}

.footer1 ul li a {
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 18px;
}

.footer1 a {
    font-size: 30px;
    color: white;

}

.footer1 {
    width: 100%;
    margin: 0 auto;
    height: 90px;
    background-image: url(../../static/images/footerbg2.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    box-sizing: border-box;

}

.footer1 .header {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 30px;
}

.footer1 .header .left {
    display: flex;
}

.footer1 .header .left span {
    font-family: 微软雅黑;
    font-size: 32px;
    line-height: 36px;
    color: #222222;
}

.footer1 .header .right a {
    font-family: 微软雅黑;
    color: #999999;
    line-height: 42px;
}

.footer1 .header .left p {
    font-family: 微软雅黑;
    font-size: 24px;
    line-height: 40px;
    color: #bbbbbb;
    margin-left: 10px;
}

.footer1 ul {
    width: 100%;
    display: flex;

}

.footer2 {
    width: 100%;
    /* height: 338px; */
    background-color: #333333;
    display: flex;
    box-sizing: border-box;
    justify-content: space-between;
    padding: 2% 7%;
    border-bottom: 1px solid #464646;

}

.footer2 .wrapper {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer2 .wrapper .left {
    display: flex;
    /* width: 60%; */
    justify-content: space-between;
    flex: 1;
    margin-right: 15%;
}

.footer3 {
    width: 100%;
    height: 66px;
    text-align: center;
    font-family: 微软雅黑;
    font-size: 14px;
    color: #666666;
    background-color: #333333;
    /* line-height: 66px; */
    display: flex;
    box-sizing: border-box;
    justify-content: space-between;
    padding: 0px 7%;
}

.footer2 .wrapper .right {
    text-align: left;
}

.footer2 .wrapper .right p {
    font-size: 18px;
}

.footer2 .wrapper .right h1 {
    margin: 20px 0px;
    font-size: 36px;
    line-height: 36px;
    letter-spacing: 0px;
    color: #289054;
}

.footer2 .wrapper .right .code {
    display: flex;
    align-items: center;
    background-color: transparent;
}

.footer2 .wrapper .right .code img {
    margin-right: 10px;
}

.footer2 .wrapper .right .code div {
    font-size: 14px;
    line-height: 36px;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 0.5;
}

.footer2 ul {
    display: flex;
    flex-direction: column;
    padding-left: 0px;
    margin-right: 10%;
    flex-shrink: 0;
    /* height: 100px; */
}

.footer2 ul li {
    text-align: left;
    line-height: 36px;
}

.footer2 ul li a {
    color: #797979;
    line-height: 20px;
    font-size: 14px;
}

.footer2 .wrapper .left ul li:nth-child(1) a {
    font-weight: 500;
    font-size: 18px;
    font-family: 微软雅黑;
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
}

.footer2 .wrapper .left ul li {
    line-height: 36px;
}

a:hover {
    cursor: pointer;
    color: #289054;
}

ul li a:hover {
    cursor: pointer;
    color: #289054;
    /* text-decoration: underline; */
}

.footer3 .left {
    font-size: 14px;
    /* line-height: 30px; */
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 0.3;
}

.footer3 p {
    line-height: 25px;
    font-size: 14px;
}

.footer3 p a {
    font-size: 14px;
    line-height: 25px;
}

.footer3 .right p {
    line-height: 60px;
    color: #666666;
}

.company {
    width: 100%;
    height: 700px;
    background-image: url(../images/about_bg2.jpg);
    overflow: hidden;
}

.company .wap {
    display: flex;
    width: 73%;
    height: 100%;
    margin: 80px auto;
    flex-wrap: wrap;
    justify-content: space-between;
}

.company .wap .left {
    width: 45%;
}

.company .wap .left h1 {
    font-size: 40px;
    letter-spacing: 0px;
    color: #289054;
}

.company .wap .left h2 {
    font-size: 40px;
    color: #333333;
    font-weight: 600;

}

.company .wap .left p {
    font-size: 16px;
    color: #666666;
    margin: 40px 0px;
    line-height: 32px;
}

.company .wap .right {
    width: 50%;
    margin-left: 5%;
}

.company .wap .right img {
    width: 100%;
    height: 500px;
}

.company .wap button {
    width: 180px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 30px;
    border: solid 1px #c6c7c8;
    font-size: 14px;
    color: #666666;
    background-color: transparent;
}

.company .wap button img {
    vertical-align: middle;
}

.about-history {
    width: 100%;
    height: 750px;
    background-image: url(../images/about_bg3.jpg);
    overflow: hidden;
}

.about-history .wap {
    width: 100%;
    height: 100%;
    background-color: rgba(40, 144, 84, 0.85);
    text-align: center;
    box-sizing: border-box;
    padding-top: 75px;
}

.about-history .wap h1 {
    font-size: 30px;
    margin-bottom: 20px;
    color: #ffffff;
}

.about-history .wap h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0px;
    color: #ffffff;
}

.about-history .wap .history-list {
    width: 73%;
    margin: 70px auto;
    /* height: 300px; */
    /* border: 1px solid red; */
    /* overflow: hidden; */
    position: relative;
}

.about-history .wap .history-list .swiper-slide h1 {
    font-size: 2vw;
    color: #289054;
    font-weight: 600;
    text-align: left;
    display: block;
    width: 100%;
}

.about-history .swiper-silde {
    height: 100%;
    transition: 0.6s linear;

    background-color: #ffffff;

    /* overflow: hidden; */
    flex-direction: column;
    box-sizing: border-box;
    padding: 40px;
}

.about-history .wap .history-list .swiper-slide-active {
    transform: scale(1.25);
    z-index: 999;
    opacity: 1 !important;
}

.about-history .swiper-container1 {
    height: 100%;
    padding: 3% 0px;
    overflow: hidden;
}

.about-history .wap .history-list .swiper-slide {
    flex-direction: column;
    text-align: left;
    box-sizing: border-box;
    padding: 40px;
    width: 550px;
    /* height: 300px; */
    border-radius: 30px;
    opacity: 0.7;
}

.about-history .wap .history-list .swiper-slide ul li {
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0px;
    color: #333333;
    position: relative;

}

.about-history .wap .history-list .swiper-slide p {
    font-size: 16px;
}

.about-history .wap .history-list .swiper-slide ul li p {
    font-size: 16px;
}

.about-history .wap .history-list .swiper-slide ul li::after {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: #289054;
    position: absolute;
    left: -10px;
    top: 10px;
}

.the-team {
    width: 100%;
    padding-bottom:50px;
    background-color: #f3f3f3;

}

.the-team .wap {
    width: 73%;
    margin: 72px auto;
    margin-bottom: 20px;
    text-align: center;
}

.the-team .wap h1 {
    font-size: 40px;
    color: #289054;
}

.the-team .wap h2 {
    font-size: 40px;
    color: #333333;
    font-weight: 600;
}

.the-team .team-container {
    width: 100%;

    background-color: #fff;
    margin-top: 30px;
    box-sizing: border-box;
    padding: 20px 30px;

}

.the-team .team-container .header {

    border-bottom: 4px solid #c8ccd1;
    box-sizing: border-box;
    padding: 20px 0px;
}

.the-team .team-container .header ul {
    display: flex;
}

.the-team .team-container .header ul li {
    width: 210px;
    height: 70px;
    background-color: #289054;
    border-radius: 10px;
    /* text-align: center; */
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
    cursor: pointer;
    margin-right: 2%;
}

.the-team .team-container .header ul li img {
    width: 35px;
    margin-right: 10px;
    height: 36px;
}

.the-team .team-container .header ul .active {
    background-color: #eb8b0f;
    position: relative;

}

.the-team .team-container .header ul .active::after {
    content: "";
    width: 100%;
    height: 4px;
    background-color: #eb8b0f;
    bottom: -24px;
    left: 0px;
    position: absolute;
}

.the-team .team-container .team-list {
    width: 100%;
    margin-top: 35px;
    display: flex;
 flex-wrap: wrap;
}

.the-team .team-container .team-list .item {
width: 22%;
    height: 99%;
    background-color: #ffffff;
    box-shadow: 0px 0px 20px 0px rgba(7, 32, 61, 0.1);
    border-radius: 20px;
    text-align: left;
    box-sizing: border-box;
    padding: 20px;
    margin-right: 3%;
    flex-shrink: 0;
    margin-top: 12px;
}

.the-team .team-container .team-list .item .avatar {
    width: 100%;
    height: 70%;
    background-color: #289054;
    margin-bottom: 10px;
    border-radius: 10px;
    display:none;

}

.the-team .team-container .team-list .item .avatar img {
    width: 100%;
    height: 100%;
}

.the-team .team-container .team-list .item .content h3 {
    font-size: 26px;
    color: #333333;
}

.the-team .team-container .team-list .item .content p {
    font-size: 18px !important;
    margin-top: 15px;
    color: #666666;
}

.honors {
    width: 100%;
    height: 800px;
    background-image: url(../images/about_bg4-05.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    box-sizing: border-box;
    padding-top: 20px;

}

.honors .wap {
    width: 73%;
    margin: 72px auto;
    margin-bottom: 20px;
    text-align: center;
}

.honors .wap h1 {
    font-size: 40px;
    color: #ffffff;
}

.honors .wap h2 {
    font-size: 40px;
    color: #ffffff;
    font-weight: 600;
}

.honors-list .swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    display: none !important;
}

.honors-list .swiper-button-next:after {
    display: none;
}

.honors-list {
    width: 100%;
    height: 500px;
    margin-top: 40px;
    position: relative;
}

.honors-list .swiper-wrapper {
    /* width: 90%;
    overflow: hidden; */
    /* width: 92%; */
    /* margin: 0px auto; */
    /* overflow: hidden; */
     align-items: center;
}

.honors-list #myhonors-swiper .swiper-slide, .honors-list #myhonors-swiper-two .swiper-slide{
 
    display: block;
    box-sizing: border-box;
    padding: 10px;
       background-color: rgba(255,255,255,1);
display: flex;
    flex-direction: column;
max-height: 263px;
    /* opacity: 0; */
}

/* .honors-list #myhonors-swiper .swiper-slide-prev{
    opacity: 1;
}
.honors-list #myhonors-swiper .swiper-slide-active{
    opacity: 1;
}
.honors-list #myhonors-swiper .swiper-slide-next{
    opacity: 1;
} */
.honors-list #myhonors-swiper .swiper-slide p, .honors-list #myhonors-swiper-two .swiper-slide p {
    display: none;
    font-size: 16px !important;
    margin-top: 10px;
}

.honors-list #myhonors-swiper .swiper-slide img, .honors-list #myhonors-swiper-two .swiper-slide img {
    width: 100%;
    object-fit: contain;
}

.honors-list .swiper-button-prev {
    left: -100px;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    background: #289054;

}

.honors-list .swiper-button-next {
    right: -100px;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    background: white;
}

.party-container {
    background-image: url(../images/index_bg3.jpg);
    width: 100%;
    /* height: 100%; */
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.party-container #section3 {
    background-color: transparent;
    padding: 0px;
}

.party-container #section3 .information {
    width: 73%;
    margin: 0 auto;
}

.party-container #section3 .swiper-slide {
    background-color: white;
}

.party-container .swiper-button-next {
    top: 30% !important;
}

.party-container #section3 .swiper-button-prev {
    top: 30% !important;
    left: -70px;
    right: auto;
}
.party-container #section3 .swiper-slide  img{
    object-fit: cover;
}
.party-list {
    width: 73%;
    margin: 0 auto;
    box-sizing: border-box;

}

.party-list ul {
    width: 100%;
    list-style: none;
}

.party-list ul li {
    width: 100%;
    height: 220px;
    box-sizing: border-box;
    padding: 25px 15px;
    background-color: white;
    display: flex;
    position: relative;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;

}

.party-list ul li .time {
    width: 74px;
    height: 74px;
    background-color: #289054;
    position: absolute;
    right: 0px;
    top: 0px;
    text-align: center;
    color: white;
    box-sizing: border-box;
    padding: 10px 0px;
}

.party-list ul li .time h3 {
    font-size: 24px;
    color: white;
}

.party-list ul li .time p {
    font-size: 14px;
}

.party-list ul li .left {
    width: 20%;
    height: 100%;
    overflow: hidden;
}

.party-list ul li .left img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.party-list ul li .right {
    flex-shrink: 0;
    margin-left: 3%;
    display: flex;
    width: 70%;
    flex-direction: column;
    justify-content: space-between;
}

.party-list ul li .right h1 {
    font-size: 22px;
    color: #333;
    width: 95%;
font-weight:600;
}
.party-list ul li .right h1:hover{
color:#289054;
}
.party-list ul li .right h1 span {
    font-size: 17px;
}

.party-list ul li .right p {
    font-size: 16px;
    color: #888;
}

.party-list ul li .right a {
    font-size: 14px;
    color: #666666;
}

.my-pagination {
    width: 100%;
    text-align: center;
    padding-bottom: 30px;

}

.my-pagination ul {
    max-width: 73%;
    display: flex;
    margin: 0 auto;
    justify-content: center;
}

.my-pagination ul li {
    width: 42px;
    height: 42px;
    background-color: #ffffff;
    border: solid 1px #d4d5e3;
    text-align: center;
    line-height: 42px;
    font-size: 14px;
    color: #666666;
    margin: 0px 10px;
}

.my-pagination ul .active {
    color: white;
    background-color: #289054;
}

.yewu-container {
    background-image: url(../images/yewubg3.jpg);
    width: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 1100px;
    overflow: hidden;
}

.yewu-container .wap {
    width: 73%;
    margin: 65px auto;
    text-align: center;
}

.yewu-container .wap h1 {
    font-size: 40px;
    color: #289054;
}

.yewu-container .wap h2 {
    font-size: 40px;
    color: #333333;
    font-weight: 600;
}

.yewu-container .wap .yewu {
    width: 100%;
       /* height: 750px; */
    background-color: white;
    box-sizing: border-box;
    padding: 78px 110px;
    box-shadow: 0px 0px 20px 0px rgba(0, 72, 30, 0.1);
    margin-top: 30px;
}
.yewu-container .wap .yewu .swiper-slide button{
    width: 180px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 30px;
    border: solid 1px #c6c7c8;
    font-size: 14px;
    color: #666666;
    background-color: transparent;
}
.yewu-container .wap .yewu .swiper-slide button img{
width:auto;
height:auto;
vertical-align: middle;
}
.yewu-container .yewu .swiper-container .swiper-slide {
    display: block;
}

.yewu-container .yewu .swiper-container .swiper-slide p {
    font-size: 18px;
    color: #555555;
    text-align: left;
    line-height: 36px;
    text-indent: 36px;
}

.yewu-container .yewu .swiper-container .swiper-scrollbar-drag {
    background-color: #289054;
}

.yewu-show {
    width: 100%;
    height: 466px;
    background-color: white;
    overflow: hidden;
}

.yewu-show .wap {
    width: 73%;
    margin: 0 auto;

}

.yewu-show .wap ul {
    width: 100%;
    display: flex;
    margin-top: 70px;

}

.yewu-show .wap ul li {
    width: 23%;
    height: 286px;
    margin-right: 2%;

}

.yewu-show .wap ul li .pic {
    background-color: #289054;
    width: 100%;
    height: 240px;
}

.yewu-show .wap ul li .pic img {
    width: 100%;
    height: 100%;
}

.yewu-show .wap ul li .title1 {
    font-size: 18px;
    color: #333333;
    width: 100%;
    text-align: center;
    padding: 12px 0px;
}

.video-container {
    background-image: url(../images/fullpagebg.jpg);
    width: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 1100px;
    overflow: hidden;
}

.video-container .wap {
    width: 73%;
    margin: 65px auto;
    text-align: center;
}

.video-container .wap {
    width: 73%;
    margin: 0 auto;

}

.video-container .wap ul {
    width: 100%;
    display: flex;
    margin-top: 70px;
    flex-wrap: wrap;
}

.video-container .wap ul li {
    width: 30%;
    height: 380px;
    margin-right: 3%;
    background-color: #FFF;
}

.video-container .wap ul li .pic {
    background-color: #289054;
    width: 100%;
    height: 300px;
}
.video-container .wap ul li .pic a{
display:block;
width:100%;
height:100%;
}
.video-container .wap ul li .pic a img{
width:100%;
height:100%;
}
.video-container .wap ul li .title1 {
    font-size: 18px;
    color: #333333;
    width: 100%;
    text-align: center;
    padding: 12px 0px;
}

.video-container .wap .forum-list {
    width: 100%;
    margin-bottom: 40px;
}

.video-container .wap .forum-list .item {
    width: 100%;
    height: 170px;
    border-bottom: 1px solid #e7e7e7;
    text-align: left;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 36px 0px;
    justify-content: space-between;
    cursor: pointer;
}

.video-container .wap .forum-list .item .time {
    font-size: 14px;
    color: #888888;
}

.video-container .wap .forum-list .item .title1 {
    font-size: 24px;
    font-weight: 600;
    color: #333333;
    transition: 0.4s linear;
}

.video-container .wap .forum-list .item .more {
    font-size: 14px;
    color: #666666;
}

.video-container .wap .forum-list .item:hover .title1 {
    transform: translateX(50px);
    color: #289054;
}

.video-container .wap .forum-list .item:hover .more {
    color: #289054;
}

.video-container .wap .detail {
    width: 100%;

}

.video-container .wap .detail .header {
    width: 100%;
    box-sizing: border-box;
    padding: 50px 0px;
    text-align: center;
    border-bottom: 2px solid #e2e2e2;

}

.video-container .wap .detail .header h1 {
    font-size: 36px;
    color: #333333;
    font-weight: 600;
}

.video-container .wap .detail .my-content {
    width: 100%;
    margin-top: 20px;
    display: flex;
}

.video-container .wap .detail .my-content .left {
    width: 10%;
    flex-shrink: 0;
    text-align: center;
    box-sizing: border-box;
    padding: 50px 0px;
    border-right: 1px solid #e2e2e2;
}

.video-container .wap .detail .my-content .left .year {
    font-size: 16px;
    color: #999999;
}

.video-container .wap .detail .my-content .right {
    text-align: left;
    box-sizing: border-box;
    padding: 40px 60px;
}

.video-container .wap .detail .my-content .right img {
    margin: 30px 0%;
       display: inline-block;
    max-width: 100%;
    height:auto;
}

.video-container .wap .detail .my-content .right p {
   
    font-size: 18px;
    color: #484848;
    line-height: 30px;
}

.video-container .wap .detail .my-content .right {
    border-bottom: 1px solid #e2e2e2;
}

.video-container .wap .detail .my-content .left h3 {
    font-size: 30px;
    font-weight: 600;
    margin-top: 20px;
    color: #111111;
}

.video-container .wap .detail .my-content .left h5 {
    font-size: 18px;
    color: #999999;
}

.video-container .wap .detail .my-content .left .num {
    width: 50px;
    height: 50px;
    background-color: #289054;
    border-radius: 50px;
    text-align: center;
    line-height: 50px;
    color: white;
    font-size: 16px;
    margin: 20px auto;
}

.video-container .wap .detail .my-content .left .from {
    font-size: 16px;
    color: #333333;
    margin-top: 20px;
}

.others {
    width: 100%;
    /* height: 100px; */
    background-color: transparent;
}

.others ul {
    width: 100%;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    margin-left: 10%;
    margin-bottom: 20px;
}

.others ul li {
    width: 100% !important;
    text-align: left;
    line-height: 30px;
    height: 40px !important;
    font-size: 16px;
    background-color: transparent !important;
    color: #999999;
    cursor: pointer;
}

.others ul li:hover {
    color: #289054;
}

.mailbox {
    background-image: none;
    background-color: white;
    box-sizing: border-box;
    padding: 40px 0px;
}

.mailbox h1 {
    font-size: 40px;
    color: #289054;
}

.mailbox h2 {
    font-size: 40px;
    font-weight: 600;
    color: #333333;
    margin: 10px 0px 50px 0px;
}

.mailbox .form {
    width: 100%;

}

.mailbox .form .cell1 {
    display: flex;

    justify-content: space-between;
    width: 100%;
}

.mailbox .form .cell1 input {
    width: 30%;
    height: 60px;
    border: solid 1px #e3e3e3;
    margin-right: 3%;
    font-size: 16px;
    padding-left: 10px;
    outline: none;
    box-sizing: border-box;
}

.mailbox .form .cell2 {
    width: 100%;

}

.mailbox .form .cell2 input {
    width: 100%;
    height: 60px;
    border: solid 1px #e3e3e3;
    /* margin-right: 3%; */
    font-size: 16px;
    padding-left: 10px;
    margin: 20px 0px;
    outline: none;
}

.mailbox .form .cell3 textarea {
    width: 100%;
    height: 199px;
    border: solid 1px #e3e3e3;
    /* margin-right: 3%; */
    font-size: 16px;
    padding: 20px 10px;
    margin: 20px 0px;
    outline: none;
    box-sizing: border-box;
}

.mailbox .form .cell4 {
    display: flex;

}

.mailbox .form .cell4 input {
    background-color: #ffffff;
    border: solid 1px #e3e3e3;
    width: 30%;
    height: 60px;
    font-size: 16px;
    box-sizing: border-box;
    padding: 0px 10px;
}

.mailbox .form .cell4 div {
    width: 110px;
    height: 60px;
    background-color: #289054;
    color: white;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
}

.mailbox .form .cell4 button {
    font-size: 18px;
    width: 15%;
    border: none;
    margin-left: 20px;
    height: 60px;
    background-color: #289054;
    color: #ffffff;
}

.mailbox .form .cell4 input:nth-of-type(2) {
    width: 18px;
    height: 18px;
    background-color: #eeeeee;
    margin: 20px 10px 0px 30px;
    border-radius: 3px;
    border: solid 1px #d2d2d2;
}

.mailbox .form .cell4 span {
    margin-top: 20px;
}

.mailbox .form .cell4 a {
    color: #289054;
}

.mask {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 9999;
    display: flex;
    box-sizing: border-box;
    padding: 0px 2%;
}

 .main {
    width: 83%;
    height: 100%;
    background-image: url(../images/mask-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    box-sizing: border-box;
    padding: 100px;
    display: flex;
    margin: 0 auto;
}

 .main .left {
    width: 30%;
    flex-shrink: 0;
    height: 555px;
    background-color: #cfd4d7;
}

 .main .right {
    /* margin-left: 10%; */

}

 .main .right h2 {
    font-size: 36px;
    color: #333333;
    font-weight: 500;
}

 .main .right p {
    font-size: 18px;
    color: #333333;
    margin-top: 20px;
    line-height: 42px;
    text-align: left;
}

 .main .right button {

    width: 220px;
    height: 50px;
    background-color: #289054;
    /* border-radius: 5px; */
    color: white;
    border: none;
    font-size: 24px;
    margin-right: 30px;
    margin-top: 50px;
}
.main .right button a:hover{
    color: #FFF;
}
.exit {
    position: absolute;
    right: 20px;
    top: 28px;
}

.mask .aside {
    display: flex;
    flex-direction: column;
    margin-right: 60px;
    justify-content: center;
}

.mask .aside .search {
    width: 44px;
    height: 44px;
    border-radius: 22px;
    background-color: #289054;
    margin: 15px 18px;
}

.mask .aside ul li p {
    color: #666666;
    font-size: 14px;
    margin-top: 6px;
}

.mask .aside ul li {
    width: 100%;
    height: 20%;
    text-align: center;
    box-sizing: border-box;
    padding-top: 10px;
}

.mask .aside ul {
    width: 80px;
    height: 384px;
    background-color: #ffffff;
    box-shadow: 0px 0px 12px 0px rgba(7, 32, 61, 0.1);
    border-radius: 5px;
}

.mask .aside ul .active {
    background-color: #289054;

}

.mask .aside ul .active p {
    color: white;
}




.aside-main {
    display: flex;
    flex-direction: column;
    margin-right: 60px;
    justify-content: center;
    position: fixed;
    z-index: 90;
    left: 20px;
    top: 20%;
}

.search-wap {
    display: flex;
}

.search-wap .input-search {
    display: flex;
}

.search-wap .input-search input {
    width: 350px;
    height: 60px;
    border: solid 1px #d2d2d2;
    font-size: 16px;
    box-sizing: border-box;
    outline: none;
}

.search-wap .input-search button {
    width: 100px;
    height: 60px;
    background-color: #289054;
    border: none;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-wap .input-search button img {
    margin-right: 10px;
}

.aside-main .search {
    width: 44px;
    height: 44px;
    border-radius: 22px;
    background-color: #289054;
    margin: 15px 18px;
    text-align: center;
    line-height: 57px;
}

.aside-main ul li p {
    color: #666666;
    font-size: 14px;
    margin-top: 6px;
}

.aside-main ul li {
    width: 100%;
    height: 80px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 10px;
}

.aside-main ul {
    width: 80px;

    background-color: #ffffff;
    box-shadow: 0px 0px 12px 0px rgba(7, 32, 61, 0.1);
    border-radius: 5px;
}

.aside-main ul .active {
    background-color: #289054;

}

.aside-main ul .active p {
    color: white;
}

.hide {
    display: none;
}

.cn-name {
    font-size: 32px;
    font-weight: 600;
    line-height: 36px;
    margin-top: 20px;
    color: #ffffff;
}

.en-name {
    font-size: 24px;
    line-height: 36px;
    color: #ffffff;
    opacity: 0.6;
}

@media screen and (max-width: 1600px) {
    .nav .logo {
        margin-top: 0px !important;
    }
    #section3 .swiper-pagination{
	display:none;
}
    .nav ul {
        line-height: 3.9;
    }
.nav .hanlder .search img{
top:30%;
}
    #section2 ul li {
        position: relative;
    }

    #section2 ul li .mask1 {
        position: absolute;
        width: 100%;
    }

    #section2 ul .active .mask1 p {
        width: 100%;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 10;
        overflow: hidden;
    }

    #section3 .fp-overflow {
        max-height: auto;
    }

    #section3 .fp-overflow::-webkit-scrollbar {
        display: none;
    }

    .footer1 ul li {
        margin-right: 1%;
    }

    .company {
        height: auto;
    }

    .honors-list {
        height: auto;
    }

    .honors-list .swiper-button-next {
        display: none;
    }

    .honors-list .swiper-button-prev {
        display: none;
    }

    .the-team .team-container .team-list {
        height: 300px;
    }

    .the-team .team-container {
        height: 500px;
    }

    .party-container .swiper-button-next {
        display: none;
    }

    .party-container .swiper-button-prev {
        display: none;
    }

    .footer2 ul {
        margin-right: 5%;
    }

    .footer3 p {
        text-align: left;
    }

    .video-container .wap .detail .my-content .right img:nth-of-type(1) {
        width: 100%;
    }

    .video-container .wap ul li {
        height: auto;
        margin-top: 20px;
    }

    .video-container .wap ul li .pic {
        height: fit-content;
        background-color: white;
    }
.video-container .wap ul li .pic a{
display:block;
width:100%;
height:100% 
}
    .video-container .wap ul li .pic a img {
        width: 100%;
        height: 100%;
    }

    #section3 .swiper-slide img {
        height: 51.6%;
    }

    #section3 .information .list {
        height: auto;
        margin-bottom: 30px;
    }

    #section3 .information .list .content {
        width: 100%;
        height: 110px;
    }

    #section3 .information .list .content h1 {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
}

.history-list .swiper-pagination-progressbar {
    bottom: -60px;
    top: auto;
}

.history-list .swiper-button-prev:after {
    display: none !important;
}

.history-list .swiper-button-next:after {
    display: none !important;
}

.history-list .swiper-button-prev {
    width: 80px;
    height: 80px;
    border-radius: 40px;
    background: #289054;
    z-index: 1;
    top: 110px;
    left: -82px;
}

.history-list .swiper-button-next {
    width: 80px;
    height: 80px;
    border-radius: 40px;
    z-index: 1;
    background: #289054;
    top: 110px;
    transform: rotate(180deg);
    right: -82px;

}

.my-swiper-pagination {
    width: 100%;
    height: 1px;
    box-sizing: border-box;
    position: absolute;
    bottom: -60px;
    background-color: rgba(255, 255, 255, 0.5);
}

.my-swiper-pagination ul {
    width: 100%;
    display: flex;
    height: 100%;

}

.my-swiper-pagination ul li {
    position: relative;
    width: 15%;
    background-color: rgb(255, 255, 255);
    cursor: pointer;
}

.my-swiper-pagination ul .active {
    background-color: #fd9935;
}

.my-swiper-pagination ul li::after {
    position: absolute;
    left: 0;
    top: -6px;
    content: "";
    width: 12px;
    height: 12px;
    background-color: #ffffff;
    opacity: 0.8;
    border-radius: 6px;
}

.my-swiper-pagination ul .active::after {
    position: absolute;
    left: 4px;
    top: -6px;
    content: "";
    width: 12px;
    height: 12px;
    background-color: #fd9935;
    opacity: 0.8;
    border-radius: 6px;
}

.my-swiper-pagination ul .active::before {
    position: absolute;
    left: 0;
    top: -10px;
    content: "";
    width: 18px;
    height: 18px;
    background-color: transparent;
    border: 1px solid #fd9935;
    opacity: 0.8;
    border-radius: 9px;
}

.party-list ul li .right p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.aside-main ul li img:nth-of-type(2) {
    display: none;
}

.aside-main ul .active img:nth-of-type(1) {
    display: none;
}

.aside-main ul .active img:nth-of-type(2) {
    display: inline-block;
}



.aside-main ul li img:nth-of-type(2) {
    display: none;
}

.aside-main ul .active img:nth-of-type(1) {
    display: none;
}

.aside-main ul .active img:nth-of-type(2) {
    display: inline-block;
}


.nav li .p_MatteIcon .iconfont:before {
    content: '\e602';
}

.nav li>div {
    animation-fill-mode: both;
}

@media only screen and (min-width: 1025px) {
    .nav li .tNavBox {
        width: 100%;
        height: auto;
        overflow: visible;
        background: none;
    }

    .nav li .navBtn {
        display: none;
    }

    .party-list {
        width: 73%;
    }

    .nav li .navSliBtn {
        display: none;
    }

    .nav li .iconJt {
        display: none;
    }

    .nav li .tNav {
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
    }

    .nav li .navUl {
        width: 100%;
        display: flex;
        font-size: 0;
    }

    .nav li .navLi {
        padding: 0;
        width: 16%;
        display: inline-block;
        font-size: 1rem;
    }

    .nav li .navLi:hover .tNavH::before {
        width: 50%;
        opacity: 1;
    }

    .nav li .tNavH {
        position: relative;
    }

    .nav li .tNavH::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        display: block;
        width: 0;
        height: 2px;
        background-color: #0068b7;
        opacity: 0;
        transition: all .5s ease;
    }

    .nav li .tNav .navName {
        position: relative;
        display: block;
        padding: 0;
        line-height: 80px;
        font-size: 16px;
        color: #fff;
        text-align: center;
        font-weight: bold;
        transition: all .5s ease;
    }

    .nav li .tNav.active .navName {
        color: #333;
    }

    .nav li .navName::after {
        content: attr(data-title);
        position: absolute;
        top: 0;
        left: 0;
        transform: translateY(100%);
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #0068b7;
    }

    .nav li .navLi:hover .navName {
        transform: translateY(-100%);
    }

    .nav li .navLi:hover .slidBox {
        height: auto;
        display: block;
    }

    .nav li .slidBox {
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        height: auto;
        min-width: 1024px;
        overflow: hidden;
        z-index: 110;
        margin: 0 auto;
        padding: 0;
        transition: all .5s ease;
        background: #f2f2f2;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.075);
        border-top: 1px solid #f2f2f2;
        display: none;
    }

    .nav li .slidBox .ej_neirong {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        width: 94%;
        margin: 0px auto;
    }

    .nav li .slidBox .ej_neirong .left_con {
        width: 100%;
        padding: 60px 0px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        flex-direction: row;
    }

    .nav li .slidBox .ej_neirong .right_con {
        width: 25%;
        display: none;
    }

    .nav li .ej_neirong .left_con .nav_infor {
        width: 60%;
    }

    .slidBox .ej_neirong .left_con .nav_infor .t {
        font-size: 30px;
        color: #333;
        font-weight: normal;
        line-height: 30px;
        margin-bottom: 30px;
        text-align: left;
    }

    .slidBox .ej_neirong .left_con .nav_infor .c p {
        font-size: 14px;
        color: #74787c;
        line-height: 25px;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        text-align: left;
        margin-bottom: 17px;
    }

    .nav li .ej_neirong .left_con .nav_img {
        width: 33%;
    }

    .nav li .ej_neirong .left_con .nav_img .oneimg {
        position: relative;
        display: block;
        width: 100%;
        height: 0;
        overflow: hidden;
        padding-bottom: 59%;
        border-top-left-radius: 30px;
        border-bottom-right-radius: 30px;
    }

    .nav li .ej_neirong .left_con .nav_img .oneimg .img100 {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(1);
        width: 100%;
        height: auto;
        transition: all 0.8s ease .1s;
    }

    .nav li .right_con .r_infor {
        padding-left: 10%;
        width: 100%;
        padding-top: 60px;
    }

    .nav li .r_infor dt {
        font-size: 28px;
        font-weight: normal;
        color: #fff;
        line-height: 28px;
        margin-bottom: 24px;
    }

    .nav li .r_infor dd {
        font-size: 16px;
        color: #fff;
        line-height: 36px;
    }

    .nav li .r_infor dd a {
        color: #fff;
    }

    .nav li .navLi .slidBox .slidBox_con {
        width: 100%;
        background: url(/img/ssy_navbg01.jpg?tenantId=260978&viewType=1&v=1676852879000) #f6f9fe no-repeat center bottom;
        overflow: hidden;
        display: none;
    }

    .nav li .navLi .slidBox .slidBox_con .slidBox_con_w {
        width: 100vw;
    }

    .nav li .navLi:hover .slidBox .slidBox_con {
        display: block;
        overflow: hidden;
    }

    .nav li .leftBox {
        position: relative;
        width: 19%;
        margin-right: 8%;
        height: auto;
        float: left;
        text-align: right;
        overflow: hidden;
        display: none;
    }

    .nav li .navSbox {
        position: relative;
        width: 100%;
        height: auto;
        overflow: hidden;
        white-space: nowrap;
        margin: 0 auto;
        padding: 0;
    }

    .nav li .navSli {
        width: 33.33%;
        float: left;
        padding-right: 5%;
        line-height: 1.4;
    }

    .nav li .navSlink {
        display: block;
        position: relative;
        overflow: hidden;
        border-bottom-right-radius: 10px;
        border-top-left-radius: 10px;
        padding: 15px 0;
        margin-bottom: 5px;
        border-bottom: 1px solid #e4e4e4;
        -webkit-transition: padding 250ms cubic-bezier(.25, .46, .45, .94);
        transition: padding 250ms cubic-bezier(.25, .46, .45, .94);
    }

    .nav li .navSlink span {
        display: block;
        font-size: 14px;
        color: #74787c;
        position: relative;
        z-index: 1;
        padding-left: 0px;
        transition: all .3s ease;
    }

    .nav li .navSlink:hover span {
        color: #fff;
        padding-left: 15px;
    }

    .nav li .navSlink span.en {
        margin-bottom: 8px;
        text-transform: uppercase;
        display: none;
    }

    .nav li .navSlink span.cn {
        letter-spacing: 1px;
    }

    .nav li .navSli .navSlink:after {
        content: '';
        width: 0%;
        height: 100%;
        background: #289054;
        position: absolute;
        bottom: -1px;
        left: 0;
        z-index: 0;
        -webkit-transition: width 250ms cubic-bezier(.25, .46, .45, .94);
        transition: width 250ms cubic-bezier(.25, .46, .45, .94);
    }

    .nav li .navSlink:before {
        content: '';
        width: 12px;
        height: 12px;
        position: absolute;
        z-index: 1;
        filter: grayscale(1);
        top: 50%;
        right: 0;
        margin-top: -6px;
        background-image: url(//dfs.yun300.cn/group1/M00/1D/7A/rBQBHF90UbKEdnVlAAAAAHcPuzU641.png?tenantId=260978&viewType=1&v=1676852879000);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        -webkit-transition: right 250ms cubic-bezier(.25, .46, .45, .94);
        transition: right 250ms cubic-bezier(.25, .46, .45, .94);
    }

    .nav li .navSlink:hover:before {
        background-image: url(//dfs.yun300.cn/group1/M00/1A/C0/rBQBG2FnxI6ECdbDAAAAAODOCkE223.png?tenantId=260978&viewType=1&v=1676852879000);
        right: 12px;
        filter: brightness(0) invert(1);
    }

    .nav li .navSlink:hover:after {
        width: 100%;
    }

    .nav li .navSlink:hover {
        padding-left: 0px;
    }

    .nav li .oneName {
        font-size: 26px;
        padding-bottom: 15px;
        color: #000;
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .nav li .tNavSummry {
        line-height: 24px;
        width: 100%;
        height: auto;
        overflow: hidden;
        color: #666666;
        font-size: 14px;
        max-width: 420px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
    }

    .nav li .tNavMore {
        display: block;
        position: relative;
        height: auto;
        padding-top: 25px;
        border-top: 1px dashed #cccccc;
        margin-top: 20px;
        cursor: pointer;
    }

    .nav li .txt {
        color: #000;
        transition: all .5s ease;
    }

    .nav li .leanMore {
        margin-left: 2rem;
        transition: all .5s ease;
    }

    .nav li .tNavMore:hover .txt {
        color: #0068b7;
        margin-left: 10px;
    }

    .nav li .tNavMore:hover .leanMore {
        color: #0068b7;
    }

    .nav li .navSimg {
        position: relative;
        width: 100%;
        height: 160px;
        overflow: hidden;
    }

    .nav li .navImg {
        position: absolute;
        left: 50%;
        transform: translateX(-50%) scale(1);
        width: auto;
        height: 100%;
        transition: all .5s ease;
    }

    .nav li .navSli:hover .navImg {
        transform: translateX(-50%) scale(1.1);
    }

    .nav li .navSli:hover .navSlink {
        color: #289054;
    }

    .nav li .navSli:hover .navSlink::after {
        width: 100%;
        opacity: 1;
    }
}

@media only screen and (max-width: 1440px) {
    .nav li .ej_neirong .left_con .nav_infor .t {
        font-size: 28px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .nav li .ej_neirong .left_con .nav_infor .c {
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 1366px) {
    .nav li .tNav .navName {
        font-size: 15px;
    }

    .nav li .ej_neirong .left_con .nav_infor .t {
        font-size: 26px;
        line-height: 26px;
        margin-bottom: 14px;
    }
}

}
@media only screen and (max-width: 1024px) {
    .nav li .nav_infor .t {
        display: none;
    }

    .nav li .nav_infor .c {
        display: none;
    }

    .nav li .right_con {
        display: none;
    }

    .nav li .nav_img {
        display: none;
    }

    .nav li .navSlink span.en {
        display: none;
    }

    .nav li .leftBox {
        display: none;
    }

    .nav li .navSimg {
        display: none;
    }

    .nav li .tNavBox {
        position: relative;
        overflow: hidden;
        height: 70px;
        background: none;
    }

    .nav li .navBtn {
        position: absolute;
        top: 1rem;
        right: 8px;
        background: #0068b7;
        width: 40px;
        height: 40px;
        padding: 10px;
        line-height: 73px;
        border-radius: 3px;
    }

    .nav li .navLine {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .nav li .navBtnImg {
        display: block;
        width: 90%;
        height: 70%;
    }

    .nav li .tNav {
        position: fixed;
        top: 70px;
        left: 0;
        right: 0;
        height: 0;
        overflow-y: auto;
        z-index: 999;
        background: rgba(0, 0, 0, .8);
        transition: all .5s ease;
    }

    .nav li .tNavHeight {
        height: 100%;
    }

    .nav li .slidBox {
        display: none;
    }

    .nav li .navUl {
        background: #f6f9fe;
        overflow: hidden;
    }

    .nav li .navLi {
        border-bottom: 1px solid #e6ebf5;
        position: relative;
    }

    .nav li .tNavH {
        position: relative;
        height: 46px;
        line-height: 46px;
        padding: 0 5%;
        font-size: 14px;
        transition: all .5s ease;
    }

    .nav li .tNavHBac {
        background-color: #0068b7;
    }

    .nav li .tNavHBac .navName {
        color: #fff;
    }

    .nav li .tNavHBac .iconJt {
        color: #fff;
    }

    .nav li .navName {
        display: block;
        width: 100%;
        height: 100%;
        color: #333;
    }

    .nav li .iconJt {
        position: absolute;
        top: 0;
        right: 5%;
        display: flex;
        width: 50%;
        height: 46px;
        justify-content: flex-end;
        align-items: center;
        color: #333;
        font-size: 0.875rem;
        transition: all .5s ease;
    }

    .nav li .iconJtRotate {
        transform: rotateX(180deg);
    }

    .nav li .navSliBtn {
        height: 40px;
        width: 100%;
        text-align: center;
    }

    .nav li .hs {
        height: 100%;
    }

    .nav li .navSbox {
        padding-bottom: 30px;
    }

    .nav li .navSli {
        padding-left: 8%;
        font-size: 0.875rem;
        height: 38px;
        line-height: 38px;
    }

    .nav li .navSlink {
        display: block;
        width: 100%;
        height: 100%;
        color: #666;
    }

    .nav li .navSlink:hover {
        color: #0068b7;
    }
}


.nav ul li:hover .slidBox {

    height: auto;
    display: block;
}

.nav .nav-list>ul {
    height: 90px;

}

#section3 .information .list a:nth-of-type(1) {
    diplay: block;
    height: 63.2%;
    width: 100%;
}

#section3 .information .list a:nth-of-type(1) img {
    height: 100%;
}

.nav ul li:hover a {
    color: #289054;
    font-weight: 600;
}

.nav ul .active a {
    color: #289054;
    font-weight: 600;
}

.party-container .swiper-button-next {
    display: flex !important;
}

.party-container .swiper-button-prev {
    display: flex !important;
}
.login-container{
    width: 100%;
    height: 100%;
    background-image: url(../images/new/login_bg_all.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    overflow: hidden;

}
.login-wrapper{
    width: 78vw;
    height: 77vh;
    margin: 11vh auto ;
    background-image: url(../images/new/login_bg_left.jpg);
    box-sizing: border-box;
    padding:1vw;
    background-position: 0% 55%
}
.login{
    width: 100%;
    display: flex;
    height: 100%;
}
.login .left{
    width: 50%;
    height: 100%;
    background-image: url(../images/new/login_bg_left.jpg);
    background-size: 100% 100%;
    background-size: no-repeat;

}
.login .right{
    background-color: white;
    width: 50%;
    box-sizing: border-box;
    padding: 6vh 5vw; 
    padding-right: 10vw;

}
.login .right h1{
    font-family: 微软雅黑;
    font-size: 40px;
    line-height: 72px;
}
.login .right input[type='text']{
    width: 100%;
    border: none;
    outline: none;
    border-bottom: 2px solid #cfcfcf;
    height: 50px;
    font-size: 20px;
    margin-top: 60px;
    font-family: 微软雅黑;
    position: relative;
}
.login .right input[type='text']:nth-of-type(1){
    margin-top: 0px;
}
.login .right input::placeholder{
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 72px;
	letter-spacing: 0px;
	color: #999999;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 99;

}
.login .handle{
    width: 100%;
    margin-top: 40px;
    display: flex;
    margin-bottom: 30px;
    justify-content: space-between;

}
.login .right input[type='checkbox']{
    background-color: #ebe9e9;
}
.login .handle .lf{
    font-family: MicrosoftYaHei;
	font-size: 16px;
	color: #333333;
}
.login .handle .rg{
    font-size: 16px;
    color: #289054
}
.login button{
    width: 100%;
	height: 60px;
	background-image: linear-gradient(
		#289054, 
		#289054), 
	linear-gradient(
		#289054, 
		#289054);
	background-blend-mode: normal, 
		normal;
        border: none;
	border-radius: 3px;
    font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
    margin: 10px 0px;
}
.register .right input[type='text']{
    height: 40px;
    margin-top: 20px;
}
.register .right span{
    position: absolute;
    right: 0px;
    color: #ffad37;
    top: 0px;
}
.login-handle{
    width: 100px;
    height: 34px;
    border-radius: 17px;
    border: 1px solid #dcdcdc;
    display: flex;
    line-height: 34px;
    margin-top: 20px;
    margin-left: 20px;
}
.login-handle div{
    width: 50px;
    text-align: center;
    height: 40%;
    margin-top: 10%;
    line-height: 100%;
}
.login-handle div:first-child{
    border-right: 1px solid #333333;
}
.user-avatar {
    width: 70px;
    height: 100%;

    text-align: center;
}
.user-avatar img {
        width: 30px;
    height: 30px;
    border-radius: 15px;
    margin-top: 20px;
}
.user-title{
    font-size: 48px;
    color: #ffffff;
    position: absolute;
    top:180px;
    width: 100%;
    /* text-align: center; */
}
.user-title div{
    width: 1200px;
    margin: 0 auto;
}
.user-info{
    width: 1200px;
    margin: 0 auto;
    background-color: white;
    border-radius: 20px;
    margin-top: -50px;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    padding:28px ;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.user-info .left img{
    width: 120px;
    height: 120px;
    border-radius: 60px
}
.user-info .left{
    display: flex;
    align-items: center;
}
.user-info h5{
font-size:20px;
}
.user-info .right{
    width: 160px;
	height: 56px;
	background-color: #289054;
	border-radius: 12px;
    line-height: 56px;
    text-align: center;
    color: white;	font-size: 18px;

	border: solid 1px #e8e8e9;
}
.user-list{
    width: 1200px;
    margin:30px auto;
    background-color: white;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 45px 40px;
    margin-bottom: 50px;
}
.user-list .header{
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
    height: 45px;
    margin-bottom: 50px;
}
.user-list .header ul {
    display: flex;
    height: 100%;
}
.user-list .header ul .active{
	color: #289054;
    border-bottom:3px solid #289054;

}
.user-list .header ul li{
    font-size: 24px;
	font-weight: normal;
    height: 100%;
	line-height: 36px;
	letter-spacing: 0px;
    margin-right: 30px;


}
.user-list .list ul li{
    
    box-sizing: border-box;
    padding: 0px 30px;
    border-bottom: 1px solid #e7e7e7;
    box-sizing: border-box;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.user-list .list ul .question::after{
    content: "问";
    position: absolute;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    color: white;
    left: -30px;
    top: 6px;
    width: 20px;
	height: 20px;
	background-color: #ff9c1b;
	border-radius: 3px;
}
.user-list .list ul .answer::after{
    content: "答";
    position: absolute;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    color: white;
    left: -30px;
    top: 0px;
    width: 20px;
	height: 20px;
	background-color: #289054;
	border-radius: 3px;
}
.user-list .list ul li .question{
    font-size: 18px;
	letter-spacing: 0px;
    position: relative;
	color: #333333;
    line-height:36px ;
}
.user-list .list ul li .answer{
    font-size: 16px;
    position: relative;
	letter-spacing: 0px;
	color: #666666;
}
.user-mask{
    width: 100vw;
    min-height: 100vh;
    overflow: hidden;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .2);
    z-index: 99999;
    display: none;
}
.user-mask .user-letter{
    width: 83vw;
    height: 100%;
    background-color: white;
    margin: 0 auto;
    box-sizing: border-box;
    padding:5% 14%;
    overflow-y: scroll;
    position: relative;
}
.user-mask .user-letter .my-table{
    width: 100%;
    border: 1px solid #e2e2e2;
    margin-bottom: 30px;
}
.user-mask .user-letter .my-table header{
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    background-color: #d4e9dd;
    color: #289054;
    box-sizing: border-box;
    padding: 0px 20px;
    font-weight: 600
    ;
}
.user-mask .user-letter .my-table .cell{
    width: 100%;
    display: flex;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    padding:0px 20px;
    border-bottom:1px solid #e2e2e2 ;
}
.user-mask .user-letter .my-table .letter{
    box-sizing: border-box;
    padding: 20px;
    line-height: 28px;
    overflow-y: scroll;
    max-height: 265px;
}
.user-mask .user-letter .my-table span{
    font-weight: 600;
}
.user-mask .user-letter .my-table .cell .left{
    width: 65%;
}
.user-mask .user-letter .my-table .cell:nth-child(2n){
    background-color: #f2f8f5;
}
.user-mask .user-letter .my-table:nth-child(3) header{
    color: #0074ae;
    background-color: #d6e8f1;
}

.user-mask .user-letter .my-table:nth-child(3) .letter{
    color: #333;
    background-color: #f0f7fa;
    box-sizing: border-box;
    padding: 20px;
    line-height: 28px;
}

.user-mask .user-letter::-webkit-scrollbar {
    display: none
}
.user-mask .user-letter .exit{
    position: absolute;
    cursor: pointer;
    right: 30px;
    top: 30px;
}
.user-list li{
    cursor: pointer;
}
.user-mask1{
    display: none;
}
.user-update{
    width: 52vw;
    height: 86vh;
    margin: 7vh auto;
    background-color: white;
    position: relative;
    box-sizing: border-box;
    padding: 3%;
}
.user-update form{
    /* width: 50%;

    /* border: 1px solid red; */
    
}
.user-update h2{
	font-family: MicrosoftYaHei;
	font-size: 24px;

	color: #333333;
}
.user-update .avatar{
    display: flex;
    align-items: center;
    margin: 30px 0px;
}
.user-update .avatar img{
    max-width: 80px;
    height: fit-content;
}
.upload-avatar{

    position: relative;
    width: 90px;
	height: 42px;
	background-color: #edf2f5;
	border-radius: 12px;
    text-align: center;
    line-height: 42px;
}
.upload-avatar input{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999;
    opacity: 0;
    left: 0;
}
.upload-avatar p{
    position: relative;
    z-index:10;
    font-size: 16px;
}
.user-update .nickname{
    height: 44px;
    font-size: 14px;
	color: #666666;
    position: relative;
    margin: 20px 0px;
}
.user-update .nickname input[type='text']{
    height: 44px;
	background-color: #ffffff;
	border-radius: 12px;
	border: solid 1px #e8e8e9;
    outline: none;
    width: 300px;
    box-sizing: border-box;
    padding: 0px 15px;
    font-size: 16px;
}
.user-update .nickname input[type='password']{
    height: 44px;
	background-color: #ffffff;
	border-radius: 12px;
	border: solid 1px #e8e8e9;
    outline: none;
    width: 300px;
    box-sizing: border-box;
    padding: 0px 15px;
    font-size: 16px;
}
.user-update .nickname input[type='radio']{
 width: 15px;
 height: 15px;
 margin-right: 10px;
}
.user-update .nickname label{
    margin-right: 20px;
   

}
.user-update  button{
    width: 180px;
	height: 60px;
	background-color: #289054;
	border-radius: 5px;
    color: white;
    font-size: 18px;
    font-weight: 600;
    outline: none;
    border: none;
    margin: 0 auto;
    margin-left: 50px;
    margin-top: 60px;
}
.update-psd{
position: absolute;
left: 350px;
top:10px;
display: flex;
align-items: center;
color: #289054;
cursor: pointer;
}
.mini-form{
    position: absolute;
    right: 30px;
    width: 16vw;
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
	box-shadow: 0px 0px 12px 0px 
		rgba(20, 6, 11, 0.08);
	border-radius: 12px;
    box-sizing: border-box;
    padding: 20px;
    bottom: 20px;
    display: none;
}
.mini-form h2{
    font-size: 18px;

	color: #333333;
    margin-bottom: 30px;
}
.mini-form input{
    width: 100%;
    height: 44px;
    font-size: 16px;
    padding-left: 15px;
    margin-bottom: 15px;
    background-color: #ffffff;
	border-radius: 12px;
	border: solid 1px #e8e8e9;
    box-sizing: border-box;
    outline: none;
}
.mini-form button{
    width: 100px;
	height: 44px;
	background-color: #289054;
	border-radius: 5px;
    font-size: 14px;
    margin-left: 0px;
    margin-top: 20px;
	color: #ffffff;
}





.my-content .user-letter{
    width: 100%;
    height: 100%;
    background-color: white;
    margin: 0 auto;
    box-sizing: border-box;
    /* padding:5% 14%; */
    overflow-y: scroll;
    position: relative;
}
.my-content .user-letter .my-table{
    width: 100%;
    border: 1px solid #e2e2e2;
    margin-bottom: 30px;
}
.my-content .user-letter .my-table header{
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    background-color: #d4e9dd;
    color: #289054;
    box-sizing: border-box;
    padding: 0px 20px;
    font-weight: 600
    ;
}
.my-content .user-letter .my-table .cell{
    width: 100%;
    display: flex;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    padding:0px 20px;
    border-bottom:1px solid #e2e2e2 ;
}
.my-content .user-letter .my-table .letter{
    box-sizing: border-box;
    padding: 20px;
    line-height: 28px;
    /* overflow-y: scroll; */
    /* max-height: 265px; */
}
.my-content .user-letter .my-table span{
    font-weight: 600;
}
.my-content .user-letter .my-table .cell .left{
    width: 65%;
    padding: 0;
    text-align: left;
    border: none;
}
.my-content .user-letter .my-table .cell .right{
    border: none;
    padding: 0;
}
.my-content .user-letter .my-table .cell:nth-child(2n){
    background-color: #f2f8f5;
}
.my-content .user-letter .my-table:nth-child(2) header{
    color: #0074ae;
    background-color: #d6e8f1;
}

.my-content .user-letter .my-table:nth-child(2) .letter{
    color: #333;
    background-color: #f0f7fa;
    box-sizing: border-box;
    padding: 20px;
    line-height: 28px;
}

.my-content .user-letter::-webkit-scrollbar {
    display: none
}
.my-content .user-letter .exit{
    position: absolute;
    cursor: pointer;
    right: 30px;
    top: 30px;
}




.crumbs-nav {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: end;
    margin-top: 0px;
box-sizing: border-box;
    padding-right: 13%;
}

    .crumbs-nav ul {
        width: 50%;
        height: 100%;
        margin-top: 0px !important;
        justify-content: end;
        align-items: center;
    display: flex;
    }

        .crumbs-nav ul li {
            height: 50px !important;
            width: auto !important;
            line-height: 50px;
            margin-right: 10px !important;
            color: #888888;
            cursor: pointer;
        }



.backTop{
width: 44px;
    height: 44px;
    border-radius: 22px;
    background-color: #289054;
    margin: 15px 18px;
    text-align: center;
    line-height: 57px;
}

.m-nav{
	display:none;
}
.drop-menu{
display:none;
    position: fixed;
    z-index: 999;
    width: 100%;
    padding: 5%;
    top: 50px;
    height: calc(100% - 50px);
    box-sizing: border-box;
    background: rgba(255,255,255,0.8);
}
.drop-menu ul li{
    text-align: center;
    line-height: 50px;
    font-size: 16px;
}

@media screen and (max-width: 1000px){
#section3 .information .list{
height:600px;
}
}

.nav .hanlder .search img{
    right: 23%;
}
.nav-white .login-handle{
margin-top:30px;
}
#Collapse{
display:none;
}
.party-list ul li .left a{
display: block;
    width: 100%;
    height: 100%;
}
#unfold{
display:none;
}




.pmenu{ border-bottom:1px #e0e0e0 solid; border-top:1px #e0e0e0 solid;    display: flex;
    width: 73%;
 margin: 0px auto;
 }
.pmenu a{ float:left; line-height:71px; color:#333; padding:0 25px; position:relative; font-size:15px; font-weight:bold;}
.pmenu a.active,.pmenu a:hover{ background:#289054; color:#fff;}
.pmenu a.active:before,.pmenu a:hover:before{ content:''; background:#fff; width:33px; height:2px; position:absolute; left:50%; bottom:9px; transform:translateX(-50%);}


.news-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.2rem;
  width: 73%;
 margin: 0px auto;
gap:20px
}

.news-list .item {
  width: 4.42rem;
  height: 7.2rem;
  flex-shrink: 0;
  background-color: #fff;
  display:flex;
  flex-direction: column;
  align-items: center;
}

.news-list .item .date-icon {
  display: flex;
  color: #999999;
  align-items: center;
}

.news-list .item .cover {
  width: 100%;
  height: 5.64rem;

}

.news-list .item .cover img {
  width: 100%;
  object-fit: contain
}

.news-list .item .date-icon img {
  width: 16px;
  height: 16px;
  vertical-align: baseline;
  margin-right: 0.1rem;
}

.news-list .item .info {
  box-sizing: border-box;
  padding: 0.2rem 0.2rem 0.2rem 0.2rem;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.news-list .item .info .title {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  margin: 10px 0px;
  position: static;
  text-align: left;	
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 行数 */
  -webkit-box-orient: vertical;
}

.news-list .item .info .more {
  width: 128px;
  height: 36px;
  background-color: #ffffff;
  border-radius: 18px;
  border: solid 1px #dfdfdf;
  text-align: center;
  line-height: 36px;
  color: #333333;
}

.news-list .item:nth-child(4n) {
  margin-right: 0;
}


.ditua {
  width: 65.54vw;
  height: 23.75vw;

}

  .footea {
    width: 58.48vw;
    background: #FFFFFF;
    box-shadow: 0vw 0vw 3vw 0vw rgba(4, 91, 161, 0.1);
    margin: 4vw auto 0;
    position: relative;
    z-index: 99;
    margin-bottom: 16vw;
    padding: 2.18vw 3.13vw;
    display: flex;
    justify-content: space-between;
  }
  .footea .left_ffoer {
    display: flex;
    flex-flow: column;
  }
  .footea .left_ffoer .mine1 {
    font-size: 1.25vw;
    font-family: SourceHanSansCN;
    font-weight: 300;
    color: #181818;
    padding-bottom: 1.5vw;
  }
  .footea .left_ffoer .mine2 {
     /* width: 10.89vw; */
    font-size: 1.7vw;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #181818;
    line-height: 3.13vw;
    padding-bottom: 0.8vw;
  }
  .footea .left_ffoer .mine3 {
    width: 4.17vw;
    height: 0.21vw;
    background: #0875CD;
  }
  .footea .left_ffoer .mine4 {
    width: 21.61vw;
    font-size: 0.83vw;
    font-family: SourceHanSansCN;
    font-weight: 300;
    color: #999999;
    line-height: 1.51vw;
    padding-top: 2vw;
    padding-bottom: 1vw;
  }
  .footea .left_ffoer .mine5 {
    font-size: 0.83vw;
    font-family: SourceHanSansCN;
    font-weight: 300;
    color: #999999;
    padding-bottom: 0.5vw;
  }
  .footea .left_ffoer .mine6 {
    font-size: 1.56vw;
    font-family: SourceHanSansCN;
    font-weight: 300;
    color: #181818;
  }
  .footea .ldine {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .footea .ldine input {
    flex: 1;
    width: 11vw;
    padding: 2vw 2.55vw;
    background: #FFFFFF;
    border: 0.1vw solid #E5E5E5;
    font-size: 1.25vw;
    font-family: SourceHanSansCN;
    font-weight: 300;
    color: #181818;
    outline: none;
  }
  .footea .ldine input:focus {
    border: 0.1vw solid #0875CD !important;
  }
  .footea textarea {
    width: 30.28vw;
    height: 12.6vw;
    background: #FFFFFF;
    border: 0.1vw solid #E5E5E5;
    margin-top: 1.6vw;
    padding: 2.14vw;
    font-size: 1.25vw;
    font-family: SourceHanSansCN;
    font-weight: 300;
    color: #CCCCCC;
  }
  .footea .biue {
    font-size: 1.25vw;
    font-family: SourceHanSansCN;
    font-weight: 300;
    color: #FFFFFF;
    width: 8.33vw;
    height: 3.33vw;
    background: #178630;
    margin: 2.5vw auto 0;
line-height:50px;
text-align:center;
  }