

.wrap {
    width: 1660px;
    margin: 0 auto;
}
.wrap2 {
    width: 50%;
    margin: 0 auto;
}

.header {
    height: auto;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    /* z-index: 999999; */
    /* transition: all 0.3s; */
    background-color: #fff;
}

.header.active {
    background: #fff;
    box-shadow: 0 5px 10px rgba(0,0,0,.1)
}

.header .wrap {
    position: relative;
}

.header .logo {
    float: right;
    /* margin-top: 12px; */
    width: auto;
}
.header .logo img {
    float: right;
    margin-top: 12px;
    width: 140px;
}

.header .naver {
    float: right;
    margin-right: 15%;
}

.header .naver li {
    float: right;
    padding-left: 60px;
    margin-top: 24px;
    padding-bottom: 30px;
}

.header .naver li.icon h3 a {
    background: none !important;
}

/*一级*/
.header .naver li h3 {
    font-size: 17px;
    color: #1d1d1d;
    line-height: 32px;
}

.header .naver li h3 a {
    background: url(../images/hico1.png) no-repeat left 10px;
    padding-left: 20px;
    background-size: 11px auto !important;
    transition: all 0s;
    position: relative;
}

.header .naver li h3 a span {
    background: url(../images/topspan.png) no-repeat center;
    width: 150px;
    height: 50px;
    background-size: 100% auto !important;
    position: absolute;
    right: 100%;
    display: block;
    z-index: 11;
    top: -20px;
    -webkit-animation: tada 1s .2s linear infinite;
    -moz-animation: tada 1s .2s linear infinite;
}

.header .naver li.on h3 a, .header .naver li h3 a:hover {
    color: #4e74ff;
    background: url(../images/hico1-1.png) no-repeat left 10px;
}

.header.white .naver li h3 a:hover, .header .naver li h3 a:hover {
    /* color: #4e74ff; */
    background: url(../images/hico1-2.png) no-repeat left center;
}

.header .rts {
    float: left;
}

.header .rts .seah {
    overflow: hidden;
    padding: 2px;
    border-radius: 23px;
    position: absolute;
    left: 0;
    top: 20px;
    width: 46px;
    transition: all 0.3s;
    z-index: 11;
    border: 1px solid #fff;
}

.header .rts .seah .btn {
    background: url(../images/lico4.png) no-repeat center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: none;
    float: left;
}

.header .rts .seah .txt {
    height: 42px;
    width: 0;
    font-size: 18px;
    border: none;
    box-sizing: border-box;
    color: #333;
    float: right;
    transition: all 0.3s;
}

.header .rts .seah:hover {
    border: 1px solid rgba(78,116,225,0.2);
    width: 246px;
    background: #fff;
}

.header .rts .seah:hover .txt {
    width: 200px;
    padding: 0 15px;
}

.header .rts .engh {
    position: absolute;
    left: 58px;
    top: 20px;
    height: 42px;
    border-radius: 21px;
    background: #fff;
    width: 120px;
    overflow: hidden;
    transition: all 0.3s;
}

.header .rts .engh:before {
    background: url(../images/hico2.png) no-repeat center;
    width: 13px;
    height: 7px;
    position: absolute;
    left: 23px ;
    top: 17px;
    transition: all 0.3s;
    content: "";
}

.header .rts .engh li a {
    font-size: 16px;
    color: #1d1d1d;
    line-height: 42px;
    display: block;
    padding: 0 23px;
}

.header .rts .engh:hover:before {
    transform: rotate(180deg);
}

.header .rts .engh li a:hover {
    color: #4e74ff;
}

.header .rts .engh:hover {
    height: auto;
}

.header .sub {
    position: fixed;
    right: 0;
    left: 0;
    top: 86px;
    background: #f7f7f7;
    border-top: 1px solid #e4e4e4;
    display: none;
    z-index: 111;
}

.header .sub>dl {
    overflow: hidden;
    font-size: 0;
    text-align: center;
}

.header .sub>dl>dd {
    display: inline-block;
    width: auto;
    height: 72px;
    padding: 1px 35px;
    box-sizing: border-box;
    margin-top: 6px;
    overflow: hidden;
    cursor: pointer;
}

