* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body,
html {
    font-family: "微软雅黑";
    color: #666;
    font-size: 14px;
    margin: 0 auto
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}

.clearfix {
    *zoom: 1
}

table {
    border-collapse: collapse
}

.fl {
    float: left
}

.fr {
    float: right
}

p {
    margin-bottom: 0
}

ul {
    list-style: none;
    margin-bottom: 0
}

select,
input {
    vertical-align: middle
}

input {
    padding-top: 0;
    padding-bottom: 0;
    font-family: 'Microsoft YaHei', 'PingFang SC', 'Helvetica Neue', Helvetica, 'Hiragino Sans GB', STHeitiSC-Light, Arial, sans-serif
}

input[type=submit] {
    -webkit-appearance: none;
    outline: none
}

img {
    border: 0
}

a {
    color: #666;
    text-decoration: none !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

a:hover {
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

a:active {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

textarea {
    resize: none
}

s,
i,
em {
    font-style: normal;
    text-decoration: none
}

.container {
    padding: 0;
    margin: 0
}

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

html,
body {
    position: relative;
    height: 100%
}

body {
    margin: 0;
    padding: 0
}

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

.wan_index .swiper-container {
    width: 100%;
    height: 100%
}

.wan_index .swiper-slide {
    width: 100%;
    height: 100%;
    font-size: 18px;
    background: #fff;
    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
}

@-webkit-keyframes imageAnimation {
    0% {
        opacity: 0;
        -webkit-animation-timing-function: ease-in
    }

    5% {
        opacity: 1;
        -webkit-animation-timing-function: ease-out
    }

    17% {
        opacity: 1
    }

    25% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

@-moz-keyframes imageAnimation {
    0% {
        opacity: 0;
        -moz-animation-timing-function: ease-in
    }

    8% {
        opacity: 1;
        -moz-animation-timing-function: ease-out
    }

    17% {
        opacity: 1
    }

    25% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

@-o-keyframes imageAnimation {
    0% {
        opacity: 0;
        -o-animation-timing-function: ease-in
    }

    8% {
        opacity: 1;
        -o-animation-timing-function: ease-out
    }

    17% {
        opacity: 1
    }

    25% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

@-ms-keyframes imageAnimation {
    0% {
        opacity: 0;
        -ms-animation-timing-function: ease-in
    }

    8% {
        opacity: 1;
        -ms-animation-timing-function: ease-out
    }

    17% {
        opacity: 1
    }

    25% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

@keyframes imageAnimation {
    0% {
        opacity: 0;
        animation-timing-function: ease-in
    }

    8% {
        opacity: 1;
        animation-timing-function: ease-out
    }

    17% {
        opacity: 1
    }

    25% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

.wan_index .wan_index_a {
    overflow: hidden;
    position: relative
}

.wan_index .wan_index_a .cb-slideshow li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    opacity: 0;
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 36s linear infinite 0s;
    -moz-animation: imageAnimation 36s linear infinite 0s;
    -o-animation: imageAnimation 36s linear infinite 0s;
    -ms-animation: imageAnimation 36s linear infinite 0s;
    animation: imageAnimation 36s linear infinite 0s
}

.wan_index .wan_index_a .cb-slideshow li:nth-child(1) span {
    background-image: url("../image/index_bg.jpg")
}

.wan_index .wan_index_a .cb-slideshow li:nth-child(2) span {
    background-image: url("../image/banner_test.jpg");
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s
}

.wan_index .wan_index_a .cb-slideshow li:nth-child(3) span {
    background-image: url("../image/banner_test1.jpg");
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s
}

.wan_index .wan_index_a .cb-slideshow li:nth-child(4) span {
    background-image: url("../image/index_bg.jpg");
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s
}

.wan_index .wan_index_a .cb-slideshow li:nth-child(5) span {
    background-image: url("../image/banner_test.jpg");
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s
}

.wan_index .wan_index_a .cb-slideshow li:nth-child(6) span {
    background-image: url("../image/banner_test1.jpg");
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s
}

.wan_index .wan_index_a .index_sharing {
    position: fixed;
    left: 0;
    top: 40%;
    margin: auto;
    z-index: 99999
}

.wan_index .wan_index_a .index_sharing .code{
    position: absolute;
    right: -130px;
    top: 0;
    z-index: 99999;
    width: 120px;
    height: 120px;
    display: none;
}

.wan_index .wan_index_a .index_sharing .code img{
    width: 100%;
    height: 100%;
}

.wan_index .wan_index_a .index_sharing .bdsharebuttonbox a {
    display: block;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.45);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000, endcolorstr=#7F000000);
    text-align: center;
    line-height: 50px;
    float: inherit;
    margin-bottom: 6px;
    margin-top: 0
}

.wan_index .wan_index_a .index_sharing .bdsharebuttonbox .index_wx {
    background: url("../image/shar_wx.png") center center
}

.wan_index .wan_index_a .index_sharing .bdsharebuttonbox .index_wx:hover .code{
    display: block;   
}

.wan_index .wan_index_a .index_sharing .bdsharebuttonbox .bds_sqq {
    background: url("../image/shar_qq.png") center center
}

.wan_index .wan_index_a .index_sharing .bdsharebuttonbox .bds_tsina {
    background: url("../image/shar_wb.png") center center
}

.wan_index .wan_index_a .index_sharing .bdsharebuttonbox .index_fk {
    background: url("../image/shar_fk.png") center center
}

.wan_index .wan_index_a .index_word {
    color: #fff;
    position: absolute;
    top: 30%;
    left: 9.7%;
    max-width: 672px;
    z-index: 999999
}

.wan_index .wan_index_a .index_word .index_word_a {
    font-size: 46px;
    font-weight: bold;
}

.wan_index .wan_index_a .index_word .index_word_b {
    width: 128px;
    height: 3px;
    background: #003677;
    margin-top: 30px;
    margin-bottom: 35px
}

.wan_index .wan_index_a .index_word .index_word_c {
    width: 550px;
    font-size: 20px;
    line-height: 34px
}

.wan_index .wan_index_a .index_word .index_word_d {
    margin-top: 50px
}

.wan_index .wan_index_a .index_word .index_word_d a {
    font-size: 14px;
    color: #fff
}

.wan_index .wan_index_a .index_word .index_word_d a span {
    display: inline-block;
    background: #023c9f;
    height: 35px;
    line-height: 35px
}

.wan_index .wan_index_a .index_word .index_word_d a span:hover {
    background: #003677
}

.wan_index .wan_index_a .index_word .index_word_d a .index_more {
    width: 115px;
    text-align: center;
    margin-right: 3px
}

.wan_index .wan_index_a .index_word .index_word_d a .index_more_icon {
    padding: 0 9px
}

.wan_index .wan_index_a .index_inlet {
    position: absolute;
    bottom: 10%;
    left: 9.7%;
    z-index: 999
}

.wan_index .wan_index_a .index_inlet img {
    vertical-align: bottom;
    margin-right: 8px;
    width: 27%
}

.wan_index .wan_index_b {
    overflow: hidden;
    position: relative
}

.wan_index .wan_index_b .cb-slideshow li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    opacity: 0;
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 36s linear infinite 0s;
    -moz-animation: imageAnimation 36s linear infinite 0s;
    -o-animation: imageAnimation 36s linear infinite 0s;
    -ms-animation: imageAnimation 36s linear infinite 0s;
    animation: imageAnimation 36s linear infinite 0s
}

.wan_index .wan_index_b .cb-slideshow li:nth-child(1) span {
    background-image: url("../image/index_bg.jpg")
}

.wan_index .wan_index_b .cb-slideshow li:nth-child(2) span {
    background-image: url("../image/banner_test.jpg");
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s
}

.wan_index .wan_index_b .cb-slideshow li:nth-child(3) span {
    background-image: url("../image/banner_test1.jpg");
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s
}

.wan_index .wan_index_b .cb-slideshow li:nth-child(4) span {
    background-image: url("../image/index_bg.png");
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s
}

.wan_index .wan_index_b .cb-slideshow li:nth-child(5) span {
    background-image: url("../image/banner_test.jpg");
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s
}

.wan_index .wan_index_b .cb-slideshow li:nth-child(6) span {
    background-image: url("../image/banner_test1.jpg");
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s
}

.wan_index .wan_index_b .index_group {
    width: 90%;
    margin: 0 auto;
    z-index: -10
}

.wan_index .wan_index_b .index_group ul li {
    width: 33.33%;
    float: left;
    position: relative;
    z-index: 111;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.wan_index .wan_index_b .index_group ul li:hover .index_group_b {
    background: transparent;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.wan_index .wan_index_b .index_group ul li img {
    width: 100%
}

.wan_index .wan_index_b .index_group ul li .index_group_b {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 111;
    background: rgba(0, 0, 0, 0.4);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#66000000, endcolorstr=#66000000);
    text-align: center;
    color: #fff;
    padding-top: 30%
}

.wan_index .wan_index_b .index_group ul li .index_group_b .index_group_txt {
    font-size: 34px;
    margin-bottom: 2%
}

.wan_index .wan_index_b .index_group ul li .index_group_b .index_group_txt_a {
    font-size: 18px;
    letter-spacing: 1px
}

.index_marathon {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 111111
}

.index_btn1 {
    display: inline-block;
    width: 15px;
    height: 3px;
    background: #fff;
    border-radius: 20px;
    margin-left: 7px;
    opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer
}

.index_btn2 {
    display: inline-block;
    width: 15px;
    height: 3px;
    background: #fff;
    border-radius: 20px;
    margin-left: 7px;
    opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer
}

.index_mouse {
    position: fixed;
    bottom: 10%;
    right: 9.7%;
    z-index: 111111;
    width: 60px;
    height: 30px;
    border: 2px solid transparent;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 20px
}

.index_mouse:hover {
    border: 2px solid #fff;
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px)
}

.index_mouse .bullet-active {
    opacity: 1;
    filter: alpha(opacity=100)
}

.index_mouse .swiper-pagination-bullet {
    width: 15px;
    height: 3px;
    background: #fff;
    border-radius: 20px;
    margin-left: 9px;
    opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0)
}

.index_mouse .swiper-pagination-bullet-active {
    opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100)
}

.index_mouse img {
    width: 85%;
    position: relative;
    top: -10px;
    cursor: pointer;
    left: 6px
}

.index_foot {
    width: 100%;
    position: fixed;
    text-align: center;
    bottom: 3%;
    font-size: 14px;
    color: #e5e5e5;
    z-index: 111111;
    margin: auto
}

.index_foot a {
    font-size: 14px;
    color: #e5e5e5
}

.index_foot a:hover {
    color: #fff
}

.index_header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 73px;
    z-index: 111111;
    font-size: 16px;
    background: rgba(0, 0, 0, 0.7);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#b2000000, endcolorstr=#b2000000)
}

.index_header .index_logo {
    margin-left: 9.7%;
    margin-top: 10px
}

.index_header .index_nav {
    margin-right: 9.7%
}

.index_header .index_nav .index_nav_ul>li {
    float: left;
    height: 73px;
    line-height: 73px
}

.index_header .index_nav .index_nav_ul>li .tag_nav {
    position: absolute;
    width: 100%;
    height: 65px;
    background: rgba(0, 0, 0, 0.53);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000, endcolorstr=#7F000000);
    line-height: 65px;
    left: 0;
    display: none;
    z-index: 111111
}

.index_header .index_nav .index_nav_ul>li .tag_nav ul {
    margin-right: 9.7%
}

.index_header .index_nav .index_nav_ul>li .tag_nav ul li {
    float: left;
    padding-left: 40px
}

.index_header .index_nav .index_nav_ul>li .tag_nav ul li a {
    color: #fff;
    display: block;
    text-align: right
}

.index_header .index_nav .index_nav_ul>li .tag_nav ul li a:hover {
    color: #003677
}

.index_header .index_nav .index_nav_ul>li>a {
    display: block;
    height: 73px;
    padding: 0 20px;
    color: #fff;
    border-bottom: 3px solid transparent
}

.index_header .index_nav .index_nav_ul>li>a.index_nav_active {
    color: #003677;
    border-bottom: 3px solid #003677
}

.index_header .index_nav .index_nav_ul>li>a:hover {
    color: #003677;
    border-bottom: 3px solid #003677
}

.index_header .index_nav .index_search {
    margin-top: 25px;
    margin-left: 15px;
    border-right: 1px solid #fff;
    height: 21px
}

.index_header .index_nav .index_search img {
    vertical-align: -1px;
    margin-right: 10px;
    height: 21px;
    cursor: pointer
}

.index_header .index_nav .index_or {
    margin-top: 25px;
    margin-left: 15px
}

.index_header .index_nav .index_or .index_en {
    border-right: 0
}

.index_header .index_nav .index_or .index_china {
    border-left: 0
}

.index_header .index_nav .index_or>a {
    display: inline-block;
    float: left;
    padding: 0 3px;
    color: #fff;
    border: 2px solid #fff;
    font-size: 8px
}

.index_header .index_nav .index_or>a.index_or_active {
    border: 2px solid #003677;
    background: #003677
}

.index_header .index_nav .index_or>a:hover {
    border-color: #003677;
    background: #003677
}

.index_search_popover {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#c8000000, endcolorstr=#c8000000);
    z-index: 11111111;
    display: none
}

.index_search_popover #index_search {
    width: 80%;
    margin: 0 auto;
    margin-top: 20%;
    position: relative
}

.index_search_popover #index_search .index_search_tc input {
    width: 100%;
    height: 70px;
    line-height: 70px;
    background: transparent;
    font-size: 36px;
    padding-left: 10px;
    color: #fff;
    outline: none
}

.index_search_popover #index_search .index_search_tc img {
    position: absolute;
    top: 13px;
    right: 19px;
    height: 45px;
    cursor: pointer
}

