* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    font-size: 100px;
    font-size: 5.2083333vw;
}

body {
    font-size: .14rem;
}

.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);
    }
}

html, body {
    color: #000;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
    overflow-x: hidden;
    position: relative;
    background: #fff;
    font-family: Microsoft YaHei;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

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) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .53) 100%); */
    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;
}

.head {
    /* background: #00528e; */
    z-index: 999;
    transition: all 0.3s;
    position: relative;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    transition: all 0.3s;
    /* box-shadow: 0 .05rem .15rem rgba(0, 0, 0, 0.2); */
}

.banner-box::before {
    content: "";
    position: absolute;
    height: 2.5rem;
    top: 0px;
    left: 0px;
    right: 0px;
    transition: all 0.2s;
    opacity: 1;
    visibility: visible;
    background: url("../images/headbg.png") center top / 100% 100% repeat-x;
    z-index: 99;
}

.xg1 {
    transition: all .3s;
}

.xg1.head {
    box-shadow: 0 .05rem .15rem rgba(0, 0, 0, 0.2);
    background: url(../images/top_bj.jpg) no-repeat;
    background-size: 100%;
}

.xg1 .top_link {
    display: none;
    transition: all 0.3s;
}

.xg1 .search-con {
    display: none;
    transition: all 0.3s;
}

.xg1 .logo a img {
    height: .6rem;
}

.xg1 .top_other {
    height: 0;
    transition: all .3s
}

.xg1 .tops {
    padding: .2rem 0;
}

.tops {
    padding: .1rem 0 .2rem 0;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    position: relative;
}

.tops_r {
    flex: 1;
    min-width: 0;
    height: auto;
    margin-left: 2rem;
}

.top_other {
    display: flex;
    justify-content: flex-end;
    color: rgba(255, 255, 255, 0.5);
    font-size: .16rem;
    line-height: .3rem;
    align-items: center;
    /* margin-top: .1rem; */
    transition: all .3s;
}

.top_link {
    display: flex;
    font-size: 0.14rem;
    line-height: 0.4rem;
    color: #fff;
}

.top_link a {
    font-size: 0.14rem;
    line-height: 0.4rem;
    letter-spacing: normal;
    color: #fff;
    position: relative;
    margin: 0 .07rem;
    padding: 0 .07rem;
}

/* 
.top_link a:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 0.15rem;
  background: #ccc;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
} */
.top_link a:hover {
    opacity: 0.8;
}

.fl {
    float: left;
}

.logo a {
    display: block;
}

.logo a img {
    display: block;
    height: .68rem;
}

.fr {
    float: right;
}


.yc-search {
    line-height: 40px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: none;
    /* transition: all 0.5s; */
}

.yc-search-bg {
    position: fixed;
    z-index: 99;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .8);
}

.search {
    display: block;
    position: fixed;
    left: 50%;
    right: 0;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 99999;
    padding: 0;
    width: 5rem;
    height: .5rem;
    background: #fff;
}

.search-con {
    position: relative;
    width: 0.4rem;
    height: 0.4rem;
    margin-left: 0.1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    border: rgba(255, 255, 255, .4) .01rem solid;
    border-radius: 50%;
    transition: all 0.3s;
}

.search-con:hover {
    border: rgba(255, 255, 255, .8) .01rem solid;
}

.search-con img {
    width: 0.16rem;
    height: 0.16rem;
    display: block;
}

input, button {
    border: none;
    outline: none;
}

.search .text {
    width: 5rem;
    padding-left: .15rem;
    padding-right: 1rem;
    height: .5rem;
    font-size: .14rem;
    background: none;
    color: #333;
    line-height: .5rem;
    margin: 0;
    top: 0;
    position: absolute;
    left: 0;
}

.search .button {
    width: .8rem;
    height: .5rem;
    background: #00528e url(../images/search2.png) no-repeat center;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    text-align: center;
}

.search input::-webkit-input-placeholder {
    color: #999;
}

.search input::-moz-input-placeholder {
    color: #999;
}

.search input::-ms-input-placeholder {
    color: #999;
}

/*  */
.head.on .nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    border: none;
    box-shadow: 0 .1rem .1rem rgb(0 0 0 / 20%);
}


.nav {
    height: .5rem;
    line-height: .5rem;
    margin-top: 0;
    position: relative;
    z-index: 999;
}

.nav>ul {
    display: flex;
    justify-content: space-between;
    max-width: 16rem;
    margin: 0 auto;
}

.nav>ul>li {
    display: block;
    text-align: center;
    position: relative;
    /* width: 10%; */
    line-height: .50rem;
    height: .50rem;
    margin-bottom: 0;
    float: left;
    transition: all 0.6s;
    z-index: 999;
}

