html,
body {
    width: 100%;
    background: #3d70ff !important
}

* {
    box-sizing: border-box
}

img {
    display: block
}

.kv {
    width: 100%;
    min-height: 100%;
    background: url("../images/kv.jpg") no-repeat center/100% 100%;
    position: relative;
    overflow: hidden;
    color: #999;
    font-size: 2rem;
    text-align: center;
    line-height: 100vh
}

.kv .logo {
    position: absolute;
    top: .27rem;
    left: .39rem;
    height: .54rem
}

.kv .slogan {
    position: absolute;
    left: 13%;
    top: 1rem;
    width: 70%;
}

.kv .r1 {
    position: absolute;
    right: -8%;
    top: 22%;
    height: 3.2rem;
    animation: qq 3s infinite linear
}

.kv .r2 {
    position: absolute;
    top: 26%;
    left: 0rem;
    height: 2.8rem;
    animation: qq 5s infinite linear
}

.kv .r3 {
    position: absolute;
    top: 40%;
    right: .3rem;
    height: 2.6rem;
    animation: qq 4s infinite linear
}

.kv .r4 {
    position: absolute;
    top: 44%;
    left: .3rem;
    height: 2.6rem;
    animation: qq 6s infinite linear
}

.kv .r5 {
    position: absolute;
    top: 59%;
    left: 26%;
    height: 2.6rem;
    animation: qq 5.5s infinite linear
}

@keyframes qq {
    10% {
        transform: translate3d(0, 0, 0)
    }

    50% {
        transform: translate3d(-2%, -4%, 0)
    }

    100% {
        transform: translate3d(0%, 0%, 100%)
    }
}

.kv .copyright {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: .5rem;
    line-height: .5rem;
    text-align: center;
    color: #fff;
    font-size: 12px;
    opacity: 0.5;
}

#wrap {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
    background: url("../images/bg.png") no-repeat center bottom/100% 100%
}

#wrap .title2 {
    position: relative;
    display: inline-block;
    padding: .13rem .12rem .09rem;
    font-size: .31rem;
    line-height: .39rem;
    color: #f4972e;
    font-weight: bold;
    border-bottom: solid .02rem #f4972e
}

#wrap .title2::after {
    content: "";
    position: absolute;
    top: .05rem;
    left: -0.3rem;
    width: .45rem;
    height: .43rem;
    background: url("../images/icon.png") no-repeat center/100% 100%
}

#wrap .custom-title-wrap {
    display: flex
}

#wrap .custom-title {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 1.3rem 0 .5rem;
    height: .43rem;
    background: url("../images/tb2.png") no-repeat right center/1.1rem 100%, url("../images/tb.png") no-repeat left center/calc(100% - 1.09rem) 100%;
    font-weight: bold;
    font-size: .26rem;
    color: #fff;
    text-shadow: 0px .06rem 6px rgba(255, 161, 26, .45)
}

#wrap .custom-title::after {
    content: "";
    position: absolute;
    top: 50%;
    left: .08rem;
    transform: translateY(-50%);
    width: .23rem;
    height: .23rem;
    background: url("../images/m.png") no-repeat center/100% 100%
}

#wrap .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 1.05rem;
    padding: 0 .32rem .16rem
}

#wrap .header .logo {
    height: .54rem
}

#wrap .header .home-wrap {
    padding: .1rem
}

#wrap .header .home-wrap .home {
    width: .5rem
}

#wrap .header .menu-wrap {
    display: none;
    position: fixed;
    z-index: 9;
    top: .32rem;
    right: .34rem;
    width: 2.06rem;
    background-color: rgba(171, 217, 246, .9);
    padding: .6rem 0;
    border-radius: 1rem
}

#wrap .header .menu-wrap .close {
    position: absolute;
    right: .36rem;
    top: .3rem;
    width: .4rem
}

#wrap .header .menu-wrap .menu {
    padding: 0 .2rem
}

#wrap .header .menu-wrap .menu .menu-item {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: .68rem;
    line-height: 1;
    font-size: .24rem;
    border-top: .02rem solid #91c2e6;
    margin: 0 .26rem;
    white-space: nowrap
}

#wrap .header .menu-wrap .menu .menu-item.active {
    margin: 0;
    border-top: none;
    background-color: #f4972e;
    border-radius: .32rem;
    padding: 0 .16rem
}

#wrap .header .menu-wrap .menu .menu-item.active+.menu-item {
    border-top: none
}

#wrap .header .menu-wrap .menu .menu-item.active a {
    font-weight: 500;
    font-size: .27rem;
    color: #fff
}

#wrap .header .menu-wrap .menu .menu-item:first-child {
    border-top: none
}

#wrap .header .menu-wrap .menu .menu-item a {
    font-size: .27rem;
    color: #3584c5
}

#wrap .content {
    height: calc(100% - 1.55rem);
    overflow-y: auto
}

#wrap .content .w {
    width: 5.7rem;
    margin: 0 auto
}

#wrap .content::-webkit-scrollbar {
    display: none
}

#wrap .copyright {
    margin: 0 auto 0;
    width: 100%;
    height: .5rem;
    line-height: .5rem;
    text-align: center;
    color: #fff;
    font-size: 12px;
    opacity: 0.5;
}

#goToTop {
    position: fixed;
    right: .2rem;
    z-index: 9000;
    bottom: .3rem
}

#goToTop a {
    background: none repeat scroll 0 0 #ddd;
    border: .01rem solid #ccc;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #f96;
    font-size: .14rem;
    text-decoration: none;
    text-shadow: 0 .01rem 0 #999;
    -webkit-text-shadow: 0 .01rem 0 #999
}

#goToTop a {
    padding: .1rem;
    display: inline-block;
    letter-spacing: .1rem;
    text-align: center
}

#goToTop a:hover {
    background: none repeat scroll 0 0 #999
}


.w .title {
    height: .4rem;
    margin: 0 auto;
    margin-bottom: .2rem
}







.kabox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.ka {
    position: relative;
    width: 42%;
    height: 3.6rem;
    margin: 4%;
}

.x {
    width: 100%;
    height: 3.6rem;
    transition: all 1s;
}

.x1 {
    background: url(../images/x6.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    z-index: 1;
    font-size: 0.3rem;
}

.x1 img {
    height: 1.6rem;
}

.ka:hover .x1 {
    opacity: 0;
}

.x2 {
    background: url(../images/x7.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 0 0.2rem;
    box-sizing: border-box;
}

.x2>div:nth-child(1) {
    background-color: #f7b538;
    width: 70%;
    margin: 0 auto;
    line-height: 0.4rem;
    border-radius: 0.4rem;
    text-align: center;
    color: #fff;
    font-size: 0.24rem;
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
}

.x2>div:nth-child(2) {
    text-align: justify;
    font-size: 0.22rem;
}


.img {
    width: 100%;
    margin: 0.4rem 0;
}