@charset "utf-8";

* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


::-webkit-scrollbar {
    width: 6px;
    height: 9px;
}

::-webkit-scrollbar-track {
    width: 3px;
    background: #666;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}

::-webkit-scrollbar-thumb {
    background-color: #ef9e12;
    background-clip: padding-box;
    min-height: 28px;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #ef9e12
}

html,
body {
    color: #333;
    font-size: 16px;
    /* font-family:"sySong"; */
    font-family: 'Noto Serif SC';
    max-width: 1920px;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
}

html {
    overflow: hidden auto;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #040404;
    word-break: break-all;
}

img,
input {
    border: 0;
    outline: none;
}

.icon img {
    transition: all 0.3s;
}

.icon:hover img {
    animation: icon-yh 0.6s linear;
}

@keyframes icon-yh {
    0% {
        transform: rotateZ(0);
    }

    10% {
        transform: rotateZ(10deg);
    }

    20% {
        transform: rotateZ(0);
    }

    30% {
        transform: rotateZ(-10deg);
    }

    40% {
        transform: rotateZ(0);
    }

    50% {
        transform: rotateZ(10deg);
    }

    60% {
        transform: rotateZ(0);
    }

    70% {
        transform: rotateZ(-10deg);
    }

    80% {
        transform: rotateZ(0);
    }

    90% {
        transform: rotateZ(10deg);
    }

    100% {
        transform: rotateZ(0);
    }
}

.wap {
    display: none;
}

.top>img.wap {
    display: none;
}

body .clear {
    clear: both;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
}

.px1600 {
    max-width: 1600px;
    margin: 0 auto;
}

.px1200 {
    max-width: 1200px;
    margin: 0 auto;
}

.pic {
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    transition: all 1s;
    object-fit: cover;
}

.pic:hover img {
    transform: scale(1.05);
}

.head {
    background: #530ba2;
    padding-top: 21px;
    padding-bottom: 71px;
}

.lang {
    overflow: hidden;
}

.lang a {
    float: right;
    font-size: 12px;
    line-height: 15px;
    color: #fff;
}

.head-c {
    margin-top: 5px;
}

.logo {
    float: left;
}

.logo a {
    display: block;
}

.logo a img {
    display: block;
    max-width: 100%;
}

.search {
    float: right;
    padding: 10px 0;
}

.t-search {
    display: block;
    z-index: 99999;
}

.t-search>div {
    min-width: 370px;
    margin: 0 auto;
    position: relative;
    padding-right: 50px;
    padding: 5px 0;
    background: #8754be;
}

.t-search>div input[type="text"] {
    display: block;
    width: 100%;
    padding: 0 70px 0 10px;
    font-size: 16px;
    height: 28px;
    box-sizing: border-box;
    background: none;
    color: #fff;
}

.search-btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 38px;
    width: 60px;
    background: #512678;
    font-size: 0;
    text-align: center;
    line-height: 38px;
}

.search-btn input {
    display: inline-block;
    margin: 0 auto;
    vertical-align: middle;
    position: relative;
    top: 9px;
}

.footer {
    background: #530ba2;
    padding: 50px 0 80px 0;
    /* color: #fff; */
    font-size: 16px;
    line-height: 26px;
    color: #fff;
}

.foot-l {
    float: left;
}

.foot-l p {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
}

.foot-r {
    float: right;
}

.foot-r p {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
}
.foot-r span {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
}
.foot-r {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
}
.foot-r div{
    font-size: 16px;
    line-height: 26px;
    color: #fff;
}
.title {
    border-bottom: 1px solid #D0B57F;
    padding: 20px 75px 20px 20px;
    position: relative;
    overflow: hidden;
    font-size: 0;
}

.title>img {
    display: inline-block;
    vertical-align: middle;
}

.title>div {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.title>div h3 {
    font-size: 20px;
    line-height: 24px;
}

.title>div h5 {
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
}

.stn-btn {
    float: right;
    cursor: pointer;
}

.stn-btn img {
    display: block;
    transition: all 0.3s;
}

.stn-btn.up img {
    transform: rotateX(180deg);
}

.index-btm {
    height: 430px;
    background: url(../images/Group_lz.png) no-repeat;
    background-size: cover;
    background-position: center top;
    margin-top: 70px;
}

@media screen and (max-width:1300px) {
    .px1200 {
        margin-left: 50px;
        margin-right: 50px;
    }
}

@media screen and (max-width:1100px) {
    .px1200 {
        margin-left: 30px;
        margin-right: 30px;
    }
}

@media screen and (max-width:1024px) {
    .px1200 {
        margin-left: 20px;
        margin-right: 20px;
    }

    .head {
        padding-bottom: 20px;
    }

    .head-c {
        margin-top: 0;
    }

    .logo {
        float: none;
        margin-right: 30px;
    }

    .lang {
        position: absolute;
        right: 10px;
        top: 40px;
    }

    .search {
        float: none;
        margin-top: 10px;
    }

    .t-search>div {
        min-width: auto;
    }

    .title {
        padding: 10px 10px 10px 10px;
    }
}


@media screen and (max-width: 1024px) {
    .px1200 {
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media screen and (max-width: 768px) {
    .foot-l {
        float: none;
        text-align: center;
    }

    .foot-r {
        float: none;
        text-align: center;
    }

    .footer {
        padding: 30px 0;
    }

    .title>img {
        height: 30px;
    }

    .title>div h3 {
        font-size: 18px;
        line-height: 20px;
    }

    .stn-btn img {
        height: 25px;
    }

    .index-btm {
        margin-top: 35px;
        height: 200px;
    }
}

@media screen and (max-width: 375px) {
    .lang {
        top: 30px;
    }
}