::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
    /*border-radius: 4px;*/
}

::-webkit-scrollbar-thumb:window-inactive {
    border-radius: 3px;
    background: #cccccc;
}

::-webkit-scrollbar-thumb:vertical:hover {
    border-radius: 3px;
    background: #ccc;
}

@font-face {
    font-family: 'BEBAS';
    src: url("../fonts/BEBAS.eot");
    src: url("../fonts/BEBAS.eot") format('embedded-opentype'),
        url("../fonts/BEBAS.woff2") format('woff2'),
        url("../fonts/BEBAS.woff") format('woff'),
        url("../fonts/BEBAS.ttf") format('truetype'),
        url("../fonts/BEBAS.svg#BEBAS") format('svg');
}

@font-face {
    font-family: "Century Gothic";
    src: url("../fonts/Century Gothic.woff2") format("woff2"),
        url("../fonts/Century Gothic.woff") format("woff"),
        url("../fonts/Century Gothic.ttf") format("truetype"),
        url("../fonts/Century Gothic.eot") format("embedded-opentype"),
        url("../fonts/Century Gothic.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "DIN-REGULAR";
    src: url("../fonts/DIN-REGULAR.woff2") format("woff2"),
        url("../fonts/DIN-REGULAR.woff") format("woff"),
        url("../fonts/DIN-REGULAR.ttf") format("truetype"),
        url("../fonts/DIN-REGULAR.eot") format("embedded-opentype"),
        url("../fonts/DIN-REGULAR.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "FETTE-ENGSCHRIFT";
    src: url("../fonts/FETTE-ENGSCHRIFT.woff2") format("woff2"),
        url("../fonts/FETTE-ENGSCHRIFT.woff") format("woff"),
        url("../fonts/FETTE-ENGSCHRIFT.ttf") format("truetype"),
        url("../fonts/FETTE-ENGSCHRIFT.eot") format("embedded-opentype"),
        url("../fonts/FETTE-ENGSCHRIFT.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "AVGBBT";
    src: url("../fonts/AVGBBT.woff2") format("woff2"),
        url("../fonts/AVGBBT.woff") format("woff"),
        url("../fonts/AVGBBT.ttf") format("truetype"),
        url("../fonts/AVGBBT.eot") format("embedded-opentype"),
        url("../fonts/AVGBBT.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@media (min-width: 768px) {
    html {
        font-size: 28px !important;
    }
}

@media (min-width: 1025px) {
    ::-webkit-scrollbar {
        width: 6px;
        height: 6px;
    }

    ::-webkit-scrollbar-track {
        background: #fff;
    }

    ::-webkit-scrollbar-thumb {
        /*background: #C8102E;*/
        /*border-radius: 4px;*/
    }

    ::-webkit-scrollbar-thumb:window-inactive {
        /*background: #C8102E;*/
    }

    ::-webkit-scrollbar-thumb:vertical:hover {
        /*background: #C8102E;*/
    }

    html {
        font-size: 30px !important;
    }

    body {
        -ms-overflow-style: scrollbar;
    }
}

@media (min-width: 1440px) {
    html {
        font-size: 34px !important;
    }
}

@media (min-width: 1680px) {
    html {
        font-size: 40px !important;
    }
}


select::-ms-expand {
    display: none;
}

input,
select,
textarea {
    box-shadow: none;
    outline: none;
    border: none;
    border-radius: 0;
    -ms-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 0;
}

textarea {
    resize: none;
}

select::-ms-expand {
    display: none;
}

/* ����placeholder��ɫ */
input::-webkit-input-placeholder {
    color: #888;
}

input:-moz-placeholder {
    color: #888;
}

input::-moz-placeholder {
    color: #888;
}

input:-ms-input-placeholder {
    color: #888;
}

textarea::-webkit-input-placeholder {
    color: #888;
}

textarea:-moz-placeholder {
    color: #888;
}

textarea::-moz-placeholder {
    color: #888;
}

textarea:-ms-input-placeholder {
    color: #888;
}

body {
    overflow: hidden;
}

body.no-scroll {
    position: fixed;
    left: 0;
    right: 0;
}

.view {
    padding: 0 4.17%;
    /*margin-top: -10px;*/
}

header {
    /* position: absolute;
    left: 0;
    top: 0; */
    position: fixed;
    width: 100%;
    height: 2.1rem;
    z-index: 90;
    transition: background-color .3s;
    position: fixed;
    /*background-color: #fff;*/
    left: 0;
    top: 0;
    transition: all .3s;
}

header.headroom--unpinned,
header.headroom--unpinned.cur {
    top: -3.8rem;
}

header .header-nav {
    border-bottom: 1px solid #e5e5e5;
}

header .logo {
    float: left;
    width: 3.8rem;
    margin-top: .2rem;
    position: relative;
}

header .logo img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    top: 0;
    transition: all .3s;
}


header .header-right {
    float: right;
    font-size: 0;
}

header .header-right .item {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-left: .9rem;
    vertical-align: top;
}

header .header-right .nav-btn-box {
    display: none;
}

header .header-right .tit {
    display: block;
    font-size: .4rem;
    line-height: 2.1rem;
    height: 2.1rem;
    padding-left: .7rem;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: .625rem;
    font-size: .4rem;
    color: #000;
}

header .header-right .item.buy-box .tit {
    background-image: url("../img/header-icon1.png");
}

header .header-right .item.lang-box .tit {
    background-image: url("../img/header-icon2.png");
}

header .header-right .item.search-box .tit {
    padding: 0;
    width: .625rem;
    height: 2.1rem;
    background-image: url("../img/header-icon3.png");
}

header .header-right .item.search-box .tit span {
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding-right: .4rem;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url("../img/lang-arrow.png");
    background-size: .275rem;
}

header .buy-box {
    position: relative;
}

header .buy-box .sub {
    position: absolute;
    left: 50%;
    top: 1.3rem;
    padding-top: .5rem;
    width: 6.4rem;
    transform: translateX(-50%);
    display: none;
}

header .buy-box .sub .list {
    border: 1px solid #dddfe2;
    box-shadow: 0 10px 21px rgba(0, 0, 0, .05);
    padding: .3rem .5rem 0;
    background-color: #f9fafb;
    position: relative;
}

header .buy-box .sub .list:before {
    content: "";
    position: absolute;
    left: 50%;
    top: -.25rem;
    width: .45rem;
    height: .25rem;
    background-repeat: no-repeat;
    background-size: 100%;
    transform: translateX(-50%);
    background-image: url("../img/buy-sj.png");
}

header .buy-box .sub .list a {
    display: block;
    font-size: .35rem;
    line-height: .5rem;
    padding: .35rem 1rem;
    padding-right: 0;
    background-repeat: no-repeat;
    background-position: left center;
    color: #333;
    border-bottom: 1px solid #e4e4e6;
    transition: all .3s;
}

header .buy-box .sub .list a:last-child {
    border-bottom: none;
}

.pc-nav {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    font-size: 0;
    white-space: nowrap;
}

.pc-nav li {
    position: relative;
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: 0 .7rem;
}

.pc-nav li .tit {
    display: block;
    font-size: .45rem;
    line-height: 2.1rem;
    color: #000;
    transition: all .3s;
}

.pc-nav li .tit:after {
    display: block;
    content: attr(title);
    font-weight: bold;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.pc-nav li.cur .tit {
    /* color: #de0245; */
    font-weight: bold;
}

.pc-nav .navson {
    position: absolute;
    width: 200%;
    left: 50%;
    transform: translateX(-50%);
    top: 2.1rem;
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28);
    display: none;
}

.pc-nav .navson a {
    display: block;
    height: 1rem;
    line-height: 1rem;
    background: rgba(255, 255, 255, 1);
    position: relative;
    font-size: 0.35rem;
    text-align: center;
    position: relative;
    color: #000;
}

.pc-nav .navson a:after {
    content: '';
    position: absolute;
    width: 90%;
    height: 1px;
    bottom: 0;
    left: 5%;
    background: rgba(0, 0, 0, 0.1);
}

.pc-nav .navson a:last-child:after {
    display: none;
}

.pc-nav .navson a:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 14px;
    background: #de0245;
    left: 2px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.3s ease 0s;
}

.pc-nav .navson a:hover {
    background: rgba(255, 255, 255, 1);
}

.pc-nav .navson a:hover:before {
    opacity: 1;
}

.index-page header {
    height: 1.8rem;
}

.index-page .pc-nav li .tit {
    height: 1.8rem;
    line-height: 1.8rem;
}

.index-page header .header-right .tit {
    height: 1.8rem;
    line-height: 1.8rem;
}

.index-page header .header-right .item.search-box .tit {
    height: 1.8rem;
}

header .header-right .search-box {
    display: none;
}

.index-page header .header-right .search-boxnew {
    margin-top: .45rem;
    border: 1px solid #3b5496;
    display: inline-block;
    border-radius: 0.35rem;
    height: 0.75rem;
}

.index-page header.cur .header-right .search-boxnew {
    margin-top: .49rem;
    /*border: 1px solid #eee;*/
}

header .header-right .search-boxnew {
    width: 5rem;
    height: 0.625rem;
    border: 1px solid #eee;
    /* height: 2.1rem; */
    margin-top: .725rem;
}

header .header-right .search-boxnew form {
    width: 5rem;
    height: 0.75rem;
}

header .header-right .search-boxnew form input:first-child {
    width: 4rem;
    height: 0.75rem;
    padding-left: 0.4rem;
    float: left;
    box-sizing: border-box;
    background-color: transparent;
    font-size: 14px;
    height: 0.75rem;
}

header .header-right .search-boxnew form input::placeholder {
    color: #3b5496;
    /* 将颜色代码修改为需要的颜色 */
}

.index-page .pc-nav {
    left: 45%;
}

.index-page header.cur .pc-nav {
    left: 50%;
}

header .header-right .search-boxnew form input:last-child {
    width: 1rem;
    height: 0.75rem;
    float: left;
    box-sizing: border-box;
    background-color: transparent;
    background-image: url("../img/header-icon3.png");
    background-position: center;
    background-size: 14px;
    background-repeat: no-repeat;
}

index-page .pc-nav .navson {
    top: 1.8rem;
}


.m-nav {
    display: none;
}

header.white {
    background-color: #fff;
}

.search-dialog {
    position: absolute;
    right: 23.177%;
    top: 50%;
    margin-top: -.575rem;
    display: none;
}

.search-dialog .search-close {
    position: absolute;
    width: .55rem;
    height: .575rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background-image: url("../img/search-close.png");
    right: -2.2rem;
    top: 50%;
    margin-top: -.2875rem;
    transition: all .3s;
}

.search-dialog .search {
    width: 11.9rem;
    border: 1px solid #cac9c9;
    padding: .3rem .6rem;
    border-radius: 4px;
}

.search-dialog .search input[type=text] {
    float: left;
    width: 90%;
    height: .55rem;
    line-height: .55rem;
    font-size: .45rem;
    color: #cac9c9;
    background-color: transparent;
}

.search-dialog .search input[type=submit] {
    float: right;
    width: .55rem;
    height: .55rem;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url("../img/search-submit.png");
    background-color: transparent;
}

.search-black {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #424242;
    opacity: .65;
    filter: alpha(opacity=65);
    z-index: 30;
    display: none;
}

.index-page .clearfixed {
    display: none;
}

.index-page header {
    /* position: absolute; */
    left: 50%;
    top: 0;
    width: 78.125%;
    /* height: 2.75rem; */
    /*background-color: rgba(255, 255, 255, .8);*/
    transform: translateX(-50%);
    /*box-shadow: 0 6px 15px rgba(98, 98, 98, .06);
    transition: all .3s;*/
}

.index-page header .logo {
    /* margin-top: .7rem; */
    /*width: 2rem;*/
}

.index-page .header-nav {
    border-color: transparent;
}

.index-page .header-nav .divide {
    display: block;
}

.header-nav .divide,
.index-page .header-nav .divide {
    display: none;
}

.index-page .pc-nav {
    transform: translateX(-50%);
    /*padding-top: 20px;*/
}

.index-page .pc-nav li {
    /* margin: 0 .4rem; */
}

/* .index-page .pc-nav li .tit{
    line-height: 2.75rem;
}
.index-page header .header-right .tit{
    line-height: 2.75rem;
}
.index-page header .header-right .item:nth-child(3) .tit{
    height: 2.75rem;
} */
.index-page header .header-right .tit {
    background-size: .45rem;
}

.index-page .lang-dialog {
    /* top: 2.5rem; */
}

.lang-dialog .lang-tit {
    font-size: .5rem;
    line-height: .6rem;
    margin-bottom: .3rem;
    padding-left: .5rem;
    color: #000;
    padding: 0 3.125%;
}

.index-page .lang-dialog .lang-tit {
    padding-left: .5rem;
}

.index-page .lang-dialog .list {
    padding: 0;
}

/* .index-page header .buy-box .sub{
    top: 2rem;
} */
.header-nav .divide {
    width: 1px;
    height: .3rem;
    margin-top: 1.2rem;
    background-color: #7d7d7d;
    float: right;
    display: none;
}

.index-page header.cur {
    width: 100%;
    height: auto;
    background-color: #fff;
}

.index-page header.cur .buy-box .sub {
    top: 1.3rem;
}

.index-page .header-nav .divide {
    margin-top: .8rem;
}

.index-page header.cur .pc-nav li {
    margin: 0 .7rem;
}

.index-page header.cur .logo {
    /*margin-top: .31rem;*/
    margin-bottom: .22rem;
    /*width: 2.625rem;*/
}

.index-page header.cur .pc-nav li .tit {
    /*line-height: 2.1rem;
    height: 2.1rem;*/
}

.index-page header.cur .pc-nav .navson {
    top: 2.1rem;
}

.index-page header.cur .header-right .tit {
    line-height: 2.1rem;
    height: 2.1rem;
}

.index-page header.cur .header-right .item.search-box .tit {
    height: 2.1rem;
}

.index-page header.cur .header-right .item:nth-child(3) .tit {
    height: 2.1rem;
}

.index-page header.cur .lang-dialog {
    top: 2.1rem;
}

.index-page header.cur .header-nav .divide {
    margin-top: .9rem;
}

.index-page .header-nav .divide {
    /* margin-top: 1.2rem; */
}

.banner {
    width: 100vw;
    /*width: 100%;*/
    height: 100vh;
    height: 100%;
    /* overflow: hidden; */
    position: relative;
    background: #ffffff;
}

.banner .swiper-slide {
    height: 100%;
}

.banner .swiper-slide .pc-img,
.banner .swiper-slide .m-img {
    height: 87vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.banner .swiper-slide .pc-img {
    background-position: center center;
}

.banner .swiper-slide .m-img {
    display: none;
    background-position: left center;
}

.banner .swiper-slide .block {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.btns {
    position: absolute;
    z-index: 3;
}

.btns .swiper-pagination-bullet {
    width: .3rem;
    height: .3rem;
    background-color: #cbcbcb;
    border-radius: 100%;
    transition: all .3s;
}

.btns .swiper-pagination-bullet-active {
    background-color: #d8134a;
}

.banner .btns {
    left: 3.90625%;
    top: 50%;
    transform: translateY(-50%);
    width: .3rem;
}

.banner .btns .swiper-pagination-bullet {
    margin: .15rem 0;
}

.ban-fast {
    position: relative;
    margin-top: -2.4%;
    /*top: 88.4%;*/
    left: 50%;
    /* transform: translateX(-50%); */
    margin-left: -39.0625%;
    width: 78.125%;
    padding: .4rem 6.25%;
    background-repeat: repeat-x;
    background-image: url("../img/fast-bg.png");
    background-size: cover;
    z-index: 3;
    box-sizing: border-box;
    box-shadow: 0 0 6px 0 rgb(0 0 0 / 10%);
}

.ban-fast .row {
    margin: 0 -5.0%;
}

.ban-fast .item {
    box-sizing: border-box;
    padding: 0 5.0%;
    position: relative;
}

.ban-fast .item:before {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    width: 1px;
    height: 1.5rem;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../img/fast-line.png");
    background-size: 1px;
    margin-top: -.75rem;
}

.ban-fast .item:last-child:before {
    display: none;
}

.ban-fast .tit {
    font-size: .45rem;
    line-height: .7rem;
    font-weight: bold;
}

.ban-fast .fast {
    margin-top: .125rem;
    font-size: 0;
}

.ban-fast .fast a {
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: .375rem;
    line-height: .4rem;
    color: #666;
    margin-right: .9rem;
    padding-bottom: 4px;
    position: relative;
    transition: all .3s;
}

.ban-fast .fast a:last-child {
    margin-right: 0;
}

.ban-fast .fast a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    background-color: #de0245;
    width: 0;
    transition: all .3s;
}

footer {
    /*padding: 2rem 0 1.75rem;*/
    padding: 2rem 0 2.5rem 0;
    background-color: #ebebeb;
}

.f-left {
    float: left;
}

.f-left .f-logo {
    width: 2rem;
}

.f-left .f-logo img {
    width: 100%;
}

.f-left .tit {
    font-size: .35rem;
    line-height: .4rem;
    color: #4c4c4c;
    margin-top: .4rem;
}

.f-left .tel {
    font-size: .75rem;
    line-height: .8rem;
    color: #4c4c4c;
    margin-top: .2rem;
}

.f-left .ico-box {
    margin-top: .75rem;
    font-size: 0;
}

.f-left .ico-box .item {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    margin-right: .35rem;
    position: relative;
}

.f-left .ico-box .item:last-child {
    margin-right: 0;
}

.f-left .ico-box .ico {
    display: block;
    border-radius: 100%;
    width: 1rem;
    height: 1rem;
    border: 1px solid rgba(153, 153, 153, .5);
    background-repeat: no-repeat;
    background-position: center;
    background-size: .525rem;
    transition: all .3s;
}

.f-left .ico-box .item:nth-child(1) .ico {
    background-image: url("../img/f-ico2.png");
}

.f-left .ico-box .item:nth-child(2) .ico {
    background-image: url("../img/f-ico2.png");
}

.f-left .ico-box .img-box {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 1rem;
    padding-top: .45rem;
    display: none;
}

.f-left .ico-box .img {
    padding-top: 4px;
    position: relative;
    width: 3.25rem;
    padding: 4px;
    background-color: #fff;
}

.f-left .ico-box .img img {
    width: 100%;
}

.f-left .ico-box .img:before {
    content: "";
    position: absolute;
    left: 50%;
    top: -4px;
    width: 7px;
    height: 4px;
    margin-left: -3px;
    background-image: url("../img/qrcode-sj.png");
}

.f-left .back-btn {
    display: none;
}

.f-nav {
    margin-right: 9.375vw;
    float: right;
    font-size: 0;
}

.f-nav li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    width: 2.2rem;
    margin-right: 5.2vw;
}

.f-nav li:last-child {
    margin-right: 0;
}

.f-nav li .tit {
    display: block;
    font-size: .425rem;
    line-height: .5rem;
    color: #1a1a1a;
}

.f-nav li .navson {
    margin-top: .5rem;
}

.f-nav li .navson a {
    display: block;
    font-size: .35rem;
    line-height: .75rem;
    white-space: nowrap;
    color: #808080;
    transition: all .3s;
}

.f-right {
    float: right;
}

.f-right .back-btn {
    margin-top: 1rem;
    font-size: 0;
}

.f-right .back-btn a {
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: .35rem;
    line-height: .4rem;
    color: #C8102E;
    padding-bottom: 2px;
    border-bottom: 1px solid transparent;
    transition: all .3s;
}

.f-tit {
    font-size: .4rem;
    line-height: .5rem;
    color: #4c4c4c;
}

.f-share .share-box {
    margin-top: .5rem;
    font-size: 0;
}

.f-share .share-box a {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    padding: 0;
    margin: 0 .5rem 0 0;
}

.f-share .bshare-custom .bshare-weixin {
    background-image: url("../img/f-ico2.png")
}

.f-share .bshare-custom .bshare-sinaminiblog {
    background-image: url("../img/f-ico1.png")
}

.f-share .bshare-custom .bshare-qqim {
    background-image: url("../img/share-icon3.png")
}

.f-lang {
    margin-top: 1.75rem;
}

.f-lang .select {
    margin-top: .3rem;
    position: relative;
}

.f-lang .select .tit {
    display: block;
    font-size: .35rem;
    line-height: .7rem;
    height: .7rem;
    width: 3rem;
    border: 1px solid rgba(5, 0, 1, .1);
    padding: 0 .2rem;
    color: #4c4c4c;
    position: relative;
}

.f-lang .select .tit:before {
    content: "";
    position: absolute;
    right: .2rem;
    width: .275rem;
    height: .15rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background-image: url("../img/f-arrow.png");
    background-position: center;
    top: 50%;
    margin-top: -.075rem;
}

.f-lang .select .sub {
    display: none;
    position: absolute;
    left: 0;
    top: .7rem;
    border: 1px solid rgba(5, 0, 1, .1);
    width: 100%;
    box-sizing: border-box;
    background-color: #ebebeb;
    max-height: 2.8rem;
    overflow: hidden;
}

.f-lang .select .sub a {
    display: block;
    height: .7rem;
    line-height: .7rem;
    padding: 0 .2rem;
    box-sizing: border-box;
    color: #4c4c4c;
    border-bottom: 1px solid rgba(5, 0, 1, .1);
    transition: all .3s;
}

.f-lang .select .sub a:last-child {
    border-bottom: none;
}

.f-lang .select .sub .mCSB_scrollTools {
    width: 3px;
}

.f-lang .select .sub .mCSB_scrollTools .mCSB_draggerRail {
    width: 3px;
    background: transparent;
}

.f-lang .select .sub .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #C8102E;
    border-radius: 0;
}

.f-lang .select .sub .mCSB_inside>.mCSB_container {
    margin-right: 0;
}

.f-bottom {
    margin-top: 1rem;
}

.f-bottom .copy {
    float: left;
}

.f-bottom .copy,
.f-bottom .copy a {
    font-size: .35rem;
    line-height: .4rem;
    color: #838383;
}

.f-bottom .copy a {
    margin-left: .3rem;
    transition: all .3s;
}

.f-bottom .copy .back-btn {
    color: #C8102E;
    display: none;
}

.fot-btns {
    float: right;
    font-size: 0;
    /*display: none;*/
}

.fot-btns a,
.fot-btns span {
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: .35rem;
    line-height: .4rem;
    color: #838383;
    vertical-align: middle;
    transition: all .3s;
}

.fot-btns span {
    width: 1px;
    height: .25rem;
    background-color: #000;
    opacity: .2;
    filter: alpha(opacity=20);
    margin: 0 .5rem;
}

.recruit-dialog-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    display: none;
}

