@charset "utf-8";

@font-face {
    font-family: 'beba';
    src: url('/public/web-assets/frontend/fonts/beba.eot');
    src: url('/public/web-assets/frontend/fonts/beba.eot%3F') format('embedded-opentype');
    src: url('/public/web-assets/frontend/fonts/beba.ttf') format('truetype'), url('/public/web-assets/frontend/fonts/beba.svg') format('svg'), local('beba')
}


.bn {
    font-family: "Noto Serif Bengali", serif;
    font-optical-sizing: auto;
    font-style: normal;
}

body, html {
    width: 100%;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    overflow-x: hidden;
    font-weight: bold
}



body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 24px;
    color: #21211a;
    min-width: 320px;
    zoom: 1;
    background: #fff;

}

body[lang="en"] {
    font-family: "Arial", "Microsoft YaHei", Helvetica, sans-serif, Arial, "beba";
}

body[lang="bn"] {
    font-family: "Noto Serif Bengali", serif;
}

ul, li, form, dl, dt, dd, div, ul, li, h1, h2, h3, h4, h5, h6, p, em, i {
    font-style: normal;
    list-style: none;
    padding: 0;
    margin: 0
}

.h1, .h2, .h3, .h4, .h5, .h6, .p {
    padding: 0;
    margin: 0
}

select, input, textarea {
    font-size: 12px;
    font-weight: bold;
    border-radius: 0;
    -webkit-border-radius: 0;
    color: #414446;
    font-family: "微软雅黑"
}

input:focus {
    outline: none
}

input, button, select, textarea {
    outline: none
}

textarea {
    resize: none
}

textarea, input, select {
    background: none;
    border: none;
    margin: 0;
    padding: 0
}

article, aside, footer, header, hgroup, nav, section, figure, figcaption {
    display: block
}

figure, figcaption {
    margin: 0;
    padding: 0
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

img {
    max-width: 100%;
    border: none;
    border: 0;
    vertical-align: top
}

a {
    color: #21211a;
    text-decoration: none;
    noline: -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear
}

a:focus {
    outline: none;
    -moz-outline: none
}

a:hover, li:hover {
    text-decoration: none;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear
}

.fl {
    float: left
}

.fr {
    float: right
}

.tr {
    text-align: right
}

.tc {
    text-align: center
}

.hidetxt {
    display: none
}

.clear {
    clear: both
}

.clearfix {
    overflow: hidden;
    _zoom: 1
}

:-moz-placeholder {
    color: #b2b2b2
}

::-moz-placeholder {
    color: #b2b2b2
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #b2b2b2
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #b2b2b2
}

.w1400 {
    max-width: 1400px;
    min-width: 320px;
    margin: 0 auto
}

.w1200 {
    max-width: 1200px;
    min-width: 320px;
    margin: 0 auto
}

.w1000 {
    max-width: 1000px;
    min-width: 320px;
    margin: 0 auto
}

.auto {
    margin: 0 8.333%
}

.relative {
    position: relative
}

.zindex {
    position: relative;
    z-index: 3
}

.wow {
    visibility: hidden
}

.owl-carousel .owl-nav {
    height: 0
}

input, textarea, .empty {
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.f_color {
    color: #ffc000
}

.beba {
    font-family: "beba";
    font-weight: normal
}

@media (max-width:1640px) {
    .auto {
        margin: 0 15px
    }
}

@media (max-width:1440px) {
    .w1400 {
        margin: 0 15px
    }

    .auto .w1400 {
        margin: 0
    }
}

@media (max-width:1250px) {
    .w1200 {
        margin: 0 15px
    }

    .w1400 .w1200 {
        margin: 0
    }
}

@media (max-width:1040px) {
    .w1000 {
        margin: 0 15px
    }

    .w1400 .w1000 {
        margin: 0
    }
}

.icon .i1 {
    transition: 400ms
}

.icon .i2 {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    filter: alpha (opacity=0);
    transition: 500ms
}

li:hover .icon .i2, .liactive li .icon .i2 {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100)
}

li:hover .icon .i1, .liactive li .icon .i1 {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale (1.2);
    transform: scale(1.2)
}

.effect-img {
    text-align: center;
    cursor: pointer;
    zoom: 1;
    overflow: hidden
}

.effect-img img, .effect-img span {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    display: block;
    width: 100%
}

.effect-img:hover img, li:hover .effect-img img, dd:hover .effect-img img, .effect-img:hover span, li:hover .effect-img span, dd:hover .effect-img span {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1)
}

.effect-img span {
    height: 100%
}

