                                                html,
                                            body {
                                                margin: 0;
                                                font-size: 100%;
                                                background: #fff;
                                                font-family: "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
                                            }
                                            
                                            .goTop {
                                                position: fixed;
                                                right: 21px;
                                                bottom: 21px;
                                                height: 50px;
                                                width: 50px;
                                                background: #0068b7;
                                                border-radius: 50%;
                                                text-align: center;
                                                z-index: 999999;
                                                cursor: pointer;
                                            }
                                            
                                            .light {
                                                background: rgba(255, 255, 255, .98);
                                                -webkit-box-shadow: 0 0.15rem 0.1rem 0 rgba(0, 0, 0, 0.05);
                                                box-shadow: 0 0.15rem 0.1rem 0 rgba(0, 0, 0, 0.05);
                                            }
                                            
                                            body a {
                                                text-decoration: none;
                                                transition: 0.5s all;
                                                -webkit-transition: 0.5s all;
                                                -moz-transition: 0.5s all;
                                                -o-transition: 0.5s all;
                                                -ms-transition: 0.5s all;
                                            }
                                            
                                            a:hover {
                                                text-decoration: none;
                                                color: #0068b7;
                                            }
                                            
                                            input[type="button"],
                                            input[type="submit"],
                                            input[type="text"],
                                            input[type="email"],
                                            input[type="search"] {
                                                transition: 0.5s all;
                                                -webkit-transition: 0.5s all;
                                                -moz-transition: 0.5s all;
                                                -o-transition: 0.5s all;
                                                -ms-transition: 0.5s all;
                                                font-family: 'Poppins', sans-serif;
                                            }
                                            
                                            h1,
                                            h2,
                                            h3,
                                            h4,
                                            h5,
                                            h6 {
                                                margin: 0;
                                                letter-spacing: 1px;
                                            }
                                            
                                            p {
                                                font-size: 0.9em;
                                                color: #8c9398;
                                                line-height: 2em;
                                            }
                                            
                                            .tit_con {
                                                color: #555555 !important;
                                                font-size: 16px !important;
                                                line-height: 36px !important;
                                            }
                                            
                                            .tit_con div {
                                                color: #555555 !important;
                                                font-size: 16px !important;
                                                line-height: 36px !important;
                                            }
                                            
                                            .tit_con p {
                                                color: #555555 !important;
                                                font-size: 16px !important;
                                                line-height: 36px !important;
                                            }
                                            
                                            .tit_con img {
                                                max-width: 800px;
                                            }
                                            
                                            .tit_con_case {
                                                color: #555555 !important;
                                                font-size: 14px !important;
                                                line-height: 36px !important;
                                            }
                                            
                                            .tit_con_case div {
                                                color: #555555 !important;
                                                font-size: 14px !important;
                                                line-height: 36px !important;
                                            }
                                            
                                            .tit_con_case p {
                                                color: #555555 !important;
                                                font-size: 14px !important;
                                                line-height: 36px !important;
                                            }
                                            
                                            .tit_con_case img {
                                                max-width: 1120px;
                                            }
                                            
                                            ul {
                                                margin: 0;
                                                padding: 0;
                                            }
                                            
                                            body img {}
                                            /*--/header --*/
                                            /*-- header --*/
                                            
                                            header {
                                                position: fixed;
                                                z-index: 119;
                                                width: 100%;
                                            }
                                            
                                            header h1 {
                                                float: left;
                                            }
                                            
                                            header a.currentPage {
                                                color: #0068b7;
                                            }
                                            
                                            header img {
                                                width: 312px;
                                                height: 37px;
                                                padding-top: 20px;
                                                position: absolute;
                                                left: 4%;
                                            }
                                            
                                            .m_nav {
                                                height: 75px;
                                            }
                                            
                                            header ul {
                                                float: right;
                                                position: absolute;
                                                right: 4%;
                                            }
                                            
                                            header ul li {
                                                float: left;
                                                height: 75px;
                                                margin-right: 25px;
                                            }
                                            
                                            header ul li a {
                                                color: #555555;
                                                font-size: 14px;
                                                line-height: 75px;
                                                letter-spacing: 1px;
                                            }
                                            
                                            header ul li a:hover {
                                                color: #0068b7;
                                            }
                                            
                                            header .zy {
                                                width: 100px;
                                                height: 35px;
                                                line-height: 35px !important;
                                                margin-top: 20px;
                                                font-size: 12px;
                                                border-radius: 5px;
                                                text-align: center;
                                                float: right;
                                                color: #555555 !important;
                                                margin-right: 0 !important;
                                            }
                                            
                                            header .zy a {
                                                color: #555555 !important;
                                                line-height: 35px !important;
                                                position: relative;
                                                font-size: 12px;
                                                display: block;
                                                float: left;
                                            }
                                            
                                            .index_2 {
                                                width: 100%;
                                                background: #efefef;
                                                height: 970px;
                                                position: relative;
                                            }
                                            
                                            .index_2_tit {
                                                position: absolute;
                                                width: 50%;
                                                text-align: right;
                                                font-size: 80px;
                                                color: #bbbbbb;
                                                z-index: 40;
                                                top: 130px;
                                                min-width: 760px;
                                            }
                                            
                                            .index_2_left {
                                                float: left;
                                            }
                                            
                                            .index_2 .index_2_video {
                                                position: absolute;
                                                top: 270px;
                                                z-index: 30;
                                                display: block;
                                                width: 50%;
                                                height: 450px;
                                                background: url(../images/banner/6.jpg) no-repeat;
                                                background-size: cover;
                                            }
                                            
                                            .index_2_right {
                                                float: right;
                                                height: 770px;
                                                width: calc(50% + 450px);
                                                background: #fff;
                                                position: absolute;
                                                top: 100px;
                                                right: 0;
                                            }
                                            
                                            .index_2_right_1 {
                                                margin-left: 520px;
                                                width: 47%;
                                                position: absolute;
                                                top: 165px;
                                                z-index: 50;
                                                min-width: 480px;
                                            }
                                            
                                            .index_3 {
                                                width: 100%;
                                                background: url(../images/banner/7.jpg) no-repeat;
                                                height: 1106px;
                                                background-size: cover;
                                                background-attachment: fixed;
                                            }
                                            
                                            .index_3 .cjppys {
                                                height: 177px;
                                                color: #fff;
                                                margin-top: -70px;
                                            }
                                            
                                            .index_4 {
                                                width: 100%;
                                                background: url(../images/banner/9.jpg) no-repeat;
                                                height: 1120px;
                                                background-size: cover;
                                                background-attachment: fixed;
                                                background-position-y: 110px;
                                            }
                                            
                                            .index_4 ul {
                                                margin-top: 60px;
                                            }
                                            
                                            .index_4 ul li {
                                                float: left;
                                                margin-left: 60px;
                                                text-align: center;
                                            }
                                            
                                            .index_4 ul li a:hover {
                                                color: #8eace4 !important;
                                            }
                                            
                                            .index_4 ul span {
                                                float: left;
                                                display: block;
                                                height: 180px;
                                                width: 1px;
                                                background: #aeaeae;
                                                margin-left: 62px;
                                            }
                                            
                                            .banner_syjy {
                                                background: url(../images/swjy.jpg) no-repeat;
                                                width: 100%;
                                                background-size: cover;
                                                height: 600px;
                                            }
                                            
                                            .list_syjp {
                                                padding-top: 100px;
                                                background: #fff;
                                            }
                                            
                                            .list_syjp li {
                                                margin-bottom: 80px;
                                            }
                                            
                                            .list_syjp li img {
                                                border-radius: 50%;
                                                height: 300px;
                                                width: 300px;
                                            }
                                            
                                            .list_syjp .jd-sk-list-sep {
                                                border-bottom: 1px solid #8a8a8a;
                                            }
                                            
                                            .banner_swhz {
                                                background: url(../images/p59.jpg) no-repeat;
                                                width: 100%;
                                                background-size: cover;
                                                height: 600px;
                                            }
                                            
                                            .banner_jjyshjz {
                                                background: url(../images/p25.jpg) no-repeat;
                                                width: 100%;
                                                background-size: cover;
                                                height: 600px;
                                            }
                                            
                                            .banner_jjyshjz_1 {
                                                background: url(../images/p27.jpg) no-repeat;
                                                width: 100%;
                                                background-size: cover;
                                                height: 600px;
                                            }
                                            
                                            .banner_jjyshjz_2 {
                                                background: url(../images/p10.png) no-repeat;
                                                background-size: 100%;
                                                height: 110px;
                                                width: 100%;
                                            }
                                            
                                            .banner_jjyshjz_2 img {
                                                border-radius: 50%;
                                                width: 121px;
                                                height: 121px;
                                                position: relative;
                                                left: 0px;
                                                top: -12px;
                                                display: block;
                                                float: left;
                                            }
                                            
                                            .banner_jjyshjz_2 p {
                                                float: left;
                                                margin-left: 60px;
                                            }
                                            
                                            .banner_jjyshjz_3 {
                                                background: url(../images/p10.png) no-repeat;
                                                background-size: 100%;
                                                height: 110px;
                                                width: 100%;
                                            }
                                            
                                            .banner_jjyshjz_3 img {
                                                border-radius: 50%;
                                                width: 121px;
                                                height: 121px;
                                                position: relative;
                                                left: 0px;
                                                top: -12px;
                                                display: block;
                                                float: left;
                                            }
                                            
                                            .banner_jjyshjz_3 p {
                                                float: left;
                                                margin-left: 60px;
                                            }
                                            
                                            .banner_jjyshjz_4 {
                                                background: url(../images/p10.png) no-repeat;
                                                background-size: 100%;
                                                height: 110px;
                                                width: 100%;
                                            }
                                            
                                            .banner_jjyshjz_4 img {
                                                border-radius: 50%;
                                                width: 121px;
                                                height: 121px;
                                                position: relative;
                                                left: 0px;
                                                top: -12px;
                                                display: block;
                                                float: left;
                                            }
                                            
                                            .banner_jjyshjz_4 p {
                                                float: left;
                                                margin-left: 60px;
                                            }
                                            
                                            .banner_jjyshjz_5 {
                                                background: url(../images/p10.png) no-repeat;
                                                background-size: 100%;
                                                height: 110px;
                                                width: 100%;
                                            }
                                            
                                            .banner_jjyshjz_5 img {
                                                border-radius: 50%;
                                                width: 121px;
                                                height: 121px;
                                                position: relative;
                                                left: 0px;
                                                top: -12px;
                                                display: block;
                                                float: left;
                                            }
                                            
                                            .banner_jjyshjz_5 p {
                                                float: left;
                                                margin-left: 60px;
                                            }
                                            
                                            .banner_jjyshjz_6 {
                                                background: url(../images/p32.jpg) no-repeat;
                                                width: 100%;
                                                background-size: cover;
                                                height: 618px;
                                                display: flex;
                                                align-items: center;
                                            }
                                            
                                            .banner_jjyshjz_6 ul {
                                                height: 510px;
                                            }
                                            
                                            .banner_jjyshjz_7 {
                                                height: 600px;
                                            }
                                            
                                            .banner_jjyshjz_7 img {
                                                margin-left: -40px;
                                            }
                                            
                                            .banner_jjyshjz_8 {
                                                height: 540px;
                                            }
                                            
                                            .banner_jjyshjz_8 img {
                                                width: 650px;
                                                margin-right: -80px;
                                                float: right
                                            }
                                            
                                            .new_top {
                                                background: url(../images/new_top.jpg) no-repeat;
                                                width: 100%;
                                                background-size: cover;
                                                height: 600px;
                                            }
                                            
                                            .banner_about {
                                                background: url(../images/p1.jpg) no-repeat;
                                                width: 100%;
                                                background-size: cover;
                                                height: 600px;
                                            }
                                            
                                            .banner_gyatls {
                                                background: url(../images/p12.jpg) no-repeat;
                                                width: 100%;
                                                background-size: cover;
                                                height: 600px;
                                            }
                                            
                                            .banner_gyatls_1 {
                                                height: 735px;
                                            }
                                            
                                            .banner_gyatls_1 img {
                                                margin-right: -40px;
                                                margin-top: 195px;
                                            }
                                            
                                            .banner_gyatls_2 {
                                                height: 535px;
                                            }
                                            
                                            .banner_gyatls_2 img {
                                                margin-left: -40px;
                                            }
                                            
                                            .banner_gyatls_3 {
                                                width: 100%;
                                                background: url(../images/p15.jpg) no-repeat;
                                                background-size: cover;
                                                height: 564px;
                                            }
                                            
                                            .banner_gyatls_3 img {
                                                text-align: center;
                                                margin-top: 55px;
                                            }
                                            
                                            .banner_gyatls_3_1 {
                                                height: 90px;
                                                background-color: #0068b7;
                                                position: relative;
                                                z-index: 99;
                                            }
                                            
                                            .banner_gyatls_4 {
                                                width: 100%;
                                                background: url(../images/p16.jpg) no-repeat;
                                                background-size: cover;
                                                height: 760px;
                                            }
                                            
                                            .banner_gyatls_4_1 {
                                                background-color: #f6f6f8;
                                                height: 595px;
                                                margin-top: 525px;
                                                width: calc(50vw + 170px);
                                            }
                                            
                                            .banner_gyatls_4_2 {
                                                padding-top: 770px;
                                            }
                                            
                                            .banner_gyatls_5 {
                                                height: 955px;
                                                width: 100%;
                                                background: url(../images/p17.jpg) no-repeat 0 400px;
                                                background-size: 100% 384px;
                                            }
                                            
                                            .banner_gyatls_5 .a1 {}
                                            
                                            .banner_gyatls_5 .a2 {
                                                height: 35px;
                                            }
                                            
                                            .banner_gyatls_5 .a2 h1 {
                                                height: 35px;
                                                line-height: 35px;
                                                padding-left: 10px;
                                                float: left;
                                            }
                                            
                                            .banner_gyatls_5 .a3 {
                                                margin: 57px auto;
                                                width: 105px;
                                                height: 35px;
                                            }
                                            
                                            .banner_gyatls_5 .a3 span {
                                                width: 10px;
                                                height: 10px;
                                                float: left;
                                                background: #999;
                                                text-indent: -9999px;
                                                margin: 0 8px;
                                                cursor: pointer;
                                                border-radius: 50%;
                                            }
                                            
                                            .banner_gyatls_5 .a3 span.one {
                                                background: #0068b7;
                                                cursor: pointer;
                                                border-radius: 50%;
                                            }
                                            
                                            .banner_gyatls_5 .a4 {
                                                float: left;
                                                margin: 7px 0 0 10px;
                                            }
                                            
                                            .banner_gyatls_5 .a4 span {
                                                float: left;
                                                background: url(../images/3.gif) no-repeat;
                                                width: 31px;
                                                height: 22px;
                                                text-indent: -9999px;
                                            }
                                            
                                            .banner_gyatls_5 .a4 span.next {
                                                background-position: -31px 0;
                                            }
                                            
                                            .banner_gyatls_5 .a2 em {
                                                float: right;
                                                margin: 10px 12px 0 0;
                                            }
                                            
                                            .banner_gyatls_5 .a5 {
                                                height: 670px;
                                                overflow: hidden;
                                                position: relative;
                                                border-top: none;
                                            }
                                            
                                            .banner_gyatls_5 .a5 ul li {
                                                float: left;
                                                margin: 0 45px 0 0;
                                            }
                                            
                                            .banner_gyatls_5 .a5 ul li:nth-child(3n+0) {
                                                margin: 0 1px 0 0;
                                            }
                                            
                                            .banner_gyatls_5 .a5 ul li span {
                                                display: block;
                                                width: 320px;
                                                height: 100px;
                                                line-height: 36px;
                                                font-size: 14px;
                                                overflow: hidden;
                                                margin: 0 auto;
                                                text-align: justify;
                                                border-top: 1px dashed #0068b7;
                                                padding-top: 20px;
                                            }
                                            
                                            .banner_gyatls_5 .a6 {
                                                width: 4800px;
                                                position: absolute;
                                                top: 0;
                                                left;
                                                0;
                                            }
                                            
                                            .banner_gyatls_5 .a6 h1 {
                                                padding: 45px 0 20px 23px;
                                                width: 320px;
                                                overflow: hidden;
                                            }
                                            
                                            .banner_gyatls_5 .a6 h1 a {}
                                            
                                            .banner_gyatls_5 .a6 img {
                                                width: 370px;
                                                height: 250px;
                                            }
                                            
                                            .banner_gyatls_5 .yj_con {
                                                width: 369px;
                                                height: 267px;
                                                background-color: #f6f6f8;
                                            }
                                            
                                            .banner_fzzl {
                                                background: url(../images/p19.jpg) no-repeat;
                                                width: 100%;
                                                background-size: cover;
                                                height: 600px;
                                            }
                                            
                                            .banner_fzzl_1 {
                                                background: url(../images/p20.jpg) no-repeat;
                                                width: 1200px;
                                                background-size: cover;
                                                height: 280px;
                                                position: absolute;
                                            }
                                            
                                            .banner_fzzl_2 {
                                                background: url(../images/p21.jpg) no-repeat;
                                                width: 100%;
                                                background-size: cover;
                                                height: 1004px;
                                                margin-top: 143px;
                                                background-attachment: fixed;
                                            }
                                            
                                            .banner_fzzl_2 img {
                                                margin-top: 136px
                                            }
                                            
                                            .banner_fzzl_2_1 {
                                                background: url(../images/p05.png) no-repeat;
                                                background-size: cover;
                                                height: 873px;
                                                position: relative;
                                                top: 137px;
                                            }
                                            
                                            .banner_fzzl_2_2 {
                                                position: relative;
                                                top: 75px;
                                                z-index: 10;
                                                width: 550px;
                                                text-align: right;
                                                float: right;
                                                right: 175px;
                                            }
                                            
                                            .banner_fzzl_2_3 {
                                                background: url(../images/p06.png) no-repeat;
                                                width: 846px;
                                                height: 297px;
                                                text-align: left;
                                                background-size: cover;
                                                margin-right: -135px;
                                                margin-top: 55px;
                                            }
                                            
                                            .banner_fzzl_2_3 span {
                                                padding: 20px 0 0 0;
                                                width: 640px;
                                                float: right
                                            }
                                            
                                            .banner_fzzl_3 {
                                                background: #f6f6f8;
                                                width: 100%;
                                                background-size: cover;
                                                height: 627px;
                                            }
                                            
                                            .banner_brand {
                                                background: url(../images/p35.jpg) no-repeat;
                                                width: 100%;
                                                background-size: cover;
                                                height: 600px;
                                            }
                                            
                                            .banner_brand_tz {
                                                width: 855px;
                                                height: 250px;
                                            }
                                            
                                            .banner_brand_tz .tz span {
                                                position: relative;
                                                top: -15px;
                                            }
                                            
                                            .banner_brand_1 {
                                                background: url(../images/p44.jpg) no-repeat;
                                                width: 100%;
                                                background-size: cover;
                                                height: 1734px;
                                                margin-top: -180px;
                                            }
                                            
                                            .banner_brand_1 ul li span {
                                                display: block;
                                                width: 75px;
                                                height: 75px;
                                                background: #0068b7;
                                                color: #ffffff;
                                                font-size: 16px;
                                                text-align: center;
                                                line-height: 75px;
                                                border-radius: 50%;
                                                float: left;
                                            }
                                            
                                            .banner_brand_1 ul li {
                                                line-height: 75px;
                                                text-align: left;
                                                float: left;
                                                margin-bottom: 38px;
                                            }
                                            
                                            .banner_brand_1 ul li b {
                                                font-weight: 500;
                                                color: #555555;
                                                font-size: 14px;
                                                line-height: 36px !important;
                                                height: 36px;
                                                display: block;
                                                width: 440px;
                                                margin-left: 110px;
                                            }
                                            
                                            .banner_brand_2 {
                                                background: url(../images/p63.jpg) no-repeat;
                                                width: 1200px;
                                                background-size: cover;
                                                height: 338px;
                                                margin-top: -330px;
                                            }
                                            
                                            .banner_brand_2 .ppln {
                                                position: relative;
                                                top: 90px;
                                            }
                                            
                                            .banner_brand_3 {
                                                width: 100%;
                                                height: 285px;
                                                background: url(../images/p67.jpg) no-repeat;
                                                background-size: cover;
                                            }
                                            
                                            .banner_brand_4 {
                                                width: calc((100% - 1200px)/2 + 1200px);
                                                float: left;
                                            }
                                            
                                            .banner_brand_4_1 {
                                                background: url(../images/p68.jpg) no-repeat;
                                                width: 100%;
                                                height: 627px;
                                                background-size: cover;
                                            }
                                            
                                            .banner_brand_5 {
                                                width: 100%;
                                                height: 1190px;
                                                background: #f6f6f8;
                                            }
                                            
                                            .banner_brand_5 li {
                                                float: left;
                                                margin-right: 30px;
                                            }
                                            
                                            .banner_brand_5 li img {
                                                border-radius: 50%;
                                                width: 200px;
                                                height: 200px;
                                            }
                                            
                                            .banner_brand_5 ul span {
                                                border-radius: 50%;
                                                width: 48px;
                                                height: 48px;
                                                background-color: #ffffff;
                                                margin-right: 30px;
                                                float: left;
                                                display: block;
                                                margin-top: 75px;
                                            }
                                            
                                            .banner_brand_5 li b {
                                                margin-top: 5px;
                                                font-size: 16px;
                                                text-align: center;
                                                line-height: 36px;
                                                color: #555555;
                                                font-weight: 500;
                                                display: block;
                                            }
                                            
                                            .banner_brand_6 {
                                                background: url(../images/p52.jpg) no-repeat;
                                                width: 100%;
                                                background-size: cover;
                                                height: 407px;
                                            }
                                            
                                            .banner_brand_7 {
                                                background: #0068b7;
                                                width: 100%;
                                                height: 220px;
                                            }
                                            
                                            .banner_brand_7 ul {
                                                margin-left: 20px;
                                                padding-top: 20px;
                                            }
                                            
                                            .banner_brand_7 ul b {
                                                display: block;
                                                height: 190px;
                                                width: 2px;
                                                float: left;
                                                margin-right: 50px;
                                                background: url(../images/p64.jpg) no-repeat;
                                            }
                                            
                                            .banner_brand_7 ul li {
                                                float: left;
                                                color: #fff;
                                                font-size: 30px;
                                                margin-right: 50px;
                                                padding-top: 50px;
                                            }
                                            
                                            .banner_brand_7 ul li i {
                                                font-size: 16px;
                                                font-style: unset;
                                            }
                                            
                                            .banner_brand_7 ul li:last-child {
                                                margin-right: 0;
                                            }
                                            
                                            .banner_brand_8 {
                                                background: url(../images/p65.jpg);
                                                height: 1160px;
                                                margin-top: 80px;
                                            }
                                            
                                            .swhz_1 {
                                                margin-top: 115px;
                                                font-size: 36px;
                                                letter-spacing: 2px;
                                            }
                                            
                                            .swhz_2 {
                                                width: 290px;
                                                height: 130px;
                                                margin-left: 100px;
                                                margin-top: 60px;
                                                border-left: 1px solid #CCC
                                            }
                                            
                                            .swhz_2 p {
                                                line-height: 16px;
                                            }
                                            
                                            .swhz_2 a {
                                                color: #858585;
                                            }
                                            
                                            .swhz_2 a:hover {
                                                color: #0068b7;
                                            }
                                            
                                            .mt-380 {
                                                margin-top: -380px;
                                            }
                                            
                                            .mt-395 {
                                                width: 370px;
                                                height: 237px;
                                            }
                                            
                                            .mt-about {
                                                width: 392px;
                                                height: 385px;
                                            }
                                            
                                            .article {
                                                background: #cfcfcf;
                                                height: 180px;
                                            }
                                            
                                            .title_article .data_a {
                                                border-right: 1px solid #cfcfcf;
                                                width: 90px;
                                                text-align: right;
                                                padding-right: 10px;
                                            }
                                            
                                            .list_article {
                                                margin-top: 50px;
                                            }
                                            
                                            .list_article ul li {
                                                width: 370px;
                                                float: left;
                                                margin-bottom: 40px;
                                                margin-right: 45px;
                                            }
                                            
                                            .list_article ul li:nth-child(3n+0) {
                                                margin-right: 0;
                                            }
                                            
                                            .list_article ul li h1 {
                                                padding: 30px 0 25px 23px;
                                                width: 320px;
                                                overflow: hidden;
                                                height: 50px
                                            }
                                            
                                            .list_article ul li img {
                                                width: 370px;
                                                height: 250px;
                                            }
                                            
                                            .list_article .yj_con {
                                                background-color: #f6f6f8;
                                                height: 267px;
                                            }
                                            
                                            .list_article ul li span {
                                                display: block;
                                                width: 320px;
                                                height: 100px;
                                                line-height: 26px;
                                                font-size: 14px;
                                                overflow: hidden;
                                                margin: 0 auto;
                                                text-align: justify;
                                                border-top: 1px dashed #0068b7;
                                                padding-top: 20px;
                                            }
                                            
                                            .fanye {}
                                            
                                            .fanye ul {
                                                width: 500px;
                                                margin: 0 auto;
                                                padding-left: 320px;
                                            }
                                            
                                            .fanye ul li {
                                                width: 70px;
                                                float: left;
                                                text-align: center;
                                                font-size: 16px;
                                                padding: 5px 8px;
                                                position: relative;
                                                background: #09F;
                                                border-radius: 5px;
                                                text-align: center;
                                                cursor: pointer;
                                                margin-left: 20px
                                            }
                                            
                                            .fanye ul li a {
                                                font-size: 16px;
                                                color: #fff;
                                                letter-spacing: 2px;
                                            }
                                            
                                            .fanye ul li.thisclass {
                                                background-color: #0068b7;
                                                width: 70px;
                                                color: #fff;
                                            }
                                            
                                            .fanye ul li.thisclass a {
                                                color: #fff;
                                            }
                                            
                                            .fanye ul li .pageinfo {
                                                width: 500px;
                                                display: block;
                                                text-align: center;
                                                letter-spacing: 4px;
                                            }
                                            
                                            .fanye ul li:hover {
                                                background: #0068b7
                                            }
                                            
                                            .fanye ul li:hover a {
                                                -webkit-animation: bounceIn 1s .0.2s infinite;
                                                animation: bounceIn 1s 0.2s infinite;
                                                -webkit-animation-fill-mode: both;
                                                animation-fill-mode: both;
                                            }
                                            
                                            @keyframes bounceIn {
                                                0%,
                                                20%,
                                                40%,
                                                60%,
                                                80%,
                                                to {
                                                    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
                                                }
                                                0% {
                                                    opacity: 0.3;
                                                    transform: scale3d(.3, .3, .3)
                                                }
                                                20% {
                                                    transform: scale3d(1.1, 1.1, 1.1)
                                                }
                                                40% {
                                                    transform: scale3d(.9, .9, .9)
                                                }
                                                60% {
                                                    opacity: 1;
                                                    transform: scale3d(1.03, 1.03, 1.03)
                                                }
                                                80% {
                                                    transform: scale3d(.97, .97, .97)
                                                }
                                                to {
                                                    opacity: 1;
                                                    transform: scaleX(1.2)
                                                }
                                            }
                                            
                                            .about_1 {
                                                height: 880px;
                                                display: flex;
                                                align-items: center;
                                            }
                                            
                                            .about_1 ul {
                                                height: 765px
                                            }
                                            
                                            .about_1 .qyjs_bg_l {
                                                background: url(../images/p61.png);
                                                margin-left: -40px;
                                                margin-top: -190px;
                                                height: 920px;
                                            }
                                            
                                            .about_2 span {
                                                letter-spacing: -1px;
                                                font-size: 12px;
                                                color: #e2e2e2;
                                            }
                                            
                                            .about_2 .about_bg_2 {
                                                background: url(../images/p3.jpg) no-repeat;
                                                height: 562px;
                                            }
                                            
                                            .about_2 .about_bg_2 ul {
                                                height: 215px;
                                                margin-left: 55px;
                                                padding-top: 370px
                                            }
                                            
                                            .about_2 .about_bg_2 ul li {
                                                float: left;
                                                margin-right: 25px;
                                                width: 160px
                                            }
                                            
                                            .about_2 .about_bg_2 ul li img {
                                                border-radius: 85px;
                                                text-align: center;
                                                width: 160px;
                                            }
                                            
                                            .about_2 .about_bg_2 ul li span {
                                                width: 105px;
                                                text-align: center;
                                                background: #0068b7;
                                                font-size: 14px;
                                                letter-spacing: 3px;
                                                border-radius: 10px;
                                                display: block;
                                                margin: 25px auto;
                                            }
                                            
                                            .about_2 .about_2_more {
                                                border-bottom: 2px solid #CCC;
                                                height: 25px;
                                                display: block;
                                                width: 95px;
                                                margin: 0 auto;
                                                text-align: center;
                                            }
                                            
                                            .about_3 {
                                                width: 100%;
                                                background: #0068b7;
                                                height: 555px;
                                            }
                                            
                                            .about_4 span {
                                                letter-spacing: -1px;
                                                font-size: 12px;
                                                color: #e2e2e2;
                                            }
                                            
                                            .about_4 .box {
                                                width: 1200px;

                                                /* height: 285px; */
                                                margin: 80px auto;
                                                position: relative;
                                            }
                                            
                                            .about_4 .box_wheel {
                                                padding-left: 10px;
                                                width: 1200px;
                                                /* height: 285px; */
                                                overflow: hidden;
                                            }
                                            
                                            .about_4 .btn {
                                                line-height: 60px;
                                                text-align: center;
                                                cursor: pointer;
                                                border: none !important;
                                            }
                                            
                                            .about_4 .btn_left {
                                                position: absolute;
                                                left: -110px;
                                                top: 50%;
                                                margin-top: -100px;
                                            }
                                            
                                            .about_4 .btn_right {
                                                position: absolute;
                                                right: -110px;
                                                top: 50%;
                                                margin-top: -100px;
                                            }
                                            
                                            .about_4 .box_ul {
                                                /* height: 285px; */
                                                display: table;
                                                margin: auto;
                                            }
                                            
                                            .about_4 .box_ul li {
                                                width: 135px;
                                                height: 285px;
                                                margin-right: 14px;
                                                float: left;
                                                /* line-height: 300px; */
                                                text-align: center;
                                            }
                                            
                                            .about_4 .box_ul li img {
                                                width: 135px;
                                                height: 135px;
                                                border-radius: 100px;
                                            }
                                            
                                            .about_4 .tit_xm {
                                                border-radius: 10px;
                                                background: #0068b7;
                                                width: 135px;
                                                height: 30px;
                                                line-height: 30px;
                                                margin: 0 auto;
                                                color: #FFF;
                                                margin-top: 15px;
                                                font-size: 16px;
                                            }
                                            
                                            .about_4 .tit_xm a {
                                                color: #fff
                                            }
                                            
                                            .about_4 .tit_xm a:hover {
                                                color: #fff
                                            }
                                            
                                            .about_4 .box_ul li b {
                                                display: block;
                                                height: 35px;
                                                margin-bottom: 5px
                                            }
                                            
                                            .about_4 .box_ul li p {
                                                width: 140px;
                                                margin: 0 auto;
                                                margin-top: 10px;
                                                line-height: 18px;
                                            }
                                            
                                            .about_5 {
                                                background: url(../images/p62.png) no-repeat;
                                                background-size: 100% 1125px;
                                                margin-top: 150px
                                            }
                                            
                                            .about_5 img {
                                                margin-right: -40px;
                                            }
                                            
                                            .about_6 .qysm_6 {
                                                background: url(../images/about_6.jpg) no-repeat;
                                                background-size: 100% 656px;
                                                margin-top: 80px;
                                                height: 656px;
                                            }
                                            
                                            .about_6 .qysm_6 img {
                                                position: relative;
                                                margin-left: -373px;
                                                left: 50%;
                                                top: 115px;
                                            }
                                            
                                            .about_6 span {
                                                letter-spacing: -1px;
                                                font-size: 12px;
                                                color: #e2e2e2;
                                            }
                                            
                                            .about_6 .qysm_slog {
                                                position: relative;
                                                top: -135px;
                                                margin: 0 auto;
                                                width: 1120px;
                                                height: 60px;
                                            }
                                            
                                            .about_6 .qysm_slog li {
                                                background: url(../images/about_6_1_b.png) no-repeat;
                                                width: 307px;
                                                height: 61px;
                                                line-height: 60px;
                                                text-align: center;
                                                margin-right: 99px;
                                                float: left
                                            }
                                            
                                            .about_6 .qysm_slog li:last-child {
                                                margin-right: 0;
                                                margin-right: 0
                                            }
                                            
                                            .about_6 .qysm_slog li a {
                                                font-size: 24px;
                                                color: #fff;
                                                letter-spacing: 3px;
                                            }
                                            
                                            .about_7 {
                                                margin-top: 70px;
                                            }
                                            
                                            .about_7 span {
                                                letter-spacing: -1px;
                                                font-size: 12px;
                                                color: #e2e2e2;
                                            }
                                            
                                            .about_7 .qyyj_7 {
                                                height: 500px;
                                                background: url(../images/about_7.jpg) no-repeat;
                                                background-size: 100% 500px;
                                                margin-top: 80px;
                                            }
                                            
                                            .about_7 .qyyj_7 .qyyj_slog {
                                                width: 1200px;
                                                height: 280px;
                                                background: #0068b7;
                                                margin: 0 auto;
                                                position: relative;
                                                top: 110px;
                                                opacity: 0.9;
                                            }
                                            
                                            .about_7 .qyyj_7 .qyyj_slog li {
                                                color: #fff;
                                                float: left;
                                                font-size: 24px;
                                                text-align: center;
                                                margin-right: 190px;
                                                margin-top: 75px;
                                                letter-spacing: 3px;
                                                line-height: 60px;
                                            }
                                            
                                            .about_7 .qyyj_7 .qyyj_slog li span {
                                                color: #fff;
                                                font-size: 45px;
                                                letter-spacing: 3px;
                                            }
                                            
                                            .about_7 .qyyj_7 .qyyj_slog li:first-child {
                                                width: 220px;
                                                margin-left: 105px;
                                            }
                                            
                                            .about_7 .qyyj_7 .qyyj_slog li:nth-last-child(2) {
                                                width: 165px;
                                            }
                                            
                                            .about_7 .qyyj_7 .qyyj_slog li:last-child {
                                                width: 260px;
                                                margin-right: 0;
                                            }
                                            
                                            .about_7 .qyyj_7 .qyyj_slog b {
                                                background: url(../images/about_txt_7.png) no-repeat;
                                                height: 195px;
                                                width: 24px;
                                                position: absolute;
                                                top: 50px;
                                                left: 410px;
                                            }
                                            
                                            .about_7 .qyyj_7 .qyyj_slog b:nth-last-child(2) {
                                                left: 765px;
                                            }
                                            
                                            .zzyx_down {
                                                width: 325px;
                                                height: 37px;
                                                background: url(../images/p15.png) no-repeat;
                                                border-radius: 10px;
                                                background-position: 20px 8px;
                                                background-size: 20px;
                                                background-color: #0068b7;
                                                text-align: right;
                                                padding-right: 20px;
                                                line-height: 36px;
                                                display: block;
                                                color: #FFF
                                            }
                                            
                                            .zzyx_down:hover {
                                                color: #fff
                                            }
                                            
                                            .hyjz {
                                                height: 570px;
                                                display: flex;
                                                align-items: center;
                                            }
                                            
                                            .hyjz ul {
                                                height: 410px;
                                            }
                                            
                                            .hyjz ul li p {}
                                            
                                            footer {
                                                background: #858585;
                                                height: 310px;
                                                width: 100%;
                                                display: flex !important;
                                                align-items: center;
                                            }
                                            
                                            footer ul {
                                                margin: 0 auto;
                                                height: 190px;
                                            }
                                            
                                            .fo_l1 {
                                                height: 210px;
                                                width: 370px;
                                            }
                                            
                                            .fo_l1 img {
                                                width: 330px
                                            }
                                            
                                            .fo_l2 {
                                                height: 210px;
                                                width: 630px;
                                                margin-left: 5px;
                                            }
                                            
                                            .fo_l2 dl {
                                                margin: 0;
                                                padding: 0;
                                                height: 60px;
                                            }
                                            
                                            .fo_l2 dl dt {
                                                float: left;
                                                width: auto;
                                                margin-right: 17px;
                                                margin-bottom: 15px;
                                                border-right: 1px solid #fff;
                                                padding-right: 15px;
                                            }
                                            
                                            .fo_l2 dl dt:nth-child(6) {
                                                border: none;
                                                margin-right: 0;
                                            }
                                            
                                          
                                            
                                            .fo_l2 dl dt a {
                                                color: #ffffff;
                                                line-height: 1;
                                            }
                                            
                                            .fo_l2 p {
                                                margin-top: 35px
                                            }
                                            
                                            .fo_l3 {
                                                float: right;
                                                width: 270px;
                                                height: 210px
                                            }
                                            
                                            .fo_l3 dl {
                                                float: left;
                                            }
                                            
                                            .fo_l3 .fl-20 {
                                                margin-left: 20px;
                                            }
                                            
                                            .navbar-light .navbar-brand,
                                            .footer h2 a {
                                                color: #323648;
                                                font-size: 33px;
                                                font-weight: 600;
                                                letter-spacing: 0px;
                                            }
                                            
                                            .navbar-light .navbar-brand i,
                                            .footer h2 i {
                                                color: #fff;
                                            }
                                            
                                            .navbar-light .navbar-nav .show>.nav-link,
                                            .navbar-light .navbar-nav .active>.nav-link,
                                            .navbar-light .navbar-nav .nav-link.show,
                                            .navbar-light .navbar-nav .nav-link.active {
                                                color: #d1dff9;
                                            }
                                            
                                            .navbar-light .navbar-nav .nav-link:hover,
                                            .navbar-light .navbar-nav .nav-link:focus {
                                                color: #b7cdf7;
                                            }
                                            
                                            .navbar-light .navbar-nav .nav-link,
                                            .dropdown-item {
                                                color: #000000;
                                                font-size: 16px;
                                                letter-spacing: 1px;
                                            }
                                            
                                            .dropdown-item {
                                                color: #333;
                                                font-size: 14px;
                                            }
                                            
                                            .dropdown-item {
                                                padding: 0.4rem 1.5rem;
                                            }
                                            
                                            .dropdown-toggle::after {
                                                margin-left: 0em;
                                                vertical-align: middle;
                                            }
                                            
                                            .dropdown-menu {
                                                border: none;
                                                -webkit-box-shadow: 0.15rem 0.15rem 0.1rem 0 rgba(0, 0, 0, 0.05);
                                                box-shadow: 0.15rem 0.15rem 0.1rem 0 rgba(0, 0, 0, 0.05);
                                            }
                                            
                                            .header-right {
                                                float: right;
                                                width: 80%;
                                            }
                                            
                                            .header-right a.signin {
                                                font-size: 16px;
                                                letter-spacing: 1px;
                                                color: #ffffff;
                                            }
                                            
                                            .header-right a.signin:hover {
                                                color: #fff;
                                            }
                                            
                                            .header-right a.contact {
                                                background: #fff;
                                                padding: 11px 30px;
                                                font-size: 14px;
                                                letter-spacing: 1px;
                                                color: #0c57e1;
                                                border-radius: 59px;
                                                display: inline-block;
                                            }
                                            
                                            .navbar {
                                                padding: 0.5rem 0rem;
                                            }
                                            
                                            .dropdown-toggle::after {
                                                display: none;
                                            }
                                            /*-- //header --*/
                                            /*-- banner-w3layouts --*/
                                            
                                            .banner-w3layouts-info p {
                                                color: #b1d1f3;
                                                text-align: justify;
                                            }
                                            
                                            .banner-w3layouts-info h2,
                                            .banner-w3layouts-info h3 {
                                                font-size: 3em;
                                                font-weight: 700;
                                                letter-spacing: 1px;
                                                text-transform: uppercase;
                                                color: #fff;
                                            }
                                            
                                            .banner-w3layouts-info a {
                                                background: #fff;
                                                padding: 11px 31px;
                                                font-size: 14px;
                                                letter-spacing: 1px;
                                                color: #0c57e1;
                                                border-radius: 59px;
                                                display: inline-block;
                                                box-shadow: 0 12px 60px rgba(0, 0, 0, .2);
                                                -webkit-box-shadow: 0 12px 60px rgba(0, 0, 0, .2);
                                                -o-box-shadow: 0 12px 60px rgba(0, 0, 0, .2);
                                                -moz-box-shadow: 0 12px 60px rgba(0, 0, 0, .2);
                                                -ms-box-shadow: 0 12px 60px rgba(0, 0, 0, .2);
                                            }
                                            
                                            .banner-w3layouts-info a:hover {
                                                background: #0c57e1;
                                                color: #fff;
                                            }
                                            
                                            section.banner-w3layouts {
                                                padding: 0;
                                                margin: 0;
                                                /*  background: url(../images/layer-1/top_bg.jpg); background-size: 100% 100%;*/
                                            }
                                            /* image layers effect */
                                            
                                            .bfb100 {
                                                max-width: 100%;
                                            }
                                            
                                            .effect-w3 {
                                                position: relative;
                                                width: 360px;
                                            }
                                            
                                            .first-warp .n1 {
                                                position: absolute;
                                                left: 3%;
                                                top: 250px;
                                                width: 45px;
                                            }
                                            
                                            .first-warp .icon {
                                                position: absolute;
                                                left: 0;
                                                width: 100%;
                                                bottom: 20px;
                                                text-align: center;
                                                z-index: 9999999999;
                                            }
                                            
                                            .first-warp .icon img {
                                                width: 26px;
                                            }
                                            /* banner-box */
                                            
                                            .banner-box {
                                                width: 100%;
                                                position: relative;
                                            }
                                            
                                            .banner-box .bd {
                                                width: 100% !important;
                                            }
                                            
                                            .banner-box .bd li .m-width {
                                                width: 100%;
                                                margin: 0 auto;
                                            }
                                            
                                            .banner-box .bd li {
                                                width: 100% !important;
                                                height: 660px;
                                                list-style-type: none;
                                                position: relative;
                                                -ms-flex: 0 0 80%;
                                                flex: 0 0 80%;
                                            }
                                            
                                            .banner-box .bd li img {
                                                transition: 0.5s;
                                            }
                                            
                                            .banner-box .bd li a {
                                                display: block;
                                                background-size: auto;
                                            }
                                            
                                            .banner-btn {
                                                width: 100%;
                                                position: absolute;
                                                bottom: 130px;
                                                left: 0;
                                                z-index: 9999999;
                                            }
                                            
                                            .banner-box .hd {
                                                text-align: center;
                                            }
                                            
                                            .banner-box .hd ul li {
                                                width: 12px;
                                                list-style: none;
                                                padding: 0;
                                                margin: 0;
                                                height: 12px;
                                                border-radius: 50%;
                                                text-indent: -9999px;
                                                margin-right: 20px;
                                                background: #ccc;
                                                cursor: pointer;
                                                display: inline-block;
                                            }
                                            
                                            .banner-box .hd ul li.on {
                                                background: #DA324D;
                                                width: 24px;
                                                border-radius: 10px;
                                            }
                                            
                                            .logoImg {
                                                width: 1370px;
                                                margin: 0 auto;
                                                position: relative;
                                            }
                                            
                                            .logoImg p {
                                                float: left;
                                                padding-right: 32px;
                                            }
                                            
                                            .logoImg .last {
                                                margin-right: 0px;
                                            }
                                            
                                            .logoImg .image1 {
                                                position: relative;
                                                z-index: 9;
                                            }
                                            
                                            .logoImg .image2 {
                                                position: relative;
                                                z-index: 10;
                                            }
                                            
                                            .logoImg .image3 {
                                                position: relative;
                                            }
                                            
                                            .logoImg .image4 {
                                                position: relative;
                                                z-index: 9;
                                            }
                                            
                                            .logoImg .image5 {
                                                position: relative;
                                            }
                                            
                                            .logoImg .image6 {
                                                position: relative;
                                                z-index: 9;
                                            }
                                            
                                            .zmbb.jd_1 .image7 {
                                                top: -181px;
                                                left: 100px;
                                                position: absolute;
                                                z-index: 2;
                                            }
                                            
                                            .zmbb.jd_1 .image8 {
                                                left: 315px;
                                                top: -244px;
                                                position: absolute;
                                                z-index: 0;
                                            }
                                            
                                            .zmbb.jd_1 .image9 {
                                                left: -220px;
                                                top: 145px;
                                                position: absolute;
                                                z-index: 11;
                                            }
                                            
                                            .zmbb.jd_1 .image10 {
                                                left: -325px;
                                                top: 348px;
                                                position: absolute;
                                            }
                                            
                                            .zmbb.jd_1 .image11 {
                                                left: -350px;
                                                top: -285px;
                                                position: absolute;
                                                z-index: 2;
                                            }
                                            
                                            .zmbb.jd_1 .image12 {
                                                right: -170px;
                                                top: -281px;
                                                position: absolute;
                                                z-index: 1;
                                            }
                                            
                                            .zmbb.jd_2 .image7 {
                                                left: -57px;
                                                top: 240px;
                                                position: absolute;
                                                z-index: 9;
                                            }
                                            
                                            .zmbb.jd_2 .image8 {
                                                left: 243px;
                                                top: -43px;
                                                position: absolute;
                                                z-index: 9;
                                            }
                                            
                                            .zmbb.jd_2 .image9 {
                                                left: 527px;
                                                top: 150px;
                                                position: absolute;
                                                z-index: 9;
                                            }
                                            
                                            .zmbb.jd_2 .image10 {
                                                right: 170px;
                                                top: 110px;
                                                position: absolute;
                                                z-index: 9;
                                            }
                                            
                                            .zmbb.jd_2 .image11 {
                                                left: 880px;
                                                top: 130px;
                                                position: absolute;
                                            }
                                            
                                            .zmbb.jd_2 .image12 {
                                                left: 880px;
                                                top: 130px;
                                                position: absolute;
                                            }
                                            
                                            .zmbb.jd_3 .image7 {
                                                left: -165px;
                                                top: 115px;
                                                position: absolute;
                                                z-index: 10;
                                            }
                                            
                                            .zmbb.jd_3 .image8 {
                                                right: -65px;
                                                top: -237px;
                                                position: absolute;
                                                z-index: -1;
                                            }
                                            
                                            .zmbb.jd_3 .image9 {
                                                left: 285px;
                                                top: 245px;
                                                position: absolute;
                                                z-index: -1;
                                            }
                                            
                                            .zmbb.jd_4 .image7 {
                                                left: 0;
                                                top: -240px;
                                                position: absolute;
                                            }
                                            
                                            .zmbb.jd_4 .image8 {
                                                left: 0;
                                                top: 370px;
                                                position: absolute;
                                                z-index: 1;
                                            }
                                            
                                            .zmbb.jd_4 .image9 {
                                                left: -112px;
                                                top: 35px;
                                                position: absolute;
                                                z-index: 9;
                                            }
                                            
                                            .zmbb.jd_4 .image10 {
                                                left: 515px;
                                                top: 90px;
                                                position: absolute;
                                                z-index: 10;
                                            }
                                            
                                            .zmbb.jd_5 .image1 {}
                                            
                                            .zmbb.jd_5 .image7 {
                                                left: 844px;
                                                top: -250px;
                                                position: absolute;
                                                z-index: 14;
                                            }
                                            
                                            .zmbb.jd_5 .image8 {
                                                right: 130px;
                                                top: -245px;
                                                position: absolute;
                                                z-index: 6;
                                            }
                                            
                                            .zmbb.jd_5 .image9 {
                                                left: -310px;
                                                top: 170px;
                                                position: absolute;
                                                z-index: 8;
                                                width: 82%;
                                            }
                                            
                                            .zmbb.jd_6 .image7 {
                                                left: 80px;
                                                top: 350px;
                                                position: absolute;
                                                z-index: 10;
                                            }
                                            
                                            .zmbb.jd_6 .image8 {
                                                left: -140px;
                                                top: 100px;
                                                position: absolute;
                                                z-index: 18;
                                            }
                                            
                                            .zmbb.jd_6 .image9 {
                                                left: 0;
                                                top: -220px;
                                                position: absolute;
                                                z-index: -10;
                                            }
                                            
                                            .zmbb.jd_1.cur .image7 {
                                                -webkit-animation: scaleInCenter 1s 0.2s;
                                                animation: scaleInCenter 1s 0.2s;
                                                -webkit-animation-fill-mode: both;
                                                animation-fill-mode: both;
                                            }
                                            
                                            .zmbb.jd_1.cur .image8 {
                                                -webkit-animation: scaleInCenter 1s 0.5s;
                                                animation: scaleInCenter 1s 0.5s;
                                                -webkit-animation-fill-mode: both;
                                                animation-fill-mode: both;
                                            }
                                            
                                            .zmbb.jd_1.cur .image9 {
                                                -webkit-animation: scaleInCenter 1s 0.8s;
                                                animation: scaleInCenter 1s 0.8s;
                                                -webkit-animation-fill-mode: both;
                                                animation-fill-mode: both;
                                            }
                                            
                                            .zmbb.jd_1.cur .image10 {
                                                -webkit-animation: bounceIn 2s 1s;
                                                animation: bounceIn 2s 1s;
                                                -webkit-animation-fill-mode: both;
                                                animation-fill-mode: both;
                                            }
                                            
                                            .zmbb.jd_1.cur .image11 {
                                                -webkit-animation: bounceIn 2s 1.2s;
                                                animation: bounceIn 2s 1.2s;
                                                -webkit-animation-fill-mode: both;
                                                animation-fill-mode: both;
                                            }
                                            
                                            .zmbb.jd_1.cur .image12 {
                                                -webkit-animation: bounceIn 2s 1.5s;
                                                animation: bounceIn 2s 1.5s;
                                                -webkit-animation-fill-mode: both;
                                                animation-fill-mode: both;
                                            }
                                            
                                            .zmbb.jd_2.cur .image7 {
                                                -webkit-animation: fadeInDown 1s 0.5s;
                                                animation: fadeInDown 1s 0.5s;
                                                -webkit-animation-fill-mode: both;
                                                animation-fill-mode: both;
                                            }
                                            
                                            .zmbb.jd_2.cur .image8 {
                                                -webkit-animation: fadeIn 1s 1s;
                                                animation: fadeIn 1s 1s;
                                                -webkit-animation-fill-mode: both;
                                                animation-fill-mode: both;
                                            }
                                            
                                            .zmbb.jd_2.cur .image9 {
                                                -webkit-animation: fadeIn 1s 1.5s;
                                                animation: fadeIn 1s 1.5s;
                                                -webkit-animation-fill-mode: both;
                                                animation-fill-mode: both;
                                            }
                                            
                                            .zmbb.jd_2.cur .image10 {
                                                -webkit-animation: fadeInRight 1s 2s;
                                                animation: fadeInRight 1s 2s;
                                                -webkit-animation-fill-mode: both;
                                                animation-fill-mode: both;
                                            }
                                            
                                            .zmbb.jd_3.cur .image7 {
                                                -webkit-animation: flipInX 1s 0.5s;
                                                animation: flipInX 1s 0.5s;
                                                -webkit-animation-fill-mode: both;
                                                animation-fill-mode: both;
                                            }
                                            
                                            .zmbb.jd_3.cur .image8 {
                                                -webkit-animation: flipInX 1s ease 1s 1 both;
                                                animation: flipInX 1s ease 1s 1 both;
                                                -webkit-animation-fill-mode: both;
                                                animation-fill-mode: both;
                                            }
                                            
                                            .zmbb.jd_3.cur .image9 {
                                                -webkit-animation: flipInX 1s 1.5s;
                                                animation: flipInX 1s 1.5s;
                                                -webkit-animation-fill-mode: both;
                                                animation-fill-mode: both;
                                            }
                                            
                                            .zmbb.jd_4.cur .image7 {
                                                -webkit-animation: bounceIn 1s 0.3s;
                                                animation: bounceIn 1s 0.3s;
                                                -webkit-animation-fill-mode: both;
                                                animation-fill-mode: both;
                                            }
                                            
                                            .zmbb.jd_4.cur .image8 {
                                                -webkit-animation: bounceIn 1s 0.7s;
                                                animation: bounceIn 1s 0.7s;
                                                -webkit-animation-fill-mode: both;
                                                animation-fill-mode: both;
                                            }
                                            
                                            .zmbb.jd_4.cur .image9 {
                                                -webkit-animation: bounceIn 1s 1s;
                                                animation: bounceIn 1s 1s;
                                                -webkit-animation-fill-mode: both;
                                                animation-fill-mode: both;
                                            }
                                            
                                            .zmbb.jd_4.cur .image10 {
                                                -webkit-animation: bounceIn 1s 1.2s;
                                                animation: bounceIn 1s 1.2s;
                                                -webkit-animation-fill-mode: both;
                                                animation-fill-mode: both;
                                            }
                                            
                                            .zmbb.jd_5.cur .image7 {
                                                -webkit-animation: scaleInCenter 1s 0.3s;
                                                animation: scaleInCenter 1s 0.3s;
                                                -webkit-animation-fill-mode: both;
                                                animation-fill-mode: both;
                                            }
                                            
                                            .zmbb.jd_5.cur .image8 {
                                                -webkit-animation: scaleInCenter 1s 0.3s;
                                                animation: scaleInCenter 1s 0.3s;
                                                -webkit-animation-fill-mode: both;
                                                animation-fill-mode: both;
                                            }
                                            
                                            .zmbb.jd_5.cur .image9 {
                                                -webkit-animation: fadeInRight 1s 1.3s;
                                                animation: fadeInRight 1s 1.3s;
                                                -webkit-animation-fill-mode: both;
                                                animation-fill-mode: both;
                                            }
                                            
                                            .zmbb.jd_6.cur .image7 {
                                                -webkit-animation: scaleRotateIn2 1s 0.5s;
                                                animation: scaleRotateIn2 1s 0.5s;
                                                -webkit-animation-fill-mode: both;
                                                animation-fill-mode: both;
                                            }
                                            
                                            .zmbb.jd_6.cur .image8 {
                                                -webkit-animation: flipInX 1.5s ease 1s 1 both;
                                                animation: flipInX 1.5s ease 1s 1 both;
                                                -webkit-animation-fill-mode: both;
                                                animation-fill-mode: both;
                                            }
                                            
                                            .zmbb.jd_6.cur .image9 {
                                                -webkit-animation: scaleInCenter 1s 1.5s;
                                                animation: scaleInCenter 1s 1.5s;
                                                -webkit-animation-fill-mode: both;
                                                animation-fill-mode: both;
                                            }
                                            
                                            .banner-w3layouts-info {
                                                margin-top: 4em;
                                                padding-right: 3em;
                                            }
                                            
                                            .about {
                                                background-color: #efefef;
                                                height: 850px;
                                            }
                                            
                                            .about img {
                                                position: absolute;
                                                display: block;
                                            }
                                            
                                            .about .section_image1 {
                                                left: 10%;
                                                width: 40%;
                                                top: 100px;
                                                z-index: 9;
                                            }
                                            
                                            .about .section_image2 {
                                                left: 0;
                                                top: 190px;
                                                width: 50%;
                                                z-index: 10;
                                            }
                                            
                                            .about .section_image3 {
                                                right: 0;
                                                top: 50px;
                                                width: 80%;
                                            }
                                            
                                            .stats {
                                                background-color: #efefef;
                                                height: 768px;
                                            }
                                            
                                            .stats img {
                                                position: absolute;
                                                display: block;
                                            }
                                            
                                            .stats .section_image1 {
                                                left: 10%;
                                                width: 40%;
                                                top: 80px;
                                                z-index: 9;
                                            }
                                            
                                            .stats .section_image2 {
                                                right: 10%;
                                                top: 80px;
                                                width: 35%;
                                                z-index: 8;
                                            }
                                            
                                            .stats .section_image3 {
                                                left: 17%;
                                                top: 240px;
                                                width: 40%;
                                            }
                                            
                                            .banner-w3layouts-bottom {
                                                background: url(../images/layer-4/l4_bg.jpg);
                                                height: 768px;
                                                background-size: 100% 100%;
                                            }
                                            
                                            .banner-w3layouts-bottom img {
                                                position: absolute;
                                                display: block;
                                            }
                                            
                                            .banner-w3layouts-bottom .section_image1 {
                                                left: 50%;
                                                margin-left: -13%;
                                                width: 45%;
                                                top: 60px;
                                                z-index: 0;
                                            }
                                            
                                            .banner-w3layouts-bottom .section_image2 {
                                                left: 63%;
                                                top: 310px;
                                                width: 24%;
                                                z-index: 8;
                                            }
                                            
                                            .banner-w3layouts-bottom .section_image3 {
                                                left: 19%;
                                                top: 135px;
                                                width: 24%;
                                            }
                                            
                                            .warrper {
                                                margin: 0 auto;
                                                background-color: #fff;
                                            }
                                            /*首面修改-企业动态*/
                                            /* ui-banner */
                                            
                                            .ui-banner {
                                                display: block;
                                                position: relative;
                                                width: 1040px;
                                            }
                                            
                                            .ui-banner.ui-banner-invalid {
                                                display: none;
                                            }
                                            
                                            .ui-banner,
                                            .ui-banner .ui-banner-slides,
                                            .ui-banner .ui-banner-slogans,
                                            .ui-banner .ui-banner-arrow {
                                                height: 398px;
                                            }
                                            
                                            .ui-banner .ui-banner-slides,
                                            .ui-banner .ui-banner-slogans,
                                            .ui-banner .ui-banner-arrow {
                                                position: absolute;
                                                top: 0;
                                            }
                                            
                                            .ui-banner ul {
                                                list-style-type: none;
                                                margin: 0;
                                                padding: 0;
                                                overflow: hidden;
                                            }
                                            
                                            .ui-banner .ui-banner-slides {
                                                width: 505px;
                                                height: 398px;
                                                left: 1px;
                                            }
                                            
                                            .ui-banner .ui-banner-slides li {
                                                display: none;
                                                position: absolute;
                                                top: 5px;
                                                +top: 10px;
                                            }
                                            
                                            .ui-banner .ui-banner-slides li img {
                                                width: 505px;
                                                height: 388px;
                                                border: none;
                                            }
                                            
                                            .ui-banner .ui-banner-slides li.ui-banner-slides-current,
                                            .ui-banner .ui-banner-slides li.ui-banner-slides-prev,
                                            .ui-banner .ui-banner-slides li.ui-banner-slides-next {
                                                display: block;
                                            }
                                            
                                            .ui-banner .ui-banner-slides li.ui-banner-slides-current {
                                                left: 0;
                                            }
                                            
                                            .ui-banner .ui-banner-slides li.ui-banner-slides-prev {
                                                left: -654px;
                                            }
                                            
                                            .ui-banner .ui-banner-slides li.ui-banner-slides-next {
                                                left: 654px;
                                            }
                                            
                                            .ui-banner .ui-banner-slogans {
                                                height: 398px;
                                                /*overflow: scroll;*/
                                                width: 650px;
                                                left: 515px;
                                                overflow-x: hidden;
                                                overflow-y: auto
                                            }
                                            
                                            .ui-bnnerimg {
                                                width: 103px;
                                                height: 83px;
                                            }
                                            
                                            .ui-bnnerp {
                                                width: 570px;
                                                height: 97%;
                                                padding-left: 20px;
                                                padding-top: 1px;
                                            }
                                            
                                            .ui-bnnerp h3 {
                                                font-size: 16px;
                                                color: #666;
                                                text-align: left;
                                                font-weight: bold;
                                            }
                                            
                                            .ui-bnnerp p {
                                                margin-top: 15px;
                                                color: #666;
                                                height: 25px;
                                                overflow: hidden;
                                                text-align: left;
                                                text-overflow: ellipsis;
                                                padding-right: 10px;
                                            }
                                            
                                            .ui-line {
                                                zoom: 1;
                                                overflow: hidden;
                                            }
                                            
                                            .ui-line-hover {
                                                background: url("../images/stuj.png") no-repeat left center;
                                            }
                                            
                                            .ui-line-hover a {
                                                color: #fff
                                            }
                                            
                                            .ullinehover {
                                                border-bottom: 1px solid #ececec;
                                                height: 86px;
                                                margin: 0 0 3px 25px;
                                                +margin: 0 0 1px 25px;
                                                padding: 6px 0;
                                            }
                                            
                                            .ui-bnnerp-hover {
                                                background-color: #0068b7;
                                                color: #fff;
                                            }
                                            /*.ullinehover:hover .ui-bnnerp h3,.ullinehover:hover .ui-bnnerp p{
        color: #fff;
    }*/
                                            
                                            .uibannerslog ul li {
                                                border: 1px solid red;
                                            }
                                            
                                            .ui-bnnerp-hover h3,
                                            .ui-bnnerp-hover p {
                                                color: #fff;
                                            }
                                            
                                            .ui-banner .ui-banner-arrow {
                                                display: block;
                                                width: 23px;
                                                outline: none;
                                            }
                                            
                                            .ui-banner .ui-banner-arrow.ui-banner-arrow-prev {
                                                background: transparent url("../images/jleft.jpg") no-repeat scroll 0 0;
                                                height: 23px;
                                                right: -160px;
                                                top: 17px;
                                                width: 23px;
                                            }
                                            
                                            .ui-banner .ui-banner-arrow.ui-banner-arrow-next {
                                                background: transparent url("../images/jright.jpg") no-repeat;
                                                height: 23px;
                                                right: -160px;
                                                top: 49px;
                                                width: 23px;
                                            }
                                            
                                            .ui-banner .ui-banner-arrow.ui-banner-arrow-next img {
                                                left: -15px;
                                            }
                                            
                                            .ui-banner .ui-banner-overlay {
                                                bottom: 0;
                                                height: 10px;
                                                position: absolute;
                                                right: 0;
                                                width: 173px;
                                            }
                                            
                                            .m-slide {
                                                position: relative;
                                                width: 1200px;
                                                
                                                background: #fff
                                            }
                                            
                                            .m-slide .bottom-shadow {
                                                position: absolute;
                                                bottom: -3px;
                                                left: 0;
                                                width: 100%;
                                                height: 1px;
                                                overflow: hidden;
                                                border-top: 1px solid #e0e0e0;
                                                background: #e6e6e6;
                                                border-bottom: 1px solid #ececec
                                            }
                                            
                                            .m-slide .img {
                                                float: left;
                                                position: relative
                                            }
                                            
                                            .m-slide .img li,
                                            .m-slide .img a,
                                            .m-slide .img img {
                                                display: block;
                                                width: 510px;
                                                height: 388px
                                            }
                                            
                                            .m-slide .img li {
                                                display: none;
                                                position: absolute;
                                                left: 0;
                                                top: 0
                                            }
                                            
                                            .m-slide .img .first {
                                                display: block
                                            }
                                            
                                            .m-slide .tab {
                                            
                                                width: 100%;
                                                
                                                height: auto;
												overflow:hidden;
                                            }
											
											.newmore{width:1200px; height:30px; line-height:30px; text-align:right; color:#555; font-size:14px; margin-bottom:20px;}
											.newpic{width:100%; height:auto; overflow:hidden; margin-bottom:30px;}
											.newpic img{float:left; width:580px; overflow:hidden; position:none;}
                                            
                                            .m-slide .tab li {
                                                *margin-bottom: -3px;
                                                border-bottom: 1px solid #e5e5e5;
                                                width: 580px;;
                                                height: 133px; 
												overflow:hidden;
												
                                            }
											
											
                                            .m-slide .tab li:nth-child(odd) {
                                                float: left;
                                            }
                                            .m-slide .tab li:nth-child(even) {
                                                float: right;
                                            }
                                            .m-slide .tab li:nth-of-type(7){border-bottom:#ffffff; height:134px;}
											.m-slide .tab li:nth-of-type(8){border-bottom:#ffffff; height:134px;}
                                            .m-slide .tab .first {
                                                border-top: 0
                                            }
                                            
                                            .m-slide .tab a {
                                                text-decoration: none;
                                                display: block;
                                                position: relative;
                                                border-left: 3px solid #fff;
                                            }
                                            
                                            .m-slide .tab a b {}
                                            
                                            .m-slide .tab a span {
                                                position: absolute;
                                                overflow: hidden;
                                                font-size: 16px;
                                                color: #55555 !important;
                                                font-weight: 600;
                                            }
                                            
                                            .m-slide .tab a span:hover {
                                                color: #0068b7;
                                            }
                                            
                                            .m-slide .tab a .title {
                                                left: 17px;
                                                top: 6px;
                                                height: 49px;
                                                line-height: 40px;
                                                font-size: 16px;
                                                font-weight: bold;
                                                color: #444
                                            }
                                            
                                            .m-slide .tab a .des {
                                                left: 18px;
                                                top: 26px;
                                                height: 16px;
                                                line-height: 16px;
                                                color: #999
                                            }
                                            
                                            .m-slide .tab .first a {
                                                height: 50px
                                            }
                                            
                                            .m-slide .tab .on a {}
                                            
                                            .m-slide .tab .on a span {
                                                color: ##0068b7
                                            }
                                            
                                            .new_r_con_left {
                                                width: 85px;
                                                border-right: 1px solid #dddddd;
                                                height: 75px;
                                                margin-top: 30px;
                                            }
                                            
                                            .new_r_con_right {
                                                width: 480px;
                                                margin-top: 18px;
                                            }
                                            
                                            .new_r_con_r_up {
                                                width: 480px;
                                                text-align: left;
                                                height: 40px;
                                                line-height: 36px;
                                                font-size: 16px;
                                            }
                                            
                                            .new_r_con_right p {
                                                font-size: 14px;
                                                color: #949494;
                                                text-align: left;
                                                width: 460px
                                            }
                                            
                                            .new_r_con_right p a:hover {
                                                color: #0068b7;
                                            }
                                            
                                            .m-slide .tab .jt_left {
                                                width: 5px;
                                                height: 132px;
                                                line-height: 40px;
                                                float: left;
                                                /* margin-left: -20px; */
                                                border: 1px solid #fff;
                                                /* background: #fff;*/
                                            }
                                            
                                            .m-slide .tab .on .jt_left {
                                                background: url(../images/stuj.png) no-repeat;
                                                background-position: 0 60px
                                            }
                                            
                                            .new_r_con_right {
                                                display: block;
                                                top: 10px;
                                                right: 0;
                                            }
                                            
                                           
                                            
                                            #scroll-1::-webkit-scrollbar {
                                                /*滚动条整体样式*/
                                                width: 10px;
                                                /*高宽分别对应横竖滚动条的尺寸*/
                                                height: 1px;
                                            }
                                            
                                            #scroll-1::-webkit-scrollbar-thumb {
                                                /*滚动条里面小方块*/
                                                border-radius: 10px;
                                                -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
                                                background: #ccc;
                                            }
                                            
                                            #scroll-1::-webkit-scrollbar-track {
                                                /*滚动条里面轨道*/
                                                -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
                                                border-radius: 10px;
                                                background: #EDEDED;
                                            }
                                            
                                            .vbideo_css {
                                                width: 100%;
                                                height: 450px;
                                            }
                                            /* nav */
                                            
                                            #inner {
                                                width: 100%;
                                            }
                                            
                                            .hot-event {
                                                position: relative;
                                                width: 100%;
                                                overflow: hidden;
                                            }
                                            
                                            .hot-event .switch-tab {
                                                padding: 10px 0;
                                                position: absolute;
                                                z-index: 99;
                                                top: 75%;
                                                left: 6%;
                                            }
                                            
                                            .hot-event .switch-tab a,
                                            .hot-event .switch-tab .current {
                                                margin: 0 20px 0 0;
                                                display: inline-block;
                                                width: 9px;
                                                height: 9px;
                                                background: #b7b7b7;
                                                border-radius: 50%;
                                            }
                                            
                                            .hot-event .switch-tab .current {
                                                width: 18px;
                                                height: 9px;
                                                border-radius: 5px;
                                                background: #c51721;
                                            }
                                            
                                            .hot-event .switch-nav {
                                                position: absolute;
                                                right: 12px;
                                                top: 254px;
                                                z-index: 2;
                                            }
                                            
                                            .hot-event .switch-nav .i-prev {
                                                background-image: url(../images/bg.png);
                                                background-position: -127px 0;
                                            }
                                            
                                            .hot-event .switch-nav .prev {
                                                border-radius: 3px 0 0 3px;
                                                border-width: 1px;
                                            }
                                            
                                            .hot-event .switch-nav .next {
                                                border-radius: 0 3px 3px 0;
                                                border-width: 1px 1px 1px 0;
                                            }
                                            
                                            .hot-event .switch-nav .i-next {
                                                background-image: url(../images/bg.png);
                                                background-position: -144px 0;
                                            }
                                            
                                            .hot-event .switch-nav a {
                                                display: inline-block;
                                                padding: 7px 16px;
                                                background: rgba(0, 0, 0, .3);
                                                border-style: solid;
                                                border-color: rgba(255, 255, 255, .6);
                                            }
                                            
                                            .hot-event .switch-nav a:hover {
                                                background: rgba(0, 0, 0, .2);
                                            }
                                            
                                            .hot-event .event-item {
                                                z-index: 1;
                                                left: 0;
                                                top: 0;
                                                width: 100%;
                                                margin: 0 auto;
                                            }
                                            
                                            .hot-event .event-item .banner {
                                                display: block;
                                            }
                                            
                                            .hot-event .event-item img {
                                                display: block;
                                                border: 0;
                                            }
                                            
                                            .hide-clip {
                                                position: absolute!important;
                                                clip: rect(1px 1px 1px 1px);
                                                clip: rect(1px, 1px, 1px, 1px);
                                                padding: 0!important;
                                                border: 0!important;
                                                height: 1px!important;
                                                line-height: 0!important;
                                                width: 1px!important;
                                                overflow: hidden;
                                            }
                                            
                                            a .ico {
                                                cursor: pointer;
                                            }
                                            
                                            .ico {
                                                display: inline-block;
                                                width: 16px;
                                                height: 16px;
                                                vertical-align: middle;
                                                overflow: hidden;
                                            }
                                            
                                            .top_banner_1 {
                                                display: none;
                                            }
                                            
                                            .top_banner_2 {
                                                display: none;
                                            }
                                            
                                            .top_banner_3 {
                                                display: none;
                                            }
                                            
                                            .top_banner_4 {
                                                display: none;
                                            }
                                            
                                            .top_banner_5 {
                                                display: none;
                                            }
                                            
                                            .top_banner_6 {
                                                display: none;
                                            }
                                            
                                            .event_index_bg {
                                                top: 0;
                                                left: 0;
                                                width: 100%;
                                                height: calc(100vh);
                                                z-index: 13;
                                                position: absolute;
                                            }
                                            
                                            .top_banner .page_1 {
                                                width: 100%;
                                                z-index: 13;
                                            }
                                            /* @media screen and (max-width: 1440px) {
	.top_banner .page_1{background: url(../images/banner/m_index_top.png) no-repeat !important;}
	.index_4{background: url(../images/banner/m_9.jpg) no-repeat !important;}
	}
@media screen and (max-width: 1366px) {
	.top_banner .page_1{background: url(../images/banner/m_index_top.png) no-repeat !important;}
	.index_4{background: url(../images/banner/m_9.jpg) no-repeat !important;}
	} */
                                            
                                            .top_banner_1 img {
                                                width: 100%;
                                            }
                                            
                                            .top_banner_1 .page_2 {
                                                top: 50%;
                                                left: 7%;
                                                z-index: 16;
                                                position: absolute;
                                                width: 818px;
                                                height: 275px;
                                            }
                                            
                                            .top_banner_1 .page_2 img {
                                                position: unset !important;
                                            }
                                            
                                            .top_banner_1 .page_3 {
                                                font-size: 50px;
                                                font-weight: bold;
                                                display: block;
                                                margin-top: 80px;
                                                color: #0068b7;
                                                letter-spacing: 1px;
                                            }
                                            
                                            .top_banner_1 .page_4 {
                                                font-size: 50px;
                                                font-weight: 100;
                                                display: block;
                                                margin-top: 20px;
                                                color: #555;
                                                letter-spacing: 1px;
                                            }
                                            
                                            .top_banner_1 .page_5 {
                                                top: 16.5%;
                                                left: 0;
                                                z-index: 15;
                                            }
                                            
                                            .top_banner_1 .page_6 {
                                                width: 105%;
                                                height: 105%
                                            }
                                            
                                            .top_banner_2 img {
                                                width: 100%;
                                            }
                                            
                                            .top_banner_2 .page_2 {
                                                top: 50%;
                                                left: 7%;
                                                z-index: 16;
                                                position: absolute;
                                                width: 818px;
                                                height: 275px;
                                            }
                                            
                                            .top_banner_2 .page_2 img {
                                                position: unset !important;
                                            }
                                            
                                            .top_banner_2 .page_3 {
                                                font-size: 50px;
                                                font-weight: bold;
                                                display: block;
                                                margin-top: 80px;
                                                color: #e5004f;
                                                letter-spacing: 1px;
                                            }
                                            
                                            .top_banner_2 .page_4 {
                                                font-size: 50px;
                                                font-weight: 100;
                                                display: block;
                                                margin-top: 20px;
                                                color: #555;
                                                letter-spacing: 1px;
                                            }
                                            
                                            .top_banner_2 .page_5 {
                                                top: 16.5%;
                                                left: 0;
                                                z-index: 15;
                                            }
                                            
                                            .top_banner_2 .page_6 {
                                                width: 105%;
                                                height: 105%
                                            }
                                            
                                            .top_banner_3 img {
                                                width: 100%;
                                            }
                                            
                                            .top_banner_3 .page_2 {
                                                top: 50%;
                                                left: 7%;
                                                z-index: 16;
                                                position: absolute;
                                                width: 818px;
                                                height: 275px;
                                            }
                                            
                                            .top_banner_3 .page_2 img {
                                                position: unset !important;
                                            }
                                            
                                            .top_banner_3 .page_3 {
                                                font-size: 50px;
                                                font-weight: bold;
                                                display: block;
                                                margin-top: 80px;
                                                color: #fabe00;
                                                letter-spacing: 1px;
                                            }
                                            
                                            .top_banner_3 .page_4 {
                                                font-size: 50px;
                                                font-weight: 100;
                                                display: block;
                                                margin-top: 20px;
                                                color: #555;
                                                letter-spacing: 1px;
                                            }
                                            
                                            .top_banner_3 .page_5 {
                                                top: 16.5%;
                                                left: 0;
                                                z-index: 15;
                                            }
                                            
                                            .top_banner_3 .page_6 {
                                                width: 105%;
                                                height: 105%
                                            }
                                            
                                            .top_banner_4 img {
                                                width: 100%;
                                            }
                                            
                                            .top_banner_4 .page_2 {
                                                top: 50%;
                                                left: 7%;
                                                z-index: 16;
                                                position: absolute;
                                                width: 818px;
                                                height: 275px;
                                            }
                                            
                                            .top_banner_4 .page_2 img {
                                                position: unset !important;
                                            }
                                            
                                            .top_banner_4 .page_3 {
                                                font-size: 50px;
                                                font-weight: bold;
                                                display: block;
                                                margin-top: 80px;
                                                color: #a40182;
                                                letter-spacing: 1px;
                                            }
                                            
                                            .top_banner_4 .page_4 {
                                                font-size: 50px;
                                                font-weight: 100;
                                                display: block;
                                                margin-top: 20px;
                                                color: #555;
                                                letter-spacing: 1px;
                                            }
                                            
                                            .top_banner_4 .page_5 {
                                                top: 16.5%;
                                                left: 0;
                                                z-index: 15;
                                            }
                                            
                                            .top_banner_4 .page_6 {
                                                width: 105%;
                                                height: 105%
                                            }
                                            
                                            .top_banner_5 img {
                                                width: 100%;
                                            }
                                            
                                            .top_banner_5 .page_2 {
                                                top: 50%;
                                                left: 7%;
                                                z-index: 16;
                                                position: absolute;
                                                width: 818px;
                                                height: 275px;
                                            }
                                            
                                            .top_banner_5 .page_2 img {
                                                position: unset !important;
                                            }
                                            
                                            .top_banner_5 .page_3 {
                                                font-size: 50px;
                                                font-weight: bold;
                                                display: block;
                                                margin-top: 80px;
                                                color: #14a83b;
                                                letter-spacing: 1px;
                                            }
                                            
                                            .top_banner_5 .page_4 {
                                                font-size: 50px;
                                                font-weight: 100;
                                                display: block;
                                                margin-top: 20px;
                                                color: #555;
                                                letter-spacing: 1px;
                                            }
                                            
                                            .top_banner_5 .page_5 {
                                                top: 16.5%;
                                                left: 0;
                                                z-index: 15;
                                            }
                                            
                                            .top_banner_5 .page_6 {
                                                width: 105%;
                                                height: 105%
                                            }
                                            
                                            .top_banner_6 img {
                                                width: 100%;
                                            }
                                            
                                            .top_banner_6 .page_2 {
                                                top: 50%;
                                                left: 7%;
                                                z-index: 16;
                                                position: absolute;
                                                width: 818px;
                                                height: 275px;
                                            }
                                            
                                            .top_banner_6 .page_2 img {
                                                position: unset !important;
                                            }
                                            
                                            .top_banner_6 .page_3 {
                                                font-size: 50px;
                                                font-weight: bold;
                                                display: block;
                                                margin-top: 80px;
                                                color: #e5004f;
                                                letter-spacing: 1px;
                                            }
                                            
                                            .top_banner_6 .page_4 {
                                                font-size: 50px;
                                                font-weight: 100;
                                                display: block;
                                                margin-top: 20px;
                                                color: #555;
                                                letter-spacing: 1px;
                                            }
                                            
                                            .top_banner_6 .page_5 {
                                                top: 16.5%;
                                                left: 0;
                                                z-index: 15;
                                            }
                                            
                                            .top_banner_6 .page_6 {
                                                width: 105%;
                                                height: 105%
                                            }
                                            
                                            .i_dw_r_d {
                                                position: absolute;
                                                z-index: -1;
                                                bottom: -10px;
                                                right: -100px;
                                                width: 80%;
                                                height: 80%;
                                            }
                                            
                                            .more {
                                                font-size: 14px;
                                                color: #aeaeae;
                                                background-color: transparent;
                                                border: none;
                                                outline: none;
                                                position: absolute;
                                                top: 15px;
                                                left: 50%;
                                                transform: translateX(-50%);
                                                animation: hover 1s ease-in-out infinite alternate;
                                                margin-top: 15px;
                                                margin-left: 10px;
                                            }
                                            
                                            .more2 {
                                                font-size: 14px;
                                                color: #aeaeae;
                                                background-color: transparent;
                                                border: none;
                                                outline: none;
                                                position: absolute;
                                                top: 18px;
                                                left: 50%;
                                                transform: translateX(-50%);
                                                animation: hover 1s ease-in-out infinite alternate;
                                                margin-top: 22px;
                                                margin-left: 10px;
                                            }
                                            
                                            .more:hover {
                                                color: #ff6675;
                                            }
                                            
                                            @keyframes hover {
                                                to {
                                                    top: .3em;
                                                    /* Move up .2em */
                                                    /*text-shadow: 1 .2em .1em rgba(0,0,0,.25);  Shadow stays still by moving down .2em */
                                                    font-size: 1.1em;
                                                    /* Add slight perspective */
                                                }
                                            }
                                            
                                            .switch-tab img {
                                                height: 100%;
                                                width: 100%;
                                            }
                                            
                                            .top_logo_ch1 {
                                                height: 245px !important;
                                                width: 188px !important;
                                                background: none !important;
                                                display: block !important;
                                                border-radius: 0 !important;
                                                float: left !important;
                                                margin-right: 20px !important;
                                            }
                                            
                                            .top_logo_ch2 {
                                                height: 245px !important;
                                                width: 116px !important;
                                                background: none !important;
                                                display: block !important;
                                                border-radius: 0 !important;
                                                float: left !important;
                                                margin-right: 20px !important;
                                            }
                                            
                                            .top_logo_ch3 {
                                                height: 245px !important;
                                                width: 80px !important;
                                                background: none !important;
                                                display: block !important;
                                                border-radius: 0 !important;
                                                float: left !important;
                                                margin-right: 20px !important;
                                            }
                                            
                                            .top_logo_ch4 {
                                                height: 245px !important;
                                                width: 32px !important;
                                                background: none !important;
                                                display: block !important;
                                                border-radius: 0 !important;
                                                float: left !important;
                                                margin-right: 20px !important;
                                            }
                                            
                                            .top_logo_ch5 {
                                                height: 245px !important;
                                                width: 118px !important;
                                                background: none !important;
                                                display: block !important;
                                                border-radius: 0 !important;
                                                float: left !important;
                                                margin-right: 20px !important;
                                            }
                                            
                                            .top_logo_ch6 {
                                                height: 245px !important;
                                                width: 80px !important;
                                                background: none !important;
                                                display: block !important;
                                                border-radius: 0 !important;
                                                float: left !important;
                                            }
                                            
                                            .top_banner_1.dq_banner .page_6 {
                                                -webkit-animation: fadeIn 2s .0.2s;
                                                animation: fadeIn 2s 0.2s;
                                                -webkit-animation-fill-mode: both;
                                                animation-fill-mode: both;
                                            }
                                            
                                            .top_banner_2.dq_banner .page_6 {
                                                -webkit-animation: fadeIn 2s 0.2s;
                                                animation: fadeIn 2s 0.2s;
                                                -webkit-animation-fill-mode: both;
                                                animation-fill-mode: both;
                                            }
                                            
                                            .top_banner_3.dq_banner .page_6 {
                                                -webkit-animation: fadeIn 2s 0.2s;
                                                animation: fadeIn 2s 0.2s;
                                                -webkit-animation-fill-mode: both;
                                                animation-fill-mode: both;
                                            }
                                            
                                            .top_banner_4.dq_banner .page_6 {
                                                -webkit-animation: fadeIn 2s 0.2s;
                                                animation: fadeIn 2s 0.2s;
                                                -webkit-animation-fill-mode: both;
                                                animation-fill-mode: both;
                                            }
                                            
                                            .top_banner_5.dq_banner .page_6 {
                                                -webkit-animation: fadeIn 2s 0.2s;
                                                animation: fadeIn 2s 0.2s;
                                                -webkit-animation-fill-mode: both;
                                                animation-fill-mode: both;
                                            }
                                            
                                            .top_banner_6.dq_banner .page_6 {
                                                -webkit-animation: fadeIn 2s 0.2s;
                                                animation: fadeIn 2s 0.2s;
                                                -webkit-animation-fill-mode: both;
                                                animation-fill-mode: both;
                                            }
                                            /* end nav */
                                            /* aos.css */
                                            
                                            [data-aos][data-aos][data-aos-duration="50"],
                                            body[data-aos-duration="50"] [data-aos] {
                                                transition-duration: 50ms
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="50"],
                                            body[data-aos-delay="50"] [data-aos] {
                                                transition-delay: 0
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="50"].aos-animate,
                                            body[data-aos-delay="50"] [data-aos].aos-animate {
                                                transition-delay: 50ms
                                            }
                                            
                                            [data-aos][data-aos][data-aos-duration="100"],
                                            body[data-aos-duration="100"] [data-aos] {
                                                transition-duration: .1s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="100"],
                                            body[data-aos-delay="100"] [data-aos] {
                                                transition-delay: 0
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="100"].aos-animate,
                                            body[data-aos-delay="100"] [data-aos].aos-animate {
                                                transition-delay: .1s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-duration="150"],
                                            body[data-aos-duration="150"] [data-aos] {
                                                transition-duration: .15s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="150"],
                                            body[data-aos-delay="150"] [data-aos] {
                                                transition-delay: 0
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="150"].aos-animate,
                                            body[data-aos-delay="150"] [data-aos].aos-animate {
                                                transition-delay: .15s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-duration="200"],
                                            body[data-aos-duration="200"] [data-aos] {
                                                transition-duration: .2s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="200"],
                                            body[data-aos-delay="200"] [data-aos] {
                                                transition-delay: 0
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="200"].aos-animate,
                                            body[data-aos-delay="200"] [data-aos].aos-animate {
                                                transition-delay: .2s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-duration="250"],
                                            body[data-aos-duration="250"] [data-aos] {
                                                transition-duration: .25s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="250"],
                                            body[data-aos-delay="250"] [data-aos] {
                                                transition-delay: 0
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="250"].aos-animate,
                                            body[data-aos-delay="250"] [data-aos].aos-animate {
                                                transition-delay: .25s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-duration="300"],
                                            body[data-aos-duration="300"] [data-aos] {
                                                transition-duration: .3s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="300"],
                                            body[data-aos-delay="300"] [data-aos] {
                                                transition-delay: 0
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="300"].aos-animate,
                                            body[data-aos-delay="300"] [data-aos].aos-animate {
                                                transition-delay: .3s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-duration="350"],
                                            body[data-aos-duration="350"] [data-aos] {
                                                transition-duration: .35s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="350"],
                                            body[data-aos-delay="350"] [data-aos] {
                                                transition-delay: 0
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="350"].aos-animate,
                                            body[data-aos-delay="350"] [data-aos].aos-animate {
                                                transition-delay: .35s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-duration="400"],
                                            body[data-aos-duration="400"] [data-aos] {
                                                transition-duration: .4s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="400"],
                                            body[data-aos-delay="400"] [data-aos] {
                                                transition-delay: 0
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="400"].aos-animate,
                                            body[data-aos-delay="400"] [data-aos].aos-animate {
                                                transition-delay: .4s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-duration="450"],
                                            body[data-aos-duration="450"] [data-aos] {
                                                transition-duration: .45s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="450"],
                                            body[data-aos-delay="450"] [data-aos] {
                                                transition-delay: 0
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="450"].aos-animate,
                                            body[data-aos-delay="450"] [data-aos].aos-animate {
                                                transition-delay: .45s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-duration="500"],
                                            body[data-aos-duration="500"] [data-aos] {
                                                transition-duration: .5s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="500"],
                                            body[data-aos-delay="500"] [data-aos] {
                                                transition-delay: 0
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="500"].aos-animate,
                                            body[data-aos-delay="500"] [data-aos].aos-animate {
                                                transition-delay: .5s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-duration="550"],
                                            body[data-aos-duration="550"] [data-aos] {
                                                transition-duration: .55s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="550"],
                                            body[data-aos-delay="550"] [data-aos] {
                                                transition-delay: 0
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="550"].aos-animate,
                                            body[data-aos-delay="550"] [data-aos].aos-animate {
                                                transition-delay: .55s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-duration="600"],
                                            body[data-aos-duration="600"] [data-aos] {
                                                transition-duration: .6s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="600"],
                                            body[data-aos-delay="600"] [data-aos] {
                                                transition-delay: 0
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="600"].aos-animate,
                                            body[data-aos-delay="600"] [data-aos].aos-animate {
                                                transition-delay: .6s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-duration="650"],
                                            body[data-aos-duration="650"] [data-aos] {
                                                transition-duration: .65s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="650"],
                                            body[data-aos-delay="650"] [data-aos] {
                                                transition-delay: 0
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="650"].aos-animate,
                                            body[data-aos-delay="650"] [data-aos].aos-animate {
                                                transition-delay: .65s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-duration="700"],
                                            body[data-aos-duration="700"] [data-aos] {
                                                transition-duration: .7s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="700"],
                                            body[data-aos-delay="700"] [data-aos] {
                                                transition-delay: 0
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="700"].aos-animate,
                                            body[data-aos-delay="700"] [data-aos].aos-animate {
                                                transition-delay: .7s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-duration="750"],
                                            body[data-aos-duration="750"] [data-aos] {
                                                transition-duration: .75s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="750"],
                                            body[data-aos-delay="750"] [data-aos] {
                                                transition-delay: 0
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="750"].aos-animate,
                                            body[data-aos-delay="750"] [data-aos].aos-animate {
                                                transition-delay: .75s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-duration="800"],
                                            body[data-aos-duration="800"] [data-aos] {
                                                transition-duration: .8s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="800"],
                                            body[data-aos-delay="800"] [data-aos] {
                                                transition-delay: 0
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="800"].aos-animate,
                                            body[data-aos-delay="800"] [data-aos].aos-animate {
                                                transition-delay: .8s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-duration="850"],
                                            body[data-aos-duration="850"] [data-aos] {
                                                transition-duration: .85s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="850"],
                                            body[data-aos-delay="850"] [data-aos] {
                                                transition-delay: 0
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="850"].aos-animate,
                                            body[data-aos-delay="850"] [data-aos].aos-animate {
                                                transition-delay: .85s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-duration="900"],
                                            body[data-aos-duration="900"] [data-aos] {
                                                transition-duration: .9s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="900"],
                                            body[data-aos-delay="900"] [data-aos] {
                                                transition-delay: 0
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="900"].aos-animate,
                                            body[data-aos-delay="900"] [data-aos].aos-animate {
                                                transition-delay: .9s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-duration="950"],
                                            body[data-aos-duration="950"] [data-aos] {
                                                transition-duration: .95s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="950"],
                                            body[data-aos-delay="950"] [data-aos] {
                                                transition-delay: 0
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="950"].aos-animate,
                                            body[data-aos-delay="950"] [data-aos].aos-animate {
                                                transition-delay: .95s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-duration="1000"],
                                            body[data-aos-duration="1000"] [data-aos] {
                                                transition-duration: 1s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="1000"],
                                            body[data-aos-delay="1000"] [data-aos] {
                                                transition-delay: 0
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="1000"].aos-animate,
                                            body[data-aos-delay="1000"] [data-aos].aos-animate {
                                                transition-delay: 1s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-duration="1050"],
                                            body[data-aos-duration="1050"] [data-aos] {
                                                transition-duration: 1.05s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="1050"],
                                            body[data-aos-delay="1050"] [data-aos] {
                                                transition-delay: 0
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="1050"].aos-animate,
                                            body[data-aos-delay="1050"] [data-aos].aos-animate {
                                                transition-delay: 1.05s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-duration="1100"],
                                            body[data-aos-duration="1100"] [data-aos] {
                                                transition-duration: 1.1s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="1100"],
                                            body[data-aos-delay="1100"] [data-aos] {
                                                transition-delay: 0
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="1100"].aos-animate,
                                            body[data-aos-delay="1100"] [data-aos].aos-animate {
                                                transition-delay: 1.1s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-duration="1150"],
                                            body[data-aos-duration="1150"] [data-aos] {
                                                transition-duration: 1.15s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="1150"],
                                            body[data-aos-delay="1150"] [data-aos] {
                                                transition-delay: 0
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="1150"].aos-animate,
                                            body[data-aos-delay="1150"] [data-aos].aos-animate {
                                                transition-delay: 1.15s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-duration="1200"],
                                            body[data-aos-duration="1200"] [data-aos] {
                                                transition-duration: 1.2s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="1200"],
                                            body[data-aos-delay="1200"] [data-aos] {
                                                transition-delay: 0
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="1200"].aos-animate,
                                            body[data-aos-delay="1200"] [data-aos].aos-animate {
                                                transition-delay: 1.2s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-duration="1250"],
                                            body[data-aos-duration="1250"] [data-aos] {
                                                transition-duration: 1.25s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="1250"],
                                            body[data-aos-delay="1250"] [data-aos] {
                                                transition-delay: 0
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="1250"].aos-animate,
                                            body[data-aos-delay="1250"] [data-aos].aos-animate {
                                                transition-delay: 1.25s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-duration="1300"],
                                            body[data-aos-duration="1300"] [data-aos] {
                                                transition-duration: 1.3s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="1300"],
                                            body[data-aos-delay="1300"] [data-aos] {
                                                transition-delay: 0
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="1300"].aos-animate,
                                            body[data-aos-delay="1300"] [data-aos].aos-animate {
                                                transition-delay: 1.3s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-duration="1350"],
                                            body[data-aos-duration="1350"] [data-aos] {
                                                transition-duration: 1.35s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="1350"],
                                            body[data-aos-delay="1350"] [data-aos] {
                                                transition-delay: 0
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="1350"].aos-animate,
                                            body[data-aos-delay="1350"] [data-aos].aos-animate {
                                                transition-delay: 1.35s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-duration="1400"],
                                            body[data-aos-duration="1400"] [data-aos] {
                                                transition-duration: 1.4s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="1400"],
                                            body[data-aos-delay="1400"] [data-aos] {
                                                transition-delay: 0
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="1400"].aos-animate,
                                            body[data-aos-delay="1400"] [data-aos].aos-animate {
                                                transition-delay: 1.4s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-duration="1450"],
                                            body[data-aos-duration="1450"] [data-aos] {
                                                transition-duration: 1.45s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="1450"],
                                            body[data-aos-delay="1450"] [data-aos] {
                                                transition-delay: 0
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="1450"].aos-animate,
                                            body[data-aos-delay="1450"] [data-aos].aos-animate {
                                                transition-delay: 1.45s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-duration="1500"],
                                            body[data-aos-duration="1500"] [data-aos] {
                                                transition-duration: 1.5s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="1500"],
                                            body[data-aos-delay="1500"] [data-aos] {
                                                transition-delay: 0
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="1500"].aos-animate,
                                            body[data-aos-delay="1500"] [data-aos].aos-animate {
                                                transition-delay: 1.5s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-duration="1550"],
                                            body[data-aos-duration="1550"] [data-aos] {
                                                transition-duration: 1.55s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="1550"],
                                            body[data-aos-delay="1550"] [data-aos] {
                                                transition-delay: 0
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="1550"].aos-animate,
                                            body[data-aos-delay="1550"] [data-aos].aos-animate {
                                                transition-delay: 1.55s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-duration="1600"],
                                            body[data-aos-duration="1600"] [data-aos] {
                                                transition-duration: 1.6s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="1600"],
                                            body[data-aos-delay="1600"] [data-aos] {
                                                transition-delay: 0
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="1600"].aos-animate,
                                            body[data-aos-delay="1600"] [data-aos].aos-animate {
                                                transition-delay: 1.6s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-duration="1650"],
                                            body[data-aos-duration="1650"] [data-aos] {
                                                transition-duration: 1.65s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="1650"],
                                            body[data-aos-delay="1650"] [data-aos] {
                                                transition-delay: 0
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="1650"].aos-animate,
                                            body[data-aos-delay="1650"] [data-aos].aos-animate {
                                                transition-delay: 1.65s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-duration="1700"],
                                            body[data-aos-duration="1700"] [data-aos] {
                                                transition-duration: 1.7s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="1700"],
                                            body[data-aos-delay="1700"] [data-aos] {
                                                transition-delay: 0
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="1700"].aos-animate,
                                            body[data-aos-delay="1700"] [data-aos].aos-animate {
                                                transition-delay: 1.7s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-duration="1750"],
                                            body[data-aos-duration="1750"] [data-aos] {
                                                transition-duration: 1.75s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="1750"],
                                            body[data-aos-delay="1750"] [data-aos] {
                                                transition-delay: 0
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="1750"].aos-animate,
                                            body[data-aos-delay="1750"] [data-aos].aos-animate {
                                                transition-delay: 1.75s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-duration="1800"],
                                            body[data-aos-duration="1800"] [data-aos] {
                                                transition-duration: 1.8s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="1800"],
                                            body[data-aos-delay="1800"] [data-aos] {
                                                transition-delay: 0
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="1800"].aos-animate,
                                            body[data-aos-delay="1800"] [data-aos].aos-animate {
                                                transition-delay: 1.8s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-duration="1850"],
                                            body[data-aos-duration="1850"] [data-aos] {
                                                transition-duration: 1.85s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="1850"],
                                            body[data-aos-delay="1850"] [data-aos] {
                                                transition-delay: 0
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="1850"].aos-animate,
                                            body[data-aos-delay="1850"] [data-aos].aos-animate {
                                                transition-delay: 1.85s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-duration="1900"],
                                            body[data-aos-duration="1900"] [data-aos] {
                                                transition-duration: 1.9s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="1900"],
                                            body[data-aos-delay="1900"] [data-aos] {
                                                transition-delay: 0
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="1900"].aos-animate,
                                            body[data-aos-delay="1900"] [data-aos].aos-animate {
                                                transition-delay: 1.9s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-duration="1950"],
                                            body[data-aos-duration="1950"] [data-aos] {
                                                transition-duration: 1.95s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="1950"],
                                            body[data-aos-delay="1950"] [data-aos] {
                                                transition-delay: 0
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="1950"].aos-animate,
                                            body[data-aos-delay="1950"] [data-aos].aos-animate {
                                                transition-delay: 1.95s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-duration="2000"],
                                            body[data-aos-duration="2000"] [data-aos] {
                                                transition-duration: 2s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="2000"],
                                            body[data-aos-delay="2000"] [data-aos] {
                                                transition-delay: 0
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="2000"].aos-animate,
                                            body[data-aos-delay="2000"] [data-aos].aos-animate {
                                                transition-delay: 2s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-duration="2050"],
                                            body[data-aos-duration="2050"] [data-aos] {
                                                transition-duration: 2.05s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="2050"],
                                            body[data-aos-delay="2050"] [data-aos] {
                                                transition-delay: 0
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="2050"].aos-animate,
                                            body[data-aos-delay="2050"] [data-aos].aos-animate {
                                                transition-delay: 2.05s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-duration="2100"],
                                            body[data-aos-duration="2100"] [data-aos] {
                                                transition-duration: 2.1s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="2100"],
                                            body[data-aos-delay="2100"] [data-aos] {
                                                transition-delay: 0
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="2100"].aos-animate,
                                            body[data-aos-delay="2100"] [data-aos].aos-animate {
                                                transition-delay: 2.1s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-duration="2150"],
                                            body[data-aos-duration="2150"] [data-aos] {
                                                transition-duration: 2.15s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="2150"],
                                            body[data-aos-delay="2150"] [data-aos] {
                                                transition-delay: 0
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="2150"].aos-animate,
                                            body[data-aos-delay="2150"] [data-aos].aos-animate {
                                                transition-delay: 2.15s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-duration="2200"],
                                            body[data-aos-duration="2200"] [data-aos] {
                                                transition-duration: 2.2s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="2200"],
                                            body[data-aos-delay="2200"] [data-aos] {
                                                transition-delay: 0
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="2200"].aos-animate,
                                            body[data-aos-delay="2200"] [data-aos].aos-animate {
                                                transition-delay: 2.2s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-duration="2250"],
                                            body[data-aos-duration="2250"] [data-aos] {
                                                transition-duration: 2.25s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="2250"],
                                            body[data-aos-delay="2250"] [data-aos] {
                                                transition-delay: 0
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="2250"].aos-animate,
                                            body[data-aos-delay="2250"] [data-aos].aos-animate {
                                                transition-delay: 2.25s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-duration="2300"],
                                            body[data-aos-duration="2300"] [data-aos] {
                                                transition-duration: 2.3s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="2300"],
                                            body[data-aos-delay="2300"] [data-aos] {
                                                transition-delay: 0
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="2300"].aos-animate,
                                            body[data-aos-delay="2300"] [data-aos].aos-animate {
                                                transition-delay: 2.3s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-duration="2350"],
                                            body[data-aos-duration="2350"] [data-aos] {
                                                transition-duration: 2.35s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="2350"],
                                            body[data-aos-delay="2350"] [data-aos] {
                                                transition-delay: 0
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="2350"].aos-animate,
                                            body[data-aos-delay="2350"] [data-aos].aos-animate {
                                                transition-delay: 2.35s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-duration="2400"],
                                            body[data-aos-duration="2400"] [data-aos] {
                                                transition-duration: 2.4s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="2400"],
                                            body[data-aos-delay="2400"] [data-aos] {
                                                transition-delay: 0
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="2400"].aos-animate,
                                            body[data-aos-delay="2400"] [data-aos].aos-animate {
                                                transition-delay: 2.4s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-duration="2450"],
                                            body[data-aos-duration="2450"] [data-aos] {
                                                transition-duration: 2.45s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="2450"],
                                            body[data-aos-delay="2450"] [data-aos] {
                                                transition-delay: 0
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="2450"].aos-animate,
                                            body[data-aos-delay="2450"] [data-aos].aos-animate {
                                                transition-delay: 2.45s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-duration="2500"],
                                            body[data-aos-duration="2500"] [data-aos] {
                                                transition-duration: 2.5s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="2500"],
                                            body[data-aos-delay="2500"] [data-aos] {
                                                transition-delay: 0
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="2500"].aos-animate,
                                            body[data-aos-delay="2500"] [data-aos].aos-animate {
                                                transition-delay: 2.5s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-duration="2550"],
                                            body[data-aos-duration="2550"] [data-aos] {
                                                transition-duration: 2.55s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="2550"],
                                            body[data-aos-delay="2550"] [data-aos] {
                                                transition-delay: 0
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="2550"].aos-animate,
                                            body[data-aos-delay="2550"] [data-aos].aos-animate {
                                                transition-delay: 2.55s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-duration="2600"],
                                            body[data-aos-duration="2600"] [data-aos] {
                                                transition-duration: 2.6s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="2600"],
                                            body[data-aos-delay="2600"] [data-aos] {
                                                transition-delay: 0
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="2600"].aos-animate,
                                            body[data-aos-delay="2600"] [data-aos].aos-animate {
                                                transition-delay: 2.6s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-duration="2650"],
                                            body[data-aos-duration="2650"] [data-aos] {
                                                transition-duration: 2.65s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="2650"],
                                            body[data-aos-delay="2650"] [data-aos] {
                                                transition-delay: 0
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="2650"].aos-animate,
                                            body[data-aos-delay="2650"] [data-aos].aos-animate {
                                                transition-delay: 2.65s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-duration="2700"],
                                            body[data-aos-duration="2700"] [data-aos] {
                                                transition-duration: 2.7s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="2700"],
                                            body[data-aos-delay="2700"] [data-aos] {
                                                transition-delay: 0
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="2700"].aos-animate,
                                            body[data-aos-delay="2700"] [data-aos].aos-animate {
                                                transition-delay: 2.7s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-duration="2750"],
                                            body[data-aos-duration="2750"] [data-aos] {
                                                transition-duration: 2.75s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="2750"],
                                            body[data-aos-delay="2750"] [data-aos] {
                                                transition-delay: 0
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="2750"].aos-animate,
                                            body[data-aos-delay="2750"] [data-aos].aos-animate {
                                                transition-delay: 2.75s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-duration="2800"],
                                            body[data-aos-duration="2800"] [data-aos] {
                                                transition-duration: 2.8s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="2800"],
                                            body[data-aos-delay="2800"] [data-aos] {
                                                transition-delay: 0
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="2800"].aos-animate,
                                            body[data-aos-delay="2800"] [data-aos].aos-animate {
                                                transition-delay: 2.8s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-duration="2850"],
                                            body[data-aos-duration="2850"] [data-aos] {
                                                transition-duration: 2.85s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="2850"],
                                            body[data-aos-delay="2850"] [data-aos] {
                                                transition-delay: 0
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="2850"].aos-animate,
                                            body[data-aos-delay="2850"] [data-aos].aos-animate {
                                                transition-delay: 2.85s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-duration="2900"],
                                            body[data-aos-duration="2900"] [data-aos] {
                                                transition-duration: 2.9s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="2900"],
                                            body[data-aos-delay="2900"] [data-aos] {
                                                transition-delay: 0
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="2900"].aos-animate,
                                            body[data-aos-delay="2900"] [data-aos].aos-animate {
                                                transition-delay: 2.9s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-duration="2950"],
                                            body[data-aos-duration="2950"] [data-aos] {
                                                transition-duration: 2.95s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="2950"],
                                            body[data-aos-delay="2950"] [data-aos] {
                                                transition-delay: 0
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="2950"].aos-animate,
                                            body[data-aos-delay="2950"] [data-aos].aos-animate {
                                                transition-delay: 2.95s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-duration="3000"],
                                            body[data-aos-duration="3000"] [data-aos] {
                                                transition-duration: 3s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="3000"],
                                            body[data-aos-delay="3000"] [data-aos] {
                                                transition-delay: 0
                                            }
                                            
                                            [data-aos][data-aos][data-aos-delay="3000"].aos-animate,
                                            body[data-aos-delay="3000"] [data-aos].aos-animate {
                                                transition-delay: 3s
                                            }
                                            
                                            [data-aos][data-aos][data-aos-easing=linear],
                                            body[data-aos-easing=linear] [data-aos] {
                                                transition-timing-function: cubic-bezier(.25, .25, .75, .75)
                                            }
                                            
                                            [data-aos][data-aos][data-aos-easing=ease],
                                            body[data-aos-easing=ease] [data-aos] {
                                                transition-timing-function: ease
                                            }
                                            
                                            [data-aos][data-aos][data-aos-easing=ease-in],
                                            body[data-aos-easing=ease-in] [data-aos] {
                                                transition-timing-function: ease-in
                                            }
                                            
                                            [data-aos][data-aos][data-aos-easing=ease-out],
                                            body[data-aos-easing=ease-out] [data-aos] {
                                                transition-timing-function: ease-out
                                            }
                                            
                                            [data-aos][data-aos][data-aos-easing=ease-in-out],
                                            body[data-aos-easing=ease-in-out] [data-aos] {
                                                transition-timing-function: ease-in-out
                                            }
                                            
                                            [data-aos][data-aos][data-aos-easing=ease-in-back],
                                            body[data-aos-easing=ease-in-back] [data-aos] {
                                                transition-timing-function: cubic-bezier(.6, -.28, .735, .045)
                                            }
                                            
                                            [data-aos][data-aos][data-aos-easing=ease-out-back],
                                            body[data-aos-easing=ease-out-back] [data-aos] {
                                                transition-timing-function: cubic-bezier(.175, .885, .32, 1.275)
                                            }
                                            
                                            [data-aos][data-aos][data-aos-easing=ease-in-out-back],
                                            body[data-aos-easing=ease-in-out-back] [data-aos] {
                                                transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55)
                                            }
                                            
                                            [data-aos][data-aos][data-aos-easing=ease-in-sine],
                                            body[data-aos-easing=ease-in-sine] [data-aos] {
                                                transition-timing-function: cubic-bezier(.47, 0, .745, .715)
                                            }
                                            
                                            [data-aos][data-aos][data-aos-easing=ease-out-sine],
                                            body[data-aos-easing=ease-out-sine] [data-aos] {
                                                transition-timing-function: cubic-bezier(.39, .575, .565, 1)
                                            }
                                            
                                            [data-aos][data-aos][data-aos-easing=ease-in-out-sine],
                                            body[data-aos-easing=ease-in-out-sine] [data-aos] {
                                                transition-timing-function: cubic-bezier(.445, .05, .55, .95)
                                            }
                                            
                                            [data-aos][data-aos][data-aos-easing=ease-in-quad],
                                            body[data-aos-easing=ease-in-quad] [data-aos] {
                                                transition-timing-function: cubic-bezier(.55, .085, .68, .53)
                                            }
                                            
                                            [data-aos][data-aos][data-aos-easing=ease-out-quad],
                                            body[data-aos-easing=ease-out-quad] [data-aos] {
                                                transition-timing-function: cubic-bezier(.25, .46, .45, .94)
                                            }
                                            
                                            [data-aos][data-aos][data-aos-easing=ease-in-out-quad],
                                            body[data-aos-easing=ease-in-out-quad] [data-aos] {
                                                transition-timing-function: cubic-bezier(.455, .03, .515, .955)
                                            }
                                            
                                            [data-aos][data-aos][data-aos-easing=ease-in-cubic],
                                            body[data-aos-easing=ease-in-cubic] [data-aos] {
                                                transition-timing-function: cubic-bezier(.55, .085, .68, .53)
                                            }
                                            
                                            [data-aos][data-aos][data-aos-easing=ease-out-cubic],
                                            body[data-aos-easing=ease-out-cubic] [data-aos] {
                                                transition-timing-function: cubic-bezier(.25, .46, .45, .94)
                                            }
                                            
                                            [data-aos][data-aos][data-aos-easing=ease-in-out-cubic],
                                            body[data-aos-easing=ease-in-out-cubic] [data-aos] {
                                                transition-timing-function: cubic-bezier(.455, .03, .515, .955)
                                            }
                                            
                                            [data-aos][data-aos][data-aos-easing=ease-in-quart],
                                            body[data-aos-easing=ease-in-quart] [data-aos] {
                                                transition-timing-function: cubic-bezier(.55, .085, .68, .53)
                                            }
                                            
                                            [data-aos][data-aos][data-aos-easing=ease-out-quart],
                                            body[data-aos-easing=ease-out-quart] [data-aos] {
                                                transition-timing-function: cubic-bezier(.25, .46, .45, .94)
                                            }
                                            
                                            [data-aos][data-aos][data-aos-easing=ease-in-out-quart],
                                            body[data-aos-easing=ease-in-out-quart] [data-aos] {
                                                transition-timing-function: cubic-bezier(.455, .03, .515, .955)
                                            }
                                            
                                            [data-aos^=fade][data-aos^=fade] {
                                                opacity: 0;
                                                transition-property: opacity, transform
                                            }
                                            
                                            [data-aos^=fade][data-aos^=fade].aos-animate {
                                                opacity: 1;
                                                transform: translateZ(0)
                                            }
                                            
                                            [data-aos=fade-up] {
                                                transform: translate3d(0, 100px, 0)
                                            }
                                            
                                            [data-aos=fade-down] {
                                                transform: translate3d(0, -100px, 0)
                                            }
                                            
                                            [data-aos=fade-right] {
                                                transform: translate3d(-100px, 0, 0)
                                            }
                                            
                                            [data-aos=fade-left] {
                                                transform: translate3d(100px, 0, 0)
                                            }
                                            
                                            [data-aos=fade-up-right] {
                                                transform: translate3d(-100px, 100px, 0)
                                            }
                                            
                                            [data-aos=fade-up-left] {
                                                transform: translate3d(100px, 100px, 0)
                                            }
                                            
                                            [data-aos=fade-down-right] {
                                                transform: translate3d(-100px, -100px, 0)
                                            }
                                            
                                            [data-aos=fade-down-left] {
                                                transform: translate3d(100px, -100px, 0)
                                            }
                                            
                                            [data-aos^=zoom][data-aos^=zoom] {
                                                opacity: 0;
                                                transition-property: opacity, transform
                                            }
                                            
                                            [data-aos^=zoom][data-aos^=zoom].aos-animate {
                                                opacity: 1;
                                                transform: translateZ(0) scale(1)
                                            }
                                            
                                            [data-aos=zoom-in] {
                                                transform: scale(.6)
                                            }
                                            
                                            [data-aos=zoom-in-up] {
                                                transform: translate3d(0, 100px, 0) scale(.6)
                                            }
                                            
                                            [data-aos=zoom-in-down] {
                                                transform: translate3d(0, -100px, 0) scale(.6)
                                            }
                                            
                                            [data-aos=zoom-in-right] {
                                                transform: translate3d(-100px, 0, 0) scale(.6)
                                            }
                                            
                                            [data-aos=zoom-in-left] {
                                                transform: translate3d(100px, 0, 0) scale(.6)
                                            }
                                            
                                            [data-aos=zoom-out] {
                                                transform: scale(1.2)
                                            }
                                            
                                            [data-aos=zoom-out-up] {
                                                transform: translate3d(0, 100px, 0) scale(1.2)
                                            }
                                            
                                            [data-aos=zoom-out-down] {
                                                transform: translate3d(0, -100px, 0) scale(1.2)
                                            }
                                            
                                            [data-aos=zoom-out-right] {
                                                transform: translate3d(-100px, 0, 0) scale(1.2)
                                            }
                                            
                                            [data-aos=zoom-out-left] {
                                                transform: translate3d(100px, 0, 0) scale(1.2)
                                            }
                                            
                                            [data-aos^=slide][data-aos^=slide] {
                                                transition-property: transform
                                            }
                                            
                                            [data-aos^=slide][data-aos^=slide].aos-animate {
                                                transform: translateZ(0)
                                            }
                                            
                                            [data-aos=slide-up] {
                                                transform: translate3d(0, 100%, 0)
                                            }
                                            
                                            [data-aos=slide-down] {
                                                transform: translate3d(0, -100%, 0)
                                            }
                                            
                                            [data-aos=slide-right] {
                                                transform: translate3d(-100%, 0, 0)
                                            }
                                            
                                            [data-aos=slide-left] {
                                                transform: translate3d(100%, 0, 0)
                                            }
                                            
                                            [data-aos^=flip][data-aos^=flip] {
                                                backface-visibility: hidden;
                                                transition-property: transform
                                            }
                                            
                                            [data-aos=flip-left] {
                                                transform: perspective(2500px) rotateY(-100deg)
                                            }
                                            
                                            [data-aos=flip-left].aos-animate {
                                                transform: perspective(2500px) rotateY(0)
                                            }
                                            
                                            [data-aos=flip-right] {
                                                transform: perspective(2500px) rotateY(100deg)
                                            }
                                            
                                            [data-aos=flip-right].aos-animate {
                                                transform: perspective(2500px) rotateY(0)
                                            }
                                            
                                            [data-aos=flip-up] {
                                                transform: perspective(2500px) rotateX(-100deg)
                                            }
                                            
                                            [data-aos=flip-up].aos-animate {
                                                transform: perspective(2500px) rotateX(0)
                                            }
                                            
                                            [data-aos=flip-down] {
                                                transform: perspective(2500px) rotateX(100deg)
                                            }
                                            
                                            [data-aos=flip-down].aos-animate {
                                                transform: perspective(2500px) rotateX(0)
                                            }
                                            /* end aos.css */
                                            
                                            .middle-tem-insidel {
                                                background: #ffffff;
                                                height: 820px;
                                            }
                                            
                                            .middle-tem-insidel img {
                                                position: absolute;
                                                display: block;
                                            }
                                            
                                            .middle-tem-insidel .section_image1 {
                                                left: 49%;
                                                width: 10%;
                                                top: 315px;
                                                z-index: 0;
                                            }
                                            
                                            .middle-tem-insidel .section_image2 {
                                                left: 62%;
                                                top: 315px;
                                                width: 10%;
                                                z-index: 8;
                                            }
                                            
                                            .middle-tem-insidel .section_image3 {
                                                left: 75%;
                                                top: 315px;
                                                width: 10%;
                                            }
                                            
                                            .middle-tem-insidel .section_image4 {
                                                left: 49%;
                                                /* margin-left: -13%; */
                                                width: 10%;
                                                top: 445px;
                                                z-index: 0;
                                            }
                                            
                                            .middle-tem-insidel .section_image5 {
                                                left: 62%;
                                                top: 445px;
                                                width: 10%;
                                                z-index: 8;
                                            }
                                            
                                            .middle-tem-insidel .section_image6 {
                                                left: 75%;
                                                top: 445px;
                                                width: 10%;
                                            }
                                            
                                            .middle-tem-insidel .section_image7 {
                                                left: 19%;
                                                top: 75px;
                                                width: 65%;
                                                z-index: 8;
                                            }
                                            
                                            .middle-tem-insidel .section_image8 {
                                                left: 15%;
                                                top: 460px;
                                                width: 75%;
                                                z-index: 10;
                                            }
                                            
                                            .portfolio-flyer img {
                                               
                                                display: block;
                                            }
                                            
                                            .portfolio-flyer .section_image1 {
                                                left: 15%;
                                                top: 75px;
                                                z-index: 0;
                                            }
                                            
                                            .portfolio-flyer .section_image2 {
                                                top: 140px;
                                                width: 1200px;
                                                z-index: 8;
                                                position: relative;
                                            }
                                            
                                            h3.tittle {
                                                font-size: 2.3em;
                                                letter-spacing: 1px;
                                                color: #292a2b;
                                                font-weight: 700
                                            }
                                            
                                            .sub-tittle {
                                                font-size: 0.4em;
                                                color: #FC427B;
                                                font-weight: 700;
                                                letter-spacing: 2px;
                                                display: block;
                                            }
                                            
                                            .feature-grids h3 {
                                                font-size: 1.1em;
                                                color: #000;
                                                letter-spacing: 1px;
                                                margin-top: 0em;
                                                text-transform: uppercase;
                                            }
                                            
                                            .feature-grids p {
                                                margin: 0;
                                                color: #666;
                                                line-height: 28px;
                                                letter-spacing: .5px;
                                            }
                                            
                                            .feature-grids span {
                                                font-size: 2em;
                                                margin-right: 0.2em;
                                                vertical-align: middle;
                                            }
                                            
                                            .bottom-gd,
                                            .bottom-gd2-active {
                                                background: #f8f9fa;
                                                transition: 2s all;
                                                -webkit-transition: 2s all;
                                                -moz-transition: 2s all;
                                                -ms-transition: 2s all;
                                                -o-transition: 2s all;
                                                box-shadow: 7px 7px 10px 0 rgba(76, 110, 245, .1);
                                            }
                                            
                                            .bottom-gd:hover,
                                            .bottom-gd2-active {
                                                background: #1963eb !important;
                                                transition: 2s all;
                                                -webkit-transition: 2s all;
                                                -moz-transition: 2s all;
                                                -ms-transition: 2s all;
                                                -o-transition: 2s all;
                                            }
                                            
                                            .bottom-gd:hover.f1 i,
                                            .bottom-gd2-active span {
                                                color: #fff;
                                            }
                                            
                                            .bottom-gd:hover.bottom-gd p,
                                            .bottom-gd2-active p {
                                                color: #fff;
                                            }
                                            
                                            .bottom-gd:hover h3,
                                            .bottom-gd2-active h3 {
                                                color: #fff;
                                            }
                                            /*-- //features --*/
                                            /* services */
                                            
                                            .serv_bottom {
                                                position: relative;
                                            }
                                            
                                            .featured-left {
                                                position: absolute;
                                                z-index: 9;
                                                right: -4%;
                                                top: 6%;
                                            }
                                            
                                            .fea span {
                                                color: #1963eb;
                                                font-size: 3em;
                                            }
                                            
                                            .fea:hover span,
                                            .fea.active span {
                                                color: #fff;
                                            }
                                            
                                            .fea {
                                                background: #f3f5f9;
                                            }
                                            
                                            .fea h3 {
                                                font-size: 1.2em;
                                            }
                                            
                                            .fea.active {
                                                background: #1963eb;
                                            }
                                            
                                            .fea.active p,
                                            .fea.active h3 {
                                                color: #fff;
                                            }
                                            
                                            .fetured-sec img {
                                                box-shadow: 14px 14px 50px -20px rgba(0, 0, 0, .1);
                                            }
                                            /* //services */
                                            /*--/counter--*/
                                            
                                            .stats {
                                                background: #f7f7f7;
                                                padding: 4em 0;
                                            }
                                            
                                            .counter {
                                                background: none;
                                                padding: 20px 0;
                                                border-radius: 0;
                                                color: #fff;
                                            }
                                            
                                            .count-title {
                                                font-size: 3em;
                                                margin-top: 10px;
                                                margin-bottom: 0;
                                                text-align: center;
                                                font-weight: 600;
                                                color: #1963eb;
                                            }
                                            
                                            .count-text {
                                                font-size: 13px;
                                                margin-top: 10px;
                                                margin-bottom: 0;
                                                text-align: center;
                                                color: #333435;
                                                font-weight: 600;
                                            }
                                            
                                            .fa-2x {
                                                margin: 0 auto;
                                                float: none;
                                                display: table;
                                                color: #4ad1e5;
                                            }
                                            /*--//counter--*/
                                            /*--/team--*/
                                            
                                            .team-gd {
                                                padding: 2em 2em;
                                                background-color: #fff;
                                                border: 1px solid #ddd;
                                            }
                                            
                                            .team-info h3 {
                                                font-size: 1.2em;
                                                font-weight: 700;
                                                color: #262631;
                                                margin-bottom: 0.8em;
                                                text-transform: uppercase;
                                            }
                                            
                                            .sub-tittle-team {
                                                font-size: 0.6em;
                                                color: #1963eb;
                                                font-weight: 700;
                                                letter-spacing: 2px;
                                                display: block;
                                            }
                                            
                                            ul.team-icons li {
                                                list-style: none;
                                                display: inline-block;
                                                margin-right: 1em;
                                            }
                                            
                                            ul.team-icons li a span {
                                                color: #333;
                                                text-decoration: none;
                                                font-size: 18px;
                                            }
                                            
                                            ul.team-icons li a {
                                                color: #333;
                                                font-size: 18px;
                                            }
                                            
                                            .rsvp img {
                                                background: #eaebec;
                                                padding: 0.7em;
                                            }
                                            
                                            ul.team-icons.new-inf li a,
                                            ul.team-icons.new-inf li span {
                                                font-size: 15px;
                                                color: #666;
                                            }
                                            
                                            ul.team-icons.new-inf li {
                                                color: #666;
                                                font-size: 15px;
                                            }
                                            
                                            .team-gd {
                                                padding: 3em 2em;
                                                background: #f8f9fa;
                                                transition: 2s all;
                                                -webkit-transition: 2s all;
                                                -moz-transition: 2s all;
                                                -ms-transition: 2s all;
                                                -o-transition: 2s all;
                                                box-shadow: 7px 7px 10px 0 rgba(76, 110, 245, .1);
                                                border: transparent;
                                            }
                                            
                                            .team-gd.second {
                                                border-left: 1px solid #e4e6e6;
                                                border-right: 1px solid #e4e6e6;
                                            }
                                            
                                            .team-gd img {
                                                box-shadow: 0 20px 40px -10px rgba(0, 0, 0, .3);
                                            }
                                            /*--//team--*/
                                            /* middle section */
                                            
                                            .progress {
                                                height: 0.5rem;
                                                background-color: rgba(162, 163, 167, 0.49);
                                            }
                                            
                                            .right-side-img-tem-inside {
                                                float: left;
                                                width: 60%;
                                                background: url(../images/img3.jpg) no-repeat center;
                                                background-size: cover;
                                                -webkit-background-size: cover;
                                                -moz-background-size: cover;
                                                -o-background-size: cover;
                                                -ms-background-size: cover;
                                                min-height: 30vw;
                                            }
                                            
                                            section.hand-crafted {
                                                background: #262631;
                                            }
                                            
                                            h4.progress-tittle {
                                                font-size: 0.9em;
                                                text-transform: uppercase;
                                                margin-bottom: 0.5em;
                                            }
                                            
                                            .left-build-main-temps {
                                                padding: 0 4em;
                                                float: right;
                                                width: 40%;
                                            }
                                            /* testimonials */
                                            
                                            .testimonials {
                                                background: #f5f5f5;
                                            }
                                            
                                            .testimonials {
                                                box-shadow: 0px 0px 18.69px 2.31px rgba(204, 204, 223, 0.5);
                                            }
                                            
                                            p.sub-test {
                                                color: #262631;
                                                font-size: 17px;
                                                font-style: italic;
                                                font-weight: 700;
                                                font-family: 'Playfair Display', serif;
                                            }
                                            
                                            p.sub-test i {
                                                color: #105ae4;
                                                font-size: 1.7em;
                                                margin-right: 0.3em;
                                            }
                                            
                                            .testi_grid h5 {
                                                color: #1963eb;
                                                letter-spacing: 1px;
                                                font-size: 1em;
                                                text-transform: uppercase;
                                            }
                                            
                                            .testi_grid p {
                                                font-size: 13px;
                                                line-height: 0.5em;
                                            }
                                            
                                            .carousel-indicators li {
                                                width: 5px;
                                                height: 5px;
                                                background-color: #a3a7ab;
                                                border-radius: 50%;
                                                cursor: pointer;
                                                margin: 0 5px;
                                                border: 3px solid transparent;
                                            }
                                            
                                            .carousel-indicators .active {
                                                background-color: #0d57e0;
                                            }
                                            
                                            .carousel-indicators {
                                                position: absolute;
                                                right: 0;
                                                bottom: -12px;
                                            }
                                            
                                            section.hand-crafted p {
                                                color: #818192;
                                            }
                                            /* //testimonials */
                                            /*--/--*/
                                            
                                            .ab-info-grids p {
                                                text-align: justify;
                                            }
                                            
                                            .ab-info h4 {
                                                font-size: 2.5em;
                                                font-weight: 700;
                                                letter-spacing: 1px;
                                                text-transform: uppercase;
                                                color: #292a2b;
                                            }
                                            /*----*/
                                            
                                            section.subscribe-main {
                                                background-image: linear-gradient(to left bottom, #0652dd, #0d58e2, #145de7, #1963eb, #1e68f0);
                                            }
                                            /*--/blog--*/
                                            
                                            h6.date {
                                                font-size: 0.9em;
                                                font-weight: 400;
                                                color: #888;
                                                margin: 1em 0;
                                            }
                                            
                                            h6.date span {
                                                margin-right: 2em;
                                            }
                                            
                                            ul.blog_list li a {
                                                font-weight: 400;
                                                font-size: 0.9em;
                                                letter-spacing: 1px;
                                                color: #515252;
                                            }
                                            
                                            ul.blog_list li a:hover {
                                                color: #2c2d2d;
                                            }
                                            
                                            ul.pagination li a {
                                                color: #555;
                                            }
                                            
                                            ul.pagination {
                                                margin-top: 2em;
                                            }
                                            /*-single-*/
                                            
                                            .single-gd {
                                                padding: 2em 2em;
                                                border: 3px solid #f5f5f5;
                                                background-color: #f5f5f5;
                                                margin-bottom: 1em;
                                            }
                                            
                                            .single-gd h4 {
                                                font-size: 1.2em;
                                                color: #0e0f10;
                                                margin-bottom: 20px;
                                                letter-spacing: 1px;
                                            }
                                            
                                            h5.mt-0 {
                                                color: #555;
                                                font-size: 1em;
                                                margin-bottom: 15px;
                                                letter-spacing: 1px;
                                            }
                                            
                                            .progress {
                                                font-size: 0.75em;
                                                line-height: 8em;
                                                text-align: center;
                                                background-color: #d6d9da;
                                                border-radius: 0.25rem;
                                                margin-bottom: 1em;
                                            }
                                            
                                            .card-body {
                                                padding: 12px;
                                            }
                                            
                                            .card-header {
                                                padding: 0;
                                                color: #0e0f10;
                                            }
                                            
                                            .card-header button.btn.btn-link {
                                                color: #00c389;
                                                font-weight: 600;
                                            }
                                            
                                            .single-gd form input {
                                                width: 100%;
                                            }
                                            
                                            .single-gd img {
                                                width: 100%;
                                                margin-bottom: 1em;
                                            }
                                            
                                            .single-gd form input[type="email"] {
                                                outline: none;
                                                padding: 12px 15px;
                                                font-size: 13px;
                                                color: #777;
                                                background: #ffffff;
                                                letter-spacing: 2px;
                                                border: none;
                                                border: 1px solid #ddd;
                                                margin: 0;
                                                border-radius: 0;
                                            }
                                            
                                            .single-gd form input[type="submit"] {
                                                background: #4f5665;
                                                padding: .8em 1em;
                                                color: #fff;
                                                font-size: 15px;
                                                font-weight: 700;
                                                display: block;
                                                outline: none;
                                                border: none;
                                                cursor: pointer;
                                                letter-spacing: 1px;
                                                margin-top: 1em;
                                            }
                                            
                                            .single-gd form input[type="submit"]:hover {
                                                background: #105ae4;
                                            }
                                            
                                            .media-body p {
                                                color: #777;
                                                font-size: 0.875em;
                                                line-height: 1.9em;
                                                margin-bottom: 3em;
                                            }
                                            
                                            .comment h3,
                                            .comment-top h4 {
                                                color: #555555323;
                                                font-size: 1.3em;
                                                text-align: left;
                                                padding: 0 0 0.5em;
                                                font-weight: 600;
                                                letter-spacing: 1px;
                                                text-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
                                                margin-bottom: 1em;
                                            }
                                            
                                            .media img {
                                                margin-right: 15px;
                                            }
                                            
                                            .comment-top {
                                                margin-top: 2em;
                                            }
                                            
                                            .blog-grid-right {
                                                float: left;
                                                width: 60%;
                                                margin-left: 0.5em;
                                            }
                                            
                                            .blog-grid-left {
                                                float: left;
                                                width: 36%;
                                            }
                                            
                                            .blog-grid-right h5 {
                                                font-size: 0.95em;
                                                line-height: 1.4em;
                                                font-weight: 600;
                                            }
                                            
                                            .blog-grid-right h5 a {
                                                color: #444;
                                                font-size: 0.85em;
                                            }
                                            
                                            .tech-btm img {
                                                background: #fff;
                                                padding: 6px;
                                            }
                                            /* //blog responsive code */
                                            
                                            @media screen and (max-width: 1080px) {
                                                .blog_info p {
                                                    line-height: 1.5;
                                                    letter-spacing: 0.3px;
                                                }
                                                .blog_info {
                                                    min-height: 275px;
                                                    padding: 1em 2em;
                                                }
                                                .blog_info.blog-right {
                                                    min-height: 305px;
                                                    width: 100%;
                                                }
                                            }
                                            
                                            @media screen and (max-width: 1050px) {
                                                .blog_info.blog-right {
                                                    min-height: 297px;
                                                }
                                                .blog-x.br-mar {
                                                    margin-top: 1.2em;
                                                }
                                                .blog_info.blog-right {
                                                    min-height: 370px;
                                                }
                                                .blog_info.blog-right {
                                                    min-height: 370px;
                                                    width: 100%;
                                                }
                                                .blog_info.blog-right.two {
                                                    min-height: 369px;
                                                }
                                                .single-gd h4 {
                                                    font-size: 1em;
                                                }
                                            }
                                            
                                            @media screen and (max-width: 1024px) {
                                                .blog_info.blog-right {
                                                    min-height: 372px;
                                                }
                                                .blog_info.blog-right.two {
                                                    min-height: 373px;
                                                }
                                            }
                                            
                                            @media screen and (max-width: 991px) {
                                                .blog_info {
                                                    min-height: auto;
                                                    padding: 2em 2em;
                                                }
                                                .blog_info.blog-right {
                                                    min-height: auto;
                                                }
                                                .blog-side.blog-top-right {
                                                    padding-right: 0;
                                                    margin-top: 1em;
                                                }
                                                .blog_info.blog-right.two {
                                                    min-height: auto;
                                                }
                                                .single-gd h4 {
                                                    font-size: 1em;
                                                }
                                                .single-left {
                                                    margin-top: 2em;
                                                }
                                                .blog-sec .card:nth-child(2) {
                                                    margin: 1.5em 0;
                                                }
                                            }
                                            
                                            @media screen and (max-width: 667px) {
                                                .row {
                                                    margin-right: 5px;
                                                    margin-left: 5px;
                                                }
                                                .blog-side.blog-top-right {
                                                    padding-right: 0;
                                                    margin-top: 1em;
                                                    padding: 0;
                                                }
                                                .blog-sp {
                                                    padding: 0;
                                                }
                                                .mt-3 {
                                                    margin-top: 1em !important;
                                                    display: block;
                                                }
                                                .single-left {
                                                    margin-top: 2em;
                                                    padding: 0;
                                                }
                                            }
                                            
                                            @media screen and (max-width: 640px) {
                                                .blog-sp {
                                                    padding: 0;
                                                }
                                            }
                                            
                                            @media screen and (max-width: 600px) {
                                                .comment-top input[type="submit"] {
                                                    width: 40%;
                                                }
                                            }
                                            
                                            @media screen and (max-width: 568px) {}
                                            
                                            @media screen and (max-width: 480px) {}
                                            
                                            @media screen and (max-width: 414px) {
                                                .comment-top input[type="submit"] {
                                                    width: 45%;
                                                }
                                            }
                                            
                                            @media screen and (max-width: 384px) {}
                                            
                                            @media screen and (max-width: 375px) {}
                                            
                                            @media screen and (max-width: 320px) {}
                                            /* //blog responsive code */
                                            /*--//blog--*/
                                            
                                            .sign-info {
                                                padding: 3em 3em;
                                                border: 2px solid rgba(182, 201, 236, 0.08);
                                            }
                                            
                                            .sign-info h3 {
                                                font-size: 1.5em;
                                                letter-spacing: 1px;
                                                Color: #fff;
                                                text-align: center;
                                            }
                                            
                                            .sign-info label {
                                                font-weight: 600;
                                                letter-spacing: 1px;
                                                color: #fff;
                                                font-size: 0.9em;
                                                margin-bottom: 0;
                                            }
                                            
                                            label.anim span,
                                            label.anim a {
                                                color: #333;
                                                font-size: 15px;
                                                display: inline;
                                                letter-spacing: .5px;
                                                text-transform: capitalize;
                                                float: left;
                                                font-weight: 400;
                                            }
                                            
                                            .sign-info a {
                                                color: #fff;
                                            }
                                            
                                            p.para-sign {
                                                color: #8eace4;
                                            }
                                            
                                            .sign-info input[type="text"],
                                            .sign-info input[type="email"],
                                            .sign-info input[type="password"] {
                                                outline: none;
                                                font-size: 15px;
                                                border: none;
                                                border: 2px solid rgba(255, 255, 255, 0.2);
                                                background: transparent;
                                                width: 100%;
                                                box-sizing: border-box;
                                                color: #fff;
                                                padding: 15px 20px;
                                                letter-spacing: 1px;
                                                border-radius: 5px;
                                                -webkit-border-radius: 5px;
                                                -moz-border-radius: 5px;
                                                -ms-border-radius: 5px;
                                                -o-border-radius: 5px;
                                            }
                                            
                                            .sign-info input[type="text"],
                                            .sign-info input[type="email"],
                                            .sign-info input[type="password"] {}
                                            
                                            .sign-info input[type="submit"] {
                                                color: #0d58e2;
                                                background: #fff;
                                                border: none;
                                                width: 100%;
                                                padding: .7em 0em;
                                                outline: none;
                                                font-size: 17px;
                                                cursor: pointer;
                                                letter-spacing: 1px;
                                                text-transform: capitalize;
                                                transition: 0.5s all;
                                                -webkit-transition: 0.5s all;
                                                -o-transition: 0.5s all;
                                                -moz-transition: 0.5s all;
                                                -ms-transition: 0.5s all;
                                                margin-top: 2em;
                                                box-shadow: 0 12px 60px rgba(0, 0, 0, .2);
                                                -webkit-box-shadow: 0 12px 60px rgba(0, 0, 0, .2);
                                                -o-box-shadow: 0 12px 60px rgba(0, 0, 0, .2);
                                                -moz-box-shadow: 0 12px 60px rgba(0, 0, 0, .2);
                                                -ms-box-shadow: 0 12px 60px rgba(0, 0, 0, .2);
                                                border-radius: 25px;
                                            }
                                            
                                            .sign-info input[type="submit"]:hover {
                                                background: #FC427B;
                                                color: #fff;
                                            }
                                            
                                            .icon1,
                                            .icon2 {
                                                position: relative;
                                                margin-top: 1.1em;
                                            }
                                            
                                            .rem-w3 {
                                                margin: 1.5em 0;
                                            }
                                            /*-- checkbox --*/
                                            
                                            .anim {
                                                position: relative;
                                                display: block;
                                                margin: 1.5em 0;
                                            }
                                            
                                            label.anim span,
                                            label.anim a {
                                                color: #fff;
                                                font-size: 15px;
                                                display: inline;
                                                letter-spacing: .5px;
                                                text-transform: capitalize;
                                                float: left;
                                            }
                                            
                                            label.anim a {
                                                display: inline-block;
                                                text-decoration: none;
                                                float: right;
                                            }
                                            
                                            input.checkbox {
                                                background: #1761ea;
                                                cursor: pointer;
                                                width: 1em;
                                                height: 1em;
                                                margin: 3px 8px 0 0 !important;
                                                float: left;
                                            }
                                            
                                            input.checkbox:before {
                                                content: "";
                                                position: absolute;
                                                width: 1em;
                                                height: 1em;
                                                background: inherit;
                                                cursor: pointer;
                                            }
                                            
                                            input.checkbox:after {
                                                content: "";
                                                transition: .4s ease-in-out;
                                                position: absolute;
                                                top: 2px;
                                                left: 0px;
                                                z-index: 1;
                                                width: 1.2em;
                                                height: 1.2em;
                                                /* margin-top: 4px; */
                                                border: 1px solid #ffffff;
                                            }
                                            
                                            input.checkbox:checked:after {
                                                transform: rotate(-45deg);
                                                height: .5rem;
                                                border-color: #fff;
                                                border-top-color: transparent;
                                                border-right-color: transparent;
                                            }
                                            
                                            .anim input.checkbox:checked:after {
                                                transform: rotate(-45deg);
                                                height: .5rem;
                                                border-color: transparent;
                                                border-right-color: transparent;
                                                animation: .4s rippling .4s ease;
                                                animation-fill-mode: forwards;
                                            }
                                            
                                            @keyframes rippling {
                                                50% {
                                                    border-left-color: #d24747;
                                                }
                                                100% {
                                                    border-bottom-color: #fff;
                                                    border-left-color: #fff;
                                                }
                                            }
                                            /*-- //checkbox --*/
                                            /*-- contact page --*/
                                            
                                            .contact-info p {
                                                margin: 0 auto;
                                                width: 84%;
                                            }
                                            
                                            .contact-form-inner {
                                                margin: 0 auto;
                                                width: 70%;
                                            }
                                            
                                            .contact-form .form-control {
                                                padding: 0.9em;
                                                color: #495057;
                                                border: 1px solid #ced4da;
                                                border-radius: 0.25rem;
                                                font-size: 0.9em;
                                                letter-spacing: 1px;
                                            }
                                            
                                            .contact-form label {
                                                font-weight: 700;
                                                letter-spacing: 1px;
                                                color: #333;
                                                font-size: 0.9em;
                                            }
                                            
                                            .contact-form textarea {
                                                overflow: auto;
                                                resize: vertical;
                                                height: 10em;
                                            }
                                            
                                            .contact-form button.btn {
                                                background: #181a1d;
                                                padding: 10px 30px;
                                                font-size: 16px;
                                                letter-spacing: 1px;
                                                color: #fff;
                                                border-radius: 5px;
                                                display: inline-block;
                                                text-transform: uppercase;
                                                font-weight: 500;
                                                transition: 0.5s all;
                                                -webkit-transition: 0.5s all;
                                                -moz-transition: 0.5s all;
                                                -o-transition: 0.5s all;
                                                -ms-transition: 0.5s all;
                                            }
                                            
                                            .contact-form button.btn:hover {
                                                background-image: linear-gradient(to left bottom, #0652dd, #0d58e2, #145de7, #1963eb, #1e68f0);
                                            }
                                            
                                            .map iframe {
                                                width: 100%;
                                                min-height: 300px;
                                                border: none;
                                                border: 4px solid #eee;
                                            }
                                            /*-- contact page --*/
                                            
                                            .newsletter-info {
                                                background-color: #fff;
                                                box-shadow: 0 20px 100px -20px rgba(0, 0, 0, .3);
                                                border-radius: 6px;
                                            }
                                            
                                            .newsletter-info input[type="email"] {
                                                padding: 1.2em 1.5em;
                                                font-size: 16px;
                                                color: #000;
                                                outline: none;
                                                letter-spacing: 2px;
                                                border: none;
                                                border: 1px solid #dad8d8;
                                                flex-basis: 100%;
                                                font-family: 'Playfair Display', serif;
                                                font-style: italic;
                                                font-weight: 700;
                                            }
                                            
                                            .newsletter-info input[type="submit"] {
                                                color: #fff;
                                                font-size: 17px;
                                                letter-spacing: 1px;
                                                padding: 14px 0;
                                                border: transparent;
                                                background: #2d2c2c;
                                                flex-basis: 30%;
                                                text-transform: uppercase;
                                                margin-left: -2em;
                                                -webkit-transition: 0.5s all;
                                                -moz-transition: 0.5s all;
                                                transition: 0.5s all;
                                                background-image: linear-gradient(to left bottom, #0652dd, #0d58e2, #145de7, #1963eb, #1e68f0);
                                                font-weight: 600;
                                                cursor: pointer;
                                            }
                                            /*--footer--*/
                                            
                                            .footer_1its {
                                                background: #858585;
                                            }
                                            
                                            .footer_1its h3,
                                            .footer_1its h2 {
                                                font-size: 1.5em;
                                                color: #eee;
                                                font-weight: 600;
                                                margin-bottom: 20px;
                                                letter-spacing: 1px;
                                            }
                                            
                                            .footer-text p,
                                            .contact-info p {
                                                color: #ffffff;
                                                font-size: 15px;
                                                line-height: 1.8em;
                                                letter-spacing: 1px;
                                            }
                                            
                                            .phone {
                                                margin-top: 20px;
                                            }
                                            
                                            .contact-info h4 {
                                                font-style: normal;
                                                font-weight: 300;
                                                font-size: 1.3em;
                                                line-height: 1.71;
                                                letter-spacing: 1px;
                                                text-transform: capitalize;
                                                color: #fff;
                                            }
                                            
                                            .copy-w3layoutsright {
                                                border-top: 1px solid #ffffff;
                                                margin-left: 15px;
                                            }
                                            
                                            .copy-w3layoutsright p {
                                                font-size: 14px;
                                                letter-spacing: 1px;
                                                text-transform: capitalize;
                                            }
                                            
                                            .copy-w3layoutsright p a {
                                                color: #ea1d5d;
                                                text-decoration: underline;
                                            }
                                            
                                            .copy-w3layoutsright p a:hover {
                                                color: #fff;
                                            }
                                            
                                            .footer p,
                                            .footer a {
                                                color: #ffffff;
                                                margin: 8px 0;
                                            }
                                            
                                            .footer a:hover {
                                                color: #fff;
                                            }
                                            
                                            .footer-grid:nth-child(2) {
                                                border-left: 1px solid #1b1b1b;
                                                border-right: 1px solid #1b1b1b;
                                            }
                                            
                                            .footer ul li.hd {
                                                color: #34bf49;
                                            }
                                            
                                            .newsletter .email {
                                                background-color: #F4F4F4;
                                                border: none;
                                            }
                                            
                                            .flickr-grid {
                                                float: left;
                                                width: 32%;
                                                margin: 0 0.1em .2em;
                                            }
                                            
                                            .flickr-grid a img {
                                                width: 100%;
                                                padding: 0.3em;
                                                border: 1px solid #ffffff;
                                            }
                                            
                                            .footer-text input[type="email"] {
                                                outline: none;
                                                padding: 12px 15px;
                                                color: #fff;
                                                font-size: 13px;
                                                width: 85%;
                                                border: none;
                                                background: none;
                                                letter-spacing: 1px;
                                            }
                                            
                                            .newsletter {
                                                position: relative;
                                                margin-top: 2em;
                                            }
                                            
                                            button.btn1 {
                                                color: #ffffff;
                                                border: none;
                                                padding: 10px 0;
                                                outline: none;
                                                text-align: center;
                                                text-decoration: none;
                                                background: none;
                                                cursor: pointer;
                                                -webkit-transition: 0.5s all;
                                                -moz-transition: 0.5s all;
                                                -o-transition: 0.5s all;
                                                -ms-transition: 0.5s all;
                                                transition: 0.5s all;
                                                float: right;
                                                width: 15%;
                                            }
                                            
                                            .footer-grid_section_1its form {
                                                border: 1px solid #ffffff;
                                                width: 100%;
                                                margin-top: 20px;
                                            }
                                            
                                            ul.social_section_1info li {
                                                display: inline-block;
                                            }
                                            
                                            ul.social_section_1info {
                                                margin-top: 20px;
                                            }
                                            
                                            ul.social_section_1info a {
                                                color: #ffffff;
                                                margin-right: 10px;
                                                font-size: 13.5px;
                                                margin-right: 2px;
                                                width: 35px;
                                                height: 35px;
                                                background: #ffffff;
                                                padding: 9px 20px;
                                                text-align: center;
                                                line-height: 35px;
                                                letter-spacing: 1px;
                                                border-radius: 25px;
                                            }
                                            
                                            ul.social_section_1info a:hover {
                                                color: #fff;
                                            }
                                            
                                            .phone p a {
                                                color: #ffffff;
                                            }
                                            
                                            .phone p a:hover {
                                                color: #fff;
                                            }
                                            
                                            ul.links li {
                                                list-style-type: none;
                                                margin: 5px 0;
                                            }
                                            
                                            ul.links li a {
                                                color: #ffffff;
                                                font-size: 14px;
                                                letter-spacing: 1px;
                                            }
                                            
                                            ul.links li a:hover {
                                                color: #fff;
                                            }
                                            
                                            .cpy-right {
                                                background: #1c1d21;
                                            }
                                            
                                            .cpy-right p,
                                            .cpy-right a {
                                                letter-spacing: 1px;
                                                color: #999;
                                                line-height: 1em;
                                                margin-top: 1em;
                                            }
                                            
                                            .cpy-right a:hover {
                                                color: #eee;
                                            }
                                            
                                            .footer-title-w3ls a {
                                                font-size: 3em;
                                                text-transform: capitalize;
                                                font-weight: 700;
                                                color: #eee;
                                            }
                                            
                                            .footer-grid_section {
                                                width: 60%;
                                                margin: auto;
                                            }
                                            
                                            li.facebook a {
                                                color: #fff;
                                                background: #3b5998;
                                            }
                                            
                                            li.twitter a {
                                                color: #fff;
                                                background: #1da1f2;
                                            }
                                            
                                            li.google a {
                                                color: #fff;
                                                background: #dd4b39;
                                            }
                                            
                                            li.linkedin a {
                                                color: #fff;
                                                background: #0077b5;
                                            }
                                            
                                            ul.social_section_1info a:hover {
                                                opacity: 0.8;
                                            }
                                            /*--//footer--*/
                                            /*-- to-top --*/
                                            
                                            #toTop {
                                                display: none;
                                                text-decoration: none;
                                                position: fixed;
                                                bottom: 20px;
                                                right: 2%;
                                                overflow: hidden;
                                                z-index: 999;
                                                width: 36px;
                                                height: 36px;
                                                border: none;
                                                text-indent: 100%;
                                                background: #0d0d0d url(../images/move_up.png) no-repeat 10px 9px;
                                            }
                                            
                                            #toTopHover {
                                                width: 40px;
                                                height: 40px;
                                                display: block;
                                                overflow: hidden;
                                                float: right;
                                                opacity: 0;
                                                -moz-opacity: 0;
                                                filter: alpha(opacity=0);
                                            }
                                            /*-- //to-top --*/
                                            
                                            @media(max-width:1366px) {
                                                .effect-w3 {
                                                    height: 460px;
                                                }
                                                h3.tittle,
                                                .ab-info h4 {
                                                    font-size: 2em;
                                                }
                                            }
                                            
                                            @media(max-width:1280px) {
                                                .right-side-img-tem-inside {
                                                    min-height: 38vw;
                                                }
                                            }
                                            
                                            @media(max-width:1080px) {
                                                .banner-w3layouts-info h2,
                                                .banner-w3layouts-info h3 {
                                                    font-size: 2.5em;
                                                }
                                                .featured-left.text-center {
                                                    right: -14%;
                                                    top: -4%;
                                                }
                                                .team-info h3 {
                                                    font-size: 1em;
                                                }
                                                .right-side-img-tem-inside {
                                                    min-height: 44vw;
                                                }
                                            }
                                            
                                            @media(max-width:1024px) {
                                                .banner-w3layouts-info {
                                                    margin-top: 0em;
                                                    padding-right: 3em;
                                                }
                                                .sign-info h3 {
                                                    font-size: 1.6em;
                                                }
                                                .footer-grid_section {
                                                    width: 80%;
                                                    margin: auto;
                                                }
                                            }
                                            
                                            @media(max-width:991px) {
                                                .banner-w3layouts-info {
                                                    margin-top: 0em;
                                                    padding-right: 0;
                                                    margin: 2em 0;
                                                }
                                                .effect-w3 {
                                                    width: 305px;
                                                    height: 385px;
                                                }
                                                section.banner-w3layouts {
                                                    padding: 7em 0 2em 0;
                                                }
                                                .navbar-light .navbar-nav .nav-link,
                                                .dropdown-item {
                                                    color: #fff;
                                                    font-size: 15px;
                                                    letter-spacing: 1px;
                                                    padding: 0px;
                                                    margin: 0.7em 0;
                                                }
                                                div#navbarSupportedContent {
                                                    padding: 1em 0;
                                                }
                                                .navbar-light .navbar-toggler {
                                                    color: #fff;
                                                    border-color: transparent;
                                                    background: #fff;
                                                    border-radius: 0;
                                                    padding: 7px 10px;
                                                }
                                                .right-side-img-tem-inside {
                                                    min-height: 29vw;
                                                }
                                                h4.progress-tittle {
                                                    font-size: 0.8em;
                                                    margin-bottom: 0.5em;
                                                }
                                                .fetured-info {
                                                    padding-top: 2em;
                                                }
                                                .featured-left {
                                                    right: 0;
                                                    top: 0;
                                                    position: static;
                                                    margin-bottom: 2em;
                                                }
                                                .team-info li.linkedin {
                                                    margin-top: 0.5em;
                                                }
                                                .team-gd {
                                                    padding: 2.5em 1em;
                                                }
                                                .dropdown-item {
                                                    color: #333;
                                                    font-size: 14px;
                                                    padding: 10px 15px;
                                                    margin: 0.5em 0;
                                                }
                                                .feature-grids {
                                                    margin-top: 2em;
                                                }
                                                .sign-info {
                                                    margin-bottom: 3em;
                                                }
                                                .contact-info p {
                                                    margin: 0 auto;
                                                    width: 90%;
                                                }
                                                .blog-sldebar-right {
                                                    margin-top: 3em;
                                                }
                                                .left-build-main-temps {
                                                    padding: 2em 3em 0 3em;
                                                    float: right;
                                                    width: 100%;
                                                }
                                                .right-side-img-tem-inside {
                                                    min-height: 43vw;
                                                    float: left;
                                                    width: 100%;
                                                }
                                                .progress {
                                                    margin-bottom: 2em;
                                                }
                                                .testimonials_grid {
                                                    margin-top: 1.5em;
                                                }
                                            }
                                            
                                            @media(max-width:900px) {
                                                .contact-info p {
                                                    margin: 0 auto;
                                                    width: 90%;
                                                }
                                                .banner-w3layouts-info {
                                                    margin-top: 0em;
                                                    padding-right: 10em;
                                                    margin: 2em 0;
                                                }
                                            }
                                            
                                            @media(max-width:768px) {
                                                .banner-w3layouts-info {
                                                    margin-top: 0em;
                                                    padding-right: 0em;
                                                    margin: 2em 0;
                                                }
                                                .effect-w3 {
                                                    width: 220px;
                                                    height: 275px;
                                                }
                                                .banner-w3layouts-info h2,
                                                .banner-w3layouts-info h3 {
                                                    font-size: 2.3em;
                                                }
                                                /*@media (max-width: 767px) {
	.banner-box .bd{ width:100% !important; padding-top:110px;}
	.logoImg {width:90%;}
	.logoImg p { padding-right:0;width:16.6%;margin:0;}
	.logoImg p img {height:150px;margin:0 auto;display:block;width:auto;}
	}*/
                                                @media(max-width:736px) {
                                                    .team-gd.second {
                                                        border-left: 1px solid transparent;
                                                        border-right: 1px solid transparent;
                                                        margin: 2em 0;
                                                    }
                                                    .contact-form-inner {
                                                        margin: 0 auto;
                                                        width: 90%;
                                                    }
                                                    .map {
                                                        margin-top: 1em;
                                                    }
                                                    .footer-grid_section {
                                                        width: 100%;
                                                        margin: auto;
                                                    }
                                                    .footer-title-w3ls a {
                                                        font-size: 2.3em;
                                                    }
                                                    .inner-tittle {
                                                        padding-top: 1em;
                                                    }
                                                }
                                                @media(max-width:667px) {
                                                    .banner-w3layouts-info h2,
                                                    .banner-w3layouts-info h3 {
                                                        font-size: 2em;
                                                    }
                                                    h3.tittle,
                                                    .ab-info h4 {
                                                        font-size: 1.8em;
                                                    }
                                                    .fea h3 {
                                                        font-size: 1.1em;
                                                    }
                                                }
                                                @media(max-width:640px) {
                                                    .feature-grids h3 {
                                                        font-size: 1em;
                                                    }
                                                    .fea h3 {
                                                        font-size: 1em;
                                                    }
                                                }
                                                @media(max-width:600px) {
                                                    .contact-form-inner {
                                                        margin: 0 auto;
                                                        width: 100%;
                                                    }
                                                    h3.tittle {
                                                        font-size: 1.6em;
                                                    }
                                                }
                                                @media(max-width:568px) {}
                                                @media(max-width:480px) {
                                                    .effect-w3 {
                                                        width: 140px;
                                                        height: 170px;
                                                    }
                                                    .banner-w3layouts-info {
                                                        margin-top: 0em;
                                                        padding-right: 15px;
                                                        margin: 1em 0 2em 0;
                                                    }
                                                    .count-title {
                                                        font-size: 2.5em;
                                                    }
                                                    .effect-w3 img:nth-child(1) {
                                                        transform: translate(30px, -30px);
                                                        opacity: .4;
                                                    }
                                                    .effect-w3 img:nth-child(2) {
                                                        transform: translate(60px, -60px);
                                                        opacity: .6;
                                                    }
                                                    .effect-w3 img:nth-child(3) {
                                                        transform: translate(90px, -90px);
                                                        opacity: .8;
                                                    }
                                                    .effect-w3 img:nth-child(4) {
                                                        transform: translate(120px, -120px);
                                                        opacity: 1;
                                                    }
                                                }
                                                @media(max-width:414px) {
                                                    h3.tittle {
                                                        font-size: 1.4em;
                                                    }
                                                    .bottom-gd.fea {
                                                        padding: 2em !important;
                                                    }
                                                    .footer-text p,
                                                    .contact-info p {
                                                        font-size: 14px;
                                                    }
                                                }
                                                @media(max-width:384px) {
                                                    .effect-w3 {
                                                        width: 95px;
                                                        height: 110px;
                                                    }
                                                    .effect-w3 img:nth-child(1) {
                                                        transform: translate(20px, -20px);
                                                        opacity: .4;
                                                    }
                                                    .effect-w3 img:nth-child(2) {
                                                        transform: translate(40px, -40px);
                                                        opacity: .6;
                                                    }
                                                    .effect-w3 img:nth-child(3) {
                                                        transform: translate(60px, -60px);
                                                        opacity: .8;
                                                    }
                                                    .effect-w3 img:nth-child(4) {
                                                        transform: translate(80px, -80px);
                                                        opacity: 1;
                                                    }
                                                    .banner-w3layouts-info {
                                                        margin-top: 0em;
                                                        padding-right: 15px;
                                                        margin: 0em 0 0em 0;
                                                    }
                                                    .banner-w3layouts-info h2,
                                                    .banner-w3layouts-info h3 {
                                                        font-size: 1.8em;
                                                    }
                                                }
                                                @media(max-width:375px) {
                                                    .banner-w3layouts-info h2,
                                                    .banner-w3layouts-info h3 {
                                                        font-size: 1.6em;
                                                    }
                                                }
                                                @media(max-width:320px) {}