@font-face {
    font-family: 'S-CoreDream-7ExtraBold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-7ExtraBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;700;900&display=swap');



/* Visual Fade Effect */
#visual {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    height: 821px;
    border: 0px solid red;
}

.visual_wrap {
    position: relative;
    width: 100%;
    margin: auto;
    height: 821px;
    text-align: center;
}

.visual_box {
    position: absolute;
    width: 100%;
    left: 0%;
}

.visual_box p {
    position: absolute;
    top: 0;
    left: 0;
}

.visual_box img {
    width: 100%;
    border: 0px solid #efefef;
    height: 821px;
}

.v_ul {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 111;
    border: 0px solid red;
}

.v_ul li {
    z-index: 111;
    cursor: pointer;
    margin-left: 12px;
    float: left;
    line-height: 16px;
}

.v_ul li:first-child {
    margin-left: 0;
}

.v_btn01 {
    position: absolute;
    z-index: 1;
    top: 232px;
    left: -338px;
    cursor: pointer;
}

.v_btn02 {
    position: absolute;
    z-index: 1;
    top: 232px;
    right: -338px;
    cursor: pointer;
}

.visual_p {
    /*position:absolute;*/
    left: 0;
}

.visual_text {
    z-index: 133;
    position: absolute;
    bottom: 80px;
    left: 5%;
}


@media (max-width:1289px) {

    #visual {
        height: 600px;
    }

    .visual_wrap {
        height: 600px;
    }

    .visual_box img {
        width: 100% important;
        height: 1100px;
    }

    .visual_text {
        width: 100%;
        left: 0%;
        text-align: center;
        top: 25%;
    }

    .visual_text img {
        width: 60%;
    }

}

@media screen and (max-width:565px) {

    #visual {
        height: 400px;
    }

    .visual_wrap {
        height: 400px;
    }

    .visual_box img {
        width: 120% important;
        height: 600px;
    }

    .visual_box img {
        width: 100%;
    }

    .visual_text img {
        width: 80%;
    }
}



.mtit {
    padding: 5px 10px;
    margin-top: 5px;
    color: #fff;
    width: auto;
    border: 1px solid #fff;
    border-radius: 25px;
}

.mtit1 {
    color: #fff;
    font-weight: 600;
    font-size: 21px;
    margin-top: 15px;
}

.mtit2 {
    height: 61px;
    line-height: 61px;
    color: #000;
    background: url("../images/titbg.jpg")repeat left;
    font-size: 24px;
    font-weight: 500;
}

.mtit2 span {
    float: right;
    margin-top: 15px;
}

.mtit3 {
    height: 61px;
    line-height: 61px;
    color: #000;
    background: url("../images/titbg01.jpg")repeat left;
    font-size: 24px;
    font-weight: 500;
}

.mtit3 span {
    float: right;
    margin-top: 15px;
}


@media screen and (max-width:789px) {
    .mtit1 {
        font-size: 17px;
    }

}


.mainwrap {
    width: 100%;
    float: left;
    position: relative;
}

.mainleft {
    width: 45%;
    float: left;
}

.mainright {
    width: 55%;
    float: left;
}



@media screen and (max-width:1289px) {
    .mainleft {
        width: 100%;
        float: left;
    }

    .mainright {
        width: 100%;
        float: left;
    }
}


.mleft {
    width: 50%;
    float: left;
    position: relative;
}

.micon {
    width: 100%;
    padding: 75px 45px;
    background: url("../images/mbg01.jpg")repeat;
}

.micon ul {
    width: 100%;
    overflow: hidden;
}

.micon ul li {
    width: 50%;
    float: left;
    display: inline-block;
    margin-bottom: 2em;
    text-align: center;
}

.micon ul li a {
    color: #fff;
    font-weight: 500;
    font-size: 15px;
}

.micon ul li:nth-child(5) {
    margin-bottom: 0em;
}

.micon ul li:nth-child(6) {
    margin-bottom: 0em;
}

.micon1 {
    width: 100%;
    background: #020e28;
    box-sizing: border-box;
    padding: 35px;
}

.micon1 ul {
    width: 100%;
    overflow: hidden;
}

.micon1 ul li {
    display: inline-block;
}