.boxbg, .effect-img span {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.ptb3 {
    padding: 3% 0
}

.ptb4 {
    padding: 4% 0
}

.pt3 {
    padding-top: 3%
}

.pb3 {
    padding-bottom: 3%
}

.mb3 {
    margin-bottom: 3%
}

.mb4 {
    margin-bottom: 4%
}

.mb5 {
    margin-bottom: 5%
}

.title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.p {
    overflow: hidden;
    word-break: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.Ban {
    height: 285px;
    padding-top: 165px;
    color: #fff
}

.Ban .name {
    display: block;
    font-size: 110px;
    line-height: 90px
}

.Ban p {
    font-size: 18px;
    margin: 8px 0 47px
}

.Ban a {
    color: #fff
}

.Menu {
    background: #404040
}

.Menu .title {
    display: none;
    padding: 0 20px;
    background: #ffc000;
    line-height: 40px
}

.Menu .title span {
    display: block;
    font-size: 18px;
    color: #fff;
    background: url(https://www.chlforklift.com/themes/anhuinews/assets/chl/cn/images/down.png) no-repeat right center
}

.Menu ul {
    text-align: center
}

.Menu li {
    display: inline-block;
    position: relative;
    min-width: 250px;
    padding: 0 15px
}

.Menu li a {
    display: block;
    font-size: 18px;
    line-height: 70px;
    color: #808080;
    text-transform: uppercase
}

.Menu li::after {
    content: '';
    background: url('/public/web-assets/frontend/img/arr2.png');
    position: absolute;
    width: 9px;
    height: 7px;
    left: 50%;
    margin-left: -4px;
    bottom: 10px;
    opacity: 0
}

.Menu li:hover, .Menu li.on {
    background: #ffc000
}

.Menu li:hover a, .Menu li.on a {
    color: #262626
}

.Menu li:hover::after, .Menu li.on::after {
    opacity: 1
}

.Container {
    min-height: 300px;
    height: auto !important;
    height: 300px
}

.Pages {
    width: 100%;
    text-align: center
}

.Pages a {
    display: inline-block;
    background: #fff;
    color: #000;
    margin: 2px;
    width: 100px;
    line-height: 50px;
    font-size: 16px
}

.Pages a img {
    display: inline-block;
    vertical-align: middle
}

.Pages .num {
    margin: 0 1.5%
}

.Pages .num a {
    padding: 0;
    width: 50px;
    font-size: 18px;
    font-family: Arial
}

.Pages a:hover, .Pages a.a_cur {
    background: #ffc000
}

@media (max-width:1500px) {
    .Ban .name {
        font-size: 90px;
        line-height: 70px
    }
}

@media (max-width:1024px) {
    .Ban {
        height: 200px;
        padding-top: 120px
    }

    .Ban .name {
        font-size: 60px;
        line-height: 40px
    }
}

@media (max-width:768px) {
    .Ban {
        height: 240px
    }

    .Menu {
        margin: 15px;
        background: none
    }

    .Menu .title {
        display: block
    }

    .Menu ul {
        display: none;
        margin: 0;
        line-height: 32px;
        padding: 10px 0;
        border: 1px solid #ffc000;
        text-align: left
    }

    .Menu li {
        display: block;
        margin: 0
    }

    .Menu li a {
        line-height: 32px;
        font-size: 16px
    }

    .Menu li:hover a, .Menu li.on a {
        color: #ffc000
    }

    .Menu li:hover, .Menu li.on {
        background: none
    }

    .Menu li:hover::after, .Menu li.on::after {
        opacity: 0
    }

    .Pages a {
        width: 50px;
        line-height: 30px
    }

    .Pages .num a {
        width: 30px;
        font-size: 16px
    }
}

@media (max-width:640px) {
    .ptb3 {
        padding: 5% 0
    }

    .mb3 {
        margin-bottom: 5%
    }

    .mb4 {
        margin-bottom: 6%
    }

    .mb5 {
        margin-bottom: 7%
    }

    .pt3 {
        padding-top: 5%
    }

    .ptb4 {
        padding: 6% 0
    }

    .pb3 {
        padding-bottom: 5%
    }

    .Ban {
        height: 160px
    }

    .Ban p {
        margin: 8px 0 20px
    }

    .Ban .name {
        font-size: 40px;
        line-height: 20px
    }
}

@media (max-width:640px) {
    .Ban {
        padding-top: 60px
    }
}

.Header {
    position: absolute;
    z-index: 99;
    width: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.8)
}

.Top {
    position: relative;
    height: 90px
}

.header_menu {
    display: none
}

.Logo {
    width: 13.54%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3
}

.Logo img {
    display: block;
    width: 100%
}

.call {
    position: absolute;
    right: 0;
    top: 0;
    width: 300px;
    line-height: 90px;
    text-align: center;
    background: #1a1a1a;
    color: #ffc000;
    font-size: 22px
}

.call img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px
}

.Showbox {
    padding: 32px 0 31px;
    width: 62.5%;
    margin: 0 auto
}

.Showbox .close_bar {
    display: none
}

.Nav li {
    float: left;
    text-align: center;
    position: relative;
    margin-right: 3.5%;
    font-size: 18px;
    line-height: 25px
}

.Nav li:nth-last-child(2) {
    margin-right: 0
}

.Nav li .am {
    display: block;
    text-transform: uppercase;
    color: #fff;
    border-bottom: 2px solid rgba(255, 255, 255, 0);
    transition: 500ms
}

.Nav li i {
    position: absolute;
    display: none;
    width: 60px;
    height: 60px;
    right: 0;
    top: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(https://www.chlforklift.com/themes/anhuinews/assets/chl/cn/images/jia.png);
    overflow: hidden
}

.Nav li:hover .am, .Nav li.active .am {
    color: #ffc000;
    border-bottom: 2px solid #ffc000
}

.Nav li .SubNav {
    position: absolute;
    left: 50%;
    top: 100%;
    z-index: 999;
    width: 240px;
    margin-left: -120px;
    display: none;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 0 0 8px 8px
}

.Nav li .SubNav a {
    display: block;
    line-height: 32px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7)
}

.Nav li .SubNav a:hover {
    background-color: #ffc000
}

.Banner .item .img {
    display: block;
    width: 100%
}

.Banner .slick-dots {
    bottom: 4%;
    left: 0;
    right: 0;
    height: 12px;
    line-height: 12px
}

.Banner .slick-dots li {
    margin: 0 10px;
    display: inline-block;
    width: 12px;
    line-height: 12px;
    height: 12px;
    position: relative
}

.Banner .slick-dots li button {
    display: block;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 0
}

.Banner .slick-dots li.slick-active {
    background: #ffc000
}

@media (max-width:1700px) {
    .Nav li {
        margin-right: 1.5%;
        font-size: 18px
    }
}

@media (max-width:1500px) {
    .Showbox {
        width: 67.5%
    }

    .Nav li {
        font-size: 17px
    }
}

@media (max-width:1366px) {
    .Nav li {
        margin-right: 1.5%;
        font-size: 16px
    }
}

@media (max-width:1300px) {
    .Top {
        height: 70px
    }

    .call {
        right: 50px;
        background: none;
        line-height: 70px
    }

    .header_menu {
        display: block;
        background-image: url(https://www.chlforklift.com/themes/anhuinews/assets/chl/cn/images/navicon.png);
        position: absolute;
        top: 50%;
        right: 15px;
        margin-top: -12px;
        width: 20px;
        height: 24px;
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat;
        z-index: 9
    }

    .Showbox {
        width: 50%;
        height: 100%;
        float: none;
        background: rgba(0, 0, 0, .85);
        overflow: auto;
        overflow-x: none;
        position: fixed;
        z-index: 9990;
        top: 0;
        right: -100%
    }

    .Showbox .close_bar {
        display: block;
        height: 70px;
        line-height: 70px;
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background: rgba(0, 0, 0, .85);
        border-bottom: 1px solid #e8e8e8;
        text-align: right
    }

    .Showbox .close_bar a {
        color: #fff;
        text-align: start;
        float: left;
        margin-left: 20px;
        font-size: 20px;
        top: 15px;
        transition: transform ease-in 0.3s;
    }

    .Showbox .close_bar a:hover {
        transform: rotate(180deg)
    }

    .Nav {
        background: none;
        margin-top: 40px;
        width: 100%
    }

    .Nav li {
        float: none;
        width: 100%;
        text-align: left;
        padding: 0;
        background: none;
        position: relative;
        border-bottom: 1px solid rgba(255, 255, 255, 0.4)
    }

    .Nav li .am {
        display: block;
        color: #fff;
        line-height: 50px;
        font-size: 18px;
        padding-left: 40px
    }

    .Nav li:hover .am, .Nav li.active .am {
        border-bottom: none;
        color: #ffc000
    }

    .Nav li i {
        display: block
    }

    .Nav li .SubNav {
        position: static;
        background: none;
        padding: 0;
        width: 100%;
        margin-left: 0;
        padding-bottom: 10px
    }

    .Nav li .SubNav a {
        padding-left: 60px;
        text-align: left;
        display: block;
        font-size: 16px
    }

    .Nav li.on i {
        background-image: url(https://www.chlforklift.com/themes/anhuinews/assets/chl/cn/images/jian.png)
    }

    .Nav li.on .SubNav {
        display: block
    }
}

@media (max-width:768px) {
    .Logo {
        width: 130px
    }
}

@media (max-width:480px) {
    .Header {
        position: static
    }

    .call {
        font-size: 18px;
        width: auto
    }

    .call img {
        display: none
    }

    .Showbox {
        width: 80%
    }

    .Banner .slick-dots {
        bottom: 15px
    }

    .Banner .slick-dots li {
        margin: 0 4px
    }
}

.Footer {
    padding: 70px 0;
    background: #262626;
    font-size: 20px;
    color: #8c8c8c
}

.Footer .bottom {
    width: 32.8125%;
    float: left
}

.Footer .bottom .blogo {
    margin-bottom: 35px
}

.Footer .title {
    font-size: 24px;
    color: #fff;
    margin-bottom: 28px
}

.Footer .contact {
    width: 31.25%;
    float: left;
    margin-left: 3%
}

.Footer .contact .info {
    line-height: 36px
}

.Footer .share {
    width: 28.75%;
    float: right
}

.Footer .share .links a {
    display: inline-block;
    margin-right: 10px;
    width: 48px;
    height: 48px;
    background-color: #333;
    background-repeat: no-repeat;
    background-size: cover
}

.Footer .share .links a.a1 {
    background-image: url('/public/web-assets/frontend/img/s1.png')
}

.Footer .share .links a.a2 {
    background-image: url('/public/web-assets/frontend/img/s2.png')
}

.Footer .share .links a.a3 {
    background-image: url('/public/web-assets/frontend/img/s3.png')
}

.Footer .share .links a.a4 {
    background-image: url('/public/web-assets/frontend/img/s4.png')
}

.Footer .share .links a:hover {
    background-color: #ffc000
}

.Footer .share .links a.a1:hover {
    background-image: url('/public/web-assets/frontend/img/son1.png')
}

.Footer .share .links a.a2:hover {
    background-image: url('/public/web-assets/frontend/img/son2.png')
}

.Footer .share .links a.a3:hover {
    background-image: url('/public/web-assets/frontend/img/son3.png')
}

.Footer .share .links a.a4:hover {
    background-image: url('/public/web-assets/frontend/img/son4.png')
}

.gotop {
    position: absolute;
    height: 100%;
    bottom: 0;
    width: 10.41%;
    right: 0;
    z-index: 9;
    background: #ffc000 url('/public/web-assets/frontend/img/gotop.png') no-repeat center center
}

@media (max-width:1360px) {
    .gotop {
        width: 40px;
        height: 40px;
        position: fixed
    }
}

@media (max-width:1024px) {
    .Footer {
        padding: 30px 0
    }
}

@media (max-width:768px) {
    .Footer {
        font-size: 16px;
        line-height: 20px
    }

    .Footer .bottom {
        width: auto;
        float: none;
        text-align: center
    }

    .Footer .bottom .blogo {
        margin-bottom: 15px;
        width: 130px
    }

    .Footer .contact, .Footer .share {
        display: none
    }
}

.HomeTit {
    line-height: 70px;
    text-transform: uppercase
}

.HomeTit.white {
    color: #fff
}

.HomeTit span {
    font-size: 80px;
    display: block
}

.HomeTit i {
    display: inline-block;
    width: 40px;
    height: 3px;
    background: #ffc000
}

.HomeTit .more {
    float: right;
    border-bottom: 3px solid #333;
    line-height: 36px;
    margin-top: 1%
}

.HomeTit .more img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px
}

.arrow {
    position: absolute;
    z-index: 2
}

.arrow img {
    display: block;
    width: 100%
}

.arrow.a1 {
    width: 21px;
    left: -1px;
    top: -1px
}

.arrow.a2 {
    width: 22px;
    right: -1px;
    bottom: 0
}

.HomeJoin {
    padding: 63px 0 69px
}

.HomeJoin .img {
    width: 43.229%;
    position: absolute;
    right: 0;
    top: 0
}

.HomeJoin .con {
    width: 56%
}

.mores {
    display: block;
    margin-top: 34px;
    width: 260px;
    line-height: 64px;
    background-color: #ffc000;
    background-image: url('/public/web-assets/frontend/img/morebg.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    text-align: center;
    font-size: 24px;
    color: #333
}

.mores img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 44px
}

.GreyBox {
    background: #f1f1f1
}

.HomeProduct .SlideTxt {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-bottom: none
}

.HomeProduct .hd {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 168px;
    text-align: center
}

.HomeProduct .hd .arrow {
    width: 20px;
    top: 0;
    left: 0
}

.HomeProduct .hd ul {
    height: 100%;
    box-shadow: -20px 0 20px rgba(0, 0, 0, 0.1)
}

.HomeProduct .hd li {
    height: 16.65%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-bottom: 1px solid #e6e6e6;
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.HomeProduct .hd li.on {
    background: #ffc000
}

.HomeProduct .hd li img {
    display: block;
    margin: 0 auto 5px;
    width: 70px
}

.HomeProduct .hd li span {
    display: block;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase
}

.HomeProduct .bd {
    min-height: 700px;
    padding-right: 168px
}

.HomeProduct .list dd.first {
    width: 35%;
    float: left
}

.HomeProduct .list dd {
    width: 32.5%;
    float: left
}

.HomeProduct .list dd.first a {
    display: block;
    padding: 28px 28px 50px;
    position: relative;
    border-right: 1px solid #e6e6e6 !important
}

.HomeProduct .list dd a {
    display: block;
    padding: 28px;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6
}

.HomeProduct .list dd:nth-child(2n+1) a {
    border-right: none
}

.HomeProduct .list dd .new {
    position: absolute;
    left: 28px;
    top: 28px;
    z-index: 2
}

.HomeProduct .list dd .effect-img {
    margin-bottom: 12px;
    height: 244px
}

.HomeProduct .list dd .title {
    font-size: 22px;
    line-height: 40px;
    text-align: center
}

.HomeProduct .list dd .p {
    -webkit-line-clamp: 2
}

.HomeProduct .list dd.first .effect-img {
    height: 378px
}

.HomeProduct .list dd.first .name {
    font-size: 28px;
    line-height: 32px;
    height: 64px
}

.HomeProduct .list dd.first .info {
    margin: 16px 0 45px;
    font-size: 20px;
    height: 48px;
    color: #666
}

.HomeProduct .list dd.first .mores {
    background-color: #4d4d4d;
    color: #ffc000;
    margin-top: 0
}

.HomeProduct .list dd:hover .title, .HomeProduct .list dd:hover .name {
    color: #ffc000
}

.HomePlan .item a {
    display: block;
    padding: 200px 0;
    color: #fff
}

.HomePlan .item .p {
    font-size: 28px;
    line-height: 38px;
    -webkit-line-clamp: 2
}

.HomePlan .slick-prev {
    left: 5%
}

.HomePlan .slick-next {
    right: 5%
}

.HomeParts .con {
    padding: 183px 0 192px;
    width: 50%
}

.HomeParts .con .p {
    font-size: 22px;
    color: #4c4c4c;
    line-height: 40px
}

.HomeParts .img {
    position: absolute;
    right: 5%;
    bottom: 5%
}

@media (max-width:1500px) {
    .HomeTit {
        line-height: 48px
    }

    .HomeTit span {
        font-size: 48px
    }

    .mores {
        margin-top: 20px
    }

    .HomeJoin .img {
        top: 6%
    }

    .HomePlan .item .p, .HomeParts .con .p {
        font-size: 20px;
        line-height: 30px
    }

    .HomeProduct .bd {
        min-height: 628px
    }

    .HomeProduct .list dd .effect-img {
        height: 205px
    }

    .HomeProduct .list dd.first .effect-img {
        height: 300px
    }
}

@media (max-width:1024px) {
    .HomeTit {
        line-height: 35px
    }

    .HomeTit span {
        font-size: 35px
    }

    .HomeTit .more {
        margin-top: 0;
        line-height: 32px
    }

    .mores {
        width: 220px;
        line-height: 50px;
        font-size: 20px
    }

    .mores img {
        margin-left: 15px
    }

    .HomeJoin, .HomeParts {
        padding: 30px 0
    }

    .HomeJoin .con {
        width: auto
    }

    .HomeJoin .img {
        position: static;
        text-align: center;
        width: auto
    }

    .HomeProduct .hd {
        position: relative;
        width: 100%
    }

    .HomeProduct .hd .arrow {
        display: none
    }

    .HomeProduct .hd ul {
        font-size: 0
    }

    .HomeProduct .hd li {
        display: inline-block;
        vertical-align: top;
        width: 50%
    }

    .HomeProduct .hd li a {
        display: block;
        border-right: 1px solid #e6e6e6;
        padding: 10px 0
    }

    .HomeProduct .hd li:nth-child(2n) a {
        border-right: none
    }

    .HomeProduct .bd {
        min-height: auto;
        padding-right: 0
    }

    .HomeProduct .list dd.first {
        width: auto;
        float: none
    }

    .HomeProduct .list dd {
        width: 50%
    }

    .HomeProduct .list dd.first a {
        padding: 28px
    }

    .HomeProduct .list dd.first .effect-img {
        width: 40%;
        float: left;
        height: 300px;
        margin-bottom: 0
    }

    .HomeProduct .list dd.first .con {
        width: 55%;
        float: right;
        padding-top: 15px
    }

    .HomeProduct .list dd.first .name {
        height: auto;
        font-size: 24px
    }

    .HomeProduct .list dd .title {
        font-size: 20px;
        line-height: 30px
    }

    .HomePlan .item a {
        padding: 120px 0
    }

    .HomePlan .slick-prev {
        left: 15px
    }

    .HomePlan .slick-next {
        right: 15px
    }

    .HomeParts .con {
        width: auto;
        padding: 0;
        margin-bottom: 20px
    }

    .HomeParts .img {
        position: static;
        text-align: center
    }
}

@media (max-width:640px) {
    .HomeTit span {
        font-size: 28px
    }

    .HomeProduct .list dd .new {
        width: 50px
    }

    .HomeProduct .list dd.first .effect-img {
        width: auto;
        height: 400px;
        float: none
    }

    .HomeProduct .list dd.first .con {
        width: auto;
        float: none
    }
}

@media (max-width:480px) {
    .HomeProduct .hd li span {
        height: 36px;
        font-size: 14px
    }

    .HomeProduct .list dd.first .effect-img {
        height: 300px
    }

    .HomeProduct .list dd.first a, .HomeProduct .list dd a {
        padding: 15px
    }

    .HomeProduct .list dd.first .info {
        margin: 10px 0 15px
    }

    .HomeProduct .list dd .effect-img {
        height: 105px
    }

    .HomeProduct .list dd .title {
        font-size: 16px
    }

    .HomePlan .item .p, .HomeParts .con .p {
        font-size: 18px
    }

    .HomePlan .item .p {
        -webkit-line-clamp: inherit
    }
}

.HistoryBox .box {
    background: url('/public/web-assets/frontend/img/line.png') repeat-x left 161px;
    padding: 0 5%
}

.HistoryBox .slider li {
    width: 35.71%;
    float: left;
    margin-left: -16%;
    padding-bottom: 35px;
    position: relative;
    min-height: 130px
}

.HistoryBox .slider li .dot {
    position: absolute;
    width: 7px;
    height: 7px;
    left: 0;
    bottom: 0;
    background: url('/public/web-assets/frontend/img/dot.png')
}

.HistoryBox .slider .item li:nth-child(2n) .dot {
    bottom: auto;
    top: 0
}

.HistoryBox .slider li .effect-img {
    width: 42%;
    float: left;
    height: 130px
}

.HistoryBox .slider li .con {
    width: 55%;
    float: left;
    margin-left: 3%;
    padding-top: 4%
}

.HistoryBox .slider li .con span {
    font-size: 40px;
    line-height: 40px
}

.HistoryBox .slider li .con .info {
    font-size: 18px;
    color: #4c4c4c
}

.HistoryBox .slider .item li:first-child {
    margin-left: 0
}

.HistoryBox .slider .item li:nth-child(2n) {
    margin-top: 158px;
    padding: 35px 0 0
}

.HistoryBox .ins, .AboutBox .con {
    font-size: 20px;
    line-height: 40px;
    color: #4c4c4c
}

.AboutBox {
    border-top: 1px solid #e6e6e6
}

.Whybox .list li {
    width: 47%;
    float: left;
    padding: 24px 0;
    border-bottom: 1px solid rgba(255, 192, 0, 0.3);
    margin-bottom: 1%
}

.Whybox .list li:nth-child(2n) {
    float: right
}

.Whybox .list li .con {
    padding-left: 28px;
    background-image: url('/public/web-assets/frontend/img/dot1.png');
    background-position: 0 17px;
    background-repeat: no-repeat;
    font-size: 30px;
    line-height: 40px;
    color: #fff
}

@media (max-width:1024px) {
    .HistoryBox .slider li .con span {
        font-size: 30px;
        line-height: 30px
    }

    .HistoryBox .slider li .con .info {
        font-size: 16px
    }

    .HistoryBox .ins, .AboutBox .con {
        font-size: 18px;
        line-height: 36px
    }

    .Whybox .list li {
        padding: 0
    }

    .Whybox .list li .con {
        font-size: 24px
    }
}

@media (max-width:768px) {
    .HistoryBox .slider li {
        width: 50%;
        margin-left: 0
    }

    .Whybox .list li, .Whybox .list li:nth-child(2n) {
        width: auto;
        float: none
    }

    .Whybox .list li .con {
        font-size: 20px;
        line-height: 30px;
        background-position: 0 12px
    }
}

@media (max-width:480px) {
    .Whybox {
        background-position: 29% 0
    }

    .HistoryBox .slider li .effect-img {
        display: none
    }

    .HistoryBox .slider li .con {
        width: auto;
        float: none
    }
}

.Greybg {
    background: #f0f0f0
}

.ProMenu {
    top: -90px;
    position: relative;
    z-index: 2
}

.ProMenu .slider {
    padding-bottom: 16px
}

.ProMenu .slider .item {
    padding-bottom: 16px;
    position: relative
}

.ProMenu .slider .item a {
    display: block;
    padding: 29px 0 10px;
    border-right: 1px solid #e6e6e6;
    text-align: center;
    background: #fff;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1)
}

.ProMenu .slider .item .icon {
    display: block;
    width: 70px;
    margin: 0 auto 12px
}

.ProMenu .slider .item span {
    display: block;
    font-size: 16px;
    color: #000;
    line-height: 18px;
    height: 36px
}

.ProMenu .slider .item.on a {
    background: #ffc000
}

.ProMenu .slider .item::after {
    content: '';
    width: 14px;
    height: 11px;
    position: absolute;
    left: 50%;
    bottom: 0;
    background: url('/public/web-assets/frontend/img/arrow4.png');
    opacity: 0
}

.ProMenu .slider .item.on::after {
    opacity: 1
}

.ProductList, .ProductBox {
    margin-top: -40px
}

.ProductList ul {
    padding-bottom: 1%
}

.ProductList li {
    width: 23.5%;
    float: left;
    margin: 0 2% 2% 0
}

.ProductList li:nth-child(4n) {
    margin-right: 0
}

.ProductList li a {
    display: block;
    background: #fff;
    border-bottom: 4px solid #e0e4e8;
    text-align: center;
    padding: 5%
}

.ProductList li .p {
    line-height: 30px;
    height: 60px;
    -webkit-line-clamp: 2;
    font-size: 20px
}

.ProductList li:hover .p {
    color: #ffc000
}

@media (max-width:1024px) {
    .ProMenu {
        top: -70px
    }

    .ProMenu .slider {
        padding-bottom: 0
    }

    .ProductList li .p {
        font-size: 18px;
        line-height: 24px;
        height: 48px
    }
}

@media (max-width:768px) {
    .ProductList li {
        width: 49%;
        margin-right: 0
    }

    .ProductList li:nth-child(2n) {
        float: right
    }
}

@media (max-width:480px) {
    .ProductList li, .ProductList li:nth-child(2n) {
        width: auto;
        float: none
    }

    .ProductList li .p {
        height: auto
    }
}

.imgSlider .slider img {
    display: block;
    width: 100%
}

.imgSlider .slider-nav {
    max-width: 450px;
    margin: 0 auto
}

.imgSlider .slider-nav .img a {
    display: block;
    border: 2px solid #e0e4e8;
    margin: 0 10px
}

.imgSlider .slider-nav .img.slick-current a {
    border: 2px solid #ffc000
}

.imgSlider .slick-arrow {
    background-color: #ffc000;
    color: #262626
}

.imgSlider .slick-prev {
    left: -60px
}

.imgSlider .slick-next {
    right: -60px
}

.Title01 {
    border-bottom: 2px solid #ffc000
}

.Title01 span {
    display: inline-block;
    line-height: 70px;
    text-align: center;
    text-transform: uppercase;
    min-width: 300px;
    padding: 0 20px;
    font-size: 20px;
    background: #ffc000 url(https://www.chlforklift.com/themes/anhuinews/assets/chl/cn/images/lt3.png) no-repeat left top
}

.Title02 {
    border-bottom: 2px solid #e0e4e8
}

.Title02 span {
    display: inline-block;
    line-height: 68px;
    font-size: 24px
}

.Title02 i {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    bottom: -2px;
    background: #ffc000
}

.ProDetail .conbox {
    overflow: auto
}

.ProDetail .conbox .con dl {
    position: relative;
    margin-bottom: 3%;
    font-size: 18px;
    color: #4c4c4c;
    line-height: 38px;
    padding-left: 20px
}

.ProDetail .conbox .con dl:last-child {
    margin-bottom: 0
}

.ProDetail .conbox .con dl dt {
    color: #262626
}

.ProDetail .conbox .con dl i {
    position: absolute;
    width: 7px;
    height: 7px;
    left: 0;
    top: 16px;
    background: #ffc000
}

@media (max-width:1024px) {
    .imgSlider .slick-prev {
        left: 0
    }

    .imgSlider .slick-next {
        right: 0
    }

    .Title01 span {
        line-height: 50px;
        font-size: 18px;
        min-width: 240px;
        padding: 0 15px
    }

    .Title02 span {
        line-height: 50px;
        font-size: 22px
    }

    .ProDetail .conbox .con dl {
        font-size: 16px;
        line-height: 30px
    }

    .ProDetail .conbox .con dl i {
        top: 10px
    }
}

.WorldMap .img img {
    display: block;
    width: 100%
}

.WorldMap .hd li {
    position: absolute;
    text-align: center;
    z-index: 5
}

.WorldMap .hd li.i1 {
    left: 7%;
    top: 34%
}

.WorldMap .hd li.i2 {
    left: 20%;
    top: 15%
}

.WorldMap .hd li.i3 {
    left: 34%;
    top: 18%
}

.WorldMap .hd li.i4 {
    right: 18%;
    top: 19%
}

.WorldMap .hd li.i5 {
    right: 1%;
    top: 54%
}

.WorldMap .hd li.i6 {
    left: 42%;
    top: 62%
}

.WorldMap .hd li.i7 {
    left: 38%;
    bottom: 2%
}

.WorldMap .hd li span {
    display: block;
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase
}

.WorldMap .hd li i {
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('/public/web-assets/frontend/img/arr1.png');
    margin-top: 14px;
    display: none
}

.WorldMap .hd li.on span {
    color: #fff
}

.WorldMap .hd li.on i {
    display: inline-block
}

.WorldMap .bd {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2
}

@media (max-width:1024px) {
    .WorldMap .hd li.i2 {
        left: 17%;
        top: 14%
    }
}

@media (max-width:640px) {
    .WorldMap .hd li span {
        font-size: 14px
    }

    .WorldMap .hd li i {
        width: 30px;
        height: 30px;
        margin-top: 0
    }
}

@media (max-width:480px) {
    .WorldMap .hd li.i2 {
        left: 12%;
        top: 8%
    }

    .WorldMap .hd li.i3 {
        left: 29%
    }

    .WorldMap .hd li.i4 {
        right: 5%;
        top: 13%
    }

    .WorldMap .hd li.on i {
        display: none
    }
}

.SinglePage {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    font-size: 20px;
    line-height: 38px;
    color: #4c4c4c
}

@media (max-width:768px) {
    .SinglePage {
        font-size: 16px;
        line-height: 30px
    }
}

.ManageBox img {
    display: block;
    width: 100%
}

.ManageBox .box1 .con {
    width: 46%;
    font-size: 20px;
    line-height: 38px
}

.ManageBox .box1 .img {
    width: 48.57%;
    float: right;
    margin: 3% 0 0 5%
}

.ManageBox .box2 .i2 {
    display: none
}

@media (max-width:1024px) {
    .ManageBox .box1 .con {
        width: auto
    }
}

@media (max-width:768px) {
    .ManageBox .box1 .con {
        font-size: 16px;
        line-height: 30px
    }

    .ManageBox .box2 .i1 {
        display: none
    }

    .ManageBox .box2 .i2 {
        display: block
    }
}

@media (max-width:480px) {
    .ManageBox .box1 .img {
        width: auto;
        float: none;
        margin: 0 0 20px
    }
}

.Partsbg {
    background: url('/public/web-assets/frontend/img/line2.png') repeat-y center top
}

.PartsBox .con {
    width: 43.214%;
    float: left;
    margin-top: 5%
}

.PartsBox .con .info {
    font-size: 20px;
    color: #4c4c4c;
    line-height: 36px
}

.picslider {
    width: 51.428%;
    float: right
}

.picslider .item img {
    display: block;
    width: 100%
}

.picslider .slick-dots {
    bottom: 0;
    left: 0;
    right: 0;
    height: 70px;
    line-height: 70px;
    background-color: rgba(0, 0, 0, 0.5)
}

.picslider .slick-dots li {
    margin: 0 9px;
    display: inline-block;
    position: relative
}

.picslider .slick-dots li button {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 0
}

.picslider .slick-dots li.slick-active button {
    background: #ffc000;
    width: 12px;
    height: 12px
}

@media (max-width:768px) {
    .Partsbg {
        background: #f0f0f0
    }

    .PartsBox .con, .picslider {
        width: auto;
        float: none
    }

    .PartsBox .con {
        margin-bottom: 20px
    }

    .PartsBox .con .info {
        font-size: 16px;
        line-height: 30px
    }

    .picslider .slick-dots {
        height: 40px;
        line-height: 40px
    }
}

.DownList li {
    padding: 20px 0;
    line-height: 72px;
    border-bottom: 1px solid #e6e6e6
}

.DownList li:first-child {
    padding-top: 0
}

.DownList li .down {
    float: right;
    padding: 0 32px;
    background: #ccc;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    margin-left: 15px
}

.DownList li .down span {
    display: inline-block;
    margin-right: 14px
}

.DownList li .down i {
    display: inline-block;
    vertical-align: middle;
    width: 21px;
    height: 19px;
    background-image: url('/public/web-assets/frontend/img/down1.png');
    background-size: cover
}

.DownList li .title {
    display: block;
    padding-left: 38px;
    background: url('/public/web-assets/frontend/img/arr3.png') no-repeat left center;
    font-size: 20px;
    color: #404040
}

.DownList li:hover .down {
    background-color: #ffc000;
    color: #21211a
}

.DownList li:hover .down i {
    background-image: url('/public/web-assets/frontend/img/down2.png')
}

.DownPop {
    position: fixed;
    z-index: 5;
    display: none;
    width: 900px;
    height: 480px;
    left: 50%;
    top: 50%;
    margin: -240px 0 0 -450px;
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1)
}

.close {
    position: absolute;
    left: 50%;
    margin-left: -36px;
    top: -36px;
    width: 72px;
    height: 72px;
    background-color: #ffc000;
    background-image: url('/public/web-assets/frontend/img/close.png');
    background-repeat: no-repeat;
    background-position: center center
}

.DownPop .box {
    padding: 60px 55px 0
}

.DownPop .box .ins {
    font-size: 20px;
    line-height: 30px;
    color: #ffc000;
    margin-bottom: 50px
}

.DownPop .box dl {
    margin: 0 3%
}

.DownPop .box dl dd {
    margin-bottom: 20px
}

.DownPop .box dl dd .input {
    height: 70px;
    padding: 0 30px;
    background: #f0f0f0;
    width: 100%;
    font-size: 20px;
    color: #262626
}

.DownPop .box dl dd .input::placeholder {
    color: #262626
}

.DownPop .box .btn {
    text-align: center;
    padding-top: 20px
}

.DownPop .box .btn input {
    width: 160px;
    height: 70px;
    font-size: 20px;
    margin: 0 5px;
    text-transform: uppercase;
    background: #6b6b6b;
    color: #fff
}

.DownPop .box .btn .submit {
    background: #ffc000
}

@media (max-width:1024px) {
    .DownList li {
        padding: 15px 0;
        line-height: 30px
    }

    .DownList li .down {
        width: 30px;
        padding: 0;
        text-align: center
    }

    .DownList li .down span {
        display: none
    }

    .DownList li .down i {
        width: 15px;
        height: 14px
    }

    .DownList li .title {
        font-size: 16px;
        padding-left: 20px
    }

    .DownPop {
        width: auto;
        left: 15px;
        right: 15px;
        margin-left: 0
    }
}

@media (max-width:768px) {
    .DownPop {
        height: 380px;
        margin-top: -190px
    }

    .close {
        width: 40px;
        height: 40px;
        top: -20px;
        margin-left: -20px
    }

    .DownPop .box {
        padding: 40px 15px 0
    }

    .DownPop .box .ins {
        margin-bottom: 30px
    }

    .DownPop .box dl dd .input {
        height: 50px;
        font-size: 18px;
        padding: 0 20px
    }

    .DownPop .box .btn input {
        height: 50px;
        width: 120px;
        font-size: 18px
    }
}

@media (max-width:640px) {
    .DownPop .box .ins {
        font-size: 16px;
        margin-bottom: 20px
    }

    .DownPop .box .btn {
        padding-top: 10px
    }
}

.DealerBox .ins {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    color: #4c4c4c
}

.DealerBox .box {
    background-image: url('/public/web-assets/frontend/img/boxbg.jpg');
    background-size: 100% 100%;
    padding: 3% 5%;
    font-size: 20px
}

.DealerBox .box .warm {
    color: #f00
}

.formtab dl {
    position: relative;
    padding-left: 302px;
    margin-bottom: 10px;
    line-height: 64px;
    min-height: 64px
}

.formtab dl dt {
    position: absolute;
    left: 0;
    top: 0;
    width: 275px;
    text-align: right
}

.formtab dl dt i {
    color: #f00;
    margin-right: 5px
}

.formtab dl dd {
    position: relative
}

.formtab dl dd .input, .formtab dl dd select {
    background: #f0f0f0;
    font-size: 18px;
    color: #010101;
    height: 64px;
    padding: 0 15px;
    width: 50%
}

.formtab dl dd .w1 {
    width: 100%
}

.formtab dl dd .file {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    z-index: 3
}

.formtab dl.filebtn {
    font-size: 18px
}

.formtab dl.filebtn dd a {
    padding: 0 20px;
    color: #fff;
    background: #999;
    display: inline-block;
    margin-right: 20px
}

.formtab dl dd span {
    color: #f00
}

.formtab dl .btn {
    width: 200px;
    height: 80px;
    font-size: 22px;
    background: #6b6b6b;
    color: #fff;
    margin-top: 40px;
    border: 0px;
    cursor: pointer;
    font-weight: 600;
}

.formtab dl .btn.on {
    background: #ffc000;
    color: #262626;
    margin-right: 10px
}

.FixBox {
    position: fixed;
    display: none;
    z-index: 5;
    width: 1400px;
    height: 400px;
    top: 50%;
    left: 50%;
    margin: -200px 0 0 -700px;
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1)
}

.FixBox .box {
    padding: 110px 90px
}

.FixBox .box .effect-img {
    height: 180px;
    width: 21.31%;
    float: right
}

.FixBox .box .con {
    width: 75%;
    float: left;
    font-size: 80px;
    height: 180px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: #21211a
}

@media (max-width:1500px) {
    .FixBox {
        width: auto;
        left: 15px;
        right: 15px;
        margin-left: 0
    }

    .FixBox .box .con {
        font-size: 70px
    }
}

@media (max-width:1024px) {
    .FixBox {
        height: 250px;
        margin-top: -125px
    }

    .FixBox .box {
        padding: 40px 20px 20px
    }

    .FixBox .box .con {
        font-size: 50px
    }
}

@media (max-width:768px) {
    .DealerBox .ins, .DealerBox .box {
        font-size: 16px
    }

    .formtab dl {
        padding-left: 0;
        line-height: 50px;
        min-height: 50px
    }

    .formtab dl dt {
        position: static;
        text-align: left;
        color: #333
    }

    .formtab dl dd .input, .formtab dl dd select {
        height: 50px;
        width: 100%
    }

    .formtab dl .btn {
        height: 60px;
        margin-top: 20px;
        font-size: 18px
    }

    .FixBox {
        height: 300px;
        margin-top: -150px
    }

    .FixBox .box .effect-img, .FixBox .box .con {
        float: none
    }

    .FixBox .box .effect-img {
        width: 260px;
        margin: 0 auto 20px
    }

    .FixBox .box .con {
        width: auto;
        height: auto;
        display: block;
        text-align: center;
        font-size: 30px;
        line-height: 30px
    }
}

@media (max-width:480px) {
    .FixBox .box .con {
        font-size: 25px
    }
}

.ContactBox {
    padding-left: 36.428%
}

.ContactBox .img {
    position: absolute;
    left: 0;
    top: 15%;
    width: 32.357%;
    text-align: center
}

.ContactBox .formtab dl {
    padding-left: 140px
}

.ContactBox .formtab dl dt {
    width: 120px
}

.ContactBox .formtab dl dd .input {
    width: 60%
}

.ContactBox .formtab dl dd textarea {
    width: 100%;
    font-size: 18px;
    padding: 0 15px;
    height: 200px;
    line-height: 64px;
    background: #f0f0f0
}

.ContactBox .formtab dl .btn {
    margin-top: 20px
}

@media (max-width:768px) {
    .ContactBox {
        padding-left: 0
    }

    .ContactBox .img {
        position: static;
        width: auto
    }

    .ContactBox .formtab dl {
        padding-left: 0
    }

    .ContactBox .formtab dl dd .input {
        width: 100%
    }

    .ContactBox .formtab dl dd textarea {
        line-height: 50px
    }

    .ContactBox .formtab dl .btn {
        margin-top: 10px;
        width: 140px;
        height: 45px
    }
}

#uploader139952 {
    word-break: break-word;
    line-height: 24px
}