.index_search_popover .index_close img {
    position: absolute;
    width: 30px;
    top: 5%;
    right: 5%
}

.header_zt {
    display: none;
    width: 100%;
    height: 60px;
    background: #fff;
    padding: 0 4%;
    position: fixed;
    top: 0;
    z-index: 999999;
    border-bottom: 1px solid #000
}

.header_zt .header_zt_logo img {
    width: 20%;
    margin-top: 15px
}

.search_zt {
    position: fixed;
    top: 60px;
    z-index: 99999;
    width: 100%;
    text-align: center;
    padding: 15px 10%;
    background: #fff
}

.search_zt .zt_s1 {
    position: relative;
    width: 80%;
    margin-right: 10px
}

.search_zt .zt_s1 input {
    width: 100%;
    height: 22px;
    line-height: 22px;
    border: none;
    border: 1px #fff solid;
    padding-left: 15px;
    background-color: transparent;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    outline: none
}

.search_zt .zt_s1 img {
    height: 16px;
    position: absolute;
    top: 3px;
    right: 10px
}

@media screen and (min-width: 375px) and (max-width: 412px) {
    .search_zt .zt_s1 {
        width: 77%
    }

    .search_zt .zt_s1 img {
        width: 6%
    }
}

.menu-btn {
    display: block;
    position: fixed;
    top: 22px;
    right: 4%;
    width: 24px;
    height: 25px;
    z-index: 9999999
}

