* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "";
    /* background-color: #eeeeee; */
}

ul li {
    list-style: none;
    line-height: 20px;
}

a {
    text-decoration: none;
    color: #000;
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: top;
    outline-width: 0ch;
    max-width: 100%;
}

.clear {
    clear: both;
}


/* 样式初始化 */

@media screen and (min-width: 996px) {
    /* pc */
    .headder {
        width: 100%;
        border-bottom: 1px solid #f1f1f1;
        margin-top: 20px;
        height: 110px;
    }
    .headder_inner {
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .headderR {
        width: 28%;
        display: flex;
        align-items: center;
    }
    .headderR span {
        margin: 0 10px;
        font-size: 12px;
    }
    .headderR b {
        color: #000000;
        font-size: 24px;
    }
    .menu {
        width: 100%;
        height: 60px;
        line-height: 60px;
    }
    .menu_inner {
        max-width: 1200px;
        margin: 0 auto;
        height: 60px;
    }
    .menu_inner ul {
        width: 100%;
        display: flex;
        justify-content: center;
        height: 60px;
        line-height: 60px;
    }
    .menu_inner ul li {
        width: 108px;
        position: relative;
        z-index: 999999;
        display: block;
        height: 60px;
        line-height: 60px;
    }
    .menu_inner ul li a {
        font-size: 16px;
        display: block;
    }
    .erji {
        position: absolute;
        width: 180%;
        top: 100%;
        z-index: 99999;
        left: -48px;
        background-color: #113167;
        display: none;
    }
    .erji a {
        height: 30px;
        line-height: 30px;
        color: #fff !important;
        font-size: 12px !important;
    }
    .menu_inner ul li a {
        display: block;
        text-align: center;
    }
    .menu_inner ul li:hover .erji {
        display: block !important;
    }
    .swiper {
        width: 100%;
        height: 100%;
    }
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .swiper {
        margin-left: auto;
        margin-right: auto;
    }
    .myswiper_nr {
        position: absolute;
        width: 40%;
        top: 25%;
        left: 6%;
    }
    .myswiper_nr h4 {
        font-size: 36px;
        color: #fff;
        letter-spacing: 0.4em;
        font-weight: 400;
        margin: 10px 0;
    }
    .myswiper_end {
        background-color: rgba(116, 80, 33, 0.5);
        position: absolute;
        bottom: 0;
        /* height: 200px; */
        left: 0;
        width: 100%;
        padding: 50px 0;
    }
    .myswiper_end_inner {
        max-width: 1200px;
        margin: 0 auto;
    }
    .myswiper_end_inner ul {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .myswiper_end_inner ul li {
        width: 23%;
        border-right: 1px solid #ccc;
    }
    .myswiper_end_inner ul li:nth-child(2) {
        /*border: none;*/
    }
    .myswiper_end_inner ul li:nth-child(4) {
        border: none;
    }
    .myswiper_end_inner ul li a {
        display: block;
        display: flex;
        justify-content: center;
    }
    .myswiper_end_inner ul li a img {
        width: 46%;
    }
    .myswiper_end_inner ul li span {
        display: block;
        text-align: center;
        color: #fff;
        font-size: 26px;
        margin-top: 20px;
    }
    .con01 {
        width: 100%;
        padding: 15px 0;
        height: auto;
    }
    .con01_inner {
        max-width: 1200px;
        margin: 0 auto;
    }
    .con01_top {
        width: 100%;
        position: relative;
    }
    .con01_top h4 {
        width: 100%;
        text-align: center;
        font-size: 30px;
        font-weight: 500;
        height: 142px;
        padding: 56px;
    }
    .con01_top:after {
        content: '';
        position: absolute;
        width: 100px;
        top: 100px;
        background-color: #113167;
        height: 4px;
        margin: 0 auto;
        left: 549px;
    }
    .con01_mid {
        width: 100%;
        margin-top: 20px;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con01_mid img {
        width: 100%;
    }
    .con01_mid ul {
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        position: absolute;
    }
    .con01_mid ul li {
        width: 16%;
    }
    .con01_mid ul li a {
        display: block;
        width: 100%;
        position: relative;
    }
    .con01_mid ul li a img {
        width: 100%;
    }
    .con01mid_txt {
        position: absolute;
        top: 20%;
        left: 15%;
    }
    .con01mid_txt h5 {
        width: 100%;
        color: #fff;
        font-size: 24px;
    }
    .con01mid_txt font {
        font-size: 14px;
        color: #fff;
    }
    .con01_end {
        position: absolute;
        margin-top: -125px;
        display: block;
        width: 100%;
    }
    .con01_end span {
        color: #8d8d8d;
        font-size: 14px;
        display: block;
        text-align: center;
        width: 100%;
        padding: 18px;
        line-height: 24px;
        text-align: left;
    }
    .con02_mid {
        width: 100%;
        height: auto;
        margin: 0 0 0px 0;
    }
    .con02_mid ul {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con02_mid ul li {
        width: 32%;
        margin: 0 10px;
    }
    .con02_mid ul li a {
        display: block;
        width: 100%;
    }
    .con02_mid ul li a img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }
    .news_nr {
        width: 100%;
        padding: 20px 15px;
        background-color: #f0f0f0;
    }
    .news_nr h5 {
        color: #000;
        font-size: 16px;
    }
    .news_nr p {
        color: #7c7c7c;
        font-size: 14px;
        margin: 10px 0;
        line-height: 24px;
    }
    .news_nr span {
        color: #7c7c7c;
        font-size: 14px;
        margin: 10px 0;
    }
    .con03 {
        width: 100%;
        position: relative;
    }
    .con03 img {
        width: 100%;
        height: 400px;
        object-fit: cover;
        margin-top: 150px;
    }
    .con03_content {
        position: absolute;
        top: 296px;
        left: 10%;
        width: 36%;
    }
    .con03_content h4 {
        color: #fff;
        font-size: 24px;
        text-align: right;
        margin: 6px 0;
        font-weight: 500;
    }
    .con03_contentL:after {
        position: absolute;
        width: 120px;
        height: 4px;
        background-color: #113167;
        content: '';
        right: 0;
        /* top: 40px; */
        bottom: -10px;
    }
    .con03_contentR {
        width: 23%;
        background-color: #1131677d;
        position: absolute;
        right: 17%;
        top: -25px;
        height: 88%;
        padding: 0 20px;
        margin-top: 140px;
    }
    .con03_contentR h4 {
        padding: 32px 0px;
        color: #fff;
        font-size: 26px;
        margin-left: 25px;
    }
    .con03_contentR input {
        width: 347.69px;
        height: 48px;
        margin: 10px 0 0 25px;
    }
    .input01 {
        width: 100%;
        height: 120px !important;
    }
    .con03_contentR a {
        display: block;
        width: 347.69px;
        height: 35px;
        line-height: 35px;
        background-color: #f0f0f0;
        text-align: center;
        margin: 10px 0 0 25px;
    }
    .foot {
        width: 100%;
        margin-top: 100px;
        position: relative;
    }
    .foot_inner {
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }
    .footL {
        width: 50%;
        position: relative;
    }
    .foot_zx {
        width: 100%;
        display: flex;
        align-items: center;
        margin-top: 15px;
    }
    .foot_zx span {
        display: block;
        margin-left: 30px;
        width: 56px !important;
        font-size: 14px !important;
    }
    .foot_zx font {
        font-size: 30px;
        color: #113167;
        font-weight: 1000;
        margin-left: 13px;
    }
    .footL span {
        display: block;
        width: 100%;
        margin-left: 30px;
        color: #113167;
        font-weight: 600;
        font-size: 14px;
        margin-top: 6px;
        margin-bottom: 6px;
    }
    .footL:after {
        position: absolute;
        width: 2px;
        height: 80%;
        background-color: #113167;
        content: '';
        right: 0;
        top: 0;
    }
    .footR {
        width: 95%;
        display: flex;
        justify-content: flex-end;
    }
    .foot_dh {
        margin: 0 60px;
    }
    .foot_em b {
        font-weight: bold;
    }
    .foot_em em {
        font-style: normal;
    }
    footR h4 {
        color: #5b401b;
        font-size: 16px;
        margin-bottom: 10px;
    }
    .foot_dh li a {
        color: #113167;
        font-size: 12px;
        display: block;
        text-align: right;
    }
    .ewm {
        position: absolute;
        display: flex;
        width: 30%;
        right: 3%;
        top: 34%;
    }
    .ewm li {
        margin: 0 16px 0 0;
    }
    .ewm li a {
        display: block;
    }
    .ewm li a img {
        object-fit: cover;
        width: 100px;
        height: 100px;
        margin: 0 10px;
    }
    .ewm li a span {
        display: block;
        background-color: #113167;
        height: 22px;
        line-height: 25px;
        font-size: 12px;
        color: #fff;
        display: block;
        text-align: center;
        width: 100px;
        margin-left: 10px;
    }
    .end {
        width: 100%;
        margin-top: 20px;
        border-top: 1px solid #5b401b;
    }
    .end_inner {
        max-width: 1200px;
        margin: 0 auto;
    }
    .end_inner span {
        display: block;
        width: 100%;
        text-align: center;
        color: #113167;
        font-size: 14px;
        margin: 6px 0;
    }
    .mbheadder {
        display: none;
    }
    .column {
        width: 100%;
    }
    .column img {
        width: 100%;
    }
    .prolist01 {
        width: 100%;
        padding-top: 40px;
        padding-bottom: 20px;
        font-style: ;
        font-size: 24px;
        font-weight: bold;
    }
    .prolist01 h4 {
        max-width: 1200px;
        margin-left: 932px;
    }
    .prolist02 {
        background-color: #f7f7f7;
    }
    .prolist02_inner {
        max-width: 1200px;
        margin: 0 auto;
        padding: 40px 0;
    }
    .prolist02_inner ul {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .prolist02_inner ul li {
        width: 46%;
        margin: 10px 0;
    }
    .prolist02_inner ul li a {
        display: block;
        width: 100%;
        position: relative;
    }
    .prolist02_inner ul li a img {
        width: 100%;
    }
    .prolist02_nr {
        position: absolute;
        top: 10%;
        width: 90%;
        left: 6%;
    }
    .prolist02_nr h5 {
        color: #606060;
        font-size: 16px;
        padding-bottom: 20px;
    }
    .prolist02_txt01 {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin: 6px 0;
    }
    .prolist02_txt01 span {
        color: #212121;
        font-size: 14px;
        font-weight: 600;
    }
    .prolist02_txt01 font {
        color: #6d6d6d;
        font-size: 12px;
        margin-left: 15px;
    }
    .prolist02_txt01 p {
        display: block;
        width: 100%;
        margin: 10px 0;
        font-size: 14px;
    }
    .about_lawer01 {
        width: 100%;
        height: auto;
        padding: 40px 0;
    }
    .aboutlaw_ul {
        width: 100%;
        height: auto;
        padding: 10px 0;
    }
    .aboutlaw_ul ul {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .aboutlaw_ul ul li {
        width: 100px;
        border: 1px solid #113167;
        margin: 0 6px;
    }
    .aboutlaw_ul ul li a {
        color: #113167;
        display: block;
        text-align: center;
        padding: 6px 0;
    }
    .active {
        background-color: #113167 !important;
        color: #fff !important;
    }
    .aboutlaw_content {
        width: 100%;
        margin: 20px 0;
        height: auto;
    }
    .aboutlaw_content ul {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .aboutlaw_content ul li {
        width: 46%;
        border: 1px solid #f3f3f3;
        padding: 10px;
        display: flex;
        margin: 10px 0;
    }
    .aboutlaw_content ul li a {
        width: 36%;
    }
    .aboutlaw_tit {
        width: 60%;
    }
    .aboutlaw_tit h4 {
        padding: 10px 0px;
		font-size:20px;
		font-weight:bold;
		font-family:""；
    }
    .aboutlaw_tit01 {
        width: 100%;
        height: auto;
        padding: 8px 0;
        display: flex;
        align-items: center;
    }
    .aboutlaw_tit01 span {
        color: #000;
        font-weight: 600;
    }
    .aboutlaw_tit01 b {
        color: #666666;
        font-size: 14px;
        font-weight: normal;
    }
    .ly {
        color: #000;
        font-weight: 600;
    }
    .aboutlaw_tit p {
        color: #666666;
        font-size: 12px;
        font-weight: normal;
        width: 100%;
        padding: 10px 0;
    }
    .about01 {
        width: 100%;
        height: auto;
        padding-top: 40px;
    }
    .about01_inner {
        max-width: 1200px;
        margin: 0 auto;
    }
    .about02 {
        width: 100%;
        height: auto;
        position: relative;
    }
    .about02 img {
        width: 100%;
        height: 600px;
        object-fit: cover;
        opacity: 0.8;
        position: relative;
    }
    .about02_content {
        position: absolute;
        width: 70%;
        top: 15%;
        left: 17%;
        display: flex;
        align-items: center;
    }
    .about02L {
        width: 40%;
    }
    .about02L h4 {
        color: #fff;
        font-size: 24px;
        padding: 10px 0;
    }
    .about02L img {
        height: 400px;
        object-fit: cover;
        width: 80%;
    }
    .about02R {
        width: 55%;
    }
    .about02R p {
        width: 100%;
        word-break: break-all;
        color: #fff;
        font-size: 14px;
        line-height: 24px;
    }
    .about02R ul {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        margin-top: 50px;
    }
    .about02R ul li {
        width: 31%;
        border-right: 1px solid #ccc;
    }
    .about02R ul li a {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .about02R ul li:nth-child(3) {
        border: none;
    }
    .about02R ul li a img {
        width: 70px;
        height: 70px;
        object-fit: cover;
    }
    .about02R ul li a span {
        display: block;
        width: 100%;
        padding: 6px 0;
        text-align: center;
        font-size: 12px;
        color: #fff;
    }
    .about02R ul li a p {
        text-align: center;
        font-size: 30px;
        color: #fff;
        font-weight: normal;
    }
    .about05_dw {
        margin: 20px 0;
        height: 384px;
        position: relative;
    }
    .about05_dw ul {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .about05_dw ul li {
        width: 31%;
        display: flex;
        position: relative;
    }
    .about05_dw ul li:nth-child(2) .about05_dw ul li a img {
        margin-left: 6px !important;
    }
    .about05_dw ul li:before {
        content: '';
        position: absolute;
        height: 66px;
        left: 52px;
        width: 2px;
        background-color: #113167;
        top: 79%;
    }
    .about05_dw ul li a img {
        padding-top: 9px;
    }
    .about05_dw ul .bottom {
        width: 31%;
        display: flex;
        position: relative;
        margin-top: 102px;
    }
    .about05_dw ul .bottom:before {
        content: '';
        position: absolute;
        height: 66px;
        left: 52px;
        width: 2px;
        background-color: #7d6c4e;
        top: 0%;
    }
    .bottom a {
        margin-top: 60px;
    }
    .about05_bg {
        position: absolute;
        top: 44%;
    }
    .about05 {
        width: 100%;
        padding: 40px 0;
    }
    .bottom_tit {
        margin-top: 20px;
    }
    .about05dw_tit h4 {
        color: #707070;
        font-size: 20px;
        padding: 10px 0;
    }
    .about05dw_tit p {
        color: #5a5a5a;
        font-size: 14px;
        line-height: 24px;
    }
    .about04 {
        width: 100%;
        height: auto;
        margin: 0px 0;
    }
    .about04_ul {
        width: 100%;
        /* margin: 20px 0;
        padding: 40px 0;*/
    }
    .about04_ul ul {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 4px;
    }
    .about04_ul ul li {
        background-color: #ebe3d9;
        padding: 15px 10px;
        width: 16%;
        margin: 0 4px;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .about04ulnr {
        width: 100%;
        padding: 10px;
    }
    .about04ulnr h4 {
        color: #97886e;
        font-weight: bold;
        width: 100%;
        text-align: center;
        font-size: 14px;
        padding: 10px 0;
    }
    .about04ulnr p {
        font-size: 12px;
        color: #97886e;
    }
}

@media screen and (max-width: 996px) {
    .headder {
        display: none;
    }
    .menu {
        display: none;
    }
    /* mb */
    /* mbhead */
    .mbheadder {
        width: 100%;
        display: flex;
        justify-content: space-between;
        position: relative;
        z-index: 999999;
        padding: 10px 0;
    }
    .headder_R {
        width: 60%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .headder_R ul {
        display: none;
    }
    .pc_qh {
        width: 12%;
        display: flex;
    }
    .qh02::before {
        content: '';
        border: 1px solid #efedec;
        margin: 0 10px;
    }
    .qh02 i {
        font-size: 20px;
        color: #000000;
    }
    .lanlist {
        display: flex;
        width: 120px;
        background: #fff;
        padding: 3px 0px 10px 0px;
        position: fixed;
        z-index: 99;
        top: 59px;
        /* left: 80px; */
        right: 10px;
        font-size: 13px;
        box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
        opacity: 0;
        visibility: hidden;
        transform: translate(0, 20px);
        transition: all .3s ease;
        flex-direction: column
    }
    .lanlist a {
        display: block;
    }
    .lanlist a {
        height: 30px;
        line-height: 30px;
        display: block;
        width: 100%;
        color: #333333;
        display: block;
        text-align: center;
        height: 30px;
        line-height: 30px;
        transition: all .3s ease;
    }
    .lanlist a:hover {
        background: #0075c1;
        color: #fff;
    }
    .lancon {
        height: 30px;
        line-height: 30px;
        cursor: pointer;
    }
    .lancon i {
        font-size: 20px;
    }
    .qh01 {
        display: flex;
        align-items: center;
    }
    .cur {
        opacity: 1 !important;
        transform: translate(0, 0px);
        visibility: visible;
    }
    .nav_er {
        position: fixed;
        left: 50%;
        transform: translateX(-50%);
        top: 100px;
        width: auto;
        display: flex;
        justify-content: center !important;
        width: 100%;
        z-index: 9;
        background: rgb(255 255 255 / 80%);
        padding: 0px 0 0px;
        height: 55px;
        line-height: 55px;
        opacity: 0;
        visibility: hidden;
        transition: all ease .3s!important;
    }
    .headder_R ul li:hover .nav_er {
        opacity: 1!important;
        visibility: visible!important;
        transition: all ease .3s!important;
    }
    .navnar {
        display: flex;
        justify-content: center !important;
        width: 100%;
    }
    .navnar li::after {
        display: none;
    }
    .navnar li {
        display: flex;
        align-items: center;
    }
    .mbheadder_R {
        display: flex;
        align-items: center;
    }
    .mbnav {
        width: 50px;
        display: flex;
        padding: 10px 0;
        flex-wrap: wrap;
    }
    .mbnav span {
        width: 100%;
        background: #333;
        display: block;
        height: 2px;
        margin: 2px 0;
        float: left;
        -webkit-transition: all ease 0.8s, opacity ease 0.3s;
        -moz-transition: all ease 0.8s, opacity ease 0.3s;
        -ms-transition: all ease 0.8s, opacity ease 0.3s;
        -o-transition: all ease 0.8s, opacity ease 0.3s;
        transition: all ease 0.8s, opacity ease 0.3s;
        background-color: #5c5c5d;
        width: 27px;
        height: 3px;
        display: block;
        margin-bottom: 5px;
        opacity: 1;
    }
    .mbheadder_inner {
        width: 100%;
        padding: 10px 30px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    /*
                .mbnav > p span:nth-of-type(1) {
            transform: translateY(6px)rotate(720deg);
            width: 100%;
        }
                .mbnav > p.biahuan:nth-of-type(1){
                        transform: translateY(6px)rotate(670deg);
                }
                .mbnav > p.biahuan:nth-of-type(2){
                            transform: translateY(0px)rotate(768deg);
                }
                .mbnav > p span:nth-of-type(2) {
            transform: rotate(720deg);
        }
                .mbnav > p.biahuan:nth-of-type(3) {
            width: 0;
            opacity: 0;
        }
                .mbnav > p span:nth-of-type(3) {
                        transform: translateY(-6px)rotate(720deg);
        }
        */
    .span_top {
        width: 22px !important;
    }
    .span_center {
        width: 34px !important;
    }
    .span_bottom {
        width: 22px !important;
        display: flex;
        justify-content: flex-end;
        margin-left: 16px;
    }
    .rot {
        transform: rotate(90deg);
        height: 30px;
        line-height: 30px;
        display: block;
        width: 30px;
    }
    .translate {
        transform: translateY(12px) rotate(45deg) !important;
        margin: 4px 0;
    }
    .fade_span {
        background-color: transparent !important;
    }
    .translate1 {
        transform: translateY(-8px) rotate(-45deg) !important;
        margin: 4px 0;
    }
    .span_top {
        width: 22px !important;
    }
    .span_center {
        width: 34px !important;
    }
    .span_bottom {
        width: 22px !important;
        display: flex;
        justify-content: flex-end;
        margin-left: 16px;
    }
    .rot {
        transform: rotate(90deg);
        height: 30px;
        line-height: 30px;
        display: block;
        width: 30px;
    }
    .mbnav_hide {
        position: fixed;
        width: 100%;
        height: 600px;
        top: 119px;
        left: 0;
        right: 0;
        background: rgb(82 54 15 / 90%);
        padding: 0 15px;
        overflow-y: scroll;
        z-index: 10;
        max-height: 1080px;
        transition: all ease .3s;
    }
    .mbnav_hide ul {
        width: 100%;
        padding: 10px;
    }
    .mbnav_hide ul li {
        height: 60px;
        line-height: 60px;
        border-bottom: 1px solid rgb(255 255 255 / 10%);
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .mbnav_hide ul li a {
        color: #fff;
        line-height: 60px;
        font-size: 16px;
    }
    .block {
        transition: all .4s;
        transform: rotate(0);
        color: #666;
        transform: rotate( 90deg);
    }
    .swiper {
        width: 100%;
        height: 100%;
    }
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .swiper {
        margin-left: auto;
        margin-right: auto;
    }
    .myswiper_nr {
        position: absolute;
        width: 60%;
        top: 25%;
        left: 6%;
    }
    .myswiper_nr h4 {
        font-size: 36px;
        color: #fff;
        letter-spacing: 0.4em;
        font-weight: 400;
        margin: 10px 0;
    }
    .myswiper_end {
        background-color: rgba(116, 80, 33, 0.5);
        position: absolute;
        bottom: 0;
        /* height: 200px; */
        left: 0;
        width: 100%;
        padding: 50px 0;
    }
    .myswiper_end_inner {
        max-width: 1200px;
        margin: 0 auto;
    }
    .myswiper_end_inner ul {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .myswiper_end_inner ul li {
        width: 23%;
        border-right: 1px solid #ccc;
    }
    .myswiper_end_inner ul li:nth-child(2) {
        border: none;
    }
    .myswiper_end_inner ul li:nth-child(4) {
        border: none;
    }
    .myswiper_end_inner ul li a {
        display: block;
        display: flex;
        justify-content: center;
    }
    .myswiper_end_inner ul li a img {
        width: 46%;
    }
    .myswiper_end_inner ul li span {
        display: block;
        text-align: center;
    }
    .con01 {
        width: 100%;
        padding: 15px 0;
        height: auto;
    }
    .con01_inner {
        max-width: 90%;
        margin: 0 auto;
    }
    .con01_top {
        width: 100%;
        position: relative;
    }
    .con01_top h4 {
        width: 100%;
        text-align: center;
        font-size: 30px;
        font-weight: 500;
    }
    .con01_top:after {
        content: '';
        position: absolute;
        width: 100px;
        top: 109%;
        background-color: #908269;
        height: 4px;
        margin: 0 auto;
        left: 37%;
    }
    .con01_mid {
        width: 100%;
        margin-top: 20px;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con01_mid img {
        width: 100%;
        height: 400px;
    }
    .con01_mid ul {
        max-width: 90%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        position: absolute;
        flex-wrap: wrap;
    }
    .con01_mid ul li {
        width: 15%;
    }
    .con01_mid ul li a {
        display: block;
        width: 100%;
        position: relative;
    }
    .con01_mid ul li a img {
        width: 100%;
        height: 300px;
    }
    .con01mid_txt {
        position: absolute;
        top: 20%;
    }
    .con01mid_txt h5 {
        width: 100%;
        color: #fff;
        font-size: 10px;
    }
    .con01mid_txt font {
        font-size: 8px;
        color: #fff;
    }
    .con01_end {
        position: absolute;
        bottom: 10%;
        display: block;
        width: 100%;
    }
    .con01_end span {
        color: #8d8d8d;
        font-size: 13px;
        display: block;
        text-align: center;
        width: 100%;
    }
    .con02_mid {
        width: 100%;
        height: auto;
        margin: 40px 0;
    }
    .con02_mid ul {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    .con02_mid ul li {
        width: 100%;
        margin: 10px 10px;
    }
    .con02_mid ul li a {
        display: block;
        width: 100%;
    }
    .con02_mid ul li a img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }
    .news_nr {
        width: 100%;
        padding: 20px 15px;
        background-color: #f0f0f0;
    }
    .news_nr h5 {
        color: #000;
        font-size: 16px;
    }
    .news_nr p {
        color: #7c7c7c;
        font-size: 12px;
        margin: 10px 0;
    }
    .news_nr span {
        color: #7c7c7c;
        font-size: 14px;
        margin: 10px 0;
    }
    .con03 {
        width: 100%;
        position: relative;
    }
    .con03 img {
        width: 100%;
        height: 400px;
        object-fit: cover;
    }
    .con03_content {
        position: absolute;
        top: 30%;
        left: 10%;
        width: 20%;
    }
    .con03_content h4 {
        color: #fff;
        font-size: 16px;
        text-align: right;
        margin: 6px 0;
        font-weight: 500;
    }
    .con03_contentL:after {
        position: absolute;
        width: 120px;
        height: 4px;
        background-color: #ff9900;
        content: '';
        right: 0;
        /* top: 40px; */
        bottom: -10px;
    }
    .con03_contentR {
        width: 64%;
        background-color: rgba(117, 94, 63, 0.7);
        position: absolute;
        right: 2%;
        top: -25px;
        height: 115%;
        padding: 0 20px;
    }
    .con03_contentR h4 {
        padding: 32px 0px;
        color: #fff;
    }
    .con03_contentR input {
        width: 100%;
        height: 35px;
        margin: 10px 0;
    }
    .input01 {
        width: 100%;
        height: 120px !important;
    }
    .con03_contentR a {
        display: block;
        width: 100%;
        height: 35px;
        line-height: 35px;
        background-color: #f0f0f0;
        text-align: center;
    }
    .foot {
        width: 100%;
        margin-top: 40px;
        position: relative;
        height: 383px;
    }
    .foot_inner {
        max-width: 90%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .footL {
        width: 96%;
        position: relative;
    }
    .foot_zx {
        width: 100%;
        display: flex;
        align-items: center;
        margin-top: 15px;
    }
    .foot_zx span {
        display: block;
        margin-left: 30px;
        width: 40px !important;
        font-size: 14px !important;
    }
    .foot_zx font {
        font-size: 30px;
        color: #5a3f1a;
        font-weight: 600;
        margin-left: 13px;
    }
    .footL span {
        display: block;
        width: 100%;
        margin-left: 30px;
        color: #5a3f1a;
        font-weight: 600;
        font-size: 14px;
        margin-top: 6px;
        margin-bottom: 6px;
    }
    .footL:after {
        position: absolute;
        width: 2px;
        height: 80%;
        background-color: #a39480;
        content: '';
        right: 0;
        top: 0;
    }
    .footR {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .footR h4 {
        color: #5b401b;
        font-size: 16px;
        margin-bottom: 10px;
    }
    .foot_dh li a {
        color: #5b401b;
        font-size: 12px;
        display: block;
        text-align: right;
    }
    .ewm {
        position: absolute;
        display: flex;
        width: 30%;
        left: 30%;
        /* top: 34%; */
        bottom: -2%;
    }
    .ewm li {}
    .ewm li a {
        display: block;
    }
    .ewm li a img {
        object-fit: cover;
        width: 100px;
        height: 100px;
        margin: 0 10px;
    }
    .ewm li a span {
        display: block;
        background-color: #5a3f1a;
        height: 25px;
        line-height: 25px;
        font-size: 12px;
        color: #fff;
        display: block;
        text-align: center;
    }
    .end {
        width: 100%;
        margin-top: 20px;
        border-top: 1px solid #5b401b;
    }
    .end_inner {
        max-width: 90%;
        margin: 0 auto;
    }
    .end_inner span {
        display: block;
        width: 100%;
        text-align: center;
        color: #796446;
        font-size: 14px;
        margin: 6px 0;
    }
    .swiper-slide {
        height: 400px !important;
    }
    .column {
        width: 100%;
    }
    .column img {
        width: 100%;
    }
    .prolist01 {
        width: 100%;
        padding-top: 40px;
        padding-bottom: 20px;
    }
    .prolist01 h4 {
        max-width: 90%;
        margin: 0 auto;
    }
    .prolist02 {
        background-color: #f7f7f7;
    }
    .prolist02_inner {
        max-width: 90%;
        margin: 0 auto;
        padding: 40px 0;
    }
    .prolist02_inner ul {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .prolist02_inner ul li {
        width: 46%;
        margin: 10px 0;
    }
    .prolist02_inner ul li a {
        display: block;
        width: 100%;
        position: relative;
    }
    .prolist02_inner ul li a img {
        width: 100%;
        height: 350px;
        object-fit: cover;
    }
    .prolist02_nr {
        position: absolute;
        top: 10%;
        width: 90%;
        left: 6%;
    }
    .prolist02_nr h5 {
        color: #606060;
        font-size: 16px;
        padding-bottom: 20px;
    }
    .prolist02_txt01 {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin: 6px 0;
    }
    .prolist02_txt01 span {
        color: #212121;
        font-size: 14px;
        font-weight: 600;
    }
    .prolist02_txt01 font {
        color: #6d6d6d;
        font-size: 12px;
        margin-left: 15px;
    }
    .prolist02_txt01 p {
        display: block;
        width: 100%;
        margin: 10px 0;
        font-size: 14px;
    }
    .about_lawer01 {
        width: 100%;
        height: auto;
        padding: 40px 0;
    }
    .aboutlaw_ul {
        width: 100%;
        height: auto;
        padding: 10px 0;
    }
    .aboutlaw_ul ul {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .aboutlaw_ul ul li {
        width: 100px;
        border: 1px solid #57411a;
        margin: 0 6px;
    }
    .aboutlaw_ul ul li a {
        color: #57411a;
        display: block;
        text-align: center;
        padding: 6px 0;
    }
    .active {
        background-color: #57411a !important;
        color: #fff !important;
    }
    .aboutlaw_content {
        width: 100%;
        margin: 20px 0;
        height: auto;
    }
    .aboutlaw_content ul {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .aboutlaw_content ul li {
        width: 100%;
        border: 1px solid #f3f3f3;
        padding: 10px;
        display: flex;
        margin: 10px 0;
        flex-wrap: wrap;
    }
    .aboutlaw_content ul li a {
        width: 36%;
    }
    .aboutlaw_tit {
        width: 100%;
    }
    .aboutlaw_tit h4 {
        padding: 10px 0px;
    }
    .aboutlaw_tit01 {
        width: 100%;
        height: auto;
        padding: 8px 0;
        display: flex;
        align-items: center;
    }
    .aboutlaw_tit01 span {
        color: #000;
        font-weight: 600;
    }
    .aboutlaw_tit01 b {
        color: #a7a7a7;
        font-size: 12px;
        font-weight: normal;
    }
    .ly {
        color: #000;
        font-weight: 600;
    }
    .aboutlaw_tit p {
        color: #a7a7a7;
        font-size: 12px;
        font-weight: normal;
        width: 100%;
        padding: 10px 0;
    }
    .about01 {
        width: 100%;
        height: auto;
        padding-top: 40px;
    }
    .about01_inner {
        max-width: 1200px;
        margin: 0 auto;
    }
    .about02 {
        width: 100%;
        height: auto;
        position: relative;
    }
    .about02 img {
        width: 100%;
        height: 715px;
        object-fit: cover;
        opacity: 0.8;
        position: relative;
    }
    .about02_content {
        position: absolute;
        width: 90%;
        top: 5%;
        left: 8%;
        display: flex;
        flex-wrap: wrap;
    }
    .about02L {
        width: 100%;
    }
    .about02L h4 {
        color: #fff;
        font-size: 24px;
        padding: 10px 0;
    }
    .about02L img {
        height: 200px;
        object-fit: cover;
        width: 80%;
    }
    .about02R {
        width: 100%;
    }
    .about02R p {
        width: 100%;
        word-break: break-all;
        color: #fff;
        font-size: 14px;
        line-height: 24px;
    }
    .about02R ul {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }
    .about02R ul li {
        width: 31%;
        border-right: 1px solid #ccc;
    }
    .about02R ul li a {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .about02R ul li:nth-child(3) {
        border: none;
    }
    .about02R ul li a img {
        width: 70px;
        height: 70px;
        object-fit: cover;
    }
    .about02R ul li a span {
        display: block;
        width: 100%;
        padding: 6px 0;
        text-align: center;
        font-size: 12px;
        color: #fff;
    }
    .about02R ul li a p {
        text-align: center;
        font-size: 30px;
        color: #fff;
        font-weight: normal;
    }
    .about05_dw {
        margin: 20px 0;
        position: relative;
    }
    .about05_dw ul {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .about05_dw ul li {
        width: 31%;
        display: flex;
        position: relative;
        flex-wrap: wrap;
    }
    .about05_dw ul li:before {
        content: '';
        position: absolute;
        height: 40px;
        left: 52px;
        width: 2px;
        background-color: #7d6c4e;
        top: 100%;
    }
    .about05_dw ul .bottom {
        width: 28%;
        display: flex;
        position: relative;
        margin-top: 86px;
        flex-wrap: wrap;
    }
    .about05_dw ul .bottom:before {
        content: '';
        position: absolute;
        height: 40px;
        left: 52px;
        width: 2px;
        background-color: #7d6c4e;
        top: 0%;
    }
    .bottom a {
        margin-top: 40px;
    }
    .about05_bg {
        position: absolute;
        top: 45%;
        width: 100%;
        height: 40px;
        object-fit: cover;
    }
    .about05 {
        width: 100%;
        padding: 40px 0;
    }
    .bottom_tit {
        margin-top: 20px;
    }
    .about05dw_tit h4 {
        color: #707070;
        font-size: 20px;
        padding: 10px 0;
    }
    .about05dw_tit p {
        color: #5a5a5a;
        font-size: 12px;
    }
    .about04 {
        width: 100%;
        height: auto;
        margin: 20px 0;
    }
    .about04_ul {
        width: 100%;
        margin: 20px 0;
        padding: 40px 0;
    }
    .about04_ul ul {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 20px;
    }
    .about04_ul ul li {
        background-color: #ebe3d9;
        padding: 15px 10px;
        width: 30%;
        margin: 6px 4px;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .about04_ul ul li a {
        display: block;
        width: 100%;
    }
    .about04_ul ul li a img {
        width: 100%;
    }
    .about04ulnr {
        width: 100%;
        padding: 10px;
    }
    .about04ulnr h4 {
        color: #97886e;
        font-weight: bold;
        width: 100%;
        text-align: center;
        font-size: 14px;
        padding: 10px 0;
    }
    .about04ulnr p {
        font-size: 12px;
        color: #97886e;
    }
}