@charset "UTF-8";

/***
 *      ┌─┐       ┌─┐
 *   ┌──┘ ┴───────┘ ┴──┐
 *   │                 │
 *   │       ───       │
 *   │  ─┬┘       └┬─  │
 *   │                 │
 *   │       ─┴─       │
 *   │                 │
 *   └───┐         ┌───┘
 *       │         │
 *       │         │
 *       │         │
 *       │         └──────────────┐
 *       │                        │
 *       │                        ├─┐
 *       │                        ┌─┘
 *       │                        │
 *       └─┐  ┐  ┌───────┬──┐  ┌──┘
 *         │ ─┤ ─┤       │ ─┤ ─┤
 *         └──┴──┘       └──┴──┘
 *                神兽保佑
 *               代码无BUG!


/* ---------------------------------------------- 全局 ----------------------------------------------*/

::-webkit-scrollbar {
    display: none
}


/* hender */

header {
    border-top: 10px solid #020A38;
    position: fixed;
    /* height: 245px; */
    padding-bottom: 28px;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
    box-shadow: 2px 2px 1px 1px #33333317;
}

header .icon {
    position: absolute;
    top:60px;
    left: 11.35%;    transition: all 0.3s;
    cursor: pointer;
}

header>ul>li>div {
    height: 18px;
    overflow: hidden;
    position: relative;
}

header .logo {
    display: flex;
    justify-content: center;
    margin-top: 25px;
    margin-left: 40px;
}

header>ul.hide>li {
    border-bottom: 1px solid #f1f1f1;
    padding: 12px 32px;
    cursor: pointer;
}

header>ul.hide>li:last-child {
    border-bottom: none;
}

header>ul.hide>li>a>i {
    font-size: 0.28rem;
}

header>ul.hide {
    overflow: hidden;
    height: 0;
    transition: .5s;
}

header>ul.hide>li a h1 {
    color: #7b7979;
    font-size: 18px;
    letter-spacing: 1.4px;
    display: block;
    font-weight: lighter;
}

header>ul.hide ul.sub-nav {
    overflow: hidden;
    height: 0;
    transition: .5s;
}

header ul.hide ul.sub-nav li a {
    color: #7b7979;
}

header ul.hide ul.sub-nav li {
    color: #7b7979;
    font-size: 18px;
    border-bottom: 1px solid #f1f1f1;
    padding: 12px 44px;
}

header ul.sub-nav li a,
header>ul>li>div>a {
    display: block;
    position: relative;
    -webkit-transition: top 0.3s;
    -moz-transition: top 0.3s;
    -ms-transition: top 0.3s;
    -o-transition: top 0.3s;
    transition: top 0.3s;
    left: 0;
    top: 0;
}

header>ul>li:hover div a {
    top: -100%;
}
.zjnav .guojiz{    top: 11px;}

.guojiz{transition: all 0.3s;
    margin-top: 25px;
    margin-left: 40px;
    position: absolute;
    right: 75px;
    top: 36px;
}
.guojiz img{
    width: 150px;
}
/* hender end */


/*  */


/* footer */

footer {
    border-top: 1px solid #c5c3c2;
}

footer .top {
    width: 746px;
    margin: auto;
    margin-top: 117px;
    justify-content: end;
    align-items: end;
}

footer .top .left {
    text-align: center;
    width: 300px;
}

footer .top .right {
    text-align: center;
    width: 260px;
    margin-left: 191px;
}

footer .top P {
    font-size: 23px;
    margin-bottom: 9px;
    color: #0f0f0f;
    font-weight: bold;
}

footer .top h1 {
    font-size: 14px;
    margin-bottom: 23px;
    color: #0f0f0f;
    line-height: 20px;
    margin-left: 19px;
}

footer .top h2 {
    font-size: 18px;
    margin-bottom: 17px;
    color: #0f0f0f;
    line-height: 20px;
    font-weight: 550;
}

footer .top h3 {
    font-size: 16px;
    margin-bottom: 23px;
    color: #0f0f0f;
    line-height: 20px;
}

footer .top h4 {
    font-size: 23px;
    margin-bottom: 7px;
    color: #0f0f0f;
    letter-spacing: 0px;
    margin-left: 6px;
    font-weight: bold;
}

footer .top h5 {
    font-size: 14px;
    margin-bottom: 25px;
    color: #0f0f0f;
    margin-top: 12px;
    margin-left: 11px;
}

