body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, button, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei"
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    font-family: "Microsoft YaHei"
}
fieldset, img {
    border: 0
}
address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal
}
ul, ol, li {
    list-style: none
}
caption, th {
    text-align: left
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal
}
abbr, acronym {
    border: 0;
    font-variant: normal
}
sup {
    vertical-align: text-top
}
sub {
    vertical-align: text-bottom
}
input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit
}
input, textarea, select {
    *font-size: 100%;
    outline: 0;
    border: 0
}
a {
    text-decoration: none
}
button, textarea {
    outline: 0;
    border: 0;
    padding: 0;
    margin: 0;
    -webkit-appearance: none
}
.guide-container {
    width: 100%;
    height: 100vh;
    /* background: url(../images/bg2.jpg) center center; */
    /* background-size: 100%; */
    position: relative;
    /* max-width: 19.2rem; */
    /* overflow: hidden;
     */
}
.guide-container .swiper-slide:before, .list-container:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: url(../../images/index/top.png) no-repeat 15% 27%;
    background-size: auto 8.27rem;
}
.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.swiper-slide {
    text-align: center;
    font-size: 0.18rem;
    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;
}
.guide-top{
    width: 95%;
    margin: 0 auto 0.38rem;
    height: 1.56rem;
    position: absolute;
    z-index: 4;
    left: 0;
    right: 0;
    top: 0.4rem;
}
.guide-top .left-logo {
    float: left;
    width: 3.56rem;
    height: 1.56rem;
    background: url(../../images/index/logo.png) no-repeat center center;
    background-size: 100%;
    margin-top: 0.26rem;
}
.guide-top .right-guide {
    width: 2.4rem;
    height: 0.47rem;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 0.03rem;
    float: right;
    margin: 0.4rem 0.01rem 0 0;
    position: relative;
}
.guide-top .right-guide:before {
    content: "";
    width: 0.01rem;
    height: 0.25rem;
    background-color: #4a9be0;
    border-radius: 0.01rem;
    display: block;
    position: absolute;
    left: 0.58rem;
    top: 0.11rem;
}
.guide-top .home {
    width: 0.61rem;
    height: 0.61rem;
    background: url(../../images/index/h2.png) center center;
    position: absolute;
    left: 0;
    top: -0.09rem;
    cursor: pointer;
    background-size: 100%;
}
.guide-top .home.active {
    background-image: url(../../images/index/h1.png);
}
.guide-top .home.active:before {
    content: "";
    width: 0.28rem;
    height: 0.05rem;
    background-image: linear-gradient( #ffffff, #ffffff), linear-gradient( #ffffff, #ffffff);
    background-blend-mode: normal, normal;
    border-radius: 0.03rem;
    position: absolute;
    bottom: 0.03rem;
    left: 0.17rem;
}
.guide-top .filter {
    width: 0.61rem;
    height: 0.61rem;
    background: url(../../images/index/s2.png) center center;
    background-size: 100%;
    position: absolute;
    left: 0.5rem;
    top: -0.09rem;
    cursor: pointer;
}
.guide-top .filter.active {
    background-image: url(../../images/index/s1.png);
}
.guide-top .filter.active:before {
    content: "";
    width: 0.28rem;
    height: 0.05rem;
    background-image: linear-gradient( #ffffff, #ffffff), linear-gradient( #ffffff, #ffffff);
    background-blend-mode: normal, normal;
    border-radius: 0.03rem;
    position: absolute;
    bottom: 0.03rem;
    left: 0.17rem;
}
.guide-top .all {
    width: 1.54rem;
    height: 0.61rem;
    position: absolute;
    left: 0.98rem;
    line-height: 0.63rem;
    top: -0.09rem;
    font-size: 0.16rem;
    letter-spacing: 0.01rem;
    color: #4a9be0;
    text-indent: 0.56rem;
    cursor: pointer;
}
.guide-top .all i {
    display: block;
    width: 0.62rem;
    height: 0.61rem;
    background: url(../../images/index/x2.png) center center;
    position: absolute;
    left: 0;
    top: 0;
    background-size: 100%;
}
.guide-top .all.active {
    color: white;
}
.guide-top .all.active i {
    background-image: url(../../images/index/x1.png);
}
.guide-top .all.active:before {
    content: "";
    width: 1.08rem;
    height: 0.05rem;
    background-image: linear-gradient( #ffffff, #ffffff), linear-gradient( #ffffff, #ffffff);
    background-blend-mode: normal, normal;
    border-radius: 0.03rem;
    position: absolute;
    bottom: 0.03rem;
    left: 0.17rem;
}
/*.guide-top .filter.active .filter-ul{
     */
/* display: block;
 */
/*
}
*/
.filter-ul {
    position: absolute;
    width: 2.2rem;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 0.03rem;
    padding: 0.15rem 0.2rem;
    left: -0.5rem;
    top: 0.66rem;
    display: none;
}
.filter-ul .filter-li {
    width: 100%;
    height: 0.32rem;
    line-height: 0.32rem;
    font-size: 0.16rem;
    letter-spacing: 0.01rem;
    color: #ffffff;
    margin-bottom: 0.03rem;
}
.filter-ul .filter-li span {
    float: right;
    line-height: 0.32rem;
}
.filter-ul .filter-li:before {
    content: "";
    display: block;
    width: 0.11rem;
    height: 0.11rem;
    background-color: #666666;
    border-radius: 0.03rem;
    float: left;
    margin: 0.1rem 0.09rem 0 0;
}
.filter-ul .filter-li.active:before {
    background-color: #4a9be0;
}
.filter-ul .filter-li.active {
    color: #4a9be0;
}
.guide-con {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.guide-middle {
    width: 6.7rem;
    height: 1.92rem;
    position: absolute;
    left: -0.01rem;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 3;
}
/*.guide-middle.active{
     */
/* animation:hoverNum 0.4s ease-in-out ;
 */
/*
}
*/
.guide-middle.active .sw {
    animation: hoverNum 0.4s ease-in-out;
}
@keyframes hoverNum {
    0% {
        top: 30%;
        opacity: 0;
    }
    100% {
        top: 0;
        opacity: 1;
    }
}
.guide-middle > * {
    position: relative;
    z-index: 2;
}
.guide-middle .bg {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    left: -100%;
    top: 0;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}
.guide-middle.active .bg{
    animation: hoverOpacity 0.5s linear;
    animation-fill-mode: forwards;
}
@keyframes hoverOpacity {
    0% {
        opacity: 1;
    }
    100% {
        opacity:0.8;
    }
}
.swiper-slide-active .guide-middle .bg {
    left: 0;
    opacity: 1;
}
.guide-middle:before {
    content: "";
    display: block;
}
.guide-middle .gw {
    position: absolute;
    height: 1.92rem;
    line-height: 1.92rem;
    top: 0;
    left: -2rem;
    font-size: 1.34rem;
    letter-spacing: 0.07rem;
    color: #4999dd;
    width: 0.87rem;
    text-align: center;
    transition: all 0.45s ease-in-out;
}
.swiper-slide-active .gw {
    left: 1.05rem;
}
.guide-middle .gw:before {
    content: "";
    display: block;
    width: 0.87rem;
    height: 0.45rem;
    background: url(../../images/index/xian.png) no-repeat center center;
    position: absolute;
    top: -0.23rem;
    left: -0.03rem;
}
.guide-middle .sw {
    position: absolute;
    height: 1.92rem;
    line-height: 1.92rem;
    top: 0;
    left: -2rem;
    font-size: 1.34rem;
    letter-spacing: 0.07rem;
    color: #ffffff;
    transition: all 0.45s ease-in-out;
}
.swiper-slide-active .sw {
    left: 1.78rem;
}
.guide-middle .con-bg {
    position: absolute;
    height: 1.92rem;
    line-height: 0;
    width: 4rem;
    overflow: hidden;
    left: 2.7rem;
}
.guide-middle .con {
    position: absolute;
    height: 1rem;
    line-height: 0;
    font-weight: bold;
    padding-left: 0.3rem;
    border-left: 0.01rem solid #ffffff;
    left: 0;
    width: 3.65rem;
    top: 3rem;
    transition: all 0.45s ease-in-out;
}
.swiper-slide-active .con {
    top: 0.46rem;
}
.guide-middle .con b {
    display: block;
    height: 0.36rem;
    line-height: 0.36rem;
    overflow: hidden;
    text-align: left;
    margin-bottom: 0.1rem;
    letter-spacing: 0.01rem;
    font-size: 0.24rem;
    color: white;
}
.guide-middle .con em {
    display: block;
    height: 0.2rem;
    line-height: 0.2rem;
    overflow: hidden;
    text-align: left;
    color: white;
    font-size: 0.14rem;
    letter-spacing: 0.01rem;
    font-style: normal;
    margin-bottom: 0.03rem;
}
.guide-middle .con span {
    display: block;
    height: 0.36rem;
    line-height: 0.36rem;
    overflow: hidden;
    text-align: left;
    letter-spacing: 0.01rem;
    color: #4a9be0;
    font-size: 0.16rem;
}
.guide-middle .con span i{
    /* width:0.08rem;
     */
    height: 0.14rem;
    background: url(../../images/index/jt.png) no-repeat center right;
    display: inline-block;
    position: relative;
    top: 0.01rem;
    margin-left: 0.1rem;
}
.guide-middle .con span i:before{
    content: "";
    display: block;
    width: 0.16rem;
    height: 0.02rem;
    background: rgb(74,155,224);
    /* position: absolute;
     */
    float: left;
    margin-top: 0.06rem;
    left: -0.02rem;
    position: relative;
    transition: all 0.3s linear;
}
.guide-middle.active .con span i:before{
    width:0.45rem;
}
.guide-bottom {
    width: 12rem;
    height: 3rem;
    /* background-color: rgba(0, 0, 0, 0.8);
     */
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50%;
    margin: 0 auto -4.3rem;
    z-index: 3;
}
.guide-bottom .title {
    display: block;
    margin: auto;
}
.guide-bottom img {
    display: block;
    margin: auto;
}
.next {
    width: 3.5rem;
    margin: auto;
    display: block;
    cursor: pointer;
}
.guide-bottom .arrow {
    display: block;
    margin: auto;
}
.list-container {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    margin: auto;
    min-height: 100%;
    background: url(../../images/index/bg3.jpg) no-repeat center top rgb(38,21,23);
    background-size:
            cover;
}
.list-container .list-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    background: rgba(0, 0, 0, 0.6);
}
.guide-history {
    position: relative;
    z-index: 3;
    margin-top: 2.6rem;
}
.guide-list {
    width: 18rem;
    position: relative;
    z-index: 3;
    margin: 0 auto;
}
.guide-li {
    width: 4.8rem;
    height: 3.46rem;
    float: left;
    margin: 0 0.38rem 0.48rem;
}
.guide-li.no-top {
    margin-top: 0;
}
.guide-li .img {
    width: 4.8rem;
    height: 2.6rem;
    overflow: hidden;
}
.guide-li .img img {
    display: block;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    transition: all 0.2s linear;
}
.guide-li:hover img{
    transform: scale(1.15);
}
.guide-li:hover .right{
    animation: hoverNum 0.4s ease-in-out;
}
.guide-li .left {
    width: 3.5rem;
    height: 0.84rem;
    float: left;
}
.guide-li .bottom{
    position: relative;
    width: 100%;
    height: 0.84rem;
}
.guide-li .left b {
    display: block;
    font-size: 0.2rem;
    line-height: 0.58rem;
    letter-spacing: 0.01rem;
    color: #ffffff;
    height: 0.54rem;
}
.guide-li .left span {
    display: block;
    font-size: 0.16rem;
    line-height: 0.2rem;
    letter-spacing: 0.01rem;
    color: #ffffff;
}
.guide-li .right {
    font-size: 0.6rem;
    line-height: 0.84rem;
    letter-spacing: 0.03rem;
    color: #ffffff;
    /* float: right;
     */
    position: absolute;
    right: 0;
    top: 0;
}
.mCSB_scrollTools {
    left: auto;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fdfeff !important;
    border-radius: 0.03rem;
    width: 0.07rem;
}

.shadow {
    position: absolute;
    left: 0;
    top: -100%;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
    background: rgb(74,155,224);
}


.footer {
    width: 100%;
    background: rgb(22, 22, 22);
    height: 138px;
    font-size: 12px;
    color: rgb(111, 111, 111);
}

.footer a {
    font-size: 12px;
    color: rgb(111, 111, 111);
}

.footer div {
    padding-top: 30px;
}

.footer p {
    margin: auto;
    text-align: center;
    margin-bottom: 10px;
}

.footer p + p {
    margin-bottom: 15px;
}
