﻿* {
    box-sizing: border-box;
}

html,
body {
    padding: 0;
    margin: 0;
    height: 100%;
}

body {
    color: #fff;
    background-color: rgba(24, 15, 30, 1);
    font-family: Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;
}

    body.login,
    body.register,
    body.forget,
    body.profile,
    body.changepsw,
    body.download,
    body.work,
    body.addwork,
    body.addwork2,
    body.addwork3,
    body.addwork4,
    body.addwork5,
    body.user {
        background-image: url("../../images/z_login_03.png");
        background-repeat: no-repeat;
        background-position: right 700px;
    }

.jumbotron {
    background-color: #000 !important;
}

body.login .wrapper .bgs,
body.register .wrapper .bgs,
body.forget .wrapper .bgs,
body.profile .wrapper .bgs,
body.changepsw .wrapper .bgs,
body.download .wrapper .bgs,
body.work .wrapper .bgs,
body.addwork .wrapper .bgs,
body.addwork2 .wrapper .bgs,
body.addwork3 .wrapper .bgs,
body.addwork4 .wrapper .bgs,
body.addwork5 .wrapper .bgs,
body.workdetail .wrapper .bgs,
body.user .wrapper .bgs {
    z-index: 0 !important;
}

body.addwork2 {
    background-attachment: fixed;
}

img {
    display: block;
}

table {
    width: 100%;
    overflow: hidden;
}

ul,
ol,
li {
    padding: 0;
    margin: 0;
    list-style: none;
}

