@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;700;900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: content-box;
}

body ul, body li {
    padding: 0;
    margin: 0;
    list-style: none;
}

body a {
    text-decoration: none;
}

input:focus {
    outline: none
}

select::-ms-expand {
    display: none;
}

::-webkit-scrollbar {
    width: 0px;
    background: #ffffff;
    height: 8px;
}

::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.16);
}

body {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    min-width: 270px;
    font-family: 'system-ui', '-apple-system', 'Segoe UI', 'Roboto', 'Ubuntu', 'Cantarell', 'Noto Sans', sans-serif, 'BlinkMacSystemFont', 'Helvetica Neue', 'Arial';
    font-weight: 400;
    color: #505561;
    position: relative;
}

header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding-bottom: 10px;
    z-index: 3;
    transition: all .7s;
}

header .WP {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

header.scroll {
    background-color: #fff;
}

header.scroll .left a {
    background: url('../img/logo.png') no-repeat center;
    background-size: contain;
}

header .left a.login {
    display: none;
    position: absolute;
    right: 25px;
    top: 25px;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
}

header.scroll .left a.login {
    background: none;
    position: absolute;
    right: 25px;
    top: 25px;
    color: #3268AA !important;
    font-size: 1rem;
    font-weight: 600;
}

header.scroll .bottom a {
    color: #444 !important;
}

header .left {
    width: 10%;
}

header .left a {
    display: block;
    background: url('../img/logo_w.png') no-repeat center;
    background-size: contain;
    height: 60px;
    width: 180px;
    margin-top: -86px;
}

header .left a.black {
    background: url('../img/logo.png') no-repeat left center;
    background-size: contain;
}

header .left a h1 {
    text-indent: -9999px;
    opacity: 0;
}

header .right {
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

header .menu {
    width: 320px;
    position: fixed;
    top: 0;
    left: -320px;
    z-index: 3;
    padding: 10px 0;
    background-color: #fff;
    height: 100vh;
    margin-left: 320px;
}

header .menu img {
    height: 60px;
    margin: 11px auto;
    display: block;
}

header .menu .close {
    padding-left: 1rem;
    font-size: 3rem;
    color: #3268AA;
    position: absolute;
    top: 10px;
    transform: rotate(45deg);
}

header .menu .color_black {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 0;
    margin: 30px auto 20px;
}

header .menu a {
    display: block;
    margin: 0;
    color: #0a264e;
    font-size: 1rem;
    font-weight: 500;
    line-height: 70px;
    padding: 8px 25px;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
}

header .menu a.top {
    border-top: 1px solid #eee;
}

header .menu .color_black a:nth-child(2):after {
    content: '';
}

header .menu .color_black a {
    color: #fff;
    background-color: #3268AA;
    width: 272px;
    height: 40px;
    line-height: 24px;
    text-align: center;
    border-radius: 5px;
    font-weight: 400;
}

header .bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vh;
    height: 100vh;
    background-color: #0a264e75;
    display: none;
    z-index: 1;
    margin-left: 10%;
}

header nav {
    width: 30px;
    height: 40px;
    cursor: pointer;
    display: none;
    position: absolute;
    left: 25px;
    top: 33px;
}

header nav span {
    position: absolute;
    display: block;
    width: 100%;
    height: 3px;
    background: #fff;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

header.scroll nav span {
    background: #3268AA;
}

header nav span:nth-of-type(1) {
    top: 2px;
}

header nav span:nth-of-type(2) {
    top: 12px;
}

header nav span:nth-of-type(3) {
    top: 22px;
}

.menuOpen header nav span:nth-of-type(1) {
    top: 12px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    background: #3268AA;
    opacity: 0;
}

.menuOpen header nav span:nth-of-type(2) {
    width: 0;
    right: 0
}

.menuOpen header nav span:nth-of-type(3) {
    top: 12px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    background: #3268AA;
    opacity: 0;
}

header .top a, header .right a {
    color: #505561;
    font-weight: 700;
    display: inline-block;
    width: auto;
    margin: 10px;
    line-height: 21px;
    font-size: 1rem;
    position: relative;
    transition: all .5S;
}

header .top a, header .bottom a {
    font-size: .9rem;
    margin-left: 20px;
    margin-right: 0;
    font-weight: 400;
    text-align: right;
    color: #fff;
}

header .bottom a.black {
    color: rgb(124, 124, 124);
}

header .top a {
    background-color: #0a95ff;
    border-color: #0a95ff;
    font-size: .875rem;
    font-weight: 400;
    width: 136px;
    height: 40px;
    line-height: 40px;
    border-radius: .25rem;
    text-align: center;
}

header .top a.login {
    background-color: #fff;
    color: #0287ec !important;
    width: 80px;
}

header.scroll .top a.login {
    background-color: #0287ec;
    color: #fff !important;
}

header .bottom a {
    margin-left: 40px;
}

/*main*/

#main {
    width: 100%;
}

.banner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 300px;
    margin: 0 auto;
    background: url('../img/banner.jpg') no-repeat center;
    background-size: cover;
}