.micon1 ul li:first-child {
    width: 45%;
    float: left;
}

.micon1 ul li:last-child {
    width: 55%;
    float: left;
}



.mright {
    width: 50%;
    float: left;
    position: relative;
    padding: 0px 25px 0px 25px;
    box-sizing: border-box;
}

.mnotice {
    width: 100%;
    float: left;
    position: relative;
}

.mnotice ul {
    width: 100%;
    floaT: left;
}

.mnotice ul li {
    display: inline-block;
    floaT: left;
    padding: 15px 0px;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
}

.mnotice ul li a {
    color: #000;
}

.mnotice ul li:last-child {
    border-bottom: 0px solid rgba(0, 0, 0, 0.1);
}

.noticett {
    width: 80%;
    float: left;
    color: #000;
    font-size: 15.5px;
}

.datett {
    width: 20%;
    float: right;
    font-style: italic;
    font-weight: 600;
    font-size: 14px;
    color: #999;
}


@media screen and (max-width:789px) {

    .mleft {
        width: 100%;
        float: left;
        position: relative;
    }

    .micon {
        width: 100%;
        padding: 25px 35px;
    }

    .wd100per {
        width: 100%;
    }

    .micon1 ul li:last-child {
        width: 55%;
        float: left;
        padding-left: 15px;
    }

    .mright {
        width: 100%;
        float: left;
        position: relative;
    }
}




.mbanner {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
}

/*.mbanner ul li{display:inline-block; floaT:left; width:50%; text-align:center; padding:2px; box-sizing:border-box;  }*/




@media screen and (max-width:989px) {
    .noticett {
        width: 70%;
    }

    .datett {
        width: 30%;
        font-size: 13px;
        text-align: right;
    }

    /*.mbanner{margin-bottom:15px;}
.mbanner ul li img{width:100%;}*/
    .pr35 {
        padding-right: 10px;
    }
}



/*****seall********/

.searcharea {
    width: 600px;
    margin: 0 auto;
    padding: 60px 0px;
    min-height: 190px;
}

.search {
    width: 100%;
    border-radius: 35px;
    height: 60px;
    background: #fff;
}

.search ul {
    width: 90%;
    height: 60px;
    margin: 0 auto;
    border: 0px solid red;
}

.search ul li {
    display: inline-block;
    float: left;
    height: 60px;
}

.search ul li:first-child {
    width: 90%;
}

.inputstyle02 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    line-height: 60px;
    border: 0px solid rgba(0, 0, 0, 1);
    margin: 0 auto;
    width: 100%;
}

.searchtt {
    width: 100%;
    color: #fff;
    text-align: center;
    line-height: 35px;
}

.searchtt span {
    font-weight: 600;
}


.mlinkarea {
    overflow: hidden;
    width: 1300px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 7px 7px 10px rgba(0, 0, 0, 0.1);
    padding: 35px;
    box-sizing: border-box;
    border-radius: 15px;
}

.mlinkarea ul {
    width: 100%;
    margin: 0 auto;
}

.mlinkarea ul li {
    width: 25%;
    display: inline-block;
    float: left;
    border: 0px solid red;
    text-align: center;
 position: relative;
}

.mlinktt {
    color: #000;
    font-weight: 600;
    font-size: 23px;
    margin: 15px 0px;
}

.mlinktt1 {
    /*line-height: 25px;*/
    color: #333;
    /*font-weight: 600;*/
    font-size: 15px;
}


@media screen and (max-width:1299px) {
    .mlinkarea {
        width: 97%;
        margin: 0 auto;
    }

    .inputstyle02 {
        margin-left: 10px;
        width: 90%;
    }

}


@media screen and (max-width:1089px) {
    .mlinkarea {
        padding: 15px;
    }

    .mlinkarea ul li {
        width: 48%;
        margin: 1%;
        padding: 0px;
    }

    .mlinkarea ul li img {
        width: 60%;
        margin-top: 10px;
    }

    .mlinktt {
        font-size: 13px;
        line-height: 20px;
    }

    .mlinktt1 {
        font-size: 15px;
        line-height: 20px;
    }

}