footer .top .right .flex {
    margin: auto;
    margin-top: 20px;
    /*margin-left: 4px;*/
}

footer .top .right .flex .afds {
    position: absolute;
    display: none;
    /* width: 50px; */
    left: -450%;
    top: -18%;
    border: 1px solid #333;
}

footer .top .right .flex .asdfsf:hover .afds {
    display: block;
}

footer .top .right .flex .afds::before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 9px;
    height: 10px;
    top: 15px;
    right: -5.9px;
    transform: rotate(221deg);
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    background-color: #fff;
}

footer .top .right .flex .afds img {
    width: 120px;
}

footer .footer {
    position: relative;
    background: #0f0f0f;
    margin-top: 95px;
    padding-top: 97px;
    padding-bottom: 48px;
}

footer .footer img.footer_logo {
    display: block;
    margin: auto;
    width: 198px;
}

footer .footer div {
    color: #897870;
    margin: auto;
    width: 877px;
    margin-top: 121px;
}

footer .footer p {
    font-size: 13px;
    margin-right: 30px;
}

footer .footer ul {
    margin-right: 9px;
}

footer .footer ul li {
    font-size: 12px;
    margin-right: 25px;
    position: relative;
}

footer .footer ul li::after {
    right: -12px;
    top: 6px;
    content: '';
    position: absolute;
    width: 2px;
    height: 2px;
    border-radius: 100px;
    background: #fff;
}

footer .footer a {
    color: #897870;
}

footer .footer a.ico {
    margin-right: 45px;
}

#dianjimd {
    position: absolute;
    right: 5.1%;
    top: 48%;
}


/* footer end */


/*  */


/* ---------------------------------------------- 全局 end ----------------------------------------------*/


/*  */


/* ---------------------------------------------- index end ----------------------------------------------*/


/* 视频 */

.index_video_banner {
    position: relative;
    cursor: pointer;
}

.index_video_banner .tubiao {
    position: absolute;
    top: 38.8%;
    left: 45.5%;
}


/* 视频 end */


/*  */


/*  index_about */

.index_about {}

.index_about p {
    text-align: center;
    font-size: 35px;
    margin-top: 117px;
    color: #030d45;
}

.index_about ul {
    width: 458px;
    margin: 50px auto;
}

.index_about ul li {
    text-align: center;
    width: 225px;
    background: none;
    border: 1px solid #030d45;
    height: 43px;
    line-height: 42px;
    font-size: 19px;
    letter-spacing: 2px;
}

.index_about ul li:hover {
    background: #030d45;
}

.index_about ul li:hover a {
    color: #fff;
}

.index_about ul li.active {
    background: #030d45;
}

.index_about ul li a {
    color: #030d45;
}

.index_about ul li.active a {
    color: #fff;
}

.index_about #banner01 {
    position: relative;
    margin-top: 129px;
    padding-bottom: 85px;
}

.index_about #banner01 .swiper-pagination {
    width: 100%;
    bottom: 3%;
}

.index_about #banner01 .swiper-pagination-bullet {
    background: #030d45;
    width: 84px;
    height: 1px;
    margin: 4px 4px;
    opacity: 1;
    border-radius: 0;
}

.index_about #banner01 .swiper-pagination .swiper-pagination-bullet-active {
    background: rgb(184 184 184);
    /* width: 76px; */
    /* height: 1px; */
    /* margin: 4px 8px; */
    opacity: 1;
    border-radius: 0;
}

.index_about #banner01 .swiper-slide {
    position: relative;
}

.index_about #banner01 .swiper-slide h2 {
    position: absolute;
    top: 31.2%;
    right: 9.7%;
    color: #fff;
    font-size: 89px;
    font-weight: lighter;
    letter-spacing: 5px;
}

.index_about #banner01 .swiper-slide h1 {
    position: absolute;
    top: 48%;
    right: 13.5%;
    color: #fff;
    font-size: 23px;
    font-weight: lighter;
    letter-spacing: 1.6px;
}

.index_about #banner01 .swiper-slide a {
    position: absolute;
    bottom: 19.9%;
    right: 16.7%;
    height: 37px;
    color: #fff;
    line-height: 37px;
    text-align: center;
    font-size: 21px;
    font-weight: lighter;
    letter-spacing: 1.6px;
    width: 195px;
    border: 1px solid #897573;
}

