@charset "utf-8";
* {
    padding: 0;
    margin: 0;
    list-style: none;
    border: 0;
    box-sizing: border-box;
}


/* body {
    -webkit-filter: grayscale(100%);
} */


/* 
html {
    -webkit-filter: progid: DXImageTransform.Microsoft.BasicImage(grayscale=1);
} */

*,
*:before,
*:after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

::-webkit-scrollbar {
    /*隐藏滚轮*/
    display: none;
}

html {
    font-family: "微软雅黑", Microsoft YaHei, tahoma, arial, Hiragino Sans GB, \\5b8b\4f53, sans-serif;
}

html {
    font-size: 50px;
}


/* iPhone 4/5 */

@media (min-width: 320px) {
    html {
        font-size: 50px;
    }
}


/* Android */

@media (min-width: 360px) {
    html {
        font-size: 56.25px;
    }
}


/* iPhone6 */

@media (min-width: 375px) {
    html {
        font-size: 58.59375px;
    }
}


/* iPhone6 Plus */

@media (min-width: 414px) {
    html {
        font-size: 64.6875px;
    }
}

html,
body {
    /*width: 100%;*/
    /*height: 100%;*/
    margin: 0;
    border: 0;
    padding: 0;
    /* background-color: #fff; */
}

html {
    font-family: "微软雅黑", Microsoft YaHei, tahoma, arial, Hiragino Sans GB, \\5b8b\4f53, sans-serif;
}

* {
    -webkit-touch-callout: none;
    /*系统默认菜单被禁用*/
    -webkit-user-select: none;
    /*webkit浏览器*/
    /*早期浏览器*/
    -moz-user-select: none;
    /*火狐*/
    -ms-user-select: none;
    /*IE10*/
    user-select: none;
}

body {
    overflow-x: hidden !important;
    color: #505050;
    font-size: .24rem;
}

a {
    color: inherit;
    text-decoration: none;
}


/*!*字体设置*!*/


/*@font-face {*/


/*font-family: myfont;*/


/*src: url(../font/PingFang%20Light.ttf);*/


/*}*/


/*.myfont{*/


/*font-family: myfont;*/


/*}*/

.pullright {
    float: right;
}

.pullleft {
    float: left;
}

img {
    width: 100%;
    display: block;
    pointer-events: none;
    -webkit-user-select: none;
}

.hide {
    display: none;
}

.clearfix:after {
    display: table;
    content: '';
    clear: both;
    zoom: 1;
}

i,
b,
em {
    font-style: normal;
    font-weight: normal;
}

.tec {
    text-align: center;
}

.flexbox {
    display: -moz-box;
    /*firefox*/
    display: -ms-flexbox;
    /*IE10*/
    display: -webkit-box;
    /*Safari*/
    display: -webkit-flex;
    /*Chrome*/
    display: box;
    display: flexbox;
    display: flex;
}

.maxW {
    width: 62vw;
    max-width: 1200px;
    margin: auto;
}


/* .headroom {
    transition: transform 200ms linear;
}

.headroom--pinned {
    transform: translateY(0%);
}

.headroom--unpinned {
    transform: translateY(-100%);
} */

.headroom {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transition: all .2s ease-in-out;
    z-index: 999;
}

.headroom--unpinned {
    top: -1rem;
}

.headroom--pinned {
    top: 0;
}

.tithover:hover {
    color: #DA4A4A;
}


/* swiper */

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    /* text-align: center; */
    /* 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; */
}

:root {
    --swiper-theme-color: background: rgba(218, 74, 74, 1);
}

.swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    display: inline-block;
    border-radius: 100%;
    background: transparent;
    border: 2px solid rgba(218, 74, 74, 1);
    border-radius: 50%;
    opacity: 1;
}

.swiper-pagination.swiper-pagination-bullets {
    text-align: center;
    width: auto;
    bottom: 0;
    right: 0;
    left: auto;
}

.swiper-pagination-bullet+.swiper-pagination-bullet {
    margin-left: 20px;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    /* background: transparent; */
    background: rgba(218, 74, 74, 1);
}

input {
    -webkit-appearance: none;
}

input[type=file]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus {
    outline: transparent;
}


/* input:focus {
    border: 0;
    outline: medium;
} */

.totopbox {
    position: fixed;
    bottom: 10vh;
    top: auto;
    left: auto;
    right: 10vw;
    width: 50px;
    height: 120px;
}

.totop {
    width: 50px;
    height: 50px;
    background-image: url(../images/icon04.png);
    background-repeat: no-repeat;
    background-size: 28px 28px;
    display: inline-block;
    margin-bottom: 20px;
    background-color: rgba(28, 66, 162, 1);
    background-position: center;
    cursor: pointer;
}

.tohome {
    width: 50px;
    height: 50px;
    background-image: url(../images/icon05.png);
    background-repeat: no-repeat;
    background-size: 26px 14px;
    display: inline-block;
    background-color: rgba(28, 66, 162, 1);
    background-position: center;
    cursor: pointer;
}

.pcshow {
    display: block;
}

.mshow {
    display: none;
}

.logo-box {
    height: 44px;
    line-height: 44px;
    background: #fbfbfb;
    width: 100%;
    padding-left: 17%;
    align-items: center;
}

.logo-box a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
}

.logo-img {
    width: 55px;
    margin-left: -53px;
}

.flexbox>* {
    overflow: hidden;
}

a {
    display: block;
}

header.scroll {
    position: static;
}


/* 适配移动端 */

@media screen and (max-width: 768px) {
    .maxW {
        width: 100%;
        padding: 0 15px;
    }
    .pcshow {
        display: none;
    }
    .mshow {
        display: block;
    }
}