@charset "utf-8";
@font-face {
    font-family: 'SpoqaHanSans';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/spoqahansansbold.woff2) format("woff2"), url(../fonts/spoqahansansbold.woff) format("woff"), url(../fonts/spoqahansansbold.ttf) format("truetype")
}


body {
    overflow-x: hidden !important;
    overflow-y: auto !important;
    height: auto;
}

section.main {
    box-sizing: border-box;
    position: relative;
    z-index: 3;
}

section {
    width: 100%;
}

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

.main .item {
    position: relative;
    height: 100vh;
    cursor: pointer;
}

.main .box {
    position: relative;
    width: 1540px;
    height: 100%;
    margin: 0 auto;
}

.main .tit_g {
    position: absolute;
    top: 280px;
    left: 0;
}

.main .tit_g .tit1 {
    font-size: 90px;
    font-family: "SpoqaHanSans";
    font-weight: 700;
    color: #fff;
    line-height: 106px;
    letter-spacing: -6px;
    text-shadow: 2px 2px 2px rgb(0 0 0 / 50%)
}

.main .tit_g .tit2 {
    font-size: 36px;
    font-family: "noto";
    line-height: 42px;
    color: #fff;
    display: inline-block;
    padding-top: 30px;
    padding-bottom: 20px;
}

.main .btn_g .btnD1 {
    display: inline-block;
    min-width: 152px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border: 1px solid #222;
    font-size: 18px;
}

.mainSlider {
    position: relative;
    height: 100%;
}

.mainSlider_nav {
    position: absolute;
    /*bottom:150px;*/
    bottom: 65px;
    right: 50px;
    width: 1100px;
}

.mainSlider_nav.active {
    bottom: 1150px;
}

.mainSlider_nav .slick-slide {
    width: 205px;
    margin-right: 10px;
}

.mainSlider_nav .slick-slide img {
    width: 100%;
    height: auto;
    border: 2px solid #fff;
    border-radius: 10px;
}

.mainSlider_nav .slick-center img {
    border-color: #02652f;
}

.main .btn_pause,
.main .btn_play {
    position: absolute;
    left: calc(50% + 598px);
    bottom: 173px;
}

.main .btn_play {
    display: none;
}

.slick-counter {
    position: absolute;
    left: calc(50% + 397px);
    bottom: 180px;
    color: #666;
    font-size: 18px;
}

.slick-counter span {
    display: inline-block;
    font-size: 18px;
    color: #666;
    font-weight: 700;
}

.slick-counter span {
    margin-right: 5px;
}

.slick-counter span:last-child {
    margin-left: 5px;
}

.main .slick-dots {
    position: absolute;
    bottom: 187px;
    left: calc(50% + 460px);
    display: block;
    height: 4px;
    text-align: center;
    z-index: 1;
    width: 120px;
}

.slick-dots li button {
    display: block;
    width: 100%;
    height: 100%;
}