.recruit-dialog-box .black {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
    filter: alpha(opacity=50);
}

.recruit-dialog {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 21.25rem;
    box-sizing: border-box;
    padding: .75rem .9rem 1rem;
    background-color: #fff;
    transform: translate(-50%, -50%);
}

.recruit-dialog .tit-box {
    padding-bottom: .7rem;
    border-bottom: 1px solid rgba(220, 220, 220, .6);
}

.recruit-dialog .tit {
    float: left;
    font-size: .6rem;
    line-height: .7rem;
    color: #282b30;
}

.recruit-dialog .recruit-close {
    float: right;
    width: .425rem;
    height: .425rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background-image: url("../img/teacher-close.png");
    margin-top: .2rem;
}

.recruit-dialog .con {
    font-size: .35rem;
    color: #666666;
    line-height: .75rem;
    margin-top: 1rem;
    height: 8.25rem;
    overflow: hidden;
}

.recruit-dialog .con .mCSB_scrollTools .mCSB_draggerRail {
    width: 1px;
    background: rgba(0, 0, 0, .1);
}

.recruit-dialog .con .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #de0245;
    border-radius: 0;
}

.pc-nav li .tit:hover {
    /* color: #C8102E; */
    font-weight: bold;
}

.f-lang .select .sub a:hover {
    color: #C8102E;
}

