@charset "utf-8";
/* CSS Document */


@media only screen and (max-width: 1200px) {
    .main {
        width: 100%;
        margin: 0px auto;
    }

    .main_home {
        width: 100%;
        margin: 0px auto;
    }

    body {
        font-size: 12px;
        line-height: 1.5;
    }

    #my-video2 {
        width: 90%;
        margin: 0 auto;
        margin-bottom: 10px;
    }

}

@media only screen and (min-width: 1200px) {
    .mob {
        display: none;
    }

    .main {
        width: 1200px;
        margin: 0px auto;
    }

    .main_home {
        width: 1200px;
        margin: 0px auto;
    }

    body {
        font-size: 14px;
        line-height: 24px;
    }

}
@media only screen and (min-width: 1400px) {
    .main_home {
        width: 1400px;
    }
}
@media only screen and (max-width: 1200px) {
    .top, .top_ny {
        width: 100%;
        background-color: #fff;
        color: #fff;
        position: fixed;
        z-index: 20;
        left: 0px;
        top: 0px;
        height: 55px;
        box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    }

    .top .main {
        height: 55px;
        position: relative;
    }

    .top .main_home {
        height: 55px;
        position: relative;
    }

    .top_jg {
        height: 55px;
        width: 100%;
    }

    a.logo {
        width: 300px;
        height: 30px;
        position: absolute;
        left: 15px;
        padding-left: 45px;
        top: 8px;
        color: #333;
    }

    .logo img {
        width: 35px;
        height: 30px;
        position: absolute;
        left: 0;
        top: 4px;

    }

    .logo .bt {
        font-size: 15px;
        line-height: 20px;
        height: 20px;
    }

    .top_ny a.logo ,.top a.logo {
        padding-left: 118px;
    }

    .top_ny a.logo .bt,.top a.logo .bt {
        position: absolute;
        width: 75px;
        line-height: 30px;
        height: 30px;
        left: 45px;
        top: 6px;
        font-size: 16px;
    }

    .top_ny a.logo p,.top a.logo p {
        line-height: 16px;
        margin-top: 5px;
        font-size: 12px;
        /*display: none;*/
    }

    .top_ny a.logo b, .top a.logo b {
        display: block;
        font-size: 12px;
    }

    .menu {
        margin: 0px 0px 0px 0%;
        float: left;
        width: 100%;
    }

    .menu li {
        float: left;
        width: 100%;
        border-top: solid 1px rgba(255, 255, 255, .2);
    }

    .menu a.dbt {
        font-size: 14px;
        font-weight: bold;
    }

    .menu a {
        display: block;
        width: 100%;
        padding: 8px 0px;
        text-align: left;
        padding-left: 3%;
        color: #fff;
    }

    .menu a {
        font-size: 13px;
    }

    .menu .txtk {
        width: 100%;
        float: left;
    }

    .menu .txtk .imgk {
        display: none;
    }

    .menu dl {
        width: 100%;
        float: left;
        padding-bottom: 8px;
    }

    .menu dl dd {
        width: 50%;
        float: left;
    }

    .menu dl dd a {
        padding: 5px 0px;
        padding-left: 6%;
    }

    .menu2 {
        width: 30px;
        height: 30px;
        display: block;
        position: absolute;
        right: 10px;
        top: 12.5px;
        z-index: 31;
    }

    .menu2 a {
        outline: none;
        display: block;
        width: 30px;
        height: 30px;
        line-height: 30px;
        background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M2.5 11.5A.5.5 0 013 11h10a.5.5 0 010 1H3a.5.5 0 01-.5-.5zm0-4A.5.5 0 013 7h10a.5.5 0 010 1H3a.5.5 0 01-.5-.5zm0-4A.5.5 0 013 3h10a.5.5 0 010 1H3a.5.5 0 01-.5-.5z' clip-rule='evenodd' fill='%23604d3d'/></svg>");
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    .menu2 a.on {
        background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M11.854 4.146a.5.5 0 010 .708l-7 7a.5.5 0 01-.708-.708l7-7a.5.5 0 01.708 0z' clip-rule='evenodd' fill='%23604d3d'/><path fill-rule='evenodd' d='M4.146 4.146a.5.5 0 000 .708l7 7a.5.5 0 00.708-.708l-7-7a.5.5 0 00-.708 0z' clip-rule='evenodd' fill='%23604d3d'/></svg>");
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    #navk {
        width: 100%;
        display: none;
        background: #a68c63;
        position: fixed;
        left: 100%;
        top: 55px;
        height: calc(100vh - 55px);;
        height: -moz-calc(100vh - 55px);;
        height: -webkit-calc(100vh - 55px);;
        overflow-y: auto;
        z-index: 19;
        padding: 15px;
    }


    .ss {
        float: left;
        height: 35px;
        width: 100%;
        display: block;
        position: relative;
    }

    .ss .txtk {
        position: absolute;
        overflow: hidden;
        height: 35px;
        right: 0px;
        top: 0px;
        width: 100%;
    }

    .ss .form-control {
        width: 100%;
        height: 35px;
        border: 0;
        padding: 0 0 0 12px;
        background: rgba(255, 255, 255, .2);
        color: #ffffff;
        box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
        font-size: 15px;
    }

    .ss .an_ss {
        position: absolute;
        width: 40px;
        height: 35px;
        border: 0;
        right: 0px;
        top: 0px;
        background: url(../images/t_ss.png) center center no-repeat;
        background-size: auto 50%;
    }


}

@media only screen and (min-width: 1200px) {
    #navk {
        float: right;
        height: 100px;
    }

    .menu2 {
        display: none;
    }


    .top_ny {
        width: 100%;
        background-color: #fff;
    }
    .top_job{
        position:relative;
    }
    .top_job .top_ny{
        background-color: rgba(255,255,255,.8);
        position:absolute;
        left:0;
        top:0px;
        z-index: 10;
    }
    .top_ny #navk {
        height: 90px;
    }

    .top_ny .main {
        height: 90px;
        position: relative;
        padding-right: 40px;
    }
    .top_job .top_ny .main {
        padding-right: 0px;
    }

    .top {
        width: 100%;
        background-color: #fff;
    }

    .top .main_home {
        height: 100px;
        position: relative;
        padding-right: 100px;
    }


    .top_jg {
        display: none;
    }

    a.logo {
        /*width: 325px;*/
        /*height: 60px;*/
        position: absolute;
        left: 0px;
        /*padding-left: 90px;*/
        top: 26px;
        color: #333;
        /*padding-top: 2px;*/

        height: 50px;
        padding-left: 180px;
        width: 400px;
        padding-top: 10px;
    }

    .logo img {
        /*width: 69px;*/
        /*height: 60px;*/
        height: 50px;
        width: 58px;
        position: absolute;
        left: 0;
        top: 0px;

    }
    .top a.logo .bt {
        position: absolute;
        width: 120px;
        line-height: 55px;
        left: 70px;
        top: 0;
    }

    .top a.logo p {
        line-height: 18px;
    }

    .top a.logo b {
        display: block;
        font-size: 12px;
    }

    .top_ny a.logo {
        height: 50px;
        padding-left: 180px;
        width: 400px;
        padding-top: 10px;
    }

    .top_ny a.logo img {
        height: 50px;
        width: 58px;

    }

    .top_ny a.logo .bt {
        position: absolute;
        width: 120px;
        line-height: 55px;
        left: 70px;
        top: 0;
    }

    .top_ny a.logo p {
        line-height: 18px;
    }

    .top_ny a.logo b {
        display: block;
        font-size: 12px;
    }

    .top_ny .menu {
        height: 90px;
    }

    .top_ny .menu li {
        height: 90px;
        margin-right: 15px;
    }

    .top_ny .menu dl {
        top: 90px;
        background-color: #fff;
    }

    .top_ny .menu a.dbt {
        height: 90px;
        line-height: 90px;
    }

    .menu {
        position: relative;
        height: 100px;
        float: left;
        z-index: 30;
    }

    .menu li {
        height: 100px;
        width: 100px;
        float: left;
        position: relative;
        text-align: center;
        margin-right: 16px;
    }

    .menu a.dbt {
        font-size: 16px;
        display: block;
        height: 100px;
        line-height: 100px;
    }
    .menu a.dbt.cd_gw{
        background-color: rgba(213,191,157,.5);
    }
    .menu a.dbt.cd_gw:hover{
        background-color: rgba(213,191,157,.8);
        color:#000;
    }
    .menu li.on a.dbt {
        color: #ae9775;
    }
    .top_ny .menu li:last-child{
        margin-left: 20px;
    }
    .menu a.dbt:hover, .menu li:hover a.dbt {
        border-bottom: solid 2px #c4a676;
        color: #ae9775;
    }

    .top_ny .menu a.dbt:hover,.top_ny .menu li:hover a.dbt {
        border-bottom: solid 0px #c4a676;
    }

    .menu dl {
        width: 100%;
        background-color: rgba(255, 255, 255, .6);
        left: 0%;
        top: 100px;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        opacity: 0;
        display: none;
        z-index: 30;
        font-size: 14px;
    }

    .menu li:hover dl {
        display: block;
    }

    .menu dd {
        width: 100%;
    }

    .menu dd a {
        display: block;
        width: 100%;
        line-height: 24px;
        padding: 5px 10px;
    }


    .ss {
        position: absolute;
        height: 100px;
        width: 100px;
        background: url("../images/t_ss.png") #c4a676 center center no-repeat;
        right: 0px;
        top: 0px;
    }

    .ss .txtk {
        position: absolute;
        overflow: hidden;
        height: 100px;
        right: 0px;
        top: 0px;
        width: 0%;
        -webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
        transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
        background: #c4a676;
        z-index: 31;
    }

    .top_ny .ss {
        width: 40px;
        height: 40px;
        background: url("../images/t_ss_h.png") #fff center center no-repeat;
        background-size: auto 22px;
        top: 25px;
    }

    .top_ny .ss .txtk {
        height: 40px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

    .top_ny .ss .txtk .form-control {
        height: 40px;
        line-height: 38px;
    }

    .ss:hover {
        background: none;
    }

    .top_ny .ss:hover .txtk {
        width: 300px;
        /*border-color:#fff;*/

    }

    .ss:hover .txtk {
        width: 340px;

    }

    .ss .form-control {
        width: 100%;
        height: 100px;
        line-height: 98px;
        border: 0;
        /*border-bottom: solid 1px rgba(255,255,255,.3);*/
        padding: 0 0 0 20px;
        font-size: 14px;
        background: #c4a676;
        color: #fff;
    }

    .ss .an_ss {
        position: absolute;
        width: 100px;
        height: 100px;
        border: 0;
        right: -1px;
        top: -1px;
        background: url(../images/t_ss.png) center center no-repeat;
    }

    .top_ny .ss .an_ss {
        width: 40px;
        height: 40px;
        right: 0px;
        top: 0px;
        background: url(../images/t_ss.png) center center no-repeat;
        background-size: auto 22px;
    }


}

@media only screen and (min-width: 1400px) {
    .menu li {
        margin-right: 40px;
    }
}
.ss .form-control::-moz-placeholder {
    color: #fff;
    opacity: 1
}

.ss .form-control:-ms-input-placeholder {
    color: #fff
}

.ss .form-control::-webkit-input-placeholder {
    color: #fff
}

.foot {
    width: 100%;
    background-color: #434041;
    color: #c4a676;

}

.foot a {
    color: #c4a676;
}

.foot a:hover {
    color: #fff;
}

.foot_ny {
    background-color: #a68c63;
    color: #fff;

}