.menu-btn>span {
    display: block;
    width: 24px;
    height: 3px;
    background: #fff;
    cursor: pointer;
    border-radius: 3px;
    margin-left: 0
}

.menu-btn>span:nth-child(1) {
    position: absolute;
    top: 4px
}

.menu-btn>span:nth-child(2) {
    position: absolute;
    top: 11px
}

.menu-btn>span:nth-child(3) {
    position: absolute;
    top: 18px
}

.menu-btn>.span1 {
    background: white;
    -webkit-animation: span1 .5s alternate;
    -moz-animation: span1 .5s alternate;
    animation: span1 .5s alternate;
    -webkit-transform: translateY(7px) rotateZ(45deg);
    -moz-transform: translateY(7px) rotateZ(45deg);
    transform: translateY(7px) rotateZ(45deg)
}

.menu-btn>.span3 {
    background: white;
    -webkit-animation: span2 .5s alternate;
    -moz-animation: span2 .5s alternate;
    animation: span2 .5s alternate;
    -webkit-transform: translateY(-7px) rotateZ(-45deg);
    -moz-transform: translateY(-7px) rotateZ(-45deg);
    transform: translateY(-7px) rotateZ(-45deg)
}

.menu-btn>.span1-1 {
    background: #fff;
    -webkit-animation: span1-1 .5s alternate;
    -moz-animation: span1-1 .5s alternate;
    -o-animation: span1-1 .5s alternate;
    animation: span1-1 .5s alternate;
    -webkit-transform: translateY(0px) rotateZ(0deg);
    -moz-transform: translateY(0px) rotateZ(0deg);
    -ms-transform: translateY(0px) rotateZ(0deg);
    -o-transform: translateY(0px) rotateZ(0deg);
    transform: translateY(0px) rotateZ(0deg)
}