.sub-nav .swiper-slide:hover a {
    color: #de0245;
}

.sub-nav .swiper-slide:hover a:before {
    transform: scaleX(1);
}

.f-left .ico-box .item:hover .ico {
    background-color: #000033;
    border-color: #000033;
}

.fot-btns a:hover,
.f-bottom .copy a:hover,
.f-nav li .navson a:hover {
    color: #000033;
}

/*联系我们*/
.index-join-box {
    padding: 3rem 0 2.25rem;
}

.index-tit {
    float: left;
    font-size: .7rem;
    line-height: .8rem;
    font-weight: bold;
}

.index-tit-box .join-more {
    float: right;
    font-size: .4rem;
    line-height: .8rem;
    padding-right: .6rem;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url("../img/join-more.png");
    color: #666;
    font-weight: bold;
    transition: all .3s;
}

.index-join {
    margin-top: .9rem;
}

.index-join .global-box {
    float: left;
    width: 41.3%;
    margin-left: 11.36%;
    margin-top: -2.15rem;
    position: relative;
}

.index-join .global-box img {
    width: 100%;
}

.index-join .area {
    position: absolute;
    right: -6.88%;
    top: 24.76%;
}

.index-join .area .txt {
    position: relative;
    z-index: 3;
    padding: .4rem .9rem;
    background-color: #fff;
    box-shadow: 10px 16px 20px rgba(35, 70, 130, .05);
    line-height: .6rem;
    color: #4c4c4c;
    width: 5rem;
    font-size: .45rem;
    text-align: left;
}

