.header {
    font-size: 0;
    background: #ffffff;
    z-index: 100;
    width: 100%;
}

.header1 {
    padding: 15px 0;
    transition: all .3s;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header1 .logo {}

.header1 .logo a {
    display: block;
}

.header1 .logo img {
    height: 50px;
    transition: all .3s;
}

.header1 .nav {
    margin-left: auto;
}

.header1 .language {
    float: right;
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin-left: 50px;
}

.header1 .language a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    font-weight: 600;
    color: #6cb1c8;
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #cccc;
}

.header1 .language .en {
    background: #fff;
    color: #6cb1c8;
    border-color: #6cb1c8;

    color: #fff;
    background: #6cb1c8;
}

.header1 .nav .yiji {}

.header1 .nav .yiji li {}

.mob-language {
    display: none;
    border-top: 1px solid rgba(44, 188, 163, 0.5);
    padding: 10px 20px;
}

.mob-language a {
    font-size: 14px;
    background: #7faebc;
    box-shadow: 0 0 4px rgba(0, 0, 0, .6);
    line-height: 35px;
    font-weight: 300;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .8);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mob-language .en {
    background: #467086;
    border-color: #5c93a9;
    color: #fff;
}

.header1 .nav .yiji li:last-child {
    margin-right: 0;
}

.header1 .nav .yiji li a {
    font-size: 20px;
    color: #333333;
    line-height: 20px;
    display: block;
    padding: 15px;
    transition: all .3s;
}

.header1 .nav .yiji li:hover a,
.header1 .nav .yiji li.active a {
    color: #64afc3;
}

@media (min-width:769px) and (max-width:991px) {
    .header1 {
        padding: 20px 0;
    }

    .header1 .logo img {
        height: 30px;
    }

    .header1 .nav .yiji li a {
        font-size: 16px;
        padding: 5px 10px;
    }
}

@media screen and (min-width:769px) {
    #pc_header {
        display: block;
    }

    #m_header {
        display: none;
    }
}

@media screen and (max-width:768px) {
    #pc_header {
        display: none;
    }

    #m_header {
        display: block;
    }

    .mob-language {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        column-gap: 10px;
    }

    .header {
        position: relative;
        font-size: 0;
        height: 46px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #ffffff;
    }

    .header .logo {
        height: 100%;
        position: relative;
        z-index: 99999;
    }

    .header .logo a {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
    }

    .header .logo img {
        height: 23px;
    }

    .header .dl-menuwrapper {
        padding-top: 46px;
    }

    .header .dl-menuwrapper button {
        width: 44px;
        height: 46px;
        background-color: transparent;
        cursor: pointer;
    }

    .header .dl-menuwrapper button.dl-active {
        background-color: #276b7e;
    }

    .header .dl-menuwrapper ul {
        background: #276b7e;
    }

    .header .dl-menuwrapper li a {
        font-size: 14px;
        padding: 10px 20px;
        /* border-top: 1px solid #6b6b6b; */
        border-bottom: none;
        border-color: rgba(44, 188, 163, 0.5)
    }

    .header .dl-menuwrapper li:first-child a {
        border-top: none;
    }

    .header .dl-menuwrapper li.dl-back:after,
    .header .dl-menuwrapper li>a:not(:only-child):after {
        line-height: 40px;
    }
}


.footer {
    background: #161c1d;
    font-size: 0;
    padding: 40px 0;
}

.footer .footer-box {}

.footer .footer-box .footer1 {
    margin: 13px 0;
    transition: all .3s;
}

.footer .footer-box .footer1 .footer_logo {
    margin-bottom: 30px;
    transition: all .3s;
}

.footer .footer-box .footer1 .footer_logo a {
    display: block;
}

.footer .footer-box .footer1 .footer_logo img {
    height: 47px;
    transition: all .3s;
}

.footer .footer-box .footer1 .info {
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    padding-left: 10px;
    transition: all .3s;
}

.footer .footer-box .footer1 .info p:nth-child(2) {
    font-size: 20px;
    font-family: arial;
    margin-top: 12px;
}

.footer .footer-box .footer2 {
    margin-left: 120px;
    transition: all .3s;
}

.footer .footer-box .footer2 .item {
    padding: 10px 0;
}

.footer .footer-box .footer2 .item .icon {
    display: inline-block;
    vertical-align: middle;
    transition: all .3s;
}

.footer .footer-box .footer2 .item .text {
    font-size: 16px;
    color: #ffffff;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    transition: all .3s;
}

.footer .footer-box .footer2 .item .text a {
    color: #ffffff;
}