.header .sub>dl>dd a {
    display: block;
    overflow: hidden;
}

.header .sub>dl>dd .icon {
    overflow: hidden;
}

.header .sub>dl>dd i {
    height: 70px;
    float: right;
    overflow: hidden;
    width: 60px;
}

/*二级*/
.header .sub>dl>dd h4 {
    float: right;
    font-size: 15px ;
    color: #999999;
    line-height: 70px;
    text-align: right;
    padding-right: 10px;
}

.header .sub>dl>dd:hover i img {
    top: -100%;
}

.header .sub>dl>dd:hover h4 {
    color: #4e74ff;
}

.header .sub>dl>dd i img {
    position: relative;
    top: 0;
    height: 140px;
    display: block;
    transition: all 0.3s;
    width: auto;
    margin: 0 auto;
}

.header .sub>dl>dd:hover {
    background: #fff;
}

.header .sub>dl .ndl {
    position: fixed;
    display: none;
    right: 0;
    left: 0;
    top: auto ;
    z-index: 111;
    background: #fff;
    text-align: center;
}

.header .sub>dl dl a {
    padding: 30px 0 8px;
    display: block;
}

.header .sub>dl dl dd {
    display: inline-block;
    width: calc((100% - 282px)/7);
    margin: 0 20px;
}

.header .sub.sub4>dl dl dd {
    width: 380px;
    margin: 0 20px;
}

.header .sub>dl dl dd:nth-child(1) {
    margin-right: 0;
}

.header .sub>dl dl dd:nth-child(7n) {
    margin-left: 0;
}

.header .sub>dl dl a .img {
    height: 68px;
    overflow: hidden;
    position: relative;
}

.header .sub.sub4>dl dl a .img {
    height: 100px;
}