.index-join .area:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 9rem;
    height: 3.1rem;
    background-repeat: no-repeat;
    background-position: center;
    /*background-image: url("../img/global-sj.png");*/
}

.index-join .txt {
    font-size: .45rem;
    line-height: .6rem;
    position: absolute;
    left: 0;
    bottom: 5.5%;
    width: 100%;
    color: #888;
    text-align: center;
}

.index-join .tips {
    position: absolute;
    left: -10.5%;
    bottom: 11.8%;
}

.index-join .tips .item {
    font-size: .375rem;
    line-height: .55rem;
    padding-left: .8rem;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: .525rem;
    margin-top: .45rem;
}

.index-join .tips .item:nth-child(1) {
    background-image: url("../img/global-icon1.png");
}

.index-join .tips .item:nth-child(2) {
    background-image: url("../img/global-icon2.png");
}

.index-join .join-list {
    float: right;
    width: 36.93%;
}

.index-join .join-list .item {
    display: block;
    padding: 0 1.75rem 0 2.15rem;
    position: relative;
}

.index-join .join-list .item .bg {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0;
    filter: alpha(opacity=0);
}

.index-join .join-list .con-box {
    padding: 1.2rem 0;
    border-bottom: 1px solid #f9f3f5;
    position: relative;
    z-index: 3;
    transition: all .3s;
}