.f_link {
    margin-top: 20px;
    position: relative;
    background: #9b9b9b;
    width: 280px
}

.f_link>a {
    padding-left: 20px;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    line-height: 46px;
    color: #fff
}

.f_link .link_jt {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 55px;
    height: 46px;
    background: url('/public/web-assets/frontend/img/f_jt.jpg') no-repeat;
    cursor: pointer
}

.f_link .list {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    display: none;
    z-index: 3
}

.f_link .list ul {
    height: 160px;
    overflow: hidden
}

.f_link .list li {
    line-height: 40px;
    background: #aaa;
    transition: all 0.5s ease
}

.f_link .list li a {
    display: block;
    padding-left: 20px;
    color: #fff;
    font-size: 14px
}

.f_link .list li:hover {
    background: #ffc000
}

.f_link .list li a:hover {
    color: #fff
}

.f_link .list .scrollbar-ui .scroll_slider {
    background: #ffc000;
    border-radius: 5px
}

.f_link .list .scrollbar-ui .scroll_bar {
    border-radius: 5px
}

.tc_content {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 100;
    display: none
}

.tc_content .tc_box {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #fff;
    width: 600px;
    margin-left: -300px;
    border-radius: 4px;
    box-shadow: 0 0 5px #ccc;
    z-index: 1000;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%)
}