.header .sub>dl dl a img {
    display: block;
    margin: 0 auto;
    max-height: 100%;
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

/*三级*/
.header .sub>dl dl a h5 {
    font-size: 14px;
    color: #333333;
    line-height: 42px;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* font-weight: bold; */
}
.header.ons {
    opacity: 0;
}
.header.white .naver li h3 a {
    color: #fff;
    background: url(../images/hico1white-1.png) no-repeat left center ;
}
.header {
    z-index: 999;
}


/**********************************************************/

.selected .header {
    overflow: visible;
}

.selected .header .nav {
    display: block;
    z-index: 111;
    position: absolute;
    right: 0;
    top: 80px;
    left: 0;
    margin: 0;
}

.selected .header .nav li a {
    text-align: center;
    width: auto;
    display: block;
    background: rgba(255, 255, 255, 0.9);
    margin: auto;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    line-height: 50px;
    padding: 0;
}

.selected .header .nav li a {
    color: #000000;
}

.selected .header .nav .selected a {
    border-bottom-color: #73e5b1;
}

@media only screen and (max-width: 1680px) {
    .header .sub>dl dl a h5 {
        font-size: 13px;
    }
    .header .naver {
        margin-right: 120px;
    }

    .header .sub.sub4 > dl dl dd {
        margin: 0 80px;
    }
    .header .sub>dl>dd h4 {
        font-size: 16px;
    }

    .header .sub.sub4>dl dl dd {
        width: 215px;
        margin: 0 30px;
    }
    .header .sub.sub4>dl dl dd {
        width: 230px;
        margin: 0 20px;
    }

    .header .sub>dl dl a h5 {
        /*font-size: 12px;*/
    }

    .header .rts .seah:hover .txt {
        width: 150px;
    }

    .header .naver {
        margin-right: 50px;
    }

    .header .naver li {
        padding-left: 45px;
    }

    .header .rts .seah:hover {
        width: 200px;
    }

    .header .sub.sub4 > dl dl dd {
        margin: 0 10px;
        width: 210px;
    }
    
}
@media only screen and (max-width: 1220px) {
    .header .sub>dl>dd h4 {
        font-size: 14px;
        /*width: calc(100% - 45px);*/
    }

    .header .sub>dl dl dd {
        width: calc((100% - 240px)/7);
        margin: 0 20px;
    }

    .header .sub>dl dl a h5 {
        font-size: 13px;
    }
    .header .sub > dl > dd i {
        width: 40px;
        margin-left: 5px;
        margin-top: 8px;
        overflow: hidden;
        height: 52px;
    }

    .header .sub>dl>dd i img {
        height: 105px;
    }

    .header .logo img {
        width: 100%;
        display: block;
        margin-top: -3%;
    }

    .header .sub>dl>dd:hover i img {
        top: -52px;
    }

    .header .sub>dl>dd {
        padding: 0 5px;
    }
    .header .naver {
        margin-right: 42px;
    }

    .header .naver li {
        padding-left: 30px;
    }

    .header .naver li h3 {
        font-size: 16px;
    }

    .header .rts .engh {
        width: 90px;
        left: 0;
    }

    .header .naver {
        margin-right: 15px;
    }

    .header .rts .seah:hover .txt {
        width: 105px;
    }

    .header .rts .seah:hover {
        width: 150px;
    }

    .header .rts .seah:hover .txt {
        padding: 0 5px;
    }

    .header .sub.sub4 > dl dl dd {
        margin: 0 10px;
        width: 230px;
    }
}
@media only screen and (max-width: 1020px) {
    
    .header .naver {
        display: none;
    }

    .header .rts {
        display: none;
    }

    .header {
        background: #fff;
        height: 100px;
        padding: 10px 20px;
        box-sizing: border-box;
    }
    .header .naver {
        display: none;
        position: fixed;
        right: 0;
        left: 0;
        top: 100px;
        z-index: 999;
        background: #fff;
        margin: 0;
        overflow-y: scroll;
    }

    .header .naver li {
        float: none;
        margin: 0;
        border-bottom: 1px solid #ccc;
        padding: 0;
    }

    .header .naver li h3 {
        font-size: 32px;
        padding: 0 30px;
        line-height: 86px;
        background: url(../images/hico1.png) no-repeat left 30px center;
        background-size: 30px auto;
    }

    .header .naver li h3 a {
        background: none;
    }

    .header .naver li:last-child {
        border: none;
    }

    .header .sub {
        position: static;
    }

    .header .sub>dl>dd {
        display: block;
        width: auto;
        height: auto;
    }

    .header .sub>dl>dd i {
        height: 90px;
        width: 120px;
        display: none;
    }

    .header .sub>dl>dd i img {
        height: 200%;
        display: block;
    }

    .header .sub>dl dl a h5, .header .sub>dl>dd h4 {
        font-size: 28px;
        width: auto;
        line-height: 70px;
        float: none;
        text-align: right;
        padding: 10px 20px;
    }

    .header .sub>dl .ndl {
        position: static;
    }

    .header .sub>dl dl a .img {
        display: none;
    }

    .header .sub>dl dl dd {
        width: auto;
        display: block;
    }
    .header .sub.sub4>dl dl dd {
        width: auto;
    }

    .header .sub>dl dl a {
        padding: 0;
    }

    .header .naver li.icon h3 {
        background: none;
    }

}

/*pad*/
img {
    max-width: 100%;
}


.gh {
    float: left;
    height: 50px;
    width: 56px;
    top: 20px;
    left: 30px;
    position: absolute;
    transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -webkit-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -ms-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    cursor: pointer;
    z-index: 9999;
    display: none;
}

.selected .gh {
    transform: rotate(90deg);
}

.gh a {
    background-color: #4e74ff;
    display: block;
    height: 4px;
    margin-top: -2px;
    position: relative;
    top: 50%;
    transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    width: 100%;
    border-radius: 2px;
}

.gh a:after, .gh a:before {
    background-color: #4e74ff;
    content: "";
    display: block;
    height: 4px;
    right: 0;
    position: absolute;
    transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    width: 100%;
    border-radius: 2px;
}

.gh a:after {
    top: 14px;
}

.gh a:before {
    top: -14px;
}

.selected .gh a:after, .selected .gh a:before {
    top: 0;
}

.selected .gh a:before {
    transform: translateY(0px) rotate(-45deg);
    -webkit-transform: translateY(0px) rotate(-45deg);
    -ms-transform: translateY(0px) rotate(-45deg);
    background: #4e74ff;
}

.selected .gh a:after {
    transform: translateY(0px) rotate(45deg);
    -webkit-transform: translateY(0px) rotate(45deg);
    -ms-transform: translateY(0px) rotate(45deg);
    background: #4e74ff;
}

.selected .gh a {
    background-color: transparent !important;
}




@media only screen and (max-width: 1020px){
.gh {
    display: block;
    }
}

.gh a:after {
    top: 14px;
}

.gh a:before {
    top: -14px;
}

@media only screen and (max-width: 1680px) {
.wrap {
        width: 1400px;
    }
.header .naver {
        margin-right: 120px;
    }
}
@media only screen and (max-width: 1420px) {
    .wrap {
        width: 1200px;
    }
.header .naver {
        margin-right: 50px;
    }
}

@media only screen and (max-width: 1020px) {
    .wrap {
        width: auto;
    }

    .header .naver {
        display: none;
    }

    .header .rts {
        display: none;
    }

    .header {
        background: #fff;
        height: 100px;
        padding: 10px 20px;
        box-sizing: border-box;
    }

    .gh {
        display: block;
    }

    .header .naver {
        display: none;
        position: fixed;
        right: 0;
        left: 0;
        top: 100px;
        z-index: 999;
        background: #fff;
        margin: 0;
        overflow-y: scroll;
        border-bottom: 1px solid #000;
    }
    
    .hidden-pc {
        visibility: hidden;
    } 

}
@media only screen and (max-width: 600px) {
    .header .naver li h3{
        font-size: 20px;
        line-height: 55px;
    }
    .header .sub>dl dl a h5, .header .sub>dl>dd h4{
        font-size: 18px;
        line-height: 40px;
    }
    .header .naver li h3{
        background-size: 16px;
    } 
    .header .logo{
        margin-top: 5px;
    }  
    .gh{
        height: 35px;
        width: 50px;
        left: 15px;
    }
    .header{     border-bottom: 1px solid #ccc;
        height: 75px;
    }
    .header .naver{
        top: 75px;
        height: auto;
    }
    .header .sub>dl>dd .icon{
        border-bottom: 1px solid #e2e2e2;
    }
    .header.white .naver li h3 a:hover, .header .naver li h3 a:hover{
        
    }
    /* .gh a:after{
        top: 8px;
    }
    .gh a:before {
        top: -9px;
    } */

}
@media only screen and (max-width: 750px) {
    .header .logo{
        float: right;
        margin-top: auto;
        width: 190px;
    }

}

.in_whatsapp{
    float: right;
    padding-top: 14px;
    display: flex;

  }   
.in_whatsapp .btn  {
    width: auto;
    height: auto;
    box-sizing: border-box;
    /* border: 1px solid #29a71a; */
    border-radius: 33px;
    text-align: center; 
    display: block;
    float: left;
    background: #fff;
    /* box-shadow: 0 4px 6px 1px #ebf0ff; */
    cursor: pointer;
    margin: 5px;
    float: right;
    /* margin-top: 15px; */
}
.in_whatsapp .btn i {
    display: inline-block;
    background: url(../images/wtsapp.png) no-repeat right center;
    padding-left: 15px;
    padding-right: 55px;
    font-size: 16px;
    font-weight: bold;
    color: #1c1c1c;
    line-height: 25px;
    text-align: right;
    font-family: system-ui;

}
.sticky-slider {
    position: fixed;
    bottom: 3px;
    border: none;
    border-radius: 30px;
    background-color: #006634;
    color: #FFFFFF;
    z-index: 10000;
    box-shadow: 0 0 50px 0 rgb(0 0 0 / 40%);
    padding: 6px 23px;
    margin: 1rem 0;
    right: 1rem;
    font-weight: 400;
  }

  .sticky-slider a {
    color: #fff;
    font-size: 18px;
  }
  .wphone {
    text-align: right !important;
    position: fixed;
    z-index: 999999999;
    bottom: 14px;
    left: 15px;
  }