#up {
    display: none;
    width: 36px;
    height: 36px;
    background: #64afc3 url(../image/up.png) no-repeat center;
    background-size: 50%;
    position: fixed;
    right: 10px;
    bottom: 20px;
    z-index: 999;
    box-shadow: 0 0 6px rgba(255, 255, 255, .3);
    cursor: pointer;
    transition: all .3s;
}

.powerby {
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    background: #000000;
    padding: 12px 0;
}

.powerby a:last-child {
    display: none;
}

@media (min-width:769px) and (max-width:991px) {
    .footer .footer-box .footer2 {
        margin-left: 80px;
    }
}

@media screen and (max-width:768px) {
    .footer .footer-box .footer1 {
        float: none;
        text-align: left;
    }

    .footer .footer-box .footer1 .footer_logo {
        margin-bottom: 15px;
    }

    .footer .footer-box .footer1 .footer_logo img {
        height: 30px;
    }

    .footer .footer-box .footer1 .info {
        text-align: left;
        font-size: 14px;
        padding-left: 0;
    }

    .footer .footer-box .footer1 .info p:nth-child(2) {
        font-size: 18px;
    }

    .footer .footer-box .footer2 {
        float: none;
        margin-left: 0;
        margin-top: 20px;
    }

    .footer .footer-box .footer2 .item .icon {
        width: 14px;
    }

    .footer .footer-box .footer2 .item .text {
        font-size: 12px;
    }

    #up {
        width: 30px;
        height: 30px;
    }
}




/*分页CSS*/
.pagination-wrapper {
    font-size: 0;
    text-align: center;
}

.pagination {
    line-height: normal !important;
    text-align: center;
}

.pagination>li {
    display: inline-block;
    vertical-align: top;
    margin-right: 8px;
    margin-bottom: 8px;
}

.pagination>li:last-child {
    margin-right: 0;
}

.pagination li a,
.pagination li span {
    display: block;
    height: 32px;
    line-height: 32px;
    padding: 0 12px;
    font-size: 14px;
    border: 1px solid #dddddd;
    color: #333;
    text-decoration: none;
    border-radius: 0;
    transition: all .3s;
    background-color: #ffffff;
}

.pagination>li.disabled span,
.pagination>li.active span {
    background: #2c5293;
    color: #fff;
    border-color: #2c5293;
}

.pagination>li>a:hover {
    background: #2c5293;
    color: #fff;
    border-color: #2c5293;
}

/*分页CSS*/

/* input单图上传,可预览 */
.input-file-show {
    background-color: #FFF;
    display: inline-block;
    vertical-align: middle;
    padding-left: 30px;
    border: 1px solid #e6e6e6;
    position: relative;
    z-index: 1;
}

.input-file-show:hover {
    border-color: #3bb4f2;
    -moz-box-shadow: 0 0 5px rgba(44, 188, 163, 0.5);
    -webkit-box-shadow: 0 0 5px rgba(44, 188, 163, 0.5);
    box-shadow: 0 0 5px rgba(44, 188, 163, 0.5);
}

.type-file-box {
    display: block;
    width: 355px;
    height: 28px;
    position: relative;
    z-index: 1;
}

.type-file-text {
    line-height: 28px !important;
    height: 28px !important;
    display: block;
    width: 265px;
    float: left !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none 0 !important;
    border-radius: 0 !important;
}

.input-file-show span.show {
    width: 28px;
    height: 28px;
    text-align: center;
    padding: 2px;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
}

.input-file-show span.show a {
    color: #AAA;
    display: block;
    width: 100%;
    height: 100%;
}

.input-file-show:hover span.show a,
.input-file-show span.show a:hover {
    color: #00B7EE;
    text-decoration: none;
}

.input-file-show span.show i {
    font-size: 22px;
    line-height: 32px;
    display: block;
}

.input-file-show span.show img {
    max-width: 32px;
    max-height: 32px;
}

.type-file-button,
.type-file-button:focus {
    background-color: #E6E6E6;
    display: block;
    width: 90px;
    height: 28px;
    float: left !important;
    border: 0;
    border-radius: 0 3px 3px 0;
}

.input-file-show:hover .type-file-button {
    color: #FFF;
    background-color: #00B7EE;
}

.type-file-file {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    filter: alpha(opacity:0);
    opacity: 0;
    cursor: pointer;
}

.type-file-preview {
    background: #FFF;
    display: none;
    padding: 5px;
    border: solid 5px #71CBEF;
    position: absolute;
    z-index: 999;
}

img.layer_tips_img {
    width: 150px;
    max-height: 250px;
}

/* input单图上传,可预览 */