.tc_content .tc_box .tc_title {
    border-bottom: 1px solid #ddd
}

.tc_content .tc_box .tc_title div {
    color: #444;
    font-size: 16px;
    padding: 0 20px;
    line-height: 50px;
    font-weight: bold
}

.tc_content .tc_box .tc_title .tc_close {
    position: absolute;
    top: 15px;
    right: 20px;
    color: #555;
    font-size: 20px;
    display: block;
    width: 20px;
    height: 20px;
    text-align: center;
    transition: .5s ease
}

.tc_content .tc_form {
    margin-bottom: 50px
}

.tc_content .tc_form .box {
    padding: 20px 20px 30px 20px;
    min-height: 200px;
    max-height: 440px;
    overflow: auto;
    border-bottom: 1px solid #d9d9d9
}

.tc_content .tc_form .box .inp_box {
    position: relative
}

.tc_content .tc_form .box .inp_box label {
    display: block;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-left: 6px;
    overflow: hidden
}

.tc_content .tc_form .box .inp_box label em {
    float: left;
    margin-right: 2px;
    color: #f00
}

.tc_content .tc_form .box .inp_box input, .tc_content .tc_form .box .inp_box textarea {
    border: 1px solid #ccc;
    width: 100%;
    box-sizing: border-box;
    line-height: 30px;
    border-radius: 3px;
    text-indent: 5px;
    margin-bottom: 5px
}