.slick-dots li button:last-child {
    margin-right: 0;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

.main .slick-dots::after {
    content: "";
    display: block;
    clear: both;
}

.main .slick-dots>li {
    font-size: 0;
    width: 40px;
    height: 4px;
    padding-left: 16px;
    margin-right: 10px;
    box-sizing: border-box;
    float: left;
    display: none;
}

.main .slick-dots>li.slick-active {
    display: block;
}

.main .slick-dots>li>button {
    width: 100px;
    height: 2px;
    background-color: rgba(255, 255, 255, .2);
    outline: none;
    position: relative;
    padding: 0;
    color: inherit;
    line-height: normal;
    margin: 0;
}

.main .slick-dots>li>button::before {
    display: none;
}

.main .slick-dots>li>button>.s-line-fill {
    content: "";
    width: 0;
    height: 2px;
    background-color: #02652f;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
}

.slick-dots .slick-active>button>.s-line-fill {
    animation: slick-progressbar 6s 1;
    animation-fill-mode: forwards;
}

.slider-wrap[data-slick-autoplay-status="N"] .slick-dots .slick-active>button>.s-line-fill {
    animation-play-state: paused;
}

@keyframes slick-progressbar {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

.main .slick-prev,
.main .slick-next {
    width: 67px;
    height: 67px;
    font-size: 0;
    z-index: 1;
    top: 560px;
}

.main .slick-prev:before,
.main .slick-next:before {
    display: none;
}

.main .slick-prev {
    left: calc(50% - 772px);
    background: url(../images/visual_arrow_l.png) no-repeat;
    background-size: cover;
}

.main .slick-prev:hover {
    background: url(../images/visual_arrow_l_on.png) no-repeat;
    background-size: cover;
}

.main .slick-next {
    left: calc(50% - 700px);
    background: url(../images/visual_arrow_r.png) no-repeat;
    background-size: cover;
}

.main .slick-next:hover {
    background: url(../images/visual_arrow_r_on.png) no-repeat;
    background-size: cover;
}

.main .spon_form {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 110px;
    background: rgba(0, 0, 0, 0.2);
}

.main .spon_form .cons {
    width: 1380px;
    margin: 0 auto;
}

.main .spon_form .cons ul {
    display: flex;
}

.main .spon_form li {
    width: 300px;
    height: 120px;
    line-height: 120px;
}

.main .spon_form li a {
    position: relative;
    padding-left: 120px;
    box-sizing: border-box;
}

.main .spon_form li a:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 70px;
}

.main .spon_form .form2 a:before {
    width: 25px;
    height: 25px;
    background: url(../images/tb2.png) no-repeat;
    background-size: cover;
}

.main .spon_form .form3 a:before {
    width: 21px;
    height: 29px;
    background: url(../images/tb3.png) no-repeat;
    background-size: cover;
}

.main .spon_form .form4 a:before {
    width: 27px;
    height: 28px;
    background: url(../images/tb4.png) no-repeat;
    background-size: cover;
}

.main .spon_form .form5 a:before {
    width: 28px;
    height: 28px;
    background: url(../images/tb5.png) no-repeat;
    background-size: cover;
    top: 20px;
}

.main .spon_form .form1 {
    position: relative;
    width: 280px;
    z-index: 1;
}

.main .spon_form .form1:before {
    content: '';
    position: absolute;
    top: -10px;
    right: 0;
    width: 100vw;
    height: 130px;
    background: #8CC248;
    z-index: -1;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.main .spon_form li a {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    white-space: nowrap;
}

.main .spon_form .form1 a {
    position: relative;
    padding-right: 90px;
    padding-left: 0;
    box-sizing: border-box;
    font-size: 36px;
    font-weight: 700;
    line-height: 110px
}

.main .spon_form .form1 a:before {
    content: '';
    position: absolute;
    top: 12px;
    right: 15px;
    left: auto;
    width: 18px;
    height: 30px;
    background: url(../images/ic_arrow2.png) no-repeat;
    transform: translateY(0);
}

.main .spon_form .form2,
.main .spon_form .form3,
.main .spon_form .form4 {
    position: relative;
}

.main .spon_form .form2:before,
.main .spon_form .form3:before,
.main .spon_form .form4:before {
    content: '';
    position: absolute;
    bottom: 10px;
    left: 80px;
    width: 2px;
    height: 10px;
    background: rgba(255, 255, 255, 0.6);
}

.main .spon_form .form5 {
    position: relative;
}

.main .spon_form .form5:before {
    content: '';
    position: absolute;
    bottom: 10px;
    left: 80px;
    width: 2px;
    height: 10px;
    background: rgba(255, 255, 255, 0.6);
}



.story {
    position: relative;
    z-index: 1;
    height: 660px;
    background: url(../images/bg_story02.png) no-repeat right top;
    padding-top: 120px;
}

.story:before {
    content: '';
    display: block;
    background: url(../images/bg_story.png) no-repeat left top;
    width: 860px;
    height: 500px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.story:after {
    content: '';
    display: block;
    width: 88%;
    height: 400px;
    position: absolute;
    top: 380px;
    right: 0;
    z-index: 1;
    background: url(../images/bg_main_section.jpg) repeat;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.story .in {
    position: relative;
    width: 100%;
    height: 770px;
}

.story .had {
    position: relative;
    width: 1380px;
    margin: 0 auto 60px;
}

.story .cons {
    padding-bottom: 65px;
    position: relative;
    z-index: 5;
}

.story h2 {
    font-size: 56px !important;
    font-weight: 700;
    line-height: 72px !important;
}

.story h2 strong {
    color: #02652f;
}

section .btnD2 {
    position: absolute;
    right: 0;
    bottom: 22px;
    font-size: 20px;
    font-weight: 300;
    color: #666;
    padding-right: 30px;
    line-height: 20px;
}

section .btnD2:before {
    content: '';
    position: absolute;
    top: 2px;
    right: 0;
    width: 16px;
    height: 16px;
    background: url(../images/ic_more.png);
}

section .btnD2:hover:before {
    transform: rotate(180deg);
    transition: all 0.3s ease-in-out;
}

.story .col_wrap {
    width: 1380px;
    margin: 0 auto;
    position: relative;
    background: #666;
}

.story .col {
    position: absolute;
    left: 0;
    top: 70px;
    height: 558px;
    box-sizing: border-box;
}

.story_cont {
    position: absolute;
    top: 166px;
    left: calc(50% - 590px);
    width: 100%;
}

.storySlider .item {
    position: relative;
    width: 297px !important;
    height: 344px;
    background: #ddd;
    border-radius: 4px;
}

.storySlider .item a {
    display: block;
    width: 100%;
    height: 100%;
}

.storySlider .item .tit {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 75px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    background: rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    padding: 10px 15px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    z-index: 1;
}

/* 220427 수정 시작 - 카테고리 추가 .storySlider .item:first-child {margin-left: calc((100% - 2422px) / 2)} */
.storySlider .item .cate {
    position: absolute;
    top: 10px;
    left: 10px;
    height: 36px;
    padding: 0 16px;
    border-radius: 5px;
    text-align: center;
    line-height: 36px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}

.storySlider .item .cate {
    background: #f3ab21;
}

.storySlider .item:first-child {
    margin-left: calc(50% - 590px);
}

/* 220427 수정 끝 - 카테고리 추가 */

.story .swiper-pagination-progressbar {
    top: auto;
    bottom: 0;
    width: 1180px;
    height: 6px;
    background: #ddd;
    z-index: 1;
    left: 50%;
    margin-left: -590px;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #02652f;
}

.story .prev,
.story .next {
    position: absolute;
    bottom: -60px;
    width: 19px;
    height: 32px;
}

.story .prev {
    left: 50%;
    background: url(../images/ic_prev.png);
    margin-left: 530px;
}

.story .next {
    left: 50%;
    background: url(../images/ic_next.png);
    margin-left: 570px;
}

.openbiz {
    position: relative;
    height: 700px;
    padding-top: 150px;
    background: url(../images/bg_openbiz.png) right top no-repeat;
}

.openbiz .openbizSlider {
    margin: 0 auto;
    width: 1180px;
}

.openbiz .openbizSlider .had h2 {
    font-size: 56px;
    font-weight: 700;
    line-height: 72px;
}

.openbiz .openbizSlider .had strong {
    color: #137d31;
}

.openbiz .openbizSlider .item {
    height: 562px !important;
    margin: 0 auto;
}

.openbiz .openbizSlider .item1 {
    width: 1190px !important;
}

.openbiz .openbizSlider .item2 .box {
    width: 1190px;
    margin: 0 auto;
}

.openbiz .openbizSlider .item2 .had strong {
    color: #f8a910;
}

.openbiz .txt_g .txt1 {
    font-size: 22px;
    line-height: 30px;
    margin-top: 15px;
    color: #666;
}

.openbiz .txt_g .btnD3 {
    display: inline-block;
    width: 282px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border: 1px solid #02652f;
    color: #02652f;
    font-size: 20px;
    font-weight: 500;
    background: #fff;
}

.openbiz .txt_g .btnD3~.btnD3 {
    margin-left: 10px;
}

.openbiz .banner {
    position: relative;
    margin-top: 50px;
    /* background: #f5f5f5; */
    z-index: 1;
    box-sizing: border-box;
}

.openbiz .banner .txt_g {
    width: 1190px;
    margin: 0 auto 55px;
}

.openbiz .banner ul {
    display: flex;
    justify-content: space-around;
    width: 1190px;
    margin: 0 auto;
}

.openbiz .banner li {
    position: relative;
    text-align: center;
    width: 198px;
    margin-bottom: 40px;
}

.openbiz .banner .cf-history li {
    width: 300px;
    margin-left: -20px;
}

/* .openbiz .banner li:nth-child(3) {display:none;} */
.openbiz .item1 .banner li~li {
    margin-left: 80px;
}

.openbiz .item1 .banner li:before {
    content: '';
    position: absolute;
    z-index: -1;
}

.openbiz .item1 .banner .col1:before {
    left: 5px;
    top: -10px;
    width: 139px;
    height: 120px;
    background: url(../images/ic_umb.png);
}

.openbiz .item1 .banner .col2:before {
    top: -21px;
    left: 0;
    width: 118px;
    height: 123px;
    background: url(../images/ic_member.png);
}

.openbiz .item1 .banner .col3:before {
    top: -12px;
    left: 156px;
    width: 132px;
    height: 113px;
    background: url(../images/ic_cash.png);
}

.openbiz .item1 .banner .col4:before {
    top: -25px;
    left: 136px;
    width: 125px;
    height: 125px;
    background: url(../images/ic_ballon.png);
}

.openbiz .item2 .banner li~li {
    margin-left: 20px;
}

.openbiz .banner .num {
    font-size: 34px;
    font-weight: 500;
    margin-bottom: 15px;
}

.openbiz .banner .num strong {
    font-size: 70px;
    font-weight: 500;
}

.openbiz .banner .txt {
    font-size: 15px;
    line-height: 15px;
}

.openbiz .banner .ref {
    position: absolute;
    bottom: 40px;
    right: 0;
    font-size: 14px;
    color: #999;
    line-height: 14px;
}

.openbiz .banner i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
    margin-left: -20px;
}

.openbiz .banner .name {
    margin-top: 10px;
    font-size: 16px;
    line-height: 22px;
    margin-left: -20px;
}

.openbiz .item2 .banner {
    position: relative;
}

.openbiz .item2:after {
    content: '';
    position: absolute;
    bottom: -25px;
    right: 0;
    width: 249px;
    height: 309px;
    background: url(../images/obj_umb.png);
}

.openbiz .bg {
    position: absolute;
    top: 380px;
    left: 0;
    width: 95.4%;
    height: 480px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background: url(../images/bg_openbiz.jpg) repeat;
}

/* 220419 수정 시작 */
.openbiz .pagination_bullet {
    position: absolute;
    bottom: -60px !important;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.openbiz .pagination_bullet span~span {
    margin-left: 15px;
}

.openbiz .swiper-pagination-bullet {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #ddd;
    opacity: 1;
}

.openbiz .swiper-pagination-bullet-active {
    width: 40px;
    background: #02652f;
    border-radius: 3px;
}

/* 220419 수정 끝 */
.campaign {
    position: relative;
    /*height:715px;*/
    padding: 160px 0;
    padding-top: 120px;
}

.campaign:after {
    content: '';
    display: block;
    width: 88%;
    height: 400px;
    position: absolute;
    top: 510px;
    right: 0;
    z-index: 1;
    background: url(../images/bg_main_section.jpg) repeat;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.campaign .cons {
    /* position: relative; */
    width: 1380px;
    margin: 0 auto;
}

.campaign .had {
    position: relative;
    margin-bottom: 50px;
}

.campaign .had h2 {
    font-size: 56px;
    font-weight: 700;
    line-height: 72px;
}

.campaign .had h2 strong {
    color: #137d31;
}

.campaign .tab a {
    position: relative;
    font-size: 18px;
    font-weight: 400;
    color: #333;
    line-height: 44px;
    height: 44px;
    display: inline-block;
    letter-spacing: -1px;
    border: 1px solid #cfcfcf;
    border-radius: 50px;
    min-width: 80px;
    padding: 0 20px;
    text-align: center;
    margin-right: 6px;
}

.campaign .tab a.active {
    color: #02652f;
    border-color: #02652f;
    font-weight: 700;
}

.campaign .sliderWrap {
    position: absolute;
    top: 380px;
    left: 0;
    width: 100%;
    z-index: 10;
}

.camSlider .item:first-child {
    margin-left: calc(50% - 590px)
}

.camSlider .item .cate {
    position: absolute;
    top: 10px;
    left: 10px;
    height: 40px;
    padding: 0 20px;
    border-radius: 5px;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}

.camSlider .item .cate {
    background: #149d20;
}

.camSlider .item {
    position: relative;
    width: 304px !important;
    height: 304px;
    border-radius: 4px;
    margin-right: 20px;
}

.camSlider .item .txt_g {
    position: absolute;
    bottom: 35px;
    left: 35px;
}

.camSlider .item .txt_g .tit {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    line-height: 28px
}

.camSlider .item .txt_g .txt {
    font-size: 17px;
    color: #fff;
    margin-top: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
}

.camSlider .item .over {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.camSlider .item:hover .over {
    visibility: visible;
    opacity: 1;
}

.camSlider .item .over .btn_g {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.camSlider .item .over .btnD {
    display: block;
    width: 170px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    border: 1px solid #fff;
}

.camSlider .item .over .btnD~.btnD {
    margin-top: 20px;
}

.campaign .swiper-pagination {
    top: 364px;
    left: 50%;
    width: 1180px;
    height: 6px;
    background: #ddd;
    overflow: hidden;
    display: block !important;
    z-index: 1;
    margin-left: -590px;
}

.campaign .prev,
.campaign .next {
    position: absolute;
    top: 400px;
    left: 50%;
    width: 19px;
    height: 32px;
    z-index: 1;
}

.campaign .prev {
    background: url(../images/ic_prev.png);
    margin-left: 530px;
}

.campaign .next {
    background: url(../images/ic_next.png);
    margin-left: 570px;
}

.banner {
    position: relative;
    width: 100%;
    height: 236px;
}

.bannerSlider {
    width: 100%;
    height: 200px;
}

.bannerSlider .item {
    height: 200px;
    background-size: cover;
}

.bannerSlider .item .cons {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bannerSlider .item .txt_g {
    text-align: center;
}

.bannerSlider .item .txt_g .txt1 {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 25px;
}

.bannerSlider .item .txt_g .txt2 {
    font-size: 44px;
    font-weight: 700;
}

.banner .slick-dots {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
}

.banner .slick-dots li {
    display: inline-block;
    font-size: 0;
    width: 6px;
    height: 6px;
    background: #ddd;
    border-radius: 50%;
}

.banner .slick-dots li~li {
    margin-left: 15px;
}

.banner .slick-dots li.slick-active {
    width: 40px;
    background: #02652f;
    border-radius: 3px;
}

.spon {
    position: relative;
}

.spon .cons {
    position: relative;
    width: 1380px;
    margin: 125px auto;
}

.spon .had {
    margin-bottom: 65px;
    text-align: center;
}

.spon .had h2 {
    position: relative;
    display: inline-block;
    font-size: 42px;
    font-weight: 700;
    line-height: 56px;
}

.spon .had h2:before,
.spon .had h2:after {
    content: '';
    position: absolute;
    width: 53px;
    height: 45px;
    background-size: cover;
    z-index: -1;
}

.spon .had h2:before {
    top: -10px;
    left: -45px;
    background: url(../images/ic_qo.png);
}

.spon .had h2:after {
    bottom: 25px;
    right: -25px;
    background: url(../images/ic_qo2.png);
}

.spon .had h2 strong {
    color: #137d31;
}

.sponSlider {
    height: 432px;
    margin-top: 90px;
}

.pagination_bullet {
    position: absolute;
    bottom: 0 !important;
}

.sponSlider .item {
    position: relative;
    width: 393px !important;
    height: 325px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    text-align: center;
}

.sponSlider .item.swiper-slide-active {
    margin-top: 0;
}

.sponSlider .item a {
    display: inline-block;
}

.sponSlider .item span {
    position: relative;
    width: 180px;
    height: 155px;
    margin-bottom: 20px;
    display: inline-block;
}

.sponSlider .item span img.over {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    margin-left: 80px;
}

.sponSlider .item.swiper-slide-active img.over {
    opacity: 1;
    transition: all 1.3s ease-in-out;
    margin-left: 0;
}

.sponSlider .item1.swiper-slide-active img.over {
    margin-left: 30px;
}

.sponSlider .item2.swiper-slide-active img.over {
    margin-left: 10px;
}

.sponSlider .item3.swiper-slide-active img.over {
    margin-left: 20px;
}

.sponSlider .item4.swiper-slide-active img.over {
    margin-left: 30px;
}

.sponSlider .item5.swiper-slide-active img.over {
    margin-left: 10px;
}

.sponSlider .item6.swiper-slide-active img.over {
    margin-left: 30px;
}

.sponSlider .item img.non {
    display: none;
}

.sponSlider .item .name {
    color: #999;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 25px;
    text-align: center;
}

.sponSlider .item.swiper-slide-active .name {
    color: #05652f;
    font-size: 36px;
}

.sponSlider .item .txt {
    font-size: 16px;
    color: #999;
    text-align: center;
    line-height: 27px;
}

.sponSlider .item.swiper-slide-active .txt {
    color: #222;
    font-size: 20px;
}

.sponSlider .slick-center .item .name {
    color: #05652f;
}

.sponSlider .slick-center .item .txt {
    color: #222;
}

.sponSlider .slick-list {
    padding: 0 !important
}

.sponSlider .slick-dots {
    display: flex;
    justify-content: center;
    margin-top: 35px;
}

.sponSlider .slick-dots li~li {
    margin-left: 90px;
}

.sponSlider .slick-dots li {
    font-size: 20px;
    font-weight: 500;
    color: #999;
}

.sponSlider .slick-dots li.slick-active {
    color: #02652f;
    font-weight: 700;
}

.sponSlider .slick-prev,
.sponSlider .slick-next {
    width: 19px;
    height: 32px;
    font-size: 0;
    z-index: 1;
}

.sponSlider .slick-prev::before,
.sponSlider .slick-next::before {
    display: none;
}

.sponSlider .slick-next {
    left: calc(50% + 660px);
    background: url(../images/ic_next.png);
}

.sponSlider .slick-prev {
    left: calc(50% - 660px);
    background: url(../images/ic_prev.png);
}

.spon .controller {
    position: relative;
    max-width: 670px;
    margin: 30px auto 0;
}

.spon .controller .proBar {
    position: relative;
    background: #ddd
}

.spon .controller .proBar .bar {
    width: 0;
    height: 4px;
    background: #02652f
}

.spon .controller .total {
    position: absolute;
    top: -16px;
    right: -72px;
    font-size: 22px;
    color: #000
}

.spon .controller .total strong {
    color: #02652f
}

.spon .swiper-pagination {
    width: 1380px;
    height: 6px;
    z-index: 1;
}

.spon .pagingSlider {
    margin-top: 34px;
}

.spon .pagingSlider li {
    font-size: 20px;
    font-weight: 400;
    color: #999;
    text-align: center;
    cursor: pointer;
}

.spon .pagingSlider li.active {
    color: #02652f;
    font-weight: 600;
}

.spon button {
    position: absolute;
    bottom: 265px;
    width: 19px;
    height: 31px;
    z-index: 1;
}

.spon .prev {
    left: -70px;
    background: url(../images/ic_prev.png);
}

.spon .next {
    right: -70px;
    background: url(../images/ic_next.png);
}

.movie {
    width: 100%;
    padding: 100px 0;
    box-sizing: border-box;
    position: relative;
}

.movie .cons {
    width: 1380px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.movie .had {
    position: relative;
    margin-bottom: 50px;
}

.movie .had h2 {
    font-size: 42px;
    font-weight: 700;
}

.movie .sliderWrap {
    display: flex;
}

.movie:after {
    content: '';
    display: block;
    width: 100%;
    height: 370px;
    position: absolute;
    bottom: 0;
    background: #f9f7f3;
    z-index: 1;
}

.movie .item,
.movie .slide {
    cursor: pointer;
}

.movieSlider1 {
    width: 880px;
    height: 496px;
    background: pink;
    margin-right: 20px;
}

.movieSlider1 .slide {
    position: relative;
    height: 496px;
}

.movieSlider1 .slide .tit {
    position: absolute;
    bottom: 40px;
    left: 40px;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
}

.movieSlider1 .slide a {
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.movieSlider1 .slide .btn_play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.movieSlider2 {
    width: 280px;
    height: 496px;
}

.movieSlider2 .slick-list {
    padding: 0 !important;
}

.movieSlider2 .item {
    position: relative;
    display: block !important;
    width: 280px;
    height: 151px;
}

.movieSlider2 .item .over {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in-out;
}

.movieSlider2 .item:hover .over {
    opacity: 1;
    visibility: visible;
}

.movieSlider2 .item .tit {
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
}

.movieSlider2 .slick-list {
    height: 496px !important;
}

.movieSlider2 .slick-slide {
    float: none;
}

.movieSlider2 .slick-slide~.slick-slide {
    margin-top: 16px;
}

.movieSlider2 .slick-prev {
    top: -20px;
    background: url(../images/btn_prev2.png);
}

.movieSlider2 .slick-next {
    top: auto;
    bottom: -20px;
    background: url(../images/btn_next2.png);
}

.movieSlider2 .slick-prev,
.movieSlider2 .slick-next {
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    z-index: 9;
}

.movieSlider2 .slick-prev:before,
.movieSlider2 .slick-next:before {
    display: none;
}

.news_area {
    padding: 160px 0 120px;
    position: relative;
    border-bottom: 1px solid #eae8e4;
}

/*.news_area:after {content:'';display:block;width:100%;height:370px;position:absolute;bottom:0;background:#f9f7f3;z-index:1;}*/
.news_area .cons {
    width: 1380px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news_area .cons .had {
    position: relative;
    margin-bottom: 70px;
}

.news_area .cons .had h2 {
    font-size: 42px;
    font-weight: 700;
}












.news_area .cons .newleft {
    width: 49%;
    box-shadow: 0px 0px 10px #ecebe9;
    border-radius: 15px;
    overflow: hidden;
}

.news_area .cons .newright {
    width: 49%;
}




.news_area .cons .tab #newInfo {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news_area .cons .tab #newInfo li {
    width: calc(50% - 2px);
    height: 70px;
    text-align: center;
    line-height: 70px;
    background: #fff;
}

.news_area .cons .tab #newInfo li.active {
    background: #f8a910;
}

.news_area .cons .tab #newInfo li~li {
    margin-left: 2px;
}

.news_area .cons .tab #newInfo li a {
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

.news_area .cons .tab #newInfo li.active a {
    color: #fff;
}



.news_area .tab_cont {
    margin-top: 40px;
}

.news_area .tab_cont li {
    position: relative;
    border-bottom: 1px solid #f5f5f5;
    padding: 20px 25px;
    box-sizing: border-box;
    transition: all 0.2s ease-in-out;
    background: #fff;
}

.news_area .tab_cont li:last-child {
    border: none
}


.news_area .tab_cont li a {
    width: 101px;
    height: 47px;
    line-height: 47px;
    text-align: center;
    border-radius: 5px;
    display: block;
    background: #ebebeb;
    position: absolute;
    top: 33px;
    right: 34px;
    font-size: 16px;
}

.news_area .tab_cont li .txt1 {
    font-size: 20px;
    font-weight: 700;
    color: #666;
    line-height: 20px;
    margin-bottom: 30px;
}

.news_area .tab_cont li .txt2 {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    line-height: 1.4;
    cursor: pointer;
}

.news_area .tab_cont li .date {
    position: absolute;
    bottom: 25px;
    right: 25px;
    font-size: 16px;
    color: #929292;
}

.news_area .tab_cont li:hover p {
    color: #02652f;
    transition: all 0.2s ease-in-out;
}

.news_area .tab_cont li a:hover {
    color: #fff;
    background: #02652f;
    transition: all 0.2s ease-in-out;
}

/* .chatbot {position: fixed;bottom: 100px;right: 60px;display: block;z-index: 1;} */




header.closehome {
    background: unset !important;
    height: unset !important;
    box-shadow: unset !important;
    padding-bottom: unset !important;
}


.floting-btn {
    position: fixed;
    bottom: 100px;
    right: 60px;
    display: block;
    z-index: 1;
}

.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

.slick-track {
    opacity: 1 !important;
}

/* moving */
.mainSlider .tit1 {
    transform: translateY(100px);
    opacity: 0;
    transition: all 1.3s ease-in-out;
}

.mainSlider .slick-current .tit1 {
    opacity: 1;
    transform: translateY(0);
    animation: txtani both 1.3s;
    transition-delay: 0.4s;
    animation-delay: 0.6s;
}

.mainSlider .tit2 {
    transform: translateY(100px);
    opacity: 0;
    transition: all 1.5s ease-in-out;
}

.mainSlider .slick-current .tit2 {
    opacity: 1;
    transform: translateY(0);
    animation: txtani both 1.5s;
    transition-delay: 0.2s;
    animation-delay: 0.4s;
}

.mainSlider .btn_g {
    transform: translateY(100px);
    opacity: 0;
    transition: all 1.7s ease-in-out;
}

.mainSlider .slick-current .btn_g {
    opacity: 1;
    transform: translateY(0);
    animation: txtani both 1.7s;
}

/* .openbizSlider .item2 .box {transform: translateY(100px);opacity: 0;transition: all 1s ease-in-out;}
.openbizSlider .item2.swiper-slide-active .box {opacity: 1;transform: translateY(0);animation: txtani both 1s;} */

@keyframes txtani {
    0% {
        opacity: 0;
        transform: translateY(100px);
    }

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

.popEmved_ui {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
}

.popEmved_ui .pop_emved {
    position: absolute;
    z-index: 99;
    top: 50%;
    left: 0;
    right: 0;
    ;
    width: 900px;
    margin: auto;
    text-align: center;
    transform: translate(0, -50%)
}

.popEmved_ui .pop_emved iframe {
    width: 100%;
    height: 650px;
}

.popEmved_ui .btn_videoClose {
    position: absolute;
    top: -50px;
    right: 0;
    width: 54px;
    height: 54px;
    margin: 0 auto;
    cursor: pointer;
    background: url(../images/btn_close.png) no-repeat 50% 50%;
    border: 0;
    outline: none;
    font-size: 0
}

.popEmved_ui .dimmed {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .75;
}


.tit1 {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 25px;
}

@media (max-width: 768px) {

    .sectionbanner {
        margin-top: 0;
    }

    .news_area .cons {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .news_area .cons .newleft {
        width: calc(100% - 30px);
        margin-left: 15px;
        margin-right: 15px;
    }

    .news_area .cons .newright {
        width: calc(100% - 30px);
        margin-left: 15px;
        margin-right: 15px;
    }

    .news_area {
        padding: 80px 0 !important;
    }

    .news_area .cons .tab #newInfo li a {
        font-size: 18px !important;
    }

    .news_area .cons .tab #newInfo li {
        height: 55px;
        line-height: 55px;
    }

    .news_area .tab_cont li {
        padding: 17px 10px;
    }

    .news_area .tab_cont li .txt2 {
        font-size: 16px;
    }

    .news_area .tab_cont li .date {
        font-size: 14px;
        right: 10px;
        bottom: 22px;
    }

    .news_area .tab_cont {
        margin-top: 0;
    }

    .news_area .cons .newleft {
        margin-bottom: 18px !important;
    }

    .news_area .cons .newleft {
        border-radius: 10px;
    }

    .news_area .cons .newright {
        border-radius: 10px;
    }

    #calendar {
        padding: 15px 10px 15px 10px;
    }

    .fc .fc-toolbar.fc-header-toolbar {
        padding: 0 10px;
        margin-bottom: 0;
    }

    .fc-next-button,
    .fc-prev-button {
        margin-right: 0 !important;
    }

    .fc .fc-button {
        width: 35px;
        height: 35px;
        /*line-height: 35px;*/
    }

    .fc .fc-button-primary {
        margin: 0 7px;
    }

    .fc .fc-toolbar-title {
        font-size: 20px;
    }

    .fc .fc-daygrid-day-number {
        position: relative;
        z-index: 4;
        padding: 0;
        width: 33px;
        height: 33px;
        border: 1px solid #999999;
        border-radius: 50%;
        line-height: 33px;
    }

    .newbottom {
        padding: 25px 20px 25px 20px;
    }

    .liness {
        margin: 0 20px 0 20px;
        width: calc(100% - 40px);
    }



    .ula {
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 20px !important;
    }

    .ula li a {
        margin-right: 0;
        font-size: 14px;
        align-items: center;
    }

    .tit1 {
        font-size: 20px;
        font-weight: bold;
        padding-bottom: 15px;
    }

    .bgdivss {
        padding: 10px 10px;
    }

    .bgdivss p {
        font-size: 14px;
        margin: 2px 0;
    }

    .bgdivss {
        display: flex;
        flex-direction: column;
    }

    .bgdivss p:nth-child(1) {
        font-size: 16px;
        padding-bottom: 10px;
    }

    .bgdivss .ggspan {
        display: none;
    }

    .bgdivss p:nth-child(4) {
        padding-top: 10px;
    }

    .newbottom .mores {
        font-size: 14px;
    }



    .mmtit2 {
        font-size: 20px;
        font-weight: bold;
    }


    .footer .copy p {
        font-size: 14px;
    }

    .camSlider .item:first-child {
        margin-left: 15px
    }


    .campaign .cons {
        width: calc(100% - 30px) !important;
        margin-left: 15px;
        margin-right: 15px;
    }

    .campaign {
        position: relative;
        /*height: 600px;*/
        padding: 80px 0 120px 0;
    }

    .campaign .had h2 {
        font-size: 28px;
        font-weight: 600;
        line-height: 1.2;
    }

    section .btnD2 {
        right: 0;
        bottom: 8px;
    }

    .campaign .had {
        position: relative;
        margin-bottom: 35px;
    }

    .campaign .sliderWrap {
        top: 235px;
    }

    .campaign:after {
        display: block;
        width: 100%;
        height: 175px;
        position: absolute;
        bottom: 180px;
        right: 0;
    }

    .campaign .swiper-pagination {
        top: 360px;
        left: 15px;
        width: calc(100% - 30px);
        height: 4px;
        background: #ddd;
        overflow: hidden;
        display: block !important;
        z-index: 1;
        margin-left: 0;
    }

    section .btnD2 {
        font-size: 16px;
        padding-right: 25px;
    }

    .camSlider .item .over .btnD {
        display: block;
        width: 130px;
        height: 50px;
        text-align: center;
        line-height: 50px;
        color: #fff;
        font-size: 16px;
    }

    .camSlider .item .txt_g .tit {
        font-size: 18px;
    }


    .campaign .nav1 {
        display: none !important;
    }

    section .btnD2:before {
        content: '';
        position: absolute;
        top: 2px;
        right: 0;
        width: 16px;
        height: 16px;
        background: url(../images/ic_more.png);
    }

    .news_area .tab_cont li .txt2 {
        max-width: 240px;
    }


}






.visible-xs {
    display: none !important;
}



/*轮播图*/
.sectionbanner {
    display: none;
}

.sectionbanner img {
    height: 505px;
}

.sectionbanner .textdiv {
    padding: 15px;
    left: 0;
}

.sectionbanner img {
    width: 100%;
    height: 805px;
    object-fit: cover;
}

.sectionbanner .txt {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0%;
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.05);
    opacity: 0;
    transition: opacity .35s;
}

.sectionbanner .swiper-slide.swiper-slide-active .txt {
    opacity: 1;
}

.sectionbanner .swiper-button-next,
.sectionbanner .swiper-button-prev {
    color: #fff;
}

.sectionbanner .swiper-button-next:after,
.sectionbanner .swiper-button-prev:after {
    font-weight: bold;
}

.sectionbanner .swiper-button-prev {
    left: 20px;
    right: auto;
}

.sectionbanner .swiper-button-next {
    right: 20px;
    left: auto;
}

.sectionbanner .swiper-slide {
    overflow: hidden;
}

.sectionbanner {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: 100%;
}

.sectionbanner .textdiv {
    position: absolute;
    top: 0px;
    height: 100%;
    text-align: left;
}

.sectionbanner .textdiv {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding: 15px;
    color: #fff;
}

.sectionbanner .textdiv .textleft nav {
    color: #fff;
    font-size: calc(28px);
    text-shadow: 0 3px 2px #000;
    line-height: 1.3;
}

.sectionbanner .textdiv .textleft h1 {
    font-size: calc(52px);
    line-height: 1.4;
    color: #fff;
    font-weight: bold;
    margin: 0 0 20px 0;
    text-shadow: 0 3px 0 #8CC248;
    margin-top: -70px;
    position: relative;
    z-index: 99;
}

.sectionbanner .textdiv .textleft h1:before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 160px;
    height: 15px;
    background: url(../images/titbg.png) no-repeat;
    z-index: -1;
    background-size: cover;
}


.sectionbanner img {
    width: 100%;
}

.sectionbanner .more a {
    box-shadow: 1px 2px 5px 1px rgb(0 0 0 / 40%);
}

.swiper-pagination-bullet-active {
    background-color: #f8a910 !important;
}

.sectionbanner .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
}

.sectionbanner .swiper-pagination-bullets {
    bottom: 105px;
}


.sectionbanner .spon_link {
    display: none;
}

.headeryd .logo1 {
    display: block;
}

.headeryd .logo2 {
    display: none;
}



@media screen and (max-width:1024px) {

    .sectionbanner .spon_link {
        display: block;
    }

    .sectionbanner {
        display: block;
    }


    .visible-xs {
        display: block !important;
    }

    .hidden-xs {
        display: none !important;
    }

    .headerH {
        overflow: hidden;
        position: relative;

    }

    .headeryd {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .headeryd .headright {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .headeryd .headright i {
        font-size: 20px;
        display: block;
        color: #000;
    }

    .headeryd .headright button {
        border: none;
    }

    .headers {

        width: 100%;
        top: 0;
        left: 0;

        z-index: 99;
    }

    .headers .logo {
        overflow: hidden;
        position: relative;
        display: flex;


    }

    .headers {
        /*background: #fff;*/
        height: auto !important
    }

    .headers .logo img {
        max-height: 45px;
    }

    .headers .language-on {
        overflow: hidden;
        position: absolute;
        left: 15px;
        top: 0;
        padding: 17px 0 0 0;
        color: #333;
        z-index: 2;
    }

    .language-box ul {}

    .language-box ul li {
        display: block;
        overflow: hidden;
        padding: 0 15px;
        background-color: #fff;
        list-style-type: none;
    }

    .language-box ul li a {
        display: block;
        overflow: hidden;
        padding: 15px 15px;
        color: #999;
        font-size: 16px;
        border-top: 1px solid #eee;
        background-color: #fff;
    }

    .headers .menu-on {
        overflow: hidden;
        color: #333;
        z-index: 2;
    }

    .headers .menu-on i {
        font-size: 20px;
        display: block;
        color: #000;
        background: #fff;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        border-radius: 50%;
    }

    .headers .menu-on .fa-close {
        display: none;
    }

    .headers {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        padding: 0 15px;
        z-index: 99;
    }

    .menu-box ul li {
        display: block;
        overflow: hidden;
        padding: 0 15px;
        list-style-type: none;
        position: relative;
    }

    .menu-box ul li a {
        display: block;
        overflow: hidden;
        padding: 10px 15px;
        color: #fff;
        font-size: 16px;
        border-bottom: 1px solid #eee;
    }

    .menu-box ul li a i {
        float: right;
        font-size: 16px;
        color: #333;
        display: block;
    }

    .menu-box ul li a .fa-angle-up {
        display: none;
    }

    .menu-box ul li dl {
        margin: 0 -15px;
        display: none;
    }

    .menu-box ul li dl dd {}

    .menu-box ul li dl dd a {
        padding: 15px 45px;
        background-color: #fafafa;
        ;
    }

    .menu-box .on-right-left {
        overflow: hidden;
        position: relative;
        padding: 20px 15px 15px 15px;
        background-color: #fff;
    }

    .menu-box .on-right-left a {
        display: block;
        overflow: hidden;
        height: 35px;
        line-height: 33px;
        padding: 0 10px;
        text-align: center;
        background-color: #f39800;
        border: 1px solid #f39800;
        cursor: pointer;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    .menu-box .on-right-left img {
        margin: -2px 10px 0 0;
    }

    .menu-box .on-right-left span {
        color: #fff;
    }

    .menu-box .on-right-right {
        overflow: hidden;
        position: relative;
        padding: 0px 15px 20px 15px;
        background-color: #fff;
    }

    .menu-box .on-right-right form {

        position: relative;
        display: flex;
        justify-content: space-between;
        overflow: hidden;
        height: 35px;
        line-height: 33px;
        text-align: center;
        padding: 0 0px 0 20px;
        box-sizing: border-box;
        border: 1px solid #ccc;
        border-radius: 20px;
        cursor: pointer;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    .menu-box .on-right-right input,
    .menu-box .on-right-right button {
        border: none;
    }

    .menu-box .on-right-right img {
        margin: -2px 10px 0 0;
    }

    .menu-box .on-right-right span {
        color: #fff;
    }

    header {
        background: none;
        padding: 0
    }

    header .middle {
        background: #251b16;
        height: auto;
        box-sizing: border-box;
        padding: 5px;
        text-align: center;
        font-size: 12px;
        color: #fff
    }

    .headers {
        padding: 0 !important
    }

    .headeryd {
        padding: 10px 15px;
        box-sizing: border-box;
    }

    .login {
        display: flex;
    }

    .login li {
        margin-left: 15px;
        margin-bottom: 10px;
    }

    .login li a {
        width: 130px;
        height: auto;
        border-radius: 5px;
        color: #fff;
        background: #ff8200;
        display: block;
        padding: 10px;
        text-align: center;
    }

    .login li a img {
        margin-left: 10px;
    }


    .menulist {}

    .menulist .divclose {
        width: 100%;
        background: #f5f5f5;
        height: 70px;
        border-bottom: solid 1px #b5b1b1 !important;
    }

    .menulist .divclose .close {
        padding: 11px;
        opacity: 0.8 !important;
    }

    .menulist .divclose .close img {
        width: 25px;
    }

    .menulist ul li {
        border-bottom: 0;
    }

    .menulist .yiji li {
        padding: 0;
    }

    .menulist ul li a {
        color: #000000;
        font-size: 16px;
        padding: 20px 5%;
        border-bottom: solid 1px #b5b1b1 !important;
        display: flex;
        align-items: center;
        font-weight: bold;
    }

    .menulist ul .inactive {
        background: url(../images/off1.png) no-repeat 95% 28px;
    }

    .menulist ul .inactives {
        background: url(../images/on1.png) no-repeat 95% 28px;
    }

    .menulist ul li ul {
        display: none;
    }

    .menulist ul li .erji li {
        padding: 0;
    }

    .menulist ul li .erji li:last-child {
        border: none !important;
    }

    .menulist ul li .erji li a {
        color: #333333;
        font-size: 14px;
        padding: 13px 10%;
    }

    .menulist ul li .erji .inactive {
        background: url(../images/off1.png) no-repeat 90% 28px;
    }

    .menulist ul li .erji .inactives {
        background: url(../images/on1.png) no-repeat 90% 28px;
    }

    .menulist ul li ul li ul {
        display: none;
    }

    .menulist ul li .erji li .sanji li:last-child {
        border-bottom: solid 1px #b5b1b1 !important;
    }

    .menulist ul li .erji li .sanji li a {
        color: #666666;
        font-size: 14px;
        padding: 11px 15%;
    }

    .menulist .centbg {
        width: 100%;
        height: 80px;
        background: #f5f5f5;
        border-bottom: solid 1px #b5b1b1 !important;
    }

    .menulist ul li .erji li .sanji li .siji li a {
        color: #888888;
        font-size: 14px;
        padding: 11px 11%;
    }

    .menulist ul li .erji li .sanji li .siji li .wuji li a {
        color: #999999;
        font-size: 14px;
        padding: 11px 14%;
    }





    .headmenutext ul li {
        padding: 0;
    }

    .headmenutext ul li i {
        float: left !important;
        margin-right: 15px;
        position: relative;
        top: 3px;
    }

    .headmenutext .langs li a {
        padding: 15px 13% !important;
        color: #666666;
    }

    .headdowntext p {
        height: 60px;
        line-height: 60px !important;
        background: #f5f5f5;
        border-bottom: solid 1px #b5b1b1 !important;
    }

    .headdowntext nav a {
        display: block;
        font-size: 16px;
        height: 80px;
        line-height: 50px;
    }

    .headdowntext p,
    .headdowntext nav a {
        color: #333333;
        text-align: center;
    }



    .menu-bg {
        overflow: hidden;
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 10000;
        background: rgba(0, 0, 0, 0.4);
        display: none;
        top: 0;
    }

    .menu-box {
        box-sizing: border-box;
        /*padding: 20px;*/
        position: fixed;
        top: 0px;
        box-shadow: 0 15px 27px 0 rgba(167, 165, 165, 0.38);
        width: 100%;
        height: 100%;
        /*background: #8b634b;*/
        background: #ffffff;
        transition: all ease 0.5s;
        -webkit-transition: all ease 0.5s;
        z-index: 100000000001;
        opacity: 1;
        visibility: visible;
        margin-top: 0;
        overflow-y: auto;
        transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
        top: 0;
        transform: translateX(100%);
        color: #fff;
        right: 0;
    }

    .menu-box .shop {
        display: flex;
        justify-content: space-between;
        margin-bottom: 30px;
        align-items: center;
    }

    .menu-box .shop p {
        display: flex;
        align-items: center;
        margin-bottom: 0px;
    }

    .menu-box .shop p img {
        margin-right: 5px;
    }

    .menu-box.open {
        transform: translateX(0);
    }

    .open .logo img {
        display: block;
        margin: 100px auto;
    }

    .close {
        text-align: right;
    }

    .open .close {
        display: block;
    }

    .language-bg {
        overflow: hidden;
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 10000;
        background: rgba(0, 0, 0, 0.4);
        display: none;
    }

    .language-box {
        overflow: hidden;
        position: fixed;
        width: 100%;
        z-index: 10001;
        display: none;
    }

    .nav>li>a {
        font-size: 18px;
        color: #fff;
        text-transform: uppercase;
    }

    .nav>li>a:hover {
        background: none;
        color: #ff8200;
    }


    .sectionbanner img {
        width: 100%;
        min-height: 300px;
        max-height: calc(100vh - 60px);
        height: calc(100vh - 60px);
        object-fit: cover;
    }

    .sectionbanner .textdiv {
        justify-content: flex-start;
    }

    .sectionbanner .textdiv .textleft h1 {
        margin-top: 120px;
    }


    .headeryd .logo1 {
        display: block;
    }

    .headeryd .logo2 {
        display: block;
    }


    .headers.sticky1 .logo1 {
        display: block;
    }

    .headers.sticky1 .logo2 {
        
    }

    .headers.sticky1 {
        background-color: #fff;
    }


    .chatbot {
        right: 15px;
        display: block;
        width: 55px;
        bottom: 110px !important;
    }

    .gotoTop.affix {
        bottom: 60px;
    }


    header#header {
        display: none;
    }

    .section111 {
        display: none;
    }


}


.campaign:after {
    z-index: -1;
    /*bottom: 60px;
    right: 60px;
    top: auto;*/
    /*top: 0;
    left: 0;
    width: 100%;
    height: 100%;*/
    /*content:none;*/

    top: 15rem;
    height: calc(100% - 17rem);
}

/*.campaign .cons .row:after{
    position: absolute;
    content: '';
    display: block;
    top: calc( var(--bs-gutter-y)*3);
    
    width: calc(100% + var(--bs-gutter-y)*2 );
    height: calc(100% - var(--bs-gutter-y) );
    background: url(../images/bg_main_section.jpg) repeat;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
}*/

.campaign .col {
    position: relative;
}

.campaign .col img {
    object-fit: contain;
    width: 100%;
}

.campaign .col .txt_g {
    left: 50%;
    top: 100%;
    padding: 10px 15px;
    width: 80%;
    box-sizing: border-box;
    /*background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));*/
    background: #fff;
    position: absolute;
    transform: translateY(-50%) translateX(-50%);
    /*border: 1px solid red;*/

}

.campaign .col .txt_g .tit {
    font-size: 22px;
    font-weight: 600;
    color: #6abb2b;
    line-height: 28px;
    white-space: pre-wrap;
    text-align: center;
    display: block;
}




.boximg {
    overflow: hidden;
}

.boximg img {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.boximg:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
@media screen and (max-width: 1024px) {
    .news_area .cons .newleft{width: 100%;margin-left: 0;margin-right: 0;}
    .news_area .cons .newright{width: 100%;margin-left: 0;margin-right: 0;margin-top: 40px;}
}
@media screen and (max-width: 567px) {
    .sectionbanner .textdiv .textleft h1 {
        font-size: 41px;
    }
}