@charset "UTF-8";

html,
body {
    -ms-overflow-style: scrollbar;
}


html {
    font-size: 13.33333vw;
}

@media screen and (min-width: 769px) {
    html {
        font-size: 102.4px;
    }
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Segoe UI", Roboto;
    position: relative;
    font-size:20px;
    color: #333;
    min-height: 100%;
    max-width: 750px;
    margin: 0 auto;
    background: #fff;
    font-family: "华文细黑";
}
@media screen and (max-width: 750px) {
    body {
        font-size: 14px;
    }
}
@media screen and (max-width: 359px) {
    body {
        font-size: 12px;
    }
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
input,
select,
textarea,
label,
dl,
dt,
dd {
    margin: 0;
    padding: 0;
    font-family: "华文细黑";
    outline: none;
    font-weight: normal;
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    font-size: 1em;
    line-height: inherit;
    resize: none;
}

h1:focus,
h2:focus,
h3:focus,
h4:focus,
h5:focus,
h6:focus,
p:focus,
input:focus,
select:focus,
textarea:focus,
label:focus,
dl:focus,
dt:focus,
dd:focus,
h1:active,
h2:active,
h3:active,
h4:active,
h5:active,
h6:active,
p:active,
input:active,
select:active,
textarea:active,
label:active,
dl:active,
dt:active,
dd:active {
    outline: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

input[type='radio'],
input[type='checkbox'],
textarea {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

input[type='radio']:focus,
input[type='checkbox']:focus,
textarea:focus,
input[type='radio']:active,
input[type='checkbox']:active,
textarea:active {
    outline: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

button {
    appearance: none;
    -webkit-appearance: none;
    padding: 0;
    margin: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    outline: none;
    border: none;
    background: transparent;
}

a {
    color: inherit;
}

a:hover,
a:focus {
    text-decoration: none;
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

img {
    vertical-align: middle;
}

table {
    border: none;
    white-space: normal;
    word-wrap: break-word;
    table-layout: fixed;
}

th,
td {
    font-weight: normal;
    padding: 5px;
    border: solid 1px #e5e5e5;
}

.wrapper {
    width: 100%;
    min-height: 568px;
    position: relative;
    overflow: hidden;
}

.wrapper.openPop {
    height: 100%;
    min-height: 100%;
    position: fixed;
}

.container {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.row {
    width: auto;
    margin: 0 auto;
    overflow: hidden;
}

.lg-global-inner {
    width: 95%;
    max-width: 1800px;
    margin: 0 auto;
    position: relative;
    display: block;
    z-index: 5;
}

.lg-global-inner:before,
.lg-global-inner:after {
    content: '';
    display: table;
    clear: both;
}

.global-inner {
    width: 90%;
    margin: 0 auto;
    position: relative;
    display: block;
    z-index: 5;
}

.global-inner:before,
.global-inner:after {
    content: '';
    display: table;
    clear: both;
}

.sm-global-inner {
    width: 75%;
    max-width: 1240px;
    margin: 0 auto;
    position: relative;
    display: block;
    z-index: 5;
}

.sm-global-inner:before,
.sm-global-inner:after {
    content: '';
    display: table;
    clear: both;
}

.xs-global-inner {
    width: 65%;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    display: block;
    z-index: 5;
}

.xs-global-inner:before,
.xs-global-inner:after {
    content: '';
    display: table;
    clear: both;
}

.lg-global-inner,
.sm-global-inner,
.xs-global-inner {
    width: 100%;
    padding: 0 0.16rem;
}


.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.en {
    font-family: Arial;
    font-style: normal;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.swiper-pagination-bullet {
    opacity: 1;
}

.clear {
    clear: both;
}

/*** 滚动条 ****/
.mCSB_inside>.mCSB_container {
    margin: 0;
}

.mCSB_scrollTools {
    width: 4px;
}

.mCSB_scrollTools .mCSB_draggerRail {
    background: transparent;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #e5e5e5;
    opacity: 0.5;
}

.mCSB_horizontal.mCSB_inside>.mCSB_container {
    margin-bottom: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    height: 3px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    margin: 0;
    height: 3px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    margin: 0;
    height: 0.09rem;
}


/***** header *****/
.header {
    width: 100%;
    max-width: 750px;
    height: 1.12rem;
    line-height: 1.12rem;
    padding: 0.15rem 0;
    display: block;
    background: #fff;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    z-index: 1000;
}

.st .header {
    position: fixed;
    top: 0;
}

.headeron {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}

.header .global-inner {
    display: table;
    position: relative;
    z-index: 1001;
    background: #fff;
}

.head-logo img {
    height: 0.85rem;
    display: block;
}

.search-bg {
    width: 2.28rem;
    height: 0.52rem;
    display: block;
    background: url(../images/search-bg.png) no-repeat center;
    background-size: contain;

}

.search-box {
    vertical-align: middle;
    width: 101%;
    height: 1.3rem;
    background: #fff;
    padding: 0;
    position: fixed;
    top: 0px;
    left: -1px;
    z-index: 1000;
    margin-top: 1.12rem;
    border-top: 1px solid #eeeeee;
    display: none;
}

.search-box input {
    font-size: 0.28rem;
    height: 0.52rem;
    line-height: 0.52rem;
    background: #ededed;
    border-radius: 0.5rem;
    display: block;
    padding-right: 0.75rem;
    padding-left: 0.2rem;
    width: 90%;
    margin: 0.35rem auto 0;
    color: #999999;
}

.search-box .search-boxbtn {
    position: absolute;
    right: 9%;
    top: 32%;
    display: block;
    height: 0.38rem;
    width: 0.38rem;
    background: url(../images/s-big.png) no-repeat center;
    background-size: contain;
}

/***** header *****/

/* 导航栏开始 */
.header-nav {
    margin-top: 1.12rem;
    width: 100%;
    max-width: 750px;
    height: 0.85rem;
    background: #e5ebee;
    z-index: 999;
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.header-nav .swiper-container {
    width: 6.38rem;
    width: 100%;
    padding-right: 0.5rem;
    height: 0.85rem;
    overflow: hidden;
    position: relative;
}

.header-nav .swiper-container .swiper-slide {
    width: auto;
    height: 0.85rem;
    padding: 0 0.2rem;
    margin-right: 0.13rem;
    font-size: 0.3rem;
    float: left;
    text-align: center;
    line-height: 0.85rem;
}

.header-nav .swiper-container .swiper-slide a {
    color: #666666;
}

.header-nav .swiper-container .swiper-slide.on {
    background: #006ac3;
}

.header-nav .swiper-container .swiper-slide.on a {
    color: #fff;
}

.nav-list {
    width: 6.38rem;
    width: 100%;
    height: 0.85rem;
    overflow: hidden;
    position: relative;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.nav-list li {
    width: 1.46rem;
    height: 0.85rem;
    margin-right: 0.13rem;
    font-size: 0.3rem;
    float: left;
    text-align: center;
    line-height: 0.85rem;
}

.nav-list li a {
    color: #666666;
}

.nav-list li.on {
    background: #006ac3;
}

.nav-list li.on a {
    color: #fff;
}

.head-menu-nav {
    width: 0.62rem;
    height: 0.86rem;
    padding-left: 0.1rem;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 999;
    background: #e5ebee;
}

.icon-hamburger {
    width: 100%;
    overflow: hidden;
    text-align: center;
    padding: 45% 0 0;
    -webkit-overflow-scroll: touch;
}

.icon-hamburger .line {
    width: 100%;
    height: 3px;
    display: block;
    background-color: #666666;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.icon-hamburger .line:nth-child(2) {
    margin: 5px 0;
}

.icon-hamburger.active .line:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
}

.icon-hamburger.active .line:nth-child(2) {
    opacity: 0;
}

.icon-hamburger.active .line:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
}

.head-nav-close {
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    -webkit-overflow-scroll: touch;
}

.pop-nav-box {
    display: none;
    background: #e5ebee;
    font-size: 0.36rem;
    border-top: 1px solid #d2d2d2;
    position: fixed;
    width: 100%;
    max-width: 750px;
    height: 90%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    margin: 1.94rem 0 0;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
}

.pop-x {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    padding: 0.55rem 7.5% 15%;
    -webkit-overflow-scrolling: touch;
}

.pop-nav-list>li {
    line-height: 1.03rem;
    border-bottom: 1px solid #d2d2d2;
}

.level-menu {
    padding-left: 0.27rem;
    position: relative;
}

.level-menu a {
    width: 100%;
    height: 1.04rem;
    color: #333333;
}

.level-menu .more {
    position: absolute;
    right: 0.3rem;
    top: 0.1rem;
    width: 0.8rem;
    height: 0.8rem;
    background: url(../images/add-icon1.png) no-repeat center;
    background-size: 0.28rem;
    cursor: pointer;
    display: block;
}

.level-menu .more.on {
    background: url(../images/add-icon2.png) no-repeat center;
    background-size: 0.28rem;
}

.lv2-box {
    display: none;
    padding: 0.3rem;
    border-top: 1px solid #d2d2d2;
}

.lv2-box>li {
    font-size: 0.3rem;
    padding-left: 0.38rem;
    line-height: 0.88rem;
}

.lv3-box {
    display: none;
    padding-left: 0.5rem;
}

.lv3-box>li {
    font-size: 0.3rem;
    padding-left: 0.38rem;
    line-height: 0.88rem;
    color: #4d4e4e;
}

.level-menu .more1 {
    position: absolute;
    right: 0.3rem;
    top: 0.35rem;
    width: 0.28rem;
    height: 0.28rem;
    background: url(../images/add-icon1.png) no-repeat center;
    background-size: 100%;
    cursor: pointer;
    display: block;
}

.level-menu .more1.on {
    background: url(../images/add-icon2.png) no-repeat center;
    background-size: 100%;
}

/* 导航栏结束 */

/* footer */
.footer {
    background: #006ac3;
}

.foot-list {
    padding: 0.45rem 0 0.11rem;
    border-bottom: 1px solid #4590cf;
}

.foot-list.on .ft-fri-pop {
    display: block;
}

.foot-list>li {
    width: 33%;
    height: 0.36rem;
    line-height: 0.36rem;
    margin-bottom: 0.37rem;
    position: relative;
    float: left;
    text-align: center;
}

.foot-list>li a {
    font-size: 0.28rem;
    color: #ffffff;
    display: block;
}

.foot-list .more {
    width: 0.19rem;
    height: 0.10rem;
    background: url(../images/arrow.png) no-repeat center;
    background-size: 0.19rem 0.1rem;
    cursor: pointer;
    display: block;
    position: absolute;
    top: 0.1rem;
    right: 0.13rem;
}

.foot-list .ft-fri-pop {
    position: absolute;
    top: 100%;
    width: 124px;
    left: 50%;
    margin-left: -62px;
    padding-bottom: 10px;
    display: none;
}

.foot-list .ft-fri-pop .ft-fri-list {
    background: #e5ebee;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}

.foot-list .ft-fri-pop a {
    color: #333333;
    display: block;
    padding: 2px 10px;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}



.foot-code {
    width: 85%;
    margin: 0.4rem auto 0;
    display: flex;
}

.ft-cd-item {
    width: 50%;
    padding: 0 0.38rem;
}

.ft-cd-item img {
    width: 100%;
}

.ft-cd-item .txt {
    text-align: center;
    color: #ffffff;
    font-size: 0.24rem;
    line-height: 0.38rem;
    margin-top: 0.15rem;
}

.foot-bottom {
    text-align: center;
    margin-top: 0.31rem;
    padding-top: 0.34rem;
    padding-bottom: 0.47rem;
    border-top: 1px solid rgba(255, 255, 255, 0.29);
}

.foot-copy {
    color: #ffffff;
    font-size: 0.24rem;
    line-height: 0.38rem;
}

.foot-copy a {
    display: block;
}

.foot-support {
    color: #ffffff;
    font-size: 0.24rem;
    line-height: 0.38rem;
    display: inline-block;
    margin: 0 auto;
    text-align: left;
}

.foot-support .swiper-container {
    float: left;
    height: 0.38rem;
    overflow: hidden;
}

/* footer */

.main-box {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 50;
    min-height: 5rem;
}


/* video */
.video-pop {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    z-index: 400;
    display: none;
}

.video-pop .pop-cent {
    width: 100%;
    height: 4.6rem;
    margin: 0 auto;
    position: absolute;
    top: 35%;
}

.video-pop .video-js {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.ie8 .video-pop .video-js,
.ie9 .video-pop .video-js {
    display: none;
}

.video-pop .video-top-info .video-close {
    background: url(../images/phone-nav-icon.png) no-repeat;
    width: 0.2rem;
    height: 0.2rem;
    position: absolute;
    top: 0px;
    right: -0.3rem;
    background-size: cover;
    cursor: pointer;
}

.video-pop .vjs-big-play-button {
    border: none;
    width: 0.6rem;
    height: 0.6rem;
    top: 50%;
    left: 50%;
    margin: -0.3rem 0 0 -0.3rem;
}

.video-pop .vjs-big-play-button span.vjs-icon-placeholder:before {
    content: "";
}

@media screen and (max-width: 991px) {
    .video-pop .pop-cent {
        width: 100%;
        height: 4rem;
        left: 0;
        margin-left: 0;
    }

    .video-pop .video-top-info .video-close {
        width: 0.3rem;
        height: 0.3rem;
        top: -14%;
        right: 1.25em;
    }
}

/* video */


.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after,
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{
    display:none;
}