body {
    padding: 0px;
    margin: 0px;
}

hr {
    border-top: 1px solid #E5E5E5 !important;
    opacity: 1 !important;
}

a {
    text-decoration: none !important;
}

@font-face {
    font-family: 'enFont';
    src: url('avenirnextcyr-bold-webfont.woff2') format('woff2'),
        url('avenirnextcyr-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

:root {
    --c01: #0DA29B;
    --c02: #394D61;
}

.c01 {
    color: var(--c01);
}

.c02 {
    color: var(--c02);
}

.i01 {
    height: 100vh;
    position: relative;
}

.productBox01 {
    overflow: hidden;
    height: 90vh;
    background: linear-gradient(#0da29b 0%, #8bccc6 100%);
}

.productBox01 video {
    position: absolute;
    left: 50%;
    width: 100%;
    min-width: 1920px;
    transform: translateX(-50%);
    bottom: 0%;
    z-index: 1;
    opacity: .3;
}

.productBox01::after {
    content: '';
    position: absolute;
    height: 40%;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 1);
    z-index: 1;
}

.bg01 {
    background: linear-gradient(#fff 0%, #cee6e9 69.46%, #d0e7ea 100%);
}

@property --color-star {
    syntax: '<color>';
    inherits: false;
    initial-value: transparent;
}

@property --color-stop {
    syntax: '<color>';
    inherits: false;
    initial-value: transparent;
}

.i01List>div>div {
    border-radius: 21px;
    --color-stop: rgba(255, 255, 255, 1);
    --color-star: rgba(255, 255, 255, 1);
    background: linear-gradient(var(--color-stop) 0%, var(--color-star) 100%);
    position: relative;
    height: 50vh;
    overflow: hidden;
    transition: --color-stop ease-out .2s, --color-star ease-out .2s;
}

.i01List>div>div:hover {
    --color-stop: rgba(13, 162, 155, 1);
    --color-star: rgba(139, 204, 198, 1);
    color: #fff;
    box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.06);
}

.i01List img {
    position: absolute;
    right: -80px;
    bottom: 0rem;
    opacity: 0;
    transition: all .2s;
}

.i01List>div>div>div:nth-child(3) a {
    display: flex;
    transition: all .2s;
    color: #000;
    align-items: center;
    height: 1rem;
    border-left: 5px solid var(--c01);
    margin-bottom: .8rem;
    padding-left: .8rem;
}

.i01List>div>div:hover a {
    color: #fff !important;
    border-left: 5px solid #fff !important
}

.i01List>div>div:hover img {
    opacity: 1;
    right: -45px;
}

.i02 {
    height: 70vh;
}

.i03 {
    height: 70vh;
    background-image: url(img02.jpg);
    background-position: top center;
    background-size: auto 100%;
    position: relative;
}

.i03::after {
    content: '';
    background-color: rgba(13, 162, 156, .6);
    position: absolute;
    backdrop-filter: blur(20px);
    left: 0px;
    top: 0px;
    height: 100%;
    width: 40%;
    padding-right: 2rem;
    z-index: 1;
    border-bottom-right-radius: 40%;
}

.i04 {
    height: 70vh;
}

.newsList {
    background-color: #fff;
    border-radius: 1rem;
    transition: all .2s;
    color: #000;
}

.newsList:hover {
    background-color: var(--c01);
    color: #fff;
    box-shadow: 0px 0px 20px rgba(13, 162, 156, .6);
}

.newsList:hover small {
    color: #fff !important;
}

.i05 {
    height: 30vh;
    background: url(img03.png) no-repeat center;
    background-size: 100% auto;
    background-attachment: fixed;
}

.greenLink {
    background: linear-gradient(to right, #0da29b 0%, #8bccc6 100%);
}

footer a {
    color: #000;
    font-weight: lighter;
    display: block;
    margin-bottom: .8rem;
}

footer a:hover {
    text-decoration: underline !important;
}

.banner {
    width: 100%;
    background-position: center;
    background-size: 100% auto;
    aspect-ratio: 1920 / 760;
}

.banner02 {
    height: 30vh;
    background: linear-gradient(90deg, #00716C 0%, #0DA29B 100%) !important;
}

.bannerSlg h3 {
    font-size: 2rem;
    animation: test 1s;
}

.bannerSlg h2 {
    animation: test 1.2s;
}

a.aHoverLine {
    color: #0DA29B
}

.active>.page-link,
.page-link.active {
    background-color: var(--c01) !important;
    border: 1px solid var(--c01) !important
}

@keyframes test {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}



.b01 {
    background-image: url(b01.jpg);
}

.b02 {
    background-image: url(b02.jpg);
}

.b03 {
    background-image: url(b03.jpg);
}

.b04 {
    background-image: url(b04.jpg);
}

.b05 {
    background-image: url(b05.jpg);
}

.title {
    display: flex;
    justify-content: start;
}

.title span {
    display: flex;
    border-left: 5px solid var(--c01);
    padding-left: .8rem;
    margin-right: 1rem;
    height: 1rem;
    color: var(--c02);
    font-weight: 300;
    align-items: center;
}

.title2 {
    display: flex;
    flex-wrap: wrap;
}

.title2 span {
    display: flex;
    border-left: 5px solid var(--c01);
    padding-left: .8rem;
    margin-right: 2rem;
    height: 1rem;
    color: var(--c02);
    font-weight: 300;
    align-items: center;
    margin-bottom: 1.5rem;
}

.imgShadow {
    filter: drop-shadow(-10px 10px 30px rgba(15, 45, 61, .2));
}

.hmc .box01 {
    border-radius: 0px 0px 300px 0px;
    background: linear-gradient(130deg, #0da29b 0%, #fff 85%);
    height: 50vh;
    padding: 4rem;
    color: #fff;
    position: relative;
}

.hmc .box01 img {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

#mainMenu {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 99999999;
    transition: background-color .2s;
}

#mainMenu .logo {
    background: url(logo.png) no-repeat left center;
    background-size: 112px 44px;
    padding-left: 130px;
    height: 44px;
    font-size: 1.3rem;
    font-weight: 300;
    transition: all .2s;
}

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

#mainMenu.header-hover .logo {
    height: 30px;
    background: url(logo2.png) no-repeat left center;
    background-size: 90px 35px;
    padding-left: 110px;
    color: #000;
}

#mainMenu a {
    color: #fff;
    transition: all .2s;
}

#mainMenu.header-hover a {
    color: #000;
}

#mainMenu.header-hover a:hover {
    color: var(--c01);
}