.index-join .join-list .item:last-child .con-box {
    border: none;
}

.index-join .join-list .tit {
    font-size: .5rem;
    line-height: .6rem;
    color: #060606;
    font-weight: bold;
    transition: all .3s;
}

.index-join .join-list .con {
    font-size: .375rem;
    line-height: .4rem;
    color: #666;
    margin-top: .3rem;
    width: 85%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .3s;
}

.index-join .join-list .con-box .join-deital {
    position: absolute;
    right: 0;
    top: 38.5%;
    width: 1rem;
    height: 1rem;
    /* background-color: #d8134a; */
    background-repeat: no-repeat;
    /* background-size: .175rem; */
    /* background-image: url("../img/join-detail.png"); */
    background-image: url("../img/index-next1.png");
    background-size: .225rem;
    background-position: center;
    border: 2px solid #d8134a;
    border-radius: 100%;
    transition: all .3s;
}

/* 我们的优势 */
/*.advantage-wrap{
    width: 100%;
    height: 590px;
    background-image: url('../img/advantage-bg.png');
    padding-top: 63px;
    box-sizing: border-box;
}
.advantage-container{
    margin: 0 auto;
}
.advantage-container .tile{
   
}
.advantage-container .advantage-ul{
    margin-top: 54px;
    display: flex;
}
.advantage-container .advantage-ul .advantage-item{
    width: 384px;
    position: relative;
}
.advantage-container .advantage-ul .advantage-item .cap{
    width: 204px;
    height: 40px;
    background-color: #0265f1;
    border-radius: 4px;
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 2px;
    position: absolute;
    top: -22px;
    left: 50%;
    transform: translate(-50%);
}
.advantage-container .advantage-ul .advantage-item .content-box{
    width: 100%;
    height: 346px;
    background-color: #ffffff;
    border-radius: 4px;
    padding-top: 50px;
    box-sizing: border-box;
}
.advantage-container .advantage-ul .advantage-item .content-box p{
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 1px;
    color: #666666;
}
.w-1200{
    width: 1200px;
}
.index-common-title{
    font-size: 32px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 3px;
    color: #333333;
    margin: 0 auto;
    font-weight: bold;
    text-align: center;
    position: relative;
    width: fit-content;
}
.index-common-title::after, .index-common-title::before{
    content: '';
    position: absolute;
    width: 45px;
    height: 6px;
    top: 50%;
    transform: translate(-50%);
    
}
.index-common-title::after{
    background-image: url('../img/title-right.png');
    right: -86px;
}
.index-common-title::before{
    background-image: url('../img/title-left.png');
    left: -44px;
}
.flex-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}*/