.load {
    background: #161616;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
}

.load .loadingtext {
    text-align: center;
    text-transform: uppercase;
    font-family: 'Nunito', sans-serif;
    font-size: 4vh;
    color: transparent;
    letter-spacing: .3vh;
    padding-top: 44vh;
}

.load .loadingtext span {
    text-shadow: 0 0 2px rgba(22, 22, 22, 0.9), 0 15px 25px rgba(0, 0, 0, 0.3), 0 -2px 3px rgba(0, 0, 0, 0.1), 0 -5px 10px rgba(22, 22, 22, 0.5), 0 5px 10px rgba(0, 0, 0, 0.3), 0 3px 4px rgba(22, 22, 22, 0.2), 0 0 20px rgba(22, 22, 22, 0.45);
    -webkit-animation: letters 0.85s ease-in-out infinite alternate;
    -moz-animation: letters 0.85s ease-in-out infinite alternate;
    -ms-animation: letters 0.85s ease-in-out infinite alternate;
    animation: letters 0.85s ease-in-out infinite alternate;
    -webkit-animation-delay: 0;
    -moz-animation-delay: 0;
    -o-animation-delay: 0;
    animation-delay: 0;
}

.load .loadingtext span:nth-child(2) {
    -webkit-animation-delay: 0.15s;
    -moz-animation-delay: 0.15s;
    -o-animation-delay: 0.15s;
    animation-delay: 0.15s;
}

.load .loadingtext span:nth-child(3) {
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    -o-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.load .loadingtext span:nth-child(4) {
    -webkit-animation-delay: 0.45s;
    -moz-animation-delay: 0.45s;
    -o-animation-delay: 0.45s;
    animation-delay: 0.45s;
}

.load .loadingtext span:nth-child(5) {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.load .loadingtext span:nth-child(6) {
    -webkit-animation-delay: 0.75s;
    -moz-animation-delay: 0.75s;
    -o-animation-delay: 0.75s;
    animation-delay: 0.75s;
}

.load .loadingtext span:nth-child(7) {
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

@keyframes letters {
    to {
        text-shadow: 0 0 2px rgba(204, 208, 212, 0.2), 0 0 3px rgba(0, 0, 0, 0.02), 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(255, 255, 255, 0), 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(255, 255, 255, 0), 0 0 0 rgba(255, 255, 255, 0);
    }
}

@-moz-keyframes letters {
    to {
        text-shadow: 0 0 2px rgba(204, 208, 212, 0.2), 0 0 3px rgba(0, 0, 0, 0.02), 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(255, 255, 255, 0), 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(255, 255, 255, 0), 0 0 0 rgba(255, 255, 255, 0);
    }
}

@-webkit-keyframes letters {
    to {
        text-shadow: 0 0 2px rgba(22, 22, 22, 0.2), 0 0 3px rgba(0, 0, 0, 0.02), 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
    }
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 0 40px;
    height: 65px;
    z-index: 9;
    transition: all .7s ease;
    -moz-transition: all .7s ease;
    -webkit-transition: all .7s ease;
    -o-transition: all .7s ease;
}

header.header_bg {
    background: rgba(0, 0, 0, 0.4);
}

header .logo {
    height: 50px;
    padding: 7.5px 0;
    width: 200px;
}

nav {
    position: absolute;
    right: 40px;
    top: 0;
}

nav ul {
    width: 100%;
    height: 65px;
}

nav ul li {
    display: inline-block;
    margin: 0 20px;
}

nav ul li a {
    display: block;
    height: 65px;
    color: #fff;
    width: 100%;
    text-align: center;
    line-height: 65px;
    position: relative;
}

nav ul li a::after {
    content: '';
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    background: #8c8c8c;
    transition: all .6s ease;
    -moz-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
}

nav ul li a.active::after {
    width: 100%;
    background: #ff681e;
}

nav ul li a:hover::after {
    width: 100%;
}

header .logo img {
    height: 100%;
}

.banner_box {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
}

.banner_img {
    width: 100%;
    height: 100%;
    transition: all 17s ease;
    -moz-transition: all 1.7s ease;
    -webkit-transition: all 1.7s ease;
    -o-transition: all 1.7s ease;
}

.banner_img:nth-child(1) {
    background: url(../images/img_1_bg_new.jpg) no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.banner_img:nth-child(2) {
    background: url(../images/img_2_bg_new.jpg) no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.banner_img h1 {
    color: #ffffff;
    display: block;
    text-align: center;
    font-size: 9vh;
    font-weight: bold;
    padding-top: 2vh;
}

.banner_img h2 {
    color: #ffffff;
    display: block;
    text-align: center;
    font-size: 5vh;
    padding-top: 2vh;
    font-weight: bold;
}
.banner_img h4 {
    color: #ffffff;
    display: block;
    text-align: center;
    font-size: 3vh;
    padding-top: 2vh;
    font-weight: bold;
}

.banner_img h3 {
    color: #ffcb81;
    display: block;
    text-align: center;
    font-size: 3vh;
    font-weight: bold;
}

.banner_img.banner_img_t h1 {
    opacity: 0;
    color: #ffffff;
    -webkit-transition: all 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28) 0.7s;
    transition: all 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28) 0.7s;
}

.banner_img.banner_img_t h2 {
    opacity: 0;
    color: #ffffff;
    -webkit-transition: all 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28) 1.3s;
    transition: all 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28) 1.3s;
}

.banner_img.banner_img_t h3 {
    opacity: 0;
    color: #ffffff;
    -webkit-transition: all 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28) 1s;
    transition: all 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28) 1s;
}