.index_about #banner01 .swiper-slide h3 {
    position: absolute;
    top: 34.2%;
    right: 10.7%;
    font-size: 75px;
    font-weight: lighter;
    letter-spacing: 3px;
    background: -webkit-linear-gradient(90deg, #af7e4e, #f9e3cf);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.index_about #banner01 .swiper-slide h4 {
    position: absolute;
    top: 74%;
    right: 17.4%;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    font-weight: lighter;
    letter-spacing: 1.6px;
    text-align: center;
    background: -webkit-linear-gradient(90deg, #af7e4e, #e8dace);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/* index_about end */


/*  */


/* index_product */

.index_product {}

.index_product ul {
    width: 1350px;
    margin: auto;
    margin-top: 121px;
}

.index_product ul li {
    margin-bottom: 46px;
    background: #f2f0ea;
}

.index_product aside {}

.index_product ul li article {
    width: 677px;
}

.index_product ul li article P {
    font-size: 30px;
    margin-left: 243px;
    margin-top: 84px;
    color: #030d45;
}

.index_product ul li article h1 {
    font-size: 37px;
    margin-left: 159px;
    margin-top: 62px;
    color: #030d45;
    line-height: 53px;
    font-weight: lighter;
    letter-spacing: 2.5px;
    margin-bottom: 64px;
}

.index_product ul li article a {
    border: 1px solid #b0b1bc;
    margin-left: 267px;
    font-size: 16px;
    padding: 0 36px 4px 36px;
    color: #030d45;
}

.index_product ul li:last-child article P {
    margin-top: 86px;
    margin-left: 249px;
}

.index_product ul li:last-child article h1 {
    margin-top: 53px;
    margin-bottom: 56px;
    margin-left: 163px;
}

.index_product ul li:last-child article a {
    margin-left: 269px;
}


/* index_product end */


/*  */


/* index_video */

.index_video {
    margin: auto;
    position: relative;
    width: 1500px;
    margin-top: 205px;
}

.index_video p.title {
    text-align: center;
    font-size: 34px;
    color: #030d45;
    margin-bottom: 84px;
}

.index_video .more {}

.index_video .more a {
    text-align: center;
    width: 200px;
    display: block;
    margin: auto;
    border: 1px solid #333;
    margin-top: 83px;
    font-size: 14px;
    padding: 10px 0;
}

.index_video #banner02 {
    width: 1232px;
}

.index_video #banner02 .swiper-slide {
    cursor: pointer;
}

.index_video #banner02 img.o1 {
    position: absolute;
    left: 41%;
    top: 34%;
}

.index_video .prev,
.index_video .next {
    display: flex;
    position: absolute;
    top: 43.2%;
    z-index: 1;
    color: #fff;
    cursor: pointer;
    opacity: 0.6;
}

.index_video .prev {
    left: 1.1%;
}

.index_video .next {
    right: 1.9%;
}

.index_video .prev i,
.index_video .next i {
    font-size: 35px;
    border: 1px solid #fff;
    padding: 20px 5px;
}


/* index_video end */


/*  */


/* index_not */

.index_not {
    background: url('../images/index/index_three.jpg') no-repeat center;
    height: 659px;
    background-size: 100%;
    position: relative;
    margin-top: 151px;
}