.tc_content .tc_form button {
    float: right;
    border-width: 0 !important;
    line-height: 30px;
    border-radius: 4px;
    color: #fff;
    padding: 0 20px;
    cursor: pointer;
    margin: 10px 20px;
    font-size: 14px;
    background: #c70125
}

.tc_content .tc_form .box .inp_box textarea {
    height: 120px
}

.right_nav {
    position: fixed;
    right: 0;
    top: 70%;
    z-index: 10;
    cursor: pointer
}

.header_menu span {
    display: block;
    width: 20px;
    height: 2px;
    background: #fff;
    margin-bottom: 4px;
    transition: .5s ease
}

.header_menu span:first-child {
    margin-top: 4px
}

.header_menu:hover span:nth-child(2) {
    width: 10px
}

.header_menu:hover span:last-child {
    width: 15px;
    margin-top: -4px
}

@media (max-width:768px) {
    .call .number {
        display: none;
    }
}

.slide {
    height: 100vh !important;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex !important;
    align-items: center;
    padding: 0 5%;
    outline: none;
}

.content-box {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    padding: 30px;
    border-radius: 0;
    max-width: 500px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    transition: all 1s ease-out;
}

.slick-active .content-box {
    opacity: 1;
    transform: translateX(0);
}

.content-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
}


