* {
    padding: 0;
    margin: 0;
    box-sizing: border-box
}

html {
    font-size: 100px;
    font-size: 5.2083333vw
}

@font-face {
    font-family: "sjxingkai";
    src: url("../fonts/sjxingkai.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: sysong;
    src: url(../fonts/sySong.woff);
    font-weight: normal;
    font-style: normal
}

html,body {
    color: #000;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
    overflow-x: hidden;
    position: relative;
    font-family: Microsoft YaHei
}

body {
    font-size: .16rem
}

li {
    list-style: none
}

a {
    text-decoration: none
}
iframe {
    display: block;      
    margin: 0 auto;      
}

img,input {
    border: 0;
    outline: none
}

.wap {
    display: none
}

.top>img.wap {
    display: none
}

body .clear {
    float: none !important;
    clear: both;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important
}

.pic {
    padding-top: 75%;
    position: relative;
    overflow: hidden
}

.pic::before {
    position: absolute;
    top: 0;
    left: -90%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    opacity: .25;
    pointer-events: none;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 53) 50%, rgba(255, 255, 255, 0) 70%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 53) 50%, rgba(255, 255, 255, 0) 70%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    z-index: 3
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s
}

a:hover .pic img {
    transform: scale(1.05)
}

a:hover .pic:before {
    -webkit-animation: shine 1s;
    animation: shine 1s
}

@-webkit-keyframes shine {
    100% {
        left: 125%
    }
}

@keyframes shine {
    100% {
        left: 125%
    }
}

.pic div {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 100%;
    transition: all .8s;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

a:hover .pic div {
    width: 110%;
    height: 110%
}

.modulepic {
    padding-top: 75%;
    position: relative;
    overflow: hidden
}

.modulepic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
    object-fit: cover
}

.modulepic div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all .8s;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

a:hover .modulepic img {
    transform: scale(1.05)
}

a:hover .modulepic div {
    transform: scale(1.1)
}

.px1600 {
    max-width: 14rem;
    margin: 0 auto
}

.tops {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    padding: .2rem;
    transition: all .3s
}

.tops_r {
    flex: 1;
    min-width: 0;
    margin-left: 1rem
}

.top_other {
    display: flex;
    justify-content: flex-end;
    color: rgba(255, 255, 255, 0.5);
    font-size: .16rem;
    line-height: .3rem;
    align-items: center
}