.nav>ul>li:hover {
    /* background: #6c95d1; */
    transition: all 0.6s;
}

.nav>ul>li:first-child {
    margin-left: 0;
    border: 0;
}

.nav>ul>li>a {
    font-size: 0.2rem;
    color: #fff;
    text-align: center;
    font-weight: normal;
    position: relative;
    display: block;
    height: .6rem;
    line-height: .6rem;
}

.nav>ul>li.on>div {
}

.nav>ul>li.on>a::after {
    width: 100%;
}

.nav>ul>li.active>a {
    color: #f8f8f8;
}

.nav>ul>li:hover>a {
    color: #fff;
    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.7rem;
    z-index: 9999;
    display: none;
    padding-top: 0;
    border-top: #FFC107 0.04rem solid;
    z-index: 999;
}

.nav>ul>li>div>ul {
    /* overflow: hidden; */
    background: rgba(255, 255, 255, 0.9);
    line-height: normal;
}

.nav>ul>li>div>ul>li {
    position: relative;
    width: 100%;
    z-index: 999;
}

.nav>ul>li>div>ul li .sj_sub {
    position: absolute;
    right: 100%;
    background: #fff;
    top: 0;
    width: 100%;
    display: none;
    padding: .2rem .1rem .2rem .1rem;
    z-index: 999;
    background-size: 70%;
}

.nav>ul>li>div>ul>li:hover .sj_sub {
    display: block
}

.nav>ul>li>div>ul li .sj_sub>ul {
}

.nav>ul>li>div>ul li .sj_sub>ul>li {
}

.nav>ul>li>div>ul li .sj_sub>ul>li>a {
    color: #333;
    line-height: .34rem;
    background: url(../images/sj_subico.png) .15rem center no-repeat;
    text-align: left;
    padding-left: .3rem;
}

.nav>ul>li>div>ul li .sj_sub>ul>li>a:hover {
    color: #2cb7fc
}

.nav>ul>li>div>ul>li a {
    display: block;
    font-size: .16rem;
    line-height: .5rem;
    transition: 0.3s;
    color: #222;
}

.nav>ul>li>div>ul>li:hover {
    background: #2cb7fc;
    color: #fff;
}

.nav>ul>li>div>ul>li:hover a {
    color: #fff;
}


.foot {
    background: url(../images/foot_bj.png) no-repeat bottom;
    background-size: 100%;
    padding: 70px 0 34px;
}

.w1500 {
    width: 1500px;
    margin: 0 auto;
}

.foot .left {
    width: 58.66%;
    float: left;
}

.foot .left p {
    color: #fff;
}

.foot .left p a {
    color: #fff !important;
}

.foot .left .s {
    border-bottom: 1px solid #c2c8c3;
    padding-bottom: 24px;
    margin-bottom: 24px;
}

.foot .left .s>a {
    display: none !important;
}

.foot .left .s .foot_logo {
    display: table;
    float: left;
    max-width: 313px;
}

.foot .left .s .foot_logo img {
    max-width: 100%;
}

.foot .left .s .lxwm {
    width: 100%;
    float: right;
}

.foot .left .s .lxwm h2 {
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
    color: #fff;
}

.foot .left .s .lxwm p {
    font-size: 14px;
    line-height: 26px;
    color: #fff;
}

.foot .left .s::after {
    clear: both;
    content: "";
    display: block;
}

.foot .left .bq {
    font-size: 14px;
    color: #333;
}

.foot .left .bq a {
    font-size: 14px;
    color: #333;
}

.foot .right {
    display: table;
    float: right;
}

.foot .right .foot_ewm {
}

.foot .right .foot_ewm::after {
    content: "";
    display: block;
    clear: both;
}

.foot .right .foot_ewm li {
    float: left;
    margin-left: 20px;
}

.foot .right .foot_ewm li img {
    max-width: 162px;
}

.foot .right .foot_ewm li p {
    font-size: 14px;
    text-align: center;
    color: #fff;
    padding-top: 16px;
}

@media screen and (max-width: 1440px) {
    .nav>ul>li {
    }
}

@media screen and (max-width: 1340px) {
    .nav>ul>li {
    }
}

@media screen and (max-width: 1200px) {
    .nav>ul>li {
    }

    .logo a {
        /* width: 7rem; */
    }
}

@media screen and (max-width: 1024px) {
    .search {
        width: 3rem;
    }

    .search input[type="text"] {
        width: 2.05rem;
    }

    .search .btn {
    }
    .foot{
    /* background: linear-gradient(0deg, #04448e, #2cb7fc); */
    /* padding: 4.5rem 0 3rem; */
    /* background: url(../images/foot_bj.jpg) no-repeat bottom; */
    background-size: cover;
    padding: 25px 0 34px;
}
}