.main-title {
    font-size: 3rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: -1px;
}

.subtitle {
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 15px;
    line-height: 1.4;
}


.cta-button {
    background: linear-gradient(135deg, #ffa500, #ff8c00);
    color: white;
    border: none;
    padding: 18px 40px;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    margin-top: 25px;
}

.cta-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    transition: left 0.5s;
}

.cta-button:hover::before {
    left: 100%;
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 165, 0, 0.4);
}

.cta-button::after {
    content: '→';
    margin-left: 10px;
    transition: transform 0.3s ease;
}

.cta-button:hover::after {
    transform: translateX(5px);
}

@media (max-width: 768px) {
    .slide {
        padding: 0 20px;
    }

    .content-box {
        padding: 30px;
        max-width: 100%;
    }

    .main-title {
        font-size: 2rem;
    }

    .subtitle {
        font-size: 1rem;
    }

    .equipment-icon {
        display: none;
    }

    .slick-prev,
    .slick-next {
        display: none !important;
    }

    .slick-dots {
        bottom: 20px;
    }
}

@media (max-width: 480px) {
    .content-box {
        padding: 20px;
    }

    .main-title {
        font-size: 1.5rem;
    }
}


/* WhatsApp button styles */
.whatsapp-button {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
}

.whatsapp-container {
    position: fixed;
    bottom: 100px;
    right: 30px;
    z-index: 1000;
}