.foot_ny a {
    color: #fff;
}

.foot a:hover {
    text-decoration: underline;
}

.foot_ny .foot1 {
    font-size: 14px;
    padding: 60px 110px 40px 0px;
    border: 0;
}

.foot_ny .foot_lb1 li {
    border: 0;
    padding: 0 45px;
}

.foot_ny .foot1 .ewm {
    right: 0;
    top: 40px;
}

.foot1 {
    padding: 40px 200px 60px 0px;
    position: relative;
    border-bottom: solid 1px #937f62;
    font-size: 16px;
    line-height: 30px;
}

.foot_ny .foot2 {
    border-top: solid 1px rgba(255, 255, 255, .6);
}

.foot_ny .foot2 .d2 a {
    display: inline-block;
    width: 23px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
    margin-left: 10px;
    vertical-align: middle;
}

.foot_ny .foot2 .d2 a.cd_f1 {
    background-image: url("../images/fx1.png");
}

.foot_ny .foot2 .d2 a.cd_f2 {
    background-image: url("../images/fx2.png");
}

.foot_ny .foot2 .d2 a.cd_f3 {
    background-image: url("../images/fx3.png");
}

.foot1 .ewm {
    width: 106px;
    position: absolute;
    right: 60px;
    top: 60px;
    text-align: center;
}

.foot1 .ewm img {
    max-width: 106px;
    margin-bottom: 15px;
}

.foot_lb1 {
    width: 100%;
    float: left;
}

.foot_lb1 li {
    width: 33.3333%;
    float: left;
    min-height: 200px;
    border-right: solid 1px #937f62;
    padding: 0 50px;
}

.foot_lb1 .bt {
    font-weight: bold;
    margin-bottom: 20px;
}

@media only screen and (min-width: 1200px) {
    .foot_lb1 li:first-child {
        padding-left: 0;
    }
}

.foot_lb1 li:last-child {
    border-right: 0;
}

.foot2 {
    text-align: center;
    padding: 15px 0;
}

@media only screen and (max-width: 1200px) {
    .foot1 {
        padding: 20px 0;
        font-size: 12px;
        line-height: 22px;
    }

    .foot1 .ewm {
        position: inherit;
        right: auto;
        top: auto;
        width: 100%;
        float: left;
        margin-top: 15px;
    }

    .foot1 .ewm img {
        margin-bottom: 10px;
    }

    .foot_lb1 li {
        width: 33.3333%;
        padding: 0 15px;
        min-height: auto;
    }

    .foot_lb1 .bt {
        font-weight: bold;
        margin-bottom: 10px;
    }

    .foot2 {
        padding: 15px 0;
    }

    .foot_ny .foot1 {
        padding: 5px 15px;
        font-size: 12px;
    }

    .foot_ny .foot_lb1 li {
        padding: 10px 0;
    }

    .foot_ny .foot2 {
        padding: 15px;
        text-align: center;
    }

    .foot_ny .foot2 .d1, .foot_ny .foot2 .d2 {
        width: 100%;
    }

    .foot_ny .foot2 .d1 {
        margin-bottom: 10px;
    }

    .foot_ny .foot1 .ewm {
        right: auto;
        top: auto;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .foot1 {
        padding: 0px 0 10px 0;
        text-align: center;
    }

    .foot_lb1 li {
        width: 100%;
        padding: 15px;
        min-height: auto;
        border-right: 0;
        border-bottom: solid 1px #937f62;
    }
}

.ban {
    width: 100%;
    overflow: hidden;
}

.ban img {
    width: 100%;
    display: block;
}

@media only screen and (min-width: 1200px) {
    .ban img {
        width: 1920px;
        max-width: 1920px;
        position: relative;
        left: 50%;
        margin-left: -960px;
    }
}
@media only screen and (min-width: 1890px) {
    .ban img {
        width: 100%;
        max-width:100%;
        left: 0%;
        margin-left: 0px;
    }
}

@media only screen and (max-width: 1200px) {
    .swiper-container.sy_ban {
        width: 100%;
    }

    .sy_ban .swiper-slide {
        text-align: center;
        font-size: 13px;
        line-height: 20px;
        width: 100%;
        position: relative;
    }

    .sy_ban .swiper-slide img {
        width: 100%;
        display: block;
    }

    .sy_ban .swiper-pagination-bullet {
        background-color: #ede3d5;
        width: 10px;
        height: 10px;
        opacity: 1;
        font-size: 0;
    }

    .sy_ban .swiper-pagination-bullet-active {
        background-color: #c4a676;
    }

    .sy_ban.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 10px;
        position: absolute;
        right: 0%;
        text-align: center;
    }

    .sy_ban.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 4px;
    }
}

@media only screen and (min-width: 1200px) {
    .swiper-container.sy_ban {
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
    }

    .sy_ban .swiper-slide {
        width: 100%;
        position: relative;
        overflow: hidden;
    }

    .sy_ban .swiper-slide img {
        width: 100%;
        display: block;
    }

    .sy_ban .swiper-pagination-bullet {
        background-color: #ede3d5;
        width: 14px;
        height: 14px;
        opacity: 1;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }

    .sy_ban .swiper-pagination-bullet-active {
        background-color: #c4a676;
    }

    .sy_ban.swiper-container-horizontal > .swiper-pagination-bullets {
        bottom: 50px;
        height: 14px;
        width: auto;
        font-size: 0;
        position: absolute;
        right: 0%;
        left: 0;
        text-align: center;
    }

    .sy_ban.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 8px;
    }
}