.menu-btn>.span3-1 {
    animation: span3-1 .5s alternate;
    -webkit-transform: translateY(0px) rotateZ(0deg);
    -moz-transform: translateY(0px) rotateZ(0deg);
    -ms-transform: translateY(0px) rotateZ(0deg);
    -o-transform: translateY(0px) rotateZ(0deg);
    transform: translateY(0px) rotateZ(0deg);
    background: #fff
}

@keyframes span1 {
    0% {
        transform: translateY(0px) rotateZ(0deg)
    }

    10% {
        transform: translateY(-3px)
    }

    70% {
        transform: translateY(7px)
    }

    100% {
        transform: translateY(7px) rotateZ(45deg);
        background: #000
    }
}

@-webkit-keyframes span1 {
    0% {
        -webkit-transform: translateY(0px) rotateZ(0deg)
    }

    10% {
        -webkit-transform: translateY(-3px)
    }

    70% {
        -webkit-transform: translateY(7px)
    }

    100% {
        -webkit-transform: translateY(7px) rotateZ(45deg);
        background: #000
    }
}

@-moz-keyframes span1 {
    0% {
        -moz-transform: translateY(0px) rotateZ(0deg)
    }

    10% {
        -moz-transform: translateY(-3px)
    }

    70% {
        -moz-transform: translateY(7px)
    }

    100% {
        -moz-transform: translateY(7px) rotateZ(45deg);
        background: #000
    }
}