@media screen and (max-width:599px) {
    .searcharea {
        width: 100%;
        padding: 50px 0px 30px 0px;
    }

    .search {
        width: 95%;
        margin: 0 auto;
    }

    .search ul li:first-child {
        width: 85%;
    }

}


.shiparea {
    overflow: hidden;
    width: 1300px;
    margin: 0 auto;
    padding: 80px 0px;
}

.shiptt {
    position: relative;
    width: 100%;
    color: #035aab;
    font-weight: 600;
    font-size: 30px;
    text-align: Center;
}

.shiptt span {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.more {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 5;
}

.shiparea ul {
    width: 100%;
    border: 0px solid red;
    padding-top: 35px;
    overflow: hidden;
}

.shiparea ul li {
    position: relative;
    width: 23%;
    margin: 3% 1%;
    display: inline-block;
    floaT: left;
    border: 0px solid red;
}

.shiparea ul li img {
    width: 100%;
    border-radius: 15px;
}

.imgarea {
    width: 100%;
}

.imgarea img {
    width: 100%;
}

.mobileshow {
    display: none;
}

@media screen and (max-width:1299px) {
    .shiparea {
        width: 100%;
    }

    .shiptt {
        font-size: 25px;
    }

    .shiptt span {
        font-size: 15px;
        line-height: 20px !important;
    }
}

@media screen and (max-width:1089px) {
    .shiparea ul li {
        width: 48%;
    }

    .mobileshow {
        display: block;
    }
}


@media screen and (max-width:789px) {
    .shiparea ul li {
        margin: 3% 1%;
    }

}

.shipinfo {
    position: absolute;
    bottom: 0px;
    left: 5%;
    width: 90%;
    z-index: 5;
    box-shadow: 7px 7px 10px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    border-radius: 10px;
}

.shipinfo a {
    display: block;
    padding: 17px;
    border-radius: 10px;
    background: #fff;
}

.shipinfo a:hover {
    background: #fd580b !important;
    color: #fff !important;
}

.shiptt1 {
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    line-height: 55px;
}

.shiptt1 a {
    display: block;
}

.shiptt2 {
    text-align: left;
    width: 100%;
    font-weight: 600;
    padding-lefT: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    line-height: 40px;
    font-size: 16px;
}

.shiptt3 {
    text-align: right;
    font-size: 15px;
    font-weight: 600;
    line-height: 60px;
}

.shiptt4 {
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    width: 80%;
    margin: 0 auto;
    padding: 10px 0px;
    line-height: 25px;
}

@media screen and (max-width:789px) {
    .shipinfo a {
        padding: 10px 15px;
    }

    .shiptt1 {
        font-size: 18px;
        line-height: 25px;
        padding: 10px 0px;
        text
    }

    .shiptt2 {
        line-height: 20px;
        padding: 7px;
        text-align: left;
    }
}



.shiparea1 {
    overflow: hidden;
    width: 1300px;
    margin: 0 auto;
    padding-bottom: 70px;
}

.shippart {
    width: 90%;
    float: left;
    position: relative;
    border: 0px solid red;
}

.shippart ul {
    width: 100%;
    position: relative;
}

.shippart ul li {
    display: inline-block;
    float: left;
    position: relative;
    width: 23%;
    margin: 1%;
    border: 0px solid red;
}

.shippart ul li img {
    width: 100%;
    border-radius: 10px;
}

.arrowarea {
    width: 5%;
    float: left;
    padding-top: 7%;
    box-sizig: border-box;
}

.shippartt {
    font-size: 24px;
    font-weight: 600;
    line-height: 55px;
    text-align: center;
}

.shippartt1 {
    font-size: 17px;
    color: #747474;
    font-weight: 600;
    line-height: 25px;
    text-align: center;
}

.shiparea1 ul {
    width: 100%;
    border: 0px solid red;
    padding-top: 35px;
    overflow: hidden;
}

.shiparea1 ul li {
    position: relative;
    width: 23%;
    margin: 3% 1%;
    display: inline-block;
    floaT: left;
    border: 0px solid red;
}

.shiparea1 ul li img {
    width: 100%;
    border-radius: 15px;
}


@media screen and (max-width:1299px) {
    .shiparea1 {
        width: 100%;
    }
}

@media screen and (max-width:1089px) {
    .shiparea1 ul li {
        width: 48%;
    }
}


@media screen and (max-width:789px) {
    .shiparea1 ul li {
        margin: 3% 1%;
    }
}

.guinarea {
    width               : 100%;
    background          : url("/images/conbg02.jpg")no-repeat;
    background-size     : cover;
    background-position : bottom;
    padding             : 80px 0px;
}

.guin {
    width: 1300px;
    margin: 0 auto;
    text-align: center;
}

.guintt {
    color: #fff;
    font-weight: 600;
    font-size: 35px;
    margin: 15px 0px;
}

.guintt1 {
    line-height: 25px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}

.guintt2 {
    color: #000;
    font-weight: 600;
    font-size: 25px;
    margin: 15px 0px;
}

.guintt3 {
    color: #333333;
    font-weight: 500;
    line-height: 25px;
}

.guintt3 span {
    font-weight: 700;
}


.guin ul {
    width: 100%;
    border: 0px solid red;
    padding: 35px 0px;
    overflow: hidden;
}

.guin ul li {
    display: inline-block;
    float: left;
    position: relative;
    width: 31%;
    box-shadow: 7px 7px 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    background: #fff;
    padding: 30px;
    margin: 1%;
    border: 0px solid red;
    box-sizig: border-box;
    text-align: left;
}

.more1 {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 5;
}

.guinButton {
    background-color: none;
    border-radius: 35px;
    border: 1px solid #fff;
    display: inline-block;
    cursor: pointer;
    color: #fff;

    font-size: 17px;
    padding: 15px 30px;
    text-decoration: none;

}

.guinButton:hover {
    border: 1px solid none;
    background-color: #064882;
    color: #fff;
}


@media screen and (max-width:1299px) {
    .guin {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

}

@media screen and (max-width:1089px) {
    .guinarea {
        padding: 50px 0px;
    }

    .guin ul li {
        position: relative;
        width: 48%;
        padding: 15px;
    }

    .guintt2 {
        font-size: 20px;
    }

    .mlinktt1 {
        display: none;
    }
}


@media screen and (max-width:789px) {

    .guin ul li {
        position: relative;
        width: 95%;
        padding: 25px;
        margin: 2%;
    }

}

.count_wrap {
    width: 100%;
    position: relative;
    padding: 80px 0px;
    text-align: center;
    background: url("/images/mbg02.jpg")no-repeat;
    background-size: cover;
    overflow: hidden;
}

.count_wrap ul {
    width: 1300px;
    margin: 0 auto;
}

.count_wrap ul li {
    float: left;
    width: 33.3333%;
    display: inline-block;
    color: #fff;
    border-right: 1px solid rgba(250, 250, 250, 0.3);
}

.count_wrap ul li:last-child {
    border-right: 1px solid rgba(250, 250, 250, 0);
}

.countt {
    font-size: 17px;
    color: #fff;
    font-weight: 600;
    line-height: 35px;
}

.countArea {
    font-size: 40px;
    color: #fff;
}

.countArea1 {
    font-size: 40px;
    color: #fff;
}

.countArea2 {
    font-size: 40px;
    color: #fff;
}


@media screen and (max-width:1299px) {
    .count_wrap {
        background-position: right;
    }

    .count_wrap ul {
        width: 100%;
        margin: 0 auto;
    }
}

@media screen and (max-width:1089px) {
    .countArea {
        font-size: 27px;
        color: #fff;
    }

    .countArea1 {
        font-size: 27px;
        color: #fff;
    }

    .countArea2 {
        font-size: 27px;
        color: #fff;
    }

    .countt {
        font-size: 15px;
    }
}

@media screen and (max-width:589px) {
    .count_wrap {
        padding: 50px 0px;
    }

    .count_wrap ul li {
        width: 100%;
        border-right: 0px solid rgba(250, 250, 250, 0.3);
        margin: 20px 0px;
    }
    .mlinktt1 {
        display: none;
    }

}

.mpartner1 {
    width       : 100%;
    position    : relative;
    padding-top : 50px;
    text-align  : center;
}

.mpartner1_1 {
    width: 100%;
    height: 550px;
    background: url("/images/mbg01.jpg")repeat;
}

.mpartner1_1 ul li {
    height: 550px;
    position: relative;
    width: 40%;
    display: inline-block;
    float: left;
    text-align: center;
}

.mpartner1_1 ul li:first-child {
    width: 30%;
}

.mpartner1_1 ul li:last-child {
    width: 30%;
}

.mpartner1_1 ul li img {
    width: 100%;
}

.partnertcon {
    position: absolute;
    top: 55%;
    width: 100%;
    padding: 50px 0px 0px 55px;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
    border: 0px solid red;
}

.partnertcon>ul {
    width: 90%;
    margin: 0 auto;
}

.partnertcon>ul>li {
    background: url("/images/dot01.png")no-repeat;
    height: 65px;
    text-align: left;
    padding-left: 30px;
    color: #fff;
    font-size: 19px;
    display: inline-block;
    float: left;
    box-sizing: border-box;
    width: 50% !important;
}





.mpartner {
    width: 100%;
    background: #f2f2f2;
    padding: 80px 0px;
    overflow: hidden;
}

.partnerarea {
    width: 1300px;
    margin: 0 auto;
    border: 0px solid red;
}

.partnerarea ul li {
    float: left;
    text-align: center;
    width: 30%;
    margin-right: 3%;
    display: inline-block;
    background: #fff;
    border-radius: 15px;
    padding: 40px;
    box-sizing: border-box;
}

.partnerarea ul li:last-child {
    margin-right: 0%;
    padding: 45px !important;
}

.partnertt {
    font-size: 22px;
    color: #0262c3;
    font-weight: 600;
    margin-bottom: 15px;
}

.partnertt_1 {
    font-size: 18px;
    line-height: 27px;
    color: #0262c3;
    font-weight: 600;
    margin-bottom: 5px;
}

.partnertt1 {
    font-size: 16px;
    line-height: 25px;
    color: #000;
    font-weight: 500;
}

.partnertt2 {
    font-size: 40px;
    color: #0262c3;
    font-weight: 600;
    margin-bottom: 5px;
}

.partnertt3 {
    font-size: 33px;
    color: #0262c3;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 45px;
    padding:60px 30px 60px 30px;
}

.inputstyle01 {
    height: 45px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin: 0 auto;
    width: 80%;
}



.partnerButton {
    background-color: #0066cc;
    border-radius: 5px;
    border: 0px solid #999;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-size: 17px;
    padding: 10px 20px;
    text-decoration: none;

}


.partnerButton:hover {
    background-color: #000;
    color: #fff;
}


.pb55 {
    padding-bottom: 50px;
}



@media screen and (max-width:1299px) {
    .partnerarea {
        width: 100%;
    }
}


@media screen and (max-width:1089px) {
    .mpartner1 {
        display: none;
    }

    .mpartner {
        padding: 40px 0px;
    }

    .partnerarea ul li {
        width: 95%;
        margin: 3%;
        padding: 20px;
    }

    .pb55 {
        padding-bottom: 0px;
    }

    .partnerarea ul li:last-child {
        padding: 20px !important;
    }
}


.numcount{ position: absolute; top:5%; right:25%; bordeR:1px solid red; width:35px; text-align:center;
color:#fff; font-size:13px; font-weight:600; border-radius:50%;
line-height:35px; background:red;}







#flexiselDemo3 {
    display:none;
}

#flexiselDemo3 img { width:300px; }

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
    overflow: auto;
}

.nbs-flexisel-inner {
    position: relative;
    overflow: hidden;
    float:left;
    width:100%;
    border:1px solid #efefef;
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
    max-width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    padding:5px 1px;
    
    position: absolute;
    cursor: pointer;
    z-index: 4;
    top: 50%;
    transform: translateY(-50%);   
    background:#ccc;
    color: #fff;  
    opacity:0.4;
}

.nbs-flexisel-nav-left {
    left: 10px;
}

.nbs-flexisel-nav-left:before {
    content: "<"
}

.nbs-flexisel-nav-left.disabled {
    opacity: 0.4;
}

.nbs-flexisel-nav-right {
    right: 5px;    
}

.nbs-flexisel-nav-right:before {
    content: ">"
}

.nbs-flexisel-nav-right.disabled {
    opacity: 0.4;
}