.banner_img.banner_img_o h1 {
    opacity: 0;
    color: #ffffff;
    -webkit-transition: all 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28) 1s;
    transition: all 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28) 1s;
}

.banner_img.banner_img_o h2 {
    opacity: 0;
    color: #ffffff;
    -webkit-transition: all 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28) 1.3s;
    transition: all 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28) 1.3s;
}

.banner_img.banner_img_o h3 {
    opacity: 0;
    color: #ffcb81;
    -webkit-transition: all 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28) 0.7s;
    transition: all 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28) 0.7s;
}

.banner_img.banner_img_t h3 i {
    color: #f9e225;
    font-size: 4vh;
}


/* .banner_img:hover {
            background-size: auto 105%;
        } */

.banner_img .fp-tableCell>* {
    opacity: 0;
    -webkit-transform: translate3d(0, 180%, 0);
    transform: translate3d(0, 180%, 0);
    -webkit-transition: all 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28) 0.3s;
    transition: all 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28) 0.3s;
}

.section.active .fp-slides .fp-slidesContainer .banner_img.banner_img_o.active .fp-tableCell>* {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.section.active .fp-slides .fp-slidesContainer .banner_img.banner_img_t.active .fp-tableCell>* {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.page-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: 50%;
}

.section.active .page-bg {
    animation: slowScale 6s forwards;
    -webkit-animation: slowScale 6s forwards;
}

.video_box {
    width: 70%;
    margin: 0 auto;
    position: relative;
}

.video_box h2 {
    opacity: 0;
    display: block;
    text-align: center;
    font-size: 5vh;
    font-weight: bold;
    color: #ffffff;
    padding-top: 3vh;
    -webkit-transition: all 0.5s ease 0.7s;
    transition: all 0.5s ease 0.7s;
}

.video_box h3 {
    opacity: 0;
    display: block;
    text-align: center;
    font-size: 3vh;
    color: #ffffff;
    padding-top: 2vh;
    -webkit-transition: all 0.5s ease 1s;
    transition: all 0.5s ease 1s;
}

.video_box ul {
    opacity: 0;
    width: 100%;
    display: flex;
    padding-top: 4vh;
    padding-bottom: 4vh;
    -webkit-transition: all 0.5s ease 1.3s;
    transition: all 0.5s ease 1.3s;
}

.video_box ul li {
    height: 24vh;
    width: 23vh;
    margin: 0 auto;
    transition: all 1s;
    position: relative;
    -webkit-box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.2);
}

.video_box ul li::after {
    content: '';
    position: absolute;
    width: 94%;
    height: 94%;
    border: 1px solid rgba(255, 255, 255, 0);
    -webkit-animation-duration: 0.4s;
    -moz-animation-duration: 0.4s;
    -ms-animation-duration: 0.4s;
    -o-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    top: 3%;
    left: 3%
}

.video_box ul li span {
    color: #ffffff;
    display: block;
}

.video_box ul li:nth-child(1) {
    background: url(../images/img_video_1.jpg) no-repeat;
    background-size: auto 100%;
    background-position: center;
}