@keyframes span2 {
    0% {
        transform: translateY(0px) rotateZ(0deg)
    }

    10% {
        transform: translateY(3px)
    }

    70% {
        transform: translateY(-7px)
    }

    100% {
        transform: translateY(-7px) rotateZ(-45deg);
        background: #000
    }
}

@keyframes span2 {
    0% {
        transform: translateY(0px) rotateZ(0deg)
    }

    10% {
        transform: translateY(3px)
    }

    70% {
        transform: translateY(-7px)
    }

    100% {
        transform: translateY(-7px) rotateZ(-45deg);
        background: #000
    }
}

@-webkit-keyframes span2 {
    0% {
        -webkit-transform: translateY(0px) rotateZ(0deg)
    }

    10% {
        -webkit-transform: translateY(3px)
    }

    70% {
        -webkit-transform: translateY(-7px)
    }

    100% {
        -webkit-transform: translateY(-7px) rotateZ(-45deg);
        background: #000
    }
}

@keyframes span1-1 {
    0% {
        transform: translateY(7px) rotateZ(45deg)
    }

    10% {
        transform: translateY(7px)
    }

    70% {
        transform: translateY(-3px)
    }

    100% {
        transform: translateY(0px) rotateZ(0deg);
        background: #000
    }
}

@-webkit-keyframes span1-1 {
    0% {
        -webkit-transform: translateY(7px) rotateZ(45deg)
    }

    10% {
        -webkit-transform: translateY(7px)
    }

    70% {
        -webkit-transform: translateY(-3px)
    }

    100% {
        -moz-transform: translateY(0px) rotateZ(0deg);
        background: #000
    }
}

@-moz-keyframes span1-1 {
    0% {
        -moz-transform: translateY(7px) rotateZ(45deg)
    }

    10% {
        -moz-transform: translateY(7px)
    }

    70% {
        -moz-transform: translateY(-3px)
    }

    100% {
        -moz-transform: translateY(0px) rotateZ(0deg);
        background: #000
    }
}

@keyframes span3-1 {
    0% {
        transform: translateY(-7px) rotateZ(-45deg)
    }

    10% {
        transform: translateY(-7px)
    }

    70% {
        transform: translateY(3px)
    }

    100% {
        transform: translateY(0px) rotateZ(0deg);
        background: #000
    }
}

@-webkit-keyframes span3-1 {
    0% {
        -webkit-transform: translateY(-7px) rotateZ(-45deg)
    }

    10% {
        -webkit-transform: translateY(-7px)
    }

    70% {
        -webkit-transform: translateY(3px)
    }

    100% {
        -webkit-transform: translateY(0px) rotateZ(0deg);
        background: #000
    }
}

@-moz-keyframes span3-1 {
    0% {
        -moz-transform: translateY(-7px) rotateZ(-45deg)
    }

    10% {
        -moz-transform: translateY(-7px)
    }

    70% {
        -moz-transform: translateY(3px)
    }

    100% {
        -moz-transform: translateY(0px) rotateZ(0deg);
        background: #000
    }
}

.right-menu {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: #333;
    z-index: 9999997;
    min-width: 320px;
    overflow: hidden;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: .45s;
    -moz-transition: .45s;
    transition: .45s
}