.banner img {
    height: 77px;
}

.banner p {
    font-size: 24px;
    line-height: 1.7em;
    color: #fff;
    font-weight: 200;
    margin-top: 20px;
}

.banner p.FURA_title {
    font-size: 3.75rem;
    color: #fff;
    font-weight: 700;
}

.banner p.FURA_title span {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin: 0 19px;
    display: inline-block;
    position: relative;
    top: -14px;
}

.banner p.FURA_title span::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 4px;
    top: 4px;
    background-color: #fff;
    border-radius: 50%;

}

#main .banner a {
    height: 52px;
    border-radius: 26px;
    background-color: #dd4012;
    padding: 0 50px;
    line-height: 52px;
    color: #fff;
    font-size: 15px;
    display: inline-block;
    margin-top: 58px;
    position: relative;
    transition: all .8s;
}

#main .banner a:hover {
    color: #FFFFFF;
    background-color: #c73910;
}

#about .row {
    width: 100%;
}

#about .row1 {
    width: 90%;
    margin: 60px auto 80px;
}

#about .row2 .wp {
    width: 90%;
    margin: 60px auto 80px;
}

#about p {
    color: #000;
    line-height: 2rem;
    margin: 0 auto 10px;
    width: 90%;
}

#about p.FURA_title.color_white {
    color: #fff;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2rem;
    padding-left: 0;
}

#about p.FURA_title.color_white::after {
    display: none;
}

#about p.small {
    color: rgba(255, 255, 255, .5)
}

#about .FURA_title, #news .FURA_title {
    padding-left: 1.5rem;
    font-size: 1.5rem;
    line-height: 38px;
    position: relative;
    box-sizing: border-box;
}

#about .FURA_title:after {
    content: '';
    position: absolute;
    left: 0;
    top: 18px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #dd4012;
}

#about span.color_red {
    color: #dc3545;
}

.flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

#about .flex {
    width: 80%;
    margin: 30px auto 50px;
    flex-wrap: wrap;
}

#about .flex .item, #product .flex .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 25%;
}

#about .flex {
    margin-top: 100px;
}

#about .row2 {
    background: url('../img/about.jpg') no-repeat center;
    background-size: cover;
    padding: 85px 20px;
    box-sizing: border-box;
    margin:0;
}

#about .row2>.flex {
    width: 100%;
    margin: 100px auto 0;
}

#about .row2 .flex img {
    height: 100px;
}

#about .row2 .flex>div {
    width: 50%;
    margin: 0 auto 120px;
}

#about .row2 .flex>div.text {
    width: 67%;
    margin-left: 5%;
    margin-bottom: 0;
}

#about .row2 .flex>div.text p {
    font-size: 1.25rem;
    text-align: left;
    margin-left: 0;
    color: #fff;
}

#about .row2 .flex>div.text span {
    color: rgba(255, 255, 255, .5);
    font-size: .9rem;
}

