/*通用类*/
html {
    height: 100%;
}

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

* {
    margin: 0;
    padding: 0;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);

}

body {
    margin: 0 auto;
    font-size: 14px;
    font-family: "Microsoft Yahei", Adobe Heiti Std, Arial, sans-serif;
    color: #424242;
    background: #fff;
    overflow-x: hidden;
    padding-top: 70px;
}

@font-face {
    font-family: fontDin;
}

img {
    border: none;
}

a {
    cursor: pointer;
    color: #4d4d4d;
    text-decoration: none;
}

a:hover {
    color: #5684c5;
}

ul {
    list-style-type: none;
}

em {
    font-style: normal;
}

input {
    outline: none;
}

input[type="text"] {
    text-indent: 0.5em;
}

input.sub,
label {
    border: none;
    cursor: pointer;
}

input, button, select, textarea {
    outline: none
}

.text-overflow {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset;
}

button {
    cursor: pointer;
}

textarea {
    resize: none;
}

div.clear {
    font: 0px Arial;
    line-height: 0;
    height: 0;
    clear: both;
}

.font-grey {
    color: #666;
}

.font-white {
    color: #fff;
}

.font-yellow {
    color: #ffff00;
}

.text-center {
    text-align: center;
}

.ta_r {
    text-align: right !important;
}

.justify {
    overflow: hidden;
    text-align: justify;
}

