* {
    box-sizing: border-box;
}

html {
    -ms-text-size-adjust: 100%;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 1 */
    -webkit-tap-highlight-color: transparent;
    /* 2 */
    height: 100%;
}

body, html {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0;

    -webkit-overflow-scrolling: touch;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

body {
    margin: 0;
    font-size: 14px;
    font-family: Microsoft YaHei, PingFangSC-Regular, PingHei, Helvetica, STHeiTi, Arial, sans-serif;
    padding-top: 44px;
}

:focus {
    outline: 0;
}

.hide {
    display: none;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    text-decoration: none;
}

a:active,
a:hover {
    outline-width: 0;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

img {
    border-style: none;
}

pre {
    overflow: auto;
    white-space: pre-wrap;
    word-wrap: break-word;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

h1, h2, h3, h4, h5, h6, p, figure, form, blockquote {
    margin: 0;
}

ul, ol, li, dl, dd {
    margin: 0;
    padding: 0;
}

ul, ol {
    list-style: none outside none;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 400;
    line-height: 2;
}

a {
    color: inherit;
}

.pd-5 {
    padding: 5px !important;
}

.pd-10 {
    padding: 10px !important;
}

.pd-15 {
    padding: 15px !important;
}

.pd-20 {
    padding: 15px !important;
}

.pull-5 {
    padding: 5px !important;
}

.pull-5-t {
    padding-top: 5px !important;
}

.pull-5-b {
    padding-bottom: 5px !important;
}

.pull-5-l {
    padding-left: 5px !important;
}

.pull-5-r {
    padding-right: 5px !important;
}

.pull-10 {
    padding: 10px !important;
}

.pull-10-t {
    padding-top: 10px !important;
}

.pull-10-b {
    padding-bottom: 10px !important;
}

.pull-10-l {
    padding-left: 10px !important;
}

.pull-10-r {
    padding-right: 10px !important;
}

.pull-15 {
    padding: 15px !important;
}

.pull-15-t {
    padding-top: 15px !important;
}

.pull-15-b {
    padding-bottom: 15px !important;
}

.pull-15-l {
    padding-left: 15px !important;
}

.pull-15-r {
    padding-right: 15px !important;
}

.pull-20 {
    padding: 20px !important;
}

.pull-20-t {
    padding-top: 20px !important;
}

.pull-20-b {
    padding-bottom: 20px !important;
}

.pull-20-l {
    padding-left: 20px !important;
}

.pull-20-r {
    padding-right: 20px !important;
}

.push-5 {
    margin-bottom: 5px !important;
}

.push-5-t {
    margin-top: 5px !important;
}

.push-5-r {
    margin-right: 5px !important;
}

.push-5-l {
    margin-left: 5px !important;
}

.push-10 {
    margin-bottom: 10px !important;
}

.push-10-t {
    margin-top: 10px !important;
}

.push-10-b {
    margin-bottom: 10px !important;
}

.push-10-r {
    margin-right: 10px !important;
}

.push-10-l {
    margin-left: 10px !important;
}

.push-15 {
    margin-bottom: 15px !important;
}

.push-15-t {
    margin-top: 15px !important;
}

.push-15-r {
    margin-right: 15px !important;
}

.push-15-l {
    margin-left: 15px !important;
}

.push-20 {
    margin-bottom: 20px !important;
}

.push-20-t {
    margin-top: 20px !important;
}

.push-20-r {
    margin-right: 20px !important;
}

.push-20-l {
    margin-left: 20px !important;
}

.push-30 {
    margin-bottom: 30px !important;
}

.push-30-t {
    margin-top: 30px !important;
}

.push-30-r {
    margin-right: 30px !important;
}

.push-30-l {
    margin-left: 30px !important;
}

.push-50 {
    margin-bottom: 50px !important;
}

.push-50-t {
    margin-top: 50px !important;
}

.push-50-r {
    margin-right: 50px !important;
}

.push-50-l {
    margin-left: 50px !important;
}

.push-100 {
    margin-bottom: 100px !important;
}

.push-100-t {
    margin-top: 100px !important;
}

.push-100-r {
    margin-right: 100px !important;
}

.push-100-l {
    margin-left: 100px !important;
}

.push-150 {
    margin-bottom: 150px !important;
}

.push-150-t {
    margin-top: 150px !important;
}

.push-150-r {
    margin-right: 150px !important;
}

.push-150-l {
    margin-left: 150px !important;
}

.remove-margin {
    margin: 0 !important;
}

.remove-margin-t {
    margin-top: 0 !important;
}

.remove-margin-r {
    margin-right: 0 !important;
}

.remove-margin-b {
    margin-bottom: 0 !important;
}

.remove-margin-l {
    margin-left: 0 !important;
}

.remove-padding {
    padding: 0 !important;
}

.remove-padding-t {
    padding-top: 0 !important;
}

.remove-padding-r {
    padding-right: 0 !important;
}

.remove-padding-b {
    padding-bottom: 0 !important;
}

.remove-padding-l {
    padding-left: 0 !important;
}

.font-s24 {
    font-size: 24px;
}

.font-s22 {
    font-size: 22px;
}

.font-s20 {
    font-size: 20px;
}

.font-s18 {
    font-size: 18px;
}

.font-s16 {
    font-size: 16px;
}

.font-s14 {
    font-size: 14px;
}

.font-s13 {
    font-size: 13px;
}

.fc-text_white {
    color: #fff;
}

.fc-text_333 {
    color: #333;
}

.fc-text_666 {
    color: #666;
}

.fc-text_999 {
    color: #999;
}

.fc-text_blue {
    color: #008bd8;
}

.fc-text_orange {
    color: #ff7800;
}

.t-a-c {
    text-align: center !important;
}

.t-a-l {
    text-align: left !important;
}

.t-a-r {
    text-align: right !important;
}

.t-a-j {
    text-align: justify !important;
}

.wrap {
    width: 100%;
    height: 100%;
}

.fc-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #008bd8;
    box-sizing: border-box;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    height: 44px;
    line-height: 1;
    padding: 0 15px;
    position: relative;
    text-align: center;
    white-space: nowrap;
}

.fc-header .fc-button {
    background-color: transparent;
    border: 0;
    box-shadow: none;
    color: inherit;
    display: inline-block;
    padding: 0;
    font-size: inherit
}

.fc-header .fc-button::after {
    content: none;
}

.fc-header.is-fixed {
    top: 0;
    right: 0;
    left: 0;
    position: fixed;
    z-index: 1;
}

.fc-header-button {
    -webkit-box-flex: .5;
    -ms-flex: .5;
    flex: .5;
}

.fc-header-button > a {
    color: inherit;
}

.fc-header-button.is-right {
    text-align: right;
}

.fc-header-button.is-left {
    text-align: left;
}

.fc-header-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    font-weight: 400;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.fc-footer {
    background-color: #333;
    color: #999;
    position: fixed;
    bottom: 0;
    height: 49px;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    z-index: 200;
}

@keyframes up {
    0% {
        opacity: 0;
        transform: translate3d(0, 8px, 0)
    }
    50% {
        opacity: 1;
        transform: translateZ(0)
    }
    to {
        opacity: 0;
        transform: translate3d(0, -8px, 0)
    }
}

.top-arrow {
    width: 4.3333vw;
    height: 4.3333vw;
    position: absolute;
    left: 50%;
    margin-left: -2.165vw;
    /*bottom: 21.6667vw;*/
    bottom: 4vw;
    animation: up 1.2s ease 0s infinite normal;
    z-index: 100;
}

.top-arrow .iconfont {
    color: #008bD8;
    transform: rotateY(-90deg)
}

.top-arrow .white {
    color: #fff
}

.fc-icon {
    display: block;
}

.fc-icon_more {
    background: url("images/more3.png") no-repeat center;
    background-size: 30px;
    height: 30px;
    width: 30px;
}

.swiper-container {
    background-color: #eee;
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide .slide-content {
    position: relative;
    text-align: center;
    height: 100%;
    width: 100%;
}

.slide-content .title {
    font-size: 24px;
    color: #008bd8;
    padding: 30px 0 0;
    margin-bottom: 15px;
    width: 100%;
}

.slide-content .subtitle {
    font-size: 16px;
    margin-bottom: 6px;
}

.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 40px;
    z-index: 300;
}

.border-b_blue {
    border-bottom: 1px solid #008bd8;
}

.border-b_666 {
    border-bottom: 1px solid #666;
}

.border-b_999 {
    border-bottom: 1px solid #999;
}

.border-b_ddd {
    border-bottom: 1px solid #ddd;
}

.small-font {
    font-size: 10px;
}

.header-logo {
    width: 80px;
}

.swiper-pagination-bullet {
    width: 5px;
    height: 5px;
}

.font-loose {
    line-height: 1.6;
    letter-spacing: 2px;
}

/*菜单*/
.fc-header-menum {
    cursor: pointer;
    width: 21px;
    height: 21px;
    transition: .3s ease;
}

.fc-header-menum > .icon {
    width: 21px;
    height: 10px;
    padding: 5px 0;
    /*border-top: 2px solid #fff;*/
    /*border-bottom: 2px solid #fff;*/
    background: #000;
    background-clip: content-box;
    position: relative;
    top: 5px;
}

/*.fc-header-menum:hover > .icon {*/
/*border: 0;*/
/*background: none;*/
/*}*/

.fc-header-menum > .icon:before, .fc-header-menum > .icon:after {
    position: absolute;
    content: "";
    width: 21px;
    height: 21px;
    transition: .3s ease;
    -webkit-transition: .3s ease;
    /*opacity: 0;*/
}

.fc-header-menum > .icon:before {
    top: -11px;
    /*border-bottom: 2px solid orange;*/
    border-bottom: 2px solid #fff;
}

.fc-header-menum > .icon:after {
    top: -2px;
    /*border-top: 2px solid green;*/
    border-top: 2px solid #fff;
}

/*.fc-header-menum:hover > .icon:before {*/
/*opacity: 1;*/
/*transform: rotate(-45deg) translateX(-3px) translateY(-7px);*/
/*-webkit-transform: rotate(-45deg) translateX(-3px) translateY(-7px);*/
/*}*/

/*.fc-header-menum:hover > .icon:after {*/
/*opacity: 1;*/
/*transform: rotate(45deg) translateX(-3px) translateY(7px);*/
/*-webkit-transform: rotate(45deg) translateX(-3px) translateY(7px);*/
/*}*/

.fc-header-menum.active > .icon:before {
    opacity: 1;
    transform: rotate(-45deg) translateX(-3px) translateY(-7px);
    -webkit-transform: rotate(-45deg) translateX(-3px) translateY(-7px);
}

.fc-header-menum.active > .icon:after {
    opacity: 1;
    transform: rotate(45deg) translateX(-3px) translateY(7px);
    -webkit-transform: rotate(45deg) translateX(-3px) translateY(7px);
}

.fc-header-menum.active > .icon > .middle {
    opacity: 0;
}

.fc-header-menum > .icon > .middle {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    /*background-color: #008bd8;*/
    background-color: #fff;
    top: 4px;
    opacity: 1;
}

/*.fa:hover>.icon:before{*/
/*opacity: 1;*/
/*transform: rotate(135deg) translateX(5px) translateY(-25px);*/
/*-webkit-transform: rotate(135deg) translateX(5px) translateY(-25px);*/
/*}*/
/*.fa:hover>.icon:after{*/
/*opacity: 1;*/
/*transform: rotate(-135deg) translateX(20px) translateY(39px);*/
/*-webkit-transform: rotate(-135deg) translateX(20px) translateY(39px);*/
/*}*/