a,
a:link {
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

    a:visited {
        color: #f8f8f8;
    }

    a:hover {
        color: #b5861c;
    }
.le_nav {
    position: fixed;
    top: 50%;
    left: 80px;
    z-index: 998;
    margin-top: -60px;
}

    .le_nav::after {
        background-color: rgba(255, 252, 0, 1);
        content: "";
        display: block;
        width: 8px;
        height: 8px;
        position: absolute;
        left: -2px;
        top: 10px;
        border-radius: 50%;
        box-shadow: 0px 0px 7px 5px rgba(255, 202, 55, 1);
    }

.indD1_li,
.prUl_li {
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .indD1_li:hover,
    .prUl_li:hover {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        -ms-transform: scale(0.95);
        -moz-transform: scale(0.95);
        -o-transform: scale(0.95);
    }

.pa_img {
    position: relative;
    width: 100%;
}

    .pa_img img {
        width: 100%;
    }

.pace-done {
    /* background: #180f1e; */
}

.nav_ti {
    padding-left: 30px;
    font-size: 19px;
    letter-spacing: 2px;
}

.nav_ul {
    padding-left: 51px;
    padding-top: 6px;
}

.nav_li {
    padding: 5px 0;
    cursor: pointer;
}

    .nav_li.cur {
        color: #ffb100;
    }

.pa_content {
    position: relative;
    width: 100%;
    padding: 40px 0;
}

.pa_conBlock {
    position: relative;
    width: 100%;
    padding: 120px 0;
}

.pa_topBlock {
    position: relative;
    width: 100%;
    padding: 120px 0;
}

.pa_InContent {
    position: relative;
    width: 100%;
}

.pa_tiBl {
    margin: auto;
    position: relative;
    background: url(../images/b_91.png) no-repeat bottom;
    padding-bottom: 25px;
    font-size: 30px;
    text-align: center;
    letter-spacing: 4px;
    margin-bottom: 100px;
}

.pa_ulContent {
    position: relative;
    width: 1320px;
    margin: auto;
    text-align: center;
}

.pa_liBl {
    display: inline-block;
    margin: 0px 80px;
    width: 305px;
}

.pa_block {
    position: relative;
    width: 100%;
    cursor: pointer;
}

.pa_imgBl {
    position: relative;
    width: 100%;
}

.pa_image img {
    width: 100%;
}

.pa_image {
    position: relative;
    width: 305px;
    height: 305px;
    overflow: hidden;
    border-radius: 50%;
}

.pa_teBl {
    position: absolute;
    bottom: 10%;
    left: 30%;
    width: 40%;
    text-align: center;
    font-size: 16px;
    display: none;
}

    .pa_teBl img {
        display: block;
        margin: auto;
        margin-top: 10px;
    }

.pa_nameBl {
    position: relative;
    padding-top: 30px;
    letter-spacing: 2px;
}

.pa_name {
    font-size: 22px;
}

.pa_te {
    font-size: 18px;
    color: #b2841b;
    padding-top: 6px;
}

.pa_tiBl.bg_2 {
    background: url(../images/b_9.png) no-repeat bottom;
}

.pa_li {
    position: relative;
    width: 305px;
    float: left;
    margin: 0px 14px;
}

.clear {
    clear: both;
}

span.swiper-pagination-switch {
    width: 45px;
    height: 9px;
    border: 1px solid #fff;
    display: inline-block;
    margin: 0px 10px;
    border-radius: 200px;
    cursor: pointer;
}

.pagination {
    padding-top: 35px;
}

span.swiper-pagination-switch.swiper-visible-switch.swiper-active-switch {
    background: #fff;
}

.bg_ul {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.bg_li {
    position: absolute;
    width: 150px;
}

    .bg_li.li_1 {
        right: 0px;
        top: 420px;
    }

    .bg_li.li_2 {
        left: 0px;
        top: 720px;
    }

    .bg_li.li_3 {
        right: 0px;
        top: 1580px;
    }

    .bg_li.li_4 {
        left: 0px;
        top: 2340px;
    }

    .bg_li img {
        width: 100%;
    }

.pa_block:hover .pa_imgBl {
    -webkit-transform: scale(0.95);
}

.pa_imgBl {
    -webkit-transition: all 0.3s ease-in-out;
}

.paBl_block {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 780px;
    height: 366px;
    margin-left: -390px;
    margin-top: -183px;
    background: url(../images/b_4.png);
    padding: 30px;
    z-index: 90;
    display: none;
}

.pr_ul {
    display: none;
}

.pa_ulContent .swiper-container {
    overflow: -webkit-paged-x;
}

.paBl_block:after {
    content: "";
    clear: both;
    display: block;
}

.paBl_img {
    float: left;
    margin-top: -60px;
}

    .paBl_img img {
        width: 233px;
        height: 328px;
    }

.paBl_clear {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 40px;
    height: 40px;
    background: url(../images/b_7.png) no-repeat center;
    z-index: 90;
    cursor: pointer;
}

.paBl_teBl {
    position: relative;
    width: 452px;
    float: right;
    text-align: left;
}

.paBl_name {
    font-size: 30px;
}

.paBl_te {
    font-size: 16px;
    padding: 6px 0;
    padding-bottom: 25px;
    background: url(../images/b_5.png) no-repeat bottom;
    margin-bottom: 5px;
    line-height: 1.8em;
}

.paBl_teTe {
    line-height: 1.8em;
    text-align: justify;
    height: 200px;
    overflow-y: scroll;
    padding-right: 10px;
    width: 102%;
}

    .paBl_teTe::-webkit-scrollbar {
        width: 4px;
        height: 8px;
        background-color: #9f8b5c;
        -webkit-border-radius: 400px;
        -moz-border-radius: 400px;
        border-radius: 400px;
    }

    .paBl_teTe::-webkit-scrollbar-thumb {
        background-color: #765916;
        -webkit-border-radius: 400px;
        -moz-border-radius: 400px;
        border-radius: 400px;
    }

.pr_content {
    position: relative;
    width: 1300px;
    margin: auto;
}

.pa_topBlock .pr_content {
    width: 1100px;
}

.en .pa_topBlock .pr_content {
    width: 1320px;
}

.pr_ulBl {
    position: relative;
    width: 100%;
}

.pr_liBl {
    float: left;
    margin: 0px 56px;
}

.pr_tiBl {
    width: 160px;
    height: 50px;
    border-radius: 200px;
    background: #fff;
    text-align: center;
    font-size: 16px;
    color: #b2841b;
    line-height: 50px;
    margin: auto;
    cursor: pointer;
}

.en .pr_ulBl {
    display: flex;
    justify-content: space-between;
}

    .en .pr_ulBl .clear {
        display: none;
    }

.en .pr_liBl {
    min-width: 150px;
    float: none;
    margin: 0;
}

    .en .pr_liBl .pr_tiBl {
        width: auto;
        padding: 0 10px;
    }

a.pr_li {
    display: block;
    color: #b2841b;
    text-align: center;
    padding: 5px 0;
    margin: 5px 0;
}

.pr_ul {
    position: relative;
    width: 100%;
    padding-top: 8px;
    font-size: 16px;
}

.pr_conBlock {
    position: relative;
    width: 75%;
    margin: auto;
    margin-top: 80px;
}

a.prUl_li {
    position: relative;
    width: 32.3%;
    float: left;
    margin: 0px 0.5%;
    margin-bottom: 50px;
}

.prUl_img img {
    width: 100%;
}

.prUl_bl {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 0px 5%;
    height: 60px;
    background: url(../images/b1_4.png) no-repeat bottom;
    padding-top: 22px;
}

.prUl_ti {
    position: relative;
    float: left;
}

.prUl_tUl {
    position: relative;
    float: right;
}

.prUl_tLi {
    display: block;
    float: left;
    margin-left: 20px;
    padding-left: 25px;
}

    .prUl_tLi.ic_1 {
        background: url(../images/b1_5.png) no-repeat left;
    }

    .prUl_tLi.ic_2 {
        background: url(../images/b1_51.png) no-repeat left;
    }

    .prUl_tLi.ic_3 {
        background: url(../images/b1_52.png) no-repeat left;
    }

a.prUl_li:hover {
    color: #fff;
}

a.pr_li:hover {
    color: #fff;
}

.bg_li.li_5 {
    right: 0px;
    top: 120px;
}

.bg_li.li_6 {
    left: 0px;
    top: 59%;
}

.bg_li.li_7 {
    right: 0px;
    top: 75%;
}

.fo_bg2 img {
    width: 100%;
}

.fo_bg2 {
    margin-bottom: -100px;
    position: relative;
}

.fo_bg3 {
    position: absolute;
    width: 10%;
    top: 400px;
    left: 0px;
}

.Inn_content {
    position: relative;
    width: 75%;
    margin: auto;
    padding-top: 140px;
    min-width: 1100px;
}

a.Inn_back {
    position: relative;
    width: auto;
    height: 50px;
    background: #b2841b url(../images/b2_2.png) no-repeat 20px 10px;
    display: inline-block;
    border-radius: 200px;
    font-size: 30px;
    line-height: 50px;
    padding-left: 85px;
    padding-right: 85px;
    letter-spacing: 3px;
}

.Inn_tiBl {
    font-size: 20px;
    margin-top: 100px;
    margin-bottom: 70px;
    width: auto;
    padding-bottom: 20px;
    background: url(../images/b_91.png) no-repeat bottom;
    text-align: center;
    letter-spacing: 2px;
    background-size: 120%;
    display: inline-block;
}

.Inn_conBlock {
    position: relative;
    width: 100%;
}

.Inn_swiper {
    position: relative;
    width: 50%;
    float: left;
}

.Inn_teBlock {
    position: relative;
    width: 46%;
    float: right;
}

.Inn_tTi {
    font-size: 42px;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.Inn_tT1 {
    margin-bottom: 20px;
    display: block;
    padding-top: 5px;
}

.Inn_tTe {
    text-align: justify;
    line-height: 26px;
    padding-top: 40px;
    background: url(../images/b_5.png) no-repeat top left;
    margin-top: 30px;
}

.Inn_img {
    position: relative;
    width: 100%;
}

    .Inn_img img {
        width: 100%;
    }

.pagination.pa05 {
    padding-top: 0px;
    width: 100%;
    text-align: center;
}

    .pagination.pa05 span.swiper-pagination-switch {
        width: 60px;
        height: 7px;
    }

.Inn_block {
    position: relative;
    width: 100%;
    height: 250px;
    margin-top: 80px;
    margin-bottom: 60px;
}

.Inn_le {
    position: absolute;
    left: 0px;
    width: 60px;
    height: 90px;
    background: url(../images/b2_4.png) center no-repeat;
    top: 10px;
    cursor: pointer;
}

.Inn_ri {
    position: absolute;
    right: 0px;
    width: 60px;
    height: 90px;
    background: url(../images/b2_41.png) center no-repeat;
    top: 10px;
    cursor: pointer;
}

.Inn_bl {
    position: relative;
    width: 120px;
    margin: auto;
    text-align: center;
}

.Inn_icoBl {
    position: relative;
    width: 100%;
    height: 80px;
    background: url(../images/b2_6.png) no-repeat center;
    margin-bottom: 10px;
}

.Inn_num {
    font-size: 18px;
}

.bg_li.li_8 {
    width: 100%;
    right: 0px;
}

.bg_li.li_9 {
    left: 0px;
    top: 98%;
}

.bg_li.li_10 {
    right: 0px;
    top: 98%;
}

a.Inn_back:hover {
    color: #fff;
}

a.pr_li.cur {
    color: #fff;
}

.vidBl_content {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    display: none;
}

.vidBl_bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url(../images/a5_8.png);
}

.videoBl_conBlock {
    position: absolute;
    left: 10%;
    top: 0%;
    width: 80%;
    height: 80%;
    z-index: 20;
}

    .videoBl_conBlock video {
        position: relative;
    }

.videoBl_clear {
    position: absolute;
    right: 10%;
    margin-right: -64px;
    top: 10%;
    cursor: pointer;
}