.btn {
    display: block;
    height: 30px;
    padding: 0 20px;
    width: auto;
    border-radius: 3px;
    border: 0;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.btn a {
    display: block;
    color: #fff;
    width: 100%;
}

.btn-lg {
    width: 100px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
}

.shadow-btn:hover {
    box-shadow: 2px 2px 3px #ccc, -2px -2px 3px #ccc;
}

.hide {
    display: none;
}

.d-static {
    position: static !important;
}

.d-fixed {
    position: fixed !important;
}

.d-relative {
    position: relative !important;
}

.d-absolute {
    position: absolute !important;
}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

.width-auto {
    width: auto !important;
}

.margin-no {
    margin: 0 !important;
}

.margin-auto {
    margin: 0 auto;
}

.padding-no {
    padding: 0 !important;
}

.border-no {
    border: 0 !important;
}

.border-radius-no {
    border-radius: 0 !important;
}

.hide {
    display: none !important;
}

.full-cover-link {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 100;
    top:0;
    left:0;
}

.bg-white {
    background: #fff;
}

.bg-grey {
    background: #f4f3ef;
}

.bg-green {
    background: #9ac937;
}

.bg-dark-grey {
    background: #9e9e9e !important;
}

.bg-dark {
    background: rgb(73, 89, 105);
}

.bg-blue {
    background: #007feb;
}

.bg-purple {
    background: #d15291;
}

.bg-orange {
    background: #ff9a23;
}

.bg-light-blue {
    background: #aed7ff;
    color: #007feb;
}

.bg-purple {
    background: #804d9a;
}

.m-b20 {
    margin-bottom: 20px;
}

.cursor {
    cursor: pointer;
}

.w100 {
    float: left;
    width: 100% !important;
}

.w50 {
    width: 50%;
}

.line {
    width: auto;
    height: 1px;
    background: #ccc;
    float: left;
}

.o-visible {
    overflow: visible !important;
}

.o-hidden {
    overflow: hidden !important;
}

.flex {
    display: flex;
    display: -webkit-flex;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

@media screen and (max-width: 1600px) {
    .container {
        width: 1050px;
    }
}

.m-header{
    display: none;
}

.header {
    height: 70px;
    line-height: 70px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    box-sizing: border-box;
    background: #fff;
    border-bottom: 1px solid #ececec;
}

.header .logo {

}

.header .logo img {
    display: block;
    width: 128px;
    margin-top: 18px;
}

.header .nav li {
    float: left;
    text-align: center;
    position: relative;
    width: 130px;

}

.header .nav li .menu-two {
    display: none;
    position: absolute;
    top: 66px;
    left: 0;
    width: 100%;
    border-top: 4px solid #5684c5;

}

.header .nav li .menu-two a {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #f6f6f6;
    border-bottom: 1px solid #ebebeb;
}

.header .nav li .menu-two a:hover {
    background: #9eb7db;
    color: #fff;
}

.header .nav li a.menu-one {
    color: #424242;
    display: block;
}

.header .nav li.on a.menu-one,
.header .nav li:hover a.menu-one {
    color: #5684c5;
}

.header .nav li:hover .menu-two {
    display: block;
}

.header .language {
    height: 70px;
    margin-left: 30px;
    line-height: 70px;
}

.header .language img {
    display: block;
    float: left;
    margin-top: 20px;
    margin-right: 8px;
}

.page-banner-bg {
    display: block;
    position: fixed;
    top: 70px;
    left: 0;
    float: left;
    z-index: 1;
}

.m-page-banner-bg{
    display: none;
}

.m-page-slogan{
    display: none
}

.body-content {
    width: 100%;
    float: left;
    z-index: 10;
    position: relative;
    /*margin-bottom: 551px;*/
    background: #fff;
}

a.more {
    display: block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #fd9b27;
    background: #fd9b27;
    overflow: hidden;
    color: #fff;
}

a.more:hover {
    color: #fd9b27;
    border: 1px solid #fd9b27;
    background: #fff;

}

.footer {
    position: relative;
    z-index: 10;
    background: #efefef;
    padding: 80px 0 20px;
}

.footer-links {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-around;
    padding-bottom: 120px;
    border-bottom: 1px solid #a1a0a0
}

.footer-links a {
    width: 33.33%;
    box-sizing: border-box;
    text-align: center;
    border-right:1px solid #4d4d4d;
    color: #424242;
}

.footer-links a:hover{
    color:#5684c5;
}

.footer-links a:last-child{
    border-right:0;
}

.copyright {
    height: 60px;
    line-height: 60px;
    color:#424242;
}

.copyright p{
    float:left;
}

.copyright p:first-child{
    margin-right:5px;
}

.copyright .language img {
    display: block;
    float: left;
    margin-top: 15px;
    margin-right: 8px;
}

.page-slogan {
    height: 520px;
    color: #fff;
    text-align: center;
    z-index: 9;
    position: relative;
    box-sizing: border-box;
}

.page-slogan h2 {
    font-size: 52px;
    margin: 100px auto 20px;
    font-weight: 500;
}

.page-slogan h3 {
    font-size: 28px;
    font-weight: normal;
}

.is-title {
    text-align: center;
    position: relative;
    padding-bottom: 12px;
    margin: 0 auto;
    overflow: hidden;
}

.is-title h4.title {
    color: #5684c5;
    font-size: 28px;
    font-weight: normal;
}

.is-title .line {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -95px;
    width: 190px;
    height: 6px;
    background: #5684c5;
}

.is-title.border {
    border-bottom: 1px solid #5684c5;
    overflow: visible;
    width: 100%;
    float: left;
}

.is-title.border .line {
    bottom: -3px;
}

@media screen and (max-width: 1600px) {

    .header .nav li {
        width: 120px;
    }

}

@media screen and (max-width: 1600px) {
    .left-line {
        width: calc((100% - 1050px) / 2) !important;
    }
}

@keyframes toBottom {
    from {
        transform: translate(0, 0)
    }
    to {
        transform: translate(0, 5px)
    }
}

.empty-tip {
    text-align: center;
    font-size: 15px;
}

.pagination-box {
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
}

.el-pagination.is-background .btn-next, .el-pagination.is-background .btn-prev, .el-pagination.is-background .el-pager li {
    min-width: 40px !important;
}

.el-pager li {
    height: 38px !important;
    line-height: 38px !important;
}

.el-pagination.is-background .btn-next.disabled, .el-pagination.is-background .btn-next:disabled, .el-pagination.is-background .btn-prev.disabled, .el-pagination.is-background .btn-prev:disabled, .el-pagination.is-background .el-pager li.disabled {
    height: 38px;
    line-height: 38px;
}

.el-pagination.is-background .btn-next, .el-pagination.is-background .btn-prev, .el-pagination.is-background .el-pager li {
    height: 38px;
    line-height: 38px;
}

[v-cloak] {
    display: none;
}

@media screen and (max-width:1000px){
    .layer-mask{
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        LEFT: 0;
        background: rgba(0,0,0,0.5);
        z-index: 10;
        cursor: pointer;
    }
    .container{
        width:90%;
    }
    .footer{
        padding: 35px 0 10px;
    }
    .footer-links {
        width: 100%;
        float: left;
        display: flex;
        justify-content: space-between;
        padding-bottom: 40px;
        border-bottom: 1px solid #a1a0a0;
    }
    .footer-links a {
        font-size:13px;
        width: 33.33%;
        box-sizing: border-box;
        text-align: center;
        border-right: 1px solid #858585;
        color: #727171;
        font-weight: 500;
    }
    .footer-links a:last-child{
        text-align: right;
    }
    .footer-links a:first-child{
        text-align: left;
    }
    .copyright .language{
        display: none;
    }
    .copyright {
        height: 60px;
        line-height: 22px;
        color: #999;
        font-size:12px;
        width:100%;
        font-weight: 500;
        float:left;
        padding-top:13px;
    }
    .copyright p{
        float:none;
    }
    .header {
        display: none;
    }
    .m-header {
        display: block;
        height: 45px;
        line-height: 45px;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1000;
        box-sizing: border-box;
        background: #f8f8f8;
        border-bottom: 1px solid #ececec;
    }

    .m-header .logo img {
        display: block;
        width: 95px;
        margin-top: 10px;
    }

    .m-header .nav{
        display: none;
        position: absolute;
        top:0;
        right:0;
        background: #efefef;
        width:90%;
        z-index: 101;
    }

    .m-header .nav .nav-title{
        width:100%;
        height:45px;
        box-sizing: border-box;
        padding:0 10%;
        background: #fff;
    }

    .m-header .nav .nav-title .mMenu{
        width:45px;
        height:45px;
        cursor: pointer;
        display: flex;
        align-items: center;
        margin-left:-16px;
        justify-content: center;
    }

    .m-header .nav .nav-title .mMenu img{
        width:7px;
        display: block;
    }



    .m-header .nav .nav-title img.pull-right{
        display: block;
        width:95px;
        margin-top:10px;
    }

    .m-header .nav li {
        float: left;
        position: relative;
        width: 100%;
        height:45px;
        box-sizing: border-box;
        /*padding:0 10%;*/
        border-top:1px solid #b9b9b9;
        color:#424242;
        font-weight: 500
    }

    .m-header .nav li.menu.on{
        height:auto;
    }

    .m-header .nav li .menu-two {
        display: none;
        width: 100%;
        float:left;
    }

    .m-header .nav li.menu.on .menu-two{
        display: block;
    }

    .m-header .nav li .menu-two a {
        display: block;
        width: 100%;
        height: 45px;
        color:#898989;
        border-top:1px solid #b9b9b9;
        box-sizing: border-box;
        padding:0 10%;
    }

    .m-header .nav li a.menu-one {
        color: #000;
        width:100%;
        display: block;
        box-sizing: border-box;
        padding:0 10%
    }

    .m-header .nav li.menu a.menu-one {
        background: var(--m-header-icon-right-url) no-repeat 90% center / 7px auto;
    }

    .m-header .nav li.menu.on a.menu-one {
        background: var(--m-header-icon-bottom-url) no-repeat 90% center / 12px auto;
    }

    .m-header .language {
        height: 45px;
        margin-right: 16px;
        line-height: 45px;
    }

    .m-header .language img {
        display: block;
        float: left;
        width:21px;
        margin-top: 12px;
    }

    .m-header .icon-menu img{
        display: block;
        width: 21px;
        margin-top: 14px;
        cursor: pointer;
    }
    body{
        padding-top:45px;
    }
    .page-banner-bg{
        top:45px;
        display: none;
    }
    .m-page-banner-bg{
        display: block;
        position: absolute;
        top: 45px;
        left: 0;
        float: left;
        z-index: 1;
        height:auto !important;
    }
    .m-page-banner-bg img{
        display: block;
        width:100%;
    }



    .page-slogan{
        display: none;
    }


    .m-page-slogan {
        display: block;
        height: auto;
        color: #fff;
        text-align: center;
        z-index: 9;
        position: relative;
        box-sizing: border-box;
    }

    .m-page-slogan img{
        display: block;
        width:100%;
        opacity: 0;
    }

    .m-page-slogan h2 {
        font-size: 40px;
        margin: 50px auto 10px;
        font-weight: 500;
    }

    .m-page-slogan h3 {
        font-size: 17px;
        font-weight: normal;
    }

    .is-title h4.title {
        color: #5684c5;
        font-size: 17px;
        font-weight: 500;
    }

    .is-title .line {
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -50px;
        width: 100px;
        height: 5px;
        background: #5684c5;
    }

    .el-pagination.is-background .btn-next, .el-pagination.is-background .btn-prev, .el-pagination.is-background .el-pager li {
        min-width: 28px !important;
        height: 26px !important;
        line-height: 26px !important;
        margin:0 3px !important;
    }

    .m-header .logo{
        color:#5684c5;
        font-weight: 500;
    }

    .m-header .m-breads{
        padding-right:15px;
        background: var(--m-header-logo-right-url) no-repeat right center / 6px auto;
        margin-right: 6px;
    }

    .m-header .logo a{
        color:#5684c5;
    }




}

@media screen and (max-width: 360px) {
    .el-pagination.is-background .btn-next, .el-pagination.is-background .btn-prev, .el-pagination.is-background .el-pager li {
        min-width: 22px !important;
        height: 20px !important;
        line-height: 20px !important;
        margin:0 3px !important;
        font-size:12px;
    }
}