@media screen and (max-width: 1420px) {
    .px1600 {
        padding-left: .15rem;
        padding-right: .15rem;
    }

    .logo a img {
        width: auto;
    }
}

@media screen and (max-width: 1024px) {
    html {
        font-size: 85px;
    }

    body {
        /* padding-top: .7rem; */
    }

    .pc {
        display: none;
    }

    .wap {
        display: block;
    }

    .b-top {
        display: none;
    }

    .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #2cb7fc;
        padding: .1rem;
        z-index: 999;
        box-shadow: 0 .05rem .05rem rgb(0 0 0 / 20%);
    }

    .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: .1rem .15rem 0 .15rem;
        display: block;
        /* justify-content: center; */
        /* align-items: center; */
        /* flex: 1; */
        color: #fff;
    }

    .m-tlink a {
        font-size: .14rem;
        margin-right: .15rem;
        margin: .05rem 0;
        color: #fff;
        display: inline-block;
        font-size: .14rem;
        line-height: .24rem;
        /* background: #fff; */
        color: #fff;
        line-height: .3rem;
        padding: 0 .15rem;
        border-radius: .05rem;
        margin: 0 .04rem;
        /* width: 30%; */
    }

    .m-search {
        margin: 0 .15rem;
        padding-right: .5rem;
        padding-left: .1rem;
        padding-top: .05rem;
        padding-bottom: .05rem;
        position: relative;
        line-height: .35rem;
        /* background: #fff; */
        margin-top: .15rem;
        border: .01rem solid #fff;
    }

    .m-search input[type="text"] {
        display: block;
        width: 100%;
        line-height: .25rem;
        background: none;
        color: #fff;
    }

    .m-search input[type="text"]::placeholder {
        color: #fff;
    }

    .m-search input[type="image"] {
        position: absolute;
        right: .1rem;
        top: .1rem;
        height: .15rem;
    }

    .m-nav {
        position: fixed;
        top: .6rem;
        left: 100%;
        right: 0;
        bottom: 0;
        z-index: 999;
        background: #2cb7fc;
        overflow-y: scroll;
        border-top: .01rem solid #fff;
    }

    .m-nav ul {
        padding: 0.1rem .15rem;
        /* border-top: .01rem solid rgba(255, 255, 255, 0.2); */
    }

    .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: 0.20rem;
        line-height: .4rem;
        padding: .15rem 0;
        position: relative;
        color: #fff;
    }

    .m-nav>ul>li ul>li>a {
        font-size: 0.18rem;
        line-height: .3rem;
        color: #fff;
    }

    .m-nav>ul>li ul>li>span {
        position: absolute;
        width: .2rem;
        height: .2rem;
        background: url(../images/m-nav_down.png) no-repeat;
        background-size: .14rem .14rem;
        background-position: center center;
        right: 0;
        top: .15rem;
        cursor: pointer;
        display: block;
        color: #fff;
        transition: all 0.3s;
    }

    .m-nav>ul>li ul li a {
        padding: 0;
        font-size: 0.18rem;
        line-height: 0.5rem;
        color: #fff;
        display: block;
    }

    .m-nav>ul>li>span {
        position: absolute;
        width: .3rem;
        height: .3rem;
        background: url(../images/m-nav_down.png) no-repeat;
        background-size: .2rem .2rem;
        background-position: center center;
        right: 0;
        top: .22rem;
        cursor: pointer;
        display: block;
        color: #fff;
        transition: all 0.3s;
    }

    .ej_sub {
    }

    .ej_sub ul {
    }

    .ej_sub ul li {
    }

    .ej_sub ul li a {
    }

    .m-nav .sj_sub {
    }

    .m-nav .sj_sub li {
    }

    .m-nav .sj_sub li {
        list-style: disc;
        color: #fff
    }

    a {
        line-height: 0.4rem;
        opacity: 0.9;
    }

    .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;
    }
}

@media(max-width: 1560px) {
    .w1500 {
        width: 92% !important;
    }
}

@media(max-width: 1200px) {
    .foot .left {
        width: 100%;
        float: none;
    }

    .foot .right {
        float: none;
        margin: 0 auto 24px;
    }

    .foot .left .bq {
        /* padding-bottom: 32px; */
        line-height: 20px;
    }

    .foot .left p {
        font-size: 14px;
    }

    .foot .left p img {
        vertical-align: middle;
    }
}

@media screen and (max-width: 650px) {
    .block {
        display:block
    }

    .foot .right .foot_ewm li {
        width: 42%;
    }

    .foot .right .foot_ewm li img {
        width: 100%;
    }
}