.wave-container {
    position: relative;
    width: 60px;
    height: 60px;
}

/* Wave animations */
.wave {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 1px solid rgba(37, 211, 102, 0.5);
    transform: translate(-50%, -50%);
    animation: wave 2s infinite;
}

.wave:nth-child(1) {
    animation-delay: 0s;
}

.wave:nth-child(2) {
    animation-delay: 0.5s;
}

.wave:nth-child(3) {
    animation-delay: 1s;
}

.wave:nth-child(4) {
    animation-delay: 1.5s;
}

@keyframes wave {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.8;
    }

    50% {
        opacity: 0.4;
    }

    100% {
        transform: translate(-50%, -50%) scale(1.8);
        opacity: 0;
    }
}

.whatsapp-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: #25d366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: white;
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 10;
}

.whatsapp-button:hover {
    background: #20ba5a;
    transform: translate(-50%, -50%) scale(1.1);
    box-shadow: 0 12px 35px rgba(37, 211, 102, 0.6);
}

.whatsapp-button:active {
    transform: translate(-50%, -50%) scale(1.05);
}

.whatsapp-icon {
    width: 28px;
    height: 28px;
    transition: transform 0.3s ease;
}

.whatsapp-button:hover .whatsapp-icon {
    transform: rotate(10deg) scale(1.1);
}