.index_not p {
    position: absolute;
    top: 16.2%;
    right: 12.2%;
    font-size: 50px;
    line-height: 70px;
    letter-spacing: 3px;
    background: -webkit-linear-gradient(90deg, #af7e4e, #f9e3cf);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.index_not h1 {
    position: absolute;
    top: 50.5%;
    right: 17.9%;
    font-size: 14px;
    text-align: center;
    line-height: 23px;
    letter-spacing: 3px;
    background: -webkit-linear-gradient(90deg, #af7e4e, #f9e3cf);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.index_not a {
    text-align: center;
    width: 258px;
    display: block;
    margin: auto;
    /* border: 1px solid #333; */
    background: #030d45;
    margin-top: 83px;
    font-size: 23px;
    padding: 13px 0;
    position: absolute;
    top: 64.2%;
    right: 18%;
    color: #fff;
}


/* index_not end */


/*  */


/* index_news */

.index_news {
    width: 1351px;
    margin: auto;
    margin-top: 169px;
    position: relative;
    margin-bottom: 146px;
}

.index_news p.title {
    text-align: center;
    font-size: 32px;
    color: #030d45;
    margin-bottom: 79px;
}

.index_news a.more {
    position: absolute;
    right: 0px;
    top: 10px;
    font-size: 16px;
}

.index_news ul {}

.index_news ul li {
    width: 410px;
}

.index_news ul li figcaption {
    font-size: 16px;
    margin-top: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index_news ul li h4 {
    margin-top: 22px;
    font-size: 12px;
    line-height: 22px;
    color: #615f5f;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.index_news ul li h5 {
    font-size: 12px;
}

.index_news ul li h6 {}

.index_news ul li h3 {
    font-size: 12px;
}

.index_news ul li>a>div>div img {
    width: 12px;
    margin: 0 4px 0 14px;
    object-fit: none;
}

.index_news ul li .flex {
    border-top: 1px solid #afabab;
    margin-top: 19px;
    padding-top: 19px;
}


/* index_news end */


/*  */


/* ---------------------------------------------- index end ----------------------------------------------*/


/*  */


/* ---------------------------------------------- news ----------------------------------------------*/

ul.news {
    width: 966px;
    margin: auto;
    margin-top: 130px;
    position: relative;
}

ul.news li {
    width: 293px;
    margin-right: 43px;
    margin-bottom: 110px;
}

ul.news li:nth-child(3n+2) {
    margin-right: 0;
}

ul.news li figcaption {
    font-size: 14px;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

ul.news li h4 {
    margin-top: 13px;
    font-size: 12px;
    line-height: 22px;
    color: #615f5f;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

ul.news li h5 {
    font-size: 12px;
}

ul.news li h6 {
    font-size: 12px;
}

ul.news li h3 {
    font-size: 12px;
}

ul.news li>a>div>div img {
    width: 12px;
    margin: 0 4px 0 14px;
    object-fit: none;
}

ul.news li .flex {
    border-top: 1px solid #afabab;
    margin-top: 9px;
    padding-top: 19px;
}

.news_page {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #b1b0ae;
    padding-bottom: 80px;
}

.news_page a {
    margin: 0 7px;
    font-size: 16px;
}

.news_page a.page-pre,
.news_page a.page-next {
    font-size: 18px;
    margin-top: -2px;
}


/* ---------------------------------------------- news end ----------------------------------------------*/


/*  */


/* ---------------------------------------------- contact ----------------------------------------------*/

#container {
    width: 100%;
    height: 588px;
}

.contact_title {
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    margin: 50px 0 60px;
}


/* ---------------------------------------------- contact end ----------------------------------------------*/


/*  */


/* ---------------------------------------------- StartBusiness ----------------------------------------------*/

.StartBusiness {
    position: relative;
    padding-top: 139px;
    background: #eeeeef;
}

.StartBusiness ul {
    width: 1166px;
    margin: auto;
    margin-left: 22%;
    padding-bottom: 100px;
}

.StartBusiness ul li {
    margin-right: 38px;
    margin-bottom: 44px;
}

.StartBusiness ul li:nth-child(5n+5) {
    margin-right: 0;
}


/* ---------------------------------------------- StartBusiness end ----------------------------------------------*/


/*  */


/* ---------------------------------------------- about ----------------------------------------------*/

.about {
    /* background: url('../images/about/index.png') no-repeat center;
    height: 5119px;
    background-size: 100%; */
    position: relative;
    margin-top: 51px;
}

.about_text_two {
    width: 1248px;
    margin: auto;
    margin-top: 110px;
}

.about_text_two p {
    font-size: 41px;
    margin-bottom: 65px;
}

.about_text_two h1 {
    font-size: 17px;
    line-height: 32px;
    letter-spacing: 1.85px;
    margin-bottom: 28px;
    text-align: justify;
}


/* about_text_six */

.about_text_six {
    width: 1319px;
    margin: 0 auto;
    margin-top: 128px;
}

.about_text_six ul {
    width: 100%;
    /* padding-top: 150px; */
}

.about_text_six ul li {
    text-align: center;
    width: 16.6%;
}

.about_text_six ul li>div {
    justify-content: center;
}

.about_text_six ul li>div h1 {
    font-size: 41px;
    margin-top: -11px;
    margin-left: -13px;
    letter-spacing: 3px;
}

.about_text_six ul li h2 {
    margin-top: 19px;
    font-size: 16px;
    margin-left: -13px;
    font-weight: bold;
}

.about_text_six ul li>div h3 {
    font-size: 25px;
    margin-top: -10px;
}

.about_text_six ul li>div h4 {
    font-size: 15px;
    margin-top: 1px;
}


/* about_not_two */

.about_not_two {
    border-top: 1px solid #cecdcc;
    margin-top: 118px;
    padding-top: 120px;
}

.about_not_two ul li {
    background: #0f0f0f;
    margin-bottom: 30px;
}

.about_not_two ul {
    width: 1248px;
    margin: auto;
}

.about_not_two .right {
    position: relative;
    width: 52%;
}

.about_not_two .right h2 {
    background: -webkit-linear-gradient(90deg, #af7e4e, #f9e3cf);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    right: 51px;
    font-size: 28px;
    top: 31px;
}

.about_not_two .right p {
    font-size: 25px;
    margin-top: 140px;
    color: #fff;
    margin-left: 54px;
    letter-spacing: 3px;
    text-align: justify;
}

.about_not_two .right h1 {
    font-size: 15px;
    margin-top: 34px;
    color: #fff;
    margin-left: 54px;
    letter-spacing: 0.2px;
    line-height: 32px;
    width: 86%;
}


/* about_values_three */

.about_values_three {
    border-top: 1px solid #cecdcc;
    margin-top: 120px;
    padding-top: 124px;
}

.about_values_three>div>img {}

.about_values_three ul li {
    width: 33.3%;
    text-align: center;
    margin-bottom: 95px;
}

.about_values_three ul {
    width: 1468px;
    margin: auto;
    margin-top: 102px;
}

.about_values_three ul li p {
    font-size: 44px;
    color: #000;
}

.about_values_three ul li h1 {
    margin-top: 30px;
    font-size: 19px;
}


/* about_signature_four */

.about_signature_xian {
    margin-top: 25px;
    border-top: 1px solid #cecdcc;
}

.about_signature_four {
    width: 1248px;
    margin: auto;
    padding-top: 134px;
    margin-bottom: 153px;
}

.about_signature_four .right {
    margin-left: 82px;
    position: relative;
}

.about_signature_four .right p {
    font-size: 38px;
    margin-top: 24px;
    margin-bottom: 52px;
}

.about_signature_four .right h1 {
    font-size: 17px;
    letter-spacing: 1.29px;
    line-height: 37px;
    margin-bottom: 39px;
}

.about_signature_four .right h2 {
    font-size: 19px;
    margin-left: 220px;
    margin-top: 93px;
}

.about_signature_four .right img {
    position: absolute;
    right: 27px;
    bottom: 0px;
}

.about_sheet {
    /* background: url('../images/about/about_sheet.uio.png') no-repeat center;
    height: 1274px;
    background-size: 100%; */
    position: relative;
    margin-top: 51px;
    margin-bottom: 50px;
}

.about_sheet .dubsi {
    position: relative;
}

.about_sheet .dubsi p {
    position: absolute;
    top: 161px;
    font-size: 58px;
    font-weight: bold;
    left: 43.15%;
    letter-spacing: 11px;
}

.about_sheet .sheet {
    margin: 0 auto;
    width: 1248px;
    margin-top: 159px;
     margin-bottom: 159px;
}

.about_sheet .sheet ul {
    width: 575px;
}

.about_sheet .sheet ul li {}

.about_sheet .sheet ul li p {
    border: 1px solid #333;
    width: 191px;
    height: 56px;
    text-align: center;
    display: grid;
    align-items: center;
    font-size: 19px;    border-top: none;
    font-weight: bold;
}

.about_sheet .sheet ul li h1 {
    border: 1px solid #333;
    border-left: none;
    width: 383px;
    height: 56px;    border-top: none;
    padding-top: 19px;
}

.about_sheet .sheet ul li span {
    /* font-size: 14px; */
    font-weight: bold;
    margin-left: 0;
    width: 23%;
    display: inline-block;
    text-align: center;
}

.about_sheet .sheet ul li span:last-child {}


/* ---------------------------------------------- about end ----------------------------------------------*/


/*  */


/* ---------------------------------------------- Merchants ----------------------------------------------*/

.Merchants {
    background: url('../images/Merchants/index.png') no-repeat center;
    height: 7377px;
    background-size: 100%;
    position: relative;
    margin-top: 51px;
}


/*  */

.Merchants_one {
    margin-top: 83px;
}

.Merchants_one p {
    text-align: center;
    position: relative;
    font-size: 42px;
    font-weight: bold;
    color: #0f0f0f;
}

.Merchants_one p::before {
    content: '';
    position: absolute;
    width: 95px;
    height: 1px;
    border-top: 1px solid #bbbecd;
    left: 39.74%;
    top: 56%;
}

.Merchants_one p::after {
    content: '';
    position: absolute;
    width: 95px;
    height: 1px;
    border-top: 1px solid #bbbecd;
    right: 39.74%;
    top: 56%;
}

.Merchants_one .lxie {
    width: 1235px;
    margin: auto;
    margin-top: 108px;
}

.Merchants_one h1 {
    width: 47.5%;
    border-bottom: 1px solid #b1b0ae;
    margin-bottom: 94px;
    display: flex;
    letter-spacing: 1.95px;
    padding-bottom: 30px;
}

.Merchants_one h1 span {
    font-size: 30px;
    margin-right: 15px;
    margin-top: -9px;
}


/*  */

.Merchants_two {
    padding-bottom: 200px;
    margin-top: 79px;
    background: #f6f5f5;
}

.Merchants_two P {
    text-align: center;
    position: relative;
    font-size: 36px;
    font-weight: bold;
    color: #0f0f0f;
    padding-top: 140px;
}

.Merchants_two>div {
    width: 1234px;
    margin: auto;
    background: #fefefe;
    margin-top: 81px;
    padding: 21px 24px;
}

.Merchants_two div img {
    margin-right: 45px;
}

.Merchants_two .left {
    margin-top: 38px;
}

.Merchants_two .left h1 {
    color: #0f0f0f;
    font-size: 17px;
    margin-bottom: 31px;
    letter-spacing: 0.79px;
}

.Merchants_two .left h1 span {
    font-weight: bold;
}


/*  */

.Merchants_three {
    background: #f6f5f5;
}

.Merchants_three p {
    text-align: center;
    position: relative;
    font-size: 31px;
    font-weight: bold;
    color: #0f0f0f;
    /* padding-top: 140px; */
}

.Merchants_three h1 {
    text-align: center;
    position: relative;
    font-size: 14px;
    /* font-weight: bold; */
    color: #0f0f0f;
    margin-top: 36px;
    /* margin-bottom: 500px; */
}

.Merchants_three ul {
    width: 1234px;
    margin: auto;
    margin-top: 91px;
}

.Merchants_three ul li {}

.Merchants_three ul li img {}

.Merchants_three ul li p {
    text-align: center;
    position: relative;
    font-size: 29px;
    font-weight: 100;
    color: #0f0f0f;
    margin-top: 25px;
    /* margin-left: -44px; */
}

.Merchants_three ul li p::before {
    content: '2';
    position: absolute;
    right: 40%;
    font-size: 12px;
    font-weight: 400;
    top: -4px;
}


/*  */

.Merchants_four {
    padding-top: 192px;
    background: #f6f5f5;
    padding-bottom: 150px;
}

.Merchants_four p {
    text-align: center;
    position: relative;
    font-size: 33px;
    font-weight: bold;
    color: #0f0f0f;
}

.Merchants_four ul {
    width: 755px;
    margin: auto;
    margin-top: 51px;
}

.Merchants_four ul li {
    display: flex;
    margin-right: 79px;
}

.Merchants_four ul li:last-child {
    margin-right: 0;
}

.Merchants_four ul li img {}

.Merchants_four ul li p {
    text-align: center;
    position: relative;
    font-size: 26px;
    font-weight: 300;
    color: #0f0f0f;
    margin-left: 14px;
    margin-top: 9px;
    letter-spacing: 2.5px;
}


/*  */

.Merchants_feve {
    margin-top: 167px;
}

.Merchants_feve p.title {
    text-align: center;
    position: relative;
    font-size: 42px;
    font-weight: bold;
    color: #0f0f0f;
}

.Merchants_feve p.title::before {
    content: '';
    position: absolute;
    width: 95px;
    height: 1px;
    border-top: 1px solid #bbbecd;
    left: 39.74%;
    top: 56%;
}

.Merchants_feve p.title::after {
    content: '';
    position: absolute;
    width: 95px;
    height: 1px;
    border-top: 1px solid #bbbecd;
    right: 39.74%;
    top: 56%;
}

.Merchants_feve ul {
    margin-bottom: 600px;
    width: 1230px;
    margin: auto;
    margin-top: 116px;
}

.Merchants_feve ul li {
    border-bottom: 1px solid #b1b0ae;
    margin-bottom: 63px;
    position: relative;
    padding-bottom: 42px;
}

.Merchants_feve ul li .o1 {
    margin-left: 25px;
    position: static;
    right: 0;
    top: 0;
    width: 101px;
    height: fit-content;
}

.Merchants_feve ul li div {}

.Merchants_feve ul li div p {
    font-size: 27px;
    color: #0f0f0f;
    font-weight: bold;
    margin-left: 50px;
    margin-top: -12px;
}

.Merchants_feve ul li div h1 {
    font-size: 18px;
    color: #0f0f0f;
    /* font-weight: bold; */
    margin-left: 51px;
    margin-top: 24px;
    line-height: 34px;
}

.Merchants_feve ul li div h1 {
    opacity: 0;
}

.Merchants_feve ul li div h1.main {
    opacity: 1;
}

.Merchants_feve ul li img {
    position: absolute;
    right: 0;
    position: absolute;
    right: 4px;
    top: -11px;
    cursor: pointer;
}


/*  */

.Merchants_six {
    background: url('../images/Merchants/merchants_background.jpg') no-repeat center;
    height: 521px;
    background-size: 100%;
    position: relative;
    margin-top: 108px;
}

.Merchants_six p {
    text-align: center;
    position: relative;
    font-size: 42px;
    font-weight: bold;
    color: #ffffff;
    padding-top: 71px;
}

.Merchants_six p::before {
    content: '';
    position: absolute;
    width: 95px;
    height: 1px;
    border-top: 1px solid #bbbecd;
    left: 40.1%;
    top: 81%;
}

.Merchants_six p::after {
    content: '';
    position: absolute;
    width: 95px;
    height: 1px;
    border-top: 1px solid #bbbecd;
    right: 40.2%;
    top: 81%;
}

.Merchants_six h1 {
    text-align: center;
    width: 1442px;
    background: #030d4563;
    margin: auto;
    margin-top: 73px;
    padding: 22px;
    color: #fff;
    font-size: 19px;
    line-height: 48px;
    padding-top: 59px;
    letter-spacing: 1.2px;
    padding-bottom: 59px;
    border-radius: 10px;
}


/*  */

.Merchants_seven {
    margin-top: 151px;
}

.Merchants_seven p {
    text-align: center;
    position: relative;
    font-size: 45px;
    font-weight: bold;
    color: #0f0f0f;
    /* padding-top: 140px; */
}

.Merchants_seven p::before {
    content: '';
    position: absolute;
    width: 95px;
    height: 1px;
    border-top: 1px solid #bbbecd;
    left: 39.74%;
    top: 56%;
}

.Merchants_seven p::after {
    content: '';
    position: absolute;
    width: 95px;
    height: 1px;
    border-top: 1px solid #bbbecd;
    right: 39.74%;
    top: 56%;
}

.Merchants_seven h1 {
    text-align: center;
    position: relative;
    font-size: 17px;
    /* font-weight: bold; */
    color: #0f0f0f;
    margin-top: 42px;
    /* margin-bottom: 500px; */
    line-height: 36px;
}

.Merchants_seven ul {
    width: 936px;
    margin: auto;
    margin-top: 91px;
}

.Merchants_seven ul li {
    text-align: center;
    /* font-size: 16px; */
    /* margin-top: 11px; */
}

.Merchants_seven ul li img {}

.Merchants_seven ul li h4 {
    font-size: 16px;
    margin-top: 24px;
}


/* 
 */

.Merchants_eight {
    margin-top: 193px;
}

.Merchants_eight p {
    text-align: center;
    position: relative;
    font-size: 45px;
    font-weight: bold;
    color: #0f0f0f;
    margin-bottom: 103px;
}

.Merchants_eight p::before {
    content: '';
    position: absolute;
    width: 95px;
    height: 1px;
    border-top: 1px solid #bbbecd;
    left: 39.74%;
    top: 56%;
}

.Merchants_eight p::after {
    content: '';
    position: absolute;
    width: 95px;
    height: 1px;
    border-top: 1px solid #bbbecd;
    right: 39.74%;
    top: 56%;
}


/*  */

.Merchants_nine {
    text-align: center;
    margin-bottom: 210px;
}

.Merchants_nine p {
    text-align: center;
    position: relative;
    font-size: 62px;
    font-weight: 300;
    color: #0f0f0f;
    padding-top: 150px;
}

.Merchants_nine h1 {
    width: 166px;
    background: #0f0f0f;
    /*margin: auto;*/
    margin-top: 50px;
    font-size: 18px;
    color: #fff;
    font-weight: 100;
    padding: 5px 0 5px;
    border-radius: 10px;
    position: absolute;
    left: 40%;
    margin-bottom: 35px;
}

.Merchants_nine h6 {
    font-size: 26px;
    position: absolute;
    left: 50%;
    margin-top: 50px;
    margin-bottom: 35px;
}

.Merchants_nine h2 {
    font-size: 28px;
}

.Merchants_nine h4 {
    width: 52px;
    height: 3px;
    background: #333;
    margin: auto;
    margin-top: 54px;
}

.Merchants_nine div {
    width: 754px;
    margin: auto;
    margin-top: 63px;
}


/* ---------------------------------------------- Merchants end ----------------------------------------------*/


/*  */


/* ---------------------------------------------- JaneLuxury ----------------------------------------------*/

.JaneLuxury {
    /* background: url('../images/JaneLuxury/index.png') no-repeat center;
    height: 1935px;
    background-size: 100%; */
    position: relative;
    margin-top: 108px;
}

.JaneLuxury .TxtBd {
    margin-bottom: 150px;
}

.JaneLuxury .TxtBd ul {
    width: 1018px;
    margin: auto;
    margin-top: 70px;
}

.JaneLuxury .TxtBd ul li {
    position: relative;
    margin-right: 26px;
    margin-bottom: 26px;
}

.JaneLuxury .TxtBd ul li:nth-child(2n+2) {
    margin-right: 0;
}

.JaneLuxury .TxtBd ul li:hover i {
    opacity: 1;
    margin-top: -25px;
}

.JaneLuxury .TxtBd ul li i {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: 0px;
    color: #ffffff;
    opacity: 0;
    transition: all ease-out .3s;
    background: rgba(0, 0, 0, 0.5);
    font-size: 32px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
}

.JaneLuxury .TxtBd ul li i:before {
    content: "";
    position: absolute;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    border: 1px solid #fff;
    top: 43%;
    left: 43%;
    transform: translate(-50%, -50%);
}

.JaneLuxury .TxtBd ul li i:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 10px;
    background: #fff;
    transform: rotate(125deg);
    top: 52%;
    left: 63%;
}

.JaneLuxury .TxtBd ul li .rectborder {
    width: calc(100% - 22px);
    height: calc(100% - 22px);
    left: 10px;
    top: 10px;
    opacity: 0;
    position: absolute;
    transition: all ease .5s;
    border: 1px solid #fff;
}

.JaneLuxury .TxtBd ul li:hover .rectborder {
    opacity: 1;
}

.JaneLuxury .TxtHd {}

.JaneLuxury .TxtHd ul {
    width: 446px;
    margin: auto;
    /* margin-bottom: 500px; */
}

.JaneLuxury .TxtHd ul li {
    font-size: 18px;
    cursor: pointer;
}

.JaneLuxury .TxtHd ul li.active,
.JaneLuxury .TxtHd ul li:hover {
    color: #1b2e96;
}


/*.fancybox-image{*/


/*    width: 200% !important;*/


/*    height: 200% !important;*/


/*}*/


/* ---------------------------------------------- JaneLuxury end ----------------------------------------------*/


/*  */


/* ---------------------------------------------- xin_JaneLuxury ----------------------------------------------*/

.xin_JaneLuxur_banner {
    position: relative;
}

.xin_JaneLuxur_banner .swiper-pagination {
    width: 100%;
    bottom: -5.8%;
}

.xin_JaneLuxur_banner .swiper-slide img {
    width: 100%;
}

.xin_JaneLuxur_banner .swiper-pagination-bullet {
    background: #474443;
    width: 9px;
    height: 9px;
    margin: 4px 8px;
    opacity: 1;
    border-radius: 100px;
}

.xin_JaneLuxur_banner .swiper-pagination .swiper-pagination-bullet-active {
    background: #474443;
    width: 9px;
    height: 9px;
    margin: 4px 8px;
    opacity: 1;
    border-radius: 100px;
}

.xin_JaneLuxury {}

.xin_JaneLuxury ul {
    width: 1453px;
    margin: auto;
    margin-top: 143px;
    margin-bottom: 100px;
}

.xin_JaneLuxury ul li {
    width: 32.2%;
    margin-right: 1.6%;
     margin-bottom: 1.6%;
    /*margin-bottom: 77px;*/
}

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

.xin_JaneLuxury ul li p {
    margin-top: 31px;
    line-height: 22px;
    color: #030d45;
}

.xin_JaneLuxury ul li:nth-child(3n+3) {
    margin-right: 0;
}


/* ---------------------------------------------- Merchants end ----------------------------------------------*/