#about .row3 {
    padding: 80px 20px;
    box-sizing: border-box;
    overflow: hidden;
}

#about .row3 .FURA_title, #product .FURA_title.big, #trade .FURA_title {
    margin-bottom: 50px;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 500;
}

#about .row3 .FURA_title::after {
    display: none;
}

#about .row3 p {
    width: 530px;
    margin: 0 auto;
    font-size: .9rem;
    line-height: 1.6rem;
    text-align: justify;
}

#about .row3 .FURA_title {
    padding-left: 0;
}

#about .row3 .flex {
    align-items: flex-start;
}

#about .row3 .flex img {
    width: 100%;
    object-fit: cover;
    height: 329px;
}

#about .row3 .flex div {
    width: 23%;
    margin: 0 auto;
    position: relative;
    border-radius: 5px;
    cursor: default;
}

#about .row3 .flex>div:hover {
    top: -10px;
    box-shadow: 0 0 19px 0 rgb(0 0 0 / 23%);
}

#about .row3 .flex .text {
    padding: 30px 10px;
    width: 100%;
    box-sizing: border-box;
}

#about .row3 .flex .text .blod {
    margin-bottom: 20px;
    color: #333333;
    font-size: 1.25rem;
    font-weight: 500;
}

#about .row3 .flex div p {
    width: 100%;
}

#product {
    width: 80%;
    margin: 30px auto 50px;
    overflow: hidden;
}

#product .flex div {
    width: 22%;
}

#product .FURA_title {
    font-size: 1.3rem;
    font-weight: 300;
    color: #000;
    margin-top: 50px;
    margin-bottom: 1rem;
    text-align: left;
}

#product p, #product span, #trade p, #trade span {
    font-size: .9rem;
    color: #000;
    text-align: center;
    display: block;
}

#product p.left {
    text-align: left;
    font-weight: 200;
}

#product span, #trade span {
    width: 80%;
    color: #999;
    height: 40px;
    margin: 10px auto 0;
}

#product .flex img {
    width: 60px;
    vertical-align: middle;
}

#product .flex .img {
    width: 120px;
    height: 120px;
    border: 2px dashed #999;
    border-radius: 60px;
    text-align: center;
    margin: 20px auto;
    line-height: 110px;
}

#tab2 .flex, #tab3 .flex {
    flex-wrap: wrap;
}

#tab2 .flex div, #tab3 .flex div {
    width: 30%;
    margin: 10px auto;
}

.tabs {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 20px;
    border-bottom: 1px solid #EEEEEE;
}

.tabs li a {
    margin-right: 30px;
    padding: 0 20px 19px;
    color: #333333;
    font-size: 1.25rem;
    font-weight: 500;
}

.tabs li.active a {
    color: #dd4012;
    border-bottom: 1px solid #dd4012;
}

#trade {
    padding: 50px 0;
    background-color: #e4eef2;
}

#trade .FURA_title {
    margin-bottom: 3rem;
    text-align: center;
}

#trade .flex div {
    width: 23%;
}

#trade .flex .img {
    border-radius: 50%;
    /* background-color: #00AAEF; */
    width: 45px;
    height: 45px;
    padding: 10px;
    box-sizing: border-box;
    margin: 0 auto 15px;
}

#trade .flex .img img {
    width: 25px;
    vertical-align: middle;
}

#main .FURA_btnWP {
    margin: 48px auto;
}

#main .FURA_btn {
    color: #333;
    border: 1px solid #333333;
    border-radius: 30px;
    display: inline-block;
    margin: 0 5px;
    width: 45%;
    max-width: 165px;
    text-align: center;
    padding: 0.5rem 1rem;
    transition: all .5s;
}

#main .FURA_btn.bg_red {
    color: #FFf;
    border: 1px solid #dd4012;
    background-color: #dd4012;
}

#main .FURA_btn:hover {
    background-color: transparent;
    border: 1px solid #dd4012;
    color: #dd4012;
}

#download {
    background: url('../img/download.jpg') no-repeat center;
    background-size: cover;
    padding: 96px 0;
}