#mainMenu ul {
    list-style-type: none;
}

#mainMenu ul li {
    flex: 1;
    position: relative;
    overflow: hidden;
    z-index: 999;
}

#mainMenu ul li.active a {
    font-weight: bold;
}

#mainMenu ul li i {
    transform: scale(0.7);
}

#mainMenu ul li:hover .secondMenu {
    opacity: 1;
    transform: scale(1) translateY(0);
}

#mainMenu ul li:hover {
    overflow: initial;
}

#mainMenu .secondMenu {
    position: absolute;
    left: -10px;
    top: 55px;
    font-size: .9rem;
    background: #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    transition: all 0.3s;
    opacity: 0;
    transform: scale(0.9) translateY(-10px);
}

#mainMenu .secondMenu a {
    display: block;
    color: #000;
}


.mainMenuList>ul>a {
    border-bottom: 3px solid transparent;
    position: relative;
    padding: 0px 1rem;
    height: 60px;
    line-height: 60px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.mainMenuList>ul>a.menunow {
    border-bottom: 3px solid var(--c01);
}

#pcMenu {
    position: relative;
}

.secondMenuBox {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    border-radius: 10px;
    width: 100%;
    min-height: 200px;
    padding: 2rem;
}

.secondMenuBox .menus a {
    color: #000 !important;
    line-height: 40px;
    display: flex;
    gap: 10px;
}

.secondMenuBox .menus a:hover {
    font-weight: bold;
}

.secondMenuBox .menus a i {
    color: var(--c01);
}

.homeSwiper {
    height: 100vh;
    width: 100%;
}

.homeSwiper .swiper-slide {
    position: relative;
    height: 100%;
    aspect-ratio: 1920 / 1080;
    background: url(lb_01.png) no-repeat top center;
    background-size: 100% auto;
}

.homeSwiper .swiper-slide::after {
    position: absolute;
    bottom: 0px;
    left: 0px;
    content: '';
    display: block;
    width: 100%;
    height: 129px;
    background: url(lb_bg.png) no-repeat;
    background-size: 100% auto;
    background-position: center bottom;
}