/* Floating animation for the entire container */
@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-8px);
    }
}

.whatsapp-container {
    animation: float 3s ease-in-out infinite;
}

/* Pulse animation for the button */
@keyframes pulse {
    0%, 100% {
        box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4);
    }

    50% {
        box-shadow: 0 8px 25px rgba(37, 211, 102, 0.8);
    }
}

.whatsapp-button {
    animation: pulse 2s infinite;
}

.whatsapp-button:hover {
    animation: none;
}

/* Tooltip */
.tooltip {
    position: absolute;
    right: 75px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 14px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
    z-index: 5;
}

.tooltip::after {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    border: 6px solid transparent;
    border-left-color: rgba(0, 0, 0, 0.8);
}

.whatsapp-container:hover .tooltip {
    opacity: 1;
    transform: translateY(-50%) translateX(-5px);
}

/* Ripple effect */
.ripple {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.6);
    pointer-events: none;
    transform: scale(0);
    animation: rippleEffect 0.6s ease-out;
}

@keyframes rippleEffect {
    to {
        transform: scale(2);
        opacity: 0;
    }
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .whatsapp-container {
        bottom: 20px;
        right: 20px;
    }

    .wave-container {
        width: 60px;
        height: 60px;
    }

    .wave {
        width: 60px;
        height: 60px;
    }

    .whatsapp-button {
        width: 50px;
        height: 50px;
    }

    .whatsapp-icon {
        width: 24px;
        height: 24px;
    }

    .tooltip {
        right: 65px;
        font-size: 12px;
    }
}

/* Extra wave effects on hover */
.whatsapp-container:hover .wave {
    animation-duration: 1.5s;
    border-color: rgba(37, 211, 102, 0.9);
}