    /*sys_banner*/
    
    .banner {
        height: 100vh;
        display: block;
        width: 100%;
        overflow: hidden;
    }
    
    .img-fill {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    
    .img-fill .Stext {
        position: absolute;
        top: 35%;
        color: #fff;
        left: 0;
        width: 100%;
    }
    
    .img-fill .Stext p {
        font-size: 16px;
        font-family: 'times';
        text-transform: uppercase;
        opacity: 0.25;
        margin-top: 15px;
    }
    
    .img-fill .Stext i {
        margin: 4% auto 0;
        line-height: 48px;
        border-radius: 50px;
        display: block;
        font-size: 20px;
        font-style: normal;
        font-family: Arial;
        width: 185px;
        height: 48px;
        background: #ff6a7b;
    }
    
    .img-fill .Stext i:hover {
        background: #333;
    }
    
    .img-fill .Stext h2 {
        font-size: 50px;
        line-height: 90px;
        font-weight: bold;
        letter-spacing: 4px;
    }
    
    .img-fill img {
        animation: slideInfiZoomIn 20s both;
        animation: pulse -10s infinite 8s;
        -webkit-animation: pulse -10s infinite 8s;
        width: 100%;
        height: 100%;
    }
    
    .fullSlide {
        width: 100%;
        position: relative;
        height: 100%;
        background: url(/ufile/68527/hw/imgloader.gif) center no-repeat;
    }
    
    .fullSlide .banner-box {
        margin: 0 auto;
        position: relative;
        z-index: 0;
        overflow: hidden;
        width: 100%;
        height: 100%;
    }
    
    .fullSlide .banner-box ul {
        width: 100% !important;
        height: 100% !important;
    }
    
    .fullSlide .banner-box li {
        width: 100% !important;
        height: 100%;
        overflow: hidden;
    }
    
    .fullSlide .tab {
        position: absolute;
        z-index: 1;
        bottom: 12%;
        width: 100%;
        height: 30px;
        line-height: 30px;
        text-align: center;
    }
    
    .fullSlide .tab ul li {
        cursor: pointer;
        vertical-align: middle;
        display: inline-block;
        zoom: 1;
        width: 12px;
        height: 12px;
        margin: 6px;
        overflow: hidden;
        background: rgba(255, 255, 255, 0.3);
        border-radius: 50%;
        color: rgba(0, 0, 0, 0);
    }
    
    .fullSlide .tab ul .on {
        padding: 1px;
        background: #fff;
        width: 38px;
        border-radius: 6px;
    }
    
    .fullSlide .prev,
    .fullSlide .next {
        display: block !important;
        opacity: 1 !important;
        width: 24px;
        height: 15px;
        cursor: pointer;
        float: left;
        transition: all .25s ease-in;
        -moz-transition: all .25s ease-in;
        -webkit-transition: all .25s ease-in;
        margin-top: 7px;
    }
    
    .fullSlide .next {
        background: url(/ufile/68527/img/br_rg.png) no-repeat center;
        right: 0;
    }
    
    .fullSlide .prev {
        background: url(/ufile/68527/img/br_lf.png) no-repeat center;
        left: 0;
    }
    
    .fullSlide .tabs {
        position: absolute;
        bottom: 450px;
        width: 100%;
    }
    
    .fullSlide .tabs button {
        opacity: 1 !important;
    }
    
    .fullSlide .prev:hover {
        transform: translateX(-8px);
    }
    
    .fullSlide .next:hover {
        transform: translateX(8px);
    }
    
    .index_tab {
        width: 95%;
        margin: 0 auto;
        position: relative;
        margin-top: -2%;
    }
    
    .Modern-Slider .slick-active .container {
        -webkit-animation: fadeInLeft 1s both 1s;
        /* animation: fadeInLeft 1.4s both 1s; */
        margin-top: 15px;
        /* -webkit-animation-delay: .3s; */
        /* animation-delay: .3s; */
        /* -webkit-animation-name: zoomIn; */
        /* animation-name: zoomIn; */
    }
    
    .Modern-Slider .slick-active .container {
        margin: 0 auto;
        padding: 90px 76px;
    }
    /*end*/
    /* ============= Main CSS ============ */
    
    .img-fill {
        width: 100%;
        display: block;
        overflow: hidden;
        position: relative;
    }
    
    .img-fill img {
        display: inline-block;
        min-height: 100%;
        max-width: none;
        position: relative;
        min-width: 100%;
    }
    
    *,
    *:before,
    *:after {
        box-sizing: border-box;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.04);
    }
    
    .Grid1k {
        padding: 0 15px;
        max-width: 1200px;
        margin: auto;
    }
    
    .blocks-box,
    .slick-slider {
        padding: 0 !important;
    }
    
    .slick-slide {
        float: left
        /* If RTL Make This Right */
        ;
    }
    /* ================= Slider Style ================= */
    
    .slider_section {
        position: relative;
    }
    
    .slider_content {
        margin: 0 auto;
    }
    
    .slider_overlay {
        background: rgba(0, 0, 0, 0.08);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    
    .Modern-Slider .item .img-fill {
        height: 100vh;
        background: #000;
    }
    
    .Modern-Slider .item .img-fill .info {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }
    
    .Modern-Slider .item .info {
        display: inline-block !important;
        vertical-align: middle;
        height: 100%;
    }
    
    .Modern-Slider .NextArrow {
        right: 0;
    }
    
    .Modern-Slider .NextArrow:before {
        content: '\f105';
    }
    
    .Modern-Slider .PrevArrow,
    .Modern-Slider .NextArrow {
        font: 40px/45px FontAwesome;
        opacity: 0;
        position: absolute;
        top: 50%;
        visibility: hidden;
        z-index: 5;
        width: 60px;
        height: 80px;
        font-weight: 100;
        color: rgba(255, 255, 255, 0.5);
        background-color: rgba(0, 0, 0, .4);
    }
    
    .Modern-Slider .PrevArrow {
        left: 0;
    }
    
    .Modern-Slider .NextArrow:hover,
    .Modern-Slider .PrevArrow:hover {
        color: rgba(255, 255, 255, 0.85);
        background-color: rgba(0, 0, 0, .5);
    }
    
    .Modern-Slider:hover .PrevArrow,
    .Modern-Slider:hover .NextArrow {
        opacity: 1;
        visibility: visible;
    }
    
    .Modern-Slider .PrevArrow:before {
        content: '\f104';
    }
    
    .Modern-Slider .item h3 {
        color: #fff;
        padding: 0;
        font-size: 57px;
        font-weight: 600;
        letter-spacing: 5px;
        -webkit-animation: fadeOutUp 1s both;
        animation: fadeOutUp 1s both;
    }
    
    .Modern-Slider .item h5 {
        color: #fff;
        font-size: 40px;
        padding: 0;
        -webkit-animation: fadeOutUp 1.2s both;
        animation: fadeOutUp 1.2s both;
    }
    
    .Modern-Slider .item h5 b {
        font-size: 48px;
    }
    
    .Modern-Slider li:nth-child(2) h5 b {
        color: #ff5400;
        font-family: 'BEBAS';
    }
    
    .Modern-Slider .slider_button>li {
        display: inline-block;
        margin-right: 14px;
    }
    
    .slider_button {
        margin-top: -21px;
        width: 785px;
        height: 26px;
        background: #269857;
    }
    
    .slider_button.t2 {
        width: 698px;
    }
    
    .Modern-Slider .slider_button>li:last-child {
        margin-right: 0px;
    }
    
    .Modern-Slider .slider_button a {
        border-radius: 3px;
        display: inline-block;
        font-size: 14px;
        font-weight: 700;
        height: 48px;
        letter-spacing: 1.5px;
        line-height: 37px;
        border: 2px solid;
        text-transform: uppercase;
    }
    
    .Modern-Slider .slider_button a:hover {
        background: transparent;
    }
    
    .Modern-Slider .slider_button a.blue_btn {
        background: #fff none repeat scroll 0 0;
        border-color: #fff;
        color: #fcfcfc;
        padding: 5px 19px;
        -webkit-animation: fadeOutUp 1.4s both;
        animation: fadeOutUp 1.4s both;
    }
    
    .Modern-Slider .slider_button a:hover {
        background: #333;
        color: #fff;
        border-color: #333;
    }
    
    .Modern-Slider .slider_button .calto_feature {
        color: #fcfcfc;
        display: inline-block;
        font-size: 17px;
        font-weight: 400;
        line-height: 34px;
        padding-left: 25px;
        text-decoration: underline;
    }
    
    .Modern-Slider .slider_button .calto_feature:hover {
        text-decoration: none;
    }
    /*----------caption In transition-------------*/
    
    .Modern-Slider .item.slick-active h3 {
        -webkit-animation: fadeInLeft 0.8s both 1s;
        animation: fadeInLeft 1.2s both 1s;
    }
    
    .Modern-Slider .item.slick-active h5 {
        -webkit-animation: fadeInLeft 1.2s both 1s;
        animation: fadeInLeft 2s both 1s;
    }
    
    .Modern-Slider .item.slick-active .slider_button a.blue_btn {
        -webkit-animation: fadeInLeft 0.5s both 1s;
        animation: fadeInLeft 1s both 1s;
    }
    /*----------end caption in transition-------------*/
    
    .Modern-Slider .item.slick-active:nth-child(odd) img {
        -webkit-animation: slideInfiZoomIn 20s both;
        animation: slideInfiZoomIn 20s both;
        animation: pulse -10s infinite 8s;
        -webkit-animation: pulse -10s infinite 8s;
    }
    
    .Modern-Slider .item.slick-active:nth-child(even) img {
        -webkit-animation: slideInfiZoomOut 20s both;
        animation: slideInfiZoomOut 20s both;
        animation: pulse -10s infinite 8s;
        -webkit-animation: pulse -10s infinite 8s;
    }
    /* =============== Slick Slider Css Ruls ================ */
    
    .slick-slider {
        position: relative;
        display: block;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-touch-callout: none;
        -khtml-user-select: none;
        -ms-touch-action: pan-y;
        touch-action: pan-y;
        -webkit-tap-highlight-color: transparent
    }
    
    .slick-list {
        position: relative;
        display: block;
        overflow: hidden;
        margin: 0;
        padding: 0
    }
    
    .slick-list:focus {
        outline: none
    }
    
    .slick-list.dragging {
        cursor: hand
    }
    
    .slick-slider .slick-track,
    .slick-slider .slick-list {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    
    .slick-track {
        position: relative;
        top: 0;
        left: 0;
        display: block
    }
    
    .slick-track:before,
    .slick-track:after {
        display: table;
        content: ''
    }
    
    .slick-track:after {
        clear: both
    }
    
    .slick-loading .slick-track {
        visibility: hidden
    }
    
    .slick-slide {
        display: none;
        float: left
        /* If RTL Make This Right */
        ;
        height: 100%;
        min-height: 1px
    }
    
    .slick-slide.dragging img {
        pointer-events: none
    }
    
    .slick-initialized .slick-slide {
        display: block
    }
    
    .slick-loading .slick-slide {
        visibility: hidden
    }
    
    .slick-vertical .slick-slide {
        display: block;
        height: auto;
        border: 1px solid transparent
    }
    
    .Modern-Slider .item.slick-active h3 b {
        font-size: 75px;
        text-transform: uppercase;
        opacity: 0.1;
        font-family: 'BEBAS';
    }
    
    button {
        appearance: button;
        -webkit-writing-mode: horizontal-tb !important;
        text-rendering: auto;
        color: transparent;
        letter-spacing: normal;
        word-spacing: normal;
        text-transform: none;
        text-indent: 0px;
        text-shadow: none;
        display: inline-block;
        text-align: center;
        align-items: flex-start;
        cursor: default;
        background-color: 0;
        box-sizing: border-box;
        margin: 0em;
        font: 100%;
        padding: 0;
        border-width: 0;
        border-style: none;
        border-color: 0;
        border-image: 0;
    }
    /*new add*/
    
    .img-fill img {
        display: inline-block;
        vertical-align: middle;
        position: relative;
    }
    
    .img-fill .swiper-img img {
        position: absolute;
        right: 0;
        top: -20px;
    }
    
    .Modern-Slider .item.slick-active .swiper-img img {
        -webkit-animation: fadeInRight 0.8s both 1s !important;
        animation: fadeInRight 1.2s both 1s !important;
    }
    
    .Modern-Slider .slick-active .container {
        -webkit-animation: fadeInUp 1s both 1s;
        -webkit-animation-delay: .3s;
        animation-delay: .3s;
    }
    
    .slider_content.pro-text1 .des {
        position: relative;
        color: #333;
        letter-spacing: 3px;
        font-size: 52px;
        font-weight: normal;
        display: inline-block;
        line-height: 1;
        margin: 0 0 35px;
        -webkit-animation: fadeInLeft 0.8s both 1s;
        animation: fadeInLeft 1.2s both 1s;
    }
    
    .slider_content.pro-text1 .des:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 13px;
        background: rgba(38, 152, 87, 0.75);
    }
    
    .slider_content.pro-text1 .des.t5:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -11px;
        width: 100%;
        height: 26px;
        background: rgba(38, 152, 87, 0.85);
    }
    
    .slider_content.pro-text1 .des span {
        position: relative;
        z-index: 1;
    }
    
    .Modern-Slider .item .pro-text1 .des b {
        font-size: 48px;
        color: #ff5400;
    }
    
    .slider_content.pro-text1 h1 {
        color: #269857;
        font-size: 40px;
        font-weight: normal;
        margin: 0 0 25px;
        font-family: "Bebas";
    }
    
    .slider_content.pro-text1 {
        color: #333;
    }
    
    .slider_content.pro-text1 .tips {
        padding: 12px 35px;
        background: rgb(255, 252, 2, 0.65);
        font-size: 30px;
        margin: 0 0 50px;
        display: block;
        line-height: 1;
        letter-spacing: 20px;
        font-weight: 100;
        width: 46.5%;
        color: #222;
        -webkit-animation: fadeInLeft 1.2s both 1s;
        animation: fadeInLeft 2s both 1s;
    }
    
    .banner .img-fill .swiper-img img {
        right: 9%;
        min-height: unset;
        min-width: unset;
        width: auto;
        height: auto;
    }
    
    .Modern-Slider .slick-active .container {
        padding: 50px;
    }
    
    .img-fill .Stext p {
        line-height: 2;
        color: rgba(255, 255, 255, 0.35);
        -webkit-animation: fadeInLeft 1.6s both 1s;
        animation: fadeInLeft 3s both 1s;
    }
    
    .slider_content.pro-text1 .des.t5 span {
        color: #fff;
        font-size: 40px;
        padding: 0;
        font-weight: 600;
    }
    
    .slider_content.pro-text1 .des.t5 span b {
        font-family: 'BEBAS';
    }
    
    .Modern-Slider .item.slick-active h3 {
        -webkit-animation: fadeInUp 1s both 1s;
        -webkit-animation-delay: .3s;
        animation-delay: .3s;
    }
    
    .slider_content.pro-text1 h4 {
        color: #333;
        font-size: 19.5px;
        font-weight: normal;
        font-style: normal;
        line-height: 3;
        -webkit-animation: fadeInLeft 1.6s both 1s;
        animation: fadeInLeft 3s both 1s;
    }
    
    .slider_content.pro-text1 h6 {
        font-size: 14px;
        font-weight: 400;
        color: rgba(0, 0, 0, .5);
        line-height: 2;
        text-transform: uppercase;
        -webkit-animation: fadeInLeft 2s both 1s;
        animation: fadeInLeft 3.4s both 1s;
    }
    
    .slider_content.pro-text1 .tips.t3 {
        letter-spacing: 11px;
    }
    
    @media (max-width: 1600px) {
        .slider_content.pro-text1 h1 {
            font-size: 30px;
        }
        .slider_content.pro-text1 .tips {
            font-size: 22px;
            width: 42.5%;
            letter-spacing: 18px;
        }
        .Modern-Slider .item h3,
        .Modern-Slider .item.slick-active h3 b {
            font-size: 50px;
        }
        .slider_content.pro-text1 .des.t5 span {
            font-size: 32px;
        }
        .slider_content.pro-text1 h6 {
            font-size: 12px;
        }
        .banner .img-fill .swiper-img img {
            right: 6%;
        }
    }
    
    @media (max-width: 1440px) {
        .index_tab {
            margin-top: -1%;
        }
        .banner {
            height: 86vh;
        }
        .Modern-Slider .item h3,
        .Modern-Slider .item h5 b {
            font-size: 45px;
        }
        .Modern-Slider .item h5 {
            font-size: 28px;
        }
        .Modern-Slider .item.slick-active h3 b {
            font-size: 50px;
        }
        .img-fill .Stext p {
            font-size: 14px;
        }
        .slider_button {
            width: 584px;
        }
        .fullSlide .tabs {
            bottom: 315px;
            display: none;
        }
        .slider_content.pro-text1 h1 {
            font-size: 26px;
        }
        .slider_content.pro-text1 .des {
            font-size: 46px;
        }
        .banner .img-fill .swiper-img img {
            right: 6%;
            width: 40%;
        }
        .slider_content.pro-text1 .tips.t3 {
            letter-spacing: 4px;
        }
        .slider_content.pro-text1 h4 {
            font-size: 18px;
        }
        .slider_content.pro-text1 h6 {
            font-size: 12px;
        }
        .slider_content.pro-text1 .tips {
            padding: 12px 30px;
            font-size: 26px;
            letter-spacing: 10px;
            width: 43%;
        }
        .Modern-Slider .slick-active .container {
            padding: 30px 40px;
        }
    }
    
    @media (max-width: 1024px) {
        .banner {
            height: 37.5vh;
            margin-top: 140px;
        }
        .Modern-Slider .slick-active .container {
            padding: 0 40px;
        }
        .slider_content.pro-text1 h1 {
            font-size: 20px;
        }
        .slider_content.pro-text1 .des {
            font-size: 36px;
        }
        .slider_content.pro-text1 .tips {
            padding: 12px 20px;
            font-size: 18px;
            margin: 0 0 25px;
        }
        .slider_content.pro-text1 h4 {
            font-size: 14px;
        }
        .banner .img-fill .swiper-img img {
            right: 4%;
        }
        .Modern-Slider .item h3,
        .Modern-Slider .item h5 b {
            font-size: 31px;
            letter-spacing: 0;
        }
        .slider_content.pro-text1 .des.t5 span {
            font-size: 30px;
        }
        .Modern-Slider .item .pro-text1 .des b {
            font-size: 40px;
        }
        .img-fill .Stext {
            top: 24%;
        }
    }
    
    @media (max-width: 768px) {
        .slider_content.pro-text1 h1 {
            font-size: 16px;
        }
        .slider_content.pro-text1 .des {
            font-size: 30px;
        }
        .slider_content.pro-text1 .tips.t3 {
            letter-spacing: 0;
        }
        .slider_content.pro-text1 .tips {
            padding: 12px 10px;
            font-size: 16px;
            letter-spacing: 4px;
        }
        .Modern-Slider .slick-active .container {
            padding: 0 20px;
        }
        .slider_content.pro-text1 h6 {
            display: none;
        }
        .banner .img-fill .swiper-img img {
            right: 2%;
            width: 46%;
        }
        .slider_content.pro-text1 h4 {
            font-size: 14px;
            width: 270px;
            line-height: 2;
        }
        .slider_content.pro-text1 .des.t5 span {
            font-size: 24px;
        }
        .Modern-Slider .item .pro-text1 .des b {
            font-size: 36px;
        }
        .Modern-Slider .item h3,
        .Modern-Slider .item h5 b {
            font-size: 24px;
            letter-spacing: 0;
        }
        .img-fill .Stext p {
            font-size: 12px;
        }
    }
    
    @media (max-width: 425px) {
        .slider_content.pro-text1 h1 {
            font-size: 12px;
            margin: 0 0 10px;
            /* display: none; */
        }
        .slider_content.pro-text1 .des {
            letter-spacing: 0 !important;
            font-size: 20px;
            margin: 0 0 20px !important;
        }
        .Modern-Slider .slick-active .container {
            padding: 0 8px;
            margin-top: -10px;
        }
        .banner {
            height: 33vh;
        }
        .slider_content.pro-text1 .des.t5 span {
            font-size: 16px;
        }
        .Modern-Slider .item .pro-text1 .des b {
            font-size: 24px;
        }
        .Modern-Slider .item h3,
        .Modern-Slider .item h5 b {
            font-size: 20px;
        }
        .slider_content.pro-text1 .des:after {
            height: 5px;
        }
        .slider_content.pro-text1 .des.t5:after {
            height: 15px;
            bottom: -7px;
        }
        .slider_content.pro-text1 .tips {
            font-size: 14px;
            letter-spacing: 0 !important;
            width: 51%;
            line-height: 1.5;
            padding: 4px 5px;
            margin: 0 0 5px;
        }
        .Modern-Slider .item.slick-active h3 b {
            font-size: 18px;
        }
        .img-fill .Stext p {
            font-size: 12px;
            margin-top: 0;
            line-height: 1;
        }
        .banner .img-fill .swiper-img img {
            right: 0;
            width: 50%;
            top: 15px;
        }
        .slider_content.pro-text1 h4 {
            font-size: 12px;
            width: 200px;
            line-height: 1.5;
        }
    }