.video_box ul li:nth-child(1) span {
    padding: 23% 9%;
    text-align: center;
    line-height: 2;
    font-size: 1.7vh;
}

.video_box ul li:nth-child(1):hover {
    background-size: auto 109%;
}

.video_box ul li:nth-child(2) {
    background: url(../images/img_video_2.jpg) no-repeat;
    background-size: auto 100%;
    background-position: center;
}

.video_box ul li:nth-child(2) span {
    padding: 15% 9%;
    text-align: center;
    line-height: 2;
    font-size: 1.7vh;
}

.video_box ul li:nth-child(2):hover {
    background-size: auto 109%;
}

.video_box ul li:nth-child(3) {
    background: url(../images/img_video_3.jpg) no-repeat;
    background-size: auto 100%;
    background-position: center;
}

.video_box ul li:nth-child(3) span {
    padding: 16% 7%;
    text-align: center;
    line-height: 2.6;
    font-size: 1.6vh;
}

.video_box ul li:nth-child(3):hover {
    background-size: auto 109%;
}

.video_box ul li:hover::after {
    border: 1px solid;
    border-color: #8c8c8c;
    border-color: #ffffff;
    animation-name: zoomIn;
    top: 3%;
    left: 3%
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

@keyframes slowScale {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    to {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

@-webkit-keyframes slowScale {
    0% {
        -webkit-transform: scale(1)
    }
    to {
        -webkit-transform: scale(1.2)
    }
}

.market_box {
    padding-top: 10vh;
    width: 70%;
    margin: 0 auto;
    position: relative;
}

.market_box h2 {
    opacity: 0;
    display: block;
    text-align: center;
    font-size: 5vh;
    font-weight: bold;
    color: #ffffff;
    padding-top: 3vh;
    -webkit-transition: all 0.5s ease .7s;
    transition: all 0.5s ease .7s;
}

.market_box h3 {
    opacity: 0;
    display: block;
    text-align: center;
    font-size: 3vh;
    color: #ffffff;
    padding-top: 2vh;
    -webkit-transition: all 0.5s ease 1s;
    transition: all 0.5s ease 1s;
}

.market_box ul {
    opacity: 0;
    width: 100%;
    display: flex;
    padding-top: 4vh;
    padding-bottom: 13vh;
    -webkit-transition: all 0.5s ease 1.3s;
    transition: all 0.5s ease 1.3s;
}

.market_box ul li {
    height: 24vh;
    width: 20vh;
    margin: 0 auto;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    position: relative;
    color: #ffffff;
    -webkit-box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    z-index: 2;
}

.market_box ul li::before {
    position: absolute;
    z-index: -1;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
    left: 0;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}

.market_box ul li span {
    display: block;
    padding: 6%;
    text-align: center;
    line-height: 2;
    font-size: 1.6vh;
}

.market_box ul li h2 {
    opacity: 1;
    color: #ff681e;
    display: block;
    text-align: center;
    font-size: 2vh;
    width: 100%;
    padding: 1.8vh 0 1vh 0;
}

.market_box ul li:hover {
    color: #ffffff;
}

.market_box ul li:hover::before {
    height: 0;
}

.contact-cont {
    position: absolute;
    bottom: 0;
    z-index: 8;
    right: 0;
    background: transparent;
    border-bottom: 70vh solid;
    border-color: #ffffff;
    border-left: 26vh solid transparent;
    border-right: 0px solid transparent;
    width: 30vh;
    transform: translateX(100%);
    -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 300ms;
    -moz-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 300ms;
    -ms-transition: all 0.6s cubic-beziercubic-bezier(0.77, 0, 0.175, 1) 300ms;
    -o-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 300ms;
    transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 300ms;
    transition-duration: 1.2s;
}

.section.active .contact-cont {
    transform: translateX(0);
}

.contact-text {
    position: absolute;
    bottom: 12vh;
    z-index: 9;
    width: 25%;
    text-align: right;
    right: 7vh;
}

.contact-text .title {
    color: #444444;
    margin-bottom: 20px;
    opacity: 0;
    transform: translateY(100%);
    -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 600ms;
    -moz-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 600ms;
    -ms-transition: all 0.6s cubic-beziercubic-bezier(0.77, 0, 0.175, 1) 600ms;
    -o-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 600ms;
    transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 600ms;
    transition-duration: 1.2s;
    height: 60px;
    font-size: 2vh;
    position: relative;
    font-weight: normal;
}

.contact-text .title .line {
    background-color: #e3120b;
    right: 0;
    left: auto;
    opacity: 0;
    transform: translateY(100%);
    -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 700ms;
    -moz-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 700ms;
    -ms-transition: all 0.6s cubic-beziercubic-bezier(0.77, 0, 0.175, 1) 700ms;
    -o-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 700ms;
    transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 700ms;
    transition-duration: 1.2s;
    display: inline-block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100px;
    height: 1px;
    -webkit-transition: width 0.5s ease-out;
    -moz-transition: width 0.5s ease-out;
    -o-transition: width 0.5s ease-out;
    -ms-transition: width 0.5s ease-out;
    transition: width 0.5s ease-out;
}

.section.active .contact-text .line {
    opacity: 1;
    transform: translateY(0);
    right: 0;
    left: auto;
}

.section.active .contact-text:hover .line {
    width: 50px;
}

.section.active .contact-text .title {
    opacity: 1;
    transform: translateY(0);
}

.contact-text .details li {
    opacity: 0;
    transform: translateY(100%);
    -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 1000ms;
    -moz-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 1000ms;
    -ms-transition: all 0.6s cubic-beziercubic-bezier(0.77, 0, 0.175, 1) 1000ms;
    -o-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 1000ms;
    transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 1000ms;
    transition-duration: 1.2s;
    position: relative;
    margin-bottom: 40px;
    font-size: 1.6vh;
    color: #8c8c8c;
    background: transparent;
    padding: 0;
}

.section.active .contact-text li {
    opacity: 1;
    transform: translateY(0);
}

.section.active .contact-text li.mark:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #8c8c8c;
    position: absolute;
    right: 0;
    top: 5vh;
}

.contact-text li h4 {
    padding-bottom: 1vh;
}

.contact-text li p i {
    display: inline-block;
    vertical-align: middle;
}

.contact-text li p img {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    padding-left: 1vh;
}

.footer {
    background: #3C3C3C;
    height: 25vh;
    width: 100%;
    display: flex;
}

.footer .footer_left_box {
    flex: 1;
    padding-left: 17vh;
}

.footer .footer_left_box h2 {
    color: #ffffff;
    padding-top: 4vh;
    font-size: 2vh;
}

.footer .footer_left_box span {
    color: #ffffff;
    padding-top: 1vh;
    font-size: 1.3vh;
    display: block;
}

.footer .footer_right_box {
    flex: 1;
    padding-right: 17vh;
}

.footer .footer_right_box h2 {
    color: #ffffff;
    padding-top: 4vh;
    font-size: 2vh;
}

.footer .footer_right_box .contact_box {
    display: flex;
    width: 100%;
}

.footer .footer_right_box .contact_box .contact_info {
    flex: 1;
}

.footer .footer_right_box .contact_box .contact_info span {
    color: #ffffff;
    padding-top: 1vh;
    font-size: 1.3vh;
    display: block;
}

.footer .footer_right_box .contact_box .contact_info img {
    width: 48%;
    margin: 0 auto;
    display: block;
}

.footer .footer_right_box .contact_box .contact_info i {
    color: #ffffff;
    padding-top: 1vh;
    font-size: 1.3vh;
    display: block;
    text-align: center;
}

.video_box>*,
.market_box>* {
    opacity: 0;
    -webkit-transform: translate3d(0, 180%, 0);
    transform: translate3d(0, 180%, 0);
    -webkit-transition: all 0.5s ease 0.3s;
    transition: all 0.5s ease 0.3s;
}

.section.active .video_box>*,
.section.active .market_box>* {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.section.footerss .fp-tableCell {
    display: block !important;
}
.fixed_box {
    position: fixed;
    right: 30px;
    bottom: 120px;
    z-index: 9991;
}
.fixed_box ul {
    width: 100%;
    height: 100%;
}
.fixed_box ul li {
    color: #fff;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    /* border-radius: 4px; */
    background: rgba(213, 9, 9);
    padding: 10px 6px;
    margin-bottom: 6px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.fixed_box .fixed_item {
    color: #fff;
    text-align: center;
    position: absolute;
    top: 0px;
    right: 64px;
    background: rgb(45, 45, 65);
    width: 170px;
    font-size: 16px;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
    line-height: 28px;
    padding: 5px 30px;
}
.fixed_box .fixed_item:last-child {
    top: 70px;
}