#main #download .FURA_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 260px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 30px;
}

#main #download .FURA_btn.bg_red {
    border: 1px solid #dd4012;
}

#main #download .FURA_btn img {
    width: 23px;
    margin-right: 5px;
}

#download>.flex>img {
    margin-right: 5%;
}

#download>.flex .text {
    width: 50%;
}

#main #download .FURA_btnWP {
    justify-content: start;
}

#download .FURA_title {
    font-size: 1.3rem;
    line-height: 1em;
    width: 80%;
    margin: 0 auto;
    padding: 0 0 30px;
    text-align: center;
    font-weight: 500;
    color: #fff;
}

#download span, #download p {
    color: #fff;
}

#download .blueBG.one span {
    font-size: 1.3rem;
}

footer {
    background: #23214c url('../img/footer_bg.png') no-repeat center;
    background-size: cover;
    padding: 140px 0 100px;
}

footer .flex {
    width: 75%;
    margin: 0 auto;
}

footer .flex .left {
    width: 40%;
    border-right: 1px solid #90909e;
    padding-right: 2rem;
    box-sizing: border-box;
}


footer .flex .left img {
    width: 180px;
    margin-bottom: 1rem;
}

footer .flex .right {
    width: 60%;
    padding-left: 2.5rem;
    box-sizing: border-box;
}

footer .flex .right img {
    margin-right: 2rem;
    margin-bottom: 1rem;
}

footer p {
    color: #90909e;
    margin-bottom: 1rem;
}

footer .bold {
    font-weight: bold;
    color: #fff;
    font-size: 1.25rem;
}

@media(max-width:999px) {
    header nav {
        display: block;
    }

    header .right {
        display: none;
    }

    header .menu {
        box-sizing: border-box;
        overflow-y: scroll;
    }

    header .WP {
        align-items: center;
    }

    header .left a {
        height: 60px;
        margin-top: 5px;
    }

    header .left a.login {
        display: block;
        width: auto;
        background: none;
        color: #fff;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 1.1rem;
    }
}

@media(max-width:1400px) {
    #about .flex {
        width: 90%;
    }

    #about .row2 .flex img {
        height: 70px;
    }
}

@media(max-width:1180px) {


    .tradeWP .left {
        width: 60%;
    }

    .tradeWP ol li {
        width: 388px;
    }
}


@media(max-width:900px) {
    .banner {
        min-height: 800px;
    }

    .banner .left {
        width: 55%;
    }

    header .WP {
        padding-top: 10px;
    }

    header .left a {
        width: 250px;
        margin: 0 auto;
    }



    header .left {
        width: 50%;
        display: flex;
        margin: 0 auto;
        justify-content: center;
        align-items: center;
    }



    #product .flex .item {
        width: 30%;
    }
}

@media(max-width:850px) {
    #download .downloadWp {
        width: 80%;
    }
}

@media(max-width:700px) {
    #about .flex {
        flex-wrap: wrap;
    }

    #about .flex .item {
        width: 40%;
    }

    #about .row2 .flex i {
        margin-bottom: 10px;
    }

    #about .moreContent .flex .item p.big {
        text-align: center;
        margin-left: 0;
    }


    #product .flex .item {
        width: 40%;
    }

    #download .downloadWp {
        width: 85%;
    }

    #download .flex {
        flex-direction: column;
        justify-content: center;
    }

    #download .flex .blueBG {
        width: 100%;
    }

    #download .flex .blueBG .left {
        margin-right: 15px;
    }
}

@media(max-width:600px) {
    header .left a {
        width: 200px;
    }

    .tradeWP .left .flex img {
        width: 150px;
    }

    #about .row2 .flex {
        width: 90%;
    }
}