.top_link {
    margin: 0 0;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.top_link a {
    color: #fff;
    font-size: .14rem;
    padding: 0 .1rem;
    line-height: .25rem;
    background: url(../images/zy_ico.png) left center no-repeat;
    padding-left: .24rem
}

.top_link a:hover {
    opacity: .7
}

.top_link span {
    font-size: .12rem;
    margin: 0 .2rem
}

.head {
    left: 0;
    right: 0;
    top: 0;
    z-index: 99999;
    transition: all 0.3s;
    background: url(../images/top_bg.png) center no-repeat;
    background-size: cover;
    position: relative
}

.head_box {
    width: 100%;
    padding: 0;
    transition: all .3s
}

.fl {
    float: left
}

.logo a {
    display: block;
    text-align: center
}

.logo a img {
    display: block;
    height: .7rem;
    transition: all .5s;
    margin: 0 auto
}

.fr {
    float: right
}

.xg1 {
    line-height: 40px;
    position: fixed !important;
    left: 0;
    right: 0;
    top: 0;
    transition: all .5s;
    width: 100%;
    z-index: 999999;
    transition: all 0.5s;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0rem 0.04rem 0.1rem 0rem rgba(0, 48, 93, 0.17)
}

.xg1 .search {
    width: 2.5rem
}

.xg1 .tops {
    padding: .1rem
}

.xg1 .head_box {
    padding: 0.1rem 0 0 0
}

.xg1 .logo a img {
    height: .5rem
}

input,button {
    border: none;
    outline: none
}

.search {
    overflow: hidden;
    width: 3.38rem;
    height: 0.44rem;
    position: relative;
    transition: all .5s;
    margin-left: .15rem;
    border-radius: 0.5rem;
    box-sizing: border-box;
    border: 0.01rem solid rgba(255, 255, 255, 0.4)
}

.search:hover {
    border: rgba(255, 255, 255, .8) .01rem solid
}

.search div {
    margin-left: .4rem
}

.search a {
    display: inline-block
}

.search a:hover {
    opacity: 0.85
}

.search span {
    display: inline-block;
    font-size: .14rem;
    color: #333;
    margin-right: .2rem
}

.search span:nth-child(1) {
    margin-right: .15rem
}

.search input[type="text"] {
    font-size: .13rem;
    width: 80%;
    height: 0.44rem;
    padding-left: .15rem;
    color: #fff;
    line-height: 0.44rem;
    background: none;
    border-radius: 0;
    float: left
}

.search input[type="text"]::placeholder {
    font-size: .13rem;
    color: #fff;
    opacity: 0.8
}

.search .btn {
    width: 0.6rem;
    height: 0.42rem;
    line-height: 0.42rem;
    padding: 0;
    position: absolute;
    color: #fff;
    font-size: .16rem;
    background: url(../images/search.png) center no-repeat;
    cursor: pointer;
    background-size: .2rem .2rem;
    right: 0;
    opacity: 1
}

.search .btn:hover {
    opacity: 1
}

.search img {
    position: absolute;
    right: .15rem;
    top: .5rem
}

.head.on {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #0071c5
}

.nav {
    height: .6rem;
    line-height: .6rem;
    margin-top: 0;
    position: relative;
    z-index: 9;
    width: 100%;
    border-top: rgba(255, 255, 255, .2) solid 1px
}

.nav>ul {
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between
}

.nav>ul>li {
    display: block;
    text-align: center;
    position: relative;
    line-height: .6rem;
    height: .6rem;
    margin-bottom: 0;
    float: left;
    transition: all 0.6s
}

.nav>ul>i {
    font-style: normal;
    color: #dbd8db;
    font-size: .16rem
}

.nav>ul>li:hover {
    transition: all 0.6s
}

.nav>ul>li:first-child {
    margin-left: 0;
    border: 0
}

.nav>ul>li>a {
    font-size: 0.20rem;
    color: #fff;
    text-align: center;
    position: relative;
    display: block;
    height: .6rem;
    line-height: .6rem;
    padding: 0 .2rem;
    font-family: auto;
    font-weight: 400
}

.nav>ul>li.on>a::after {
    width: 100%
}

.nav>ul>li.active>a {
    color: #FFC107
}

.nav>ul>li:hover>a {
    color: #FFC107;
    font-weight: bold
}

.nav>ul>li:hover>a:after {
    width: 100%
}

.nav>ul>li>div {
    position: absolute;
    top: .64rem;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    min-width: 1.3rem;
    z-index: 9999;
    display: none;
    padding-top: 0;
    border-top: #FFC107 0.04rem solid
}

.nav>ul>li>div>ul {
    overflow: hidden;
    background: rgba(255, 255, 255, 0.9);
    line-height: normal
}

.nav>ul>li>div>ul>li a {
    display: block;
    font-size: .18rem;
    line-height: .46rem;
    transition: 0.3s;
    color: #222
}

.nav>ul>li>div>ul>li:hover {
    background: #9d0503;
    color: #fff
}

.nav>ul>li>div>ul>li:hover a {
    color: #fff
}

.foot {
    height: auto;
    padding: 0;
    background: url(../images/footerbg.png) bottom center no-repeat;
    background-size: 100% 100%;
    padding-top: 0;
    padding: .2rem 0;
    position: relative
}

.foot:after {
    content: "";
    position: absolute;
    bottom: 2.6rem;
    width: 100%;
    height: 11.13rem;
    background: url(../images/body_endbg.png) bottom center no-repeat;
    background-size: 100% auto;
    z-index: -1
}

.foot .footcen {
    display: flex;
    align-items: flex-start;
    padding: .2rem 0 0 0;
    justify-content: space-between
}

.foot .stdcopy16_1_wid {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.foot .stdcopy16_1_l {
    width: 82%
}

.foot .stdcopy16_1_lt {
    margin-top: 1.15rem;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.foot .stdcopy16_1_lt ul {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    min-width: 0
}

.foot .stdcopy16_1_lt ul li {
    width: 48%;
    margin-left: 3%;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.foot .stdcopy16_1_lt ul li:first-child {
    margin-left: 0
}

.foot .stdcopy16_1_lt ul li .stdcopy16_1_ltq {
    width: .6rem;
    height: .6rem;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #D81617
}

.foot .stdcopy16_1_lt ul li .stdcopy16_1_ltq img {
    width: .25rem;
    height: .25rem
}

.foot .stdcopy16_1_lt ul li .stdcopy16_1_ltq::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: .55rem;
    height: .55rem;
    border: .01rem solid rgba(255, 255, 255, 0.4);
    border-radius: 50%
}

.foot .stdcopy16_1_lt ul li .stdcopy16_1_ltr {
    width: calc(100% - 1.06rem);
    margin-left: .2rem
}

.foot .stdcopy16_1_lt ul li .stdcopy16_1_ltr h3 {
    font-family: Arial;
    font-size: .26rem;
    font-weight: bold;
    line-height: .26rem;
    color: #FFFFFF;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all
}

.foot .stdcopy16_1_lt ul li .stdcopy16_1_ltr p {
    font-size: .18rem;
    line-height: .3rem;
    color: #FFFFFF
}

.foot .stdcopy16_1_lt ul li:first-child .stdcopy16_1_ltr p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical
}

.foot .stdcopy16_1_ld {
    margin-top: .5rem;
    padding-top: .28rem;
    border-top: .01rem solid rgba(255, 255, 255, 0.2);
    position: relative;
    z-index: 1
}

.foot .stdcopy16_1_ld::after {
    content: '';
    position: absolute;
    top: -0.04rem;
    right: -0.07rem;
    width: .06rem;
    height: .06rem;
    border: .01rem solid rgba(255, 255, 255, 0.2);
    border-radius: 50%
}

.foot .stdcopy16_1_ld p {
    font-size: .18rem;
    color: #fff;
    line-height: .24rem
}

.foot .stdcopy16_1_ld p a {
    color: #fff;
    align-items: center
}

.foot .stdcopy16_1_ld p a img {
    vertical-align: middle;
    margin-right: .1rem;
    max-width: .24rem
}

.foot .stdcopy16_1_r {
    margin-top: 1.1rem;
    text-align: center
}

.foot .stdcopy16_1_r img {
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    margin: 0 auto
}

.foot .stdcopy16_1_r p {
    text-align: center;
    font-size: .18rem;
    line-height: .28rem;
    color: #FFFFFF;
    margin-top: .2rem
}

.yqljitem {
    width: 3.15rem;
    height: 0.54rem;
    position: relative;
    transition: all .3s;
    color: #fff;
    background: #b50e10;
    box-sizing: border-box;
    border: 0.01rem solid rgba(255, 255, 255, 0.2)
}

.yqljitem:hover p {
    background: url(../images/qylj_xl2.png) no-repeat 94% center
}

.yqljitem p {
    font-size: 0.18rem;
    letter-spacing: normal;
    color: #fff;
    height: .54rem;
    line-height: .54rem;
    padding: 0 .2rem;
    background: url(../images/qylj_xl.png) no-repeat 94% center;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.yqljitem .lj_box {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 110%;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    border-radius: 5px;
    padding: 10px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    z-index: 999
}

.yqljitem .lj_box a {
    display: block;
    line-height: .34rem;
    font-size: .16rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.yqljitem .lj_box a:hover {
    color: #b50e10
}

.yqljitem:hover .lj_box {
    bottom: 103%;
    opacity: 1;
    visibility: visible
}

@media screen and (max-width: 1440px) {
    .px1600 {
        max-width: 90%
    }
}

@media screen and (max-width: 1024px) {
    .px1600 {
        max-width: 100%
    }

    html {
        font-size: 85px
    }

    body {
        padding-top: 0.7rem
    }

    .pc {
        display: none
    }

    .wap {
        display: block
    }

    .b-top {
        display: none
    }

    .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        padding: .15rem;
        z-index: 999;
        box-shadow: 0 .05rem .05rem rgb(0 0 0 / 20%);
        background: url(../images/top_bg.png);
        background-size: 100% 100%
    }

    .m-logo {
        font-size: 0
    }

    .m-logo a {
        font-size: 0;
        line-height: .4rem
    }

    .m-logo img {
        max-height: .4rem;
        max-width: 80%;
        vertical-align: middle
    }

    .m-tlink {
        padding: .5rem .15rem 0 .15rem;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .m-tlink a {
        display: inline-block;
        font-size: .18rem;
        color: #fff;
        line-height: .3rem;
        padding: 0 .15rem;
        border-radius: .05rem;
        margin: 0 .04rem
    }

    .m-search {
        margin: 0 .15rem;
        padding-right: .5rem;
        padding-left: .1rem;
        padding-top: .05rem;
        padding-bottom: .05rem;
        position: relative;
        line-height: .35rem;
        background: rgba(255, 255, 255, .1);
        margin-top: .3rem;
        border: .01rem solid #fff;
        margin-bottom: .2rem
    }

    .m-search input[type="text"] {
        display: block;
        width: 100%;
        line-height: .4rem;
        background: none;
        color: #fff;
        font-size: .18rem
    }

    .m-search input[type="text"]::placeholder {
        color: #fff
    }

    .m-search input[type="image"] {
        position: absolute;
        right: 0.1rem;
        top: 0;
        height: .5rem;
        padding: .14rem
    }

    .m-nav {
        position: fixed;
        top: .7rem;
        left: 100%;
        right: 0;
        bottom: 0;
        z-index: 999;
        background: #8c0603;
        overflow-y: scroll;
        border-top: .01rem solid rgba(255, 255, 255, .5);
        transition: all .3s
    }

    .m-nav.on {
        left: 0
    }

    .m-nav ul {
        padding: 0 .15rem
    }

    .m-nav ul li {
        border-bottom: .01rem solid rgba(255, 255, 255, 0.2);
        position: relative
    }

    .m-nav ul li>span.on {
        transform: rotateZ(90deg)
    }

    .m-nav ul li ul {
        display: none
    }

    .m-nav ul li ul li {
        border: none
    }

    .m-nav>ul>li a {
        display: block;
        font-size: .2rem;
        line-height: .4rem;
        padding: .15rem .1rem;
        position: relative;
        color: #fff
    }

    .m-nav>ul>li ul li a {
        padding: .1rem 0
    }

    .m-nav>ul>li>span {
        position: absolute;
        width: .24rem;
        height: .24rem;
        background: url(../images/m-nav_down.png) no-repeat;
        background-size: .18rem .18rem;
        background-position: center center;
        right: 0;
        top: .25rem;
        cursor: pointer;
        display: block;
        color: #fff;
        transition: all 0.3s
    }

    .top {
        max-width: 19.2rem;
        margin: 0 auto;
        position: fixed;
        right: .1rem;
        top: .18rem;
        width: .25rem;
        height: .25rem;
        z-index: 9999
    }

    .top>img {
        display: block;
        width: 100%
    }

    .wap-menu {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 99999;
        font-size: 0
    }

    .wap-menu img {
        height: .25rem
    }

    .close-menu {
        display: none;
        position: absolute;
        right: 0;
        top: 0
    }

    .search {
        width: 3rem
    }

    .search input[type="text"] {
        width: 2.05rem
    }

    .foot {
        background-size: 200% 200%
    }

    .foot .stdcopy16_1_l {
        width: 100%
    }

    .foot .stdcopy16_1_lt {
        margin-top: .4rem
    }

    .foot .stdcopy16_1_ld {
        margin-top: .28rem;
        text-align: center
    }

    .foot .stdcopy16_1_r {
        margin-top: .3rem
    }

    .foot .stdcopy16_1_wid {
        justify-content: center
    }

    .foot .stdcopy16_1_r p {
        margin-top: .1rem
    }

    .foot:after {
        background-size: 100% 100%;
        height: 5rem;
        bottom: 5rem
    }
}

@media screen and (max-width: 768px) {
    .foot .stdcopy16_1_lt {
        margin-top: .1rem
    }

    .foot .stdcopy16_1_lt ul li {
        width: 100%;
        margin-left: 0;
        margin-top: .2rem;
        align-items: center
    }

    .foot .stdcopy16_1_lt ul li:nth-child(2) .stdcopy16_1_ltr p, .foot .stdcopy16_1_lt ul li:nth-child(3) .stdcopy16_1_ltr p {
        margin-top: .12rem
    }

    .foot .stdcopy16_1_r img {
        display: block;
        width: 1.2rem;
        height: 1.2rem
    }

    .foot .stdcopy16_1_r p {
        font-size: .16rem
    }

    .foot .stdcopy16_1_ld p {
        font-size: .16rem
    }
}

@media screen and (max-width: 520px) {
    .foot .stdcopy16_1_lt ul li .stdcopy16_1_ltr h3 {
        font-size: .2rem
    }

    .foot .stdcopy16_1_lt ul li .stdcopy16_1_ltr p {
        line-height: .2rem;
        margin-top: .05rem
    }

    .foot .stdcopy16_1_lt ul li:nth-child(2) .stdcopy16_1_ltr p, .foot .stdcopy16_1_lt ul li:nth-child(3) .stdcopy16_1_ltr p {
        font-size: .24rem
    }

    .foot .stdcopy16_1_lt ul li .stdcopy16_1_ltq {
        width: .7rem;
        height: .7rem
    }

    .foot .stdcopy16_1_lt ul li .stdcopy16_1_ltq::after {
        width: .62rem;
        height: .62rem
    }

    .foot .stdcopy16_1_r img {
        display: block;
        width: .94rem;
        height: .94rem
    }

    .foot .stdcopy16_1_r p {
        font-size: .12rem;
        line-height: .22rem
    }

    .foot .stdcopy16_1_lt ul li:nth-child(2) .stdcopy16_1_ltr p, .foot .stdcopy16_1_lt ul li:nth-child(3) .stdcopy16_1_ltr p {
        margin-top: .05rem
    }

    .foot .stdcopy16_1_lt ul li .stdcopy16_1_ltr {
        width: calc(100% - .9rem);
        margin-left: .2rem
    }

    .foot .stdcopy16_1_r {
        margin-top: .22rem
    }
}