.right-menu>div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 100px;
    z-index: 1;
    background: #333;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s
}

.right-menu>div>.menu-ul {
    height: 80%;
    overflow-x: hidden;
    overflow-y: scroll
}

.right-menu>div>.menu-ul>li {
    width: 100%;
    line-height: 2.5em;
    position: relative;
    font-size: 17px
}

.right-menu>div>.menu-ul>li>a {
    border-bottom: 1px solid #444;
    color: white;
    display: block;
    opacity: .8;
    opacity: .8;
    filter: alpha(opacity=80);
    width: 100%;
    padding-left: 10%
}

.right-menu>div>.menu-ul>li:hover {
    opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100)
}

.right-menu>div>.menu-ul>li>img {
    width: 24px;
    position: absolute;
    top: 5px;
    right: 10px
}

.menu-ul .new-ul2 {
    display: block
}

.menu-ul .new-ul2>p {
    width: 100%;
    border-bottom: 1px solid #444;
    line-height: 2.5em;
    position: relative;
    font-size: 13px
}

.menu-ul .new-ul2>p>a {
    color: white;
    display: block;
    opacity: .8;
    opacity: .8;
    filter: alpha(opacity=80);
    width: 100%;
    padding-left: 15%
}

.menu-ul .new-ul2>p>a:hover {
    opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100)
}

.right-menu1 {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transform: translateX(0px)
}

.search_zt {
    display: none
}

.deng1 {
    display: none
}

@media screen and (min-width: 320px) and (max-width: 885px) {
    .wan_index .wan_index_a .index_word {
        top: 22%
    }

    .header {
        display: none
    }

    .header_zt {
        display: block
    }

    .search_zt {
        display: block
    }

    .deng {
        display: none
    }

    .deng1 {
        display: block
    }
}

@media screen and (min-width: 320px) and (max-width: 768px) {
    .index_header {
        display: none
    }

    .wan_index .wan_index_a .index_word .index_word_a {
        font-size: 18px
    }

    .wan_index .wan_index_a .index_sharing .bdsharebuttonbox .index_wx {
        background-size: 85%
    }

    .wan_index .wan_index_a .index_sharing .bdsharebuttonbox .bds_sqq {
        background-size: 85%
    }

    .wan_index .wan_index_a .index_sharing .bdsharebuttonbox .bds_tsina {
        background-size: 85%
    }

    .wan_index .wan_index_a .index_sharing .bdsharebuttonbox .index_fk {
        background-size: 85%
    }

    .wan_index .wan_index_a .index_sharing .bdsharebuttonbox a {
        width: 30px;
        height: 30px
    }

    .wan_index .wan_index_b .index_group ul li {
        width: 50%
    }

    .wan_index .wan_index_b .index_group ul li .index_group_b .index_group_txt {
        font-size: 18px
    }

    .wan_index .wan_index_a .index_inlet img {
        width: 16%
    }

    .index_mouse {
        bottom: 7%
    }

    .header_zt .header_zt_logo img {
        width: 65%
    }

    .header_zt {
        background: rgba(0, 0, 0, 0.5);
        filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000, endcolorstr=#7F000000)
    }

    .search_zt {
        background: rgba(0, 0, 0, 0.5);
        filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000, endcolorstr=#7F000000)
    }

    .wan_index .wan_index_a .index_word .index_word_d {
        margin-top: 3%
    }
}

@media screen and (min-width: 320px) and (max-width: 478px) {
    .wan_index .wan_index_a .index_word .index_word_c {
        width: 300px;
        font-size: 14px
    }
}

@media screen and (min-width: 320px) and (max-width: 374px) {
    .wan_index .wan_index_b .index_group ul li .index_group_b .index_group_txt_a {
        font-size: 12px
    }

    .wan_index .wan_index_b .index_group ul li .index_group_b {
        padding-top: 22%
    }

    .wan_index .wan_index_a .index_word .index_word_b {
        margin-top: 20px;
        margin-bottom: 20px
    }

    .wan_index .wan_index_a .index_word .index_word_c {
        font-size: 12px;
        line-height: 25px;
        width: 250px
    }

    .wan_index .wan_index_a .index_word .index_word_d {
        margin-top: 20px
    }

    .index_foot {
        bottom: 0;
        font-size: 12px
    }

    .search_zt .zt_s1 {
        width: 75%
    }
}

/*# sourceMappingURL=index.css.map */