@media(max-width:550px) {
    .banner p.FURA_title {
        font-size: 1.25rem;
    }

    .banner p.FURA_title span {
        top: 0;
        margin: 0 8px;
    }

    .banner p.FURA_title span:before {
        width: 4px;
        height: 4px;
        position: absolute;
        left: 4px;
        top: 4px;
        background-color: #fff;
        border-radius: 50%;
        content: '';
    }

    .banner p {
        font-size: .7rem;
    }

    #main .banner a {
        margin-top: 16px;
        height: 36px;
        line-height: 36px;
    }

    #about .FURA_title, #news .FURA_title {
        padding-left: 0;
    }

    #about .row3 p {
        text-align: center;
    }

    #about .FURA_title:after {
        display: none;
    }

    #about p {
        font-size: .9rem;
    }

    #about .row2 {
        padding: 35px 20px;
    }

    #about .flex {
        flex-direction: column;
        margin-top: 70px;
    }

    #about .row2 .flex>div {
        width: 100%;
        align-items: flex-start;
        margin: 0 auto 70px;
    }

    #about .row2 .flex img {
        margin-bottom: 10px;
    }

    #about .row2 .flex>div.text {
        width: 100%;
        margin-left: 0;
    }

    #about .row3 p {
        width: 90%;
    }

    #about .row3 p.description {
        word-break: break-all;
        width: 90%;
    }

    #about .row3 .flex div {
        width: 100%;
        margin: 20px auto;
    }

    #about .row3 .flex .text {
        padding: 5px 10px;
    }

    #about .row3 .flex .text .blod {
        margin-bottom: 10px;
    }

    #about .row3 .flex img {
        width: 247px;
        height: 300px;
        margin: 0 auto;
        display: block;
        border-radius: 5px;
    }

    #about .row3 .FURA_title, #product .FURA_title.big, #trade .FURA_title {
        font-size: 1.25rem;
    }

    .tabs li a, #product .FURA_title {
        font-size: 1.1rem;
    }

    #product .flex, #trade .flex {
        flex-direction: column;
    }

    #product .flex div, #trade .flex div {
        width: 90%;
        margin-bottom: 40px;
    }

    #main .FURA_btn {
        margin-bottom: 20px;
    }

    #download .flex {
        margin-top: 50px;
    }

    #download>.flex .text {
        width: 80%;
        margin: 30px auto;
    }

    #main #download .FURA_btnWP {
        margin-bottom: 0;
    }

    #download>.flex>img {
        margin-right: 0;
        width: 240px;
    }

    footer {
        padding: 32px 0;
    }

    footer .flex {
        flex-direction: column;
    }

    footer .flex {
        width: 90%;
    }

    footer .flex .left, footer .flex .right {
        width: 90%;
        padding: 0;
        border: 0;
    }
}

@media(max-width:500px) {
    header {
        justify-content: center;
    }

}

@media(max-width:450px) {
    header .left a {
        width: 160px;
    }

    header nav {
        left: 17px;
    }

    .banner img {
        height: 67px;
    }

    #about .flex .item p, #product .flex .item p {
        font-size: 1.1rem;
    }

    #download>.flex>img {
        width: 200px;
    }
}

@media (max-width:414px) {
    .tabs li a {
        padding: 0 2px 10px;
    }

    #main .FURA_btn {
        width: 90%;
    }

    header nav {
        left: 10px;
        top: 28px;
    }

    header.scroll .left a.login, header .left a.login {
        top: 19px;
        right: 10px;
    }

    #about .flex .item {
        width: 50%;
    }

    #about .FURA_title, #product .FURA_title, #news .FURA_title {
        font-size: 1.2rem;
    }

    .banner img {
        height: 60px;
    }

    #about .row1 {
        width: 100%;
    }

    #product span, #trade span {
        width: 90%;
    }

    #download .flex .blueBG, #download .flex .blueBG:nth-child(1) {
        height: 80px;
    }

    #download .blueBG:nth-child(1) {
        height: 120px;
    }

    footer .flex .right img {
        margin-right: 1rem;
    }
}

@media(max-width:400px) {
    #about .flex, #product .flex {
        width: 100%;
    }
}

@media(max-width:350px) {
    #about .flex {
        width: 90%;
    }

    #download .downloadWp {
        width: 90%;
    }
}