.sy {
    width: 100%;
    padding: 60px 0 80px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.sy1 {
    background-image: url("../images/sy_bj1.jpg");
}

.sy2 {
    background-image: url("../images/sy_bj2.jpg");
}

.sy3 {
    background-image: url("../images/sy_bj3.jpg");
}

.sy4 {
    background-image: url("../images/sy_bj4.jpg");
}

.sy_x {
    position: relative;
}

.sy_x:after {
    content: '';
    width: 1px;
    height: 70px;
    background-color: #a78e6c;
    position: absolute;
    left: 50%;
    bottom: -35px;
    margin-left: -0.5px;
    z-index: 1;
}

.sy_bt1 .bt {
    color: #392112;
}

.sy_bt1 .xbt {
    color: #c4a676;
}

.sy_pro {
    border-top: solid 1px #c4a676;
    min-height: 490px;
    position: relative;
    padding-left: 480px;
}
@media only screen and (min-width: 1400px) {
    .sy_pro{
        padding-left: 520px;
        min-height: 530px;
    }
}
.sy_pro .d1 {
    width: 350px;
    position: absolute;
    left: 0;
    top: 70px;
}

.sy_pro .nr {
    font-size: 18px;
    line-height: 30px;
    color: #646362;
    margin-bottom: 70px;
}

a.cd_more1 {
    display: inline-block;
    padding: 0 50px;
    height: 50px;
    line-height: 48px;
    color: #c4a676;
    border: solid 2px #c4a676;
    font-size: 18px;
}

.lz_pro {
    width: 100%;
    float: left;
    position: relative;
}

.lz_pro .swiper-slide {
    width: 100%;
    padding-top: 90px;
    position: relative;
}

.lz_pro .swiper-slide:after {
    content: '';
    width: 1px;
    height: 90px;
    background-color: #c4a676;
    position: absolute;
    left: 50%;
    top: 0px;
    margin-left: -0.5px;
}

.lz_pro a {
    display: block;
    width: 100%;
}

.lz_pro .swiper-slide .imgk {
    width: 100%;
    overflow: hidden;
    height: 284px;
}

.lz_pro .swiper-slide img {
    width: 100%;
    min-height: 284px;
}

@media only screen and (min-width: 1400px) {
    .lz_pro .swiper-slide .imgk {
        height: 355px;
    }

    .lz_pro .swiper-slide img {
        min-height: 355px;
    }
}
.lz_pro .bt {
    margin-top: 25px;
    text-align: center;
    font-size: 20px;
}

.lz_pro .swiper-button-prev, .lz_pro .swiper-button-next {
    color: #fff;
    outline: none;
    --swiper-navigation-size: 0px;
    width: 47px;
    height: 12px;
    line-height: 12px;
    margin-top: auto;
    top: 435px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-image: url("../images/jt1.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.lz_pro .swiper-button-prev:hover, .lz_pro .swiper-button-next:hover {
}

.lz_pro .swiper-button-next.swiper-button-disabled, .lz_pro .swiper-button-prev.swiper-button-disabled {
    /*width:30px;*/
}

.lz_pro .swiper-button-prev {
    left: -160px;
    transform: rotate(180deg);
}

.lz_pro .swiper-button-next {
    left: -90px;
}

.sy_lb2 {
    width: 1236px;
    float: left;
    margin-left: -18px;
}

.sy_lb2 li {
    width: 259px;
    float: left;
    margin: 0 25px;
}

.sy_lb2 .imgk {
    border: solid 1px #c4a676;
    padding: 10px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    height: 259px;
    position: relative;
    margin-bottom: 35px;
}

.sy_lb2 .imgk:before {
    content: '';
    position: absolute;
    left: -15px;
    top: 0;
    width: 282px;
    height: 260px;
    background-repeat: no-repeat;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    -khtml-opacity: 0;
    background-size: 100% 100%;
}

.sy_lb2 li:hover .imgk:before {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    -khtml-opacity: 1;

    -webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}
@media only screen and (min-width: 1400px) {
    .sy_lb2 {
        width: 1436px;
        margin-left: -18px;
    }

    .sy_lb2 li {
        width: 289px;
        margin: 0 35px;
    }

    .sy_lb2 .imgk {
        height: 289px;
        margin-bottom: 35px;
    }

    .sy_lb2 .imgk:before {
        left: -6px;
        width: 312px;
        height: 290px;
    }
}
.sy_lb2 .imgk.a1:before {
    background-image: url("../images/sy_b1_on.png");
}

.sy_lb2 .imgk.a2:before {
    background-image: url("../images/sy_b2_on.png");
}

.sy_lb2 .imgk.a3:before {
    background-image: url("../images/sy_b3_on.png");
}

.sy_lb2 .imgk.a4:before {
    background-image: url("../images/sy_b4_on.png");
}

.sy_lb2 .imgk img {
    width: 100%;
    height: 237px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.sy_lb2 .txtk {
    writing-mode: tb-rl;
    height: 230px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    font-size: 18px;
    line-height: 30px;
    color: #907666;
}
@media only screen and (min-width: 1400px) {
    .sy_lb2 .imgk img {
        height: 267px;
    }
}
.sy_lb2 a {
    color: #907666;
}

.sy_lb2 a:hover {
    /*text-decoration: underline;*/
}

.sy_lb2 .bt a {
    color: #392112;
}

.sy_lb2 .bt {
    color: #392112;
    margin-left: 20px;
    display: block;
}

@media only screen and (max-width: 1200px) {
    .sy_lb2 {
        width: 102%;
        margin-left: -1%;
    }

    .sy_lb2 li {
        width: 23%;
        margin: 0 1%;
    }

    .sy_lb2 .imgk {
        padding: 8px;
        height: auto;
        margin-bottom: 20px;
    }

    .sy_lb2 .imgk:before {
        display: none;
    }

    .sy_lb2 .imgk img {
        height: auto;
    }

    .sy_lb2 .txtk {
        height: 200px;
        font-size: 13px;
        line-height: 20px;
    }

    .sy_lb2 .bt {
        font-size: 15px;
        margin-left: 5px;
    }

    .sy {
        padding: 15px;
    }

    .sy_x:after {
        display: none;
    }

    .sy_pro {
        min-height: auto;
        padding-left: 0px;
    }

    .sy_pro .d1 {
        width: 100%;
        position: inherit;
        left: auto;
        top: auto;
        margin-top: 15px;
    }

    .sy_pro .nr {
        font-size: 13px;
        line-height: 22px;
        margin-bottom: 20px;
    }

    a.cd_more1 {
        padding: 0 20px;
        height: 35px;
        line-height: 33px;
        font-size: 13px;
        border-width: 1px;
    }

    .lz_pro .swiper-slide {
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .lz_pro .swiper-slide:after {
        height: 30px;
    }

    .lz_pro .swiper-slide .imgk {
        height: auto;
    }

    .lz_pro .swiper-slide img {
        min-height: auto;
        height: 222px;
        object-fit: cover;
    }

    .lz_pro .bt {
        margin-top: 15px;
        font-size: 13px;
    }

    .lz_pro .swiper-button-prev, .lz_pro .swiper-button-next {
        width: 47px;
        height: 12px;
        line-height: 12px;
        margin-top: auto;
        top: auto;
        bottom: 0px;
    }


    .lz_pro .swiper-button-prev {
        left: 0px;
        transform: rotate(180deg);
    }

    .lz_pro .swiper-button-next {
        left: auto;
        right: 0;
    }
}

@media only screen and (max-width: 500px) {
    .sy_lb2 {
        width: 106%;
        margin-left: -3%;
    }

    .sy_lb2 li {
        width: 44%;
        margin: 0 3% 15px 3%;
    }
}

.sy_abk {
    width: 100%;
    overflow: hidden;
}

.sy_abk_k {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
    height: 442px;
}

.sy_abk_k .d1 {
    width: 600px;
    height: 300px;
    background-image: url("../images/sy_c2.jpg");
    background-repeat: no-repeat;
    background-position: left center;
    background-color: #c4a676;
    color: #fff5e7;
    font-size: 30px;
    line-height: 72px;
    padding: 60px;
    text-align: right;
    display: flex;
    justify-content: center;
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -150px;
    z-index: 1;
}

.sy_abk_k .d2 {
    width: 1520px;
    float: right;
    background-image: url("../images/xbj1.png");
    background-position: 617px 0px;
}

.sy_abk_k .imgk {
    width: 620px;
    height: 442px;
    float: left;
    overflow: hidden;
}

.sy_abk_k .imgk img {
    min-height: 442px;
}

.sy_abk_k .txtk {
    width: 560px;
    padding: 50px 50px;
    float: left;
}

.sy_abk_k .bt {
    color: #c4a676;
    margin-bottom: 20px;
}

.sy_abk_k .nr {
    font-size: 18px;
    line-height: 30px;
    height:180px;
    overflow: hidden;
    text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:6;
    -webkit-box-orient:vertical;
    color: #646362;
    margin-bottom: 40px;
}

a.cd_an_h {
    background-color: #c4a676;
    color: #fff;
    font-size: 18px;
    line-height: 50px;
    padding: 0 50px;
    height: 50px;
    display: inline-block;
}
@media only screen and (min-width: 1400px) {
    .sy_abk_k {
        width: 1920px;
        left: 50%;
        margin-left: -960px;
        height: 493px;
    }

    .sy_abk_k .d1 {
        width: 510px;
        height: 320px;
        font-size: 30px;
        line-height: 72px;
        padding: 60px;
        top: 50%;
        margin-top: -160px;
    }

    .sy_abk_k .d2 {
        width: 1520px;
        background-position: 691px 0px;
    }

    .sy_abk_k .imgk {
        width: 691px;
        height: 493px;
    }

    .sy_abk_k .imgk img {
        min-height: 493px;
    }

    .sy_abk_k .txtk {
        width: 590px;
        padding: 60px 50px;
    }
    .sy_abk_k .nr {
        height:210px;
        -webkit-line-clamp:7;
    }
}

@media only screen and (max-width: 1200px) {
    .sy_abk_k {
        width: 100%;
        left: auto;
        margin-left: 0px;
        height: 493px;
    }

    .sy_abk_k .d1 {
        display: none;
    }

    .sy_abk_k .d2 {
        width: 100%;
        background-color: #fff;
    }

    .sy_abk_k .imgk {
        width: 100%;
        height: auto;
    }

    .sy_abk_k .imgk img {
        min-height: inherit;
    }

    .sy_abk_k .txtk {
        width: 100%;
        padding: 15px;
        float: left;
    }

    .sy_abk_k .bt {
        margin-bottom: 5px;
    }

    .sy_abk_k .nr {
        font-size: 13px;
        line-height: 22px;
        height:auto;
        max-height:154px;
        margin-bottom: 20px;
    }

    a.cd_an_h {
        font-size: 13px;
        line-height: 35px;
        padding: 0 20px;
        height: 35px;
    }

}

@media only screen and (min-width: 1200px) {
    .sy4 {
        overflow: hidden;
    }

    .sy4 .main_home {
        position: relative;
        width: 1920px;
        left: 50%;
        margin-left: -960px;
        height: 619px;
        background-image: url("../images/fzlc_x.png");
        background-position: center center;
        background-repeat: no-repeat;
        /*zoom:0.8;*/
        transform:scale(0.8);
        -moz-transform:scale(0.8);
        -o-transform:scale(0.8);
        -webkit-transform:scale(0.8);
    }

    .sy4 .item {
        position: absolute;
        width: 200px;
        color: #392112;
        padding: 80px 0 0 65px;
        min-height: 203px;
    }

    .sy4 .item .bt {
        background-image: url("../images/fzlc_on.png");
        background-position: top center;
        background-repeat: no-repeat;
        width: 79px;
        height: 203px;
        text-align: center;
        padding-top: 17px;
        position: absolute;
        left: 0px;
        top: 0px;
        font-size: 26px;
        /*font-weight: bold;*/
        font-family: Arial;
    }

    .sy4 .item .nr {
        font-size: 17px;
        line-height: 28px;
    }

    .sy4 .item1 {
        left: 260px;
        bottom: 10px;
    }

    .sy4 .item2 {
        left: 525px;
        bottom: 60px;
        width: 235px;
    }

    .sy4 .item3 {
        left: 315px;
        bottom: 215px;
    }

    .sy4 .item4 {
        left: 470px;
        bottom: 420px;
    }

    .sy4 .item5 {
        left: 690px;
        bottom: 400px;
        width: 210px;
    }

    .sy4 .item6 {
        left: 910px;
        bottom: 270px;
        width: 170px;
    }

    .sy4 .item7 {
        left: 1120px;
        bottom: 330px;
        width: 170px;
    }

    .sy4 .item8 {
        left: 1225px;
        bottom: 135px;
        width: 160px;
    }

    .sy4 .item9 {
        left: 1350px;
        bottom: 270px;
        width: 140px;
    }

    .sy4 .item10 {
        left: 1500px;
        bottom: 320px;
        width: 170px;
    }
}
@media only screen and (min-width: 1400px) {
    .sy4 .main_home {
        transform:scale(1);
        -moz-transform:scale(1);
        -o-transform:scale(1);
        -webkit-transform:scale(1);
    }
}
@media only screen and (max-width: 1200px) {
    .sy4 .item {
        padding-left: 35px;
        padding-bottom: 15px;
        color: #392112;
        position: relative;
        padding-top: 30px;
    }

    .sy4 .item .bt {
        background-image: url("../images/fzlc_on.png");
        background-size: auto 100%;
        background-position: top center;
        background-repeat: no-repeat;
        width: 38px;
        height: 80px;
        font-size: 12px;
        text-align: center;
        padding-top: 8px;
        position: absolute;
        left: 0px;
        top: 0px;
        /*font-weight: bold;*/
        font-family: Arial;
    }

    .sy4 .item .nr {
        font-size: 13px;
        line-height: 22px;
    }

}

.lm1k {
    width: 100%;
    background-color: #f2f2f2;
    position: relative;
}

.lm1 {
    width: 1200px;
    position: relative;
    margin: 0px auto;

}

.lm1 li {
    float: left;
    height: 50px;
    line-height: 50px;
}

.lm1 li:after {
    content: '|';
    margin: 0 30px;
}

.lm1 li a.on, .lm1 li a:hover {
    color: #a68c63;
}

.lm1 li:last-child:after {
    display: none;
}

@media only screen and (max-width: 1200px) {
    .lm1k {
        width: 100%;
    }

    .lm1 {
        width: 100%;
        float: left;
        display: none;
        border-bottom: solid 1px #dddddd;
    }

    .lm1 li {
        float: left;
        width: 100%;
        border-top: solid 1px #dddddd;
        height: auto;
        line-height: 22px;
    }

    .lm1 li a {
        display: block;
        width: 100%;
        font-size: 13px;
        padding: 8px 3%;
        background: #fff;
    }

    .lm1 li:after {
        display: none;
    }

    .lm1_bt {
        width: 100%;
        box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
        float: left;
        text-align: center;
        height: 40px;
        line-height: 40px;
        background: #fff;
        font-size: 14px;
    }

    .lm1_bt a {
        width: 100%;
        height: 40px;
        display: block;
        position: relative;
        color: #604d3d;
    }

    .lm1_bt a:before {
        content: '';
        position: absolute;
        width: 40px;
        height: 40px;
        right: 5px;
        top: 0px;
        background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 01.708 0L8 10.293l5.646-5.647a.5.5 0 01.708.708l-6 6a.5.5 0 01-.708 0l-6-6a.5.5 0 010-.708z' clip-rule='evenodd' fill='%23604d3d'/></svg>");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: auto 22px;
    }

    .lm1_bt a.on:before {
        transform: rotate(180deg);
    }
}

.ny {
    width: 100%;
    padding: 60px 0;
    min-height: 300px;
    overflow: hidden;
}

.ny_bt1 {
    color: #604d3d;
}
.ny_bt1_2{
    text-align: center;
}
.ny_bt1 .bt1 {
    font-size: 40px;
    line-height: 55px;
    font-weight: 400;
}

.ny_bt1 .bt2 {
    margin-bottom: 5px;
    position: relative;
    text-transform: uppercase;
}

.ny_bt1 .bt2:after {
    content: '';
    width: 970px;
    height: 1px;
    background-color: #d5bf9d;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -0.5px;
}
.ny_bt1_2 .bt2:after{
    display:none;
}
.ny_bt1:after {
    content: '';
    background-image: url("../images/ab_x.png");
    background-repeat: no-repeat;
    width: 83px;
    height: 16px;
    display: block;
}
.ny_bt1_2:after{
    margin: 0 auto;
}
.ab_nr {
    font-size: 16px;
    line-height: 28px;
}

.ab_k .ab_nr {
    width: 520px;
}

.ab_k .imgk {
    width: 600px;
    float: right;
    position: relative;
    top: -110px;
    overflow: inherit;
}

.ab_k .imgk img {
    position: relative;
    z-index: 1;
}

.ab_k .imgk:after {
    content: '';
    background-color: #efe8da;
    height: 545px;
    width: 1500px;
    position: absolute;
    left: 80px;
    top: 120px;
}

@media only screen and (max-width: 1200px) {
    .ny_bt1 .bt1 {
        font-size:18px;
        line-height: 24px;
    }
    .ny_bt1 .bt2 {
        font-size:12px;
    }
    .ny_bt1:after{
        background-size: auto 100%;
        width:60px;
        height:8px;
        background-position: center center;
        margin: 0 auto;
    }
    .ab_nr {
        font-size: 13px;
        line-height: 1.5;
    }

    .ny {
        min-height:inherit;
        padding: 15px;
    }

    .ab_k .ab_nr {
        width: 100%;
        margin-bottom: 20px;
    }

    .ab_k .imgk {
        width: 100%;
        top: auto;
    }

    .ab_k .imgk:after {
        display: none;
    }
}
.ny_lc{
    background-image: url("../images/lc_dbj.jpg");
    background-repeat: no-repeat;
    background-size:100% auto;
    background-position: bottom center;
}
.lc ul{
    width:50%;
    border-left: solid 1px #a68c63;
    float:right;
}
.lc li{
    width:100%;
    float:left;
    padding-bottom:40px;
    padding-left:160px;
    position:relative;
}

.lc li:nth-child(even){
    left:-100%;
    padding-left:0px;
    padding-right:160px;
}
.lc li:nth-child(even):before{
    background-image:url("../images/lc_bj_l.png");
    left:-28px;
    right:auto;
}
.lc li:before{
    content: '';
    background-image:url("../images/lc_bj_r.png");
    background-size:auto 100%;
    background-repeat:no-repeat;
    width:83px;
    height:55px;
    position:absolute;
    right:-28px;
    top:-15px;
}
.lc li:nth-child(even):after{
    left:auto;
    right:-11px;
}
.lc li:after{
    content: '';
    background-image:url("../images/lc_d.png");
    background-size:100% auto;
    background-repeat:no-repeat;
    background-position: center center;
    width:22px;
    height:100%;
    position:absolute;
    left:-11px;
    bottom:-30px;
}
.lc .bt{
    width:160px;
    line-height: 60px;
    text-align: center;
    background-color: #a68c63;
    color:#fff;
    position:absolute;
    left:-80px;
    font-size: 28px;
}
.lc .bt:after{
    content: '';
    width:60px;
    height:2px;
    background-color: #a68c63;
    position:absolute;
    right:-70px;
    top:50%;
    margin-top:-1px;
}
.lc li:nth-child(even) .bt{
    left:auto;
    right:-80px;
}
.lc li:nth-child(even) .bt:after{
    right:auto;
    left:-70px;
}
.lc .bottom_bt{
    width:100%;
    float:left;
    text-align: center;
    color:#a68c63;
    margin-top: 15px;
}
.lc dl{
    width:100%;
    float:left;
    background-color: #f2f2f2;
    padding:25px 25px;
    position:relative;
    z-index: 1;
    min-height: 120px;
    /*height: 130px;*/
    /*display: flex;*/
    /*justify-content: center;*/
    /*flex-direction: column;*/
    /*-moz-flex-direction: column;*/
    /*-webkit-flex-direction: column;*/
    /*-ms-flex-direction: column;*/
}
.lc dl dd{
    font-size: 16px;
    line-height: 28px;
    width:100%;
    margin: 4px 0;
    position:relative;
    padding-left:18px;
}

.lc dl dd:before{
    content: '';
    background-color: #a68c63;
    width:7px;
    height:7px;
    position:absolute;
    left:0;
    top:10px;
}
.lc li:last-child:after{
    background-image: url("../images/lc_dd.png");
    background-position: center bottom;
    background-color: #fff;
    width:6px;
    height:100px;
    bottom:0;
    right:-3px;
}
@media only screen and (max-width: 1200px) {
    .lc{
        padding-left:30px;
    }
    .lc ul{
        width:100%;
    }
    .lc li{
        padding-bottom:20px;
        padding-left:70px;
        position:relative;
    }

    .lc li:nth-child(even){
        left:0%;
        padding-left:70px;
        padding-right:0px;
    }
    .lc li:before{
        /*left:auto;*/
        /*right:-28px;*/
        display: none;
    }
    .lc li:before{
        width:83px;
        height:55px;
        right:-28px;
        top:-15px;
    }
    .lc li:nth-child(even):after{
        left:-8px;
        right:auto;
    }
    .lc li:after{
        width:16px;
        left:-8px;
        background-size: 16px 16px;
        bottom:-15px;
    }
    .lc .bt{
        width:60px;
        line-height: 30px;
        left:-30px;
        font-size: 14px;
    }
    .lc .bt:after{
        width:20px;
        height:1px;
        right:-30px;
        margin-top:-0.5px;
    }
    .lc li:nth-child(even) .bt{
        left:-30px;
        right:auto;
    }
    .lc li:nth-child(even) .bt:after{
        right:-30px;
        left:auto;
    }
    .lc .bottom_bt{
        margin-top: 10px;
        text-align: left;
        margin-left: -5px;
    }
    .lc dl{
        padding:10px 15px;
        min-height: 80px;
    }
    .lc dl dd{
        font-size: 13px;
        line-height: 22px;
        margin: 3px 0;
        padding-left:12px;
    }

    .lc dl dd:before{
        width:4px;
        height:4px;
        top:8px;
    }
    .lc li:last-child:after{
        width:6px;
        height:70px;
        bottom:0;
        left:-3px;
        background-size: inherit;
    }
}
.lz_ry {
    width: 100%;
    float: left;
    position: relative;
}

.lz_ry .swiper-slide {
    width: 100%;
    position: relative;
}

.lz_ry a {
    display: block;
    width: 100%;
    padding:10px;
    overflow: hidden;

}
.lz_ry a .imgk_k{
    width: 100%;
    min-height:402px;
    box-shadow:0 0px 8px rgba(0,0,0,.08);
}
.lz_ry .swiper-slide .imgk {
    width: 100%;
    overflow: hidden;
    /*display: flex;*/
    /*justify-content: center;*/
    /*flex-direction: column;*/
    /*-moz-flex-direction: column;*/
    /*-webkit-flex-direction: column;*/
    /*-ms-flex-direction: column;*/
    /*align-items: center;*/
    text-align: center;
    height:180px;
    background-color: #FFF;

}
.lz_ry .swiper-slide .imgk img {
    display: block;
    max-width: 100%;
    width:auto;
    margin: 0 auto;
    max-height:180px;
    flex-shrink: 0;
}

.lz_ry.lz_ry_pz .swiper-slide .imgk{
    height:auto;
    background-color: rgba(255,255,255,0);
}
.lz_ry.lz_ry_pz .swiper-slide .imgk img{
    width:100%;
    max-height: inherit;
}
.lz_ry .bt {
    color:#a68c63;
    margin-bottom:18px;
}
.lz_ry .bt:before{
    content: '';
    background-color: #a68c63;
    width:14px;
    height:14px;
    -moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50%;
    display: inline-block;
    margin-right: 15px;
}
.lz_ry .txtk{
    width:100%;
    padding:15px;
}
.lz_ry .s1{
    display: block;
    color:#a68c63;
    margin-bottom:3px;
    -webkit-transition: all 0s linear;
    -moz-transition: all 0s linear;
    -o-transition: all 0s linear;
    -ms-transition: all 0s linear;
    transition: all 0s linear;
}
.lz_ry dl{
    width:100%;
}
.lz_ry a:hover .imgk_k{
    color:#fff;
    background-color: #d5bf9d;
}
.lz_ry a:hover .imgk_k .s1{
    color:#fff;
}
.lz_ry a:hover .imgk_k dd:before{
    background-color: #fff;
}
.lz_ry dd{
    width:100%;
    position:relative;
    padding-left:10px;
    margin-bottom:3px;
}
.lz_ry dd:before{
    content: '';
    background-color: #606060;
    width:4px;
    height:4px;
    -moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50%;
    position:absolute;
    left:0px;
    top:9px;
    -webkit-transition: all 0s linear;
    -moz-transition: all 0s linear;
    -o-transition: all 0s linear;
    -ms-transition: all 0s linear;
    transition: all 0s linear;
}
.lz_ry .swiper-button-prev, .lz_ry .swiper-button-next {
    color: #fff;
    outline: none;
    --swiper-navigation-size: 0px;
    width: 40px;
    height:40px;
    line-height:40px;
    margin-top: -20px;
    top:50%;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-image: url("../images/ry_jt.png");
    background-color: #a68c63;
    background-repeat: no-repeat;
    background-position: center center;
}

.lz_ry .swiper-button-prev:hover, .lz_ry .swiper-button-next:hover {
    background-color: #d5bf9d;
}

.lz_ry .swiper-button-next.swiper-button-disabled, .lz_ry .swiper-button-prev.swiper-button-disabled {
}

.lz_ry .swiper-button-prev {
    left: -70px;
}

.lz_ry .swiper-button-next {
    left:auto;
    right:-70px;
    transform: rotate(180deg);
}

@media only screen and (max-width: 1200px) {
    .lz_ry{
        padding:0 30px;
    }
    .lz_ry a .imgk_k{
        min-height: auto;
    }
    .lz_ry .bt {
        margin-bottom:10px;
    }
    .lz_ry .bt:before{
        width:10px;
        height:10px;
        margin-right: 10px;
    }
    .lz_ry .swiper-button-prev, .lz_ry .swiper-button-next{
        width:30px;
        height:30px;
        margin-top: -15px;
        background-size: 20px auto;
    }
    .lz_ry .swiper-button-prev {
        left: 0px;
    }

    .lz_ry .swiper-button-next {
        right:0px;
    }
}
.n1{
    width:100%;
    float:left;
    margin-bottom:40px;
}
.n1 li{
    width:100%;
    float:left;
    border-bottom: dashed 1px #dedede;
}
.n1 a{
    display: block;
    width:100%;
    padding:0 130px 0 10px;
    line-height: 60px;
    height:60px;
    position:relative;
}
.n1 .sj{
    position:absolute;
    right:15px;
    top:0px;
    color:#808080;
}
.n1 .bt{
    display: block;
    width:100%;
    line-height: 60px;
    -webkit-transition: all 0s linear;
    -moz-transition: all 0s linear;
    -o-transition: all 0s linear;
    -ms-transition: all 0s linear;
    transition: all 0s linear;
    text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;  white-space: nowrap;
}
.n1 .bt:before{
    content: '';
    background-color: #a68c63;
    width:5px;
    height:5px;
    -moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50%;
    -webkit-transition: all 0s linear;
    -moz-transition: all 0s linear;
    -o-transition: all 0s linear;
    -ms-transition: all 0s linear;
    transition: all 0s linear;
    display: inline-block;
    vertical-align: middle;
    position:relative;
    top:-1px;
    margin-right:10px;
}
.n1 a:hover{
    background-color: #a68c63;
    color:#fff!important;
}
.n1 a:hover .sj{
    color:#fff;
}
.n1 a:hover .bt:before{
    background-color: #fff;
}
@media only screen and (max-width: 1200px) {
    .n1{
        margin-bottom:20px;
    }
    .n1 a{
        padding:0 90px 0 5px;
        line-height: 40px;
        height:40px;
    }
    .n1 .sj{
        right:5px;
    }
    .n1 .bt{
        line-height: 40px;
        font-size: 13px;
    }
    .n1 .bt:before{
        width:4px;
        height:4px;
        margin-right:8px;
    }
}
@media only screen and (max-width: 1200px) {
    .fy1 {
        width: 102%;
        float: left;
        margin-left: -1%;
    }

    .fy1 a {
        float: left;
        display: none;
        border: solid 1px #dddddd;
        padding: 0px 10px;
        margin-left: 3px;
    }

    .fy1 a.cd_sx {
        display: block;
        width: 23%;
        margin: 0px 1%;
        text-align: center;
        padding: 8px 0px;
    }
}
.fy1 a.cd_sx{
    font-family: '微软雅黑';
}
.fy1 a{
    background-color: #fff;
}

@media only screen and (min-width: 1200px) {
    .fy1 {
        width: 100%;
        float: left;
        line-height: 36px;
        text-align: center;
    }

    .fy1 a {
        display: inline-block;
        border: solid 2px #dddddd;
        padding: 0px 14px;
        margin: 0px 1px;
    }

}

.fy1 a:hover,
.fy1 a.on {
    background: #a68c63;
    color: #ffffff;
    border-color: #a68c63;
}
.fy1 a.fy_disabled{
    color:#ccc;
    background: #fff !important;
    border-color: #ddd !important;
}
.sbt {
    font-size:22px;
    line-height:32px;
    text-align: center;
    padding-bottom: 25px;
    border-bottom: solid 1px #ddd;
}
.ssj {
    text-align: center;
    padding: 20px 0px 40px 0px;
}
.sgd {
    border-top: solid 1px #ddd;
    padding-top: 25px;
    line-height: 30px;
    color:#808080;
    position:relative;
    padding-right:180px;
    min-height: 105px;
}
.sgd .ab_fx{
    position:absolute;
    right:0px;
    top:15px;
    width:auto;
    margin: 0;
}
.sgd .ab_fx img{
    margin-left:8px;
}
a.cd_fh{
    position:absolute;
    right:0px;
    top:55px;
    line-height:35px;
    background-color: #a68c63;
    padding:0 30px;
    color:#fff;
}
@media only screen and (max-width: 1200px) {
    .sbt {
        font-size:14px;
        line-height:24px;
        padding-bottom: 10px;
    }
    .ssj {
        padding: 10px 0px 20px 0px;
    }
    .sgd {
        padding-top: 10px;
        line-height:22px;
        padding-right:0px;
        min-height:inherit;
    }
    .sgd .ab_fx{
        position:inherit;
        right:auto;
        top:auto;
        width:auto;
        margin-top: 10px;
        clear: both;
    }

    a.cd_fh{
        position:inherit;
        right:auto;
        top:auto;
        line-height:30px;
        padding:0 20px;
        display: inline-block;
        margin-top: -25px;
        float: right;

    }
}

.n2{
    width:102%;
    float:left;
    margin: 0 0 30px -1%;
}
.n2 li{
    width:31.3333%;
    float:left;
    margin: 0 1% 30px 1%;
}
.n2 a{
    display: block;
    background-color: #f5f5f5;
}
.n2 .imgk{
    height:240px;
    overflow: hidden;
}
.n2 .imgk img{
    min-height: 240px;
}
.n2 .txtk{
    padding:25px 20px 20px 20px;
    position:relative;
}
.n2 .txtk .sj{
    background-color: rgba(169,144,104,.8);
    color:#fff;
    padding:0 10px;
    position:absolute;
    right:0px;
    top:-12px;
}
.n2 p{
    height:48px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
}
@media only screen and (max-width: 1200px) {
    .n2{
        margin-bottom: 5px;
    }
    .n2 li{
        width:31.3333%;
        float:left;
        margin: 0 1% 15px 1%;
    }
    .n2 li:nth-child(3n+1){
        clear: both;
    }
    .n2 .imgk{
        height:auto;
    }
    .n2 .imgk img{
        min-height: inherit;
    }
    .n2 .txtk{
        padding:15px 10px;
    }
    .n2 .txtk .sj{
        top:-10px;
        line-height: 20px;
    }
    .n2 .txtk p{
        height:40px;
        line-height: 20px;
    }
}
@media only screen and (max-width: 600px) {
    .n2 li{
        width:48%;
    }
    .n2 li:nth-child(3n+1){
        clear: inherit;
    }
    .n2 li:nth-child(2n+1){
        clear: both;
    }

}
@media only screen and (max-width: 370px) {
    .n2 li{
        width:98%;
    }
}
.pro_lb{
    position:relative;
}
.pro_lb .pro_nav{
    width:324px;
    height:100%;
    position:absolute;
    right:0px;
    top:0;
    background-color: #d5bf9d;
    color:#fff;
    font-size: 16px;
    line-height: 28px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.pro_lb.pro_lb_2 .pro_nav{
    right:auto;
    left:0;
}
.pro_lb .pro_nav .txtk{
    width:190px;
    position:absolute;
    left:50px;
    bottom:80px;
}
.pro_lb .pro_nav a{
    color:#fff;
    padding:80px 50px;
    display: block;
    height:100%;
}
.pro_lb.pro_lb_2 .p_lb1{
    float:right;
}
.p_lb1{
    float:left;
    width:876px;
}
.p_lb1 li{
    float:left;
    width:100%;
    height:316px;
    overflow: hidden;
    margin-bottom: 8px;
    position:relative;
}
.p_lb1 .s_bt{
    position:absolute;
    right:20px;
    top:20px;
    font-size: 28px;
    z-index: 1;
}
.zt_h{
    color:#604d3d!important;
}
.zt_b{
    color:#ffffff!important;
}
.p_lb1 img{
    width:100%;
    min-height: 316px;
}
.p_lb1 li:nth-of-type(2) img,.p_lb1 li:nth-of-type(3) img{
    min-height:250px;
}
.p_lb1 li:hover,.pro_lb .pro_nav:hover,.pro_lb2:hover{
    box-shadow:0 0px 10px rgba(0,0,0,.15);
}
.p_lb1 li:nth-of-type(2){
    width:538px;
    height:250px;
    margin-bottom: 0;
}
.p_lb1 li:nth-of-type(3){
    width:330px;
    height:250px;
    float:right;
    margin-bottom: 0;
}
.pro_lb_3 .p_lb1 li:nth-of-type(2){
    width:286px;
    height:250px;
    float:left;
    margin-bottom: 0;
    margin-right: 9px;
}
.pro_lb_3 .p_lb1 li:nth-of-type(3){
    width:286px;
    height:250px;
    float:right;
    margin-bottom: 0;
}
.pro_lb_3 .p_lb1 li:nth-of-type(4){
    width:286px;
    height:250px;
    float:left;
    margin-bottom: 0;
}
.pro_lb_3 .p_lb1{
    float:right;
}
.pro_lb_3 .pro_nav{
    right:auto;
    left:0px;
}
.pro_lb2{
    width:590px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.pro_lb2 .imgk{
    height:378px;
    overflow: hidden;
}
.pro_lb2 .imgk img{
    min-height: 378px;
}
.pro_lb2 .pro_nav{
    width:100%;
    background-color: #d5bf9d;
    color:#fff;
    font-size: 16px;
    line-height: 28px;
    position:relative;
    height:164px;
}
.pro_lb2 .pro_nav a{
    color:#fff;
    display: block;
    height:100%;
    padding:40px 50px;
    padding-left:320px;
}
.pro_lb2 .pro_nav .bt{
    position:absolute;
    left:50px;
    line-height: 60px;
    top:50%;
    margin-top: -30px;
}
@media only screen and (max-width: 1200px) {
    .p_lb1 .s_bt{
        right:0px;
        top:0px;
        font-size: 13px;
        width:100%;
        padding:10px;
        text-align: right;
    }
    .pro_lb .pro_nav{
        width:100%;
        height:auto;
        position:inherit;
        right:auto;
        top:auto;
        font-size: 13px;
        line-height: 22px;
        float:left;
    }
    .pro_lb.pro_lb_2 .pro_nav{
        right:auto;
        left:auto;
    }
    .pro_lb .pro_nav .bt{
        font-size: 15px;
        margin-bottom:5px;
    }
    .pro_lb .pro_nav .txtk{
        width:100%;
        position:inherit;
        left:auto;
        bottom:auto;
    }
    .pro_lb .pro_nav a{
        padding:15px;
        height:inherit;
    }
    .pro_lb.pro_lb_2 .p_lb1{
        float:left;
    }
    .p_lb1{
        width:100%;
    }
    .p_lb1 li{
        float:left;
        width:100%;
        height:auto;
        overflow: inherit;
        margin-bottom: 8px;
    }
    .p_lb1 img{
        min-height:inherit;
    }
    .p_lb1 li:nth-of-type(2) img,.p_lb1 li:nth-of-type(3) img{
        min-height:inherit;
    }
    .p_lb1 li:nth-of-type(2){
        width:61.9%;
        height:auto;
        margin-bottom: 8px;
    }
    .p_lb1 li:nth-of-type(3){
        width:38.1%;
        height:auto;
        float:right;
        margin-bottom: 8px;
    }
    .pro_lb_3 .p_lb1 li:nth-of-type(2),.pro_lb_3 .p_lb1 li:nth-of-type(3),.pro_lb_3 .p_lb1 li:nth-of-type(4){
        width:33.3333%;
        height:auto;
        margin: 0;
    }
    .pro_lb2{
        width:100%;
        margin-bottom: 20px;
    }
    .pro_lb2 .imgk{
        height:inherit;
    }
    .pro_lb2 .imgk img{
        min-height:inherit;
    }
    .pro_lb2 .pro_nav{
        width:100%;
        font-size: 13px;
        line-height: 22px;
        position:relative;
        height:inherit;
        display: block;
        float:left;
    }
    .pro_lb2 .pro_nav a{
        height:inherit;
        padding:15px;
    }
    .pro_lb2 .pro_nav .bt{
        position:inherit;
        left:auto;
        line-height: 20px;
        top:auto;
        margin-top: 0px;
        font-size: 15px;
        margin-bottom: 5px;
    }
}
.pro_nr1{
    background-color:#efe8da;
    padding:40px;
}
.pro_nr1 .imgk{
    width:479px;
    overflow: hidden;
}
.pro_nr1 .txtk{
    width:580px;
    margin-top: 100px;
}
.pro_nr1 .bt{
    color:#604d3d;
}
.ny_jg{
    background-image: url("../images/jg_bj.jpg");
    position:relative;
}
.ny_jg .main{
    position:relative;
    z-index: 1;
}
.ny_jg:before,.ny_jg:after{
    content: '';
    background-image: url("../images/jg_y.png");
    background-repeat: no-repeat;
    width:253px;
    height:253px;
    position:absolute;
    right:12%;
    top:-126.5px;
}
.ny_jg:after{
    right:auto;
    top:auto;
    left:3%;
    bottom:-126.5px;
}
@media only screen and (max-width: 1200px) {
    .ny_jg:before,.ny_jg:after{
        display: none;
    }
    .pro_nr1{
        padding:15px;
    }
    .pro_nr1 .imgk{
        width:100%;
    }
    .pro_nr1 .txtk{
        width:100%;
        margin-top: 15px;
    }
    .pro_nr1 .txtk .bt.md30{
        margin-bottom: 10px;
        font-size: 15px;
    }
}
.jg_k{
    background-color: #fff;
    padding:20px;
}
.jg_lb{
    width:100%;
    float:left;
}
.jg_lb li{
    width:47%;
    float:left;
    margin: 1.5%;
    position:relative;
    height: 260px;
    padding:20px 0 0 285px;
}
.jg_lb .imgk{
    width:258px;
    height:260px;
    overflow: hidden;
    position:absolute;
    left:0px;
    top:0px;
}
.jg_lb .imgk img{
    min-height: 260px;
}
.jg_lb .bt{
    margin-bottom:25px;
    text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;  white-space: nowrap;
}
.jg_lb p{
    display: block;
    width:100%;
    margin-bottom: 15px;
    height:120px;
    overflow: hidden;
    text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:5;
    -webkit-box-orient:vertical;
}
a.cd_more2{
    font-size:16px;
    color:#a68c63;
}
a.cd_more2:after{
    content: '';
    background-image: url("../images/jg_jt.png");
    background-repeat: no-repeat;
    width:20px;
    height:8px;
    display: inline-block;
    vertical-align: middle;
    position:relative;
    top:-1px;
    margin-left: 8px;
}
a.cd_more2:hover:after{
    margin-left: 12px;
}
@media only screen and (max-width: 1200px) {
    .jg_k{
        padding:15px;
    }
    .jg_lb li{
        width:100%;
        height:auto;
        margin:0 0 15px 0;
        min-height: 151px;
        padding:10px 0 0 165px;
    }
    .jg_lb li:last-child{
        margin-bottom: 0;
    }
    .jg_lb .imgk{
        width:150px;
        height:151px;
    }
    .jg_lb .imgk img{
        min-height: 151px;
    }
    .jg_lb .bt{
        margin-bottom:10px;
    }
    .jg_lb p{
        margin-bottom: 10px;
        height:60px;
        -webkit-line-clamp:3;
        line-height: 20px;
    }
    a.cd_more2{
        font-size:13px;
    }
}
@media only screen and (max-width: 400px) {
    .jg_lb .imgk{
        width:100%;
        height:auto;
        position:inherit;
        left:auto;
        top:auto;
        margin-bottom: 15px;
    }
    .jg_lb .imgk img{
        min-height:inherit;
    }
    .jg_lb li{
        min-height: inherit;
        padding:0px;
    }
    .jg_lb p{
        margin-bottom: 10px;
        height:auto;
        -webkit-line-clamp:inherit;
        line-height: 20px;
    }
}
.jg_anq .cd_an_h{
    background-color: #a68c63;
    font-size: 16px;
    width:180px;
}
@media only screen and (max-width: 1200px) {
    .jg_anq .cd_an_h{
        font-size: 13px;
        width:150px;
    }
}
.jg_bj1{
    background-image: url("../images/jg_bj1.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.jg_bj2{
    background-image: url("../images/jg_bj2.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.jg_bt{
    color:#a68c63;
}
.ta_jg{
    width:100%;
}
.ta_jg td,.ta_jg th{
	border:1px solid #0000;
    border-bottom: solid 1px #ddd;
    padding:20px 0;
}
.ta_jg th{
    width:38%;
}
@media only screen and (max-width: 1200px) {
    .ta_jg td,.ta_jg th{
        padding:10px 0;
    }
    .ta_jg th{
        width:30%;
    }
}
.jg_lb2{
    width:108%;
    margin-left: -4%;
    float:left;
}
.jg_lb2 li{
    width:42%;
    float:left;
    margin: 0 4% 30px 4%;
}
.jg_lb2 li:nth-child(2n+1){
    clear:both;
}
.jg_lb2 .imgk{
    height:420px;
    margin-bottom: 15px;
}
.jg_lb2 .imgk img{
    min-height: 420px;
}
.jg_lb2 .txtk{
    position:relative;
    padding-left:35px;
    min-height: 60px;
    font-size:18px;
    line-height: 28px;
}
.jg_lb2 .txtk b{
    position:absolute;
    left:0px;
    top:5px;
    color:#a68c63;
    font-size: 32px;
}
@media only screen and (max-width: 1200px) {
    .jg_lb2{
        width:102%;
        margin-left: -1%;
    }
    .jg_lb2 li{
        width:48%;
        margin: 0 1% 15px 1%;
    }
    .jg_lb2 .imgk{
        height:auto;
        margin-bottom: 10px;
    }
    .jg_lb2 .imgk img{
        min-height:inherit;
    }
    .jg_lb2 .txtk{
        padding-left:18px;
        min-height: 40px;
        font-size:13px;
        line-height: 22px;
    }
    .jg_lb2 .txtk b{
        position:absolute;
        left:0px;
        top:0px;
        color:#a68c63;
        font-size: 18px;
    }
}
@media only screen and (max-width: 600px) {
    .jg_lb2 li{
        width:98%;
    }
}
.gcfb{
    width:900px;
    margin: 0 auto;
}
.gcfb .d1{
    width:517px;
    float:left;
}
.gcfb ul{
    float:right;
    width:300px;
}
.gcfb ul li{
    margin-top: 40px;
}
.gcfb .bt{
    margin-bottom: 10px;
}
.gcfb .bt i{
    margin-right: 10px;
    display: inline-block;
    width:23px;
    height:31px;
    vertical-align: middle;
    position:relative;
    top:-2px;
}
.gcfb .bt i.i1{
    background-image: url("../images/gcfb_a2.png");
}
.gcfb .bt i.i2{
    background-image: url("../images/gcfb_a3.png");
}
.ny_gcfb{
    background-image: url("../images/gcfb_bj.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.ny_ccnl{
    background-image: url("../images/ccnl_bj.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.ny_gylc{
    background-image: url("../images/gylc_bj.jpg");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}
.ny_lx{
    background-image: url("../images/lx_bj.jpg");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}
.ny_pzbz{
    background-image: url("../images/pz_bj.jpg");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}
@media only screen and (max-width: 1200px) {
    .gcfb{
        width:100%;
    }
    .gcfb .d1{
        width:100%;
        text-align: center;
    }
    .gcfb ul{
        width:100%;
    }
    .gcfb ul li{
        margin-top: 15px;
    }
    .gcfb .bt{
        font-size: 15px;
    }
    .gcfb .bt i{
        margin-right: 8px;
        width:15px;
        height:20px;
        background-size: auto 100%;
        background-repeat: no-repeat;
        vertical-align: middle;
        position:relative;
        top:-2px;
    }
}
.scnl .ab_nr{
    width:500px;
    font-size: 18px;
    line-height: 32px;
}
.scnl .ta_k{
    width:630px;
}
.ta_sc{
    width:100%;
}
.ta_sc th,.ta_sc td{
    color:#fff;
    font-size: 18px;
    line-height: 28px;
    background-color: #d5bf9d;
    border: solid 2px #fff;
    padding:15px;

}
.ta_sc th{
    background-color: #a68c63;
}
.ta_sc th.th1{
    position:relative;
    background-repeat:  no-repeat;
    background-image: url("../images/scnl_xt.jpg");
    background-size:100% 100%;
}

@media only screen and (max-width: 1200px) {
    .scnl .ab_nr{
        width:100%;
        font-size: 13px;
        line-height:22px;
        margin-bottom: 15px;
    }
    .scnl .ta_k{
        width:100%;
    }
    .ta_sc th,.ta_sc td{
        color:#fff;
        font-size: 18px;
        line-height: 28px;
        background-color: #d5bf9d;
        border: solid 2px #fff;
        padding:15px;

    }
    .ta_sc th,.ta_sc td{
        font-size: 13px;
        line-height: 22px;
        padding:10px;

    }
}
.ccnl{
    width:350px;
    float:left;
}
.ccnl_lb1 li{
    width:100%;
    margin-bottom: 10px;
    line-height: 20px;
    font-size: 16px;
}
.ccnl_lb1 li:before{
    content: '';
    width:20px;
    height:20px;
    display:inline-block;
    background-color: #df6832;
    margin-right: 10px;
    vertical-align: middle;
    position:relative;
    top:-1px;
}
.ccnl_lb1 li.l2:before{
    background-color: #ffc556;
}
.ccnl_bt b{
    margin-left: 15px;
    font-size: 14px;
}
.ccnl_jd{
    width:100%;
    height:20px;
    line-height: 20px;
    position:relative;
    padding-right:80px;
}
.ccnl_jd b{
    position:absolute;
    right:0px;
    top:0;
}
.ccnl_jd i{
    display: block;
    background-color: #df6832;
    height:20px;
}
.ccnl_jd.ccnl_jd_h i{
    background-color: #ffc556;
}
.lsgc_lb{
    width:102%;
    float:left;
    margin-left: -1%;
}
.lsgc_lb li{
    width:31.3333%;
    margin: 0 1%;
    float:left;
}
.lsgc_lb li img{
    width:100%;
}
.pz_nr1{
    font-size: 18px;
    line-height: 30px;
    padding:0 15%;
    color:#604d3d;
}
.ta_pz{
    width:100%;
    font-size: 17px;
    line-height: 24px;
    min-width:767px;
}
.ta_pz th{
    text-align: center;
}
.ta_pz th,.ta_pz td{
    padding:20px;
    border: solid 1px #cccccc;
    background-color: #fff;
}
.ta_pz tbody tr th{
    background-color: #fefaf2;
}
.ta_pz thead th{
    background-color: #f1dfb9;
}
.ta_pz tbody tr:nth-child(even) th,.ta_pz tbody tr:nth-child(even) td{
    background-color: #fdf6e7;
}
.pz_lb3{
    width:860px;
    margin: 0 auto;
}
.pz_lb3 li{
    width:48%;
    float:left;
    margin: 0 1%;
    position:relative;
    padding-left:15px;
}
.pz_lb3 li:before{
    content: '';
    background-color: #565663;
    width:6px;
    height:6px;
    -moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50%;
    display: inline-block;
    position:absolute;
    left:0px;
    top:12px;
}
.yl_lb2{
    width:102%;
    float:left;
    margin-left: -1%;
}
.yl_lb2 li{
    width:33.3333%;
    float:left;
    text-align: center;
}
.yl_lb2 img{
    margin-bottom:20px;
    height:96px;
}
.yl_lb1_2 .bt{
    color:#deccb0;
    font-size: 160px;
    line-height: 130px;
    height:130px;
    text-align: right;
    font-family: Arial;
    font-weight: bold;
    /*margin-right: -5px;*/
}
.ny_pjkh{
    position:relative;
}
.ny_pjkh:after{
    content:'';
    width:100%;
    height:380px;
    background-color:#f3e9d9;
    position:absolute;
    left:0;
    bottom:0;
}
.ny_pjkh .main{
    position:relative;
    z-index: 1;
}
@media only screen and (min-width: 1200px) {
    .yl_lb1_2{
        margin-bottom: 20px;
    }
    .yl_lb2 li:hover img {
        margin-top: -5px;
        margin-bottom: 25px;
    }
    .cx_lb2 li:hover img {
        margin-top: -5px;
        margin-bottom: 30px;
    }
}
.ny_bj1{
    background-color: #f6f6f6;
}
@media only screen and (max-width: 1200px) {
    .ny_pjkh:after{
        display: none;
    }
    .yl_lb1_2 .bt{
        font-size: 28px;
        line-height:30px;
        height:30px;
    }
    .yl_lb2 li{
        padding:0 1%;
    }
    .yl_lb2 li img{
        height:50px;
        margin-bottom: 10px;
    }
    .yl_lb2 li h5{
        font-size: 13px;
    }
    .pz_lb3{
        width:100%;
    }
    .pz_lb3 li{
        width:100%;
        margin: 0;
    }
    .pz_lb3 li:before{
        width:5px;
        height:5px;
        top:9px;
    }
    .pz_nr1,.ta_pz{
        font-size: 13px;
        line-height: 22px;
    }
    .pz_nr1{
        padding:0;
    }
    .ta_pz th,.ta_pz td{
        padding:10px;
    }
    .ccnl_lb1 li{
        font-size: 13px;
    }
    .ccnl_jd{
        padding-right:60px;
    }
    .ccnl_bt{
        font-size: 14px;
    }
}
@media only screen and (max-width:450px) {
    .ccnl{
        width:100%;
    }
}

@media only screen and (min-width: 1200px) {
    .yl_nr{
        padding:0 14%;
    }
    .lsgc_lb.yl_lb1{
        width:105%;
        margin-left:-2.5%;
    }
    .lsgc_lb.yl_lb1 li{
        width:28.3333%;
        margin:0 2.5%;
    }
}
.cx_lb1 .item{
    width:44%;
}
.cx_lb1 p{
    margin-bottom: 10px;
}
.cx_lb1 .bt{
    margin-bottom: 15px;
}
.cx_lb1 .bt i{
    margin-right: 10px;
    display: inline-block;
    width:23px;
    height:31px;
    vertical-align: middle;
    position:relative;
    top:-2px;
}
.cx_lb1 .bt i.i1{
    background-image: url("../images/gcfb_a2.png");
}
.cx_lb1 .bt i.i2{
    background-image: url("../images/gcfb_a3.png");
}
.cx_lb2{
    width:100%;
    float:left;
    background-image: url("../images/cx_b1.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size:cover;
    height:600px;
    padding-top:230px;
    font-size: 20px;
}
.cx_lb2 li{
    width:33.3333%;
    float:left;
    text-align: center;
    color:#fff;

}
.cx_lb2 img{
    margin-bottom:25px;
    height:90px;
}
.cx_lb3{
    width:100%;
    margin-left: 0;
    padding:0 15%;

}
.cx_lb3 li{
    width:50%;
}
.cx_lb4{
    padding:0 50px;
}
.cx_lb4 .item{
    width:480px;
}
.cx_lb4 .item.left .ccnl_jd{
    padding-right:205px;
}
.cx_lb4 .item.right .ccnl_jd{
    padding-right:125px;
}
.cx_lb4 .item font{
    font-size: 14px;
    margin-left: 15px;
}
@media only screen and (max-width: 1200px) {
    .cx_lb4 .item.left .ccnl_jd {
        padding-right:165px;
    }
    .cx_lb4 .item.right .ccnl_jd {
        padding-right:98px;
    }
    .cx_lb4 .item font{
        font-size: 12px;
        margin-left: 10px;
    }
    .cx_lb4{
        padding:0 0px;
    }
    .cx_lb4 .item{
        width:100%;
        margin-bottom: 15px;
    }
    .cx_lb4 .item .bt{
        font-size: 15px;
    }
    .cx_lb3{
        padding:0 10%;
    }
    .cx_lb1 .item{
        width:48%;
    }
    .cx_lb1 .bt{
        font-size: 15px;
    }
    .cx_lb1 .bt i{
        margin-right: 8px;
        width:15px;
        height:20px;
        background-size: auto 100%;
        background-repeat: no-repeat;
        vertical-align: middle;
        position:relative;
        top:-2px;
    }
    .cx_lb2{
        height:250px;
        padding-top:80px;
        font-size: 13px;
    }
    .cx_lb2 li{
        width:33.3333%;
        float:left;
        text-align: center;
        color:#fff;
        padding:0 10px;

    }
    .cx_lb2 img{
        margin-bottom:15px;
        height:50px;
    }
}
@media only screen and (max-width: 600px) {
    .cx_lb1 .item{
        width:100%;
        margin-bottom: 15px;
    }
    .cx_lb1 .item:last-child{
        margin-bottom: 0;
    }
}
.ys_lb1{
    width:105%;
    float:left;
    margin-left:-2.5%;
}
.ys_lb1 li{
    width:28.3333%;
    float:left;
    margin: 0 2.5% 60px;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    color:#604d3d;
    background-color: #d5bf9d;
    PADDING:50px 0;
}
.ys_lb1 li:nth-child(even){
    background-color: #e0d6ca;
}
.ys_lb1 img{
    height:141px;
    margin-bottom: 20px;
}
.ny_bt1_3 .bt1{
    font-size: 24px;
    line-height: 38px;
}
.ys_nt .d1{
    width:650px;
    position:relative;
}
.ys_nt .d2{
    width:460px;
}
.ys_nt .d1:before,.ys_nt .d1:after{
    content: '';
    background-color: #ede5db;
    width:30px;
    height:100%;
    position:absolute;
    right:-30px;
    top:30px;
}
.ys_nt .d1:after{
    top:auto;
    bottom:-30px;
    width:100%;
    height:30px;
}
.lz_ys1 {
    width: 100%;
    float: left;
    position: relative;
}

.lz_ys1 .swiper-slide {
    width: 100%;
    position: relative;
}

.lz_ys1 .swiper-slide .imgk {
    width: 100%;
    overflow: hidden;

}
@media only screen and (min-width: 1200px) {
    .lz_ys1 .swiper-slide .imgk {
        height:370px;
    }
    .lz_ys1 .swiper-slide .imgk img {
        min-height: 370px;
    }
}
.lz_ys1 .swiper-slide .imgk img {
    display: block;
    width: 100%;

}
.lz_ys1 .swiper-button-prev, .lz_ys1 .swiper-button-next {
    color: #fff;
    outline: none;
    --swiper-navigation-size: 0px;
    width: 40px;
    height:40px;
    line-height:40px;
    margin-top: -20px;
    top:50%;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-image: url("../images/ys_jt.jpg");
    background-color: #d5bf9d;
    background-repeat: no-repeat;
    background-position: center center;
}

.lz_ys1 .swiper-button-prev:hover, .lz_ys1 .swiper-button-next:hover {
    background-color: #d5bf9d;
}

.lz_ys1 .swiper-button-next.swiper-button-disabled, .lz_ys1 .swiper-button-prev.swiper-button-disabled {
}

.lz_ys1 .swiper-button-prev {
    left: 0px;
}

.lz_ys1 .swiper-button-next {
    left:auto;
    right:0px;
    transform: rotate(180deg);
}

@media only screen and (max-width: 1200px) {
    .ys_lb1{
        width:102%;
        margin-left:-1%;
    }
    .ys_lb1 li{
        width:31.3333%;
        margin: 0 1%;
        font-size: 13px;
        line-height: 22px;
        PADDING:30px 0;
    }
    .ys_lb1 li:nth-child(even){
        background-color: #e0d6ca;
    }
    .ys_lb1 img{
        height:80px;
        margin-bottom: 10px;
    }
    .ny_bt1_3 .bt1{
        font-size: 16px;
        line-height:24px;
        text-align: center;
    }
    .ys_nt .d1{
        width:100%;
        margin-bottom: 15px;
        position:relative;
    }
    .ys_nt .d2{
        width:100%;
    }
    .ys_nt .d1:before,.ys_nt .d1:after{
        display: none;
    }
}
@media only screen and (max-width:600px) {
    .ys_lb1{
        width:100%;
        margin-left:0%;
    }
    .ys_lb1 li{
        width:100%;
        margin: 0 0% 15px 0;
    }
}
.fw_n1{
    width:100%;
    position:relative;
    background-color: #aa9e8b;
    color:#fff;
}
.fw_n1 .d1{
    width:40%;
    float:left;
    height:548px;
    padding:4% 4% 4% 8%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}
.fw_n1_2{
    background-color: #d5bf9d;
}
.fw_n1_2 .d1{
    float:right;
    padding:4% 8% 4% 4%;
}
.fw_n1 .d2{
    width:60%;
    float:right;
    background-image: url("../images/fw_b1.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height:548px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}
.fw_n1_2 .d2{
    float:left;
    background-image: url("../images/fw_b2.jpg");
}
.fw_lb1{
    width:100%;
    float:left;
    padding:0 20%;
}
.fw_lb1 li{
    width:50%;
    text-align: center;
    float:left;
    color:#fff;
    font-size: 17px;
    margin: 30px 0;
}
.fw_lb1.fw_lb1_2{
    padding:0 10%;
}
.fw_lb1.fw_lb1_2 li{
    width:33.3333%;
}
.fw_lb1 li img{
    height:90px;
    margin-bottom: 20px;
}
.fw_lb1 a{
    color:#fff;
}
@media only screen and (max-width: 1200px) {
    .fw_n1 .d1{
        width:100%;
        height:auto;
        padding:15px;
    }
    .fw_n1_2 .d1{
        padding:15px;
    }
    .fw_n1 .d2{
        width:100%;
        height:auto;
    }
    .fw_n1 .bt{
        font-size: 15px;
        margin-bottom: 10px;
    }
    .fw_lb1{
        padding:0 5%;
    }
    .fw_lb1 li{
        font-size: 13px;
        margin: 20px 0;
    }
    .fw_lb1.fw_lb1_2{
        padding:0 10%;
    }
    .fw_lb1 li img{
        height:40px;
        margin-bottom: 10px;
    }
}
.fw_lb2 li{
    position:relative;
    width:33.3333%;
    float:left;
    background-color: #d5bf9d;
    text-align: center;
}
.fw_lb2 li:nth-child(even){
    background-color: #e0d6ca;
}
.fw_lb2 a{
    display: block;
    width:100%;
    color:#604d3d;
}
.fw_lb2 .l_nr2{
    width:100%;
    height:520px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    align-items: center;

}
.fw_lb2 .l_nr2 p{
    font-size: 18px;
    line-height: 30px;
    padding:18px;
    border-bottom: solid 1px #604d3d;
    border-top: solid 1px #604d3d;
    width:250px;
}
.fw_lb2 .l_nr2 img{
    height:147px;
    margin-bottom:50px;
}
.fw_lb2 .l_nr{
    width:100%;
    position:absolute;
    left:0;
    height:100%;
    top:0;
    overflow: hidden;
    -webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    filter:alpha(opacity=0); -moz-opacity:0; opacity:0;-khtml-opacity: 0;
}
.fw_lb2 .l_nr .imgk{
    height:420px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    align-items: center;
    color:#fff;
}
.fw_lb2 .l_nr p{
    width:100%;
    position:absolute;
    font-size: 18px;
    line-height: 30px;
    padding:20px;
    bottom: 0;
    text-align: center;
    -webkit-transition: all 0s linear;
    -moz-transition: all 0s linear;
    -o-transition: all 0s linear;
    -ms-transition: all 0s linear;
    transition: all 0s linear;
}
.ny_fw{
    padding-bottom:50px;
}
@media only screen and (min-width: 1200px) {
    .fw_lb2 li:hover .l_nr{
        filter:alpha(opacity=100); -moz-opacity:1; opacity:1;-khtml-opacity: 1;
    }
}
@media only screen and (max-width: 1200px) {
    .fw_lb2 .l_nr2{
        height:280px;

    }
    .fw_lb2 .l_nr2 p{
        font-size: 13px;
        line-height:22px;
        padding:12px;
        width:70%;
    }
    .fw_lb2 .l_nr2 img{
        height:80px;
        margin-bottom:20px;
    }
    .fw_lb2 .l_nr{
        display: none;
    }
}
@media only screen and (max-width:500px) {
    .fw_lb2 .l_nr2{
        height:250px;

    }
    .fw_lb2 .l_nr2 p{
        padding:10px;
        width:88%;
    }
    .fw_lb2 .l_nr2 img{
        height:70px;
    }
}
.lx_nr{
    text-align: center;
    border: solid 1px #ddd;
    background-color: #fff;
    padding:40px 0;
}
.lx_nr li{
    width:33.333333%;
    float:left;
}
/*
.lx_nr li:nth-of-type(1){
    width:40%;
}
*/
.lx_nr .txtk{
    margin-top: 20px;
}
.lx_nr .bt{
    font-size: 20px;
    padding-bottom:10px;
}
.lx_nr .xbt{
    margin-bottom: 5px;
}
.lx_nr .bt:before{
    content: '';
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    width:48px;
    height:40px;
    margin: 0 auto 15px auto;
}
.lx_nr .bt.bt1:before{
    background-image: url("../images/lx_a1.png");
}
.lx_nr .bt.bt2:before{
    background-image: url("../images/lx_a2.png");
}
.lx_nr .bt.bt3:before{
    background-image: url("../images/lx_a3.png");
}
.lx_from li{
    margin-bottom:20px;
    width:100%;
    float:left;
}
.lx_from .lx_tx1{
    height:70px;
    line-height: 70px;
    padding:0 0 0 20px;
    border: solid 1px #ddd;
    font-size: 16px;
}
.lx_from .lx_tx2{
    height:200px;
    padding:15px 20px;
    border: solid 1px #ddd;
    font-size: 16px;
    line-height: 24px;
}
.lx_from li.l1,.lx_from li.l2{
    width:49%;
}
.lx_from li.l2{
    float:right;
}
.lx_from li.l_an{
    margin-top: 20px;
    text-align: right;
}
.an_h{
    line-height: 60px;
    width:240px;
    height:60px;
    background-color: #a68c63;
    color:#fff;
    text-align: center;
    border: 0;
    font-size: 18px;
}


@media only screen and (max-width: 1200px) {
    .lx_nr{
        padding:15px;
    }
    .lx_nr li{
        width:100%;
        float:left;
        padding:10px 0;
    }
    .lx_nr li:nth-of-type(1){
        width:100%;
    }
    .lx_nr .txtk{
        margin-top:15px;
    }
    .lx_nr .bt{
        font-size:15px;
        padding-bottom:5px;
    }

    .lx_nr .bt:before{
        width:48px;
        height:25px;
        background-size: auto 100%;
        margin: 0 auto 10px auto;
    }
    .lx_nr .bt.bt1:before{
        background-image: url("../images/lx_a1.png");
    }
    .lx_nr .bt.bt2:before{
        background-image: url("../images/lx_a2.png");
    }
    .lx_nr .bt.bt3:before{
        background-size: auto 70%;
        background-image: url("../images/lx_a3.png");
    }
    .lx_from li{
        margin-bottom:10px;
        width:100%;
        float:left;
    }
    .lx_from .lx_tx1{
        height:40px;
        line-height: 40px;
        padding:0 0 0 15px;
        font-size: 13px;
    }
    .lx_from .lx_tx2{
        height:150px;
        padding:10px 15px;
        font-size: 13px;
        line-height: 22px;
    }
    .lx_from li.l_an{
        margin-top: 10px;
    }
    .an_h{
        line-height: 40px;
        width:140px;
        height:40px;
        font-size: 13px;
    }
}

@media only screen and (max-width: 400px) {
    .lx_from li.l1,.lx_from li.l2{
        width:100%;
    }
}
.sp_from{
    background-color: #fff;
    box-shadow:0 2px 10px rgba(0,0,0,.15);
    padding:50px 180px;
}
.sp_from ul{
    padding:0 80px;
    width:100%;
    float:left;
}
.sp_from li{
    width:100%;
    float:left;
    line-height: 50px;
    position:relative;
    margin-bottom: 20px;
    padding-left:125px;
}
.sp_from .s_name{
    font-size: 18px;
    width:120px;
    position:absolute;
    left:0px;
    top:0;

}
.sp_from .lx_tx1{
    height:50px;
    line-height: 50px;
    padding:0 0 0 20px;
    font-size: 18px;
}
.sp_from .lx_tx2{
    height:110px;
    padding:15px 20px;
    font-size: 16px;
    line-height: 24px;
}
.sp_from .xy_nr{
    border: solid 1px #ddd;
    height:210px;
    padding:20px;
    overflow-y: auto;
    line-height: 24px;
}
.sp_from .la1{
    font-size: 14px;
}
.sp_from .la1 input{
    margin-right: 10px;
}
.sp_from .l_an .an_h{
    width:100%;
}
.dx{
    font-size: 18px;
    line-height: 50px;
}
.dx label{
    margin-right: 30px;
}
.dx label input{
    margin-right: 10px;
}
.se1{
    background-color: #f2f2f2;
}
@media only screen and (max-width: 1200px) {
    .sp_from{
        padding:20px;
    }
    .sp_from ul{
        padding:0 0px;
    }
    .sp_from li{
        line-height:35px;
        margin-bottom: 10px;
        padding-left:80px;
    }
    .sp_from .s_name{
        font-size: 13px;
        width:80px;

    }
    .sp_from .lx_tx1{
        height:35px;
        line-height: 35px;
        padding:0 0 0 15px;
        font-size: 13px;
    }
    .sp_from .lx_tx2{
        height:90px;
        padding:10px 15px;
        font-size: 13px;
        line-height: 22px;
    }
    .sp_from .xy_nr{
        height:150px;
        padding:15px;
        line-height: 22px;
    }
    .sp_from .la1{
        font-size: 13px;
    }
    .sp_from .la1 input{
        margin-right: 5px;
    }

    .dx{
        font-size: 13px;
        line-height:35px;
    }
    .dx label{
        margin-right: 20px;
    }
    .dx label input{
        margin-right: 5px;
    }
}
.job_bt{
    height:70px;
    line-height: 70px;
    font-size: 18px;
    color:#fff;
    background-color: #a68c63;
}
.job_bt span,.job_lb span{
    float:left;
    padding-left:60px;
}
.job_bt .s1,.job_lb .s1{
    width:40%;
}
.job_bt .s2,.job_lb .s2{
    width:40%;
}
.job_bt .s3,.job_lb .s3{
    width:20%;
}
.job_lb li{
    width:100%;
    float:left;
    border-bottom:solid 1px #ddd;
}
.job_lb li:nth-child(even){
    background-color: #f5f5f5;
}
.job_lb a{
    display: block;
    width:100%;
    padding:20px 0;
    font-size: 18px;
    line-height: 30px;
    float:left;

}
.job_lb a:hover{
}
.foot_job .main{
    padding:20px 0;
    border-top: solid 1px #a68c63;
    text-align: center;
}
.job_home{
    height: calc(100vh);
    height: -moz-calc(100vh);
    height: -webkit-calc(100vh);
    background-image: url("../images/job_bj.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.job_ss{
    position:absolute;
    width:700px;
    height:60px;
    background-color: #fff;
    border: solid 2px #a78e65;
    -moz-border-radius:60px; -webkit-border-radius:60px; border-radius:60px;
    overflow: hidden;
    left:50%;
    top:50%;
    margin: -30px 0 0 -350px;
}
.job_ss .form-control{
    height:56px;
    line-height: 56px;
    font-size: 18px;
    padding-left:30px;
    border: 0;
}
.job_ss .an_job{
    width:40px;
    height:40px;
    background-image: url("../images/job_ss.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #a78e65;
    -moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50%;
    position:absolute;
    right:20px;
    top:10px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.job_ss .an_job:hover{
    background-color: #c6af8b;
}
.job_bottom{
    width:1200px;
    position:absolute;
    left:50%;
    margin-left: -600px;
    bottom:0px;
}
.job_bottom .d1{
    width:450px;
    float:left;
    border-right: solid 1px #a68c63;
    padding-right:70px;
    margin-right: 70px;
    height:160px;
}
.job_bottom .d2{
    width:146px;
    float:right;
}
.job_bottom .d2 img{
    width:100%;
}
.job_nav1{
    width:100%;
    float:left;
}
.job_nav1 li{
    width:50%;
    line-height: 30px;
    float:left;
}
.job_bottom,.job_bottom a{
    color:#000;
}
.job_bottom a:hover{
    text-decoration: underline;
}
.job_bt2{
    line-height: 30px;
}
.job_bt2 .bt{
    line-height: 30px;
}
a.cd_more3:after{
    content: '';
    display: inline-block;
    background-image: url("../images/job_jt.png");
    background-repeat: no-repeat;
    width:11px;
    height:15px;
    vertical-align: middle;
    margin-left: 10px;
    position:relative;
    top:-1px;
}

@media only screen and (max-width: 1200px) {
    .foot_job .main{
        padding:15px;
    }
    .job_bt{
        height:40px;
        line-height: 40px;
        font-size: 13px;
    }
    .job_bt span,.job_lb span{
        padding-left:10px;
    }
    .job_bt .s1,.job_lb .s1{
        width:35%;
    }
    .job_bt .s2,.job_lb .s2{
        width:35%;
    }
    .job_bt .s3,.job_lb .s3{
        width:30%;
    }
    .job_lb a{
        padding:10px 0;
        font-size: 12px;
        line-height:20px;

    }

    .job_ss{
        width:80%;
        height:44px;
        -moz-border-radius:40px; -webkit-border-radius:40px; border-radius:40px;
        left:10%;
        top:50%;
        margin: -22px 0 0 0px;
    }
    .job_ss .form-control{
        height:42px;
        line-height: 42px;
        font-size: 13px;
        padding-left:20px;
        border: 0;
    }
    .job_ss .an_job{
        width:30px;
        height:30px;
        right:10px;
        top:5px;
        background-size: auto 18px;
    }
    .job_ss .an_job:hover{
        background-color: #c6af8b;
    }
    .job_bottom{
        width:100%;
        left:0%;
        margin-left: 0px;
    }
    .job_bottom .d1{
        display: none;
    }
    .job_bottom .d2{
        width:146px;
        display: none;
    }
}
.ny_yth{
    background-image: url("../images/hz_bj.jpg");
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center center;
}

.lz_hz {
    width: 100%;
    float: left;
    position: relative;
    border-top: solid 1px #d5bf9d;
}

.lz_hz .swiper-slide {
    width: 100%;
    position: relative;
}

.lz_hz a {
    display: block;
    width: 100%;
    padding:20px 0px;
    overflow: hidden;

}

.lz_hz .swiper-slide .imgk {
    width: 100%;
    padding:20px 0px;
    text-align: center;

}
.lz_hz .swiper-slide .imgk img {
    max-width: 100%;
    width:auto;
}
.lz_hz .bt{
    text-align: center;
    font-size: 20px;
}
.lz_hz .bt:after{
    content: '';
    background-color: #d5bf9d;
    width:1px;
    height:30px;
    display:block;
    margin:20px auto 0px auto;
}
.lz_hz .swiper-button-prev, .lz_hz .swiper-button-next {
    color: #fff;
    outline: none;
    --swiper-navigation-size: 0px;
    width: 40px;
    height:40px;
    line-height:40px;
    margin-top: -20px;
    top:50%;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-image: url("../images/hz_a_jt.png");
    background-repeat: no-repeat;
    background-position: center center;
}

.lz_hz .swiper-button-prev:hover, .lz_hz .swiper-button-next:hover {
    filter:alpha(opacity=85); -moz-opacity:0.85; opacity:0.85;
}

.lz_hz .swiper-button-next.swiper-button-disabled, .lz_hz .swiper-button-prev.swiper-button-disabled {
}

.lz_hz .swiper-button-prev {
    left: -70px;
}

.lz_hz .swiper-button-next {
    left:auto;
    right:-70px;
    transform: rotate(180deg);
}

@media only screen and (max-width: 1200px) {
    .lz_hz .swiper-button-prev, .lz_hz .swiper-button-next {
        height:30px;
        width:30px;
        background-size: 100% 100%;
        margin-top: 15px;
    }
    .lz_hz{
        padding:30px;
    }
    .lz_hz .bt{
        font-size: 15px;
    }
    .lz_hz .bt:after{
        height:20px;
        display:block;
        margin:15px auto 0px auto;
    }
    .lz_hz .swiper-slide .imgk {
        padding:15px 0px 0 0;

    }
    .lz_hz .swiper-button-prev {
        left: 0px;
    }

    .lz_hz .swiper-button-next {
        right:0px;
    }
    .lz_hz a{
        padding:0;
    }
}
@media only screen and (max-width: 1200px) {

}
.sy2 .main_home{
    overflow: hidden;
}