.homeSwiper .lb01 h1 {
    font-size: 7rem;
    line-height: 7rem;
    font-family: enFont;
    background-image: linear-gradient(to bottom, #fff, #A3E2C5);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.homeSwiper .lb01 h2 {
    color: #fff;
    font-weight: 300;
    font-size: 3rem;
}

.homeSwiper .lb01 a {
    color: #fff;
    padding-top: .8rem;
    padding-bottom: .8rem;
    border: 0px;
    background: linear-gradient(to left, #0da29b 0%, #8bccc6 100%);
    box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.06);
}

.homeSwiper .lb01 div {
    margin-top: 10rem;
    font-size: .9rem;
}

.pageBox01 {
    background: url(img07.png) no-repeat center;
    background-size: 100% auto;
    height: 50vh;
    position: relative;
}

.pageBox01::after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 50%;
    z-index: 1;
    background: linear-gradient(to right, #0ea39c 0%, rgba(255, 255, 255, 0) 100%);
}

.pageBox02 {
    height: 90vh;
    background: url(img08.png) no-repeat;
    background-size: 100%;
}

.linian {
    position: relative;
    background-color: #fff;
    border-radius: 21px;
    padding: 3rem 2rem;
    transition: all .2s;
    filter: drop-shadow(6px 6px 12px rgba(0, 0, 0, 0.06));
}

.linian span {
    color: var(--c02);
    opacity: .5;
    font-size: .9rem;
    transition: all .2s;
}

.linian h5 {
    color: var(--c02);
    margin-top: .8rem;
    margin-bottom: 4rem;
    line-height: 150%;
    transition: all .2s;
}

.linian h4 {
    transition: all .2s;
}

.linian::after {
    content: '';
    width: 15px;
    height: 15px;
    bottom: -15px;
    left: 50%;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #fff;
    position: absolute;
    transform: translateX(-50%);
}

.linian:hover {
    background: linear-gradient(130deg, #0da29b 0%, #8bccc6 100%);
    filter: drop-shadow(6px 6px 12px rgba(0, 0, 0, 0.1));
}

.linian:hover span,
.linian:hover h5,
.linian:hover h4 {
    color: #fff;
}

.linian:hover::after {
    border-top: 20px solid #67C0B9;
}

.pageMenu {
    display: flex;
    justify-content: space-around;
    background-color: rgba(255, 255, 255, .8);
}

.pageMenu a {
    flex: 1;
    text-align: center;
    padding: 1rem 0;
    color: var(--c02);
}

.pageMenu a:hover {
    font-weight: bold;
}

.pageMenu a.active {
    background-color: #fff;
    font-weight: bold;
}

.cp01 {
    height: 100vh;
    position: relative;
}

.cp01 .container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.tedian {
    height: 80vh;
    background: linear-gradient(to right, #0da29b 0%, #8bccc6 100%);
}

.tedian .box {
    background-color: #fff;
    border-radius: 1rem;
    padding: 2rem;
    height: 100%;
    box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.06);
}

.tedian .box span {
    color: #BABABA;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .9rem;
}

.tedian .box span strong {
    color: var(--c01);
}

.liucheng {
    height: 100vh;
}

.liucheng .swiper {
    width: 100%;
    height: 100%;
    position: relative;
}

.liucheng .swiper-slide {
    background: url(img10.png) no-repeat center;
    background-size: 100% auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.liucheng .swiper-slide img {
    opacity: 0;
}

.liucheng .swiper-slide-active img {
    opacity: 1;
}

.liucheng .container {
    position: absolute;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
    top: 5rem;
}

.liucheng .num {
    padding: 0px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.liucheng .num li {
    list-style-type: none;
    height: 1rem;
    line-height: 1rem;
    padding: 0px;
    margin: 0px;
    color: var(--c02);
    border-left: 8px solid var(--c02);
    padding-left: .6rem;
}

.liucheng .num li.active {
    color: var(--c01);
    border-left: 8px solid var(--c01);
}

.pageNews .row {
    border: 1px solid #D8D8D8;
    transition: all .2s;
}

.pageNews .row:hover {
    background-color: #F2F8F8;
}

.pageNews .row a {
    position: absolute;
    right: 0px;
    bottom: 0px;
    background-color: var(--c01);
    color: #fff;
    padding: .5rem 1rem;
    transition: all .2s;
    width: 120px;
    text-align: center;
}

.pageNews .row:hover a {
    padding: .5rem 1.5rem;
}

.pageNews img {
    height: 260px;
}

.pageSearch {
    backdrop-filter: blur(10px);
    margin: 0px auto;
    border-top-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    position: relative;
    z-index: 99;
}

.pageSearch form {
    width: 95%;
    gap: .5rem;
}

.pageSearch input {
    border-radius: 50px;
    border: 1px solid #CFD2D7;
    padding: .5rem 1rem;
    flex: 1;
}

.pageSearch button {
    border-radius: 50px;
    border: 1px solid var(--c01);
    padding: .5rem 1rem;
    background-color: var(--c01);
    color: #fff;
}

div.bdsharebuttonbox a {
    background: url() !important;
    padding-left: 0px !important;
    float: none !important;
    margin: 0px !important;
    display: block;
    font-size: 2rem;
    height: 3rem;
    line-height: 2rem;
    color: #000;
}

.pageNav a {
    color: var(--c01);
}

.newsTools {
    border-bottom: 1px solid #DDDFE2;
}

.newsTools a {
    color: #000;
}

.newsCon img {
    max-width: 100%;
}

.gojobs {
    border: 1px solid #E4E4E4;
}

.jobList ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    display: flex;
}

.jobList ul li {
    width: 20%;
}

.jobListTitle {
    font-weight: bold;
    padding: 1rem;
    background-color: #F2F8F8;
}

.jobList ul {
    border-bottom: 1px solid #F2F8F8;
}

.jobsRight {
    background-color: #F7F9F9;
}

.jobsRight a {
    color: var(--greenColor);
}

.home-form>div {
    width: 48%;
    margin-right: 2%;
    float: left;
    margin-bottom: 1rem;
}

.home-form>div:nth-last-child(1) {
    width: 98%;
}

.home-form>div input,
.home-form>div textarea {
    width: 100%;
    background-color: #F7F7F7;
    border: 0px;
    padding: .8rem 1rem;
}

.home-form>div input::placeholder,
.home-form>div textarea::placeholder {
    color: #333;
}

.btn-submit {
    border: 1px solid #000 !important;
}

.mailto {
    background: linear-gradient(#0da29b 0%, #8bccc6 100%);
    border-radius: 2rem;
}

.cpNav a {
    color: #000;
    font-weight: 300;
}

.cpquery a.cpClass {
    color: var(--c01);
}

.cpquery a.more {
    color: #000;
}

.cpquery .nums {
    font-weight: 300;
}

.cpBody table {
    width: 100%;
    border-top: 1px solid #DEE2E6;
    border-left: 1px solid #DEE2E6;
}

.cpBody table tr td {
    border-right: 1px solid #DEE2E6;
    border-bottom: 1px solid #DEE2E6;
    padding: .5rem 1rem;
    font-size: .9rem;
}

.cpBody table tr:nth-child(odd) {
    background-color: #F2F8F8;
}

.cpBody p {
    margin: 0px;
    padding: 0px;
}

.bannerTitle a {
    color: #fff;
}

.bannerTitle .navLink+i {
    display: none;
}

.bannerTitle .iconfont:nth-child(1) {
    display: none;
}

.bannerTitle .iconfont:nth-child(3)+.navLink {
    display: none;
}

.menus>.topClass {
    padding-left: 10px;
    padding-right: 5vw;
}

.menus>.twoClass {
    padding-left: 10px;
    padding-right: 5vw;
}

.menus>.threeClass {
    padding-left: 10px;
}

.menus>.topClass a{
    background: url(jt01.svg) no-repeat left center;
    background-size: 11px;
    padding-left: 20px;
}

.menus>.twoClass a{
    background: url(jt02.svg) no-repeat left center;
    background-size: 11px;
    padding-left: 20px;
}

.menus>.threeClass a{
    background: url(jt03.svg) no-repeat left center;
    background-size: 11px;
    padding-left: 20px;
}

.menus>.topClass a.active {
    font-weight: bold;
    color: var(--c01) !important;
    cursor: pointer;
}

.menus>.twoClass a.active {
    font-weight: bold;
    color: var(--c01) !important;
    cursor: pointer;
}

.menus>.threeClass a:hover {
    font-weight: bold;
    color: #FFB300 !important;
    cursor: pointer;
}

.twoClass a,.threeClass a {
    display: none !important;
}

.twoClass a.show,
.threeClass a.show {
    display: flex !important;
}

.twoClass a.hide,
.threeClass a.hide {
    display: none !important;
}

.secondMenuBox > div{
    display: none;
}

.secondMenuBox > div.show{
    display: flex;
}

.overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    background-color: rgba(0, 0, 0, .4);
    width: 100%;
    z-index: 999;
}

.menuText{
    width: 420px;
}